{
    "oeselftest_almalinux-9.4_qemux86-64_20240625021356": {
        "configuration": {
            "HOST_DISTRO": "almalinux-9.4",
            "HOST_NAME": "alma9-ty-1.yocto.io",
            "LAYERS": {
                "meta": {
                    "branch": "abelloni/master-next",
                    "commit": "99b6b715aab7c523d535280cfbe216c437594e3c",
                    "commit_count": 74923
                },
                "meta-poky": {
                    "branch": "abelloni/master-next",
                    "commit": "99b6b715aab7c523d535280cfbe216c437594e3c",
                    "commit_count": 74923
                },
                "meta-selftest": {
                    "branch": "abelloni/master-next",
                    "commit": "99b6b715aab7c523d535280cfbe216c437594e3c",
                    "commit_count": 74923
                },
                "meta-yocto-bsp": {
                    "branch": "abelloni/master-next",
                    "commit": "99b6b715aab7c523d535280cfbe216c437594e3c",
                    "commit_count": 74923
                }
            },
            "MACHINE": "qemux86-64",
            "OESELFTEST_METADATA": {
                "exclude_tags": null,
                "run_all_tests": true,
                "run_tests": null,
                "select_tags": [
                    "yocto-mirrors"
                ],
                "skips": null
            },
            "STARTTIME": "20240625021356",
            "TEST_TYPE": "oeselftest"
        },
        "result": {
            "buildoptions.SourceMirroring.test_yocto_source_mirror": {
                "duration": 158.2854824066162,
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "PASSED"
            },
            "sstatetests.SStateMirrors.test_cdn_mirror_qemuarm64": {
                "duration": 826.7676424980164,
                "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 1000, in test_cdn_mirror_qemuarm64\n    self.run_test(\"qemuarm64\", \"core-image-minimal core-image-full-cmdline core-image-sato-sdk\", exceptions, ignore_errors = True)\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 988, in run_test\n    bitbake(\"-S none {}\".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  -S none core-image-minimal core-image-full-cmdline core-image-sato-sdk' returned non-zero exit status 1:\nNOTE: Reconnecting to bitbake server...\nLoading cache...NOTE: Cache: default: Out of date cache found, rebuilding...\ndone.\nLoaded 0 entries from dependency cache.\nParsing recipes...done.\nParsing of 988 .bb files complete (0 cached, 988 parsed). 1965 targets, 61 skipped, 0 masked, 0 errors.\nNOTE: Resolving any missing task queue dependencies\n\nBuild Configuration:\nBB_VERSION           = \"2.9.1\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"aarch64-poky-linux\"\nMACHINE              = \"qemuarm64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0+snapshot-99b6b715aab7c523d535280cfbe216c437594e3c\"\nTUNE_FEATURES        = \"aarch64 crc cortexa57\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"abelloni/master-next:99b6b715aab7c523d535280cfbe216c437594e3c\"\nmeta-selftest        = \"master:bc7912955c57e776d4191e271c88cc0b3aefcffc\"\n\nInitialising tasks...NOTE: The /proc/pressure files can't be read. Continuing build without monitoring pressure\nChecking sstate mirror object availability...ERROR: SState: cannot test file://d8/38/sstate:python3:cortexa57-poky-linux:3.12.4:r0:cortexa57:12:d838bec94233ed914fce2372018fb786acf14e23f982b66bb5dfd5911a1c488b_package_write_deb.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 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1951, 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 1648, 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 1163, 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 1055, 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 374, 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\ndone.\nSstate summary: Wanted 6588 Local 0 Mirrors 6491 Missed 97 Current 0 (98% match, 0% complete)\nNOTE: Writing task signature files\nNOTE: Tasks Summary: Attempted 0 tasks of which 0 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-06-25 02:13:59,632 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/conf/local.conf\n2024-06-25 02:13:59,633 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "FAILED"
            },
            "sstatetests.SStateMirrors.test_cdn_mirror_qemux86_64": {
                "duration": 2207.474756717682,
                "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 996, 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 987, 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-3496823/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-3496823/tmp/cache\nDEBUG: Cache: default: Checking if /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/cache/bb_cache.dat.5b5d017a2fc1994179e4970bf075a845dcf8effb817f545c0738085c23f4f3c2 exists: False\nDEBUG: Cache: default: Checking if /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/cache/bb_cache_SiggenRecipeInfo.dat.5b5d017a2fc1994179e4970bf075a845dcf8effb817f545c0738085c23f4f3c2 exists: False\nDEBUG: Cache: default: Cache file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/cache/bb_cache.dat.5b5d017a2fc1994179e4970bf075a845dcf8effb817f545c0738085c23f4f3c2 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_39.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.18.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.13.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.04.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.04.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.27.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.8.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.9.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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.48.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.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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.5.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_2024.85.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.39.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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.12.8.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.5.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_255.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.6.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.6.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.33.1.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.1.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.42.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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.8.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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.29.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.29.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.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.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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.6.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.191.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.10.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/fmt/fmt_10.2.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_14.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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-cross-canadian_1.22.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.22.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.22.4.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.21.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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.17.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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.4.0.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.03.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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/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.28.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.2.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.15.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.18.5.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.2.1.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_2024.6.2.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_42.0.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.10.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.31.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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_2024.4.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.43.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.24.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.7.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.1.0.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.4.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-specifications_2023.12.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.2.2.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.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.16.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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_24.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.9.0.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_6.0.0.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.6.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.22.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.31.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.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-pyproject-metadata_0.8.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.12.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2024.1.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-referencing_0.35.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.32.3.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-rpds-py_0.18.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.7.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.9.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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.3.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jquery_4.1.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.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.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.2.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.5.22.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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.2.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.2.2.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.13.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-websockets_12.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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.35.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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_9.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.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.68.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.45.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.3.0.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.30+cargo-0.77.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.75.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.9.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.2.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.14.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.17.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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_20240322.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.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.9.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.2.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.10.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.03.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.4.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.29.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.76.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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.99.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-pages/man-pages_6.8.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.3.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.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.26.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/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.6.1.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.7.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.15.1.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.08.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.1.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.24.5.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.6.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.6.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_46.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.3.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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_46.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.80.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_46.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.5.1.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.3.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.57.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.19.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.283.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.5.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.30.3.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_24.0.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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.52.2.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_2024.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.283.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.283.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-volk_1.3.283.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.8.0.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.7.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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.23.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.1.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.3.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.3.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.6.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.7.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.7.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.1.0.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.8.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.18.1.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.9.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.17.0.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.2.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.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.7.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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.14.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-errors_1.0.1.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.41.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.17.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.13.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_24.1.0.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_32.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-firmware/linux-firmware_20240513.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.6.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.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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_2024.05.08.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.11.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.12.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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.24.4.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.24.4.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-plugins-bad_1.24.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.4.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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/libogg/libogg_1.3.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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/mpg123/mpg123_1.32.6.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.4.0.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.16.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.44.1.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.3.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.52.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmaptool/bmaptool_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.8.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.19.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_271.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.8.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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_75-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.7.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.12.2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.2.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.6.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.8.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libjitterentropy/libjitterentropy_3.5.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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_1.0.1.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.44.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.6.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.2.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.27.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.62.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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.3.0.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.4.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.17.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.45.3.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.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/utfcpp/utfcpp_4.0.5.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.1.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-3496823/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-3496823/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-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/delay/delay.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-3496823/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-3496823/meta-selftest/recipes-test/emptytest/emptytest.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/error/error.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/fortran/fortran-helloworld.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline-fail.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/images/error-image.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/images/oe-selftest-image.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/images/test-empty-image.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/images/wic-image-minimal.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/license/incompatible-license-alias.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/license/incompatible-license.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/license/incompatible-licenses.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/logging-test/logging-test.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/packagenameconflict/packagenameconflict.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/poison/poison.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/postinst/postinst_1.0.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-users/acreategroup.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/bcreategroup.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/ccreategroup.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/creategroup1.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/creategroup2.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/dcreategroup.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb is not cached\nDEBUG: Cache: default: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-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-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-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-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-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-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-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/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.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.47.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/libxml-parser-perl_2.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-devtools/perl/libxml-parser-perl_2.47.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.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-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-graphics/pango/pango_1.52.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.2.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.2.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.52.2.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-gnome.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.2.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.2.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.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/pango/pango_1.52.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-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.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/pango/pango_1.52.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/pango/pango_1.52.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-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-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-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-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-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-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-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-graphics/pango/pango_1.52.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-pyproject-metadata_0.8.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-metadata_0.8.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-metadata_0.8.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-metadata_0.8.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-metadata_0.8.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-pyproject-metadata_0.8.0.bb:17)\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-pyproject-metadata_0.8.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-pyproject-metadata_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/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-metadata_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-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-pyproject-metadata_0.8.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-pyproject-metadata_0.8.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/perl/libxml-parser-perl_2.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-devtools/perl/libxml-parser-perl_2.47.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.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-devtools/perl/libxml-parser-perl_2.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-devtools/perl/libxml-parser-perl_2.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-devtools/perl/libxml-parser-perl_2.47.bb:0)\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-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-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-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-graphics/pango/pango_1.52.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/pango/pango_1.52.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-pluggy_1.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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/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-devtools/python/python3-pluggy_1.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-pluggy_1.5.0.bb:13)\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-devtools/python/python3-pluggy_1.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-devtools/python/python3-pluggy_1.5.0.bb:13)\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-devtools/python/python3-pluggy_1.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-graphics/pango/pango_1.52.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/pango/pango_1.52.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-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-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-graphics/pango/pango_1.52.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-pluggy_1.5.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.5.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.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/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-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.1/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.1/\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.1/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.1/\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-pluggy_1.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-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.1/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.1/\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.1/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.1/\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-pluggy_1.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-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-graphics/pango/pango_1.52.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/pango/pango_1.52.2.bb:0)\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.1/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.1/\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.1/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.1/\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-pluggy_1.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-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-elaborate.cxx-gcc-version-compatibility-hack.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.1/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.1/\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.1/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.1/\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-elaborate.cxx-gcc-version-compatibility-hack.patch for 0001-elaborate.cxx-gcc-version-compatibility-hack.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb: Searching for 0001-elaborate.cxx-gcc-version-compatibility-hack-redux.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.1/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.1/\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.1/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.1/\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-pluggy_1.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/python_setuptools_build_meta.bbclass:7)\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-elaborate.cxx-gcc-version-compatibility-hack-redux.patch for 0001-elaborate.cxx-gcc-version-compatibility-hack-redux.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.1/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.1/\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.1/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.1/\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.1/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.1/\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.1/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.1/\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-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.1/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.1/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.1/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.1/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.1/\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.1/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.1/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.1/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.1/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.1/\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.1/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.1/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.1/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.1/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.1/\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-elaborate.cxx-gcc-version-compatibility-hack.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.1/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.1/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.1/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.1/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.1/\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-elaborate.cxx-gcc-version-compatibility-hack.patch for 0001-elaborate.cxx-gcc-version-compatibility-hack.patch\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-kernel/systemtap/systemtap_git.bb: Searching for 0001-elaborate.cxx-gcc-version-compatibility-hack-redux.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.1/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.1/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.1/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.1/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.1/\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-elaborate.cxx-gcc-version-compatibility-hack-redux.patch for 0001-elaborate.cxx-gcc-version-compatibility-hack-redux.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.1/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.1/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.1/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.1/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.1/\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.1/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.1/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.1/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.1/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.1/\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-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-graphics/pango/pango_1.52.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/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-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-pyproject-metadata_0.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-devtools/python/python3-pyproject-metadata_0.8.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-metadata_0.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-pyproject-metadata_0.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-devtools/python/python3-pyproject-metadata_0.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-devtools/python/python3-pyproject-metadata_0.8.0.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-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-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-graphics/pango/pango_1.52.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/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-graphics/pango/pango_1.52.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: 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-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-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: 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-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/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-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-graphics/pango/pango_1.52.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/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-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-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-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-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-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-devtools/perl/libxml-parser-perl_2.47.bb: Searching for 0001-Makefile.PL-make-check_lib-cross-friendly.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.47/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.47/\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.47/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.47/\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.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/0001-Makefile.PL-make-check_lib-cross-friendly.patch for 0001-Makefile.PL-make-check_lib-cross-friendly.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47/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.47/\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.47/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.47/\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.47.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-serializinghtml_1.1.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.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.10.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb: Searching for 0001-Makefile.PL-make-check_lib-cross-friendly.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.47/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.47/\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.47/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.47/\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.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/0001-Makefile.PL-make-check_lib-cross-friendly.patch for 0001-Makefile.PL-make-check_lib-cross-friendly.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47/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.47/\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.47/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.47/\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.47.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-serializinghtml_1.1.10.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.10.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.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-serializinghtml_1.1.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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.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/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-sphinxcontrib-serializinghtml_1.1.10.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/perl/libxml-parser-perl_2.47.bb: Searching for 0001-Makefile.PL-make-check_lib-cross-friendly.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.47/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.47/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.47/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.47/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.47/\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.47.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl/0001-Makefile.PL-make-check_lib-cross-friendly.patch for 0001-Makefile.PL-make-check_lib-cross-friendly.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.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.47.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.47/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.47/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.47/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.47/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.47/\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.47.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-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/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-devtools/python/python3-pluggy_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-devtools/python/python3-pluggy_1.5.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_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-pluggy_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-devtools/python/python3-pluggy_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-devtools/python/python3-pluggy_1.5.0.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-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-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-devtools/python/python3-dbusmock_0.31.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb\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-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-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-devtools/python/python3-dbusmock_0.31.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-dbusmock_0.31.1.bb:11)\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-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/python/python3-dbusmock_0.31.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-dbusmock_0.31.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.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-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-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-dbusmock_0.31.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-dbusmock_0.31.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-dbusmock_0.31.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-dbusmock_0.31.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-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/pango/pango_1.52.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/pango/pango_1.52.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: SITE files ['endian-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.9.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.9.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-poetry-core_1.9.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.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_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.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_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.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/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-poetry-core_1.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_poetry_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.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-devtools/python/python3-poetry-core_1.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-poetry-core_1.9.0.bb:20)\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-graphics/pango/pango_1.52.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.52.2/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.52.2/\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.52.2/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.52.2/\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.52.2.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.52.2.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.52.2/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.52.2/\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.52.2/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.52.2/\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-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/meta/recipes-graphics/pango/pango_1.52.2.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-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-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/pango/pango_1.52.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.52.2/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.52.2/\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.52.2/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.52.2/\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.52.2.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/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-graphics/pango/pango_1.52.2.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.52.2/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.52.2/\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.52.2/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.52.2/\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.52.2.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/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/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/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-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-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-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-graphics/pango/pango_1.52.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango-1.52.2/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.52.2/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.52.2/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.52.2/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.52.2/\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.52.2.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/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-graphics/pango/pango_1.52.2.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.52.2/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.52.2/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.52.2/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.52.2/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.52.2/\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.52.2.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/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-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-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-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-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-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-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-pyopenssl_24.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_24.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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-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/libpng/libpng_1.6.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-multimedia/libpng/libpng_1.6.43.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.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-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-multimedia/libpng/libpng_1.6.43.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.43.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_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-pyopenssl_24.1.0.bb:11)\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-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/libpng/libpng_1.6.43.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.43.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_24.1.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_24.1.0.bb:11)\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-devtools/python/python3-pyopenssl_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/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_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/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_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-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.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-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_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-devtools/python/python3-pyopenssl_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/setuptools3.bbclass:7)\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-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-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.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-sphinxcontrib-serializinghtml_1.1.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/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/python/python3-sphinxcontrib-serializinghtml_1.1.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-devtools/python/python3-sphinxcontrib-serializinghtml_1.1.10.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-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-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-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-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-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-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-multimedia/libpng/libpng_1.6.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-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-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-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-poetry-core_1.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-poetry-core_1.9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.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-poetry-core_1.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-poetry-core_1.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-poetry-core_1.9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.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-dbusmock_0.31.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.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-dbusmock_0.31.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/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/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/build-st-3496823/meta-selftest/recipes-test/logging-test/logging-test.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/logging-test/logging-test.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.5.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.5.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.5.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.5.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.5.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/spir/spirv-headers_1.3.283.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb\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-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-devtools/python/python3-pluggy_1.5.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.5.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.5.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.5.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.5.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.5.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/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/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/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/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/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-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/python/python3-pluggy_1.5.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy-1.5.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.5.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.5.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.5.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.5.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.5.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/spir/spirv-headers_1.3.283.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.283.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.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-multimedia/libpng/libpng_1.6.43.bb:0)\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-multimedia/libpng/libpng_1.6.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-multimedia/libpng/libpng_1.6.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-multimedia/libpng/libpng_1.6.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-multimedia/libpng/libpng_1.6.43.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyopenssl_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-pyopenssl_24.1.0.bb:0)\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-pyopenssl_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/mdadm/mdadm_4.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.3.bb\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-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/python/python3-pyopenssl_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-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/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-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-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/mdadm/mdadm_4.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/mdadm/mdadm_4.3.bb:31)\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/python/python3-pyopenssl_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-pyopenssl_24.1.0.bb:0)\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/mdadm/mdadm_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/classes-recipe/autotools-brokensep.bbclass:10)\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/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-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/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-extended/mdadm/mdadm_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-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/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-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-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-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-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-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-extended/mdadm/mdadm_4.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/mdadm/mdadm_4.3.bb:31)\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-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-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/mdadm/mdadm_4.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/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-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:207)\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:207)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.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/mdadm/mdadm_4.3.bb:31)\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:698)\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-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:698)\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-multimedia/libpng/libpng_1.6.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-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-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:814)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb\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-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-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-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:877)\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-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-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-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-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:55)\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-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-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-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-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-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-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-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-graphics/xorg-app/xprop_1.2.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:1: including xorg-app-common.inc\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:176)\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-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-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-graphics/xorg-app/xprop_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-graphics/xorg-app/xorg-app-common.inc:14)\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-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-graphics/xorg-app/xprop_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-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/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:56)\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-graphics/xorg-app/xprop_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-graphics/xorg-app/xorg-app-common.inc:14)\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:57)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.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-app/xorg-app-common.inc:14)\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-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-extended/mdadm/mdadm_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-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-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-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-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/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-devtools/rpm/rpm_4.19.1.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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/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-devtools/rpm/rpm_4.19.1.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.1.bb:59)\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-devtools/rpm/rpm_4.19.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-devtools/rpm/rpm_4.19.1.1.bb:59)\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/xorg-app/xprop_1.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/rpm/rpm_4.19.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/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.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/rpm/rpm_4.19.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/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.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/python3targetconfig.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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.283.0.bb:0)\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/rpm/rpm_4.19.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-graphics/spir/spirv-headers_1.3.283.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-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-graphics/spir/spirv-headers_1.3.283.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-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/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-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/spir/spirv-headers_1.3.283.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.283.0.bb:0)\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-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-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-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-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/build-st-3496823/meta-selftest/recipes-test/images/oe-selftest-image.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/images/oe-selftest-image.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/images/oe-selftest-image.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-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-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/build-st-3496823/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-3496823/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/build-st-3496823/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/build-st-3496823/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/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-core/meta/buildtools-tarball.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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-3496823/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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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:269)\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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.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/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-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/build-st-3496823/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:487)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/build-st-3496823/meta-selftest/recipes-test/images/oe-selftest-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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-3496823/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-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-3496823/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-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/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-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/build-st-3496823/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-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/build-st-3496823/meta-selftest/recipes-test/license/incompatible-licenses.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/license/incompatible-licenses.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.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-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-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/build-st-3496823/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-devtools/quilt/quilt-native_0.68.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.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-extended/mdadm/mdadm_4.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.3/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.3/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.3/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.3/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.3/\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.3.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-devtools/quilt/quilt-native_0.68.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:1: including quilt.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-extended/mdadm/mdadm_4.3.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.3/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.3/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.3/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.3/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.3/\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/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-extended/mdadm/mdadm_4.3.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-devtools/quilt/quilt-native_0.68.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:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.3.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.3/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.3/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.3/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.3/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.3/\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.3.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-devtools/quilt/quilt-native_0.68.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/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-extended/mdadm/mdadm_4.3.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.3/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.3/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.3/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.3/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.3/\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/quilt/quilt-native_0.68.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (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-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/build-st-3496823/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-extended/mdadm/mdadm_4.3.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.3.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.3/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.3/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.3/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.3/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.3/\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/build-st-3496823/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/multiconfig/multiconfig-test-parse.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.3.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-devtools/quilt/quilt-native_0.68.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:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.3.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.3/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.3/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.3/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.3/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.3/\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.3.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.3.bb: Searching for debian-no-Werror.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.3/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.3/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.3/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.3/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.3/\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/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-extended/mdadm/mdadm_4.3.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-devtools/quilt/quilt-native_0.68.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/mdadm/mdadm_4.3.bb: Searching for mdadm.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.3/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.3/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.3/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.3/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.3/\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.3.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-multimedia/libpng/libpng_1.6.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-extended/mdadm/mdadm_4.3.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.3/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.3/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.3/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.3/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.3/\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.3.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.3.bb: Searching for 0001-Makefile-install-mdcheck.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.3/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.3/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.3/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.3/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.3/\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/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-extended/mdadm/mdadm_4.3.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.3.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.3/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.3/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.3/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.3/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.3/\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/quilt/quilt-native_0.68.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.68.bb:2)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.3.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.3.bb: Searching for 0002-Create.c-include-linux-falloc.h-for-FALLOC_FL_ZERO_R.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.3/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.3/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.3/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.3/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.3/\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/quilt/quilt-native_0.68.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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/mdadm/mdadm_4.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0002-Create.c-include-linux-falloc.h-for-FALLOC_FL_ZERO_R.patch for 0002-Create.c-include-linux-falloc.h-for-FALLOC_FL_ZERO_R.patch\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/meta/recipes-extended/mdadm/mdadm_4.3.bb: Searching for 0001-util.c-add-limits.h-include-for-NAME_MAX-definition.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.3/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.3/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.3/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.3/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.3/\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.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-util.c-add-limits.h-include-for-NAME_MAX-definition.patch for 0001-util.c-add-limits.h-include-for-NAME_MAX-definition.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm_4.3.bb: Searching for 0001-include-libgen.h-for-basename-API.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/mdadm-4.3/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.3/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.3/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.3/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.3/\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.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mdadm/files/0001-include-libgen.h-for-basename-API.patch for 0001-include-libgen.h-for-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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.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-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-extended/mdadm/mdadm_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/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-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-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/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-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-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-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-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-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-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-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-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-devtools/rpm/rpm_4.19.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/rpm/rpm_4.19.1.1.bb:0)\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-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-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-devtools/rpm/rpm_4.19.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-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-devtools/quilt/quilt-native_0.68.bb: SITE 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-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/rpm/rpm_4.19.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-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/rpm/rpm_4.19.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/rpm/rpm_4.19.1.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.6.bb\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-graphics/xorg-app/xev_1.2.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_1.2.6.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_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-app/xev_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/build-st-3496823/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/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-graphics/xorg-app/xev_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-extended/psmisc/psmisc_23.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xev_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-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/build-st-3496823/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/build-st-3496823/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-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-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-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-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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.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/psmisc/psmisc_23.7.bb:20)\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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.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-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/psmisc/psmisc_23.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/psmisc/psmisc_23.7.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.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/recipes-extended/psmisc/psmisc_23.7.bb:54)\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:487)\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/create-spdx-image-3.0.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.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/quilt/quilt-native_0.68.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.68/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.68/\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.68/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.68/\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/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-devtools/quilt/quilt-native_0.68.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.68.bb: Searching for test.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.68/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.68/\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.68/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.68/\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.68.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-native_0.68.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.68/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.68/\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.68/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.68/\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.68.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.68.bb: 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-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/python/python3-git_3.1.43.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.43.bb\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/python/python3-git_3.1.43.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.43.bb:13)\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/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/python/python3-git_3.1.43.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.43.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.43.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/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/python/python3-git_3.1.43.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/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-devtools/python/python3-git_3.1.43.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (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-git_3.1.43.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-git_3.1.43.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/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/psmisc/psmisc_23.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.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-font/encodings_1.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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/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/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-font/encodings_1.1.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:6: including xorg-font-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/relocatable.bbclass (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/encodings_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-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_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-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-font/encodings_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-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_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-font/xorg-font-common.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.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-graphics/xorg-font/encodings_1.1.0.bb:18)\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/python/python3-setuptools_69.5.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Searching for file1 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/file1 for file1\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.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-setuptools_69.5.1.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Searching for file2 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/file2 for file2\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Searching for file3 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/file3 for file3\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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_69.5.1.bb:7)\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-setuptools_69.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/python_setuptools_build_meta.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/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-devtools/python/python3-setuptools_69.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-setuptools_69.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-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-setuptools_69.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-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-setuptools_69.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/python_setuptools_build_meta.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-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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Searching for file1 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/file1 for file1\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Searching for file2 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-localonly/file2 for file2\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-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/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-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-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-graphics/xorg-font/encodings_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/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/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-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-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-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-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-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-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-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-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-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-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-graphics/xorg-app/xev_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/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/build-st-3496823/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-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-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-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/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/build-st-3496823/meta-selftest/recipes-test/images/oe-selftest-image.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-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/ruby/ruby_3.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.3.0.bb\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-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-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/ruby/ruby_3.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-devtools/ruby/ruby_3.3.0.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.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-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-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/ruby/ruby_3.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/ruby/ruby_3.3.0.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.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-devtools/ruby/ruby_3.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-devtools/ruby/ruby_3.3.0.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.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/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/python/python3-cython_3.0.10.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-cython_3.0.10.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.10.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.10.bb:14)\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-devtools/python/python3-cython_3.0.10.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.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/setuptools3-base.bbclass:30)\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:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.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/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-devtools/python/python3-git_3.1.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/python/python3-git_3.1.43.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.10.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-git_3.1.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/python/python3-cython_3.0.10.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-git_3.1.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/python/python3-git_3.1.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/python/python3-git_3.1.43.bb:0)\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/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-graphics/xorg-font/encodings_1.1.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-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/ruby/ruby_3.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/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-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/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/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:10)\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/rpm/rpm_4.19.1.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.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.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.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.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.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/python/python3-yamllint_1.35.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.35.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.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.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.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.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.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/python/python3-yamllint_1.35.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-yamllint_1.35.1.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.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.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.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.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.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/python/python3-yamllint_1.35.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-yamllint_1.35.1.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.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.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.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.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-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/rpm/rpm_4.19.1.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/python/python3-yamllint_1.35.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-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/rpm/rpm_4.19.1.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.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.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.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.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.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/python/python3-yamllint_1.35.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/rpm/rpm_4.19.1.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.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.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.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.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-yamllint_1.35.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/rpm/rpm_4.19.1.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.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.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.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.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.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-setuptools_69.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-setuptools_69.5.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.35.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/rpm/rpm_4.19.1.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/rpm/rpm_4.19.1.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.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.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.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.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.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-devtools/python/python3-yamllint_1.35.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/rpm/rpm_4.19.1.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.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.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.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.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.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.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.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.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.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.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.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/python/python3-setuptools_69.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-markupsafe_2.1.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.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.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.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.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.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.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.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.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.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.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-markupsafe_2.1.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-markupsafe_2.1.5.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.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.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.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.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.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.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/python/python3-markupsafe_2.1.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-markupsafe_2.1.5.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.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-markupsafe_2.1.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-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-markupsafe_2.1.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-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-markupsafe_2.1.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-setuptools_69.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-setuptools_69.5.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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-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-devtools/python/python3-markupsafe_2.1.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-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-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-devtools/python/python3-markupsafe_2.1.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-devtools/python/python3-markupsafe_2.1.5.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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/rpm/rpm_4.19.1.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.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.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.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.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.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-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-devtools/rpm/rpm_4.19.1.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.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.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.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.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.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.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.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.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.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.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.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-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-devtools/rpm/rpm_4.19.1.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.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.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.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.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/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-devtools/rpm/rpm_4.19.1.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.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.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.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.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.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.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.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.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.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.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.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/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-devtools/rpm/rpm_4.19.1.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.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.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.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.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.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/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/rpm/rpm_4.19.1.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/rpm/rpm_4.19.1.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.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.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.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.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.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-devtools/rpm/rpm_4.19.1.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.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.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.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.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/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-devtools/rpm/rpm_4.19.1.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.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.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.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.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.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/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/rpm/rpm_4.19.1.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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/rpm/rpm_4.19.1.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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/rpm/rpm_4.19.1.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.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.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.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.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.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.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-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-devtools/rpm/rpm_4.19.1.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.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.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.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.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.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/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-devtools/rpm/rpm_4.19.1.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-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-devtools/rpm/rpm_4.19.1.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.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.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.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.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.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/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/rpm/rpm_4.19.1.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-extended/images/core-image-testcontroller.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/rpm/rpm_4.19.1.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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-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/rpm/rpm_4.19.1.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/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-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/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-support/gnupg/gnupg_2.4.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb\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-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/gnupg/gnupg_2.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-support/gnupg/gnupg_2.4.5.bb:14)\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/gnupg/gnupg_2.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-support/gnupg/gnupg_2.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-support/gnupg/gnupg_2.4.5.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.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/gnupg/gnupg_2.4.5.bb:14)\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-support/gnupg/gnupg_2.4.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/gnupg/gnupg_2.4.5.bb:14)\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-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-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/ruby/ruby_3.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/ruby/ruby_3.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.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/ruby/ruby_3.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/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-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/ruby/ruby_3.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/ruby/ruby_3.3.0.bb:0)\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-lxml_5.2.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.2.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.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-devtools/python/python3-cython_3.0.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.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/python/python3-lxml_5.2.2.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.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.2.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-lxml_5.2.2.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.2.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-lxml_5.2.2.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.2.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-cython_3.0.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-lxml_5.2.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-lxml_5.2.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-lxml_5.2.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-cython_3.0.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-devtools/python/python3-cython_3.0.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.2.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-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-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-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-support/gnupg/gnupg_2.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-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-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-devtools/python/python3-yamllint_1.35.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-yamllint_1.35.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-yamllint_1.35.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-yamllint_1.35.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-yamllint_1.35.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-yamllint_1.35.1.bb:0)\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-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/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.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-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-support/libical/libical_3.0.18.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:269)\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:269)\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-devtools/python/python3-markupsafe_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-devtools/python/python3-markupsafe_2.1.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_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-devtools/python/python3-markupsafe_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/meta/recipes-support/libical/libical_3.0.18.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.18.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_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-devtools/python/python3-markupsafe_2.1.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.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-support/libical/libical_3.0.18.bb:20)\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:487)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.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/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.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-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-support/libical/libical_3.0.18.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/libical/libical_3.0.18.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.18.bb:20)\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/create-spdx-image-3.0.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.18.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.18.bb:20)\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-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/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-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-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/python/python3-beartype_0.18.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.18.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.18.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-beartype_0.18.5.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.18.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-beartype_0.18.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-beartype_0.18.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-beartype_0.18.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-beartype_0.18.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-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-devtools/python/python3-beartype_0.18.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-beartype_0.18.5.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/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-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-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/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/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/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-support/gnupg/gnupg_2.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-support/gnupg/gnupg_2.4.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.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/ruby/ruby_3.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/gnupg/gnupg_2.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/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-support/gnupg/gnupg_2.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-support/gnupg/gnupg_2.4.5.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/\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/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/python/python3-setuptools_69.5.1.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.5.1/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.5.1/\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.5.1/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.5.1/\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/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/python/python3-setuptools_69.5.1.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/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/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/python/python3-lxml_5.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/python/python3-lxml_5.2.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.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-devtools/python/python3-typing-extensions_4.12.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.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-typing-extensions_4.12.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-lxml_5.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/python/python3-typing-extensions_4.12.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-typing-extensions_4.12.2.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.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-typing-extensions_4.12.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-devtools/python/python3-lxml_5.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/python/python3-lxml_5.2.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.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/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/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/python/python3-typing-extensions_4.12.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-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-devtools/python/python3-setuptools_69.5.1.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.5.1/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.5.1/\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.5.1/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.5.1/\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/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-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/python/python3-setuptools_69.5.1.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-typing-extensions_4.12.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-setuptools_69.5.1.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.5.1/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.5.1/\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.5.1/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.5.1/\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/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/python/python3-setuptools_69.5.1.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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meta/recipes-support/gnupg/gnupg_2.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-setuptools_69.5.1.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.5.1/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.5.1/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.5.1/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.5.1/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.5.1/\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.5.1.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/build-st-3496823/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-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-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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb:0)\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-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-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-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-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-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-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-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-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-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-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-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-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/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/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/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-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/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-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/libical/libical_3.0.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-support/libical/libical_3.0.18.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.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-support/libical/libical_3.0.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-extended/xz/xz_5.4.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-beartype_0.18.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-beartype_0.18.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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/gnupg/gnupg_2.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/ruby/ruby_3.3.0.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/python/python3-beartype_0.18.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/ruby/ruby_3.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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/python/python3-beartype_0.18.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/ruby/ruby_3.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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-extended/mc/mc_4.8.31.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.3.0.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-extended/xz/xz_5.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-extended/xz/xz_5.4.6.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.3.0.bb: Searching for 0006-Make-gemspecs-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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/python/python3-beartype_0.18.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-beartype_0.18.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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-extended/mc/mc_4.8.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-extended/mc/mc_4.8.31.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.3.0.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-extended/mc/mc_4.8.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-extended/xz/xz_5.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-devtools/ruby/ruby_3.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/mc/mc_4.8.31.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.31.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.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-extended/mc/mc_4.8.31.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.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/xz/xz_5.4.6.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_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-extended/xz/xz_5.4.6.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_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-extended/xz/xz_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/recipes-extended/xz/xz_5.4.6.bb:42)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.bb: Searching for 0006-Make-gemspecs-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.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-typing-extensions_4.12.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-typing-extensions_4.12.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.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-markupsafe_2.1.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.5/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.5/\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.5/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.5/\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.5.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-devtools/python/python3-typing-extensions_4.12.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/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-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/python/python3-typing-extensions_4.12.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-typing-extensions_4.12.2.bb:0)\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/ruby/ruby_3.3.0.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.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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.3.0.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/python/python3-markupsafe_2.1.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.5/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.5/\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.5/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.5/\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.5.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/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-devtools/python/python3-markupsafe_2.1.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe-2.1.5/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.5/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.5/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.5/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.5/\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.5.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-devtools/ruby/ruby_3.3.0.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.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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.3.0.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.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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.3.0.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.3.0.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.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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.3.0.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.3.0.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.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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.3.0.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/zstd/zstd_1.5.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby_3.3.0.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.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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.3.0.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-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/ruby/ruby_3.3.0.bb: Searching for 0006-Make-gemspecs-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ruby/ruby-3.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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/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-devtools/ruby/ruby_3.3.0.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-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-extended/mc/mc_4.8.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/ruby/ruby_3.3.0.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.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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/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-extended/xz/xz_5.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/ruby/ruby_3.3.0.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-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-devtools/ruby/ruby_3.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/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/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-devtools/rust/rust_1.75.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb\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-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-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-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-devtools/rust/rust_1.75.0.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.75.0.bb:7)\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-devtools/rust/rust_1.75.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/rust.bbclass:7)\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/rust/rust_1.75.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-devtools/rust/rust_1.75.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/rust_1.75.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-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-support/libgpg-error/libgpg-error_1.49.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:27)\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-3496823/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-support/libgpg-error/libgpg-error_1.49.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (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.49.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.49.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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/recipes-devtools/rust/rust_1.75.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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/rust/rust_1.75.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:219: including rust-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:220: including rust-snapshot.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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/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/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-support/libical/libical_3.0.18.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.18/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.18/\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.18/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.18/\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.18.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-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-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-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-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-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-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-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-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-support/libical/libical_3.0.18.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.18/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.18/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.18/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.18/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.18/\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-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-support/libical/libical_3.0.18.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-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-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/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-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/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/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-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/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/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/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/python3-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-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile for somefile\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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile for anotherfile\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-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/gnupg/gnupg_2.4.5.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.5/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.5/\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.5/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.5/\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-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-support/gnupg/gnupg_2.4.5.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-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-support/gnupg/gnupg_2.4.5.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.5/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.5/\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.5/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.5/\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.5.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.5.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.5/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.5/\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.5/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.5/\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.5.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-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-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-support/libgpg-error/libgpg-error_1.49.bb: 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.5.bb: Searching for relocate.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.5/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.5/\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.5/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.5/\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-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-support/gnupg/gnupg_2.4.5.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/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-support/gnupg/gnupg_2.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-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-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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/\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/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile for somefile\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/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile for anotherfile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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.5/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.5/\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.5/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.5/\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/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/somefile for somefile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test-1.2/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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.5/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.5/\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.5/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.5/\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/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test_1.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipeutils/recipeutils-test/anotherfile for anotherfile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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.5.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.5/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.5/\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.5/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.5/\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.5.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.5.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.5/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.5/\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.5/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.5/\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.5.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.5.bb: Searching for relocate.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg-2.4.5/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.5/\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.5/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.5/\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.5.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.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/libtool/nativesdk-libtool_2.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb:1: including libtool-2.5.0.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_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-devtools/libtool/libtool-2.5.0.inc:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_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-devtools/libtool/nativesdk-libtool_2.5.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/libtool/libtool-2.5.0.inc:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.18.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.18.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_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-devtools/libtool/nativesdk-libtool_2.5.0.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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.5/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.5/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.5/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.5/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.5/\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.5.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.5.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.5/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.5/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.5/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.5/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.5/\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.5.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.5.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.5/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.5/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.5/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.5/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.5/\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-extended/mc/mc_4.8.31.bb: Searching for nomandate.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc-4.8.31/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.31/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.31/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.31/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.31/\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-support/gnupg/gnupg_2.4.5.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-extended/mc/mc_4.8.31.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-support/gnupg/gnupg_2.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/mc/mc_4.8.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-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-extended/xz/xz_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-extended/xz/xz_5.4.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_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/build-st-3496823/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb\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/build-st-3496823/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-3496823/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb:13)\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/build-st-3496823/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-extended/xz/xz_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-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/build-st-3496823/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/meta/recipes-extended/xz/xz_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-extended/xz/xz_5.4.6.bb:0)\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-3496823/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/build-st-3496823/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-core/systemd/systemd-machine-units_1.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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-3496823/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/build-st-3496823/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/libtool/nativesdk-libtool_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/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/build-st-3496823/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/build-st-3496823/meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-extended/zstd/zstd_1.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-extended/zstd/zstd_1.5.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.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-extended/xz/xz_5.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/zstd/zstd_1.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-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-extended/zstd/zstd_1.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-extended/zstd/zstd_1.5.6.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-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/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/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/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/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-devtools/python/python3-pytest_8.2.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.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/python/python3-pytest_8.2.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.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-pytest_8.2.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.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-pytest_8.2.2.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.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-pytest_8.2.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-pytest_8.2.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-pytest_8.2.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/libtool/libtool-native_2.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.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/libtool/libtool-native_2.5.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:1: including libtool-2.5.0.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_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-devtools/libtool/libtool-2.5.0.inc:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_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-devtools/libtool/libtool-native_2.5.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/libtool/libtool-2.5.0.inc:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_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-devtools/libtool/libtool-native_2.5.0.bb:5)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_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-support/libgpg-error/libgpg-error_1.49.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.49.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_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/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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.49.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:9: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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-support/libgpg-error/libgpg-error_1.49.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.49.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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-lib/libxdmcp_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-graphics/xorg-lib/libxdmcp_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/rust/rust_1.75.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/rust/rust_1.75.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.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/xorg-lib/libxdmcp_1.1.5.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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-3496823/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-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/build-st-3496823/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/build-st-3496823/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/build-st-3496823/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/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/build-st-3496823/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-3496823/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-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/build-st-3496823/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/build-st-3496823/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/meta/recipes-devtools/libtool/libtool-native_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/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/build-st-3496823/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-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/build-st-3496823/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-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-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/build-st-3496823/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-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/build-st-3496823/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-extended/xz/xz_5.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-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/build-st-3496823/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-3496823/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/rust/rust_1.75.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-3496823/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-3496823/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-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/build-st-3496823/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/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/build-st-3496823/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/build-st-3496823/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-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-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-support/libgpg-error/libgpg-error_1.49.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-3496823/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-devtools/rust/rust_1.75.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/rust/rust_1.75.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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/build-st-3496823/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/build-st-3496823/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/build-st-3496823/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-3496823/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/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/build-st-3496823/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/build-st-3496823/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/build-st-3496823/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/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/build-st-3496823/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/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-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/build-st-3496823/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/build-st-3496823/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/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-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-devtools/libtool/nativesdk-libtool_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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/build-st-3496823/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/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/libtool/nativesdk-libtool_2.5.0.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/build-st-3496823/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/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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-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-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/build-st-3496823/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/libtool/nativesdk-libtool_2.5.0.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/build-st-3496823/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/libtool/nativesdk-libtool_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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/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/build-st-3496823/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-devtools/libtool/nativesdk-libtool_2.5.0.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/nativesdk-libtool_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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/build-st-3496823/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-graphics/xorg-lib/libxdmcp_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/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/libtool/nativesdk-libtool_2.5.0.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-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-devtools/libtool/nativesdk-libtool_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.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/nativesdk-libtool_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.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/nativesdk-libtool_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.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-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/libtool/nativesdk-libtool_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.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-rt/rt-tests/rt-tests_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-rt/rt-tests/rt-tests_git.bb:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb: Searching for filefix.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.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/filefix.patch for filefix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.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-bsp/gnu-efi/gnu-efi_3.0.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-bsp/gnu-efi/gnu-efi_3.0.18.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.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/libtool/nativesdk-libtool_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/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.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-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-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-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/git/git_2.45.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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-devtools/git/git_2.45.2.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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/git/git_2.45.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/git/git_2.45.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-devtools/git/git_2.45.2.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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/git/git_2.45.2.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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-devtools/git/git_2.45.2.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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/python/python3-rpds-py_0.18.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb:11: including python3-rpds-py-crates.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.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-rpds-py_0.18.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_maturin.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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/python/python3-rpds-py_0.18.1.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_maturin.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.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/python/python3-rpds-py_0.18.1.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/libtool/libtool-native_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.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.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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/python/python3-rpds-py_0.18.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/libtool/libtool-native_2.5.0.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.5.0.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.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-native_2.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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/python/python3-rpds-py_0.18.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/libtool/libtool-native_2.5.0.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.5.0.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.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.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.5.0.bb: Searching for nohardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.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/python/python3-rpds-py_0.18.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/libtool/libtool-native_2.5.0.bb: Searching for filefix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0/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.5.0/\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.5.0/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.5.0/\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.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/filefix.patch for filefix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.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-rpds-py_0.18.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/libtool/libtool-native_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/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-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-support/libgpg-error/libgpg-error_1.49.bb: SITE 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/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-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-devtools/git/git_2.45.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-rpds-py_0.18.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/python_pyo3.bbclass:12)\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-devtools/python/python3-rpds-py_0.18.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/classes-recipe/python_maturin.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.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-rpds-py_0.18.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/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/python/python3-rpds-py_0.18.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/python/python3-rpds-py_0.18.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-rpds-py_0.18.1.bb:13)\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-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-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-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-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-devtools/python/python3-rpds-py_0.18.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/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-support/aspell/aspell_0.60.8.1.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-support/aspell/aspell_0.60.8.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/aspell/aspell_%.bbappend:2: including test_recipe.inc\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-extended/xz/xz_5.4.6.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz-5.4.6/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.6/\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/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz-5.4.6/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.6/\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.6.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-extended/xz/xz_5.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/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-bsp/gnu-efi/gnu-efi_3.0.18.bb: Searching for 0001-Fix-parallel-make-failure-for-archives.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.18/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.18/\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.18/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.18/\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-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-bsp/gnu-efi/gnu-efi_3.0.18.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/0001-Fix-parallel-make-failure-for-archives.patch for 0001-Fix-parallel-make-failure-for-archives.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.18.bb: Searching for 0002-Do-not-treat-warnings-as-errors.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.18/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.18/\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.18/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.18/\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.18.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/0002-Do-not-treat-warnings-as-errors.patch for 0002-Do-not-treat-warnings-as-errors.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/nopackages.bbclass (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-pytest_8.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/python/python3-pytest_8.2.2.bb:0)\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-devtools/python/python3-pytest_8.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-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-devtools/python/python3-pytest_8.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-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-devtools/python/python3-pytest_8.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/python/python3-pytest_8.2.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz-5.4.6/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.6/\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/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz-5.4.6/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.6/\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-bsp/gnu-efi/gnu-efi_3.0.18.bb: Searching for 0001-Fix-parallel-make-failure-for-archives.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.18/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.18/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.18/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.18/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.18/\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-extended/xz/xz_5.4.6.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-bsp/gnu-efi/gnu-efi_3.0.18.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/0001-Fix-parallel-make-failure-for-archives.patch for 0001-Fix-parallel-make-failure-for-archives.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi_3.0.18.bb: Searching for 0002-Do-not-treat-warnings-as-errors.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi-3.0.18/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.18/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.18/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.18/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.18/\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-extended/xz/xz_5.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-bsp/gnu-efi/gnu-efi_3.0.18.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/gnu-efi/gnu-efi/0002-Do-not-treat-warnings-as-errors.patch for 0002-Do-not-treat-warnings-as-errors.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/libxdmcp_1.1.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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-graphics/xorg-lib/libxdmcp_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/build-st-3496823/meta-selftest/recipes-test/delay/delay.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/delay/delay.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/libxdmcp_1.1.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz-5.4.6/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.6/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.6/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.6/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.6/\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.6.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-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-extended/xz/xz_5.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/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-devtools/gcc/gcc-cross-canadian_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_14.1.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-graphics/xorg-lib/libxdmcp_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/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-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-devtools/python/python3-rpds-py_0.18.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-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-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-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-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-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-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-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-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-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-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-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-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-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-devtools/gcc/gcc-cross-canadian_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\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-devtools/gcc/gcc-cross-canadian_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-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/gcc/gcc-cross-canadian_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.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-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.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/gcc/gcc-cross-canadian_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_14.1.bb:2: including gcc-cross-canadian.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.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-devtools/gcc/gcc-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/gcc/gcc-cross-canadian.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.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-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:45)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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-devtools/gcc/gcc-cross-canadian_14.1.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/btrfs-tools/btrfs-tools_6.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/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.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/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_14.1.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/btrfs-tools/btrfs-tools_6.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/gcc/gcc-cross-canadian_14.1.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/btrfs-tools/btrfs-tools_6.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-support/libgpg-error/libgpg-error_1.49.bb: Searching for pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.49/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.49/\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.49/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.49/\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.49.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.49.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.49/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.49/\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.49/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.49/\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.49.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.49.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.49/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.49/\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.49/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.49/\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.49.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.49.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/archery/1.2.0/download to archery-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.6.0/download to portable-atomic-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.20.3/download to pyo3-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.20.3/download to pyo3-build-config-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.20.3/download to pyo3-ffi-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.20.3/download to pyo3-macros-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.20.3/download to pyo3-macros-backend-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/rpds/1.1.0/download to rpds-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb: Searching for pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.49/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.49/\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.49/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.49/\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-rpds-py_0.18.1.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-support/libgpg-error/libgpg-error_1.49.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-rpds-py_0.18.1.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-support/libgpg-error/libgpg-error_1.49.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.49/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.49/\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.49/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.49/\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-rpds-py_0.18.1.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/libgpg-error/libgpg-error_1.49.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-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.32/download to syn-2.0.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.49/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.49/\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.49/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.49/\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-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.9/download to target-lexicon-0.12.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/triomphe/0.1.9/download to triomphe-0.1.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-support/libgpg-error/libgpg-error_1.49.bb: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-devtools/python/python3-rpds-py_0.18.1.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/python/python3-rpds-py_0.18.1.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/python/python3-rpds-py_0.18.1.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/python/python3-rpds-py_0.18.1.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/python/python3-rpds-py_0.18.1.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/git/git_2.45.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/git/git_2.45.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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/python/python3-rpds-py_0.18.1.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/git/git_2.45.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-rpds-py_0.18.1.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/git/git_2.45.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/libgpg-error/libgpg-error_1.49.bb: Searching for pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.49/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.49/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.49/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.49/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.49/\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.49.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.49.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.49/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.49/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.49/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.49/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.49/\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/git/git_2.45.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/git/git_2.45.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error-1.49/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.49/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.49/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.49/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.49/\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.49.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/btrfs-tools/btrfs-tools_6.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/libgpg-error/libgpg-error_1.49.bb: SITE files ['endian-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/\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-graphics/xorg-lib/libxdmcp_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/gcc/gcc-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-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb\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-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/git/git_2.45.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/\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/fix-security-format.patch for fix-security-format.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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-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/rust/rust_1.75.0.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-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/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-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-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/rust/rust_1.75.0.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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/rust/rust_1.75.0.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/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-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-devtools/rust/rust_1.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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-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/rust/rust_1.75.0.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-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/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/rust/rust_1.75.0.bb: Searching for rv32-missing-syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-missing-syscalls.patch for rv32-missing-syscalls.patch\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-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/rust/rust_1.75.0.bb: Searching for rv32-rustix-libc-backend.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch for rv32-rustix-libc-backend.patch\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/rust/rust_1.75.0.bb: Searching for rv32-cargo-rustix-0.38.19-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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-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/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.19-fix.patch for rv32-cargo-rustix-0.38.19-fix.patch\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-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/rust/rust_1.75.0.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-extended/zip/zip_3.0.bb: Searching for 0001-configure-Include-dirent.h-for-closedir-opendir-APIs.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/rust/rust_1.75.0.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-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0001-configure-Include-dirent.h-for-closedir-opendir-APIs.patch for 0001-configure-Include-dirent.h-for-closedir-opendir-APIs.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-core/glib-2.0/glib-2.0-initial_2.80.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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/rust/rust_1.75.0.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/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-devtools/rust/rust_1.75.0.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-core/glib-2.0/glib-2.0-initial_2.80.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:1: including glib.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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_1.75.0.bb: Searching for 0001-Handle-vendored-sources-when-remapping-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Handle-vendored-sources-when-remapping-paths.patch for 0001-Handle-vendored-sources-when-remapping-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Searching for repro-issue-fix-with-v175.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/repro-issue-fix-with-v175.patch for repro-issue-fix-with-v175.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Searching for 0001-cargo-do-not-write-host-information-into-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-core/glib-2.0/glib-2.0-initial_2.80.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/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch for 0001-cargo-do-not-write-host-information-into-compilation.patch\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-core/glib-2.0/glib-2.0-initial_2.80.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/glib-2.0/glib-2.0-initial_2.80.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/glib-2.0/glib-2.0-initial_2.80.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/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-core/glib-2.0/glib-2.0-initial_2.80.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/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-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-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-core/glib-2.0/glib-2.0-initial_2.80.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/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-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-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-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-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-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-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-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-core/glib-2.0/glib-2.0-initial_2.80.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-core/glib-2.0/glib.inc:31)\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-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-core/glib-2.0/glib-2.0-initial_2.80.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-core/glib-2.0/glib.inc:31)\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-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-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-core/glib-2.0/glib-2.0-initial_2.80.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-core/glib-2.0/glib.inc:31)\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-core/glib-2.0/glib-2.0-initial_2.80.2.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/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-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-core/glib-2.0/glib-2.0-initial_2.80.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-gnome.bbclass:7)\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-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-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-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-core/glib-2.0/glib-2.0-initial_2.80.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/zip/zip_3.0.bb: Searching for 0001-configure-Include-dirent.h-for-closedir-opendir-APIs.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/rust/rust_1.75.0.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-extended/zip/zip_3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip-3.0/0001-configure-Include-dirent.h-for-closedir-opendir-APIs.patch for 0001-configure-Include-dirent.h-for-closedir-opendir-APIs.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/0001-depmod-Ignore-.debug-directories.patch for 0001-depmod-Ignore-.debug-directories.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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-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/rust/rust_1.75.0.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-core/glib-2.0/glib-2.0-initial_2.80.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-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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-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-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/rust/rust_1.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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-core/glib-2.0/glib-2.0-initial_2.80.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-core/glib-2.0/glib.inc:31)\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-devtools/rust/rust_1.75.0.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/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-core/glib-2.0/glib-2.0-initial_2.80.2.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/rust/rust_1.75.0.bb: Searching for rv32-missing-syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-missing-syscalls.patch for rv32-missing-syscalls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Searching for rv32-rustix-libc-backend.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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-core/glib-2.0/glib-2.0-initial_2.80.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-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch for rv32-rustix-libc-backend.patch\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-devtools/rust/rust_1.75.0.bb: Searching for rv32-cargo-rustix-0.38.19-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.19-fix.patch for rv32-cargo-rustix-0.38.19-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.22.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.22.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.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-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-devtools/rust/rust_1.75.0.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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/go/go_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.22.4.bb:1: including go-1.22.4.inc\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-devtools/rust/rust_1.75.0.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/go/go_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.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-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-devtools/rust/rust_1.75.0.bb: Searching for 0001-Handle-vendored-sources-when-remapping-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Handle-vendored-sources-when-remapping-paths.patch for 0001-Handle-vendored-sources-when-remapping-paths.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/go/go_1.22.4.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/rust_1.75.0.bb: Searching for repro-issue-fix-with-v175.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/repro-issue-fix-with-v175.patch for repro-issue-fix-with-v175.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/syslog for syslog\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/rust/rust_1.75.0.bb: Searching for 0001-cargo-do-not-write-host-information-into-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch for 0001-cargo-do-not-write-host-information-into-compilation.patch\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-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-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/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-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-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-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-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/go/go_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.22.4.bb:2: including go-target.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/busybox-syslog.default for busybox-syslog.default\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/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/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-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-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-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-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-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/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-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-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-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-devtools/go/go_1.22.4.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.22.4.bb:4)\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-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-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-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-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/rust/rust_1.75.0.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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/python/python3-rpds-py_0.18.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-rpds-py_0.18.1.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/fail_on_no_media.patch for fail_on_no_media.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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-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-devtools/rust/rust_1.75.0.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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/python/python3-rpds-py_0.18.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/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-devtools/rust/rust_1.75.0.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-core/util-linux/util-linux_2.39.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\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-devtools/rust/rust_1.75.0.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.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.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.75.0.bb: Searching for rv32-missing-syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-missing-syscalls.patch for rv32-missing-syscalls.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/inetd for inetd\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.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.75.0.bb: Searching for rv32-rustix-libc-backend.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch for rv32-rustix-libc-backend.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/login-utilities.cfg for login-utilities.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Searching for rv32-cargo-rustix-0.38.19-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.19-fix.patch for rv32-cargo-rustix-0.38.19-fix.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-devtools/rust/rust_1.75.0.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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-devtools/python/python3-rpds-py_0.18.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-rpds-py_0.18.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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-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-devtools/rust/rust_1.75.0.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.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-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-devtools/rust/rust_1.75.0.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.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-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-devtools/rust/rust_1.75.0.bb: Searching for 0001-Handle-vendored-sources-when-remapping-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Handle-vendored-sources-when-remapping-paths.patch for 0001-Handle-vendored-sources-when-remapping-paths.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/sha256sum.cfg for sha256sum.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Searching for repro-issue-fix-with-v175.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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-devtools/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/repro-issue-fix-with-v175.patch for repro-issue-fix-with-v175.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/getopts.cfg for getopts.cfg\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb: Searching for 0001-cargo-do-not-write-host-information-into-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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/rust/rust_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch for 0001-cargo-do-not-write-host-information-into-compilation.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/longopts.cfg for longopts.cfg\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-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/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-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/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-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-devtools/btrfs-tools/btrfs-tools_6.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/btrfs-tools/btrfs-tools_6.8.1.bb:0)\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/btrfs-tools/btrfs-tools_6.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-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-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-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-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-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/btrfs-tools/btrfs-tools_6.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-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-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-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/git/git_2.45.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 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-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/btrfs-tools/btrfs-tools_6.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/btrfs-tools/btrfs-tools_6.8.1.bb:0)\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-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-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-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-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/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-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-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-graphics/xorg-lib/libxdmcp_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-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-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/gcc/gcc-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-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/python/python3-rpds-py_0.18.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/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-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-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-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-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:18)\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-graphics/xorg-lib/libxdmcp_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-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-devtools/python/python3-wheel_0.43.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb\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-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-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:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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.43.0.bb:9)\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-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-devtools/python/python3-wheel_0.43.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/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-wheel_0.43.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-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-devtools/python/python3-wheel_0.43.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-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-wheel_0.43.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-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/python/python3-wheel_0.43.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-wheel_0.43.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.43.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/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:18)\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/python/python3-jinja2_3.1.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.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-jinja2_3.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-jinja2_3.1.4.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.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-jinja2_3.1.4.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.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-jinja2_3.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/python_flit_core.bbclass:7)\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-support/icu/icu_75-1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.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/python/python3-jinja2_3.1.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-jinja2_3.1.4.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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-jinja2_3.1.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-support/icu/icu_75-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_75-1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-1.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/archery/1.2.0/download to archery-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.6.0/download to portable-atomic-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.20.3/download to pyo3-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.20.3/download to pyo3-build-config-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.20.3/download to pyo3-ffi-0.20.3.crate\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/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.20.3/download to pyo3-macros-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.20.3/download to pyo3-macros-backend-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/rpds/1.1.0/download to rpds-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.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-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.32/download to syn-2.0.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.9/download to target-lexicon-0.12.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/installscript.sh for installscript.sh\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/triomphe/0.1.9/download to triomphe-0.1.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-orig for selftest-replaceme-orig\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-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-rpds-py_0.18.1.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/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-todir for selftest-replaceme-todir\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Searching for file1 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/file1 for file1\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/add-file.patch for add-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Searching for subdir in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/subdir for subdir\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/selftest-replaceme-inst-globfile for selftest-replaceme-inst-globfile\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-extended/man-db/man-db_2.12.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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/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/man-db/man-db_2.12.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-extended/man-db/man-db_2.12.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.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-extended/man-db/man-db_2.12.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.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-extended/man-db/man-db_2.12.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.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/man-db/man-db_2.12.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/man-db/man-db_2.12.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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/man-db/man-db_2.12.1.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.1.bb: CONF file 'test_recipe.inc' not found\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/git/git_2.45.2.bb: Searching for fixsort.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.45.2/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.45.2/\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.45.2/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.45.2/\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_1.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-devtools/go/go_1.22.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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.45.2.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.45.2/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.45.2/\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.45.2/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.45.2/\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.45.2.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-devtools/btrfs-tools/btrfs-tools_6.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/git/git_2.45.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.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/git/git_2.45.2.bb: Searching for fixsort.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.45.2/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.45.2/\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.45.2/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.45.2/\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.45.2.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.45.2.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.45.2/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.45.2/\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.45.2/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.45.2/\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.45.2.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-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/git/git_2.45.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/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-devtools/python/python3-rpds-py_0.18.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.103.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.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-hypothesis_6.103.2.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb: Searching for fixsort.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git-2.45.2/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.45.2/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.45.2/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.45.2/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.45.2/\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.45.2.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/python/python3-hypothesis_6.103.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-hypothesis_6.103.2.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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.45.2/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.45.2/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.45.2/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.45.2/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.45.2/\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.45.2.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-devtools/python/python3-hypothesis_6.103.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/git/git_2.45.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-hypothesis_6.103.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-hypothesis_6.103.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/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-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-hypothesis_6.103.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-hypothesis_6.103.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-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-devtools/python/python3-hypothesis_6.103.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/python/python3-hypothesis_6.103.2.bb:8)\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-devtools/python/python3-hypothesis_6.103.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-wheel_0.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/python/python3-wheel_0.43.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.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-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/python/python3-wheel_0.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-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-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-devtools/python/python3-wheel_0.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/python/python3-wheel_0.43.0.bb:0)\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-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/archery/1.2.0/download to archery-1.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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-rpds-py_0.18.1.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/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-devtools/python/python3-rpds-py_0.18.1.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-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.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/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/python/python3-rpds-py_0.18.1.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-jinja2_3.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-jinja2_3.1.4.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/\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/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-devtools/python/python3-rpds-py_0.18.1.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-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-devtools/python/python3-sphinxcontrib-devhelp_1.0.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_1.0.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.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-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.6.0/download to portable-atomic-1.6.0.crate\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-devtools/python/python3-rpds-py_0.18.1.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/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.20.3/download to pyo3-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_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-devhelp_1.0.6.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.20.3/download to pyo3-build-config-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.20.3/download to pyo3-ffi-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_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-devhelp_1.0.6.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.20.3/download to pyo3-macros-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.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/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-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-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.20.3/download to pyo3-macros-backend-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_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-rpds-py_0.18.1.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-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-devtools/python/python3-rpds-py_0.18.1.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-sphinxcontrib-devhelp_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-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/rpds/1.1.0/download to rpds-1.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_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-jinja2_3.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-jinja2_3.1.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.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-rpds-py_0.18.1.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-devtools/python/python3-sphinxcontrib-devhelp_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-rpds-py_0.18.1.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/icu/icu_75-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_75-1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.32/download to syn-2.0.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_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-devtools/python/python3-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.9/download to target-lexicon-0.12.9.crate\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-support/icu/icu_75-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-rpds-py_0.18.1.bb: Fetching https://crates.io/api/v1/crates/triomphe/0.1.9/download to triomphe-0.1.9.crate\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-devtools/python/python3-rpds-py_0.18.1.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-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/python/python3-rpds-py_0.18.1.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-devtools/python/python3-rpds-py_0.18.1.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/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-devtools/python/python3-rpds-py_0.18.1.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-support/icu/icu_75-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-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-rpds-py_0.18.1.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/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-devtools/python/python3-rpds-py_0.18.1.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-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/python/python3-rpds-py_0.18.1.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/python/python3-rpds-py_0.18.1.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/python/python3-rpds-py_0.18.1.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-support/icu/icu_75-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_75-1.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-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/python/python3-rpds-py_0.18.1.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/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/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-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-support/icu/icu_75-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/man-db/man-db_2.12.1.bb: Searching for 99_mandb in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db-2.12.1/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.1/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.1/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.1/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.1/\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/btrfs-tools/btrfs-tools_6.8.1.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.8.1/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.8.1/\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.8.1/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.8.1/\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-extended/man-db/man-db_2.12.1.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-devtools/btrfs-tools/btrfs-tools_6.8.1.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-extended/man-db/man-db_2.12.1.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.1/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.1/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.1/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.1/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.1/\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-extended/man-db/man-db_2.12.1.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/btrfs-tools/btrfs-tools_6.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/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/man-db/man-db_2.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/go/go_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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/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-devtools/go/go_1.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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/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/go/go_1.22.4.bb: Searching for 0007-exec.go-filter-out-build-specific-paths-from-linker-.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-filter-out-build-specific-paths-from-linker-.patch for 0007-exec.go-filter-out-build-specific-paths-from-linker-.patch\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/go/go_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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/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-devtools/go/go_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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/btrfs-tools/btrfs-tools_6.8.1.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.8.1/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.8.1/\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.8.1/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.8.1/\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.8.1.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/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/btrfs-tools/btrfs-tools_6.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/go/go_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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/btrfs-tools/btrfs-tools_6.8.1.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.8.1/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.8.1/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.8.1/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.8.1/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.8.1/\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/go/go_1.22.4.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/btrfs-tools/btrfs-tools_6.8.1.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/go/go_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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/btrfs-tools/btrfs-tools_6.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/go/go_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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.22.4.bb: Searching for 0007-exec.go-filter-out-build-specific-paths-from-linker-.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-filter-out-build-specific-paths-from-linker-.patch for 0007-exec.go-filter-out-build-specific-paths-from-linker-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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-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/meta/recipes-devtools/go/go_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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-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-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-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/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-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/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-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/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-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/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-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/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-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-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-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/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/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-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-rpds-py_0.18.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py-0.18.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/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-rpds-py-0.18.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/\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-rpds-py-0.18.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/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-rpds-py-0.18.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/\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-rpds-py_0.18.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/run-ptest for run-ptest\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-devtools/python/python3-rpds-py_0.18.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py-0.18.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/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-rpds-py-0.18.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/\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-rpds-py-0.18.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/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-rpds-py-0.18.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/\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-rpds-py_0.18.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.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-hypothesis_6.103.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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.103.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-hypothesis_6.103.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-hypothesis_6.103.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-hypothesis_6.103.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py_0.18.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py-0.18.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/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-rpds-py-0.18.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/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-rpds-py-0.18.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/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-rpds-py-0.18.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/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-rpds-py-0.18.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/\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-rpds-py_0.18.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-rpds-py/run-ptest for run-ptest\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-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-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-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-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-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-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-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-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-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-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-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-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-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-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/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-devtools/python/python3-sphinxcontrib-devhelp_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-devhelp_1.0.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-devhelp_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-devhelp_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-devhelp_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-devhelp_1.0.6.bb:0)\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/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/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: Searching for configure-c99.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/configure-c99.patch for configure-c99.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/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-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-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-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: Searching for configure-c99.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/configure-c99.patch for configure-c99.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/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-core/glibc/glibc-scripts_2.39.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.39.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.39.bb:1: including glibc-scripts.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-scripts_2.39.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-core/glibc/glibc-scripts_2.39.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-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-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: Searching for configure-c99.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-core/libxcrypt/libxcrypt_4.4.36.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/configure-c99.patch for configure-c99.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/python/python3-jinja2_3.1.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.4/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.4/\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.4/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.4/\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.4.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/icu/icu_75-1.bb: Searching for filter.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-75-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-75-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-75-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-75-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-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-support/icu/icu_75-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_75-1.bb: Searching for fix-install-manx.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-75-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-75-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-75-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-75-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_75-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_75-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-75-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-75-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-75-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-75-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_75-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-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-support/icu/icu_75-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/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-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/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-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-devtools/python/python3-jinja2_3.1.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.4/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.4/\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.4/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.4/\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.4.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-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-support/icu/icu_75-1.bb: Searching for filter.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-75-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-75-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-75-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-75-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-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-support/icu/icu_75-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_75-1.bb: Searching for fix-install-manx.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-75-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-75-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-75-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-75-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_75-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-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-support/icu/icu_75-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-75-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-75-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-75-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-75-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-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-support/icu/icu_75-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_75-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-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-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-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/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-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-devtools/python/python3-jinja2_3.1.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2-3.1.4/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.4/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.4/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.4/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.4/\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-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-devtools/python/python3-jinja2_3.1.4.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/icu/icu_75-1.bb: Searching for filter.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-75-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-75-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-75-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-75-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-75-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_75-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_75-1.bb: Searching for fix-install-manx.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu-75-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-75-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-75-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-75-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-75-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_75-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/build-st-3496823/meta-selftest/recipes-test/fortran/fortran-helloworld.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/fortran/fortran-helloworld.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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-75-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-75-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-75-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-75-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-75-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_75-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_75-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-75-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-75-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-75-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-75-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-75-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_75-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-support/icu/icu_75-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/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-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-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-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-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-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/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-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/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/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-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-core/util-linux/util-linux_2.39.3.bb: Searching for mit-license.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/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-core/util-linux/util-linux_2.39.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux/mit-license.patch for mit-license.patch\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-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-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/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/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/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-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/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-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-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/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-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-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: Searching for fcntl-lock.c 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/fcntl-lock.c for fcntl-lock.c\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-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-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/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-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:56)\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-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-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: 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-support/libproxy/libproxy_0.5.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.6.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/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-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-support/libproxy/libproxy_0.5.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-support/libproxy/libproxy_0.5.6.bb:20)\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-support/libproxy/libproxy_0.5.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-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-support/libproxy/libproxy_0.5.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-support/libproxy/libproxy_0.5.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-support/libproxy/libproxy_0.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/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libproxy/libproxy_0.5.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-core/util-linux/util-linux_2.39.3.bb: Searching for mit-license.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/mit-license.patch for mit-license.patch\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-support/libproxy/libproxy_0.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/libproxy/libproxy_0.5.6.bb:20)\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-support/libproxy/libproxy_0.5.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-support/libproxy/libproxy_0.5.6.bb:20)\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-support/libproxy/libproxy_0.5.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-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-support/libproxy/libproxy_0.5.6.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.6.bb:20)\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-support/libproxy/libproxy_0.5.6.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.6.bb:20)\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-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-core/util-linux/util-linux_2.39.3.bb: Searching for fcntl-lock.c 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/fcntl-lock.c for fcntl-lock.c\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-core/util-linux/util-linux_2.39.3.bb: Searching for mit-license.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/mit-license.patch for mit-license.patch\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-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-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/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-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-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/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/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/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-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/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-core/util-linux/util-linux_2.39.3.bb: Searching for fcntl-lock.c 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/fcntl-lock.c for fcntl-lock.c\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/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-support/libproxy/libproxy_0.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-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-devtools/python/python3-hypothesis_6.103.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.103.2/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.103.2/\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.103.2/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.103.2/\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.103.2.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.103.2.bb: Searching for test_binary_search.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.103.2/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.103.2/\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.103.2/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.103.2/\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.103.2.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.103.2.bb: Searching for test_rle.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.103.2/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.103.2/\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.103.2/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.103.2/\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.103.2.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-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-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/python/python3-hypothesis_6.103.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.103.2/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.103.2/\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.103.2/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.103.2/\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.103.2.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.103.2.bb: Searching for test_binary_search.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.103.2/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.103.2/\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.103.2/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.103.2/\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.103.2.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.103.2.bb: Searching for test_rle.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.103.2/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.103.2/\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.103.2/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.103.2/\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.103.2.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-devtools/python/python3-hypothesis_6.103.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.103.2/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.103.2/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.103.2/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.103.2/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.103.2/\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.103.2.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.103.2.bb: Searching for test_binary_search.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.103.2/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.103.2/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.103.2/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.103.2/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.103.2/\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.103.2.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.103.2.bb: Searching for test_rle.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis-6.103.2/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.103.2/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.103.2/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.103.2/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.103.2/\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.103.2.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-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-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-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-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-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-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-graphics/xorg-app/mkfontscale_1.2.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_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/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_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-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/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-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-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-graphics/xorg-app/mkfontscale_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/xorg-app/xorg-app-common.inc:14)\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-graphics/xorg-app/mkfontscale_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/xorg-app/xorg-app-common.inc:14)\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-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-support/taglib/taglib_2.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb\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-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-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-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-support/taglib/taglib_2.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-support/taglib/taglib_2.0.1.bb:21)\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-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-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-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-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-support/taglib/taglib_2.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-support/taglib/taglib_2.0.1.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.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_2.0.1.bb:21)\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-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-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-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/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-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-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-graphics/xorg-app/mkfontscale_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/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-support/libproxy/libproxy_0.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-support/libproxy/libproxy_0.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-connectivity/openssh/openssh_9.7p1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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.7p1.bb:43)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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/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-connectivity/openssh/openssh_9.7p1.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.7p1.bb:43)\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-connectivity/openssh/openssh_9.7p1.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.7p1.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.7p1.bb:43)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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.7p1.bb:43)\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-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-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-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-connectivity/openssh/openssh_9.7p1.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.7p1.bb:43)\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-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-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-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-connectivity/openssh/openssh_9.7p1.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.7p1.bb:54)\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/meta/recipes-connectivity/openssh/openssh_9.7p1.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/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-connectivity/openssh/openssh_9.7p1.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (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/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/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/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-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-connectivity/openssh/openssh_9.7p1.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.7p1.bb:54)\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-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-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-connectivity/openssh/openssh_9.7p1.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/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-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-connectivity/openssh/openssh_9.7p1.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.7p1.bb:54)\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-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-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/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/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-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-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-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/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-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/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/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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb\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/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test3_1.5.3.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-graphics/xorg-app/mkfontscale_1.2.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-graphics/xorg-app/mkfontscale_1.2.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.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/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-graphics/xorg-app/mkfontscale_1.2.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/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/openssh/openssh_9.7p1.bb: SITE 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/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-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-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-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-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/build-st-3496823/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-graphics/xorg-app/mkfontscale_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/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-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-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-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-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-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-app/mkfontscale_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/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-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-graphics/xorg-app/mkfontscale_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/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/build-st-3496823/meta-selftest/recipes-test/selftest-users/creategroup2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/creategroup2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-users/creategroup2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-users/creategroup2.bb:11)\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/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-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-multimedia/alsa/alsa-lib_1.2.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb\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-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.2.12.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.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-kernel/linux-libc-headers/linux-libc-headers_6.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:1: including linux-libc-headers.inc\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-kernel/linux-libc-headers/linux-libc-headers_6.9.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-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-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.2.12.bb:15)\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-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-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-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-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-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-kernel/linux-libc-headers/linux-libc-headers_6.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-kernel/linux-libc-headers/linux-libc-headers.inc:56)\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-kernel/linux-libc-headers/linux-libc-headers_6.9.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-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-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-kernel/linux-libc-headers/linux-libc-headers_6.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/multilib_header.bbclass:7)\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-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-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-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-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-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-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-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-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-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-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/build-st-3496823/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-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-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-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-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-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-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-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-connectivity/openssh/openssh_9.7p1.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.7p1.bb:0)\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-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-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-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-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-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-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-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-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-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-multimedia/alsa/alsa-lib_1.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-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-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-kernel/linux-libc-headers/linux-libc-headers_6.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/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-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-connectivity/openssh/openssh_9.7p1.bb: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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/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-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-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-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-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-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/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-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-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/gcc/libgfortran_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_14.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_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/gcc/libgfortran_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_14.1.bb:2: including libgfortran.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_14.1.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/gcc/libgfortran_14.1.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/libgfortran_14.1.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/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-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-kernel/linux-libc-headers/linux-libc-headers_6.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-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.2.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.2.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgfortran_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/gcc/libgfortran_14.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/gcc/libgfortran_14.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.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-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-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-multimedia/alsa/alsa-lib_1.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/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/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-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-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-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-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-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-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-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-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-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-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-devtools/gcc/libgfortran_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-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-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/build-st-3496823/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb:6)\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-connectivity/openssh/openssh_9.7p1.bb: Searching for sshd_config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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-connectivity/openssh/openssh_9.7p1.bb: Searching for ssh_config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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-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-connectivity/openssh/openssh_9.7p1.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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-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-connectivity/openssh/openssh_9.7p1.bb: Searching for sshd.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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.7p1.bb: Searching for sshd.socket in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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.7p1.bb: Searching for sshd@.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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-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-connectivity/openssh/openssh_9.7p1.bb: Searching for sshdgenkeys.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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-multimedia/gstreamer/gstreamer1.0_1.24.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb: Searching for volatiles.99_sshd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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.7p1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/\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.7p1/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.7p1/\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-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-multimedia/gstreamer/gstreamer1.0_1.24.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-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.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-connectivity/openssh/openssh_9.7p1.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-multimedia/gstreamer/gstreamer1.0_1.24.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-multimedia/gstreamer/gstreamer1.0_1.24.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-multimedia/gstreamer/gstreamer1.0_1.24.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-connectivity/openssh/openssh_9.7p1.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.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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.7p1.bb: Searching for sshd_check_keys in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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-multimedia/gstreamer/gstreamer1.0_1.24.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-connectivity/openssh/openssh_9.7p1.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.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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.7p1.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.7p1/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.7p1/\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.7p1/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.7p1/\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.7p1.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-multimedia/gstreamer/gstreamer1.0_1.24.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/gstreamer/gstreamer1.0_1.24.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.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-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb: 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.24.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-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.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-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.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-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.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-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-connectivity/openssh/openssh_9.7p1.bb: Searching for sshd_config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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.7p1.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-connectivity/openssh/openssh_9.7p1.bb: Searching for ssh_config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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.7p1.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.7p1.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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.7p1.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.7p1.bb: Searching for sshd.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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.7p1.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.7p1.bb: Searching for sshd.socket in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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.7p1.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.7p1.bb: Searching for sshd@.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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.7p1.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.7p1.bb: Searching for sshdgenkeys.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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.7p1.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.7p1.bb: Searching for volatiles.99_sshd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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.7p1.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-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-connectivity/openssh/openssh_9.7p1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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/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-connectivity/openssh/openssh_9.7p1.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-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-connectivity/openssh/openssh_9.7p1.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.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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/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-connectivity/openssh/openssh_9.7p1.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-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-connectivity/openssh/openssh_9.7p1.bb: Searching for sshd_check_keys in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh-9.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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.7p1.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-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-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-connectivity/openssh/openssh_9.7p1.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.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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-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-connectivity/openssh/openssh_9.7p1.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-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-connectivity/openssh/openssh_9.7p1.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.7p1/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.7p1/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.7p1/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.7p1/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.7p1/\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-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-connectivity/openssh/openssh_9.7p1.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-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-connectivity/openssh/openssh_9.7p1.bb: 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: SITE 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/meson/meson_1.4.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb\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-multimedia/gstreamer/gstreamer1.0_1.24.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/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-multimedia/alsa/alsa-lib_1.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/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/meson/meson_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/meson/meson_1.4.0.bb:21)\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-devtools/meson/meson_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-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-devtools/meson/meson_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/setuptools3-base.bbclass:30)\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-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9/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.9/\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.9/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.9/\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-devtools/meson/meson_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-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-kernel/linux-libc-headers/linux-libc-headers_6.9.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-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/meson/meson_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-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/meson/meson_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-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/meson/meson_1.4.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-devtools/meson/meson_1.4.0.bb:21)\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/meson/meson_1.4.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/recipes-devtools/meson/meson_1.4.0.bb:39)\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/meson/meson_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/meson-routines.bbclass:7)\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-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-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9/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.9/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.9/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.9/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.9/\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-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-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-kernel/linux-libc-headers/linux-libc-headers_6.9.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-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-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-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/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-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-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-devtools/python/python3-referencing_0.35.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-referencing_0.35.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-referencing_0.35.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-referencing_0.35.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-referencing_0.35.1.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-referencing_0.35.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-referencing_0.35.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_hatchling.bbclass:7)\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-devtools/python/python3-referencing_0.35.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_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-referencing_0.35.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/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-devtools/python/python3-license-expression_30.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.3.0.bb\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-devtools/python/python3-referencing_0.35.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_hatchling.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-devtools/python/python3-referencing_0.35.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-license-expression_30.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-license-expression_30.3.0.bb:9)\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-devtools/python/python3-license-expression_30.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-license-expression_30.3.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.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-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-license-expression_30.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-license-expression_30.3.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.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/python/python3-license-expression_30.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/python/python3-license-expression_30.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-license-expression_30.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-license-expression_30.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/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-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-devtools/meson/meson_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-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-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-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-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-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-meson-python_0.16.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.16.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.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-meson-python_0.16.0.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.16.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_mesonpy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.16.0.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.16.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/python_mesonpy.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.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/python/python3-meson-python_0.16.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-meson-python_0.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/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.16.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-meson-python_0.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/python_mesonpy.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.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-meson-python_0.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/python_mesonpy.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.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/meson/meson_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/meson/meson_1.4.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_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-devtools/meson/meson_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-devtools/meson/meson_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/meson/meson_1.4.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.27.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.27.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.27.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.27.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.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/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.27.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.27.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.27.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.27.bb:33)\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/bind/bind_9.18.27.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.27.bb:33)\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-connectivity/bind/bind_9.18.27.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.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-connectivity/bind/bind_9.18.27.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.27.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.27.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.27.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.27.bb:33)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.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-license-expression_30.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.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-kernel/lttng/lttng-tools_2.13.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:13: including lttng-platforms.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.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-kernel/lttng/lttng-tools_2.13.13.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.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/lttng/lttng-tools_2.13.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-kernel/lttng/lttng-tools_2.13.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-kernel/lttng/lttng-tools_2.13.13.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.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-license-expression_30.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.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-kernel/lttng/lttng-tools_2.13.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-kernel/lttng/lttng-tools_2.13.13.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.13.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.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/recipes-kernel/lttng/lttng-tools_2.13.13.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.13.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.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/manpages.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.13.bb:46)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind_9.18.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-meson-python_0.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-meson-python_0.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-kernel/lttng/lttng-tools_2.13.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-meson-python_0.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-meson-python_0.16.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.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/python/python3-meson-python_0.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/python/python3-meson-python_0.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-meson-python_0.16.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-meson-python_0.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-connectivity/bind/bind_9.18.27.bb: Searching for conf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.27/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.27/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.27/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.27/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.27/\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.27.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.27.bb: Searching for named.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.27/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.27/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.27/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.27/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.27/\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.27.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.27.bb: Searching for bind9 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.27/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.27/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.27/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.27/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.27/\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.27.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.27.bb: Searching for generate-rndc-key.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bind/bind-9.18.27/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.27/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.27/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.27/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.27/\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.27.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-devtools/python/python3-meson-python_0.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-connectivity/bind/bind_9.18.27.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.27/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.27/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.27/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.27/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.27/\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/python/python3-meson-python_0.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-connectivity/bind/bind_9.18.27.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.27.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.27/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.27/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.27/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.27/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.27/\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.27.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.27.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.27/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.27/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.27/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.27/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.27/\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.27.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.27.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.27/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.27/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.27/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.27/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.27/\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.27.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.27.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.27/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.27/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.27/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.27/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.27/\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.27.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.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-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/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-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:55)\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/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-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:56)\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:57)\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-kernel/lttng/lttng-tools_2.13.13.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.13/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.13/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.13/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.13/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.13/\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.13.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.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.13/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.13/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.13/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.13/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.13/\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.13.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-kernel/lttng/lttng-tools_2.13.13.bb: Searching for lttng-sessiond.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.13/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.13/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.13/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.13/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.13/\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.13.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-kernel/lttng/lttng-tools_2.13.13.bb: Searching for disable-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.13/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.13/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.13/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.13/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.13/\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-meson-python_0.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-kernel/lttng/lttng-tools_2.13.13.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-kernel/lttng/lttng-tools_2.13.13.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.13/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.13/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.13/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.13/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.13/\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.13.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-kernel/lttng/lttng-tools_2.13.13.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.13/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.13/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.13/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.13/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.13/\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.13.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-kernel/lttng/lttng-tools_2.13.13.bb: Searching for 0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools-2.13.13/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.13/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.13/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.13/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.13/\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.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools/0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch for 0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.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-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-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-devtools/python/python3-license-expression_30.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.3.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.3.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.3.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.3.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.3.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-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: SITE 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-initial_2.80.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-initial_2.80.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-initial_2.80.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-initial_2.80.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-initial_2.80.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/glib-2.0/glib-2.0-initial_2.80.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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/glib-2.0/glib-2.0-initial_2.80.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/glib-2.0/glib-2.0-initial_2.80.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/glib-2.0/glib-2.0-initial_2.80.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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/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/glib-2.0/glib-2.0-initial_2.80.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-initial_2.80.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-initial_2.80.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-initial_2.80.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/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-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/\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-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/glib-2.0/glib-2.0-initial_2.80.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-initial_2.80.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/gdk-pixbuf/gdk-pixbuf_2.42.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.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/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/gdk-pixbuf/gdk-pixbuf_2.42.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-gnome.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-core/glib-2.0/glib-2.0-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.bb: Searching for skip-timeout.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/skip-timeout.patch for skip-timeout.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb: Searching for 0001-girepository-introspection-correctly-install-.gir-fi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/\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.80.2/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.80.2/\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/gdk-pixbuf/gdk-pixbuf_2.42.12.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/glib-2.0/glib-2.0-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/0001-girepository-introspection-correctly-install-.gir-fi.patch for 0001-girepository-introspection-correctly-install-.gir-fi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.bb: Searching for skip-timeout.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/skip-timeout.patch for skip-timeout.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb: Searching for 0001-girepository-introspection-correctly-install-.gir-fi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/0001-girepository-introspection-correctly-install-.gir-fi.patch for 0001-girepository-introspection-correctly-install-.gir-fi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/relocate-modules.patch for relocate-modules.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-core/glib-2.0/glib-2.0-initial_2.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-initial_2.80.2.bb: Searching for skip-timeout.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/skip-timeout.patch for skip-timeout.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb: Searching for 0001-girepository-introspection-correctly-install-.gir-fi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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-initial_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/0001-girepository-introspection-correctly-install-.gir-fi.patch for 0001-girepository-introspection-correctly-install-.gir-fi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/cargo-c-native_0.9.30+cargo-0.77.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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-c-native_0.9.30+cargo-0.77.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-c-native_0.9.30+cargo-0.77.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb:16: including cargo-c-crates.inc\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/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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/cargo-c/0.9.30+cargo-0.77.0/download to cargo-c-0.9.30+cargo-0.77.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/ahash/0.8.7/download to ahash-0.8.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/anstream/0.6.11/download to anstream-0.6.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.6/download to anstyle-1.0.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/anyhow/1.0.79/download to anyhow-1.0.79.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/arc-swap/1.6.0/download to arc-swap-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/base64/0.21.7/download to base64-0.21.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.2/download to bitflags-2.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/bstr/1.9.0/download to bstr-1.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/btoi/0.4.3/download to btoi-0.4.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/cargo/0.77.0/download to cargo-0.77.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/cargo-credential/0.4.2/download to cargo-credential-0.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/cargo-credential-libsecret/0.4.2/download to cargo-credential-libsecret-0.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/cargo-credential-macos-keychain/0.4.2/download to cargo-credential-macos-keychain-0.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/cargo-credential-wincred/0.4.2/download to cargo-credential-wincred-0.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/cargo-platform/0.1.7/download to cargo-platform-0.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/cargo-util/0.2.9/download to cargo-util-0.2.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/clap/4.5.0/download to clap-4.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.5.0/download to clap_builder-4.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.5.0/download to clap_derive-4.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.7.0/download to clap_lex-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/clru/0.6.1/download to clru-0.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/color-print/0.3.5/download to color-print-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/color-print-proc-macro/0.3.5/download to color-print-proc-macro-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/const-oid/0.9.6/download to const-oid-0.9.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation/0.9.4/download to core-foundation-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/cpufeatures/0.2.12/download to cpufeatures-0.2.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/crates-io/0.39.2/download to crates-io-0.39.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.11/download to crossbeam-channel-0.5.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.5/download to crossbeam-deque-0.8.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download to crossbeam-epoch-0.9.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.19/download to crossbeam-utils-0.8.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/crypto-bigint/0.5.5/download to crypto-bigint-0.5.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/curl/0.4.45/download to curl-0.4.45.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/curl-sys/0.4.72+curl-8.6.0/download to curl-sys-0.4.72+curl-8.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/deranged/0.3.11/download to deranged-0.3.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/ecdsa/0.16.9/download to ecdsa-0.16.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/ed25519-compact/2.1.1/download to ed25519-compact-2.1.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/elliptic-curve/0.13.8/download to elliptic-curve-0.13.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/erased-serde/0.4.2/download to erased-serde-0.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/fallible-iterator/0.3.0/download to fallible-iterator-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/fallible-streaming-iterator/0.1.9/download to fallible-streaming-iterator-0.1.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/faster-hex/0.9.0/download to faster-hex-0.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/fiat-crypto/0.2.6/download to fiat-crypto-0.2.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/filetime/0.2.23/download to filetime-0.2.23.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.12/download to getrandom-0.2.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/git2/0.18.2/download to git2-0.18.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/git2-curl/0.19.0/download to git2-curl-0.19.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix/0.56.0/download to gix-0.56.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-actor/0.28.1/download to gix-actor-0.28.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-attributes/0.20.1/download to gix-attributes-0.20.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-bitmap/0.2.10/download to gix-bitmap-0.2.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-chunk/0.4.7/download to gix-chunk-0.4.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-command/0.3.4/download to gix-command-0.3.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-commitgraph/0.22.1/download to gix-commitgraph-0.22.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-config/0.32.1/download to gix-config-0.32.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-config-value/0.14.4/download to gix-config-value-0.14.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-credentials/0.22.0/download to gix-credentials-0.22.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-date/0.8.3/download to gix-date-0.8.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-diff/0.38.0/download to gix-diff-0.38.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-discover/0.27.0/download to gix-discover-0.27.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-features/0.35.0/download to gix-features-0.35.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-features/0.36.1/download to gix-features-0.36.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-filter/0.7.0/download to gix-filter-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-fs/0.8.1/download to gix-fs-0.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-glob/0.14.1/download to gix-glob-0.14.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-hash/0.13.3/download to gix-hash-0.13.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-hashtable/0.4.1/download to gix-hashtable-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-ignore/0.9.1/download to gix-ignore-0.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-index/0.27.1/download to gix-index-0.27.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-lock/11.0.1/download to gix-lock-11.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-macros/0.1.3/download to gix-macros-0.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-negotiate/0.10.0/download to gix-negotiate-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-object/0.39.0/download to gix-object-0.39.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-odb/0.55.0/download to gix-odb-0.55.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-pack/0.45.0/download to gix-pack-0.45.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-packetline/0.17.3/download to gix-packetline-0.17.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-packetline-blocking/0.17.3/download to gix-packetline-blocking-0.17.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-path/0.10.5/download to gix-path-0.10.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-pathspec/0.4.1/download to gix-pathspec-0.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-prompt/0.8.2/download to gix-prompt-0.8.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-protocol/0.42.0/download to gix-protocol-0.42.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-quote/0.4.10/download to gix-quote-0.4.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-ref/0.39.1/download to gix-ref-0.39.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-refspec/0.20.0/download to gix-refspec-0.20.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-revision/0.24.0/download to gix-revision-0.24.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-revwalk/0.10.0/download to gix-revwalk-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-sec/0.10.4/download to gix-sec-0.10.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-submodule/0.6.0/download to gix-submodule-0.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-tempfile/11.0.1/download to gix-tempfile-11.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-trace/0.1.7/download to gix-trace-0.1.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-transport/0.39.0/download to gix-transport-0.39.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-traverse/0.35.0/download to gix-traverse-0.35.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-url/0.25.2/download to gix-url-0.25.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-utils/0.1.9/download to gix-utils-0.1.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-validate/0.8.3/download to gix-validate-0.8.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/gix-worktree/0.28.0/download to gix-worktree-0.28.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/hashlink/0.8.4/download to hashlink-0.8.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.5/download to hermit-abi-0.3.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/hkdf/0.12.4/download to hkdf-0.12.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/home/0.5.9/download to home-0.5.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/http-auth/0.1.9/download to http-auth-0.1.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/ignore/0.4.22/download to ignore-0.4.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/indexmap/2.2.2/download to indexmap-2.2.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.11/download to is-terminal-0.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/itertools/0.12.1/download to itertools-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/jobserver/0.1.28/download to jobserver-0.1.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/js-sys/0.3.68/download to js-sys-0.3.68.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.153/download to libc-0.2.153.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/libgit2-sys/0.16.2+1.7.2/download to libgit2-sys-0.16.2+1.7.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/libnghttp2-sys/0.1.9+1.58.0/download to libnghttp2-sys-0.1.9+1.58.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/libsqlite3-sys/0.27.0/download to libsqlite3-sys-0.27.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/libssh2-sys/0.3.0/download to libssh2-sys-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/libz-sys/1.1.15/download to libz-sys-1.1.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.13/download to linux-raw-sys-0.4.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/maybe-async/0.2.9/download to maybe-async-0.2.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/memchr/2.7.1/download to memchr-2.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/memmap2/0.9.4/download to memmap2-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.2/download to miniz_oxide-0.7.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/miow/0.6.0/download to miow-0.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/num-conv/0.1.0/download to num-conv-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/num-traits/0.2.18/download to num-traits-0.2.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/num_threads/0.1.6/download to num_threads-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/opener/0.6.1/download to opener-0.6.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.63/download to openssl-0.10.63.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/openssl-src/300.2.2+3.2.1/download to openssl-src-300.2.2+3.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.99/download to openssl-sys-0.9.99.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/ordered-float/2.10.1/download to ordered-float-2.10.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/orion/0.17.6/download to orion-0.17.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/pasetors/0.6.8/download to pasetors-0.6.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.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.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.29/download to pkg-config-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/primeorder/0.13.6/download to primeorder-0.13.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.78/download to proc-macro2-1.0.78.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/prodash/26.2.2/download to prodash-26.2.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/pulldown-cmark/0.9.6/download to pulldown-cmark-0.9.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.35/download to quote-1.0.35.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/regex/1.10.3/download to regex-1.10.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.5/download to regex-automata-0.4.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/cargo-c-native_0.9.30+cargo-0.77.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/rusqlite/0.30.0/download to rusqlite-0.30.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/rustfix/0.7.0/download to rustfix-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.31/download to rustix-0.38.31.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.16/download to ryu-1.0.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/schannel/0.1.23/download to schannel-0.1.23.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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-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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/semver/1.0.21/download to semver-1.0.21.crate\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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/serde/1.0.196/download to serde-1.0.196.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/serde-untagged/0.1.5/download to serde-untagged-0.1.5.crate\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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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-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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.196/download to serde_derive-1.0.196.crate\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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/serde_ignored/0.1.10/download to serde_ignored-0.1.10.crate\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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/serde_json/1.0.113/download to serde_json-1.0.113.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.5/download to serde_spanned-0.6.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/sha1/0.10.6/download to sha1-0.10.6.crate\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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/signature/2.2.0/download to signature-2.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.13.1/download to smallvec-1.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/socket2/0.5.5/download to socket2-0.5.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/spki/0.7.3/download to spki-0.7.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/strsim/0.11.0/download to strsim-0.11.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.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.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/supports-hyperlinks/2.1.0/download to supports-hyperlinks-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.48/download to syn-2.0.48.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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.4.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/tempfile/3.10.0/download to tempfile-3.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/terminal_size/0.3.0/download to terminal_size-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/thiserror/1.0.56/download to thiserror-1.0.56.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.56/download to thiserror-impl-1.0.56.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/time/0.3.34/download to time-0.3.34.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/time-macros/0.2.17/download to time-macros-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/toml/0.8.10/download to toml-0.8.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.21.1/download to toml_edit-0.21.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.22.4/download to toml_edit-0.22.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.15/download to unicode-bidi-0.3.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/unicode-bom/2.0.3/download to unicode-bom-2.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.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-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.91/download to wasm-bindgen-0.2.91.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.91/download to wasm-bindgen-backend-0.2.91.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.91/download to wasm-bindgen-macro-0.2.91.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.91/download to wasm-bindgen-macro-support-0.2.91.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.91/download to wasm-bindgen-shared-0.2.91.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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/rust/cargo-c-native_0.9.30+cargo-0.77.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/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/rust/cargo-c-native_0.9.30+cargo-0.77.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/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/rust/cargo-c-native_0.9.30+cargo-0.77.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/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/rust/cargo-c-native_0.9.30+cargo-0.77.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/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/rust/cargo-c-native_0.9.30+cargo-0.77.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/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/rust/cargo-c-native_0.9.30+cargo-0.77.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/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/cargo-c-native_0.9.30+cargo-0.77.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/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/rust/cargo-c-native_0.9.30+cargo-0.77.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/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/rust/cargo-c-native_0.9.30+cargo-0.77.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/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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/winnow/0.5.39/download to winnow-0.5.39.crate\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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy/0.7.32/download to zerocopy-0.7.32.crate\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/rust/cargo-c-native_0.9.30+cargo-0.77.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy-derive/0.7.32/download to zerocopy-derive-0.7.32.crate\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/rust/cargo-c-native_0.9.30+cargo-0.77.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-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/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-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-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/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-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/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-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/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-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/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-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/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-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/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-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/python/python3-pip_24.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-pip_24.0.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-pip_24.0.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-pip_24.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-pip_24.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-pip_24.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-pip_24.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/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-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-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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-babel_2.15.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.15.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.15.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.15.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.15.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.15.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_2.15.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.15.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.15.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/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-devtools/python/python3-babel_2.15.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.15.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.12.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.12/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.12/\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.12/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.12/\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.12.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.12.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.12/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.12/\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.12/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.12/\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.12.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.12.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.12/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.12/\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.12/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.12/\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.12.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.12/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.12/\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.12/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.12/\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.12.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.12.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.12/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.12/\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.12/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.12/\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.12.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.12.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.12/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.12/\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.12/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.12/\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.12.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf-2.42.12/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.12/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.12/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.12/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.12/\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.12.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.12.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.12/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.12/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.12/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.12/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.12/\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.12.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.12.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.12/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.12/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.12/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.12/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.12/\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.12.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/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-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/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-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-devtools/python/python3-pip_24.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-pip_24.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-pip_24.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-pip_24.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-pip_24.0.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/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/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/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/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/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:269)\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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.3.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.3.7.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/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-sphinx_7.3.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-sphinx_7.3.7.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.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-devtools/python/python3-sphinx_7.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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.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-sphinx_7.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-sphinx_7.3.7.bb: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/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:487)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_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-devtools/python/python3-babel_2.15.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-babel_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-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-devtools/python/python3-babel_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-graphics/images/core-image-weston-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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-babel_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-devtools/python/python3-babel_2.15.0.bb:0)\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/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/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-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-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/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-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/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/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-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-devtools/python/python3-sphinx_7.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-sphinx_7.3.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinx_7.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-sphinx_7.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-sphinx_7.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-sphinx_7.3.7.bb:0)\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/python/python3-pip_24.0.bb: Searching for no_shebang_mangling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-24.0/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-24.0/\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-24.0/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-24.0/\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-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-devtools/python/python3-pip_24.0.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/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-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-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/python/python3-pip_24.0.bb: Searching for no_shebang_mangling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-24.0/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-24.0/\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-24.0/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-24.0/\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_24.0.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_24.0.bb: Searching for no_shebang_mangling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip-24.0/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-24.0/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-24.0/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-24.0/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-24.0/\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_24.0.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-cryptography_42.0.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb:18: including python3-cryptography-crates.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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/python3-cryptography_42.0.8.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.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_42.0.8.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-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-devtools/python/python3-cryptography_42.0.8.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_42.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/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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-cryptography_42.0.8.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-cryptography_42.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/python_pyo3.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.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/classes-recipe/python_setuptools3_rust.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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-devtools/python/python3-cryptography_42.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/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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-devtools/python/python3-cryptography_42.0.8.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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-devtools/python/python3-cryptography_42.0.8.bb:49)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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-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-devtools/python/python3-cryptography_42.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-multimedia/gstreamer/gstreamer1.0_1.24.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_1.24.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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/asn1/0.15.5/download to asn1-0.15.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/asn1_derive/0.15.5/download to asn1_derive-0.15.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-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-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/base64/0.21.7/download to base64-0.21.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-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-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.2/download to bitflags-2.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-cryptography_42.0.8.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_42.0.8.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_42.0.8.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_42.0.8.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-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-devtools/python/python3-cryptography_42.0.8.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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.152/download to libc-0.2.152.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.64/download to openssl-0.10.64.crate\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-devtools/python/python3-cryptography_42.0.8.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_42.0.8.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.102/download to openssl-sys-0.9.102.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pem/3.0.3/download to pem-3.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.29/download to pkg-config-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.6.0/download to portable-atomic-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.78/download to proc-macro2-1.0.78.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.20.3/download to pyo3-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.20.3/download to pyo3-build-config-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-1.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.20.3/download to pyo3-ffi-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.20.3/download to pyo3-macros-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.20.3/download to pyo3-macros-backend-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.35/download to quote-1.0.35.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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-cryptography_42.0.8.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-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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-cryptography_42.0.8.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-multimedia/gstreamer/gstreamer1.0_1.24.4.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-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-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/self_cell/1.0.3/download to self_cell-1.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.13.1/download to smallvec-1.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.48/download to syn-2.0.48.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.13/download to target-lexicon-0.12.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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-devtools/python/python3-cryptography_42.0.8.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-graphics/images/core-image-weston-sdk.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python/python3-cryptography_42.0.8.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-devtools/python/python3-cryptography_42.0.8.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_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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/go/go-crosssdk_1.22.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.22.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.22.4.bb:1: including go-crosssdk.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.22.4.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.22.4.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/meta/recipes-devtools/go/go-crosssdk_1.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/cross.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.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/cross.bbclass:95)\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-devtools/go/go-crosssdk_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.22.4.bb:2: including go-1.22.4.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-common.inc\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-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-devtools/go/go-crosssdk_1.22.4.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/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/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-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-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.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-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/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-graphics/mesa/mesa_24.0.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb\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-graphics/mesa/mesa_24.0.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:1: including mesa.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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-cryptography_42.0.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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/mesa/mesa_24.0.7.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:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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-graphics/mesa/mesa_24.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-graphics/mesa/mesa_24.0.7.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/build-st-3496823/meta-selftest/recipes-test/container-image/container-image-testpkg.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/container-image/container-image-testpkg.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.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/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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-cryptography_42.0.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.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/mesa/mesa.inc:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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/mesa/mesa.inc:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.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/mesa/mesa.inc:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:3)\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-devtools/go/go-crosssdk_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.bb: Searching for 0007-exec.go-filter-out-build-specific-paths-from-linker-.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-filter-out-build-specific-paths-from-linker-.patch for 0007-exec.go-filter-out-build-specific-paths-from-linker-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-crosssdk_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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-cryptography_42.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/go/go-crosssdk_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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-requests_2.32.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.32.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.32.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-requests_2.32.3.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.32.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-requests_2.32.3.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.32.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/python/python3-requests_2.32.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-requests_2.32.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-requests_2.32.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-requests_2.32.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-graphics/mesa/mesa_24.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/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/asn1/0.15.5/download to asn1-0.15.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/asn1_derive/0.15.5/download to asn1_derive-0.15.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.bb: Fetching https://crates.io/api/v1/crates/base64/0.21.7/download to base64-0.21.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.2/download to bitflags-2.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-cryptography_42.0.8.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-referencing_0.35.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-referencing_0.35.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.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-referencing_0.35.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.152/download to libc-0.2.152.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-referencing_0.35.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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.64/download to openssl-0.10.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.102/download to openssl-sys-0.9.102.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.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-referencing_0.35.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-referencing_0.35.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pem/3.0.3/download to pem-3.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.29/download to pkg-config-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.6.0/download to portable-atomic-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.78/download to proc-macro2-1.0.78.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.20.3/download to pyo3-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.20.3/download to pyo3-build-config-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.20.3/download to pyo3-ffi-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.20.3/download to pyo3-macros-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.20.3/download to pyo3-macros-backend-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.35/download to quote-1.0.35.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/self_cell/1.0.3/download to self_cell-1.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.13.1/download to smallvec-1.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.48/download to syn-2.0.48.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.13/download to target-lexicon-0.12.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-cryptography_42.0.8.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-devtools/python/python3-cryptography_42.0.8.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_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-support/libcap-ng/libcap-ng-python_0.8.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb:1: including libcap-ng.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.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/libcap-ng/libcap-ng-python_0.8.5.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.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/libcap-ng/libcap-ng-python_0.8.5.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.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/libcap-ng/libcap-ng-python_0.8.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-support/libcap-ng/libcap-ng-python_0.8.5.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.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-support/libcap-ng/libcap-ng-python_0.8.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/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-20240101+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-20240101+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-20240101+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-20240101+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/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-20240101+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-20240101+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-20240101+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-20240101+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/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-20240101+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-20240101+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-20240101+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-20240101+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-20240101+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-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-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-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-multimedia/gstreamer/gstreamer1.0-libav_1.24.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.4.bb\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-support/libcap-ng/libcap-ng-python_0.8.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-libav_1.24.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-multimedia/gstreamer/gstreamer1.0-libav_1.24.4.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.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-multimedia/gstreamer/gstreamer1.0-libav_1.24.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-multimedia/gstreamer/gstreamer1.0-libav_1.24.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-multimedia/gstreamer/gstreamer1.0-libav_1.24.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-multimedia/gstreamer/gstreamer1.0-libav_1.24.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-multimedia/gstreamer/gstreamer1.0-libav_1.24.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/gstreamer/gstreamer1.0-libav_1.24.4.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_1.24.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-multimedia/gstreamer/gstreamer1.0-libav_1.24.4.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.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/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-multimedia/gstreamer/gstreamer1.0-libav_1.24.4.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-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-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-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-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-devtools/python/python3-requests_2.32.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-requests_2.32.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-requests_2.32.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/mesa/mesa_24.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/python/python3-requests_2.32.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/mesa/mesa_24.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/python/python3-requests_2.32.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-requests_2.32.3.bb:0)\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-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/asn1/0.15.5/download to asn1-0.15.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/asn1_derive/0.15.5/download to asn1_derive-0.15.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.bb: Fetching https://crates.io/api/v1/crates/base64/0.21.7/download to base64-0.21.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.2/download to bitflags-2.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-cryptography_42.0.8.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_42.0.8.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_42.0.8.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_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.152/download to libc-0.2.152.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.64/download to openssl-0.10.64.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.102/download to openssl-sys-0.9.102.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pem/3.0.3/download to pem-3.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.29/download to pkg-config-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.6.0/download to portable-atomic-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.78/download to proc-macro2-1.0.78.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.20.3/download to pyo3-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.20.3/download to pyo3-build-config-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.20.3/download to pyo3-ffi-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.20.3/download to pyo3-macros-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.20.3/download to pyo3-macros-backend-0.20.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.35/download to quote-1.0.35.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-cryptography_42.0.8.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/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-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/self_cell/1.0.3/download to self_cell-1.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.13.1/download to smallvec-1.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.48/download to syn-2.0.48.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.13/download to target-lexicon-0.12.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.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-graphics/mesa/mesa_24.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-cryptography_42.0.8.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-graphics/mesa/mesa_24.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_42.0.8.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_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-graphics/mesa/mesa_24.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_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-cryptography_42.0.8.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-graphics/mesa/mesa_24.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-graphics/mesa/mesa_24.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.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/libcap-ng/libcap-ng-python_0.8.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.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/libcap-ng/libcap-ng-python_0.8.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/libcap-ng/libcap-ng-python_0.8.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/libcap-ng/libcap-ng-python_0.8.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.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-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-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-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-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-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-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-core/meta/build-sysroots.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nospdx.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-support/libcap-ng/libcap-ng-python_0.8.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_42.0.8.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-42.0.8/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-42.0.8/\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-42.0.8/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-42.0.8/\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_42.0.8.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_42.0.8.bb: Searching for check-memfree.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-42.0.8/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-42.0.8/\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-42.0.8/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-42.0.8/\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_42.0.8.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_42.0.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-42.0.8/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-42.0.8/\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-42.0.8/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-42.0.8/\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_42.0.8.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/python/python3-cryptography_42.0.8.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-42.0.8/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-42.0.8/\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-42.0.8/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-42.0.8/\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/mesa/mesa_24.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/python/python3-cryptography_42.0.8.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-graphics/mesa/mesa_24.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/python/python3-cryptography_42.0.8.bb: Searching for check-memfree.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-42.0.8/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-42.0.8/\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-42.0.8/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-42.0.8/\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_42.0.8.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_42.0.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-42.0.8/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-42.0.8/\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-42.0.8/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-42.0.8/\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_42.0.8.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-core/dropbear/dropbear_2024.85.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2024.85.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2024.85.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_2024.85.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2024.85.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (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/dropbear/dropbear_2024.85.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_2024.85.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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-42.0.8/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-42.0.8/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-42.0.8/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-42.0.8/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-42.0.8/\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-core/dropbear/dropbear_2024.85.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_2024.85.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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_42.0.8.bb: Searching for check-memfree.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-42.0.8/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-42.0.8/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-42.0.8/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-42.0.8/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-42.0.8/\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_42.0.8.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_42.0.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-42.0.8/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-42.0.8/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-42.0.8/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-42.0.8/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-42.0.8/\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-core/dropbear/dropbear_2024.85.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_2024.85.bb:115)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography_42.0.8.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/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-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-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-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/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-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/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-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/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-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/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/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/meta/buildtools-extended-tarball.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-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-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-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-graphics/mesa/mesa_24.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-python_0.8.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/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-core/dropbear/dropbear_2024.85.bb: 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-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-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-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/meta/recipes-devtools/meson/meson_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-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-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-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-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-devtools/elfutils/elfutils_0.191.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb\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-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-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-devtools/elfutils/elfutils_0.191.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.191.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (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.191.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.191.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.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.191.bb:31)\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-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-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-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-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-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/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-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-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-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-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-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-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-devtools/meson/meson_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-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-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-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-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-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-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-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:15)\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/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:15)\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/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:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: SITE 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: 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.5.bb: Searching for 0001-Fix-python-path-when-invoking-py-compile-54.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/0001-Fix-python-path-when-invoking-py-compile-54.patch for 0001-Fix-python-path-when-invoking-py-compile-54.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.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/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-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-graphics/mesa/mesa-gl_24.0.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_24.0.7.bb:1: including mesa.inc\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/libcap-ng/libcap-ng-python_0.8.5.bb: Searching for 0001-Fix-python-path-when-invoking-py-compile-54.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/0001-Fix-python-path-when-invoking-py-compile-54.patch for 0001-Fix-python-path-when-invoking-py-compile-54.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_24.0.7.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:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python_0.8.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/dropbear/dropbear_2024.85.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-2024.85/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-2024.85/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-2024.85/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-2024.85/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-2024.85/\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-graphics/mesa/mesa-gl_24.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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2024.85.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-graphics/mesa/mesa-gl_24.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-core/dropbear/dropbear_2024.85.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2024.85/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-2024.85/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-2024.85/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-2024.85/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-2024.85/\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-graphics/mesa/mesa-gl_24.0.7.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/dropbear/dropbear_2024.85.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_2024.85.bb: Searching for dropbearkey.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2024.85/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-2024.85/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-2024.85/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-2024.85/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-2024.85/\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-graphics/mesa/mesa-gl_24.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/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2024.85.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-core/dropbear/dropbear_2024.85.bb: Searching for dropbear@.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2024.85/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-2024.85/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-2024.85/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-2024.85/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-2024.85/\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_2024.85.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-graphics/mesa/mesa-gl_24.0.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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2024.85.bb: Searching for dropbear.socket in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2024.85/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-2024.85/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-2024.85/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-2024.85/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-2024.85/\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_2024.85.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-core/dropbear/dropbear_2024.85.bb: Searching for dropbear.default in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2024.85/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-2024.85/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-2024.85/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-2024.85/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-2024.85/\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_2024.85.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-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-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/dropbear/dropbear_2024.85.bb: Searching for dropbear-disable-weak-ciphers.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear-2024.85/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-2024.85/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-2024.85/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-2024.85/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-2024.85/\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/libcap-ng/libcap-ng-python_0.8.5.bb: Searching for 0001-Fix-python-path-when-invoking-py-compile-54.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python-0.8.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-python/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2024.85.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-support/libcap-ng/libcap-ng-python_0.8.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/0001-Fix-python-path-when-invoking-py-compile-54.patch for 0001-Fix-python-path-when-invoking-py-compile-54.patch\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:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dropbear/dropbear_2024.85.bb: 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.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/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-devtools/meson/meson_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-devtools/python/python3-license-expression_30.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.3.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.3.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.3.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.3.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-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:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_24.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/mesa/mesa.inc:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-gl_24.0.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/mesa/mesa.inc:50)\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:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression_30.3.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-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-graphics/mesa/mesa-gl_24.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/mesa/mesa.inc:50)\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:34)\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-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:34)\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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-devtools/python/python3-license-expression_30.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-license-expression-30.3.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.3.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.3.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.3.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.3.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-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-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-devtools/python/python3-license-expression_30.3.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-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-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/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/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-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-bsp/efivar/efivar_39.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_39.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_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-bsp/efivar/efivar_39.bb:18)\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-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-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-graphics/mesa/mesa_24.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/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-graphics/mesa/mesa_24.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/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-devtools/meson/meson_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/mesa/mesa-gl_24.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-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-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-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-devtools/python/python3-meson-python_0.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-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-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-devtools/python/python3-meson-python_0.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-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-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-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-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-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-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: Searching for 0002-resolve-musl-does-not-implement-res_ninit.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/0002-resolve-musl-does-not-implement-res_ninit.patch for 0002-resolve-musl-does-not-implement-res_ninit.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-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-graphics/mesa/mesa_24.0.7.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-24.0.7/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-24.0.7/\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-24.0.7/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-24.0.7/\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_24.0.7.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/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:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb: Searching for 0001-drisw-fix-build-without-dri3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-24.0.7/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-24.0.7/\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-24.0.7/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-24.0.7/\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_24.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch for 0001-drisw-fix-build-without-dri3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb: Searching for 0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-24.0.7/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-24.0.7/\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-24.0.7/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-24.0.7/\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_24.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch for 0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb: Searching for 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-24.0.7/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-24.0.7/\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-24.0.7/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-24.0.7/\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-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-graphics/mesa/mesa_24.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch for 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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.191.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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/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/elfutils/elfutils_0.191.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.191.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-graphics/mesa/mesa_24.0.7.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-24.0.7/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-24.0.7/\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-24.0.7/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-24.0.7/\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_24.0.7.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-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/mesa/mesa_24.0.7.bb: Searching for 0001-drisw-fix-build-without-dri3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-24.0.7/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-24.0.7/\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-24.0.7/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-24.0.7/\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_24.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch for 0001-drisw-fix-build-without-dri3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb: Searching for 0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-24.0.7/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-24.0.7/\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-24.0.7/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-24.0.7/\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_24.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch for 0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb: Searching for 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-24.0.7/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-24.0.7/\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-24.0.7/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-24.0.7/\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_24.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch for 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch\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-graphics/mesa/mesa_24.0.7.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-24.0.7/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-24.0.7/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-24.0.7/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-24.0.7/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-24.0.7/\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_24.0.7.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_24.0.7.bb: Searching for 0001-drisw-fix-build-without-dri3.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-24.0.7/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-24.0.7/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-24.0.7/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-24.0.7/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-24.0.7/\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_24.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-drisw-fix-build-without-dri3.patch for 0001-drisw-fix-build-without-dri3.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb: Searching for 0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-24.0.7/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-24.0.7/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-24.0.7/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-24.0.7/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-24.0.7/\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_24.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch for 0002-glxext-don-t-try-zink-if-not-enabled-in-mesa.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb: Searching for 0001-Revert-meson-do-not-pull-in-clc-for-clover.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-24.0.7/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-24.0.7/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-24.0.7/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-24.0.7/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-24.0.7/\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-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-graphics/mesa/mesa_24.0.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/files/0001-Revert-meson-do-not-pull-in-clc-for-clover.patch for 0001-Revert-meson-do-not-pull-in-clc-for-clover.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/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-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: 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-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-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-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-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/meson/meson_1.4.0.bb: Searching for meson-setup.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.4.0/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.4.0/\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.4.0/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.4.0/\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-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-devtools/meson/meson_1.4.0.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.4.0.bb: Searching for meson-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.4.0/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.4.0/\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.4.0/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.4.0/\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/elfutils/elfutils_0.191.bb: SITE 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.4.0.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-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-devtools/meson/meson_1.4.0.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.4.0/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.4.0/\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.4.0/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.4.0/\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.4.0.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-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-devtools/meson/meson_1.4.0.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.4.0/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.4.0/\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.4.0/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.4.0/\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.4.0.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-support/vim/vim_9.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.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.4.0/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.4.0/\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.4.0/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.4.0/\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-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-devtools/meson/meson_1.4.0.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-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-support/vim/vim_9.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_9.1.bb:1: including vim.inc\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-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-support/vim/vim_9.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/vim/vim.inc:34)\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-support/vim/vim_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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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/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-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-support/vim/vim_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/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-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-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-support/fribidi/fribidi_1.0.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-support/fribidi/fribidi_1.0.15.bb:16)\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-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-support/fribidi/fribidi_1.0.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/meson.bbclass:7)\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-support/vim/vim_9.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/vim/vim.inc:34)\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-support/fribidi/fribidi_1.0.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-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-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-support/vim/vim_9.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-support/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.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-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-support/fribidi/fribidi_1.0.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-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-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-support/vim/vim_9.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/vim/vim.inc:34)\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-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-support/fribidi/fribidi_1.0.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/meson.bbclass:7)\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-devtools/meson/meson_1.4.0.bb: Searching for meson-setup.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.4.0/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.4.0/\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.4.0/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.4.0/\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-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-devtools/meson/meson_1.4.0.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-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-support/fribidi/fribidi_1.0.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-support/fribidi/fribidi_1.0.15.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb: Searching for meson-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.4.0/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.4.0/\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.4.0/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.4.0/\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-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-devtools/meson/meson_1.4.0.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-support/fribidi/fribidi_1.0.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-support/fribidi/fribidi_1.0.15.bb:16)\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-devtools/meson/meson_1.4.0.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.4.0/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.4.0/\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.4.0/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.4.0/\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/texinfo/texinfo_7.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.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-support/fribidi/fribidi_1.0.15.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.15.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.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.4.0/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.4.0/\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.4.0/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.4.0/\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.4.0.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-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-devtools/meson/meson_1.4.0.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.4.0/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.4.0/\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.4.0/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.4.0/\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.4.0.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/texinfo/texinfo_7.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-extended/texinfo/texinfo_7.1.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_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/texinfo/texinfo_7.1.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_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-markdown_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-markdown_3.6.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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.6.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.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-extended/texinfo/texinfo_7.1.bb:41)\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/python/python3-markdown_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_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.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/python/python3-markdown_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/setuptools3-base.bbclass:30)\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:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_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-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/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/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-markdown_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-devtools/python/python3-markdown_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_setuptools_build_meta.bbclass:7)\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/meson/meson_1.4.0.bb: Searching for meson-setup.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.4.0/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.4.0/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.4.0/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.4.0/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.4.0/\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.4.0.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.4.0.bb: Searching for meson-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson-1.4.0/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.4.0/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.4.0/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.4.0/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.4.0/\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.4.0.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.4.0.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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/\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.4.0.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-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-devtools/meson/meson_1.4.0.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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/\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.4.0.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.4.0.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.4.0/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.4.0/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.4.0/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.4.0/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.4.0/\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.4.0.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-support/vim/vim_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/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-support/utfcpp/utfcpp_4.0.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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/meson.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/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/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-support/utfcpp/utfcpp_4.0.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-support/utfcpp/utfcpp_4.0.5.bb:14)\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/python3-dir.bbclass (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/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/fribidi/fribidi_1.0.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-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_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-bsp/efivar/efivar_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-bsp/efivar/efivar_39.bb:0)\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-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/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/efivar/efivar_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-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_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/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-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-extended/texinfo/texinfo_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-bsp/efivar/efivar_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/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-graphics/mesa/mesa-gl_24.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/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/mesa/mesa-gl_24.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/elfutils/elfutils_0.191.bb: 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: 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-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-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-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-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-core/meta/meta-go-toolchain.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-lib/libfontenc_1.1.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:6: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.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-graphics/xorg-lib/libfontenc_1.1.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-graphics/mesa/mesa-gl_24.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-graphics/mesa/mesa-gl_24.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.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/mesa/mesa-gl_24.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-graphics/xorg-lib/libfontenc_1.1.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-graphics/mesa/mesa-gl_24.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/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/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-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-graphics/mesa/mesa-gl_24.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-graphics/mesa/mesa-gl_24.0.7.bb:0)\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-devtools/cdrtools/cdrtools-native_3.01.bb: Searching for gcc14-fix.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-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-devtools/cdrtools/cdrtools-native_3.01.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cdrtools/cdrtools/gcc14-fix.patch for gcc14-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.8.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.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/recipes-gnome/libhandy/libhandy_1.8.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.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/libhandy/libhandy_1.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/libhandy/libhandy_1.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/libhandy/libhandy_1.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-gnome/libhandy/libhandy_1.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/libhandy/libhandy_1.8.3.bb:20)\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-gnome/libhandy/libhandy_1.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/libhandy/libhandy_1.8.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/libhandy/libhandy_1.8.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.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-gnome/libhandy/libhandy_1.8.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.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/libhandy/libhandy_1.8.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.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/libhandy/libhandy_1.8.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libhandy/libhandy_1.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-gnome/libhandy/libhandy_1.8.3.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.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/mesa/mesa-gl_24.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/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-support/fribidi/fribidi_1.0.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-bsp/efivar/efivar_39.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-39+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-39+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-39+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-39+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-support/fribidi/fribidi_1.0.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-bsp/efivar/efivar_39.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-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/meta/recipes-support/vim/vim_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/vim/vim_9.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim_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-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-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-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-bsp/efivar/efivar_39.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-39+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-39+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-39+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-39+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-39+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-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/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-bsp/efivar/efivar_39.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-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-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-support/vim/vim_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-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-support/vim/vim_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/vim/vim_9.1.bb:0)\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-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/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-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-gnome/libhandy/libhandy_1.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-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-support/fribidi/fribidi_1.0.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-support/fribidi/fribidi_1.0.15.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-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/fribidi/fribidi_1.0.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-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-support/fribidi/fribidi_1.0.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-support/fribidi/fribidi_1.0.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-support/fribidi/fribidi_1.0.15.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_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-markdown_3.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_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-markdown_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-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-support/vim/vim_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/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-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-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-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-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-extended/texinfo/texinfo_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-extended/texinfo/texinfo_7.1.bb:0)\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-graphics/mesa/mesa-gl_24.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/mesa/mesa-gl_24.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/texinfo/texinfo_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/elfutils/elfutils_0.191.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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.191.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.191.bb: Searching for 0001-dso-link-change.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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/texinfo/texinfo_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-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-devtools/elfutils/elfutils_0.191.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.191.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.191/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.191/\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.191/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.191/\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.191.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.191.bb: Searching for 0003-fixheadercheck.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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/fribidi/fribidi_1.0.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/elfutils/elfutils_0.191.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.191.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.191/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.191/\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.191/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.191/\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/texinfo/texinfo_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-extended/texinfo/texinfo_7.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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-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-devtools/elfutils/elfutils_0.191.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.191/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.191/\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.191/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.191/\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.191.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.191.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.191/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.191/\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.191/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.191/\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.191.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.191.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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.191.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/python/python3-markdown_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-markdown_3.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191/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.191/\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.191/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.191/\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.191.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.191.bb: Searching for 0001-debuginfod-Remove-unused-variable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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.191.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-debuginfod-Remove-unused-variable.patch for 0001-debuginfod-Remove-unused-variable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: Searching for 0001-srcfiles-fix-unused-variable-BUFFER_SIZE.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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.191.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-srcfiles-fix-unused-variable-BUFFER_SIZE.patch for 0001-srcfiles-fix-unused-variable-BUFFER_SIZE.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: 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/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/elfutils/elfutils_0.191.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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.191.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.191.bb: Searching for 0001-dso-link-change.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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/python/python3-pytest-subtests_0.12.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_0.12.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.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.191/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.191/\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.191/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.191/\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.191.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.191.bb: Searching for 0003-fixheadercheck.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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/python/python3-pytest-subtests_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-pytest-subtests_0.12.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.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.191/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.191/\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.191/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.191/\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/python/python3-pytest-subtests_0.12.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-subtests_0.12.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.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.191/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.191/\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.191/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.191/\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/python/python3-pytest-subtests_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/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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/python/python3-pytest-subtests_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-devtools/elfutils/elfutils_0.191.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.191/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.191/\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.191/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.191/\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.191.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/python/python3-pytest-subtests_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-devtools/elfutils/elfutils_0.191.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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.191.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/python/python3-pytest-subtests_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-devtools/elfutils/elfutils_0.191.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.191/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.191/\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.191/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.191/\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.191.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/python/python3-pytest-subtests_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/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: Searching for 0001-debuginfod-Remove-unused-variable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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.191.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-debuginfod-Remove-unused-variable.patch for 0001-debuginfod-Remove-unused-variable.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: Searching for 0001-srcfiles-fix-unused-variable-BUFFER_SIZE.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/\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.191/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.191/\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.191.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-srcfiles-fix-unused-variable-BUFFER_SIZE.patch for 0001-srcfiles-fix-unused-variable-BUFFER_SIZE.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_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/mesa/mesa-gl_24.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/elfutils/elfutils_0.191.bb: 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.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/libfontenc_1.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-graphics/xorg-lib/libfontenc_1.1.8.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/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/libfontenc_1.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-graphics/xorg-lib/libfontenc_1.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-support/fribidi/fribidi_1.0.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/fribidi/fribidi_1.0.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/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-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-devtools/elfutils/elfutils_0.191.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/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.191/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.191/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.191/\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-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-devtools/elfutils/elfutils_0.191.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-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-devtools/elfutils/elfutils_0.191.bb: Searching for 0001-dso-link-change.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/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.191/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.191/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.191/\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.191.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-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-devtools/elfutils/elfutils_0.191.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.191/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.191/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.191/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.191/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.191/\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.191.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.191.bb: Searching for 0003-fixheadercheck.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/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.191/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.191/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.191/\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.191.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.191.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.191/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.191/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.191/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.191/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.191/\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.191.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.191.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.191/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.191/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.191/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.191/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.191/\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.191.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-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-devtools/elfutils/elfutils_0.191.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.191/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.191/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.191/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.191/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.191/\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.191.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.191.bb: Searching for ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/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.191/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.191/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.191/\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.191.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.191.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.191/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.191/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.191/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.191/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.191/\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.191.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.191.bb: Searching for 0001-debuginfod-Remove-unused-variable.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/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.191/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.191/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.191/\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-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-gnome/libhandy/libhandy_1.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/elfutils/elfutils_0.191.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-debuginfod-Remove-unused-variable.patch for 0001-debuginfod-Remove-unused-variable.patch\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-devtools/elfutils/elfutils_0.191.bb: Searching for 0001-srcfiles-fix-unused-variable-BUFFER_SIZE.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils-0.191/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.191/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.191/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.191/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.191/\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-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/libhandy/libhandy_1.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/elfutils/elfutils_0.191.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/files/0001-srcfiles-fix-unused-variable-BUFFER_SIZE.patch for 0001-srcfiles-fix-unused-variable-BUFFER_SIZE.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-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:269)\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-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/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-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-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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: 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: 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-support/vim/vim_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-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-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/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-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-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-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-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/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-3496823/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.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/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-3496823/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-3496823/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb:24)\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:487)\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-sato/images/core-image-sato-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/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-support/fribidi/fribidi_1.0.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-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-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-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-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-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-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-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/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-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-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-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-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-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-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/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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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/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-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-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-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-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-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-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-extended/texinfo/texinfo_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/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-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-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-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-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-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-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-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-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-graphics/xorg-lib/libfontenc_1.1.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/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-graphics/xorg-lib/libfontenc_1.1.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/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/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/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-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-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-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-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-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-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-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-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/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-support/sqlite/sqlite3_3.45.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:1: including sqlite3.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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/sqlite/sqlite3.inc:23)\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/sqlite/sqlite3_3.45.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/sqlite/sqlite3_3.45.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/sqlite/sqlite3.inc:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_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-pytest-subtests_0.12.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest-subtests_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-pytest-subtests_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-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-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/python/python3-pytest-subtests_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-pytest-subtests_0.12.1.bb:0)\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-support/fribidi/fribidi_1.0.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/fribidi/fribidi_1.0.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-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-support/sqlite/sqlite3_3.45.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.1.bb: Searching for disable_acl_header_check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.1.0114/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.1.0114/\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.1.0114/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.1.0114/\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.1.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.1.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.1.0114/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.1.0114/\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.1.0114/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.1.0114/\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.1.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.1.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.1.0114/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.1.0114/\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.1.0114/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.1.0114/\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.1.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.1.bb: Searching for no-path-adjust.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.1.0114/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.1.0114/\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.1.0114/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.1.0114/\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.1.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.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/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-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-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-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-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-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-graphics/mesa/mesa-gl_24.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/mesa/mesa-gl_24.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/vim/vim_9.1.bb: Searching for disable_acl_header_check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.1.0114/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.1.0114/\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.1.0114/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.1.0114/\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.1.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-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-support/vim/vim_9.1.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.1.0114/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.1.0114/\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.1.0114/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.1.0114/\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.1.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.1.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.1.0114/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.1.0114/\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.1.0114/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.1.0114/\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.1.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-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-support/vim/vim_9.1.bb: Searching for no-path-adjust.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.1.0114/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.1.0114/\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.1.0114/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.1.0114/\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.1.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-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-support/vim/vim_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/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-ed/selftest-ed_1.14.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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/build-st-3496823/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-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-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/recipes-support/vim/vim_9.1.bb: Searching for disable_acl_header_check.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.1.0114/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.1.0114/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.1.0114/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.1.0114/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.1.0114/\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-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-support/vim/vim_9.1.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.1.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.1.0114/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.1.0114/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.1.0114/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.1.0114/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.1.0114/\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.1.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.1.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.1.0114/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.1.0114/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.1.0114/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.1.0114/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.1.0114/\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.1.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.1.bb: Searching for no-path-adjust.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-9.1.0114/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.1.0114/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.1.0114/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.1.0114/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.1.0114/\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.1.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.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-3496823/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb:21)\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-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-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-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/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.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/siteinfo.bbclass (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_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-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/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb:9)\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-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-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-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-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/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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-zipp_3.19.2.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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-zipp_3.19.2.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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-zipp_3.19.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-zipp_3.19.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-zipp_3.19.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-zipp_3.19.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.1.bb: Searching for 0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.1/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.1/\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.1/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.1/\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.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch for 0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.1.bb: Searching for 0002-dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.1/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.1/\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.1/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.1/\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.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/0002-dont-depend-on-help2man.patch for 0002-dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.1.bb: Searching for 0003-texinfo-Update-to-5.1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.1/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.1/\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.1/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.1/\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.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch for 0003-texinfo-Update-to-5.1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb:0)\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-extended/texinfo/texinfo_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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/multiconfig/multiconfig-image-packager_0.1.bb:0)\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-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/texinfo/texinfo_7.1.bb: Searching for 0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.1/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.1/\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.1/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.1/\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.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch for 0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.1.bb: Searching for 0002-dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.1/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.1/\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.1/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.1/\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.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/0002-dont-depend-on-help2man.patch for 0002-dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_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-extended/texinfo/texinfo_7.1.bb: Searching for 0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.1/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.1/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.1/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.1/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.1/\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.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch for 0001-texinfo-several-changes-to-build-without-zlib-and-nc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.1.bb: Searching for 0002-dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.1/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.1/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.1/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.1/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.1/\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.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/0002-dont-depend-on-help2man.patch for 0002-dont-depend-on-help2man.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.1.bb: Searching for 0003-texinfo-Update-to-5.1.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo-7.1/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.1/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.1/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.1/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.1/\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.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo/0003-texinfo-Update-to-5.1.patch for 0003-texinfo-Update-to-5.1.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_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-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-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-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-support/sqlite/sqlite3_3.45.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/sqlite/sqlite3_3.45.3.bb:0)\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-support/sqlite/sqlite3_3.45.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-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-graphics/xorg-lib/xkeyboard-config_2.41.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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-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/sqlite/sqlite3_3.45.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-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-graphics/xorg-lib/xkeyboard-config_2.41.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.41.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.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/build-st-3496823/meta-selftest/recipes-test/emptytest/emptytest.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/emptytest/emptytest.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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/sqlite/sqlite3_3.45.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/sqlite/sqlite3_3.45.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/emptytest/emptytest.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/emptytest/emptytest.bb:1: including test_recipe.inc\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-graphics/xorg-lib/xkeyboard-config_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/meson-routines.bbclass:7)\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-3496823/meta-selftest/recipes-test/emptytest/emptytest.bb: CONF file 'test_recipe.inc' not found\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:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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-lib/xkeyboard-config_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-graphics/xorg-lib/xkeyboard-config_2.41.bb: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/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/xkeyboard-config_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-graphics/xorg-lib/xkeyboard-config_2.41.bb: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/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:269)\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:269)\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/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:487)\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/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-core/ovmf/ovmf-shell-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/alsa/alsa-tools_1.2.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.2.11.bb\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-3496823/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/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-multimedia/alsa/alsa-tools_1.2.11.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.11.bb:19)\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-multimedia/alsa/alsa-tools_1.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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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/alsa/alsa-tools_1.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-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-multimedia/alsa/alsa-tools_1.2.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-multimedia/alsa/alsa-tools_1.2.11.bb:19)\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-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-graphics/xorg-lib/libxext_1.3.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:11: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.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-graphics/xorg-lib/libxext_1.3.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/xkeyboard-config_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/libxext_1.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-graphics/xorg-lib/xorg-lib-common.inc:15)\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-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-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-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-core/systemd/systemd_255.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.6.bb\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-core/systemd/systemd_255.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.6.bb:1: including systemd.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-tools_1.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-core/systemd/systemd_255.6.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.6.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.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-devtools/python/python3-setuptools-scm_8.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-setuptools-scm_8.1.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.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/systemd/systemd_255.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-core/systemd/systemd_255.6.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.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-setuptools-scm_8.1.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.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-core/systemd/systemd_255.6.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.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_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.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-core/systemd/systemd_255.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-setuptools-scm_8.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/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.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/systemd/systemd_255.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-core/systemd/systemd_255.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-setuptools-scm_8.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-core/systemd/systemd_255.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-setuptools-scm_8.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_setuptools_build_meta.bbclass:7)\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-core/systemd/systemd_255.6.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.6.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.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-core/systemd/systemd_255.6.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb: Searching for 0055-Add-cstdint-for-uintXX_t-types.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest-0.28.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest-0.28.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest-0.28.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest-0.28.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest-0.28.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/0055-Add-cstdint-for-uintXX_t-types.patch for 0055-Add-cstdint-for-uintXX_t-types.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.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-core/systemd/systemd_255.6.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb: Searching for 0099-cmake-Pass-PROBE_NAME-via-CFLAGS.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest-0.28.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest-0.28.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest-0.28.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest-0.28.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest-0.28.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/sysdig/sysdig-selftest/0099-cmake-Pass-PROBE_NAME-via-CFLAGS.patch for 0099-cmake-Pass-PROBE_NAME-via-CFLAGS.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.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-core/systemd/systemd_255.6.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.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-core/systemd/systemd_255.6.bb:11)\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-core/systemd/systemd_255.6.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.6.bb:11)\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-core/systemd/systemd_255.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-core/systemd/systemd_255.6.bb:11)\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-core/systemd/systemd_255.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-core/systemd/systemd_255.6.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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/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-extended/cronie/cronie_1.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/cronie/cronie_1.7.2.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_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/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.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/cronie/cronie_1.7.2.bb:30)\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/meta/recipes-extended/cronie/cronie_1.7.2.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.2.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.6.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd_255.6.bb:909)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.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-extended/cronie/cronie_1.7.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/cronie/cronie_1.7.2.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.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/cronie/cronie_1.7.2.bb:30)\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-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-devtools/gcc/gcc-cross_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb\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/gcc/gcc-cross_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-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-support/sqlite/sqlite3_3.45.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/libxcursor_1.2.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:9: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_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/libxcursor_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-devtools/gcc/gcc-cross_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:2: including gcc-cross.inc\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-graphics/xorg-lib/libxcursor_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/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/xorg-lib/libxcursor_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/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/gcc/gcc-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/gcc/gcc-cross.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-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/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-graphics/xorg-lib/xkeyboard-config_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/xkeyboard-config_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-zipp_3.19.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-zipp_3.19.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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/gcc/gcc-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-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-devtools/python/python3-zipp_3.19.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/gcc/gcc-cross_14.1.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-zipp_3.19.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-zipp_3.19.2.bb:0)\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-devtools/gcc/gcc-cross_14.1.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-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-devtools/gcc/gcc-cross_14.1.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-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-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-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-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-extended/cronie/cronie_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-core/systemd/systemd_255.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-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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_46.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_46.0.bb\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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_46.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_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-graphics/xorg-lib/xkeyboard-config_2.41.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/stress-ng/stress-ng_0.17.08.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/stress-ng/stress-ng_0.17.08.bb\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/xorg-lib/xkeyboard-config_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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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-graphics/xorg-lib/libxcursor_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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_46.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_46.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/stress-ng/stress-ng_0.17.08.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.08.bb:20)\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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_46.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_46.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_46.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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/gcc/gcc-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-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/xorg-lib/libxext_1.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-graphics/xorg-lib/libxext_1.3.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.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/libxext_1.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/libxext_1.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-graphics/xorg-lib/libxext_1.3.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_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/alsa/alsa-tools_1.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-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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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-support/sqlite/sqlite3_3.45.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/libxext_1.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/python/python3-setuptools-scm_8.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-setuptools-scm_8.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.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-setuptools-scm_8.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/sqlite/sqlite3_3.45.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-setuptools-scm_8.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-setuptools-scm_8.1.0.bb:0)\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/sqlite/sqlite3_3.45.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/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-graphics/vulkan/vulkan-volk_1.3.283.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-volk_1.3.283.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-volk_1.3.283.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-volk_1.3.283.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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.12.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-volk_1.3.283.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-volk_1.3.283.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-volk_1.3.283.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-volk_1.3.283.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_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/xkeyboard-config_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/gcc/gcc-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-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-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-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-graphics/xorg-lib/libxcursor_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-lib/libxcursor_1.2.2.bb:0)\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-graphics/xorg-lib/libxcursor_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-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-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-graphics/xorg-lib/libxcursor_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-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-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-graphics/xorg-lib/libxcursor_1.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-graphics/xorg-lib/libxcursor_1.2.2.bb:0)\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-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-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-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-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-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-core/ovmf/ovmf-shell-image.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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:12)\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/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-extended/cronie/cronie_1.7.2.bb: Searching for crond.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.2/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.2/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.2/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.2/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.2/\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-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-extended/cronie/cronie_1.7.2.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-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-extended/cronie/cronie_1.7.2.bb: Searching for crontab in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.2/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.2/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.2/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.2/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.2/\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-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-extended/cronie/cronie_1.7.2.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-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-extended/cronie/cronie_1.7.2.bb: Searching for crond.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie-1.7.2/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.2/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.2/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.2/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.2/\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-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-extended/cronie/cronie_1.7.2.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-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-extended/cronie/cronie_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-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-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-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/gcc/libgcc-initial_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.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/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-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/gcc/libgcc-initial_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\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-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/gcc/libgcc-initial_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\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-graphics/xorg-lib/libxcursor_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-devtools/gcc/libgcc-initial_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_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-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/gcc/libgcc-initial_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/gcc/gcc-common.inc:11)\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-devtools/gcc/libgcc-initial_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/gcc/gcc-common.inc:11)\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-graphics/xorg-lib/libxext_1.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/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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_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/gcc/libgcc-initial_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:2: including libgcc-initial.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.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_14.1.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-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/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/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-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-devtools/gcc/libgcc-initial_14.1.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-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-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-devtools/gcc/libgcc-initial_14.1.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/libgcc-initial_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/recipes-devtools/gcc/libgcc-initial.inc:40)\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/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-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-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-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-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-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-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-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-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-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-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-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-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/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-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-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-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-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/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-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/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/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-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-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/gcc/libgcc-initial_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-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-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-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-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-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-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:269)\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:269)\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-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-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:487)\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-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-sato/images/core-image-sato-sdk.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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-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-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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_maturin.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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_maturin.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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/python_pyo3.bbclass:12)\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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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-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-graphics/xorg-lib/libxext_1.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-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-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-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-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-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-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-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-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/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-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-graphics/xorg-lib/libxext_1.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-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-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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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/python_pyo3.bbclass:12)\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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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_maturin.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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/python_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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/python_setuptools_build_meta.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/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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb:17)\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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb:19: including python3-guessing-game-crates.inc\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-graphics/xorg-lib/libxext_1.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-graphics/wayland/mtdev_1.1.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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/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/gcc/libgcc-initial_14.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/gcc/libgcc-initial_14.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_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/wayland/mtdev_1.1.7.bb:17)\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-graphics/wayland/mtdev_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/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-graphics/wayland/mtdev_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/wayland/mtdev_1.1.7.bb:17)\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-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/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-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-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-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:18)\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-devtools/m4/m4_1.4.19.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-devtools/m4/m4_1.4.19.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.inc\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-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-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-devtools/gcc/libgcc-initial_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/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-graphics/xorg-lib/libxcb_1.17.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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/libxcb_1.17.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/libxcb_1.17.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.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/autotools.bbclass:31)\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-graphics/xorg-lib/libxcb_1.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-graphics/xorg-lib/libxcb_1.17.0.bb:25)\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-graphics/xorg-lib/libxcb_1.17.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/libxcb_1.17.0.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_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/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-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-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-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-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-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-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-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-graphics/xorg-lib/libxcb_1.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-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/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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.2.0/download to autocfg-1.2.0.crate\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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_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/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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.14/download to getrandom-0.2.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_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-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.153/download to libc-0.2.153.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.79/download to proc-macro2-1.0.79.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.19.2/download to pyo3-0.19.2.crate\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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.19.2/download to pyo3-build-config-0.19.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.19.2/download to pyo3-ffi-0.19.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.19.2/download to pyo3-macros-0.19.2.crate\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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.19.2/download to pyo3-macros-backend-0.19.2.crate\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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.35/download to quote-1.0.35.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/libxcursor_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-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.13.2/download to smallvec-1.13.2.crate\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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.14/download to target-lexicon-0.12.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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-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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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/gcc/libgcc-initial_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-3496823/meta-selftest/recipes-devtools/python/python3-guessing-game_git.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-graphics/xorg-lib/libxcursor_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/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-devtools/gcc/libgcc-initial_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-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-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-graphics/wayland/wayland_1.23.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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/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-graphics/wayland/wayland_1.23.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.23.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.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/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-graphics/wayland/wayland_1.23.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/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-graphics/wayland/wayland_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/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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/wayland/wayland_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-graphics/wayland/wayland_1.23.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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/libdnf/libdnf_0.73.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-devtools/libdnf/libdnf_0.73.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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/libdnf/libdnf_0.73.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/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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-devtools/libdnf/libdnf_0.73.1.bb:23)\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-devtools/libdnf/libdnf_0.73.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/libdnf/libdnf_0.73.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/libdnf/libdnf_0.73.1.bb:23)\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-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-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-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-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/libdnf/libdnf_0.73.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/recipes-devtools/libdnf/libdnf_0.73.1.bb:23)\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/libdnf/libdnf_0.73.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-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-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-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/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-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-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-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/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-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/wayland/wayland_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-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-graphics/wayland/mtdev_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-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-graphics/xorg-lib/libxcb_1.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-graphics/xorg-lib/libxcb_1.17.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/license/incompatible-license-alias.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/license/incompatible-license-alias.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.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-graphics/xorg-lib/libxcb_1.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-graphics/xorg-lib/libxcb_1.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-graphics/xorg-lib/libxcb_1.17.0.bb:0)\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-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-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-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-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-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-sato/images/core-image-sato-sdk.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/xorg-lib/libxcb_1.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/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-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-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-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-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-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-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-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-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/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/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/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-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-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-graphics/wayland/wayland_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-graphics/wayland/wayland_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-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-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-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-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-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-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-devtools/go/go-cross-canadian_1.22.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.22.4.bb\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/meta/recipes-devtools/go/go-cross-canadian_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.22.4.bb:1: including go-cross-canadian.inc\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-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/go/go-cross-canadian_1.22.4.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-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-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-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-graphics/xorg-lib/libxcb_1.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-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-graphics/wayland/wayland_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-graphics/wayland/wayland_1.23.0.bb:0)\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-graphics/wayland/wayland_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-devtools/go/go-cross-canadian_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.22.4.bb:2: including go-1.22.4.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_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/go/go-cross-canadian_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.22.4.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/wayland/wayland_1.23.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.23.0.bb:0)\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/build-st-3496823/meta-selftest/recipes-test/images/test-empty-image.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/images/test-empty-image.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/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-3496823/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-3496823/meta-selftest/recipes-test/images/test-empty-image.bb:6)\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-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-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-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/build-st-3496823/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/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-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/build-st-3496823/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/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/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/build-st-3496823/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/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-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/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-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-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-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-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-core/zlib/zlib_1.3.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb\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-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/zlib/zlib_1.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-core/zlib/zlib_1.3.1.bb:26)\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-core/zlib/zlib_1.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-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-graphics/wayland/wayland_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/build-st-3496823/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-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-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/libdnf/libdnf_0.73.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/libdnf/libdnf_0.73.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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/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-devtools/libdnf/libdnf_0.73.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-3496823/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-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-devtools/libdnf/libdnf_0.73.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/libdnf/libdnf_0.73.1.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-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/build-st-3496823/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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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:269)\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/build-st-3496823/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-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/build-st-3496823/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:487)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/build-st-3496823/meta-selftest/recipes-test/images/test-empty-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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-3496823/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/wayland/wayland_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-graphics/wayland/wayland_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-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/build-st-3496823/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-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-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-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-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-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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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/build-st-3496823/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-graphics/xorg-lib/libxcb_1.17.0.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.17.0/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.17.0/\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.17.0/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.17.0/\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.17.0.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.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/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-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-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-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-graphics/xorg-lib/libxcb_1.17.0.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.17.0/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.17.0/\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.17.0/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.17.0/\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-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-graphics/xorg-lib/libxcb_1.17.0.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-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-graphics/xorg-lib/libxcb_1.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/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-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/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-graphics/xorg-lib/libxcb_1.17.0.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.17.0/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.17.0/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.17.0/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.17.0/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.17.0/\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/build-st-3496823/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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-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/xorg-lib/libxcb_1.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/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_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/build-st-3496823/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/libcomps/libcomps_0.1.21.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-chown/selftest-chown.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.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/recipes-devtools/libcomps/libcomps_0.1.21.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.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-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-devtools/libcomps/libcomps_0.1.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/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-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-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-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-devtools/libcomps/libcomps_0.1.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-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-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/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-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-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-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-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-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-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-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-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-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-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/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-devtools/go/go-cross-canadian_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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-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/build-st-3496823/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-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-devtools/go/go-cross-canadian_1.22.4.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/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-devtools/go/go-cross-canadian_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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-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-devtools/go/go-cross-canadian_1.22.4.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/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/cross-localedef-native_2.39.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb\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-devtools/go/go-cross-canadian_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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-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-devtools/go/go-cross-canadian_1.22.4.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-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/cross-localedef-native_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:11: including glibc-version.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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-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-devtools/go/go-cross-canadian_1.22.4.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-core/glibc/ldconfig-native_2.12.1.bb: Searching for ldconfig-handle-.dynstr-located-in-separate-segment.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/cross-localedef-native_2.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-core/glibc/cross-localedef-native_2.39.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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-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-handle-.dynstr-located-in-separate-segment.patch for ldconfig-handle-.dynstr-located-in-separate-segment.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.22.4.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-core/glibc/cross-localedef-native_2.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-devtools/go/go-cross-canadian_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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.22.4.bb: Searching for 0007-exec.go-filter-out-build-specific-paths-from-linker-.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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-core/glibc/cross-localedef-native_2.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-core/glibc/cross-localedef-native_2.39.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross-canadian_1.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-filter-out-build-specific-paths-from-linker-.patch for 0007-exec.go-filter-out-build-specific-paths-from-linker-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meta/recipes-core/glibc/cross-localedef-native_2.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-devtools/go/go-cross-canadian_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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-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-devtools/go/go-cross-canadian_1.22.4.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-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-devtools/go/go-cross-canadian_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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/build-st-3496823/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/go/go-cross-canadian_1.22.4.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/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/glibc/cross-localedef-native_2.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/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-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-core/zlib/zlib_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-core/zlib/zlib_1.3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_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/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-gnome/libsecret/libsecret_0.21.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.4.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/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/zlib/zlib_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-gnome/libsecret/libsecret_0.21.4.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.4.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.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/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.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-gnome/libsecret/libsecret_0.21.4.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_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-core/zlib/zlib_1.3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.4.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.4.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.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-gnome/libsecret/libsecret_0.21.4.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.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/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.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-gnome/libsecret/libsecret_0.21.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-gnome/libsecret/libsecret_0.21.4.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.4.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libsecret/libsecret_0.21.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/manpages.bbclass:13)\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-gnome/libsecret/libsecret_0.21.4.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/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-gnome/libsecret/libsecret_0.21.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-gnome/libsecret/libsecret_0.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/meson-routines.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-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/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-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-core/glibc/cross-localedef-native_2.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-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-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/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-graphics/wayland/wayland_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-graphics/wayland/wayland_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-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/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/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-gnome/libsecret/libsecret_0.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-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/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-graphics/wayland/wayland_1.23.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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-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-support/enchant/enchant2_2.8.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.8.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39+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.39+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.39+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.39+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.39.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/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39+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.39+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.39+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.39+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-support/enchant/enchant2_2.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-support/enchant/enchant2_2.8.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/enchant/enchant2_2.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-core/glibc/cross-localedef-native_2.39.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.39+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.39+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.39+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.39+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.39.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/cross-localedef-native_2.39.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.39+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.39+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.39+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.39+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-devtools/python/python3-bcrypt_4.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-bcrypt_4.1.3.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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-support/enchant/enchant2_2.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-support/enchant/enchant2_2.8.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39+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.39+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.39+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.39+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-graphics/wayland/wayland_1.23.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.23.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.23.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.23.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.23.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-support/enchant/enchant2_2.8.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/enchant/enchant2_2.8.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.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.3.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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-graphics/wayland/wayland_1.23.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-core/glibc/cross-localedef-native_2.39.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.39+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.39+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.39+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.39+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-graphics/wayland/wayland_1.23.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.23.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.23.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.23.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.23.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/python/python3-bcrypt_4.1.3.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-core/glibc/cross-localedef-native_2.39.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-graphics/wayland/wayland_1.23.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-core/glibc/cross-localedef-native_2.39.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.39+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.39+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.39+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.39+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-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-bcrypt_4.1.3.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-core/glibc/cross-localedef-native_2.39.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.39.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.39+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.39+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.39+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.39+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.39.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-devtools/python/python3-bcrypt_4.1.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/classes-recipe/cargo.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39+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.39+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.39+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.39+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-devtools/python/python3-bcrypt_4.1.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-core/glibc/cross-localedef-native_2.39.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/python/python3-bcrypt_4.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/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.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-devtools/python/python3-bcrypt_4.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-bcrypt_4.1.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-devtools/libdnf/libdnf_0.73.1.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.73.1/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.73.1/\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.73.1/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.73.1/\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-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-devtools/libdnf/libdnf_0.73.1.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.73.1.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.73.1/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.73.1/\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.73.1/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.73.1/\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.73.1.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-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-devtools/libdnf/libdnf_0.73.1.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.73.1/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.73.1/\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.73.1/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.73.1/\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.73.1.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-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-devtools/libdnf/libdnf_0.73.1.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.73.1/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.73.1/\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.73.1/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.73.1/\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-graphics/wayland/wayland_1.23.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-1.23.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.23.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.23.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.23.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.23.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/libdnf/libdnf_0.73.1.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-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-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/libdnf/libdnf_0.73.1.bb: Searching for 0001-drop-FindPythonInstDir.cmake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.73.1/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.73.1/\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.73.1/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.73.1/\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-graphics/wayland/wayland_1.23.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-devtools/libdnf/libdnf_0.73.1.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-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/wayland/wayland_1.23.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.23.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.23.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.23.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.23.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.23.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/libdnf/libdnf_0.73.1.bb: Searching for armarch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.73.1/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.73.1/\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.73.1/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.73.1/\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-graphics/wayland/wayland_1.23.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/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-devtools/libdnf/libdnf_0.73.1.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/python/python3-bcrypt_4.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/python_pyo3.bbclass:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.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/classes-recipe/python_setuptools3_rust.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.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/python_setuptools_build_meta.bbclass:7)\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-devtools/python/python3-bcrypt_4.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-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-devtools/python/python3-bcrypt_4.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/python_setuptools_build_meta.bbclass:7)\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:26)\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-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/python/python3-bcrypt_4.1.3.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.3.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.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/classes-recipe/ptest-cargo.bbclass:1)\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:26)\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:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.73.1/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.73.1/\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.73.1/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.73.1/\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.73.1.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.73.1.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.73.1/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.73.1/\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.73.1/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.73.1/\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-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-devtools/libdnf/libdnf_0.73.1.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/python/python3-bcrypt_4.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-devtools/libdnf/libdnf_0.73.1.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.73.1/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.73.1/\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.73.1/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.73.1/\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.73.1.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.73.1.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.73.1/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.73.1/\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.73.1/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.73.1/\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-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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.73.1.bb: Searching for 0001-drop-FindPythonInstDir.cmake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.73.1/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.73.1/\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.73.1/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.73.1/\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-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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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/python/python3-bcrypt_4.1.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-devtools/python/python3-bcrypt_4.1.3.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb: Searching for armarch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.73.1/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.73.1/\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.73.1/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.73.1/\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.73.1.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/python/python3-bcrypt_4.1.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb:19: including python3-bcrypt-crates.inc\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-support/enchant/enchant2_2.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/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:487)\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-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-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/meta/recipes-graphics/images/core-image-weston.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/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/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-devtools/libdnf/libdnf_0.73.1.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.73.1/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.73.1/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.73.1/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.73.1/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.73.1/\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-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-devtools/libdnf/libdnf_0.73.1.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.73.1.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.73.1/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.73.1/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.73.1/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.73.1/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.73.1/\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.73.1.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/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-devtools/libdnf/libdnf_0.73.1.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.73.1/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.73.1/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.73.1/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.73.1/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.73.1/\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.73.1.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-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-devtools/libdnf/libdnf_0.73.1.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.73.1/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.73.1/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.73.1/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.73.1/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.73.1/\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.73.1.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-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-devtools/libdnf/libdnf_0.73.1.bb: Searching for 0001-drop-FindPythonInstDir.cmake.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.73.1/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.73.1/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.73.1/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.73.1/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.73.1/\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-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-devtools/libdnf/libdnf_0.73.1.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.73.1.bb: Searching for armarch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf-0.73.1/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.73.1/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.73.1/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.73.1/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.73.1/\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.73.1.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-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-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-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-devtools/libcomps/libcomps_0.1.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/libcomps/libcomps_0.1.21.bb:0)\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-devtools/libcomps/libcomps_0.1.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-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-devtools/libcomps/libcomps_0.1.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-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-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-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/libcomps/libcomps_0.1.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/libcomps/libcomps_0.1.21.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/meta-selftest/recipes-test/images/test-empty-image.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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/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/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-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/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-gnome/libsecret/libsecret_0.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-gnome/libsecret/libsecret_0.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/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-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/python/python3-bcrypt_4.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-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-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-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/libxml/libxml2_2.12.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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-core/libxml/libxml2_2.12.8.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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-core/libxml/libxml2_2.12.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-core/libxml/libxml2_2.12.8.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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-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/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-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-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-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-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/autocfg/1.3.0/download to autocfg-1.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/base64/0.22.1/download to base64-0.22.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/bcrypt/0.15.1/download to bcrypt-0.15.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.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.3.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.5.0/download to bitflags-2.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.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.3.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.3.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.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/python/python3-bcrypt_4.1.3.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-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/cpufeatures/0.2.12/download to cpufeatures-0.2.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.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.3.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.3.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.3.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.14/download to getrandom-0.2.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.12.8.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.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/enchant/enchant2_2.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/libxml/libxml2_2.12.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-core/libxml/libxml2_2.12.8.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/indoc/2.0.5/download to indoc-2.0.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.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-core/libxml/libxml2_2.12.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-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.154/download to libc-0.2.154.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/lock_api/0.4.12/download to lock_api-0.4.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/memoffset/0.9.1/download to memoffset-0.9.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.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.3.bb: Fetching https://crates.io/api/v1/crates/parking_lot/0.12.2/download to parking_lot-0.12.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.10/download to parking_lot_core-0.9.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.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.3.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.6.0/download to portable-atomic-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.81/download to proc-macro2-1.0.81.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/pyo3/0.21.2/download to pyo3-0.21.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/pyo3-build-config/0.21.2/download to pyo3-build-config-0.21.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/pyo3-ffi/0.21.2/download to pyo3-ffi-0.21.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.12.8.bb:39)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros/0.21.2/download to pyo3-macros-0.21.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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/python3targetconfig.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.21.2/download to pyo3-macros-backend-0.21.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.36/download to quote-1.0.36.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1/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.1/\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.1/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.1/\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/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/redox_syscall/0.5.1/download to redox_syscall-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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/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/zlib/zlib_1.3.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3.1/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.1/\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.1/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.1/\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/python/python3-bcrypt_4.1.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-core/zlib/zlib_1.3.1.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-extended/lsof/lsof_4.99.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.99.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.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-extended/ltp/ltp_20240524.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_20240524.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.13.2/download to smallvec-1.13.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-bcrypt_4.1.3.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-extended/lsof/lsof_4.99.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-extended/lsof/lsof_4.99.3.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (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-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.60/download to syn-2.0.60.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.14/download to target-lexicon-0.12.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.99.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/lsof/lsof_4.99.3.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.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.3.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-extended/lsof/lsof_4.99.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/ltp/ltp_20240524.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_20240524.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.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-devtools/python/python3-bcrypt_4.1.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-devtools/python/python3-bcrypt_4.1.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-extended/lsof/lsof_4.99.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/lsof/lsof_4.99.3.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.5/download to windows-targets-0.52.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.99.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-extended/lsof/lsof_4.99.3.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.5/download to windows_aarch64_gnullvm-0.52.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.5/download to windows_aarch64_msvc-0.52.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.99.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/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.5/download to windows_i686_gnu-0.52.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.5/download to windows_i686_gnullvm-0.52.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.5/download to windows_i686_msvc-0.52.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.5/download to windows_x86_64_gnu-0.52.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.5/download to windows_x86_64_gnullvm-0.52.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1/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.1/\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.1/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.1/\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/python/python3-bcrypt_4.1.3.bb: Fetching https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.5/download to windows_x86_64_msvc-0.52.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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/python/python3-bcrypt_4.1.3.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-core/zlib/zlib_1.3.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3.1/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.1/\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.1/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.1/\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.1.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-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-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-core/zlib/zlib_1.3.1.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.1/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.1/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.1/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.1/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.1/\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.1.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.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib-1.3.1/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.1/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.1/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.1/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.1/\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.1.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-graphics/xorg-lib/libpciaccess_0.18.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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-graphics/xorg-lib/libpciaccess_0.18.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/libpciaccess_0.18.1.bb:15)\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-lib/libpciaccess_0.18.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/libpciaccess_0.18.1.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/xorg-lib/libpciaccess_0.18.1.bb:15)\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-graphics/xorg-lib/libpciaccess_0.18.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/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-graphics/glslang/glslang_1.3.283.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.283.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/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-graphics/xorg-lib/libpciaccess_0.18.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/meta/testexport-tarball.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/xorg-lib/libpciaccess_0.18.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-graphics/xorg-lib/libpciaccess_0.18.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/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-graphics/glslang/glslang_1.3.283.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.283.0.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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/libxml/libxml2_2.12.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/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-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-extended/lsof/lsof_4.99.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/ltp/ltp_20240524.bb: 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: 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-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/build-st-3496823/meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/git-submodule-test/git-submodule-test.bb\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-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-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-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-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-graphics/xorg-lib/libpciaccess_0.18.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/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-graphics/xorg-app/xauth_1.1.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb\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-graphics/xorg-app/xauth_1.1.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:1: including xorg-app-common.inc\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-graphics/xorg-app/xauth_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/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Searching for Fix-building-on-x86_64-with-binutils-2.41.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-graphics/xorg-app/xauth_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-kernel/kexec/kexec-tools_2.0.28.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools/Fix-building-on-x86_64-with-binutils-2.41.patch for Fix-building-on-x86_64-with-binutils-2.41.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb: Searching for 0001-x86-linux-setup.c-Use-POSIX-basename-API.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-graphics/xorg-app/xauth_1.1.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/xorg-app/xorg-app-common.inc:14)\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-x86-linux-setup.c-Use-POSIX-basename-API.patch for 0001-x86-linux-setup.c-Use-POSIX-basename-API.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_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-graphics/xorg-app/xorg-app-common.inc:14)\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/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/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-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/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/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/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/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/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/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/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-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-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/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-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-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-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-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-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-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-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-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/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-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-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-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-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-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-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-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-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-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-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-devtools/python/python3-bcrypt_4.1.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-bcrypt-4.1.3/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.3/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.3/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.3/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.3/\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-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-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-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-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-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-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/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/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-bcrypt_4.1.3.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-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/xorg-app/xauth_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-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-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-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-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-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-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-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-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-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/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/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-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/images/core-image-weston.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-devtools/libcomps/libcomps_0.1.21.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.21/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.21/\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.21/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.21/\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/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/libcomps/libcomps_0.1.21.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-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-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/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-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/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-devtools/libcomps/libcomps_0.1.21.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.21/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.21/\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.21/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.21/\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/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-devtools/libcomps/libcomps_0.1.21.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-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-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/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-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/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-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-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-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-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-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-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/libcomps/libcomps_0.1.21.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.21/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.21/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.21/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.21/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.21/\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.21.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-core/glib-2.0/glib-2.0_2.80.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-20240524/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-20240524/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-20240524/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-20240524/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-20240524/\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-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-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-core/libxml/libxml2_2.12.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/libxml/libxml2_2.12.8.bb:0)\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-graphics/xorg-lib/libpciaccess_0.18.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_20240524.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-core/libxml/libxml2_2.12.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/glib-2.0/glib-2.0_2.80.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:1: including glib.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.99.3.bb: Searching for remove-host-information.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof-4.99.3/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.99.3/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.99.3/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.99.3/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.99.3/\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-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-extended/ltp/ltp_20240524.bb: Searching for 0001-Add-__clear_cache-declaration-for-clang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp-20240524/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-20240524/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-20240524/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-20240524/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-20240524/\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/lsof/lsof_4.99.3.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-graphics/xorg-lib/libpciaccess_0.18.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_20240524.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp/0001-Add-__clear_cache-declaration-for-clang.patch for 0001-Add-__clear_cache-declaration-for-clang.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/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-core/libxml/libxml2_2.12.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-core/glib-2.0/glib-2.0_2.80.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/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lsof/lsof_4.99.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/ltp/ltp_20240524.bb: SITE 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.80.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/glib-2.0/glib-2.0_2.80.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/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-core/glib-2.0/glib-2.0_2.80.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/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-core/glib-2.0/glib-2.0_2.80.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/libxml/libxml2_2.12.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/libxml/libxml2_2.12.8.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-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-core/glib-2.0/glib-2.0_2.80.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-graphics/glslang/glslang_1.3.283.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.283.0.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-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-graphics/glslang/glslang_1.3.283.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/glib-2.0/glib-2.0_2.80.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-core/glib-2.0/glib.inc:31)\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/man-pages/man-pages_6.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-pages/man-pages_6.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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-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.80.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-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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/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-core/glib-2.0/glib-2.0_2.80.2.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.80.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-gnome.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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/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-graphics/glslang/glslang_1.3.283.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.283.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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-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.80.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-core/glib-2.0/glib.inc:31)\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/glib-2.0/glib-2.0_2.80.2.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-core/glib-2.0/glib-2.0_2.80.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-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-pages/man-pages_6.8.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.8.bb:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-pages/man-pages_6.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/manpages.bbclass:13)\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:151)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:3)\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-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-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-graphics/xorg-lib/libpciaccess_0.18.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/libpciaccess_0.18.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/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-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-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-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:139)\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-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-graphics/xorg-lib/libpciaccess_0.18.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/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-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-graphics/xorg-lib/libpciaccess_0.18.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/libpciaccess_0.18.1.bb:0)\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-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-core/libxml/libxml2_2.12.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/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:487)\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-extended/baremetal-example/baremetal-helloworld_git.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/baremetal-image.bbclass:139)\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-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:139)\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-core/glib-2.0/glib-2.0_2.80.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.80.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/libpciaccess_0.18.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/xauth_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-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/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-graphics/xorg-proto/xorgproto_2024.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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/xorg-proto/xorgproto_2024.1.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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-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-graphics/xorg-proto/xorgproto_2024.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/xorg-proto/xorgproto_2024.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/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-graphics/xorg-proto/xorgproto_2024.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-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-graphics/xorg-proto/xorgproto_2024.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-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-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-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-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-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-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-graphics/xorg-proto/xorgproto_2024.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/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-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/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-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-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-graphics/xorg-lib/libpciaccess_0.18.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.18.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-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/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-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-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-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-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-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-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-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-core/libxml/libxml2_2.12.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/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-lib/libpciaccess_0.18.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/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/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-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-core/glib-2.0/glib-2.0_2.80.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-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-core/glib-2.0/glib-2.0_2.80.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-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-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-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-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-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/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-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-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/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-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/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:269)\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:269)\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-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-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:487)\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-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/create-spdx-image-3.0.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-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-proto/xorgproto_2024.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/glib-2.0/glib-2.0_2.80.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/glib-2.0/glib-2.0_2.80.2.bb:0)\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/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-graphics/xorg-proto/xorgproto_2024.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/glib-2.0/glib-2.0_2.80.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/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/glib-2.0/glib-2.0_2.80.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/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-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-core/glib-2.0/glib-2.0_2.80.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/glib-2.0/glib-2.0_2.80.2.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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:17)\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/xorg-proto/xorgproto_2024.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-proto/xorgproto_2024.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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-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-graphics/xorg-proto/xorgproto_2024.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-proto/xorgproto_2024.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-proto/xorgproto_2024.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.4.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.24.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-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.24.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-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.24.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-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.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-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-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.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-core/glib-2.0/glib-2.0_2.80.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: 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-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.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-graphics/glslang/glslang_1.3.283.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.283.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.283.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.283.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.283.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.283.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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.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/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\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-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.4.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-graphics/xorg-lib/libpciaccess_0.18.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.18.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-ugly_1.24.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.4.bb:2: including gstreamer1.0-plugins-license.inc\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-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-graphics/glslang/glslang_1.3.283.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.283.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.283.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.283.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.283.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-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/meta/recipes-graphics/glslang/glslang_1.3.283.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-graphics/xorg-proto/xorgproto_2024.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.12.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.12.8/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.12.8/\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.12.8/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.12.8/\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/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-core/libxml/libxml2_2.12.8.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.12.8.bb: Searching for install-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.12.8/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.12.8/\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.12.8/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.12.8/\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.12.8.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.12.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/glslang/glslang_1.3.283.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.283.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.283.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.283.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.283.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.283.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.283.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-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.4.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-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-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-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-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-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/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/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-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-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-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-core/libxml/libxml2_2.12.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.12.8/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.12.8/\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.12.8/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.12.8/\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.12.8.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.12.8.bb: Searching for install-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.12.8/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.12.8/\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.12.8/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.12.8/\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-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-core/libxml/libxml2_2.12.8.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.12.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/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-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-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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:269)\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-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:269)\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/libxml/libxml2_2.12.8.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.12.8/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.12.8/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.12.8/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.12.8/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.12.8/\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-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-core/libxml/libxml2_2.12.8.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.12.8.bb: Searching for install-tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2-2.12.8/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.12.8/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.12.8/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.12.8/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.12.8/\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.12.8.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/glib-2.0/glib-2.0_2.80.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.6.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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/glib-2.0/glib-2.0_2.80.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.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-pyasn1_0.6.0.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.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-pyasn1_0.6.0.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.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-devtools/python/python3-pyasn1_0.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-pyasn1_0.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-devtools/python/python3-pyasn1_0.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-devtools/python/python3-pyasn1_0.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/diffoscope/diffoscope_271.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_271.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/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-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:487)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_271.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_271.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_271.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_271.bb:13)\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-support/diffoscope/diffoscope_271.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_271.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.6.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb:2: including python-pyasn1.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/diffoscope/diffoscope_271.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (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.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-devtools/python/python-pyasn1.inc:17)\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/create-spdx-image-3.0.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/diffoscope/diffoscope_271.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-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-devtools/python/python3-pyasn1_0.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/diffoscope/diffoscope_271.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/xorgproto_2024.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-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/xorg-proto/xorgproto_2024.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/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-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:269)\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:269)\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-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-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-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-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:487)\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-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-core/glib-2.0/glib-2.0_2.80.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_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/glib-2.0/glib-2.0_2.80.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/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-extended/images/core-image-testcontroller-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/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-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-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-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-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-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-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/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-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-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/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-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-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-graphics/xorg-proto/xorgproto_2024.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: 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-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/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/nasm/nasm_2.16.03.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/packagenameconflict/packagenameconflict.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/packagenameconflict/packagenameconflict.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (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: 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-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/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/vulkan/vulkan-headers_1.3.283.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb:18)\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-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-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-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/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/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-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-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-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-devtools/nasm/nasm_2.16.03.bb: SITE 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: 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/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/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-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/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-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-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-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-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-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-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-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/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/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-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-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/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-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-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/images/core-image-minimal-dev.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-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/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-graphics/xorg-proto/xorgproto_2024.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/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-graphics/xorg-proto/xorgproto_2024.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/glib-2.0/glib-2.0_2.80.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.80.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/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-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-support/diffoscope/diffoscope_271.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_271.bb:0)\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-pyasn1_0.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-pyasn1_0.6.0.bb:0)\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-support/diffoscope/diffoscope_271.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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/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/python/python3-pyasn1_0.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/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-support/diffoscope/diffoscope_271.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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 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/python/python3-pyasn1_0.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/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-devtools/python/python3-pyasn1_0.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-devtools/python/python3-pyasn1_0.6.0.bb:0)\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-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-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/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-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-core/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/run-ptest for run-ptest\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-core/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-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-core/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-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-core/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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/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-core/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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/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-core/glib-2.0/glib-2.0_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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/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/glib-2.0/glib-2.0_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.bb: Searching for skip-timeout.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/skip-timeout.patch for skip-timeout.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb: Searching for 0001-girepository-introspection-correctly-install-.gir-fi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/0001-girepository-introspection-correctly-install-.gir-fi.patch for 0001-girepository-introspection-correctly-install-.gir-fi.patch\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-devtools/nasm/nasm_2.16.03.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.03.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.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-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-devtools/nasm/nasm_2.16.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/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-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-core/glib-2.0/glib-2.0_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-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/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-core/glib-2.0/glib-2.0_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-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-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-core/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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-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/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-core/glib-2.0/glib-2.0_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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/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-core/glib-2.0/glib-2.0_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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/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-core/glib-2.0/glib-2.0_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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/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-core/glib-2.0/glib-2.0_2.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.bb: Searching for skip-timeout.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/skip-timeout.patch for skip-timeout.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb: Searching for 0001-girepository-introspection-correctly-install-.gir-fi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/0001-girepository-introspection-correctly-install-.gir-fi.patch for 0001-girepository-introspection-correctly-install-.gir-fi.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/relocate-modules.patch for relocate-modules.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/\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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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-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-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-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/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/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-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-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-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-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-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-core/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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/nasm/nasm_2.16.03.bb: SITE 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.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.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.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/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.80.2.bb: Searching for skip-timeout.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/skip-timeout.patch for skip-timeout.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb: Searching for 0001-girepository-introspection-correctly-install-.gir-fi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-2.80.2/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.80.2/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.80.2/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.80.2/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.80.2/\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.80.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/files/0001-girepository-introspection-correctly-install-.gir-fi.patch for 0001-girepository-introspection-correctly-install-.gir-fi.patch\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-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:16)\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/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-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/libedit/libedit_20240517-3.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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/libedit/libedit_20240517-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_20240517-3.1.bb:20)\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-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-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-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-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-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-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/nasm/nasm_2.16.03.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.03/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.03/\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.03/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.03/\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-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/nasm/nasm_2.16.03.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/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/nasm/nasm_2.16.03.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.03/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.03/\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.03/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.03/\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.03.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/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/nasm/nasm_2.16.03.bb: SITE files ['endian-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/nopackages.bbclass (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/nasm/nasm_2.16.03.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.03/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.03/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.03/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.03/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.03/\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.03.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.03.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.03/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.03/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.03/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.03/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.03/\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.03.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.03.bb: 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 //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/libedit/libedit_20240517-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/images/core-image-testcontroller-initramfs.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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/build-st-3496823/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-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-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-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-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-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/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-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/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-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-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-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-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/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-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/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-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/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-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-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/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/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-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-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-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/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-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-core/meta/meta-world-pkgdata.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nospdx.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/meta/meta-world-pkgdata.bb:30)\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/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-pyasn1_0.6.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.6.0/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.6.0/\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.6.0/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.6.0/\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.6.0.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/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-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-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-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-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-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/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-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-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-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/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-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-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-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-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-devtools/python/python3-pyasn1_0.6.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.6.0/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.6.0/\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.6.0/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.6.0/\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.6.0.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/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-devtools/dpkg/dpkg_1.22.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.6.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1-0.6.0/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.6.0/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.6.0/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.6.0/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.6.0/\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/dpkg/dpkg_1.22.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:1: including dpkg.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyasn1_0.6.0.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/dpkg/dpkg_1.22.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/dpkg/dpkg.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.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/dpkg/dpkg_1.22.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-devtools/dpkg/dpkg.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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-devtools/dpkg/dpkg_1.22.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/dpkg/dpkg.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:7: including gettext-sources.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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-core/gettext/gettext-minimal-native_0.22.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/gettext/gettext-minimal-native_0.22.5.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.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/dpkg/dpkg.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.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/dpkg/dpkg_1.22.6.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/dpkg/dpkg.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meta/recipes-devtools/libedit/libedit_20240517-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/gettext/gettext-minimal-native_0.22.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-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1-1.5.3/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-devtools/libedit/libedit_20240517-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/libedit/libedit_20240517-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_20240517-3.1.bb:0)\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-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/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-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-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/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-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-devtools/qemu/qemu-system-native_9.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.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/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-devtools/qemu/qemu-system-native_9.0.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:3: including qemu-native.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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-devtools/qemu/qemu-system-native_9.0.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-system-native_9.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/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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-system-native_9.0.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-system-native_9.0.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-system-native_9.0.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-system-native_9.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/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.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/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-devtools/libedit/libedit_20240517-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/qemu/qemu-system-native_9.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/qemu/qemu-native.inc:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.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/qemu/qemu-system-native_9.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/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/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-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-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-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-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-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-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-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/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-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-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-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-core/gettext/gettext-minimal-native_0.22.5.bb: Searching for COPYING in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-0.22.5/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.5/\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.5/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.5/\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-core/gettext/gettext-minimal-native_0.22.5.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-gnome/gcr/gcr_4.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.3.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.3.0.bb:19)\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-gnome/gcr/gcr_4.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/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.3.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.3.0.bb:19)\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-gnome/gcr/gcr_4.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/classes-recipe/gtk-icon-cache.bbclass: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/siteinfo.bbclass (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: 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.3.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.3.0.bb:19)\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-gnome/gcr/gcr_4.3.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.3.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.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-gnome/gcr/gcr_4.3.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.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/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.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-gnome/gcr/gcr_4.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-gnome/gcr/gcr_4.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-gnome/gcr/gcr_4.3.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.3.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.3.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.3.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.3.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.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/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gcr/gcr_4.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-gnome/gcr/gcr_4.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-gnome/gcr/gcr_4.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/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-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-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/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/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/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-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-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-devtools/libedit/libedit_20240517-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/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/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/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/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-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-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-gnome/gcr/gcr_4.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/qemu/qemu-system-native_9.0.0.bb: Searching for powerpc_rom.bin in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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_9.0.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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_9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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-system-native_9.0.0.bb: Searching for 0002-apic-fixup-fallthrough-to-PIC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch for 0002-apic-fixup-fallthrough-to-PIC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb: Searching for 0003-configure-Add-pkg-config-handling-for-libgcrypt.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0003-configure-Add-pkg-config-handling-for-libgcrypt.patch for 0003-configure-Add-pkg-config-handling-for-libgcrypt.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb: Searching for 0004-qemu-Do-not-include-file-if-not-exists.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch for 0004-qemu-Do-not-include-file-if-not-exists.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb: Searching for 0005-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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch for 0005-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_9.0.0.bb: Searching for 0006-qemu-Determinism-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch for 0006-qemu-Determinism-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb: Searching for 0007-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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch for 0007-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_9.0.0.bb: Searching for 0008-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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch for 0008-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_9.0.0.bb: Searching for 0009-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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch for 0009-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_9.0.0.bb: Searching for 0010-configure-lookup-meson-exutable-from-PATH.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch for 0010-configure-lookup-meson-exutable-from-PATH.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb: Searching for 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch for 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb: Searching for qemu-guest-agent.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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_9.0.0.bb: Searching for qemu-guest-agent.udev in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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/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-devtools/qemu/qemu-system-native_9.0.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-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/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-multimedia/webp/libwebp_1.4.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.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/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-multimedia/webp/libwebp_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-multimedia/webp/libwebp_1.4.0.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_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-multimedia/webp/libwebp_1.4.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-multimedia/webp/libwebp_1.4.0.bb:36)\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-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-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-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/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-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-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-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-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-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-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/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-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-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-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-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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides.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/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-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-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-multimedia/webp/libwebp_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/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-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-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/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-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-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-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-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-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/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-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-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-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-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/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-gnome/gcr/gcr_4.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/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-gnome/gcr/gcr_4.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/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-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-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-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-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-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-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-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-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-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-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-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-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/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/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-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:24)\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-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-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-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/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-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/fmt/fmt_10.2.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.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/fmt/fmt_10.2.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_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-multimedia/webp/libwebp_1.4.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_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-multimedia/webp/libwebp_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-multimedia/webp/libwebp_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-multimedia/webp/libwebp_1.4.0.bb:0)\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/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-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-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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides.bb: Searching for source in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/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/relocatable.bbclass (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: 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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-patch-overrides/source for source\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-devtools/expect/expect_5.45.4.bb: Searching for expect-configure-c99.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/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-devtools/expect/expect_5.45.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect/expect-configure-c99.patch for expect-configure-c99.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for tcl840.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/tcl840.patch for tcl840.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/\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-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-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/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/wayland/wayland-protocols_1.36.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.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-graphics/wayland/wayland-protocols_1.36.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.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-graphics/wayland/wayland-protocols_1.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-graphics/wayland/wayland-protocols_1.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-graphics/wayland/wayland-protocols_1.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-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/wayland/wayland-protocols_1.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-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/wayland/wayland-protocols_1.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-graphics/wayland/wayland-protocols_1.36.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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.36.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_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-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-devtools/expect/expect_5.45.4.bb: Searching for expect-configure-c99.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/expect-configure-c99.patch for expect-configure-c99.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for tcl840.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/tcl840.patch for tcl840.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/\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-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/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-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/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/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-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/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/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/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/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-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-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/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-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/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-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-graphics/wayland/wayland-protocols_1.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/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-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 expect-configure-c99.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/expect-configure-c99.patch for expect-configure-c99.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb: Searching for tcl840.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/tcl840.patch for tcl840.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-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-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/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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.6.bb\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-core/systemd/systemd-boot_255.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.6.bb:1: including systemd.inc\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-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-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-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-core/systemd/systemd-boot_255.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.6.bb:4: including conf/image-uefi.conf\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-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-core/systemd/systemd-boot_255.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-core/systemd/systemd-boot_255.6.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.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-core/systemd/systemd-boot_255.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-core/systemd/systemd-boot_255.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-core/systemd/systemd-boot_255.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-core/systemd/systemd-boot_255.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-core/systemd/systemd-boot_255.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-core/systemd/systemd-boot_255.6.bb:8)\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-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-core/systemd/systemd-boot_255.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-core/systemd/systemd-boot_255.6.bb:8)\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/systemd/systemd-boot_255.6.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.6.bb:9)\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/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-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/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/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-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-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-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/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/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/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/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/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/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-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-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/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-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-multimedia/webp/libwebp_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-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-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/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-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-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-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-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/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/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/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/fmt/fmt_10.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-devtools/fmt/fmt_10.2.1.bb:0)\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/fmt/fmt_10.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/wayland/wayland-protocols_1.36.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/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/wayland/wayland-protocols_1.36.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/fmt/fmt_10.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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot_255.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/fmt/fmt_10.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-devtools/fmt/fmt_10.2.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:1: including gstreamer1.0-plugins-common.inc\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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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-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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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-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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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-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.24.4.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-base_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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-graphics/wayland/wayland-protocols_1.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-graphics/wayland/wayland-protocols_1.36.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.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-graphics/wayland/wayland-protocols_1.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-graphics/wayland/wayland-protocols_1.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-graphics/wayland/wayland-protocols_1.36.bb:0)\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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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/wayland-protocols_1.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-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/fdisk/gptfdisk_1.0.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.10.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-multimedia/webp/libwebp_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-core/systemd/systemd-boot_255.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/systemd/systemd-boot_255.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/wayland/wayland-protocols_1.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/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/wayland/wayland-protocols_1.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-multimedia/webp/libwebp_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-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-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-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-multimedia/webp/libwebp_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-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/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/gcc/gcc-runtime_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.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/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/gcc/gcc-runtime_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\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/gcc/gcc-runtime_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\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/gcc/gcc-runtime_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_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/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/gcc/gcc-runtime_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:2: including gcc-runtime.inc\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/gcc/gcc-runtime_14.1.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_14.1.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-runtime_14.1.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/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/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/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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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/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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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/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/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-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-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-graphics/wayland/wayland-protocols_1.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/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-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-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/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-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-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/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-devtools/gcc/gcc-runtime_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:273: including gcc-testsuite.inc\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-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/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-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-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/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-devtools/gcc/gcc-runtime_14.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/gcc/gcc-testsuite.inc:1)\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-support/libassuan/libassuan_2.5.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.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-support/libassuan/libassuan_2.5.7.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.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-support/libassuan/libassuan_2.5.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-support/libassuan/libassuan_2.5.7.bb:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.bb:27)\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-support/libassuan/libassuan_2.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-support/libassuan/libassuan_2.5.7.bb:27)\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/libassuan/libassuan_2.5.7.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.7.bb:27)\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-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/\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/errno_ver.diff for errno_ver.diff\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/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/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/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/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-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-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/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-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/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-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/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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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.24.4.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.24.4.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.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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.24.4.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.24.4.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.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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.24.4.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-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/cmake/cmake-native_3.29.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.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/perl-rdepends.txt for perl-rdepends.txt\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/cmake/cmake-native_3.29.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:1: including cmake.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/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/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/cmake/cmake-native_3.29.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/cmake/cmake-native_3.29.3.bb:2)\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/cmake/cmake-native_3.29.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/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/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/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/gcc/gcc-runtime_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/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/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/cmake/cmake-native_3.29.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/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/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-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/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/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/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/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-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 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/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-support/libassuan/libassuan_2.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-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-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-devtools/fdisk/gptfdisk_1.0.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-devtools/fdisk/gptfdisk_1.0.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fdisk/gptfdisk_1.0.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/fdisk/gptfdisk_1.0.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-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-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-devtools/fdisk/gptfdisk_1.0.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-devtools/fdisk/gptfdisk_1.0.10.bb:0)\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-graphics/wayland/wayland-protocols_1.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/wayland/wayland-protocols_1.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-sphinxcontrib-htmlhelp_2.0.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.0.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.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-htmlhelp_2.0.5.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.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-htmlhelp_2.0.5.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.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-htmlhelp_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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_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-devtools/python/python3-sphinxcontrib-htmlhelp_2.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-htmlhelp_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/classes-recipe/setuptools3-base.bbclass:30)\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-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-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/cmake/cmake-native_3.29.3.bb: Searching for OEToolchainConfig.cmake in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.29.3/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.29.3/\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.29.3/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.29.3/\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-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/cmake/cmake-native_3.29.3.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/cmake/cmake-native_3.29.3.bb: Searching for environment.d-cmake.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.29.3/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.29.3/\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.29.3/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.29.3/\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.29.3.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.29.3.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.29.3/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.29.3/\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.29.3/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.29.3/\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.29.3.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-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)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.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.29.3/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.29.3/\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.29.3/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.29.3/\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.29.3.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-gnome/gobject-introspection/gobject-introspection_1.80.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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/gobject-introspection/gobject-introspection_1.80.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.80.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.80.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/gobject-introspection/gobject-introspection_1.80.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-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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-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/libassuan/libassuan_2.5.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/libassuan/libassuan_2.5.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.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/libassuan/libassuan_2.5.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/build-st-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-test_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-test_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.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/libassuan/libassuan_2.5.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.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/gcc/gcc-runtime_14.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.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-gnome/gobject-introspection/gobject-introspection_1.80.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-attrs_23.2.0.bb: Searching for 0001-test_funcs-skip-test_unknown-for-pytest-8.patch 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/0001-test_funcs-skip-test_unknown-for-pytest-8.patch for 0001-test_funcs-skip-test_unknown-for-pytest-8.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Searching for 0001-conftest.py-disable-deadline.patch 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/0001-conftest.py-disable-deadline.patch for 0001-conftest.py-disable-deadline.patch\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-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-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-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-devtools/gcc/gcc-runtime_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-attrs_23.2.0.bb: Searching for 0001-test_funcs-skip-test_unknown-for-pytest-8.patch 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/0001-test_funcs-skip-test_unknown-for-pytest-8.patch for 0001-test_funcs-skip-test_unknown-for-pytest-8.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Searching for 0001-conftest.py-disable-deadline.patch 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/0001-conftest.py-disable-deadline.patch for 0001-conftest.py-disable-deadline.patch\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-devtools/python/python3-attrs_23.2.0.bb: Searching for 0001-test_funcs-skip-test_unknown-for-pytest-8.patch 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-devtools/python/python3-attrs_23.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/0001-test_funcs-skip-test_unknown-for-pytest-8.patch for 0001-test_funcs-skip-test_unknown-for-pytest-8.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb: Searching for 0001-conftest.py-disable-deadline.patch 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-devtools/python/python3-attrs_23.2.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs/0001-conftest.py-disable-deadline.patch for 0001-conftest.py-disable-deadline.patch\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-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/python/python3-sphinxcontrib-htmlhelp_2.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-htmlhelp_2.0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.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-sphinxcontrib-htmlhelp_2.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-ruamel-yaml_0.18.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-htmlhelp_2.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-htmlhelp_2.0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.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-ruamel-yaml_0.18.6.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.6.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.18.6.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.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/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.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/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.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-ruamel-yaml_0.18.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-ruamel-yaml_0.18.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/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb: Searching for 0001-include-Makefile-install-systemd.h-by-default.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup-3.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup-3.1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup-3.1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup-3.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup-3.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup_3.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libcgroup/libcgroup/0001-include-Makefile-install-systemd.h-by-default.patch for 0001-include-Makefile-install-systemd.h-by-default.patch\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/fdisk/gptfdisk_1.0.10.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.10/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.10/\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.10/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.10/\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.10.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-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-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-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-devtools/fdisk/gptfdisk_1.0.10.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.10/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.10/\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.10/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.10/\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.10.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-support/libassuan/libassuan_2.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-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-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/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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/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-gnome/gobject-introspection/gobject-introspection_1.80.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/fdisk/gptfdisk_1.0.10.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.10/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.10/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.10/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.10/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.10/\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.10.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/python/python3-trove-classifiers_2024.5.22.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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.5.22.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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.5.22.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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-trove-classifiers_2024.5.22.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-trove-classifiers_2024.5.22.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (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-trove-classifiers_2024.5.22.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-trove-classifiers_2024.5.22.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-trove-classifiers_2024.5.22.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.5.22.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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/curl/curl_8.8.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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/curl/curl_8.8.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.8.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.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/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.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-support/curl/curl_8.8.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.0.bb:23)\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-support/curl/curl_8.8.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.8.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.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/recipes-support/curl/curl_8.8.0.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.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/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-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-support/curl/curl_8.8.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.8.0.bb:150)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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-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-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-devtools/gcc/gcc-runtime_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-gnome/gobject-introspection/gobject-introspection_1.80.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-runtime_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-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-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-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-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-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-devtools/python/python3-ruamel-yaml_0.18.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-ruamel-yaml_0.18.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-ruamel-yaml_0.18.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/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-devtools/python/python3-ruamel-yaml_0.18.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-ruamel-yaml_0.18.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-ruamel-yaml_0.18.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.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/libassuan/libassuan_2.5.7.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.7/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.7/\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.7/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.7/\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.7.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.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/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-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/meta/recipes-support/libassuan/libassuan_2.5.7.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.7/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.7/\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.7/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.7/\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.7.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.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_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-gnome/gobject-introspection/gobject-introspection_1.80.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_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-gnome/gobject-introspection/gobject-introspection_1.80.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_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_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-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/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-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-support/libassuan/libassuan_2.5.7.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.7/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.7/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.7/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.7/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.7/\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.7.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-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-support/libassuan/libassuan_2.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/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-graphics/libva/libva_2.20.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libva/libva_2.20.0.bb:17)\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-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-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-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-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.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.80.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.80.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-gnome/gobject-introspection/gobject-introspection_1.80.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-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-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-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-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-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/python/python3-trove-classifiers_2024.5.22.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.5.22.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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.5.22.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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: SITE files ['endian-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.5.22.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.5.22.bb:0)\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-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-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-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-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-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-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-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-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-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-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-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-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-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/curl/curl_8.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-support/curl/curl_8.8.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.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-support/curl/curl_8.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/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-support/curl/curl_8.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-support/curl/curl_8.8.0.bb:0)\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-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-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-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-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/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/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-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-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-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-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-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-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/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-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-support/curl/curl_8.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-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-devtools/python/python3-mako_1.3.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb\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-devtools/python/python3-mako_1.3.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-mako_1.3.5.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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-mako_1.3.5.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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-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-devtools/python/python3-mako_1.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/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.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-devtools/python/python3-mako_1.3.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-mako_1.3.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-devtools/python/python3-mako_1.3.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-devtools/python/python3-mako_1.3.5.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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/kmod/kmod_32.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_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/autotools.bbclass:31)\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-kernel/kmod/kmod_32.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_32.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_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/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_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-kernel/kmod/kmod_32.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_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/gtk-doc.bbclass:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.bb:16)\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/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-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-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-kernel/kmod/kmod_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/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/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/curl/curl_8.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-trove-classifiers_2024.5.22.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.5.22/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.5.22/\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.5.22/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.5.22/\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.5.22.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-connectivity/ofono/ofono_2.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_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-connectivity/ofono/ofono_2.8.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_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-connectivity/ofono/ofono_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-connectivity/ofono/ofono_2.8.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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/ofono/ofono_2.8.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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/ofono/ofono_2.8.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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/recipes-connectivity/ofono/ofono_2.8.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.5.22/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.5.22/\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.5.22/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.5.22/\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.5.22.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-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/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/python/python3-trove-classifiers_2024.5.22.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers-2024.5.22/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.5.22/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.5.22/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.5.22/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.5.22/\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.5.22.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-3496823/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb:34)\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/build-st-3496823/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/aspell/aspell_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/aspell/aspell_%.bbappend:2: including test_recipe.inc\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/build-st-3496823/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/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-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-connectivity/ofono/ofono_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/python/python3-mako_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-devtools/python/python3-mako_1.3.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_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-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-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Searching for configure-c99.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/configure-c99.patch for configure-c99.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_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-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-mako_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-devtools/python/python3-mako_1.3.5.bb:0)\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-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Searching for configure-c99.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/configure-c99.patch for configure-c99.patch\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-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/build-st-3496823/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-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-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-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Searching for configure-c99.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-core/libxcrypt/libxcrypt-compat_4.4.36.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/files/configure-c99.patch for configure-c99.patch\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-kernel/kmod/kmod_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-kernel/kmod/kmod_32.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_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-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-kernel/kmod/kmod_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-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-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-kernel/kmod/kmod_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-kernel/kmod/kmod_32.bb:0)\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-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-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-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-kernel/kmod/kmod_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-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-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-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-connectivity/openssl/openssl_3.3.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.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/multilib_header.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.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/classes-recipe/multilib_script.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.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-connectivity/openssl/openssl_3.3.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.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-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.8.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.8.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.8.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.8.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-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.1.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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-support/curl/curl_8.8.0.bb: Searching for disable-tests in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.8.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.8.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.8.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.8.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-support/curl/curl_8.8.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-connectivity/openssl/openssl_3.3.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-support/curl/curl_8.8.0.bb: Searching for no-test-timeout.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.8.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.8.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.8.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.8.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-support/curl/curl_8.8.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/no-test-timeout.patch for no-test-timeout.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.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-connectivity/ofono/ofono_2.8.bb: Searching for ofono in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono-2.8/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.8/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.8/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.8/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.8/\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.8.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.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/curl/curl_8.8.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.8.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.8.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.8.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.8.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-support/curl/curl_8.8.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-support/curl/curl_8.8.0.bb: Searching for disable-tests in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.8.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.8.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.8.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.8.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-support/curl/curl_8.8.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-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-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/curl/curl_8.8.0.bb: Searching for no-test-timeout.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.8.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.8.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.8.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.8.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-support/curl/curl_8.8.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/no-test-timeout.patch for no-test-timeout.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-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-support/curl/curl_8.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-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-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:51)\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-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-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-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-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:51)\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-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-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:51)\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-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:51)\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-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-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-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-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-support/curl/curl_8.8.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.8.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.8.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.8.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.8.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.8.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-support/curl/curl_8.8.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-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-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-support/curl/curl_8.8.0.bb: Searching for disable-tests in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.8.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.8.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.8.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.8.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.8.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-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-support/curl/curl_8.8.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-support/curl/curl_8.8.0.bb: Searching for no-test-timeout.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl-8.8.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.8.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.8.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.8.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.8.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-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-support/curl/curl_8.8.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl/no-test-timeout.patch for no-test-timeout.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.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-connectivity/openssl/openssl_3.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/build-st-3496823/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/dpkg/dpkg_1.22.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/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-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-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-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-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/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-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-kernel/kmod/kmod_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/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-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-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-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-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-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-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/dpkg/dpkg_1.22.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/dpkg/dpkg_1.22.6.bb:0)\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-devtools/dpkg/dpkg_1.22.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-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/meta/recipes-extended/procps/procps_4.0.4.bb: Searching for pidfd.patch 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/pidfd.patch for pidfd.patch\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-devtools/dpkg/dpkg_1.22.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/dpkg/dpkg_1.22.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/dpkg/dpkg_1.22.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb: Searching for depmod-search.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-32/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-32/\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-32/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-32/\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-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-kernel/kmod/kmod_32.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-kernel/kmod/kmod_32.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-32/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-32/\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-32/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-32/\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-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-kernel/kmod/kmod_32.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-kernel/kmod/kmod_32.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-32/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-32/\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-32/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-32/\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_32.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_32.bb: Searching for gtkdocdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-32/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-32/\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-32/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-32/\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_32.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-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-kernel/kmod/kmod_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/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-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/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-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-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-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-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-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-kernel/kmod/kmod_32.bb: Searching for depmod-search.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-32/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-32/\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-32/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-32/\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/python/python3-more-itertools_10.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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-kernel/kmod/kmod_32.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-32/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-32/\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-32/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-32/\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_32.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/python/python3-more-itertools_10.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-more-itertools_10.3.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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-32/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-32/\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-32/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-32/\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_32.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/python/python3-more-itertools_10.3.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.3.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb: Searching for gtkdocdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-32/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-32/\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-32/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-32/\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_32.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/python/python3-more-itertools_10.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_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_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/python/python3-more-itertools_10.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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb: Searching for stdc-predef.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20240517-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-20240517-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-20240517-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-20240517-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/python/python3-more-itertools_10.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/libedit/libedit_20240517-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/python/python3-more-itertools_10.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_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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-more-itertools_10.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-more-itertools_10.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-more-itertools_10.3.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.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/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/python/python3-more-itertools_10.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_32.bb: Searching for depmod-search.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-32/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-32/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-32/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-32/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-32/\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_32.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-kernel/kmod/kmod_32.bb: Searching for avoid_parallel_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-32/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-32/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-32/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-32/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-32/\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/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-kernel/kmod/kmod_32.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-kernel/kmod/kmod_32.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-32/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-32/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-32/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-32/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-32/\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_32.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_32.bb: Searching for gtkdocdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod-32/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-32/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-32/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-32/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-32/\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_32.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/libedit/libedit_20240517-3.1.bb: Searching for stdc-predef.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20240517-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-20240517-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-20240517-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-20240517-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/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-kernel/kmod/kmod_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_20240517-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_20240517-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/ghostscript/ghostscript_10.03.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.03.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.03.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.03.1.bb:51)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.03.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/libedit/libedit_20240517-3.1.bb: Searching for stdc-predef.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit-20240517-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-20240517-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-20240517-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-20240517-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-20240517-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_20240517-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/ghostscript/ghostscript_10.03.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/libedit/libedit_20240517-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/ghostscript/ghostscript_10.03.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.03.1.bb:51)\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-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-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/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-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-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/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/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/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/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/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/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/debianutils/debianutils_5.19.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.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/debianutils/debianutils_5.19.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.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-support/debianutils/debianutils_5.19.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.19.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.03.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-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/dpkg/dpkg_1.22.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/debianutils/debianutils_5.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/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-devtools/python/python3-more-itertools_10.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-more-itertools_10.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-more-itertools_10.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-more-itertools_10.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-more-itertools_10.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript_10.03.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.03.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.03.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.03.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.03.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.03.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.03.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.03.1.bb: Searching for avoid-host-contamination.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ghostscript/ghostscript-10.03.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.03.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.03.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.03.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.03.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.03.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.03.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-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/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-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-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-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-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-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-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-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/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-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-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-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-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/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-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-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-support/debianutils/debianutils_5.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/debianutils/debianutils_5.19.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.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-support/debianutils/debianutils_5.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-devtools/dpkg/dpkg_1.22.6.bb: Searching for noman.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.6.bb: Searching for arch_pm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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-devtools/dpkg/dpkg_1.22.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.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/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-devtools/dpkg/dpkg_1.22.6.bb: Searching for noman.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.6.bb: Searching for arch_pm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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-support/debianutils/debianutils_5.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/dpkg/dpkg_1.22.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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-devtools/dpkg/dpkg_1.22.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.6.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.6/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.6/\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.6/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.6/\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.6.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.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/dpkg/dpkg_1.22.6.bb: Searching for noman.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.6/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.6/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.6/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.6/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.6/\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.6.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.6.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.6/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.6/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.6/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.6/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.6/\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.6.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.6.bb: Searching for arch_pm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg-1.22.6/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.6/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.6/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.6/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.6/\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.6.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.6.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.6/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.6/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.6/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.6/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.6/\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.6.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.6.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.6/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.6/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.6/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.6/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.6/\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.6.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.6.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.6/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.6/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.6/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.6/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.6/\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.6.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.6.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.6/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.6/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.6/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.6/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.6/\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.6.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.6.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.6/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.6/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.6/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.6/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.6/\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.6.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-devtools/dpkg/dpkg_1.22.6.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.6/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.6/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.6/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.6/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.6/\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.6.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.6.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.6/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.6/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.6/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.6/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.6/\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.6.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.6.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.6/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.6/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.6/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.6/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.6/\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.6.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.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/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:21)\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:21)\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/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/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/meta/recipes-support/debianutils/debianutils_5.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/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-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/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-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-support/debianutils/debianutils_5.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/libsolv/libsolv_0.7.29.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29.bb:21)\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-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/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-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-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-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-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-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-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/python/python3-more-itertools_10.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.3.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.3.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.3.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.3.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.3.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-more-itertools_10.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.3.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.3.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.3.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.3.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.3.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-more-itertools_10.3.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools-10.3.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.3.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.3.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.3.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.3.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.3.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-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-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:25)\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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:25)\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:25)\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/meta-toolchain.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-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-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-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-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/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/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-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/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-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/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-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-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-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/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:1: including xorg-app-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.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-graphics/xorg-app/xorg-app-common.inc:14)\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-graphics/xorg-app/xkbcomp_1.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-sphinxcontrib-qthelp_1.0.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_1.0.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.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-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.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-app/xorg-app-common.inc:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_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-qthelp_1.0.7.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_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-qthelp_1.0.7.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_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-devtools/python/python3-sphinxcontrib-qthelp_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-devtools/python/python3-sphinxcontrib-qthelp_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-qthelp_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-qthelp_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/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-graphics/xorg-app/xkbcomp_1.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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-devtools/qemu/qemu-native_9.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:5: including qemu-native.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.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-devtools/qemu/qemu-native_9.0.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-native_9.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/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.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-native_9.0.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-native_9.0.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-native_9.0.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-native_9.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/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.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/qemu/qemu-native_9.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/qemu/qemu-native.inc:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.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/qemu/qemu-native_9.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/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-graphics/xorg-app/xkbcomp_1.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-graphics/xorg-app/xkbcomp_1.4.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.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-app/xkbcomp_1.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-sphinxcontrib-qthelp_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-qthelp_1.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-qthelp_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-devtools/python/python3-sphinxcontrib-qthelp_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-devtools/python/python3-sphinxcontrib-qthelp_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-qthelp_1.0.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.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/qemu/qemu-native_9.0.0.bb: Searching for powerpc_rom.bin in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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-native_9.0.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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-native_9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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_9.0.0.bb: Searching for 0002-apic-fixup-fallthrough-to-PIC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch for 0002-apic-fixup-fallthrough-to-PIC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb: Searching for 0003-configure-Add-pkg-config-handling-for-libgcrypt.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0003-configure-Add-pkg-config-handling-for-libgcrypt.patch for 0003-configure-Add-pkg-config-handling-for-libgcrypt.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb: Searching for 0004-qemu-Do-not-include-file-if-not-exists.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch for 0004-qemu-Do-not-include-file-if-not-exists.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb: Searching for 0005-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-9.0.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-9.0.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-9.0.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-9.0.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-app/xkbcomp_1.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/qemu/qemu-native_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch for 0005-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_9.0.0.bb: Searching for 0006-qemu-Determinism-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch for 0006-qemu-Determinism-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb: Searching for 0007-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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch for 0007-tests-meson.build-use-relative-path-to-refer-to-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb: Searching for 0008-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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch for 0008-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_9.0.0.bb: Searching for 0009-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-9.0.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-9.0.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-9.0.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-9.0.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-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/qemu/qemu-native_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch for 0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb: Searching for 0010-configure-lookup-meson-exutable-from-PATH.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-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/qemu/qemu-native_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch for 0010-configure-lookup-meson-exutable-from-PATH.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb: Searching for 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch for 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb: Searching for qemu-guest-agent.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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-native_9.0.0.bb: Searching for qemu-guest-agent.udev in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-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/qemu/qemu-native_9.0.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-graphics/xorg-app/xkbcomp_1.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-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-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-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-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/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-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-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:51)\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:20)\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-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-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-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:51)\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-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:51)\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:51)\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/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:20)\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-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-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-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-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-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/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-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/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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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/gdb/gdb_14.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:1: including gdb-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_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-devtools/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_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-devtools/gdb/gdb_14.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/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_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-devtools/gdb/gdb_14.2.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_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-devtools/gdb/gdb_14.2.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:12: including gdb.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_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/recipes-devtools/gdb/gdb_14.2.bb:14)\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-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-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-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-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-devtools/gdb/gdb_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-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/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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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/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/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/xorg-lib/xcb-util-errors_1.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb:1: including recipes-graphics/xorg-lib/xcb-util.inc\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-graphics/xorg-lib/xcb-util-errors_1.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/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb\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-graphics/xorg-lib/xcb-util-errors_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/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.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-devtools/vala/vala_0.56.17.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-errors_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/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.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/xcb-util-errors_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/xorg-lib/xcb-util.inc:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.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-devtools/vala/vala_0.56.17.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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_0.56.17.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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_0.56.17.bb:55)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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/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-lib/xcb-util-errors_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/vala/vala_0.56.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/gdb/gdb_14.2.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.2/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.2/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.2/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.2/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.2/\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_14.2.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_14.2.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.2/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.2/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.2/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.2/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.2/\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_14.2.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_14.2.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.2/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.2/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.2/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.2/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.2/\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_14.2.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_14.2.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.2/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.2/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.2/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.2/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.2/\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_14.2.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_14.2.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.2/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.2/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.2/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.2/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.2/\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_14.2.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-core/systemd/systemd-boot-native_255.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_255.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2/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.2/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.2/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.2/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.2/\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_14.2.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-core/systemd/systemd-boot-native_255.6.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_255.6.bb:1: including systemd.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2/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.2/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.2/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.2/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.2/\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_14.2.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-core/systemd/systemd-boot-native_255.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-core/systemd/systemd-boot-native_255.6.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/systemd/systemd-boot-native_255.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/gdb/gdb_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/systemd/systemd-boot-native_255.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-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/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/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-extended/findutils/findutils_4.10.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:1: including findutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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:13)\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-extended/findutils/findutils_4.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/autotools.bbclass:31)\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/findutils/findutils_4.10.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:13)\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-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/findutils/findutils_4.10.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:13)\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-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-extended/findutils/findutils_4.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-extended/findutils/findutils.inc:13)\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-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-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-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/findutils/findutils_4.10.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:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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/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/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/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/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-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/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-support/gnutls/gnutls_3.8.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/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/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-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/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:31)\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/gnutls/gnutls_3.8.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/findutils/findutils_4.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-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-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-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util-errors_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/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:31)\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/vala.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/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.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-gnome/epiphany/epiphany_46.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_46.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_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-gnome/epiphany/epiphany_46.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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-gnome/epiphany/epiphany_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-gnome/epiphany/epiphany_46.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/epiphany/epiphany_46.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_46.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/epiphany/epiphany_46.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_46.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/epiphany/epiphany_46.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_46.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/epiphany/epiphany_46.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_46.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/epiphany/epiphany_46.0.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.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/vala/vala_0.56.17.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_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-gnome/epiphany/epiphany_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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.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/epiphany/epiphany_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-gnome/epiphany/epiphany_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-gnome/epiphany/epiphany_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/vala/vala_0.56.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/epiphany/epiphany_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-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-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-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-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-support/gnutls/gnutls_3.8.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.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/epiphany/epiphany_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/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/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/vala/vala_0.56.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/findutils/findutils_4.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-extended/findutils/findutils_4.10.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.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/vala/vala_0.56.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/findutils/findutils_4.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-extended/findutils/findutils_4.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-extended/findutils/findutils_4.10.0.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-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-gnome/gtk+/gtk+3_3.24.42.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:1: including gtk+3.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.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.42.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (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.42.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.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/meson-routines.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.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.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-gnome/gtk+/gtk+3.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.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-gnome/gtk+/gtk+3.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.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-gnome/gtk+/gtk+3_3.24.42.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-gnome/gtk+/gtk+3_3.24.42.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/epiphany/epiphany_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-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-gnome/gtk+/gtk+3_3.24.42.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/epiphany/epiphany_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-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-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-extended/findutils/findutils_4.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-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-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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-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-support/gnutls/gnutls_3.8.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-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-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:52)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:0)\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-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-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:52)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany_46.0.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-46.0/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-46.0/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-46.0/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-46.0/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-46.0/\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-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-gnome/epiphany/epiphany_46.0.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-gnome/epiphany/epiphany_46.0.bb: Searching for migrator.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-46.0/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-46.0/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-46.0/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-46.0/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-46.0/\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-gnome/epiphany/epiphany_46.0.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-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-gnome/epiphany/epiphany_46.0.bb: Searching for distributor.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/epiphany/epiphany-46.0/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-46.0/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-46.0/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-46.0/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-46.0/\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-gnome/epiphany/epiphany_46.0.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-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/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-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-gnome/gtk+/gtk+3_3.24.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-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-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-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-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-devtools/python/python3-mako_1.3.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako-1.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/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-mako-1.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/\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-mako-1.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/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-mako-1.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/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/siteinfo.bbclass (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 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-devtools/python/python3-mako_1.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/run-ptest for run-ptest\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-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-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-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-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/gnutls/gnutls_3.8.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/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-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/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-mako_1.3.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako-1.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/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-mako-1.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/\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-mako-1.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/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-mako-1.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/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-devtools/python/python3-mako_1.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/run-ptest for run-ptest\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-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/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-graphics/xorg-lib/libx11_1.8.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako-1.3.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/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-mako-1.3.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/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-mako-1.3.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/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-mako-1.3.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/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-mako-1.3.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/\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-mako_1.3.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:7: including xorg-lib-common.inc\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-lib/libx11_1.8.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-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.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/xorg-lib/libx11_1.8.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-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.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-lib/xorg-lib-common.inc:15)\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-graphics/xorg-lib/libx11_1.8.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-graphics/xorg-lib/libx11_1.8.9.bb:29)\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-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_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/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-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-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-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-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/findutils/findutils_4.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-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/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-gnome/libxmlb/libxmlb_0.3.19.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.19.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.19.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.19.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.19.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/libxmlb/libxmlb_0.3.19.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (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/libxmlb/libxmlb_0.3.19.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/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-gnome/libxmlb/libxmlb_0.3.19.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.19.bb:16)\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/libxmlb/libxmlb_0.3.19.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-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/libxmlb/libxmlb_0.3.19.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/libxmlb/libxmlb_0.3.19.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.19.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.19.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/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-gnome/libxmlb/libxmlb_0.3.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/meson-routines.bbclass:7)\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-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-graphics/xorg-lib/libx11_1.8.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-gnome/libxmlb/libxmlb_0.3.19.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.19.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.19.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.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-gnome/libxmlb/libxmlb_0.3.19.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.19.bb:16)\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-support/gnutls/gnutls_3.8.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+/gtk+3_3.24.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-gnome/gtk+/gtk+3_3.24.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-gnome/libxmlb/libxmlb_0.3.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/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/build-st-3496823/meta-selftest/recipes-test/selftest-users/dcreategroup.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/dcreategroup.bb\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-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-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/build-st-3496823/meta-selftest/recipes-test/selftest-users/dcreategroup.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/dcreategroup.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/dcreategroup.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/build-st-3496823/meta-selftest/recipes-test/selftest-users/dcreategroup.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/dcreategroup.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.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-gnome/gtk+/gtk+3_3.24.42.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.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/go/go-cross_1.22.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:1: including go-cross.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.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/go/go-cross_1.22.4.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-connectivity/openssl/openssl_3.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-connectivity/openssl/openssl_3.3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.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-gnome/gtk+/gtk+3_3.24.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-gnome/gtk+/gtk+3_3.24.42.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.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/cross.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.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-connectivity/openssl/openssl_3.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-connectivity/openssl/openssl_3.3.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.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/cross.bbclass:95)\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-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-devtools/go/go-cross_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:2: including go-1.22.4.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-common.inc\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/go/go-cross_1.22.4.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-connectivity/libpcap/libpcap_1.10.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-connectivity/libpcap/libpcap_1.10.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.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-extended/findutils/findutils_4.10.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.10.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.10.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.10.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.10.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.10.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.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-connectivity/openssl/openssl_3.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/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-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/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-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-extended/findutils/findutils_4.10.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.10.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.10.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.10.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.10.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-graphics/xorg-lib/libx11_1.8.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-graphics/xorg-lib/libx11_1.8.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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.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-graphics/xorg-lib/libx11_1.8.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-graphics/xorg-lib/libx11_1.8.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/libx11_1.8.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-graphics/xorg-lib/libx11_1.8.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils-4.10.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.10.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.10.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.10.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.10.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.10.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.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-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-multimedia/alsa/alsa-plugins_1.2.12.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.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-gnome/libxmlb/libxmlb_0.3.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-multimedia/alsa/alsa-plugins_1.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-multimedia/alsa/alsa-plugins_1.2.12.bb:30)\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-multimedia/alsa/alsa-plugins_1.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-graphics/xorg-lib/libxkbfile_1.1.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.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-multimedia/alsa/alsa-plugins_1.2.12.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:6: including xorg-lib-common.inc\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-graphics/xorg-lib/libxkbfile_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/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_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-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-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-graphics/xorg-lib/libxkbfile_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-graphics/xorg-lib/xorg-lib-common.inc:15)\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-graphics/xorg-lib/libxkbfile_1.1.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/xorg-lib/xorg-lib-common.inc:15)\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-graphics/xorg-lib/libx11_1.8.9.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-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.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-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-gnome/gtk+/gtk+3_3.24.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/gnutls/gnutls_3.8.5.bb: Searching for arm_eabi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/\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.5/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.5/\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.5.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-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-support/gnutls/gnutls_3.8.5.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.5/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.5/\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.5/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.5/\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.5.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-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-support/gnutls/gnutls_3.8.5.bb: Searching for 0001-Fix-RSAES-PKCS1-v1_5-system-wide-configuration.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/\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.5/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.5/\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.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/0001-Fix-RSAES-PKCS1-v1_5-system-wide-configuration.patch for 0001-Fix-RSAES-PKCS1-v1_5-system-wide-configuration.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/\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.5/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.5/\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.5.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-support/gnutls/gnutls_3.8.5.bb: Searching for Add-ptest-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/\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.5/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.5/\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.5.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-support/gnutls/gnutls_3.8.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/libxmlb/libxmlb_0.3.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-gnome/libxmlb/libxmlb_0.3.19.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb_0.3.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-gnome/libxmlb/libxmlb_0.3.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-support/gnutls/gnutls_3.8.5.bb: Searching for arm_eabi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/\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.5/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.5/\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.5.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-support/gnutls/gnutls_3.8.5.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.5/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.5/\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.5/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.5/\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.5.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.5.bb: Searching for 0001-Fix-RSAES-PKCS1-v1_5-system-wide-configuration.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/\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.5/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.5/\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.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/0001-Fix-RSAES-PKCS1-v1_5-system-wide-configuration.patch for 0001-Fix-RSAES-PKCS1-v1_5-system-wide-configuration.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/\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.5/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.5/\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.5.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-support/gnutls/gnutls_3.8.5.bb: Searching for Add-ptest-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/\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.5/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.5/\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.5.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-support/gnutls/gnutls_3.8.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/alsa/alsa-plugins_1.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/xorg-lib/libxkbfile_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-devtools/go/go-cross_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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-support/gnutls/gnutls_3.8.5.bb: Searching for arm_eabi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/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.5/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.5/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.5/\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/go/go-cross_1.22.4.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/libadwaita/libadwaita_1.5.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.5.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/go/go-cross_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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-support/gnutls/gnutls_3.8.5.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.5/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.5/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.5/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.5/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.5/\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/go/go-cross_1.22.4.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-support/gnutls/gnutls_3.8.5.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-connectivity/openssl/openssl_3.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/go/go-cross_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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/libadwaita/libadwaita_1.5.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/libadwaita/libadwaita_1.5.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: Searching for 0001-Fix-RSAES-PKCS1-v1_5-system-wide-configuration.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/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.5/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.5/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.5/\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/go/go-cross_1.22.4.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-support/gnutls/gnutls_3.8.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls/0001-Fix-RSAES-PKCS1-v1_5-system-wide-configuration.patch for 0001-Fix-RSAES-PKCS1-v1_5-system-wide-configuration.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libadwaita/libadwaita_1.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/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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-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-gnome/gtk+/gtk+3_3.24.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/gnutls/gnutls_3.8.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/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.5/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.5/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.5/\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/go/go-cross_1.22.4.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-gnome/libadwaita/libadwaita_1.5.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/libadwaita/libadwaita_1.5.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/go/go-cross_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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/libadwaita/libadwaita_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/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: Searching for Add-ptest-support.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls-3.8.5/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.5/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.5/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.5/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.5/\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/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/go/go-cross_1.22.4.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-support/gnutls/gnutls_3.8.5.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-gnome/libadwaita/libadwaita_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-devtools/go/go-cross_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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/libadwaita/libadwaita_1.5.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/go/go-cross_1.22.4.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-support/gnutls/gnutls_3.8.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/libxmlb/libxmlb_0.3.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/go/go-cross_1.22.4.bb: Searching for 0007-exec.go-filter-out-build-specific-paths-from-linker-.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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/libadwaita/libadwaita_1.5.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/libadwaita/libadwaita_1.5.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-filter-out-build-specific-paths-from-linker-.patch for 0007-exec.go-filter-out-build-specific-paths-from-linker-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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/libadwaita/libadwaita_1.5.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/libadwaita/libadwaita_1.5.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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-gnome/libadwaita/libadwaita_1.5.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/libadwaita/libadwaita_1.5.1.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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-gnome/libadwaita/libadwaita_1.5.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/libadwaita/libadwaita_1.5.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/libadwaita/libadwaita_1.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/meson-routines.bbclass:7)\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-gnome/libadwaita/libadwaita_1.5.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-networking/glib-networking_2.78.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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-core/glib-networking/glib-networking_2.78.1.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb:1: including gdb-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.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/classes-recipe/gnomebase.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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/glib-networking/glib-networking_2.78.1.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_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-devtools/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.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-core/glib-networking/glib-networking_2.78.1.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_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-core/glib-networking/glib-networking_2.78.1.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.1.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.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/gio-module-cache.bbclass:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.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/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meta/recipes-core/glib-networking/glib-networking_2.78.1.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/gdb/gdb-cross-canadian_14.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb:2: including gdb-cross-canadian.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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/gdb/gdb-cross-canadian_14.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/gdb/gdb-cross-canadian.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.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/classes-recipe/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.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-core/glib-networking/glib-networking_2.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-core/glib-networking/glib-networking_2.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-core/glib-networking/glib-networking_2.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-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/gdb/gdb-cross-canadian_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/recipes-devtools/gdb/gdb-cross-canadian.inc:2)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_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-devtools/gdb/gdb-cross-canadian.inc:3)\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-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-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/gdb/gdb-cross-canadian_14.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb:3: including gdb.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.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-gnome/libadwaita/libadwaita_1.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-gnome/libxmlb/libxmlb_0.3.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-gnome/libxmlb/libxmlb_0.3.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-3496823/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/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.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-canadian_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/libxmlb/libxmlb_0.3.19.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.19/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.19/\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.19/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.19/\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.19.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.19.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.19/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.19/\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.19/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.19/\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.19.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-gnome/libxmlb/libxmlb_0.3.19.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.19/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.19/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.19/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.19/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.19/\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.19.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.19.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libxmlb/libxmlb-0.3.19/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.19/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.19/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.19/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.19/\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.19.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/build-st-3496823/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-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-pc-test_1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-gnome/gtk-doc/gtk-doc_1.34.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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/gtk-doc/gtk-doc_1.34.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/xorg-lib/libxkbfile_1.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-graphics/xorg-lib/libxkbfile_1.1.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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-graphics/xorg-lib/libxkbfile_1.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-gnome/gtk-doc/gtk-doc_1.34.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/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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-lib/libxkbfile_1.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-multimedia/alsa/alsa-plugins_1.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-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-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-gnome/gtk+/gtk+3_3.24.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-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-gnome/gtk+/gtk+3_3.24.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-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/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/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-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-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-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-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-lib/libxkbfile_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-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-connectivity/openssl/openssl_3.3.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.3.1/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.3.1/\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.3.1/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.3.1/\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.3.1.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.3.1.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.3.1/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.3.1/\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.3.1/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.3.1/\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-gnome/gtk+/gtk+3_3.24.42.bb: Searching for opengl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.42/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.42/\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.42/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.42/\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-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-connectivity/openssl/openssl_3.3.1.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-gnome/gtk+/gtk+3_3.24.42.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-connectivity/openssl/openssl_3.3.1.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.3.1/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.3.1/\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.3.1/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.3.1/\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/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-connectivity/openssl/openssl_3.3.1.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.3.1.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.3.1/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.3.1/\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.3.1/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.3.1/\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-gnome/gtk-doc/gtk-doc_1.34.0.bb: 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.3.1.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.3.1.bb: Searching for environment.d-openssl.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.3.1/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.3.1/\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.3.1/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.3.1/\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/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-connectivity/openssl/openssl_3.3.1.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-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-gnome/libadwaita/libadwaita_1.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-gnome/libadwaita/libadwaita_1.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-gnome/gtk+/gtk+3_3.24.42.bb: Searching for opengl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.42/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.42/\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.42/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.42/\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.42.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-connectivity/openssl/openssl_3.3.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.3.1/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.3.1/\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.3.1/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.3.1/\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.3.1.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.3.1.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.3.1/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.3.1/\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.3.1/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.3.1/\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.3.1.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.3.1.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.3.1/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.3.1/\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.3.1/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.3.1/\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.3.1.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.3.1.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.3.1/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.3.1/\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.3.1/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.3.1/\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.3.1.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/libx11_1.8.9.bb: Searching for disable_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.9/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.9/\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.9/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.9/\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-graphics/xorg-lib/libx11_1.8.9.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-graphics/xorg-lib/libx11_1.8.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-gnome/gtk+/gtk+3_3.24.42.bb: Searching for opengl.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3-3.24.42/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.42/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.42/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.42/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.42/\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.42.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/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-connectivity/openssl/openssl_3.3.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl-3.3.1/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.3.1/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.3.1/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.3.1/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.3.1/\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/build-st-3496823/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-core/glib-networking/glib-networking_2.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-connectivity/openssl/openssl_3.3.1.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-core/glib-networking/glib-networking_2.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-connectivity/openssl/openssl_3.3.1.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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/\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.3.1.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.3.1.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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/\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.3.1.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.3.1.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.3.1/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.3.1/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.3.1/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.3.1/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.3.1/\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.3.1.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-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-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/build-st-3496823/meta-selftest/recipes-test/container-image/container-test-image.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/container-image/container-test-image.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb: Searching for disable_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.9/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.9/\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.9/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.9/\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-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-graphics/xorg-lib/libx11_1.8.9.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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/container-image/container-test-image.bb:8)\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-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/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/xorg-lib/libx11_1.8.9.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-3496823/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/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-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-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-devtools/gdb/gdb-cross-canadian_14.2.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.2/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.2/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.2/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.2/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.2/\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/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/gdb/gdb-cross-canadian_14.2.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/build-st-3496823/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/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.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.2/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.2/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.2/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.2/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.2/\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-canadian_14.2.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-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/build-st-3496823/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/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.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.2/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.2/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.2/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.2/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.2/\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/build-st-3496823/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-devtools/gdb/gdb-cross-canadian_14.2.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-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/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-devtools/gdb/gdb-cross-canadian_14.2.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.2/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.2/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.2/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.2/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.2/\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-graphics/xorg-lib/libx11_1.8.9.bb: Searching for disable_tests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11-1.8.9/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.9/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.9/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.9/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.9/\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/gdb/gdb-cross-canadian_14.2.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-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-graphics/xorg-lib/libx11_1.8.9.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-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-devtools/gdb/gdb-cross-canadian_14.2.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.2/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.2/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.2/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.2/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.2/\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-canadian_14.2.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-graphics/xorg-lib/libx11_1.8.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/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-devtools/gdb/gdb-cross-canadian_14.2.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.2/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.2/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.2/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.2/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.2/\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-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-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-devtools/gdb/gdb-cross-canadian_14.2.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-canadian_14.2.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.2/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.2/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.2/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.2/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.2/\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/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/gdb/gdb-cross-canadian_14.2.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-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-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-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-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-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/gdb/gdb-cross-canadian_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/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-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-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/dnf/dnf_4.20.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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/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-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-core/glib-networking/glib-networking_2.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-core/glib-networking/glib-networking_2.78.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_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-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/dnf/dnf_4.20.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/dnf/dnf_4.20.0.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.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-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-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-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-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/build-st-3496823/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-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-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-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-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-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-core/glib-networking/glib-networking_2.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-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-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-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/dnf/dnf_4.20.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/dnf/dnf_4.20.0.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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/dnf/dnf_4.20.0.bb:28)\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:207)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.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/recipes-devtools/dnf/dnf_4.20.0.bb:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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-core/glib-networking/glib-networking_2.78.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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:207)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.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/dnf/dnf_4.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-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-graphics/xorg-lib/libxkbfile_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-devtools/dnf/dnf_4.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-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:698)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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/dnf/dnf_4.20.0.bb:28)\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:698)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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:269)\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/build-st-3496823/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:269)\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:814)\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-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-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-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-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:877)\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/build-st-3496823/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/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-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-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:269)\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:269)\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-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-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-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/build-st-3496823/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:487)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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:487)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/container-image/container-test-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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-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-core/glib-networking/glib-networking_2.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-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/build-st-3496823/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-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/images/core-image-full-cmdline.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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-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/build-st-3496823/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-gnome/gtk-doc/gtk-doc_1.34.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/gtk-doc/gtk-doc_1.34.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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/gtk-doc/gtk-doc_1.34.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/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-gnome/gtk-doc/gtk-doc_1.34.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/gtk-doc/gtk-doc_1.34.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/build-st-3496823/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/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-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/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/build-st-3496823/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-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-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-gnome/gtk-doc/gtk-doc_1.34.0.bb: SITE 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/relocatable.bbclass (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/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/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-core/glib-networking/glib-networking_2.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/glib-networking/glib-networking_2.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-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-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/build-st-3496823/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-3496823/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-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:176)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_6.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-psutil_6.0.0.bb\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-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-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-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-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-devtools/python/python3-psutil_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-psutil_6.0.0.bb:8)\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-devtools/python/python3-psutil_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-psutil_6.0.0.bb:8)\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-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-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-devtools/python/python3-psutil_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-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-devtools/python/python3-psutil_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-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-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-devtools/python/python3-psutil_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-core/glib-networking/glib-networking_2.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/python/python3-psutil_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-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-devtools/python/python3-psutil_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-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-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-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-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/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-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-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-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-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-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-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-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-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/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-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-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-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-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-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-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-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-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-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:48)\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/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-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/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:48)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.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/dnf/dnf_4.20.0.bb:0)\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/dnf/dnf_4.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-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/dnf/dnf_4.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-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-gnome/gtk-doc/gtk-doc_1.34.0.bb: SITE 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.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/dnf/dnf_4.20.0.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/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-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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/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-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-kernel/wireless-regdb/wireless-regdb_2024.05.08.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_2024.05.08.bb:10)\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-kernel/wireless-regdb/wireless-regdb_2024.05.08.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_2024.05.08.bb:10)\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-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/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-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-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-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-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-extended/wget/wget_1.24.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.24.5.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/relocatable.bbclass (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/wget/wget_1.24.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.24.5.bb:8: including wget.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.24.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/wget/wget.inc:12)\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-extended/wget/wget_1.24.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-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-extended/wget/wget_1.24.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/wget/wget.inc:12)\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-extended/wget/wget_1.24.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-extended/wget/wget.inc:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.24.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/wget/wget.inc:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.24.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/wget/wget.inc:12)\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-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-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/glib-networking/glib-networking_2.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-extended/wget/wget_1.24.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-networking/glib-networking_2.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/glib-networking/glib-networking_2.78.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.1/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.1/\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.1/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.1/\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.1.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.1.bb: Searching for eagain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.1/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.1/\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.1/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.1/\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.1.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-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-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-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-core/glib-networking/glib-networking_2.78.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.1/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.1/\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.1/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.1/\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-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-core/glib-networking/glib-networking_2.78.1.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-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-core/glib-networking/glib-networking_2.78.1.bb: Searching for eagain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.1/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.1/\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.1/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.1/\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-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-core/glib-networking/glib-networking_2.78.1.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-extended/bash/bash_5.2.21.bb: Searching for fix-filesubst-errexit.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-filesubst-errexit.patch for fix-filesubst-errexit.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for 0001-fix-c99.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-fix-c99.patch for 0001-fix-c99.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0/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.34.0/\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.34.0/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.34.0/\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-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-gnome/gtk-doc/gtk-doc_1.34.0.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-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0/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.34.0/\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.34.0/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.34.0/\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.34.0.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.34.0.bb: Searching for conditionaltests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.34.0/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.34.0/\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.34.0/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.34.0/\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.34.0.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.34.0.bb: Searching for no-clobber.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.34.0/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.34.0/\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.34.0/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.34.0/\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.34.0.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.34.0.bb: SITE files ['endian-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_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-psutil_6.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.1/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.1/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.1/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.1/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.1/\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-devtools/python/python3-psutil_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-kernel/wireless-regdb/wireless-regdb_2024.05.08.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_2024.05.08.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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-networking/glib-networking_2.78.1.bb: Searching for eagain.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking-2.78.1/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.1/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.1/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.1/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.1/\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.1.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-devtools/python/python3-psutil_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-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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/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-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-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-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-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-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/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-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-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/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-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-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-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-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-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-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0/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.34.0/\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.34.0/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.34.0/\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-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-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/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-gnome/gtk-doc/gtk-doc_1.34.0.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/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-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0/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.34.0/\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.34.0/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.34.0/\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-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/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-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-gnome/gtk-doc/gtk-doc_1.34.0.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-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-gnome/gtk-doc/gtk-doc_1.34.0.bb: Searching for conditionaltests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.34.0/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.34.0/\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.34.0/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.34.0/\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-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/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-gnome/gtk-doc/gtk-doc_1.34.0.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-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/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-gnome/gtk-doc/gtk-doc_1.34.0.bb: Searching for no-clobber.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.34.0/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.34.0/\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.34.0/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.34.0/\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-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-gnome/gtk-doc/gtk-doc_1.34.0.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-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-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0/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.34.0/\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.34.0/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.34.0/\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-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-gnome/gtk-doc/gtk-doc_1.34.0.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-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-gnome/gtk-doc/gtk-doc_1.34.0.bb: 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: 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: Searching for fix-filesubst-errexit.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-filesubst-errexit.patch for fix-filesubst-errexit.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb: Searching for 0001-fix-c99.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-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-extended/bash/bash_5.2.21.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash/0001-fix-c99.patch for 0001-fix-c99.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-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:23)\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-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-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:23)\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-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0/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.34.0/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.34.0/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.34.0/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.34.0/\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/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-gnome/gtk-doc/gtk-doc_1.34.0.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/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-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0/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.34.0/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.34.0/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.34.0/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.34.0/\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/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-gnome/gtk-doc/gtk-doc_1.34.0.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-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:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb: Searching for conditionaltests.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.34.0/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.34.0/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.34.0/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.34.0/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.34.0/\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/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-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-gnome/gtk-doc/gtk-doc_1.34.0.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-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:23)\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-gnome/gtk-doc/gtk-doc_1.34.0.bb: Searching for no-clobber.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc-1.34.0/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.34.0/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.34.0/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.34.0/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.34.0/\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.34.0.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.34.0.bb: 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/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-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/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-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-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-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/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-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/meta/recipes-extended/images/core-image-full-cmdline.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-extended/pam/libpam_1.6.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.6.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/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-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-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-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-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/pam/libpam_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-extended/pam/libpam_1.6.1.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_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-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-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-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/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-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-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-extended/pam/libpam_1.6.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-extended/pam/libpam_1.6.1.bb:44)\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-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-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-extended/pam/libpam_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-extended/pam/libpam_1.6.1.bb:44)\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-extended/pam/libpam_1.6.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/pam/libpam_1.6.1.bb:44)\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-extended/pam/libpam_1.6.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/pam/libpam_1.6.1.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.6.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-extended/pam/libpam_1.6.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/pam/libpam_1.6.1.bb:44)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_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-extended/pam/libpam_1.6.1.bb:176)\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-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/wget/wget_1.24.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/wget/wget_1.24.5.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-recipe/nopackages.bbclass (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/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-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-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/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-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-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-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/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-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-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-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-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-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-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-extended/wget/wget_1.24.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/pam/libpam_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-extended/pam/libpam_1.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-extended/pam/libpam_1.6.1.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-extended/pam/libpam_1.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-extended/pam/libpam_1.6.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pam/libpam_1.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-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-extended/pam/libpam_1.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-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/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/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/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-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/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/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-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/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/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/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-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-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-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-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-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-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-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/dnf/dnf_4.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.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.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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-extended/pam/libpam_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/dnf/dnf_4.20.0.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.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.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-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/dnf/dnf_4.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.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.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.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.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.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-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/dnf/dnf_4.20.0.bb: Searching for 0001-lock.py-fix-Exception-handling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-lock.py-fix-Exception-handling.patch for 0001-lock.py-fix-Exception-handling.patch\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-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-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-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/dnf/dnf_4.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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-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/dnf/dnf_4.20.0.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.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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-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/dnf/dnf_4.20.0.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.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.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.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.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.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.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.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.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/dnf/dnf_4.20.0.bb: Searching for 0001-lock.py-fix-Exception-handling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-lock.py-fix-Exception-handling.patch for 0001-lock.py-fix-Exception-handling.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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.20.0/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.20.0/\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.20.0/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.20.0/\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.20.0.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-extended/pam/libpam_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-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/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-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/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-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-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-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-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/dnf/dnf_4.20.0.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.20.0/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.20.0/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.20.0/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.20.0/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.20.0/\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-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-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-devtools/dnf/dnf_4.20.0.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-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/dnf/dnf_4.20.0.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.20.0/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.20.0/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.20.0/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.20.0/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.20.0/\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-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/dnf/dnf_4.20.0.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-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-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/dnf/dnf_4.20.0.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.20.0/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.20.0/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.20.0/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.20.0/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.20.0/\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-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-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-devtools/dnf/dnf_4.20.0.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.20.0.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.20.0/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.20.0/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.20.0/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.20.0/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.20.0/\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-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/dnf/dnf_4.20.0.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.20.0.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.20.0/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.20.0/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.20.0/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.20.0/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.20.0/\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.20.0.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.20.0.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.20.0/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.20.0/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.20.0/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.20.0/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.20.0/\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-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/dnf/dnf_4.20.0.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/dnf/dnf_4.20.0.bb: Searching for 0001-lock.py-fix-Exception-handling.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf-4.20.0/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.20.0/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.20.0/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.20.0/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.20.0/\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.20.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf/0001-lock.py-fix-Exception-handling.patch for 0001-lock.py-fix-Exception-handling.patch\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-devtools/python/python3-certifi_2024.6.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2024.6.2.bb\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-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-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-devtools/python/python3-certifi_2024.6.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-certifi_2024.6.2.bb:12)\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/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-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-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/python/python3-certifi_2024.6.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-certifi_2024.6.2.bb:12)\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-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-devtools/python/python3-certifi_2024.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/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-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-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-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/python/python3-certifi_2024.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/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-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-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-devtools/python/python3-certifi_2024.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-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-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-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-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-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/python/python3-certifi_2024.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-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-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-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/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-devtools/python/python3-certifi_2024.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-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-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-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-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-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-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-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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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-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-extended/lighttpd/lighttpd_1.4.76.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.76.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.76.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.76.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.76.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.76.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (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/lighttpd/lighttpd_1.4.76.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/wget/wget_1.24.5.bb: Searching for 0002-improve-reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.24.5/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.24.5/\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.24.5/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.24.5/\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-extended/lighttpd/lighttpd_1.4.76.bb: Inheriting /home/pokybuild/yocto-worker/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/wget/wget_1.24.5.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-extended/wget/wget_1.24.5.bb: Searching for CVE-2024-38428.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.24.5/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.24.5/\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.24.5/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.24.5/\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-extended/lighttpd/lighttpd_1.4.76.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/wget/wget_1.24.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/CVE-2024-38428.patch for CVE-2024-38428.patch\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-extended/wget/wget_1.24.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/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-extended/lighttpd/lighttpd_1.4.76.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.76.bb:41)\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-extended/lighttpd/lighttpd_1.4.76.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.76.bb:41)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.76.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.76.bb:41)\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/lighttpd/lighttpd_1.4.76.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.76.bb:41)\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-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-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-extended/wget/wget_1.24.5.bb: Searching for 0002-improve-reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.24.5/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.24.5/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.24.5/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.24.5/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.24.5/\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-extended/wget/wget_1.24.5.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-extended/wget/wget_1.24.5.bb: Searching for CVE-2024-38428.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget-1.24.5/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.24.5/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.24.5/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.24.5/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.24.5/\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-extended/wget/wget_1.24.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget/CVE-2024-38428.patch for CVE-2024-38428.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.24.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/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-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-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-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-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-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-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-extended/lighttpd/lighttpd_1.4.76.bb: SITE 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-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-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-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-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/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-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-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-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/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/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-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-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/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/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/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/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-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-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-connectivity/iw/iw_6.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb\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-connectivity/iw/iw_6.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-connectivity/iw/iw_6.9.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2024.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/python/python3-certifi_2024.6.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-certifi_2024.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-devtools/python/python3-certifi_2024.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-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-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-devtools/python/python3-certifi_2024.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/python/python3-certifi_2024.6.2.bb:0)\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-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/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-extended/lighttpd/lighttpd_1.4.76.bb: 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.76.bb: SITE 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-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-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-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.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-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-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-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-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-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-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-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-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-devtools/cmake/cmake_3.29.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.29.3.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/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_3.29.3.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.29.3.bb:1: including cmake.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.76.bb: Searching for index.html.lighttpd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.76/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.76/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.76/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.76/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.76/\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-devtools/cmake/cmake_3.29.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/cmake/cmake_3.29.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.76.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.76.bb: Searching for lighttpd.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.76/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.76/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.76/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.76/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.76/\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.76.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.76.bb: Searching for lighttpd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd-1.4.76/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.76/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.76/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.76/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.76/\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-devtools/cmake/cmake_3.29.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/cmake/cmake_3.29.3.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lighttpd/lighttpd_1.4.76.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/meta/recipes-devtools/cmake/cmake_3.29.3.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.29.3.bb:70)\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-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:269)\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:269)\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/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-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:487)\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-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-rt/images/core-image-rt.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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.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-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-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-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-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-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-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.18/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.18/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.18/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.18/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.18/\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-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-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.18/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.18/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.18/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.18/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.18/\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-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-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-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.18/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.18/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.18/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.18/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.18/\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-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-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.18/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.18/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.18/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.18/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.18/\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-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-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/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-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-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-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-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-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-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/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-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/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-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-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-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-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/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/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-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-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-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-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/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/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-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-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-connectivity/iw/iw_6.9.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.9/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.9/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.9/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.9/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.9/\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-connectivity/iw/iw_6.9.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-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-connectivity/iw/iw_6.9.bb: Searching for separate-objdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw-6.9/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.9/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.9/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.9/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.9/\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-connectivity/iw/iw_6.9.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-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-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/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-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/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/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-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/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-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-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/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-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-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-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-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-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-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-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-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/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-extended/libsolv/libsolv_0.7.29.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.29.bb:0)\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-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-extended/libsolv/libsolv_0.7.29.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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/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-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-extended/libsolv/libsolv_0.7.29.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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.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-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-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-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-extended/libsolv/libsolv_0.7.29.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.29.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/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-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:269)\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-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:269)\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-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-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-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-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:487)\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/create-spdx-image-3.0.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-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-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-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/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-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-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-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/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-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-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-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-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-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-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:11)\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-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-devtools/cmake/cmake_3.29.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/cmake/cmake_3.29.3.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-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/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-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-graphics/xorg-lib/libxmu_1.2.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb\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/libxmu_1.2.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:10: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_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/libxmu_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-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-graphics/xorg-lib/libxmu_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/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-lib/libxmu_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-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-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/build-st-3496823/meta-selftest/recipes-test/selftest-users/bcreategroup.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/bcreategroup.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/bcreategroup.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/bcreategroup.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/bcreategroup.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/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-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-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/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/build-st-3496823/meta-selftest/recipes-test/selftest-users/bcreategroup.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/bcreategroup.bb:15)\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-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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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/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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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.24.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-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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-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.24.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/libusb/libusb1_1.0.27.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.27.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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/libusb/libusb1_1.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/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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-graphics/xorg-lib/libxmu_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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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-support/libusb/libusb1_1.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-support/libusb/libusb1_1.0.27.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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-support/libusb/libusb1_1.0.27.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.27.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/gstreamer/gstreamer1.0-plugins-good_1.24.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/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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-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.24.4.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-support/libusb/libusb1_1.0.27.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.27.bb:26)\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-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-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/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-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/libusb/libusb1_1.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/gstreamer/gstreamer1.0-plugins-good_1.24.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: 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-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/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-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/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/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-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-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-devtools/cmake/cmake_3.29.3.bb: Searching for OEToolchainConfig.cmake in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.29.3/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.29.3/\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.29.3/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.29.3/\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.29.3.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/cmake/cmake_3.29.3.bb: Searching for SDKToolchainConfig.cmake.template in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.29.3/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.29.3/\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.29.3/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.29.3/\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.29.3.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/cmake/cmake_3.29.3.bb: Searching for cmake-setup.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.29.3/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.29.3/\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.29.3/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.29.3/\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.29.3.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/cmake/cmake_3.29.3.bb: Searching for environment.d-cmake.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-3.29.3/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.29.3/\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.29.3/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.29.3/\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.29.3.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-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-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-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-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-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-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-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-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-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-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-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-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-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-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/xorg-lib/libxmu_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/libxmu_1.2.1.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-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:76)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_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-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/tcltk/tcl_8.6.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-devtools/tcltk/tcl_8.6.14.bb:38)\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/tcltk/tcl_8.6.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-graphics/xorg-lib/libxmu_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-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-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/tcltk/tcl_8.6.14.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.14.bb:38)\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/tcltk/tcl_8.6.14.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/tcltk/tcl_8.6.14.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.14.bb:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.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-multimedia/gstreamer/gst-devtools_1.24.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.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-multimedia/gstreamer/gst-devtools_1.24.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-multimedia/gstreamer/gst-devtools_1.24.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-multimedia/gstreamer/gst-devtools_1.24.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-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-multimedia/gstreamer/gst-devtools_1.24.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-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/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-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-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-multimedia/gstreamer/gst-devtools_1.24.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/gstreamer/gst-devtools_1.24.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.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-multimedia/gstreamer/gst-devtools_1.24.4.bb:22)\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-multimedia/gstreamer/gst-devtools_1.24.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-multimedia/gstreamer/gst-devtools_1.24.4.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.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-multimedia/gstreamer/gst-devtools_1.24.4.bb:22)\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-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-support/bmaptool/bmaptool_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmaptool/bmaptool_git.bb\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/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-support/bmaptool/bmaptool_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/bmaptool/bmaptool_git.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmaptool/bmaptool_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-support/bmaptool/bmaptool_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-support/bmaptool/bmaptool_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-support/bmaptool/bmaptool_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-support/bmaptool/bmaptool_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-graphics/xorg-lib/libxmu_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/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/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/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-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-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/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/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/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-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/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/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/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-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-multimedia/gstreamer/gst-devtools_1.24.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-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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.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-minimal.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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/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-support/libusb/libusb1_1.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-support/libusb/libusb1_1.0.27.bb:0)\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-support/libusb/libusb1_1.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-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/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/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/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-support/libusb/libusb1_1.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-support/libusb/libusb1_1.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-support/libusb/libusb1_1.0.27.bb:0)\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/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-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/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/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-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/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/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-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-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/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-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-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-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-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/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-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/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:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.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/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-support/libusb/libusb1_1.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/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/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:28)\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:28)\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-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/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-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:28)\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/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/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:28)\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/xorg-lib/libxmu_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/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-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-support/boost/boost-build-native_1.85.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.0.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.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-pyelftools_0.31.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.31.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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-pyelftools_0.31.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.31.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.31.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.31.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.31.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-pyelftools_0.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/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.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-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.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-extended/libarchive/libarchive_3.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-devtools/python/python3-pyelftools_0.31.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/libarchive/libarchive_3.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/recipes-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyelftools_0.31.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-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-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-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/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/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/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-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/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-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-devtools/tcltk/tcl_8.6.14.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.14.bb:0)\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-extended/libarchive/libarchive_3.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/tcltk/tcl_8.6.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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/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-devtools/tcltk/tcl_8.6.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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.14.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.14.bb:0)\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-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-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-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/libusb/libusb1_1.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/gstreamer/gst-devtools_1.24.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/gst-devtools_1.24.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-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-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/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-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-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-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-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-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-devtools/python/python3-unittest-automake-output_0.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb\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-graphics/xorg-proto/xcb-proto_1.17.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.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-unittest-automake-output_0.2.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.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/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_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-graphics/xorg-proto/xcb-proto_1.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-graphics/xorg-proto/xcb-proto_1.17.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmaptool/bmaptool_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/bmaptool/bmaptool_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.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/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bmaptool/bmaptool_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/xorg-proto/xcb-proto_1.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-devtools/python/python3-unittest-automake-output_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/tcltk/tcl_8.6.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-support/bmaptool/bmaptool_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-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-support/bmaptool/bmaptool_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/bmaptool/bmaptool_git.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-devtools_1.24.4.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.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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-multimedia/gstreamer/gst-devtools_1.24.4.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/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-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/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/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/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/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-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-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-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-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/libsolv/libsolv_0.7.29.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.29/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.29/\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.29/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.29/\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.29.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-graphics/xorg-proto/xcb-proto_1.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/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-devtools/python/python3-idna_3.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29/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.29/\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.29/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.29/\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.29.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-devtools/python/python3-idna_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-idna_3.7.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_3.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-idna_3.7.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-idna_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/python_flit_core.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-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-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-devtools/python/python3-idna_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/python_flit_core.bbclass:7)\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-devtools/python/python3-idna_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-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-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-devtools/python/python3-idna_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/python_flit_core.bbclass:7)\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/meta/recipes-graphics/piglit/piglit_git.bb: Searching for 0001-utils-Include-libgen.h-on-musl-linux-systems.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-devtools/python/python3-idna_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-graphics/piglit/piglit_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/piglit/piglit/0001-utils-Include-libgen.h-on-musl-linux-systems.patch for 0001-utils-Include-libgen.h-on-musl-linux-systems.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29/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.29/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.29/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.29/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.29/\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.29.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-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-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-extended/libarchive/libarchive_3.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-extended/libarchive/libarchive_3.7.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.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-extended/libarchive/libarchive_3.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-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-extended/lzip/lzip_1.24.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.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-extended/libarchive/libarchive_3.7.4.bb:0)\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-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/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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-3496823/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-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.27/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.27/\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.27/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.27/\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/build-st-3496823/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-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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.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/libarchive/libarchive_3.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/libusb/libusb1_1.0.27.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.27/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.27/\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.27/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.27/\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.27.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.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-support/libusb/libusb1_1.0.27.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1-1.0.27/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.27/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.27/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.27/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.27/\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.27.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.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-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-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-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-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-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/build-st-3496823/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/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-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-graphics/xorg-proto/xcb-proto_1.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-graphics/xorg-proto/xcb-proto_1.17.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.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/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-graphics/xorg-proto/xcb-proto_1.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-graphics/xorg-proto/xcb-proto_1.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-graphics/xorg-proto/xcb-proto_1.17.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_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-unittest-automake-output_0.2.bb:0)\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-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-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-unittest-automake-output_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-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-pyelftools_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/python/python3-pyelftools_0.31.bb:0)\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-pyelftools_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-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-graphics/xorg-proto/xcb-proto_1.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-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-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-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-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-pyelftools_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-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-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-unittest-automake-output_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-extended/libarchive/libarchive_3.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/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-devtools/python/python3-unittest-automake-output_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-unittest-automake-output_0.2.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-recipe/nopackages.bbclass (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/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-devtools/tcltk/tcl_8.6.14.bb: Searching for tcl-add-soname.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.14/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.14/\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.14/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.14/\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-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/tcltk/tcl_8.6.14.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.14.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.14/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.14/\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.14/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.14/\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/python/python3-idna_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-idna_3.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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/tcltk/tcl_8.6.14.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.14/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.14/\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.14/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.14/\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/python/python3-idna_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/tcltk/tcl_8.6.14.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.14.bb: Searching for alter-includedir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.14/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.14/\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.14/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.14/\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.14.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.14.bb: Searching for interp.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.14/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.14/\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.14/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.14/\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.14.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/tcltk/tcl_8.6.14.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.14/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.14/\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.14/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.14/\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/python/python3-idna_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/tcltk/tcl_8.6.14.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.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-devtools/python/python3-idna_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-idna_3.7.bb:0)\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-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-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-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-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-devtools/python/python3-setuptools-rust_1.9.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.9.0.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.9.0.bb:17)\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-setuptools-rust_1.9.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-devtools/python/python3-setuptools-rust_1.9.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-devtools/tcltk/tcl_8.6.14.bb: Searching for tcl-add-soname.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.14/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.14/\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.14/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.14/\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.14.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/python/python3-setuptools-rust_1.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/rust-common.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.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-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-devtools/tcltk/tcl_8.6.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-devtools/python/python3-setuptools-rust_1.9.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-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:14)\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/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-devtools/python/python3-setuptools-rust_1.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-setuptools-rust_1.9.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.9.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-setuptools-rust_1.9.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-rust_1.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_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb: Searching for tcl-add-soname.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.14/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.14/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.14/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.14/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.14/\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.14.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/python/python3-setuptools-rust_1.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-devtools/tcltk/tcl_8.6.14.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.14/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.14/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.14/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.14/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.14/\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.14.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-setuptools-rust_1.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_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14/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.14/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.14/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.14/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.14/\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.14.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.14.bb: Searching for alter-includedir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.14/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.14/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.14/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.14/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.14/\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.14.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.14.bb: Searching for interp.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.14/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.14/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.14/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.14/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.14/\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.14.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/tcltk/tcl_8.6.14.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl-8.6.14/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.14/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.14/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.14/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.14/\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.14.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.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-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-extended/lzip/lzip_1.24.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/lzip/lzip_1.24.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.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/lzip/lzip_1.24.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-3496823/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-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb:0)\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/build-st-3496823/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/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-extended/lzip/lzip_1.24.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/lzip/lzip_1.24.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/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/build-st-3496823/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-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb:0)\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-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-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-proto/xcb-proto_1.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-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-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-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-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/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/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/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/build-st-3496823/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-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-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-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-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/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-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/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-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-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-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-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/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-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/libarchive/libarchive_3.7.4.bb: Searching for configurehack.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.4/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.4/\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.4/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.4/\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/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/libarchive/libarchive_3.7.4.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/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-extended/libarchive/libarchive_3.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/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-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/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/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/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-extended/libarchive/libarchive_3.7.4.bb: Searching for configurehack.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.4/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.4/\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.4/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.4/\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.4.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-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-extended/libarchive/libarchive_3.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-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/libarchive/libarchive_3.7.4.bb: Searching for configurehack.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive-3.7.4/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.4/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.4/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.4/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.4/\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.4.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.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/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-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-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-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-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/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-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-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-gnome/gtk+/gtk4_4.14.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.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/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-gnome/gtk+/gtk4_4.14.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/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-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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.14.4.bb:47)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.4.bb:47)\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/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-gnome/gtk+/gtk4_4.14.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-devtools/python/python3-setuptools-rust_1.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-setuptools-rust_1.9.0.bb:0)\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/build-st-3496823/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/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/python/python3-setuptools-rust_1.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/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-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-devtools/python/python3-setuptools-rust_1.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-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-devtools/python/python3-setuptools-rust_1.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-setuptools-rust_1.9.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.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.17.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.17.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.17.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-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-graphics/xorg-proto/xcb-proto_1.17.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-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-graphics/xorg-proto/xcb-proto_1.17.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.17.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.17.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.17.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.17.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-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-proto/xcb-proto_1.17.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-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-graphics/xorg-proto/xcb-proto_1.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-kernel/lttng/babeltrace2_2.0.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_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-kernel/lttng/babeltrace2_2.0.6.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_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-kernel/lttng/babeltrace2_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-kernel/lttng/babeltrace2_2.0.6.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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-kernel/lttng/babeltrace2_2.0.6.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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/xorg-proto/xcb-proto_1.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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-kernel/lttng/babeltrace2_2.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/recipes-kernel/lttng/babeltrace2_2.0.6.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.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/python3targetconfig.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.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-kernel/lttng/babeltrace2_2.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-gnome/gtk+/gtk4_4.14.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-proto/xcb-proto_1.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.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-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-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-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-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-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:27)\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-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:27)\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-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/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-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/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-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/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-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-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-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-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/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-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-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-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-kernel/lttng/babeltrace2_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/rust/rust-cross-canadian_1.75.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.75.0.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-devtools/rust/rust-cross-canadian_1.75.0.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.75.0.bb:1)\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-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-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-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-devtools/rust/rust-cross-canadian_1.75.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.75.0.bb:2: including rust-cross-canadian.inc\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/rust/rust-cross-canadian_1.75.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/recipes-devtools/rust/rust-cross-canadian.inc:4)\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-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-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/rust/rust-cross-canadian_1.75.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/recipes-devtools/rust/rust-cross-canadian.inc:5)\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/rust/rust-cross-canadian_1.75.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-devtools/rust/rust-cross-canadian_1.75.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-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/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb\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-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-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb:9: including cpp-example.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/cpp-example.inc:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_8.5.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_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-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-graphics/harfbuzz/harfbuzz_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-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/meta/recipes-graphics/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_8.5.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.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-graphics/harfbuzz/harfbuzz_8.5.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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/build-st-3496823/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-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.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-graphics/harfbuzz/harfbuzz_8.5.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-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-gnome/gtk+/gtk4_4.14.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+/gtk4_4.14.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-3496823/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-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-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/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-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-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/build-st-3496823/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-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest-2.1.4/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/mtd/files/\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/build-st-3496823/meta-selftest/recipes-devtools/mtd/mtd-utils-selftest_git.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.4.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-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/gtk+/gtk4_4.14.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-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-graphics/harfbuzz/harfbuzz_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-gnome/gtk+/gtk4_4.14.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-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/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-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/lttng/babeltrace2_2.0.6.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2-2.0.6/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.6/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.6/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.6/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.6/\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.6.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.6.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.6/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.6/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.6/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.6/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.6/\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.6.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.6.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.6/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.6/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.6/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.6/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.6/\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.6.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.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/vulkan/vulkan-utility-libraries_1.3.283.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.3.283.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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/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-graphics/vulkan/vulkan-utility-libraries_1.3.283.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.283.0.bb:25)\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-graphics/vulkan/vulkan-utility-libraries_1.3.283.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.283.0.bb:25)\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-graphics/vulkan/vulkan-utility-libraries_1.3.283.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.283.0.bb:25)\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-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-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-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-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-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-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-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-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-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-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb: Searching for 0001-PEAP-client-Update-Phase-2-authentication-requiremen.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-PEAP-client-Update-Phase-2-authentication-requiremen.patch for 0001-PEAP-client-Update-Phase-2-authentication-requiremen.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.bb:4: including binutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.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-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.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/binutils/binutils-testsuite_2.42.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-testsuite_2.42.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-testsuite_2.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-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.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-kernel/lttng/lttng-ust_2.13.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.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-devtools/binutils/binutils.inc:198)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.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-kernel/lttng/lttng-ust_2.13.8.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.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/binutils/binutils-testsuite_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.bb:5: including binutils-2.42.inc\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-kernel/lttng/lttng-ust_2.13.8.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.8.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.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-testsuite_2.42.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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.8.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.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/manpages.bbclass:13)\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.8.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.8.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/relocatable.bbclass (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.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-kernel/lttng/lttng-ust_2.13.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-kernel/lttng/lttng-ust_2.13.8.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:16: including lttng-platforms.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.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/nopackages.bbclass (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.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-graphics/xorg-lib/libxkbcommon_1.7.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_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-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-graphics/xorg-lib/libxkbcommon_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-graphics/xorg-lib/libxkbcommon_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-graphics/xorg-lib/libxkbcommon_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-graphics/xorg-lib/libxkbcommon_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-devtools/rust/rust-cross-canadian_1.75.0.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.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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-gnome/gtk+/gtk4_4.14.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+/gtk4_4.14.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/libxkbcommon_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-graphics/xorg-lib/libxkbcommon_1.7.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.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-graphics/xorg-lib/libxkbcommon_1.7.0.bb:16)\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-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-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-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-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-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-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-graphics/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_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-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/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/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/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-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/cpp-example.cpp for cpp-example.cpp\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.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-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/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/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-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/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/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-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-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/run-ptest for run-ptest\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/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb: Searching for CMakeLists.txt in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/cmake-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/CMakeLists.txt for CMakeLists.txt\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-extended/msmtp/msmtp_1.8.26.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.26.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/build-st-3496823/meta-selftest/recipes-test/images/error-image.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/images/error-image.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.26.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.26.bb:16)\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/build-st-3496823/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-3496823/meta-selftest/recipes-test/images/error-image.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/msmtp/msmtp_1.8.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-extended/msmtp/msmtp_1.8.26.bb:16)\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-kernel/lttng/lttng-ust_2.13.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/msmtp/msmtp_1.8.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/build-st-3496823/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-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/build-st-3496823/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/build-st-3496823/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/meta/recipes-extended/msmtp/msmtp_1.8.26.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.26.bb:16)\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/build-st-3496823/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-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-extended/msmtp/msmtp_1.8.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-extended/msmtp/msmtp_1.8.26.bb:16)\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-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for mit-license.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/mit-license.patch for mit-license.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_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-graphics/harfbuzz/harfbuzz_8.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/harfbuzz/harfbuzz_8.5.0.bb:0)\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-graphics/harfbuzz/harfbuzz_8.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-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-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-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/build-st-3496823/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-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-graphics/harfbuzz/harfbuzz_8.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-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-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-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-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: Searching for fcntl-lock.c 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/fcntl-lock.c for fcntl-lock.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.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/harfbuzz/harfbuzz_8.5.0.bb:0)\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-3496823/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-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/build-st-3496823/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:269)\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/build-st-3496823/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:269)\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/nopackages.bbclass (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.bb: 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:269)\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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/build-st-3496823/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:487)\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-kernel/linux-firmware/linux-firmware_20240513.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-firmware/linux-firmware_20240513.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/meta-selftest/recipes-test/images/error-image.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:487)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for mit-license.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/mit-license.patch for mit-license.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-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.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-3496823/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-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/build-st-3496823/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-sato/images/core-image-sato.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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 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-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-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/build-st-3496823/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-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-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-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-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/build-st-3496823/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-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-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-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for fcntl-lock.c 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/fcntl-lock.c for fcntl-lock.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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/msmtp/msmtp_1.8.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/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-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/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-graphics/harfbuzz/harfbuzz_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/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-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-core/util-linux/util-linux-libuuid_2.39.3.bb: Searching for mit-license.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/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-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/mit-license.patch for mit-license.patch\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-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-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-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-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-kernel/linux-firmware/linux-firmware_20240513.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_20240513.bb:249)\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/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-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-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-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-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-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-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-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/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/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-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-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-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-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/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: Searching for fcntl-lock.c 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/fcntl-lock.c for fcntl-lock.c\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-core/coreutils/coreutils_9.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb\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/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-core/coreutils/coreutils_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-core/coreutils/coreutils_9.5.bb:14)\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-core/coreutils/coreutils_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-devtools/binutils/binutils-testsuite_2.42.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.42/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.42/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.42/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.42/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.42/\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/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/binutils/binutils-testsuite_2.42.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-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-core/coreutils/coreutils_9.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-core/coreutils/coreutils_9.5.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.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.42/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.42/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.42/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.42/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.42/\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/coreutils/coreutils_9.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-core/coreutils/coreutils_9.5.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.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-testsuite_2.42.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.42/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.42/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.42/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.42/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.42/\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-testsuite_2.42.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-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-core/coreutils/coreutils_9.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-core/coreutils/coreutils_9.5.bb:122)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.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.42/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.42/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.42/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.42/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.42/\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-testsuite_2.42.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-testsuite_2.42.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.42/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.42/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.42/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.42/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.42/\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-testsuite_2.42.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-core/coreutils/coreutils_9.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/coreutils/coreutils_9.5.bb:176)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.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.42/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.42/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.42/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.42/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.42/\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/coreutils/coreutils_9.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/binutils/binutils-testsuite_2.42.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-testsuite_2.42.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.42/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.42/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.42/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.42/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.42/\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-testsuite_2.42.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-testsuite_2.42.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.42/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.42/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.42/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.42/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.42/\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-testsuite_2.42.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-testsuite_2.42.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.42/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.42/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.42/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.42/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.42/\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-testsuite_2.42.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-testsuite_2.42.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.42/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.42/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.42/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.42/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.42/\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-testsuite_2.42.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-testsuite_2.42.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.42/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.42/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.42/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.42/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.42/\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-testsuite_2.42.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-testsuite_2.42.bb: Searching for 0015-gprofng-change-use-of-bignum-to-bigint.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.42/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.42/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.42/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.42/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.42/\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-testsuite_2.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-change-use-of-bignum-to-bigint.patch for 0015-gprofng-change-use-of-bignum-to-bigint.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-testsuite_2.42.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-3496823/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-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/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/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/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-graphics/harfbuzz/harfbuzz_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/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-graphics/harfbuzz/harfbuzz_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/build-st-3496823/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-3496823/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-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-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-lib/libxkbcommon_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-graphics/xorg-lib/libxkbcommon_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/lttng/lttng-ust_2.13.8.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.8/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.8/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.8/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.8/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.8/\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.8.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-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/lttng/lttng-ust_2.13.8.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.8/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.8/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.8/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.8/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.8/\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.8.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.8.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.8/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.8/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.8/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.8/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.8/\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.8.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-kernel/lttng/lttng-ust_2.13.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/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-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-core/coreutils/coreutils_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-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/xorg-util/util-macros_1.20.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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-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/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/xorg-util/util-macros_1.20.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:5: including xorg-util-common.inc\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/xorg-lib/libxkbcommon_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-graphics/xorg-lib/libxkbcommon_1.7.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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-util/xorg-util-common.inc:13)\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/xorg-lib/libxkbcommon_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-graphics/xorg-util/util-macros_1.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/autotools.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/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/xorg-util/util-macros_1.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/xorg-util/xorg-util-common.inc:13)\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/libxkbcommon_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-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-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-graphics/harfbuzz/harfbuzz_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/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/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/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-extended/msmtp/msmtp_1.8.26.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-3496823/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline-fail.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline-fail.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline-fail.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libxkbcommon_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-graphics/xorg-util/util-macros_1.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-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/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/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-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-graphics/xorg-lib/libxkbcommon_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-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/xorg-lib/libxkbcommon_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/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-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-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/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-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-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-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-graphics/harfbuzz/harfbuzz_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-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-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-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-graphics/harfbuzz/harfbuzz_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-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/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-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/build-st-3496823/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/build-st-3496823/meta-selftest/recipes-test/images/error-image.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-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-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-core/coreutils/coreutils_9.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/coreutils/coreutils_9.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.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/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-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-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-core/coreutils/coreutils_9.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/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-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-sato/images/core-image-sato.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/coreutils/coreutils_9.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/coreutils/coreutils_9.5.bb:0)\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/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-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-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-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-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/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-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-util/util-macros_1.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-graphics/xorg-util/util-macros_1.20.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.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-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-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-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-graphics/xorg-util/util-macros_1.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-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/xorg-util/util-macros_1.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-graphics/xorg-util/util-macros_1.20.1.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_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/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-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:269)\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-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:269)\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-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-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/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/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:487)\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/coreutils/coreutils_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-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-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-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-bsp/u-boot/u-boot-tools_2024.04.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.04.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/create-spdx-image-3.0.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-bsp/u-boot/u-boot-tools_2024.04.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.04.bb:1: including u-boot-common.inc\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-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/meta/recipes-bsp/u-boot/u-boot-tools_2024.04.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-bsp/u-boot/u-boot-tools_2024.04.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.04.bb:2: including u-boot-tools.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/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-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-bsp/u-boot/u-boot-tools_2024.04.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.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (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/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-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-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-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-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-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-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-graphics/xorg-util/util-macros_1.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-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-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-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-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/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/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/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:70)\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:74)\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/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/build-st-3496823/meta-selftest/recipes-test/selftest-users/ccreategroup.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/ccreategroup.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/ccreategroup.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/ccreategroup.bb:13)\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/build-st-3496823/meta-selftest/recipes-test/selftest-users/ccreategroup.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/build-st-3496823/meta-selftest/recipes-test/selftest-users/ccreategroup.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/ccreategroup.bb:13)\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-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-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-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/\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-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-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-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-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-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-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-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-graphics/xorg-util/util-macros_1.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-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-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/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-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-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-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-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-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-core/coreutils/coreutils_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-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-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/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-devtools/python/python3-pyyaml_6.0.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-pyyaml_6.0.1.bb:23)\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-pyyaml_6.0.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-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-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-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-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-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-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-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/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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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/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-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-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-extended/ed/ed_1.20.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.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-extended/ed/ed_1.20.2.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1/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.1/\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.1/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.1/\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.1.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.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-util/util-macros_1.20.1.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.1/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.1/\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.1/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.1/\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.1.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.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-core/coreutils/coreutils_9.5.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.5/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.5/\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.5/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.5/\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/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/xorg-util/util-macros_1.20.1.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.1/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.1/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.1/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.1/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.1/\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-core/coreutils/coreutils_9.5.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-graphics/xorg-util/util-macros_1.20.1.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-core/coreutils/coreutils_9.5.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.5/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.5/\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.5/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.5/\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.5.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.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.5/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.5/\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.5/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.5/\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/xorg-util/util-macros_1.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-core/coreutils/coreutils_9.5.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.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/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/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/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-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-core/coreutils/coreutils_9.5.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.5/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.5/\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.5/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.5/\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.5.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.5.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.5/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.5/\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.5/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.5/\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.5.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.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.5/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.5/\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.5/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.5/\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.5.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.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/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-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-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-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-core/coreutils/coreutils_9.5.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.5/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.5/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.5/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.5/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.5/\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.5.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.5.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.5/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.5/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.5/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.5/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.5/\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.5.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.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils-9.5/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.5/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.5/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.5/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.5/\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.5.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.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/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/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-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-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-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/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-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-multimedia/mpg123/mpg123_1.32.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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-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-multimedia/mpg123/mpg123_1.32.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-multimedia/mpg123/mpg123_1.32.6.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.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-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-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-multimedia/mpg123/mpg123_1.32.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/mpg123/mpg123_1.32.6.bb:17)\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-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-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/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-support/libffi/libffi_3.4.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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/libffi/libffi_3.4.6.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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/libffi/libffi_3.4.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/libffi/libffi_3.4.6.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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/libffi/libffi_3.4.6.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.bb:22)\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/gcc/libgcc_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb\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/meta/recipes-multimedia/mpg123/mpg123_1.32.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/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-devtools/gcc/libgcc_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\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-devtools/gcc/libgcc_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\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/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/meta/recipes-devtools/gcc/libgcc_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/gcc/gcc-common.inc:11)\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/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/meta/recipes-devtools/gcc/libgcc_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/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-devtools/gcc/libgcc_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/gcc/gcc-common.inc:11)\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/gcc/libgcc_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:2: including libgcc.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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_14.1.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-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-devtools/gcc/libgcc_14.1.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_14.1.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/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-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-support/libffi/libffi_3.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-kernel/linux-firmware/linux-firmware_20240513.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_20240513.bb:0)\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-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-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-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-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-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-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-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/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.1/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.1/\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.1/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.1/\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.1/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.1/\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.1/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.1/\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.1/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.1/\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.1/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.1/\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-elaborate.cxx-gcc-version-compatibility-hack.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.1/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.1/\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.1/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.1/\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-elaborate.cxx-gcc-version-compatibility-hack.patch for 0001-elaborate.cxx-gcc-version-compatibility-hack.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-elaborate.cxx-gcc-version-compatibility-hack-redux.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.1/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.1/\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.1/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.1/\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-elaborate.cxx-gcc-version-compatibility-hack-redux.patch for 0001-elaborate.cxx-gcc-version-compatibility-hack-redux.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.1/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.1/\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.1/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.1/\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.1/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.1/\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.1/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.1/\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-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-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/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/gcc/libgcc_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-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-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-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-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-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/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.1/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.1/\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.1/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.1/\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.1/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.1/\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.1/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.1/\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.1/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.1/\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.1/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.1/\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-elaborate.cxx-gcc-version-compatibility-hack.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.1/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.1/\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.1/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.1/\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-elaborate.cxx-gcc-version-compatibility-hack.patch for 0001-elaborate.cxx-gcc-version-compatibility-hack.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-native_git.bb: Searching for 0001-elaborate.cxx-gcc-version-compatibility-hack-redux.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap-5.1/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.1/\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.1/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.1/\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-elaborate.cxx-gcc-version-compatibility-hack-redux.patch for 0001-elaborate.cxx-gcc-version-compatibility-hack-redux.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.1/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.1/\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.1/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.1/\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.1/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.1/\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.1/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.1/\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-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-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-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-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-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-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-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-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-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-connectivity/libuv/libuv_1.48.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.48.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libuv/libuv_1.48.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.48.0.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.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/libuv/libuv_1.48.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/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-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:14)\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:14)\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-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:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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-support/libffi/libffi_3.4.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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-support/libffi/libffi_3.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/libffi/libffi_3.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-support/libffi/libffi_3.4.6.bb:0)\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-connectivity/libuv/libuv_1.48.0.bb: 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: SITE 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.12.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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-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-devtools/gcc/libgcc_14.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/gcc/libgcc_14.1.bb:0)\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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-devtools/gcc/libgcc_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-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-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-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-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-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/python/python3-pyyaml_6.0.1.bb: Searching for run-ptest 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/run-ptest for run-ptest\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-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/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-devtools/python/python3-pyyaml_6.0.1.bb: Searching for run-ptest 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/run-ptest for run-ptest\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-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-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/python/python3-pyyaml_6.0.1.bb: Searching for run-ptest 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-devtools/python/python3-pyyaml_6.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyyaml/run-ptest for run-ptest\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-connectivity/libuv/libuv_1.48.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.48.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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/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-connectivity/libuv/libuv_1.48.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/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-graphics/xorg-xserver/xserver-xorg_21.1.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb\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-connectivity/libuv/libuv_1.48.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-xserver/xserver-xorg_21.1.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:1: including xserver-xorg.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.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-graphics/xorg-xserver/xserver-xorg.inc:35)\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-graphics/xorg-xserver/xserver-xorg_21.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/meson.bbclass:7)\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-graphics/xorg-xserver/xserver-xorg_21.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/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-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-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-graphics/xorg-xserver/xserver-xorg_21.1.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-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-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-graphics/xorg-xserver/xserver-xorg_21.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/meson-routines.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/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/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-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-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-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-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-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/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/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-graphics/xorg-xserver/xserver-xorg_21.1.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-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/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-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/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-graphics/xorg-xserver/xserver-xorg_21.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/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.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-xserver/xserver-xorg.inc:37)\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-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-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/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/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-connectivity/libuv/libuv_1.48.0.bb: 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-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-core/glibc/glibc_2.39.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:1: including glibc.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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_2.39.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.39.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.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-core/glibc/glibc.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.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-core/glibc/glibc_2.39.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.39.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-devtools/ninja/ninja_1.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/ninja/ninja_1.12.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.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/glibc_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:2: including glibc-version.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.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/gcc/libgcc_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/ninja/ninja_1.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/ninja/ninja_1.12.1.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-core/glibc/glibc_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:129: including glibc-package.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.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-core/glibc/glibc_2.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-core/glibc/glibc-package.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_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-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-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-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-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-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-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-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-connectivity/libuv/libuv_1.48.0.bb: SITE 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/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/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-core/glibc/glibc_2.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-connectivity/libuv/libuv_1.48.0.bb: SITE 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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:269)\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:269)\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-support/libffi/libffi_3.4.6.bb: Searching for not-win32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.6/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.6/\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.6/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.6/\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-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-support/libffi/libffi_3.4.6.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.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/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/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:487)\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/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/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/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-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/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-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-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-core/images/core-image-ptest.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/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-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-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-support/libffi/libffi_3.4.6.bb: Searching for not-win32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.6/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.6/\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.6/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.6/\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-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-support/libffi/libffi_3.4.6.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.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: 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/libffi/libffi_3.4.6.bb: Searching for not-win32.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi-3.4.6/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.6/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.6/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.6/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.6/\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.6.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.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/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-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-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-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-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-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-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/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-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-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/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/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/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-graphics/xorg-xserver/xserver-xorg_21.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-graphics/xorg-xserver/xserver-xorg_21.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-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/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-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-extended/acpica/acpica_20240322.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20240322.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-extended/acpica/acpica_20240322.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_20240322.bb:24)\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/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-graphics/xorg-xserver/xserver-xorg_21.1.13.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.13/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.13/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.13/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.13/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.13/\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.13.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-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-xserver/xserver-xorg_21.1.13.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.13/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.13/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.13/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.13/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.13/\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.13.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/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/attr/acl_2.3.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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-support/attr/acl_2.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/attr/acl_2.3.2.bb:26)\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/attr/acl_2.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-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-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/attr/acl_2.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/attr/acl_2.3.2.bb:26)\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/attr/acl_2.3.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-support/attr/acl_2.3.2.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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-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/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/glibc/glibc_2.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-core/glibc/glibc_2.39.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-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-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-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/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-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/swig/swig_4.2.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.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/swig/swig_4.2.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/swig/swig_4.2.1.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/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/swig/swig_4.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-devtools/swig/swig_4.2.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.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/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-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/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-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/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-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-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/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/glibc/glibc_2.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/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-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-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/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/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/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/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/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-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/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-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/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-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/acpica/acpica_20240322.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_20240322.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/acpica/acpica_20240322.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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/acpica/acpica_20240322.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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/acpica/acpica_20240322.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_20240322.bb:0)\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/strace/strace_6.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.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-devtools/strace/strace_6.9.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.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-devtools/strace/strace_6.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/strace/strace_6.9.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.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-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-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-support/attr/acl_2.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-support/attr/acl_2.3.2.bb:0)\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-support/attr/acl_2.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-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-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-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-support/attr/acl_2.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-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.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/attr/acl_2.3.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-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-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-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-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-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:269)\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:269)\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/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-devtools/strace/strace_6.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-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:487)\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/create-spdx-image-3.0.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/swig/swig_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-devtools/swig/swig_4.2.1.bb:0)\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-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/swig/swig_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-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-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/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-devtools/swig/swig_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/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-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-devtools/swig/swig_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-devtools/swig/swig_4.2.1.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/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-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-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-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-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-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/attr/acl_2.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/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-core/glibc/glibc_2.39.bb: Searching for etc/ld.so.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.39+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.39+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.39+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.39+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.39.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.39.bb: Searching for generate-supported.mk in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.39+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.39+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.39+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.39+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.39.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.39.bb: Searching for makedbs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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_2.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.bb: Searching for 0023-qemu-stale-process.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.39+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.39+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.39+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.39+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.39.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0023-qemu-stale-process.patch for 0023-qemu-stale-process.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.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 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-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-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-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-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-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/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-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-core/glibc/glibc_2.39.bb: Searching for etc/ld.so.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.39+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.39+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.39+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.39+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.39+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.39.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.39.bb: Searching for generate-supported.mk in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.39+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.39+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.39+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.39+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.39+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.39.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.39.bb: Searching for makedbs.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.39+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.39+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.39+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.39+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.39+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-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-core/glibc/glibc_2.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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-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-core/glibc/glibc_2.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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-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-core/glibc/glibc_2.39.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.39.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.39+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.39+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.39+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.39+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.39+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-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-core/glibc/glibc_2.39.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_2.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.bb: Searching for 0023-qemu-stale-process.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-2.39+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.39+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.39+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.39+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.39+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.39.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0023-qemu-stale-process.patch for 0023-qemu-stale-process.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.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-devtools/createrepo-c/createrepo-c_1.1.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.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/createrepo-c/createrepo-c_1.1.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_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-devtools/createrepo-c/createrepo-c_1.1.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.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/createrepo-c/createrepo-c_1.1.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.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/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.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/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.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-devtools/createrepo-c/createrepo-c_1.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-devtools/strace/strace_6.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/strace/strace_6.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.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/strace/strace_6.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/strace/strace_6.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/strace/strace_6.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-importlib-metadata_7.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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-importlib-metadata_7.1.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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-importlib-metadata_7.1.0.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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_setuptools_build_meta.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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/setuptools3-base.bbclass:30)\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-importlib-metadata_7.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/python/python3-importlib-metadata_7.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-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python/python3-importlib-metadata_7.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_setuptools_build_meta.bbclass:7)\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-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-devtools/strace/strace_6.9.bb: Searching for update-gawk-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.9/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.9/\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.9/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.9/\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.9.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.9.bb: Searching for Makefile-ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.9/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.9/\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.9/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.9/\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.9.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.9.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.9/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.9/\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.9/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.9/\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.9.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.9.bb: Searching for ptest-spacesave.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.9/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.9/\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.9/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.9/\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.9.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-devtools/strace/strace_6.9.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.9/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.9/\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.9/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.9/\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.9.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-devtools/strace/strace_6.9.bb: Searching for skip-load.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.9/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.9/\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.9/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.9/\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.9.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.9.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.9/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.9/\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.9/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.9/\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.9.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.9.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.9/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.9/\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.9/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.9/\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.9.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-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/strace/strace_6.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/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/strace/strace_6.9.bb: Searching for update-gawk-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.9/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.9/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.9/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.9/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.9/\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-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-devtools/strace/strace_6.9.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.9.bb: Searching for Makefile-ptest.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.9/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.9/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.9/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.9/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.9/\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.9.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.9.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.9/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.9/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.9/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.9/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.9/\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-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-devtools/strace/strace_6.9.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.9.bb: Searching for ptest-spacesave.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.9/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.9/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.9/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.9/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.9/\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.9.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-devtools/strace/strace_6.9.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.9/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.9/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.9/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.9/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.9/\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-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-devtools/strace/strace_6.9.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-devtools/strace/strace_6.9.bb: Searching for skip-load.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace-6.9/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.9/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.9/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.9/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.9/\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/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-devtools/strace/strace_6.9.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-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-devtools/strace/strace_6.9.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.9/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.9/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.9/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.9/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.9/\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/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-devtools/strace/strace_6.9.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-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-devtools/strace/strace_6.9.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.9/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.9/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.9/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.9/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.9/\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/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-devtools/strace/strace_6.9.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-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-devtools/swig/swig_4.2.1.bb: Searching for determinism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.2.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.2.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.2.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.2.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-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-devtools/strace/strace_6.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/swig/swig_4.2.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-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-devtools/python/python3-wcwidth_0.2.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.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-wcwidth_0.2.13.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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.13.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.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/setuptools3.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.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-wcwidth_0.2.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-devtools/createrepo-c/createrepo-c_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-devtools/createrepo-c/createrepo-c_1.1.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.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-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-devtools/createrepo-c/createrepo-c_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-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-devtools/python/python3-wcwidth_0.2.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/setuptools3.bbclass:7)\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-devtools/swig/swig_4.2.1.bb: Searching for determinism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.2.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.2.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.2.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.2.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-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-devtools/swig/swig_4.2.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-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-devtools/createrepo-c/createrepo-c_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-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-devtools/createrepo-c/createrepo-c_1.1.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/createrepo-c/createrepo-c_1.1.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.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-wcwidth_0.2.13.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.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-devtools/swig/swig_4.2.1.bb: Searching for determinism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig-4.2.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.2.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.2.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.2.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.2.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.2.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-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/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-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-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-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-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/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-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-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-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-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-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-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-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-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-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-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/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:269)\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-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:269)\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-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:487)\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-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-importlib-metadata_7.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-importlib-metadata_7.1.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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/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/images/core-image-x11.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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-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-devtools/python/python3-importlib-metadata_7.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-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-devtools/python/python3-importlib-metadata_7.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-importlib-metadata_7.1.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/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-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-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-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-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-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-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/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-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-devtools/python/python3-wcwidth_0.2.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-wcwidth_0.2.13.bb:0)\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-wcwidth_0.2.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-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-wcwidth_0.2.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-wcwidth_0.2.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-wcwidth_0.2.13.bb:0)\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/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/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-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-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-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/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-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-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-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-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/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-3496823/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-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-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/createrepo-c/createrepo-c_1.1.2.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.1.2/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.1.2/\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.1.2/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.1.2/\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.1.2.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.1.2.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.1.2/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.1.2/\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.1.2/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.1.2/\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.1.2.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/createrepo-c/createrepo-c_1.1.2.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.1.2/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.1.2/\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.1.2/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.1.2/\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.1.2.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.1.2.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.1.2/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.1.2/\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.1.2/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.1.2/\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.1.2.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/createrepo-c/createrepo-c_1.1.2.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.1.2/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.1.2/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.1.2/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.1.2/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.1.2/\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.1.2.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.1.2.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.1.2/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.1.2/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.1.2/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.1.2/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.1.2/\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.1.2.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/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-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-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-devtools/perl-cross/perlcross_1.5.2.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/binutils/binutils_2.42.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:1: including binutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.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-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.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/binutils/binutils_2.42.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_2.42.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_2.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-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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_2.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-devtools/binutils/binutils.inc:198)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:2: including binutils-2.42.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb: CONF file 'test_recipe.inc' not found\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-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-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-devtools/binutils/binutils_2.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-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/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-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-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/python/python3-wcwidth_0.2.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.13/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.13/\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.13/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.13/\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.13.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-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-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-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-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-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:25)\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/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-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-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-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-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-devtools/python/python3-wcwidth_0.2.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.13/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.13/\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.13/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.13/\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.13.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-bsp/u-boot/u-boot-tools_2024.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-bsp/u-boot/u-boot-tools_2024.04.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot-tools_2024.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-bsp/u-boot/u-boot-tools_2024.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-bsp/u-boot/u-boot-tools_2024.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-bsp/u-boot/u-boot-tools_2024.04.bb:0)\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-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-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-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-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-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-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/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/binutils/binutils_2.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-devtools/binutils/binutils_2.42.bb:0)\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/binutils/binutils_2.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/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-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-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-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/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-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-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-devtools/binutils/binutils_2.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/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-core/images/core-image-minimal-initramfs.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/binutils/binutils_2.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-devtools/binutils/binutils_2.42.bb:0)\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/python/python3-pycairo_1.26.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb\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/python/python3-pycairo_1.26.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-devtools/python/python3-pycairo_1.26.0.bb:20)\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/python/python3-pycairo_1.26.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/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/python/python3-pycairo_1.26.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-pycairo_1.26.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-pycairo_1.26.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-pycairo_1.26.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-pycairo_1.26.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-pycairo_1.26.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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.26.0.bb:20)\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/python/python3-pycairo_1.26.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-devtools/python/python3-pycairo_1.26.0.bb:20)\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/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/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/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/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/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/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/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/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-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/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-core/glibc/glibc-mtrace_2.39.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb\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/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-core/glibc/glibc-mtrace_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:1: including glibc-mtrace.inc\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-core/glibc/glibc-mtrace_2.39.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-core/glibc/glibc-mtrace_2.39.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-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/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest.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-3496823/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-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/binutils/binutils_2.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/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-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-pycairo_1.26.0.bb: 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/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/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/build-st-3496823/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.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/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb:13)\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-3496823/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/binutils/binutils_2.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-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-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/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-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-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-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-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-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-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-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-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-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-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:207)\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-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:207)\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-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-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:698)\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:698)\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-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:814)\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/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb: Searching for 0001-testpatch.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitrepotest/gitrepotest/0001-testpatch.patch for 0001-testpatch.patch\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:877)\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-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-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-gnome/librsvg/librsvg_2.57.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb\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/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-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/meta/recipes-gnome/librsvg/librsvg_2.57.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-gnome/librsvg/librsvg_2.57.1.bb:18)\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-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-gnome/librsvg/librsvg_2.57.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-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-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-gnome/librsvg/librsvg_2.57.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-gnome/librsvg/librsvg_2.57.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.57.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/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-gnome/librsvg/librsvg_2.57.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/librsvg/librsvg_2.57.1.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/librsvg/librsvg_2.57.1.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.57.1.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/pixbufcache.bbclass:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/librsvg/librsvg_2.57.1.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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-gnome/librsvg/librsvg_2.57.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-gnome/librsvg/librsvg_2.57.1.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/librsvg/librsvg_2.57.1.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/librsvg/librsvg_2.57.1.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:20: including librsvg-crates.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-ed/selftest-ed_0.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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-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-gnome/librsvg/librsvg_2.57.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/gnomebase.bbclass:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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-3496823/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/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/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/python/python3-jsonschema_4.22.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.22.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.22.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-jsonschema_4.22.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.22.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-jsonschema_4.22.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.22.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-jsonschema_4.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/python_hatchling.bbclass:7)\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-devtools/python/python3-jsonschema_4.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-devtools/python/python3-jsonschema_4.22.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-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:176)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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-jsonschema_4.22.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/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-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/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/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/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-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-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-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/build-st-3496823/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-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-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/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/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/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/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-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-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/build-st-3496823/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/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/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/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/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-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-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/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/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/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/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-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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/anstream/0.6.5/download to anstream-0.6.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-shebang-test_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.12/download to assert_cmd-2.0.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/chrono/0.4.31/download to chrono-0.4.31.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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/clap/4.4.11/download to clap-4.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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:487)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/criterion/0.5.1/download to criterion-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cssparser/0.31.2/download to cssparser-0.31.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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-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/librsvg/librsvg_2.57.1.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-core/images/core-image-tiny-initramfs.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.29/download to futures-channel-0.3.29.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/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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.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/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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-task/0.3.29/download to futures-task-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.12/download to linux-raw-sys-0.4.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.8/download to matrixmultiply-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/num-complex/0.4.4/download to num-complex-0.4.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/num-traits/0.2.17/download to num-traits-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/pango/0.18.3/download to pango-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/phf/0.11.2/download to phf-0.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/png/0.17.10/download to png-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/predicates/3.0.4/download to predicates-3.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.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/python/python3-jsonschema_4.22.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-devtools/python/python3-jsonschema_4.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/proc-macro-crate/2.0.1/download to proc-macro-crate-2.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema_4.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-jsonschema_4.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/python/python3-jsonschema_4.22.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.16/download to ryu-1.0.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/selectors/0.25.0/download to selectors-0.25.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.7/download to simd-adler32-0.3.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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/build-st-3496823/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-3496823/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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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/build-st-3496823/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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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/build-st-3496823/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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/toml/0.8.2/download to toml-0.8.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.20.2/download to toml_edit-0.20.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.14/download to unicode-bidi-0.3.14.crate\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/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/wide/0.7.13/download to wide-0.7.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/windows-core/0.51.1/download to windows-core-0.51.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-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-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:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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_18.1.6.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.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-devtools/llvm/llvm_18.1.6.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/librsvg/librsvg_2.57.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/librsvg/librsvg_2.57.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/librsvg/librsvg_2.57.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-gnome/librsvg/librsvg_2.57.1.bb:0)\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-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-tiny-initramfs.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pinentry/pinentry_1.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_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-support/pinentry/pinentry_1.3.0.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_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-support/pinentry/pinentry_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-support/pinentry/pinentry_1.3.0.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.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-multimedia/gstreamer/gstreamer1.0-python_1.24.4.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.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-multimedia/gstreamer/gstreamer1.0-python_1.24.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-multimedia/gstreamer/gstreamer1.0-python_1.24.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-multimedia/gstreamer/gstreamer1.0-python_1.24.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-multimedia/gstreamer/gstreamer1.0-python_1.24.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-multimedia/gstreamer/gstreamer1.0-python_1.24.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/gstreamer/gstreamer1.0-python_1.24.4.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.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/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.4.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.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-multimedia/gstreamer/gstreamer1.0-python_1.24.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-multimedia/gstreamer/gstreamer1.0-python_1.24.4.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.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-multimedia/gstreamer/gstreamer1.0-python_1.24.4.bb:26)\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-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-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-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/meta/recipes-devtools/llvm/llvm_18.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-devtools/llvm/llvm_18.1.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.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-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-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-support/pinentry/pinentry_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/llvm/llvm_18.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-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-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-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-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-devtools/llvm/llvm_18.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-devtools/llvm/llvm_18.1.6.bb:0)\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-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-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-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-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-multimedia/gstreamer/gstreamer1.0-python_1.24.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: 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-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-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-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-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-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-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-support/pinentry/pinentry_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-support/pinentry/pinentry_1.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_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/pinentry/pinentry_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-support/pinentry/pinentry_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-support/pinentry/pinentry_1.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.24.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-python_1.24.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-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-support/pinentry/pinentry_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-jsonschema-specifications_2023.12.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema-specifications_2023.12.1.bb\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-jsonschema-specifications_2023.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-jsonschema-specifications_2023.12.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema-specifications_2023.12.1.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-specifications_2023.12.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema-specifications_2023.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/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema-specifications_2023.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/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema-specifications_2023.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/build-st-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch1_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch1_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema-specifications_2023.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/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jsonschema-specifications_2023.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-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/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-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-support/pinentry/pinentry_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/llvm/llvm_18.1.6.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-18.1.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-18.1.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-18.1.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-18.1.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_18.1.6.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-devtools/llvm/llvm_18.1.6.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-18.1.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-18.1.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-18.1.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-18.1.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_18.1.6.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_18.1.6.bb: Searching for llvm-config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-18.1.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-18.1.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-18.1.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-18.1.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_18.1.6.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/llvm/llvm_18.1.6.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-18.1.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-18.1.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-18.1.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-18.1.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_18.1.6.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-devtools/llvm/llvm_18.1.6.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-18.1.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-18.1.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-18.1.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-18.1.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_18.1.6.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_18.1.6.bb: Searching for llvm-config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-18.1.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-18.1.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-18.1.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-18.1.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_18.1.6.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/llvm/llvm_18.1.6.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-18.1.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-18.1.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-18.1.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-18.1.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-18.1.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_18.1.6.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-devtools/llvm/llvm_18.1.6.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-18.1.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-18.1.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-18.1.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-18.1.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-18.1.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_18.1.6.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_18.1.6.bb: Searching for llvm-config in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm-18.1.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-18.1.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-18.1.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-18.1.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-18.1.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_18.1.6.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/perl/liburi-perl_5.28.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.28.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.28.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.28.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.28.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/python/python3-jsonschema-specifications_2023.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-jsonschema-specifications_2023.12.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:9: including rust-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.28.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-jsonschema-specifications_2023.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/rust/rust-llvm_1.75.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/rust/rust-llvm_1.75.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.28.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-jsonschema-specifications_2023.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/perl/liburi-perl_5.28.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.28.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.28.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-jsonschema-specifications_2023.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-jsonschema-specifications_2023.12.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.28.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: 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/attr/acl_2.3.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.2/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.2/\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.2/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.2/\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.2.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.2.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.2/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.2/\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.2/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.2/\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.2.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-core/images/core-image-base.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-support/attr/acl_2.3.2.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.2/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.2/\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.2/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.2/\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.2.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.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/attr/acl_2.3.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.2/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.2/\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.2/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.2/\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.2.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.2.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.2/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.2/\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.2/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.2/\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/pinentry/pinentry_1.3.0.bb: Searching for libassuan_pkgconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/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.3.0/\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.3.0/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.3.0/\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/attr/acl_2.3.2.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/pinentry/pinentry_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/libassuan_pkgconf.patch for libassuan_pkgconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.2/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.2/\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.2/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.2/\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/pinentry/pinentry_1.3.0.bb: Searching for gpg-error_pkconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/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.3.0/\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.3.0/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.3.0/\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/attr/acl_2.3.2.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/pinentry/pinentry_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/gpg-error_pkconf.patch for gpg-error_pkconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.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/pinentry/pinentry_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/acl_2.3.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl-2.3.2/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.2/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.2/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.2/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.2/\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.2.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.2.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.2/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.2/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.2/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.2/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.2/\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.2.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.2.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.2/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.2/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.2/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.2/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.2/\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.2.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/pinentry/pinentry_1.3.0.bb: Searching for libassuan_pkgconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/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.3.0/\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.3.0/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.3.0/\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/pinentry/pinentry_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/libassuan_pkgconf.patch for libassuan_pkgconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.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/pinentry/pinentry_1.3.0.bb: Searching for gpg-error_pkconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/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.3.0/\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.3.0/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.3.0/\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/pinentry/pinentry_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/gpg-error_pkconf.patch for gpg-error_pkconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_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/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meta/recipes-support/pinentry/pinentry_1.3.0.bb: Searching for libassuan_pkgconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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/build-st-3496823/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/meta/recipes-support/pinentry/pinentry_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/libassuan_pkgconf.patch for libassuan_pkgconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb: Searching for gpg-error_pkconf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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/pinentry/pinentry_1.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry-1.3.0/gpg-error_pkconf.patch for gpg-error_pkconf.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-support/pinentry/pinentry_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/build-st-3496823/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-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-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-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/build-st-3496823/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-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meta/recipes-support/libunistring/libunistring_1.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meta/recipes-support/libunistring/libunistring_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-support/libunistring/libunistring_1.2.bb:26)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_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/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libunistring/libunistring_1.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/libunistring/libunistring_1.2.bb:26)\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/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/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-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-support/libunistring/libunistring_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/liburi-perl_5.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/perl/liburi-perl_5.28.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/liburi-perl_5.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/perl/liburi-perl_5.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/rust/rust-llvm_1.75.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/rust/rust-llvm_1.75.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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-llvm_1.75.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/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-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/rust/rust-llvm_1.75.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/rust/rust-llvm_1.75.0.bb:0)\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/build-st-3496823/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/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-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-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/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/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/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-support/libmicrohttpd/libmicrohttpd_1.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb\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-support/libmicrohttpd/libmicrohttpd_1.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-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_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/autotools.bbclass:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_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-support/libunistring/libunistring_1.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_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-support/libmicrohttpd/libmicrohttpd_1.0.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/libmicrohttpd/libmicrohttpd_1.0.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_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-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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/libmicrohttpd/libmicrohttpd_1.0.1.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_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-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-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-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-support/libunistring/libunistring_1.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/libunistring/libunistring_1.2.bb:0)\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-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-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-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-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-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-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-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/perl/liburi-perl_5.28.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.28/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.28/\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.28/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.28/\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.28.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.28.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.28/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.28/\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.28/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.28/\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.28.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-3496823/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-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs-0.1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs-0.1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs-0.1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs-0.1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs-0.1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-extended/hello-rs/hello-rs_0.1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-support/libunistring/libunistring_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/liburi-perl_5.28.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.28/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.28/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.28/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.28/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.28/\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.28.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.28.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.28/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.28/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.28/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.28/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.28/\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-support/libmicrohttpd/libmicrohttpd_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/perl/liburi-perl_5.28.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-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-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-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-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-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-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-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-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-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-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-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-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/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-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-wcwidth_0.2.13.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth-0.2.13/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.13/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.13/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.13/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.13/\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.13.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-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-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-pygments_2.18.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-pygments_2.18.0.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-pygments_2.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/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_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-pygments_2.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-devtools/python/python3-pygments_2.18.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-pygments_2.18.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-pygments_2.18.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-pygments_2.18.0.bb:11)\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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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:21)\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-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-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:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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-devtools/rust/rust-llvm_1.75.0.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/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:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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-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-devtools/rust/rust-llvm_1.75.0.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.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for rv32-missing-syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-missing-syscalls.patch for rv32-missing-syscalls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for rv32-rustix-libc-backend.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch for rv32-rustix-libc-backend.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for rv32-cargo-rustix-0.38.19-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.19-fix.patch for rv32-cargo-rustix-0.38.19-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for 0001-Handle-vendored-sources-when-remapping-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Handle-vendored-sources-when-remapping-paths.patch for 0001-Handle-vendored-sources-when-remapping-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for repro-issue-fix-with-v175.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/repro-issue-fix-with-v175.patch for repro-issue-fix-with-v175.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for 0001-cargo-do-not-write-host-information-into-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch for 0001-cargo-do-not-write-host-information-into-compilation.patch\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/rust/rust-llvm_1.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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-support/attr/attr_2.5.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:1: including attr.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.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-support/attr/attr.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.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/attr/attr_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-support/attr/attr.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_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-support/attr/attr.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_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-graphics/vulkan/vulkan-tools_1.3.283.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.283.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.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/attr/attr.inc:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.283.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.283.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for rv32-missing-syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-missing-syscalls.patch for rv32-missing-syscalls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for rv32-rustix-libc-backend.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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-graphics/vulkan/vulkan-tools_1.3.283.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.283.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch for rv32-rustix-libc-backend.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-tools_1.3.283.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.283.0.bb:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for rv32-cargo-rustix-0.38.19-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.19-fix.patch for rv32-cargo-rustix-0.38.19-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for 0001-Handle-vendored-sources-when-remapping-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Handle-vendored-sources-when-remapping-paths.patch for 0001-Handle-vendored-sources-when-remapping-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for repro-issue-fix-with-v175.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/repro-issue-fix-with-v175.patch for repro-issue-fix-with-v175.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for 0001-cargo-do-not-write-host-information-into-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch for 0001-cargo-do-not-write-host-information-into-compilation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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-support/libunistring/libunistring_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-support/libmicrohttpd/libmicrohttpd_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-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_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/rust/rust-llvm_1.75.0.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-support/libmicrohttpd/libmicrohttpd_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/rust/rust-llvm_1.75.0.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.75.0.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.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-support/libunistring/libunistring_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/rust/rust-llvm_1.75.0.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.75.0.bb: Searching for rv32-missing-syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-support/libmicrohttpd/libmicrohttpd_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-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-missing-syscalls.patch for rv32-missing-syscalls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for rv32-rustix-libc-backend.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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/rust/rust-llvm_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch for rv32-rustix-libc-backend.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for rv32-cargo-rustix-0.38.19-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.19-fix.patch for rv32-cargo-rustix-0.38.19-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for 0001-Handle-vendored-sources-when-remapping-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Handle-vendored-sources-when-remapping-paths.patch for 0001-Handle-vendored-sources-when-remapping-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for repro-issue-fix-with-v175.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/repro-issue-fix-with-v175.patch for repro-issue-fix-with-v175.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb: Searching for 0001-cargo-do-not-write-host-information-into-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch for 0001-cargo-do-not-write-host-information-into-compilation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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.75.0.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.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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.75.0.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.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-support/libunistring/libunistring_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-support/attr/attr_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/rust/rust-llvm_1.75.0.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-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-3496823/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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/poison/poison.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/poison/poison.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/meta-selftest/recipes-test/poison/poison.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/build-st-3496823/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/build-st-3496823/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-support/libmicrohttpd/libmicrohttpd_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/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/build-st-3496823/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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-3496823/meta-selftest/recipes-devtools/python/python-async-test.inc:7)\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-3496823/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-devtools/python/python3-pycairo_1.26.0.bb: SITE files ['endian-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.26.0.bb: SITE files ['endian-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.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/python/python3-pygments_2.18.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.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/python/python3-pygments_2.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/python/python3-pygments_2.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/python/python3-pygments_2.18.0.bb:0)\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-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/python/python3-pycairo_1.26.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-pycairo_1.26.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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.26.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/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-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-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/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-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-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-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-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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb\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/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-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-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-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-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-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-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/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/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-devtools/python/python3-pycairo_1.26.0.bb: SITE 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: 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/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-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/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/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/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/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-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/gcc/gcc-source_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb\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-devtools/gcc/gcc-source_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\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/gcc/gcc-source_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\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-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-devtools/gcc/gcc-source_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_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/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-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-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-devtools/gcc/gcc-source_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_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/gcc/gcc-common.inc:11)\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-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/gcc/gcc-source_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:2: including recipes-devtools/gcc/gcc-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_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/gcc/gcc-source_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/recipes-devtools/gcc/gcc-source.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.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-devtools/gcc/gcc-source_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend:2: including test_recipe.inc\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/gcc/gcc-source_14.1.bb: CONF file 'test_recipe.inc' not found\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.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/attr/attr_2.5.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.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-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/webkit/webkitgtk_2.44.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.44.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.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/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/webkit/webkitgtk_2.44.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-sato/webkit/webkitgtk_2.44.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.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/attr/attr_2.5.2.bb:0)\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-sato/webkit/webkitgtk_2.44.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/webkit/webkitgtk_2.44.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.44.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-sato/webkit/webkitgtk_2.44.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/error/error.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/error/error.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.44.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/gobject-introspection.bbclass:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.44.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-sato/webkit/webkitgtk_2.44.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/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-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-sato/webkit/webkitgtk_2.44.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-sato/webkit/webkitgtk_2.44.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.44.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/webkit/webkitgtk_2.44.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb: 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.44.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-sato/webkit/webkitgtk_2.44.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb: SITE 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: 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-sato/webkit/webkitgtk_2.44.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-sato/webkit/webkitgtk_2.44.1.bb:22)\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-devtools/gcc/gcc-source_14.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-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/build-st-3496823/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-3496823/meta-selftest/recipes-devtools/python/python3-async-test_0.6.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_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/python/python3-pytz_2024.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2024.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2024.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-pytz_2024.1.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2024.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-pytz_2024.1.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2024.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-pytz_2024.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-pytz_2024.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-pytz_2024.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-pytz_2024.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-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/python/python3-pytz_2024.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-pytz_2024.1.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2024.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/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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/meta/recipes-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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/meta/recipes-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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/meta/recipes-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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/meta/recipes-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.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/build-st-3496823/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-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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/meta/recipes-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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-3496823/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-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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/meta/recipes-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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/meta/recipes-devtools/gcc/gcc-source_14.1.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.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/meta/recipes-devtools/gcc/gcc-source_14.1.bb: Searching for 0026-libstdc-Fix-typo-in-_Grapheme_cluster_view-_Iterator.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-14.1.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-14.1.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-14.1.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-14.1.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-14.1.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_14.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc/0026-libstdc-Fix-typo-in-_Grapheme_cluster_view-_Iterator.patch for 0026-libstdc-Fix-typo-in-_Grapheme_cluster_view-_Iterator.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_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-gnome/gnome/adwaita-icon-theme_46.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_46.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_46.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_46.0.bb:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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_46.0.bb:13)\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-gnome/gnome/adwaita-icon-theme_46.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-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_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-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_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-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-gnome/gnome/adwaita-icon-theme_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-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-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-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-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-support/attr/attr_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-support/libmicrohttpd/libmicrohttpd_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/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-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-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/gettext/gettext_0.22.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:23: including gettext-sources.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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/gettext/gettext_0.22.5.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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.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-core/gettext/gettext_0.22.5.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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-core/gettext/gettext_0.22.5.bb:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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/gettext/gettext_0.22.5.bb:34)\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-core/gettext/gettext_0.22.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/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-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-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-3496823/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-gnome/gnome/adwaita-icon-theme_46.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/glibc/glibc-y2038-tests_2.39.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.bb:1: including glibc_2.39.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:1: including glibc.inc\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-core/glibc/glibc-y2038-tests_2.39.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-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-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-core/glibc/glibc-y2038-tests_2.39.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-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-core/glibc/glibc-y2038-tests_2.39.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/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/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-core/glibc/glibc-y2038-tests_2.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-core/glibc/glibc.inc:8)\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-core/glibc/glibc-y2038-tests_2.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-core/glibc/glibc-y2038-tests_2.39.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.39.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/gettext/gettext_0.22.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/glibc/glibc-y2038-tests_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:2: including glibc-version.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/file1 for file1\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/file2 for file2\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/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:129: including glibc-package.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/file3 for file3\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.44.1.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.44.1/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.44.1/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.44.1/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.44.1/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.44.1/\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.44.1.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.44.1.bb: Searching for reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.44.1/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.44.1/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.44.1/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.44.1/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.44.1/\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.44.1.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.44.1.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.44.1/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.44.1/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.44.1/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.44.1/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.44.1/\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.44.1.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.44.1.bb: Searching for no-musttail-arm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.44.1/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.44.1/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.44.1/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.44.1/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.44.1/\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.44.1.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-core/glibc/glibc-y2038-tests_2.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-core/glibc/glibc-package.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.44.1.bb: Searching for t6-not-declared.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.44.1/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.44.1/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.44.1/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.44.1/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.44.1/\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.44.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/t6-not-declared.patch for t6-not-declared.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk_2.44.1.bb: Searching for 30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk-2.44.1/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.44.1/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.44.1/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.44.1/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.44.1/\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.44.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/webkitgtk/30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch for 30e1d5e22213fdaca2a29ec3400c927d710a37a8.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.bb:2: including glibc-tests.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/file1 for file1\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.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.39.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local-6.03/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local_6.03.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-local/file2 for file2\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.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-y2038-tests_2.39.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.39.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2024.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-pytz_2024.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz_2024.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-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb\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-devtools/binutils/binutils_2.42.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.42/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.42/\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.42/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.42/\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/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/python/python3-pytz_2024.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_2.42.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/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-devtools/binutils/binutils_2.42.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.42/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.42/\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.42/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.42/\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.42.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/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-devtools/binutils/binutils_2.42.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.42/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.42/\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.42/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.42/\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/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-devtools/binutils/binutils_2.42.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-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/binutils/binutils_2.42.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.42/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.42/\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.42/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.42/\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.42.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/python/python3-pytz_2024.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-pytz_2024.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.bb: Searching for 0015-gprofng-change-use-of-bignum-to-bigint.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.42/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.42/\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.42/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.42/\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.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-change-use-of-bignum-to-bigint.patch for 0015-gprofng-change-use-of-bignum-to-bigint.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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.42/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.42/\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.42/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.42/\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.42.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/binutils/binutils_2.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/binutils/binutils_2.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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/gnome/adwaita-icon-theme_46.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-devtools/binutils/binutils_2.42.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.42.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.42/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.42/\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.42/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.42/\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/gnome/adwaita-icon-theme_46.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-devtools/binutils/binutils_2.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.bb: Searching for 0015-gprofng-change-use-of-bignum-to-bigint.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.42/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.42/\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.42/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.42/\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.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-change-use-of-bignum-to-bigint.patch for 0015-gprofng-change-use-of-bignum-to-bigint.patch\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-devtools/binutils/binutils_2.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-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-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-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-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-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-support/attr/attr_2.5.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.2/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.2/\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.2/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.2/\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.2.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.2.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.2/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.2/\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.2/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.2/\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.2.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-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/attr/attr_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-core/glibc/glibc-y2038-tests_2.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-devtools/binutils/binutils_2.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_46.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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.42/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.42/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.42/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.42/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.42/\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/gnome/adwaita-icon-theme_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-devtools/binutils/binutils_2.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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/gnome/adwaita-icon-theme_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-support/attr/attr_2.5.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.2/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.2/\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.2/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.2/\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/binutils/binutils_2.42.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-support/attr/attr_2.5.2.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-devtools/binutils/binutils_2.42.bb: Searching for 0015-gprofng-change-use-of-bignum-to-bigint.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.42/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.42/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.42/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.42/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.42/\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/attr/attr_2.5.2.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.2/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.2/\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.2/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.2/\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/binutils/binutils_2.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-change-use-of-bignum-to-bigint.patch for 0015-gprofng-change-use-of-bignum-to-bigint.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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.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/binutils/binutils_2.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-gnome/gnome/adwaita-icon-theme_46.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_46.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-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-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-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/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/attr/attr_2.5.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr-2.5.2/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.2/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.2/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.2/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.2/\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.2.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.2.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.2/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.2/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.2/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.2/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.2/\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.2.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-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/attr_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-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-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/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-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-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-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-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/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-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-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-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-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-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-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-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-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-core/gettext/gettext_0.22.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/gettext/gettext_0.22.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_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/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/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-core/gettext/gettext_0.22.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/gettext/gettext_0.22.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/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-core/gettext/gettext_0.22.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/gettext/gettext_0.22.5.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-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-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-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:269)\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:269)\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-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-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:487)\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-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-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-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-core/gettext/gettext_0.22.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/images/core-image-kernel-dev.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/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-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-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-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-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-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_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-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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/hello.c for hello.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hardlink/selftest-hardlink/gdb.sh for gdb.sh\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/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-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/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-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-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-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-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-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-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-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/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-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-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-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-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/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/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-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-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-gnome/gnome/adwaita-icon-theme_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-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-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: Searching for readline82-001.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/readline82-001.patch for readline82-001.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-002.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/readline82-002.patch for readline82-002.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-003.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/readline82-003.patch for readline82-003.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-004.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/readline82-004.patch for readline82-004.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-005.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/readline82-005.patch for readline82-005.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-006.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/readline82-006.patch for readline82-006.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-007.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/readline82-007.patch for readline82-007.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-008.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/readline82-008.patch for readline82-008.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-009.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/readline82-009.patch for readline82-009.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-010.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/readline82-010.patch for readline82-010.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-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+git/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+git/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+git/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+git/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+git/\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-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-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-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-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: Searching for readline82-001.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-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-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-001.patch for readline82-001.patch\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-core/readline/readline_8.2.bb: Searching for readline82-002.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/readline82-002.patch for readline82-002.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-003.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-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-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-003.patch for readline82-003.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-004.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-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-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-004.patch for readline82-004.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-005.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/readline82-005.patch for readline82-005.patch\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-core/readline/readline_8.2.bb: Searching for readline82-006.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/readline82-006.patch for readline82-006.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-007.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/readline82-007.patch for readline82-007.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-008.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/readline82-008.patch for readline82-008.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-009.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/readline82-009.patch for readline82-009.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-010.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-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-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-010.patch for readline82-010.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-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/gettext/gettext_0.22.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/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-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-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-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/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-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/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-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-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/python/python3-pytz_2024.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2024.1/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-2024.1/\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-2024.1/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-2024.1/\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-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-devtools/python/python3-pytz_2024.1.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-core/readline/readline_8.2.bb: Searching for readline82-001.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-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-core/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-001.patch for readline82-001.patch\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-core/readline/readline_8.2.bb: Searching for readline82-002.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/glibc/glibc-y2038-tests_2.39.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/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-002.patch for readline82-002.patch\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-core/readline/readline_8.2.bb: Searching for readline82-003.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/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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/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-core/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-003.patch for readline82-003.patch\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-core/glibc/glibc-y2038-tests_2.39.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/readline/readline_8.2.bb: Searching for readline82-004.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/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-004.patch for readline82-004.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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/readline/readline_8.2.bb: Searching for readline82-005.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/glibc/glibc-y2038-tests_2.39.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/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-005.patch for readline82-005.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-006.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/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-006.patch for readline82-006.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.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/readline/readline_8.2.bb: Searching for readline82-007.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/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-007.patch for readline82-007.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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/readline/readline_8.2.bb: Searching for readline82-008.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/glibc/glibc-y2038-tests_2.39.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/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-008.patch for readline82-008.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb: Searching for readline82-009.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/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-009.patch for readline82-009.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.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/readline/readline_8.2.bb: Searching for readline82-010.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/readline/readline_8.2.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline/readline82-010.patch for readline82-010.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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-pytz_2024.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2024.1/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-2024.1/\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-2024.1/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-2024.1/\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_2024.1.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-core/glibc/glibc-y2038-tests_2.39.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/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/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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.39.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-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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-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-core/glibc/glibc-y2038-tests_2.39.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-devtools/python/python3-pytz_2024.1.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytz-2024.1/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-2024.1/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-2024.1/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-2024.1/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-2024.1/\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-core/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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-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-devtools/python/python3-pytz_2024.1.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-core/glibc/glibc-y2038-tests_2.39.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-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-core/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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-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-core/glibc/glibc-y2038-tests_2.39.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-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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.39.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-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-core/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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-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-core/glibc/glibc-y2038-tests_2.39.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/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-core/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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/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-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-core/glibc/glibc-y2038-tests_2.39.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/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-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/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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.39.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-y2038-tests_2.39.bb: Searching for 0023-qemu-stale-process.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.39+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.39+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.39+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.39+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.39+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-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-core/glibc/glibc-y2038-tests_2.39.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0023-qemu-stale-process.patch for 0023-qemu-stale-process.patch\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/glibc/glibc-y2038-tests_2.39.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.39+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.39+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.39+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.39+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.39+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.39.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-core/glibc/glibc-y2038-tests_2.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-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-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-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-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_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-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-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-bsp/pciutils/pciutils_3.13.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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.13.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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-bsp/pciutils/pciutils_3.13.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.13.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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.13.0.bb:17)\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-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-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-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-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-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-support/libgit2/libgit2_1.8.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgit2/libgit2_1.8.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb: SITE files ['endian-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/relocatable.bbclass (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/libgit2/libgit2_1.8.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.8.1.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/nopackages.bbclass (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/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/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-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-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-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-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/gettext/gettext_0.22.5.bb: Searching for parallel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/\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.5/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.5/\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.5.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.5.bb: Searching for use-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/\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.5/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.5/\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.5.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.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/\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.5/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.5/\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.5.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-core/gettext/gettext_0.22.5.bb: Searching for serial-tests-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/\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.5/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.5/\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.5.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-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-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-core/gettext/gettext_0.22.5.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.5/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.5/\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.5/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.5/\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.5.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-core/gettext/gettext_0.22.5.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.5/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.5/\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.5/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.5/\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.5.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-core/gettext/gettext_0.22.5.bb: Searching for 0001-intl-Fix-build-failure-with-make-j.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/\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.5/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.5/\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/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/gettext/gettext_0.22.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/0001-intl-Fix-build-failure-with-make-j.patch for 0001-intl-Fix-build-failure-with-make-j.patch\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-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-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-core/gettext/gettext_0.22.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-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-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-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-core/expat/expat_2.6.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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-core/expat/expat_2.6.2.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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-core/expat/expat_2.6.2.bb:24)\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-core/expat/expat_2.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-core/expat/expat_2.6.2.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.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-core/gettext/gettext_0.22.5.bb: Searching for parallel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/\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.5/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.5/\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-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-core/gettext/gettext_0.22.5.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.5.bb: Searching for use-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/\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.5/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.5/\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-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-core/gettext/gettext_0.22.5.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/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-core/expat/expat_2.6.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-core/expat/expat_2.6.2.bb:24)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/\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.5/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.5/\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.5.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-core/gettext/gettext_0.22.5.bb: Searching for serial-tests-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/\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.5/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.5/\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-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-core/gettext/gettext_0.22.5.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/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-core/gettext/gettext_0.22.5.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.5/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.5/\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.5/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.5/\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.5.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/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-core/gettext/gettext_0.22.5.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.5/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.5/\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.5/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.5/\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-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-core/gettext/gettext_0.22.5.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-core/gettext/gettext_0.22.5.bb: Searching for 0001-intl-Fix-build-failure-with-make-j.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/\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.5/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.5/\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.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/0001-intl-Fix-build-failure-with-make-j.patch for 0001-intl-Fix-build-failure-with-make-j.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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/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-extended/images/core-image-kernel-dev.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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/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-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-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/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-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-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-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-core/gettext/gettext_0.22.5.bb: Searching for parallel.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/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.5/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.5/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.5/\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.5.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.5.bb: Searching for use-pkgconfig.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/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.5/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.5/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.5/\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-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-core/gettext/gettext_0.22.5.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.5.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/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.5/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.5/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.5/\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.5.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-core/gettext/gettext_0.22.5.bb: Searching for serial-tests-config.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/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.5/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.5/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.5/\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.5.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-core/gettext/gettext_0.22.5.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.5/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.5/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.5/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.5/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.5/\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-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-core/gettext/gettext_0.22.5.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-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-core/gettext/gettext_0.22.5.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.5/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.5/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.5/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.5/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.5/\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.5.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-core/gettext/gettext_0.22.5.bb: Searching for 0001-intl-Fix-build-failure-with-make-j.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-0.22.5/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.5/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.5/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.5/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.5/\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-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-core/gettext/gettext_0.22.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext/0001-intl-Fix-build-failure-with-make-j.patch for 0001-intl-Fix-build-failure-with-make-j.patch\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-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-core/gettext/gettext_0.22.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/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-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-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-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-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-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-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-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-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-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-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/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/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-gnome/librsvg/librsvg_2.57.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: 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/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/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-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-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/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-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-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-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-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/libgit2/libgit2_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-support/libgit2/libgit2_1.8.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgit2/libgit2_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/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/libgit2/libgit2_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/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-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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/anstream/0.6.5/download to anstream-0.6.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.12/download to assert_cmd-2.0.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/chrono/0.4.31/download to chrono-0.4.31.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/clap/4.4.11/download to clap-4.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/criterion/0.5.1/download to criterion-0.5.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cssparser/0.31.2/download to cssparser-0.31.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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.57.1.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.57.1.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-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.29/download to futures-channel-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-task/0.3.29/download to futures-task-0.3.29.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.12/download to linux-raw-sys-0.4.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.8/download to matrixmultiply-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.crate\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-gnome/librsvg/librsvg_2.57.1.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-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/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/num-complex/0.4.4/download to num-complex-0.4.4.crate\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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/num-traits/0.2.17/download to num-traits-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/pango/0.18.3/download to pango-0.18.3.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.0.crate\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/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/phf/0.11.2/download to phf-0.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/png/0.17.10/download to png-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/predicates/3.0.4/download to predicates-3.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/proc-macro-crate/2.0.1/download to proc-macro-crate-2.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-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/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.16/download to ryu-1.0.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/selectors/0.25.0/download to selectors-0.25.0.crate\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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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/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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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/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-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-core/expat/expat_2.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-core/expat/expat_2.6.2.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.7/download to simd-adler32-0.3.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\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/libtool/libtool-cross_2.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.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-recipe/nopackages.bbclass (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.57.1.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-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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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/expat/expat_2.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/libtool/libtool-cross_2.5.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:1: including libtool-2.5.0.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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/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-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-devtools/libtool/libtool-cross_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-devtools/libtool/libtool-2.5.0.inc: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/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-core/expat/expat_2.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-core/expat/expat_2.6.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_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-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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-devtools/libtool/libtool-cross_2.5.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/libtool/libtool-2.5.0.inc:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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/libtool/libtool-cross_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/recipes-devtools/libtool/libtool-cross_2.5.0.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-connectivity/dhcpcd/dhcpcd_10.0.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/toml/0.8.2/download to toml-0.8.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd_10.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/dhcpcd/dhcpcd_10.0.8.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-connectivity/dhcpcd/dhcpcd_10.0.8.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.8.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.20.2/download to toml_edit-0.20.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-connectivity/dhcpcd/dhcpcd_10.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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-connectivity/dhcpcd/dhcpcd_10.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.57.1.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.14/download to unicode-bidi-0.3.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-connectivity/dhcpcd/dhcpcd_10.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/dhcpcd/dhcpcd_10.0.8.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-connectivity/dhcpcd/dhcpcd_10.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/dhcpcd/dhcpcd_10.0.8.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-connectivity/dhcpcd/dhcpcd_10.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.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.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/wide/0.7.13/download to wide-0.7.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/windows-core/0.51.1/download to windows-core-0.51.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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/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/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-devtools/libtool/libtool-cross_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/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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/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-connectivity/dhcpcd/dhcpcd_10.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/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-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-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-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/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/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/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-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-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-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-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/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/gcc/gcc-crosssdk_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_14.1.bb\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-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-devtools/gcc/gcc-crosssdk_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_14.1.bb:1: including recipes-devtools/gcc/gcc-cross_14.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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/gcc/gcc-crosssdk_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_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-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-devtools/gcc/gcc-crosssdk_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_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/gcc/gcc-common.inc:11)\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/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:55)\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:56)\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:57)\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/libtool/libtool-cross_2.5.0.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-cross_2.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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-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-devtools/libtool/libtool-cross_2.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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-cross_2.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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-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-devtools/libtool/libtool-cross_2.5.0.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.5.0.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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-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/libtool/libtool-cross_2.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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-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-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-devtools/libtool/libtool-cross_2.5.0.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/gcc/gcc-crosssdk_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:2: including gcc-cross.inc\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-devtools/libtool/libtool-cross_2.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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/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-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-devtools/libtool/libtool-cross_2.5.0.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.5.0.bb: Searching for nohardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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/gcc/gcc-crosssdk_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/gcc/gcc-cross.inc:1)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.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-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-devtools/libtool/libtool-cross_2.5.0.bb: Searching for filefix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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/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-devtools/libtool/libtool-cross_2.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/filefix.patch for filefix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb: Searching for fixinstall.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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/gcc/gcc-crosssdk_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-devtools/libtool/libtool-cross_2.5.0.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/libtool-cross_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/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-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-support/libpcre/libpcre2_10.44.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb\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-support/libpcre/libpcre2_10.44.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.44.bb:29)\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-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-support/libpcre/libpcre2_10.44.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (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: 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-devtools/gcc/gcc-crosssdk_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-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-support/libpcre/libpcre2_10.44.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.44.bb:29)\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-gnome/librsvg/librsvg_2.57.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/handle-hup.patch for handle-hup.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.44.bb:29)\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-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-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-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-devtools/gcc/gcc-crosssdk_14.1.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-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-devtools/gcc/gcc-crosssdk_14.1.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-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-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-devtools/gcc/gcc-crosssdk_14.1.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-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-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-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-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-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-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-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-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-devtools/gcc/gcc-crosssdk_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_14.1.bb:2: including gcc-crosssdk.inc\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-devtools/gcc/gcc-crosssdk_14.1.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-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-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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb\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-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/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-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/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-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-connectivity/dhcpcd/dhcpcd_10.0.8.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.8/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.8/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.8/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.8/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.8/\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.8.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-connectivity/dhcpcd/dhcpcd_10.0.8.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.8/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.8/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.8/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.8/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.8/\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.8.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.8.bb: Searching for dhcpcd.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.8/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.8/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.8/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.8/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.8/\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.8.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.8.bb: Searching for dhcpcd@.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/dhcpcd/dhcpcd-10.0.8/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.8/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.8/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.8/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.8/\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-support/libpcre/libpcre2_10.44.bb: 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.8.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.8.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.8/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.8/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.8/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.8/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.8/\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.8.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.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/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-3496823/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-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-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-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/gcc/gcc-crosssdk_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-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/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-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-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/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-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-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-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-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/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-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-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-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-gnome/librsvg/librsvg_2.57.1.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/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/librsvg/librsvg_2.57.1.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/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-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-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/\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-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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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/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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstream/0.6.5/download to anstream-0.6.5.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\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/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.12/download to assert_cmd-2.0.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-core/meta/buildtools-make-tarball.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-gnome/librsvg/librsvg_2.57.1.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-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/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.crate\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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.crate\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-gnome/librsvg/librsvg_2.57.1.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/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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/chrono/0.4.31/download to chrono-0.4.31.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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/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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap/4.4.11/download to clap-4.4.11.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.0.crate\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-gnome/librsvg/librsvg_2.57.1.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/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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.crate\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-gnome/librsvg/librsvg_2.57.1.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/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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/criterion/0.5.1/download to criterion-0.5.1.crate\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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cssparser/0.31.2/download to cssparser-0.31.2.crate\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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/cstr/0.2.11/download to cstr-0.2.11.crate\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/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/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.29/download to futures-channel-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-task/0.3.29/download to futures-task-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.29.crate\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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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/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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.12/download to linux-raw-sys-0.4.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.0.crate\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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-devtools/gcc/gcc-crosssdk_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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.8/download to matrixmultiply-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.crate\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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/num-complex/0.4.4/download to num-complex-0.4.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/num-traits/0.2.17/download to num-traits-0.2.17.crate\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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-support/libpcre/libpcre2_10.44.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.44.bb:0)\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-gnome/librsvg/librsvg_2.57.1.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-support/libpcre/libpcre2_10.44.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/pango/0.18.3/download to pango-0.18.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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/siteinfo.bbclass (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.57.1.bb: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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/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-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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-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-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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/phf/0.11.2/download to phf-0.11.2.crate\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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.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.57.1.bb: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.2.crate\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-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-gnome/librsvg/librsvg_2.57.1.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-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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/png/0.17.10/download to png-0.17.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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.57.1.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/libpcre/libpcre2_10.44.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.44.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/predicates/3.0.4/download to predicates-3.0.4.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.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/proc-macro-crate/2.0.1/download to proc-macro-crate-2.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.0.crate\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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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/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-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-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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.16/download to ryu-1.0.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/selectors/0.25.0/download to selectors-0.25.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-core/expat/expat_2.6.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.6.2/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.6.2/\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.6.2/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.6.2/\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.57.1.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-core/expat/expat_2.6.2.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.57.1.bb: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.7/download to simd-adler32-0.3.7.crate\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/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\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/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.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-support/libpcre/libpcre2_10.44.bb: 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.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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/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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/toml/0.8.2/download to toml-0.8.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.20.2/download to toml_edit-0.20.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.14/download to unicode-bidi-0.3.14.crate\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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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/expat/expat_2.6.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.6.2/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.6.2/\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.6.2/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.6.2/\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.57.1.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-core/expat/expat_2.6.2.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.57.1.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-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/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.crate\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/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\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/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/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/wide/0.7.13/download to wide-0.7.13.crate\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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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-gnome/librsvg/librsvg_2.57.1.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.57.1.bb: Fetching https://crates.io/api/v1/crates/windows-core/0.51.1/download to windows-core-0.51.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.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-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-gnome/librsvg/librsvg_2.57.1.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-gnome/librsvg/librsvg_2.57.1.bb: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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/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-gnome/librsvg/librsvg_2.57.1.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-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-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-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-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/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-core/expat/expat_2.6.2.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat-2.6.2/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.6.2/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.6.2/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.6.2/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.6.2/\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.6.2.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-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/libsdl2/libsdl2_2.30.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb\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/libsdl2/libsdl2_2.30.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-graphics/libsdl2/libsdl2_2.30.3.bb:30)\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-graphics/libsdl2/libsdl2_2.30.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-graphics/libsdl2/libsdl2_2.30.3.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.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-graphics/libsdl2/libsdl2_2.30.3.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.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/libsdl2/libsdl2_2.30.3.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.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-graphics/libsdl2/libsdl2_2.30.3.bb:30)\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-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-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-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/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-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-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-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-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-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/libpcre/libpcre2_10.44.bb: 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-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-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/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-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/python/python3-numpy_1.26.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.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-numpy_1.26.4.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.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-numpy_1.26.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-numpy_1.26.4.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.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-numpy_1.26.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-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-numpy_1.26.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-numpy_1.26.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-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-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-numpy_1.26.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-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-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-devtools/python/python3-numpy_1.26.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/python/python3-numpy_1.26.4.bb:23)\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/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meta/recipes-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb: Searching for testfile in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-subdir/testfile for testfile\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-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-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-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-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-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-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-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-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-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-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/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-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/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-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-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-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-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/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-gnome/librsvg/librsvg_2.57.1.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.57.1/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.57.1/\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.57.1/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.57.1/\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.57.1.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.57.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/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/python/python3-sphinxcontrib-applehelp_1.0.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb\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-devtools/python/python3-sphinxcontrib-applehelp_1.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/python3-sphinxcontrib-applehelp_1.0.8.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.0.8.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.8.bb:10)\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/python/python3-sphinxcontrib-applehelp_1.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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.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/rsync/rsync_3.3.0.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.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/rsync/rsync_3.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-sphinxcontrib-applehelp_1.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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_1.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-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-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-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-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-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-support/libpcre/libpcre2_10.44.bb: 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: 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-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-gnome/librsvg/librsvg_2.57.1.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.57.1/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.57.1/\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.57.1/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.57.1/\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/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/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/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-support/libpcre/libpcre2_10.44.bb: SITE files ['endian-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/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/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.57.1.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.57.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-support/libpcre/libpcre2_10.44.bb: SITE 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-graphics/libsdl2/libsdl2_2.30.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-graphics/libsdl2/libsdl2_2.30.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.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/libsdl2/libsdl2_2.30.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-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-graphics/libsdl2/libsdl2_2.30.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-graphics/libsdl2/libsdl2_2.30.3.bb:0)\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-devtools/rsync/rsync_3.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-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-gnome/librsvg/librsvg_2.57.1.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.57.1/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.57.1/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.57.1/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.57.1/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.57.1/\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.57.1.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.57.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-3496823/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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/build-st-3496823/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/build-st-3496823/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/python/python3-numpy_1.26.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-numpy_1.26.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.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-3496823/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-3496823/meta-selftest/recipes-devtools/rust/rust-c-lib-example-bin_git.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy_1.26.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-numpy_1.26.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-numpy_1.26.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-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-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-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-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-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/build-st-3496823/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-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/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-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-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-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-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-devtools/qemu/qemu_9.0.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb\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/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-devtools/qemu/qemu_9.0.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb:3: including qemu.inc\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-devtools/qemu/qemu_9.0.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-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-devtools/qemu/qemu_9.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/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.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_9.0.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-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-devtools/qemu/qemu_9.0.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-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-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-devtools/qemu/qemu_9.0.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-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-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-devtools/qemu/qemu_9.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/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.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-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-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-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-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/libcap-ng/libcap-ng_0.8.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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/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/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/libcap-ng/libcap-ng_0.8.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:1: including libcap-ng.inc\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/qemu/qemu_9.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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/libcap-ng/libcap-ng_0.8.5.bb:3)\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-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/libcap-ng/libcap-ng_0.8.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/libcap-ng/libcap-ng_0.8.5.bb:3)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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/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-devtools/rsync/rsync_3.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/rsync/rsync_3.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.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/rsync/rsync_3.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/rsync/rsync_3.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/rsync/rsync_3.3.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_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-devtools/python/python3-sphinxcontrib-applehelp_1.0.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-applehelp_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-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-devtools/python/python3-sphinxcontrib-applehelp_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/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-devtools/python/python3-sphinxcontrib-applehelp_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-devtools/python/python3-sphinxcontrib-applehelp_1.0.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-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-support/libcap-ng/libcap-ng_0.8.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/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-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/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/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-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-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/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-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/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-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/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/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/build-st-3496823/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/build-st-3496823/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-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-devtools/rsync/rsync_3.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/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/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-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-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-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-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-extended/minicom/minicom_2.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.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/minicom/minicom_2.9.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.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/minicom/minicom_2.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/minicom/minicom_2.9.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/minicom/minicom_2.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-extended/minicom/minicom_2.9.bb:17)\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-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/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-extended/minicom/minicom_2.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/libcap-ng/libcap-ng_0.8.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/libcap-ng/libcap-ng_0.8.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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/libcap-ng/libcap-ng_0.8.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/libcap-ng/libcap-ng_0.8.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/libcap-ng/libcap-ng_0.8.5.bb:0)\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-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/rsync/rsync_3.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-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-devtools/qemu/qemu_9.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/qemu/qemu_9.0.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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/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-devtools/python/python3-numpy_1.26.4.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.4/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.4/\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.4/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.4/\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.4.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-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-devtools/python/python3-numpy_1.26.4.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.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for fix_reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.4/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.4/\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.4/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.4/\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.4.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-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-devtools/python/python3-numpy_1.26.4.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.4/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.4/\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.4/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.4/\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.4.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.4.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.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for fix_reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.4/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.4/\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.4/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.4/\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.4.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-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-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-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-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-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/minicom/minicom_2.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-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-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/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-numpy_1.26.4.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.4/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.4/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.4/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.4/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.4/\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.4.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-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-devtools/python/python3-numpy_1.26.4.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.4/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.4/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.4/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.4/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.4/\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.4.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-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-devtools/python/python3-numpy_1.26.4.bb: Searching for fix_reproducibility.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.4/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.4/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.4/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.4/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.4/\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.4.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.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-numpy-1.26.4/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.4/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.4/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.4/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.4/\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.4.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/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/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/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/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-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-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-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-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-support/libcap-ng/libcap-ng_0.8.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/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/build-st-3496823/meta-selftest/recipes-test/images/wic-image-minimal.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/images/wic-image-minimal.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/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/images/wic-image-minimal.bb:18)\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/build-st-3496823/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/build-st-3496823/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/meta/recipes-devtools/rsync/rsync_3.3.0.bb: Searching for rsyncd.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.3.0/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.3.0/\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.3.0/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.3.0/\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/build-st-3496823/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-devtools/rsync/rsync_3.3.0.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.3.0.bb: Searching for makefile-no-rebuild.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.bb: Searching for determism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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/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-devtools/rsync/rsync_3.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-urllib3_2.2.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.2.2.bb\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-devtools/python/python3-urllib3_2.2.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-urllib3_2.2.2.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.2.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-urllib3_2.2.2.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.2.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-urllib3_2.2.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-urllib3_2.2.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-urllib3_2.2.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-devtools/rsync/rsync_3.3.0.bb: Searching for rsyncd.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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/python/python3-urllib3_2.2.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/rsync/rsync_3.3.0.bb: Searching for makefile-no-rebuild.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.3.0/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.3.0/\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.3.0/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.3.0/\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/build-st-3496823/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-devtools/rsync/rsync_3.3.0.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.3.0.bb: Searching for determism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.3.0.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.3.0/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.3.0/\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.3.0/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.3.0/\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.3.0.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.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-3496823/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-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-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-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-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/build-st-3496823/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:269)\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-devtools/rsync/rsync_3.3.0.bb: Searching for rsyncd.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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-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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test4_1.5.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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:269)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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/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/rsync/rsync_3.3.0.bb: Searching for makefile-no-rebuild.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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.3.0.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/build-st-3496823/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-3496823/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-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/rsync/rsync_3.3.0.bb: Searching for determism.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync-3.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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.3.0.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/build-st-3496823/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/rsync/rsync_3.3.0.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.3.0/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.3.0/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.3.0/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.3.0/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.3.0/\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.3.0.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/build-st-3496823/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-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-devtools/rsync/rsync_3.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-3496823/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:487)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/meta-selftest/recipes-test/images/wic-image-minimal.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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-3496823/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-devtools/qemu/qemu_9.0.0.bb: Searching for powerpc_rom.bin in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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/build-st-3496823/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-devtools/qemu/qemu_9.0.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_9.0.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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_9.0.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-9.0.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-9.0.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-9.0.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-9.0.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-websockets_12.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.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_9.0.0.bb: Searching for 0002-apic-fixup-fallthrough-to-PIC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch for 0002-apic-fixup-fallthrough-to-PIC.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.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-websockets_12.0.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0003-configure-Add-pkg-config-handling-for-libgcrypt.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0003-configure-Add-pkg-config-handling-for-libgcrypt.patch for 0003-configure-Add-pkg-config-handling-for-libgcrypt.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.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-websockets_12.0.bb:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0004-qemu-Do-not-include-file-if-not-exists.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch for 0004-qemu-Do-not-include-file-if-not-exists.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.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/qemu/qemu_9.0.0.bb: Searching for 0005-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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch for 0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.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/qemu/qemu_9.0.0.bb: Searching for 0006-qemu-Determinism-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-websockets_12.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch for 0006-qemu-Determinism-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0007-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-9.0.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-9.0.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-9.0.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-9.0.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-websockets_12.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch for 0007-tests-meson.build-use-relative-path-to-refer-to-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0008-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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch for 0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.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/qemu/qemu_9.0.0.bb: Searching for 0009-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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch for 0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0010-configure-lookup-meson-exutable-from-PATH.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch for 0010-configure-lookup-meson-exutable-from-PATH.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch for 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for qemu-guest-agent.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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_9.0.0.bb: Searching for qemu-guest-agent.udev in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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/build-st-3496823/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-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/build-st-3496823/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-3496823/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/build-st-3496823/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/qemu/qemu_9.0.0.bb: Searching for powerpc_rom.bin in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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_9.0.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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-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-devtools/qemu/qemu_9.0.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-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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_9.0.0.bb: Searching for 0002-apic-fixup-fallthrough-to-PIC.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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/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-devtools/qemu/qemu_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0002-apic-fixup-fallthrough-to-PIC.patch for 0002-apic-fixup-fallthrough-to-PIC.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-devtools/qemu/qemu_9.0.0.bb: Searching for 0003-configure-Add-pkg-config-handling-for-libgcrypt.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0003-configure-Add-pkg-config-handling-for-libgcrypt.patch for 0003-configure-Add-pkg-config-handling-for-libgcrypt.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0004-qemu-Do-not-include-file-if-not-exists.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0004-qemu-Do-not-include-file-if-not-exists.patch for 0004-qemu-Do-not-include-file-if-not-exists.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-devtools/qemu/qemu_9.0.0.bb: Searching for 0005-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-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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/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-devtools/qemu/qemu_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch for 0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0006-qemu-Determinism-fixes.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0006-qemu-Determinism-fixes.patch for 0006-qemu-Determinism-fixes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0007-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-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0007-tests-meson.build-use-relative-path-to-refer-to-file.patch for 0007-tests-meson.build-use-relative-path-to-refer-to-file.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0008-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-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch for 0008-Define-MAP_SYNC-and-MAP_SHARED_VALIDATE-on-needed-li.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0009-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-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch for 0009-linux-user-Replace-use-of-lfs64-related-functions-an.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0010-configure-lookup-meson-exutable-from-PATH.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0010-configure-lookup-meson-exutable-from-PATH.patch for 0010-configure-lookup-meson-exutable-from-PATH.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu/0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch for 0011-qemu-Ensure-pip-and-the-python-venv-aren-t-used-for-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb: Searching for qemu-guest-agent.init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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_9.0.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-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/qemu/qemu_9.0.0.bb: Searching for qemu-guest-agent.udev in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-9.0.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-9.0.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-9.0.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-9.0.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-9.0.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/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/qemu/qemu_9.0.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-support/libcap-ng/libcap-ng_0.8.5.bb: Searching for 0001-Fix-python-path-when-invoking-py-compile-54.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/0001-Fix-python-path-when-invoking-py-compile-54.patch for 0001-Fix-python-path-when-invoking-py-compile-54.patch\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/libcap-ng/libcap-ng_0.8.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/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/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-support/libcap-ng/libcap-ng_0.8.5.bb: Searching for 0001-Fix-python-path-when-invoking-py-compile-54.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/0001-Fix-python-path-when-invoking-py-compile-54.patch for 0001-Fix-python-path-when-invoking-py-compile-54.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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-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/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/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/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/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-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-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/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-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-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/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/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-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-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/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/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-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/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-support/libcap-ng/libcap-ng_0.8.5.bb: Searching for 0001-Fix-python-path-when-invoking-py-compile-54.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng-0.8.5/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/files/0001-Fix-python-path-when-invoking-py-compile-54.patch for 0001-Fix-python-path-when-invoking-py-compile-54.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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-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-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-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-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-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-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-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/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-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-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-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-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/build-st-3496823/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-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/build-st-3496823/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-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/ncurses/ncurses_6.5.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:1: including ncurses.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_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-core/ncurses/ncurses.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_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/ncurses/ncurses_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-core/ncurses/ncurses.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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.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-core/ncurses/ncurses.inc:13)\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-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-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-core/ncurses/ncurses_6.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-core/ncurses/ncurses.inc:263)\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-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-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-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-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-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/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-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/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-devtools/python/python3-urllib3_2.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/python/python3-urllib3_2.2.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-urllib3_2.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/build-st-3496823/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/python/python3-urllib3_2.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/python/python3-urllib3_2.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/python/python3-urllib3_2.2.2.bb:0)\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/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/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/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/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-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/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-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-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-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-websockets_12.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-websockets_12.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.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-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-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-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-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-devtools/python/python3-websockets_12.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: 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-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-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-devtools/python/python3-websockets_12.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-websockets_12.0.bb:0)\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-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-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/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-core/ncurses/ncurses_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/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-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-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/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-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-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/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-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-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-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-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-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/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-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/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-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/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-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-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:14)\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-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-devtools/gcc/gcc_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal_0.7.1.bb:14)\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-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:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\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-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/gcc/gcc_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.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:14)\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-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:14)\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:14)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_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/gcc/gcc_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-packaging_24.1.bb: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/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-packaging_24.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-packaging_24.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:2: including gcc-target.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-packaging_24.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/gcc/gcc_14.1.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/python/python3-packaging_24.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-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/gcc/gcc_14.1.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-packaging_24.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/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/python/python3-packaging_24.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/gcc/gcc_14.1.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/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/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/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-extended/shadow/shadow_4.15.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:1: including shadow.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/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-extended/shadow/shadow_4.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-extended/shadow/shadow.inc:38)\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-extended/shadow/shadow_4.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-extended/shadow/shadow_4.15.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-extended/shadow/shadow.inc:38)\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-extended/shadow/shadow_4.15.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/shadow/shadow.inc:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.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-extended/shadow/shadow.inc:38)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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/shadow/shadow.inc:191)\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-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/build-st-3496823/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/build-st-3496823/meta-selftest/recipes-test/images/wic-image-minimal.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-extended/shadow/shadow_4.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/gcc/gcc_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/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-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-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-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/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-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-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/python/python3-packaging_24.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-packaging_24.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_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-core/ncurses/ncurses_6.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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/ncurses/ncurses_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-devtools/python/python3-packaging_24.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/ncurses/ncurses_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-devtools/python/python3-packaging_24.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-packaging_24.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_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-core/ncurses/ncurses_6.5.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/images/wic-image-minimal.bb: Using absolute /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/images/wic-image-minimal.wks\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-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-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/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-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-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-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-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-gnome/libportal/libportal_0.7.1.bb: Searching for 0001-meson.build-fix-build-race-when-building-GTK-vapi-fi.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal-0.7.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal-0.7.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal-0.7.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal-0.7.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal-0.7.1/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/libportal/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/files/\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-gnome/libportal/libportal_0.7.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libportal/files/0001-meson.build-fix-build-race-when-building-GTK-vapi-fi.patch for 0001-meson.build-fix-build-race-when-building-GTK-vapi-fi.patch\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-core/ncurses/ncurses_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-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-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-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-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-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-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-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-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-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-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-extended/shadow/shadow_4.15.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/shadow/shadow_4.15.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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/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-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-extended/shadow/shadow_4.15.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/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-extended/shadow/shadow_4.15.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/shadow/shadow_4.15.1.bb:0)\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/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/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-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-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-extended/shadow/shadow_4.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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.4.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.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-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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.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-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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.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-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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.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-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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.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/gstreamer/gstreamer1.0-vaapi_1.24.4.bb:19)\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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.4.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.4.bb:19)\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-core/ncurses/ncurses_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-vaapi_1.24.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/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-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-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/build-st-3496823/meta-selftest/recipes-test/selftest-users/acreategroup.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/acreategroup.bb\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/build-st-3496823/meta-selftest/recipes-test/selftest-users/acreategroup.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/acreategroup.bb:11)\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-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/build-st-3496823/meta-selftest/recipes-test/selftest-users/acreategroup.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-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-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/build-st-3496823/meta-selftest/recipes-test/selftest-users/acreategroup.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/acreategroup.bb:11)\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/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb\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-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-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-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-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-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-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-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-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-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-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-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/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-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-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-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-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-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-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-devtools/gcc/gcc_14.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/gcc/gcc_14.1.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-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-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-extended/shadow/shadow_4.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-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-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/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-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-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/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/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/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-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-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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.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/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-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-multimedia/gstreamer/gstreamer1.0-vaapi_1.24.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/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-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-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-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-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/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-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-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-devtools/valgrind/valgrind_3.23.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb\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/valgrind/valgrind_3.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-devtools/valgrind/valgrind_3.23.0.bb:75)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.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/valgrind/valgrind_3.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-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-devtools/valgrind/valgrind_3.23.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.23.0.bb:75)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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.23.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.23.0.bb:75)\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-devtools/gcc/gcc_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/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-core/ncurses/ncurses_6.5.bb: Searching for 0001-tic-hang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.5/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.5/\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.5/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.5/\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.5.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.5.bb: Searching for 0002-configure-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.5/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.5/\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.5/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.5/\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.5.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.5.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.5/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.5/\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.5/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.5/\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.5.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.5.bb: Searching for exit_prototype.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.5/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.5/\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.5/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.5/\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.5.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-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-core/ncurses/ncurses_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/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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb:0)\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/build-st-3496823/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-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/build-st-3496823/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/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb:0)\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/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-core/ncurses/ncurses_6.5.bb: Searching for 0001-tic-hang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.5/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.5/\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.5/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.5/\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-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-core/ncurses/ncurses_6.5.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-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-core/ncurses/ncurses_6.5.bb: Searching for 0002-configure-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.5/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.5/\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.5/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.5/\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-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/ncurses/ncurses_6.5.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.5.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.5/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.5/\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.5/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.5/\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.5.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.5.bb: Searching for exit_prototype.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.5/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.5/\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.5/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.5/\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.5.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.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/valgrind/valgrind_3.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/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-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/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/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-multimedia/alsa/alsa-utils_1.2.11.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb\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-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-multimedia/alsa/alsa-utils_1.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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.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-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-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-multimedia/alsa/alsa-utils_1.2.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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\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/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-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-multimedia/alsa/alsa-utils_1.2.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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\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/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-multimedia/alsa/alsa-utils_1.2.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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\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-multimedia/alsa/alsa-utils_1.2.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-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-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/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-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-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/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/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/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-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-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-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-core/ncurses/ncurses_6.5.bb: Searching for 0001-tic-hang.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.5/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.5/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.5/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.5/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.5/\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-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-core/ncurses/ncurses_6.5.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-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-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-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-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-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-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-core/ncurses/ncurses_6.5.bb: Searching for 0002-configure-reproducible.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.5/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.5/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.5/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.5/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.5/\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.5.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-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-core/ncurses/ncurses_6.5.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.5/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.5/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.5/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.5/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.5/\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-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-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-core/ncurses/ncurses_6.5.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-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-core/ncurses/ncurses_6.5.bb: Searching for exit_prototype.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses-6.5/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.5/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.5/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.5/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.5/\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-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-core/ncurses/ncurses_6.5.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-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-core/ncurses/ncurses_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-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-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-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-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/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/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/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/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/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-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-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-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-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-extended/shadow/shadow_4.15.1.bb: Searching for useradd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.15.1/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.15.1/\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.15.1/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.15.1/\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-multimedia/alsa/alsa-utils_1.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-extended/shadow/shadow_4.15.1.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.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-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-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-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-devtools/rust/cargo_1.75.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:14: including rust-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:15: including rust-snapshot.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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.75.0.bb:20)\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-devtools/rust/cargo_1.75.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-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-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/rust/cargo_1.75.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-devtools/rust/cargo_1.75.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-devtools/rust/cargo_1.75.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/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/rust/cargo_1.75.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-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/valgrind/valgrind_3.23.0.bb: Searching for fixed-perl-path.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.23.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.23.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.23.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.23.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.23.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.23.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/valgrind/valgrind_3.23.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.23.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.23.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.23.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.23.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.23.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.23.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/valgrind/valgrind_3.23.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.23.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.23.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.23.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.23.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.23.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.23.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/valgrind/valgrind_3.23.0.bb: Searching for remove-for-aarch64 in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.23.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.23.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.23.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.23.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.23.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.23.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.23.0.bb: Searching for remove-for-all in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.23.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.23.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.23.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.23.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.23.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.23.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/valgrind/valgrind_3.23.0.bb: Searching for taskset_nondeterministic_tests in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.23.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.23.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.23.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.23.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.23.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.23.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/valgrind/valgrind_3.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.0.bb: Searching for 0001-configure-Drop-setting-mcpu-cortex-a8-on-arm.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.23.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.23.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.23.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.23.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.23.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.23.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-configure-Drop-setting-mcpu-cortex-a8-on-arm.patch for 0001-configure-Drop-setting-mcpu-cortex-a8-on-arm.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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.23.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.23.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.23.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.23.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.23.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.23.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-extended/shadow/shadow_4.15.1.bb: Searching for useradd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.15.1/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.15.1/\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.15.1/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.15.1/\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-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-devtools/valgrind/valgrind_3.23.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.23.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.23.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.23.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.23.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.23.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-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-devtools/valgrind/valgrind_3.23.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-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/rust/cargo_1.75.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/rust/cargo_1.75.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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.23.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.23.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.23.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.23.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.23.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-extended/shadow/shadow_4.15.1.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.15.1.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.15.1/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.15.1/\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.15.1/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.15.1/\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-devtools/valgrind/valgrind_3.23.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-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/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-extended/shadow/shadow_4.15.1.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-devtools/valgrind/valgrind_3.23.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.23.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.23.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.23.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.23.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.23.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.23.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-extended/shadow/shadow_4.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/valgrind/valgrind_3.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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-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/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-devtools/valgrind/valgrind_3.23.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.23.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.23.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.23.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.23.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.23.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-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-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/valgrind/valgrind_3.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.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.23.0.bb: Searching for 0001-tests-arm-Use-O-instead-of-O0.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind-3.23.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.23.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.23.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.23.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.23.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.23.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind/0001-tests-arm-Use-O-instead-of-O0.patch for 0001-tests-arm-Use-O-instead-of-O0.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.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-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-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-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-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-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-extended/shadow/shadow_4.15.1.bb: Searching for useradd in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.15.1/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.15.1/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.15.1/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.15.1/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.15.1/\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.15.1.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.15.1.bb: Searching for login_defs_pam.sed in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.15.1/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.15.1/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.15.1/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.15.1/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.15.1/\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.15.1.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.15.1.bb: Searching for shadow-update-pam-conf.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-4.15.1/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.15.1/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.15.1/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.15.1/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.15.1/\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.15.1.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-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/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/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/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/postinst/postinst_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/postinst/postinst_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/helloworld.c for helloworld.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/postinst/postinst_1.0.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.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-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/spir/spirv-tools_1.3.283.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb\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/spir/spirv-tools_1.3.283.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.283.0.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/helloworld.c for helloworld.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_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-3496823/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-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/selftest-hello_1.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-hello/files/helloworld.c for helloworld.c\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_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-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-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-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/libjitterentropy/libjitterentropy_3.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libjitterentropy/libjitterentropy_3.5.0.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/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-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-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-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-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-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:55)\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-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-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:56)\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:57)\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-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/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-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-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-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-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-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/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-multimedia/alsa/alsa-utils_1.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-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-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/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-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/vulkan/vulkan-loader_1.3.283.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:19)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:1: including glibc-locale.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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-core/glibc/glibc-locale_2.39.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-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-core/glibc/glibc-locale_2.39.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:93)\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-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-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-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-core/glibc/glibc-locale_2.39.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-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-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-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-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-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-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-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-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-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-3496823/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-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-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-graphics/spir/spirv-tools_1.3.283.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.283.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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-tools_1.3.283.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/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-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-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-graphics/spir/spirv-tools_1.3.283.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.283.0.bb:0)\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-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-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-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-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-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/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-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-devtools/pkgconf/pkgconf_2.2.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.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-devtools/pkgconf/pkgconf_2.2.0.bb:25)\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/pkgconf/pkgconf_2.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/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-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-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-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/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/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-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-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-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-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-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-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/pkgconf/pkgconf_2.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/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/rust/cargo_1.75.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/rust/cargo_1.75.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.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/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/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-devtools/rust/cargo_1.75.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/glibc/glibc-locale_2.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-core/glibc/glibc-locale_2.39.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.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/rust/cargo_1.75.0.bb:0)\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-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-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/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-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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-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-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-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/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/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-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-core/ell/ell_0.66.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.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-core/ell/ell_0.66.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.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-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-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/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-core/ell/ell_0.66.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.66.bb:15)\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-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-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/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-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-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-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-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/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/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-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-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-core/ell/ell_0.66.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-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb\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-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-devtools/pkgconf/pkgconf_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/pkgconf/pkgconf_2.2.0.bb:0)\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-devtools/pkgconf/pkgconf_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/pkgconf/pkgconf_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/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/pkgconf/pkgconf_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/pkgconf/pkgconf_2.2.0.bb:0)\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-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-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/binutils/binutils-crosssdk_2.42.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.bb:1: including binutils-cross_2.42.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:1: including binutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.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-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.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/binutils/binutils-crosssdk_2.42.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.42.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.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-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.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/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-devtools/ccache/ccache_4.10.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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.10.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.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/binutils/binutils-crosssdk_2.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-devtools/binutils/binutils.inc:198)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.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-devtools/ccache/ccache_4.10.bb:22)\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-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/binutils/binutils-crosssdk_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:2: including binutils-2.42.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:3: including binutils-cross.inc\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-devtools/binutils/binutils-crosssdk_2.42.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-crosssdk_2.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/cross.bbclass:7)\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-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.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/cross.bbclass:95)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.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.42.bb:3)\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/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-connectivity/iproute2/iproute2_6.9.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.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/nopackages.bbclass (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/iproute2/iproute2_6.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-connectivity/iproute2/iproute2_6.9.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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.9.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.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-connectivity/iproute2/iproute2_6.9.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.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/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-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-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-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-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-core/ell/ell_0.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/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-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-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-devtools/pkgconf/pkgconf_2.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/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-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-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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb:0)\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-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/build-st-3496823/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-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-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-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/build-st-3496823/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/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/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/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-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-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/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-devtools/binutils/binutils-crosssdk_2.42.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.42/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.42/\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.42/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.42/\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/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-devtools/binutils/binutils-crosssdk_2.42.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/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-devtools/binutils/binutils-crosssdk_2.42.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.42/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.42/\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.42/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.42/\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.42.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/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-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-devtools/binutils/binutils-crosssdk_2.42.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.42/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.42/\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.42/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.42/\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/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-devtools/binutils/binutils-crosssdk_2.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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/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/binutils/binutils-crosssdk_2.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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/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-devtools/binutils/binutils-crosssdk_2.42.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.42.bb: Searching for 0015-gprofng-change-use-of-bignum-to-bigint.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.42/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.42/\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.42/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.42/\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.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-change-use-of-bignum-to-bigint.patch for 0015-gprofng-change-use-of-bignum-to-bigint.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.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.42/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.42/\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.42/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.42/\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.42.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.42.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.42/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.42/\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.42/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.42/\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.42.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-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:47)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.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-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/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-devtools/binutils/binutils-cross_2.42.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:1: including binutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.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-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.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/binutils/binutils-cross_2.42.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.42.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_2.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-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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/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-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/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/binutils/binutils-cross_2.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-devtools/binutils/binutils.inc:198)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:2: including binutils-2.42.inc\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/binutils/binutils-cross_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:3: including binutils-cross.inc\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-sato/webkit/libwpe_1.16.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_1.16.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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.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/cross.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_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-sato/webkit/libwpe_1.16.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_1.16.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-sato/webkit/libwpe_1.16.0.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/webkit/libwpe_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-sato/webkit/libwpe_1.16.0.bb:9)\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-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb\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-devtools/rust/cargo_1.75.0.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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/binutils/binutils-cross_2.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/cross.bbclass:95)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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/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/rust/cargo_1.75.0.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for rv32-missing-syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-missing-syscalls.patch for rv32-missing-syscalls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for rv32-rustix-libc-backend.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch for rv32-rustix-libc-backend.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for rv32-cargo-rustix-0.38.19-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.19-fix.patch for rv32-cargo-rustix-0.38.19-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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/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/rust/cargo_1.75.0.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.75.0.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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/cargo_1.75.0.bb: Searching for 0001-Handle-vendored-sources-when-remapping-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Handle-vendored-sources-when-remapping-paths.patch for 0001-Handle-vendored-sources-when-remapping-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for repro-issue-fix-with-v175.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/repro-issue-fix-with-v175.patch for repro-issue-fix-with-v175.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for 0001-cargo-do-not-write-host-information-into-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch for 0001-cargo-do-not-write-host-information-into-compilation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/files/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/files/test.awk for test.awk\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for rv32-missing-syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-missing-syscalls.patch for rv32-missing-syscalls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for rv32-rustix-libc-backend.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch for rv32-rustix-libc-backend.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for rv32-cargo-rustix-0.38.19-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.19-fix.patch for rv32-cargo-rustix-0.38.19-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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/build-st-3496823/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-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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-3496823/meta-selftest/recipes-test/wrapper/cmdline-shebang-wrapper-test.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/wrapper/files/test.awk for test.awk\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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/cargo_1.75.0.bb: Searching for 0001-Handle-vendored-sources-when-remapping-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Handle-vendored-sources-when-remapping-paths.patch for 0001-Handle-vendored-sources-when-remapping-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for repro-issue-fix-with-v175.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/repro-issue-fix-with-v175.patch for repro-issue-fix-with-v175.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for 0001-cargo-do-not-write-host-information-into-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch for 0001-cargo-do-not-write-host-information-into-compilation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.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-extended/logrotate/logrotate_3.22.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.0.bb: Searching for pkg-config-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.2.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.2.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.2.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.2.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.2.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.2.0.bb: Searching for pkg-config-native.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.2.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.2.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.2.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.2.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.2.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-extended/logrotate/logrotate_3.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-extended/logrotate/logrotate_3.22.0.bb:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.0.bb: Searching for pkg-config-esdk.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.2.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.2.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.2.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.2.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-extended/logrotate/logrotate_3.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-devtools/pkgconf/pkgconf_2.2.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.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-extended/logrotate/logrotate_3.22.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.22.0.bb:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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.22.0.bb:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.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-extended/logrotate/logrotate_3.22.0.bb:50)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.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-devtools/rust/cargo_1.75.0.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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.75.0.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.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for rv32-missing-syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-missing-syscalls.patch for rv32-missing-syscalls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for rv32-rustix-libc-backend.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch for rv32-rustix-libc-backend.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for rv32-cargo-rustix-0.38.19-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.19-fix.patch for rv32-cargo-rustix-0.38.19-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.0.bb: Searching for pkg-config-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.2.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.2.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.2.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.2.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/rust/cargo_1.75.0.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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/pkgconf/pkgconf_2.2.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/rust/cargo_1.75.0.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/pkgconf/pkgconf_2.2.0.bb: Searching for pkg-config-native.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.2.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.2.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.2.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.2.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.2.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/rust/cargo_1.75.0.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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/pkgconf/pkgconf_2.2.0.bb: Searching for pkg-config-esdk.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.2.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.2.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.2.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.2.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/rust/cargo_1.75.0.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/pkgconf/pkgconf_2.2.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/rust/cargo_1.75.0.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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/pkgconf/pkgconf_2.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/rust/cargo_1.75.0.bb: Searching for 0001-Handle-vendored-sources-when-remapping-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Handle-vendored-sources-when-remapping-paths.patch for 0001-Handle-vendored-sources-when-remapping-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for repro-issue-fix-with-v175.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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/orc/orc_0.4.38.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/repro-issue-fix-with-v175.patch for repro-issue-fix-with-v175.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb: Searching for 0001-cargo-do-not-write-host-information-into-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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-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/cargo_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch for 0001-cargo-do-not-write-host-information-into-compilation.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.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-devtools/orc/orc_0.4.38.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.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-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/orc/orc_0.4.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-devtools/orc/orc_0.4.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-devtools/orc/orc_0.4.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-devtools/orc/orc_0.4.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-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-devtools/orc/orc_0.4.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-devtools/orc/orc_0.4.38.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.0.bb: Searching for pkg-config-wrapper in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.2.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.2.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.2.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.2.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.2.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/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-devtools/orc/orc_0.4.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-devtools/orc/orc_0.4.38.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.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/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-devtools/pkgconf/pkgconf_2.2.0.bb: Searching for pkg-config-native.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.2.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.2.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.2.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.2.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.2.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.2.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/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-devtools/pkgconf/pkgconf_2.2.0.bb: Searching for pkg-config-esdk.in in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf-2.2.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.2.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.2.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.2.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.2.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/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-devtools/pkgconf/pkgconf_2.2.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.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-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-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-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-support/vim/vim-tiny_9.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.1.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-support/vim/vim-tiny_9.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.1.bb:1: including vim.inc\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/vim/vim-tiny_9.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/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_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-extended/logrotate/logrotate_3.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-tiny_9.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/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.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-support/vim/vim.inc:34)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_9.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/vim/vim.inc:34)\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-devtools/orc/orc_0.4.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/rust/libstd-rs_1.75.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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/rust/libstd-rs_1.75.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:7: including rust-source.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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.42.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.42/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.42/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.42/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.42/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.42/\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/rust/libstd-rs_1.75.0.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.75.0.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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/rust/libstd-rs_1.75.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-devtools/binutils/binutils-cross_2.42.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.42/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.42/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.42/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.42/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.42/\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.42.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/rust/libstd-rs_1.75.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-devtools/binutils/binutils-cross_2.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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/rust/libstd-rs_1.75.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-devtools/binutils/binutils-cross_2.42.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.42/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.42/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.42/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.42/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.42/\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/rust/libstd-rs_1.75.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/binutils/binutils-cross_2.42.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/rust/libstd-rs_1.75.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/binutils/binutils-cross_2.42.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.42/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.42/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.42/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.42/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.42/\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.42.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_2.42.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.42/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.42/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.42/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.42/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.42/\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/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/binutils/binutils-cross_2.42.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_2.42.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.42/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.42/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.42/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.42/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.42/\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/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/binutils/binutils-cross_2.42.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_2.42.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.42/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.42/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.42/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.42/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.42/\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.42.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_2.42.bb: Searching for 0015-gprofng-change-use-of-bignum-to-bigint.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.42/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.42/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.42/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.42/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.42/\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.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-change-use-of-bignum-to-bigint.patch for 0015-gprofng-change-use-of-bignum-to-bigint.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/binutils/binutils-cross_2.42.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.42/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.42/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.42/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.42/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.42/\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.42.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-cross_2.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/vim/vim-tiny_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/python/python3-dtschema_2024.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2024.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2024.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-dtschema_2024.4.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2024.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-dtschema_2024.4.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-test-long-filename.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python/python3-dtschema_2024.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-dtschema_2024.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-dtschema_2024.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-dtschema_2024.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-dtschema_2024.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-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-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-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-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-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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-la-test_1.0.bb:0)\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/build-st-3496823/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-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/build-st-3496823/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-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/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/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/orc/orc_0.4.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/orc/orc_0.4.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/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/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/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/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-stable202402/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-stable202402/\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-stable202402/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-stable202402/\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-stable202402/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-stable202402/\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-stable202402/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-stable202402/\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-stable202402/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-stable202402/\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-stable202402/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-stable202402/\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-stable202402/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-stable202402/\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-stable202402/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-stable202402/\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-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-extended/logrotate/logrotate_3.22.0.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate-3.22.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.22.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.22.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.22.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.22.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-devtools/orc/orc_0.4.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-devtools/orc/orc_0.4.38.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.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-extended/logrotate/logrotate_3.22.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-extended/logrotate/logrotate_3.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/orc/orc_0.4.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-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-stable202402/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-stable202402/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-stable202402/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-stable202402/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-stable202402/\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/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-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-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-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-stable202402/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-stable202402/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-stable202402/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-stable202402/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-stable202402/\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/orc/orc_0.4.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-devtools/orc/orc_0.4.38.bb:0)\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-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-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-stable202402/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-stable202402/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-stable202402/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-stable202402/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-stable202402/\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-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-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-stable202402/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-stable202402/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-stable202402/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-stable202402/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-stable202402/\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/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-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-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-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-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-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-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-devtools/go/go-native_1.22.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb\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-devtools/go/go-native_1.22.4.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-native_1.22.4.bb:21)\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-devtools/go/go-native_1.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-devtools/go/go-native_1.22.4.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.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-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-devtools/go/go-native_1.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-support/vim/vim-tiny_9.1.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.1.0114/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.1.0114/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.1.0114/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.1.0114/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.1.0114/\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.1.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.1.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.1.0114/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.1.0114/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.1.0114/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.1.0114/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.1.0114/\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.1.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-tiny_9.1.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.1.0114/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.1.0114/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.1.0114/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.1.0114/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.1.0114/\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.1.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-tiny_9.1.bb: Searching for no-path-adjust.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny-9.1.0114/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.1.0114/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.1.0114/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.1.0114/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.1.0114/\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-devtools/orc/orc_0.4.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-support/vim/vim-tiny_9.1.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-devtools/gdb/gdb-cross_14.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vim/vim-tiny_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/gdb/gdb-cross_14.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.2.bb:1: including gdb-cross.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.2.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-devtools/gdb/gdb-cross_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-devtools/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_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-devtools/gdb/gdb-cross_14.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/gdb/gdb-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_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/recipes-devtools/gdb/gdb-cross.inc:5)\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-devtools/gdb/gdb-cross_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-devtools/gdb/gdb-cross_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-devtools/gdb/gdb-cross.inc:5)\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:79)\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:79)\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:79)\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/gdb/gdb-cross_14.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/gdb/gdb-cross.inc:28)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_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/cross.bbclass:7)\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:85: 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-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/gdb/gdb-cross_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/cross.bbclass:95)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2024.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-dtschema_2024.4.bb:0)\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-devtools/python/python3-dtschema_2024.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/gdb/gdb-cross_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-devtools/gdb/gdb-cross.inc:29)\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-devtools/gdb/gdb-cross_14.2.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.2.bb:2: including gdb.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.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/rust/libstd-rs_1.75.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dtschema_2024.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/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-devtools/python/python3-dtschema_2024.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-dtschema_2024.4.bb:0)\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-devtools/orc/orc_0.4.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/orc/orc_0.4.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/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-graphics/vulkan/vulkan-validation-layers_1.3.283.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.283.0.bb\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/gdb/gdb-cross_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/vulkan/vulkan-validation-layers_1.3.283.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.283.0.bb:36)\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-graphics/vulkan/vulkan-validation-layers_1.3.283.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.283.0.bb:36)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-validation-layers_1.3.283.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.283.0.bb:36)\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-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-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-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-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/orc/orc_0.4.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-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-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/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/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-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-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-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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:51)\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-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:51)\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:51)\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:55)\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:64: including \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:66)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.2.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.2/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.2/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.2/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.2/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.2/\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-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/gdb/gdb-cross_14.2.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.2.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.2/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.2/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.2/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.2/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.2/\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.2.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-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:54)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.2.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.2/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.2/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.2/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.2/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.2/\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-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-devtools/gdb/gdb-cross_14.2.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.2.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.2/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.2/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.2/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.2/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.2/\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.2.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.2.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.2/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.2/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.2/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.2/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.2/\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.2.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.2.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.2/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.2/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.2/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.2/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.2/\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.2.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.2.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.2/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.2/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.2/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.2/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.2/\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.2.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.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/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-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-devtools/rust/libstd-rs_1.75.0.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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/libstd-rs_1.75.0.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.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for rv32-missing-syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-missing-syscalls.patch for rv32-missing-syscalls.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb: Searching for rv32-rustix-libc-backend.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch for rv32-rustix-libc-backend.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.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/rust/libstd-rs_1.75.0.bb: Searching for rv32-cargo-rustix-0.38.19-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.19-fix.patch for rv32-cargo-rustix-0.38.19-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.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/rust/libstd-rs_1.75.0.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.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/libstd-rs_1.75.0.bb: Searching for 0001-Handle-vendored-sources-when-remapping-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Handle-vendored-sources-when-remapping-paths.patch for 0001-Handle-vendored-sources-when-remapping-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb: Searching for repro-issue-fix-with-v175.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/repro-issue-fix-with-v175.patch for repro-issue-fix-with-v175.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb: Searching for 0001-cargo-do-not-write-host-information-into-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/\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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch for 0001-cargo-do-not-write-host-information-into-compilation.patch\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-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-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-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-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-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-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-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-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-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-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-devtools/rust/libstd-rs_1.75.0.bb: Searching for hardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for zlib-off64_t.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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/libstd-rs_1.75.0.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.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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/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/rust/libstd-rs_1.75.0.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.75.0.bb: Searching for rv32-missing-syscalls.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-missing-syscalls.patch for rv32-missing-syscalls.patch\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-devtools/rust/libstd-rs_1.75.0.bb: Searching for rv32-rustix-libc-backend.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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/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-devtools/rust/libstd-rs_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-rustix-libc-backend.patch for rv32-rustix-libc-backend.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb: Searching for rv32-cargo-rustix-0.38.19-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/rv32-cargo-rustix-0.38.19-fix.patch for rv32-cargo-rustix-0.38.19-fix.patch\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-devtools/rust/libstd-rs_1.75.0.bb: Searching for custom-target-cfg.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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-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/rust/libstd-rs_1.75.0.bb: Searching for rustc-bootstrap.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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.75.0.bb: Searching for target-build-value.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.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-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-devtools/rust/libstd-rs_1.75.0.bb: Searching for 0001-Handle-vendored-sources-when-remapping-paths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-Handle-vendored-sources-when-remapping-paths.patch for 0001-Handle-vendored-sources-when-remapping-paths.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb: Searching for repro-issue-fix-with-v175.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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/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-devtools/rust/libstd-rs_1.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/repro-issue-fix-with-v175.patch for repro-issue-fix-with-v175.patch\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-devtools/rust/libstd-rs_1.75.0.bb: Searching for 0001-cargo-do-not-write-host-information-into-compilation.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs-1.75.0/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.75.0/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.75.0/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.75.0/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.75.0/\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.75.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/files/0001-cargo-do-not-write-host-information-into-compilation.patch for 0001-cargo-do-not-write-host-information-into-compilation.patch\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/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/python/python3_3.12.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb\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/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-devtools/python/python3_3.12.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/python/python3_3.12.4.bb:63)\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-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-devtools/python/python3_3.12.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/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-devtools/python/python3_3.12.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/python/python3_3.12.4.bb:63)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4.bb:63)\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-devtools/python/python3_3.12.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_3.12.4.bb:63)\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-kernel/lttng/lttng-modules_2.13.13.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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-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/build-st-3496823/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.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/lttng/lttng-modules_2.13.13.bb:8)\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-devtools/python/python3_3.12.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-devtools/python/python3_3.12.4.bb:63)\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-devtools/python/python3_3.12.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_3.12.4.bb:63)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.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-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/build-st-3496823/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/overlayfs-user/overlayfs-user.bb:9: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.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/build-st-3496823/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-kernel/lttng/lttng-modules_2.13.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-kernel/lttng/lttng-modules_2.13.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-kernel/lttng/lttng-modules_2.13.13.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:10: including lttng-platforms.inc\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-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-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-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-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/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-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-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/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-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-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/u-boot/u-boot_2024.04.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.04.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.04.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.04.bb:1: including u-boot-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.04.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-bsp/u-boot/u-boot_2024.04.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.04.bb:2: including u-boot.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.04.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_3.12.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-3496823/meta-selftest/recipes-test/testrpm/testrpm_0.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/testrpm_0.0.1.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/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-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-bsp/u-boot/u-boot_2024.04.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-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-bsp/u-boot/u-boot_2024.04.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/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-bsp/u-boot/u-boot_2024.04.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-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-bsp/u-boot/u-boot_2024.04.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-bsp/u-boot/u-boot_2024.04.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (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.04.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-bsp/u-boot/u-boot_2024.04.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot.inc:31: including u-boot-configure.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/u-boot/u-boot_2024.04.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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-kernel/lttng/lttng-modules_2.13.13.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.13.bb:0)\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-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-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-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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/testrpm/testrpm-0.0.1/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/testrpm/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/testrpm-0.0.1/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/testrpm/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/testrpm-0.0.1/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/testrpm/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/testrpm-0.0.1/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/testrpm/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/testrpm-0.0.1/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/testrpm/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/testrpm_0.0.1.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/testrpm/files/testfile.txt for testfile.txt\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.3.bb\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-support/appstream/appstream_1.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-support/appstream/appstream_1.0.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_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-support/appstream/appstream_1.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-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/appstream/appstream_1.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-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meta/recipes-support/appstream/appstream_1.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-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/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-support/appstream/appstream_1.0.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/appstream/appstream_1.0.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.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-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/appstream/appstream_1.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-support/appstream/appstream_1.0.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.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/appstream/appstream_1.0.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_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-support/appstream/appstream_1.0.3.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_1.0.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/appstream/appstream_1.0.3.bb:22)\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/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/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-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-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:20)\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-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:20)\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:20)\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-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-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:20)\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-support/appstream/appstream_1.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/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-graphics/shaderc/shaderc_2024.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb\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-graphics/shaderc/shaderc_2024.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/shaderc/shaderc_2024.1.bb:17)\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-graphics/shaderc/shaderc_2024.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-graphics/shaderc/shaderc_2024.1.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.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/shaderc/shaderc_2024.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/shaderc/shaderc_2024.1.bb:17)\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/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-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/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/build-st-3496823/meta-selftest/recipes-test/selftest-users/creategroup1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/creategroup1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-users/creategroup1.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-users/creategroup1.bb:9)\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-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/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-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-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-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-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-core/base-files/base-files_3.0.14.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/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-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-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-core/base-files/base-files_3.0.14.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-core/base-files/base-files_3.0.14.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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.13+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.13+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.13+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.13+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.13+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.13.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/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-kernel/lttng/lttng-modules_2.13.13.bb: Searching for 0001-fix-btrfs-simplify-delayed-ref-tracepoints-v6.10.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.13/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.13/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.13/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.13/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.13/\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.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/0001-fix-btrfs-simplify-delayed-ref-tracepoints-v6.10.patch for 0001-fix-btrfs-simplify-delayed-ref-tracepoints-v6.10.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb: Searching for 0002-fix-btrfs-move-parent-and-ref_root-into-btrfs_delaye.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.13/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.13/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.13/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.13/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.13/\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.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/0002-fix-btrfs-move-parent-and-ref_root-into-btrfs_delaye.patch for 0002-fix-btrfs-move-parent-and-ref_root-into-btrfs_delaye.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb: Searching for 0003-fix-net-udp-add-IP-port-data-to-the-tracepoint-udp-u.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.13/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.13/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.13/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.13/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.13/\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.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/0003-fix-net-udp-add-IP-port-data-to-the-tracepoint-udp-u.patch for 0003-fix-net-udp-add-IP-port-data-to-the-tracepoint-udp-u.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb: Searching for 0001-fix-close_on_exec-pass-files_struct-instead-of-fdtab.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules-2.13.13/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.13/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.13/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.13/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.13/\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.13.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules/0001-fix-close_on_exec-pass-files_struct-instead-of-fdtab.patch for 0001-fix-close_on_exec-pass-files_struct-instead-of-fdtab.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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.13/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.13/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.13/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.13/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.13/\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.13.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-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-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-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-extended/lzip/lzlib_1.14.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb\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-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/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-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/appstream/appstream_1.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/appstream/appstream_1.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/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-support/appstream/appstream_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-support/appstream/appstream_1.0.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/appstream/appstream_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-support/appstream/appstream_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-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-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-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-support/appstream/appstream_1.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/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-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/shaderc/shaderc_2024.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/shaderc/shaderc_2024.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.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/shaderc/shaderc_2024.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/shaderc/shaderc_2024.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/shaderc/shaderc_2024.1.bb:0)\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/base-files/base-files_3.0.14.bb: Searching for rotation in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-poky/recipes-core/base-files/files/poky/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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-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-poky/recipes-core/base-files/files/poky\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-poky/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/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-poky/recipes-core/base-files/files/qemuall\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-poky/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/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-poky/recipes-core/base-files/files/\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-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/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-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-support/appstream/appstream_1.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/appstream/appstream_1.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/lzip/lzlib_1.14.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/lzlib_1.14.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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/lzip/lzlib_1.14.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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/lzip/lzlib_1.14.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/lzlib_1.14.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-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-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-support/appstream/appstream_1.0.3.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.3/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.3/\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.3/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.3/\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.3.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-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-support/appstream/appstream_1.0.3.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.3/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.3/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.3/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.3/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.3/\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.3.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-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/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-3496823/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-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-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-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-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-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-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-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-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/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-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-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-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-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-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-devtools/python/python3-pygobject_3.48.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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-devtools/python/python3-pygobject_3.48.2.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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-pygobject_3.48.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-pygobject_3.48.2.bb:10)\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-devtools/python/python3-pygobject_3.48.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-pygobject_3.48.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-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/python/python3-pygobject_3.48.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-pygobject_3.48.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-devtools/python/python3-pygobject_3.48.2.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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-pygobject_3.48.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/python/python3-pygobject_3.48.2.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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/python/python3-pygobject_3.48.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-pygobject_3.48.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-pygobject_3.48.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/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-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-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/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-pygobject_3.48.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-graphics/shaderc/shaderc_2024.1.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-2024.1/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-2024.1/\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-2024.1/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-2024.1/\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_2024.1.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_2024.1.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-2024.1/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-2024.1/\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-2024.1/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-2024.1/\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_2024.1.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_2024.1.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-2024.1/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-2024.1/\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-2024.1/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-2024.1/\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_2024.1.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_2024.1.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-2024.1/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-2024.1/\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-2024.1/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-2024.1/\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_2024.1.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_2024.1.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-2024.1/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-2024.1/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-2024.1/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-2024.1/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-2024.1/\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_2024.1.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_2024.1.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-2024.1/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-2024.1/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-2024.1/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-2024.1/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-2024.1/\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_2024.1.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/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb:22)\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-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-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/build-st-3496823/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/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/python/python3-pygobject_3.48.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.48.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/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-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/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/binutils/binutils-cross-canadian_2.42.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.bb:1: including binutils.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.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-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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-pygobject_3.48.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.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/python/python3-pygobject_3.48.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/binutils/binutils-cross-canadian_2.42.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.42.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/python/python3-pygobject_3.48.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-cross-canadian_2.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-devtools/binutils/binutils.inc:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.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-canadian_2.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-devtools/binutils/binutils.inc:198)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.bb:2: including binutils-2.42.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.bb:3: including binutils-cross-canadian.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.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-devtools/python/python3-pygobject_3.48.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-3496823/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-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-devtools/binutils/binutils-cross-canadian_2.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-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-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-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-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-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-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-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/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-devtools/python/python3-pygobject_3.48.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.48.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/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/build-st-3496823/meta-selftest/recipes-test/pseudo-pyc-test/pseudo-pyc-test.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/pseudo-pyc-test/pseudo-pyc-test.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.8.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.8.0.bb\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-graphics/waffle/waffle_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/recipes-graphics/waffle/waffle_1.8.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_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-graphics/waffle/waffle_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-graphics/waffle/waffle_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-graphics/waffle/waffle_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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.8.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/waffle/waffle_1.8.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_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-graphics/waffle/waffle_1.8.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_1.8.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/waffle/waffle_1.8.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_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/recipes-graphics/waffle/waffle_1.8.0.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/waffle/waffle_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-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-devtools/binutils/binutils-cross-canadian_2.42.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.42/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.42/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.42/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.42/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.42/\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.42.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-canadian_2.42.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.42/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.42/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.42/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.42/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.42/\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.42.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-canadian_2.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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.42.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.42/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.42/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.42/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.42/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.42/\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.42.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-canadian_2.42.bb: Searching for 0015-gprofng-change-use-of-bignum-to-bigint.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-2.42/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.42/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.42/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.42/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.42/\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.42.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils/0015-gprofng-change-use-of-bignum-to-bigint.patch for 0015-gprofng-change-use-of-bignum-to-bigint.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.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-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-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:18)\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-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-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:18)\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-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:18)\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-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:61)\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-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-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-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-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-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-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-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-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/waffle/waffle_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-graphics/waffle/waffle_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-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-graphics/waffle/waffle_1.8.0.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.8.0/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.8.0/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.8.0/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.8.0/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.8.0/\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/waffle/waffle_1.8.0.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/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb:9: including cpp-example.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/cpp-example.inc:25)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/meson-example.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/meson-example.bb:16)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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/build-st-3496823/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/build-st-3496823/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/build-st-3496823/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/build-st-3496823/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/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-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-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-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-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-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/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-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/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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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-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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb:17)\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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.4.bb:29: including gstreamer1.0-plugins-packaging.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch2_1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/sysroot-test/sysroot-test-arch2_1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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-3496823/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-3496823/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-core/kbd/kbd_2.6.4.bb: Searching for 0001-Remove-non-free-Agafari-fonts.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/files/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd/0001-Remove-non-free-Agafari-fonts.patch for 0001-Remove-non-free-Agafari-fonts.patch\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/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/cpp-example.cpp for cpp-example.cpp\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Searching for 0001-Remove-non-free-Agafari-fonts.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd-2.6.4/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd-2.6.4/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd-2.6.4/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd-2.6.4/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd-2.6.4/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd/\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd_2.6.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/kbd/kbd/0001-Remove-non-free-Agafari-fonts.patch for 0001-Remove-non-free-Agafari-fonts.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/cpp-example-lib.cpp for cpp-example-lib.cpp\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/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/run-ptest for run-ptest\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: Searching for meson.build in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/meson.build for meson.build\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: Searching for meson.options in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/poky\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemux86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/qemuall\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/x86-64\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example-1.0/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example/\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/meson-example.bb: Using /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/cpp/files/meson.options for meson.options\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.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/recipes-devtools/librepo/librepo_1.17.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jquery_4.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jquery_4.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.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-devtools/librepo/librepo_1.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-devtools/python/python3-sphinxcontrib-jquery_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-sphinxcontrib-jquery_4.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.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-devtools/python/python3-sphinxcontrib-jquery_4.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-sphinxcontrib-jquery_4.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.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-devtools/librepo/librepo_1.17.0.bb:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jquery_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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jquery_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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jquery_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-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/python/python3-sphinxcontrib-jquery_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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jquery_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-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.24.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.24.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/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-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-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/opkg/opkg_0.6.3.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.3.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.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/opkg/opkg_0.6.3.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.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/opkg/opkg_0.6.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/opkg/opkg_0.6.3.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.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-devtools/opkg/opkg_0.6.3.bb:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.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/ccache/ccache_4.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-devtools/ccache/ccache_4.10.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.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/ccache/ccache_4.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/ccache/ccache_4.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-devtools/ccache/ccache_4.10.bb:0)\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-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-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/opkg/opkg_0.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/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/python/python3-sphinxcontrib-jquery_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-sphinxcontrib-jquery_4.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jquery_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-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-devtools/python/python3-sphinxcontrib-jquery_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-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:31)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sphinxcontrib-jquery_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-sphinxcontrib-jquery_4.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.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/librepo/librepo_1.17.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.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/librepo/librepo_1.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-devtools/librepo/librepo_1.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/librepo/librepo_1.17.0.bb:0)\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-devtools/opkg/opkg_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/opkg_0.6.3.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_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-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-devtools/opkg/opkg_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-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-devtools/opkg/opkg_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/opkg_0.6.3.bb:0)\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/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-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-support/rng-tools/rng-tools_6.17.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.17.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.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-support/rng-tools/rng-tools_6.17.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.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-support/rng-tools/rng-tools_6.17.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.17.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.17.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.17.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.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/rng-tools/rng-tools_6.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/rng-tools/rng-tools_6.17.bb:18)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.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-support/nghttp2/nghttp2_1.62.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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.62.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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.62.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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-support/nghttp2/nghttp2_1.62.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.62.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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.62.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.62.0.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.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/librepo/librepo_1.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.0.bb: Searching for 0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.17.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.17.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.17.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.17.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.17.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch for 0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch\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-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/librepo/librepo_1.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.0.bb: Searching for 0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.17.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.17.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.17.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.17.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.17.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch for 0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.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.17.0.bb: Searching for 0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo-1.17.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.17.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.17.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.17.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.17.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.17.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo/0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch for 0001-gpg_gpgme.c-fix-build-errors-with-older-gcc.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.17.bb: Searching for init in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.17/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.17/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.17/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.17/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.17/\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.17.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-devtools/python/python3-testtools_2.7.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-testtools_2.7.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.17.bb: Searching for default in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.17/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.17/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.17/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.17/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.17/\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.17.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-devtools/python/python3-testtools_2.7.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-testtools_2.7.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.17.bb: Searching for rng-tools.service in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools-6.17/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.17/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.17/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.17/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.17/\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-devtools/python/python3-testtools_2.7.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-support/rng-tools/rng-tools_6.17.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-testtools_2.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/python_hatchling.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/rng-tools/rng-tools_6.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/python/python3-testtools_2.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/python/python3-testtools_2.7.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-devtools/python/python3-testtools_2.7.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/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-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-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-core/meta/uninative-tarball.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/opkg/opkg_0.6.3.bb: Searching for opkg.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.3/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.3/\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.3/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.3/\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.3.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.3.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.3/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.3/\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.3/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.3/\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.3.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.3.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.3/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.3/\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.3/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.3/\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.3.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.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.3/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.3/\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.3/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.3/\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.3.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.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/opkg_0.6.3.bb: Searching for opkg.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.3/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.3/\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.3/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.3/\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.3.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.3.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.3/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.3/\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.3/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.3/\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.3.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.3.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.3/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.3/\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.3/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.3/\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/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/opkg/opkg_0.6.3.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.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.3/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.3/\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.3/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.3/\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.3.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/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/opkg/opkg_0.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-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-support/nghttp2/nghttp2_1.62.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.62.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-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-support/nghttp2/nghttp2_1.62.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-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-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-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-support/nghttp2/nghttp2_1.62.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/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-support/nghttp2/nghttp2_1.62.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.62.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.3.bb: Searching for opkg.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.3/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.3/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.3/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.3/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.3/\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.3.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.3.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.3/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.3/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.3/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.3/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.3/\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.3.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.3.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.3/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.3/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.3/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.3/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.3/\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.3.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.3.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg-0.6.3/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.3/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.3/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.3/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.3/\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.3.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.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-3496823/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/license/incompatible-nonspdx-license.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.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-devtools/python/python3-testtools_2.7.2.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-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/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/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-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-devtools/python/python3_3.12.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_3.12.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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_3.12.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/bash-completion/bash-completion_2.14.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb\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-support/bash-completion/bash-completion_2.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/bash-completion/bash-completion_2.14.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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_3.12.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.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-devtools/python/python3-docutils_0.21.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-docutils_0.21.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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/bash-completion/bash-completion_2.14.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.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-docutils_0.21.2.bb:9)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.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-docutils_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/setuptools3-base.bbclass:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_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-devtools/python/python3-docutils_0.21.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-docutils_0.21.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/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-support/npth/npth_1.7.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_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-support/npth/npth_1.7.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_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-support/npth/npth_1.7.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.7.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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/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-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-support/bash-completion/bash-completion_2.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/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-support/npth/npth_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-devtools/python/python3-pyparsing_3.1.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.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-pyparsing_3.1.2.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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-pyparsing_3.1.2.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.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_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.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/python_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.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-devtools/python/python3-pyparsing_3.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_flit_core.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.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-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-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-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-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/python/python3-docutils_0.21.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-docutils_0.21.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.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_3.12.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-docutils_0.21.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-docutils_0.21.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-docutils_0.21.2.bb:0)\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/bash-completion/bash-completion_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-support/bash-completion/bash-completion_2.14.0.bb:0)\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:29)\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-support/npth/npth_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-support/npth/npth_1.7.bb:0)\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:29)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_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-support/npth/npth_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-support/npth/npth_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-support/npth/npth_1.7.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.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-support/npth/npth_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-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-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-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-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-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/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-devtools/python/python3-pyparsing_3.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-devtools/python/python3-pyparsing_3.1.2.bb:0)\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-devtools/python/python3-pyparsing_3.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-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-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-pyparsing_3.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-pyparsing_3.1.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-pyparsing_3.1.2.bb:0)\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-support/npth/npth_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/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-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-support/bash-completion/bash-completion_2.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-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-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-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-support/bash-completion/bash-completion_2.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-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-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-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-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-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-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-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-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-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-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-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-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/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-3496823/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-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-support/npth/npth_1.7.bb: Searching for musl-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.7/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.7/\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.7/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.7/\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.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/musl-fix.patch for musl-fix.patch\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-support/npth/npth_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/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-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-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/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-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-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-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-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/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-support/npth/npth_1.7.bb: Searching for musl-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.7/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.7/\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.7/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.7/\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.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/musl-fix.patch for musl-fix.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-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-support/npth/npth_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-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-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-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-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-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-support/npth/npth_1.7.bb: Searching for musl-fix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth-1.7/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.7/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.7/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.7/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.7/\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.7.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth/musl-fix.patch for musl-fix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_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-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-support/libcap/libcap_2.70.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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/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-support/libcap/libcap_2.70.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.70.bb:26)\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/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-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-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-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/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.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for create_manifest3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for get_module_deps3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for python3-manifest.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for check_build_completeness.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for reformat_sysconfig.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for cgi_py.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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-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/python/python3_3.12.4.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.4/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.4/\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.4/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.4/\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.4.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.4.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.4/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.4/\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.4/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.4/\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-pycparser_2.22.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycparser_2.22.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4.bb: Searching for crosspythonpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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/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/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/python/python3_3.12.4.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/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/python/python3_3.12.4.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.4/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.4/\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.4/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.4/\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/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/python/python3-pycparser_2.22.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.22.bb:8)\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/python/python3_3.12.4.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/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-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_3.12.4.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.4/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.4/\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.4/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.4/\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-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/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/python/python3_3.12.4.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-pycparser_2.22.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.22.bb:8)\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/python/python3_3.12.4.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.4/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.4/\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.4/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.4/\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-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-pycparser_2.22.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/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_3.12.4.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/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-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_3.12.4.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.4/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.4/\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.4/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.4/\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-pycparser_2.22.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.4.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-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-devtools/python/python3_3.12.4.bb: Searching for makerace.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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-pycparser_2.22.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (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.4.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.4.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.4/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.4/\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.4/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.4/\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-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-devtools/python/python3-pycparser_2.22.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.4.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.4.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.4/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.4/\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.4/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.4/\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.4.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-pycparser_2.22.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.4.bb: Searching for deterministic_imports.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.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.4/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.4/\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.4/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.4/\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.4.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.4.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.4/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.4/\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.4/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.4/\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-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-devtools/python/python3_3.12.4.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.4.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.4/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.4/\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.4/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.4/\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.4.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-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-devtools/python/python3_3.12.4.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.4/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.4/\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.4/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.4/\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.4.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-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-devtools/python/python3_3.12.4.bb: Searching for 0001-test_shutdown-skip-problematic-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_shutdown-skip-problematic-test.patch for 0001-test_shutdown-skip-problematic-test.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-devtools/python/python3_3.12.4.bb: Searching for 0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch for 0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.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-devtools/python/python3_3.12.4.bb: Searching for 0001-test_deadlock-skip-problematic-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_deadlock-skip-problematic-test.patch for 0001-test_deadlock-skip-problematic-test.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-devtools/python/python3_3.12.4.bb: Searching for 0001-test_active_children-skip-problematic-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_active_children-skip-problematic-test.patch for 0001-test_active_children-skip-problematic-test.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-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-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_3.12.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-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-devtools/python/python3-scons_4.7.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.7.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.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-scons_4.7.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.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-scons_4.7.0.bb:12)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.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-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-devtools/python/python3-scons_4.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-scons_4.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-devtools/python/python3-scons_4.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-scons_4.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-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-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-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-devtools/python/python3_3.12.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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/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-devtools/python/python3_3.12.4.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.4.bb: Searching for create_manifest3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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/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_3.12.4.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.4.bb: Searching for get_module_deps3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for python3-manifest.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for check_build_completeness.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for reformat_sysconfig.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for cgi_py.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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/libcap/libcap_2.70.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.70.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4.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.4/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.4/\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.4/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.4/\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/libcap/libcap_2.70.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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_3.12.4.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-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_3.12.4.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.4/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.4/\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.4/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.4/\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.4.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.4.bb: Searching for crosspythonpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.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.4.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.4/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.4/\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.4/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.4/\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/libcap/libcap_2.70.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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_3.12.4.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.4.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.4/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.4/\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.4/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.4/\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.4.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.4.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.4/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.4/\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.4/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.4/\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.4.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.4.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.4/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.4/\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.4/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.4/\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.4.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-support/libcap/libcap_2.70.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.70.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: Searching for makerace.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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/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-devtools/python/python3_3.12.4.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-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-devtools/python/python3_3.12.4.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.4/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.4/\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.4/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.4/\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.4.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-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-devtools/python/python3_3.12.4.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.4/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.4/\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.4/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.4/\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/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-devtools/python/python3_3.12.4.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-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-devtools/python/python3_3.12.4.bb: Searching for deterministic_imports.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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/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-devtools/python/python3_3.12.4.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-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-devtools/python/python3_3.12.4.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.4/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.4/\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.4/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.4/\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/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-devtools/python/python3_3.12.4.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-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-devtools/python/python3_3.12.4.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.4/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.4/\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.4/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.4/\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/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_3.12.4.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-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-devtools/python/python3_3.12.4.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.4/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.4/\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.4/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.4/\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/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_3.12.4.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-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-devtools/python/python3_3.12.4.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.4/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.4/\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.4/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.4/\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.4.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-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-devtools/python/python3_3.12.4.bb: Searching for 0001-test_shutdown-skip-problematic-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_shutdown-skip-problematic-test.patch for 0001-test_shutdown-skip-problematic-test.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_3.12.4.bb: Searching for 0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch for 0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: Searching for 0001-test_deadlock-skip-problematic-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_deadlock-skip-problematic-test.patch for 0001-test_deadlock-skip-problematic-test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: Searching for 0001-test_active_children-skip-problematic-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/\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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_active_children-skip-problematic-test.patch for 0001-test_active_children-skip-problematic-test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4/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.4/\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.4/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.4/\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.4.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-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_3.12.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/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-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-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-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-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/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-52356.patch for CVE-2023-52356.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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/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_3.12.4.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.4.bb: Searching for create_manifest3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.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.4.bb: Searching for get_module_deps3.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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/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_3.12.4.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.4.bb: Searching for python3-manifest.json in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.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.4.bb: Searching for check_build_completeness.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.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.4.bb: Searching for reformat_sysconfig.py in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.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-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/python/python3_3.12.4.bb: Searching for cgi_py.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.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.4.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.4/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.4/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.4/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.4/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.4/\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/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-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-devtools/python/python3_3.12.4.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-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/python/python3_3.12.4.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.4/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.4/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.4/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.4/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.4/\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.4.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-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-devtools/python/python3_3.12.4.bb: Searching for crosspythonpath.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.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-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-devtools/python/python3_3.12.4.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.4/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.4/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.4/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.4/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.4/\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/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/python/python3_3.12.4.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-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-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/python/python3_3.12.4.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.4/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.4/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.4/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.4/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.4/\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-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-devtools/python/python3_3.12.4.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-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/python/python3_3.12.4.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.4/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.4/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.4/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.4/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.4/\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.4.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.4.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.4/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.4/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.4/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.4/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.4/\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.4.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.4.bb: Searching for makerace.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.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.4.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.4/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.4/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.4/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.4/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.4/\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.4.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.4.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.4/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.4/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.4/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.4/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.4/\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.4.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.4.bb: Searching for deterministic_imports.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.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.4.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.4/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.4/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.4/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.4/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.4/\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.4.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.4.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.4/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.4/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.4/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.4/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.4/\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.4.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.4.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.4/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.4/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.4/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.4/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.4/\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.4.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.4.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.4/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.4/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.4/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.4/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.4/\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.4.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.4.bb: Searching for 0001-test_shutdown-skip-problematic-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_shutdown-skip-problematic-test.patch for 0001-test_shutdown-skip-problematic-test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: Searching for 0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch for 0001-gh-107811-tarfile-treat-overflow-in-UID-GID-as-failu.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: Searching for 0001-test_deadlock-skip-problematic-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_deadlock-skip-problematic-test.patch for 0001-test_deadlock-skip-problematic-test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: Searching for 0001-test_active_children-skip-problematic-test.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-3.12.4/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.4/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.4/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.4/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.4/\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.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3/0001-test_active_children-skip-problematic-test.patch for 0001-test_active_children-skip-problematic-test.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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/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/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/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/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-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-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-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-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-devtools/python/python3-pycparser_2.22.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.22.bb:0)\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-devtools/python/python3-pycparser_2.22.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (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-devtools/python/python3-pycparser_2.22.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (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-devtools/python/python3-pycparser_2.22.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.22.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-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/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-3496823/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-devtools/python/python3-scons_4.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-scons_4.7.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-scons_4.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-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-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-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-scons_4.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-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-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-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/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-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-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-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-devtools/python/python3-scons_4.7.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.7.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.7.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.7.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.7.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.7.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-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/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-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/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-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/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-scons_4.7.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.7.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.7.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.7.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.7.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.7.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.7.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-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/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-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-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/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-support/libcap/libcap_2.70.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.70/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.70/\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.70/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.70/\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.70.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.70.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.70/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.70/\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.70/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.70/\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.70.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.70.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.70/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.70/\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.70/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.70/\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.70.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-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-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/libcap/libcap_2.70.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.70/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.70/\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.70/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.70/\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/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/libcap/libcap_2.70.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.70.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.70/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.70/\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.70/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.70/\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.70.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-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/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-support/libcap/libcap_2.70.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.70/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.70/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.70/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.70/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.70/\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.70.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.70.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.70/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.70/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.70/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.70/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.70/\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.70.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-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-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-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-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-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/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-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-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-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-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/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-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-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-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/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-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-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-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-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-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-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/build-st-3496823/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/build-st-3496823/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-3496823/meta-selftest/recipes-test/selftest-users/useraddbadtask.bb:11)\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/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-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-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/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-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-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-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-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-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-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-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-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-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-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-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/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/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-extended/cups/cups_2.4.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.9.bb\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-extended/cups/cups_2.4.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.9.bb:1: including cups.inc\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/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-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-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-extended/cups/cups_2.4.9.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-extended/cups/cups_2.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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.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-extended/cups/cups_2.4.9.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-extended/cups/cups_2.4.9.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-devtools/python/python3-build_1.2.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.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-build_1.2.1.bb:8)\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-devtools/python/python3-build_1.2.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-build_1.2.1.bb:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups_2.4.9.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/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-devtools/python/python3-build_1.2.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-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-extended/cups/cups_2.4.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-extended/cups/cups.inc:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.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/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-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/python/python3-build_1.2.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/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-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-extended/cups/cups_2.4.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-extended/cups/cups.inc:32)\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/python/python3-build_1.2.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-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-extended/cups/cups_2.4.9.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-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-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/python/python3-build_1.2.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/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-extended/cups/cups_2.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/classes-recipe/multilib_script.bbclass:13)\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/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-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/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-extended/cups/cups_2.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-extended/cups/cups.inc:32)\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-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-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-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-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-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-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-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-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-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-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-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-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/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/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/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/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-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-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-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-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/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-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/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-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-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-extended/cups/cups_2.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-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-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-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-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-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-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-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-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/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-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/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-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/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-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-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-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/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-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-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-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-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-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-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-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-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/python/python3-build_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-devtools/python/python3-build_1.2.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_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-devtools/python/python3-build_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/python/python3-build_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-devtools/python/python3-build_1.2.1.bb:0)\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-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-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-extended/cups/cups_2.4.9.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.9/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.9/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.9/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.9/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.9/\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.9.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-extended/cups/cups_2.4.9.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.9/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.9/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.9/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.9/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.9/\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.9.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-extended/cups/cups_2.4.9.bb: Searching for libexecdir.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.9/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.9/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.9/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.9/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.9/\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.9.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-extended/cups/cups_2.4.9.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.9/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.9/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.9/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.9/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.9/\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.9.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-extended/cups/cups_2.4.9.bb: Searching for volatiles.99_cups in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.9/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.9/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.9/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.9/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.9/\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.9.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-extended/cups/cups_2.4.9.bb: Searching for cups-volatiles.conf in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cups/cups-2.4.9/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.9/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.9/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.9/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.9/\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.9.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-extended/cups/cups_2.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-graphics/wayland/weston_13.0.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.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/wayland/weston_13.0.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.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-graphics/wayland/weston_13.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/wayland/weston_13.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/wayland/weston_13.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/meta/recipes-graphics/wayland/weston_13.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-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-graphics/wayland/weston_13.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/wayland/weston_13.0.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.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/wayland/weston_13.0.1.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.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/weston_13.0.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston_13.0.1.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.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/wayland/required-distro-features.inc:3)\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/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-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-3496823/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-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-graphics/wayland/weston_13.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/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-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-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-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-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-support/atk/at-spi2-core_2.52.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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/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-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.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/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-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.0.bb: SITE 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-graphics/wayland/weston_13.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/wayland/weston_13.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/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-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/wayland/weston_13.0.1.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.1/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.1/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.1/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.1/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.1/\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-graphics/wayland/weston_13.0.1.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-graphics/wayland/weston_13.0.1.bb: Searching for weston.png in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.1/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.1/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.1/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.1/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.1/\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-graphics/wayland/weston_13.0.1.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-graphics/wayland/weston_13.0.1.bb: Searching for weston.desktop in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.1/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.1/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.1/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.1/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.1/\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-graphics/wayland/weston_13.0.1.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-graphics/wayland/weston_13.0.1.bb: Searching for xwayland.weston-start in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.1/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.1/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.1/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.1/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.1/\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-graphics/wayland/weston_13.0.1.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-graphics/wayland/weston_13.0.1.bb: Searching for systemd-notify.weston-start in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/weston-13.0.1/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.1/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.1/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.1/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.1/\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-graphics/wayland/weston_13.0.1.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/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-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-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/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-support/atk/at-spi2-core_2.52.0.bb: 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.52.0.bb: SITE 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-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-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/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/libtool/libtool_2.5.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:1: including libtool-2.5.0.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/libtool/libtool_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-devtools/libtool/libtool-2.5.0.inc:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_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-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.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/libtool/libtool-2.5.0.inc:27)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.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-devtools/libtool/libtool_2.5.0.bb:32)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.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-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-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-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-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-support/atk/at-spi2-core_2.52.0.bb: 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/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-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-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-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-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-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-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-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/libtool/libtool_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/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/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-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/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/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: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/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-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: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-2015-7696.patch for CVE-2015-7696.patch\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-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-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:30)\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-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:30)\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-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-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-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-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-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-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-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-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-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/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-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-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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-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-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-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-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/\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/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/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-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-kernel/libtraceevent/libtraceevent_1.8.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.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-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/\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-kernel/libtraceevent/libtraceevent_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-kernel/libtraceevent/libtraceevent_1.8.2.bb:17)\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-kernel/libtraceevent/libtraceevent_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-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-kernel/libtraceevent/libtraceevent_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/meta/recipes-support/atk/at-spi2-core_2.52.0.bb: 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/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-kernel/libtraceevent/libtraceevent_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-support/atk/at-spi2-core_2.52.0.bb: 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/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-kernel/libtraceevent/libtraceevent_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/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/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/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-kernel/libtraceevent/libtraceevent_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-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/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-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-kernel/libtraceevent/libtraceevent_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-kernel/libtraceevent/libtraceevent_1.8.2.bb:17)\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-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-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-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-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-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-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-devtools/python/python3-maturin_1.6.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb\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-devtools/python/python3-maturin_1.6.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb:20: including python3-maturin-crates.inc\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-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-devtools/python/python3-maturin_1.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-maturin_1.6.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb:22)\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-devtools/python/python3-maturin_1.6.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-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/python/python3-maturin_1.6.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-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-devtools/python/python3-maturin_1.6.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-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/python/python3-maturin_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/rust-common.bbclass:7)\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-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/python/python3-maturin_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/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-devtools/python/python3-maturin_1.6.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-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/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-kernel/libtraceevent/libtraceevent_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-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-devtools/python/python3-maturin_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/python_pyo3.bbclass:12)\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/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-maturin_1.6.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.6.0.bb:22)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb: 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/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-devtools/python/python3-maturin_1.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/python_setuptools_build_meta.bbclass:7)\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-devtools/python/python3-maturin_1.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-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-devtools/python/python3-maturin_1.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/python_setuptools_build_meta.bbclass:7)\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-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-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-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-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-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-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-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/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-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-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-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-devtools/libtool/libtool_2.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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.5.0.bb: Searching for dont-depend-on-help2man.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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.5.0.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.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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.5.0.bb: Searching for nohardcodepaths.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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.5.0.bb: Searching for filefix.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool/filefix.patch for filefix.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb: Searching for multilib.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0/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.5.0/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.5.0/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.5.0/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.5.0/\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.5.0.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.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/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-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/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:25)\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-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:25)\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:25)\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:25)\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:44)\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-devtools/python/python3-maturin_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-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-kernel/libtraceevent/libtraceevent_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-kernel/libtraceevent/libtraceevent_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/atk/at-spi2-core_2.52.0.bb: 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.52.0.bb: 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/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ahash/0.8.7/download to ahash-0.8.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb: Searching for meson.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent-1.8.2/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.8.2/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.8.2/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.8.2/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.8.2/\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-devtools/python/python3-maturin_1.6.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-kernel/libtraceevent/libtraceevent_1.8.2.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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/anstream/0.6.11/download to anstream-0.6.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anyhow/1.0.80/download to anyhow-1.0.80.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/base64/0.21.7/download to base64-0.21.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.2/download to bitflags-2.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/license/incompatible-license.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/license/incompatible-license.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/bstr/1.9.0/download to bstr-1.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-config2/0.1.24/download to cargo-config2-0.1.24.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-options/0.7.4/download to cargo-options-0.7.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-platform/0.1.6/download to cargo-platform-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-xwin/0.16.4/download to cargo-xwin-0.16.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-zigbuild/0.18.4/download to cargo-zigbuild-0.18.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.88/download to cc-1.0.88.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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/python/python3-maturin_1.6.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-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/clap/4.4.18/download to clap-4.4.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.18/download to clap_builder-4.4.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.9/download to clap_complete-4.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/configparser/3.0.4/download to configparser-3.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/console/0.15.8/download to console-0.15.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation/0.9.4/download to core-foundation-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cpufeatures/0.2.12/download to cpufeatures-0.2.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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/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/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.11/download to crossbeam-channel-0.5.11.crate\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-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/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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.5/download to crossbeam-deque-0.8.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download to crossbeam-epoch-0.9.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.19/download to crossbeam-utils-0.8.19.crate\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-maturin_1.6.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-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-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/deranged/0.3.11/download to deranged-0.3.11.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/derivative/2.2.0/download to derivative-2.2.0.crate\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-maturin_1.6.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-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-devtools/python/python3-maturin_1.6.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-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-maturin_1.6.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-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/python/python3-maturin_1.6.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-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-devtools/python/python3-maturin_1.6.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-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-devtools/python/python3-maturin_1.6.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-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-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/dyn-clone/1.0.17/download to dyn-clone-1.0.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/fat-macho/0.4.8/download to fat-macho-0.4.8.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/filetime/0.2.23/download to filetime-0.2.23.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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/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-devtools/python/python3-maturin_1.6.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.6.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/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-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-devtools/python/python3-maturin_1.6.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.6.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-devtools/python/python3-maturin_1.6.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/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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures/0.3.30/download to futures-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.30/download to futures-channel-0.3.30.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-core/0.3.30/download to futures-core-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.30/download to futures-executor-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-io/0.3.30/download to futures-io-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.30/download to futures-macro-0.3.30.crate\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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-sink/0.3.30/download to futures-sink-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-task/0.3.30/download to futures-task-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-timer/3.0.3/download to futures-timer-3.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-util/0.3.30/download to futures-util-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.12/download to getrandom-0.2.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/goblin/0.8.0/download to goblin-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/home/0.5.9/download to home-0.5.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ignore/0.4.22/download to ignore-0.4.22.crate\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-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/indexmap/2.2.3/download to indexmap-2.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/itertools/0.12.1/download to itertools-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/keyring/2.3.2/download to keyring-2.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/lddtree/0.3.4/download to lddtree-0.3.4.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.153/download to libc-0.2.153.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/linux-keyutils/0.2.4/download to linux-keyutils-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.13/download to linux-raw-sys-0.4.13.crate\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-devtools/python/python3-maturin_1.6.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.6.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.6.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-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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/mailparse/0.14.1/download to mailparse-0.14.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/memchr/2.7.1/download to memchr-2.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/minijinja/1.0.12/download to minijinja-1.0.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/num-conv/0.1.0/download to num-conv-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.63/download to openssl-0.10.63.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.99/download to openssl-sys-0.9.99.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/os_pipe/1.1.5/download to os_pipe-1.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/pep440_rs/0.5.0/download to pep440_rs-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/pep508_rs/0.4.2/download to pep508_rs-0.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.29/download to pkg-config-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.6.0/download to portable-atomic-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.78/download to proc-macro2-1.0.78.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/pyproject-toml/0.10.0/download to pyproject-toml-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.35/download to quote-1.0.35.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/quoted_printable/0.5.0/download to quoted_printable-0.5.0.crate\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/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/rayon/1.8.1/download to rayon-1.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.1/download to rayon-core-1.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/regex/1.10.3/download to regex-1.10.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.5/download to regex-automata-0.4.5.crate\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-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/relative-path/1.9.2/download to relative-path-1.9.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ring/0.17.7/download to ring-0.17.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rstest/0.18.2/download to rstest-0.18.2.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rstest_macros/0.18.2/download to rstest_macros-0.18.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.32/download to rustix-0.38.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls/0.22.4/download to rustls-0.22.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pemfile/2.1.0/download to rustls-pemfile-2.1.0.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pki-types/1.3.1/download to rustls-pki-types-1.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls-webpki/0.102.1/download to rustls-webpki-0.102.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.16/download to ryu-1.0.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/schannel/0.1.23/download to schannel-0.1.23.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/schemars/0.8.16/download to schemars-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/schemars_derive/0.8.16/download to schemars_derive-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/scroll/0.12.0/download to scroll-0.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/scroll_derive/0.12.0/download to scroll_derive-0.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/semver/1.0.22/download to semver-1.0.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde/1.0.197/download to serde-1.0.197.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.197/download to serde_derive-1.0.197.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_derive_internals/0.26.0/download to serde_derive_internals-0.26.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_json/1.0.114/download to serde_json-1.0.114.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.5/download to serde_spanned-0.6.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/shlex/1.3.0/download to shlex-1.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/similar/2.4.0/download to similar-2.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.13.1/download to smallvec-1.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/snapbox/0.5.7/download to snapbox-0.5.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/snapbox-macros/0.3.8/download to snapbox-macros-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.0.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-maturin_1.6.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-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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.48/download to syn-2.0.48.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.14/download to target-lexicon-0.12.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/tempfile/3.9.0/download to tempfile-3.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/termcolor/1.4.1/download to termcolor-1.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/terminal_size/0.3.0/download to terminal_size-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/textwrap/0.16.1/download to textwrap-0.16.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/thiserror/1.0.57/download to thiserror-1.0.57.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.57/download to thiserror-impl-1.0.57.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/time/0.3.34/download to time-0.3.34.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/time-macros/0.2.17/download to time-macros-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/toml/0.8.10/download to toml-0.8.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.22.6/download to toml_edit-0.22.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/trycmd/0.15.0/download to trycmd-0.15.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.15/download to unicode-bidi-0.3.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.0.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-support/libevdev/libevdev_1.13.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/unscanny/0.1.0/download to unscanny-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ureq/2.9.6/download to ureq-2.9.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.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-support/libevdev/libevdev_1.13.2.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-support/libevdev/libevdev_1.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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/urlencoding/2.1.3/download to urlencoding-2.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/uuid/1.7.0/download to uuid-1.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-support/libevdev/libevdev_1.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-support/libevdev/libevdev_1.13.2.bb:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/webpki-roots/0.26.0/download to webpki-roots-0.26.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/which/6.0.0/download to which-6.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/wild/2.2.1/download to wild-2.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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-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-devtools/python/python3-maturin_1.6.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.6.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/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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/winnow/0.6.2/download to winnow-0.6.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/xattr/1.3.1/download to xattr-1.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy/0.7.32/download to zerocopy-0.7.32.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy-derive/0.7.32/download to zerocopy-derive-0.7.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-devtools/python/python3-maturin_1.6.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-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/libevdev/libevdev_1.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: Adding task do_image_ext4 before do_image_complete, after do_image\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-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/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-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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.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-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.24.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-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.24.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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-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.24.4.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-bad_1.24.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:2: including gstreamer1.0-plugins-license.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:23)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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-devtools/python/python3-maturin_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-devtools/python/python3-maturin_1.6.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_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-devtools/python/python3-maturin_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-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-maturin_1.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-devtools/python/python3-maturin_1.6.0.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-devtools/go/go-runtime_1.22.4.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:1: including go-1.22.4.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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/go/go-runtime_1.22.4.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:2: including go-runtime.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.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/quilt/quilt_0.68.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:1: including quilt.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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/quilt/quilt_0.68.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (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/quilt/quilt_0.68.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:20)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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.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/quilt/quilt_0.68.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.68.bb:2)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: Searching for 0001-m4-readline-add-missing-includes.patch 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/0001-m4-readline-add-missing-includes.patch for 0001-m4-readline-add-missing-includes.patch\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-extended/gawk/gawk_5.3.0.bb: Searching for 0001-m4-readline-add-missing-includes.patch 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/0001-m4-readline-add-missing-includes.patch for 0001-m4-readline-add-missing-includes.patch\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-devtools/quilt/quilt_0.68.bb: 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 0001-m4-readline-add-missing-includes.patch 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-devtools/python/python3-maturin_1.6.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-extended/gawk/gawk_5.3.0.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk/0001-m4-readline-add-missing-includes.patch for 0001-m4-readline-add-missing-includes.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/ahash/0.8.7/download to ahash-0.8.7.crate\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-devtools/python/python3-maturin_1.6.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-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-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/anstream/0.6.11/download to anstream-0.6.11.crate\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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anyhow/1.0.80/download to anyhow-1.0.80.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/base64/0.21.7/download to base64-0.21.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.2/download to bitflags-2.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/bstr/1.9.0/download to bstr-1.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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-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-devtools/python/python3-maturin_1.6.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.6.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.6.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-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-devtools/python/python3-maturin_1.6.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-maturin_1.6.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-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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-config2/0.1.24/download to cargo-config2-0.1.24.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-options/0.7.4/download to cargo-options-0.7.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-platform/0.1.6/download to cargo-platform-0.1.6.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-xwin/0.16.4/download to cargo-xwin-0.16.4.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-zigbuild/0.18.4/download to cargo-zigbuild-0.18.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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/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-devtools/python/python3-maturin_1.6.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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.88/download to cc-1.0.88.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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/python/python3-maturin_1.6.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-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/clap/4.4.18/download to clap-4.4.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.18/download to clap_builder-4.4.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.9/download to clap_complete-4.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/configparser/3.0.4/download to configparser-3.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/console/0.15.8/download to console-0.15.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation/0.9.4/download to core-foundation-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cpufeatures/0.2.12/download to cpufeatures-0.2.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.11/download to crossbeam-channel-0.5.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.5/download to crossbeam-deque-0.8.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download to crossbeam-epoch-0.9.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.19/download to crossbeam-utils-0.8.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/deranged/0.3.11/download to deranged-0.3.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/derivative/2.2.0/download to derivative-2.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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.6.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.6.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/dyn-clone/1.0.17/download to dyn-clone-1.0.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/fat-macho/0.4.8/download to fat-macho-0.4.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/filetime/0.2.23/download to filetime-0.2.23.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/futures/0.3.30/download to futures-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.30/download to futures-channel-0.3.30.crate\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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-core/0.3.30/download to futures-core-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.30/download to futures-executor-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-io/0.3.30/download to futures-io-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.30/download to futures-macro-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-sink/0.3.30/download to futures-sink-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-task/0.3.30/download to futures-task-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-timer/3.0.3/download to futures-timer-3.0.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-util/0.3.30/download to futures-util-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.12/download to getrandom-0.2.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/goblin/0.8.0/download to goblin-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/home/0.5.9/download to home-0.5.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ignore/0.4.22/download to ignore-0.4.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/indexmap/2.2.3/download to indexmap-2.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/itertools/0.12.1/download to itertools-0.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/keyring/2.3.2/download to keyring-2.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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-devtools/python/python3-maturin_1.6.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/lddtree/0.3.4/download to lddtree-0.3.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.153/download to libc-0.2.153.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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-devtools/python/python3-maturin_1.6.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb: Searching for 0001-uvcgadget-Use-g_path_get_basename-instead-of-libc-ba.patch in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad-1.24.4/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.24.4/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.24.4/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.24.4/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.24.4/\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/linux-keyutils/0.2.4/download to linux-keyutils-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-uvcgadget-Use-g_path_get_basename-instead-of-libc-ba.patch for 0001-uvcgadget-Use-g_path_get_basename-instead-of-libc-ba.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.13/download to linux-raw-sys-0.4.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/mailparse/0.14.1/download to mailparse-0.14.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/memchr/2.7.1/download to memchr-2.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/minijinja/1.0.12/download to minijinja-1.0.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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/build-st-3496823/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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/build-st-3496823/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gitunpackoffline/gitunpackoffline.bb:1: including gitunpackoffline.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/num-conv/0.1.0/download to num-conv-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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/go/go-runtime_1.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-devtools/go/go-runtime_1.22.4.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.63/download to openssl-0.10.63.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.99/download to openssl-sys-0.9.99.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/os_pipe/1.1.5/download to os_pipe-1.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/pep440_rs/0.5.0/download to pep440_rs-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/pep508_rs/0.4.2/download to pep508_rs-0.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.29/download to pkg-config-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.6.0/download to portable-atomic-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.78/download to proc-macro2-1.0.78.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/pyproject-toml/0.10.0/download to pyproject-toml-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.35/download to quote-1.0.35.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/quoted_printable/0.5.0/download to quoted_printable-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/rayon/1.8.1/download to rayon-1.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.1/download to rayon-core-1.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/regex/1.10.3/download to regex-1.10.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.5/download to regex-automata-0.4.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/relative-path/1.9.2/download to relative-path-1.9.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ring/0.17.7/download to ring-0.17.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rstest/0.18.2/download to rstest-0.18.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rstest_macros/0.18.2/download to rstest_macros-0.18.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.32/download to rustix-0.38.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls/0.22.4/download to rustls-0.22.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pemfile/2.1.0/download to rustls-pemfile-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb: Searching for run-ptest in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.68/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.68/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.68/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.68/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.68/\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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pki-types/1.3.1/download to rustls-pki-types-1.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls-webpki/0.102.1/download to rustls-webpki-0.102.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb: Searching for test.sh in paths:\n    /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-0.68/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.68/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.68/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.68/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.68/\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/python/python3-maturin_1.6.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/quilt/quilt_0.68.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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.16/download to ryu-1.0.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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.68/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.68/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.68/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.68/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.68/\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/python/python3-maturin_1.6.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/quilt/quilt_0.68.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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/schannel/0.1.23/download to schannel-0.1.23.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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.68/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.68/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.68/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.68/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.68/\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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/schemars/0.8.16/download to schemars-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/schemars_derive/0.8.16/download to schemars_derive-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/scroll/0.12.0/download to scroll-0.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb: SITE files ['endian-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.6.0.bb: Fetching https://crates.io/api/v1/crates/scroll_derive/0.12.0/download to scroll_derive-0.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/semver/1.0.22/download to semver-1.0.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde/1.0.197/download to serde-1.0.197.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.197/download to serde_derive-1.0.197.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_derive_internals/0.26.0/download to serde_derive_internals-0.26.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_json/1.0.114/download to serde_json-1.0.114.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.5/download to serde_spanned-0.6.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/shlex/1.3.0/download to shlex-1.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/similar/2.4.0/download to similar-2.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.13.1/download to smallvec-1.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/snapbox/0.5.7/download to snapbox-0.5.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/snapbox-macros/0.3.8/download to snapbox-macros-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.0.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-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.48/download to syn-2.0.48.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.14/download to target-lexicon-0.12.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/tempfile/3.9.0/download to tempfile-3.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/termcolor/1.4.1/download to termcolor-1.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/terminal_size/0.3.0/download to terminal_size-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/textwrap/0.16.1/download to textwrap-0.16.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/thiserror/1.0.57/download to thiserror-1.0.57.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.57/download to thiserror-impl-1.0.57.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/time/0.3.34/download to time-0.3.34.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/time-macros/0.2.17/download to time-macros-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/toml/0.8.10/download to toml-0.8.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.22.6/download to toml_edit-0.22.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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-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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/trycmd/0.15.0/download to trycmd-0.15.0.crate\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-devtools/python/python3-maturin_1.6.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.6.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/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.15/download to unicode-bidi-0.3.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-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-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/unscanny/0.1.0/download to unscanny-0.1.0.crate\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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ureq/2.9.6/download to ureq-2.9.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/urlencoding/2.1.3/download to urlencoding-2.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/uuid/1.7.0/download to uuid-1.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/webpki-roots/0.26.0/download to webpki-roots-0.26.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/which/6.0.0/download to which-6.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/wild/2.2.1/download to wild-2.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/winnow/0.6.2/download to winnow-0.6.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/xattr/1.3.1/download to xattr-1.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy/0.7.32/download to zerocopy-0.7.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy-derive/0.7.32/download to zerocopy-derive-0.7.32.crate\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/python/python3-maturin_1.6.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-devtools/python/python3-maturin_1.6.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-devtools/go/go-runtime_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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-runtime_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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-runtime_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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.22.4.bb: Searching for 0007-exec.go-filter-out-build-specific-paths-from-linker-.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.22.4/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.22.4/\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.22.4/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.22.4/\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-graphics/xorg-util/makedepend_1.0.9.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-filter-out-build-specific-paths-from-linker-.patch for 0007-exec.go-filter-out-build-specific-paths-from-linker-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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-graphics/xorg-util/makedepend_1.0.9.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:1: including xorg-util-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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.22.4.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.22.4/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.22.4/\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.22.4/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.22.4/\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.22.4.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-graphics/xorg-util/makedepend_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-util/xorg-util-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_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-graphics/xorg-util/makedepend_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-util/xorg-util-common.inc:13)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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-runtime_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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-runtime_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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.22.4.bb: Searching for 0007-exec.go-filter-out-build-specific-paths-from-linker-.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go/0007-exec.go-filter-out-build-specific-paths-from-linker-.patch for 0007-exec.go-filter-out-build-specific-paths-from-linker-.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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.22.4.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.22.4/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.22.4/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.22.4/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.22.4/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.22.4/\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.22.4.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-support/boost/boost_1.85.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:1: including boost-1.85.0.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:2: including boost.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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-graphics/xorg-util/makedepend_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-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/python/python3-maturin_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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ahash/0.8.7/download to ahash-0.8.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/anstream/0.6.11/download to anstream-0.6.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/anyhow/1.0.80/download to anyhow-1.0.80.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/base64/0.21.7/download to base64-0.21.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/bitflags/2.4.2/download to bitflags-2.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/bstr/1.9.0/download to bstr-1.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-config2/0.1.24/download to cargo-config2-0.1.24.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-options/0.7.4/download to cargo-options-0.7.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-platform/0.1.6/download to cargo-platform-0.1.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-xwin/0.16.4/download to cargo-xwin-0.16.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cargo-zigbuild/0.18.4/download to cargo-zigbuild-0.18.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cc/1.0.88/download to cc-1.0.88.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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/python/python3-maturin_1.6.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-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/clap/4.4.18/download to clap-4.4.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.18/download to clap_builder-4.4.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.9/download to clap_complete-4.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-graphics/xorg-util/makedepend_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-graphics/xorg-util/makedepend_1.0.9.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/configparser/3.0.4/download to configparser-3.0.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/console/0.15.8/download to console-0.15.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation/0.9.4/download to core-foundation-0.9.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/cpufeatures/0.2.12/download to cpufeatures-0.2.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_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-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-channel/0.5.11/download to crossbeam-channel-0.5.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.5/download to crossbeam-deque-0.8.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download to crossbeam-epoch-0.9.18.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.19/download to crossbeam-utils-0.8.19.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/deranged/0.3.11/download to deranged-0.3.11.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/derivative/2.2.0/download to derivative-2.2.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/dyn-clone/1.0.17/download to dyn-clone-1.0.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/fat-macho/0.4.8/download to fat-macho-0.4.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/filetime/0.2.23/download to filetime-0.2.23.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/futures/0.3.30/download to futures-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.30/download to futures-channel-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-core/0.3.30/download to futures-core-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.30/download to futures-executor-0.3.30.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-io/0.3.30/download to futures-io-0.3.30.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.30/download to futures-macro-0.3.30.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-sink/0.3.30/download to futures-sink-0.3.30.crate\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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-task/0.3.30/download to futures-task-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-timer/3.0.3/download to futures-timer-3.0.3.crate\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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/futures-util/0.3.30/download to futures-util-0.3.30.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/getrandom/0.2.12/download to getrandom-0.2.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/goblin/0.8.0/download to goblin-0.8.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/home/0.5.9/download to home-0.5.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_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-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ignore/0.4.22/download to ignore-0.4.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/indexmap/2.2.3/download to indexmap-2.2.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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/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-devtools/python/python3-maturin_1.6.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-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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/itertools/0.12.1/download to itertools-0.12.1.crate\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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/keyring/2.3.2/download to keyring-2.3.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-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/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/lddtree/0.3.4/download to lddtree-0.3.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/libc/0.2.153/download to libc-0.2.153.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/linux-keyutils/0.2.4/download to linux-keyutils-0.2.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.13/download to linux-raw-sys-0.4.13.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/mailparse/0.14.1/download to mailparse-0.14.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/memchr/2.7.1/download to memchr-2.7.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/minijinja/1.0.12/download to minijinja-1.0.12.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-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-devtools/python/python3-maturin_1.6.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-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-devtools/python/python3-maturin_1.6.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-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-devtools/python/python3-maturin_1.6.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-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/python/python3-maturin_1.6.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.6.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-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/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/num-conv/0.1.0/download to num-conv-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/openssl/0.10.63/download to openssl-0.10.63.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/openssl-sys/0.9.99/download to openssl-sys-0.9.99.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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/xorg-lib/libxvmc_1.0.14.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.14.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.85.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/os_pipe/1.1.5/download to os_pipe-1.1.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-graphics/xorg-lib/libxvmc_1.0.14.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.14.bb:6: including xorg-lib-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.6.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-graphics/xorg-lib/libxvmc_1.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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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-graphics/xorg-lib/libxvmc_1.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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/pep440_rs/0.5.0/download to pep440_rs-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.6.0.bb: Fetching https://crates.io/api/v1/crates/pep508_rs/0.4.2/download to pep508_rs-0.4.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxvmc_1.0.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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-graphics/xorg-lib/libxvmc_1.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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.29/download to pkg-config-0.3.29.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.85.0.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/portable-atomic/1.6.0/download to portable-atomic-1.6.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.78/download to proc-macro2-1.0.78.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/pyproject-toml/0.10.0/download to pyproject-toml-0.10.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/quote/1.0.35/download to quote-1.0.35.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/quoted_printable/0.5.0/download to quoted_printable-0.5.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/rayon/1.8.1/download to rayon-1.8.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.1/download to rayon-core-1.12.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/regex/1.10.3/download to regex-1.10.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.5/download to regex-automata-0.4.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/relative-path/1.9.2/download to relative-path-1.9.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ring/0.17.7/download to ring-0.17.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rstest/0.18.2/download to rstest-0.18.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rstest_macros/0.18.2/download to rstest_macros-0.18.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/rustix/0.38.32/download to rustix-0.38.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls/0.22.4/download to rustls-0.22.4.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pemfile/2.1.0/download to rustls-pemfile-2.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls-pki-types/1.3.1/download to rustls-pki-types-1.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/rustls-webpki/0.102.1/download to rustls-webpki-0.102.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ryu/1.0.16/download to ryu-1.0.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/schannel/0.1.23/download to schannel-0.1.23.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/schemars/0.8.16/download to schemars-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/schemars_derive/0.8.16/download to schemars_derive-0.8.16.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/scroll/0.12.0/download to scroll-0.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/scroll_derive/0.12.0/download to scroll_derive-0.12.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_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-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/semver/1.0.22/download to semver-1.0.22.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde/1.0.197/download to serde-1.0.197.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.197/download to serde_derive-1.0.197.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_derive_internals/0.26.0/download to serde_derive_internals-0.26.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_json/1.0.114/download to serde_json-1.0.114.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.5/download to serde_spanned-0.6.5.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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-graphics/xorg-lib/libxvmc_1.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-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/shlex/1.3.0/download to shlex-1.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/similar/2.4.0/download to similar-2.4.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_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-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/smallvec/1.13.1/download to smallvec-1.13.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/snapbox/0.5.7/download to snapbox-0.5.7.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/snapbox-macros/0.3.8/download to snapbox-macros-0.3.8.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.0.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-graphics/xwayland/xwayland_24.1.0.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_24.1.0.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/syn/2.0.48/download to syn-2.0.48.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-graphics/xwayland/xwayland_24.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/recipes-graphics/xwayland/xwayland_24.1.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.14/download to target-lexicon-0.12.14.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_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/meson.bbclass:7)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/tempfile/3.9.0/download to tempfile-3.9.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/termcolor/1.4.1/download to termcolor-1.4.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/terminal_size/0.3.0/download to terminal_size-0.3.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/textwrap/0.16.1/download to textwrap-0.16.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_24.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/thiserror/1.0.57/download to thiserror-1.0.57.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xwayland/xwayland_24.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.57/download to thiserror-impl-1.0.57.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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/xwayland/xwayland_24.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/time/0.3.34/download to time-0.3.34.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/time-macros/0.2.17/download to time-macros-0.2.17.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-graphics/xwayland/xwayland_24.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/xwayland/xwayland_24.1.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-graphics/xwayland/xwayland_24.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/xwayland/xwayland_24.1.0.bb:17)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/toml/0.8.10/download to toml-0.8.10.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/toml_edit/0.22.6/download to toml_edit-0.22.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/trycmd/0.15.0/download to trycmd-0.15.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.15/download to unicode-bidi-0.3.15.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.0.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-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/unscanny/0.1.0/download to unscanny-0.1.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/ureq/2.9.6/download to ureq-2.9.6.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/urlencoding/2.1.3/download to urlencoding-2.1.3.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/uuid/1.7.0/download to uuid-1.7.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/webpki-roots/0.26.0/download to webpki-roots-0.26.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/which/6.0.0/download to which-6.0.0.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/wild/2.2.1/download to wild-2.2.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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-graphics/xwayland/xwayland_24.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-maturin_1.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/winnow/0.6.2/download to winnow-0.6.2.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/xattr/1.3.1/download to xattr-1.3.1.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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.6.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.6.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy/0.7.32/download to zerocopy-0.7.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.0.bb: Fetching https://crates.io/api/v1/crates/zerocopy-derive/0.7.32/download to zerocopy-derive-0.7.32.crate\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-maturin_1.6.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-devtools/python/python3-maturin_1.6.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-lib/libxvmc_1.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-graphics/xwayland/xwayland_24.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/xwayland/xwayland_24.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/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/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-support/boost/boost_1.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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.85.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-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-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-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/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-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-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-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/gcc/gcc-sanitizers_14.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_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/gcc/gcc-sanitizers_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_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/gcc/gcc-common.inc:11)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:2: including gcc-sanitizers.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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_14.1.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_14.1.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-sanitizers_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/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/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/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-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/gcc/gcc-sanitizers_14.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/gcc/gcc-sanitizers_14.1.bb:0)\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/gcc/gcc-sanitizers_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/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: SITE 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: 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/gcc/gcc-sanitizers_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/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-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-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/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/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/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-devtools/gcc/gcc-sanitizers_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-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-devtools/python/python3-cryptography-vectors_42.0.8.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_42.0.8.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_42.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/python3-cryptography-vectors_42.0.8.bb:16)\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-devtools/python/python3-cryptography-vectors_42.0.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-cryptography-vectors_42.0.8.bb:16)\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-devtools/python/python3-cryptography-vectors_42.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/python_setuptools_build_meta.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/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-devtools/python/python3-cryptography-vectors_42.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-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-devtools/python/python3-cryptography-vectors_42.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-cryptography-vectors_42.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-devtools/python/python3-cryptography-vectors_42.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/python_setuptools_build_meta.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/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-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-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-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-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:269)\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:269)\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-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:487)\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-core/images/build-appliance-image_15.0.0.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/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-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-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-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-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/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-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-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-3496823/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/meta/recipes-devtools/python/python3-cryptography-vectors_42.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-cryptography-vectors_42.0.8.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cryptography-vectors_42.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-cryptography-vectors_42.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/python/python3-cryptography-vectors_42.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-cryptography-vectors_42.0.8.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-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-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/build-appliance-image_15.0.0.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/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/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-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-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-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-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-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-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-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-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-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-3496823/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-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-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/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-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-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-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-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-3496823/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-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-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/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-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-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-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/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-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-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-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-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-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-3496823/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-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/python/python3-libarchive-c_5.1.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_5.1.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_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-libarchive-c_5.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_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-libarchive-c_5.1.bb:10)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_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-libarchive-c_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-libarchive-c_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-libarchive-c_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-libarchive-c_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-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-devtools/python/python3-libarchive-c_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-libarchive-c_5.1.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-libarchive-c_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-libarchive-c_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-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-3496823/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/glibc/glibc-testsuite_2.39.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb:1: including glibc_2.39.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:1: including glibc.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.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-testsuite_2.39.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-testsuite_2.39.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-testsuite_2.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-core/glibc/glibc.inc:8)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.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-core/glibc/glibc-testsuite_2.39.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-testsuite_2.39.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-testsuite_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:2: including glibc-version.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:129: including glibc-package.inc\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.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-core/glibc/glibc-package.inc:68)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb:2: including glibc-tests.inc\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/glibc/glibc-testsuite_2.39.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.39.bb:4)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.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.39.bb:33)\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/glibc/glibc-testsuite_2.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/glibc/glibc-testsuite_2.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-core/glibc/glibc-testsuite_2.39.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-core/images/core-image-ptest.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/glibc/glibc-testsuite_2.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/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/glibc/glibc-testsuite_2.39.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.39+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.39+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.39+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.39+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.39.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/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/glibc/glibc-testsuite_2.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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-testsuite_2.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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-testsuite_2.39.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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39.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.39.bb: Searching for 0023-qemu-stale-process.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.39+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.39+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.39+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.39+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.39.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0023-qemu-stale-process.patch for 0023-qemu-stale-process.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.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.39+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.39+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.39+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.39+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.39.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.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/glibc/glibc-testsuite_2.39.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.39+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.39+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.39+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.39+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.39+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.39.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-testsuite_2.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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-testsuite_2.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.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.39+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.39+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.39+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.39+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.39+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.39.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.39.bb: Searching for 0023-qemu-stale-process.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.39+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.39+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.39+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.39+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.39+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.39.bb: Using /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc/0023-qemu-stale-process.patch for 0023-qemu-stale-process.patch\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.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.39+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.39+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.39+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.39+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.39+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.39.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.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/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-3496823/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-3496823/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-3496823/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-3496823/tmp/work/qemux86_64-poky-linux/core-image-ptest-libseccomp/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-mako/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-pyyaml/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-3496823/tmp/work/qemux86_64-poky-linux/core-image-ptest-python3-rpds-py/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-3496823/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-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/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-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-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-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-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: 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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-devtools/dmidecode/dmidecode_3.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dmidecode/dmidecode_3.6.bb\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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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/repo/repo_2.45.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.45.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.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/repo/repo_2.45.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/repo/repo_2.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-devtools/repo/repo_2.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-devtools/repo/repo_2.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/repo/repo_2.45.bb:0)\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-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-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-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-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-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-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:207)\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:207)\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:698)\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:698)\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:814)\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-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:877)\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-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-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:176)\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-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-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-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-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-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-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-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-support/libbsd/libbsd_0.12.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.2.bb:43)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.2.bb:43)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.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/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-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: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/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/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-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: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: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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/apr/apr_1.7.4.bb: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: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-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: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/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/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/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-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/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-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-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/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/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-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-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 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-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-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-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/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-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-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 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-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-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-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/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-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-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-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 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-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-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-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/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-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-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-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-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-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/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-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-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/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-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-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-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-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/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-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-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-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-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-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-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-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-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-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-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-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:17)\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-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:17)\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:17)\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:17)\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-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-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-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-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-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-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-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-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-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/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-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-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-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-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-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-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:269)\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:269)\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/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:487)\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/meta/recipes-core/images/core-image-minimal-mtdutils.bb: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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-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-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/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/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-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-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/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-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-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-core/images/core-image-minimal-mtdutils.bb: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/python/python3-hatchling_1.24.2.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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-hatchling_1.24.2.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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-hatchling_1.24.2.bb:6)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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-hatchling_1.24.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-hatchling_1.24.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-hatchling_1.24.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-devtools/python/python3-hatchling_1.24.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-hatchling_1.24.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-hatchling_1.24.2.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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-hatchling_1.24.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-hatchling_1.24.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-hatchling_1.24.2.bb:0)\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/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-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/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/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/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/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/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-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/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/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/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/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/libksba/libksba_1.6.6.bb: Cache: default: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.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-support/libksba/libksba_1.6.6.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.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-support/libksba/libksba_1.6.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/libksba/libksba_1.6.6.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.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-support/libksba/libksba_1.6.6.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.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/libksba/libksba_1.6.6.bb:21)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.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/libksba/libksba_1.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-support/libksba/libksba_1.6.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.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-support/libksba/libksba_1.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-support/libksba/libksba_1.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-support/libksba/libksba_1.6.6.bb:0)\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.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/libksba/libksba_1.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/libksba/libksba_1.6.6.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.6/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.6/\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.6/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.6/\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.6.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.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/libksba/libksba_1.6.6.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.6/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.6/\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.6/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.6/\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.6.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.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/libksba/libksba_1.6.6.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.6/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.6/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.6/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.6/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.6/\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.6.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.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-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-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/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-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-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-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-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-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-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-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-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-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/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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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)\ndone.\nParsing of 988 .bb files complete (0 cached, 988 parsed). 1965 targets, 50 skipped, 0 masked, 0 errors.\nDEBUG: Cache: default: Writing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/cache/bb_cache.dat.5b5d017a2fc1994179e4970bf075a845dcf8effb817f545c0738085c23f4f3c2\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'rpm', 'dnf', '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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.68.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb to satisfy quilt-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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.68.bb\nDEBUG: Added runtime recommendations ['quilt-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb to satisfy xz-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.6.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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb to satisfy cross-localedef-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.39.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.39.bb\nDEBUG: Added runtime recommendations ['cross-localedef-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.39.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb to satisfy nativesdk-glibc-locale\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.39.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb to satisfy rpm-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.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.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.20.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb to satisfy dnf-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.20.0.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.1.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb to satisfy createrepo-c-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.1.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_9.0.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb to satisfy qemu-system-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_9.0.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_9.0.0.bb\nDEBUG: Added runtime recommendations ['qemu-system-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_9.0.0.bb as PREFERRED_VERSION 9.0% 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_9.0.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb to satisfy qemu-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_9.0.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_9.0.0.bb\nDEBUG: Added runtime recommendations ['qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-pip', 'nativesdk-python3-setuptools', 'nativesdk-python3-subunit', 'nativesdk-python3-pyyaml', 'nativesdk-python3-websockets', '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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb' to satisfy runtime 'libstd-rs'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.75.0.bb\nDEBUG: Added runtime dependencies ['libstd-rs-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb\nDEBUG: Added runtime recommendations ['libstd-rs'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'util-linux-fcntl-lock'] 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-shell', '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 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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb' to satisfy runtime 'rpm'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.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.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.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.20.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb' to satisfy runtime 'dnf'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.20.0.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.20.0.bb\nDEBUG: Added runtime recommendations ['dnf', 'gnupg', 'dnf-test-dep'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-en-us'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.39.bb\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-en-gb'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.80.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'nativesdk-glib-2.0'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['chrpath-replacement-native', 'gettext-native', 'glib-2.0-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.80.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-glib-2.0-dev', 'nativesdk-python3', 'nativesdk-python3-packaging', '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.80.2.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.80.2.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.68.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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.68.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb' to satisfy runtime 'quilt-native-dev'\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 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 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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb' to satisfy runtime 'cross-localedef-native-dev'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb' to satisfy runtime 'cross-localedef-native'\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 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 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 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 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 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.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb' to satisfy runtime 'rpm-archive-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_9.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb' to satisfy runtime 'qemu-system-native-common'\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_9.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb' to satisfy runtime 'qemu-system-native'\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_9.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb' to satisfy runtime 'qemu-system-native-dev'\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-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-native-common are: ['qemu-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb as PREFERRED_VERSION 9.0% 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_9.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb' to satisfy runtime 'qemu-native-common'\nDEBUG: providers for qemu-native-dev are: ['qemu-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb as PREFERRED_VERSION 9.0% 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_9.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb' to satisfy runtime 'qemu-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_9.0.0.bb as PREFERRED_VERSION 9.0% 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_9.0.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb' to satisfy runtime 'qemu-native'\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.4.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-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-shell', 'nativesdk-python3-stringold', 'nativesdk-python3-core', 'nativesdk-python3-core', 'nativesdk-python3-debugger', 'nativesdk-python3-difflib', 'nativesdk-python3-pprint', '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-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-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.4.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.4.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.43.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.43.bb' to satisfy runtime 'nativesdk-python3-git'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.43.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.43.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.43.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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb' to satisfy runtime 'nativesdk-python3-jinja2'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-flit-core-native', 'python3-installer-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-devtools/python/python3-jinja2_3.1.4.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.4.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.4.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.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.2.bb' to satisfy runtime 'nativesdk-python3-testtools'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-hatch-vcs-native', 'python3-hatchling-native', 'python3-installer-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-devtools/python/python3-testtools_2.7.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-testtools-dev', 'nativesdk-python3-compression', 'nativesdk-python3-doctest', 'nativesdk-python3-extras', 'nativesdk-python3-json', 'nativesdk-python3-six'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.2.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.2.bb\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_24.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb' to satisfy runtime 'nativesdk-python3-pip'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_24.0.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_24.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-pip'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb\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.5.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb' to satisfy runtime 'nativesdk-python3-setuptools'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.1.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.5.1.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.5.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-python3-websockets are: ['nativesdk-python3-websockets']\nDEBUG: sorted runtime providers for nativesdk-python3-websockets are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.0.bb' to satisfy runtime 'nativesdk-python3-websockets'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-websockets_12.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-websockets-dev', 'nativesdk-python3-asyncio', 'nativesdk-python3-profile'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-websockets'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.0.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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb' to satisfy runtime 'nativesdk-ncurses-terminfo-base'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.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.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-ncurses'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.45.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb' to satisfy runtime 'nativesdk-git'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.45.2.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.45.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-git'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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.45.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.24.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.24.5.bb' to satisfy runtime 'nativesdk-wget'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.24.5.bb\nDEBUG: Added runtime dependencies ['nativesdk-wget-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.24.5.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.24.5.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.1.bb' to satisfy runtime 'nativesdk-texinfo'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.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.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-texinfo'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb' to satisfy runtime 'nativesdk-zstd'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.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.6.bb\nDEBUG: Added runtime recommendations ['nativesdk-zstd'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb' to satisfy runtime 'nativesdk-libacl'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.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.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-acl'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb\nDEBUG: Resolved 110 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb to satisfy attr-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.5.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb to satisfy libtool-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.0.bb\nDEBUG: Added runtime dependencies ['libtool-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb\nDEBUG: Added runtime recommendations ['libtool-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.2.0.bb to satisfy pkgconfig-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.2.0.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.45.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb to satisfy sqlite3-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.45.3.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.42.bb as PREFERRED_VERSION 2.42% 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.42.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb to satisfy virtual/x86_64-poky-linux-binutils\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.42.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_32.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb to satisfy kmod-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_32.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.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb to satisfy dpkg-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.6.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.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb to satisfy zstd-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb to satisfy ncurses-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['git-replacement-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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb to satisfy virtual/x86_64-poky-linux-gcc\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_14.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.3.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb to satisfy openssl-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.191.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb to satisfy elfutils-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.191.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.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb to satisfy gettext-minimal-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.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.5.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.5.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.42.bb as PREFERRED_VERSION 2.42% 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.42.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-crosssdk_2.42.bb to satisfy virtual/x86_64-pokysdk-linux-binutils\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.42.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb to satisfy virtual/nativesdk-libc\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.39.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.39.bb\nDEBUG: Added runtime recommendations ['nativesdk-glibc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_14.1.bb to satisfy virtual/x86_64-pokysdk-linux-gcc\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_14.1.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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb to satisfy virtual/nativesdk-x86_64-pokysdk-linux-compilerlibs\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_14.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'bzip2-replacement-native', 'bzip2-native', 'lzlib-native', 'xz-native', 'zlib-native', 'zstd-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb to satisfy python3-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.4.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-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-shell', 'python3-native-stringold', 'python3-native-core', 'python3-native-core', 'python3-native-core', 'python3-native-debugger', 'python3-native-difflib', 'python3-native-pprint', '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-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-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.4.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.29.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb to satisfy cmake-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.29.3.bb\nDEBUG: Added runtime dependencies ['cmake-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb\nDEBUG: Added runtime recommendations ['cmake-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.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.17.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb to satisfy librepo-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.17.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.73.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb to satisfy libdnf-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.73.1.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.12.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb to satisfy ninja-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['re2c-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.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.21.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb to satisfy libcomps-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.21.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.12.8.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb to satisfy libxml2-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.12.8.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.80.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb to satisfy glib-2.0-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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', 'gettext-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.8.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb to satisfy curl-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.8.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.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb to satisfy zlib-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.6.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb to satisfy expat-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['cmake-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.30.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb to satisfy libsdl2-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.30.3.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Cache: default: Writing /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/cache/bb_cache_SiggenRecipeInfo.dat.5b5d017a2fc1994179e4970bf075a845dcf8effb817f545c0738085c23f4f3c2\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 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.43.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb to satisfy libpng-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.43.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.4.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb to satisfy meson-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.4.0.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.4.0.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.12.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb to satisfy alsa-lib-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.12.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 virtual/x86_64-poky-linux-compilerlibs are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb to satisfy virtual/x86_64-poky-linux-compilerlibs\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_14.1.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.2.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.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross_14.2.bb to satisfy gdb-cross-x86_64\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.2.bb\nDEBUG: providers for virtual/libc are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb to satisfy virtual/libc\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.39.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.39.bb\nDEBUG: Added runtime recommendations ['ldconfig', 'glibc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 rust-native are: ['rust-native']\nDEBUG: selecting virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb to satisfy rust-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.75.0.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.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb to satisfy cargo-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.75.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 ncurses are: ['ncurses']\nDEBUG: sorted providers for ncurses are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb to satisfy ncurses\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.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.5.bb\nDEBUG: Added runtime recommendations ['ncurses'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb to satisfy zlib\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.bb\nDEBUG: Added runtime dependencies ['make', 'zlib', 'zlib-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'zlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'lzlib', 'xz', 'zlib', 'zstd', '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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb to satisfy xz\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.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.6.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'xz'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.191.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb to satisfy elfutils\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.191.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.191.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'elfutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 zstd are: ['zstd']\nDEBUG: sorted providers for zstd are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb to satisfy zstd\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.bb\nDEBUG: Added runtime dependencies ['zstd-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb\nDEBUG: Added runtime recommendations ['zstd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb to satisfy python3\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.4.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-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-shell', 'python3-stringold', 'python3-core', 'python3-core', 'python3-debugger', 'python3-difflib', 'python3-pprint', '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-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-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.4.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.4.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb to satisfy gettext-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.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.45.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb to satisfy sqlite3\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.45.3.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.14.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb to satisfy bash-completion\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.14.0.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.14.0.bb\nDEBUG: Added runtime recommendations ['bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 libcomps are: ['libcomps']\nDEBUG: sorted providers for libcomps are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb to satisfy libcomps\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.21.bb\nDEBUG: Added runtime dependencies ['libcomps-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb\nDEBUG: Added runtime recommendations ['libcomps'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.17.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb to satisfy librepo\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.17.0.bb\nDEBUG: Added runtime dependencies ['librepo-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb\nDEBUG: Added runtime recommendations ['librepo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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.73.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb to satisfy libdnf\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.73.1.bb\nDEBUG: Added runtime dependencies ['libdnf-dev', 'python3-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb\nDEBUG: Added runtime recommendations ['libdnf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.5.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb to satisfy libtool-cross\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.0.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.6.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.bb to satisfy virtual/update-alternatives\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'bash-completion', 'xz'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb\nDEBUG: Added runtime dependencies ['dpkg-dev', 'update-alternatives-opkg', 'perl', 'dpkg-start-stop', 'ldconfig', 'bash-completion', '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.6.bb\nDEBUG: Added runtime recommendations ['dpkg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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.12.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb to satisfy gdk-pixbuf-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.12.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.12.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.47.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb to satisfy libxml-parser-perl-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['pkgconfig-native', 'expat-native', 'perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb', 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb to satisfy virtual/nativesdk-libintl\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb to satisfy virtual/nativesdk-libintl\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.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.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-gettext'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.44.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb to satisfy nativesdk-libpcre2\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.44.bb\nDEBUG: Added runtime dependencies ['nativesdk-libpcre2-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb\nDEBUG: Added runtime recommendations ['nativesdk-libpcre2'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.6.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb to satisfy nativesdk-libffi\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.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.6.bb\nDEBUG: Added runtime recommendations ['nativesdk-libffi'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb to satisfy nativesdk-zlib\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.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.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-zlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.45.3.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb to satisfy nativesdk-sqlite3\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.45.3.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.6.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb to satisfy nativesdk-xz\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.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.6.bb\nDEBUG: Added runtime recommendations ['nativesdk-xz'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.6.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb to satisfy nativesdk-expat\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-expat-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-expat'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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_20240517-3.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb to satisfy nativesdk-libedit\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_20240517-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_20240517-3.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-libedit'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb to satisfy nativesdk-ncurses\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.3.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb to satisfy nativesdk-openssl\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.3.1.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.3.1.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.3.1.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.4.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb to satisfy nativesdk-python3\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.43.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb to satisfy python3-wheel-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.43.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.2.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb to satisfy python3-build-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.2.1.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.2.1.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.5.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb to satisfy python3-setuptools-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.1.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.5.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-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.24.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb to satisfy python3-hatchling-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.24.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.10.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-cython_3.0.10.bb to satisfy python3-cython-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.10.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.8.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb to satisfy nativesdk-curl\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.8.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.8.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.8.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb to satisfy nativesdk-gnutls\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.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.5.bb\nDEBUG: Added runtime recommendations ['nativesdk-gnutls'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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.19.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb to satisfy debianutils-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.19.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.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.1.bb to satisfy texinfo-replacement-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.1.bb\nDEBUG: Added runtime dependencies ['perl-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb to satisfy nativesdk-attr\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.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.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-attr'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb\nDEBUG: providers for libstdc++-dev are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'libstdc++-dev'\nDEBUG: providers for glibc-utils are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'glibc-utils'\nDEBUG: providers for glibc are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'glibc'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-iso8859-15'\nDEBUG: providers for libatomic-dev are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'libatomic-dev'\nDEBUG: providers for libstdc++ are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'libstdc++'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-ibm850'\nDEBUG: providers for glibc-dev are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'glibc-dev'\nDEBUG: providers for libgcc-dev are: ['libgcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb' to satisfy runtime 'libgcc-dev'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_14.1.bb\nDEBUG: Added runtime recommendations ['libgcc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb\nDEBUG: providers for libgcc are: ['libgcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb' to satisfy runtime 'libgcc'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-cp1252'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-iso8859-1'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'glibc-thread-db'\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb' to satisfy runtime 'glibc-thread-db'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.39.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.39.bb\nDEBUG: Added runtime recommendations ['ldconfig', 'glibc-testsuite'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb\nDEBUG: providers for libatomic are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'libatomic'\nDEBUG: providers for glibc-dbg are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'glibc-dbg'\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.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Assuming util-linux-fcntl-lock is a dynamic package, but it may not exist\nDEBUG: providers for util-linux-fcntl-lock are: ['util-linux']\nDEBUG: sorted runtime providers for util-linux-fcntl-lock 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-fcntl-lock'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.29.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.29.3.bb' to satisfy runtime 'nativesdk-cmake'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.29.3.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.29.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-cmake'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.29.3.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: providers for nativesdk-qemu are: ['nativesdk-qemu']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb as PREFERRED_VERSION 9.0% 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_9.0.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb' to satisfy runtime 'nativesdk-qemu'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_9.0.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_9.0.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-qemu'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.4.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb' to satisfy runtime 'nativesdk-meson'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.4.0.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.4.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-meson'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.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.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb' to satisfy runtime 'nativesdk-libtool'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-libtool-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-libtool'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.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.15.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb' to satisfy runtime 'nativesdk-shadow'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.15.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-shadow-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-shadow'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.0.bb' to satisfy runtime 'nativesdk-pkgconfig'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.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.2.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-pkgconf'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.23.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb' to satisfy runtime 'nativesdk-wayland-dev'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.23.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.23.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-wayland'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.23.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb' to satisfy runtime 'nativesdk-wayland-tools'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.3.bb' to satisfy runtime 'nativesdk-opkg'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.3.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.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-opkg'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.3.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.2.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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb' to satisfy runtime 'gdb-cross-canadian-x86-64'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.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.2.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.2.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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross-canadian_14.1.bb' to satisfy runtime 'gcc-cross-canadian-x86-64'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_14.1.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_14.1.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.42.bb as PREFERRED_VERSION 2.42% 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.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.bb' to satisfy runtime 'binutils-cross-canadian-x86-64'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.42.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.42.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.42.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.75.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb' to satisfy runtime 'nativesdk-cargo'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.75.0.bb\nDEBUG: Added runtime dependencies ['nativesdk-cargo-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-cargo'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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.42.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb' to satisfy runtime 'nativesdk-binutils'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.42.bb\nDEBUG: Added runtime dependencies ['nativesdk-binutils-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: Added runtime recommendations ['nativesdk-binutils'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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.75.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb' to satisfy runtime 'nativesdk-rust-tools-clippy'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['cargo-native', '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.75.0.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.75.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-rust'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb\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.75.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb' to satisfy runtime 'nativesdk-rust-tools-rustfmt'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'nativesdk-glibc-dev'\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.75.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.75.0.bb' to satisfy runtime 'rust-cross-canadian-x86-64'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.75.0.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.75.0.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.75.0.bb\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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb' to satisfy runtime 'nativesdk-libgcc-dev'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_14.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-libgcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb\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.75.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb' to satisfy runtime 'nativesdk-rust'\nDEBUG: providers for nativesdk-gcc are: ['nativesdk-gcc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb' to satisfy runtime 'nativesdk-gcc'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_14.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-binutils', 'nativesdk-cpp'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-libssp', 'nativesdk-libssp-dev', 'nativesdk-libatomic', 'nativesdk-libatomic-dev', 'nativesdk-libstdc++', 'nativesdk-libstdc++-dev', 'nativesdk-gcc'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.31.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb' to satisfy runtime 'mc-helpers-perl'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.31.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.31.bb\nDEBUG: Added runtime recommendations ['mc', 'ncurses-terminfo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 cronie are: ['cronie']\nDEBUG: sorted runtime providers for cronie are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb' to satisfy runtime 'cronie'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.bb\nDEBUG: Added runtime dependencies ['cronie-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb\nDEBUG: Added runtime recommendations ['cronie'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb' to satisfy runtime 'psmisc'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.7.bb\nDEBUG: Added runtime dependencies ['psmisc-dev', 'fuser', 'killall', 'pstree'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb\nDEBUG: Added runtime recommendations ['psmisc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 findutils are: ['findutils']\nDEBUG: sorted runtime providers for findutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb' to satisfy runtime 'findutils'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.10.0.bb\nDEBUG: Added runtime dependencies ['findutils', 'bash', 'sed', 'grep', 'coreutils', 'coreutils-getlimits', 'findutils-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'findutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb\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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb' to satisfy runtime 'acl'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.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.2.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'acl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'iputils-ping6'] 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 ncurses are: ['ncurses']\nDEBUG: sorted runtime providers for ncurses are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb' to satisfy runtime 'ncurses'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 iproute2 are: ['iproute2']\nDEBUG: sorted runtime providers for iproute2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb' to satisfy runtime 'iproute2'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.9.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.9.0.bb\nDEBUG: Added runtime recommendations ['iproute2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 coreutils are: ['coreutils']\nDEBUG: sorted runtime providers for coreutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb' to satisfy runtime 'coreutils'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.bb\nDEBUG: Added runtime dependencies ['coreutils', 'bash', 'findutils', 'gawk', 'make', 'perl', 'perl-modules', 'python3-core', 'sed', 'shadow', 'coreutils-getlimits', 'coreutils-dev', 'coreutils-stdbuf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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.5.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 logrotate are: ['logrotate']\nDEBUG: sorted runtime providers for logrotate are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb' to satisfy runtime 'logrotate'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.22.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.22.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'logrotate'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 mc-shell are: ['mc']\nDEBUG: sorted runtime providers for mc-shell are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb' to satisfy runtime 'mc-shell'\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.31.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb' to satisfy runtime 'mc-helpers'\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.15.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb' to satisfy runtime 'shadow'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.15.1.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.15.1.bb\nDEBUG: Added runtime recommendations ['shadow'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 ed are: ['ed']\nDEBUG: sorted runtime providers for ed are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb' to satisfy runtime 'ed'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.bb\nDEBUG: Added runtime dependencies ['ed-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb\nDEBUG: Added runtime recommendations ['ed'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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 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: 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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_32.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb' to satisfy runtime 'module-init-tools'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_32.bb\nDEBUG: Added runtime dependencies ['kmod-dev', 'bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb\nDEBUG: Added runtime recommendations ['kmod'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb' to satisfy runtime 'openssl'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.3.1.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.3.1.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.3.1.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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb' to satisfy runtime 'attr'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.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.2.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'attr'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 mc are: ['mc']\nDEBUG: sorted runtime providers for mc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb' to satisfy runtime 'mc'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb' to satisfy runtime 'rpm-sign'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb' to satisfy runtime 'rpm-archive'\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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb' to satisfy runtime 'rpm-dev'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-core'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-sqlite3'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-email'\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.20.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb' to satisfy runtime 'dnf-test-dep'\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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb' to satisfy runtime 'python3-rpm'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-json'\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.21.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb' to satisfy runtime 'libcomps'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-netclient'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-fcntl'\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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb' to satisfy runtime 'gnupg'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.bb\nDEBUG: Added runtime dependencies ['gnupg-dev', 'gnupg-gpg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb\nDEBUG: Added runtime recommendations ['gnupg', 'pinentry'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-codecs'\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 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.14.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb' to satisfy runtime 'bash-completion'\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.20.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb' to satisfy runtime 'dnf-dev'\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.17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb' to satisfy runtime 'librepo'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-shell'\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.73.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb' to satisfy runtime 'libdnf'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-compression'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-misc'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-threading'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-logging'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-curses'\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 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 openssh are: ['openssh']\nDEBUG: sorted runtime providers for openssh are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb' to satisfy runtime 'openssh'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.7p1.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.7p1.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'openssh'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: 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.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb' to satisfy runtime 'ofono'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.8.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.8.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.8.bb\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-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-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-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: 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_2024.05.08.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb' to satisfy runtime 'wireless-regdb-static'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb\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: 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-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-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 iw are: ['iw']\nDEBUG: sorted runtime providers for iw are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb' to satisfy runtime 'iw'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.9.bb\nDEBUG: Added runtime dependencies ['iw-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb\nDEBUG: Added runtime recommendations ['iw'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb\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.13.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb' to satisfy runtime 'pciutils'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'make-native', 'udev', 'kmod', 'zlib', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb\nDEBUG: Added runtime dependencies ['pciutils-dev', 'pciutils-ids'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb\nDEBUG: Added runtime recommendations ['pciutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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-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-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: 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-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-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-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: 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-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 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-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-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-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: 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-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-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-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: 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: 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-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: 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: 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-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-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: 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-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-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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-alsactl'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.11.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.11.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.11.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: 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: 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-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-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-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: 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: 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: 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: 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: 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: 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-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-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-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-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: 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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-amixer'\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-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: 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: 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb' to satisfy runtime 'openssl-dev'\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 gcc-plugins are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb' to satisfy runtime 'gcc-plugins'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_14.1.bb\nDEBUG: Added runtime dependencies ['binutils', 'cpp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb\nDEBUG: Added runtime recommendations ['libssp', 'libssp-dev', 'libstdc++', 'libstdc++-dev', 'libatomic', 'libatomic-dev', 'gcc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.191.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb' to satisfy runtime 'elfutils-dev'\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.7p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb' to satisfy runtime 'openssh-sftp-server'\nDEBUG: providers for gdbserver are: ['gdb']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb' to satisfy runtime 'gdbserver'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.bb\nDEBUG: Added runtime dependencies ['gdb-dev', 'python3-codecs'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 strace are: ['strace']\nDEBUG: sorted runtime providers for strace are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb' to satisfy runtime 'strace'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.9.bb\nDEBUG: Added runtime dependencies ['strace', 'make', 'coreutils', 'grep', 'gawk', 'sed', 'locale-base-en-us', 'strace-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'strace'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb\nDEBUG: providers for gdb are: ['gdb']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb' to satisfy runtime 'gdb'\nDEBUG: providers for libc-mtrace are: ['glibc-mtrace']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb' to satisfy runtime 'libc-mtrace'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb\nDEBUG: Added runtime dependencies ['glibc-mtrace-dev', 'perl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb\nDEBUG: Added runtime recommendations ['glibc-mtrace'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'slang'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb\nDEBUG: Added runtime dependencies ['bash', 'python3', 'bash', 'perl', '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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 valgrind are: ['valgrind']\nDEBUG: sorted runtime providers for valgrind are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb' to satisfy runtime 'valgrind'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.23.0.bb\nDEBUG: Added runtime dependencies ['valgrind', 'python3-core', 'valgrind', 'perl', 'valgrind', 'perl', 'valgrind', 'bash', 'coreutils', 'curl', 'file', 'gdb', 'glibc-src', 'gcc-runtime-dbg', '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', 'python3-compile', 'sed', 'util-linux-taskset', 'valgrind-dbg', 'valgrind-src', 'valgrind-cachegrind', 'valgrind-massif', 'valgrind-callgrind', 'glibc-utils', 'glibc-gconv-utf-32', 'valgrind-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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.23.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb' to satisfy runtime 'lttng-tools'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.13.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.13.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.13.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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb' to satisfy runtime 'babeltrace2'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.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.6.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'babeltrace2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: 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 ldd are: ['glibc', 'glibc-testsuite']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb as PREFERRED_VERSION 2.39% 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.39.bb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'ldd'\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb' to satisfy runtime 'ldd'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 quilt are: ['quilt']\nDEBUG: sorted runtime providers for quilt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb' to satisfy runtime 'quilt'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.68.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', 'coreutils', 'quilt-dev', 'bash', 'patch', 'diffstat', 'bzip2', 'util-linux', 'less'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'quilt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb\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.14.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb' to satisfy runtime 'tcl'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.14.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.14.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'tcl'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb\nDEBUG: providers for libgomp are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'libgomp'\nDEBUG: providers for libubsan-dev are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb' to satisfy runtime 'libubsan-dev'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_14.1.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_14.1.bb\nDEBUG: Added runtime recommendations ['libasan', 'libubsan', 'liblsan', 'libtsan'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb\nDEBUG: providers for libgomp-dev are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'libgomp-dev'\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 libasan-dev are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb' to satisfy runtime 'libasan-dev'\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.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb' to satisfy runtime 'ccache'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zstd', 'fmt', 'xxhash', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb\nDEBUG: Added runtime dependencies ['ccache-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb\nDEBUG: Added runtime recommendations ['ccache'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-aplay'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb' to satisfy runtime 'xprop'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.7.bb\nDEBUG: Added runtime dependencies ['xprop-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb\nDEBUG: Added runtime recommendations ['xprop'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb' to satisfy runtime 'ofono-tests'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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_20240524.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb' to satisfy runtime 'ltp'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_20240524.bb\nDEBUG: Added runtime dependencies ['ltp-dev', 'attr', 'bash', 'bc', 'coreutils', 'cpio', 'cronie', 'curl', 'e2fsprogs', 'e2fsprogs-mke2fs', 'expect', 'file', 'findutils', 'gawk', 'gdb', 'gzip', 'iproute2', 'iputils-ping6', '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_20240524.bb\nDEBUG: Added runtime recommendations ['ltp', 'kernel-module-loop'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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-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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.47.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb' to satisfy runtime 'nativesdk-libxml-parser-perl'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-expat', 'nativesdk-perl', '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/perl/libxml-parser-perl_2.47.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.47.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.47.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.80.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'nativesdk-glib-2.0-dev'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-xml'\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.14.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb' to satisfy runtime 'nativesdk-bash-completion'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.14.0.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.14.0.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.14.0.bb\nDEBUG: providers for nativesdk-python3-packaging are: ['nativesdk-python3-packaging']\nDEBUG: sorted runtime providers for nativesdk-python3-packaging are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb' to satisfy runtime 'nativesdk-python3-packaging'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['chrpath-replacement-native', 'nativesdk-python3', 'python3-build-native', 'python3-flit-core-native', 'python3-installer-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-devtools/python/python3-packaging_24.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-python3-packaging-dev', 'nativesdk-python3-profile'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-python3-packaging'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb\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-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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-html'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-terminal'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-image'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-shell'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-codecs'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-curses'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-misc'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-fcntl'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-pickle'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-numbers'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-asyncio'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-netserver'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-tkinter'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-stringold'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-modules'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-multiprocessing'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-db'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb', 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'nativesdk-ldconfig'\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb' to satisfy runtime 'nativesdk-ldconfig'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.39.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.39.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.39.bb\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-difflib'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-doctest'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-core'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-plistlib'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-zoneinfo'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-debugger'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-pkgutil'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-syslog'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-idle'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-resource'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-io'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-datetime'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-xmlrpc'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-ensurepip'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-venv'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-threading'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-pydoc'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-audio'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-unittest'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-email'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-tomllib'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-crypt'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-compression'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-statistics'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-unixadmin'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-mmap'\nDEBUG: providers for nativesdk-libgcc are: ['nativesdk-libgcc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb' to satisfy runtime 'nativesdk-libgcc'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-mime'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-pprint'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-netclient'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-math'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-compile'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-sqlite3'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-logging'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-dev'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-profile'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-mailbox'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-ctypes'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-json'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'nativesdk-python3-2to3'\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.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb' to satisfy runtime 'nativesdk-openssl'\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-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.43.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-git_3.1.43.bb' to satisfy runtime 'nativesdk-python3-git-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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb' to satisfy runtime 'nativesdk-python3-markupsafe'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.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.5.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.5.bb\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb' to satisfy runtime 'nativesdk-python3-jinja2-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-testtools_2.7.2.bb' to satisfy runtime 'nativesdk-python3-testtools-dev'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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_24.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb' to satisfy runtime 'nativesdk-python3-pip-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.5.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb' to satisfy runtime 'nativesdk-python3-setuptools-dev'\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.5.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb' to satisfy runtime 'nativesdk-python3-pkg-resources'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-python3-websockets-dev are: ['nativesdk-python3-websockets']\nDEBUG: sorted runtime providers for nativesdk-python3-websockets-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-websockets_12.0.bb' to satisfy runtime 'nativesdk-python3-websockets-dev'\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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb' to satisfy runtime 'nativesdk-ncurses-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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb' to satisfy runtime 'nativesdk-ncurses'\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-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: 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-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.45.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb' to satisfy runtime 'nativesdk-git-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.10.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb' to satisfy runtime 'nativesdk-findutils'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.10.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.10.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-findutils'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb\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.24.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/wget/wget_1.24.5.bb' to satisfy runtime 'nativesdk-wget-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.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb' to satisfy runtime 'nativesdk-openssl-bin'\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-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.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo/texinfo_7.1.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-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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm866'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm775'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm855'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm437'\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-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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm857'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm860'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm862'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm737'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm865'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm863'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm850'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm861'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm851'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm852'\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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'nativesdk-glibc-gconv-ibm869'\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.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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 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.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb' to satisfy runtime 'nativesdk-acl'\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.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb' to satisfy runtime 'nativesdk-acl-dev'\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb' to satisfy runtime 'libtool-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.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb' to satisfy runtime 'libtool-native-dev'\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-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 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 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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb' to satisfy runtime 'gettext-minimal-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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb' to satisfy runtime 'gettext-minimal-native'\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.9.bb as PREFERRED_VERSION 6.9% 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.9.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb' to satisfy runtime 'nativesdk-linux-libc-headers-dev'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.9.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.9.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.9.bb\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'nativesdk-glibc-utils'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'nativesdk-glibc'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-plistlib'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-netserver'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-threading'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-audio'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-stringold'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-codecs'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-syslog'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-pprint'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-profile'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-pydoc'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-statistics'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-xmlrpc'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-io'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-unittest'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-compression'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-curses'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-mailbox'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-tkinter'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-pickle'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-core'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-doctest'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-db'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-debugger'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-ctypes'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-asyncio'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-resource'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-compile'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-unixadmin'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-terminal'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-shell'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-mmap'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-logging'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-image'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-datetime'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-difflib'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-venv'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-sqlite3'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-zoneinfo'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-xml'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-html'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-email'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-crypt'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-ensurepip'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-idle'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-modules'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-tomllib'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-numbers'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-math'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-mime'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-fcntl'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-pkgutil'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-2to3'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-multiprocessing'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-json'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-native-netclient'\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.29.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb' to satisfy runtime 'cmake-native-dev'\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.29.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb' to satisfy runtime 'cmake-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-core-native'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.5.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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.12.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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 ldconfig are: ['glibc', 'glibc-testsuite']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb as PREFERRED_VERSION 2.39% 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.39.bb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'ldconfig'\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb' to satisfy runtime 'ldconfig'\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.9.bb as PREFERRED_VERSION 6.9% 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.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb' to satisfy runtime 'linux-libc-headers-dev'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.9.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.9.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.9.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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 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 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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb' to satisfy runtime 'ncurses-terminfo-base'\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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb' to satisfy runtime 'zlib-dev'\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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb' to satisfy runtime 'zlib'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb' to satisfy runtime 'ptest-runner'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.4.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.4.bb\nDEBUG: Added runtime recommendations ['ptest-runner'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb\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 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 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 xz are: ['xz']\nDEBUG: sorted runtime providers for xz are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb' to satisfy runtime 'xz-dev'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb' to satisfy runtime 'bsdtar'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.4.bb\nDEBUG: Added runtime dependencies ['libarchive-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb\nDEBUG: Added runtime recommendations ['libarchive'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb\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.191.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb' to satisfy runtime 'elfutils'\nDEBUG: providers for binutils-symlinks are: ['binutils']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb as PREFERRED_VERSION 2.42% 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.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb' to satisfy runtime 'binutils-symlinks'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.42.bb\nDEBUG: Added runtime dependencies ['binutils-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: Added runtime recommendations ['binutils'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\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.9.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb' to satisfy runtime 'iproute2-ss'\nDEBUG: providers for gcc-symlinks are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb' to satisfy runtime 'gcc-symlinks'\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.191.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb' to satisfy runtime 'libasm'\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.191.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb' to satisfy runtime 'libelf'\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.191.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb' to satisfy runtime 'elfutils-binutils'\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 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: 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 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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb' to satisfy runtime 'zstd'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-xmlrpc'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-modules'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-debugger'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-venv'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-audio'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-profile'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-cgitb'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-io'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-mime'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-mmap'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: 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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-fr-fr'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-2to3'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-crypt'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-tests'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-unittest'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-syslog'\nDEBUG: providers for binutils are: ['binutils']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb as PREFERRED_VERSION 2.42% 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.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb' to satisfy runtime 'binutils'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-mailbox'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-pydoc'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-xml'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-compile'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-plistlib'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-de-de'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-statistics'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-math'\nDEBUG: providers for gcc are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb' to satisfy runtime 'gcc'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-tomllib'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-gdbm'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-idle'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-difflib'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-pickle'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-netserver'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-image'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-dev'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-ensurepip'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-unixadmin'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-tr-tr'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-doctest'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-html'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-datetime'\nDEBUG: providers for g++ are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb' to satisfy runtime 'g++'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-resource'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-asyncio'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-zipapp'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-multiprocessing'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-pkgutil'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-pprint'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-numbers'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-db'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-zoneinfo'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-stringold'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-terminal'\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-ctypes'\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 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.14.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.21.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb' to satisfy runtime 'libcomps-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.17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb' to satisfy runtime 'librepo-dev'\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.73.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb' to satisfy runtime 'libdnf-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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3'\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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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: 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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb' to satisfy runtime 'dpkg-start-stop'\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: 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: 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-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-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-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-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-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: 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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb' to satisfy runtime 'dpkg-dev'\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-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: 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-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: 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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb' to satisfy runtime 'dpkg'\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-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: 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: 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: 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 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: 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 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: 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: 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: 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: 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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb' to satisfy runtime 'nativesdk-gettext'\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.44.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb' to satisfy runtime 'nativesdk-libpcre2-dev'\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.44.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb' to satisfy runtime 'nativesdk-libpcre2'\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.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb' to satisfy runtime 'nativesdk-libffi'\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.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb' to satisfy runtime 'nativesdk-zlib-dev'\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 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.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb' to satisfy runtime 'nativesdk-xz'\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.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb' to satisfy runtime 'nativesdk-xz-dev'\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-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-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.6.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.6.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb' to satisfy runtime 'nativesdk-expat-dev'\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_20240517-3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb' to satisfy runtime 'nativesdk-libedit-dev'\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_20240517-3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb' to satisfy runtime 'nativesdk-libedit'\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-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-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-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-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-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-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-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.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb' to satisfy runtime 'nativesdk-openssl-conf'\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.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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.3.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb' to satisfy runtime 'nativesdk-openssl-dev'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-ensurepip-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-difflib-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-venv-native'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-tomllib-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-compression-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-logging-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_24.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb' to satisfy runtime 'python3-packaging-native'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_24.1.bb\nDEBUG: Added runtime dependencies ['python3-profile-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-shell-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-html-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-plistlib-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-xml-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-2to3-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-email-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-ctypes-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-json-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-compile-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-numbers-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-threading-native'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-unittest-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-pkgutil-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-netserver-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-stringold-native'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-netclient-native'\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-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-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.8.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb' to satisfy runtime 'nativesdk-curl'\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.8.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb' to satisfy runtime 'nativesdk-curl-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-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-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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb' to satisfy runtime 'nativesdk-gnutls'\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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb' to satisfy runtime 'nativesdk-gnutls-dev'\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-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.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb' to satisfy runtime 'nativesdk-attr-dev'\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.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb' to satisfy runtime 'nativesdk-attr'\nDEBUG: Resolved 828 extra dependencies\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.34.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb to satisfy gtk-doc-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.34.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 git-replacement-native are: ['git-native']\nDEBUG: sorted providers for git-replacement-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb to satisfy git-replacement-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'libtool-native', 'ca-certificates-native', 'curl-native', 'expat-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb\nDEBUG: providers for gcc-source-14.1.0 are: ['gcc-source-14.1.0']\nDEBUG: sorted providers for gcc-source-14.1.0 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb to satisfy gcc-source-14.1.0\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_14.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.9.bb as PREFERRED_VERSION 6.9% 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.9.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb to satisfy libcap-ng-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.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.44.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb to satisfy libpcre2-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.44.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_1.0.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb to satisfy libmicrohttpd-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_1.0.1.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.4.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb to satisfy libarchive-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.4.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.9.bb as PREFERRED_VERSION 6.9% 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.9.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb to satisfy nativesdk-linux-libc-headers\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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb to satisfy nativesdk-libgcc-initial\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_14.1.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-crosssdk_14.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 lzlib-native are: ['lzlib-native']\nDEBUG: sorted providers for lzlib-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb to satisfy lzlib-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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_20240517-3.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb to satisfy libedit-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_20240517-3.1.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.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb to satisfy libffi-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.6.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.70.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb to satisfy libcap-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['hostperl-runtime-native', 'gperf-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.49.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb to satisfy libgpg-error-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.49.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.2.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb to satisfy swig-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'libpcre2-native', 'bison-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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.80.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb to satisfy gobject-introspection-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['pkgconfig-native', 'libffi-native', 'zlib-native', 'python3-native', 'flex-native', 'bison-native', 'meson-native', 'ninja-native', 'gtk-doc-native', 'glib-2.0-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb\nDEBUG: Added runtime dependencies ['python3-pickle-native', 'python3-xml-native', 'python3-setuptools-native', 'glib-2.0-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb\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.29.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb to satisfy libsolv-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.29.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb to satisfy libxext-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.6.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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/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.9.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb to satisfy virtual/libx11-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.9.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_24.0.7.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb to satisfy virtual/egl-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_24.0.7.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_24.0.7.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_24.0.7.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_24.0.7.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb to satisfy virtual/libgbm-native\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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb to satisfy virtual/x86_64-poky-linux-g++\nDEBUG: providers for libgcc are: ['libgcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb to satisfy libgcc\nDEBUG: providers for libgcc-initial are: ['libgcc-initial']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb to satisfy libgcc-initial\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_14.1.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.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb to satisfy rust-llvm-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['cmake-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 lzlib are: ['lzlib']\nDEBUG: sorted providers for lzlib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb to satisfy lzlib\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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/lzip/lzlib_1.14.bb\nDEBUG: Added runtime dependencies ['lzlib-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb\nDEBUG: Added runtime recommendations ['lzlib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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.70.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb to satisfy libcap\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.70.bb\nDEBUG: Added runtime dependencies ['libcap-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb\nDEBUG: Added runtime recommendations ['libcap'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb\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.49.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb to satisfy libgpg-error\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.49.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.49.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.49.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_1.0.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb to satisfy libmicrohttpd\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_1.0.1.bb\nDEBUG: Added runtime dependencies ['libmicrohttpd-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb\nDEBUG: Added runtime recommendations ['libmicrohttpd'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb to satisfy libarchive\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.8.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb to satisfy curl\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.8.0.bb\nDEBUG: Added runtime dependencies ['curl', 'locale-base-en-us', '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.8.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.8.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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb to satisfy virtual/libintl\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb to satisfy virtual/libintl\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.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.5.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.5.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb to satisfy virtual/libiconv\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 expat are: ['expat']\nDEBUG: sorted providers for expat are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb to satisfy expat\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.2.bb\nDEBUG: Added runtime dependencies ['bash', 'expat', 'expat-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'expat'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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_20240517-3.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb to satisfy libedit\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_20240517-3.1.bb\nDEBUG: Added runtime dependencies ['libedit-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb\nDEBUG: Added runtime recommendations ['libedit'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb\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.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb to satisfy libffi\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.bb\nDEBUG: Added runtime dependencies ['libffi-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb\nDEBUG: Added runtime recommendations ['libffi'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.3.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb to satisfy openssl\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 libxml2 are: ['libxml2']\nDEBUG: sorted providers for libxml2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb to satisfy libxml2\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.12.8.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.12.8.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libxml2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.80.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb to satisfy glib-2.0\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'bash-completion', 'gobject-introspection-native', 'gobject-introspection', 'glib-2.0-initial', 'util-linux'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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-packaging', 'python3-xml', 'bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.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.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb to satisfy attr\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.34.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb to satisfy gtk-doc\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.34.0.bb\nDEBUG: Added runtime dependencies ['gtk-doc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb\nDEBUG: Added runtime recommendations ['gtk-doc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 libsolv are: ['libsolv']\nDEBUG: sorted providers for libsolv are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb to satisfy libsolv\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.29.bb\nDEBUG: Added runtime dependencies ['libsolv-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb\nDEBUG: Added runtime recommendations ['libsolv'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb to satisfy rpm\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.80.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb to satisfy gobject-introspection\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libffi', 'zlib', 'python3', 'flex-native', 'bison-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native', 'gtk-doc-native', 'glib-2.0-initial', 'gobject-introspection-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb\nDEBUG: Added runtime dependencies ['gobject-introspection-dev', 'python3-pickle', 'python3-xml', 'python3-setuptools', 'glib-2.0'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb\nDEBUG: Added runtime recommendations ['gobject-introspection'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb to satisfy nativesdk-libcap-ng\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.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.5.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.5.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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.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.5.22.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb to satisfy python3-trove-classifiers-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.22.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-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.5.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb to satisfy python3-pluggy-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.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.5.0.bb\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_24.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb to satisfy python3-packaging-native\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb to satisfy nativesdk-libunistring\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.bb\nDEBUG: Added runtime dependencies ['nativesdk-libunistring-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb\nDEBUG: Added runtime recommendations ['nativesdk-libunistring'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb to satisfy glibc-locale\nDEBUG: providers for kmod are: ['kmod']\nDEBUG: sorted providers for kmod are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb to satisfy kmod\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 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.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb to satisfy libcap-ng\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.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.5.bb\nDEBUG: Added runtime recommendations ['libcap-ng'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb\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.4.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb to satisfy nativesdk-libarchive\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.4.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.4.bb\nDEBUG: Added runtime recommendations ['nativesdk-libarchive'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.30.3.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb to satisfy nativesdk-libsdl2\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.30.3.bb\nDEBUG: Added runtime dependencies ['nativesdk-libsdl2-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb\nDEBUG: Added runtime recommendations ['nativesdk-libsdl2'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.80.2.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb to satisfy nativesdk-glib-2.0\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.15.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb to satisfy shadow-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.15.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb to satisfy nativesdk-gettext\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 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.23.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb to satisfy wayland-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.23.0.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.12.8.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb to satisfy nativesdk-libxml2\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.12.8.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.12.8.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxml2'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.6.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb to satisfy nativesdk-zstd\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.29.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb to satisfy nativesdk-libsolv\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.29.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.29.bb\nDEBUG: Added runtime recommendations ['nativesdk-libsolv'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.191.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb to satisfy nativesdk-elfutils\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.191.bb\nDEBUG: Added runtime dependencies ['nativesdk-elfutils-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb\nDEBUG: Added runtime recommendations ['nativesdk-elfutils'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.75.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb to satisfy nativesdk-rust\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.75.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb to satisfy nativesdk-rust-llvm\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.75.0.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.75.0.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.75.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 libpcre2 are: ['libpcre2']\nDEBUG: sorted providers for libpcre2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb to satisfy libpcre2\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.44.bb\nDEBUG: Added runtime dependencies ['libpcre2-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb\nDEBUG: Added runtime recommendations ['libpcre2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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 shadow are: ['shadow']\nDEBUG: sorted providers for shadow are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb to satisfy shadow\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.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb to satisfy gnutls\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.bb\nDEBUG: Added runtime dependencies ['gnutls', 'python3', 'gnutls-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'gnutls'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb to satisfy ptest-runner\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 acl are: ['acl']\nDEBUG: sorted providers for acl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb to satisfy acl\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.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb to satisfy coreutils\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 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.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb to satisfy lzip-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 npth are: ['npth']\nDEBUG: sorted providers for npth are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb to satisfy npth\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.7.bb\nDEBUG: Added runtime dependencies ['npth-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb\nDEBUG: Added runtime recommendations ['npth'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb to satisfy libassuan\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.7.bb\nDEBUG: Added runtime dependencies ['libassuan-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb\nDEBUG: Added runtime recommendations ['libassuan'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb to satisfy libksba\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.bb\nDEBUG: Added runtime dependencies ['libksba-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb\nDEBUG: Added runtime recommendations ['libksba'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'libxslt-native', 'python3-native', 'meson-native', 'ninja-native', 'qemu-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.66.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb to satisfy ell\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.66.bb\nDEBUG: Added runtime dependencies ['ell-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb\nDEBUG: Added runtime recommendations ['ell'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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.18.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb to satisfy libical\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.18.bb\nDEBUG: Added runtime dependencies ['libical-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb\nDEBUG: Added runtime recommendations ['libical'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.12.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb to satisfy alsa-lib\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.12.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.12.bb\nDEBUG: Added runtime recommendations ['alsa-lib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 gettext are: ['gettext']\nDEBUG: sorted providers for gettext are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb to satisfy gettext\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.8.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb to satisfy lttng-ust\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.8.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.8.bb\nDEBUG: Added runtime recommendations ['lttng-ust'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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.8.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb to satisfy libtraceevent\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.8.2.bb\nDEBUG: Added runtime dependencies ['libtraceevent-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb\nDEBUG: Added runtime recommendations ['libtraceevent'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 binutils are: ['binutils']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb as PREFERRED_VERSION 2.42% 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.42.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb to satisfy binutils\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.85.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb to satisfy boost\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.85.0.bb\nDEBUG: Added runtime dependencies ['boost-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.85.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 pciutils are: ['pciutils']\nDEBUG: sorted providers for pciutils are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb to satisfy pciutils\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.14.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb to satisfy tcl-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.14.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.14.bb\nDEBUG: providers for fmt are: ['fmt']\nDEBUG: sorted providers for fmt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb to satisfy fmt\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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/fmt/fmt_10.2.1.bb\nDEBUG: Added runtime dependencies ['fmt-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb\nDEBUG: Added runtime recommendations ['fmt'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb\nDEBUG: providers for xxhash are: ['xxhash']\nDEBUG: sorted providers for xxhash are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb to satisfy xxhash\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-support/xxhash/xxhash_0.8.2.bb\nDEBUG: Added runtime dependencies ['xxhash-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb\nDEBUG: Added runtime recommendations ['xxhash'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.8.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 libxext are: ['libxext']\nDEBUG: sorted providers for libxext are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb to satisfy libxext\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.bb\nDEBUG: Added runtime dependencies ['libxext-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb\nDEBUG: Added runtime recommendations ['libxext'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb to satisfy util-macros-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 libxmu are: ['libxmu']\nDEBUG: sorted providers for libxmu are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb to satisfy libxmu\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.1.bb\nDEBUG: Added runtime dependencies ['libxmu-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb\nDEBUG: Added runtime recommendations ['libxmu'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.9.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb to satisfy virtual/libx11\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.9.bb\nDEBUG: Added runtime dependencies ['libx11-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb\nDEBUG: Added runtime recommendations ['libx11'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.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.24.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb to satisfy gstreamer1.0\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.24.4.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.24.4.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'gstreamer1.0'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb to satisfy gstreamer1.0-plugins-bad\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.24.4.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.24.4.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.24.4.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.42.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb to satisfy gtk+3\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.42.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.42.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.42.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.24.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb to satisfy gstreamer1.0-plugins-base\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.24.4.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.24.4.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.24.4.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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_24.0.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb to satisfy virtual/libgles2\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_24.0.7.bb\nDEBUG: Added runtime dependencies ['libgles2-mesa-dev', 'mesa-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_24.0.7.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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/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_24.0.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb to satisfy virtual/libgles1\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_24.0.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb to satisfy virtual/libgl\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.36.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb to satisfy wayland-protocols\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.36.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.23.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb to satisfy wayland\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.23.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.23.0.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'wayland'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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_24.0.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb to satisfy virtual/egl\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.22.4.bb as PREFERRED_VERSION 1.22% 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.22.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb to satisfy virtual/x86_64-poky-linux-go-runtime\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.22.4.bb\nDEBUG: Added runtime dependencies ['go-runtime-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb\nDEBUG: Added runtime recommendations ['go-runtime'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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.22.4.bb as PREFERRED_VERSION 1.22% 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.22.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb to satisfy virtual/core2-64-go\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['go-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 libxcursor are: ['libxcursor']\nDEBUG: sorted providers for libxcursor are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb to satisfy libxcursor\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.bb\nDEBUG: Added runtime dependencies ['libxcursor-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb\nDEBUG: Added runtime recommendations ['libxcursor'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 libxcb are: ['libxcb']\nDEBUG: sorted providers for libxcb are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb to satisfy libxcb\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.17.0.bb\nDEBUG: Added runtime dependencies ['libxcb-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb\nDEBUG: Added runtime recommendations ['libxcb'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 libtool are: ['libtool']\nDEBUG: sorted providers for libtool are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb to satisfy libtool\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.0.bb\nDEBUG: Added runtime dependencies ['libtool-dev', 'bash'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb\nDEBUG: Added runtime recommendations ['libtool'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.42.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb to satisfy gtk+3-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.42.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.12.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb to satisfy gdk-pixbuf\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.12.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.12.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.12.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.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.9.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-poetry-core_1.9.0.bb to satisfy python3-poetry-core-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.9.0.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.9.0.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.3.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb to satisfy rsync-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.3.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies [] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb' to satisfy runtime 'glibc-testsuite-utils'\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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.bb' to satisfy runtime 'glibc-testsuite'\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 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_32.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb' to satisfy runtime 'kmod'\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 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-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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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 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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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 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-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-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: 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-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: 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: 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-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: 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 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.8.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb' to satisfy runtime 'btrfs-tools'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.8.1.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.8.1.bb\nDEBUG: Added runtime recommendations ['btrfs-tools'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.29.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake_3.29.3.bb' to satisfy runtime 'nativesdk-cmake-dev'\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-qemu-dev are: ['nativesdk-qemu']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb as PREFERRED_VERSION 9.0% 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_9.0.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.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_9.0.0.bb as PREFERRED_VERSION 9.0% 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_9.0.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu_9.0.0.bb' to satisfy runtime 'nativesdk-qemu-common'\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: 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.4.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb' to satisfy runtime 'nativesdk-meson-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.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb' to satisfy runtime 'nativesdk-ninja'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.12.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.12.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-ninja'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb\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.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/nativesdk-libtool_2.5.0.bb' to satisfy runtime 'nativesdk-libtool-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.15.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb' to satisfy runtime 'nativesdk-shadow-dev'\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: 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: 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-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-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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: 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-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-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-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: 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-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: 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-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-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-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-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-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-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: 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-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-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: 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-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-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-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: 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-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-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.2.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.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.2.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.0.bb' to satisfy runtime 'nativesdk-pkgconf'\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-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-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.23.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb' to satisfy runtime 'nativesdk-wayland'\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-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-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: 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: 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.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg/opkg_0.6.3.bb' to satisfy runtime 'nativesdk-opkg-dev'\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.2.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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-cross-canadian_14.2.bb' to satisfy runtime 'gdb-cross-canadian-x86-64-dev'\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 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.191.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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 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.42.bb as PREFERRED_VERSION 2.42% 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.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross-canadian_2.42.bb' to satisfy runtime 'binutils-cross-canadian-x86-64-dev'\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.75.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb' to satisfy runtime 'nativesdk-cargo-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.42.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb' to satisfy runtime 'nativesdk-binutils-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.75.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb' to satisfy runtime 'nativesdk-rust-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.75.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-cross-canadian_1.75.0.bb' to satisfy runtime 'rust-cross-canadian-x86-64-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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'nativesdk-libatomic'\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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'nativesdk-libstdc++'\nDEBUG: providers for nativesdk-cpp are: ['nativesdk-gcc']\nDEBUG: selecting virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb' to satisfy runtime 'nativesdk-cpp'\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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'nativesdk-libstdc++-dev'\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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'nativesdk-libssp'\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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'nativesdk-libatomic-dev'\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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'nativesdk-libssp-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: 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 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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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.31.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb' to satisfy runtime 'mc-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 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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb' to satisfy runtime 'cronie-dev'\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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb' to satisfy runtime 'pstree'\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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb' to satisfy runtime 'killall'\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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb' to satisfy runtime 'psmisc-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 coreutils-getlimits are: ['coreutils']\nDEBUG: sorted runtime providers for coreutils-getlimits are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb' to satisfy runtime 'coreutils-getlimits'\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.10.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb' to satisfy runtime 'findutils-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 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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb' to satisfy runtime 'acl-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 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-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: 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-ping6 are: ['iputils']\nDEBUG: sorted runtime providers for iputils-ping6 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-ping6'\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 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 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 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 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 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-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-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 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-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: 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-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 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 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.9.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb' to satisfy runtime 'iproute2-ip'\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.9.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb' to satisfy runtime 'iproute2-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 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.15.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb' to satisfy runtime 'shadow-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 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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb' to satisfy runtime 'coreutils-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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb' to satisfy runtime 'attr-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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb' to satisfy runtime 'coreutils-stdbuf'\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 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 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 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.70.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb' to satisfy runtime 'libcap-dev'\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-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-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-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-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-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-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-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: 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 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 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 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-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-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: 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.22.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb' to satisfy runtime 'logrotate-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 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.15.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb' to satisfy runtime 'shadow-base'\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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 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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb' to satisfy runtime 'ed-dev'\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 kmod-dev are: ['kmod']\nDEBUG: sorted runtime providers for kmod-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb' to satisfy runtime 'kmod-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-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 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 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 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.3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb' to satisfy runtime 'openssl-conf'\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.3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb' to satisfy runtime 'openssl-ossl-module-legacy'\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.3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb' to satisfy runtime 'openssl-bin'\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-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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-ru-ru'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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: 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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-en-us.iso-8859-1'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-fr-fr.iso-8859-1'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-zh-hk.big5-hkscs'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-big5hkscs'\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 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: 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: 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-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: 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 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 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 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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb' to satisfy runtime 'gnupg-gpg'\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.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb' to satisfy runtime 'pinentry'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.3.0.bb\nDEBUG: Added runtime dependencies ['pinentry-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb\nDEBUG: Added runtime recommendations ['pinentry'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb\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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb' to satisfy runtime 'gnupg-dev'\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.7p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb' to satisfy runtime 'openssh-scp'\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.7p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb' to satisfy runtime 'openssh-sftp'\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.7p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb' to satisfy runtime 'openssh-keygen'\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.7p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb' to satisfy runtime 'openssh-sshd'\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.7p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb' to satisfy runtime 'openssh-misc'\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.7p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb' to satisfy runtime 'openssh-ssh'\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.7p1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb' to satisfy runtime 'openssh-dev'\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 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-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-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 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.48.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb' to satisfy runtime 'python3-pygobject'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.48.2.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.48.2.bb\nDEBUG: Added runtime recommendations ['python3-pygobject'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb\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.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb' to satisfy runtime 'ofono-dev'\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 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: 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb' to satisfy runtime 'iw-dev'\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.13.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb' to satisfy runtime 'pciutils-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.13.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb' to satisfy runtime 'pciutils-ids'\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: 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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-utf-16'\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 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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-dev'\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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-alsamixer'\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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-alsaucm'\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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-nhltdmicinfo'\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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-iecset'\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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-aseqdump'\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-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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-alsatplg'\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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-scripts'\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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-speakertest'\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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-alsaloop'\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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-aconnect'\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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-aseqnet'\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.11.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb' to satisfy runtime 'alsa-utils-midi'\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 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 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 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: 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 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_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'libssp'\nDEBUG: providers for libssp-dev are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'libssp-dev'\nDEBUG: providers for cpp are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb' to satisfy runtime 'cpp'\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 gdb-dev are: ['gdb']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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 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.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb' to satisfy runtime 'strace-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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb' to satisfy runtime 'glibc-mtrace'\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 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 valgrind-massif are: ['valgrind']\nDEBUG: sorted runtime providers for valgrind-massif are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb' to satisfy runtime 'valgrind-massif'\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.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb' to satisfy runtime 'valgrind-src'\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-callgrind are: ['valgrind']\nDEBUG: sorted runtime providers for valgrind-callgrind are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb' to satisfy runtime 'valgrind-callgrind'\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.8.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb' to satisfy runtime 'curl'\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: 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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-utf-32'\nDEBUG: providers for gcc-runtime-dbg are: ['gcc-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb' to satisfy runtime 'gcc-runtime-dbg'\nDEBUG: providers for glibc-src are: ['glibc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb' to satisfy runtime 'glibc-src'\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: 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.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb' to satisfy runtime 'valgrind-dev'\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-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-cachegrind are: ['valgrind']\nDEBUG: sorted runtime providers for valgrind-cachegrind are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb' to satisfy runtime 'valgrind-cachegrind'\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.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb' to satisfy runtime 'valgrind-dbg'\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 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.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb' to satisfy runtime 'lttng-modules'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.13.bb\nDEBUG: Added runtime dependencies ['lttng-modules-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb\nDEBUG: Added runtime recommendations ['lttng-modules'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb\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.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb' to satisfy runtime 'lttng-tools-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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb' to satisfy runtime 'babeltrace2-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: providers for cargo are: ['cargo']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb' to satisfy runtime 'cargo'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.75.0.bb\nDEBUG: Added runtime dependencies ['cargo-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb\nDEBUG: Added runtime recommendations ['cargo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb\nDEBUG: providers for rust are: ['rust']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb' to satisfy runtime 'rust'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'cargo-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.75.0.bb\nDEBUG: Added runtime recommendations ['rust'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb\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: 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: 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.68.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb' to satisfy runtime 'quilt-dev'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.14.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb' to satisfy runtime 'tcl-lib'\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.14.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb' to satisfy runtime 'tcl-dev'\nDEBUG: providers for libubsan are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb' to satisfy runtime 'libubsan'\nDEBUG: providers for libtsan are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb' to satisfy runtime 'libtsan'\nDEBUG: providers for libasan are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb' to satisfy runtime 'libasan'\nDEBUG: providers for gcc-sanitizers are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb' to satisfy runtime 'gcc-sanitizers'\nDEBUG: providers for liblsan are: ['gcc-sanitizers']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb' to satisfy runtime 'liblsan'\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.10.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb' to satisfy runtime 'ccache-dev'\nDEBUG: providers for g++-symlinks are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb' to satisfy runtime 'g++-symlinks'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb' to satisfy runtime 'gettext'\nDEBUG: providers for cpp-symlinks are: ['gcc']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb as PREFERRED_VERSION 14.% 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_14.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb' to satisfy runtime 'cpp-symlinks'\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.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb' to satisfy runtime 'pkgconfig'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.0.bb' to satisfy runtime 'pkgconfig'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.0.bb\nDEBUG: Added runtime dependencies ['pkgconf-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.0.bb\nDEBUG: Added runtime recommendations ['pkgconf'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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-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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: 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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb' to satisfy runtime 'gstreamer1.0-plugins-base-meta'\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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb' to satisfy runtime 'gstreamer1.0-plugins-good-meta'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.24.4.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.24.4.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.24.4.bb\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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb' to satisfy runtime 'gstreamer1.0-plugins-base-playback'\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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb' to satisfy runtime 'gstreamer1.0-plugins-bad-meta'\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 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 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 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 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 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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb' to satisfy runtime 'xprop-dev'\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 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 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 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_20240524.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb' to satisfy runtime 'ltp-dev'\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb' to satisfy runtime 'xauth'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.3.bb\nDEBUG: Added runtime dependencies ['xauth-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb\nDEBUG: Added runtime recommendations ['xauth'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb' to satisfy runtime 'xserver-xorg-module-libint10'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.13.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.13.bb\nDEBUG: Added runtime recommendations ['xserver-xorg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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_24.0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb' to satisfy runtime 'mesa-driver-swrast'\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.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb' to satisfy runtime 'xf86-video-modesetting'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb' to satisfy runtime 'xserver-xorg'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb' to satisfy runtime 'xserver-xorg-extension-glx'\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: 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: 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-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-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: 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-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-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-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-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-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-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: 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 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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb' to satisfy runtime 'alsa-plugins-pulseaudio-conf'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.12.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.12.bb\nDEBUG: Added runtime recommendations ['alsa-plugins'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb\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-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-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-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-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-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: 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-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-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: 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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-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-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-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-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: 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 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 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: 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: 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 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_46.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb' to satisfy runtime 'adwaita-icon-theme'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_46.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_46.0.bb\nDEBUG: Added runtime recommendations ['adwaita-icon-theme'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb\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 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-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 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 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 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 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: 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 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 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.47.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb' to satisfy runtime 'nativesdk-libxml-parser-perl-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.14.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb' to satisfy runtime 'nativesdk-bash-completion-dev'\nDEBUG: providers for nativesdk-python3-packaging-dev are: ['nativesdk-python3-packaging']\nDEBUG: sorted runtime providers for nativesdk-python3-packaging-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb' to satisfy runtime 'nativesdk-python3-packaging-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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.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.39.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-testsuite_2.39.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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb' to satisfy runtime 'nativesdk-python3-markupsafe-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-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-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.10.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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 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 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 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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb' to satisfy runtime 'ptest-runner-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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb' to satisfy runtime 'libarchive-dev'\nDEBUG: providers for binutils-dev are: ['binutils']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb as PREFERRED_VERSION 2.42% 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.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb' to satisfy runtime 'binutils-dev'\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-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-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-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-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 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-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-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-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-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-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 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 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 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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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 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.14.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb' to satisfy runtime 'tcl-native'\nDEBUG: providers for glib-2.0-native are: ['glib-2.0-native']\nDEBUG: sorted runtime 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.80.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-native'\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.5.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb' to satisfy runtime 'python3-setuptools-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_24.0.7.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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.3.1.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb' to satisfy runtime 'openssl-native'\nDEBUG: providers for lzlib are: ['lzlib']\nDEBUG: sorted runtime providers for lzlib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb' to satisfy runtime 'lzlib'\nDEBUG: providers for lzlib-dev are: ['lzlib']\nDEBUG: sorted runtime providers for lzlib-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb' to satisfy runtime 'lzlib-dev'\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.70.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb' to satisfy runtime 'libcap'\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.49.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb' to satisfy runtime 'libgpg-error'\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_1.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb' to satisfy runtime 'libmicrohttpd-dev'\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_1.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb' to satisfy runtime 'libmicrohttpd'\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-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: 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-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 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.8.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb' to satisfy runtime 'curl-dev'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-euc-jp'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-gb18030'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-cp1251'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-euc-jp'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-euc-kr'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-euc-kr'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-de-de.iso-8859-1'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-iso8859-9'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-iso-8859-9'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-big5'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-iso-8859-1'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-iso-8859-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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-koi8-r'\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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb' to satisfy runtime 'gettext-dev'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-iso8859-2'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-big5'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-cp1251'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-koi8-r'\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 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 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 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 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 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.6.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.6.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb' to satisfy runtime 'expat'\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_20240517-3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb' to satisfy runtime 'libedit-dev'\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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb' to satisfy runtime 'libffi-dev'\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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb' to satisfy runtime 'libffi'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-ebcdic-us'\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.12.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb' to satisfy runtime 'libxml2-dev'\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.12.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb' to satisfy runtime 'libxml2'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-iso8859-5'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-ibm1141'\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.12.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb' to satisfy runtime 'libxml2-python'\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 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 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_24.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb' to satisfy runtime 'python3-packaging'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_24.1.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_24.1.bb\nDEBUG: Added runtime recommendations ['python3-packaging'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-cp1255'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-utf-7'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-pl-pl.iso-8859-2'\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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-locale-hr'\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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-gconv-cp1255'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-localedata-translit-cjk-variants'\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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-locale-th'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-ja-jp.euc-jp'\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.31.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb' to satisfy runtime 'python3-dbusmock'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.31.1.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.31.1.bb\nDEBUG: Added runtime recommendations ['python3-dbusmock', 'python3-pygobject'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb\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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-codegen'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: 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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-locale-fr'\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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-locale-ru'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-hr-hr'\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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-locale-ja'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-fa-ir'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-es-es'\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: 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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-locale-lt'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-invariant'\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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-utils'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-el-gr'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-lt-lt'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'glibc-charmap-utf-8'\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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-dev'\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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-locale-el'\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.39.bb as PREFERRED_VERSION 2.39% 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.39.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb' to satisfy runtime 'locale-base-pl-pl'\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.80.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb' to satisfy runtime 'glib-2.0-locale-pl'\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.34.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb' to satisfy runtime 'gtk-doc'\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 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 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 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 libsolv are: ['libsolv']\nDEBUG: sorted runtime providers for libsolv are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb' to satisfy runtime 'libsolv'\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.29.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb' to satisfy runtime 'libsolv-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 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 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.5.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb' to satisfy runtime 'python3-setuptools'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.1.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.5.1.bb\nDEBUG: Added runtime recommendations ['python3-setuptools'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb\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.80.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb' to satisfy runtime 'gobject-introspection'\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.80.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb' to satisfy runtime 'gobject-introspection-dev'\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 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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb' to satisfy runtime 'nativesdk-libcap-ng-dev'\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.3.0.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb' to satisfy runtime 'python3-more-itertools-native'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.3.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.3.0.bb\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.1.0.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb' to satisfy runtime 'python3-importlib-metadata-native'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.1.0.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.1.0.bb\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-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.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb' to satisfy runtime 'nativesdk-libunistring-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.2.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb' to satisfy runtime 'nativesdk-libunistring'\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-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-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 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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb' to satisfy runtime 'libcap-ng'\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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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.4.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb' to satisfy runtime 'nativesdk-libarchive-dev'\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-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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.30.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb' to satisfy runtime 'nativesdk-libsdl2'\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.30.3.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb' to satisfy runtime 'nativesdk-libsdl2-dev'\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-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-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-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-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-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-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-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-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-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.12.8.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb' to satisfy runtime 'nativesdk-libxml2-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.12.8.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb' to satisfy runtime 'nativesdk-libxml2'\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.29.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb' to satisfy runtime 'nativesdk-libsolv'\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.29.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb' to satisfy runtime 'nativesdk-libsolv-dev'\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.191.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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-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 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.75.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb' to satisfy runtime 'nativesdk-rust-llvm-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.44.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb' to satisfy runtime 'libpcre2'\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.44.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb' to satisfy runtime 'libpcre2-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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb' to satisfy runtime 'gnutls-dev'\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 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 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 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 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: 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 npth are: ['npth']\nDEBUG: sorted runtime providers for npth are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb' to satisfy runtime 'npth-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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb' to satisfy runtime 'libassuan'\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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb' to satisfy runtime 'libassuan-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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb' to satisfy runtime 'libksba'\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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb' to satisfy runtime 'libksba-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-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-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: 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: 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: 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 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-dev are: ['ell']\nDEBUG: sorted runtime providers for ell-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb' to satisfy runtime 'ell-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.66.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb' to satisfy runtime 'ell'\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.18.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb' to satisfy runtime 'libical-dev'\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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb' to satisfy runtime 'alsa-lib-dev'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb' to satisfy runtime 'alsa-ucm-conf'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb\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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb' to satisfy runtime 'alsa-conf'\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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb' to satisfy runtime 'alsa-lib'\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 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 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 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 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 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 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.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb' to satisfy runtime 'lttng-ust-dev'\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.8.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.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.8.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb' to satisfy runtime 'libtraceevent-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 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 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 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 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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-exception'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-graph'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-iostreams'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-headers'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-thread'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-fiber'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-dev'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-filesystem'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-chrono'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-log'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-container'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-context'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-random'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-system'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-json'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-locale'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-test'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-type-erasure'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-wave'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-atomic'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-python'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-timer'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-math'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-url'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-program-options'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-date-time'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-serialization'\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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb' to satisfy runtime 'boost-regex'\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 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.12.8.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb' to satisfy runtime 'libxml2-native'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.14.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb' to satisfy runtime 'tcl-lib-native'\nDEBUG: providers for fmt are: ['fmt']\nDEBUG: sorted runtime providers for fmt are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb' to satisfy runtime 'fmt'\nDEBUG: providers for fmt-dev are: ['fmt']\nDEBUG: sorted runtime providers for fmt-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb' to satisfy runtime 'fmt-dev'\nDEBUG: providers for xxhash are: ['xxhash']\nDEBUG: sorted runtime providers for xxhash are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb' to satisfy runtime 'xxhash'\nDEBUG: providers for xxhash-dev are: ['xxhash']\nDEBUG: sorted runtime providers for xxhash-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb' to satisfy runtime 'xxhash-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 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 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 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 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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb' to satisfy runtime 'libxext-dev'\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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb' to satisfy runtime 'libxext'\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 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.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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.2.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb' to satisfy runtime 'libxmu'\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 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.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb' to satisfy runtime 'libx11-dev'\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.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb' to satisfy runtime 'libx11'\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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb' to satisfy runtime 'gstreamer1.0-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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb' to satisfy runtime 'gstreamer1.0-plugins-bad'\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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb' to satisfy runtime 'gstreamer1.0-plugins-bad-dev'\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 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 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.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb' to satisfy runtime 'gtk+3'\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_46.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb' to satisfy runtime 'adwaita-icon-theme-symbolic'\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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb' to satisfy runtime 'gdk-pixbuf-loader-jpeg'\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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb' to satisfy runtime 'gdk-pixbuf-loader-xpm'\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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb' to satisfy runtime 'gdk-pixbuf-loader-png'\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.42.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb' to satisfy runtime 'gtk+3-dev'\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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb' to satisfy runtime 'gdk-pixbuf-loader-gif'\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.36.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb' to satisfy runtime 'wayland-protocols'\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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb' to satisfy runtime 'glib-networking'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.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.1.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.1.bb\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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb' to satisfy runtime 'gstreamer1.0-plugins-base'\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 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-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-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 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-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-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-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 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 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_24.0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_24.0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb' to satisfy runtime 'mesa-dev'\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_24.0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb' to satisfy runtime 'mesa-megadriver'\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 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.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb' to satisfy runtime 'wayland-dev'\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.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb' to satisfy runtime 'wayland-tools'\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.23.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb' to satisfy runtime 'wayland'\nDEBUG: providers for go-runtime are: ['go-runtime']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb as PREFERRED_VERSION 1.22% 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.22.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb' to satisfy runtime 'go-runtime'\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.22.4.bb as PREFERRED_VERSION 1.22% 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.22.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb' to satisfy runtime 'go-runtime-dev'\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 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 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 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 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 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 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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb' to satisfy runtime 'libxcursor-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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb' to satisfy runtime 'libxcursor'\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 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 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 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 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 libxcb are: ['libxcb']\nDEBUG: sorted runtime providers for libxcb are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb' to satisfy runtime 'libxcb'\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.17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb' to satisfy runtime 'libxcb-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 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 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 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.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb' to satisfy runtime 'libtool-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 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 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 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.47.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb' to satisfy runtime 'gdk-pixbuf'\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 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 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 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 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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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 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 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.12.8.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb' to satisfy runtime 'libxml2-python-native'\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_24.0.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb' to satisfy runtime 'python3-pip-native'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_24.0.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_24.0.bb\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: 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: Resolved 1031 extra dependencies\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.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb to satisfy gnutls-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.bb\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.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb to satisfy acl-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.2.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.7.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb to satisfy libassuan-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.7.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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_2024.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb to satisfy xorgproto-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_2024.1.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.17.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb to satisfy libxcb-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.17.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb to satisfy python3-mako-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.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.5.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.36.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb to satisfy wayland-protocols-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.36.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 llvm-native are: ['llvm-native']\nDEBUG: sorted providers for llvm-native are: ['virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb to satisfy llvm-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_18.1.6.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.9.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb to satisfy makedepend-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.9.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.18.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb to satisfy libpciaccess-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['pkgconfig-native', 'util-macros-native', 'python3-native', 'meson-native', 'ninja-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 glib-2.0-initial are: ['glib-2.0-initial']\nDEBUG: sorted providers for glib-2.0-initial are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb to satisfy glib-2.0-initial\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'bash-completion'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb\nDEBUG: Added runtime recommendations ['shared-mime-info'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-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.1.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb to satisfy python3-setuptools-scm-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.1.0.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.1.0.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.6.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb to satisfy nativesdk-libxext\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.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.6.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.6.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_24.0.7.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb to satisfy virtual/nativesdk-egl\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_24.0.7.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_24.0.7.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_24.0.7.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.9.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb to satisfy virtual/nativesdk-libx11\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.9.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.9.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.9.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_24.0.7.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb to satisfy virtual/nativesdk-libgbm\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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_24.0.7.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb to satisfy virtual/nativesdk-libgl\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.12.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb to satisfy libbsd-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.12.2.bb\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.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb to satisfy nativesdk-rpm\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.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.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.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_1.0.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb to satisfy nativesdk-libmicrohttpd\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_1.0.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-libmicrohttpd-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-libmicrohttpd'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb to satisfy libunistring\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.bb\nDEBUG: Added runtime dependencies ['libunistring-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb\nDEBUG: Added runtime recommendations ['libunistring'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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 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.18.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb to satisfy libical-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.18.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_75-1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb to satisfy icu\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_75-1.bb\nDEBUG: Added runtime dependencies ['icu-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb\nDEBUG: Added runtime recommendations ['icu'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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.17.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb to satisfy vala-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies ['pkgconfig-native', 'autoconf-native', 'automake-native', 'libtool-native', 'bison-native', 'flex-native', 'glib-2.0-native', 'gobject-introspection-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb to satisfy vala\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'gobject-introspection', 'vala-native', 'virtual/update-alternatives'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb\nDEBUG: Added runtime dependencies ['vala-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb\nDEBUG: Added runtime recommendations ['vala'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.85.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb to satisfy boost-build-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.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.85.0.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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb to satisfy util-macros\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.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.1.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.1.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_2024.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb to satisfy xorgproto\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_2024.1.bb\nDEBUG: Added runtime dependencies ['xorgproto-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb\nDEBUG: Added runtime recommendations ['xorgproto-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 orc are: ['orc']\nDEBUG: sorted providers for orc are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb to satisfy orc\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.38.bb\nDEBUG: Added runtime dependencies ['orc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb\nDEBUG: Added runtime recommendations ['orc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 libwebp are: ['libwebp']\nDEBUG: sorted providers for libwebp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb to satisfy libwebp\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.4.0.bb\nDEBUG: Added runtime dependencies ['libwebp-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb\nDEBUG: Added runtime recommendations ['libwebp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.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.7.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb to satisfy libxkbcommon\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.7.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.7.0.bb\nDEBUG: Added runtime recommendations ['libxkbcommon'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.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.38.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb to satisfy orc-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.38.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.27.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb to satisfy libusb1\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.27.bb\nDEBUG: Added runtime dependencies ['libusb1', 'libusb1-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'libusb1'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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.57.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb to satisfy librsvg\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.57.1.bb\nDEBUG: Added runtime dependencies ['librsvg-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb\nDEBUG: Added runtime recommendations ['gdk-pixbuf-bin', 'librsvg'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.283.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb to satisfy vulkan-loader\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.283.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.283.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.283.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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_2024.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb to satisfy shaderc-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_2024.1.bb\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.52.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb to satisfy pango\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.52.2.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.52.2.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'pango'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.52.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb to satisfy atk\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.52.0.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.52.0.bb\nDEBUG: Added runtime recommendations ['at-spi2-core'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 libpng are: ['libpng']\nDEBUG: sorted providers for libpng are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb to satisfy libpng\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.43.bb\nDEBUG: Added runtime dependencies ['libpng-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb\nDEBUG: Added runtime recommendations ['libpng'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.52.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 libx11 are: ['libx11']\nDEBUG: sorted providers for libx11 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb to satisfy libx11\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.18.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb to satisfy libpciaccess\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['pkgconfig-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'util-macros', 'python3-native', 'meson-native', 'ninja-native', 'qemu-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb\nDEBUG: Added runtime dependencies ['libpciaccess-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb\nDEBUG: Added runtime recommendations ['libpciaccess'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb\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.283.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb to satisfy vulkan-headers\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.283.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.283.0.bb\nDEBUG: Added runtime recommendations ['vulkan-headers'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.283.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb to satisfy glslang-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.283.0.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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 go-native are: ['go-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb as PREFERRED_VERSION 1.22% of package go-native (for item go-native)\nDEBUG: sorted providers for go-native are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb to satisfy go-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb\nDEBUG: Added runtime dependencies ['go-native-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb\nDEBUG: Added runtime recommendations ['go-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.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.14.4.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb to satisfy gtk4\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'libdrm', '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.14.4.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.14.4.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.14.4.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb to satisfy libxdmcp\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.bb\nDEBUG: Added runtime dependencies ['libxdmcp-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb\nDEBUG: Added runtime recommendations ['libxdmcp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.17.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb to satisfy xcb-proto\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.17.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.17.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.17.0.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb to satisfy libxcursor-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.52.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb to satisfy at-spi2-atk-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.52.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.52.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb to satisfy pango-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.52.2.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.9.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb to satisfy libx11-native\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.52.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb to satisfy atk-native\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.26.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb to satisfy python3-pycairo\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.26.0.bb\nDEBUG: Added runtime dependencies ['python3-pycairo-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb\nDEBUG: Added runtime recommendations ['python3-pycairo'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 rust-llvm are: ['rust-llvm']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb to satisfy rust-llvm\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.75.0.bb\nDEBUG: Added runtime dependencies ['rust-llvm-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb\nDEBUG: Added runtime recommendations ['rust-llvm'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.6.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb to satisfy mpg123\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.bb\nDEBUG: Added runtime dependencies ['mpg123-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb\nDEBUG: Added runtime recommendations ['mpg123'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 taglib are: ['taglib']\nDEBUG: sorted providers for taglib are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb to satisfy taglib\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['pkgconfig-native', 'cmake-native', 'virtual/x86_64-poky-linux-gcc', 'virtual/x86_64-poky-linux-compilerlibs', 'virtual/libc', 'zlib', 'utfcpp', 'ninja-native'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb\nDEBUG: Added runtime dependencies ['taglib-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb\nDEBUG: Added runtime recommendations ['taglib'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.03.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb to satisfy nasm-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.03.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'vala-native', 'vala'] 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 tcl are: ['tcl']\nDEBUG: sorted providers for tcl are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb to satisfy tcl\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.13.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb to satisfy virtual/xserver\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_24.0.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb to satisfy virtual/libgbm\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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_24.0.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb to satisfy virtual/mesa\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.3.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb to satisfy libxkbfile\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.3.bb\nDEBUG: Added runtime dependencies ['libxkbfile-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb\nDEBUG: Added runtime recommendations ['libxkbfile'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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.57.1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb to satisfy librsvg-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.57.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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 ttyrun are: ['ttyrun']\nDEBUG: sorted runtime providers for ttyrun are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb' to satisfy runtime 'ttyrun'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.33.1.bb\nDEBUG: Added runtime dependencies ['ttyrun-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb\nDEBUG: Added runtime recommendations ['ttyrun'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb\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 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 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 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.8.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb' to satisfy runtime 'btrfs-tools-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 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.12.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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 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: 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.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb' to satisfy runtime 'pinentry-dev'\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.48.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb' to satisfy runtime 'python3-pygobject-dev'\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.26.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb' to satisfy runtime 'python3-pycairo'\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 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.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb' to satisfy runtime 'lttng-modules-dev'\nDEBUG: providers for cargo-dev are: ['cargo']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb' to satisfy runtime 'cargo-dev'\nDEBUG: providers for rust-dev are: ['rust']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb' to satisfy runtime 'rust-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 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: 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: 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: 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-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 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.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.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.2.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconf/pkgconf_2.2.0.bb' to satisfy runtime 'pkgconf-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies [] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb\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 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: 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: 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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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.24.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb' to satisfy runtime 'gstreamer1.0-plugins-good'\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb' to satisfy runtime 'xauth-dev'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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 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 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.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.41.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb' to satisfy runtime 'xkeyboard-config'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.41.bb\nDEBUG: Added runtime dependencies ['xkeyboard-config-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb\nDEBUG: Added runtime recommendations ['xkeyboard-config'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb\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_24.0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb' to satisfy runtime 'libegl'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb' to satisfy runtime 'xkbcomp'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.7.bb\nDEBUG: Added runtime dependencies ['xkbcomp-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb\nDEBUG: Added runtime recommendations ['xkbcomp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb\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: 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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb' to satisfy runtime 'libasound-module-ctl-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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb' to satisfy runtime 'alsa-plugins'\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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb' to satisfy runtime 'libasound-module-conf-pulse'\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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb' to satisfy runtime 'libasound-module-pcm-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 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 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 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 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 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_46.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb' to satisfy runtime 'adwaita-icon-theme-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_24.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb' to satisfy runtime 'python3-packaging-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.31.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb' to satisfy runtime 'python3-dbusmock-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 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 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.5.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb' to satisfy runtime 'python3-pkg-resources'\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.5.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb' to satisfy runtime 'python3-setuptools-dev'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-asyncio-native'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.19.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb' to satisfy runtime 'python3-zipp-native'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.19.2.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.19.2.bb\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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb' to satisfy runtime 'glib-networking-dev'\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-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-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-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: 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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-unixadmin-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-multiprocessing-native'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-image-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.5.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb' to satisfy runtime 'python3-markupsafe-native'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.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.5.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.18.0.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb' to satisfy runtime 'python3-pygments-native'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.18.0.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-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 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 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.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb' to satisfy runtime 'python3-pyparsing-native'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.2.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.2.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-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.12.2.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb' to satisfy runtime 'python3-typing-extensions-native'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.12.2.bb\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.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.6.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb' to satisfy runtime 'nativesdk-libxext-dev'\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_24.0.7.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb' to satisfy runtime 'nativesdk-libgles2-mesa-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_24.0.7.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_24.0.7.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb' to satisfy runtime 'nativesdk-mesa-megadriver'\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-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-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-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-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.9.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb' to satisfy runtime 'nativesdk-libx11-dev'\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-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-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-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-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-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-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-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-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-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.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb' to satisfy runtime 'nativesdk-rpm-sign'\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb' to satisfy runtime 'nativesdk-rpm-dev'\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.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb' to satisfy runtime 'nativesdk-rpm'\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.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb' to satisfy runtime 'nativesdk-rpm-archive'\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_1.0.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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_1.0.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb' to satisfy runtime 'nativesdk-libmicrohttpd'\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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb' to satisfy runtime 'libunistring'\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 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 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 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 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 icu-dev are: ['icu']\nDEBUG: sorted runtime providers for icu-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb' to satisfy runtime 'icu-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_75-1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb' to satisfy runtime 'icu'\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.17.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb' to satisfy runtime 'vala-dev'\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.17.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb' to satisfy runtime 'vala'\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 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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb' to satisfy runtime 'boost-build-native-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-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 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 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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb' to satisfy runtime 'util-macros-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_2024.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb' to satisfy runtime 'xorgproto-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 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 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.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.38.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb' to satisfy runtime 'orc'\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 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 libwebp are: ['libwebp']\nDEBUG: sorted runtime providers for libwebp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.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.4.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb' to satisfy runtime 'libwebp-dev'\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.7.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb' to satisfy runtime 'libxkbcommon'\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.9.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb' to satisfy runtime 'libx11-locale'\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.7.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb' to satisfy runtime 'libxkbcommon-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.27.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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.27.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb' to satisfy runtime 'libusb1'\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.57.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb' to satisfy runtime 'librsvg-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.12.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb' to satisfy runtime 'gdk-pixbuf-bin'\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.57.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb' to satisfy runtime 'librsvg'\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_24.0.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb' to satisfy runtime 'mesa-vulkan-drivers'\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.283.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb' to satisfy runtime 'vulkan-loader-dev'\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.283.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb' to satisfy runtime 'vulkan-loader'\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 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 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.52.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.52.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb' to satisfy runtime 'pango'\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 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 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.52.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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.52.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb' to satisfy runtime 'at-spi2-core-dev'\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 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 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 libpng are: ['libpng']\nDEBUG: sorted runtime providers for libpng are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb' to satisfy runtime 'libpng'\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.43.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb' to satisfy runtime 'libpng-dev'\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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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.18.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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.18.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb' to satisfy runtime 'libpciaccess'\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.283.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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 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 go-native are: ['go-native']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb as PREFERRED_VERSION 1.22% 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.22.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.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.22.4.bb as PREFERRED_VERSION 1.22% 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.22.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb' to satisfy runtime 'go-native-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.14.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb' to satisfy runtime 'gtk4'\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.14.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb' to satisfy runtime 'gtk4-dev'\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 are: ['libxdmcp']\nDEBUG: sorted runtime providers for libxdmcp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb' to satisfy runtime 'libxdmcp'\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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb' to satisfy runtime 'libxdmcp-dev'\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.17.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb' to satisfy runtime 'xcb-proto-dev'\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 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 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 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 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.26.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb' to satisfy runtime 'python3-pycairo-dev'\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 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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb' to satisfy runtime 'man-db'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.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.1.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.1.bb\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 rust-llvm-dev are: ['rust-llvm']\nDEBUG: selecting /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb' to satisfy runtime 'rust-llvm-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.75.0.bb as PREFERRED_VERSION 1.75% 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.75.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb' to satisfy runtime 'rust-llvm'\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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb' to satisfy runtime 'mpg123'\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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb' to satisfy runtime 'mpg123-dev'\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 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 taglib-dev are: ['taglib']\nDEBUG: sorted runtime providers for taglib-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb' to satisfy runtime 'taglib-dev'\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_2.0.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb' to satisfy runtime 'taglib'\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 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 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 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 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 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.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb' to satisfy runtime 'libxkbfile-dev'\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 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 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.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb' to satisfy runtime 'mkfontdir'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.3.bb\nDEBUG: Added runtime dependencies ['mkfontscale-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb\nDEBUG: Added runtime recommendations ['mkfontscale'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb\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 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.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb' to satisfy runtime 'mkfontscale'\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.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb' to satisfy runtime 'encodings'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.0.bb\nDEBUG: Added runtime dependencies ['encodings-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb\nDEBUG: Added runtime recommendations ['encodings'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb\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-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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-misc-native'\nDEBUG: Resolved 398 extra dependencies\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.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb to satisfy libunistring-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.5.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb to satisfy libxdmcp-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.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.17.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb to satisfy xcb-proto-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.17.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.12.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb to satisfy python3-typing-extensions-native\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_2024.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb to satisfy nativesdk-xorgproto\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_2024.1.bb\nDEBUG: Added runtime dependencies ['nativesdk-xorgproto-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-xorgproto-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb to satisfy nativesdk-util-macros\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.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.1.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.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.36.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb to satisfy nativesdk-wayland-protocols\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.36.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.23.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb to satisfy nativesdk-wayland\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.17.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb to satisfy nativesdk-libxcb\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.17.0.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.17.0.bb\nDEBUG: Added runtime recommendations ['nativesdk-libxcb'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.18.1.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb to satisfy nativesdk-libpciaccess\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['chrpath-replacement-native', 'meson-native', 'ninja-native', 'pkgconfig-native', 'python3-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.18.1.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.18.1.bb\nDEBUG: Added runtime recommendations ['nativesdk-libpciaccess'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\nDEBUG: Added dependencies ['autoconf-native', 'automake-native', 'chrpath-replacement-native', 'file-replacement-native', 'libtool-native', 'nativesdk-bzip2', 'nativesdk-lzlib', 'nativesdk-xz', 'nativesdk-zlib', 'nativesdk-zstd', '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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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_75-1.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb to satisfy icu-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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_75-1.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.41.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb to satisfy xkeyboard-config\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.21.2.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb to satisfy python3-docutils-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.21.2.bb\nDEBUG: Added runtime dependencies ['python3-pprint-native'] for virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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.283.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb to satisfy spirv-tools-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.283.0.bb\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.283.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb to satisfy spirv-headers-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.283.0.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.5.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb to satisfy harfbuzz\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.0.bb\nDEBUG: Added runtime dependencies ['harfbuzz-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb\nDEBUG: Added runtime recommendations ['harfbuzz'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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.15.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb to satisfy fribidi\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.15.bb\nDEBUG: Added runtime dependencies ['fribidi-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb\nDEBUG: Added runtime recommendations ['fribidi'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 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.5.0.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb to satisfy harfbuzz-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.5.0.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.15.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb to satisfy fribidi-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.15.bb\nDEBUG: providers for utfcpp are: ['utfcpp']\nDEBUG: sorted providers for utfcpp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb to satisfy utfcpp\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-support/utfcpp/utfcpp_4.0.5.bb\nDEBUG: Added runtime dependencies ['utfcpp-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb\nDEBUG: Added runtime recommendations ['utfcpp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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 nghttp2 are: ['nghttp2']\nDEBUG: sorted providers for nghttp2 are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb to satisfy nghttp2\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.62.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.62.0.bb\nDEBUG: Added runtime recommendations ['nghttp2'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb to satisfy mkfontdir-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.3.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.3.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.1.0.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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.8.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb to satisfy libfontenc\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.8.bb\nDEBUG: Added runtime dependencies ['libfontenc-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb\nDEBUG: Added runtime recommendations ['libfontenc'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.33.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb' to satisfy runtime 'ttyrun-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: 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 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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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', 'ncurses-native', '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: 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 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 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.41.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb' to satisfy runtime 'xkeyboard-config-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 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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb' to satisfy runtime 'xkbcomp-dev'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-math-native'\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 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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-debugger-native'\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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4.bb']\nDEBUG: adding 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb' to satisfy runtime 'python3-pprint-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.191.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.3.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb' to satisfy runtime 'encodings-dev'\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_2024.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb' to satisfy runtime 'nativesdk-xorgproto-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.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb' to satisfy runtime 'nativesdk-util-macros-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-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-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-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-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 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-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-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-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-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.17.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb' to satisfy runtime 'nativesdk-libxcb-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.17.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb' to satisfy runtime 'nativesdk-libxcb'\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-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.18.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb' to satisfy runtime 'nativesdk-libpciaccess'\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.18.1.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb' to satisfy runtime 'nativesdk-libpciaccess-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 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-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-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-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-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-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-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 harfbuzz are: ['harfbuzz']\nDEBUG: sorted runtime providers for harfbuzz are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb' to satisfy runtime 'harfbuzz'\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.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb' to satisfy runtime 'harfbuzz-dev'\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.15.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb' to satisfy runtime 'fribidi'\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-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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb' to satisfy runtime 'python3-markdown'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.6.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.6.bb\nDEBUG: Added runtime recommendations ['python3-markdown'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb\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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb' to satisfy runtime 'python3-markupsafe'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.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.5.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.5.bb\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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb' to satisfy runtime 'python3-jinja2'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-jinja2_3.1.4.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.4.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.4.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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.18.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb' to satisfy runtime 'python3-pygments'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.18.0.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.18.0.bb\nDEBUG: Added runtime recommendations ['python3-pygments'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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 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 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 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 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 utfcpp are: ['utfcpp']\nDEBUG: sorted runtime providers for utfcpp are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb' to satisfy runtime 'utfcpp'\nDEBUG: providers for utfcpp-dev are: ['utfcpp']\nDEBUG: sorted runtime providers for utfcpp-dev are: ['/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb' to satisfy runtime 'utfcpp-dev'\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.62.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb' to satisfy runtime 'nghttp2-dev'\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.62.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb' to satisfy runtime 'nghttp2'\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.62.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb' to satisfy runtime 'nghttp2-proxy'\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.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.8.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb' to satisfy runtime 'libfontenc-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 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 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 128 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.17.0.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb to satisfy nativesdk-xcb-proto\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.17.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.17.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.17.0.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.5.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb to satisfy nativesdk-libxdmcp\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.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.5.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.5.bb\nDEBUG: providers for nativesdk-lzlib are: ['nativesdk-lzlib']\nDEBUG: sorted providers for nativesdk-lzlib are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb to satisfy nativesdk-lzlib\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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/lzip/lzlib_1.14.bb\nDEBUG: Added runtime dependencies ['nativesdk-lzlib-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb\nDEBUG: Added runtime recommendations ['nativesdk-lzlib'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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.70.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb to satisfy nativesdk-libcap\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.70.bb\nDEBUG: Added runtime dependencies ['nativesdk-libcap-dev'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb\nDEBUG: Added runtime recommendations ['nativesdk-libcap'] for virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.49.bb']\nDEBUG: adding virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb to satisfy nativesdk-libgpg-error\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.49.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.49.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.49.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.8.bb']\nDEBUG: adding virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb to satisfy libfontenc-native\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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.8.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.7.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb to satisfy mtdev\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.7.bb\nDEBUG: Added runtime dependencies ['mtdev-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb\nDEBUG: Added runtime recommendations ['mtdev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_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.2.bb']\nDEBUG: adding /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb to satisfy libevdev\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.bb\nDEBUG: Added runtime dependencies ['libevdev-dev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb\nDEBUG: Added runtime recommendations ['libevdev'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.6.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb' to satisfy runtime 'python3-markdown-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.5.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb' to satisfy runtime 'python3-markupsafe-dev'\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_8.2.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb' to satisfy runtime 'python3-pytest'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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_8.2.2.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_8.2.2.bb\nDEBUG: Added runtime recommendations ['python3-pytest'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb\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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb' to satisfy runtime 'python3-unittest-automake-output'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.2.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.2.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.2.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.4.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb' to satisfy runtime 'python3-jinja2-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.18.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb' to satisfy runtime 'python3-pygments-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.17.0.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb' to satisfy runtime 'nativesdk-xcb-proto-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-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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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.5.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb' to satisfy runtime 'nativesdk-libxdmcp-dev'\nDEBUG: providers for nativesdk-lzlib are: ['nativesdk-lzlib']\nDEBUG: sorted runtime providers for nativesdk-lzlib are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb' to satisfy runtime 'nativesdk-lzlib'\nDEBUG: providers for nativesdk-lzlib-dev are: ['nativesdk-lzlib']\nDEBUG: sorted runtime providers for nativesdk-lzlib-dev are: ['virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb' to satisfy runtime 'nativesdk-lzlib-dev'\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.70.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb' to satisfy runtime 'nativesdk-libcap-dev'\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.70.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb' to satisfy runtime 'nativesdk-libcap'\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.49.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb']\nDEBUG: adding 'virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb' to satisfy runtime 'nativesdk-libgpg-error'\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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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.7.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb' to satisfy runtime 'mtdev'\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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb' to satisfy runtime 'libevdev'\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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb' to satisfy runtime 'libevdev-dev'\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 38 extra dependencies\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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_8.2.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb' to satisfy runtime 'python3-pytest-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.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb' to satisfy runtime 'python3-pluggy'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.5.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.5.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.5.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.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb' to satisfy runtime 'python3-wcwidth'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.13.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.13.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.13.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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb' to satisfy runtime 'python3-more-itertools'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.3.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.3.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.3.0.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.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb' to satisfy runtime 'python3-importlib-metadata'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.1.0.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.1.0.bb\nDEBUG: Added runtime recommendations ['python3-importlib-metadata'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb' to satisfy runtime 'python3-unittest-automake-output-dev'\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: Resolved 12 extra dependencies\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\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-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-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.103.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb' to satisfy runtime 'python3-hypothesis'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.103.2.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.103.2.bb\nDEBUG: Added runtime recommendations ['ptest-runner', 'python3-hypothesis'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb\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-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.5.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb' to satisfy runtime 'python3-pluggy-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.13.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb' to satisfy runtime 'python3-wcwidth-dev'\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-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-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-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.3.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb' to satisfy runtime 'python3-more-itertools-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.19.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb' to satisfy runtime 'python3-zipp'\nDEBUG: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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.19.2.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.19.2.bb\nDEBUG: Added runtime recommendations ['python3-zipp'] for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb\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.1.0.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb' to satisfy runtime 'python3-importlib-metadata-dev'\nDEBUG: Resolved 12 extra dependencies\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: Not adding dependency of do_create_spdx on ${create_spdx_source_deps(d)} since ${create_spdx_source_deps(d)} does not exist\nDEBUG: Not adding dependency of do_create_spdx on do_package_write_tar since do_package_write_tar does not exist\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-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.103.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb' to satisfy runtime 'python3-hypothesis-dev'\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.19.2.bb']\nDEBUG: adding '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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.9.1\"\nBUILD_SYS            = \"x86_64-linux\"\nNATIVELSBSTRING      = \"universal\"\nTARGET_SYS           = \"x86_64-poky-linux\"\nMACHINE              = \"qemux86-64\"\nDISTRO               = \"poky\"\nDISTRO_VERSION       = \"5.0+snapshot-99b6b715aab7c523d535280cfbe216c437594e3c\"\nTUNE_FEATURES        = \"m64 core2\"\nTARGET_FPU           = \"\"\nmeta                 \nmeta-poky            \nmeta-yocto-bsp       = \"abelloni/master-next:99b6b715aab7c523d535280cfbe216c437594e3c\"\nmeta-selftest        = \"master:bc7912955c57e776d4191e271c88cc0b3aefcffc\"\n\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 24396 recursive dependencies in this loop\nDEBUG: Added 3173 recursive dependencies in this loop\nDEBUG: Added 760 recursive dependencies in this loop\nDEBUG: Added 72 recursive dependencies in this loop\nDEBUG: Added 8 recursive dependencies in this loop\nDEBUG: Added 4 recursive dependencies in this loop\nDEBUG: Added 0 recursive dependencies in this loop\nNOTE: Marking Active Tasks\nNOTE: Pruned 19300 inactive tasks, 12335 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.42.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_14.1.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.42.bb)\nDEBUG: virtual/nativesdk-libc resolved to: nativesdk-glibc (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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_14.1.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_14.1.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_14.1.bb)\nDEBUG: virtual/libc resolved to: glibc (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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.39.bb)\nDEBUG: virtual/nativesdk-libintl resolved to: nativesdk-glibc (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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_14.1.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.9.bb)\nDEBUG: virtual/egl-native resolved to: mesa-native (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb)\nDEBUG: virtual/libgl-native resolved to: mesa-native (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb)\nDEBUG: virtual/libgbm-native resolved to: mesa-native (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_14.1.bb)\nDEBUG: virtual/libintl resolved to: glibc (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb)\nDEBUG: virtual/libiconv resolved to: glibc (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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/libx11 resolved to: libx11 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb)\nDEBUG: virtual/libgles2 resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb)\nDEBUG: virtual/libgles1 resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb)\nDEBUG: virtual/libgl resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb)\nDEBUG: virtual/egl resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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.22.4.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.22.4.bb)\nDEBUG: virtual/nativesdk-egl resolved to: nativesdk-mesa (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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.9.bb)\nDEBUG: virtual/nativesdk-libgbm resolved to: nativesdk-mesa (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb)\nDEBUG: virtual/nativesdk-libgl resolved to: nativesdk-mesa (virtual:nativesdk:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb)\nDEBUG: virtual/xserver resolved to: xserver-xorg (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb)\nDEBUG: virtual/libgbm resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb)\nDEBUG: virtual/mesa resolved to: mesa (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb)\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-connectivity/openssl/openssl_3.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/libfontenc_1.1.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-devtools/python/python3-pygments_2.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-extended/ed/ed_1.20.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/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-devtools/gcc/gcc-runtime_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-support/libffi/libffi_3.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-lib/xkeyboard-config_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-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-devtools/rust/rust-llvm_1.75.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-devtools/python/python3-packaging_24.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/libgcc_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-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-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/libcap-ng/libcap-ng_0.8.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-sato/packagegroups/packagegroup-core-x11-sato.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.15.1.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-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-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-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/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-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-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-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-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-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-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-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-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-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-devtools/python/python3-pytest_8.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-support/libgpg-error/libgpg-error_1.49.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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-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-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-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-gnome/librsvg/librsvg_2.57.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/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-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-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-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-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-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-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-extended/xz/xz_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-extended/zstd/zstd_1.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-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-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/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-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-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-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-extended/shadow/shadow_4.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-extended/lzip/lzlib_1.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-graphics/xorg-lib/libxkbcommon_1.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-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-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/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/libevdev/libevdev_1.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-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-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-devtools/libedit/libedit_20240517-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-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/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-devtools/binutils/binutils_2.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/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-graphics/xorg-app/xprop_1.2.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/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/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-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-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-devtools/python/python3-pathlib2_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-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-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-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-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-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-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-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/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-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-devtools/dnf/dnf_4.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-kernel/lttng/babeltrace2_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-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-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-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/strace/strace_6.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-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-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-connectivity/iw/iw_6.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/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/sqlite/sqlite3_3.45.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/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-support/fribidi/fribidi_1.0.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-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-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/xorgproto_2024.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-graphics/xorg-font/encodings_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-devtools/gcc/gcc-sanitizers_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-gnome/gtk+/gtk+3_3.24.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-kernel/libtraceevent/libtraceevent_1.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/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-gnome/gnome/adwaita-icon-theme_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-core/ttyrun/ttyrun_2.33.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/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-support/attr/attr_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-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-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-multimedia/mpg123/mpg123_1.32.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/libdnf/libdnf_0.73.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-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-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-bsp/pciutils/pciutils_3.13.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/libxkbfile_1.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/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-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-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-support/utfcpp/utfcpp_4.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-extended/timezone/tzdata.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.7p1.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/openssh/openssh_9.7p1.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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/openssh/openssh_9.7p1.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/taglib/taglib_2.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/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-graphics/xorg-lib/libpciaccess_0.18.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-multimedia/gstreamer/gstreamer1.0_1.24.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/libxcursor_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-gnome/gtk+/gtk4_4.14.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/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-devtools/rust/libstd-rs_1.75.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-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-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-devtools/python/python3-hypothesis_6.103.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-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/python/python3-unittest-automake-output_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-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-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/xorg-lib/libx11_1.8.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/psmisc/psmisc_23.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/xxhash/xxhash_0.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/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-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-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-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/pango/pango_1.52.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/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/python/python3_3.12.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-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.15.1.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/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-support/curl/curl_8.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-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-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-core/expat/expat_2.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-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-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-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/xorg-xserver/xserver-xorg_21.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-support/boost/boost_1.85.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-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-graphics/xorg-app/mkfontscale_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-kernel/kmod/kmod_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-gnome/gobject-introspection/gobject-introspection_1.80.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/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-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-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-devtools/python/python3-jinja2_3.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-extended/findutils/findutils_4.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-graphics/vulkan/vulkan-headers_1.3.283.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/libical/libical_3.0.18.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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-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-support/libcap/libcap_2.70.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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-devtools/libcomps/libcomps_0.1.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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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/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/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-support/libusb/libusb1_1.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-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-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-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/libpcre/libpcre2_10.44.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_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-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.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-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_sysroot\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.15.1.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-devtools/valgrind/valgrind_3.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-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-support/gnupg/gnupg_2.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-devtools/python/python3-importlib-metadata_7.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-devtools/python/python3-pycairo_1.26.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-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-devtools/tcltk/tcl_8.6.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-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/vulkan/vulkan-loader_1.3.283.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/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/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-support/attr/acl_2.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-devtools/python/python3-dbusmock_0.31.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/libassuan/libassuan_2.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-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-multimedia/webp/libwebp_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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/vala/vala_0.56.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/libidn/libidn2_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-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.15.1.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-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-devtools/python/python3-pluggy_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-gnome/libgudev/libgudev_238.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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-extended/images/core-image-full-cmdline.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.15.1.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-graphics/xorg-lib/libxcb_1.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-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-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-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-kernel/lttng/lttng-ust_2.13.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-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-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-graphics/wayland/mtdev_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-multimedia/alsa/alsa-plugins_1.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-devtools/rust/cargo_1.75.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/libxdmcp_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-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-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-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-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-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-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/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-devtools/librepo/librepo_1.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-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-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-core/gettext/gettext_0.22.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/glib-2.0/glib-2.0-initial_2.80.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/nghttp2/nghttp2_1.62.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/iproute2/iproute2_6.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-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/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-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-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-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-graphics/wayland/wayland-protocols_1.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-core/zlib/zlib_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-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-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-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-devtools/btrfs-tools/btrfs-tools_6.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-devtools/opkg-utils/opkg-utils_0.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-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-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-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-kernel/lttng/lttng-modules_2.13.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/logrotate/logrotate_3.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-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-support/gnutls/gnutls_3.8.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/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-support/npth/npth_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-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/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-graphics/wayland/wayland_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-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-graphics/xorg-lib/libxmu_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-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-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-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-atomicwrites_1.4.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-support/ptest-runner/ptest-runner_2.4.4.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.4.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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.4.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/gstreamer/gstreamer1.0-plugins-bad_1.24.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/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-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/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/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-devtools/python/python3-zipp_3.19.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/linux-libc-headers/linux-libc-headers_6.9.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.15.1.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-support/libksba/libksba_1.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-devtools/python/python3-pygobject_3.48.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/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-core/glibc/glibc-locale_2.39.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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-devtools/rust/rust_1.75.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.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-support/liburcu/liburcu_0.14.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/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-devtools/ccache/ccache_4.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/xorg-lib/libxi_1.8.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-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-multimedia/alsa/alsa-utils_1.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-devtools/python/python3-setuptools_69.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-devtools/gdb/gdb_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/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-support/libunistring/libunistring_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-multimedia/libpng/libpng_1.6.43.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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.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-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-devtools/elfutils/elfutils_0.191.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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-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/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-support/bash-completion/bash-completion_2.14.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/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-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-core/libxml/libxml2_2.12.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/coreutils/coreutils_9.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/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/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-gnome/gtk-doc/gtk-doc_1.34.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-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-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-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-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-multimedia/libtheora/libtheora_1.1.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.15.1.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-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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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-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-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-markupsafe_2.1.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-kernel/lttng/lttng-tools_2.13.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-kernel/lttng/lttng-tools_2.13.13.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.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-kernel/lttng/lttng-tools_2.13.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-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-core/ncurses/ncurses_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/gcc/gcc_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-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-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-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/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/pinentry/pinentry_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-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-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-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-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/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-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-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-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-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-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/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-core/dbus-wait/dbus-wait_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/nfs-utils/nfs-utils_2.6.4.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/nfs-utils/nfs-utils_2.6.4.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.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/nfs-utils/nfs-utils_2.6.4.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-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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-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-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-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-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-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-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-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-support/icu/icu_75-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/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-graphics/xorg-lib/libxext_1.3.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-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-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/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-multimedia/alsa/alsa-ucm-conf_1.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-graphics/mesa/mesa_24.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-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-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-core/glibc/glibc_2.39.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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.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-devtools/python/python3-dbus_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-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-core/ell/ell_0.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/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-core/glibc/glibc-mtrace_2.39.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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.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/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-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-devtools/orc/orc_0.4.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-support/libmicrohttpd/libmicrohttpd_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-graphics/xorg-proto/xcb-proto_1.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-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/quilt/quilt_0.68.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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 virtual:native:/home/pokybuild/yocto-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-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-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-devtools/python/python3-markdown_3.6.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.13.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-kernel/lttng/lttng-tools_2.13.13.bb:do_populate_sysroot\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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-kernel/lttng/lttng-tools_2.13.13.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/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-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-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-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-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-devtools/rpm/rpm_4.19.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-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-extended/libsolv/libsolv_0.7.29.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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-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-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/fmt/fmt_10.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-app/xkbcomp_1.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-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-multimedia/libsamplerate/libsamplerate0_0.2.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-support/ptest-runner/ptest-runner_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-support/ptest-runner/ptest-runner_2.4.4.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.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-support/ptest-runner/ptest-runner_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-support/ptest-runner/ptest-runner_2.4.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/openssh/openssh_9.7p1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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.7p1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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.7p1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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.7p1.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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-multimedia/alsa/alsa-lib_1.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-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-extended/man-db/man-db_2.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-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-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-support/atk/at-spi2-core_2.52.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/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-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-devtools/python/python3-more-itertools_10.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-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-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-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-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-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-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-devtools/libtool/libtool_2.5.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-extended/cronie/cronie_1.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/cronie/cronie_1.7.2.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.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-extended/cronie/cronie_1.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/cronie/cronie_1.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-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-extended/iptables/iptables_1.8.10.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.15.1.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-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-app/xauth_1.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-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-extended/libaio/libaio_0.3.113.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.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-extended/cronie/cronie_1.7.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.15.1.bb:do_populate_sysroot for /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.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-extended/cronie/cronie_1.7.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-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-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/ltp/ltp_20240524.bb:do_package\nDEBUG: Adding hard setscene dependency virtual:native:/home/pokybuild/yocto-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/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-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-core/glib-2.0/glib-2.0_2.80.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/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-devtools/e2fsprogs/e2fsprogs_1.47.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/libarchive/libarchive_3.7.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/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-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-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-core/glib-networking/glib-networking_2.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-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-util/util-macros_1.20.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-wcwidth_0.2.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/tcp-wrappers/tcp-wrappers_7.6.bb:do_package\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_package_spdx_setscene.1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_package_spdx.1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_spdx_setscene.6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_spdx.6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_deploy_source_date_epoch_setscene.2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_deploy_source_date_epoch.2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_setscene.9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package.9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_qa_setscene.eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_qa.eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_deb_setscene.1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_deb.1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_ipk_setscene.a352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_ipk.a352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_rpm_setscene.eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_rpm.eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_packagedata_setscene.5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_packagedata.5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_populate_lic_setscene.fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_populate_lic.fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_populate_sysroot_setscene.08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_populate_sysroot.08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_recipe_qa_setscene.003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_recipe_qa.003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_package_spdx_setscene.09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_package_spdx.09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_spdx_setscene.dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_spdx.dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_deploy_source_date_epoch_setscene.e46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_deploy_source_date_epoch.e46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_setscene.8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package.8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_qa_setscene.2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_qa.2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_deb_setscene.758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_deb.758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_ipk_setscene.4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_ipk.4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_rpm_setscene.57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_rpm.57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_packagedata_setscene.7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_packagedata.7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_populate_lic_setscene.bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_populate_lic.bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_populate_sysroot_setscene.dc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_populate_sysroot.dc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_recipe_qa_setscene.f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_recipe_qa.f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_create_package_spdx_setscene.da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_create_package_spdx.da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_create_spdx_setscene.6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_create_spdx.6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_deploy_source_date_epoch_setscene.ddbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_deploy_source_date_epoch.ddbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_setscene.45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package.45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_qa_setscene.3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_qa.3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_write_deb_setscene.3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_write_deb.3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_write_ipk_setscene.3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_write_ipk.3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_write_rpm_setscene.7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_write_rpm.7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_packagedata_setscene.5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_packagedata.5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_populate_lic_setscene.e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_populate_lic.e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_populate_sysroot_setscene.fa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_populate_sysroot.fa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_recipe_qa_setscene.7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_recipe_qa.7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_package_spdx_setscene.e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_package_spdx.e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_spdx_setscene.0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_spdx.0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_deploy_source_date_epoch_setscene.948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_deploy_source_date_epoch.948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_setscene.3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package.3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_qa_setscene.994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_qa.994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_deb_setscene.103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_deb.103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_ipk_setscene.0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_ipk.0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_rpm_setscene.7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_rpm.7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_packagedata_setscene.ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_packagedata.ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_populate_lic_setscene.003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_populate_lic.003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_populate_sysroot_setscene.9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_populate_sysroot.9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_recipe_qa_setscene.802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_recipe_qa.802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_package_spdx_setscene.9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_package_spdx.9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_spdx_setscene.c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_spdx.c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_deploy_source_date_epoch_setscene.8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_deploy_source_date_epoch.8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_setscene.4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package.4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_qa_setscene.76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_qa.76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_deb_setscene.7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_deb.7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_ipk_setscene.a2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_ipk.a2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_rpm_setscene.283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_rpm.283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_packagedata_setscene.9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_packagedata.9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_lic_setscene.d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_lic.d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_sysroot_setscene.78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_sysroot.78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_recipe_qa_setscene.1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_recipe_qa.1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_package_spdx_setscene.27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_package_spdx.27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_spdx_setscene.027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_spdx.027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_deploy_source_date_epoch_setscene.dabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_deploy_source_date_epoch.dabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_setscene.e0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package.e0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_qa_setscene.9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_qa.9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_deb_setscene.f4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_deb.f4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_ipk_setscene.b5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_ipk.b5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_rpm_setscene.7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_rpm.7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_packagedata_setscene.047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_packagedata.047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_lic_setscene.d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_lic.d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_sysroot_setscene.1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_sysroot.1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_recipe_qa_setscene.9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_recipe_qa.9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_package_spdx_setscene.d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_package_spdx.d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_spdx_setscene.6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_spdx.6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_deploy_source_date_epoch_setscene.0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_deploy_source_date_epoch.0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_setscene.0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package.0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_qa_setscene.988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_qa.988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_deb_setscene.efa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_deb.efa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_ipk_setscene.034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_ipk.034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_rpm_setscene.3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_rpm.3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_packagedata_setscene.f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_packagedata.f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_populate_lic_setscene.b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_populate_lic.b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_populate_sysroot_setscene.7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_populate_sysroot.7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_recipe_qa_setscene.6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_recipe_qa.6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_package_spdx_setscene.603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_package_spdx.603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_spdx_setscene.4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_spdx.4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_deploy_source_date_epoch_setscene.2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_deploy_source_date_epoch.2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_setscene.53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package.53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_qa_setscene.37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_qa.37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_deb_setscene.14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_deb.14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_ipk_setscene.c24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_ipk.c24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_rpm_setscene.d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_rpm.d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_packagedata_setscene.b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_packagedata.b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_populate_lic_setscene.66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_populate_lic.66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_populate_sysroot_setscene.6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_populate_sysroot.6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_recipe_qa_setscene.56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_recipe_qa.56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_package_spdx_setscene.749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_package_spdx.749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_spdx_setscene.b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_spdx.b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_deploy_source_date_epoch_setscene.239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_deploy_source_date_epoch.239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_setscene.e66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package.e66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_qa_setscene.266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_qa.266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_deb_setscene.2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_deb.2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_ipk_setscene.a0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_ipk.a0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_rpm_setscene.58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_rpm.58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_packagedata_setscene.c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_packagedata.c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_populate_lic_setscene.1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_populate_lic.1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_populate_sysroot_setscene.0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_populate_sysroot.0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_recipe_qa_setscene.3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_recipe_qa.3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_create_package_spdx_setscene.857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_create_package_spdx.857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_create_spdx_setscene.0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_create_spdx.0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_deploy_source_date_epoch_setscene.40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_deploy_source_date_epoch.40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_setscene.6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package.6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_qa_setscene.10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_qa.10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_write_deb_setscene.b2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_write_deb.b2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_write_ipk_setscene.60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_write_ipk.60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_write_rpm_setscene.1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_write_rpm.1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_packagedata_setscene.3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_packagedata.3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_populate_lic_setscene.1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_populate_lic.1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_populate_sysroot_setscene.e3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_populate_sysroot.e3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_recipe_qa_setscene.9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_recipe_qa.9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_create_package_spdx_setscene.21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_create_package_spdx.21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_create_spdx_setscene.749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_create_spdx.749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_deploy_source_date_epoch_setscene.3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_deploy_source_date_epoch.3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_setscene.ad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package.ad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_qa_setscene.35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_qa.35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_write_deb_setscene.31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_write_deb.31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_write_ipk_setscene.71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_write_ipk.71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_write_rpm_setscene.5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_write_rpm.5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_packagedata_setscene.bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_packagedata.bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_populate_lic_setscene.f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_populate_lic.f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_populate_sysroot_setscene.102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_populate_sysroot.102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_recipe_qa_setscene.f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_recipe_qa.f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_package_spdx_setscene.2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_package_spdx.2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_spdx_setscene.3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_spdx.3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_deploy_source_date_epoch_setscene.3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_deploy_source_date_epoch.3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_setscene.64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package.64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_qa_setscene.55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_qa.55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_deb_setscene.1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_deb.1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_ipk_setscene.2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_ipk.2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_rpm_setscene.dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_rpm.dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_packagedata_setscene.138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_packagedata.138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_populate_lic_setscene.4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_populate_lic.4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_populate_sysroot_setscene.27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_populate_sysroot.27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_recipe_qa_setscene.990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_recipe_qa.990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_package_spdx_setscene.2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_package_spdx.2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_spdx_setscene.aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_spdx.aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_deploy_source_date_epoch_setscene.d8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_deploy_source_date_epoch.d8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_setscene.f5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package.f5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_qa_setscene.dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_qa.dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_deb_setscene.4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_deb.4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_ipk_setscene.591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_ipk.591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_rpm_setscene.cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_rpm.cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_packagedata_setscene.833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_packagedata.833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_lic_setscene.2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_lic.2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_sysroot_setscene.5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_sysroot.5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_recipe_qa_setscene.46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_recipe_qa.46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_create_package_spdx_setscene.e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_create_package_spdx.e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_create_spdx_setscene.ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_create_spdx.ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_deploy_source_date_epoch_setscene.e8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_deploy_source_date_epoch.e8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_setscene.db1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package.db1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_qa_setscene.1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_qa.1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_write_deb_setscene.31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_write_deb.31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_write_ipk_setscene.1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_write_ipk.1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_write_rpm_setscene.951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_write_rpm.951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_packagedata_setscene.50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_packagedata.50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_populate_lic_setscene.8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_populate_lic.8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_populate_sysroot_setscene.7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_populate_sysroot.7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_recipe_qa_setscene.7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_recipe_qa.7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_package_spdx_setscene.7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_package_spdx.7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_spdx_setscene.88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_spdx.88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_deploy_source_date_epoch_setscene.3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_deploy_source_date_epoch.3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_setscene.77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package.77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_qa_setscene.e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_qa.e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_deb_setscene.f377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_deb.f377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_ipk_setscene.f2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_ipk.f2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_rpm_setscene.9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_rpm.9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_packagedata_setscene.c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_packagedata.c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_populate_lic_setscene.76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_populate_lic.76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_populate_sysroot_setscene.a16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_populate_sysroot.a16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_recipe_qa_setscene.b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_recipe_qa.b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_package_spdx_setscene.eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_package_spdx.eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_spdx_setscene.552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_spdx.552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_deploy_source_date_epoch_setscene.d4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_deploy_source_date_epoch.d4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_setscene.c2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package.c2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_qa_setscene.a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_qa.a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_deb_setscene.52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_deb.52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_ipk_setscene.cf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_ipk.cf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_rpm_setscene.dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_rpm.dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_packagedata_setscene.9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_packagedata.9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_populate_lic_setscene.f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_populate_lic.f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_populate_sysroot_setscene.8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_populate_sysroot.8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_recipe_qa_setscene.f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_recipe_qa.f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_create_package_spdx_setscene.37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_create_package_spdx.37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_create_spdx_setscene.f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_create_spdx.f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_deploy_source_date_epoch_setscene.f41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_deploy_source_date_epoch.f41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_setscene.2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package.2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_qa_setscene.e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_qa.e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_write_deb_setscene.0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_write_deb.0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_write_ipk_setscene.14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_write_ipk.14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_write_rpm_setscene.d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_write_rpm.d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_packagedata_setscene.ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_packagedata.ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_populate_lic_setscene.edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_populate_lic.edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_populate_sysroot_setscene.a60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_populate_sysroot.a60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_recipe_qa_setscene.5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_recipe_qa.5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_create_package_spdx_setscene.57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_create_package_spdx.57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_create_spdx_setscene.a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_create_spdx.a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_deploy_source_date_epoch_setscene.ac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_deploy_source_date_epoch.ac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_setscene.e9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package.e9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_qa_setscene.1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_qa.1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_write_deb_setscene.5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_write_deb.5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_write_ipk_setscene.f4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_write_ipk.f4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_write_rpm_setscene.857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_write_rpm.857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_packagedata_setscene.beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_packagedata.beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_populate_lic_setscene.ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_populate_lic.ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_populate_sysroot_setscene.fe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_populate_sysroot.fe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_recipe_qa_setscene.e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_recipe_qa.e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_create_package_spdx_setscene.6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_create_package_spdx.6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_create_spdx_setscene.6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_create_spdx.6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_deploy_source_date_epoch_setscene.9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_deploy_source_date_epoch.9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_setscene.1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package.1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_qa_setscene.8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_qa.8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_write_deb_setscene.7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_write_deb.7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_write_ipk_setscene.a161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_write_ipk.a161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_write_rpm_setscene.31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_write_rpm.31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_packagedata_setscene.56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_packagedata.56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_populate_lic_setscene.c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_populate_lic.c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_populate_sysroot_setscene.5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_populate_sysroot.5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_recipe_qa_setscene.e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_recipe_qa.e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_package_spdx_setscene.c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_package_spdx.c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_spdx_setscene.7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_spdx.7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_deploy_source_date_epoch_setscene.7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_deploy_source_date_epoch.7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_setscene.2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package.2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_qa_setscene.5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_qa.5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_deb_setscene.0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_deb.0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_ipk_setscene.8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_ipk.8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_rpm_setscene.fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_rpm.fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_packagedata_setscene.474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_packagedata.474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_lic_setscene.9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_lic.9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_sysroot_setscene.7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_sysroot.7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_recipe_qa_setscene.7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_recipe_qa.7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_package_spdx_setscene.6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_package_spdx.6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_spdx_setscene.13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_spdx.13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_deploy_source_date_epoch_setscene.062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_deploy_source_date_epoch.062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_setscene.00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package.00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_qa_setscene.f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_qa.f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_deb_setscene.e64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_deb.e64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_ipk_setscene.4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_ipk.4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_rpm_setscene.3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_rpm.3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_packagedata_setscene.ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_packagedata.ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_populate_lic_setscene.39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_populate_lic.39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_populate_sysroot_setscene.d3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_populate_sysroot.d3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_recipe_qa_setscene.298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_recipe_qa.298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_package_spdx_setscene.38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_package_spdx.38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_spdx_setscene.fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_spdx.fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_deploy_source_date_epoch_setscene.02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_deploy_source_date_epoch.02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_setscene.db181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package.db181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_qa_setscene.0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_qa.0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_deb_setscene.d954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_deb.d954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_ipk_setscene.828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_ipk.828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_rpm_setscene.eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_rpm.eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_packagedata_setscene.0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_packagedata.0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_lic_setscene.f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_lic.f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_sysroot_setscene.7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_sysroot.7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_recipe_qa_setscene.50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_recipe_qa.50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_package_spdx_setscene.ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_package_spdx.ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_spdx_setscene.749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_spdx.749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_deploy_source_date_epoch_setscene.70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_deploy_source_date_epoch.70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_setscene.08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package.08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_qa_setscene.7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_qa.7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_deb_setscene.b1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_deb.b1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_ipk_setscene.b9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_ipk.b9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_rpm_setscene.d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_rpm.d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_packagedata_setscene.36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_packagedata.36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_lic_setscene.4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_lic.4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_sysroot_setscene.cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_sysroot.cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_recipe_qa_setscene.ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_recipe_qa.ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_package_spdx_setscene.5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_package_spdx.5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_spdx_setscene.bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_spdx.bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_deploy_source_date_epoch_setscene.a9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_deploy_source_date_epoch.a9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_setscene.320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package.320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_qa_setscene.ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_qa.ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_deb_setscene.def998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_deb.def998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_ipk_setscene.c8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_ipk.c8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_rpm_setscene.f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_rpm.f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_packagedata_setscene.f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_packagedata.f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_lic_setscene.0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_lic.0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_sysroot_setscene.8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_sysroot.8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_recipe_qa_setscene.4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_recipe_qa.4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_package_spdx_setscene.98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_package_spdx.98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_spdx_setscene.6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_spdx.6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_deploy_source_date_epoch_setscene.3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_deploy_source_date_epoch.3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_setscene.344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package.344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_qa_setscene.0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_qa.0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_deb_setscene.664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_deb.664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_ipk_setscene.4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_ipk.4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_rpm_setscene.8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_rpm.8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_packagedata_setscene.6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_packagedata.6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_populate_lic_setscene.957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_populate_lic.957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_populate_sysroot_setscene.ab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_populate_sysroot.ab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_recipe_qa_setscene.c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_recipe_qa.c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_create_package_spdx_setscene.1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_create_package_spdx.1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_create_spdx_setscene.d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_create_spdx.d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_deploy_source_date_epoch_setscene.b5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_deploy_source_date_epoch.b5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_setscene.6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package.6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_qa_setscene.bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_qa.bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_write_deb_setscene.e8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_write_deb.e8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_write_ipk_setscene.e9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_write_ipk.e9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_write_rpm_setscene.ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_write_rpm.ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_packagedata_setscene.c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_packagedata.c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_populate_lic_setscene.c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_populate_lic.c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_populate_sysroot_setscene.150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_populate_sysroot.150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_recipe_qa_setscene.ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_recipe_qa.ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_package_spdx_setscene.b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_package_spdx.b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_spdx_setscene.eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_spdx.eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_deploy_source_date_epoch_setscene.3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_deploy_source_date_epoch.3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_setscene.13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package.13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_qa_setscene.b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_qa.b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_deb_setscene.769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_deb.769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_ipk_setscene.cb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_ipk.cb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_rpm_setscene.6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_rpm.6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_packagedata_setscene.8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_packagedata.8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_populate_lic_setscene.b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_populate_lic.b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_populate_sysroot_setscene.08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_populate_sysroot.08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_recipe_qa_setscene.2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_recipe_qa.2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_package_spdx_setscene.437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_package_spdx.437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_spdx_setscene.7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_spdx.7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_deploy_source_date_epoch_setscene.fe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_deploy_source_date_epoch.fe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_setscene.7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package.7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_qa_setscene.dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_qa.dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_deb_setscene.b911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_deb.b911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_ipk_setscene.c5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_ipk.c5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_rpm_setscene.d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_rpm.d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_packagedata_setscene.797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_packagedata.797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_lic_setscene.321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_lic.321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_sysroot_setscene.1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_sysroot.1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_recipe_qa_setscene.fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_recipe_qa.fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_package_spdx_setscene.2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_package_spdx.2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_spdx_setscene.c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_spdx.c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_deploy_source_date_epoch_setscene.e5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_deploy_source_date_epoch.e5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_setscene.daa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package.daa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_qa_setscene.a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_qa.a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_deb_setscene.87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_deb.87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_ipk_setscene.ba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_ipk.ba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_rpm_setscene.8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_rpm.8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_packagedata_setscene.11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_packagedata.11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_lic_setscene.25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_lic.25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_sysroot_setscene.e24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_sysroot.e24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_recipe_qa_setscene.c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_recipe_qa.c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_create_package_spdx_setscene.ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_create_package_spdx.ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_create_spdx_setscene.69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_create_spdx.69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_deploy_source_date_epoch_setscene.07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_deploy_source_date_epoch.07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_setscene.aed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package.aed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_qa_setscene.fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_qa.fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_write_deb_setscene.8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_write_deb.8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_write_ipk_setscene.7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_write_ipk.7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_write_rpm_setscene.5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_write_rpm.5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_packagedata_setscene.0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_packagedata.0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_populate_lic_setscene.b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_populate_lic.b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_populate_sysroot_setscene.daf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_populate_sysroot.daf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_recipe_qa_setscene.9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_recipe_qa.9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_create_package_spdx_setscene.494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_create_package_spdx.494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_create_spdx_setscene.2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_create_spdx.2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_deploy_source_date_epoch_setscene.6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_deploy_source_date_epoch.6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_setscene.84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package.84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_qa_setscene.baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_qa.baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_write_deb_setscene.f86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_write_deb.f86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_write_ipk_setscene.321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_write_ipk.321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_write_rpm_setscene.19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_write_rpm.19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_packagedata_setscene.78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_packagedata.78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_populate_lic_setscene.ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_populate_lic.ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_populate_sysroot_setscene.d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_populate_sysroot.d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_recipe_qa_setscene.857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_recipe_qa.857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_create_package_spdx_setscene.3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_create_package_spdx.3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_create_spdx_setscene.caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_create_spdx.caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_deploy_source_date_epoch_setscene.bec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_deploy_source_date_epoch.bec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_populate_lic_setscene.5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_populate_lic.5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_populate_sysroot_setscene.fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_populate_sysroot.fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_recipe_qa_setscene.c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_recipe_qa.c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_create_package_spdx_setscene.a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_create_package_spdx.a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_create_spdx_setscene.7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_create_spdx.7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_deploy_source_date_epoch_setscene.aa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_deploy_source_date_epoch.aa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_setscene.f711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package.f711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_qa_setscene.caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_qa.caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_write_deb_setscene.c7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_write_deb.c7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_write_ipk_setscene.49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_write_ipk.49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_write_rpm_setscene.f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_write_rpm.f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_packagedata_setscene.edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_packagedata.edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_populate_lic_setscene.5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_populate_lic.5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_populate_sysroot_setscene.93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_populate_sysroot.93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_recipe_qa_setscene.bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_recipe_qa.bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_create_package_spdx_setscene.f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_create_package_spdx.f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_create_spdx_setscene.83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_create_spdx.83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_deploy_source_date_epoch_setscene.bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_deploy_source_date_epoch.bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_setscene.0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package.0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_qa_setscene.87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_qa.87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_write_deb_setscene.e31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_write_deb.e31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_write_ipk_setscene.96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_write_ipk.96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_write_rpm_setscene.83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_write_rpm.83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_packagedata_setscene.37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_packagedata.37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_populate_lic_setscene.40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_populate_lic.40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_populate_sysroot_setscene.2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_populate_sysroot.2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_recipe_qa_setscene.41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_recipe_qa.41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_create_package_spdx_setscene.98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_create_package_spdx.98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_create_spdx_setscene.b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_create_spdx.b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_deploy_source_date_epoch_setscene.bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_deploy_source_date_epoch.bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_setscene.e3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package.e3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_qa_setscene.8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_qa.8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_write_deb_setscene.5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_write_deb.5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_write_ipk_setscene.bb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_write_ipk.bb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_write_rpm_setscene.a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_write_rpm.a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_packagedata_setscene.6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_packagedata.6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_populate_lic_setscene.40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_populate_lic.40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_populate_sysroot_setscene.bf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_populate_sysroot.bf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_recipe_qa_setscene.41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_recipe_qa.41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_create_package_spdx_setscene.055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_create_package_spdx.055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_create_spdx_setscene.3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_create_spdx.3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_deploy_source_date_epoch_setscene.3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_deploy_source_date_epoch.3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_setscene.18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package.18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_qa_setscene.b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_qa.b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_write_deb_setscene.dc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_write_deb.dc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_write_ipk_setscene.4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_write_ipk.4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_write_rpm_setscene.ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_write_rpm.ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_packagedata_setscene.6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_packagedata.6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_populate_lic_setscene.9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_populate_lic.9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_populate_sysroot_setscene.f2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_populate_sysroot.f2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_recipe_qa_setscene.55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_recipe_qa.55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_create_package_spdx_setscene.6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_create_package_spdx.6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_create_spdx_setscene.70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_create_spdx.70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_deploy_source_date_epoch_setscene.2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_deploy_source_date_epoch.2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_populate_lic_setscene.67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_populate_lic.67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_populate_sysroot_setscene.27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_populate_sysroot.27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_recipe_qa_setscene.c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_recipe_qa.c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_create_package_spdx_setscene.0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_create_package_spdx.0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_create_spdx_setscene.89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_create_spdx.89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_deploy_source_date_epoch_setscene.a4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_deploy_source_date_epoch.a4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_setscene.6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package.6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_qa_setscene.edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_qa.edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_deb_setscene.96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_deb.96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_ipk_setscene.b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_ipk.b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_rpm_setscene.6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_rpm.6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_packagedata_setscene.3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_packagedata.3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_populate_lic_setscene.b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_populate_lic.b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_populate_sysroot_setscene.d56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_populate_sysroot.d56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_recipe_qa_setscene.d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_recipe_qa.d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_create_package_spdx_setscene.67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_create_package_spdx.67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_create_spdx_setscene.b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_create_spdx.b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_deploy_source_date_epoch_setscene.85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_deploy_source_date_epoch.85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_setscene.d657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package.d657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_qa_setscene.4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_qa.4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_write_deb_setscene.734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_write_deb.734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_write_ipk_setscene.60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_write_ipk.60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_write_rpm_setscene.436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_write_rpm.436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_packagedata_setscene.f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_packagedata.f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_populate_lic_setscene.3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_populate_lic.3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_populate_sysroot_setscene.8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_populate_sysroot.8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_recipe_qa_setscene.85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_recipe_qa.85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_create_package_spdx_setscene.038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_create_package_spdx.038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_create_spdx_setscene.29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_create_spdx.29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_deploy_source_date_epoch_setscene.5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_deploy_source_date_epoch.5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_setscene.22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package.22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_qa_setscene.bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_qa.bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_write_deb_setscene.c17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_write_deb.c17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_write_ipk_setscene.afdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_write_ipk.afdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_write_rpm_setscene.fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_write_rpm.fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_packagedata_setscene.885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_packagedata.885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_populate_lic_setscene.21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_populate_lic.21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_populate_sysroot_setscene.421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_populate_sysroot.421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_recipe_qa_setscene.abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_recipe_qa.abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_stash_locale_setscene.c1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_stash_locale.c1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_package_spdx_setscene.977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_package_spdx.977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_spdx_setscene.f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_spdx.f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_deploy_source_date_epoch_setscene.ecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_deploy_source_date_epoch.ecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_lic_setscene.55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_lic.55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_sysroot_setscene.847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_sysroot.847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_recipe_qa_setscene.eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_recipe_qa.eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_image_sbom_setscene.f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_image_sbom.f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_image_spdx_setscene.0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_image_spdx.0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_package_spdx_setscene.cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_package_spdx.cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_rootfs_spdx_setscene.99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_rootfs_spdx.99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_spdx_setscene.6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_spdx.6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_deploy_source_date_epoch_setscene.976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_deploy_source_date_epoch.976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_complete_setscene.2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_complete.2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_qa_setscene.964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_qa.964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c 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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_recipe_qa_setscene.53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_recipe_qa.53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_package_spdx_setscene.98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_package_spdx.98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_spdx_setscene.7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_spdx.7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_deploy_source_date_epoch_setscene.f3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_deploy_source_date_epoch.f3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_setscene.a8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package.a8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_qa_setscene.0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_qa.0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_deb_setscene.f1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_deb.f1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_ipk_setscene.8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_ipk.8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_rpm_setscene.6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_rpm.6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_packagedata_setscene.55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_packagedata.55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_populate_lic_setscene.5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_populate_lic.5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_populate_sysroot_setscene.de3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_populate_sysroot.de3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_recipe_qa_setscene.ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_recipe_qa.ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_package_spdx_setscene.428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_package_spdx.428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_spdx_setscene.95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_spdx.95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_deploy_source_date_epoch_setscene.ac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_deploy_source_date_epoch.ac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_setscene.b329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package.b329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_qa_setscene.21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_qa.21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_deb_setscene.b077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_deb.b077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_ipk_setscene.a5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_ipk.a5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_rpm_setscene.a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_rpm.a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_packagedata_setscene.2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_packagedata.2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_populate_lic_setscene.09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_populate_lic.09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_populate_sysroot_setscene.f5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_populate_sysroot.f5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_recipe_qa_setscene.c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_recipe_qa.c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_package_spdx_setscene.f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_package_spdx.f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_spdx_setscene.69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_spdx.69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_deploy_source_date_epoch_setscene.09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_deploy_source_date_epoch.09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_setscene.75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package.75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_qa_setscene.e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_qa.e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_deb_setscene.9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_deb.9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_ipk_setscene.47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_ipk.47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_rpm_setscene.add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_rpm.add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_packagedata_setscene.052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_packagedata.052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_lic_setscene.2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_lic.2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_sysroot_setscene.13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_sysroot.13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_recipe_qa_setscene.5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_recipe_qa.5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_package_spdx_setscene.d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_package_spdx.d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_spdx_setscene.cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_spdx.cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_deploy_source_date_epoch_setscene.f487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_deploy_source_date_epoch.f487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_setscene.0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package.0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_qa_setscene.eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_qa.eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_deb_setscene.622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_deb.622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_ipk_setscene.a8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_ipk.a8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_rpm_setscene.a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_rpm.a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_packagedata_setscene.55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_packagedata.55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_lic_setscene.9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_lic.9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_sysroot_setscene.1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_sysroot.1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_recipe_qa_setscene.d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_recipe_qa.d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_create_package_spdx_setscene.c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_create_package_spdx.c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_create_spdx_setscene.bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_create_spdx.bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_deploy_source_date_epoch_setscene.0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_deploy_source_date_epoch.0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_setscene.fe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package.fe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_qa_setscene.57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_qa.57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_write_deb_setscene.52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_write_deb.52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_write_ipk_setscene.6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_write_ipk.6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_write_rpm_setscene.b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_write_rpm.b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_packagedata_setscene.5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_packagedata.5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_populate_lic_setscene.6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_populate_lic.6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_populate_sysroot_setscene.6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_populate_sysroot.6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_recipe_qa_setscene.8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_recipe_qa.8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_create_package_spdx_setscene.4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_create_package_spdx.4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_create_spdx_setscene.cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_create_spdx.cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_deploy_source_date_epoch_setscene.77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_deploy_source_date_epoch.77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_setscene.f749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package.f749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_qa_setscene.920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_qa.920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_write_deb_setscene.71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_write_deb.71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_write_ipk_setscene.a6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_write_ipk.a6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_write_rpm_setscene.9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_write_rpm.9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_packagedata_setscene.2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_packagedata.2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_populate_lic_setscene.74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_populate_lic.74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_populate_sysroot_setscene.a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_populate_sysroot.a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_recipe_qa_setscene.062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_recipe_qa.062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_create_package_spdx_setscene.30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_create_package_spdx.30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_create_spdx_setscene.21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_create_spdx.21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_deploy_source_date_epoch_setscene.eb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_deploy_source_date_epoch.eb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_setscene.58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package.58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_qa_setscene.cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_qa.cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_deb_setscene.1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_deb.1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_ipk_setscene.810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_ipk.810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_rpm_setscene.ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_rpm.ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_packagedata_setscene.04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_packagedata.04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_populate_lic_setscene.00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_populate_lic.00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_populate_sysroot_setscene.2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_populate_sysroot.2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_recipe_qa_setscene.4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_recipe_qa.4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_package_spdx_setscene.1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_package_spdx.1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_spdx_setscene.00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_spdx.00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_deploy_source_date_epoch_setscene.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_deploy_source_date_epoch.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_setscene.ce2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package.ce2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_qa_setscene.ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_qa.ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_deb_setscene.5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_deb.5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_ipk_setscene.677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_ipk.677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_rpm_setscene.651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_rpm.651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_packagedata_setscene.cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_packagedata.cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_recipe_qa_setscene.0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_recipe_qa.0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_package_spdx_setscene.95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_package_spdx.95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_spdx_setscene.7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_spdx.7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_deploy_source_date_epoch_setscene.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_deploy_source_date_epoch.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_setscene.5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package.5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_qa_setscene.6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_qa.6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_deb_setscene.5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_deb.5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_ipk_setscene.b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_ipk.b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_rpm_setscene.3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_rpm.3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_packagedata_setscene.2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_packagedata.2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_recipe_qa_setscene.54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_recipe_qa.54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_package_spdx_setscene.e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_package_spdx.e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_spdx_setscene.93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_spdx.93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_deploy_source_date_epoch_setscene.7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_deploy_source_date_epoch.7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_setscene.e44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package.e44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_qa_setscene.4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_qa.4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_deb_setscene.f847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_deb.f847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_ipk_setscene.f97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_ipk.f97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_rpm_setscene.e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_rpm.e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_packagedata_setscene.621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_packagedata.621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_populate_lic_setscene.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_populate_lic.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_recipe_qa_setscene.ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_recipe_qa.ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_package_spdx_setscene.0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_package_spdx.0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_spdx_setscene.0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_spdx.0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_deploy_source_date_epoch_setscene.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_deploy_source_date_epoch.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_setscene.4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package.4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_qa_setscene.7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_qa.7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_deb_setscene.c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_deb.c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_ipk_setscene.2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_ipk.2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_rpm_setscene.bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_rpm.bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_packagedata_setscene.8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_packagedata.8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_recipe_qa_setscene.983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_recipe_qa.983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_package_spdx_setscene.b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_package_spdx.b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_spdx_setscene.6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_spdx.6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_deploy_source_date_epoch_setscene.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_deploy_source_date_epoch.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_setscene.ff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package.ff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_qa_setscene.b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_qa.b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_deb_setscene.0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_deb.0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_ipk_setscene.844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_ipk.844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_rpm_setscene.a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_rpm.a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_packagedata_setscene.f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_packagedata.f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_recipe_qa_setscene.bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_recipe_qa.bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_package_spdx_setscene.8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_package_spdx.8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_spdx_setscene.8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_spdx.8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_deploy_source_date_epoch_setscene.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_deploy_source_date_epoch.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_setscene.76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package.76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_qa_setscene.787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_qa.787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_deb_setscene.373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_deb.373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_ipk_setscene.39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_ipk.39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_rpm_setscene.ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_rpm.ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_packagedata_setscene.860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_packagedata.860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_recipe_qa_setscene.030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_recipe_qa.030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_package_spdx_setscene.2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_package_spdx.2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_spdx_setscene.368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_spdx.368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_deploy_source_date_epoch_setscene.7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_deploy_source_date_epoch.7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_setscene.e8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package.e8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_qa_setscene.97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_qa.97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_deb_setscene.709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_deb.709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_ipk_setscene.fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_ipk.fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_rpm_setscene.bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_rpm.bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_packagedata_setscene.1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_packagedata.1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_populate_lic_setscene.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_populate_lic.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_recipe_qa_setscene.a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_recipe_qa.a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_package_spdx_setscene.80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_package_spdx.80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_spdx_setscene.fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_spdx.fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_deploy_source_date_epoch_setscene.7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_deploy_source_date_epoch.7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_setscene.c5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package.c5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_qa_setscene.f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_qa.f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_deb_setscene.8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_deb.8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_ipk_setscene.a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_ipk.a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_rpm_setscene.f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_rpm.f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_packagedata_setscene.58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_packagedata.58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_populate_lic_setscene.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_populate_lic.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_recipe_qa_setscene.9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_recipe_qa.9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_package_spdx_setscene.f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_package_spdx.f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_spdx_setscene.0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_spdx.0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_deploy_source_date_epoch_setscene.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_deploy_source_date_epoch.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_setscene.b50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package.b50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_qa_setscene.7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_qa.7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_deb_setscene.24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_deb.24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_ipk_setscene.06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_ipk.06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_rpm_setscene.0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_rpm.0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_packagedata_setscene.bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_packagedata.bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_recipe_qa_setscene.1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_recipe_qa.1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_package_spdx_setscene.1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_package_spdx.1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_spdx_setscene.451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_spdx.451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_deploy_source_date_epoch_setscene.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_deploy_source_date_epoch.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_setscene.86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package.86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_qa_setscene.5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_qa.5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_deb_setscene.a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_deb.a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_ipk_setscene.43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_ipk.43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_rpm_setscene.994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_rpm.994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_packagedata_setscene.612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_packagedata.612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_recipe_qa_setscene.9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_recipe_qa.9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_package_spdx_setscene.e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_package_spdx.e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_spdx_setscene.2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_spdx.2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_deploy_source_date_epoch_setscene.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_deploy_source_date_epoch.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_setscene.55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package.55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_qa_setscene.1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_qa.1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_deb_setscene.d8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_deb.d8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_ipk_setscene.95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_ipk.95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_rpm_setscene.dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_rpm.dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_packagedata_setscene.1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_packagedata.1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_recipe_qa_setscene.1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_recipe_qa.1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_package_spdx_setscene.1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_package_spdx.1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_spdx_setscene.cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_spdx.cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_deploy_source_date_epoch_setscene.2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_deploy_source_date_epoch.2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_setscene.2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package.2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_qa_setscene.4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_qa.4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_deb_setscene.f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_deb.f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_ipk_setscene.b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_ipk.b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_rpm_setscene.c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_rpm.c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_packagedata_setscene.1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_packagedata.1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_populate_lic_setscene.d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_populate_lic.d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_populate_sysroot_setscene.98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_populate_sysroot.98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_recipe_qa_setscene.78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_recipe_qa.78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_package_spdx_setscene.d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_package_spdx.d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_spdx_setscene.0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_spdx.0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_deploy_source_date_epoch_setscene.2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_deploy_source_date_epoch.2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_setscene.9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package.9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_qa_setscene.8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_qa.8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_deb_setscene.0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_deb.0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_ipk_setscene.864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_ipk.864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_rpm_setscene.599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_rpm.599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_packagedata_setscene.33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_packagedata.33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_lic_setscene.7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_lic.7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_sysroot_setscene.8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_sysroot.8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_recipe_qa_setscene.fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_recipe_qa.fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_package_spdx_setscene.00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_package_spdx.00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_spdx_setscene.57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_spdx.57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_deploy_source_date_epoch_setscene.bdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_deploy_source_date_epoch.bdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_setscene.83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package.83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_qa_setscene.9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_qa.9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_deb_setscene.c7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_deb.c7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_ipk_setscene.6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_ipk.6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_rpm_setscene.2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_rpm.2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_packagedata_setscene.f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_packagedata.f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_populate_lic_setscene.2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_populate_lic.2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_populate_sysroot_setscene.fc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_populate_sysroot.fc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_recipe_qa_setscene.80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_recipe_qa.80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_package_spdx_setscene.242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_package_spdx.242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_spdx_setscene.61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_spdx.61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_deploy_source_date_epoch_setscene.973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_deploy_source_date_epoch.973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_setscene.14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package.14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_qa_setscene.399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_qa.399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_deb_setscene.033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_deb.033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_ipk_setscene.fde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_ipk.fde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_rpm_setscene.2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_rpm.2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_packagedata_setscene.97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_packagedata.97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_populate_lic_setscene.2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_populate_lic.2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_populate_sysroot_setscene.91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_populate_sysroot.91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_recipe_qa_setscene.04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_recipe_qa.04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_create_package_spdx_setscene.3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_create_package_spdx.3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_create_spdx_setscene.456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_create_spdx.456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_deploy_source_date_epoch_setscene.86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_deploy_source_date_epoch.86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_setscene.425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package.425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_qa_setscene.c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_qa.c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_write_deb_setscene.046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_write_deb.046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_write_ipk_setscene.cf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_write_ipk.cf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_write_rpm_setscene.ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_write_rpm.ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_packagedata_setscene.942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_packagedata.942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_populate_lic_setscene.3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_populate_lic.3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_populate_sysroot_setscene.9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_populate_sysroot.9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_recipe_qa_setscene.eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_recipe_qa.eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_package_spdx_setscene.09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_package_spdx.09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_spdx_setscene.4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_spdx.4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_deploy_source_date_epoch_setscene.11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_deploy_source_date_epoch.11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_setscene.aa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package.aa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_qa_setscene.cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_qa.cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_deb_setscene.a290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_deb.a290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_ipk_setscene.30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_ipk.30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_rpm_setscene.54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_rpm.54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_packagedata_setscene.07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_packagedata.07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_lic_setscene.95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_lic.95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_sysroot_setscene.4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_sysroot.4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_recipe_qa_setscene.a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_recipe_qa.a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_package_spdx_setscene.0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_package_spdx.0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_spdx_setscene.35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_spdx.35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_deploy_source_date_epoch_setscene.89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_deploy_source_date_epoch.89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_setscene.fbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package.fbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_qa_setscene.211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_qa.211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_deb_setscene.7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_deb.7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_ipk_setscene.2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_ipk.2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_rpm_setscene.bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_rpm.bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_packagedata_setscene.39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_packagedata.39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_populate_lic_setscene.47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_populate_lic.47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_populate_sysroot_setscene.c6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_populate_sysroot.c6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_recipe_qa_setscene.d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_recipe_qa.d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_create_package_spdx_setscene.1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_create_package_spdx.1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_create_spdx_setscene.5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_create_spdx.5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_deploy_source_date_epoch_setscene.33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_deploy_source_date_epoch.33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_setscene.07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package.07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_qa_setscene.d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_qa.d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_write_deb_setscene.773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_write_deb.773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_write_ipk_setscene.0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_write_ipk.0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_write_rpm_setscene.f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_write_rpm.f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_packagedata_setscene.8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_packagedata.8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_populate_lic_setscene.9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_populate_lic.9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_populate_sysroot_setscene.d88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_populate_sysroot.d88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_recipe_qa_setscene.d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_recipe_qa.d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_package_spdx_setscene.ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_package_spdx.ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_spdx_setscene.3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_spdx.3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_deploy_source_date_epoch_setscene.4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_deploy_source_date_epoch.4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_setscene.0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package.0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_qa_setscene.7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_qa.7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_deb_setscene.eab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_deb.eab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_ipk_setscene.9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_ipk.9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_rpm_setscene.e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_rpm.e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_packagedata_setscene.860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_packagedata.860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_lic_setscene.817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_lic.817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_sysroot_setscene.5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_sysroot.5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_recipe_qa_setscene.2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_recipe_qa.2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_package_spdx_setscene.1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_package_spdx.1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_spdx_setscene.1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_spdx.1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_deploy_source_date_epoch_setscene.2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_deploy_source_date_epoch.2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_setscene.8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package.8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_qa_setscene.95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_qa.95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_deb_setscene.e0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_deb.e0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_ipk_setscene.27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_ipk.27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_rpm_setscene.6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_rpm.6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_packagedata_setscene.62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_packagedata.62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_lic_setscene.8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_lic.8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_sysroot_setscene.c4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_sysroot.c4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_recipe_qa_setscene.2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_recipe_qa.2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_create_package_spdx_setscene.51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_create_package_spdx.51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_create_spdx_setscene.91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_create_spdx.91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_deploy_source_date_epoch_setscene.be0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_deploy_source_date_epoch.be0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_setscene.48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package.48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_qa_setscene.7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_qa.7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_write_deb_setscene.ea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_write_deb.ea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_write_ipk_setscene.b0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_write_ipk.b0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_write_rpm_setscene.12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_write_rpm.12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_packagedata_setscene.a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_packagedata.a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_populate_lic_setscene.3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_populate_lic.3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_populate_sysroot_setscene.d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_populate_sysroot.d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_recipe_qa_setscene.c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_recipe_qa.c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_package_spdx_setscene.2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_package_spdx.2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_spdx_setscene.c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_spdx.c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_deploy_source_date_epoch_setscene.46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_deploy_source_date_epoch.46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_setscene.639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package.639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_qa_setscene.0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_qa.0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_deb_setscene.7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_deb.7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_ipk_setscene.daace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_ipk.daace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_rpm_setscene.13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_rpm.13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_packagedata_setscene.3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_packagedata.3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_populate_lic_setscene.0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_populate_lic.0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_populate_sysroot_setscene.f03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_populate_sysroot.f03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_recipe_qa_setscene.b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_recipe_qa.b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_package_spdx_setscene.823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_package_spdx.823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_spdx_setscene.e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_spdx.e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_deploy_source_date_epoch_setscene.095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_deploy_source_date_epoch.095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_setscene.fcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package.fcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_qa_setscene.2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_qa.2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_deb_setscene.5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_deb.5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_ipk_setscene.36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_ipk.36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_rpm_setscene.2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_rpm.2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_packagedata_setscene.e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_packagedata.e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_populate_lic_setscene.6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_populate_lic.6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_populate_sysroot_setscene.980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_populate_sysroot.980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_recipe_qa_setscene.e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_recipe_qa.e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_create_package_spdx_setscene.7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_create_package_spdx.7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_create_spdx_setscene.de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_create_spdx.de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_deploy_source_date_epoch_setscene.22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_deploy_source_date_epoch.22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_populate_lic_setscene.e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_populate_lic.e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_populate_sysroot_setscene.c32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_populate_sysroot.c32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_recipe_qa_setscene.7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_recipe_qa.7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_create_package_spdx_setscene.056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_create_package_spdx.056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_create_spdx_setscene.e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_create_spdx.e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_deploy_source_date_epoch_setscene.478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_deploy_source_date_epoch.478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_setscene.00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package.00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_qa_setscene.3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_qa.3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_write_deb_setscene.49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_write_deb.49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_write_ipk_setscene.8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_write_ipk.8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_write_rpm_setscene.c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_write_rpm.c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_packagedata_setscene.c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_packagedata.c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_populate_lic_setscene.4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_populate_lic.4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_populate_sysroot_setscene.775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_populate_sysroot.775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_recipe_qa_setscene.abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_recipe_qa.abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_package_spdx_setscene.cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_package_spdx.cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_spdx_setscene.5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_spdx.5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_deploy_source_date_epoch_setscene.e689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_deploy_source_date_epoch.e689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_setscene.938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package.938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_qa_setscene.e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_qa.e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_deb_setscene.6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_deb.6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_ipk_setscene.3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_ipk.3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_rpm_setscene.15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_rpm.15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_packagedata_setscene.7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_packagedata.7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_populate_lic_setscene.b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_populate_lic.b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_populate_sysroot_setscene.38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_populate_sysroot.38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_recipe_qa_setscene.f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_recipe_qa.f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_create_package_spdx_setscene.ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_create_package_spdx.ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_create_spdx_setscene.daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_create_spdx.daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_deploy_source_date_epoch_setscene.8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_deploy_source_date_epoch.8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_setscene.42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package.42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_qa_setscene.42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_qa.42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_write_deb_setscene.ed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_write_deb.ed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_write_ipk_setscene.c68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_write_ipk.c68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_write_rpm_setscene.ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_write_rpm.ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_packagedata_setscene.9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_packagedata.9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_populate_lic_setscene.1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_populate_lic.1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_populate_sysroot_setscene.9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_populate_sysroot.9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_recipe_qa_setscene.f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_recipe_qa.f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_create_package_spdx_setscene.eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_create_package_spdx.eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_create_spdx_setscene.d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_create_spdx.d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_deploy_source_date_epoch_setscene.192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_deploy_source_date_epoch.192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_setscene.a4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package.a4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_qa_setscene.2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_qa.2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_write_deb_setscene.a06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_write_deb.a06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_write_ipk_setscene.2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_write_ipk.2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_write_rpm_setscene.64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_write_rpm.64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_packagedata_setscene.37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_packagedata.37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_populate_lic_setscene.c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_populate_lic.c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_populate_sysroot_setscene.9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_populate_sysroot.9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_recipe_qa_setscene.d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_recipe_qa.d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_create_package_spdx_setscene.d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_create_package_spdx.d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_create_spdx_setscene.b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_create_spdx.b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_deploy_source_date_epoch_setscene.dc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_deploy_source_date_epoch.dc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_populate_lic_setscene.7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_populate_lic.7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_populate_sysroot_setscene.456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_populate_sysroot.456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_recipe_qa_setscene.502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_recipe_qa.502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_package_spdx_setscene.2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_package_spdx.2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_spdx_setscene.8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_spdx.8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_deploy_source_date_epoch_setscene.3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_deploy_source_date_epoch.3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_setscene.fa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package.fa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_qa_setscene.e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_qa.e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_deb_setscene.300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_deb.300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_ipk_setscene.0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_ipk.0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_rpm_setscene.5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_rpm.5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_packagedata_setscene.7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_packagedata.7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_populate_lic_setscene.38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_populate_lic.38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_populate_sysroot_setscene.0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_populate_sysroot.0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_recipe_qa_setscene.76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_recipe_qa.76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_package_spdx_setscene.5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_package_spdx.5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_spdx_setscene.924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_spdx.924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_deploy_source_date_epoch_setscene.d7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_deploy_source_date_epoch.d7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_setscene.b5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package.b5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_qa_setscene.954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_qa.954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_deb_setscene.14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_deb.14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_ipk_setscene.5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_ipk.5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_rpm_setscene.e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_rpm.e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_packagedata_setscene.451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_packagedata.451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_lic_setscene.bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_lic.bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_sysroot_setscene.4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_sysroot.4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_recipe_qa_setscene.02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_recipe_qa.02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_package_spdx_setscene.1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_package_spdx.1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_spdx_setscene.b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_spdx.b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_deploy_source_date_epoch_setscene.19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_deploy_source_date_epoch.19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_setscene.6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package.6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_qa_setscene.9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_qa.9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_deb_setscene.21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_deb.21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_ipk_setscene.565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_ipk.565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_rpm_setscene.b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_rpm.b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_packagedata_setscene.d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_packagedata.d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_populate_lic_setscene.deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_populate_lic.deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_populate_sysroot_setscene.535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_populate_sysroot.535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_recipe_qa_setscene.b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_recipe_qa.b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_create_package_spdx_setscene.19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_create_package_spdx.19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_create_spdx_setscene.7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_create_spdx.7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_deploy_source_date_epoch_setscene.94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_deploy_source_date_epoch.94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_setscene.4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package.4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_qa_setscene.4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_qa.4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_deb_setscene.f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_deb.f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_ipk_setscene.0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_ipk.0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_rpm_setscene.6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_rpm.6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_packagedata_setscene.c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_packagedata.c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_populate_lic_setscene.20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_populate_lic.20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_populate_sysroot_setscene.726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_populate_sysroot.726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_recipe_qa_setscene.92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_recipe_qa.92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_package_spdx_setscene.f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_package_spdx.f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_spdx_setscene.39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_spdx.39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_deploy_source_date_epoch_setscene.31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_deploy_source_date_epoch.31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_setscene.d39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package.d39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_qa_setscene.50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_qa.50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_deb_setscene.56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_deb.56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_ipk_setscene.9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_ipk.9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_rpm_setscene.30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_rpm.30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_packagedata_setscene.2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_packagedata.2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_populate_lic_setscene.60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_populate_lic.60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_populate_sysroot_setscene.65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_populate_sysroot.65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_recipe_qa_setscene.d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_recipe_qa.d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_package_spdx_setscene.d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_package_spdx.d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_spdx_setscene.c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_spdx.c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_deploy_source_date_epoch_setscene.00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_deploy_source_date_epoch.00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_setscene.3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package.3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_qa_setscene.54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_qa.54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_deb_setscene.1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_deb.1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_ipk_setscene.e4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_ipk.e4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_rpm_setscene.088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_rpm.088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_packagedata_setscene.44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_packagedata.44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_lic_setscene.1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_lic.1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_sysroot_setscene.b04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_sysroot.b04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_recipe_qa_setscene.7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_recipe_qa.7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_create_package_spdx_setscene.ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_create_package_spdx.ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_create_spdx_setscene.8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_create_spdx.8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_deploy_source_date_epoch_setscene.e3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_deploy_source_date_epoch.e3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_setscene.9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package.9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_qa_setscene.9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_qa.9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_write_deb_setscene.0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_write_deb.0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_write_ipk_setscene.d5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_write_ipk.d5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_write_rpm_setscene.bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_write_rpm.bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_packagedata_setscene.d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_packagedata.d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_populate_lic_setscene.3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_populate_lic.3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_populate_sysroot_setscene.4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_populate_sysroot.4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_recipe_qa_setscene.64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_recipe_qa.64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_package_spdx_setscene.b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_package_spdx.b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_spdx_setscene.f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_spdx.f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_deploy_source_date_epoch_setscene.d7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_deploy_source_date_epoch.d7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_setscene.52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package.52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_qa_setscene.6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_qa.6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_deb_setscene.206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_deb.206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_ipk_setscene.40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_ipk.40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_rpm_setscene.4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_rpm.4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_packagedata_setscene.4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_packagedata.4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_populate_lic_setscene.7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_populate_lic.7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_populate_sysroot_setscene.ae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_populate_sysroot.ae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_recipe_qa_setscene.9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_recipe_qa.9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_package_spdx_setscene.4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_package_spdx.4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_spdx_setscene.fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_spdx.fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_deploy_source_date_epoch_setscene.ff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_deploy_source_date_epoch.ff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_setscene.3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package.3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_qa_setscene.a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_qa.a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_deb_setscene.9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_deb.9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_ipk_setscene.f006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_ipk.f006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_rpm_setscene.6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_rpm.6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_packagedata_setscene.7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_packagedata.7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_lic_setscene.c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_lic.c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_sysroot_setscene.c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_sysroot.c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_recipe_qa_setscene.9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_recipe_qa.9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_package_spdx_setscene.66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_package_spdx.66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_spdx_setscene.3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_spdx.3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_deploy_source_date_epoch_setscene.6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_deploy_source_date_epoch.6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_setscene.1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package.1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_qa_setscene.64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_qa.64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_deb_setscene.9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_deb.9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_ipk_setscene.14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_ipk.14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_rpm_setscene.a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_rpm.a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_packagedata_setscene.1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_packagedata.1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_lic_setscene.9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_lic.9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_sysroot_setscene.52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_sysroot.52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_recipe_qa_setscene.d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_recipe_qa.d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_create_package_spdx_setscene.0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_create_package_spdx.0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_create_spdx_setscene.8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_create_spdx.8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_deploy_source_date_epoch_setscene.af14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_deploy_source_date_epoch.af14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_setscene.3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package.3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_qa_setscene.407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_qa.407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_write_deb_setscene.8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_write_deb.8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_write_ipk_setscene.10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_write_ipk.10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_write_rpm_setscene.9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_write_rpm.9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_packagedata_setscene.404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_packagedata.404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_populate_lic_setscene.49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_populate_lic.49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_populate_sysroot_setscene.67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_populate_sysroot.67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_recipe_qa_setscene.1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_recipe_qa.1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_create_package_spdx_setscene.db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_create_package_spdx.db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_create_spdx_setscene.5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_create_spdx.5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_deploy_source_date_epoch_setscene.18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_deploy_source_date_epoch.18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_gcc_stash_builddir_setscene.8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_gcc_stash_builddir.8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_populate_lic_setscene.b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_populate_lic.b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_populate_sysroot_setscene.fec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_populate_sysroot.fec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_recipe_qa_setscene.da374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_recipe_qa.da374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_create_package_spdx_setscene.e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_create_package_spdx.e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_create_spdx_setscene.b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_create_spdx.b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_deploy_source_date_epoch_setscene.a9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_deploy_source_date_epoch.a9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_setscene.cb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package.cb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_qa_setscene.c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_qa.c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_write_deb_setscene.01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_write_deb.01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_write_ipk_setscene.490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_write_ipk.490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_write_rpm_setscene.51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_write_rpm.51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_packagedata_setscene.b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_packagedata.b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_populate_lic_setscene.962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_populate_lic.962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_populate_sysroot_setscene.68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_populate_sysroot.68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_recipe_qa_setscene.6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_recipe_qa.6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_create_package_spdx_setscene.0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_create_package_spdx.0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_create_spdx_setscene.bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_create_spdx.bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_deploy_source_date_epoch_setscene.e86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_deploy_source_date_epoch.e86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_setscene.04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package.04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_qa_setscene.6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_qa.6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_write_deb_setscene.23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_write_deb.23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_write_ipk_setscene.26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_write_ipk.26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_write_rpm_setscene.2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_write_rpm.2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_packagedata_setscene.9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_packagedata.9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_populate_lic_setscene.52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_populate_lic.52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_populate_sysroot_setscene.d3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_populate_sysroot.d3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_recipe_qa_setscene.7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_recipe_qa.7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_create_package_spdx_setscene.68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_create_package_spdx.68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_create_spdx_setscene.81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_create_spdx.81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_deploy_source_date_epoch_setscene.42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_deploy_source_date_epoch.42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_recipe_qa_setscene.92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_recipe_qa.92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_create_package_spdx_setscene.40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_create_package_spdx.40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_create_spdx_setscene.8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_create_spdx.8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_deploy_source_date_epoch_setscene.2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_deploy_source_date_epoch.2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_setscene.986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package.986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_qa_setscene.9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_qa.9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_write_deb_setscene.feb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_write_deb.feb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_write_ipk_setscene.66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_write_ipk.66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_write_rpm_setscene.880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_write_rpm.880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_packagedata_setscene.2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_packagedata.2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_populate_lic_setscene.4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_populate_lic.4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_populate_sysroot_setscene.4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_populate_sysroot.4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_recipe_qa_setscene.aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_recipe_qa.aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_create_package_spdx_setscene.cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_create_package_spdx.cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_create_spdx_setscene.4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_create_spdx.4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_deploy_source_date_epoch_setscene.8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_deploy_source_date_epoch.8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_populate_lic_setscene.962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_populate_lic.962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_populate_sysroot_setscene.f90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_populate_sysroot.f90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_recipe_qa_setscene.aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_recipe_qa.aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_create_package_spdx_setscene.faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_create_package_spdx.faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_create_spdx_setscene.e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_create_spdx.e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_deploy_source_date_epoch_setscene.c841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_deploy_source_date_epoch.c841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_setscene.92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package.92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_qa_setscene.a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_qa.a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_write_deb_setscene.ad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_write_deb.ad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_write_ipk_setscene.221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_write_ipk.221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_write_rpm_setscene.2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_write_rpm.2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_packagedata_setscene.8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_packagedata.8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_populate_lic_setscene.4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_populate_lic.4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_populate_sysroot_setscene.8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_populate_sysroot.8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_recipe_qa_setscene.aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_recipe_qa.aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_create_package_spdx_setscene.3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_create_package_spdx.3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_create_spdx_setscene.f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_create_spdx.f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_deploy_source_date_epoch_setscene.7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_deploy_source_date_epoch.7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_setscene.06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package.06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_qa_setscene.d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_qa.d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_write_deb_setscene.00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_write_deb.00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_write_ipk_setscene.c2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_write_ipk.c2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_write_rpm_setscene.ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_write_rpm.ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_packagedata_setscene.877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_packagedata.877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_populate_lic_setscene.b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_populate_lic.b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_populate_sysroot_setscene.9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_populate_sysroot.9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_recipe_qa_setscene.a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_recipe_qa.a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_create_package_spdx_setscene.401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_create_package_spdx.401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_create_spdx_setscene.72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_create_spdx.72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_deploy_source_date_epoch_setscene.145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_deploy_source_date_epoch.145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_setscene.b489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package.b489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_qa_setscene.eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_qa.eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_write_deb_setscene.ae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_write_deb.ae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_write_ipk_setscene.c21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_write_ipk.c21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_write_rpm_setscene.10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_write_rpm.10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_packagedata_setscene.1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_packagedata.1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_populate_lic_setscene.9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_populate_lic.9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_populate_sysroot_setscene.5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_populate_sysroot.5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_recipe_qa_setscene.3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_recipe_qa.3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_create_package_spdx_setscene.87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_create_package_spdx.87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_create_spdx_setscene.397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_create_spdx.397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_deploy_source_date_epoch_setscene.24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_deploy_source_date_epoch.24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_populate_lic_setscene.cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_populate_lic.cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_populate_sysroot_setscene.5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_populate_sysroot.5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_recipe_qa_setscene.803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_recipe_qa.803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_create_package_spdx_setscene.78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_create_package_spdx.78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_create_spdx_setscene.19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_create_spdx.19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_deploy_source_date_epoch_setscene.cc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_deploy_source_date_epoch.cc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_populate_lic_setscene.7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_populate_lic.7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_populate_sysroot_setscene.f92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_populate_sysroot.f92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_recipe_qa_setscene.8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_recipe_qa.8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_create_package_spdx_setscene.a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_create_package_spdx.a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_create_spdx_setscene.7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_create_spdx.7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_deploy_source_date_epoch_setscene.3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_deploy_source_date_epoch.3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_setscene.98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package.98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_qa_setscene.71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_qa.71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_write_deb_setscene.1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_write_deb.1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_write_ipk_setscene.890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_write_ipk.890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_write_rpm_setscene.8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_write_rpm.8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_packagedata_setscene.7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_packagedata.7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_populate_lic_setscene.d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_populate_lic.d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_populate_sysroot_setscene.2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_populate_sysroot.2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_recipe_qa_setscene.ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_recipe_qa.ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_package_spdx_setscene.0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_package_spdx.0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_spdx_setscene.91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_spdx.91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_deploy_source_date_epoch_setscene.5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_deploy_source_date_epoch.5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_setscene.4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package.4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_qa_setscene.8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_qa.8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_deb_setscene.a09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_deb.a09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_ipk_setscene.9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_ipk.9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_rpm_setscene.6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_rpm.6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_packagedata_setscene.3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_packagedata.3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_lic_setscene.4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_lic.4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_sysroot_setscene.be206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_sysroot.be206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_recipe_qa_setscene.1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_recipe_qa.1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_create_package_spdx_setscene.993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_create_package_spdx.993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_create_spdx_setscene.f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_create_spdx.f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_deploy_source_date_epoch_setscene.2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_deploy_source_date_epoch.2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_setscene.61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package.61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_qa_setscene.cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_qa.cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_write_deb_setscene.58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_write_deb.58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_write_ipk_setscene.5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_write_ipk.5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_write_rpm_setscene.255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_write_rpm.255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_packagedata_setscene.974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_packagedata.974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_populate_lic_setscene.b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_populate_lic.b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_populate_sysroot_setscene.9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_populate_sysroot.9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_recipe_qa_setscene.765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_recipe_qa.765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_create_package_spdx_setscene.6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_create_package_spdx.6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_create_spdx_setscene.0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_create_spdx.0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_deploy_source_date_epoch_setscene.390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_deploy_source_date_epoch.390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_setscene.7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package.7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_qa_setscene.d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_qa.d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_write_deb_setscene.04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_write_deb.04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_write_ipk_setscene.40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_write_ipk.40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_write_rpm_setscene.e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_write_rpm.e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_packagedata_setscene.eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_packagedata.eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_populate_lic_setscene.cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_populate_lic.cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_populate_sysroot_setscene.e8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_populate_sysroot.e8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_recipe_qa_setscene.9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_recipe_qa.9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_create_package_spdx_setscene.0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_create_package_spdx.0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_create_spdx_setscene.0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_create_spdx.0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_deploy_source_date_epoch_setscene.2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_deploy_source_date_epoch.2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_setscene.fe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package.fe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_qa_setscene.809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_qa.809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_write_deb_setscene.fc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_write_deb.fc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_write_ipk_setscene.ab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_write_ipk.ab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_write_rpm_setscene.b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_write_rpm.b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_packagedata_setscene.2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_packagedata.2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_populate_lic_setscene.2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_populate_lic.2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_populate_sysroot_setscene.9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_populate_sysroot.9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_recipe_qa_setscene.12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_recipe_qa.12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_package_spdx_setscene.b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_package_spdx.b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_spdx_setscene.30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_spdx.30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_deploy_source_date_epoch_setscene.4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_deploy_source_date_epoch.4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_setscene.d446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package.d446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_qa_setscene.cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_qa.cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_deb_setscene.e9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_deb.e9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_ipk_setscene.91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_ipk.91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_rpm_setscene.1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_rpm.1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_packagedata_setscene.668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_packagedata.668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_lic_setscene.95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_lic.95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_sysroot_setscene.e6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_sysroot.e6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_recipe_qa_setscene.3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_recipe_qa.3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_create_package_spdx_setscene.15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_create_package_spdx.15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_create_spdx_setscene.a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_create_spdx.a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_deploy_source_date_epoch_setscene.7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_deploy_source_date_epoch.7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_setscene.2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package.2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_qa_setscene.eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_qa.eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_write_deb_setscene.9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_write_deb.9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_write_ipk_setscene.54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_write_ipk.54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_write_rpm_setscene.6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_write_rpm.6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_packagedata_setscene.2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_packagedata.2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_populate_lic_setscene.59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_populate_lic.59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_populate_sysroot_setscene.299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_populate_sysroot.299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_recipe_qa_setscene.c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_recipe_qa.c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_create_package_spdx_setscene.7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_create_package_spdx.7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_create_spdx_setscene.d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_create_spdx.d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_deploy_source_date_epoch_setscene.b3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_deploy_source_date_epoch.b3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_populate_lic_setscene.745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_populate_lic.745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_populate_sysroot_setscene.5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_populate_sysroot.5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_recipe_qa_setscene.399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_recipe_qa.399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_create_package_spdx_setscene.85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_create_package_spdx.85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_create_spdx_setscene.2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_create_spdx.2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_deploy_source_date_epoch_setscene.b20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_deploy_source_date_epoch.b20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_populate_lic_setscene.10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_populate_lic.10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_populate_sysroot_setscene.e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_populate_sysroot.e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_recipe_qa_setscene.924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_recipe_qa.924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_create_package_spdx_setscene.bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_create_package_spdx.bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_create_spdx_setscene.0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_create_spdx.0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_deploy_source_date_epoch_setscene.a6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_deploy_source_date_epoch.a6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_setscene.d2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package.d2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_qa_setscene.40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_qa.40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_write_deb_setscene.9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_write_deb.9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_write_ipk_setscene.53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_write_ipk.53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_write_rpm_setscene.f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_write_rpm.f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_packagedata_setscene.175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_packagedata.175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_populate_lic_setscene.350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_populate_lic.350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_populate_sysroot_setscene.46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_populate_sysroot.46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_recipe_qa_setscene.43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_recipe_qa.43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_package_spdx_setscene.41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_package_spdx.41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_spdx_setscene.966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_spdx.966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_deploy_source_date_epoch_setscene.b098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_deploy_source_date_epoch.b098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_setscene.e6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package.e6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_qa_setscene.a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_qa.a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_deb_setscene.8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_deb.8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_ipk_setscene.3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_ipk.3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_rpm_setscene.afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_rpm.afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_packagedata_setscene.080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_packagedata.080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_lic_setscene.f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_lic.f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_sysroot_setscene.6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_sysroot.6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_recipe_qa_setscene.fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_recipe_qa.fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_package_spdx_setscene.36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_package_spdx.36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_spdx_setscene.d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_spdx.d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_deploy_source_date_epoch_setscene.f4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_deploy_source_date_epoch.f4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_lic_setscene.1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_lic.1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_sysroot_setscene.618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_sysroot.618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_recipe_qa_setscene.02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_recipe_qa.02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_package_spdx_setscene.e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_package_spdx.e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_spdx_setscene.8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_spdx.8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_deploy_source_date_epoch_setscene.b2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_deploy_source_date_epoch.b2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_setscene.b2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package.b2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_qa_setscene.84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_qa.84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_deb_setscene.023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_deb.023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_ipk_setscene.5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_ipk.5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_rpm_setscene.3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_rpm.3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_packagedata_setscene.0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_packagedata.0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_populate_lic_setscene.adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_populate_lic.adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_populate_sysroot_setscene.a6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_populate_sysroot.a6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_recipe_qa_setscene.2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_recipe_qa.2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_package_spdx_setscene.99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_package_spdx.99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_spdx_setscene.06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_spdx.06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_deploy_source_date_epoch_setscene.ca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_deploy_source_date_epoch.ca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_setscene.5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package.5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_qa_setscene.09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_qa.09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_deb_setscene.f9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_deb.f9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_ipk_setscene.401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_ipk.401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_rpm_setscene.c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_rpm.c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_packagedata_setscene.2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_packagedata.2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_populate_lic_setscene.1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_populate_lic.1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_populate_sysroot_setscene.ab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_populate_sysroot.ab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_recipe_qa_setscene.f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_recipe_qa.f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_package_spdx_setscene.ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_package_spdx.ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_spdx_setscene.cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_spdx.cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_deploy_source_date_epoch_setscene.27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_deploy_source_date_epoch.27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_setscene.a82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package.a82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_qa_setscene.77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_qa.77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_deb_setscene.121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_deb.121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_ipk_setscene.a52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_ipk.a52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_rpm_setscene.8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_rpm.8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_packagedata_setscene.a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_packagedata.a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_populate_lic_setscene.76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_populate_lic.76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_populate_sysroot_setscene.bd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_populate_sysroot.bd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_recipe_qa_setscene.98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_recipe_qa.98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_package_spdx_setscene.e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_package_spdx.e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_spdx_setscene.b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_spdx.b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_deploy_source_date_epoch_setscene.52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_deploy_source_date_epoch.52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_setscene.db47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package.db47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_qa_setscene.d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_qa.d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_deb_setscene.e6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_deb.e6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_ipk_setscene.d3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_ipk.d3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_rpm_setscene.6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_rpm.6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_packagedata_setscene.dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_packagedata.dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_lic_setscene.922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_lic.922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_sysroot_setscene.62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_sysroot.62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_recipe_qa_setscene.a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_recipe_qa.a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_create_package_spdx_setscene.5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_create_package_spdx.5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_create_spdx_setscene.9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_create_spdx.9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_deploy_source_date_epoch_setscene.6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_deploy_source_date_epoch.6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_setscene.269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package.269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_qa_setscene.988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_qa.988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_write_deb_setscene.c4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_write_deb.c4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_write_ipk_setscene.ea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_write_ipk.ea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_write_rpm_setscene.d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_write_rpm.d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_packagedata_setscene.4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_packagedata.4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_populate_lic_setscene.b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_populate_lic.b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_populate_sysroot_setscene.b003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_populate_sysroot.b003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_recipe_qa_setscene.0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_recipe_qa.0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_package_spdx_setscene.db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_package_spdx.db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_spdx_setscene.60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_spdx.60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_deploy_source_date_epoch_setscene.b7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_deploy_source_date_epoch.b7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_setscene.a5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package.a5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_qa_setscene.fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_qa.fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_deb_setscene.a1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_deb.a1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_ipk_setscene.38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_ipk.38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_rpm_setscene.18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_rpm.18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_packagedata_setscene.d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_packagedata.d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_populate_lic_setscene.23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_populate_lic.23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_populate_sysroot_setscene.8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_populate_sysroot.8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_recipe_qa_setscene.70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_recipe_qa.70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_package_spdx_setscene.feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_package_spdx.feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_spdx_setscene.b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_spdx.b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_deploy_source_date_epoch_setscene.cdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_deploy_source_date_epoch.cdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_setscene.c2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package.c2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_qa_setscene.1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_qa.1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_deb_setscene.ee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_deb.ee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_ipk_setscene.1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_ipk.1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_rpm_setscene.c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_rpm.c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_packagedata_setscene.9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_packagedata.9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_lic_setscene.2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_lic.2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_sysroot_setscene.5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_sysroot.5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_recipe_qa_setscene.e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_recipe_qa.e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_package_spdx_setscene.54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_package_spdx.54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_spdx_setscene.220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_spdx.220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_deploy_source_date_epoch_setscene.2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_deploy_source_date_epoch.2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_setscene.617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package.617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_qa_setscene.3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_qa.3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_deb_setscene.22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_deb.22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_ipk_setscene.9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_ipk.9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_rpm_setscene.d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_rpm.d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_packagedata_setscene.afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_packagedata.afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_populate_lic_setscene.d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_populate_lic.d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_populate_sysroot_setscene.c1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_populate_sysroot.c1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_recipe_qa_setscene.1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_recipe_qa.1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_package_spdx_setscene.97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_package_spdx.97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_spdx_setscene.d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_spdx.d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_deploy_source_date_epoch_setscene.0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_deploy_source_date_epoch.0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_setscene.604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package.604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_qa_setscene.a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_qa.a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_deb_setscene.e8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_deb.e8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_ipk_setscene.67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_ipk.67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_rpm_setscene.02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_rpm.02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_packagedata_setscene.655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_packagedata.655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_populate_lic_setscene.c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_populate_lic.c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_populate_sysroot_setscene.c2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_populate_sysroot.c2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_recipe_qa_setscene.7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_recipe_qa.7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_package_spdx_setscene.b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_package_spdx.b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_spdx_setscene.ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_spdx.ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_deploy_source_date_epoch_setscene.8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_deploy_source_date_epoch.8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_setscene.dc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package.dc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_qa_setscene.c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_qa.c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_deb_setscene.4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_deb.4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_ipk_setscene.503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_ipk.503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_rpm_setscene.90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_rpm.90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_packagedata_setscene.46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_packagedata.46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_populate_lic_setscene.ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_populate_lic.ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_populate_sysroot_setscene.3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_populate_sysroot.3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_recipe_qa_setscene.7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_recipe_qa.7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_package_spdx_setscene.9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_package_spdx.9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_spdx_setscene.18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_spdx.18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_deploy_source_date_epoch_setscene.caf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_deploy_source_date_epoch.caf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_setscene.dcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package.dcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_qa_setscene.c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_qa.c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_deb_setscene.db86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_deb.db86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_ipk_setscene.b71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_ipk.b71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_rpm_setscene.3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_rpm.3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_packagedata_setscene.9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_packagedata.9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_populate_lic_setscene.b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_populate_lic.b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_populate_sysroot_setscene.ce51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_populate_sysroot.ce51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_recipe_qa_setscene.085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_recipe_qa.085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_create_package_spdx_setscene.8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_create_package_spdx.8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_create_spdx_setscene.8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_create_spdx.8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_deploy_source_date_epoch_setscene.13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_deploy_source_date_epoch.13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_setscene.9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package.9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_qa_setscene.f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_qa.f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_write_deb_setscene.9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_write_deb.9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_write_ipk_setscene.8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_write_ipk.8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_write_rpm_setscene.72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_write_rpm.72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_packagedata_setscene.c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_packagedata.c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_populate_lic_setscene.8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_populate_lic.8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_populate_sysroot_setscene.a46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_populate_sysroot.a46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_recipe_qa_setscene.7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_recipe_qa.7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_create_package_spdx_setscene.31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_create_package_spdx.31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_create_spdx_setscene.a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_create_spdx.a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_deploy_source_date_epoch_setscene.563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_deploy_source_date_epoch.563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_setscene.47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package.47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_qa_setscene.bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_qa.bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_write_deb_setscene.0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_write_deb.0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_write_ipk_setscene.e5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_write_ipk.e5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_write_rpm_setscene.f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_write_rpm.f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_packagedata_setscene.ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_packagedata.ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_populate_lic_setscene.d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_populate_lic.d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_populate_sysroot_setscene.2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_populate_sysroot.2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_recipe_qa_setscene.f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_recipe_qa.f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_create_package_spdx_setscene.0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_create_package_spdx.0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_create_spdx_setscene.2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_create_spdx.2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_deploy_source_date_epoch_setscene.c869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_deploy_source_date_epoch.c869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_setscene.edc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package.edc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_qa_setscene.7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_qa.7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_write_deb_setscene.cea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_write_deb.cea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_write_ipk_setscene.4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_write_ipk.4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_write_rpm_setscene.b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_write_rpm.b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_packagedata_setscene.404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_packagedata.404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_populate_lic_setscene.7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_populate_lic.7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_populate_sysroot_setscene.1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_populate_sysroot.1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_recipe_qa_setscene.2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_recipe_qa.2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_package_spdx_setscene.5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_package_spdx.5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_spdx_setscene.f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_spdx.f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_deploy_source_date_epoch_setscene.2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_deploy_source_date_epoch.2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_setscene.1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package.1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_qa_setscene.49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_qa.49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_deb_setscene.cd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_deb.cd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_ipk_setscene.1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_ipk.1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_rpm_setscene.00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_rpm.00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_packagedata_setscene.c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_packagedata.c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_populate_lic_setscene.9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_populate_lic.9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_populate_sysroot_setscene.0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_populate_sysroot.0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_recipe_qa_setscene.8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_recipe_qa.8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_package_spdx_setscene.ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_package_spdx.ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_spdx_setscene.ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_spdx.ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_deploy_source_date_epoch_setscene.d454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_deploy_source_date_epoch.d454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_setscene.a3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package.a3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_qa_setscene.d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_qa.d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_deb_setscene.215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_deb.215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_ipk_setscene.5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_ipk.5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_rpm_setscene.9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_rpm.9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_packagedata_setscene.6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_packagedata.6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_lic_setscene.60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_lic.60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_sysroot_setscene.191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_sysroot.191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_recipe_qa_setscene.91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_recipe_qa.91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_create_package_spdx_setscene.f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_create_package_spdx.f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_create_spdx_setscene.2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_create_spdx.2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_deploy_source_date_epoch_setscene.191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_deploy_source_date_epoch.191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_setscene.87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package.87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_qa_setscene.8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_qa.8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_write_deb_setscene.f7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_write_deb.f7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_write_ipk_setscene.46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_write_ipk.46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_write_rpm_setscene.7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_write_rpm.7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_packagedata_setscene.28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_packagedata.28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_populate_lic_setscene.1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_populate_lic.1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_populate_sysroot_setscene.f36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_populate_sysroot.f36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_recipe_qa_setscene.a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_recipe_qa.a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_create_package_spdx_setscene.220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_create_package_spdx.220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_create_spdx_setscene.cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_create_spdx.cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_deploy_source_date_epoch_setscene.a0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_deploy_source_date_epoch.a0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_setscene.c00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package.c00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_qa_setscene.1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_qa.1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_write_deb_setscene.3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_write_deb.3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_write_ipk_setscene.343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_write_ipk.343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_write_rpm_setscene.2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_write_rpm.2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_packagedata_setscene.d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_packagedata.d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_populate_lic_setscene.e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_populate_lic.e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_populate_sysroot_setscene.0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_populate_sysroot.0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_recipe_qa_setscene.354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_recipe_qa.354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_create_package_spdx_setscene.5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_create_package_spdx.5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_create_spdx_setscene.bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_create_spdx.bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_deploy_source_date_epoch_setscene.36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_deploy_source_date_epoch.36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_setscene.6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package.6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_qa_setscene.8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_qa.8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_write_deb_setscene.f6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_write_deb.f6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_write_ipk_setscene.fd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_write_ipk.fd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_write_rpm_setscene.6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_write_rpm.6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_packagedata_setscene.4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_packagedata.4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_populate_lic_setscene.edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_populate_lic.edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_populate_sysroot_setscene.3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_populate_sysroot.3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_recipe_qa_setscene.9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_recipe_qa.9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_create_package_spdx_setscene.7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_create_package_spdx.7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_create_spdx_setscene.59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_create_spdx.59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_deploy_source_date_epoch_setscene.da29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_deploy_source_date_epoch.da29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_setscene.80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package.80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_qa_setscene.82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_qa.82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_write_deb_setscene.0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_write_deb.0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_write_ipk_setscene.e65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_write_ipk.e65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_write_rpm_setscene.705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_write_rpm.705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_packagedata_setscene.00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_packagedata.00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_populate_lic_setscene.7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_populate_lic.7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_populate_sysroot_setscene.9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_populate_sysroot.9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_recipe_qa_setscene.f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_recipe_qa.f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_create_package_spdx_setscene.a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_create_package_spdx.a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_create_spdx_setscene.32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_create_spdx.32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_deploy_source_date_epoch_setscene.78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_deploy_source_date_epoch.78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_setscene.a656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package.a656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_qa_setscene.3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_qa.3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_write_deb_setscene.7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_write_deb.7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_write_ipk_setscene.1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_write_ipk.1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_write_rpm_setscene.285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_write_rpm.285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_packagedata_setscene.e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_packagedata.e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_populate_lic_setscene.7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_populate_lic.7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_populate_sysroot_setscene.8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_populate_sysroot.8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_recipe_qa_setscene.4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_recipe_qa.4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_package_spdx_setscene.ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_package_spdx.ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_spdx_setscene.500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_spdx.500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_deploy_source_date_epoch_setscene.40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_deploy_source_date_epoch.40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_setscene.c898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package.c898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_qa_setscene.f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_qa.f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_deb_setscene.a4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_deb.a4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_ipk_setscene.94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_ipk.94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_rpm_setscene.ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_rpm.ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_packagedata_setscene.d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_packagedata.d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_populate_lic_setscene.e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_populate_lic.e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_populate_sysroot_setscene.3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_populate_sysroot.3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_recipe_qa_setscene.c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_recipe_qa.c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_create_package_spdx_setscene.ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_create_package_spdx.ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_create_spdx_setscene.4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_create_spdx.4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_deploy_source_date_epoch_setscene.2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_deploy_source_date_epoch.2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_setscene.e1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package.e1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_qa_setscene.81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_qa.81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_write_deb_setscene.f88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_write_deb.f88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_write_ipk_setscene.19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_write_ipk.19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_write_rpm_setscene.16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_write_rpm.16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_packagedata_setscene.493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_packagedata.493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_populate_lic_setscene.b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_populate_lic.b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_populate_sysroot_setscene.70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_populate_sysroot.70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_recipe_qa_setscene.c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_recipe_qa.c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_package_spdx_setscene.0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_package_spdx.0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_spdx_setscene.45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_spdx.45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_deploy_source_date_epoch_setscene.e3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_deploy_source_date_epoch.e3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_setscene.f355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package.f355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_qa_setscene.6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_qa.6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_deb_setscene.8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_deb.8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_ipk_setscene.93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_ipk.93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_rpm_setscene.8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_rpm.8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_packagedata_setscene.6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_packagedata.6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_populate_lic_setscene.0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_populate_lic.0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_populate_sysroot_setscene.39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_populate_sysroot.39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_recipe_qa_setscene.3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_recipe_qa.3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_create_package_spdx_setscene.91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_create_package_spdx.91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_create_spdx_setscene.fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_create_spdx.fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_deploy_source_date_epoch_setscene.96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_deploy_source_date_epoch.96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_setscene.cca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package.cca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_qa_setscene.12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_qa.12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_write_deb_setscene.7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_write_deb.7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_write_ipk_setscene.612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_write_ipk.612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_write_rpm_setscene.20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_write_rpm.20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_packagedata_setscene.03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_packagedata.03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_populate_lic_setscene.d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_populate_lic.d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_populate_sysroot_setscene.f06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_populate_sysroot.f06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_recipe_qa_setscene.9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_recipe_qa.9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_create_package_spdx_setscene.d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_create_package_spdx.d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_create_spdx_setscene.6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_create_spdx.6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_deploy_source_date_epoch_setscene.8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_deploy_source_date_epoch.8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_setscene.cd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package.cd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_qa_setscene.2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_qa.2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_write_deb_setscene.8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_write_deb.8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_write_ipk_setscene.fa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_write_ipk.fa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_write_rpm_setscene.debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_write_rpm.debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_packagedata_setscene.78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_packagedata.78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_populate_lic_setscene.b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_populate_lic.b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_populate_sysroot_setscene.876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_populate_sysroot.876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_recipe_qa_setscene.62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_recipe_qa.62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_create_package_spdx_setscene.e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_create_package_spdx.e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_create_spdx_setscene.78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_create_spdx.78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_deploy_source_date_epoch_setscene.26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_deploy_source_date_epoch.26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_setscene.82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package.82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_qa_setscene.e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_qa.e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_write_deb_setscene.698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_write_deb.698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_write_ipk_setscene.4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_write_ipk.4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_write_rpm_setscene.b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_write_rpm.b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_packagedata_setscene.7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_packagedata.7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_populate_lic_setscene.37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_populate_lic.37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_populate_sysroot_setscene.a0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_populate_sysroot.a0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_recipe_qa_setscene.a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_recipe_qa.a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_create_package_spdx_setscene.1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_create_package_spdx.1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_create_spdx_setscene.8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_create_spdx.8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_deploy_source_date_epoch_setscene.38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_deploy_source_date_epoch.38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_setscene.d4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package.d4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_qa_setscene.4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_qa.4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_write_deb_setscene.ae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_write_deb.ae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_write_ipk_setscene.f883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_write_ipk.f883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_write_rpm_setscene.16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_write_rpm.16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_packagedata_setscene.5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_packagedata.5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_populate_lic_setscene.a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_populate_lic.a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_populate_sysroot_setscene.ca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_populate_sysroot.ca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_recipe_qa_setscene.5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_recipe_qa.5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_create_package_spdx_setscene.c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_create_package_spdx.c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_create_spdx_setscene.9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_create_spdx.9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_deploy_source_date_epoch_setscene.779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_deploy_source_date_epoch.779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_setscene.17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package.17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_qa_setscene.52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_qa.52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_write_deb_setscene.769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_write_deb.769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_write_ipk_setscene.0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_write_ipk.0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_write_rpm_setscene.58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_write_rpm.58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_packagedata_setscene.280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_packagedata.280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_populate_lic_setscene.cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_populate_lic.cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_populate_sysroot_setscene.17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_populate_sysroot.17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_recipe_qa_setscene.fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_recipe_qa.fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_package_spdx_setscene.2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_package_spdx.2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_spdx_setscene.74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_spdx.74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_deploy_source_date_epoch_setscene.59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_deploy_source_date_epoch.59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_setscene.1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package.1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_qa_setscene.63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_qa.63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_deb_setscene.3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_deb.3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_ipk_setscene.5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_ipk.5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_rpm_setscene.5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_rpm.5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_packagedata_setscene.e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_packagedata.e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_lic_setscene.325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_lic.325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_sysroot_setscene.63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_sysroot.63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_recipe_qa_setscene.dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_recipe_qa.dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_package_spdx_setscene.e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_package_spdx.e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_spdx_setscene.3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_spdx.3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_deploy_source_date_epoch_setscene.2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_deploy_source_date_epoch.2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_setscene.486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package.486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_qa_setscene.138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_qa.138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_deb_setscene.1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_deb.1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_ipk_setscene.f2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_ipk.f2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_rpm_setscene.23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_rpm.23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_packagedata_setscene.9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_packagedata.9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_populate_lic_setscene.17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_populate_lic.17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_populate_sysroot_setscene.afdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_populate_sysroot.afdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_recipe_qa_setscene.b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_recipe_qa.b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_package_spdx_setscene.150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_package_spdx.150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_spdx_setscene.60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_spdx.60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_deploy_source_date_epoch_setscene.1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_deploy_source_date_epoch.1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_setscene.e012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package.e012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_qa_setscene.876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_qa.876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_deb_setscene.9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_deb.9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_ipk_setscene.0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_ipk.0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_rpm_setscene.a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_rpm.a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_packagedata_setscene.c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_packagedata.c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_populate_lic_setscene.f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_populate_lic.f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_populate_sysroot_setscene.44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_populate_sysroot.44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_recipe_qa_setscene.d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_recipe_qa.d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_package_spdx_setscene.840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_package_spdx.840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_spdx_setscene.d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_spdx.d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_deploy_source_date_epoch_setscene.4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_deploy_source_date_epoch.4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_setscene.94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package.94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_qa_setscene.3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_qa.3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_deb_setscene.f1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_deb.f1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_ipk_setscene.8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_ipk.8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_rpm_setscene.3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_rpm.3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_packagedata_setscene.9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_packagedata.9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_populate_lic_setscene.1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_populate_lic.1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_populate_sysroot_setscene.3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_populate_sysroot.3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_recipe_qa_setscene.7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_recipe_qa.7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_package_spdx_setscene.dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_package_spdx.dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_spdx_setscene.f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_spdx.f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_deploy_source_date_epoch_setscene.b18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_deploy_source_date_epoch.b18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_setscene.377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package.377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_qa_setscene.6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_qa.6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_deb_setscene.82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_deb.82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_ipk_setscene.30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_ipk.30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_rpm_setscene.e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_rpm.e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_packagedata_setscene.07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_packagedata.07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_populate_lic_setscene.152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_populate_lic.152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_populate_sysroot_setscene.de2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_populate_sysroot.de2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_recipe_qa_setscene.cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_recipe_qa.cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_create_package_spdx_setscene.c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_create_package_spdx.c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_create_spdx_setscene.f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_create_spdx.f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_deploy_source_date_epoch_setscene.6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_deploy_source_date_epoch.6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_setscene.80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package.80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_qa_setscene.f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_qa.f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_write_deb_setscene.b399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_write_deb.b399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_write_ipk_setscene.96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_write_ipk.96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_write_rpm_setscene.f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_write_rpm.f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_packagedata_setscene.377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_packagedata.377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_populate_lic_setscene.f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_populate_lic.f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_populate_sysroot_setscene.d56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_populate_sysroot.d56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_recipe_qa_setscene.a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_recipe_qa.a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_create_package_spdx_setscene.afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_create_package_spdx.afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_create_spdx_setscene.63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_create_spdx.63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_deploy_source_date_epoch_setscene.cb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_deploy_source_date_epoch.cb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_setscene.49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package.49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_qa_setscene.d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_qa.d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_write_deb_setscene.e6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_write_deb.e6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_write_ipk_setscene.4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_write_ipk.4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_write_rpm_setscene.ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_write_rpm.ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_packagedata_setscene.9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_packagedata.9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_populate_lic_setscene.2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_populate_lic.2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_populate_sysroot_setscene.6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_populate_sysroot.6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_recipe_qa_setscene.da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_recipe_qa.da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_create_package_spdx_setscene.91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_create_package_spdx.91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_create_spdx_setscene.c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_create_spdx.c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_deploy_source_date_epoch_setscene.214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_deploy_source_date_epoch.214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_setscene.39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package.39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_qa_setscene.510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_qa.510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_write_deb_setscene.a6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_write_deb.a6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_write_ipk_setscene.0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_write_ipk.0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_write_rpm_setscene.cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_write_rpm.cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_packagedata_setscene.5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_packagedata.5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_populate_lic_setscene.ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_populate_lic.ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_populate_sysroot_setscene.43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_populate_sysroot.43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_recipe_qa_setscene.6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_recipe_qa.6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_create_package_spdx_setscene.8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_create_package_spdx.8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_create_spdx_setscene.a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_create_spdx.a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_deploy_source_date_epoch_setscene.3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_deploy_source_date_epoch.3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_setscene.73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package.73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_qa_setscene.706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_qa.706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_write_deb_setscene.e49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_write_deb.e49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_write_ipk_setscene.f39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_write_ipk.f39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_write_rpm_setscene.b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_write_rpm.b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_packagedata_setscene.48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_packagedata.48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_populate_lic_setscene.4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_populate_lic.4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_populate_sysroot_setscene.62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_populate_sysroot.62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_recipe_qa_setscene.29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_recipe_qa.29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_create_package_spdx_setscene.9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_create_package_spdx.9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_create_spdx_setscene.18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_create_spdx.18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_deploy_source_date_epoch_setscene.4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_deploy_source_date_epoch.4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_lic_setscene.2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_lic.2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_sysroot_setscene.92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_sysroot.92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_recipe_qa_setscene.48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_recipe_qa.48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_create_package_spdx_setscene.e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_create_package_spdx.e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_create_spdx_setscene.4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_create_spdx.4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_deploy_source_date_epoch_setscene.ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_deploy_source_date_epoch.ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_populate_lic_setscene.f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_populate_lic.f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_populate_sysroot_setscene.e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_populate_sysroot.e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_recipe_qa_setscene.2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_recipe_qa.2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_create_package_spdx_setscene.f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_create_package_spdx.f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_create_spdx_setscene.33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_create_spdx.33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_deploy_source_date_epoch_setscene.ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_deploy_source_date_epoch.ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_populate_lic_setscene.f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_populate_lic.f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_populate_sysroot_setscene.2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_populate_sysroot.2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_recipe_qa_setscene.2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_recipe_qa.2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_package_spdx_setscene.45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_package_spdx.45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_spdx_setscene.f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_spdx.f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_deploy_source_date_epoch_setscene.cb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_deploy_source_date_epoch.cb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_setscene.c25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package.c25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_qa_setscene.ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_qa.ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_deb_setscene.b79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_deb.b79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_ipk_setscene.0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_ipk.0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_rpm_setscene.cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_rpm.cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_packagedata_setscene.3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_packagedata.3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_lic_setscene.d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_lic.d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_sysroot_setscene.dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_sysroot.dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_recipe_qa_setscene.4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_recipe_qa.4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_create_package_spdx_setscene.8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_create_package_spdx.8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_create_spdx_setscene.15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_create_spdx.15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_deploy_source_date_epoch_setscene.f0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_deploy_source_date_epoch.f0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_populate_lic_setscene.52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_populate_lic.52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_populate_sysroot_setscene.0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_populate_sysroot.0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_recipe_qa_setscene.399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_recipe_qa.399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_create_package_spdx_setscene.e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_create_package_spdx.e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_create_spdx_setscene.b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_create_spdx.b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_deploy_source_date_epoch_setscene.351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_deploy_source_date_epoch.351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_setscene.7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package.7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_qa_setscene.cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_qa.cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_write_deb_setscene.f6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_write_deb.f6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_write_ipk_setscene.f98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_write_ipk.f98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_write_rpm_setscene.a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_write_rpm.a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_packagedata_setscene.2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_packagedata.2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_populate_lic_setscene.9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_populate_lic.9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_populate_sysroot_setscene.977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_populate_sysroot.977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_recipe_qa_setscene.314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_recipe_qa.314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_create_package_spdx_setscene.4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_create_package_spdx.4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_create_spdx_setscene.5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_create_spdx.5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_deploy_source_date_epoch_setscene.20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_deploy_source_date_epoch.20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_setscene.e17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package.e17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_qa_setscene.66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_qa.66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_deb_setscene.a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_deb.a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_ipk_setscene.6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_ipk.6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_rpm_setscene.c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_rpm.c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_packagedata_setscene.b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_packagedata.b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_populate_lic_setscene.ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_populate_lic.ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_populate_sysroot_setscene.f0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_populate_sysroot.f0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_recipe_qa_setscene.051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_recipe_qa.051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_package_spdx_setscene.4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_package_spdx.4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_spdx_setscene.3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_spdx.3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_deploy_source_date_epoch_setscene.40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_deploy_source_date_epoch.40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_setscene.c4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package.c4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_qa_setscene.745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_qa.745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_deb_setscene.31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_deb.31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_ipk_setscene.23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_ipk.23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_rpm_setscene.661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_rpm.661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_packagedata_setscene.7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_packagedata.7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_populate_lic_setscene.bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_populate_lic.bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_populate_sysroot_setscene.27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_populate_sysroot.27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_recipe_qa_setscene.e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_recipe_qa.e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_create_package_spdx_setscene.a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_create_package_spdx.a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_create_spdx_setscene.1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_create_spdx.1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_deploy_source_date_epoch_setscene.73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_deploy_source_date_epoch.73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_setscene.120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package.120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_qa_setscene.4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_qa.4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_write_deb_setscene.c44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_write_deb.c44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_write_ipk_setscene.8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_write_ipk.8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_write_rpm_setscene.3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_write_rpm.3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_packagedata_setscene.0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_packagedata.0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_populate_lic_setscene.002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_populate_lic.002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_populate_sysroot_setscene.b6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_populate_sysroot.b6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_recipe_qa_setscene.34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_recipe_qa.34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_create_package_spdx_setscene.6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_create_package_spdx.6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_create_spdx_setscene.f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_create_spdx.f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_deploy_source_date_epoch_setscene.f52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_deploy_source_date_epoch.f52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_setscene.47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package.47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_qa_setscene.23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_qa.23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_write_deb_setscene.f90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_write_deb.f90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_write_ipk_setscene.b817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_write_ipk.b817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_write_rpm_setscene.343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_write_rpm.343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_packagedata_setscene.e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_packagedata.e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_populate_lic_setscene.966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_populate_lic.966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_populate_sysroot_setscene.830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_populate_sysroot.830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_recipe_qa_setscene.1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_recipe_qa.1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_create_package_spdx_setscene.c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_create_package_spdx.c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_create_spdx_setscene.237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_create_spdx.237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_deploy_source_date_epoch_setscene.3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_deploy_source_date_epoch.3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_setscene.eccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package.eccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_qa_setscene.5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_qa.5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_write_deb_setscene.c699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_write_deb.c699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_write_ipk_setscene.15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_write_ipk.15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_write_rpm_setscene.5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_write_rpm.5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_packagedata_setscene.c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_packagedata.c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_populate_lic_setscene.eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_populate_lic.eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_populate_sysroot_setscene.8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_populate_sysroot.8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_recipe_qa_setscene.2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_recipe_qa.2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_create_package_spdx_setscene.66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_create_package_spdx.66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_create_spdx_setscene.2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_create_spdx.2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_deploy_source_date_epoch_setscene.1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_deploy_source_date_epoch.1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_setscene.779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package.779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_qa_setscene.0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_qa.0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_write_deb_setscene.305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_write_deb.305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_write_ipk_setscene.40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_write_ipk.40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_write_rpm_setscene.db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_write_rpm.db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_packagedata_setscene.1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_packagedata.1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_populate_lic_setscene.7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_populate_lic.7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_populate_sysroot_setscene.2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_populate_sysroot.2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_recipe_qa_setscene.d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_recipe_qa.d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_create_package_spdx_setscene.ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_create_package_spdx.ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_create_spdx_setscene.6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_create_spdx.6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_deploy_source_date_epoch_setscene.d53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_deploy_source_date_epoch.d53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_setscene.0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package.0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_qa_setscene.e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_qa.e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_write_deb_setscene.4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_write_deb.4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_write_ipk_setscene.cf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_write_ipk.cf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_write_rpm_setscene.12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_write_rpm.12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_packagedata_setscene.d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_packagedata.d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_populate_lic_setscene.48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_populate_lic.48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_populate_sysroot_setscene.961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_populate_sysroot.961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_recipe_qa_setscene.3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_recipe_qa.3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_package_spdx_setscene.17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_package_spdx.17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_spdx_setscene.641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_spdx.641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_deploy_source_date_epoch_setscene.e6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_deploy_source_date_epoch.e6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_setscene.fc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package.fc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_qa_setscene.7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_qa.7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_deb_setscene.6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_deb.6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_ipk_setscene.3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_ipk.3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_rpm_setscene.ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_rpm.ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_packagedata_setscene.fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_packagedata.fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_populate_lic_setscene.28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_populate_lic.28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_populate_sysroot_setscene.0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_populate_sysroot.0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_recipe_qa_setscene.fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_recipe_qa.fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_create_package_spdx_setscene.5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_create_package_spdx.5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_create_spdx_setscene.e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_create_spdx.e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_deploy_source_date_epoch_setscene.47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_deploy_source_date_epoch.47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_setscene.b9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package.b9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_qa_setscene.47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_qa.47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_write_deb_setscene.d3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_write_deb.d3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_write_ipk_setscene.cb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_write_ipk.cb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_write_rpm_setscene.a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_write_rpm.a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_packagedata_setscene.4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_packagedata.4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_populate_lic_setscene.83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_populate_lic.83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_populate_sysroot_setscene.b287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_populate_sysroot.b287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_recipe_qa_setscene.e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_recipe_qa.e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_create_package_spdx_setscene.7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_create_package_spdx.7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_create_spdx_setscene.b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_create_spdx.b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_deploy_source_date_epoch_setscene.56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_deploy_source_date_epoch.56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_setscene.3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package.3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_qa_setscene.2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_qa.2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_write_deb_setscene.700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_write_deb.700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_write_ipk_setscene.0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_write_ipk.0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_write_rpm_setscene.54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_write_rpm.54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_packagedata_setscene.12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_packagedata.12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_populate_lic_setscene.10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_populate_lic.10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_populate_sysroot_setscene.eb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_populate_sysroot.eb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_recipe_qa_setscene.a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_recipe_qa.a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_create_package_spdx_setscene.8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_create_package_spdx.8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_create_spdx_setscene.226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_create_spdx.226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_deploy_source_date_epoch_setscene.5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_deploy_source_date_epoch.5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_setscene.dac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package.dac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_qa_setscene.a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_qa.a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_write_deb_setscene.77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_write_deb.77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_write_ipk_setscene.e9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_write_ipk.e9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_write_rpm_setscene.7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_write_rpm.7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_packagedata_setscene.e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_packagedata.e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_populate_lic_setscene.be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_populate_lic.be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_populate_sysroot_setscene.c89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_populate_sysroot.c89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_recipe_qa_setscene.35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_recipe_qa.35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_package_spdx_setscene.d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_package_spdx.d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_spdx_setscene.34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_spdx.34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_deploy_source_date_epoch_setscene.62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_deploy_source_date_epoch.62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_setscene.e098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package.e098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_qa_setscene.ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_qa.ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_deb_setscene.bf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_deb.bf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_ipk_setscene.9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_ipk.9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_rpm_setscene.527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_rpm.527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_packagedata_setscene.772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_packagedata.772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_populate_lic_setscene.c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_populate_lic.c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_populate_sysroot_setscene.36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_populate_sysroot.36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_recipe_qa_setscene.cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_recipe_qa.cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_package_spdx_setscene.04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_package_spdx.04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_spdx_setscene.80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_spdx.80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_deploy_source_date_epoch_setscene.180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_deploy_source_date_epoch.180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_setscene.ac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package.ac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_qa_setscene.d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_qa.d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_deb_setscene.7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_deb.7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_ipk_setscene.1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_ipk.1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_rpm_setscene.0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_rpm.0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_packagedata_setscene.c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_packagedata.c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_populate_lic_setscene.b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_populate_lic.b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_populate_sysroot_setscene.0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_populate_sysroot.0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_recipe_qa_setscene.a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_recipe_qa.a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_package_spdx_setscene.8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_package_spdx.8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_spdx_setscene.a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_spdx.a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_deploy_source_date_epoch_setscene.03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_deploy_source_date_epoch.03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_setscene.dc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package.dc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_qa_setscene.ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_qa.ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_deb_setscene.98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_deb.98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_ipk_setscene.2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_ipk.2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_rpm_setscene.27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_rpm.27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_packagedata_setscene.55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_packagedata.55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_populate_lic_setscene.1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_populate_lic.1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_populate_sysroot_setscene.03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_populate_sysroot.03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_recipe_qa_setscene.d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_recipe_qa.d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_package_spdx_setscene.bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_package_spdx.bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_spdx_setscene.8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_spdx.8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_deploy_source_date_epoch_setscene.3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_deploy_source_date_epoch.3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_setscene.2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package.2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_qa_setscene.8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_qa.8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_deb_setscene.abebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_deb.abebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_ipk_setscene.d0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_ipk.d0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_rpm_setscene.b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_rpm.b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_packagedata_setscene.b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_packagedata.b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_populate_lic_setscene.82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_populate_lic.82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_populate_sysroot_setscene.f918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_populate_sysroot.f918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_recipe_qa_setscene.32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_recipe_qa.32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_package_spdx_setscene.909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_package_spdx.909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_spdx_setscene.a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_spdx.a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_deploy_source_date_epoch_setscene.8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_deploy_source_date_epoch.8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_setscene.9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package.9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_qa_setscene.f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_qa.f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_deb_setscene.a0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_deb.a0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_ipk_setscene.70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_ipk.70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_rpm_setscene.0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_rpm.0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_packagedata_setscene.9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_packagedata.9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_lic_setscene.e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_lic.e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_sysroot_setscene.90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_sysroot.90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_recipe_qa_setscene.57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_recipe_qa.57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_package_spdx_setscene.8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_package_spdx.8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_spdx_setscene.b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_spdx.b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_deploy_source_date_epoch_setscene.418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_deploy_source_date_epoch.418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_setscene.1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package.1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_qa_setscene.6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_qa.6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_deb_setscene.b5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_deb.b5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_ipk_setscene.8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_ipk.8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_rpm_setscene.299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_rpm.299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_packagedata_setscene.588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_packagedata.588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_populate_lic_setscene.58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_populate_lic.58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_populate_sysroot_setscene.ad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_populate_sysroot.ad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_recipe_qa_setscene.afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_recipe_qa.afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_package_spdx_setscene.d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_package_spdx.d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_spdx_setscene.3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_spdx.3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_deploy_source_date_epoch_setscene.ab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_deploy_source_date_epoch.ab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_setscene.8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package.8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_qa_setscene.4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_qa.4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_deb_setscene.d9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_deb.d9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_ipk_setscene.83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_ipk.83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_rpm_setscene.450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_rpm.450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_packagedata_setscene.a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_packagedata.a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_populate_lic_setscene.5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_populate_lic.5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_populate_sysroot_setscene.bb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_populate_sysroot.bb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_recipe_qa_setscene.5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_recipe_qa.5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_create_package_spdx_setscene.4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_create_package_spdx.4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_create_spdx_setscene.0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_create_spdx.0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_deploy_source_date_epoch_setscene.e65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_deploy_source_date_epoch.e65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_setscene.4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package.4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_qa_setscene.abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_qa.abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_write_deb_setscene.b7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_write_deb.b7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_write_ipk_setscene.ff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_write_ipk.ff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_write_rpm_setscene.f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_write_rpm.f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_packagedata_setscene.280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_packagedata.280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_populate_lic_setscene.f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_populate_lic.f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_populate_sysroot_setscene.4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_populate_sysroot.4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_recipe_qa_setscene.1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_recipe_qa.1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_package_spdx_setscene.f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_package_spdx.f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_spdx_setscene.def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_spdx.def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_deploy_source_date_epoch_setscene.1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_deploy_source_date_epoch.1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_setscene.7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package.7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_qa_setscene.3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_qa.3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_deb_setscene.04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_deb.04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_ipk_setscene.d52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_ipk.d52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_rpm_setscene.af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_rpm.af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_packagedata_setscene.fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_packagedata.fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_populate_lic_setscene.f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_populate_lic.f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_populate_sysroot_setscene.83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_populate_sysroot.83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_recipe_qa_setscene.c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_recipe_qa.c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_create_package_spdx_setscene.d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_create_package_spdx.d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_create_spdx_setscene.df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_create_spdx.df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_deploy_source_date_epoch_setscene.ec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_deploy_source_date_epoch.ec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_setscene.16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package.16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_qa_setscene.946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_qa.946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_write_deb_setscene.89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_write_deb.89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_write_ipk_setscene.9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_write_ipk.9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_write_rpm_setscene.d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_write_rpm.d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_packagedata_setscene.0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_packagedata.0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_populate_lic_setscene.9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_populate_lic.9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_populate_sysroot_setscene.a2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_populate_sysroot.a2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_recipe_qa_setscene.661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_recipe_qa.661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_package_spdx_setscene.45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_package_spdx.45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_spdx_setscene.b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_spdx.b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_deploy_source_date_epoch_setscene.c3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_deploy_source_date_epoch.c3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_setscene.612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package.612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_qa_setscene.7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_qa.7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_deb_setscene.6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_deb.6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_ipk_setscene.492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_ipk.492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_rpm_setscene.73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_rpm.73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_packagedata_setscene.860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_packagedata.860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_populate_lic_setscene.4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_populate_lic.4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_populate_sysroot_setscene.884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_populate_sysroot.884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_recipe_qa_setscene.373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_recipe_qa.373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_create_package_spdx_setscene.820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_create_package_spdx.820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_create_spdx_setscene.3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_create_spdx.3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_deploy_source_date_epoch_setscene.2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_deploy_source_date_epoch.2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_setscene.7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package.7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_qa_setscene.d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_qa.d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_write_deb_setscene.aaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_write_deb.aaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_write_ipk_setscene.156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_write_ipk.156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_write_rpm_setscene.718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_write_rpm.718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_packagedata_setscene.47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_packagedata.47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_populate_lic_setscene.1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_populate_lic.1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_populate_sysroot_setscene.327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_populate_sysroot.327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_recipe_qa_setscene.4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_recipe_qa.4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_package_spdx_setscene.be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_package_spdx.be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_spdx_setscene.90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_spdx.90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_deploy_source_date_epoch_setscene.cc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_deploy_source_date_epoch.cc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_setscene.d28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package.d28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_qa_setscene.86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_qa.86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_deb_setscene.6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_deb.6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_ipk_setscene.ed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_ipk.ed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_rpm_setscene.4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_rpm.4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_packagedata_setscene.7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_packagedata.7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_populate_lic_setscene.e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_populate_lic.e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_populate_sysroot_setscene.fc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_populate_sysroot.fc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_recipe_qa_setscene.ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_recipe_qa.ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_package_spdx_setscene.54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_package_spdx.54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_spdx_setscene.9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_spdx.9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_deploy_source_date_epoch_setscene.2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_deploy_source_date_epoch.2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_setscene.e906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package.e906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_qa_setscene.fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_qa.fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_deb_setscene.d5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_deb.d5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_ipk_setscene.ccc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_ipk.ccc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_rpm_setscene.39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_rpm.39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_packagedata_setscene.4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_packagedata.4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_populate_lic_setscene.ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_populate_lic.ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_populate_sysroot_setscene.0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_populate_sysroot.0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_recipe_qa_setscene.e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_recipe_qa.e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_package_spdx_setscene.828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_package_spdx.828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_spdx_setscene.8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_spdx.8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_deploy_source_date_epoch_setscene.2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_deploy_source_date_epoch.2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_setscene.e615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package.e615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_qa_setscene.1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_qa.1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_deb_setscene.6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_deb.6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_ipk_setscene.e543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_ipk.e543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_rpm_setscene.8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_rpm.8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_packagedata_setscene.1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_packagedata.1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_populate_lic_setscene.58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_populate_lic.58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_populate_sysroot_setscene.6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_populate_sysroot.6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_recipe_qa_setscene.6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_recipe_qa.6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_package_spdx_setscene.1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_package_spdx.1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_spdx_setscene.20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_spdx.20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_deploy_source_date_epoch_setscene.a67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_deploy_source_date_epoch.a67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_setscene.960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package.960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_qa_setscene.e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_qa.e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_deb_setscene.8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_deb.8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_ipk_setscene.8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_ipk.8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_rpm_setscene.9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_rpm.9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_packagedata_setscene.987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_packagedata.987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_populate_lic_setscene.f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_populate_lic.f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_populate_sysroot_setscene.b061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_populate_sysroot.b061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_recipe_qa_setscene.53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_recipe_qa.53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_package_spdx_setscene.06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_package_spdx.06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_spdx_setscene.6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_spdx.6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_deploy_source_date_epoch_setscene.463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_deploy_source_date_epoch.463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_setscene.0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package.0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_qa_setscene.8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_qa.8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_deb_setscene.1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_deb.1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_ipk_setscene.75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_ipk.75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_rpm_setscene.9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_rpm.9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_packagedata_setscene.47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_packagedata.47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_populate_lic_setscene.cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_populate_lic.cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_populate_sysroot_setscene.f6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_populate_sysroot.f6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_recipe_qa_setscene.d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_recipe_qa.d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_image_sbom_setscene.5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_image_sbom.5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_image_spdx_setscene.60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_image_spdx.60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_package_spdx_setscene.85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_package_spdx.85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_rootfs_spdx_setscene.186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_rootfs_spdx.186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_spdx_setscene.f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_spdx.f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_deploy_source_date_epoch_setscene.5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_deploy_source_date_epoch.5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_complete_setscene.f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_complete.f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_qa_setscene.7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_qa.7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97 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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_recipe_qa_setscene.1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_recipe_qa.1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_package_spdx_setscene.450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_package_spdx.450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_spdx_setscene.21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_spdx.21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_deploy_source_date_epoch_setscene.2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_deploy_source_date_epoch.2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_setscene.6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package.6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_qa_setscene.b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_qa.b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_deb_setscene.3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_deb.3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_ipk_setscene.9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_ipk.9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_rpm_setscene.5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_rpm.5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_packagedata_setscene.fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_packagedata.fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_lic_setscene.f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_lic.f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_sysroot_setscene.330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_sysroot.330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_recipe_qa_setscene.432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_recipe_qa.432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_package_spdx_setscene.3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_package_spdx.3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_spdx_setscene.60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_spdx.60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_deploy_source_date_epoch_setscene.8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_deploy_source_date_epoch.8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_setscene.d29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package.d29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_qa_setscene.e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_qa.e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_deb_setscene.ee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_deb.ee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_ipk_setscene.b9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_ipk.b9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_rpm_setscene.f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_rpm.f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_packagedata_setscene.b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_packagedata.b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_populate_lic_setscene.b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_populate_lic.b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_populate_sysroot_setscene.04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_populate_sysroot.04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_recipe_qa_setscene.c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_recipe_qa.c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_create_package_spdx_setscene.634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_create_package_spdx.634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_create_spdx_setscene.31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_create_spdx.31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_deploy_source_date_epoch_setscene.1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_deploy_source_date_epoch.1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_setscene.c2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package.c2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_qa_setscene.671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_qa.671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_deb_setscene.60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_deb.60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_ipk_setscene.fcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_ipk.fcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_rpm_setscene.effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_rpm.effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_packagedata_setscene.d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_packagedata.d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_populate_lic_setscene.5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_populate_lic.5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_populate_sysroot_setscene.c7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_populate_sysroot.c7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_recipe_qa_setscene.18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_recipe_qa.18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_package_spdx_setscene.8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_package_spdx.8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_spdx_setscene.1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_spdx.1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_deploy_source_date_epoch_setscene.59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_deploy_source_date_epoch.59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_setscene.b9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package.b9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_qa_setscene.c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_qa.c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_deb_setscene.7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_deb.7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_ipk_setscene.9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_ipk.9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_rpm_setscene.831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_rpm.831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_packagedata_setscene.4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_packagedata.4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_lic_setscene.47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_lic.47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_sysroot_setscene.26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_sysroot.26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_recipe_qa_setscene.037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_recipe_qa.037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_create_package_spdx_setscene.2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_create_package_spdx.2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_create_spdx_setscene.c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_create_spdx.c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_deploy_source_date_epoch_setscene.a6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_deploy_source_date_epoch.a6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_setscene.b8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package.b8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_qa_setscene.7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_qa.7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_write_deb_setscene.7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_write_deb.7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_write_ipk_setscene.909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_write_ipk.909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_write_rpm_setscene.770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_write_rpm.770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_packagedata_setscene.1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_packagedata.1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_populate_lic_setscene.428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_populate_lic.428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_populate_sysroot_setscene.d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_populate_sysroot.d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_recipe_qa_setscene.b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_recipe_qa.b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_package_spdx_setscene.33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_package_spdx.33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_spdx_setscene.54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_spdx.54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_deploy_source_date_epoch_setscene.514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_deploy_source_date_epoch.514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_setscene.544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package.544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_qa_setscene.305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_qa.305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_deb_setscene.b31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_deb.b31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_ipk_setscene.2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_ipk.2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_rpm_setscene.1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_rpm.1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_packagedata_setscene.fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_packagedata.fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_lic_setscene.d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_lic.d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_sysroot_setscene.4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_sysroot.4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_recipe_qa_setscene.49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_recipe_qa.49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_package_spdx_setscene.dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_package_spdx.dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_spdx_setscene.fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_spdx.fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_deploy_source_date_epoch_setscene.54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_deploy_source_date_epoch.54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_setscene.cbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package.cbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_qa_setscene.33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_qa.33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_deb_setscene.9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_deb.9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_ipk_setscene.c6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_ipk.c6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_rpm_setscene.a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_rpm.a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_packagedata_setscene.da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_packagedata.da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_lic_setscene.3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_lic.3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_sysroot_setscene.132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_sysroot.132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_recipe_qa_setscene.5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_recipe_qa.5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_package_spdx_setscene.5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_package_spdx.5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_spdx_setscene.7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_spdx.7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_deploy_source_date_epoch_setscene.fff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_deploy_source_date_epoch.fff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_setscene.c02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package.c02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_qa_setscene.b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_qa.b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_deb_setscene.82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_deb.82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_ipk_setscene.a86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_ipk.a86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_rpm_setscene.d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_rpm.d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_packagedata_setscene.26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_packagedata.26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_lic_setscene.545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_lic.545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_sysroot_setscene.395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_sysroot.395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_recipe_qa_setscene.b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_recipe_qa.b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_package_spdx_setscene.30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_package_spdx.30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_spdx_setscene.1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_spdx.1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_deploy_source_date_epoch_setscene.2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_deploy_source_date_epoch.2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_setscene.dfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package.dfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_qa_setscene.34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_qa.34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_deb_setscene.a68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_deb.a68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_ipk_setscene.cf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_ipk.cf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_rpm_setscene.4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_rpm.4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_packagedata_setscene.33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_packagedata.33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_lic_setscene.d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_lic.d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_sysroot_setscene.53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_sysroot.53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_recipe_qa_setscene.f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_recipe_qa.f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_create_package_spdx_setscene.7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_create_package_spdx.7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_create_spdx_setscene.e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_create_spdx.e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_deploy_source_date_epoch_setscene.e374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_deploy_source_date_epoch.e374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_setscene.0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package.0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_qa_setscene.8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_qa.8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_write_deb_setscene.9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_write_deb.9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_write_ipk_setscene.d4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_write_ipk.d4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_write_rpm_setscene.961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_write_rpm.961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_packagedata_setscene.563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_packagedata.563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_populate_lic_setscene.9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_populate_lic.9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_populate_sysroot_setscene.de1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_populate_sysroot.de1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_recipe_qa_setscene.26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_recipe_qa.26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_package_spdx_setscene.730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_package_spdx.730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_spdx_setscene.1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_spdx.1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_deploy_source_date_epoch_setscene.ab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_deploy_source_date_epoch.ab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_setscene.2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package.2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_qa_setscene.4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_qa.4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_deb_setscene.03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_deb.03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_ipk_setscene.2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_ipk.2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_rpm_setscene.4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_rpm.4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_packagedata_setscene.23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_packagedata.23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_lic_setscene.b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_lic.b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_sysroot_setscene.17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_sysroot.17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_recipe_qa_setscene.8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_recipe_qa.8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_create_package_spdx_setscene.88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_create_package_spdx.88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_create_spdx_setscene.bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_create_spdx.bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_deploy_source_date_epoch_setscene.96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_deploy_source_date_epoch.96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_setscene.45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package.45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_qa_setscene.a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_qa.a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_write_deb_setscene.84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_write_deb.84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_write_ipk_setscene.b1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_write_ipk.b1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_write_rpm_setscene.be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_write_rpm.be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_packagedata_setscene.aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_packagedata.aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_populate_lic_setscene.05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_populate_lic.05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_populate_sysroot_setscene.7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_populate_sysroot.7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_recipe_qa_setscene.049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_recipe_qa.049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_create_package_spdx_setscene.cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_create_package_spdx.cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_create_spdx_setscene.4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_create_spdx.4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_deploy_source_date_epoch_setscene.3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_deploy_source_date_epoch.3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_setscene.b8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package.b8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_qa_setscene.77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_qa.77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_write_deb_setscene.8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_write_deb.8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_write_ipk_setscene.4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_write_ipk.4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_write_rpm_setscene.08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_write_rpm.08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_packagedata_setscene.8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_packagedata.8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_populate_lic_setscene.ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_populate_lic.ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_populate_sysroot_setscene.ee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_populate_sysroot.ee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_recipe_qa_setscene.3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_recipe_qa.3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_create_package_spdx_setscene.b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_create_package_spdx.b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_create_spdx_setscene.14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_create_spdx.14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_deploy_source_date_epoch_setscene.406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_deploy_source_date_epoch.406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_setscene.92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package.92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_qa_setscene.d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_qa.d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_write_deb_setscene.019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_write_deb.019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_write_ipk_setscene.4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_write_ipk.4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_write_rpm_setscene.4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_write_rpm.4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_packagedata_setscene.1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_packagedata.1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_populate_lic_setscene.b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_populate_lic.b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_populate_sysroot_setscene.77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_populate_sysroot.77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_recipe_qa_setscene.73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_recipe_qa.73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_create_package_spdx_setscene.817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_create_package_spdx.817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_create_spdx_setscene.da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_create_spdx.da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_deploy_source_date_epoch_setscene.d27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_deploy_source_date_epoch.d27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_setscene.bdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package.bdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_qa_setscene.f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_qa.f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_write_deb_setscene.26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_write_deb.26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_write_ipk_setscene.72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_write_ipk.72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_write_rpm_setscene.138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_write_rpm.138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_packagedata_setscene.509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_packagedata.509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_populate_lic_setscene.5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_populate_lic.5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_populate_sysroot_setscene.bd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_populate_sysroot.bd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_recipe_qa_setscene.9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_recipe_qa.9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_create_package_spdx_setscene.46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_create_package_spdx.46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_create_spdx_setscene.b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_create_spdx.b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_deploy_source_date_epoch_setscene.394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_deploy_source_date_epoch.394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_setscene.525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package.525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_qa_setscene.7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_qa.7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_write_deb_setscene.2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_write_deb.2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_write_ipk_setscene.ae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_write_ipk.ae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_write_rpm_setscene.af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_write_rpm.af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_packagedata_setscene.119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_packagedata.119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_populate_lic_setscene.cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_populate_lic.cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_populate_sysroot_setscene.b6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_populate_sysroot.b6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_recipe_qa_setscene.2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_recipe_qa.2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_package_spdx_setscene.f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_package_spdx.f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_spdx_setscene.691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_spdx.691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_deploy_source_date_epoch_setscene.5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_deploy_source_date_epoch.5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_setscene.6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package.6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_qa_setscene.5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_qa.5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_deb_setscene.6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_deb.6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_ipk_setscene.a5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_ipk.a5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_rpm_setscene.599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_rpm.599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_packagedata_setscene.193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_packagedata.193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_populate_lic_setscene.aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_populate_lic.aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_populate_sysroot_setscene.ebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_populate_sysroot.ebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_recipe_qa_setscene.afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_recipe_qa.afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_package_spdx_setscene.01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_package_spdx.01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_spdx_setscene.9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_spdx.9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_deploy_source_date_epoch_setscene.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_deploy_source_date_epoch.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_setscene.7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package.7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_qa_setscene.730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_qa.730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_deb_setscene.14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_deb.14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_ipk_setscene.896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_ipk.896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_rpm_setscene.1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_rpm.1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_packagedata_setscene.5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_packagedata.5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_recipe_qa_setscene.daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_recipe_qa.daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_package_spdx_setscene.e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_package_spdx.e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_spdx_setscene.aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_spdx.aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_deploy_source_date_epoch_setscene.1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_deploy_source_date_epoch.1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_setscene.28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package.28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_qa_setscene.e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_qa.e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_deb_setscene.7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_deb.7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_ipk_setscene.f7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_ipk.f7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_rpm_setscene.46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_rpm.46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_packagedata_setscene.15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_packagedata.15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_populate_lic_setscene.d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_populate_lic.d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_populate_sysroot_setscene.d265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_populate_sysroot.d265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_recipe_qa_setscene.116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_recipe_qa.116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_create_package_spdx_setscene.72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_create_package_spdx.72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_create_spdx_setscene.f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_create_spdx.f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_deploy_source_date_epoch_setscene.071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_deploy_source_date_epoch.071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_setscene.5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package.5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_qa_setscene.ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_qa.ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_write_deb_setscene.a10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_write_deb.a10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_write_ipk_setscene.3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_write_ipk.3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_write_rpm_setscene.b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_write_rpm.b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_packagedata_setscene.4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_packagedata.4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_populate_lic_setscene.af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_populate_lic.af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_populate_sysroot_setscene.0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_populate_sysroot.0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_recipe_qa_setscene.7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_recipe_qa.7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_package_spdx_setscene.889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_package_spdx.889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_spdx_setscene.1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_spdx.1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_deploy_source_date_epoch_setscene.a5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_deploy_source_date_epoch.a5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_setscene.e644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package.e644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_qa_setscene.9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_qa.9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_deb_setscene.7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_deb.7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_ipk_setscene.887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_ipk.887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_rpm_setscene.0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_rpm.0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_packagedata_setscene.ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_packagedata.ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_lic_setscene.af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_lic.af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_sysroot_setscene.ee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_sysroot.ee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_recipe_qa_setscene.c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_recipe_qa.c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_package_spdx_setscene.969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_package_spdx.969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_spdx_setscene.ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_spdx.ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_deploy_source_date_epoch_setscene.2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_deploy_source_date_epoch.2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_setscene.527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package.527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_qa_setscene.df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_qa.df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_deb_setscene.232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_deb.232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_ipk_setscene.46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_ipk.46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_rpm_setscene.8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_rpm.8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_packagedata_setscene.11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_packagedata.11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_populate_lic_setscene.f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_populate_lic.f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_populate_sysroot_setscene.8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_populate_sysroot.8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_recipe_qa_setscene.1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_recipe_qa.1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_package_spdx_setscene.7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_package_spdx.7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_spdx_setscene.96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_spdx.96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_deploy_source_date_epoch_setscene.539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_deploy_source_date_epoch.539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_setscene.b7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package.b7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_qa_setscene.815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_qa.815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_deb_setscene.3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_deb.3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_ipk_setscene.3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_ipk.3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_rpm_setscene.b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_rpm.b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_packagedata_setscene.055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_packagedata.055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_populate_lic_setscene.750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_populate_lic.750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_populate_sysroot_setscene.164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_populate_sysroot.164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_recipe_qa_setscene.cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_recipe_qa.cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_package_spdx_setscene.3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_package_spdx.3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_spdx_setscene.f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_spdx.f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_deploy_source_date_epoch_setscene.489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_deploy_source_date_epoch.489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_setscene.0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package.0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_qa_setscene.11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_qa.11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_deb_setscene.d4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_deb.d4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_ipk_setscene.21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_ipk.21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_rpm_setscene.3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_rpm.3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_packagedata_setscene.cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_packagedata.cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_populate_lic_setscene.813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_populate_lic.813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_populate_sysroot_setscene.169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_populate_sysroot.169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_recipe_qa_setscene.90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_recipe_qa.90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_package_spdx_setscene.b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_package_spdx.b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_spdx_setscene.cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_spdx.cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_deploy_source_date_epoch_setscene.1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_deploy_source_date_epoch.1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_lic_setscene.d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_lic.d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_sysroot_setscene.3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_sysroot.3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_recipe_qa_setscene.f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_recipe_qa.f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_create_package_spdx_setscene.4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_create_package_spdx.4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_create_spdx_setscene.8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_create_spdx.8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_deploy_source_date_epoch_setscene.d5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_deploy_source_date_epoch.d5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_setscene.cb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package.cb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_qa_setscene.0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_qa.0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_write_deb_setscene.d369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_write_deb.d369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_write_ipk_setscene.13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_write_ipk.13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_write_rpm_setscene.333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_write_rpm.333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_packagedata_setscene.bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_packagedata.bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_populate_lic_setscene.68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_populate_lic.68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_populate_sysroot_setscene.9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_populate_sysroot.9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_recipe_qa_setscene.2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_recipe_qa.2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_package_spdx_setscene.ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_package_spdx.ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_spdx_setscene.6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_spdx.6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_deploy_source_date_epoch_setscene.709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_deploy_source_date_epoch.709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_setscene.1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package.1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_qa_setscene.64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_qa.64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_deb_setscene.4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_deb.4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_ipk_setscene.167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_ipk.167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_rpm_setscene.9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_rpm.9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_packagedata_setscene.51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_packagedata.51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_lic_setscene.5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_lic.5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_sysroot_setscene.2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_sysroot.2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_recipe_qa_setscene.85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_recipe_qa.85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_package_spdx_setscene.1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_package_spdx.1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_spdx_setscene.1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_spdx.1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_deploy_source_date_epoch_setscene.50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_deploy_source_date_epoch.50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_setscene.0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package.0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_qa_setscene.dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_qa.dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_deb_setscene.e067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_deb.e067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_ipk_setscene.5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_ipk.5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_rpm_setscene.82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_rpm.82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_packagedata_setscene.bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_packagedata.bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_populate_lic_setscene.36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_populate_lic.36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_populate_sysroot_setscene.06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_populate_sysroot.06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_recipe_qa_setscene.9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_recipe_qa.9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_package_spdx_setscene.638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_package_spdx.638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_spdx_setscene.73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_spdx.73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_deploy_source_date_epoch_setscene.2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_deploy_source_date_epoch.2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_setscene.456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package.456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_qa_setscene.4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_qa.4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_deb_setscene.3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_deb.3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_ipk_setscene.a6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_ipk.a6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_rpm_setscene.b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_rpm.b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_packagedata_setscene.5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_packagedata.5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_populate_lic_setscene.07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_populate_lic.07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_populate_sysroot_setscene.05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_populate_sysroot.05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_recipe_qa_setscene.184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_recipe_qa.184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_package_spdx_setscene.84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_package_spdx.84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_spdx_setscene.020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_spdx.020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_deploy_source_date_epoch_setscene.fa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_deploy_source_date_epoch.fa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_setscene.426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package.426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_qa_setscene.2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_qa.2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_deb_setscene.193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_deb.193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_ipk_setscene.183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_ipk.183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_rpm_setscene.67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_rpm.67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_packagedata_setscene.8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_packagedata.8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_populate_lic_setscene.717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_populate_lic.717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_populate_sysroot_setscene.780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_populate_sysroot.780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_recipe_qa_setscene.d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_recipe_qa.d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_package_spdx_setscene.b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_package_spdx.b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_spdx_setscene.d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_spdx.d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_deploy_source_date_epoch_setscene.a55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_deploy_source_date_epoch.a55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_setscene.3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package.3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_qa_setscene.c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_qa.c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_deb_setscene.880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_deb.880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_ipk_setscene.eff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_ipk.eff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_rpm_setscene.90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_rpm.90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_packagedata_setscene.af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_packagedata.af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_lic_setscene.f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_lic.f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_sysroot_setscene.0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_sysroot.0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_recipe_qa_setscene.4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_recipe_qa.4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_package_spdx_setscene.a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_package_spdx.a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_spdx_setscene.9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_spdx.9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_deploy_source_date_epoch_setscene.bc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_deploy_source_date_epoch.bc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_lic_setscene.0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_lic.0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_sysroot_setscene.05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_sysroot.05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_recipe_qa_setscene.ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_recipe_qa.ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_package_spdx_setscene.526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_package_spdx.526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_spdx_setscene.a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_spdx.a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_deploy_source_date_epoch_setscene.6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_deploy_source_date_epoch.6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_setscene.158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package.158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_qa_setscene.0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_qa.0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_deb_setscene.da125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_deb.da125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_ipk_setscene.11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_ipk.11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_rpm_setscene.700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_rpm.700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_packagedata_setscene.569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_packagedata.569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_populate_lic_setscene.acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_populate_lic.acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_populate_sysroot_setscene.f4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_populate_sysroot.f4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_recipe_qa_setscene.dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_recipe_qa.dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_create_package_spdx_setscene.0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_create_package_spdx.0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_create_spdx_setscene.2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_create_spdx.2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_deploy_source_date_epoch_setscene.03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_deploy_source_date_epoch.03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_populate_lic_setscene.001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_populate_lic.001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_populate_sysroot_setscene.74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_populate_sysroot.74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_recipe_qa_setscene.204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_recipe_qa.204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_create_package_spdx_setscene.d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_create_package_spdx.d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_create_spdx_setscene.f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_create_spdx.f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_deploy_source_date_epoch_setscene.a4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_deploy_source_date_epoch.a4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_setscene.7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package.7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_qa_setscene.daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_qa.daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_write_deb_setscene.42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_write_deb.42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_write_ipk_setscene.7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_write_ipk.7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_write_rpm_setscene.89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_write_rpm.89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_packagedata_setscene.7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_packagedata.7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_populate_lic_setscene.4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_populate_lic.4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_populate_sysroot_setscene.af736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_populate_sysroot.af736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_recipe_qa_setscene.c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_recipe_qa.c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_package_spdx_setscene.6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_package_spdx.6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_spdx_setscene.41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_spdx.41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_deploy_source_date_epoch_setscene.5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_deploy_source_date_epoch.5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_setscene.a3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package.a3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_qa_setscene.fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_qa.fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_deb_setscene.e008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_deb.e008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_ipk_setscene.ff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_ipk.ff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_rpm_setscene.e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_rpm.e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_packagedata_setscene.af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_packagedata.af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_populate_lic_setscene.b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_populate_lic.b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_populate_sysroot_setscene.ed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_populate_sysroot.ed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_recipe_qa_setscene.de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_recipe_qa.de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_package_spdx_setscene.6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_package_spdx.6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_spdx_setscene.46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_spdx.46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_deploy_source_date_epoch_setscene.d998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_deploy_source_date_epoch.d998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_setscene.93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package.93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_qa_setscene.8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_qa.8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_deb_setscene.6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_deb.6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_ipk_setscene.5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_ipk.5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_rpm_setscene.f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_rpm.f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_packagedata_setscene.5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_packagedata.5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_populate_lic_setscene.f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_populate_lic.f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_populate_sysroot_setscene.49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_populate_sysroot.49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_recipe_qa_setscene.d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_recipe_qa.d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_create_package_spdx_setscene.fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_create_package_spdx.fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_create_spdx_setscene.4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_create_spdx.4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_deploy_source_date_epoch_setscene.daf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_deploy_source_date_epoch.daf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_setscene.b17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package.b17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_qa_setscene.098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_qa.098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_write_deb_setscene.26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_write_deb.26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_write_ipk_setscene.2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_write_ipk.2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_write_rpm_setscene.002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_write_rpm.002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_packagedata_setscene.61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_packagedata.61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_populate_lic_setscene.627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_populate_lic.627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_populate_sysroot_setscene.887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_populate_sysroot.887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_recipe_qa_setscene.91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_recipe_qa.91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_package_spdx_setscene.760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_package_spdx.760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_spdx_setscene.5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_spdx.5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_deploy_source_date_epoch_setscene.58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_deploy_source_date_epoch.58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_setscene.fdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package.fdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_qa_setscene.235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_qa.235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_deb_setscene.d7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_deb.d7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_ipk_setscene.de7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_ipk.de7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_rpm_setscene.4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_rpm.4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_packagedata_setscene.53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_packagedata.53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_populate_lic_setscene.11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_populate_lic.11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_populate_sysroot_setscene.d7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_populate_sysroot.d7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_recipe_qa_setscene.cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_recipe_qa.cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_create_package_spdx_setscene.2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_create_package_spdx.2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_create_spdx_setscene.0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_create_spdx.0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_deploy_source_date_epoch_setscene.233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_deploy_source_date_epoch.233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_setscene.a39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package.a39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_qa_setscene.32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_qa.32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_write_deb_setscene.e72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_write_deb.e72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_write_ipk_setscene.e30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_write_ipk.e30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_write_rpm_setscene.26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_write_rpm.26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_packagedata_setscene.0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_packagedata.0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_populate_lic_setscene.ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_populate_lic.ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_populate_sysroot_setscene.0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_populate_sysroot.0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_recipe_qa_setscene.43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_recipe_qa.43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_create_package_spdx_setscene.2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_create_package_spdx.2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_create_spdx_setscene.3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_create_spdx.3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_deploy_source_date_epoch_setscene.a362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_deploy_source_date_epoch.a362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_setscene.efcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package.efcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_qa_setscene.c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_qa.c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_write_deb_setscene.ca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_write_deb.ca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_write_ipk_setscene.0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_write_ipk.0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_write_rpm_setscene.bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_write_rpm.bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_packagedata_setscene.44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_packagedata.44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_populate_lic_setscene.a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_populate_lic.a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_populate_sysroot_setscene.9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_populate_sysroot.9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_recipe_qa_setscene.e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_recipe_qa.e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_package_spdx_setscene.0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_package_spdx.0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_spdx_setscene.4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_spdx.4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_deploy_source_date_epoch_setscene.49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_deploy_source_date_epoch.49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_setscene.4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package.4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_qa_setscene.cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_qa.cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_deb_setscene.d8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_deb.d8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_ipk_setscene.ec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_ipk.ec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_rpm_setscene.9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_rpm.9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_packagedata_setscene.8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_packagedata.8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_lic_setscene.4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_lic.4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_sysroot_setscene.3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_sysroot.3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_recipe_qa_setscene.55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_recipe_qa.55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_create_package_spdx_setscene.5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_create_package_spdx.5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_create_spdx_setscene.c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_create_spdx.c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_deploy_source_date_epoch_setscene.fe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_deploy_source_date_epoch.fe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_setscene.ceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package.ceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_qa_setscene.fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_qa.fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_write_deb_setscene.90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_write_deb.90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_write_ipk_setscene.46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_write_ipk.46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_write_rpm_setscene.59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_write_rpm.59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_packagedata_setscene.c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_packagedata.c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_populate_lic_setscene.ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_populate_lic.ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_populate_sysroot_setscene.8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_populate_sysroot.8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_recipe_qa_setscene.26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_recipe_qa.26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_package_spdx_setscene.c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_package_spdx.c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_spdx_setscene.da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_spdx.da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_deploy_source_date_epoch_setscene.49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_deploy_source_date_epoch.49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_setscene.71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package.71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_qa_setscene.93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_qa.93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_deb_setscene.f7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_deb.f7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_ipk_setscene.b651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_ipk.b651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_rpm_setscene.fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_rpm.fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_packagedata_setscene.256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_packagedata.256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_lic_setscene.585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_lic.585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_sysroot_setscene.4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_sysroot.4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_recipe_qa_setscene.729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_recipe_qa.729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_create_package_spdx_setscene.85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_create_package_spdx.85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_create_spdx_setscene.68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_create_spdx.68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_deploy_source_date_epoch_setscene.3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_deploy_source_date_epoch.3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_setscene.aa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package.aa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_qa_setscene.2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_qa.2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_write_deb_setscene.fd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_write_deb.fd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_write_ipk_setscene.ff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_write_ipk.ff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_write_rpm_setscene.37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_write_rpm.37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_packagedata_setscene.a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_packagedata.a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_populate_lic_setscene.c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_populate_lic.c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_populate_sysroot_setscene.a2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_populate_sysroot.a2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_recipe_qa_setscene.1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_recipe_qa.1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_create_package_spdx_setscene.e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_create_package_spdx.e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_create_spdx_setscene.09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_create_spdx.09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_deploy_source_date_epoch_setscene.df403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_deploy_source_date_epoch.df403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_setscene.b5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package.b5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_qa_setscene.8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_qa.8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_write_deb_setscene.9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_write_deb.9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_write_ipk_setscene.df53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_write_ipk.df53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_write_rpm_setscene.60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_write_rpm.60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_packagedata_setscene.aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_packagedata.aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_populate_lic_setscene.68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_populate_lic.68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_populate_sysroot_setscene.bfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_populate_sysroot.bfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_recipe_qa_setscene.fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_recipe_qa.fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_create_package_spdx_setscene.55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_create_package_spdx.55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_create_spdx_setscene.5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_create_spdx.5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_deploy_source_date_epoch_setscene.1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_deploy_source_date_epoch.1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_setscene.0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package.0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_qa_setscene.639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_qa.639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_write_deb_setscene.7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_write_deb.7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_write_ipk_setscene.543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_write_ipk.543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_write_rpm_setscene.663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_write_rpm.663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_packagedata_setscene.03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_packagedata.03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_populate_lic_setscene.f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_populate_lic.f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_populate_sysroot_setscene.5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_populate_sysroot.5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_recipe_qa_setscene.f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_recipe_qa.f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_create_package_spdx_setscene.f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_create_package_spdx.f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_create_spdx_setscene.a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_create_spdx.a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_deploy_source_date_epoch_setscene.a263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_deploy_source_date_epoch.a263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_setscene.37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package.37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_qa_setscene.2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_qa.2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_write_deb_setscene.bb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_write_deb.bb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_write_ipk_setscene.40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_write_ipk.40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_write_rpm_setscene.9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_write_rpm.9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_packagedata_setscene.ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_packagedata.ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_populate_lic_setscene.d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_populate_lic.d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_populate_sysroot_setscene.b54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_populate_sysroot.b54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_recipe_qa_setscene.a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_recipe_qa.a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_package_spdx_setscene.cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_package_spdx.cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_spdx_setscene.f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_spdx.f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_deploy_source_date_epoch_setscene.52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_deploy_source_date_epoch.52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_setscene.cc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package.cc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_qa_setscene.2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_qa.2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_deb_setscene.71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_deb.71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_ipk_setscene.5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_ipk.5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_rpm_setscene.4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_rpm.4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_packagedata_setscene.b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_packagedata.b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_lic_setscene.3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_lic.3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_sysroot_setscene.498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_sysroot.498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_recipe_qa_setscene.b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_recipe_qa.b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_package_spdx_setscene.e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_package_spdx.e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_spdx_setscene.5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_spdx.5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_deploy_source_date_epoch_setscene.540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_deploy_source_date_epoch.540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_setscene.7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package.7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_qa_setscene.e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_qa.e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_deb_setscene.53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_deb.53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_ipk_setscene.4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_ipk.4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_rpm_setscene.4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_rpm.4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_packagedata_setscene.2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_packagedata.2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_lic_setscene.ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_lic.ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_sysroot_setscene.0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_sysroot.0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_recipe_qa_setscene.534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_recipe_qa.534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_package_spdx_setscene.24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_package_spdx.24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_spdx_setscene.c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_spdx.c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_deploy_source_date_epoch_setscene.985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_deploy_source_date_epoch.985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_setscene.9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package.9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_qa_setscene.9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_qa.9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_deb_setscene.5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_deb.5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_ipk_setscene.d898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_ipk.d898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_rpm_setscene.022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_rpm.022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_packagedata_setscene.d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_packagedata.d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_lic_setscene.071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_lic.071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_sysroot_setscene.5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_sysroot.5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_recipe_qa_setscene.f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_recipe_qa.f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_create_package_spdx_setscene.1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_create_package_spdx.1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_create_spdx_setscene.07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_create_spdx.07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_deploy_source_date_epoch_setscene.88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_deploy_source_date_epoch.88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_setscene.8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package.8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_qa_setscene.2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_qa.2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_write_deb_setscene.267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_write_deb.267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_write_ipk_setscene.904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_write_ipk.904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_write_rpm_setscene.b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_write_rpm.b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_packagedata_setscene.9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_packagedata.9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_populate_lic_setscene.8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_populate_lic.8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_populate_sysroot_setscene.72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_populate_sysroot.72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_recipe_qa_setscene.a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_recipe_qa.a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_package_spdx_setscene.10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_package_spdx.10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_spdx_setscene.37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_spdx.37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_deploy_source_date_epoch_setscene.fc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_deploy_source_date_epoch.fc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_setscene.e57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package.e57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_qa_setscene.24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_qa.24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_deb_setscene.d81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_deb.d81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_ipk_setscene.62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_ipk.62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_rpm_setscene.1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_rpm.1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_packagedata_setscene.867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_packagedata.867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_lic_setscene.5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_lic.5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_sysroot_setscene.1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_sysroot.1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_recipe_qa_setscene.eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_recipe_qa.eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_package_spdx_setscene.034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_package_spdx.034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_spdx_setscene.b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_spdx.b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_deploy_source_date_epoch_setscene.0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_deploy_source_date_epoch.0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_setscene.d8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package.d8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_qa_setscene.094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_qa.094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_deb_setscene.0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_deb.0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_ipk_setscene.08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_ipk.08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_rpm_setscene.0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_rpm.0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_packagedata_setscene.e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_packagedata.e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_populate_lic_setscene.f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_populate_lic.f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_populate_sysroot_setscene.64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_populate_sysroot.64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_recipe_qa_setscene.6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_recipe_qa.6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_package_spdx_setscene.59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_package_spdx.59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_spdx_setscene.c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_spdx.c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_deploy_source_date_epoch_setscene.cc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_deploy_source_date_epoch.cc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_setscene.74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package.74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_qa_setscene.d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_qa.d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_deb_setscene.a3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_deb.a3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_ipk_setscene.36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_ipk.36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_rpm_setscene.6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_rpm.6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_packagedata_setscene.67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_packagedata.67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_lic_setscene.54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_lic.54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_sysroot_setscene.3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_sysroot.3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_recipe_qa_setscene.0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_recipe_qa.0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_package_spdx_setscene.9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_package_spdx.9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_spdx_setscene.32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_spdx.32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_deploy_source_date_epoch_setscene.123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_deploy_source_date_epoch.123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_setscene.80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package.80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_qa_setscene.c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_qa.c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_deb_setscene.b7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_deb.b7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_ipk_setscene.0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_ipk.0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_rpm_setscene.4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_rpm.4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_packagedata_setscene.570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_packagedata.570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_lic_setscene.1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_lic.1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_sysroot_setscene.8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_sysroot.8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_recipe_qa_setscene.472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_recipe_qa.472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_package_spdx_setscene.76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_package_spdx.76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_spdx_setscene.6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_spdx.6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_deploy_source_date_epoch_setscene.f05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_deploy_source_date_epoch.f05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_setscene.c38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package.c38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_qa_setscene.428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_qa.428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_deb_setscene.796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_deb.796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_ipk_setscene.4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_ipk.4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_rpm_setscene.f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_rpm.f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_packagedata_setscene.aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_packagedata.aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_lic_setscene.a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_lic.a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_sysroot_setscene.13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_sysroot.13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_recipe_qa_setscene.d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_recipe_qa.d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_package_spdx_setscene.a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_package_spdx.a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_spdx_setscene.c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_spdx.c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_deploy_source_date_epoch_setscene.0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_deploy_source_date_epoch.0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_setscene.19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package.19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_qa_setscene.7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_qa.7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_deb_setscene.1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_deb.1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_ipk_setscene.7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_ipk.7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_rpm_setscene.6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_rpm.6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_packagedata_setscene.2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_packagedata.2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_lic_setscene.74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_lic.74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_sysroot_setscene.1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_sysroot.1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_recipe_qa_setscene.b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_recipe_qa.b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_create_package_spdx_setscene.6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_create_package_spdx.6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_create_spdx_setscene.8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_create_spdx.8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_deploy_source_date_epoch_setscene.51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_deploy_source_date_epoch.51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_setscene.e537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package.e537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_qa_setscene.b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_qa.b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_write_deb_setscene.ad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_write_deb.ad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_write_ipk_setscene.61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_write_ipk.61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_write_rpm_setscene.0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_write_rpm.0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_packagedata_setscene.0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_packagedata.0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_populate_lic_setscene.c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_populate_lic.c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_populate_sysroot_setscene.25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_populate_sysroot.25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_recipe_qa_setscene.90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_recipe_qa.90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_package_spdx_setscene.7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_package_spdx.7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_spdx_setscene.a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_spdx.a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_deploy_source_date_epoch_setscene.082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_deploy_source_date_epoch.082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_setscene.1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package.1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_qa_setscene.a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_qa.a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_deb_setscene.0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_deb.0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_ipk_setscene.5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_ipk.5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_rpm_setscene.5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_rpm.5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_packagedata_setscene.054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_packagedata.054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_lic_setscene.a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_lic.a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_sysroot_setscene.169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_sysroot.169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_recipe_qa_setscene.de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_recipe_qa.de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_package_spdx_setscene.8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_package_spdx.8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_spdx_setscene.bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_spdx.bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_deploy_source_date_epoch_setscene.bd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_deploy_source_date_epoch.bd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_setscene.db9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package.db9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_qa_setscene.122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_qa.122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_deb_setscene.00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_deb.00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_ipk_setscene.24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_ipk.24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_rpm_setscene.96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_rpm.96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_packagedata_setscene.082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_packagedata.082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_lic_setscene.2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_lic.2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_sysroot_setscene.038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_sysroot.038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_recipe_qa_setscene.d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_recipe_qa.d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_package_spdx_setscene.7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_package_spdx.7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_spdx_setscene.17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_spdx.17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_deploy_source_date_epoch_setscene.e476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_deploy_source_date_epoch.e476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_setscene.550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package.550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_qa_setscene.87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_qa.87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_deb_setscene.645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_deb.645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_ipk_setscene.2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_ipk.2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_rpm_setscene.3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_rpm.3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_packagedata_setscene.ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_packagedata.ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_lic_setscene.b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_lic.b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_sysroot_setscene.2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_sysroot.2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_recipe_qa_setscene.8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_recipe_qa.8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_package_spdx_setscene.c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_package_spdx.c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_spdx_setscene.0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_spdx.0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_deploy_source_date_epoch_setscene.7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_deploy_source_date_epoch.7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_setscene.821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package.821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_qa_setscene.d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_qa.d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_deb_setscene.12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_deb.12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_ipk_setscene.7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_ipk.7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_rpm_setscene.10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_rpm.10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_packagedata_setscene.8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_packagedata.8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_lic_setscene.457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_lic.457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_sysroot_setscene.542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_sysroot.542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_recipe_qa_setscene.bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_recipe_qa.bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_package_spdx_setscene.811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_package_spdx.811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_spdx_setscene.90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_spdx.90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_deploy_source_date_epoch_setscene.74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_deploy_source_date_epoch.74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_setscene.bcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package.bcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_qa_setscene.b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_qa.b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_deb_setscene.77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_deb.77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_ipk_setscene.26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_ipk.26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_rpm_setscene.508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_rpm.508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_packagedata_setscene.68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_packagedata.68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_populate_lic_setscene.f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_populate_lic.f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_populate_sysroot_setscene.a22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_populate_sysroot.a22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_recipe_qa_setscene.b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_recipe_qa.b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_package_spdx_setscene.63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_package_spdx.63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_spdx_setscene.8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_spdx.8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_deploy_source_date_epoch_setscene.26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_deploy_source_date_epoch.26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_setscene.34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package.34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_qa_setscene.e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_qa.e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_deb_setscene.e2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_deb.e2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_ipk_setscene.e4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_ipk.e4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_rpm_setscene.4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_rpm.4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_packagedata_setscene.163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_packagedata.163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_lic_setscene.ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_lic.ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_sysroot_setscene.b71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_sysroot.b71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_recipe_qa_setscene.33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_recipe_qa.33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_package_spdx_setscene.392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_package_spdx.392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_spdx_setscene.3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_spdx.3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_deploy_source_date_epoch_setscene.03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_deploy_source_date_epoch.03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_setscene.a46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package.a46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_qa_setscene.e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_qa.e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_deb_setscene.bc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_deb.bc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_ipk_setscene.1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_ipk.1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_rpm_setscene.9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_rpm.9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_packagedata_setscene.75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_packagedata.75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_lic_setscene.c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_lic.c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_sysroot_setscene.4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_sysroot.4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_recipe_qa_setscene.1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_recipe_qa.1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_package_spdx_setscene.9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_package_spdx.9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_spdx_setscene.8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_spdx.8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_deploy_source_date_epoch_setscene.10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_deploy_source_date_epoch.10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_setscene.47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package.47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_qa_setscene.184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_qa.184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_deb_setscene.ee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_deb.ee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_ipk_setscene.ec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_ipk.ec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_rpm_setscene.9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_rpm.9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_packagedata_setscene.5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_packagedata.5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_lic_setscene.bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_lic.bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_sysroot_setscene.a7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_sysroot.a7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_recipe_qa_setscene.9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_recipe_qa.9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_package_spdx_setscene.7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_package_spdx.7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_spdx_setscene.ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_spdx.ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_deploy_source_date_epoch_setscene.60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_deploy_source_date_epoch.60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_setscene.4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package.4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_qa_setscene.653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_qa.653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_deb_setscene.385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_deb.385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_ipk_setscene.a772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_ipk.a772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_rpm_setscene.5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_rpm.5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_packagedata_setscene.d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_packagedata.d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_populate_lic_setscene.690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_populate_lic.690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_populate_sysroot_setscene.7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_populate_sysroot.7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_recipe_qa_setscene.24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_recipe_qa.24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_create_package_spdx_setscene.33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_create_package_spdx.33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_create_spdx_setscene.0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_create_spdx.0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_deploy_source_date_epoch_setscene.e45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_deploy_source_date_epoch.e45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_setscene.6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package.6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_qa_setscene.53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_qa.53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_write_deb_setscene.b868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_write_deb.b868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_write_ipk_setscene.4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_write_ipk.4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_write_rpm_setscene.632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_write_rpm.632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_packagedata_setscene.6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_packagedata.6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_populate_lic_setscene.1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_populate_lic.1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_populate_sysroot_setscene.a2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_populate_sysroot.a2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_recipe_qa_setscene.4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_recipe_qa.4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_package_spdx_setscene.7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_package_spdx.7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_spdx_setscene.a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_spdx.a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_deploy_source_date_epoch_setscene.1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_deploy_source_date_epoch.1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_setscene.0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package.0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_qa_setscene.b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_qa.b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_deb_setscene.5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_deb.5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_ipk_setscene.c2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_ipk.c2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_rpm_setscene.d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_rpm.d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_packagedata_setscene.5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_packagedata.5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_populate_lic_setscene.7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_populate_lic.7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_populate_sysroot_setscene.a1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_populate_sysroot.a1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_recipe_qa_setscene.aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_recipe_qa.aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_package_spdx_setscene.a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_package_spdx.a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_spdx_setscene.4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_spdx.4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_deploy_source_date_epoch_setscene.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_deploy_source_date_epoch.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_setscene.760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package.760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_qa_setscene.b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_qa.b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_deb_setscene.437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_deb.437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_ipk_setscene.84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_ipk.84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_rpm_setscene.e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_rpm.e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_packagedata_setscene.1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_packagedata.1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_recipe_qa_setscene.7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_recipe_qa.7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_package_spdx_setscene.3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_package_spdx.3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_spdx_setscene.92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_spdx.92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_deploy_source_date_epoch_setscene.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_deploy_source_date_epoch.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_setscene.ea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package.ea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_qa_setscene.b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_qa.b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_deb_setscene.59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_deb.59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_ipk_setscene.451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_ipk.451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_rpm_setscene.a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_rpm.a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_packagedata_setscene.397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_packagedata.397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_recipe_qa_setscene.6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_recipe_qa.6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_package_spdx_setscene.29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_package_spdx.29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_spdx_setscene.0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_spdx.0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_deploy_source_date_epoch_setscene.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_deploy_source_date_epoch.81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_setscene.61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package.61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_qa_setscene.7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_qa.7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_deb_setscene.69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_deb.69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_ipk_setscene.80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_ipk.80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_rpm_setscene.ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_rpm.ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_packagedata_setscene.47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_packagedata.47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_recipe_qa_setscene.a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_recipe_qa.a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_create_package_spdx_setscene.e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_create_package_spdx.e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_create_spdx_setscene.9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_create_spdx.9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_deploy_source_date_epoch_setscene.abdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_deploy_source_date_epoch.abdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_setscene.0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package.0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_qa_setscene.2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_qa.2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_write_deb_setscene.559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_write_deb.559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_write_ipk_setscene.585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_write_ipk.585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_write_rpm_setscene.3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_write_rpm.3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_packagedata_setscene.866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_packagedata.866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_populate_lic_setscene.8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_populate_lic.8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_populate_sysroot_setscene.6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_populate_sysroot.6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_recipe_qa_setscene.ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_recipe_qa.ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_package_spdx_setscene.b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_package_spdx.b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_spdx_setscene.6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_spdx.6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_deploy_source_date_epoch_setscene.14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_deploy_source_date_epoch.14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_setscene.323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package.323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_qa_setscene.eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_qa.eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_deb_setscene.44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_deb.44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_ipk_setscene.00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_ipk.00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_rpm_setscene.15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_rpm.15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_packagedata_setscene.7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_packagedata.7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_lic_setscene.f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_lic.f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_sysroot_setscene.61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_sysroot.61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_recipe_qa_setscene.af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_recipe_qa.af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_package_spdx_setscene.01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_package_spdx.01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_spdx_setscene.875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_spdx.875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_deploy_source_date_epoch_setscene.9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_deploy_source_date_epoch.9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_setscene.18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package.18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_qa_setscene.02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_qa.02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_deb_setscene.0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_deb.0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_ipk_setscene.5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_ipk.5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_rpm_setscene.047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_rpm.047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_packagedata_setscene.18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_packagedata.18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_populate_lic_setscene.d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_populate_lic.d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_populate_sysroot_setscene.c1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_populate_sysroot.c1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_recipe_qa_setscene.e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_recipe_qa.e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_create_package_spdx_setscene.7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_create_package_spdx.7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_create_spdx_setscene.57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_create_spdx.57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_deploy_source_date_epoch_setscene.bdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_deploy_source_date_epoch.bdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_setscene.4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package.4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_qa_setscene.c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_qa.c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_write_deb_setscene.5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_write_deb.5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_write_ipk_setscene.d80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_write_ipk.d80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_write_rpm_setscene.0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_write_rpm.0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_packagedata_setscene.81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_packagedata.81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_populate_lic_setscene.7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_populate_lic.7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_populate_sysroot_setscene.68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_populate_sysroot.68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_recipe_qa_setscene.d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_recipe_qa.d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_create_package_spdx_setscene.db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_create_package_spdx.db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_create_spdx_setscene.75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_create_spdx.75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_deploy_source_date_epoch_setscene.f2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_deploy_source_date_epoch.f2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_setscene.40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package.40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_qa_setscene.6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_qa.6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_write_deb_setscene.338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_write_deb.338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_write_ipk_setscene.caccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_write_ipk.caccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_write_rpm_setscene.e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_write_rpm.e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_packagedata_setscene.c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_packagedata.c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_populate_lic_setscene.c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_populate_lic.c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_populate_sysroot_setscene.b7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_populate_sysroot.b7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_recipe_qa_setscene.9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_recipe_qa.9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_package_spdx_setscene.84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_package_spdx.84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_spdx_setscene.eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_spdx.eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_deploy_source_date_epoch_setscene.49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_deploy_source_date_epoch.49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_setscene.af707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package.af707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_qa_setscene.4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_qa.4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_deb_setscene.2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_deb.2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_ipk_setscene.7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_ipk.7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_rpm_setscene.72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_rpm.72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_packagedata_setscene.012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_packagedata.012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_lic_setscene.ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_lic.ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_sysroot_setscene.21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_sysroot.21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_recipe_qa_setscene.6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_recipe_qa.6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_create_package_spdx_setscene.42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_create_package_spdx.42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_create_spdx_setscene.1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_create_spdx.1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_deploy_source_date_epoch_setscene.ee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_deploy_source_date_epoch.ee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_setscene.ccd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package.ccd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_qa_setscene.861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_qa.861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_write_deb_setscene.5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_write_deb.5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_write_ipk_setscene.d6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_write_ipk.d6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_write_rpm_setscene.6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_write_rpm.6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_packagedata_setscene.48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_packagedata.48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_populate_lic_setscene.3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_populate_lic.3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_populate_sysroot_setscene.50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_populate_sysroot.50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_recipe_qa_setscene.4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_recipe_qa.4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_create_package_spdx_setscene.4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_create_package_spdx.4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_create_spdx_setscene.3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_create_spdx.3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_deploy_source_date_epoch_setscene.e334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_deploy_source_date_epoch.e334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_setscene.5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package.5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_qa_setscene.7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_qa.7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_write_deb_setscene.98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_write_deb.98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_write_ipk_setscene.db13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_write_ipk.db13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_write_rpm_setscene.0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_write_rpm.0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_packagedata_setscene.bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_packagedata.bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_populate_lic_setscene.88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_populate_lic.88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_populate_sysroot_setscene.b5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_populate_sysroot.b5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_recipe_qa_setscene.c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_recipe_qa.c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_create_package_spdx_setscene.05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_create_package_spdx.05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_create_spdx_setscene.ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_create_spdx.ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_deploy_source_date_epoch_setscene.96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_deploy_source_date_epoch.96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_setscene.ee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package.ee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_qa_setscene.e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_qa.e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_write_deb_setscene.30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_write_deb.30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_write_ipk_setscene.6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_write_ipk.6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_write_rpm_setscene.9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_write_rpm.9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_packagedata_setscene.a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_packagedata.a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_populate_lic_setscene.e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_populate_lic.e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_populate_sysroot_setscene.5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_populate_sysroot.5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_recipe_qa_setscene.1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_recipe_qa.1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_package_spdx_setscene.b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_package_spdx.b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_spdx_setscene.6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_spdx.6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_deploy_source_date_epoch_setscene.64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_deploy_source_date_epoch.64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_setscene.3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package.3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_qa_setscene.2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_qa.2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_deb_setscene.9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_deb.9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_ipk_setscene.c6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_ipk.c6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_rpm_setscene.e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_rpm.e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_packagedata_setscene.893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_packagedata.893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_populate_lic_setscene.d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_populate_lic.d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_populate_sysroot_setscene.03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_populate_sysroot.03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_recipe_qa_setscene.29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_recipe_qa.29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_package_spdx_setscene.24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_package_spdx.24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_spdx_setscene.eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_spdx.eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_deploy_source_date_epoch_setscene.95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_deploy_source_date_epoch.95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_setscene.fc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package.fc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_qa_setscene.d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_qa.d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_deb_setscene.b23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_deb.b23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_ipk_setscene.f95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_ipk.f95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_rpm_setscene.f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_rpm.f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_packagedata_setscene.000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_packagedata.000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_populate_lic_setscene.f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_populate_lic.f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_populate_sysroot_setscene.236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_populate_sysroot.236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_recipe_qa_setscene.abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_recipe_qa.abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_package_spdx_setscene.b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_package_spdx.b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_spdx_setscene.831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_spdx.831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_deploy_source_date_epoch_setscene.9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_deploy_source_date_epoch.9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_setscene.04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package.04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_qa_setscene.51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_qa.51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_deb_setscene.c18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_deb.c18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_ipk_setscene.0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_ipk.0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_rpm_setscene.33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_rpm.33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_packagedata_setscene.96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_packagedata.96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_populate_lic_setscene.08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_populate_lic.08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_populate_sysroot_setscene.271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_populate_sysroot.271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_recipe_qa_setscene.4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_recipe_qa.4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_package_spdx_setscene.c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_package_spdx.c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_spdx_setscene.afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_spdx.afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_deploy_source_date_epoch_setscene.1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_deploy_source_date_epoch.1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_setscene.9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package.9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_qa_setscene.f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_qa.f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_deb_setscene.4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_deb.4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_ipk_setscene.299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_ipk.299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_rpm_setscene.ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_rpm.ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_packagedata_setscene.ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_packagedata.ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_populate_lic_setscene.adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_populate_lic.adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_populate_sysroot_setscene.f7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_populate_sysroot.f7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_recipe_qa_setscene.a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_recipe_qa.a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_create_package_spdx_setscene.6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_create_package_spdx.6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_create_spdx_setscene.9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_create_spdx.9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_deploy_source_date_epoch_setscene.98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_deploy_source_date_epoch.98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_setscene.595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package.595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_qa_setscene.2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_qa.2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_write_deb_setscene.cc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_write_deb.cc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_write_ipk_setscene.9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_write_ipk.9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_write_rpm_setscene.3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_write_rpm.3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_packagedata_setscene.6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_packagedata.6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_populate_lic_setscene.af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_populate_lic.af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_populate_sysroot_setscene.6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_populate_sysroot.6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_recipe_qa_setscene.49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_recipe_qa.49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_package_spdx_setscene.8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_package_spdx.8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_spdx_setscene.a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_spdx.a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_deploy_source_date_epoch_setscene.7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_deploy_source_date_epoch.7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_setscene.78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package.78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_qa_setscene.9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_qa.9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_deb_setscene.f3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_deb.f3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_ipk_setscene.5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_ipk.5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_rpm_setscene.bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_rpm.bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_packagedata_setscene.1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_packagedata.1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_populate_lic_setscene.0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_populate_lic.0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_populate_sysroot_setscene.bcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_populate_sysroot.bcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_recipe_qa_setscene.3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_recipe_qa.3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_package_spdx_setscene.bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_package_spdx.bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_spdx_setscene.c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_spdx.c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_deploy_source_date_epoch_setscene.fc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_deploy_source_date_epoch.fc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_setscene.e8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package.e8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_qa_setscene.b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_qa.b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_deb_setscene.cda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_deb.cda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_ipk_setscene.8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_ipk.8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_rpm_setscene.40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_rpm.40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_packagedata_setscene.19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_packagedata.19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_populate_lic_setscene.f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_populate_lic.f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_populate_sysroot_setscene.1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_populate_sysroot.1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_recipe_qa_setscene.9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_recipe_qa.9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_create_package_spdx_setscene.9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_create_package_spdx.9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_create_spdx_setscene.e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_create_spdx.e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_deploy_source_date_epoch_setscene.e1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_deploy_source_date_epoch.e1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_setscene.bd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package.bd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_qa_setscene.07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_qa.07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_write_deb_setscene.c2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_write_deb.c2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_write_ipk_setscene.1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_write_ipk.1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_write_rpm_setscene.2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_write_rpm.2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_packagedata_setscene.44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_packagedata.44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_populate_lic_setscene.8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_populate_lic.8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_populate_sysroot_setscene.7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_populate_sysroot.7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_recipe_qa_setscene.f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_recipe_qa.f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_package_spdx_setscene.d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_package_spdx.d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_spdx_setscene.b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_spdx.b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_deploy_source_date_epoch_setscene.84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_deploy_source_date_epoch.84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_setscene.b7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package.b7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_qa_setscene.691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_qa.691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_deb_setscene.dc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_deb.dc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_ipk_setscene.e5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_ipk.e5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_rpm_setscene.9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_rpm.9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_packagedata_setscene.a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_packagedata.a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_populate_lic_setscene.079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_populate_lic.079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_populate_sysroot_setscene.6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_populate_sysroot.6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_recipe_qa_setscene.97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_recipe_qa.97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_package_spdx_setscene.c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_package_spdx.c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_spdx_setscene.960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_spdx.960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_deploy_source_date_epoch_setscene.4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_deploy_source_date_epoch.4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_setscene.d3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package.d3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_qa_setscene.3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_qa.3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_deb_setscene.9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_deb.9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_ipk_setscene.147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_ipk.147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_rpm_setscene.9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_rpm.9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_packagedata_setscene.544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_packagedata.544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_populate_lic_setscene.e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_populate_lic.e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_populate_sysroot_setscene.742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_populate_sysroot.742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_recipe_qa_setscene.754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_recipe_qa.754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_package_spdx_setscene.4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_package_spdx.4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_spdx_setscene.7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_spdx.7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_deploy_source_date_epoch_setscene.5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_deploy_source_date_epoch.5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_setscene.6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package.6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_qa_setscene.8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_qa.8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_deb_setscene.da48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_deb.da48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_ipk_setscene.82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_ipk.82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_rpm_setscene.d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_rpm.d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_packagedata_setscene.d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_packagedata.d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_populate_lic_setscene.c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_populate_lic.c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_populate_sysroot_setscene.2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_populate_sysroot.2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_recipe_qa_setscene.b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_recipe_qa.b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_package_spdx_setscene.ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_package_spdx.ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_spdx_setscene.0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_spdx.0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_deploy_source_date_epoch_setscene.e75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_deploy_source_date_epoch.e75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_setscene.d7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package.d7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_qa_setscene.0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_qa.0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_deb_setscene.731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_deb.731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_ipk_setscene.aef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_ipk.aef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_rpm_setscene.baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_rpm.baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_packagedata_setscene.8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_packagedata.8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_populate_lic_setscene.1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_populate_lic.1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_populate_sysroot_setscene.e7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_populate_sysroot.e7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_recipe_qa_setscene.e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_recipe_qa.e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_create_package_spdx_setscene.bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_create_package_spdx.bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_create_spdx_setscene.31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_create_spdx.31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_deploy_source_date_epoch_setscene.96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_deploy_source_date_epoch.96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_setscene.536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package.536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_qa_setscene.52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_qa.52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_write_deb_setscene.e3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_write_deb.e3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_write_ipk_setscene.7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_write_ipk.7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_write_rpm_setscene.2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_write_rpm.2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_packagedata_setscene.870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_packagedata.870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_populate_lic_setscene.2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_populate_lic.2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_populate_sysroot_setscene.3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_populate_sysroot.3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_recipe_qa_setscene.1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_recipe_qa.1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_package_spdx_setscene.468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_package_spdx.468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_spdx_setscene.9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_spdx.9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_deploy_source_date_epoch_setscene.41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_deploy_source_date_epoch.41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_setscene.4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package.4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_qa_setscene.6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_qa.6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_deb_setscene.5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_deb.5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_ipk_setscene.5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_ipk.5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_rpm_setscene.0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_rpm.0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_packagedata_setscene.4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_packagedata.4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_populate_lic_setscene.c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_populate_lic.c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_populate_sysroot_setscene.315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_populate_sysroot.315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_recipe_qa_setscene.8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_recipe_qa.8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_create_package_spdx_setscene.d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_create_package_spdx.d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_create_spdx_setscene.d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_create_spdx.d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_deploy_source_date_epoch_setscene.8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_deploy_source_date_epoch.8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_setscene.cdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package.cdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_qa_setscene.cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_qa.cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_write_deb_setscene.00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_write_deb.00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_write_ipk_setscene.4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_write_ipk.4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_write_rpm_setscene.fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_write_rpm.fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_packagedata_setscene.8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_packagedata.8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_populate_lic_setscene.e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_populate_lic.e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_populate_sysroot_setscene.2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_populate_sysroot.2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_recipe_qa_setscene.98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_recipe_qa.98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_package_spdx_setscene.0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_package_spdx.0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_spdx_setscene.fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_spdx.fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_deploy_source_date_epoch_setscene.65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_deploy_source_date_epoch.65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_setscene.53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package.53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_qa_setscene.8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_qa.8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_deb_setscene.43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_deb.43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_ipk_setscene.7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_ipk.7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_rpm_setscene.d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_rpm.d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_packagedata_setscene.e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_packagedata.e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_lic_setscene.59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_lic.59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_sysroot_setscene.af24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_sysroot.af24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_recipe_qa_setscene.dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_recipe_qa.dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_package_spdx_setscene.277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_package_spdx.277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_spdx_setscene.150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_spdx.150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_deploy_source_date_epoch_setscene.b341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_deploy_source_date_epoch.b341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_setscene.9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package.9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_qa_setscene.7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_qa.7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_deb_setscene.c9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_deb.c9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_ipk_setscene.e5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_ipk.e5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_rpm_setscene.17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_rpm.17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_packagedata_setscene.03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_packagedata.03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_populate_lic_setscene.78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_populate_lic.78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_populate_sysroot_setscene.d93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_populate_sysroot.d93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_recipe_qa_setscene.89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_recipe_qa.89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_package_spdx_setscene.36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_package_spdx.36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_spdx_setscene.f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_spdx.f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_deploy_source_date_epoch_setscene.b16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_deploy_source_date_epoch.b16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_setscene.2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package.2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_qa_setscene.e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_qa.e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_deb_setscene.8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_deb.8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_ipk_setscene.a519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_ipk.a519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_rpm_setscene.8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_rpm.8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_packagedata_setscene.756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_packagedata.756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_populate_lic_setscene.9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_populate_lic.9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_populate_sysroot_setscene.14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_populate_sysroot.14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_recipe_qa_setscene.3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_recipe_qa.3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_package_spdx_setscene.2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_package_spdx.2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_spdx_setscene.66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_spdx.66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_deploy_source_date_epoch_setscene.31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_deploy_source_date_epoch.31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_setscene.7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package.7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_qa_setscene.cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_qa.cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_deb_setscene.1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_deb.1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_ipk_setscene.abca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_ipk.abca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_rpm_setscene.eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_rpm.eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_packagedata_setscene.986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_packagedata.986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_populate_lic_setscene.36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_populate_lic.36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_populate_sysroot_setscene.1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_populate_sysroot.1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_recipe_qa_setscene.160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_recipe_qa.160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_package_spdx_setscene.2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_package_spdx.2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_spdx_setscene.dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_spdx.dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_deploy_source_date_epoch_setscene.927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_deploy_source_date_epoch.927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_setscene.8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package.8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_qa_setscene.7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_qa.7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_deb_setscene.d2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_deb.d2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_ipk_setscene.44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_ipk.44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_rpm_setscene.722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_rpm.722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_packagedata_setscene.3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_packagedata.3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_populate_lic_setscene.b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_populate_lic.b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_populate_sysroot_setscene.1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_populate_sysroot.1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_recipe_qa_setscene.57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_recipe_qa.57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_package_spdx_setscene.9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_package_spdx.9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_spdx_setscene.cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_spdx.cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_deploy_source_date_epoch_setscene.3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_deploy_source_date_epoch.3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_setscene.ab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package.ab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_qa_setscene.ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_qa.ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_deb_setscene.1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_deb.1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_ipk_setscene.5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_ipk.5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_rpm_setscene.b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_rpm.b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_packagedata_setscene.f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_packagedata.f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_populate_lic_setscene.1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_populate_lic.1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_populate_sysroot_setscene.161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_populate_sysroot.161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_recipe_qa_setscene.27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_recipe_qa.27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_package_spdx_setscene.0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_package_spdx.0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_spdx_setscene.0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_spdx.0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_deploy_source_date_epoch_setscene.0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_deploy_source_date_epoch.0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_setscene.5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package.5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_qa_setscene.106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_qa.106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_deb_setscene.cb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_deb.cb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_ipk_setscene.a3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_ipk.a3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_rpm_setscene.cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_rpm.cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_packagedata_setscene.c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_packagedata.c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_populate_lic_setscene.b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_populate_lic.b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_populate_sysroot_setscene.0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_populate_sysroot.0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_recipe_qa_setscene.ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_recipe_qa.ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_package_spdx_setscene.bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_package_spdx.bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_spdx_setscene.5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_spdx.5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_deploy_source_date_epoch_setscene.6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_deploy_source_date_epoch.6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_setscene.3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package.3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_qa_setscene.bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_qa.bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_deb_setscene.8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_deb.8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_ipk_setscene.4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_ipk.4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_rpm_setscene.a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_rpm.a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_packagedata_setscene.b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_packagedata.b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_populate_lic_setscene.0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_populate_lic.0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_populate_sysroot_setscene.50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_populate_sysroot.50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_recipe_qa_setscene.133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_recipe_qa.133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_create_package_spdx_setscene.233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_create_package_spdx.233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_create_spdx_setscene.3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_create_spdx.3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_deploy_source_date_epoch_setscene.54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_deploy_source_date_epoch.54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_setscene.cceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package.cceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_qa_setscene.d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_qa.d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_write_deb_setscene.ea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_write_deb.ea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_write_ipk_setscene.1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_write_ipk.1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_write_rpm_setscene.5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_write_rpm.5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_packagedata_setscene.60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_packagedata.60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_populate_lic_setscene.536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_populate_lic.536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_populate_sysroot_setscene.c59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_populate_sysroot.c59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_recipe_qa_setscene.6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_recipe_qa.6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_package_spdx_setscene.76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_package_spdx.76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_spdx_setscene.4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_spdx.4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_deploy_source_date_epoch_setscene.e3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_deploy_source_date_epoch.e3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_setscene.927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package.927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_qa_setscene.e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_qa.e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_deb_setscene.f370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_deb.f370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_ipk_setscene.879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_ipk.879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_rpm_setscene.28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_rpm.28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_packagedata_setscene.6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_packagedata.6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_lic_setscene.f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_lic.f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_sysroot_setscene.56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_sysroot.56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_recipe_qa_setscene.83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_recipe_qa.83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_create_package_spdx_setscene.593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_create_package_spdx.593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_create_spdx_setscene.02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_create_spdx.02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_deploy_source_date_epoch_setscene.b28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_deploy_source_date_epoch.b28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_setscene.64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package.64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_qa_setscene.a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_qa.a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_write_deb_setscene.f89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_write_deb.f89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_write_ipk_setscene.ee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_write_ipk.ee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_write_rpm_setscene.e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_write_rpm.e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_packagedata_setscene.025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_packagedata.025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_populate_lic_setscene.37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_populate_lic.37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_populate_sysroot_setscene.678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_populate_sysroot.678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_recipe_qa_setscene.503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_recipe_qa.503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_package_spdx_setscene.6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_package_spdx.6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_spdx_setscene.20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_spdx.20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_deploy_source_date_epoch_setscene.b67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_deploy_source_date_epoch.b67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_setscene.12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package.12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_qa_setscene.ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_qa.ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_deb_setscene.deb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_deb.deb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_ipk_setscene.c5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_ipk.c5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_rpm_setscene.2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_rpm.2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_packagedata_setscene.320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_packagedata.320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_lic_setscene.6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_lic.6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_sysroot_setscene.7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_sysroot.7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_recipe_qa_setscene.a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_recipe_qa.a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_create_package_spdx_setscene.0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_create_package_spdx.0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_create_spdx_setscene.adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_create_spdx.adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_deploy_source_date_epoch_setscene.c45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_deploy_source_date_epoch.c45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_setscene.f0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package.f0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_qa_setscene.27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_qa.27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_write_deb_setscene.6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_write_deb.6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_write_ipk_setscene.4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_write_ipk.4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_write_rpm_setscene.87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_write_rpm.87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_packagedata_setscene.6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_packagedata.6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_populate_lic_setscene.c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_populate_lic.c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_populate_sysroot_setscene.9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_populate_sysroot.9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_recipe_qa_setscene.8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_recipe_qa.8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_package_spdx_setscene.fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_package_spdx.fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_spdx_setscene.76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_spdx.76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_deploy_source_date_epoch_setscene.47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_deploy_source_date_epoch.47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_setscene.d148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package.d148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_qa_setscene.a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_qa.a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_deb_setscene.9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_deb.9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_ipk_setscene.8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_ipk.8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_rpm_setscene.735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_rpm.735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_packagedata_setscene.5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_packagedata.5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_lic_setscene.e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_lic.e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_sysroot_setscene.ebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_sysroot.ebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_recipe_qa_setscene.680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_recipe_qa.680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_package_spdx_setscene.8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_package_spdx.8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_spdx_setscene.ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_spdx.ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_deploy_source_date_epoch_setscene.cdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_deploy_source_date_epoch.cdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_setscene.5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package.5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_qa_setscene.2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_qa.2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_deb_setscene.faadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_deb.faadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_ipk_setscene.f6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_ipk.f6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_rpm_setscene.10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_rpm.10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_packagedata_setscene.f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_packagedata.f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_lic_setscene.b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_lic.b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_sysroot_setscene.c5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_sysroot.c5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_recipe_qa_setscene.fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_recipe_qa.fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_create_package_spdx_setscene.737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_create_package_spdx.737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_create_spdx_setscene.a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_create_spdx.a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_deploy_source_date_epoch_setscene.0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_deploy_source_date_epoch.0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_setscene.8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package.8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_qa_setscene.f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_qa.f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_write_deb_setscene.7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_write_deb.7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_write_ipk_setscene.0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_write_ipk.0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_write_rpm_setscene.e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_write_rpm.e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_packagedata_setscene.73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_packagedata.73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_populate_lic_setscene.b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_populate_lic.b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_populate_sysroot_setscene.5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_populate_sysroot.5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_recipe_qa_setscene.545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_recipe_qa.545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_package_spdx_setscene.7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_package_spdx.7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_spdx_setscene.6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_spdx.6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_deploy_source_date_epoch_setscene.497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_deploy_source_date_epoch.497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_setscene.79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package.79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_qa_setscene.7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_qa.7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_deb_setscene.0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_deb.0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_ipk_setscene.08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_ipk.08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_rpm_setscene.8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_rpm.8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_packagedata_setscene.5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_packagedata.5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_lic_setscene.8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_lic.8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_sysroot_setscene.6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_sysroot.6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_recipe_qa_setscene.8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_recipe_qa.8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_create_package_spdx_setscene.98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_create_package_spdx.98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_create_spdx_setscene.f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_create_spdx.f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_deploy_source_date_epoch_setscene.e820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_deploy_source_date_epoch.e820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_setscene.3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package.3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_qa_setscene.dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_qa.dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_write_deb_setscene.1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_write_deb.1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_write_ipk_setscene.f439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_write_ipk.f439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_write_rpm_setscene.3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_write_rpm.3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_packagedata_setscene.b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_packagedata.b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_populate_lic_setscene.9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_populate_lic.9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_populate_sysroot_setscene.f8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_populate_sysroot.f8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_recipe_qa_setscene.5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_recipe_qa.5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_package_spdx_setscene.8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_package_spdx.8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_spdx_setscene.260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_spdx.260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_deploy_source_date_epoch_setscene.2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_deploy_source_date_epoch.2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_setscene.2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package.2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_qa_setscene.9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_qa.9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_deb_setscene.ec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_deb.ec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_ipk_setscene.35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_ipk.35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_rpm_setscene.e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_rpm.e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_packagedata_setscene.3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_packagedata.3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_lic_setscene.18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_lic.18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_sysroot_setscene.e81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_sysroot.e81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_recipe_qa_setscene.a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_recipe_qa.a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_create_package_spdx_setscene.feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_create_package_spdx.feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_create_spdx_setscene.867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_create_spdx.867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_deploy_source_date_epoch_setscene.bb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_deploy_source_date_epoch.bb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_setscene.7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package.7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_qa_setscene.5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_qa.5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_write_deb_setscene.b23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_write_deb.b23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_write_ipk_setscene.b8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_write_ipk.b8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_write_rpm_setscene.0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_write_rpm.0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_packagedata_setscene.f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_packagedata.f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_populate_lic_setscene.945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_populate_lic.945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_populate_sysroot_setscene.2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_populate_sysroot.2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_recipe_qa_setscene.a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_recipe_qa.a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_package_spdx_setscene.8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_package_spdx.8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_spdx_setscene.6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_spdx.6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_deploy_source_date_epoch_setscene.dcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_deploy_source_date_epoch.dcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_setscene.2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package.2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_qa_setscene.8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_qa.8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_deb_setscene.31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_deb.31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_ipk_setscene.d2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_ipk.d2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_rpm_setscene.2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_rpm.2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_packagedata_setscene.b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_packagedata.b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_lic_setscene.480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_lic.480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_sysroot_setscene.3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_sysroot.3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_recipe_qa_setscene.c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_recipe_qa.c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_package_spdx_setscene.b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_package_spdx.b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_spdx_setscene.88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_spdx.88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_deploy_source_date_epoch_setscene.f23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_deploy_source_date_epoch.f23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_setscene.6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package.6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_qa_setscene.ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_qa.ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_deb_setscene.cf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_deb.cf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_ipk_setscene.3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_ipk.3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_rpm_setscene.5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_rpm.5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_packagedata_setscene.994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_packagedata.994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_lic_setscene.5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_lic.5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_sysroot_setscene.81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_sysroot.81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_recipe_qa_setscene.bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_recipe_qa.bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_create_package_spdx_setscene.9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_create_package_spdx.9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_create_spdx_setscene.ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_create_spdx.ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_deploy_source_date_epoch_setscene.2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_deploy_source_date_epoch.2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_setscene.f5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package.f5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_qa_setscene.c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_qa.c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_write_deb_setscene.2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_write_deb.2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_write_ipk_setscene.19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_write_ipk.19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_write_rpm_setscene.3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_write_rpm.3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_packagedata_setscene.db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_packagedata.db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_populate_lic_setscene.503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_populate_lic.503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_populate_sysroot_setscene.73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_populate_sysroot.73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_recipe_qa_setscene.8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_recipe_qa.8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_create_package_spdx_setscene.c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_create_package_spdx.c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_create_spdx_setscene.ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_create_spdx.ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_deploy_source_date_epoch_setscene.f11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_deploy_source_date_epoch.f11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_setscene.1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package.1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_qa_setscene.2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_qa.2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_write_deb_setscene.691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_write_deb.691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_write_ipk_setscene.74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_write_ipk.74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_write_rpm_setscene.b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_write_rpm.b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_packagedata_setscene.1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_packagedata.1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_populate_lic_setscene.a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_populate_lic.a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_populate_sysroot_setscene.077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_populate_sysroot.077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_recipe_qa_setscene.21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_recipe_qa.21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_package_spdx_setscene.e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_package_spdx.e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_spdx_setscene.d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_spdx.d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_deploy_source_date_epoch_setscene.595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_deploy_source_date_epoch.595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_setscene.c8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package.c8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_qa_setscene.3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_qa.3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_deb_setscene.0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_deb.0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_ipk_setscene.4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_ipk.4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_rpm_setscene.424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_rpm.424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_packagedata_setscene.fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_packagedata.fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_lic_setscene.aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_lic.aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_sysroot_setscene.7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_sysroot.7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_recipe_qa_setscene.f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_recipe_qa.f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_package_spdx_setscene.eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_package_spdx.eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_spdx_setscene.ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_spdx.ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_deploy_source_date_epoch_setscene.c2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_deploy_source_date_epoch.c2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_setscene.55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package.55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_qa_setscene.c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_qa.c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_deb_setscene.7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_deb.7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_ipk_setscene.0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_ipk.0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_rpm_setscene.b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_rpm.b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_packagedata_setscene.c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_packagedata.c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_lic_setscene.1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_lic.1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_sysroot_setscene.5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_sysroot.5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_recipe_qa_setscene.9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_recipe_qa.9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_package_spdx_setscene.31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_package_spdx.31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_spdx_setscene.94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_spdx.94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_deploy_source_date_epoch_setscene.87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_deploy_source_date_epoch.87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_setscene.fc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package.fc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_qa_setscene.b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_qa.b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_deb_setscene.2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_deb.2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_ipk_setscene.e076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_ipk.e076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_rpm_setscene.bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_rpm.bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_packagedata_setscene.5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_packagedata.5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_lic_setscene.fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_lic.fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_sysroot_setscene.66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_sysroot.66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_recipe_qa_setscene.0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_recipe_qa.0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_package_spdx_setscene.49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_package_spdx.49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_spdx_setscene.eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_spdx.eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_deploy_source_date_epoch_setscene.e60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_deploy_source_date_epoch.e60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_setscene.213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package.213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_qa_setscene.12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_qa.12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_deb_setscene.68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_deb.68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_ipk_setscene.6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_ipk.6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_rpm_setscene.8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_rpm.8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_packagedata_setscene.b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_packagedata.b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_lic_setscene.170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_lic.170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_sysroot_setscene.33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_sysroot.33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_recipe_qa_setscene.cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_recipe_qa.cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_package_spdx_setscene.b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_package_spdx.b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_spdx_setscene.b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_spdx.b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_deploy_source_date_epoch_setscene.f504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_deploy_source_date_epoch.f504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_setscene.36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package.36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_qa_setscene.481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_qa.481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_deb_setscene.c113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_deb.c113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_ipk_setscene.f283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_ipk.f283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_rpm_setscene.1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_rpm.1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_packagedata_setscene.c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_packagedata.c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_lic_setscene.8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_lic.8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_sysroot_setscene.0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_sysroot.0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_recipe_qa_setscene.3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_recipe_qa.3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_create_package_spdx_setscene.2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_create_package_spdx.2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_create_spdx_setscene.767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_create_spdx.767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_deploy_source_date_epoch_setscene.97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_deploy_source_date_epoch.97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_setscene.e773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package.e773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_qa_setscene.922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_qa.922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_write_deb_setscene.0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_write_deb.0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_write_ipk_setscene.a05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_write_ipk.a05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_write_rpm_setscene.de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_write_rpm.de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_packagedata_setscene.502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_packagedata.502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_populate_lic_setscene.96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_populate_lic.96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_populate_sysroot_setscene.2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_populate_sysroot.2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_recipe_qa_setscene.cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_recipe_qa.cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_create_package_spdx_setscene.8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_create_package_spdx.8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_create_spdx_setscene.19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_create_spdx.19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_deploy_source_date_epoch_setscene.ce5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_deploy_source_date_epoch.ce5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_setscene.37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package.37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_qa_setscene.2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_qa.2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_write_deb_setscene.8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_write_deb.8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_write_ipk_setscene.4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_write_ipk.4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_write_rpm_setscene.e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_write_rpm.e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_packagedata_setscene.12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_packagedata.12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_populate_lic_setscene.018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_populate_lic.018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_populate_sysroot_setscene.ed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_populate_sysroot.ed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_recipe_qa_setscene.a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_recipe_qa.a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_create_package_spdx_setscene.e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_create_package_spdx.e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_create_spdx_setscene.6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_create_spdx.6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_deploy_source_date_epoch_setscene.7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_deploy_source_date_epoch.7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_setscene.d1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package.d1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_qa_setscene.9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_qa.9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_write_deb_setscene.71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_write_deb.71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_write_ipk_setscene.c73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_write_ipk.c73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_write_rpm_setscene.1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_write_rpm.1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_packagedata_setscene.fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_packagedata.fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_populate_lic_setscene.1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_populate_lic.1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_populate_sysroot_setscene.ae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_populate_sysroot.ae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_recipe_qa_setscene.894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_recipe_qa.894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_package_spdx_setscene.5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_package_spdx.5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_spdx_setscene.ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_spdx.ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_deploy_source_date_epoch_setscene.c570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_deploy_source_date_epoch.c570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_setscene.a6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package.a6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_qa_setscene.4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_qa.4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_deb_setscene.6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_deb.6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_ipk_setscene.22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_ipk.22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_rpm_setscene.0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_rpm.0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_packagedata_setscene.d685f418c31264eba01166c8181a45985096746507f144d91478239719744280.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_packagedata.d685f418c31264eba01166c8181a45985096746507f144d91478239719744280.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_lic_setscene.3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_lic.3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_sysroot_setscene.45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_sysroot.45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_recipe_qa_setscene.236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_recipe_qa.236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_package_spdx_setscene.49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_package_spdx.49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_spdx_setscene.bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_spdx.bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_deploy_source_date_epoch_setscene.7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_deploy_source_date_epoch.7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_setscene.eaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package.eaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_qa_setscene.e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_qa.e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_deb_setscene.916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_deb.916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_ipk_setscene.3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_ipk.3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_rpm_setscene.81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_rpm.81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_packagedata_setscene.42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_packagedata.42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_lic_setscene.4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_lic.4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_sysroot_setscene.af0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_sysroot.af0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_recipe_qa_setscene.85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_recipe_qa.85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_package_spdx_setscene.9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_package_spdx.9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_spdx_setscene.4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_spdx.4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_deploy_source_date_epoch_setscene.13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_deploy_source_date_epoch.13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_setscene.4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package.4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_qa_setscene.23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_qa.23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_deb_setscene.9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_deb.9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_ipk_setscene.2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_ipk.2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_rpm_setscene.abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_rpm.abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_packagedata_setscene.06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_packagedata.06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_lic_setscene.3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_lic.3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_sysroot_setscene.a15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_sysroot.a15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_recipe_qa_setscene.7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_recipe_qa.7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_package_spdx_setscene.cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_package_spdx.cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_spdx_setscene.8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_spdx.8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_deploy_source_date_epoch_setscene.3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_deploy_source_date_epoch.3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_setscene.fbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package.fbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_qa_setscene.cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_qa.cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_deb_setscene.6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_deb.6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_ipk_setscene.30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_ipk.30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_rpm_setscene.9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_rpm.9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_packagedata_setscene.ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_packagedata.ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_lic_setscene.e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_lic.e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_sysroot_setscene.f9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_sysroot.f9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_recipe_qa_setscene.4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_recipe_qa.4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_package_spdx_setscene.8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_package_spdx.8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_spdx_setscene.19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_spdx.19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_deploy_source_date_epoch_setscene.9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_deploy_source_date_epoch.9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_setscene.7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package.7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_qa_setscene.09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_qa.09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_deb_setscene.6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_deb.6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_ipk_setscene.7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_ipk.7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_rpm_setscene.164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_rpm.164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_packagedata_setscene.29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_packagedata.29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_lic_setscene.6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_lic.6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_sysroot_setscene.da5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_sysroot.da5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_recipe_qa_setscene.4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_recipe_qa.4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_package_spdx_setscene.70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_package_spdx.70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_spdx_setscene.a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_spdx.a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_deploy_source_date_epoch_setscene.b6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_deploy_source_date_epoch.b6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_setscene.0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package.0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_qa_setscene.ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_qa.ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_deb_setscene.05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_deb.05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_ipk_setscene.6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_ipk.6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_rpm_setscene.8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_rpm.8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_packagedata_setscene.fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_packagedata.fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_lic_setscene.16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_lic.16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_sysroot_setscene.ce0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_sysroot.ce0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_recipe_qa_setscene.cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_recipe_qa.cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_package_spdx_setscene.e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_package_spdx.e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_spdx_setscene.a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_spdx.a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_deploy_source_date_epoch_setscene.c6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_deploy_source_date_epoch.c6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_setscene.1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package.1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_qa_setscene.626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_qa.626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_deb_setscene.3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_deb.3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_ipk_setscene.9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_ipk.9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_rpm_setscene.0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_rpm.0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_packagedata_setscene.f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_packagedata.f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_lic_setscene.4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_lic.4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_sysroot_setscene.a7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_sysroot.a7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_recipe_qa_setscene.2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_recipe_qa.2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_package_spdx_setscene.b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_package_spdx.b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_spdx_setscene.7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_spdx.7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_deploy_source_date_epoch_setscene.fe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_deploy_source_date_epoch.fe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_setscene.6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package.6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_qa_setscene.90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_qa.90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_deb_setscene.2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_deb.2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_ipk_setscene.2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_ipk.2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_rpm_setscene.347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_rpm.347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_packagedata_setscene.5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_packagedata.5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_lic_setscene.2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_lic.2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_sysroot_setscene.f6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_sysroot.f6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_recipe_qa_setscene.294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_recipe_qa.294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_package_spdx_setscene.312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_package_spdx.312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_spdx_setscene.abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_spdx.abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_deploy_source_date_epoch_setscene.834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_deploy_source_date_epoch.834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_setscene.300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package.300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_qa_setscene.10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_qa.10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_deb_setscene.6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_deb.6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_ipk_setscene.8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_ipk.8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_rpm_setscene.66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_rpm.66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_packagedata_setscene.d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_packagedata.d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_lic_setscene.cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_lic.cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_sysroot_setscene.9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_sysroot.9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_recipe_qa_setscene.38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_recipe_qa.38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_package_spdx_setscene.827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_package_spdx.827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_spdx_setscene.6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_spdx.6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_deploy_source_date_epoch_setscene.7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_deploy_source_date_epoch.7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_setscene.075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package.075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_qa_setscene.3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_qa.3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_deb_setscene.9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_deb.9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_ipk_setscene.62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_ipk.62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_rpm_setscene.b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_rpm.b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_packagedata_setscene.732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_packagedata.732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_lic_setscene.9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_lic.9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_sysroot_setscene.624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_sysroot.624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_recipe_qa_setscene.2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_recipe_qa.2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_create_package_spdx_setscene.6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_create_package_spdx.6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_create_spdx_setscene.6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_create_spdx.6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_deploy_source_date_epoch_setscene.9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_deploy_source_date_epoch.9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_setscene.c44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package.c44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_qa_setscene.348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_qa.348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_write_deb_setscene.e640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_write_deb.e640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_write_ipk_setscene.a89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_write_ipk.a89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_write_rpm_setscene.b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_write_rpm.b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_packagedata_setscene.b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_packagedata.b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_populate_lic_setscene.739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_populate_lic.739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_populate_sysroot_setscene.028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_populate_sysroot.028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_recipe_qa_setscene.088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_recipe_qa.088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_package_spdx_setscene.68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_package_spdx.68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_spdx_setscene.f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_spdx.f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_deploy_source_date_epoch_setscene.e8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_deploy_source_date_epoch.e8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_setscene.a974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package.a974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_qa_setscene.3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_qa.3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_deb_setscene.a72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_deb.a72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_ipk_setscene.279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_ipk.279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_rpm_setscene.2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_rpm.2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_packagedata_setscene.97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_packagedata.97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_lic_setscene.473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_lic.473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_sysroot_setscene.8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_sysroot.8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_recipe_qa_setscene.fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_recipe_qa.fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_create_package_spdx_setscene.27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_create_package_spdx.27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_create_spdx_setscene.e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_create_spdx.e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_deploy_source_date_epoch_setscene.9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_deploy_source_date_epoch.9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_setscene.7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package.7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_qa_setscene.25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_qa.25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_write_deb_setscene.93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_write_deb.93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_write_ipk_setscene.56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_write_ipk.56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_write_rpm_setscene.69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_write_rpm.69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_packagedata_setscene.3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_packagedata.3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_populate_lic_setscene.1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_populate_lic.1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_populate_sysroot_setscene.bccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_populate_sysroot.bccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_recipe_qa_setscene.c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_recipe_qa.c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_create_package_spdx_setscene.b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_create_package_spdx.b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_create_spdx_setscene.288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_create_spdx.288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_deploy_source_date_epoch_setscene.2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_deploy_source_date_epoch.2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_setscene.f55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package.f55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_qa_setscene.d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_qa.d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_write_deb_setscene.6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_write_deb.6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_write_ipk_setscene.058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_write_ipk.058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_write_rpm_setscene.278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_write_rpm.278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_packagedata_setscene.682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_packagedata.682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_populate_lic_setscene.2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_populate_lic.2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_populate_sysroot_setscene.4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_populate_sysroot.4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_recipe_qa_setscene.6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_recipe_qa.6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_create_package_spdx_setscene.7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_create_package_spdx.7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_create_spdx_setscene.a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_create_spdx.a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_deploy_source_date_epoch_setscene.4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_deploy_source_date_epoch.4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_setscene.884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package.884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_qa_setscene.60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_qa.60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_write_deb_setscene.3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_write_deb.3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_write_ipk_setscene.261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_write_ipk.261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_write_rpm_setscene.21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_write_rpm.21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_packagedata_setscene.06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_packagedata.06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_populate_lic_setscene.80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_populate_lic.80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_populate_sysroot_setscene.5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_populate_sysroot.5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_recipe_qa_setscene.e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_recipe_qa.e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_package_spdx_setscene.6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_package_spdx.6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_spdx_setscene.1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_spdx.1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_deploy_source_date_epoch_setscene.94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_deploy_source_date_epoch.94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_setscene.ac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package.ac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_qa_setscene.fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_qa.fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_deb_setscene.1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_deb.1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_ipk_setscene.c5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_ipk.c5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_rpm_setscene.df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_rpm.df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_packagedata_setscene.acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_packagedata.acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_populate_lic_setscene.ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_populate_lic.ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_populate_sysroot_setscene.155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_populate_sysroot.155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_recipe_qa_setscene.a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_recipe_qa.a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_create_package_spdx_setscene.437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_create_package_spdx.437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_create_spdx_setscene.84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_create_spdx.84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_deploy_source_date_epoch_setscene.4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_deploy_source_date_epoch.4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_setscene.b243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package.b243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_qa_setscene.d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_qa.d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_write_deb_setscene.908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_write_deb.908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_write_ipk_setscene.0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_write_ipk.0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_write_rpm_setscene.f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_write_rpm.f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_packagedata_setscene.415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_packagedata.415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_populate_lic_setscene.91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_populate_lic.91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_populate_sysroot_setscene.ec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_populate_sysroot.ec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_recipe_qa_setscene.d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_recipe_qa.d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_package_spdx_setscene.98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_package_spdx.98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_spdx_setscene.43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_spdx.43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_deploy_source_date_epoch_setscene.06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_deploy_source_date_epoch.06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_setscene.151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package.151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_qa_setscene.1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_qa.1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_deb_setscene.a42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_deb.a42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_ipk_setscene.a5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_ipk.a5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_rpm_setscene.ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_rpm.ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_packagedata_setscene.0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_packagedata.0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_populate_lic_setscene.718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_populate_lic.718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_populate_sysroot_setscene.4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_populate_sysroot.4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_recipe_qa_setscene.56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_recipe_qa.56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_package_spdx_setscene.7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_package_spdx.7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_spdx_setscene.a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_spdx.a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_deploy_source_date_epoch_setscene.15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_deploy_source_date_epoch.15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_setscene.3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package.3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_qa_setscene.e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_qa.e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_deb_setscene.5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_deb.5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_ipk_setscene.6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_ipk.6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_rpm_setscene.2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_rpm.2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_packagedata_setscene.9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_packagedata.9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_populate_lic_setscene.6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_populate_lic.6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_populate_sysroot_setscene.0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_populate_sysroot.0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_recipe_qa_setscene.6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_recipe_qa.6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_package_spdx_setscene.6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_package_spdx.6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_spdx_setscene.ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_spdx.ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_deploy_source_date_epoch_setscene.eddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_deploy_source_date_epoch.eddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_lic_setscene.7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_lic.7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_sysroot_setscene.cb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_sysroot.cb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_recipe_qa_setscene.2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_recipe_qa.2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_package_spdx_setscene.e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_package_spdx.e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_spdx_setscene.d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_spdx.d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_deploy_source_date_epoch_setscene.4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_deploy_source_date_epoch.4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_setscene.414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package.414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_qa_setscene.e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_qa.e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_deb_setscene.119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_deb.119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_ipk_setscene.8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_ipk.8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_rpm_setscene.32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_rpm.32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_packagedata_setscene.e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_packagedata.e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_populate_lic_setscene.6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_populate_lic.6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_populate_sysroot_setscene.7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_populate_sysroot.7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_recipe_qa_setscene.0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_recipe_qa.0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_package_spdx_setscene.c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_package_spdx.c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_spdx_setscene.ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_spdx.ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_deploy_source_date_epoch_setscene.bdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_deploy_source_date_epoch.bdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_lic_setscene.8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_lic.8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_sysroot_setscene.58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_sysroot.58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_recipe_qa_setscene.e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_recipe_qa.e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_create_package_spdx_setscene.891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_create_package_spdx.891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_create_spdx_setscene.ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_create_spdx.ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_deploy_source_date_epoch_setscene.489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_deploy_source_date_epoch.489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_setscene.a92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package.a92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_qa_setscene.88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_qa.88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_write_deb_setscene.9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_write_deb.9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_write_ipk_setscene.657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_write_ipk.657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_write_rpm_setscene.6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_write_rpm.6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_packagedata_setscene.bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_packagedata.bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_populate_lic_setscene.7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_populate_lic.7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_populate_sysroot_setscene.cfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_populate_sysroot.cfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_recipe_qa_setscene.527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_recipe_qa.527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_create_package_spdx_setscene.f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_create_package_spdx.f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_create_spdx_setscene.0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_create_spdx.0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_deploy_source_date_epoch_setscene.68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_deploy_source_date_epoch.68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_setscene.1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package.1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_qa_setscene.ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_qa.ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_write_deb_setscene.ed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_write_deb.ed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_write_ipk_setscene.09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_write_ipk.09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_write_rpm_setscene.09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_write_rpm.09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_packagedata_setscene.331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_packagedata.331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_populate_lic_setscene.3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_populate_lic.3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_populate_sysroot_setscene.48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_populate_sysroot.48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_recipe_qa_setscene.c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_recipe_qa.c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_create_package_spdx_setscene.61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_create_package_spdx.61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_create_spdx_setscene.203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_create_spdx.203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_deploy_source_date_epoch_setscene.353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_deploy_source_date_epoch.353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_setscene.63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package.63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_qa_setscene.70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_qa.70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_write_deb_setscene.a1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_write_deb.a1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_write_ipk_setscene.8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_write_ipk.8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_write_rpm_setscene.06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_write_rpm.06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_packagedata_setscene.3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_packagedata.3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_populate_lic_setscene.2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_populate_lic.2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_populate_sysroot_setscene.cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_populate_sysroot.cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_recipe_qa_setscene.515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_recipe_qa.515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_package_spdx_setscene.834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_package_spdx.834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_spdx_setscene.138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_spdx.138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_deploy_source_date_epoch_setscene.d3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_deploy_source_date_epoch.d3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_setscene.37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package.37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_qa_setscene.4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_qa.4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_deb_setscene.ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_deb.ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_ipk_setscene.08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_ipk.08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_rpm_setscene.f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_rpm.f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_packagedata_setscene.10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_packagedata.10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_populate_lic_setscene.b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_populate_lic.b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_recipe_qa_setscene.74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_recipe_qa.74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_create_package_spdx_setscene.c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_create_package_spdx.c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_create_spdx_setscene.d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_create_spdx.d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_deploy_setscene.e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_deploy.e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_deploy_source_date_epoch_setscene.fe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_deploy_source_date_epoch.fe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_setscene.462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package.462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_qa_setscene.5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_qa.5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_write_deb_setscene.442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_write_deb.442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_write_ipk_setscene.6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_write_ipk.6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_write_rpm_setscene.2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_write_rpm.2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_packagedata_setscene.60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_packagedata.60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_populate_lic_setscene.a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_populate_lic.a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_populate_sysroot_setscene.85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_populate_sysroot.85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_recipe_qa_setscene.d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_recipe_qa.d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_shared_workdir_setscene.933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_shared_workdir.933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_create_package_spdx_setscene.8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_create_package_spdx.8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_create_spdx_setscene.e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_create_spdx.e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_deploy_source_date_epoch_setscene.2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_deploy_source_date_epoch.2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_setscene.b10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package.b10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_qa_setscene.7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_qa.7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_write_deb_setscene.b03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_write_deb.b03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_write_ipk_setscene.6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_write_ipk.6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_write_rpm_setscene.9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_write_rpm.9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_packagedata_setscene.1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_packagedata.1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_populate_lic_setscene.ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_populate_lic.ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_populate_sysroot_setscene.7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_populate_sysroot.7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_recipe_qa_setscene.d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_recipe_qa.d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_package_spdx_setscene.0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_package_spdx.0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_spdx_setscene.4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_spdx.4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_deploy_source_date_epoch_setscene.35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_deploy_source_date_epoch.35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_setscene.74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package.74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_qa_setscene.98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_qa.98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_deb_setscene.f39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_deb.f39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_ipk_setscene.4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_ipk.4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_rpm_setscene.41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_rpm.41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_packagedata_setscene.0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_packagedata.0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_populate_lic_setscene.6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_populate_lic.6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_populate_sysroot_setscene.b810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_populate_sysroot.b810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_recipe_qa_setscene.862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_recipe_qa.862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_create_package_spdx_setscene.3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_create_package_spdx.3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_create_spdx_setscene.0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_create_spdx.0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_deploy_source_date_epoch_setscene.44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_deploy_source_date_epoch.44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_setscene.434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package.434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_qa_setscene.90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_qa.90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_write_deb_setscene.aaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_write_deb.aaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_write_ipk_setscene.0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_write_ipk.0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_write_rpm_setscene.500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_write_rpm.500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_packagedata_setscene.42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_packagedata.42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_populate_lic_setscene.9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_populate_lic.9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_populate_sysroot_setscene.cd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_populate_sysroot.cd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_recipe_qa_setscene.d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_recipe_qa.d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_create_package_spdx_setscene.b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_create_package_spdx.b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_create_spdx_setscene.aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_create_spdx.aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_deploy_source_date_epoch_setscene.dc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_deploy_source_date_epoch.dc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_setscene.32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package.32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_qa_setscene.91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_qa.91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_write_deb_setscene.eae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_write_deb.eae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_write_ipk_setscene.70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_write_ipk.70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_write_rpm_setscene.960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_write_rpm.960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_packagedata_setscene.07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_packagedata.07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_populate_lic_setscene.3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_populate_lic.3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_populate_sysroot_setscene.51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_populate_sysroot.51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_recipe_qa_setscene.ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_recipe_qa.ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_create_package_spdx_setscene.dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_create_package_spdx.dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_create_spdx_setscene.dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_create_spdx.dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_deploy_source_date_epoch_setscene.16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_deploy_source_date_epoch.16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_setscene.cb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package.cb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_qa_setscene.a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_qa.a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_write_deb_setscene.ad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_write_deb.ad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_write_ipk_setscene.4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_write_ipk.4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_write_rpm_setscene.2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_write_rpm.2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_packagedata_setscene.e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_packagedata.e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_populate_lic_setscene.710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_populate_lic.710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_populate_sysroot_setscene.e40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_populate_sysroot.e40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_recipe_qa_setscene.de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_recipe_qa.de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_package_spdx_setscene.9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_package_spdx.9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_spdx_setscene.2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_spdx.2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_deploy_source_date_epoch_setscene.9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_deploy_source_date_epoch.9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_setscene.a1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package.a1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_qa_setscene.c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_qa.c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_deb_setscene.405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_deb.405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_ipk_setscene.080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_ipk.080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_rpm_setscene.e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_rpm.e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_packagedata_setscene.6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_packagedata.6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_populate_lic_setscene.640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_populate_lic.640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_populate_sysroot_setscene.3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_populate_sysroot.3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_recipe_qa_setscene.a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_recipe_qa.a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_package_spdx_setscene.ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_package_spdx.ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_spdx_setscene.3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_spdx.3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_deploy_source_date_epoch_setscene.d351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_deploy_source_date_epoch.d351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_setscene.c68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package.c68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_qa_setscene.f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_qa.f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_deb_setscene.90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_deb.90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_ipk_setscene.4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_ipk.4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_rpm_setscene.a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_rpm.a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_packagedata_setscene.fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_packagedata.fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_populate_lic_setscene.f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_populate_lic.f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_populate_sysroot_setscene.fa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_populate_sysroot.fa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_recipe_qa_setscene.789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_recipe_qa.789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_package_spdx_setscene.205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_package_spdx.205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_spdx_setscene.2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_spdx.2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_deploy_source_date_epoch_setscene.dd5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_deploy_source_date_epoch.dd5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_setscene.3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package.3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_qa_setscene.4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_qa.4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_deb_setscene.af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_deb.af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_ipk_setscene.9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_ipk.9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_rpm_setscene.13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_rpm.13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_packagedata_setscene.a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_packagedata.a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_lic_setscene.5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_lic.5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_sysroot_setscene.d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_sysroot.d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_recipe_qa_setscene.f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_recipe_qa.f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_package_spdx_setscene.9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_package_spdx.9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_spdx_setscene.7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_spdx.7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_deploy_source_date_epoch_setscene.cfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_deploy_source_date_epoch.cfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_setscene.83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package.83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_qa_setscene.9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_qa.9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_deb_setscene.4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_deb.4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_ipk_setscene.46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_ipk.46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_rpm_setscene.1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_rpm.1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_packagedata_setscene.1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_packagedata.1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_populate_lic_setscene.00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_populate_lic.00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_populate_sysroot_setscene.b354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_populate_sysroot.b354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_recipe_qa_setscene.f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_recipe_qa.f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_create_package_spdx_setscene.5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_create_package_spdx.5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_create_spdx_setscene.256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_create_spdx.256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_deploy_source_date_epoch_setscene.62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_deploy_source_date_epoch.62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_setscene.c0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package.c0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_qa_setscene.7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_qa.7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_write_deb_setscene.195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_write_deb.195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_write_ipk_setscene.743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_write_ipk.743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_write_rpm_setscene.553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_write_rpm.553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_packagedata_setscene.ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_packagedata.ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_populate_lic_setscene.a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_populate_lic.a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_populate_sysroot_setscene.4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_populate_sysroot.4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_recipe_qa_setscene.bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_recipe_qa.bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_create_package_spdx_setscene.7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_create_package_spdx.7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_create_spdx_setscene.a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_create_spdx.a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_deploy_source_date_epoch_setscene.306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_deploy_source_date_epoch.306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_setscene.27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package.27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_qa_setscene.5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_qa.5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_write_deb_setscene.7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_write_deb.7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_write_ipk_setscene.2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_write_ipk.2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_write_rpm_setscene.a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_write_rpm.a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_packagedata_setscene.21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_packagedata.21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_populate_lic_setscene.912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_populate_lic.912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_populate_sysroot_setscene.77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_populate_sysroot.77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_recipe_qa_setscene.1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_recipe_qa.1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_create_package_spdx_setscene.b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_create_package_spdx.b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_create_spdx_setscene.fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_create_spdx.fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_deploy_source_date_epoch_setscene.8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_deploy_source_date_epoch.8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_setscene.b98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package.b98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_qa_setscene.48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_qa.48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_write_deb_setscene.bca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_write_deb.bca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_write_ipk_setscene.c95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_write_ipk.c95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_write_rpm_setscene.8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_write_rpm.8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_packagedata_setscene.27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_packagedata.27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_populate_lic_setscene.d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_populate_lic.d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_populate_sysroot_setscene.bce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_populate_sysroot.bce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_recipe_qa_setscene.d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_recipe_qa.d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_create_package_spdx_setscene.605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_create_package_spdx.605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_create_spdx_setscene.dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_create_spdx.dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_deploy_source_date_epoch_setscene.4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_deploy_source_date_epoch.4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_setscene.9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package.9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_qa_setscene.9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_qa.9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_write_deb_setscene.9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_write_deb.9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_write_ipk_setscene.489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_write_ipk.489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_write_rpm_setscene.0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_write_rpm.0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_packagedata_setscene.86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_packagedata.86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_populate_lic_setscene.a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_populate_lic.a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_populate_sysroot_setscene.af290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_populate_sysroot.af290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_recipe_qa_setscene.b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_recipe_qa.b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_package_spdx_setscene.4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_package_spdx.4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_spdx_setscene.9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_spdx.9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_deploy_source_date_epoch_setscene.d3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_deploy_source_date_epoch.d3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_setscene.841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package.841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_qa_setscene.cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_qa.cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_deb_setscene.26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_deb.26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_ipk_setscene.097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_ipk.097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_rpm_setscene.6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_rpm.6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_packagedata_setscene.8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_packagedata.8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_populate_lic_setscene.309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_populate_lic.309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_populate_sysroot_setscene.6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_populate_sysroot.6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_recipe_qa_setscene.53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_recipe_qa.53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_create_package_spdx_setscene.95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_create_package_spdx.95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_create_spdx_setscene.a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_create_spdx.a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_deploy_source_date_epoch_setscene.2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_deploy_source_date_epoch.2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_setscene.38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package.38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_qa_setscene.a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_qa.a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_write_deb_setscene.609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_write_deb.609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_write_ipk_setscene.defc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_write_ipk.defc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_write_rpm_setscene.ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_write_rpm.ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_packagedata_setscene.2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_packagedata.2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_populate_lic_setscene.db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_populate_lic.db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_populate_sysroot_setscene.ba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_populate_sysroot.ba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_recipe_qa_setscene.4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_recipe_qa.4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_create_package_spdx_setscene.fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_create_package_spdx.fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_create_spdx_setscene.c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_create_spdx.c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_deploy_source_date_epoch_setscene.2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_deploy_source_date_epoch.2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_setscene.8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package.8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_qa_setscene.6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_qa.6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_write_deb_setscene.13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_write_deb.13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_write_ipk_setscene.918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_write_ipk.918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_write_rpm_setscene.820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_write_rpm.820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_packagedata_setscene.33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_packagedata.33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_populate_lic_setscene.e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_populate_lic.e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_populate_sysroot_setscene.6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_populate_sysroot.6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_recipe_qa_setscene.b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_recipe_qa.b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_package_spdx_setscene.3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_package_spdx.3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_spdx_setscene.b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_spdx.b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_deploy_source_date_epoch_setscene.a6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_deploy_source_date_epoch.a6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_setscene.e6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package.e6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_qa_setscene.63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_qa.63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_deb_setscene.ac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_deb.ac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_ipk_setscene.57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_ipk.57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_rpm_setscene.7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_rpm.7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_packagedata_setscene.3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_packagedata.3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_lic_setscene.3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_lic.3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_sysroot_setscene.6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_sysroot.6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_recipe_qa_setscene.4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_recipe_qa.4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_package_spdx_setscene.57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_package_spdx.57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_spdx_setscene.b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_spdx.b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_deploy_source_date_epoch_setscene.a7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_deploy_source_date_epoch.a7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_setscene.46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package.46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_qa_setscene.c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_qa.c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_deb_setscene.e85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_deb.e85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_ipk_setscene.33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_ipk.33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_rpm_setscene.eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_rpm.eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_packagedata_setscene.70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_packagedata.70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_populate_lic_setscene.901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_populate_lic.901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_populate_sysroot_setscene.72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_populate_sysroot.72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_recipe_qa_setscene.507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_recipe_qa.507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_create_package_spdx_setscene.4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_create_package_spdx.4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_create_spdx_setscene.75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_create_spdx.75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_deploy_source_date_epoch_setscene.1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_deploy_source_date_epoch.1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_setscene.7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package.7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_qa_setscene.3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_qa.3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_write_deb_setscene.5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_write_deb.5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_write_ipk_setscene.0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_write_ipk.0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_write_rpm_setscene.7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_write_rpm.7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_packagedata_setscene.fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_packagedata.fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_populate_lic_setscene.f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_populate_lic.f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_populate_sysroot_setscene.1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_populate_sysroot.1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_recipe_qa_setscene.95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_recipe_qa.95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_create_package_spdx_setscene.c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_create_package_spdx.c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_create_spdx_setscene.02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_create_spdx.02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_deploy_source_date_epoch_setscene.56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_deploy_source_date_epoch.56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_setscene.9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package.9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_qa_setscene.66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_qa.66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_write_deb_setscene.5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_write_deb.5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_write_ipk_setscene.c13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_write_ipk.c13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_write_rpm_setscene.b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_write_rpm.b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_packagedata_setscene.86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_packagedata.86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_populate_lic_setscene.b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_populate_lic.b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_populate_sysroot_setscene.69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_populate_sysroot.69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_recipe_qa_setscene.b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_recipe_qa.b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_create_package_spdx_setscene.c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_create_package_spdx.c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_create_spdx_setscene.9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_create_spdx.9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_deploy_source_date_epoch_setscene.dd4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_deploy_source_date_epoch.dd4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_setscene.26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package.26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_qa_setscene.408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_qa.408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_write_deb_setscene.07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_write_deb.07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_write_ipk_setscene.5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_write_ipk.5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_write_rpm_setscene.a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_write_rpm.a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_packagedata_setscene.81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_packagedata.81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_populate_lic_setscene.2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_populate_lic.2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_populate_sysroot_setscene.ea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_populate_sysroot.ea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_recipe_qa_setscene.56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_recipe_qa.56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_create_package_spdx_setscene.0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_create_package_spdx.0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_create_spdx_setscene.96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_create_spdx.96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_deploy_source_date_epoch_setscene.c5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_deploy_source_date_epoch.c5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_setscene.eb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package.eb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_qa_setscene.7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_qa.7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_write_deb_setscene.4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_write_deb.4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_write_ipk_setscene.bec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_write_ipk.bec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_write_rpm_setscene.8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_write_rpm.8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_packagedata_setscene.001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_packagedata.001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_populate_lic_setscene.63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_populate_lic.63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_populate_sysroot_setscene.ee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_populate_sysroot.ee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_recipe_qa_setscene.3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_recipe_qa.3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_package_spdx_setscene.0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_package_spdx.0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_spdx_setscene.bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_spdx.bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_deploy_source_date_epoch_setscene.f1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_deploy_source_date_epoch.f1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_setscene.8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package.8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_qa_setscene.51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_qa.51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_deb_setscene.c6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_deb.c6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_ipk_setscene.56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_ipk.56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_rpm_setscene.825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_rpm.825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_packagedata_setscene.6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_packagedata.6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_lic_setscene.cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_lic.cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_sysroot_setscene.ac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_sysroot.ac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_recipe_qa_setscene.da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_recipe_qa.da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_package_spdx_setscene.1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_package_spdx.1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_spdx_setscene.12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_spdx.12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_deploy_source_date_epoch_setscene.01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_deploy_source_date_epoch.01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_setscene.bc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package.bc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_qa_setscene.97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_qa.97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_deb_setscene.7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_deb.7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_ipk_setscene.c3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_ipk.c3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_rpm_setscene.77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_rpm.77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_packagedata_setscene.90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_packagedata.90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_lic_setscene.70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_lic.70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_sysroot_setscene.5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_sysroot.5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_recipe_qa_setscene.2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_recipe_qa.2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_create_package_spdx_setscene.6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_create_package_spdx.6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_create_spdx_setscene.5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_create_spdx.5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_deploy_source_date_epoch_setscene.7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_deploy_source_date_epoch.7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_setscene.da1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package.da1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_qa_setscene.16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_qa.16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_write_deb_setscene.1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_write_deb.1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_write_ipk_setscene.4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_write_ipk.4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_write_rpm_setscene.7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_write_rpm.7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_packagedata_setscene.b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_packagedata.b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_populate_lic_setscene.0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_populate_lic.0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_populate_sysroot_setscene.80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_populate_sysroot.80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_recipe_qa_setscene.4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_recipe_qa.4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_package_spdx_setscene.e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_package_spdx.e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_spdx_setscene.1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_spdx.1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_deploy_source_date_epoch_setscene.78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_deploy_source_date_epoch.78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_setscene.a758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package.a758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_qa_setscene.a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_qa.a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_deb_setscene.8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_deb.8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_ipk_setscene.ab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_ipk.ab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_rpm_setscene.a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_rpm.a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_packagedata_setscene.01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_packagedata.01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_lic_setscene.b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_lic.b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_sysroot_setscene.bb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_sysroot.bb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_recipe_qa_setscene.9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_recipe_qa.9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_package_spdx_setscene.8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_package_spdx.8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_spdx_setscene.94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_spdx.94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_deploy_source_date_epoch_setscene.01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_deploy_source_date_epoch.01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_setscene.37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package.37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_qa_setscene.ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_qa.ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_deb_setscene.9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_deb.9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_ipk_setscene.bc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_ipk.bc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_rpm_setscene.f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_rpm.f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_packagedata_setscene.ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_packagedata.ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_lic_setscene.831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_lic.831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_sysroot_setscene.114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_sysroot.114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_recipe_qa_setscene.ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_recipe_qa.ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_package_spdx_setscene.cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_package_spdx.cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_spdx_setscene.352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_spdx.352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_deploy_source_date_epoch_setscene.51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_deploy_source_date_epoch.51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_setscene.c92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package.c92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_qa_setscene.f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_qa.f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_deb_setscene.b25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_deb.b25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_ipk_setscene.575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_ipk.575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_rpm_setscene.d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_rpm.d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_packagedata_setscene.4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_packagedata.4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_lic_setscene.ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_lic.ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_sysroot_setscene.815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_sysroot.815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_recipe_qa_setscene.0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_recipe_qa.0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_package_spdx_setscene.8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_package_spdx.8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_spdx_setscene.2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_spdx.2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_deploy_source_date_epoch_setscene.c1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_deploy_source_date_epoch.c1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_setscene.d46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package.d46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_qa_setscene.446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_qa.446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_deb_setscene.35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_deb.35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_ipk_setscene.6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_ipk.6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_rpm_setscene.64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_rpm.64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_packagedata_setscene.0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_packagedata.0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_lic_setscene.a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_lic.a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_sysroot_setscene.e846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_sysroot.e846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_recipe_qa_setscene.39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_recipe_qa.39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_package_spdx_setscene.51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_package_spdx.51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_spdx_setscene.c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_spdx.c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_deploy_source_date_epoch_setscene.0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_deploy_source_date_epoch.0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_setscene.07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package.07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_qa_setscene.5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_qa.5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_deb_setscene.673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_deb.673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_ipk_setscene.9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_ipk.9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_rpm_setscene.97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_rpm.97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_packagedata_setscene.cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_packagedata.cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_lic_setscene.b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_lic.b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_sysroot_setscene.ba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_sysroot.ba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_recipe_qa_setscene.1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_recipe_qa.1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_create_package_spdx_setscene.f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_create_package_spdx.f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_create_spdx_setscene.6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_create_spdx.6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_deploy_source_date_epoch_setscene.173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_deploy_source_date_epoch.173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_setscene.5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package.5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_qa_setscene.8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_qa.8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_write_deb_setscene.b012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_write_deb.b012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_write_ipk_setscene.32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_write_ipk.32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_write_rpm_setscene.c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_write_rpm.c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_packagedata_setscene.1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_packagedata.1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_populate_lic_setscene.59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_populate_lic.59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_populate_sysroot_setscene.3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_populate_sysroot.3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_recipe_qa_setscene.5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_recipe_qa.5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_package_spdx_setscene.ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_package_spdx.ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_spdx_setscene.f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_spdx.f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_deploy_source_date_epoch_setscene.8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_deploy_source_date_epoch.8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_setscene.2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package.2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_qa_setscene.db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_qa.db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_deb_setscene.cca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_deb.cca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_ipk_setscene.5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_ipk.5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_rpm_setscene.cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_rpm.cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_packagedata_setscene.e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_packagedata.e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_lic_setscene.d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_lic.d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_sysroot_setscene.4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_sysroot.4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_recipe_qa_setscene.58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_recipe_qa.58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_package_spdx_setscene.2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_package_spdx.2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_spdx_setscene.c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_spdx.c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_deploy_source_date_epoch_setscene.cd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_deploy_source_date_epoch.cd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_setscene.cdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package.cdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_qa_setscene.80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_qa.80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_deb_setscene.3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_deb.3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_ipk_setscene.7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_ipk.7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_rpm_setscene.581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_rpm.581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_packagedata_setscene.0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_packagedata.0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_lic_setscene.77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_lic.77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_sysroot_setscene.8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_sysroot.8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_recipe_qa_setscene.6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_recipe_qa.6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_package_spdx_setscene.eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_package_spdx.eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_spdx_setscene.2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_spdx.2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_deploy_source_date_epoch_setscene.6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_deploy_source_date_epoch.6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_setscene.c9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package.c9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_qa_setscene.6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_qa.6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_deb_setscene.b46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_deb.b46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_ipk_setscene.8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_ipk.8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_rpm_setscene.f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_rpm.f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_packagedata_setscene.a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_packagedata.a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_lic_setscene.13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_lic.13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_sysroot_setscene.7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_sysroot.7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_recipe_qa_setscene.1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_recipe_qa.1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_package_spdx_setscene.fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_package_spdx.fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_spdx_setscene.1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_spdx.1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_deploy_source_date_epoch_setscene.9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_deploy_source_date_epoch.9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_setscene.0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package.0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_qa_setscene.be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_qa.be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_deb_setscene.de0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_deb.de0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_ipk_setscene.22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_ipk.22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_rpm_setscene.15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_rpm.15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_packagedata_setscene.2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_packagedata.2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_lic_setscene.55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_lic.55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_sysroot_setscene.78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_sysroot.78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_recipe_qa_setscene.b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_recipe_qa.b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_create_package_spdx_setscene.4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_create_package_spdx.4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_create_spdx_setscene.5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_create_spdx.5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_deploy_source_date_epoch_setscene.236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_deploy_source_date_epoch.236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_setscene.80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package.80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_qa_setscene.c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_qa.c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_write_deb_setscene.d4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_write_deb.d4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_write_ipk_setscene.4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_write_ipk.4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_write_rpm_setscene.b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_write_rpm.b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_packagedata_setscene.685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_packagedata.685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_populate_lic_setscene.5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_populate_lic.5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_populate_sysroot_setscene.a973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_populate_sysroot.a973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_recipe_qa_setscene.75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_recipe_qa.75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_image_sbom_setscene.93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_image_sbom.93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_image_spdx_setscene.ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_image_spdx.ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_package_spdx_setscene.b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_package_spdx.b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_rootfs_spdx_setscene.794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_rootfs_spdx.794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_spdx_setscene.820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_spdx.820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_deploy_source_date_epoch_setscene.4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_deploy_source_date_epoch.4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_complete_setscene.ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_complete.ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_qa_setscene.fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_qa.fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230 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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_recipe_qa_setscene.cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_recipe_qa.cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_package_spdx_setscene.2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_package_spdx.2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_spdx_setscene.9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_spdx.9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_deploy_source_date_epoch_setscene.9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_deploy_source_date_epoch.9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_setscene.4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package.4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_qa_setscene.44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_qa.44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_deb_setscene.f13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_deb.f13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_ipk_setscene.c7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_ipk.c7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_rpm_setscene.92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_rpm.92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_packagedata_setscene.6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_packagedata.6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_populate_lic_setscene.9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_populate_lic.9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_populate_sysroot_setscene.1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_populate_sysroot.1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_recipe_qa_setscene.feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_recipe_qa.feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_package_spdx_setscene.307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_package_spdx.307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_spdx_setscene.ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_spdx.ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_deploy_source_date_epoch_setscene.974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_deploy_source_date_epoch.974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_setscene.0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package.0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_qa_setscene.c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_qa.c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_deb_setscene.e1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_deb.e1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_ipk_setscene.e5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_ipk.e5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_rpm_setscene.37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_rpm.37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_packagedata_setscene.3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_packagedata.3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_lic_setscene.d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_lic.d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_sysroot_setscene.ff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_sysroot.ff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_recipe_qa_setscene.39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_recipe_qa.39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_package_spdx_setscene.106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_package_spdx.106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_spdx_setscene.f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_spdx.f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_deploy_source_date_epoch_setscene.09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_deploy_source_date_epoch.09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_setscene.9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package.9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_qa_setscene.80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_qa.80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_deb_setscene.88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_deb.88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_ipk_setscene.2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_ipk.2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_rpm_setscene.0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_rpm.0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_packagedata_setscene.919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_packagedata.919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_populate_lic_setscene.dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_populate_lic.dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_populate_sysroot_setscene.7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_populate_sysroot.7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_recipe_qa_setscene.93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_recipe_qa.93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_package_spdx_setscene.92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_package_spdx.92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_spdx_setscene.6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_spdx.6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_deploy_source_date_epoch_setscene.a406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_deploy_source_date_epoch.a406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_setscene.2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package.2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_qa_setscene.4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_qa.4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_deb_setscene.6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_deb.6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_ipk_setscene.98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_ipk.98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_rpm_setscene.5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_rpm.5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_packagedata_setscene.6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_packagedata.6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_populate_lic_setscene.fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_populate_lic.fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_populate_sysroot_setscene.ae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_populate_sysroot.ae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_recipe_qa_setscene.66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_recipe_qa.66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_package_spdx_setscene.6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_package_spdx.6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_spdx_setscene.78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_spdx.78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_deploy_source_date_epoch_setscene.ea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_deploy_source_date_epoch.ea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_setscene.84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package.84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_qa_setscene.2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_qa.2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_deb_setscene.37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_deb.37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_ipk_setscene.fb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_ipk.fb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_rpm_setscene.a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_rpm.a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_packagedata_setscene.c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_packagedata.c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_populate_lic_setscene.1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_populate_lic.1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_populate_sysroot_setscene.7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_populate_sysroot.7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_recipe_qa_setscene.9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_recipe_qa.9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_package_spdx_setscene.6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_package_spdx.6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_spdx_setscene.ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_spdx.ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_deploy_source_date_epoch_setscene.2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_deploy_source_date_epoch.2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_setscene.27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package.27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_qa_setscene.b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_qa.b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_deb_setscene.b51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_deb.b51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_ipk_setscene.b1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_ipk.b1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_rpm_setscene.d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_rpm.d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_packagedata_setscene.e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_packagedata.e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_lic_setscene.7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_lic.7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_sysroot_setscene.c4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_sysroot.c4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_recipe_qa_setscene.038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_recipe_qa.038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_package_spdx_setscene.7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_package_spdx.7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_spdx_setscene.7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_spdx.7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_deploy_source_date_epoch_setscene.97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_deploy_source_date_epoch.97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_setscene.c23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package.c23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_qa_setscene.262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_qa.262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_deb_setscene.cdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_deb.cdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_ipk_setscene.3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_ipk.3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_rpm_setscene.e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_rpm.e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_packagedata_setscene.da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_packagedata.da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_populate_lic_setscene.f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_populate_lic.f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_populate_sysroot_setscene.8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_populate_sysroot.8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_recipe_qa_setscene.0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_recipe_qa.0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_package_spdx_setscene.980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_package_spdx.980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_spdx_setscene.d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_spdx.d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_deploy_source_date_epoch_setscene.644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_deploy_source_date_epoch.644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_setscene.214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package.214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_qa_setscene.d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_qa.d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_deb_setscene.7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_deb.7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_ipk_setscene.041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_ipk.041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_rpm_setscene.28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_rpm.28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_packagedata_setscene.e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_packagedata.e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_populate_lic_setscene.77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_populate_lic.77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_populate_sysroot_setscene.918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_populate_sysroot.918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_recipe_qa_setscene.507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_recipe_qa.507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_package_spdx_setscene.b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_package_spdx.b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_spdx_setscene.db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_spdx.db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_deploy_source_date_epoch_setscene.53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_deploy_source_date_epoch.53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_setscene.5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package.5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_qa_setscene.579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_qa.579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_deb_setscene.355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_deb.355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_ipk_setscene.eda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_ipk.eda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_rpm_setscene.725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_rpm.725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_packagedata_setscene.035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_packagedata.035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_populate_lic_setscene.03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_populate_lic.03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_populate_sysroot_setscene.318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_populate_sysroot.318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_recipe_qa_setscene.375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_recipe_qa.375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_package_spdx_setscene.c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_package_spdx.c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_spdx_setscene.6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_spdx.6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_deploy_source_date_epoch_setscene.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_deploy_source_date_epoch.922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_setscene.49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package.49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_qa_setscene.20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_qa.20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_deb_setscene.87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_deb.87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_ipk_setscene.1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_ipk.1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_rpm_setscene.d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_rpm.d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_packagedata_setscene.ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_packagedata.ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_recipe_qa_setscene.8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_recipe_qa.8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_package_spdx_setscene.f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_package_spdx.f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_spdx_setscene.c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_spdx.c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_deploy_source_date_epoch_setscene.24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_deploy_source_date_epoch.24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_setscene.86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package.86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_qa_setscene.43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_qa.43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_deb_setscene.cbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_deb.cbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_ipk_setscene.3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_ipk.3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_rpm_setscene.07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_rpm.07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_packagedata_setscene.bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_packagedata.bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_populate_lic_setscene.41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_populate_lic.41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_populate_sysroot_setscene.beec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_populate_sysroot.beec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_recipe_qa_setscene.1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_recipe_qa.1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_package_spdx_setscene.4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_package_spdx.4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_spdx_setscene.adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_spdx.adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_deploy_source_date_epoch_setscene.f28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_deploy_source_date_epoch.f28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_setscene.9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package.9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_qa_setscene.77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_qa.77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_deb_setscene.e9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_deb.e9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_ipk_setscene.38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_ipk.38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_rpm_setscene.4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_rpm.4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_packagedata_setscene.495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_packagedata.495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_populate_lic_setscene.3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_populate_lic.3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_populate_sysroot_setscene.270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_populate_sysroot.270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_recipe_qa_setscene.da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_recipe_qa.da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_package_spdx_setscene.b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_package_spdx.b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_spdx_setscene.aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_spdx.aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_deploy_source_date_epoch_setscene.ee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_deploy_source_date_epoch.ee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_setscene.0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package.0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_qa_setscene.2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_qa.2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_deb_setscene.87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_deb.87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_ipk_setscene.e1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_ipk.e1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_rpm_setscene.15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_rpm.15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_packagedata_setscene.ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_packagedata.ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_populate_lic_setscene.9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_populate_lic.9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_populate_sysroot_setscene.2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_populate_sysroot.2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_recipe_qa_setscene.9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_recipe_qa.9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_package_spdx_setscene.63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_package_spdx.63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_spdx_setscene.8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_spdx.8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_deploy_source_date_epoch_setscene.c0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_deploy_source_date_epoch.c0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_setscene.22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package.22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_qa_setscene.ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_qa.ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_deb_setscene.df9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_deb.df9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_ipk_setscene.4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_ipk.4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_rpm_setscene.b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_rpm.b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_packagedata_setscene.5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_packagedata.5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_populate_lic_setscene.cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_populate_lic.cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_populate_sysroot_setscene.cca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_populate_sysroot.cca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_recipe_qa_setscene.00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_recipe_qa.00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_package_spdx_setscene.61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_package_spdx.61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_spdx_setscene.b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_spdx.b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_deploy_source_date_epoch_setscene.6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_deploy_source_date_epoch.6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_setscene.75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package.75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_qa_setscene.b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_qa.b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_deb_setscene.e8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_deb.e8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_ipk_setscene.bd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_ipk.bd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_rpm_setscene.13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_rpm.13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_packagedata_setscene.377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_packagedata.377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_populate_lic_setscene.d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_populate_lic.d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_populate_sysroot_setscene.cac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_populate_sysroot.cac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_recipe_qa_setscene.aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_recipe_qa.aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_package_spdx_setscene.5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_package_spdx.5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_spdx_setscene.a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_spdx.a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_deploy_source_date_epoch_setscene.801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_deploy_source_date_epoch.801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_setscene.dc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package.dc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_qa_setscene.871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_qa.871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_deb_setscene.0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_deb.0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_ipk_setscene.d0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_ipk.d0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_rpm_setscene.800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_rpm.800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_packagedata_setscene.cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_packagedata.cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_populate_lic_setscene.1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_populate_lic.1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_populate_sysroot_setscene.5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_populate_sysroot.5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_recipe_qa_setscene.47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_recipe_qa.47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_create_package_spdx_setscene.bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_create_package_spdx.bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_create_spdx_setscene.8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_create_spdx.8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_deploy_source_date_epoch_setscene.c2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_deploy_source_date_epoch.c2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_setscene.65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package.65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_qa_setscene.9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_qa.9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_write_deb_setscene.27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_write_deb.27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_write_ipk_setscene.734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_write_ipk.734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_write_rpm_setscene.681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_write_rpm.681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_packagedata_setscene.dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_packagedata.dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_populate_lic_setscene.9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_populate_lic.9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_populate_sysroot_setscene.984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_populate_sysroot.984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_recipe_qa_setscene.777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_recipe_qa.777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_package_spdx_setscene.2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_package_spdx.2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_spdx_setscene.42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_spdx.42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_deploy_source_date_epoch_setscene.ad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_deploy_source_date_epoch.ad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_setscene.4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package.4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_qa_setscene.bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_qa.bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_deb_setscene.4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_deb.4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_ipk_setscene.1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_ipk.1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_rpm_setscene.c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_rpm.c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_packagedata_setscene.7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_packagedata.7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_populate_lic_setscene.59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_populate_lic.59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_populate_sysroot_setscene.c39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_populate_sysroot.c39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_recipe_qa_setscene.42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_recipe_qa.42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_create_package_spdx_setscene.02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_create_package_spdx.02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_create_spdx_setscene.dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_create_spdx.dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_deploy_source_date_epoch_setscene.7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_deploy_source_date_epoch.7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_setscene.05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package.05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_qa_setscene.7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_qa.7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_write_deb_setscene.5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_write_deb.5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_write_ipk_setscene.407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_write_ipk.407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_write_rpm_setscene.b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_write_rpm.b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_packagedata_setscene.e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_packagedata.e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_populate_lic_setscene.7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_populate_lic.7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_populate_sysroot_setscene.9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_populate_sysroot.9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_recipe_qa_setscene.16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_recipe_qa.16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_create_package_spdx_setscene.c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_create_package_spdx.c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_create_spdx_setscene.86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_create_spdx.86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_deploy_source_date_epoch_setscene.7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_deploy_source_date_epoch.7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_setscene.1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package.1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_qa_setscene.d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_qa.d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_write_deb_setscene.6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_write_deb.6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_write_ipk_setscene.7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_write_ipk.7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_write_rpm_setscene.24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_write_rpm.24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_packagedata_setscene.de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_packagedata.de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_populate_lic_setscene.c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_populate_lic.c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_populate_sysroot_setscene.83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_populate_sysroot.83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_recipe_qa_setscene.58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_recipe_qa.58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_create_package_spdx_setscene.53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_create_package_spdx.53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_create_spdx_setscene.20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_create_spdx.20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_deploy_source_date_epoch_setscene.45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_deploy_source_date_epoch.45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_setscene.4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package.4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_qa_setscene.835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_qa.835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_write_deb_setscene.d5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_write_deb.d5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_write_ipk_setscene.dee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_write_ipk.dee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_write_rpm_setscene.6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_write_rpm.6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_packagedata_setscene.0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_packagedata.0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_populate_lic_setscene.46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_populate_lic.46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_populate_sysroot_setscene.618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_populate_sysroot.618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_recipe_qa_setscene.3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_recipe_qa.3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_create_package_spdx_setscene.4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_create_package_spdx.4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_create_spdx_setscene.a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_create_spdx.a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_deploy_source_date_epoch_setscene.529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_deploy_source_date_epoch.529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_setscene.80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package.80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_qa_setscene.3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_qa.3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_write_deb_setscene.35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_write_deb.35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_write_ipk_setscene.fcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_write_ipk.fcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_write_rpm_setscene.fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_write_rpm.fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_packagedata_setscene.dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_packagedata.dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_populate_lic_setscene.c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_populate_lic.c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_populate_sysroot_setscene.d458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_populate_sysroot.d458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_recipe_qa_setscene.c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_recipe_qa.c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_create_package_spdx_setscene.1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_create_package_spdx.1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_create_spdx_setscene.d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_create_spdx.d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_deploy_source_date_epoch_setscene.47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_deploy_source_date_epoch.47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_populate_lic_setscene.33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_populate_lic.33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_populate_sysroot_setscene.22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_populate_sysroot.22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_recipe_qa_setscene.1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_recipe_qa.1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_create_package_spdx_setscene.4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_create_package_spdx.4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_create_spdx_setscene.640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_create_spdx.640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_deploy_source_date_epoch_setscene.079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_deploy_source_date_epoch.079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_setscene.0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package.0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_qa_setscene.49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_qa.49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_write_deb_setscene.25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_write_deb.25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_write_ipk_setscene.8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_write_ipk.8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_write_rpm_setscene.9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_write_rpm.9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_packagedata_setscene.3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_packagedata.3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_populate_lic_setscene.14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_populate_lic.14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_populate_sysroot_setscene.63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_populate_sysroot.63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_recipe_qa_setscene.3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_recipe_qa.3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_package_spdx_setscene.87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_package_spdx.87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_spdx_setscene.158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_spdx.158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_deploy_source_date_epoch_setscene.4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_deploy_source_date_epoch.4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_setscene.91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package.91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_qa_setscene.fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_qa.fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_deb_setscene.a856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_deb.a856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_ipk_setscene.4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_ipk.4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_rpm_setscene.feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_rpm.feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_packagedata_setscene.c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_packagedata.c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_lic_setscene.bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_lic.bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_sysroot_setscene.a840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_sysroot.a840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_recipe_qa_setscene.1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_recipe_qa.1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_package_spdx_setscene.9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_package_spdx.9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_spdx_setscene.6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_spdx.6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_deploy_source_date_epoch_setscene.f8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_deploy_source_date_epoch.f8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_setscene.768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package.768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_qa_setscene.4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_qa.4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_deb_setscene.c994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_deb.c994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_ipk_setscene.27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_ipk.27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_rpm_setscene.8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_rpm.8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_packagedata_setscene.4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_packagedata.4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_populate_lic_setscene.8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_populate_lic.8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_populate_sysroot_setscene.73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_populate_sysroot.73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_recipe_qa_setscene.dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_recipe_qa.dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_create_package_spdx_setscene.dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_create_package_spdx.dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_create_spdx_setscene.62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_create_spdx.62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_deploy_source_date_epoch_setscene.d7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_deploy_source_date_epoch.d7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_setscene.609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package.609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_qa_setscene.e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_qa.e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_write_deb_setscene.8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_write_deb.8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_write_ipk_setscene.c072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_write_ipk.c072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_write_rpm_setscene.11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_write_rpm.11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_packagedata_setscene.a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_packagedata.a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_populate_lic_setscene.953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_populate_lic.953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_populate_sysroot_setscene.35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_populate_sysroot.35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_recipe_qa_setscene.fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_recipe_qa.fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_create_package_spdx_setscene.9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_create_package_spdx.9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_create_spdx_setscene.c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_create_spdx.c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_deploy_source_date_epoch_setscene.b0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_deploy_source_date_epoch.b0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_setscene.2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package.2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_qa_setscene.82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_qa.82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_write_deb_setscene.f26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_write_deb.f26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_write_ipk_setscene.d297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_write_ipk.d297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_write_rpm_setscene.859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_write_rpm.859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_packagedata_setscene.11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_packagedata.11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_populate_lic_setscene.5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_populate_lic.5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_populate_sysroot_setscene.2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_populate_sysroot.2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_recipe_qa_setscene.15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_recipe_qa.15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_package_spdx_setscene.016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_package_spdx.016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_spdx_setscene.2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_spdx.2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_deploy_source_date_epoch_setscene.b7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_deploy_source_date_epoch.b7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_setscene.9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package.9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_qa_setscene.98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_qa.98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_deb_setscene.07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_deb.07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_ipk_setscene.f6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_ipk.f6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_rpm_setscene.390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_rpm.390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_packagedata_setscene.8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_packagedata.8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_lic_setscene.705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_lic.705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_sysroot_setscene.81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_sysroot.81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_recipe_qa_setscene.71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_recipe_qa.71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_package_spdx_setscene.4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_package_spdx.4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_spdx_setscene.571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_spdx.571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_deploy_source_date_epoch_setscene.801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_deploy_source_date_epoch.801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_setscene.9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package.9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_qa_setscene.d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_qa.d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_deb_setscene.29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_deb.29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_ipk_setscene.9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_ipk.9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_rpm_setscene.019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_rpm.019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_packagedata_setscene.97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_packagedata.97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_lic_setscene.b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_lic.b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_sysroot_setscene.0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_sysroot.0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_recipe_qa_setscene.7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_recipe_qa.7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_package_spdx_setscene.6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_package_spdx.6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_spdx_setscene.5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_spdx.5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_deploy_source_date_epoch_setscene.d87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_deploy_source_date_epoch.d87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_setscene.365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package.365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_qa_setscene.a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_qa.a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_deb_setscene.f3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_deb.f3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_ipk_setscene.ca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_ipk.ca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_rpm_setscene.dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_rpm.dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_packagedata_setscene.5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_packagedata.5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_populate_lic_setscene.6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_populate_lic.6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_populate_sysroot_setscene.2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_populate_sysroot.2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_recipe_qa_setscene.98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_recipe_qa.98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_create_package_spdx_setscene.077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_create_package_spdx.077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_create_spdx_setscene.d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_create_spdx.d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_deploy_source_date_epoch_setscene.752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_deploy_source_date_epoch.752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_setscene.342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package.342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_qa_setscene.5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_qa.5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_write_deb_setscene.3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_write_deb.3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_write_ipk_setscene.0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_write_ipk.0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_write_rpm_setscene.d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_write_rpm.d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_packagedata_setscene.7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_packagedata.7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_populate_lic_setscene.3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_populate_lic.3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_populate_sysroot_setscene.2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_populate_sysroot.2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_recipe_qa_setscene.550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_recipe_qa.550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_create_package_spdx_setscene.5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_create_package_spdx.5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_create_spdx_setscene.82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_create_spdx.82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_deploy_source_date_epoch_setscene.8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_deploy_source_date_epoch.8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_setscene.e7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package.e7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_qa_setscene.862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_qa.862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_write_deb_setscene.5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_write_deb.5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_write_ipk_setscene.6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_write_ipk.6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_write_rpm_setscene.8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_write_rpm.8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_packagedata_setscene.e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_packagedata.e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_populate_lic_setscene.f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_populate_lic.f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_populate_sysroot_setscene.f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_populate_sysroot.f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_recipe_qa_setscene.423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_recipe_qa.423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_package_spdx_setscene.8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_package_spdx.8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_spdx_setscene.44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_spdx.44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_deploy_source_date_epoch_setscene.ff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_deploy_source_date_epoch.ff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_setscene.325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package.325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_qa_setscene.0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_qa.0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_deb_setscene.ef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_deb.ef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_ipk_setscene.6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_ipk.6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_rpm_setscene.e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_rpm.e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_packagedata_setscene.02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_packagedata.02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_lic_setscene.499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_lic.499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_sysroot_setscene.e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_sysroot.e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_recipe_qa_setscene.633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_recipe_qa.633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_package_spdx_setscene.f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_package_spdx.f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_spdx_setscene.dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_spdx.dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_deploy_source_date_epoch_setscene.6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_deploy_source_date_epoch.6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_setscene.6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package.6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_qa_setscene.5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_qa.5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_deb_setscene.87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_deb.87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_ipk_setscene.3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_ipk.3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_rpm_setscene.7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_rpm.7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_packagedata_setscene.af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_packagedata.af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_lic_setscene.1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_lic.1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_sysroot_setscene.a90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_sysroot.a90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_recipe_qa_setscene.cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_recipe_qa.cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_create_package_spdx_setscene.501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_create_package_spdx.501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_create_spdx_setscene.6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_create_spdx.6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_deploy_source_date_epoch_setscene.1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_deploy_source_date_epoch.1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_setscene.ced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package.ced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_qa_setscene.a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_qa.a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_write_deb_setscene.dc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_write_deb.dc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_write_ipk_setscene.e9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_write_ipk.e9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_write_rpm_setscene.5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_write_rpm.5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_packagedata_setscene.5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_packagedata.5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_populate_lic_setscene.1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_populate_lic.1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_populate_sysroot_setscene.fcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_populate_sysroot.fcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_recipe_qa_setscene.acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_recipe_qa.acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_package_spdx_setscene.5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_package_spdx.5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_spdx_setscene.6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_spdx.6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_deploy_source_date_epoch_setscene.e889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_deploy_source_date_epoch.e889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_setscene.59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package.59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_qa_setscene.df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_qa.df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_deb_setscene.6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_deb.6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_ipk_setscene.38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_ipk.38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_rpm_setscene.df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_rpm.df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_packagedata_setscene.b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_packagedata.b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_lic_setscene.24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_lic.24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_sysroot_setscene.dbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_sysroot.dbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_recipe_qa_setscene.5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_recipe_qa.5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_create_package_spdx_setscene.b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_create_package_spdx.b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_create_spdx_setscene.7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_create_spdx.7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_deploy_source_date_epoch_setscene.808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_deploy_source_date_epoch.808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_setscene.1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package.1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_qa_setscene.8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_qa.8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_write_deb_setscene.b40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_write_deb.b40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_write_ipk_setscene.834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_write_ipk.834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_write_rpm_setscene.c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_write_rpm.c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_packagedata_setscene.a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_packagedata.a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_populate_lic_setscene.11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_populate_lic.11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_populate_sysroot_setscene.1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_populate_sysroot.1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_recipe_qa_setscene.a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_recipe_qa.a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_package_spdx_setscene.b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_package_spdx.b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_spdx_setscene.447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_spdx.447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_deploy_source_date_epoch_setscene.9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_deploy_source_date_epoch.9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_setscene.7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package.7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_qa_setscene.182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_qa.182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_deb_setscene.160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_deb.160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_ipk_setscene.63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_ipk.63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_rpm_setscene.1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_rpm.1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_packagedata_setscene.61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_packagedata.61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_lic_setscene.7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_lic.7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_sysroot_setscene.7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_sysroot.7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_recipe_qa_setscene.d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_recipe_qa.d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_create_package_spdx_setscene.2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_create_package_spdx.2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_create_spdx_setscene.fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_create_spdx.fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_deploy_source_date_epoch_setscene.c6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_deploy_source_date_epoch.c6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_setscene.94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package.94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_qa_setscene.5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_qa.5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_write_deb_setscene.8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_write_deb.8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_write_ipk_setscene.45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_write_ipk.45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_write_rpm_setscene.ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_write_rpm.ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_packagedata_setscene.c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_packagedata.c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_populate_lic_setscene.318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_populate_lic.318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_populate_sysroot_setscene.5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_populate_sysroot.5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_recipe_qa_setscene.327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_recipe_qa.327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_create_package_spdx_setscene.935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_create_package_spdx.935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_create_spdx_setscene.19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_create_spdx.19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_deploy_source_date_epoch_setscene.4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_deploy_source_date_epoch.4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_setscene.a40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package.a40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_qa_setscene.0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_qa.0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_write_deb_setscene.c6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_write_deb.c6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_write_ipk_setscene.58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_write_ipk.58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_write_rpm_setscene.858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_write_rpm.858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_packagedata_setscene.8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_packagedata.8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_populate_lic_setscene.c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_populate_lic.c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_populate_sysroot_setscene.3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_populate_sysroot.3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_recipe_qa_setscene.ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_recipe_qa.ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_package_spdx_setscene.216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_package_spdx.216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_spdx_setscene.0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_spdx.0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_deploy_source_date_epoch_setscene.ce0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_deploy_source_date_epoch.ce0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_setscene.11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package.11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_qa_setscene.0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_qa.0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_deb_setscene.cba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_deb.cba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_ipk_setscene.dd06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_ipk.dd06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_rpm_setscene.6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_rpm.6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_packagedata_setscene.a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_packagedata.a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_lic_setscene.e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_lic.e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_sysroot_setscene.e09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_sysroot.e09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_recipe_qa_setscene.4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_recipe_qa.4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_package_spdx_setscene.b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_package_spdx.b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_spdx_setscene.d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_spdx.d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_deploy_source_date_epoch_setscene.688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_deploy_source_date_epoch.688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_setscene.18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package.18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_qa_setscene.f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_qa.f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_deb_setscene.c12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_deb.c12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_ipk_setscene.ebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_ipk.ebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_rpm_setscene.3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_rpm.3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_packagedata_setscene.d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_packagedata.d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_lic_setscene.17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_lic.17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_sysroot_setscene.f445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_sysroot.f445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_recipe_qa_setscene.065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_recipe_qa.065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_create_package_spdx_setscene.507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_create_package_spdx.507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_create_spdx_setscene.cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_create_spdx.cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_deploy_source_date_epoch_setscene.27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_deploy_source_date_epoch.27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_setscene.47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package.47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_qa_setscene.3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_qa.3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_write_deb_setscene.9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_write_deb.9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_write_ipk_setscene.ecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_write_ipk.ecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_write_rpm_setscene.fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_write_rpm.fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_packagedata_setscene.757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_packagedata.757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_populate_lic_setscene.9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_populate_lic.9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_populate_sysroot_setscene.ff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_populate_sysroot.ff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_recipe_qa_setscene.0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_recipe_qa.0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_package_spdx_setscene.ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_package_spdx.ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_spdx_setscene.2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_spdx.2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_deploy_source_date_epoch_setscene.f7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_deploy_source_date_epoch.f7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_setscene.7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package.7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_qa_setscene.f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_qa.f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_deb_setscene.02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_deb.02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_ipk_setscene.10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_ipk.10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_rpm_setscene.42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_rpm.42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_packagedata_setscene.c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_packagedata.c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_lic_setscene.55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_lic.55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_sysroot_setscene.8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_sysroot.8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_recipe_qa_setscene.f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_recipe_qa.f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_package_spdx_setscene.e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_package_spdx.e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_spdx_setscene.702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_spdx.702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_deploy_source_date_epoch_setscene.eadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_deploy_source_date_epoch.eadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_setscene.259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package.259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_qa_setscene.93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_qa.93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_deb_setscene.67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_deb.67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_ipk_setscene.55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_ipk.55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_rpm_setscene.8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_rpm.8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_packagedata_setscene.3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_packagedata.3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_lic_setscene.8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_lic.8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_sysroot_setscene.8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_sysroot.8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_recipe_qa_setscene.7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_recipe_qa.7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_create_package_spdx_setscene.12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_create_package_spdx.12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_create_spdx_setscene.208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_create_spdx.208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_deploy_source_date_epoch_setscene.e026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_deploy_source_date_epoch.e026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_setscene.ded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package.ded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_qa_setscene.92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_qa.92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_write_deb_setscene.bb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_write_deb.bb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_write_ipk_setscene.e3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_write_ipk.e3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_write_rpm_setscene.9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_write_rpm.9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_packagedata_setscene.e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_packagedata.e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_populate_lic_setscene.5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_populate_lic.5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_populate_sysroot_setscene.9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_populate_sysroot.9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_recipe_qa_setscene.149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_recipe_qa.149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_package_spdx_setscene.c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_package_spdx.c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_spdx_setscene.825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_spdx.825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_deploy_source_date_epoch_setscene.34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_deploy_source_date_epoch.34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_setscene.e83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package.e83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_qa_setscene.7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_qa.7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_deb_setscene.cedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_deb.cedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_ipk_setscene.22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_ipk.22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_rpm_setscene.bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_rpm.bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_packagedata_setscene.39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_packagedata.39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_lic_setscene.bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_lic.bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_sysroot_setscene.ae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_sysroot.ae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_recipe_qa_setscene.0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_recipe_qa.0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_package_spdx_setscene.357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_package_spdx.357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_spdx_setscene.b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_spdx.b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_deploy_source_date_epoch_setscene.c3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_deploy_source_date_epoch.c3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_setscene.17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package.17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_qa_setscene.7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_qa.7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_deb_setscene.91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_deb.91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_ipk_setscene.6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_ipk.6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_rpm_setscene.b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_rpm.b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_packagedata_setscene.b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_packagedata.b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_lic_setscene.0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_lic.0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_sysroot_setscene.04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_sysroot.04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_recipe_qa_setscene.b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_recipe_qa.b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_package_spdx_setscene.dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_package_spdx.dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_spdx_setscene.f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_spdx.f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_deploy_source_date_epoch_setscene.b51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_deploy_source_date_epoch.b51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_setscene.657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package.657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_qa_setscene.5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_qa.5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_deb_setscene.6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_deb.6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_ipk_setscene.dc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_ipk.dc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_rpm_setscene.cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_rpm.cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_packagedata_setscene.a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_packagedata.a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_lic_setscene.b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_lic.b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_sysroot_setscene.646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_sysroot.646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_recipe_qa_setscene.0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_recipe_qa.0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_create_package_spdx_setscene.a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_create_package_spdx.a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_create_spdx_setscene.31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_create_spdx.31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_deploy_source_date_epoch_setscene.c717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_deploy_source_date_epoch.c717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_setscene.caab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package.caab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_qa_setscene.607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_qa.607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_write_deb_setscene.e5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_write_deb.e5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_write_ipk_setscene.b949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_write_ipk.b949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_write_rpm_setscene.e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_write_rpm.e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_packagedata_setscene.b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_packagedata.b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_populate_lic_setscene.d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_populate_lic.d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_populate_sysroot_setscene.7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_populate_sysroot.7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_recipe_qa_setscene.2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_recipe_qa.2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_create_package_spdx_setscene.defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_create_package_spdx.defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_create_spdx_setscene.739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_create_spdx.739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_deploy_source_date_epoch_setscene.4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_deploy_source_date_epoch.4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_setscene.f25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package.f25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_qa_setscene.b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_qa.b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_write_deb_setscene.5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_write_deb.5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_write_ipk_setscene.121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_write_ipk.121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_write_rpm_setscene.0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_write_rpm.0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_packagedata_setscene.05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_packagedata.05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_populate_lic_setscene.62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_populate_lic.62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_populate_sysroot_setscene.cf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_populate_sysroot.cf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_recipe_qa_setscene.bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_recipe_qa.bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_create_package_spdx_setscene.59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_create_package_spdx.59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_create_spdx_setscene.34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_create_spdx.34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_deploy_source_date_epoch_setscene.2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_deploy_source_date_epoch.2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_setscene.4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package.4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_qa_setscene.57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_qa.57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_write_deb_setscene.4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_write_deb.4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_write_ipk_setscene.d7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_write_ipk.d7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_write_rpm_setscene.7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_write_rpm.7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_packagedata_setscene.b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_packagedata.b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_populate_lic_setscene.bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_populate_lic.bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_populate_sysroot_setscene.9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_populate_sysroot.9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_recipe_qa_setscene.10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_recipe_qa.10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_create_package_spdx_setscene.a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_create_package_spdx.a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_create_spdx_setscene.00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_create_spdx.00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_deploy_source_date_epoch_setscene.11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_deploy_source_date_epoch.11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_setscene.0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package.0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_qa_setscene.1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_qa.1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_write_deb_setscene.8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_write_deb.8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_write_ipk_setscene.2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_write_ipk.2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_write_rpm_setscene.5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_write_rpm.5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_packagedata_setscene.b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_packagedata.b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_populate_lic_setscene.f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_populate_lic.f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_populate_sysroot_setscene.32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_populate_sysroot.32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_recipe_qa_setscene.3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_recipe_qa.3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_package_spdx_setscene.682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_package_spdx.682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_spdx_setscene.02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_spdx.02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_deploy_source_date_epoch_setscene.b95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_deploy_source_date_epoch.b95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_setscene.a9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package.a9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_qa_setscene.b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_qa.b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_deb_setscene.875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_deb.875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_ipk_setscene.fa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_ipk.fa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_rpm_setscene.9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_rpm.9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_packagedata_setscene.23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_packagedata.23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_lic_setscene.b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_lic.b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_sysroot_setscene.90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_sysroot.90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_recipe_qa_setscene.18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_recipe_qa.18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_package_spdx_setscene.a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_package_spdx.a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_spdx_setscene.47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_spdx.47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_deploy_source_date_epoch_setscene.ccbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_deploy_source_date_epoch.ccbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_setscene.9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package.9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_qa_setscene.c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_qa.c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_deb_setscene.9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_deb.9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_ipk_setscene.3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_ipk.3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_rpm_setscene.9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_rpm.9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_packagedata_setscene.ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_packagedata.ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_lic_setscene.0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_lic.0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_sysroot_setscene.899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_sysroot.899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_recipe_qa_setscene.cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_recipe_qa.cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_create_package_spdx_setscene.f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_create_package_spdx.f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_create_spdx_setscene.646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_create_spdx.646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_deploy_source_date_epoch_setscene.7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_deploy_source_date_epoch.7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_setscene.30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package.30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_qa_setscene.2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_qa.2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_write_deb_setscene.baf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_write_deb.baf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_write_ipk_setscene.1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_write_ipk.1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_write_rpm_setscene.e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_write_rpm.e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_packagedata_setscene.fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_packagedata.fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_populate_lic_setscene.a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_populate_lic.a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_populate_sysroot_setscene.445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_populate_sysroot.445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_recipe_qa_setscene.0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_recipe_qa.0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_package_spdx_setscene.43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_package_spdx.43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_spdx_setscene.a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_spdx.a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_deploy_source_date_epoch_setscene.d8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_deploy_source_date_epoch.d8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_setscene.c81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package.c81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_qa_setscene.9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_qa.9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_deb_setscene.de269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_deb.de269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_ipk_setscene.4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_ipk.4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_rpm_setscene.5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_rpm.5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_packagedata_setscene.4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_packagedata.4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_lic_setscene.2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_lic.2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_sysroot_setscene.d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_sysroot.d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_recipe_qa_setscene.ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_recipe_qa.ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_package_spdx_setscene.ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_package_spdx.ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_spdx_setscene.6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_spdx.6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_deploy_source_date_epoch_setscene.fef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_deploy_source_date_epoch.fef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_setscene.4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package.4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_qa_setscene.0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_qa.0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_deb_setscene.206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_deb.206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_ipk_setscene.ff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_ipk.ff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_rpm_setscene.8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_rpm.8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_packagedata_setscene.197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_packagedata.197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_lic_setscene.beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_lic.beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_sysroot_setscene.43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_sysroot.43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_recipe_qa_setscene.1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_recipe_qa.1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_package_spdx_setscene.1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_package_spdx.1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_spdx_setscene.96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_spdx.96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_deploy_source_date_epoch_setscene.9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_deploy_source_date_epoch.9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_setscene.6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package.6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_qa_setscene.b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_qa.b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_deb_setscene.c43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_deb.c43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_ipk_setscene.d4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_ipk.d4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_rpm_setscene.a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_rpm.a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_packagedata_setscene.4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_packagedata.4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_lic_setscene.d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_lic.d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_sysroot_setscene.1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_sysroot.1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_recipe_qa_setscene.f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_recipe_qa.f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_package_spdx_setscene.7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_package_spdx.7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_spdx_setscene.0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_spdx.0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_deploy_source_date_epoch_setscene.774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_deploy_source_date_epoch.774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_setscene.384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package.384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_qa_setscene.7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_qa.7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_deb_setscene.015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_deb.015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_ipk_setscene.5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_ipk.5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_rpm_setscene.f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_rpm.f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_packagedata_setscene.68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_packagedata.68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_lic_setscene.eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_lic.eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_sysroot_setscene.419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_sysroot.419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_recipe_qa_setscene.d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_recipe_qa.d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_package_spdx_setscene.6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_package_spdx.6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_spdx_setscene.14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_spdx.14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_deploy_source_date_epoch_setscene.2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_deploy_source_date_epoch.2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_setscene.696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package.696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_qa_setscene.2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_qa.2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_deb_setscene.b7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_deb.b7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_ipk_setscene.b55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_ipk.b55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_rpm_setscene.db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_rpm.db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_packagedata_setscene.6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_packagedata.6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_lic_setscene.75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_lic.75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_sysroot_setscene.9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_sysroot.9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_recipe_qa_setscene.3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_recipe_qa.3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_package_spdx_setscene.92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_package_spdx.92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_spdx_setscene.162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_spdx.162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_deploy_source_date_epoch_setscene.2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_deploy_source_date_epoch.2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_setscene.e2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package.e2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_qa_setscene.4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_qa.4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_deb_setscene.249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_deb.249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_ipk_setscene.c46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_ipk.c46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_rpm_setscene.222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_rpm.222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_packagedata_setscene.c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_packagedata.c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_lic_setscene.2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_lic.2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_sysroot_setscene.48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_sysroot.48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_recipe_qa_setscene.700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_recipe_qa.700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_create_package_spdx_setscene.65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_create_package_spdx.65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_create_spdx_setscene.a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_create_spdx.a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_deploy_source_date_epoch_setscene.35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_deploy_source_date_epoch.35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_setscene.37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package.37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_qa_setscene.fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_qa.fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_write_deb_setscene.1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_write_deb.1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_write_ipk_setscene.f106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_write_ipk.f106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_write_rpm_setscene.9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_write_rpm.9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_packagedata_setscene.c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_packagedata.c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_populate_lic_setscene.11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_populate_lic.11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_populate_sysroot_setscene.f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_populate_sysroot.f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_recipe_qa_setscene.54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_recipe_qa.54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_package_spdx_setscene.18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_package_spdx.18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_spdx_setscene.5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_spdx.5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_deploy_source_date_epoch_setscene.1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_deploy_source_date_epoch.1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_setscene.5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package.5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_qa_setscene.7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_qa.7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_deb_setscene.c9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_deb.c9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_ipk_setscene.722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_ipk.722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_rpm_setscene.2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_rpm.2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_packagedata_setscene.92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_packagedata.92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_lic_setscene.06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_lic.06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_sysroot_setscene.f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_sysroot.f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_recipe_qa_setscene.697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_recipe_qa.697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_package_spdx_setscene.2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_package_spdx.2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_spdx_setscene.517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_spdx.517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_deploy_source_date_epoch_setscene.3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_deploy_source_date_epoch.3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_setscene.ebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package.ebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_qa_setscene.e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_qa.e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_deb_setscene.6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_deb.6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_ipk_setscene.612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_ipk.612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_rpm_setscene.c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_rpm.c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_packagedata_setscene.2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_packagedata.2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_lic_setscene.9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_lic.9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_sysroot_setscene.2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_sysroot.2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_recipe_qa_setscene.d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_recipe_qa.d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_create_package_spdx_setscene.2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_create_package_spdx.2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_create_spdx_setscene.5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_create_spdx.5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_deploy_source_date_epoch_setscene.d17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_deploy_source_date_epoch.d17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_setscene.b3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package.b3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_qa_setscene.450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_qa.450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_write_deb_setscene.c74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_write_deb.c74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_write_ipk_setscene.f2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_write_ipk.f2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_write_rpm_setscene.1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_write_rpm.1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_packagedata_setscene.952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_packagedata.952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_populate_lic_setscene.c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_populate_lic.c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_populate_sysroot_setscene.7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_populate_sysroot.7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_recipe_qa_setscene.d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_recipe_qa.d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_package_spdx_setscene.f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_package_spdx.f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_spdx_setscene.3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_spdx.3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_deploy_source_date_epoch_setscene.5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_deploy_source_date_epoch.5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_setscene.cd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package.cd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_qa_setscene.9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_qa.9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_deb_setscene.cb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_deb.cb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_ipk_setscene.53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_ipk.53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_rpm_setscene.e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_rpm.e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_packagedata_setscene.6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_packagedata.6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_lic_setscene.51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_lic.51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_sysroot_setscene.a7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_sysroot.a7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_recipe_qa_setscene.9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_recipe_qa.9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_package_spdx_setscene.30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_package_spdx.30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_spdx_setscene.21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_spdx.21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_deploy_source_date_epoch_setscene.07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_deploy_source_date_epoch.07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_setscene.79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package.79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_qa_setscene.aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_qa.aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_deb_setscene.544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_deb.544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_ipk_setscene.fd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_ipk.fd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_rpm_setscene.8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_rpm.8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_packagedata_setscene.f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_packagedata.f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_lic_setscene.4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_lic.4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_sysroot_setscene.ef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_sysroot.ef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_recipe_qa_setscene.ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_recipe_qa.ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_package_spdx_setscene.a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_package_spdx.a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_spdx_setscene.c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_spdx.c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_deploy_source_date_epoch_setscene.32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_deploy_source_date_epoch.32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_setscene.ba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package.ba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_qa_setscene.b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_qa.b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_deb_setscene.c4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_deb.c4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_ipk_setscene.875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_ipk.875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_rpm_setscene.04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_rpm.04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_packagedata_setscene.85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_packagedata.85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_lic_setscene.f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_lic.f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_sysroot_setscene.69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_sysroot.69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_recipe_qa_setscene.47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_recipe_qa.47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_create_package_spdx_setscene.dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_create_package_spdx.dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_create_spdx_setscene.90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_create_spdx.90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_deploy_source_date_epoch_setscene.3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_deploy_source_date_epoch.3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_setscene.dbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package.dbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_qa_setscene.c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_qa.c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_write_deb_setscene.7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_write_deb.7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_write_ipk_setscene.86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_write_ipk.86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_write_rpm_setscene.475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_write_rpm.475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_packagedata_setscene.6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_packagedata.6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_populate_lic_setscene.35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_populate_lic.35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_populate_sysroot_setscene.c046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_populate_sysroot.c046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_recipe_qa_setscene.190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_recipe_qa.190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_create_package_spdx_setscene.ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_create_package_spdx.ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_create_spdx_setscene.404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_create_spdx.404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_deploy_source_date_epoch_setscene.3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_deploy_source_date_epoch.3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_setscene.9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package.9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_qa_setscene.4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_qa.4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_write_deb_setscene.5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_write_deb.5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_write_ipk_setscene.ec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_write_ipk.ec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_write_rpm_setscene.216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_write_rpm.216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_packagedata_setscene.8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_packagedata.8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_populate_lic_setscene.b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_populate_lic.b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_populate_sysroot_setscene.edb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_populate_sysroot.edb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_recipe_qa_setscene.d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_recipe_qa.d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_create_package_spdx_setscene.8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_create_package_spdx.8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_create_spdx_setscene.aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_create_spdx.aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_deploy_source_date_epoch_setscene.ed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_deploy_source_date_epoch.ed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_setscene.143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package.143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_qa_setscene.960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_qa.960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_write_deb_setscene.beb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_write_deb.beb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_write_ipk_setscene.2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_write_ipk.2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_write_rpm_setscene.1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_write_rpm.1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_packagedata_setscene.c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_packagedata.c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_populate_lic_setscene.0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_populate_lic.0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_populate_sysroot_setscene.86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_populate_sysroot.86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_recipe_qa_setscene.ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_recipe_qa.ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_package_spdx_setscene.7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_package_spdx.7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_spdx_setscene.96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_spdx.96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_deploy_source_date_epoch_setscene.64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_deploy_source_date_epoch.64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_setscene.c0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package.c0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_qa_setscene.12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_qa.12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_deb_setscene.413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_deb.413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_ipk_setscene.4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_ipk.4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_rpm_setscene.64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_rpm.64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_packagedata_setscene.50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_packagedata.50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_lic_setscene.160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_lic.160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_sysroot_setscene.fb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_sysroot.fb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_recipe_qa_setscene.93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_recipe_qa.93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_create_package_spdx_setscene.406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_create_package_spdx.406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_create_spdx_setscene.0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_create_spdx.0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_deploy_source_date_epoch_setscene.c90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_deploy_source_date_epoch.c90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_setscene.e5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package.e5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_qa_setscene.22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_qa.22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_write_deb_setscene.225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_write_deb.225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_write_ipk_setscene.7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_write_ipk.7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_write_rpm_setscene.6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_write_rpm.6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_packagedata_setscene.083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_packagedata.083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_populate_lic_setscene.577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_populate_lic.577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_populate_sysroot_setscene.84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_populate_sysroot.84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_recipe_qa_setscene.9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_recipe_qa.9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_package_spdx_setscene.fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_package_spdx.fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_spdx_setscene.10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_spdx.10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_deploy_source_date_epoch_setscene.1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_deploy_source_date_epoch.1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_setscene.45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package.45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_qa_setscene.b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_qa.b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_deb_setscene.e38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_deb.e38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_ipk_setscene.6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_ipk.6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_rpm_setscene.e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_rpm.e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_packagedata_setscene.dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_packagedata.dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_lic_setscene.4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_lic.4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_sysroot_setscene.cd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_sysroot.cd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_recipe_qa_setscene.936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_recipe_qa.936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_create_package_spdx_setscene.2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_create_package_spdx.2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_create_spdx_setscene.ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_create_spdx.ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_deploy_source_date_epoch_setscene.cfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_deploy_source_date_epoch.cfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_setscene.89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package.89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_qa_setscene.97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_qa.97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_write_deb_setscene.acdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_write_deb.acdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_write_ipk_setscene.e73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_write_ipk.e73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_write_rpm_setscene.206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_write_rpm.206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_packagedata_setscene.23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_packagedata.23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_populate_lic_setscene.4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_populate_lic.4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_populate_sysroot_setscene.0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_populate_sysroot.0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_recipe_qa_setscene.9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_recipe_qa.9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_create_package_spdx_setscene.31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_create_package_spdx.31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_create_spdx_setscene.907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_create_spdx.907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_deploy_source_date_epoch_setscene.821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_deploy_source_date_epoch.821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_setscene.d1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package.d1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_qa_setscene.9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_qa.9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_write_deb_setscene.9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_write_deb.9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_write_ipk_setscene.d69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_write_ipk.d69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_write_rpm_setscene.78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_write_rpm.78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_packagedata_setscene.0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_packagedata.0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_populate_lic_setscene.e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_populate_lic.e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_populate_sysroot_setscene.4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_populate_sysroot.4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_recipe_qa_setscene.6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_recipe_qa.6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_create_package_spdx_setscene.fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_create_package_spdx.fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_create_spdx_setscene.8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_create_spdx.8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_deploy_source_date_epoch_setscene.fdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_deploy_source_date_epoch.fdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_setscene.310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package.310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_qa_setscene.58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_qa.58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_write_deb_setscene.d4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_write_deb.d4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_write_ipk_setscene.86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_write_ipk.86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_write_rpm_setscene.cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_write_rpm.cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_packagedata_setscene.18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_packagedata.18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_populate_lic_setscene.ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_populate_lic.ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_populate_sysroot_setscene.4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_populate_sysroot.4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_recipe_qa_setscene.2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_recipe_qa.2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_package_spdx_setscene.db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_package_spdx.db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_spdx_setscene.1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_spdx.1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_deploy_source_date_epoch_setscene.2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_deploy_source_date_epoch.2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_setscene.274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package.274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_qa_setscene.734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_qa.734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_deb_setscene.c250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_deb.c250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_ipk_setscene.c8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_ipk.c8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_rpm_setscene.126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_rpm.126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_packagedata_setscene.8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_packagedata.8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_lic_setscene.59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_lic.59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_sysroot_setscene.872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_sysroot.872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_recipe_qa_setscene.1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_recipe_qa.1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_create_package_spdx_setscene.26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_create_package_spdx.26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_create_spdx_setscene.2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_create_spdx.2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_deploy_source_date_epoch_setscene.bd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_deploy_source_date_epoch.bd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_setscene.8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package.8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_qa_setscene.f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_qa.f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_write_deb_setscene.b5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_write_deb.b5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_write_ipk_setscene.446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_write_ipk.446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_write_rpm_setscene.3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_write_rpm.3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_packagedata_setscene.6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_packagedata.6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_populate_lic_setscene.93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_populate_lic.93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_populate_sysroot_setscene.6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_populate_sysroot.6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_recipe_qa_setscene.818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_recipe_qa.818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_create_package_spdx_setscene.a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_create_package_spdx.a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_create_spdx_setscene.c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_create_spdx.c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_deploy_source_date_epoch_setscene.c523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_deploy_source_date_epoch.c523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_populate_lic_setscene.dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_populate_lic.dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_populate_sysroot_setscene.2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_populate_sysroot.2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_recipe_qa_setscene.e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_recipe_qa.e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_create_package_spdx_setscene.ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_create_package_spdx.ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_create_spdx_setscene.0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_create_spdx.0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_deploy_source_date_epoch_setscene.60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_deploy_source_date_epoch.60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_populate_lic_setscene.a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_populate_lic.a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_populate_sysroot_setscene.852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_populate_sysroot.852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_recipe_qa_setscene.4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_recipe_qa.4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_package_spdx_setscene.5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_package_spdx.5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_spdx_setscene.3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_spdx.3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_deploy_source_date_epoch_setscene.f24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_deploy_source_date_epoch.f24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_lic_setscene.b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_lic.b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_sysroot_setscene.1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_sysroot.1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_recipe_qa_setscene.e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_recipe_qa.e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_package_spdx_setscene.d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_package_spdx.d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_spdx_setscene.3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_spdx.3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_deploy_source_date_epoch_setscene.2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_deploy_source_date_epoch.2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_lic_setscene.83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_lic.83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_sysroot_setscene.f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_sysroot.f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_recipe_qa_setscene.ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_recipe_qa.ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_create_package_spdx_setscene.bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_create_package_spdx.bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_create_spdx_setscene.163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_create_spdx.163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_deploy_source_date_epoch_setscene.14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_deploy_source_date_epoch.14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_populate_lic_setscene.b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_populate_lic.b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_populate_sysroot_setscene.29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_populate_sysroot.29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_recipe_qa_setscene.0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_recipe_qa.0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_create_package_spdx_setscene.bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_create_package_spdx.bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_create_spdx_setscene.82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_create_spdx.82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_deploy_source_date_epoch_setscene.72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_deploy_source_date_epoch.72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_populate_lic_setscene.5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_populate_lic.5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_populate_sysroot_setscene.040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_populate_sysroot.040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_recipe_qa_setscene.9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_recipe_qa.9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_create_package_spdx_setscene.7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_create_package_spdx.7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_create_spdx_setscene.effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_create_spdx.effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_deploy_source_date_epoch_setscene.861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_deploy_source_date_epoch.861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_populate_lic_setscene.a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_populate_lic.a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_populate_sysroot_setscene.c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_populate_sysroot.c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_recipe_qa_setscene.5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_recipe_qa.5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_create_package_spdx_setscene.9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_create_package_spdx.9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_create_spdx_setscene.0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_create_spdx.0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_deploy_source_date_epoch_setscene.8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_deploy_source_date_epoch.8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_populate_lic_setscene.429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_populate_lic.429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_populate_sysroot_setscene.eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_populate_sysroot.eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_recipe_qa_setscene.6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_recipe_qa.6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_create_package_spdx_setscene.92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_create_package_spdx.92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_create_spdx_setscene.18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_create_spdx.18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_deploy_source_date_epoch_setscene.dfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_deploy_source_date_epoch.dfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_populate_lic_setscene.957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_populate_lic.957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_populate_sysroot_setscene.2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_populate_sysroot.2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_recipe_qa_setscene.0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_recipe_qa.0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_package_spdx_setscene.156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_package_spdx.156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_spdx_setscene.72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_spdx.72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_deploy_source_date_epoch_setscene.a071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_deploy_source_date_epoch.a071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_lic_setscene.75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_lic.75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_sysroot_setscene.2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_sysroot.2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_recipe_qa_setscene.e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_recipe_qa.e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_create_package_spdx_setscene.5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_create_package_spdx.5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_create_spdx_setscene.dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_create_spdx.dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_deploy_source_date_epoch_setscene.8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_deploy_source_date_epoch.8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_populate_lic_setscene.8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_populate_lic.8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_populate_sysroot_setscene.41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_populate_sysroot.41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_recipe_qa_setscene.0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_recipe_qa.0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_package_spdx_setscene.8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_package_spdx.8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_spdx_setscene.c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_spdx.c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_deploy_source_date_epoch_setscene.365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_deploy_source_date_epoch.365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_lic_setscene.c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_lic.c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_sysroot_setscene.ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_sysroot.ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_recipe_qa_setscene.5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_recipe_qa.5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_package_spdx_setscene.228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_package_spdx.228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_spdx_setscene.ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_spdx.ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_deploy_source_date_epoch_setscene.b955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_deploy_source_date_epoch.b955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_lic_setscene.d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_lic.d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_sysroot_setscene.ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_sysroot.ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_recipe_qa_setscene.3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_recipe_qa.3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_create_package_spdx_setscene.92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_create_package_spdx.92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_create_spdx_setscene.50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_create_spdx.50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_deploy_source_date_epoch_setscene.d6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_deploy_source_date_epoch.d6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_populate_lic_setscene.1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_populate_lic.1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_populate_sysroot_setscene.91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_populate_sysroot.91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_recipe_qa_setscene.2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_recipe_qa.2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_package_spdx_setscene.234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_package_spdx.234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_spdx_setscene.b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_spdx.b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_deploy_source_date_epoch_setscene.0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_deploy_source_date_epoch.0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_lic_setscene.beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_lic.beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_sysroot_setscene.57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_sysroot.57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_recipe_qa_setscene.dd39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_recipe_qa.dd39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_package_spdx_setscene.aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_package_spdx.aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_spdx_setscene.42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_spdx.42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_deploy_source_date_epoch_setscene.7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_deploy_source_date_epoch.7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_lic_setscene.9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_lic.9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_sysroot_setscene.c80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_sysroot.c80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_recipe_qa_setscene.f83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_recipe_qa.f83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_package_spdx_setscene.efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_package_spdx.efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_spdx_setscene.0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_spdx.0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_deploy_source_date_epoch_setscene.84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_deploy_source_date_epoch.84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_lic_setscene.7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_lic.7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_sysroot_setscene.0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_sysroot.0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_recipe_qa_setscene.40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_recipe_qa.40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_package_spdx_setscene.b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_package_spdx.b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_spdx_setscene.8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_spdx.8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_deploy_source_date_epoch_setscene.449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_deploy_source_date_epoch.449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_lic_setscene.a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_lic.a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_sysroot_setscene.4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_sysroot.4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_recipe_qa_setscene.7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_recipe_qa.7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_package_spdx_setscene.a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_package_spdx.a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_spdx_setscene.f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_spdx.f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_deploy_source_date_epoch_setscene.e6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_deploy_source_date_epoch.e6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_lic_setscene.752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_lic.752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_sysroot_setscene.8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_sysroot.8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_recipe_qa_setscene.a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_recipe_qa.a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_create_package_spdx_setscene.500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_create_package_spdx.500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_create_spdx_setscene.0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_create_spdx.0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_deploy_source_date_epoch_setscene.a135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_deploy_source_date_epoch.a135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_populate_lic_setscene.50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_populate_lic.50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_populate_sysroot_setscene.6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_populate_sysroot.6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_recipe_qa_setscene.254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_recipe_qa.254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_package_spdx_setscene.3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_package_spdx.3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_spdx_setscene.f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_spdx.f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_deploy_source_date_epoch_setscene.3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_deploy_source_date_epoch.3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_lic_setscene.f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_lic.f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_sysroot_setscene.a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_sysroot.a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_recipe_qa_setscene.8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_recipe_qa.8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_create_package_spdx_setscene.da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_create_package_spdx.da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_create_spdx_setscene.b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_create_spdx.b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_deploy_source_date_epoch_setscene.60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_deploy_source_date_epoch.60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_populate_lic_setscene.37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_populate_lic.37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_populate_sysroot_setscene.3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_populate_sysroot.3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_recipe_qa_setscene.1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_recipe_qa.1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_package_spdx_setscene.89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_package_spdx.89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_spdx_setscene.4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_spdx.4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_deploy_source_date_epoch_setscene.1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_deploy_source_date_epoch.1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_lic_setscene.a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_lic.a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_sysroot_setscene.e0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_sysroot.e0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_recipe_qa_setscene.d7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_recipe_qa.d7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_package_spdx_setscene.4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_package_spdx.4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_spdx_setscene.feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_spdx.feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_deploy_source_date_epoch_setscene.d364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_deploy_source_date_epoch.d364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_lic_setscene.a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_lic.a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_sysroot_setscene.225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_sysroot.225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_recipe_qa_setscene.90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_recipe_qa.90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_create_package_spdx_setscene.12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_create_package_spdx.12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_create_spdx_setscene.24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_create_spdx.24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_deploy_source_date_epoch_setscene.a3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_deploy_source_date_epoch.a3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_populate_lic_setscene.af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_populate_lic.af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_populate_sysroot_setscene.f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_populate_sysroot.f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_recipe_qa_setscene.90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_recipe_qa.90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_package_spdx_setscene.e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_package_spdx.e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_spdx_setscene.9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_spdx.9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_deploy_source_date_epoch_setscene.4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_deploy_source_date_epoch.4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_lic_setscene.5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_lic.5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_sysroot_setscene.bc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_sysroot.bc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_recipe_qa_setscene.7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_recipe_qa.7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_package_spdx_setscene.db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_package_spdx.db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_spdx_setscene.6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_spdx.6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_deploy_source_date_epoch_setscene.9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_deploy_source_date_epoch.9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_lic_setscene.1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_lic.1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_sysroot_setscene.1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_sysroot.1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_recipe_qa_setscene.981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_recipe_qa.981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_create_package_spdx_setscene.606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_create_package_spdx.606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_create_spdx_setscene.c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_create_spdx.c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_deploy_source_date_epoch_setscene.ee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_deploy_source_date_epoch.ee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_populate_lic_setscene.0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_populate_lic.0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_populate_sysroot_setscene.cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_populate_sysroot.cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_recipe_qa_setscene.02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_recipe_qa.02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_create_package_spdx_setscene.4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_create_package_spdx.4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_create_spdx_setscene.fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_create_spdx.fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_deploy_source_date_epoch_setscene.e720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_deploy_source_date_epoch.e720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_lic_setscene.22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_lic.22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_sysroot_setscene.15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_sysroot.15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_recipe_qa_setscene.2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_recipe_qa.2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_package_spdx_setscene.9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_package_spdx.9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_spdx_setscene.aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_spdx.aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_deploy_source_date_epoch_setscene.10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_deploy_source_date_epoch.10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_lic_setscene.4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_lic.4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_sysroot_setscene.71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_sysroot.71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_recipe_qa_setscene.6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_recipe_qa.6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_create_package_spdx_setscene.51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_create_package_spdx.51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_create_spdx_setscene.5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_create_spdx.5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_deploy_source_date_epoch_setscene.ef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_deploy_source_date_epoch.ef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_populate_lic_setscene.2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_populate_lic.2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_populate_sysroot_setscene.808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_populate_sysroot.808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_recipe_qa_setscene.d11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_recipe_qa.d11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_create_package_spdx_setscene.9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_create_package_spdx.9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_create_spdx_setscene.20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_create_spdx.20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_deploy_source_date_epoch_setscene.f835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_deploy_source_date_epoch.f835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_populate_lic_setscene.4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_populate_lic.4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_populate_sysroot_setscene.b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_populate_sysroot.b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_recipe_qa_setscene.872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_recipe_qa.872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_package_spdx_setscene.aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_package_spdx.aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_spdx_setscene.862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_spdx.862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_deploy_source_date_epoch_setscene.e00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_deploy_source_date_epoch.e00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_lic_setscene.7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_lic.7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_sysroot_setscene.3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_sysroot.3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_recipe_qa_setscene.747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_recipe_qa.747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_package_spdx_setscene.d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_package_spdx.d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_spdx_setscene.32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_spdx.32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_deploy_source_date_epoch_setscene.f4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_deploy_source_date_epoch.f4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_lic_setscene.c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_lic.c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_sysroot_setscene.ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_sysroot.ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_recipe_qa_setscene.c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_recipe_qa.c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_package_spdx_setscene.fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_package_spdx.fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_spdx_setscene.184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_spdx.184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_deploy_source_date_epoch_setscene.43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_deploy_source_date_epoch.43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_lic_setscene.b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_lic.b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_sysroot_setscene.b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_sysroot.b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_recipe_qa_setscene.79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_recipe_qa.79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_create_package_spdx_setscene.4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_create_package_spdx.4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_create_spdx_setscene.c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_create_spdx.c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_deploy_source_date_epoch_setscene.c0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_deploy_source_date_epoch.c0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_populate_lic_setscene.da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_populate_lic.da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_populate_sysroot_setscene.54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_populate_sysroot.54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_recipe_qa_setscene.c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_recipe_qa.c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_create_package_spdx_setscene.8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_create_package_spdx.8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_create_spdx_setscene.6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_create_spdx.6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_deploy_source_date_epoch_setscene.6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_deploy_source_date_epoch.6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_populate_lic_setscene.60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_populate_lic.60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_populate_sysroot_setscene.ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_populate_sysroot.ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_recipe_qa_setscene.3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_recipe_qa.3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_create_package_spdx_setscene.da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_create_package_spdx.da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_create_spdx_setscene.6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_create_spdx.6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_deploy_source_date_epoch_setscene.b4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_deploy_source_date_epoch.b4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_populate_lic_setscene.3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_populate_lic.3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_populate_sysroot_setscene.bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_populate_sysroot.bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_recipe_qa_setscene.fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_recipe_qa.fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_package_spdx_setscene.10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_package_spdx.10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_spdx_setscene.04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_spdx.04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_deploy_source_date_epoch_setscene.9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_deploy_source_date_epoch.9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_lic_setscene.2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_lic.2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_sysroot_setscene.5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_sysroot.5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_recipe_qa_setscene.11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_recipe_qa.11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_create_package_spdx_setscene.c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_create_package_spdx.c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_create_spdx_setscene.a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_create_spdx.a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_deploy_source_date_epoch_setscene.f0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_deploy_source_date_epoch.f0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_populate_lic_setscene.66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_populate_lic.66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_populate_sysroot_setscene.b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_populate_sysroot.b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_recipe_qa_setscene.90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_recipe_qa.90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_create_package_spdx_setscene.2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_create_package_spdx.2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_create_spdx_setscene.dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_create_spdx.dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_deploy_source_date_epoch_setscene.6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_deploy_source_date_epoch.6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_populate_lic_setscene.4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_populate_lic.4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_populate_sysroot_setscene.c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_populate_sysroot.c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_recipe_qa_setscene.34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_recipe_qa.34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_package_spdx_setscene.2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_package_spdx.2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_spdx_setscene.6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_spdx.6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_deploy_source_date_epoch_setscene.ae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_deploy_source_date_epoch.ae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_lic_setscene.d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_lic.d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_sysroot_setscene.f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_sysroot.f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_recipe_qa_setscene.1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_recipe_qa.1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_package_spdx_setscene.0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_package_spdx.0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_spdx_setscene.a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_spdx.a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_deploy_source_date_epoch_setscene.bf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_deploy_source_date_epoch.bf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_lic_setscene.8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_lic.8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_sysroot_setscene.18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_sysroot.18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_recipe_qa_setscene.3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_recipe_qa.3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_package_spdx_setscene.fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_package_spdx.fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_spdx_setscene.dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_spdx.dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_deploy_source_date_epoch_setscene.510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_deploy_source_date_epoch.510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_lic_setscene.1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_lic.1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_sysroot_setscene.6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_sysroot.6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_recipe_qa_setscene.d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_recipe_qa.d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_create_package_spdx_setscene.96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_create_package_spdx.96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_create_spdx_setscene.11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_create_spdx.11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_deploy_source_date_epoch_setscene.cf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_deploy_source_date_epoch.cf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_populate_lic_setscene.7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_populate_lic.7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_populate_sysroot_setscene.6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_populate_sysroot.6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_recipe_qa_setscene.cd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_recipe_qa.cd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_create_package_spdx_setscene.43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_create_package_spdx.43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_create_spdx_setscene.2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_create_spdx.2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_deploy_source_date_epoch_setscene.ccba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_deploy_source_date_epoch.ccba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_populate_lic_setscene.43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_populate_lic.43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_populate_sysroot_setscene.85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_populate_sysroot.85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_recipe_qa_setscene.82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_recipe_qa.82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_create_package_spdx_setscene.dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_create_package_spdx.dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_create_spdx_setscene.c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_create_spdx.c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_deploy_source_date_epoch_setscene.50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_deploy_source_date_epoch.50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_populate_lic_setscene.ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_populate_lic.ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_populate_sysroot_setscene.9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_populate_sysroot.9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_recipe_qa_setscene.27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_recipe_qa.27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_package_spdx_setscene.762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_package_spdx.762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_spdx_setscene.f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_spdx.f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_deploy_source_date_epoch_setscene.203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_deploy_source_date_epoch.203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_lic_setscene.c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_lic.c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_sysroot_setscene.b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_sysroot.b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_recipe_qa_setscene.571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_recipe_qa.571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_create_package_spdx_setscene.6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_create_package_spdx.6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_create_spdx_setscene.6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_create_spdx.6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_deploy_source_date_epoch_setscene.551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_deploy_source_date_epoch.551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_populate_lic_setscene.e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_populate_lic.e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_populate_sysroot_setscene.357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_populate_sysroot.357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_recipe_qa_setscene.60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_recipe_qa.60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_package_spdx_setscene.a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_package_spdx.a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_spdx_setscene.138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_spdx.138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_deploy_source_date_epoch_setscene.d86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_deploy_source_date_epoch.d86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_lic_setscene.fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_lic.fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_sysroot_setscene.5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_sysroot.5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_recipe_qa_setscene.fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_recipe_qa.fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_package_spdx_setscene.658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_package_spdx.658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_spdx_setscene.59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_spdx.59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_deploy_source_date_epoch_setscene.391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_deploy_source_date_epoch.391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_lic_setscene.22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_lic.22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_sysroot_setscene.dcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_sysroot.dcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_recipe_qa_setscene.5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_recipe_qa.5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_create_package_spdx_setscene.f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_create_package_spdx.f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_create_spdx_setscene.b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_create_spdx.b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_deploy_source_date_epoch_setscene.669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_deploy_source_date_epoch.669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_populate_lic_setscene.195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_populate_lic.195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_populate_sysroot_setscene.f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_populate_sysroot.f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_recipe_qa_setscene.e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_recipe_qa.e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_package_spdx_setscene.3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_package_spdx.3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_spdx_setscene.4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_spdx.4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_deploy_source_date_epoch_setscene.46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_deploy_source_date_epoch.46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_lic_setscene.91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_lic.91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_sysroot_setscene.f61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_sysroot.f61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_recipe_qa_setscene.f0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_recipe_qa.f0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_package_spdx_setscene.2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_package_spdx.2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_spdx_setscene.d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_spdx.d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_deploy_source_date_epoch_setscene.98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_deploy_source_date_epoch.98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_lic_setscene.5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_lic.5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_sysroot_setscene.09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_sysroot.09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_recipe_qa_setscene.1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_recipe_qa.1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_package_spdx_setscene.e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_package_spdx.e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_spdx_setscene.f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_spdx.f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_deploy_source_date_epoch_setscene.5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_deploy_source_date_epoch.5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_lic_setscene.219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_lic.219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_sysroot_setscene.61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_sysroot.61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_recipe_qa_setscene.6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_recipe_qa.6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_package_spdx_setscene.0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_package_spdx.0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_spdx_setscene.688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_spdx.688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_deploy_source_date_epoch_setscene.a4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_deploy_source_date_epoch.a4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_lic_setscene.8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_lic.8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_sysroot_setscene.014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_sysroot.014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_recipe_qa_setscene.b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_recipe_qa.b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_create_package_spdx_setscene.bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_create_package_spdx.bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_create_spdx_setscene.7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_create_spdx.7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_deploy_source_date_epoch_setscene.8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_deploy_source_date_epoch.8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_populate_lic_setscene.f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_populate_lic.f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_populate_sysroot_setscene.9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_populate_sysroot.9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_recipe_qa_setscene.7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_recipe_qa.7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_package_spdx_setscene.ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_package_spdx.ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_spdx_setscene.63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_spdx.63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_deploy_source_date_epoch_setscene.f338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_deploy_source_date_epoch.f338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_lic_setscene.45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_lic.45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_sysroot_setscene.14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_sysroot.14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_recipe_qa_setscene.ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_recipe_qa.ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_create_package_spdx_setscene.fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_create_package_spdx.fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_create_spdx_setscene.f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_create_spdx.f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_deploy_source_date_epoch_setscene.da76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_deploy_source_date_epoch.da76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_populate_lic_setscene.9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_populate_lic.9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_populate_sysroot_setscene.401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_populate_sysroot.401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_recipe_qa_setscene.71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_recipe_qa.71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_package_spdx_setscene.3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_package_spdx.3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_spdx_setscene.46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_spdx.46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_deploy_source_date_epoch_setscene.5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_deploy_source_date_epoch.5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_lic_setscene.8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_lic.8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_sysroot_setscene.637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_sysroot.637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_recipe_qa_setscene.0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_recipe_qa.0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_package_spdx_setscene.3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_package_spdx.3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_spdx_setscene.5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_spdx.5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_deploy_source_date_epoch_setscene.2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_deploy_source_date_epoch.2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_lic_setscene.d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_lic.d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_sysroot_setscene.3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_sysroot.3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_recipe_qa_setscene.179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_recipe_qa.179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_package_spdx_setscene.3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_package_spdx.3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_spdx_setscene.22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_spdx.22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_deploy_source_date_epoch_setscene.e90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_deploy_source_date_epoch.e90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_lic_setscene.94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_lic.94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_sysroot_setscene.cbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_sysroot.cbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_recipe_qa_setscene.478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_recipe_qa.478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_package_spdx_setscene.8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_package_spdx.8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_spdx_setscene.d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_spdx.d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_deploy_source_date_epoch_setscene.fd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_deploy_source_date_epoch.fd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_lic_setscene.ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_lic.ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_sysroot_setscene.31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_sysroot.31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_recipe_qa_setscene.8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_recipe_qa.8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_create_package_spdx_setscene.b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_create_package_spdx.b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_create_spdx_setscene.b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_create_spdx.b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_deploy_source_date_epoch_setscene.392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_deploy_source_date_epoch.392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_populate_lic_setscene.fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_populate_lic.fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_populate_sysroot_setscene.39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_populate_sysroot.39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_recipe_qa_setscene.8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_recipe_qa.8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_create_package_spdx_setscene.461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_create_package_spdx.461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_create_spdx_setscene.d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_create_spdx.d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_deploy_source_date_epoch_setscene.afb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_deploy_source_date_epoch.afb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_populate_lic_setscene.2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_populate_lic.2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_populate_sysroot_setscene.c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_populate_sysroot.c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_recipe_qa_setscene.4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_recipe_qa.4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_package_spdx_setscene.6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_package_spdx.6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_spdx_setscene.4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_spdx.4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_deploy_source_date_epoch_setscene.ffc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_deploy_source_date_epoch.ffc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_lic_setscene.a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_lic.a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_sysroot_setscene.cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_sysroot.cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_recipe_qa_setscene.a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_recipe_qa.a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_package_spdx_setscene.2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_package_spdx.2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_spdx_setscene.d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_spdx.d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_deploy_source_date_epoch_setscene.7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_deploy_source_date_epoch.7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_lic_setscene.3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_lic.3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_sysroot_setscene.140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_sysroot.140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_recipe_qa_setscene.1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_recipe_qa.1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_create_package_spdx_setscene.e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_create_package_spdx.e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_create_spdx_setscene.642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_create_spdx.642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_deploy_source_date_epoch_setscene.c9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_deploy_source_date_epoch.c9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_populate_lic_setscene.8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_populate_lic.8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_populate_sysroot_setscene.ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_populate_sysroot.ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_recipe_qa_setscene.9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_recipe_qa.9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_create_package_spdx_setscene.cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_create_package_spdx.cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_create_spdx_setscene.9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_create_spdx.9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_deploy_source_date_epoch_setscene.bb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_deploy_source_date_epoch.bb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_populate_lic_setscene.883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_populate_lic.883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_populate_sysroot_setscene.357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_populate_sysroot.357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_recipe_qa_setscene.a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_recipe_qa.a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_create_package_spdx_setscene.ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_create_package_spdx.ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_create_spdx_setscene.bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_create_spdx.bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_deploy_source_date_epoch_setscene.8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_deploy_source_date_epoch.8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_populate_lic_setscene.d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_populate_lic.d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_populate_sysroot_setscene.e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_populate_sysroot.e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_recipe_qa_setscene.270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_recipe_qa.270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_create_package_spdx_setscene.fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_create_package_spdx.fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_create_spdx_setscene.d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_create_spdx.d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_deploy_source_date_epoch_setscene.48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_deploy_source_date_epoch.48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_populate_lic_setscene.c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_populate_lic.c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_populate_sysroot_setscene.54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_populate_sysroot.54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_recipe_qa_setscene.f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_recipe_qa.f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_package_spdx_setscene.89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_package_spdx.89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_spdx_setscene.cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_spdx.cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_deploy_source_date_epoch_setscene.5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_deploy_source_date_epoch.5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_lic_setscene.aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_lic.aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_sysroot_setscene.fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_sysroot.fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_recipe_qa_setscene.c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_recipe_qa.c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_package_spdx_setscene.a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_package_spdx.a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_spdx_setscene.f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_spdx.f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_deploy_source_date_epoch_setscene.97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_deploy_source_date_epoch.97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_lic_setscene.123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_lic.123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_sysroot_setscene.93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_sysroot.93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_recipe_qa_setscene.7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_recipe_qa.7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_create_package_spdx_setscene.15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_create_package_spdx.15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_create_spdx_setscene.3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_create_spdx.3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_deploy_source_date_epoch_setscene.c01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_deploy_source_date_epoch.c01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_populate_lic_setscene.302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_populate_lic.302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_populate_sysroot_setscene.948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_populate_sysroot.948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_recipe_qa_setscene.f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_recipe_qa.f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_create_package_spdx_setscene.0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_create_package_spdx.0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_create_spdx_setscene.4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_create_spdx.4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_deploy_source_date_epoch_setscene.afcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_deploy_source_date_epoch.afcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_populate_lic_setscene.c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_populate_lic.c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_populate_sysroot_setscene.f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_populate_sysroot.f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_recipe_qa_setscene.1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_recipe_qa.1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_create_package_spdx_setscene.b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_create_package_spdx.b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_create_spdx_setscene.2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_create_spdx.2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_deploy_source_date_epoch_setscene.84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_deploy_source_date_epoch.84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_populate_lic_setscene.ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_populate_lic.ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_populate_sysroot_setscene.48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_populate_sysroot.48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_recipe_qa_setscene.97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_recipe_qa.97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_create_package_spdx_setscene.973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_create_package_spdx.973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_create_spdx_setscene.2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_create_spdx.2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_deploy_source_date_epoch_setscene.2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_deploy_source_date_epoch.2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_populate_lic_setscene.64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_populate_lic.64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_populate_sysroot_setscene.03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_populate_sysroot.03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_recipe_qa_setscene.849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_recipe_qa.849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_package_spdx_setscene.546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_package_spdx.546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_spdx_setscene.860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_spdx.860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_deploy_source_date_epoch_setscene.46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_deploy_source_date_epoch.46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_lic_setscene.5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_lic.5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_sysroot_setscene.72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_sysroot.72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_recipe_qa_setscene.be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_recipe_qa.be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_create_package_spdx_setscene.52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_create_package_spdx.52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_create_spdx_setscene.7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_create_spdx.7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_deploy_source_date_epoch_setscene.d16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_deploy_source_date_epoch.d16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_populate_lic_setscene.2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_populate_lic.2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_populate_sysroot_setscene.ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_populate_sysroot.ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_recipe_qa_setscene.41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_recipe_qa.41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_create_package_spdx_setscene.79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_create_package_spdx.79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_create_spdx_setscene.5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_create_spdx.5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_deploy_source_date_epoch_setscene.dda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_deploy_source_date_epoch.dda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_populate_lic_setscene.fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_populate_lic.fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_populate_sysroot_setscene.b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_populate_sysroot.b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_recipe_qa_setscene.9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_recipe_qa.9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_package_spdx_setscene.ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_package_spdx.ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_spdx_setscene.3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_spdx.3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_deploy_source_date_epoch_setscene.55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_deploy_source_date_epoch.55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_lic_setscene.77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_lic.77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_sysroot_setscene.87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_sysroot.87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_recipe_qa_setscene.687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_recipe_qa.687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_package_spdx_setscene.d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_package_spdx.d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_spdx_setscene.8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_spdx.8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_deploy_source_date_epoch_setscene.a8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_deploy_source_date_epoch.a8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_lic_setscene.f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_lic.f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_sysroot_setscene.bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_sysroot.bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_recipe_qa_setscene.9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_recipe_qa.9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_package_spdx_setscene.c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_package_spdx.c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_spdx_setscene.c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_spdx.c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_deploy_source_date_epoch_setscene.87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_deploy_source_date_epoch.87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_lic_setscene.68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_lic.68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_sysroot_setscene.aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_sysroot.aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_recipe_qa_setscene.ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_recipe_qa.ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_create_package_spdx_setscene.5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_create_package_spdx.5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_create_spdx_setscene.5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_create_spdx.5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_deploy_source_date_epoch_setscene.5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_deploy_source_date_epoch.5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_populate_lic_setscene.be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_populate_lic.be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_populate_sysroot_setscene.8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_populate_sysroot.8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_recipe_qa_setscene.687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_recipe_qa.687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_create_package_spdx_setscene.0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_create_package_spdx.0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_create_spdx_setscene.e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_create_spdx.e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_deploy_source_date_epoch_setscene.5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_deploy_source_date_epoch.5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_populate_lic_setscene.22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_populate_lic.22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_populate_sysroot_setscene.9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_populate_sysroot.9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_recipe_qa_setscene.b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_recipe_qa.b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_create_package_spdx_setscene.8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_create_package_spdx.8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_create_spdx_setscene.d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_create_spdx.d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_deploy_source_date_epoch_setscene.d34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_deploy_source_date_epoch.d34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_populate_lic_setscene.f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_populate_lic.f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_populate_sysroot_setscene.ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_populate_sysroot.ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_recipe_qa_setscene.8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_recipe_qa.8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_create_package_spdx_setscene.4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_create_package_spdx.4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_create_spdx_setscene.217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_create_spdx.217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_deploy_source_date_epoch_setscene.1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_deploy_source_date_epoch.1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_populate_lic_setscene.b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_populate_lic.b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_populate_sysroot_setscene.29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_populate_sysroot.29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_recipe_qa_setscene.5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_recipe_qa.5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_create_package_spdx_setscene.dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_create_package_spdx.dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_create_spdx_setscene.2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_create_spdx.2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_deploy_source_date_epoch_setscene.4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_deploy_source_date_epoch.4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_populate_lic_setscene.c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_populate_lic.c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_populate_sysroot_setscene.e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_populate_sysroot.e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_recipe_qa_setscene.fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_recipe_qa.fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_create_package_spdx_setscene.4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_create_package_spdx.4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_create_spdx_setscene.def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_create_spdx.def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_deploy_source_date_epoch_setscene.dc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_deploy_source_date_epoch.dc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_populate_lic_setscene.570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_populate_lic.570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_populate_sysroot_setscene.7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_populate_sysroot.7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_recipe_qa_setscene.2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_recipe_qa.2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_create_package_spdx_setscene.c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_create_package_spdx.c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_create_spdx_setscene.8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_create_spdx.8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_deploy_source_date_epoch_setscene.115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_deploy_source_date_epoch.115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_populate_lic_setscene.e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_populate_lic.e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_populate_sysroot_setscene.c8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_populate_sysroot.c8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_recipe_qa_setscene.05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_recipe_qa.05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_create_package_spdx_setscene.b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_create_package_spdx.b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_create_spdx_setscene.ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_create_spdx.ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_deploy_source_date_epoch_setscene.f44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_deploy_source_date_epoch.f44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_populate_lic_setscene.df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_populate_lic.df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_populate_sysroot_setscene.35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_populate_sysroot.35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_recipe_qa_setscene.3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_recipe_qa.3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_create_package_spdx_setscene.0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_create_package_spdx.0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_create_spdx_setscene.1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_create_spdx.1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_deploy_source_date_epoch_setscene.7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_deploy_source_date_epoch.7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_populate_lic_setscene.341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_populate_lic.341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_populate_sysroot_setscene.033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_populate_sysroot.033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_recipe_qa_setscene.926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_recipe_qa.926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_create_package_spdx_setscene.3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_create_package_spdx.3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_create_spdx_setscene.3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_create_spdx.3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_deploy_source_date_epoch_setscene.9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_deploy_source_date_epoch.9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_populate_lic_setscene.3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_populate_lic.3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_populate_sysroot_setscene.ca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_populate_sysroot.ca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_recipe_qa_setscene.a957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_recipe_qa.a957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_create_package_spdx_setscene.cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_create_package_spdx.cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_create_spdx_setscene.6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_create_spdx.6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_deploy_source_date_epoch_setscene.8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_deploy_source_date_epoch.8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_populate_lic_setscene.9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_populate_lic.9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_populate_sysroot_setscene.513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_populate_sysroot.513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_recipe_qa_setscene.04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_recipe_qa.04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_create_package_spdx_setscene.6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_create_package_spdx.6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_create_spdx_setscene.2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_create_spdx.2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_deploy_source_date_epoch_setscene.a21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_deploy_source_date_epoch.a21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_populate_lic_setscene.1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_populate_lic.1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_populate_sysroot_setscene.246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_populate_sysroot.246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_recipe_qa_setscene.a9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_recipe_qa.a9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_create_package_spdx_setscene.5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_create_package_spdx.5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_create_spdx_setscene.3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_create_spdx.3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_deploy_source_date_epoch_setscene.b413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_deploy_source_date_epoch.b413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_lic_setscene.14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_lic.14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_sysroot_setscene.b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_sysroot.b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_recipe_qa_setscene.1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_recipe_qa.1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_package_spdx_setscene.337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_package_spdx.337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_spdx_setscene.ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_spdx.ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_deploy_source_date_epoch_setscene.91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_deploy_source_date_epoch.91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_lic_setscene.7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_lic.7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_sysroot_setscene.4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_sysroot.4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_recipe_qa_setscene.0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_recipe_qa.0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_create_package_spdx_setscene.0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_create_package_spdx.0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_create_spdx_setscene.cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_create_spdx.cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_deploy_source_date_epoch_setscene.03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_deploy_source_date_epoch.03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_populate_lic_setscene.d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_populate_lic.d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_populate_sysroot_setscene.ca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_populate_sysroot.ca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_recipe_qa_setscene.7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_recipe_qa.7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_package_spdx_setscene.9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_package_spdx.9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_spdx_setscene.9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_spdx.9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_deploy_source_date_epoch_setscene.8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_deploy_source_date_epoch.8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_lic_setscene.f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_lic.f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_sysroot_setscene.a4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_sysroot.a4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_recipe_qa_setscene.ad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_recipe_qa.ad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_package_spdx_setscene.eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_package_spdx.eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_spdx_setscene.62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_spdx.62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_deploy_source_date_epoch_setscene.80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_deploy_source_date_epoch.80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_lic_setscene.36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_lic.36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_sysroot_setscene.d4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_sysroot.d4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_recipe_qa_setscene.da412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_recipe_qa.da412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_package_spdx_setscene.3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_package_spdx.3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_spdx_setscene.e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_spdx.e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_deploy_source_date_epoch_setscene.32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_deploy_source_date_epoch.32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_lic_setscene.47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_lic.47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_sysroot_setscene.d2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_sysroot.d2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_recipe_qa_setscene.201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_recipe_qa.201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_package_spdx_setscene.32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_package_spdx.32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_spdx_setscene.18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_spdx.18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_deploy_source_date_epoch_setscene.7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_deploy_source_date_epoch.7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_lic_setscene.379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_lic.379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_sysroot_setscene.ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_sysroot.ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_recipe_qa_setscene.5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_recipe_qa.5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_package_spdx_setscene.aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_package_spdx.aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_spdx_setscene.8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_spdx.8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_deploy_source_date_epoch_setscene.27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_deploy_source_date_epoch.27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_lic_setscene.f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_lic.f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_sysroot_setscene.7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_sysroot.7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_recipe_qa_setscene.bff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_recipe_qa.bff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_package_spdx_setscene.d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_package_spdx.d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_spdx_setscene.a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_spdx.a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_deploy_source_date_epoch_setscene.5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_deploy_source_date_epoch.5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_lic_setscene.6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_lic.6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_sysroot_setscene.d85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_sysroot.d85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_recipe_qa_setscene.0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_recipe_qa.0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_package_spdx_setscene.e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_package_spdx.e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_spdx_setscene.8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_spdx.8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_deploy_source_date_epoch_setscene.0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_deploy_source_date_epoch.0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_lic_setscene.d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_lic.d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_sysroot_setscene.6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_sysroot.6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_recipe_qa_setscene.c5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_recipe_qa.c5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_package_spdx_setscene.842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_package_spdx.842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_spdx_setscene.ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_spdx.ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_deploy_source_date_epoch_setscene.1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_deploy_source_date_epoch.1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_lic_setscene.4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_lic.4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_sysroot_setscene.bdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_sysroot.bdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_recipe_qa_setscene.94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_recipe_qa.94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_create_package_spdx_setscene.ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_create_package_spdx.ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_create_spdx_setscene.f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_create_spdx.f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_deploy_source_date_epoch_setscene.117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_deploy_source_date_epoch.117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_populate_lic_setscene.819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_populate_lic.819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_populate_sysroot_setscene.e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_populate_sysroot.e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_recipe_qa_setscene.402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_recipe_qa.402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_package_spdx_setscene.c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_package_spdx.c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_spdx_setscene.72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_spdx.72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_deploy_source_date_epoch_setscene.35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_deploy_source_date_epoch.35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_lic_setscene.daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_lic.daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_sysroot_setscene.40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_sysroot.40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_recipe_qa_setscene.18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_recipe_qa.18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_package_spdx_setscene.928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_package_spdx.928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_spdx_setscene.095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_spdx.095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_deploy_source_date_epoch_setscene.c1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_deploy_source_date_epoch.c1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_lic_setscene.260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_lic.260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_sysroot_setscene.6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_sysroot.6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_recipe_qa_setscene.3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_recipe_qa.3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_create_package_spdx_setscene.e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_create_package_spdx.e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_create_spdx_setscene.20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_create_spdx.20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_deploy_source_date_epoch_setscene.686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_deploy_source_date_epoch.686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_populate_lic_setscene.bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_populate_lic.bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_populate_sysroot_setscene.490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_populate_sysroot.490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_recipe_qa_setscene.1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_recipe_qa.1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_package_spdx_setscene.51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_package_spdx.51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_spdx_setscene.1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_spdx.1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_deploy_source_date_epoch_setscene.5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_deploy_source_date_epoch.5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_lic_setscene.affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_lic.affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_sysroot_setscene.d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_sysroot.d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_recipe_qa_setscene.c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_recipe_qa.c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_create_package_spdx_setscene.cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_create_package_spdx.cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_create_spdx_setscene.8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_create_spdx.8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_deploy_source_date_epoch_setscene.ff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_deploy_source_date_epoch.ff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_populate_lic_setscene.d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_populate_lic.d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_populate_sysroot_setscene.f70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_populate_sysroot.f70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_recipe_qa_setscene.b44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_recipe_qa.b44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_create_package_spdx_setscene.1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_create_package_spdx.1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_create_spdx_setscene.0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_create_spdx.0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_deploy_source_date_epoch_setscene.3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_deploy_source_date_epoch.3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_populate_lic_setscene.daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_populate_lic.daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_populate_sysroot_setscene.1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_populate_sysroot.1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_recipe_qa_setscene.33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_recipe_qa.33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_package_spdx_setscene.508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_package_spdx.508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_spdx_setscene.6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_spdx.6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_deploy_source_date_epoch_setscene.e6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_deploy_source_date_epoch.e6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_lic_setscene.1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_lic.1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_sysroot_setscene.9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_sysroot.9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_recipe_qa_setscene.f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_recipe_qa.f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_package_spdx_setscene.a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_package_spdx.a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_spdx_setscene.8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_spdx.8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_deploy_source_date_epoch_setscene.f371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_deploy_source_date_epoch.f371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_lic_setscene.21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_lic.21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_sysroot_setscene.a7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_sysroot.a7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_recipe_qa_setscene.25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_recipe_qa.25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_package_spdx_setscene.17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_package_spdx.17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_spdx_setscene.f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_spdx.f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_deploy_source_date_epoch_setscene.ca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_deploy_source_date_epoch.ca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_lic_setscene.6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_lic.6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_sysroot_setscene.a391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_sysroot.a391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_recipe_qa_setscene.2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_recipe_qa.2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_package_spdx_setscene.538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_package_spdx.538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_spdx_setscene.ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_spdx.ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_deploy_source_date_epoch_setscene.34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_deploy_source_date_epoch.34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_lic_setscene.7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_lic.7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_sysroot_setscene.99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_sysroot.99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_recipe_qa_setscene.b87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_recipe_qa.b87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_package_spdx_setscene.414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_package_spdx.414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_spdx_setscene.1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_spdx.1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_deploy_source_date_epoch_setscene.9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_deploy_source_date_epoch.9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_lic_setscene.f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_lic.f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_sysroot_setscene.73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_sysroot.73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_recipe_qa_setscene.c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_recipe_qa.c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_create_package_spdx_setscene.5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_create_package_spdx.5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_create_spdx_setscene.be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_create_spdx.be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_deploy_source_date_epoch_setscene.4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_deploy_source_date_epoch.4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_populate_lic_setscene.02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_populate_lic.02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_populate_sysroot_setscene.512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_populate_sysroot.512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_recipe_qa_setscene.7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_recipe_qa.7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_package_spdx_setscene.4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_package_spdx.4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_spdx_setscene.128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_spdx.128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_deploy_source_date_epoch_setscene.83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_deploy_source_date_epoch.83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_lic_setscene.46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_lic.46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_sysroot_setscene.a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_sysroot.a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_recipe_qa_setscene.6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_recipe_qa.6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_create_package_spdx_setscene.94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_create_package_spdx.94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_create_spdx_setscene.548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_create_spdx.548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_deploy_source_date_epoch_setscene.777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_deploy_source_date_epoch.777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_populate_lic_setscene.84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_populate_lic.84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_populate_sysroot_setscene.29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_populate_sysroot.29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_recipe_qa_setscene.70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_recipe_qa.70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_package_spdx_setscene.1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_package_spdx.1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_spdx_setscene.0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_spdx.0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_deploy_source_date_epoch_setscene.712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_deploy_source_date_epoch.712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_lic_setscene.a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_lic.a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_sysroot_setscene.54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_sysroot.54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_recipe_qa_setscene.3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_recipe_qa.3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_create_package_spdx_setscene.a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_create_package_spdx.a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_create_spdx_setscene.156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_create_spdx.156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_deploy_source_date_epoch_setscene.f057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_deploy_source_date_epoch.f057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_populate_lic_setscene.ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_populate_lic.ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_populate_sysroot_setscene.1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_populate_sysroot.1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_recipe_qa_setscene.48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_recipe_qa.48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_create_package_spdx_setscene.b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_create_package_spdx.b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_create_spdx_setscene.49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_create_spdx.49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_deploy_source_date_epoch_setscene.6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_deploy_source_date_epoch.6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_populate_lic_setscene.0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_populate_lic.0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_populate_sysroot_setscene.a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_populate_sysroot.a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_recipe_qa_setscene.8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_recipe_qa.8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_package_spdx_setscene.261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_package_spdx.261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_spdx_setscene.bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_spdx.bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_deploy_source_date_epoch_setscene.42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_deploy_source_date_epoch.42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_lic_setscene.b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_lic.b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_sysroot_setscene.e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_sysroot.e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_recipe_qa_setscene.8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_recipe_qa.8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_create_package_spdx_setscene.358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_create_package_spdx.358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_create_spdx_setscene.3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_create_spdx.3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_deploy_source_date_epoch_setscene.69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_deploy_source_date_epoch.69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_populate_lic_setscene.006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_populate_lic.006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_populate_sysroot_setscene.11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_populate_sysroot.11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_recipe_qa_setscene.9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_recipe_qa.9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_create_package_spdx_setscene.ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_create_package_spdx.ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_create_spdx_setscene.4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_create_spdx.4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_deploy_source_date_epoch_setscene.e3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_deploy_source_date_epoch.e3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_populate_lic_setscene.c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_populate_lic.c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_populate_sysroot_setscene.b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_populate_sysroot.b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_recipe_qa_setscene.68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_recipe_qa.68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_create_package_spdx_setscene.938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_create_package_spdx.938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_create_spdx_setscene.d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_create_spdx.d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_deploy_source_date_epoch_setscene.445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_deploy_source_date_epoch.445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_populate_lic_setscene.0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_populate_lic.0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_populate_sysroot_setscene.a47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_populate_sysroot.a47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_recipe_qa_setscene.3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_recipe_qa.3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_create_package_spdx_setscene.17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_create_package_spdx.17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_create_spdx_setscene.128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_create_spdx.128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_deploy_source_date_epoch_setscene.c800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_deploy_source_date_epoch.c800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_populate_lic_setscene.0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_populate_lic.0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_populate_sysroot_setscene.7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_populate_sysroot.7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_recipe_qa_setscene.d1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_recipe_qa.d1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_package_spdx_setscene.0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_package_spdx.0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_spdx_setscene.a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_spdx.a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_deploy_source_date_epoch_setscene.41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_deploy_source_date_epoch.41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_lic_setscene.d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_lic.d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_sysroot_setscene.cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_sysroot.cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_recipe_qa_setscene.ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_recipe_qa.ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_create_package_spdx_setscene.e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_create_package_spdx.e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_create_spdx_setscene.1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_create_spdx.1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_deploy_source_date_epoch_setscene.234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_deploy_source_date_epoch.234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_lic_setscene.873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_lic.873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_sysroot_setscene.1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_sysroot.1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_recipe_qa_setscene.3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_recipe_qa.3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_package_spdx_setscene.241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_package_spdx.241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_spdx_setscene.ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_spdx.ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_deploy_source_date_epoch_setscene.843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_deploy_source_date_epoch.843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_lic_setscene.dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_lic.dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_sysroot_setscene.dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_sysroot.dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_recipe_qa_setscene.e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_recipe_qa.e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_package_spdx_setscene.a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_package_spdx.a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_spdx_setscene.06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_spdx.06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_deploy_source_date_epoch_setscene.84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_deploy_source_date_epoch.84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_lic_setscene.2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_lic.2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_sysroot_setscene.dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_sysroot.dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_recipe_qa_setscene.16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_recipe_qa.16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_create_package_spdx_setscene.9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_create_package_spdx.9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_create_spdx_setscene.e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_create_spdx.e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_deploy_source_date_epoch_setscene.ad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_deploy_source_date_epoch.ad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_populate_lic_setscene.3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_populate_lic.3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_populate_sysroot_setscene.4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_populate_sysroot.4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_recipe_qa_setscene.8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_recipe_qa.8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_create_package_spdx_setscene.dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_create_package_spdx.dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_create_spdx_setscene.8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_create_spdx.8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_deploy_source_date_epoch_setscene.4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_deploy_source_date_epoch.4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_populate_lic_setscene.b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_populate_lic.b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_populate_sysroot_setscene.4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_populate_sysroot.4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_recipe_qa_setscene.0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_recipe_qa.0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_package_spdx_setscene.e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_package_spdx.e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_spdx_setscene.0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_spdx.0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_deploy_source_date_epoch_setscene.e9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_deploy_source_date_epoch.e9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_lic_setscene.09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_lic.09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_sysroot_setscene.e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_sysroot.e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_recipe_qa_setscene.41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_recipe_qa.41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_create_package_spdx_setscene.d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_create_package_spdx.d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_create_spdx_setscene.78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_create_spdx.78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_deploy_source_date_epoch_setscene.4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_deploy_source_date_epoch.4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_lic_setscene.26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_lic.26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_sysroot_setscene.1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_sysroot.1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_recipe_qa_setscene.a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_recipe_qa.a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_create_package_spdx_setscene.2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_create_package_spdx.2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_create_spdx_setscene.64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_create_spdx.64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_deploy_source_date_epoch_setscene.6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_deploy_source_date_epoch.6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_populate_lic_setscene.e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_populate_lic.e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_populate_sysroot_setscene.083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_populate_sysroot.083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_recipe_qa_setscene.dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_recipe_qa.dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_create_package_spdx_setscene.cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_create_package_spdx.cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_create_spdx_setscene.dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_create_spdx.dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_deploy_source_date_epoch_setscene.e05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_deploy_source_date_epoch.e05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_populate_lic_setscene.4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_populate_lic.4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_populate_sysroot_setscene.ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_populate_sysroot.ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_recipe_qa_setscene.a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_recipe_qa.a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_create_package_spdx_setscene.dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_create_package_spdx.dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_create_spdx_setscene.8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_create_spdx.8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_deploy_source_date_epoch_setscene.036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_deploy_source_date_epoch.036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_populate_lic_setscene.333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_populate_lic.333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_populate_sysroot_setscene.712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_populate_sysroot.712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_recipe_qa_setscene.bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_recipe_qa.bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_create_package_spdx_setscene.086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_create_package_spdx.086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_create_spdx_setscene.4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_create_spdx.4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_deploy_source_date_epoch_setscene.048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_deploy_source_date_epoch.048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_populate_lic_setscene.85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_populate_lic.85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_populate_sysroot_setscene.7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_populate_sysroot.7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_recipe_qa_setscene.95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_recipe_qa.95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_create_package_spdx_setscene.2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_create_package_spdx.2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_create_spdx_setscene.f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_create_spdx.f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_deploy_source_date_epoch_setscene.c66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_deploy_source_date_epoch.c66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_populate_lic_setscene.07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_populate_lic.07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_populate_sysroot_setscene.d33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_populate_sysroot.d33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_recipe_qa_setscene.3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_recipe_qa.3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_create_package_spdx_setscene.e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_create_package_spdx.e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_create_spdx_setscene.31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_create_spdx.31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_deploy_source_date_epoch_setscene.b0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_deploy_source_date_epoch.b0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_populate_lic_setscene.56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_populate_lic.56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_populate_sysroot_setscene.be91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_populate_sysroot.be91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_recipe_qa_setscene.364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_recipe_qa.364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_create_package_spdx_setscene.a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_create_package_spdx.a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_create_spdx_setscene.d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_create_spdx.d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_deploy_source_date_epoch_setscene.5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_deploy_source_date_epoch.5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_lic_setscene.6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_lic.6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_sysroot_setscene.73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_sysroot.73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_recipe_qa_setscene.0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_recipe_qa.0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_create_package_spdx_setscene.ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_create_package_spdx.ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_create_spdx_setscene.4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_create_spdx.4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_deploy_source_date_epoch_setscene.2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_deploy_source_date_epoch.2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_populate_lic_setscene.052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_populate_lic.052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_populate_sysroot_setscene.33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_populate_sysroot.33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_recipe_qa_setscene.2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_recipe_qa.2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_create_package_spdx_setscene.7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_create_package_spdx.7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_create_spdx_setscene.b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_create_spdx.b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_deploy_source_date_epoch_setscene.bcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_deploy_source_date_epoch.bcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_populate_lic_setscene.e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_populate_lic.e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_populate_sysroot_setscene.cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_populate_sysroot.cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_recipe_qa_setscene.631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_recipe_qa.631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_create_package_spdx_setscene.9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_create_package_spdx.9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_create_spdx_setscene.2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_create_spdx.2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_deploy_source_date_epoch_setscene.b6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_deploy_source_date_epoch.b6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_populate_lic_setscene.0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_populate_lic.0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_populate_sysroot_setscene.a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_populate_sysroot.a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_recipe_qa_setscene.a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_recipe_qa.a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_create_package_spdx_setscene.8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_create_package_spdx.8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_create_spdx_setscene.7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_create_spdx.7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_deploy_source_date_epoch_setscene.4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_deploy_source_date_epoch.4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_lic_setscene.1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_lic.1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_sysroot_setscene.7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_sysroot.7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_recipe_qa_setscene.9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_recipe_qa.9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_package_spdx_setscene.5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_package_spdx.5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_spdx_setscene.34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_spdx.34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_deploy_source_date_epoch_setscene.1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_deploy_source_date_epoch.1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_lic_setscene.ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_lic.ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_sysroot_setscene.b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_sysroot.b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_recipe_qa_setscene.5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_recipe_qa.5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_create_package_spdx_setscene.35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_create_package_spdx.35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_create_spdx_setscene.9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_create_spdx.9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_deploy_source_date_epoch_setscene.5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_deploy_source_date_epoch.5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_populate_lic_setscene.7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_populate_lic.7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_populate_sysroot_setscene.3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_populate_sysroot.3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_recipe_qa_setscene.5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_recipe_qa.5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_create_package_spdx_setscene.d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_create_package_spdx.d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_create_spdx_setscene.6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_create_spdx.6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_deploy_source_date_epoch_setscene.83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_deploy_source_date_epoch.83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_populate_lic_setscene.2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_populate_lic.2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_populate_sysroot_setscene.042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_populate_sysroot.042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_recipe_qa_setscene.f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_recipe_qa.f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_package_spdx_setscene.2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_package_spdx.2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_spdx_setscene.f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_spdx.f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_deploy_source_date_epoch_setscene.0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_deploy_source_date_epoch.0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_lic_setscene.e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_lic.e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_sysroot_setscene.0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_sysroot.0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_recipe_qa_setscene.8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_recipe_qa.8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_create_package_spdx_setscene.3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_create_package_spdx.3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_create_spdx_setscene.aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_create_spdx.aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_deploy_source_date_epoch_setscene.3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_deploy_source_date_epoch.3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_populate_lic_setscene.691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_populate_lic.691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_populate_sysroot_setscene.a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_populate_sysroot.a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_recipe_qa_setscene.90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_recipe_qa.90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_package_spdx_setscene.d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_package_spdx.d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_spdx_setscene.181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_spdx.181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_deploy_source_date_epoch_setscene.01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_deploy_source_date_epoch.01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_lic_setscene.585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_lic.585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_sysroot_setscene.673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_sysroot.673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_recipe_qa_setscene.e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_recipe_qa.e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_create_package_spdx_setscene.8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_create_package_spdx.8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_create_spdx_setscene.66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_create_spdx.66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_deploy_source_date_epoch_setscene.0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_deploy_source_date_epoch.0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_populate_lic_setscene.293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_populate_lic.293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_populate_sysroot_setscene.94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_populate_sysroot.94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_recipe_qa_setscene.a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_recipe_qa.a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_package_spdx_setscene.5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_package_spdx.5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_spdx_setscene.a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_spdx.a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_deploy_source_date_epoch_setscene.f68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_deploy_source_date_epoch.f68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_lic_setscene.6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_lic.6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_sysroot_setscene.599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_sysroot.599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_recipe_qa_setscene.362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_recipe_qa.362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_create_package_spdx_setscene.cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_create_package_spdx.cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_create_spdx_setscene.be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_create_spdx.be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_deploy_source_date_epoch_setscene.eae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_deploy_source_date_epoch.eae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_populate_lic_setscene.55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_populate_lic.55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_populate_sysroot_setscene.790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_populate_sysroot.790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_recipe_qa_setscene.9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_recipe_qa.9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_package_spdx_setscene.0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_package_spdx.0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_spdx_setscene.1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_spdx.1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_deploy_source_date_epoch_setscene.7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_deploy_source_date_epoch.7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_lic_setscene.03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_lic.03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_sysroot_setscene.67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_sysroot.67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_recipe_qa_setscene.c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_recipe_qa.c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_create_package_spdx_setscene.229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_create_package_spdx.229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_create_spdx_setscene.b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_create_spdx.b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_deploy_source_date_epoch_setscene.e36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_deploy_source_date_epoch.e36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_populate_lic_setscene.0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_populate_lic.0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_populate_sysroot_setscene.aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_populate_sysroot.aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_recipe_qa_setscene.3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_recipe_qa.3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_create_package_spdx_setscene.374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_create_package_spdx.374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_create_spdx_setscene.e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_create_spdx.e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_deploy_source_date_epoch_setscene.e242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_deploy_source_date_epoch.e242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_populate_lic_setscene.4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_populate_lic.4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_populate_sysroot_setscene.673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_populate_sysroot.673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_recipe_qa_setscene.568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_recipe_qa.568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_package_spdx_setscene.7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_package_spdx.7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_spdx_setscene.851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_spdx.851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_deploy_source_date_epoch_setscene.b2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_deploy_source_date_epoch.b2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_lic_setscene.2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_lic.2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_sysroot_setscene.fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_sysroot.fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_recipe_qa_setscene.609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_recipe_qa.609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_package_spdx_setscene.86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_package_spdx.86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_spdx_setscene.0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_spdx.0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_deploy_source_date_epoch_setscene.c797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_deploy_source_date_epoch.c797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_lic_setscene.f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_lic.f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_sysroot_setscene.050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_sysroot.050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_recipe_qa_setscene.2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_recipe_qa.2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_package_spdx_setscene.89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_package_spdx.89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_spdx_setscene.2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_spdx.2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_deploy_source_date_epoch_setscene.0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_deploy_source_date_epoch.0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_lic_setscene.ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_lic.ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_sysroot_setscene.52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_sysroot.52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_recipe_qa_setscene.ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_recipe_qa.ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_package_spdx_setscene.26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_package_spdx.26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_spdx_setscene.49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_spdx.49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_deploy_source_date_epoch_setscene.6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_deploy_source_date_epoch.6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_lic_setscene.dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_lic.dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_sysroot_setscene.dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_sysroot.dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_recipe_qa_setscene.f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_recipe_qa.f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_package_spdx_setscene.24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_package_spdx.24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_spdx_setscene.1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_spdx.1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_deploy_source_date_epoch_setscene.4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_deploy_source_date_epoch.4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_lic_setscene.a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_lic.a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_sysroot_setscene.214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_sysroot.214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_recipe_qa_setscene.5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_recipe_qa.5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_create_package_spdx_setscene.d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_create_package_spdx.d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_create_spdx_setscene.29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_create_spdx.29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_deploy_source_date_epoch_setscene.8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_deploy_source_date_epoch.8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_lic_setscene.98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_lic.98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_sysroot_setscene.c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_sysroot.c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_recipe_qa_setscene.2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_recipe_qa.2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_package_spdx_setscene.0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_package_spdx.0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_spdx_setscene.4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_spdx.4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_deploy_source_date_epoch_setscene.2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_deploy_source_date_epoch.2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_lic_setscene.ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_lic.ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_sysroot_setscene.43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_sysroot.43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_recipe_qa_setscene.8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_recipe_qa.8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_create_package_spdx_setscene.45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_create_package_spdx.45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_create_spdx_setscene.1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_create_spdx.1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_deploy_source_date_epoch_setscene.6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_deploy_source_date_epoch.6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_lic_setscene.5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_lic.5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_sysroot_setscene.b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_sysroot.b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_recipe_qa_setscene.8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_recipe_qa.8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_package_spdx_setscene.6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_package_spdx.6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_spdx_setscene.6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_spdx.6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_deploy_source_date_epoch_setscene.e3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_deploy_source_date_epoch.e3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_lic_setscene.327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_lic.327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_sysroot_setscene.31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_sysroot.31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_recipe_qa_setscene.e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_recipe_qa.e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_package_spdx_setscene.3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_package_spdx.3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_spdx_setscene.c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_spdx.c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_deploy_source_date_epoch_setscene.5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_deploy_source_date_epoch.5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_lic_setscene.4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_lic.4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_sysroot_setscene.9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_sysroot.9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_recipe_qa_setscene.f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_recipe_qa.f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_create_package_spdx_setscene.575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_create_package_spdx.575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_create_spdx_setscene.4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_create_spdx.4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_deploy_source_date_epoch_setscene.177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_deploy_source_date_epoch.177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_populate_lic_setscene.67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_populate_lic.67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_populate_sysroot_setscene.aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_populate_sysroot.aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_recipe_qa_setscene.ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_recipe_qa.ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_create_package_spdx_setscene.60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_create_package_spdx.60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_create_spdx_setscene.2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_create_spdx.2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_deploy_source_date_epoch_setscene.7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_deploy_source_date_epoch.7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_populate_lic_setscene.e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_populate_lic.e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_populate_sysroot_setscene.63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_populate_sysroot.63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_recipe_qa_setscene.426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_recipe_qa.426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_create_package_spdx_setscene.cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_create_package_spdx.cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_create_spdx_setscene.3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_create_spdx.3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_deploy_source_date_epoch_setscene.549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_deploy_source_date_epoch.549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_populate_lic_setscene.3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_populate_lic.3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_populate_sysroot_setscene.1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_populate_sysroot.1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_recipe_qa_setscene.ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_recipe_qa.ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_create_package_spdx_setscene.0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_create_package_spdx.0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_create_spdx_setscene.3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_create_spdx.3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_deploy_source_date_epoch_setscene.2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_deploy_source_date_epoch.2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_populate_lic_setscene.63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_populate_lic.63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_populate_sysroot_setscene.a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_populate_sysroot.a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_recipe_qa_setscene.eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_recipe_qa.eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_create_package_spdx_setscene.6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_create_package_spdx.6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_create_spdx_setscene.097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_create_spdx.097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_deploy_source_date_epoch_setscene.5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_deploy_source_date_epoch.5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_lic_setscene.67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_lic.67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_sysroot_setscene.3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_sysroot.3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_recipe_qa_setscene.1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_recipe_qa.1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_create_package_spdx_setscene.6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_create_package_spdx.6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_create_spdx_setscene.f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_create_spdx.f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_deploy_source_date_epoch_setscene.086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_deploy_source_date_epoch.086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_populate_lic_setscene.d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_populate_lic.d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_populate_sysroot_setscene.7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_populate_sysroot.7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_recipe_qa_setscene.f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_recipe_qa.f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_create_package_spdx_setscene.8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_create_package_spdx.8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_create_spdx_setscene.f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_create_spdx.f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_deploy_source_date_epoch_setscene.8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_deploy_source_date_epoch.8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_populate_lic_setscene.fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_populate_lic.fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_populate_sysroot_setscene.f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_populate_sysroot.f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_recipe_qa_setscene.7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_recipe_qa.7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_create_package_spdx_setscene.2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_create_package_spdx.2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_create_spdx_setscene.1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_create_spdx.1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_deploy_source_date_epoch_setscene.73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_deploy_source_date_epoch.73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_populate_lic_setscene.1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_populate_lic.1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_populate_sysroot_setscene.77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_populate_sysroot.77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_recipe_qa_setscene.06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_recipe_qa.06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_package_spdx_setscene.a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_package_spdx.a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_spdx_setscene.0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_spdx.0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_deploy_source_date_epoch_setscene.67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_deploy_source_date_epoch.67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_lic_setscene.01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_lic.01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_sysroot_setscene.c5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_sysroot.c5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_recipe_qa_setscene.6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_recipe_qa.6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_create_package_spdx_setscene.f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_create_package_spdx.f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_create_spdx_setscene.200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_create_spdx.200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_deploy_source_date_epoch_setscene.07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_deploy_source_date_epoch.07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_populate_lic_setscene.3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_populate_lic.3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_populate_sysroot_setscene.676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_populate_sysroot.676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_recipe_qa_setscene.e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_recipe_qa.e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_create_package_spdx_setscene.5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_create_package_spdx.5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_create_spdx_setscene.0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_create_spdx.0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_deploy_source_date_epoch_setscene.9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_deploy_source_date_epoch.9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_populate_lic_setscene.25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_populate_lic.25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_populate_sysroot_setscene.9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_populate_sysroot.9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_recipe_qa_setscene.21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_recipe_qa.21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_create_package_spdx_setscene.3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_create_package_spdx.3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_create_spdx_setscene.99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_create_spdx.99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_deploy_source_date_epoch_setscene.bfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_deploy_source_date_epoch.bfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_populate_lic_setscene.3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_populate_lic.3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_populate_sysroot_setscene.0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_populate_sysroot.0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_recipe_qa_setscene.d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_recipe_qa.d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_package_spdx_setscene.39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_package_spdx.39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_spdx_setscene.de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_spdx.de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_deploy_source_date_epoch_setscene.1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_deploy_source_date_epoch.1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_lic_setscene.fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_lic.fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_sysroot_setscene.2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_sysroot.2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_recipe_qa_setscene.8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_recipe_qa.8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_create_package_spdx_setscene.7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_create_package_spdx.7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_create_spdx_setscene.10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_create_spdx.10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_deploy_source_date_epoch_setscene.570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_deploy_source_date_epoch.570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_populate_lic_setscene.f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_populate_lic.f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_populate_sysroot_setscene.1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_populate_sysroot.1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_recipe_qa_setscene.5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_recipe_qa.5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_create_package_spdx_setscene.774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_create_package_spdx.774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_create_spdx_setscene.e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_create_spdx.e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_deploy_source_date_epoch_setscene.7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_deploy_source_date_epoch.7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_populate_lic_setscene.46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_populate_lic.46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_populate_sysroot_setscene.edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_populate_sysroot.edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_recipe_qa_setscene.c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_recipe_qa.c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_create_package_spdx_setscene.401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_create_package_spdx.401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_create_spdx_setscene.0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_create_spdx.0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_deploy_source_date_epoch_setscene.4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_deploy_source_date_epoch.4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_populate_lic_setscene.d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_populate_lic.d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_populate_sysroot_setscene.1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_populate_sysroot.1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_recipe_qa_setscene.e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_recipe_qa.e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_package_spdx_setscene.cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_package_spdx.cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_spdx_setscene.3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_spdx.3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_deploy_source_date_epoch_setscene.b9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_deploy_source_date_epoch.b9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_lic_setscene.fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_lic.fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_sysroot_setscene.4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_sysroot.4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_recipe_qa_setscene.6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_recipe_qa.6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_package_spdx_setscene.26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_package_spdx.26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_spdx_setscene.d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_spdx.d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_deploy_source_date_epoch_setscene.1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_deploy_source_date_epoch.1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_lic_setscene.03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_lic.03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_sysroot_setscene.2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_sysroot.2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_recipe_qa_setscene.bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_recipe_qa.bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_create_package_spdx_setscene.61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_create_package_spdx.61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_create_spdx_setscene.ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_create_spdx.ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_deploy_source_date_epoch_setscene.6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_deploy_source_date_epoch.6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_populate_lic_setscene.3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_populate_lic.3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_populate_sysroot_setscene.8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_populate_sysroot.8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_recipe_qa_setscene.621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_recipe_qa.621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_package_spdx_setscene.ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_package_spdx.ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_spdx_setscene.76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_spdx.76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_deploy_source_date_epoch_setscene.dedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_deploy_source_date_epoch.dedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_lic_setscene.34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_lic.34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_sysroot_setscene.de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_sysroot.de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_recipe_qa_setscene.cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_recipe_qa.cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_package_spdx_setscene.753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_package_spdx.753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_spdx_setscene.6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_spdx.6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_deploy_source_date_epoch_setscene.3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_deploy_source_date_epoch.3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_lic_setscene.b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_lic.b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_sysroot_setscene.aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_sysroot.aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_recipe_qa_setscene.7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_recipe_qa.7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_create_package_spdx_setscene.c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_create_package_spdx.c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_create_spdx_setscene.79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_create_spdx.79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_deploy_source_date_epoch_setscene.d7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_deploy_source_date_epoch.d7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_populate_lic_setscene.6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_populate_lic.6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_populate_sysroot_setscene.da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_populate_sysroot.da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_recipe_qa_setscene.435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_recipe_qa.435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_package_spdx_setscene.6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_package_spdx.6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_spdx_setscene.cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_spdx.cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_deploy_source_date_epoch_setscene.8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_deploy_source_date_epoch.8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_lic_setscene.d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_lic.d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_sysroot_setscene.b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_sysroot.b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_recipe_qa_setscene.3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_recipe_qa.3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_create_package_spdx_setscene.7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_create_package_spdx.7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_create_spdx_setscene.e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_create_spdx.e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_deploy_source_date_epoch_setscene.06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_deploy_source_date_epoch.06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_populate_lic_setscene.f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_populate_lic.f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_populate_sysroot_setscene.04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_populate_sysroot.04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_recipe_qa_setscene.bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_recipe_qa.bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_create_package_spdx_setscene.6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_create_package_spdx.6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_create_spdx_setscene.c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_create_spdx.c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_deploy_source_date_epoch_setscene.53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_deploy_source_date_epoch.53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_populate_lic_setscene.f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_populate_lic.f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_populate_sysroot_setscene.3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_populate_sysroot.3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_recipe_qa_setscene.3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_recipe_qa.3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_create_package_spdx_setscene.74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_create_package_spdx.74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_create_spdx_setscene.e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_create_spdx.e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_deploy_source_date_epoch_setscene.44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_deploy_source_date_epoch.44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_populate_lic_setscene.408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_populate_lic.408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_populate_sysroot_setscene.32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_populate_sysroot.32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_recipe_qa_setscene.107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_recipe_qa.107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_create_package_spdx_setscene.3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_create_package_spdx.3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_create_spdx_setscene.7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_create_spdx.7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_deploy_source_date_epoch_setscene.15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_deploy_source_date_epoch.15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_populate_lic_setscene.221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_populate_lic.221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_populate_sysroot_setscene.223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_populate_sysroot.223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_recipe_qa_setscene.19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_recipe_qa.19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_package_spdx_setscene.5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_package_spdx.5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_spdx_setscene.c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_spdx.c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_deploy_source_date_epoch_setscene.f160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_deploy_source_date_epoch.f160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_lic_setscene.cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_lic.cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_sysroot_setscene.07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_sysroot.07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_recipe_qa_setscene.038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_recipe_qa.038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_create_package_spdx_setscene.d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_create_package_spdx.d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_create_spdx_setscene.67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_create_spdx.67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_deploy_source_date_epoch_setscene.d4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_deploy_source_date_epoch.d4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_populate_lic_setscene.f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_populate_lic.f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_populate_sysroot_setscene.c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_populate_sysroot.c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_recipe_qa_setscene.3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_recipe_qa.3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_package_spdx_setscene.c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_package_spdx.c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_spdx_setscene.6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_spdx.6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_deploy_source_date_epoch_setscene.eced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_deploy_source_date_epoch.eced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_lic_setscene.c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_lic.c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_sysroot_setscene.ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_sysroot.ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_recipe_qa_setscene.5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_recipe_qa.5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_create_package_spdx_setscene.700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_create_package_spdx.700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_create_spdx_setscene.932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_create_spdx.932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_deploy_source_date_epoch_setscene.eb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_deploy_source_date_epoch.eb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_populate_lic_setscene.d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_populate_lic.d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_populate_sysroot_setscene.d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_populate_sysroot.d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_recipe_qa_setscene.78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_recipe_qa.78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_create_package_spdx_setscene.f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_create_package_spdx.f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_create_spdx_setscene.2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_create_spdx.2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_deploy_source_date_epoch_setscene.75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_deploy_source_date_epoch.75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_populate_lic_setscene.5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_populate_lic.5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_populate_sysroot_setscene.1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_populate_sysroot.1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_recipe_qa_setscene.376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_recipe_qa.376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_package_spdx_setscene.8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_package_spdx.8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_spdx_setscene.380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_spdx.380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_deploy_source_date_epoch_setscene.e163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_deploy_source_date_epoch.e163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_lic_setscene.d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_lic.d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_sysroot_setscene.3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_sysroot.3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_recipe_qa_setscene.b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_recipe_qa.b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_create_package_spdx_setscene.cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_create_package_spdx.cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_create_spdx_setscene.24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_create_spdx.24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_deploy_source_date_epoch_setscene.7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_deploy_source_date_epoch.7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_populate_lic_setscene.1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_populate_lic.1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_populate_sysroot_setscene.732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_populate_sysroot.732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_recipe_qa_setscene.02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_recipe_qa.02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_package_spdx_setscene.2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_package_spdx.2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_spdx_setscene.33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_spdx.33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_deploy_source_date_epoch_setscene.c229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_deploy_source_date_epoch.c229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_lic_setscene.0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_lic.0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_sysroot_setscene.7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_sysroot.7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_recipe_qa_setscene.ed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_recipe_qa.ed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_create_package_spdx_setscene.711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_create_package_spdx.711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_create_spdx_setscene.e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_create_spdx.e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_deploy_source_date_epoch_setscene.3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_deploy_source_date_epoch.3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_populate_lic_setscene.744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_populate_lic.744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_populate_sysroot_setscene.f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_populate_sysroot.f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_recipe_qa_setscene.d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_recipe_qa.d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_package_spdx_setscene.f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_package_spdx.f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_spdx_setscene.fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_spdx.fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_deploy_source_date_epoch_setscene.a69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_deploy_source_date_epoch.a69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_lic_setscene.7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_lic.7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_sysroot_setscene.c9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_sysroot.c9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_recipe_qa_setscene.2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_recipe_qa.2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_create_package_spdx_setscene.b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_create_package_spdx.b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_create_spdx_setscene.b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_create_spdx.b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_deploy_source_date_epoch_setscene.7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_deploy_source_date_epoch.7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_populate_lic_setscene.e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_populate_lic.e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_populate_sysroot_setscene.c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_populate_sysroot.c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_recipe_qa_setscene.f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_recipe_qa.f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_package_spdx_setscene.79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_package_spdx.79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_spdx_setscene.048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_spdx.048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_deploy_source_date_epoch_setscene.1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_deploy_source_date_epoch.1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_lic_setscene.d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_lic.d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_sysroot_setscene.e86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_sysroot.e86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_recipe_qa_setscene.c6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_recipe_qa.c6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_package_spdx_setscene.46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_package_spdx.46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_spdx_setscene.47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_spdx.47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_deploy_source_date_epoch_setscene.f3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_deploy_source_date_epoch.f3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_lic_setscene.e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_lic.e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_sysroot_setscene.8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_sysroot.8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_recipe_qa_setscene.e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_recipe_qa.e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_package_spdx_setscene.0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_package_spdx.0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_spdx_setscene.6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_spdx.6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_deploy_source_date_epoch_setscene.fa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_deploy_source_date_epoch.fa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_lic_setscene.5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_lic.5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_sysroot_setscene.8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_sysroot.8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_recipe_qa_setscene.28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_recipe_qa.28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_package_spdx_setscene.92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_package_spdx.92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_spdx_setscene.b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_spdx.b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_deploy_source_date_epoch_setscene.e898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_deploy_source_date_epoch.e898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_lic_setscene.4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_lic.4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_sysroot_setscene.c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_sysroot.c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_recipe_qa_setscene.965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_recipe_qa.965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_package_spdx_setscene.0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_package_spdx.0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_spdx_setscene.ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_spdx.ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_deploy_source_date_epoch_setscene.978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_deploy_source_date_epoch.978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_lic_setscene.44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_lic.44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_sysroot_setscene.ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_sysroot.ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_recipe_qa_setscene.6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_recipe_qa.6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_package_spdx_setscene.d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_package_spdx.d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_spdx_setscene.9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_spdx.9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_deploy_source_date_epoch_setscene.0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_deploy_source_date_epoch.0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_lic_setscene.54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_lic.54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_sysroot_setscene.65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_sysroot.65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_recipe_qa_setscene.d5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_recipe_qa.d5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_package_spdx_setscene.ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_package_spdx.ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_spdx_setscene.0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_spdx.0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_deploy_source_date_epoch_setscene.fa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_deploy_source_date_epoch.fa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_lic_setscene.6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_lic.6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_sysroot_setscene.7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_sysroot.7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_recipe_qa_setscene.3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_recipe_qa.3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_create_package_spdx_setscene.ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_create_package_spdx.ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_create_spdx_setscene.0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_create_spdx.0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_deploy_source_date_epoch_setscene.31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_deploy_source_date_epoch.31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_populate_lic_setscene.2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_populate_lic.2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_populate_sysroot_setscene.089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_populate_sysroot.089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_recipe_qa_setscene.9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_recipe_qa.9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57 not available\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/c1/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/e2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/81/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/1f/sstate:gnu-config-native::20240101+git:r0::12:4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/b5/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/57/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/dc/sstate:netbase::6.4:r0::12:00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f4/da/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/e4/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/20/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/7c/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/f8/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/56/8a/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/9c/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:f39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b0/84/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6b/b5/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/d4/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/26/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:cd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/55/ec/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/49/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/76/36/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/d8/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/70/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/62/1c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/53/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:c7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/e8/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/e4/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:dee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/63/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ba/5d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/f7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/d1/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/12/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:b012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/b4/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1a/ab/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e6/bf/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/25/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/a5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/aa/87/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/7a/sstate:initscripts::1.0:r0::12:2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/d2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dc/69/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:dc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/43/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:c44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/c5/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/c5/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/6c/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:d46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/6a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/e4/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:f4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/4e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:cb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/d3/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:ded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/0e/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/03/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/82/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:f88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/c2/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/f4/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/b7/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:eab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/62/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/ba/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:ebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/70/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ee/51/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/fb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/26/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/ed/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/18/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/fd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/44/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/01/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/59/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/2e/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/f8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:c6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/4e/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:c44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/84/bb/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/ac/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/5e/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/a8/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/dc/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/84/9e/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/38/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:c2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/92/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/87/sstate:ppp::2.5.0:r0::12:9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0b/88/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d8/3a/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/8d/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e6/c3/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:e6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/3c/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/c9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/5f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/cf/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:eccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c0/7c/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/58/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/31/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7c/92/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/72/ea/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/95/sstate:util-linux::2.39.3:r0::12:8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/c7/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9_stash_locale.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/e7/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:cfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/1c/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/e3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/69/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/cc/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:caccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/26/sstate:librsvg::2.57.1:r0::12:8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/97/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/37/45/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/2f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/d1/sstate:rust-llvm::1.75.0:r0::12:eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/77/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/e5/sstate:python3-flit-core-native::3.9.0:r0::12:d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/a3/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/4e/sstate:liberation-fonts::2.1.5:r0::12:d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/bf/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/9c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/42/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/73/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/66/9c/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/c5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:d4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/db/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/5c/sstate:xcb-proto::1.17.0:r0::12:1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/22/30/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/3f/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/db/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/61/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/08/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/ea/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9c/cf/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/a7/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/b6/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/d8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/96/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/06/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c8/7c/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/95/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/81/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d1/dc/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:d1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/bf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/53/18/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/d2/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/35/sstate:gdb::14.2:r0::12:b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/bf/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/0d/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/c6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/9c/sstate:sysvinit::3.04:r0::12:2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/36/ef/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/5a/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/36/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/07/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/48/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/54/8c/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cd/67/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/0d/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/ce/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/3f/sstate:libxfont2::2.0.6:r0::12:1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f8/31/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:f83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/11/75/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/9d/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/44/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/29/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/70/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/ec/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/af/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/56/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/61/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/03/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/22/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/bb/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9a/25/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/7c/sstate:util-linux-libuuid::2.39.3:r0::12:817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/9a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/6e/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/7f/sstate:glslang-native::1.3.283.0:r0::12:3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/f3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/36/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:aa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/27/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/ed/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/a1/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:cba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/15/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/20/sstate:libxml-sax-base-perl-native::1.09:r0::12:6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/40/18/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/f0/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bf/d9/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:bfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/41/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c5/23/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/de/a4/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/06/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:f006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/d9/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/06/sstate:libpciaccess::0.18.1:r0::12:c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/3b/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/cf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/f2/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/14/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/c2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/c6/sstate:ldconfig-native::2.12.1:r0::12:55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/b7/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/33/85/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/be/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/e9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/30/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/48/a8/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6e/3d/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/06/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ae/34/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/64/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/53/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4f/c7/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/e4/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/af/sstate:libogg::1.3.5:r0::12:70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/73/ac/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/23/95/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/f7/sstate:libxt::1.3.0:r0::12:6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/a9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/52/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/0b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/29/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ad/50/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:ad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/17/39/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/70/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/2a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/01/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/89/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:cd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/54/sstate:cpio::2.15:r0::12:58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/d1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/70/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:c570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/cc/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/e9/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/77/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/c9/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/fb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:cdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/1c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/df/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/86/16/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f3/71/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:f371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1b/5b/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/ab/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/1b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/99/sstate:bc::1.07.1:r0::12:1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/ec/sstate:taglib::2.0.1:r0::12:e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/2f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/0e/sstate:rpm-native::4.19.1.1:r0::12:570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d5/73/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/9e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:bb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/24/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/68/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:b868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/92/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/cd/sstate:alsa-lib::1.2.12:r0::12:d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d5/93/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cc/ba/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:ccba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3f/59/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/c7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/47/sstate:dbus::1.14.10:r0::12:25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/42/b0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/27/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/d9/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/58/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/f6/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/f1/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:caf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/85/07/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/ce/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/12/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/9d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/ae/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/dc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/b7/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/de/f9/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/ba/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/a9/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/52/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/88/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/d2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/27/dc/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/24/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/24/99/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:e846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/11/a9/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/84/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/3b/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/60/90/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c9/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/0a/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/fb/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/0d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/6f/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/05/16/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/a2/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/2c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/0a/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1d/46/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d3/3f/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:d33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/77/7f/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/e2/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/c2/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/a4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/4c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/96/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/25/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/2a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/1e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/5b/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/40/75/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/01/sstate:libpcre::8.45:r0::12:2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/99/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/aa/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/1f/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/f1/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/be/4a/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/a1/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/35/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/eb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ea/76/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/86/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/cb/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/6a/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/bd/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/95/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/70/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/3c/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e5/d2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/a6/sstate:coreutils::9.5:r0::12:c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/14/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3c/91/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/14/0c/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/81/sstate:automake::1.16.5:r0::12:6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/cc/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ff/dd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/5e/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/b9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:c7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/af/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/18/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:da29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/3d/sstate:shadow-securetty::4.6:r0::12:813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bf/c5/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/6e/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/fb/sstate:python3-mako-native::1.3.5:r0::12:8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/b7/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/72/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/6c/sstate:avahi::0.8:r0::12:d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/44/9b/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/d8/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/3d/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/9b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/0f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3c/0f/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/65/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/60/da/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0d/59/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/3f/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/c0/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/7a/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/e2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/16/3e/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/65/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/d4/sstate:xtrans-native::1.5.0:r0::12:4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/e2/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/fe/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:a5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/22/e8/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/7f/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:ee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/49/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/dc/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/dc/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/5d/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/90/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/71/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/41/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0e/4f/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/34/ac/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/b3/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/c8/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/89/sstate:base-files::3.0.14:r0::12:4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/df/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/49/sstate:rxvt-unicode::9.31:r0::12:cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/b6/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/08/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/69/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/a3/sstate:libxdmcp-native::1.1.5:r0::12:0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/3b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/6d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:b16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/7b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/f1/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/64/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/f5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:e5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/e8/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/21/df/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/bb/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/7f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/6e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/ed/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/94/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/db/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/e0/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/6a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/a3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/f2/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:b5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/f5/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/59/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/12/88/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/29/16/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/de/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/af/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/c5/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/49/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/64/b8/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/e7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/c7/sstate:make::4.4.1:r0::12:1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/45/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/6d/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/0a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/80/3f/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/8d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/1e/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/bc/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:ddbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/e7/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2e/3f/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:c38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/98/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/cb/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/70/05/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/a6/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/e8/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/c2/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/8b/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/b8/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/41/16/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/50/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cc/7a/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b2/1c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/2b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/62/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/a1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/4c/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/cd/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b0/3a/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/5d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/04/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/c6/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/b5/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f6/2f/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/21/sstate:iptables::1.8.10:r0::12:f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7a/70/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8e/80/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e3/f3/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:e3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/37/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/12/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:e012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/31/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:bf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9d/06/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/fa/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/d2/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/6a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/d8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/e6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/4a/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:e64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/2c/sstate:gcc-runtime::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/93/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/d8/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/77/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/86/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:db86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/cc/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/e0/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/2b/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/29/56/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/0c/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/c3/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/80/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/65/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/57/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/d8/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/9a/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/42/65/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/c6/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/f1/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/b0/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:b1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7c/8c/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/44/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:c74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/82/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/07/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/e1/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/31/f9/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/e8/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:d4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/5b/sstate:xkbcomp::1.4.7:r0::12:2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/7f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/c9/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/ab/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:caab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/29/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2f/23/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/10/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/bc/sstate:logrotate::3.22.0:r0::12:05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/a4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/1d/sstate:qemuwrapper-cross::1.0:r0::12:d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d1/65/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/ce/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/26/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/9c/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/ee/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/0e/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/5b/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4e/59/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/be/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1e/fb/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/a7/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/67/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4c/92/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/cb/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/0c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/04/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/73/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/60/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/49/sstate:flac::1.4.3:r0::12:3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/31/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/cd/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/78/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b0/9a/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/1e/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/47/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/ee/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:a9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/01/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/a5/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/0a/sstate:libnsl2-native::2.0.1:r0::12:260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0f/e6/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/ef/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/e8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/bb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/86/36/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f7/3a/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/8e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/6c/sstate:python3-zipp::3.19.2:r0::12:ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/36/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/a7/sstate:libxfixes-native::6.0.1:r0::12:2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/16/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/83/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:f883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/0d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:bd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/2f/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/3f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/ee/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/fb/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/82/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/a6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/e7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/2e/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e3/62/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/3f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/4a/sstate:libnl::3.9.0:r0::12:0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/26/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/f2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:d0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/c9/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/31/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/6d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/95/78/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/67/sstate:gtk+3-native::3.24.42:r0::12:c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/28/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/9e/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/38/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a3/c7/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/6c/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:a16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/09/sstate:libmpc-native::1.3.1:r0::12:0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/72/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/88/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b4/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:b4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/40/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/e4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/49/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/0c/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/b0/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/52/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/21/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e9/c1/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/09/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cb/84/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:cb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2a/a2/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/97/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/67/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/34/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/f2/sstate:libdaemon::0.14:r0::12:17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1e/45/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d5/6d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/cb/sstate:python3-zipp-native::3.19.2:r0::12:b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/50/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/33/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/13/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/21/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/df/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/e0/sstate:socat::1.8.0.0:r0::12:39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/09/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/52/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/82/sstate:libcap-ng::0.8.5:r0::12:318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/67/67/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b6/3d/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/29/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/86/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/85/1b/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/07/sstate:libpng::1.6.43:r0::12:0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2d/63/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/33/73/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/88/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/86/0e/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/11/sstate:gcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/4a/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f0/f9/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:f0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/77/sstate:rust-native::1.75.0:r0::12:3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/e2/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/4e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/71/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/e3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/a2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/fb/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/77/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/ce/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/06/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/1d/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/8a/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/3d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/78/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f5/ec/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3b/b8/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/c6/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/46/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:d446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/5a/sstate:python3-six::1.16.0:r0::12:325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/33/03/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/0d/sstate:libnss-mdns::0.15.1:r0::12:4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/ce/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/25/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f4/f2/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/97/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:d297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/7e/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:cb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/32/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:ee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/cf/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/0c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/bb/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/8b/sstate:libcap-ng-native::0.8.5:r0::12:408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/10/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/ed/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/a4/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/5f/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/f6/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/5d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1f/bf/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fa/63/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:fa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d9/6d/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/0b/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/a6/sstate:tcl::8.6.14:r0::12:83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/a7/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/f9/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/39/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:aa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/72/sstate:libfm-extra::1.3.2:r0::12:bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/7a/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:fc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1f/9b/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/88/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/f6/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/8e/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/29/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/72/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/69/sstate:json-c::0.17:r0::12:4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/14/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/a2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/60/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/7c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:e57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e1/96/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/d6/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/92/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/84/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/12/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f7/77/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5c/29/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/00/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4a/9f/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e2/42/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/80/fd/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/97/sstate:libedit-native::20240517-3.1:r0::12:3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/33/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/99/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/19/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/99/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/29/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/f9/sstate:libical::3.0.18:r0::12:62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/88/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/be/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/63/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dc/11/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/ec/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:beec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/60/sstate:qemu-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/df/sstate:pcmanfm::1.3.2:r0::12:41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/aa/sstate:autoconf-archive-native::2023.02.20:r0::12:beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/d3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/7d/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/39/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/fc/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/21/sstate:expat-native::2.6.2:r0::12:b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/b0/sstate:kernel-devsrc::1.0:r0::12:b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/d7/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/82/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/c4/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ca/7c/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:ca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/16/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/7b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:de7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/aa/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/ec/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/c3/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/74/d6/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/d9/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/54/sstate:lua-native::5.4.6:r0::12:d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f9/57/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/fe/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/8d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/77/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/22/sstate:modutils-initscripts::1.0:r0::12:f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/ef/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/ae/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/e3/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/d9/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/be/0d/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/5a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/0b/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/7c/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:b17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/72/e2/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/67/69/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/55/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:a90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/c7/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/0d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/be/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/9b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/9d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:a39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/3a/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f4/99/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:f4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/71/98/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/e7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/0a/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/73/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:af736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/f0/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/f1/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/4e/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/45/sstate:vulkan-headers::1.3.283.0:r0::12:7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/f3/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:d4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/39/73/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/18/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/db/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/e6/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/7a/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/d2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2a/3c/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/2f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/09/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/fb/sstate:patch::2.7.6:r0::12:23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/1c/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/15/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/d5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/a8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/e4/sstate:wayland-protocols::1.36:r0::12:88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/cd/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/45/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/8c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/82/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/f2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/28/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/d7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/57/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:ac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/af/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/7c/sstate:libgpg-error::1.49:r0::12:d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/c3/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/89/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/2f/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/e6/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/da/0a/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/8b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/a9/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/73/07/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/72/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/55/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/5c/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/ee/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/89/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:d28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/08/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/63/sstate:python3-pyparsing-native::3.1.2:r0::12:64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/94/ab/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/26/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/0d/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/54/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/61/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c8/e5/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/4d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/e9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/32/17/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/93/8a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/9a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/39/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/43/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/9b/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/18/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/08/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/cd/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/02/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/bc/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bb/81/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:bb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/ad/sstate:dnf::4.20.0:r0::12:20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/97/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/9e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/4e/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/8f/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ed/13/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/e0/sstate:icon-naming-utils-native::0.8.90:r0::12:01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/43/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/0d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/1a/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/29/ec/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3d/56/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/9f/sstate:libtasn1::4.19.0:r0::12:499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/92/53/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/e6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/6c/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/73/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/47/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/4e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/4f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:cf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/2b/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/a6/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/51/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b3/b3/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1f/e0/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/b7/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/ed/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bf/c6/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/67/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/51/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/db/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/55/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/3b/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:e83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/89/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/7c/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:cb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/17/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5f/c0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/60/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/67/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/5b/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:c45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/8d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/cb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3f/c5/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:ba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/65/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/6f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:f86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/06/ee/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/47/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/e1/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/1c/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/73/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:e773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/64/sstate:llvm-native::18.1.6:r0::12:4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/4f/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/4c/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c5/9c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/31/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e0/b6/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/39/1c/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/d3/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:f6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8a/56/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/63/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/d0/sstate:neard::0.19:r0::12:76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/b1/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b2/01/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:b20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/1a/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:ee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/be/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/12/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/91/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ac/16/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/d2/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/ce/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/19/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:f11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/f7/sstate:nasm-native::2.16.03:r0::12:43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/44/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d3/ac/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/3d/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:fb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/75/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:d87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/ae/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ef/dd/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d6/e2/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/4a/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/5d/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/6f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/28/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/28/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/46/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/d9/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:c5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/b8/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/1d/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/10/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/24/sstate:python3-trove-classifiers-native::2024.5.22:r0::12:be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/97/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0b/2e/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/d9/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/bd/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/8b/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/77/05/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/6b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/8a/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/ec/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/c7/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/f7/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ca/c4/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/83/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/f8/sstate:rsync-native::3.3.0:r0::12:e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/89/sstate:cairo::1.18.0:r0::12:5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a1/d4/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/a3/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/f0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:fef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/dc/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/80/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a9/22/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/c6/sstate:xinput::1.6.4:r0::12:1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e7/66/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/e6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:e6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/00/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/06/sstate:gettext::0.22.5:r0::12:5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/cc/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:c4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/68/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/66/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/40/92/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3a/e2/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/b9/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/10/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9f/f6/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/98/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:b098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/6f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/de/sstate:libjpeg-turbo-native::3.0.1:r0::12:09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/f3/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/98/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/90/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/de/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/ba/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/0c/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/1f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/a6/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/5c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/b5/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/b7/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/ef/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/49/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/7b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/d3/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:a7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/12/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/a6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/77/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/da/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/45/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/87/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/90/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/4a/sstate:python3-atomicwrites::1.4.1:r0::12:c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/e6/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e6/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/9f/sstate:libgpg-error-native::1.49:r0::12:d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/19/sstate:diffutils::3.10:r0::12:f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/73/65/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/3c/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/1f/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:c81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/77/sstate:xf86-video-vesa::2.6.0:r0::12:b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/8b/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a7/86/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/e4/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/df/sstate:python3-iniparse-native::0.5:r0::12:a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/9b/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/f9/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/ec/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/ce/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/dd/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c7/97/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:c797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/bd/sstate:python3::3.12.4:r0::12:4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/04/0c/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/36/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/79/f5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/fc/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/67/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:d265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/f6/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:d7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/5e/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/37/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3f/75/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:daace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/2f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/e9/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/8e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/88/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/8b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/11/sstate:rpcbind::1.2.6:r0::12:f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d5/f4/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/99/ff/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/87/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/ee/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f1/60/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:f160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/50/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/07/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/b2/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/0e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/9d/sstate:xf86-video-fbdev::0.5.0:r0::12:1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/3a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/28/sstate:libxrender::0.9.11:r0::12:4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/d1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:dcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b8/22/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/b4/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/ef/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/90/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/f1/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/38/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/2e/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/7d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/0c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/cd/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/80/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/ce/sstate:python3-pygments-native::2.18.0:r0::12:ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/f3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/22/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/de/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/d0/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/9f/sstate:libmicrohttpd-native::1.0.1:r0::12:1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/a9/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/3b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/f8/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/c0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/6e/sstate:tcp-wrappers::7.6:r0::12:f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/97/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/2f/sstate:wayland-protocols-native::1.36:r0::12:052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/7c/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/5a/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/bc/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/fd/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/ee/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/2f/sstate:zip-native::3.0:r0::12:a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/53/08/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/66/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/1f/sstate:libyaml-native::0.2.5:r0::12:e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/60/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/7c/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/87/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/38/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/50/48/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/c8/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/99/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/c6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/be/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/eb/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/8d/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:ac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/26/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/53/39/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/14/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/00/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/7c/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/bf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/93/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/96/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/65/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/cd/sstate:python3-pycairo::1.26.0:r0::12:d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/5b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/ed/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/27/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/08/3a/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c7/c0/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cc/7d/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/8e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/46/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/2e/sstate:cargo::1.75.0:r0::12:002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/4a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8a/63/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/2f/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/24/f7/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/eb/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d4/c8/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/75/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/d8/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/8a/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/8b/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/c9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/83/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/4f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/60/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/e0/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/43/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a0/b3/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/bd/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c6/42/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f1/9c/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/cb/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/63/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/14/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/4d/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/3a/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/eb/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/32/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/96/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/98/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/37/20/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b2/89/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/f5/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/08/03/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/a1/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:c6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c7/23/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b2/b6/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:b2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/89/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/15/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/c2/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/b0/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/c1/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/a0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/e2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/a3/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/83/sstate:libcomps::0.1.21:r0::12:b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/11/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/c5/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/be/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/0f/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/48/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:da48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/90/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/ca/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:d3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/fc/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/29/f4/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/06/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/c2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/34/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/f9/sstate:spirv-tools-native::1.3.283.0:r0::12:56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/dc/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/11/sstate:tzcode-native::2024a:r0::12:001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/75/sstate:connman-conf::1.0:r0::12:b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e5/23/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/59/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/f2/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/c9/sstate:xrandr::1.5.2:r0::12:59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/63/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/06/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/40/sstate:packagegroup-core-boot::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/ca/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/26/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/c8/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/db/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/04/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/61/ca/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/a8/sstate:mesa::24.0.7:r0::12:1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/51/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/cc/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/90/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/47/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3c/e6/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/e2/sstate:font-util-native::1.4.1:r0::12:ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/34/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/cd/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:d7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/37/6d/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/b3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:c6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/07/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/89/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/de/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cc/43/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:cc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5d/fb/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/da/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/b5/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/4a/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/20/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/43/5f/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/e6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/4f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/6e/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:ac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/76/sstate:libdnf::0.73.1:r0::12:cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/51/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/30/sstate:babeltrace::1.5.11:r0::12:6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/1e/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:b71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/ea/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/8b/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/03/64/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3a/fc/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/32/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/5f/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/e1/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/bc/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/33/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/63/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:f8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/76/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/89/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/8d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/95/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ec/b7/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:ecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/01/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/cf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/a0/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/fa/sstate:openssl-native::3.3.1:r0::12:dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f8/31/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/39/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/1d/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/ce/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/6a/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/da/03/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/93/00/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/5d/sstate:json-glib::1.8.0:r0::12:ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/da/41/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:da412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/de/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ce/37/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/48/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:dd4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/0b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/5f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:fe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/4e/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:ac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/82/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/74/sstate:lttng-tools::2.13.13:r0::12:3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/10/66/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f1/f0/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/d0/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:f9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/1a/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/17/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4c/45/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/a6/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/c9/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/fc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/c2/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/e0/sstate:ca-certificates-native::20211016:r0::12:fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/26/74/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/64/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/4d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:fe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/7d/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/90/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/d9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/9c/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/72/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ee/80/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/62/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/0d/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fa/55/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/e1/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/69/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bd/94/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b4/9b/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/11/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/65/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/8f/sstate:docbook-xml-dtd4-native::4.5:r0::12:a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/6f/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/03/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:cd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/e4/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/7f/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/01/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/3e/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/50/sstate:gmp-native::6.3.0:r0::12:03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/63/1b/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/f7/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/74/7b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/96/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/7a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:fd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/6f/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/14/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/63/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d5/94/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/a0/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/87/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/76/27/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/9a/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/f4/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/cf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/af/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/47/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/a2/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/58/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/1c/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/dd/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/8b/sstate:libedit::20240517-3.1:r0::12:2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/5b/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/97/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/f6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/67/sstate:libseccomp::2.5.5:r0::12:d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dc/51/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/37/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:f2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/7f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/93/dd/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/ab/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:d8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/57/08/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/46/bb/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/1f/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/a8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/17/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:dc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/6c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/4e/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/b6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/30/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5a/aa/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/43/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/5d/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/68/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/18/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/df/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/81/25/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/a6/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:cca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/83/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/11/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:c21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/55/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:f355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/85/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8c/e3/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/a1/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/82/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/bf/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/0a/sstate:mesa-demos::8.5.0:r0::12:690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/f8/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/09/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/ad/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9b/61/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/b1/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:beb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/46/38/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d4/f7/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/a5/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/cc/sstate:slang::2.3.3:r0::12:5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/77/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/56/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/b7/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:e3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/89/df/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/97/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dd/07/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/f6/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/cb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/18/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:d2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/3b/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/d0/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/99/20/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/52/18/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/27/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3d/24/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/50/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dd/60/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/1e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/04/sstate:utfcpp::4.0.5:r0::12:ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/96/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0b/5b/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/cc/sstate:libslirp-native::4.8.0:r0::12:a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/5d/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:a15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/34/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/b8/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/6d/sstate:net-tools::2.10:r0::12:aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/7d/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/51/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:ad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/f6/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a4/79/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:a4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/03/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/be/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d4/16/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:d4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e6/0b/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/05/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6d/c3/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/fb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/28/sstate:python3-installer-native::0.7.0:r0::12:3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/2d/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/fb/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/c8/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/39/sstate:libfontenc-native::1.1.8:r0::12:7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/06/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/7a/sstate:libssh2-native::1.11.0:r0::12:7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/ea/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/d8/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/ce/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/66/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/ef/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/7c/sstate:autoconf::2.72e:r0::12:0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/42/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/f3/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/62/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:a362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/e5/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/4e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/4b/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/49/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/4d/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/2f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/c4/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/3c/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1b/7a/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/c6/sstate:fmt::10.2.1:r0::12:49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/56/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/26/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:de269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/b3/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:edb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/04/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/3d/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/d7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/36/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/54/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:d954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/cd/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/75/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/f3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/ca/sstate:tcl-native::8.6.14:r0::12:1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/41/e9/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/04/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/7b/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/e1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/75/3a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/d8/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/e0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/1e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/09/sstate:nfs-utils::2.6.4:r0::12:f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/c6/sstate:at-spi2-core-native::2.52.0:r0::12:3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/9d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/e0/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/40/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3e/23/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/a7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:f6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/db/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/bc/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:dabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/bb/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/2e/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:cb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/b8/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/a2/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3f/06/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/38/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/18/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:db181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ea/57/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/78/01/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/eb/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/12/39/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/cb/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:e5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/a1/sstate:icu-native::75-1:r0::12:6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/15/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a4/7a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:a47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/0e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/5c/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:e85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/54/c8/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/35/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/21/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1e/61/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/20/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/da/c5/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/3a/sstate:pango-native::1.52.2:r0::12:333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/c1/sstate:connman-gnome::0.7:r0::12:66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/ce/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8f/6f/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/ef/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/8c/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/7f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/95/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/0f/sstate:xhost::1.0.9:r0::12:e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/14/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/a1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/a9/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/59/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/62/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/32/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/40/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/46/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0a/1b/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/bd/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a3/4c/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:dbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/b7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/88/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:ee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/8e/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/1c/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/81/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/33/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:ee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c5/c8/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/8f/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/0c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ba/0c/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/69/sstate:xorgproto::2024.1:r0::12:2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/5d/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/2e/sstate:dpkg-native::1.22.6:r0::12:af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9c/1a/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/2b/sstate:opkg-utils::0.6.3:r0::12:922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/24/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/45/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/aa/2d/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/2e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/db/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:afdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/18/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/17/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/0d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/0a/sstate:lttng-ust::2.13.8:r0::12:710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/6c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ca/e7/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/05/02/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/88/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/a5/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/8d/sstate:libffi-native::3.4.6:r0::12:f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/97/sstate:glib-2.0-initial::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/00/sstate:gtk-doc-native::1.34.0:r0::12:0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/52/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:a352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/ec/sstate:sudo::1.9.15p5:r0::12:36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/eb/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/68/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/c8/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/b4/sstate:dbus-glib-native::0.112:r0::12:b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/9f/sstate:alsa-topology-conf::1.2.5.1:r0::12:309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/e8/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/9d/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/4a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/54/sstate:elfutils::0.191:r0::12:3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/79/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/19/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b2/60/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/9d/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/6b/sstate:libstd-rs::1.75.0:r0::12:966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/b3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/b1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/72/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/26/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/e0/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/ba/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/67/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/7d/sstate:ptest-runner::2.4.4+git:r0::12:577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/04/a5/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/21/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/5c/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:f55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/3f/sstate:v86d::0.1.10:r0::12:003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/59/sstate:gdk-pixbuf::2.42.12:r0::12:a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/54/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:a4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/ae/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/65/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/df/d6/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:dfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/fe/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/2d/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/d9/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/b2/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/da/76/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:da76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/b5/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/02/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/34/dd/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/33/80/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/ef/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:cceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6b/ec/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/2a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/d0/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/46/sstate:packagegroup-core-buildessential::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/30/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/78/44/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/e3/sstate:kmod-native::32:r0::12:d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/8e/sstate:libxrandr-native::1.5.4:r0::12:dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/53/sstate:gdbm::1.23:r0::12:705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/9f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/a2/sstate:file-native::5.45:r0::12:22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/45/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/f0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/52/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/ea/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/6b/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/63/b2/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/45/6a/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/83/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/35/7e/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6f/22/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/10/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/4f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/94/e0/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/0a/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:fa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e4/d4/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/96/sstate:ttyrun::2.33.1:r0::12:3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/ec/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/89/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/db/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2f/3f/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/a0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/f6/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/33/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/08/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:b5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/27/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/8d/sstate:xprop::1.2.7:r0::12:e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/36/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/84/3e/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/73/sstate:go-runtime::1.22.4:r0::12:d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5d/38/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/f4/sstate:librepo::1.17.0:r0::12:59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/d5/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9f/41/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8c/a4/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/8d/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:a68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/28/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/c5/sstate:dwarfsrcfiles-native::1.0:r0::12:5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/48/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/0d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:e60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b4/4e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:b44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bc/7c/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/1c/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/04/81/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/f9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/6b/sstate:gnutls::3.8.5:r0::12:f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/5f/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/f4/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/51/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/07/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/4d/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/16/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/17/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:c717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/0c/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:f90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5a/ac/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c0/b1/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/35/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/0e/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/47/76/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/30/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:d8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/ad/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:ceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/c6/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/c4/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/1e/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/68/8c/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/c1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/5e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/67/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/c3/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/67/3a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/87/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/39/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8e/b7/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/b9/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/8a/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/5f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/94/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/03/76/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/2f/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:a22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/37/sstate:libksba::1.6.6:r0::12:bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/35/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/fe/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/8c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/30/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/e4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/47/ea/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/5d/sstate:libxml-parser-perl-native::2.47:r0::12:195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/7f/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/9c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/42/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:fd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ae/09/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/74/sstate:libxkbcommon::1.7.0:r0::12:96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/68/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/b7/sstate:gnome-desktop-testing::2021.1:r0::12:6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/36/15/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/fa/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/e0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/6a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/5c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/6b/sstate:gobject-introspection-native::1.80.1:r0::12:006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/95/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/26/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4a/88/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/03/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/0f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/da/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/78/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/0e/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/cb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/53/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/a9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/83/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/f3/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/cb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/5a/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/8e/sstate:bison::3.8.2:r0::12:b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/aa/sstate:util-linux-native::2.39.3:r0::12:d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/49/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c4/47/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/1b/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/58/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/71/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/65/87/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/c7/sstate:run-postinsts::1.0:r0::12:bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/73/be/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/98/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/df/75/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/b3/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/61/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/ff/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/65/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/6e/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e7/e5/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/13/sstate:alsa-ucm-conf::1.2.12:r0::12:db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/45/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/45/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/ef/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/40/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/0d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/a9/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/20/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/b0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/c3/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/bd/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1a/bb/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/14/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/24/88/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/84/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/aa/56/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/48/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/aa/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6e/64/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dc/cc/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:dcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/15/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/b2/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/87/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/15/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/85/19/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/79/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1d/8a/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/f2/sstate:libxext::1.3.6:r0::12:a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b2/1d/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/f8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/10/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/bc/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:d5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/06/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/2c/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c7/dd/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/32/cf/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/2f/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/d8/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/d1/sstate:gtk-doc::1.34.0:r0::12:d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/a0/sstate:boost-build-native::1.85.0:r0::12:33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/a4/sstate:blktrace::1.3.0+git:r0::12:6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/68/88/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/ea/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/11/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/c0/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/12/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/a2/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/fa/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/40/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/bd/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/db/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/d1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/26/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/3b/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/09/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/dd/sstate:libwebp::1.4.0:r0::12:5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/65/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/95/sstate:pkgconfig::0.29.2+git:r0::12:d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/0f/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d8/5f/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/d3/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/1f/sstate:python3-dbus::1.3.2:r0::12:b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/ab/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/59/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/14/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:ad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0a/a2/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/d5/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/58/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/7b/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/63/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/1a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/70/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:f370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/de/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:dedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/39/77/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7b/54/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/1c/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/ef/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c1/96/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/9b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a2/52/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/7a/sstate:xz::5.4.6:r0::12:627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/a8/sstate:packagegroup-core-ssh-openssh::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/91/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/47/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/9b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/9d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b9/1c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/26/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/9c/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:e49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/60/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/49/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:c5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/ea/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/d7/sstate:python3-packaging::24.1:r0::12:7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bc/ad/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:bcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/9b/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/e5/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/20/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/f3/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/5d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1d/3f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/8b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a6/4c/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/14/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:af14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/df/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/27/01/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/d9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/5c/sstate:libxcursor::1.2.2:r0::12:945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/e8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/c2/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/36/sstate:libcheck-native::0.15.2:r0::12:cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/c1/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/bd/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/ad/sstate:python3-smartypants::2.0.0:r0::12:17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/de/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/fd/sstate:mpg123::1.32.6:r0::12:59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/31/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/cf/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/73/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/35/7e/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/b9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/20/0c/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/1f/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2e/2c/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3d/2d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/70/sstate:adwaita-icon-theme::46.0:r0::12:ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/ef/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b8/71/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:b87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/68/sstate:vulkan-loader::1.3.283.0:r0::12:c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/eb/94/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:eb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/e6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:b0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/15/bd/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/2c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ce2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/75/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:fc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/aa/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:f3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/80/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/e8/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/20/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/82/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e9/0a/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:e90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/29/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/0b/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/f5/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/3e/sstate:fribidi::1.0.15:r0::12:5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/dc/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/47/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/da/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/41/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/b8/sstate:python3-pyproject-hooks-native::1.0.0:r0::12:5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/21/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/4e/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/5f/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/39/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/a9/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/99/80/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/8c/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ab/1f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/dc/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ed/91/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/d4/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/09/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/45/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:fe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/e5/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/a5/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/9c/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/37/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/aa/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/d0/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/ab/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/ac/sstate:libvorbis::1.3.7:r0::12:b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/2e/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/85/e7/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/39/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:ae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/b8/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/a6/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/65/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4f/a2/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/ad/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/63/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/18/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9b/ae/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/4a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/18/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:f918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/0b/sstate:bash::5.2.21:r0::12:b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/ad/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/a3/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/28/65/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/d3/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/e2/sstate:pulseaudio-client-conf-sato::1:r0::12:3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/72/13/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/f5/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/45/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3f/5c/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/fa/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/b9/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/f2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/2d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/83/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/8c/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/9b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/7f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/28/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e3/73/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/81/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/bd/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/40/sstate:flex::2.6.4:r0::12:9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/01/a0/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/5e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:da5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/23/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/e0/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:f0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/4b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/84/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/14/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b5/c6/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/e2/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/39/33/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/82/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/a6/sstate:libxshmfence-native::1.3.2:r0::12:98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/47/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/a5/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/ea/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/4a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/e0/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/b3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/42/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/54/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/13/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/b6/sstate:cracklib-native::2.9.11:r0::12:f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/c5/sstate:speexdsp::1.2.1:r0::12:55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/51/sstate:gzip::1.13:r0::12:cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/35/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/af/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/d4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/95/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/c2/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/ed/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/62/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/fe/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/2c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:eb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/a8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7a/45/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/af/b4/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:afb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/7a/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/b0/sstate:time::1.9:r0::12:acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/d4/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/15/d4/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b9/fc/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/5b/sstate:nettle::3.9.1:r0::12:f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/7c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/8b/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/d7/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/70/11/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/bd/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/d7/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:a2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/de/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b9/1e/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/6f/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/fb/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/c2/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/06/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/e5/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/b5/sstate:json-c-native::0.17:r0::12:b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/60/sstate:m4-native::1.4.19:r0::12:1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/19/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/26/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/25/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/91/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/9a/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/3a/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/93/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/a1/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e6/f7/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:e6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/0b/sstate:libsdl2-native::2.30.3:r0::12:e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/9d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/57/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/8c/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/c7/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/04/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/41/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/4e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/45/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/2d/sstate:chrpath-native::0.16:r0::12:752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/9f/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/ac/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/15/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/c7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/08/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2c/85/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/82/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/bb/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/5e/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/12/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/c3/sstate:powertop::2.15:r0::12:00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/3b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/bc/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/03/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/77/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/ae/sstate:libpsl::0.21.5:r0::12:beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/1d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:b51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a5/37/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/e3/sstate:python3-six-native::1.16.0:r0::12:77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/01/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/3e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/c7/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/13/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/e5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:a6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/90/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:b5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/06/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/e5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/a4/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:d3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3d/d0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/34/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/08/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/86/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/87/2c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/ea/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/90/sstate:makedevs-native::1.0.1:r0::12:1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fb/50/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:db1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/58/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/93/75/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/65/sstate:liburcu::0.14.0:r0::12:9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/55/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/5b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/c7/sstate:python3-packaging-native::24.1:r0::12:c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/47/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:cf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/99/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/98/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/46/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/49/sstate:pseudo-native::1.9.0+git:r0::12:8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/58/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ca/f1/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/5b/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/45/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/db/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/37/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/d6/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fd/3e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/ea/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/3e/sstate:libdrm-native::2.4.120:r0::12:873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/a9/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:d4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c1/eb/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/7a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/79/06/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/4d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:ff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/c1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c6/63/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/67/27/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/a8/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:a4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/52/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/db/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9a/72/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/31/sstate:sqlite3::3.45.3:r0::12:4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/9f/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:cf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/ef/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:d8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/1e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/09/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/99/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/d3/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/53/45/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/e3/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/9e/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:d29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/d8/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1b/82/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/4e/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/c3/sstate:quilt-native::0.68:r0::12:52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/ed/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/fa/sstate:flex-native::2.6.4:r0::12:4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/af/sstate:libtasn1-native::4.19.0:r0::12:34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/dd/sstate:grep::3.11:r0::12:58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/0c/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/36/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/8b/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/a8/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/61/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/0a/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5e/43/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/5c/sstate:libtool-cross::2.5.0:r0::12:745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/d4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/55/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/31/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:f23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5c/07/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cb/b5/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0a/77/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/38/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3a/86/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/51/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a9/86/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/ac/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/73/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/87/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/4a/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/ad/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/63/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:f5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/80/01/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/2c/sstate:python3-setuptools::69.5.1:r0::12:cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/37/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/c3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/e8/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/57/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/39/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/d2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/66/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/27/d1/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/78/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c7/fe/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/00/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/bb/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/c1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:cdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6e/c9/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9c/71/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/74/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/06/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/92/ff/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/8b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1d/2f/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/e8/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/c9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7f/62/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/6e/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/db/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d8/6f/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:d86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/50/sstate:dbus-native::1.14.10:r0::12:83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/d9/sstate:python3-native::3.12.4:r0::12:c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/8e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/61/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/da/sstate:gpgme-native::1.23.2:r0::12:b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/8d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:ec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/f6/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/c9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/9b/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/66/sstate:libxdamage::1.1.6:r0::12:5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/0f/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/dc/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/78/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/56/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/35/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/17/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/09/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/b9/sstate:libxmu::1.2.1:r0::12:1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/05/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/d2/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/17/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/cb/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a8/d3/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:a8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/01/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/0a/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/b4/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2a/3f/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/1b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/95/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/1c/sstate:xf86-video-vmware::13.4.0:r0::12:0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/0e/sstate:matchbox-keyboard::0.1.1:r0::12:1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/06/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/f6/sstate:libxrandr::1.5.4:r0::12:3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/4a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/09/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/4e/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/41/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/bc/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/c8/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/0a/sstate:unzip::6.0:r0::12:b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/fe/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/7f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/cc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/56/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/50/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/f5/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/51/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/29/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:af290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/c5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:e8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/65/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/3a/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:ad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/cd/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/2b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/7f/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f6/10/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/ee/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/ca/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/6d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/92/4a/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/7a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:cc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ed/ee/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/19/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/7f/sstate:busybox::1.36.1:r0::12:957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e6/17/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/7e/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/ad/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/97/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/28/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1f/8c/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/cb/sstate:libdrm::2.4.120:r0::12:54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/c6/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/5d/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/43/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f6/6f/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/73/sstate:icu::75-1:r0::12:1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/13/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/5f/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/d1/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/99/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:b399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/b6/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/0a/sstate:python3-wheel-native::0.43.0:r0::12:f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/44/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/56/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/01/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/26/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/fc/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/a3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:efa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/50/2c/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/1d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/18/sstate:mc::4.8.31:r0::12:cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/81/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/c1/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/d6/sstate:cross-localedef-native::2.39+git:r0::12:67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/57/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b5/f9/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/9f/sstate:xdpyinfo::1.3.4:r0::12:079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e8/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:e86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/3d/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/15/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/9d/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:cc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/e3/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fe/ae/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/c6/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/e0/sstate:wayland::1.23.0:r0::12:e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/0a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/17/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/94/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/82/c4/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/e9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/e7/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/6e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:ca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/f3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/00/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/9d/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/e9/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/36/56/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/72/a7/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6b/bb/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/a7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/8d/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c2/00/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/48/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:b04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/db/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:acdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/9f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/50/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/00/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/9d/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:b79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/00/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/f2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/5c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/da/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/c5/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/bf/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/12/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:da125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/ec/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/89/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:b489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/21/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/53/sstate:orc::0.4.38:r0::12:b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/31/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/6d/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/fc/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/79/f0/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:cbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/5a/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/12/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/1c/sstate:libx11-native::1.8.9:r0::12:691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/04/2e/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/7a/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/38/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/f9/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fe/c5/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:fec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f6/cb/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/25/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/18/da/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/6c/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/bd/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/35/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/90/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/89/ba/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/d4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/61/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/2d/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3e/93/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/1c/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/19/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/4e/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1b/6f/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/b2/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:fbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/29/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/51/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:c25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/ee/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/a7/sstate:which::2.21:r0::12:f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/21/4b/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/f1/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/3a/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:e73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/f9/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/fd/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/81/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/10/sstate:matchbox-session::0.1:r0::12:f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bc/4c/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:bc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/c6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d3/00/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/4b/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/73/da/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/67/3b/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/f5/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:fff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/7c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/4e/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/52/01/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/7e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/cf/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/dc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/33/fb/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/c8/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/ca/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/06/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/34/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/40/00/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d7/ad/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/51/16/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/20/4f/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/46/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/65/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b1/38/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:e4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/c4/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d3/4b/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/6a/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/47/sstate:libxml-simple-perl-native::2.25:r0::12:91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/ed/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/92/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/c0/sstate:rust::1.75.0:r0::12:7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/ea/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7f/cc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/ac/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/5d/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/2c/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/06/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/e4/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/7d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/5d/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/1b/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/88/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/04/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/4f/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:ad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e4/04/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/6d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ff/8f/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/f4/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/96/5d/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/a9/sstate:dtc-native::1.7.0:r0::12:67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/1d/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e0/f9/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/2b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8d/9c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/3b/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/61/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:b061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/2a/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/bc/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/73/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/ef/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/ff/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/fa/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/ec/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/39/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/a1/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:a6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/6d/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/5d/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/a7/sstate:kern-tools-native::0.3+git:r0::12:7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/24/sstate:python3-setuptools-scm-native::8.1.0:r0::12:2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/ef/sstate:perlcross-native::1.5.2:r0::12:22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/5d/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/7c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/1c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/e0/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dd/c9/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/78/sstate:pixman-native::0.42.2:r0::12:327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/9f/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/d2/sstate:python3-toml::0.10.2:r0::12:1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/0a/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/9a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/22/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/2b/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/6b/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/cd/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/46/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/08/9e/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/82/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/d2/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a0/71/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:a071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8a/61/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/9f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8c/e6/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/fe/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/39/2f/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/7c/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/da/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d6/ea/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:d6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b5/f0/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/4b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/29/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dd/67/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/d7/sstate:readline-native::8.2:r0::12:75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/e2/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/3e/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/21/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/d5/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/52/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/55/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/1c/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/70/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/b6/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/d9/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/d4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/01/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/49/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/02/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/b2/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/47/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/f6/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/3d/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/c1/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/6b/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/12/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bf/f3/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:bff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/c0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/42/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/a9/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/4d/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/19/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/40/sstate:packagegroup-core-tools-testapps::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/e9/sstate:hicolor-icon-theme::0.17:r0::12:3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/69/sstate:libxcomposite::0.4.6:r0::12:18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/d5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/31/sstate:libpng-native::1.6.43:r0::12:1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/ea/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/32/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/53/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:a6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/62/sstate:python3-wcwidth::0.2.13:r0::12:2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/95/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/58/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:fc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/97/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/4f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/64/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d7/24/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/47/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/81/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/bb/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:a9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/54/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/be/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:bcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0d/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/07/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/f8/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/93/sstate:expect::5.45.4:r0::12:7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/a5/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6f/4c/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/b7/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/75/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/c9/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/c9/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/82/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/e8/sstate:dbus-wait::0.1+git:r0::12:b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/43/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:b243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/cb/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/16/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/ea/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d1/6c/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:d16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/35/f5/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/eb/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:abebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/0e/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/db/2b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8b/77/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/48/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2f/33/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/23/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/09/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/59/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/43/de/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/00/64/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/6e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/55/sstate:util-linux-libuuid-native::2.39.3:r0::12:c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/08/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/6d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/2c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/b1/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/33/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/9a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b4/13/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1e/48/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/30/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/a6/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/87/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/b0/sstate:libmpc::1.3.1:r0::12:b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/92/sstate:itstool-native::2.0.7:r0::12:d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/7a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/57/5e/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/1a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/0e/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/08/sstate:libxcvt::0.1.2:r0::12:480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/a4/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/92/sstate:libunistring-native::1.2:r0::12:e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/56/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/79/52/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/54/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/71/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/dd/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/b7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/e6/sstate:python3-attrs::23.2.0:r0::12:ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/a9/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ac/61/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6a/9b/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/41/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/81/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/c0/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/80/sstate:gtk4::4.14.4:r0::12:f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/a0/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/b6/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/8f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:c18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/90/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/fe/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/99/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/71/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/b3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/b3/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/ab/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a0/54/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/36/2c/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/1e/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/51/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/b0/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/c8/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/9a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/80/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ad/60/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:ad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/74/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/ab/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/65/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/2a/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:a92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/8a/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:aa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/34/sstate:ninja-native::1.12.1:r0::12:ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/34/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/06/76/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/02/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/32/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/bb/sstate:desktop-file-utils-native::0.27:r0::12:f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/87/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/cd/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/2d/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3f/d0/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/eb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/fb/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a6/71/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/42/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/8a/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/e9/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9c/1c/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/a9/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/a5/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/b4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/e4/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:eae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e3/15/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/0d/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/90/sstate:libxml2-native::2.12.8:r0::12:429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/13/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/23/sstate:libxi-native::1.8.1:r0::12:ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/60/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/c3/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/47/8b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/79/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/7a/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/e8/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/74/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/26/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/c3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/dd/sstate:xserver-xorg::21.1.13:r0::12:91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/f3/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/c3/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/bf/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/bd/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/16/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/33/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/cc/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/ce/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/f9/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/3a/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/1d/sstate:pixman::0.42.2:r0::12:cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/de/sstate:xxhash::0.8.2:r0::12:93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/05/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a9/03/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/95/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/64/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/1d/sstate:libgudev::238:r0::12:071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/12/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/06/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0b/93/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/61/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/70/79/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/8d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/9d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/5d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/eb/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2e/78/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/1b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:e31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/63/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/e7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/98/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f4/4b/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:f44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/26/31/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/aa/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/c4/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5b/55/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/2a/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/21/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/3a/sstate:python3-pathspec-native::0.12.1:r0::12:123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/5d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/3a/sstate:libxdmcp::1.1.5:r0::12:503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/94/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/53/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/9d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/91/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/db/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/58/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:f25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6f/2e/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/e1/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/49/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/28/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/54/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/e3/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/cf/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/59/9f/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/ca/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/7b/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/61/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:bb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/72/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e7/4a/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3f/f4/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/06/sstate:x11perf::1.6.1:r0::12:f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/0a/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/db/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/1b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/30/18/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/28/56/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/e5/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/7f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/0d/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:a40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/32/bc/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dc/1b/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:dc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/db/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/b8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/a7/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/1d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/a9/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/8d/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/71/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/8a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/9c/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cb/90/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f2/45/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:f24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/92/sstate:matchbox-config-gtk::0.2+git:r0::12:dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/d1/sstate:glibc-mtrace::2.39+git:r0::12:3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/d0/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c0/06/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/24/6d/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/d5/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/fd/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/a6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/44/5f/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/66/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/97/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/a9/sstate:libx11::1.8.9:r0::12:b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/c8/sstate:m4::1.4.19:r0::12:adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:fa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ab/34/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/fb/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/fe/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/ce/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/7a/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/11/5b/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/29/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/eb/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/06/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0b/87/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/a9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/0f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:be0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/0c/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/34/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/f5/sstate:libinput::1.25.0:r0::12:ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/a3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:d7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/e1/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/c5/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/99/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/be/85/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/59/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/b6/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/9e/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/80/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/4d/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/5d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:e65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/16/sstate:gdbm-native::1.23:r0::12:fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/a3/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/d6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4b/25/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/e1/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/e8/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/90/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f7/db/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/25/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/4b/sstate:libjpeg-turbo::3.0.1:r0::12:a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/97/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/45/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/27/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/85/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/72/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/ca/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/78/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:ea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/c5/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/f7/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/9f/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/3e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/ec/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:b3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/38/0f/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/cb/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/b4/sstate:libevent::2.1.12:r0::12:55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/89/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:e889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/52/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/fb/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/fe/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:fbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ea/71/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/22/8c/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cc/de/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/c3/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ca/9f/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/7e/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b2/76/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6c/45/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/df/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/aa/f1/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/2e/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/79/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/c1/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:f2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/bf/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/40/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a9/07/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/db/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/dd/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/fe/sstate:nghttp2::1.62.0:r0::12:35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ef/67/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/b6/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/c0/sstate:blktool::4-7.1:r0::12:82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/7d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/8c/sstate:libmnl::1.0.5:r0::12:3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5d/c7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/f2/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1d/e4/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/ce/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/8f/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/2b/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/9c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0e/3d/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/87/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/4c/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/13/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/4c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ff/c6/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:ffc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/c4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/e4/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/e4/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9e/24/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/78/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/8e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:f28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/a5/sstate:glibc::2.39+git:r0::12:21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/eb/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/a8/sstate:packagegroup-rust-sdk-target::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:d52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/10/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/3d/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/c8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/c4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/39/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/40/sstate:packagegroup-core-tools-profile::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/9b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/16/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/ad/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:f5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b1/2c/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:e6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/4b/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/1a/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/f9/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/9a/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/63/7e/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/48/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/8b/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/1f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/54/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/7f/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/0f/sstate:libgcrypt::1.10.3:r0::12:b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/02/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9f/bd/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/2a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/71/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/b2/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/79/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/9f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/0d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/90/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/45/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/74/e8/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/cb/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/ee/sstate:mpfr::4.2.1:r0::12:4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/5e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ef/fa/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/21/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/55/sstate:gconf::3.2.6:r0::12:585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/f4/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/58/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/e9/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/a4/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/b0/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/a1/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2a/ab/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/15/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/47/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/06/a6/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/25/11/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/cc/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:c2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/89/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/79/86/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/68/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/f9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:def998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0c/b9/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/08/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/9c/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/4b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/b5/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/c2/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:dac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/1f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/5a/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/2b/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/07/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/95/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/8e/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/a9/sstate:libidn2-native::2.3.7:r0::12:daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/7c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/78/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a7/a1/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/24/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/26/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6e/72/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/c2/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:edc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:ebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/8f/sstate:nettle-native::3.9.1:r0::12:4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/0b/sstate:libcomps-native::0.1.21:r0::12:da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/6e/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/e5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/76/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/dd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/54/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:b5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/cc/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/68/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:cca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ed/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/08/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/90/sstate:libpthread-stubs::0.5:r0::12:e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/4a/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/3f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/2f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/02/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f3/ee/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:f3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f6/ef/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/86/sstate:perf::1.0:r0::12:5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/67/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/17/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/6e/sstate:xserver-xf86-config::0.1:r0::12:ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/df/9f/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:df9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/01/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/df/b7/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/a1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:c0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/af/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/6a/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/6b/sstate:opkg-utils-native::0.6.3:r0::12:c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/68/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0c/83/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/12/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/26/d6/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/08/sstate:util-macros::1.20.1:r0::12:80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/cd/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/e2/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/89/sstate:psmisc::23.7:r0::12:af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/fb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d1/74/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/f3/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e6/45/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/45/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/62/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/66/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/f4/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/52/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/c3/sstate:shared-mime-info::2.4:r0::12:4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/5a/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/ac/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/1e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bf/59/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/cb/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/66/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/dc/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/98/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/63/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/41/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:fb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/b3/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/c4/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/50/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/52/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/88/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/40/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/b4/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/55/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/3c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/b3/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/6f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/a3/sstate:libaio::0.3.113:r0::12:47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2f/96/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/c2/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:bec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/18/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/c2/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:a0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/ca/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/39/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a4/c9/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/07/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0d/8d/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/91/d7/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/b5/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/4e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/12/8c/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/62/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/85/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/fe/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/81/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/7c/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/42/bb/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f7/9e/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ba/51/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/4e/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/36/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/bf/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f0/9a/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/d4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/65/sstate:xmlto-native::0.0.28+0.0.29+git:r0::12:f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/87/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/8e/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/a1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/b6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/20/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/86/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/72/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:b7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/e9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/7f/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/26/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/66/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/10/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/dc/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/38/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/27/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cf/9a/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/24/70/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/ea/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/ee/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/19/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/8b/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4c/be/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/11/sstate:libgcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/5a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/74/29/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/17/sstate:update-rc.d::0.8+git:r0::12:9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/91/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/da/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/7a/sstate:tar::1.35:r0::12:717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/ea/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/f3/sstate:gcc-sanitizers::14.1.0:r0::12:52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/73/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/7a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/1f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/54/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/0f/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/6b/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/fa/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/05/c0/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/00/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/d4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/43/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/87/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/26/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/d6/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:b3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/57/sstate:at-spi2-core::2.52.0:r0::12:7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/fd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/d8/sstate:debianutils-native::5.19:r0::12:46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/fc/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/4e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/3b/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/30/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/69/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/91/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3d/b2/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/7e/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/59/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d2/8e/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/aa/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a4/b5/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:a4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/b3/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/06/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/83/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/21/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/75/b8/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/46/ff/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7e/f1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/fa/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/a6/sstate:libxext-native::1.3.6:r0::12:4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/9d/sstate:python3-iniconfig::2.0.0:r0::12:9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/85/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/b8/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/a2/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/73/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/58/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/78/sstate:formfactor::0.0:r0::12:bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/d2/sstate:shutdown-desktop::1.0:r0::12:59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/29/70/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/95/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/88/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/a3/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/d7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/05/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/a6/sstate:python3-pluggy-native::1.5.0:r0::12:c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/91/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/5c/sstate:pulseaudio::17.0:r0::12:d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/de/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/53/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/03/sstate:libical-native::3.0.18:r0::12:5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/06/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/23/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/01/18/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/b3/sstate:xset::1.2.5:r0::12:78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/41/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/94/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e4/9e/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/cb/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/cf/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:efcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/29/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/ae/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/d3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:b6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/50/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/44/84/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6e/fa/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/71/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/d6/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/34/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/b6/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/7e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/79/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/de/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/98/29/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/39/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/ed/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/49/sstate:pbzip2-native::1.1.13:r0::12:1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ac/56/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/c4/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/01/sstate:unzip-native::6.0:r0::12:46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/7e/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/f1/sstate:libcheck::0.15.2:r0::12:e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c0/7d/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/63/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bd/b4/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/22/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/cb/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/fe/sstate:libtirpc-native::1.3.4:r0::12:affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/91/36/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/32/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/4c/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/d2/sstate:sbc::2.0:r0::12:77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/16/51/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/7c/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/d5/sstate:boost::1.85.0:r0::12:14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/86/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c2/29/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:c229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/26/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/5f/sstate:unifdef-native::2.12:r0::12:7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ef/91/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/f2/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/5a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/58/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/80/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/f1/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/e3/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/fa/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/5e/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/3e/sstate:font-util::1.4.1:r0::12:f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/ec/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/fc/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:defc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/f9/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/dd/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:cfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/ea/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/ea/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:e3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/f8/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/eb/09/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/4e/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/6c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/bc/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/e3/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e1/07/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:e1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/80/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b6/99/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/c7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:f1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/94/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/bd/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d7/fd/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:d7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/83/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/e9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/b8/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:d0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/d2/sstate:udev-extraconf::1.1:r0::12:47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/73/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/89/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/6a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/5d/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/ec/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f3/a1/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/ff/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/25/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/77/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/50/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e3/6a/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:e36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/53/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:a05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/94/sstate:bison-native::3.8.2:r0::12:a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/80/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/86/1a/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/96/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/48/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/48/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/63/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/51/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/32/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/7d/sstate:openssl::3.3.1:r0::12:c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/2a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/79/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/db/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/5c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/da/37/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:da374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bd/fd/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/ce/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/66/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/48/sstate:lame::3.100:r0::12:cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/44/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/f8/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/b9/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/ec/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/a8/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/5f/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/46/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/75/sstate:bluez5::5.72:r0::12:d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/96/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/fd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/92/sstate:re2c-native::3.1:r0::12:54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/9e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/a1/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ca/57/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:ca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/44/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/38/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/ab/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/79/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/e9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/ba/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:c9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/79/sstate:tiff::4.6.0:r0::12:a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/0b/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/a4/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:daa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/85/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/96/17/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/00/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/13/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/4f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dd/2f/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/79/f2/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/6f/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/e3/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/ef/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/ed/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/94/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/47/sstate:git-native::2.45.2:r0::12:2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/81/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/aa/89/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/69/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/83/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/31/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/66/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/63/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/33/sstate:groff-native::1.23.0:r0::12:4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/c2/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/34/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:e334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/d9/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/37/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/ca/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/a2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/99/ea/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/81/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0c/28/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/26/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e0/0d/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:e00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/7b/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/7f/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/d7/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cb/c6/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:cbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/47/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/b0/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:cdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8b/2d/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/1e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/48/sstate:rpm::4.19.1.1:r0::12:ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/09/36/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/71/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/ed/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/8d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/f0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f6/2a/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/41/f7/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e7/af/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/ba/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e5/71/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/f7/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/09/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/4a/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/17/9a/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/42/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/44/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/80/8d/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/c6/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:d3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/a6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:a3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fd/93/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:fd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e1/d4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/ef/sstate:gpgme::1.23.2:r0::12:1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/df/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/d9/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/e9/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:b7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/25/sstate:speex::1.2.1:r0::12:13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/51/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:d351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/f1/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/10/7a/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/5f/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:cb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/c8/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/34/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/69/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:cc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/87/80/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/a0/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/43/sstate:mtdev::1.1.7:r0::12:3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/f7/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/38/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/63/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/40/29/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/a8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/fc/sstate:python3-markupsafe::2.1.5:r0::12:edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/da/53/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/d6/sstate:unfs3-native::0.10.0:r0::12:14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/22/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/db/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/f0/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/26/19/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/86/30/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/f4/sstate:python3-jinja2::3.1.4:r0::12:1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/82/sstate:xrestop::0.4:r0::12:718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/97/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/98/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:e098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/20/1c/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bf/46/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/10/c5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/e5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3c/3d/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/c3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/45/ba/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/25/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/ef/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/df/71/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/fa/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/3a/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/40/sstate:packagegroup-base::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/8c/sstate:xf86-video-cirrus::1.6.0:r0::12:b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/bc/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/d9/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a2/1e/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2d/9d/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4d/03/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/ee/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/c8/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/b0/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/1c/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/10/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/10/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/25/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:a6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/db/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/38/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/a2/sstate:gnu-config::20240101+git:r0::12:9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/84/f9/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/7f/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8b/eb/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/4b/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:cb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/0d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/91/sstate:intltool-native::0.51.0:r0::12:c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/a0/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:eda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/e5/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/be/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2c/e2/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/28/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/92/8b/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1f/e6/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c6/23/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/74/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/92/sstate:automake-native::1.16.5:r0::12:7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/e7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/ee/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/d2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/8c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/6e/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0b/62/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c0/1f/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:c01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/27/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/32/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:c8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/88/sstate:xinit::1.4.2:r0::12:c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/59/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/38/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/10/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/ae/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/10/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/5d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:a55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/d3/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ccd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/fc/sstate:gobject-introspection::1.80.1:r0::12:c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/a0/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/32/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/7a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/76/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:e476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/a8/sstate:packagegroup-core-x11::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/e6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/ff/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/b9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:a1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/87/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/9a/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/fa/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/5d/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/20/da/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/02/e8/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a3/44/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/39/e5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/5d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cd/4d/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/68/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/af/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cd/8c/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/cd/sstate:libsoup::3.4.4:r0::12:75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/5b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/e2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/07/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/95/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4b/26/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/42/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/fb/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/9b/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:ae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/04/83/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c4/3b/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/ca/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/8f/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7b/f3/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/1e/sstate:libsndfile1::1.2.2:r0::12:831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/0f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:ab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/84/sstate:libsoup-2.4::2.74.3:r0::12:eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f1/26/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/93/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/92/65/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/18/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a_create_rootfs_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/2f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/ed/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/5c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/1e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/27/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/50/8f/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/37/94/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/97/8d/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/7f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/d4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/84/20/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/76/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c8/00/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:c800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/5e/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a3/91/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:a391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/b9/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/af/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/91/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/bd/sstate:gconf-native::3.2.6:r0::12:b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/1e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b8/4d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/07/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/fb/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ae/d8/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/b3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:f7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/06/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/f6/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/16/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/1e/sstate:python3-more-itertools::10.3.0:r0::12:7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/b5/sstate:cwautomacros-native::20110201:r0::12:6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/7b/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7e/b0/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/ef/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/da/sstate:libpciaccess-native::0.18.1:r0::12:2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/63/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/92/62/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/b5/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/c0/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/6e/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/7b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a0/55/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/02/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/4f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/25/4f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:cea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/d8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/0e/sstate:linux-yocto::6.6.32+git:r0::12:a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/13/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/77/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/87/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7e/54/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e8/39/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/12/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/44/be/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/a1/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:f5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/8d/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c9/bf/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:c9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/d9/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/e2/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/ab/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5d/32/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/07/e4/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/a2/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/02/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/48/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/f3/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/63/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/99/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/86/2b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/d3/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/03/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:d458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/da/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/04/51/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/b2/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/fc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/a0/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/52/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/6a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7c/15/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/d2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/b7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/d8/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/45/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/bf/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/d1/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/0c/sstate:make-mod-scripts::1.0:r0::12:640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/39/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/bb/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e6/b9/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/59/sstate:libxtst::1.2.4:r0::12:16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/92/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/22/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/8f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/1d/sstate:kexec-tools::2.0.28:r0::12:6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/ae/sstate:diffstat::1.66:r0::12:deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/ef/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/ec/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/ab/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/5d/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/15/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/5a/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/b9/sstate:gdk-pixbuf-native::2.42.12:r0::12:0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8c/7a/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/7c/sstate:libpthread-stubs-native::0.5:r0::12:e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/92/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/56/sstate:connman::1.42:r0::12:1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/32/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/73/sstate:make-native::4.4.1:r0::12:8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/29/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/56/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/2d/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/36/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/c6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/1d/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/b3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3e/e5/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/bc/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:cbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/02/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5c/59/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f4/d7/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/77/06/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/6f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/43/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:c8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/c5/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/46/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/26/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/58/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/dc/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4d/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/2b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/60/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/8f/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/2a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/51/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/f5/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/66/sstate:libxres::1.2.2:r0::12:3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/1a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/ba/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a3/4c/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f7/0e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:f70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/51/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:ce51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/df/sstate:gawk::5.3.0:r0::12:e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/37/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/b4/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/6c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/56/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/5e/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:dd5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fa/77/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/f8/sstate:qemu-helper-native::1.0:r0::12:2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/9d/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:a89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/0e/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/67/f8/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/5e/sstate:quilt::0.68:r0::12:9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/12/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/d5/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/2a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/6b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f8/35/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:f835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/61/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/8c/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/12/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/9a/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/9c/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/f4/sstate:settings-daemon::0.0.2+git:r0::12:9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dc/1c/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f5/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/9d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/c2/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/e7/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/2f/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cf/42/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/99/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/18/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/2a/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/47/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/b7/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/f1/sstate:init-system-helpers::1.66:r0::12:09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/62/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/af/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/11/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/30/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/1a/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/a0/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/eb/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/14/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9f/dc/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/be/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/07/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/57/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/4d/sstate:pigz-native::2.8:r0::12:f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9f/98/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/06/b1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/5e/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/2a/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0a/3f/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/8e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0a/0c/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/e4/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/f9/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/bb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:b7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/da/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/c2/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8b/16/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/e5/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/6e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/59/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/4c/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/2e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/c0/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/e1/sstate:menu-cache::1.1.0:r0::12:c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/4f/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/2f/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/0f/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/ac/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/78/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/f6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/4c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/39/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/64/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/f4/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:e8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/81/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/25/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/4f/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/b3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/98/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/80/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/09/54/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/5e/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/8f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/8e/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/be/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e4/47/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/5a/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/72/05/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/50/30/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/9d/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/61/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:a161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/86/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/ec/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f8/bd/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/49/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/55/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/43/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8b/bb/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/c7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/50/c4/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/f5/sstate:libxml-namespacesupport-perl-native::1.12:r0::12:21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/d7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/ff/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/c5/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/6c/sstate:alsa-utils::1.2.11:r0::12:e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/56/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e0/00/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/a0/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/31/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/56/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/0e/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/04/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:ae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/96/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/44/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/ca/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/f8/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/de/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/5d/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ce5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/98/a0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/66/b4/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/79/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:ec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/a1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/67/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/f2/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0f/69/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/7a/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/1e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/6a/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/61/sstate:spirv-headers-native::1.3.283.0:r0::12:07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/13/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/35/dc/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/fb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/dd/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/52/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/ba/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/e3/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/cf/sstate:iproute2::6.9.0:r0::12:1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/5f/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/f0/sstate:python3-typing-extensions-native::4.12.2:r0::12:22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9b/06/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/a0/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/93/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cf/00/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/9f/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/57/sstate:libsolv-native::0.7.29:r0::12:bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/3b/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/ad/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:faadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/b7/sstate:python3-iniparse::0.5:r0::12:60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/84/f1/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/5f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/0d/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/a0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/51/30/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/64/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/53/sstate:startup-notification::0.12:r0::12:f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7c/c8/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/7c/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a6/74/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/f8/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/d4/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/78/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/91/sstate:puzzles::0.0+git:r0::12:9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/cb/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:d2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/2a/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/22/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/1a/sstate:perl-native::5.38.2:r0::12:5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/ba/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ccbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/1a/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/11/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/9a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:c59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ba/8d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/4c/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8f/e2/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/ec/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/14/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/ce/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/9e/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/65/sstate:go-helloworld::0.1:r0::12:ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/ff/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/63/sstate:sysklogd::2.5.2:r0::12:07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/a0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/33/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/7b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/69/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/5b/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/d2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/0f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4c/ae/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7b/01/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/0a/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/62/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/d1/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/07/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/7e/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/2d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/11/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/ff/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/a3/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/10/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:b810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/0c/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/09/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/ef/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/29/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/73/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:a973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/68/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/6b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/cb/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3f/3d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/e1/sstate:man-db::2.12.1:r0::12:5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/79/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/c6/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:b2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/4d/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/7c/sstate:binutils-cross-x86_64::2.42:r0::12:e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/60/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/a3/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/d4/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3e/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/e0/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/78/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/18/1a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/3d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/0d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:a60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/93/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/20/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5a/17/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3d/73/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/26/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/96/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/34/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/bc/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e1/63/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:e163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/af/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/c7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/a9/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/db/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/99/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/c2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/90/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/12/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:fd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/ae/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ea/f2/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/b1/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/59/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/a9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/c9/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/31/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/34/ed/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/7a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/65/8f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/9b/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a7/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/70/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/49/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/c7/sstate:libassuan::2.5.7:r0::12:11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/66/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/24/b3/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/71/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/fc/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/ac/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/83/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/8e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/43/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/05/sstate:iputils::20240117:r0::12:b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/32/sstate:makedepend-native::1.0.9:r0::12:3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/cb/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/b2/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/cf/sstate:matchbox-desktop::2.3:r0::12:fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/98/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861_create_image_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d2/b0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/89/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/39/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/4a/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/bf/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dd/4e/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/e0/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/c1/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:a3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/1e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/c9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/6b/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:d56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/6f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:b46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/07/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/69/74/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5c/9f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/4f/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/d0/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/43/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/e1/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/e1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/ac/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/1e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/b9/sstate:xz-native::5.4.6:r0::12:84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/71/f0/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/38/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:dc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/81/18/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/98/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/d0/sstate:zstd::1.5.6:r0::12:ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/c7/sstate:zip::3.0:r0::12:11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e1/5c/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/89/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cf/18/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/60/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/e4/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/11/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/f0/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/1b/sstate:dbus-glib::0.112:r0::12:321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/83/sstate:python3-markdown::3.6:r0::12:e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/33/sstate:libatomic-ops::7.8.2:r0::12:7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/68/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/92/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/85/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/87/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/54/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/b6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/20/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/df/53/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8d/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/3e/sstate:harfbuzz-native::8.5.0:r0::12:b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/73/01/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/15/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/b0/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b9/db/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:b9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/f1/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:daf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/d3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/84/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:e0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/96/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dc/b6/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/29/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/b3/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/9f/sstate:libxshmfence::1.3.2:r0::12:e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/21/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:fc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/e3/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/b8/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/75/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/55/1c/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/bc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4f/55/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/67/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/54/62/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/5f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/8d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/cd/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/38/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/c0/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/b1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:f2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/7f/sstate:libmatchbox::1.12:r0::12:457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/68/sstate:gettext-minimal-native::0.22.5:r0::12:5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/88/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/e2/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/a8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/01/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/e6/sstate:debugedit::5.0:r0::12:38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/44/sstate:rgb::1.1.0:r0::12:0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/a8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/da/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/75/sstate:lzip-native::1.24.1:r0::12:d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ed/7b/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:ed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/05/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/1e/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/00/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/05/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/31/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/f7/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:e2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/78/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/24/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/4a/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/dd/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/85/bc/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/d2/sstate:dosfstools::4.2:r0::12:60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/74/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/c6/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/df/sstate:libidn2::2.3.7:r0::12:d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/26/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/3f/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/55/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/01/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/f4/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/be/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/2b/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/ca/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:abca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/9c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2d/6a/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/a1/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c1/a6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:c1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9c/19/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/3f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/30/74/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/d4/sstate:libsolv::0.7.29:r0::12:9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/dc/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/9d/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/c8/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/7b/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/7b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/77/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/a6/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/44/sstate:python3-dbusmock::0.31.1:r0::12:8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/72/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:c072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/13/sstate:ccache::4.10:r0::12:c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:db47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/24/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/43/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7d/af/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/7d/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/31/ea/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/61/8f/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/e4/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ed/1c/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/76/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/98/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/34/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/3c/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:f13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/25/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/0b/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/7d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/bd/sstate:popt-native::1.19:r0::12:44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/2b/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/fe/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e3/ff/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/13/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/ef/sstate:init-ifupdown::1.0:r0::12:5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/85/2c/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/0f/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/7c/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/90/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/fa/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/6d/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/3a/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/df/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/f0/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/98/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/27/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/dd/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/3c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/19/sstate:wpa-supplicant::2.10:r0::12:f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/e8/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ed/91/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/76/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/9a/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f0/b9/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7e/71/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/f5/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/3f/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ec/7f/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:c6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/e8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/03/6c/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a3/26/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/89/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/62/sstate:gtk+3::3.24.42:r0::12:68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/f6/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/5e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/29/sstate:libcap::2.70:r0::12:c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/f3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/43/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/6c/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/5e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/48/e5/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/cc/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/3b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:bc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/75/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f9/2e/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:f92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/bd/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/57/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:bb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/0a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d4/16/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/7c/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/9d/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/ce/sstate:libmodulemd-native::2.15.0:r0::12:2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/a8/sstate:packagegroup-core-full-cmdline::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/6d/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/b5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/46/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/37/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/44/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/cb/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/ad/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/1e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ca/1a/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:ca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ac/0c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/3d/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:de3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/6d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/1f/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/03/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/07/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5c/6b/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/96/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:bb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/68/sstate:strace::6.9:r0::12:48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/55/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/fb/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/01/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:ec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/14/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0c/a5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/9a/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/84/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/cb/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1e/33/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/64/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/38/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/cc/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/da/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/de/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:c2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/de/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8d/69/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/a9/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/3a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/08/sstate:texinfo-dummy-native::1.0:r0::12:0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/3b/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/f5/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/66/04/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/b1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d4/7f/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/18/sstate:libcap-native::2.70:r0::12:221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/63/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/e8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/4b/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f3/38/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:f338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/38/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/8f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/3b/sstate:python3-pluggy::1.5.0:r0::12:b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/1c/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/8a/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/c7/sstate:pinentry::1.3.0:r0::12:0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/63/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/35/sstate:matchbox-wm::1.2.3:r0::12:ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/39/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/9e/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2e/ea/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5b/b5/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/28/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/5e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/19/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/7f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/99/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/2e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/6e/sstate:sato-icon-theme::git:r0::12:d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/a0/sstate:python3-editables-native::0.5:r0::12:8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/3e/sstate:python3-markupsafe-native::2.1.5:r0::12:883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/47/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7f/f6/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/e2/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/33/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:ca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/40/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/08/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/31/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c5/e7/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:c5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/8b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/07/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/ba/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/04/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/c9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:fdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/e7/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/89/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/66/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/7c/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/bd/sstate:fribidi-native::1.0.15:r0::12:d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/58/sstate:shared-mime-info-native::2.4:r0::12:6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/89/fa/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/13/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/0a/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:ad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/24/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/19/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/64/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/82/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/61/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/5a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/01/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/94/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/47/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/93/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/04/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/6e/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/b7/sstate:groff::1.23.0:r0::12:f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/b1/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:c0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/a7/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/de/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/50/0f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f7/33/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/e1/sstate:acl-native::2.3.2:r0::12:25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8d/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/f4/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:daf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/29/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/73/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/17/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/58/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9e/9a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/a5/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/bb/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/b3/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/e3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/18/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/c6/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:ccc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/be/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/43/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/39/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/03/87/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/dd/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:abdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/d8/sstate:systemtap::5.1:r0::12:a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/ad/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/15/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/86/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/95/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/c4/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:cac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/58/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/78/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/11/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/79/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/58/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/3d/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/72/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/ef/sstate:eudev::3.2.14:r0::12:95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/5e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1a/35/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/54/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/14/f4/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/89/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/15/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/8f/sstate:go-native::1.22.4:r0::12:7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/6b/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/29/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:cf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/45/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:c24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4b/90/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2e/57/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/96/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/a1/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/f7/sstate:libxfixes::6.0.1:r0::12:aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b3/76/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/af/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/14/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0e/ea/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/51/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/39/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/3a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/a2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:d4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/9d/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/8e/sstate:libassuan-native::2.5.7:r0::12:f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3c/90/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/c9/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/4c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/74/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/71/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/a2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/7a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/02/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/68/sstate:btrfs-tools::6.8.1:r0::12:1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/a3/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:f6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/54/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:d1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/76/sstate:libxml-sax-perl-native::1.02:r0::12:7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/83/08/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d3/64/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:d364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/66/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/00/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/f1/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/49/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/88/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:d4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/88/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f0/d7/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:f0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/ee/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/c2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/68/6b/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/ef/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/fe/sstate:binutils::2.42:r0::12:4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/25/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/49/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/11/a0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e5/ea/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/77/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/20/3c/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/5a/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/89/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/9a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/9c/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2e/9f/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/aa/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/d0/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/78/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/95/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/a3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/92/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/76/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/50/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/45/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4b/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/b2/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/b7/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/69/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/0d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/ee/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c5/03/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/ab/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/fe/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/cb/sstate:libsamplerate0::0.2.2:r0::12:b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/ef/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/94/87/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4a/cd/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/76/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8e/3a/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/ed/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/33/30/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/3d/sstate:curl::8.8.0:r0::12:953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/54/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/cb/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/63/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/01/4e/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/37/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a4/e0/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/74/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/92/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/93/28/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/83/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/1e/sstate:gst-examples::1.18.6:r0::12:901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/94/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:c994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/eb/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/55/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/68/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/67/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:e067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/7b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/f2/sstate:shaderc-native::2024.1:r0::12:85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/b1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/d2/sstate:mkfontscale-native::1.2.3:r0::12:0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/99/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/09/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/08/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/33/sstate:procps::4.0.4:r0::12:d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3a/94/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/8e/sstate:python3-importlib-metadata::7.1.0:r0::12:7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/76/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/c9/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/dd/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/83/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:b18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/c5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:a7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/7a/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/17/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/57/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/7b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/34/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a3/57/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/e4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2b/99/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/e2/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/fb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/28/sstate:libxinerama::1.1.5:r0::12:8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/b7/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/22/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/7d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/a3/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/84/7c/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/4e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/0b/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/28/sstate:lua::5.4.6:r0::12:f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0f/30/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/fe/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/b4/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/18/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/81/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/de/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/e9/sstate:iw::6.9:r0::12:f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/1e/sstate:alsa-state::0.2.0:r0::12:fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/ee/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/b0/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/9e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/74/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/49/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/69/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/ed/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/71/c6/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ec/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:eced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/04/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/79/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e1/ac/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:e1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/f8/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:aaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/21/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:cf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/91/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/c1/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/22/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/6a/sstate:autoconf-native::2.72e:r0::12:9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/74/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/66/sstate:xwininfo::1.1.6:r0::12:9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/8c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/ce/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/46/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/6f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/d6/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/57/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/d3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e1/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/2a/sstate:python3-pip-native::24.0:r0::12:302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/96/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/5c/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/e1/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ae/1c/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:ae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/f6/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/af/f1/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/97/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2c/eb/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/04/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/d9/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/1b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/95/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/b0/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/21/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/1f/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/f3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/d1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6b/6c/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/4e/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/d1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/c5/sstate:ncurses::6.5:r0::12:74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/ef/sstate:libmodulemd::2.15.0:r0::12:95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/fe/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/17/a5/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/d2/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/78/sstate:xmodmap::1.0.11:r0::12:c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/17/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:ae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0b/03/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/c7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/8a/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/b2/sstate:libxcursor-native::1.2.2:r0::12:55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/55/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/9e/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/4f/sstate:libpcre2-native::10.44:r0::12:744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/04/ab/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/75/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/bd/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/b1/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/c7/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/bd/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/b0/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/bd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/00/sstate:swig-native::4.2.1:r0::12:9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/86/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/75/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/a4/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/29/sstate:libbsd-native::0.12.2:r0::12:f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/82/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a1/59/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/1f/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/17/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/03/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/0e/sstate:sed::4.9:r0::12:750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/ba/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/1e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/d0/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/80/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:c0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/86/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/03/ad/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a4/a2/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/a7/sstate:cracklib::2.9.11:r0::12:5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/ec/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/a3/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/a1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/c1/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/f6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c2/75/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/22/3e/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/39/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0c/b8/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/a5/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/ff/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/c7/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:bdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/f4/sstate:readline::8.2:r0::12:7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/89/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/21/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/7a/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/43/sstate:cronie::1.7.2:r0::12:f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/59/fb/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/0d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/23/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/46/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/2d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7e/84/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/71/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c3/88/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/19/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/73/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/bb/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/e0/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/55/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/9a/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/3a/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0b/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/47/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/5a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f5/75/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/79/sstate:python3-build-native::1.2.1:r0::12:f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/5a/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/79/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/ab/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/9a/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/33/sstate:update-rc.d-native::0.8+git:r0::12:8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/a6/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/be/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:ebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/7d/sstate:libmicrohttpd::1.0.1:r0::12:f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/4f/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/72/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/bb/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/dc/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/2a/sstate:sqlite3-native::3.45.3:r0::12:2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/27/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/61/f9/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/fc/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/61/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5e/a6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/c0/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9a/e8/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2e/6d/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/58/sstate:pciutils::3.13.0:r0::12:e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9c/3a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/94/ce/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/74/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/72/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:a772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/f9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/0f/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/72/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e1/a9/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/22/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/5a/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/98/sstate:xkeyboard-config::2.41:r0::12:739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/32/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/f1/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/c8/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/91/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/fc/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/68/7a/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/d9/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/57/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/41/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/22/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/0d/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/fd/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/f6/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/9e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/80/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2d/1a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/b9/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:d3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b0/6e/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/06/62/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fb/7b/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/06/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/f6/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/58/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:dc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/3d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4f/41/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/63/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/d8/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/fc/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/ff/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:d4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/11/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/f0/sstate:python3-tomli-native::2.0.1:r0::12:68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/3e/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/33/e3/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/0e/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/f2/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/32/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/b4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/a8/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/74/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/ca/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:c9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/56/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/82/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/73/sstate:xserver-nodm-init::3.0:r0::12:d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/83/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/9e/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/67/sstate:python3-setuptools-native::69.5.1:r0::12:fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/ce/sstate:curl-native::8.8.0:r0::12:f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/3a/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:ac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/a5/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc_deploy.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/b5/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/ba/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/4c/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/3b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/dd/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/92/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/ee/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/f5/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/91/sstate:python3-toml-native::0.10.2:r0::12:f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/03/ca/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/60/a0/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/51/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/a0/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/99/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/4f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/b8/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/01/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/e5/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/5d/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/91/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6b/3a/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/40/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/bb/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/52/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:b25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/0c/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:ce0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a1/35/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:a135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/0c/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fd/75/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/34/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:ad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/df/8d/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/5a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/bc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:a3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/19/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/c2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/cf/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/1f/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:da1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/2b/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/2c/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/ab/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d3/7f/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/78/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:e3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/d2/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/5d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/37/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:e537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/44/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/3a/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/79/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/fa/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:a6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/04/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/29/91/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/e1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/3a/sstate:libusb1::1.0.27:r0::12:c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/fd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/69/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cf/a7/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/7d/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/44/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/f3/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/63/sstate:python3-unittest-automake-output::0.2:r0::12:f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/e9/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:e3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/e9/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/96/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/18/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:d7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/68/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/ea/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:aaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/59/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/61/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/79/94/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/ae/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/89/78/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/2c/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/61/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/8e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/15/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/63/sstate:tcf-agent::1.8.0+git:r0::12:28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/98/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/84/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/d6/sstate:xauth::1.1.3:r0::12:8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/27/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:c02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/41/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/61/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/f0/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/1f/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:fc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/d8/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0a/d0/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/8f/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/ae/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/ce/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/d3/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/f9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/ef/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/08/6b/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/22/9b/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/33/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/98/1b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/d1/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/4c/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/f7/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/7a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:fe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/39/sstate:libxcomposite-native::0.4.6:r0::12:6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6a/16/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/a0/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/5e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/ab/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/51/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/cd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/2d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/22/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/88/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/29/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/55/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:e644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/e7/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bc/2a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:bc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/23/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/a8/sstate:packagegroup-core-eclipse-debug::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/36/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/bc/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/15/6f/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/5e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/b4/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/6f/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/16/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/e2/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/b9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:feb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/b9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a9/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:a957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/16/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/82/21/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/15/63/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/5a/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/08/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:ba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/3e/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:ab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/4b/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c8/0d/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:c80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/71/95/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/3f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/fe/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/5c/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:ac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/bd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/fd/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/fe/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:b5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/09/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/82/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/87/fb/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/c7/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/68/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/f8/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/19/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::12:94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/92/sstate:lttng-modules::2.13.13:r0::12:9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/ac/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/06/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:c1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/f1/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/33/89/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/79/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/1a/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/3c/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/46/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/92/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:ab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/c4/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fa/03/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:fa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/1a/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/82/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/a6/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/f3/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:eff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/0e/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/cd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/03/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/df/sstate:ell::0.66:r0::12:b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/64/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/48/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/02/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:e8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/8f/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/40/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/99/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/6c/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/23/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:c92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/76/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/ae/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1c/0c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/79/e2/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/fa/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:f1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/b2/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/49/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/b5/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/ef/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:c1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/5b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/87/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:f487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/81/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/23/43/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/52/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/bc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5b/ae/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/c7/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/df/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/b7/sstate:shadow-native::4.15.1:r0::12:02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/d2/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/f0/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/02/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/5c/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/aa/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/af/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/86/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/85/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/39/9d/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/20/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:e820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/da/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/40/aa/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/a6/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/01/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/23/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/39/sstate:python3-pygobject::3.48.2:r0::12:37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/30/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/cf/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/e4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:b0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/61/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c3/2d/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:c32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/22/b2/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6b/06/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/4d/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/72/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/dc/sstate:acl::2.3.2:r0::12:c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dd/39/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:dd39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/f8/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/6c/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/fb/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/92/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1a/41/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/b1/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/9c/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/38/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6d/11/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/df/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/79/64/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/b1/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/09/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/74/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e1/b9/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/66/93/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/68/7e/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/b0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/80/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:fc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/26/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/b5/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/90/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/c9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:a7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/ef/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/91/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/93/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/0d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/b3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/c5/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/16/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/3c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/f6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/a1/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/76/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/82/sstate:ed::1.20.2:r0::12:9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/30/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/b7/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/83/f3/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/ef/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7e/4d/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/bb/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/5e/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:e45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/cc/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/87/sstate:libepoxy-native::1.5.10:r0::12:26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/8f/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/0f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:c90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/59/70/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/49/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:f749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/66/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/fc/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/79/48/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/54/e2/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/a6/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/e1/sstate:libfm::1.3.2:r0::12:0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/59/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/14/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/69/d7/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/19/36/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/2d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/a3/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:a2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/5b/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/c5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/61/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/8c/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/33/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/49/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/74/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:eb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0b/71/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/dd/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/44/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/d7/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:c5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/27/84/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/5f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/c4/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/82/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/8d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/5b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/2f/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/36/69/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/10/d9/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/c2/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:f4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/2c/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/4e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/f2/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/2d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6c/ca/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/15/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/74/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:c6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/be/91/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:be91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/3f/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:c43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/56/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/77/sstate:libxxf86vm::1.1.5:r0::12:2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/62/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/90/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1e/63/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/87/sstate:libarchive::3.7.4:r0::12:428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5d/80/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/68/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ae/4d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/c8/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/18/be/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/8d/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/2d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/df/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/70/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/24/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/60/ca/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/8a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:ea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/99/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/af/cc/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:afcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/11/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/a1/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/ba/sstate:libxrender-native::0.9.11:r0::12:a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/31/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/27/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/af/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/27/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/4b/sstate:gstreamer1.0-plugins-bad::1.24.4:r0::12:f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/04/63/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/4d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/3f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/97/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/6c/sstate:gnutls-native::3.8.5:r0::12:3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/fa/sstate:shadow::4.15.1:r0::12:68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/3d/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/94/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/15/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/fe/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/53/44/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/2e/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/15/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/66/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/f5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/70/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2c/1b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/72/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6f/27/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/20/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:bc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/da/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:cedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/88/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/cd/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/07/04/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/54/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c6/62/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:c66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/17/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/f5/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ce/b2/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/85/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/d1/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/2a/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fc/4a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/99/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/b1/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:fcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/a8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:cda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/e1/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/22/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/74/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/30/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/95/fc/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/cf/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/e3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/89/94/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cc/45/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/e6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/e7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/ff/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:b341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d2/a0/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:d2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/54/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/f7/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/3e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/ea/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/d9/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/80/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/dd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/18/4d/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/f6/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/db/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/71/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/c0/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/92/sstate:attr::2.5.2:r0::12:46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/7b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/80/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/a7/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/73/2c/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/47/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/79/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/32/70/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/73/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5c/9b/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/42/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/38/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/d5/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/e8/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/67/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5e/65/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/2b/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5d/a7/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/97/de/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/e7/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/b9/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/d5/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:a5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/c8/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/2a/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/94/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/d8/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/0b/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/30/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/54/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/dc/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:a6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/1d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/13/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/6d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/f3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:f2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/42/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/c0/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/0a/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/45/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/41/4d/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/98/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/ff/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/0c/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/41/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/78/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/08/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/50/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/c3/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8c/67/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fc/04/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/82/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/d8/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/e5/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:fde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/64/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/01/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:af0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/32/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/a2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/72/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/cd/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/ee/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/0b/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/f9/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/c5/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/59/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:a6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/ab/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/2f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/42/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/a4/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/0b/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/5e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/1e/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c5/c6/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/6f/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:f06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/b1/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/22/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c5/ac/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:c5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/bf/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/05/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/87/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/b0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/ab/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/97/sstate:libxtst-native::1.2.4:r0::12:ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/54/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:b354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/64/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/60/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/f8/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/98/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:db9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/76/sstate:freetype-native::2.13.2:r0::12:2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/40/sstate:perl::5.38.2:r0::12:2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/fd/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:d7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/2e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/11/f0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/d1/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:bfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/e4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dd/a8/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:dda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/46/1f/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/a5/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/4a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/9e/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/e4/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/19/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/85/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/6c/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/05/sstate:mesa-native::24.0.7:r0::12:4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/ff/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cb/b3/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/13/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:fa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e5/ba/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/24/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/1e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/5a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/7a/sstate:expat::2.6.2:r0::12:ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/f8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/8f/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/96/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e8/98/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:e898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/68/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/4b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/3c/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/ee/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/a2/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/1b/sstate:libffi::3.4.6:r0::12:5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/29/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1f/09/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/f0/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/68/d5/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/59/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/93/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ec/2b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/c1/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/5b/sstate:help2man-native::1.49.3:r0::12:7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f6/1d/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/d5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/d2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/52/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e4/26/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/b3/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/e4/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:c3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/45/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:e9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/18/71/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/8c/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:c68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/1d/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/98/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/8f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/bd/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/1b/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/8f/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/b9/sstate:bc-native::1.07.1:r0::12:47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/78/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4f/0a/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/74/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/66/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/3b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/d2/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/cf/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:e8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/65/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f4/56/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dc/28/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/c1/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/3c/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/9c/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/2a/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/97/sstate:quota::4.09:r0::12:af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/e4/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/ac/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/0f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/a1/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/a1/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/4f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/a7/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4a/b0/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/bc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/e0/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/55/sstate:libxxf86vm-native::1.1.5:r0::12:5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/83/be/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/10/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/3e/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/14/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:bb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/7e/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/cd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/cd/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/34/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/ea/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:d3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/02/sstate:gettext-native::0.22.5:r0::12:5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9f/a4/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/b5/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/28/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/df/44/sstate:cargo-native::1.75.0:r0::12:df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/40/sstate:packagegroup-core-x11-xserver::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/29/sstate:python3-docutils-native::0.21.2:r0::12:9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/69/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:c869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/90/e5/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/f3/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0e/9a/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/0c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/51/d1/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/85/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/0a/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/10/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/96/cd/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/80/22/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/60/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/b9/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:c2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/ed/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/b3/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7d/d5/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/ba/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/d8/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/6a/sstate:sysvinit-inittab::2.88dsf:r0::12:2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/1b/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/43/sstate:vte::0.74.2:r0::12:59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/61/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/97/7f/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/fe/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/03/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/b4/sstate:libptytty::2.0:r0::12:d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/50/sstate:vala-native::0.56.17:r0::12:d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/fe/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/93/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/44/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/2b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f2/50/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ff/54/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/57/sstate:gmp::6.3.0:r0::12:b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/ff/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/02/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/e9/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/8d/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/f8/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/15/6f/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/59/sstate:matchbox-panel-2::2.12:r0::12:7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/73/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/f3/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/ab/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/e5/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:c4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/57/sstate:libxcb::1.17.0:r0::12:9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/b0/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/f9/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/b2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/13/80/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/d0/sstate:libdnf-native::0.73.1:r0::12:60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/81/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/42/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d3/7c/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/09/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/07/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/dc/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/aa/sstate:util-macros-native::1.20.1:r0::12:63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/98/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/38/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/31/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:ab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/0c/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c5/b8/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/0b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/d4/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/d0/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:ced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/c6/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/7e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c0/77/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/02/d9/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/2d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/99/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/a9/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:b6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/a8/sstate:packagegroup-core-x11-base::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/40/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/de/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/dd/ac/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/32/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6e/e3/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/c6/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/75/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/66/99/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3d/77/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/6f/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/d5/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/81/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:c2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/03/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:b003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/97/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/20/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/52/cb/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f5/5f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/d0/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/3d/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/18/04/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/9f/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8d/68/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/60/f3/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/b7/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/df/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:afdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/79/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/f8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/70/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/01/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:ff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/fb/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/9b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/4d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/d2/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/59/sstate:attr-native::2.5.2:r0::12:3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/5f/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:c95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/80/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/1d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/21/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/23/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/20/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:eb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/fe/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/ee/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/bb/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/27/b8/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/aa/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/78/68/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/49/0e/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e1/6c/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/a6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:eaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/48/bb/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/56/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:dc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/ae/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/e3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/c9/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/5c/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/66/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/62/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/ad/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/41/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4f/e8/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/b2/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/48/69/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2e/75/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2e/01/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/16/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/e8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/83/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2a/17/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/6e/sstate:gcc-cross-x86_64::14.1.0:r0::12:b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/1b/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/45/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/62/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/7c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/9b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/b6/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/77/4f/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/86/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/50/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/8c/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5f/e9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/3e/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/67/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/13/41/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/02/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/20/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:be206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/88/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/11/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/a5/sstate:matchbox-session-sato::0.1:r0::12:f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/54/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/49/56/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5d/8b/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/bd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/a1/sstate:go-cross-core2-64::1.22.4:r0::12:cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/dc/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8f/ce/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/d4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/79/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e2/ea/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/14/32/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/70/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6c/58/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/4c/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/5e/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/f4/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/68/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/a0/sstate:mobile-broadband-provider-info::20240407:r0::12:8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6b/a2/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/14/sstate:rust-llvm-native::1.75.0:r0::12:341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/92/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/b0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/96/sstate:fontconfig::2.15.0:r0::12:1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/3d/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/49/f2/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/ec/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/ad/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/6a/sstate:libssh2::1.11.0:r0::12:2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/97/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/78/sstate:xrandr-native::1.5.2:r0::12:1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/e4/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/d6/sstate:ofono::2.8:r0::12:edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/30/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/82/06/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c_gcc_stash_builddir.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/68/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/e6/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/99/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/15/sstate:makedevs::1.0.1:r0::12:76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/d8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/e1/sstate:python3-sortedcontainers::2.4.0:r0::12:f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/78/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/0a/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/b2/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/3b/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/46/36/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/7b/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2c/85/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/f6/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/7b/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/ac/sstate:python3-hatchling-native::1.24.2:r0::12:fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/ee/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/4d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/a4/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/77/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/09/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/6b/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/98/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:a09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/b3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e4/5d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/59/sstate:virglrenderer-native::1.0.1:r0::12:6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/87/sstate:python3-pathlib2::2.3.7:r0::12:e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/c6/sstate:libevdev::1.13.2:r0::12:9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/c1/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/29/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/fe/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/f8/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/0e/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/31/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/f4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f6/86/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:f68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/39/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/36/4f/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7d/82/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/10/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/7b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/33/sstate:glib-networking::2.78.1:r0::12:9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/e1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/06/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/c4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e7/20/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:e720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/40/sstate:packagegroup-core-sdk::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/f9/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/51/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fd/59/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/5c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/c3/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:dcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/dc/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/85/92/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/f0/sstate:desktop-file-utils::0.27:r0::12:bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/a5/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/d3/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/1c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d0/ef/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/10/d8/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/88/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/57/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/0b/sstate:libxi::1.8.1:r0::12:170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/35/8c/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/06/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/1a/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/da/sstate:lzlib::1.14:r0::12:b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ba/44/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/bf/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/b9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/f6/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:b7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2b/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/8f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/32/fd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a0/e6/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/de/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f1/77/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/fe/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/75/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/e7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6e/d1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0c/ba/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/e3/sstate:pango::1.52.2:r0::12:8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/db/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/3f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:f03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/3f/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/0b/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/c6/sstate:glib-2.0-native::2.80.2:r0::12:a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/9e/sstate:bzip2-native::1.0.8:r0::12:379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/e6/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/e1/sstate:xf86-input-libinput::1.4.0:r0::12:36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/1d/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/69/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/89/sstate:libtirpc::1.3.4:r0::12:b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/89/sstate:linux-libc-headers::6.9:r0::12:2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/d5/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c9/ff/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:c9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/05/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/3f/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:c73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/a4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/38/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/90/79/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/c6/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/d0/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:aed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/60/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/a0/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e1/61/sstate:wayland-native::1.23.0:r0::12:e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/58/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/02/d6/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/e1/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/75/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/9c/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/53/83/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/49/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/45/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/be/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/c7/sstate:asciidoc-native::10.2.0:r0::12:36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2b/0f/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/75/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/03/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/69/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/2c/sstate:libgcc-initial::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/29/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/be/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3f/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/53/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/d6/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/57/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:d657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fd/40/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/6d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/c3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/92/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/d1/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/c5/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/28/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/89/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/17/sstate:xcb-util::0.4.1:r0::12:9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/10/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/18/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/9f/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:f89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/1b/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:ae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/57/1d/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/40/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:e640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/2c/sstate:python3-hypothesis::6.103.2:r0::12:d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/be/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6c/88/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/fe/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/e4/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/62/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/6d/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/43/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/ea/sstate:iso-codes::4.16.0:r0::12:24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/6e/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:a46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/62/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/81/sstate:orc-native::0.4.38:r0::12:e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/7a/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e1/f8/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/6e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/31/f6/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b6/04/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:b6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/18/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/de/3e/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bd/c0/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:bdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/ee/sstate:python3-more-itertools-native::10.3.0:r0::12:d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bf/36/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:bf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c1/54/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/fd/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/c5/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/8b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/7e/sstate:ncurses-native::6.5:r0::12:957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/b2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ca/b3/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/96/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/bd/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/cb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e4/a5/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/3a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/9e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:ea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/79/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/0c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e7/3b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/51/2b/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/9a/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/40/sstate:packagegroup-core-x11-sato::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/d7/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/94/sstate:xorgproto-native::2024.1:r0::12:e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/2a/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/37/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/b4/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/ac/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/5e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5e/f8/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c6/e3/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6d/b6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/26/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/36/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/7b/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1f/64/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/0c/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/da/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/d8/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/2f/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/17/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:b817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/89/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/04/87/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/28/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/b2/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/d9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/5b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/9f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/74/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/73/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/05/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/89/sstate:libice::1.1.1:r0::12:6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/fa/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:f6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/da/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/ff/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/82/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/68/23/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/7d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/f0/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/4c/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/17/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/dc/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:eadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/75/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/51/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:b651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/df/92/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/06/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:dd06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/df/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/67/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/73/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/cd/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/2f/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/c4/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/60/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/2e/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/00/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/9e/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:c89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/5b/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/35/dd/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/09/d2/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/e0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9c/33/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/a4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/b1/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/3e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/22/b7/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/c9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/1a/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/3c/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b8/d8/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/f6/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:baf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/1a/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/8d/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/e4/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/57/sstate:less::643:r0::12:5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/35/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/03/3f/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/89/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/f1/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3e/ed/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/e7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:f4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/72/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/76/sstate:libxml2::2.12.8:r0::12:6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/9f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/0d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/6e/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:e86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/2b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/ee/sstate:lzlib-native::1.14:r0::12:daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8b/26/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/cc/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:bccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/21/7c/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/db/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/52/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/19/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:a519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/09/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/f7/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/c5/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/77/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/21/9f/sstate:pkgconfig-native::0.29.2+git:r0::12:219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/b6/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/cd/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/09/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/da/sstate:matchbox-terminal::0.2+git:r0::12:77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/ab/sstate:ethtool::6.7:r0::12:4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d4/b7/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5a/10/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/90/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/03/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/09/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/43/ac/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/ee/sstate:libpipeline::1.5.7:r0::12:d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/99/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/9e/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/61/25/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/0f/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:a10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/00/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/b1/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/d9/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/b1/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8f/31/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/3f/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/fd/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:e8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/44/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ae/02/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/bd/sstate:psplash::0.1+git:r0::12:d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/43/28/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/de/9f/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/15/dc/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/04/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/39/fc/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/9a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:f39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/08/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/17/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/0b/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:c00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/fb/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/bf/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/4f/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/e6/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/60/86/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/62/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/c6/sstate:xinput-calibrator::0.7.5+git:r0::12:adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/db/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/29/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/73/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/65/c8/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/14/48/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f1/b6/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/84/sstate:mpfr-native::4.2.1:r0::12:5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/57/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/b3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/9b/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/ae/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/b6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/eb/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/9e/sstate:e2fsprogs::1.47.0:r0::12:1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/71/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/f3/sstate:cmake-native::3.29.3:r0::12:7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/e6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/f1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/65/46/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/8e/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/92/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/06/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:a406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/c8/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/20/c9/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/b6/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/6f/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/bb/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/89/eb/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/e0/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:e5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/b0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/4d/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/18/70/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/e9/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/ee/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/24/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/25/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/f8/sstate:libyaml::0.2.5:r0::12:51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f0/bd/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:f0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/31/be/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/6c/sstate:npth::1.7:r0::12:b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/03/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/0b/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/56/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/cb/sstate:gnupg::2.4.5:r0::12:3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a3/fd/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:a3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ca/4c/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/54/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/26/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/63/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:cd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/aa/61/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/c3/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/3e/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:b23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/64/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/54/a4/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/b5/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/63/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/ea/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/52/sstate:libxau-native::1.0.11:r0::12:585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/84/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/60/sstate:encodings::1.1.0:r0::12:536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/ae/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/20/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/12/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/97/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/e0/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/06/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/60/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/19/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/8e/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:c68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/79/ce/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/92/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/f8/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1e/48/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1a/93/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/78/f8/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/db/8a/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/f7/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/3f/sstate:mkfontscale::1.2.3:r0::12:af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/85/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:d685f418c31264eba01166c8181a45985096746507f144d91478239719744280_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8d/66/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/80/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/24/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/c0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/76/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/09/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4b/c9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/2e/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:c12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/60/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/9b/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/cc/sstate:libunwind::1.6.2:r0::12:06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/fd/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/14/sstate:libxau::1.0.11:r0::12:8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/09/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/cf/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/6b/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/41/f5/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/1f/sstate:findutils::4.10.0:r0::12:1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/01/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/70/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:ab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/12/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/e6/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a5/be/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/50/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:c6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/28/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/3b/sstate:libxcb-native::1.17.0:r0::12:293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/c6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/7a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/00/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/bc/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:c7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/83/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/3e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/61/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/ba/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/93/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/c7/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::12:a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/62/73/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/88/sstate:librsvg-native::2.57.1:r0::12:0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/05/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/91/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/5a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/b0/sstate:bzip2::1.0.8:r0::12:e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/cc/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/2f/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/7f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:bd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/2c/sstate:python3-typogrify::2.0.7:r0::12:152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/3a/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/82/d4/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/4d/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/fb/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/54/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/aa/bc/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/09/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/37/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/3d/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/6e/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:a46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/48/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/a5/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/34/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:bd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/be/0d/sstate:valgrind::3.23.0:r0::12:be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e1/76/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:e17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/86/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/b6/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:e0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/c4/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/7e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:b67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ed/df/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:eddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/f9/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/41/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/81/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/34/sstate:babeltrace2::2.0.6:r0::12:ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b9/55/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:b955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/63/24/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a9/21/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/f9/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/cf/sstate:xcursor-transparent-theme::0.1.1+git:r0::12:f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1f/3d/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/46/aa/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/c7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:a2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/9e/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/26/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/84/67/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/79/73/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/14/ef/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/ec/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/96/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/cf/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b1/f1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/bb/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:fcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/55/63/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/b3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/d6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/df/3d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/30/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/72/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ef/62/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:ef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/1e/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/33/sstate:libmd-native::1.1.0:r0::12:d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/f6/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/92/59/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/c8/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c6/0a/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/f2/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/59/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/59/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f9/21/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/17/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/35/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/fb/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:c2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/79/sstate:e2fsprogs-native::1.47.0:r0::12:1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0a/97/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/72/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/ab/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/37/4e/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/1e/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:de1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/e9/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/3f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/70/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:af707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f0/e2/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ad/1b/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/a3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/97/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:d8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/2d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:bc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/3d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4e/48/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/51/0f/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/35/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/2d/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/df/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/4f/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0e/bd/sstate:base-passwd::3.6.3:r0::12:0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/05/96/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/0c/sstate:freetype::2.13.2:r0::12:a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/5f/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/30/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/e9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9d/a5/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/66/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/a9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f4/c1/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/38/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/24/dc/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e0/5f/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:e05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/bd/sstate:libfakekey::0.3+git:r0::12:b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cf/5f/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/be/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/8f/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/5f/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/93/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/6a/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/41/8d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/2a/sstate:zstd-native::1.5.6:r0::12:ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/1e/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:b71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/ff/sstate:libpcap::1.10.4:r0::12:2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/6a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/ee/sstate:gi-docgen::2023.3:r0::12:4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/75/sstate:depmodwrapper-cross::1.0:r0::12:8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:e6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/91/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/af/24/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:af24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ac/ab/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d3/9f/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/30/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/08/6a/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/58/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/3d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b6/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/b7/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ee/6c/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9f/db/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/83/71/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/63/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4c/70/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e5/db/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:e5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fd/19/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/fe/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/90/91/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/c8/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/00/44/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f5/a9/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/c3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/7d/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/21/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ff/30/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:ff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/87/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/31/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/e4/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/a4/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/16/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/24/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/13/83/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/08/63/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/8d/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/dc/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/bf/2f/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/c3/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/5a/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/ad/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/9d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ee/20/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:ee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c3/7d/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/25/30/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/98/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c8/f9/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/07/sstate:popt::1.19:r0::12:160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/e9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/b4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/a6/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/96/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5e/25/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/4a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/b2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/0b/sstate:meson-native::1.4.0:r0::12:7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d6/d3/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/d9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/ac/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/71/2a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/96/sstate:graphene::1.10.8:r0::12:74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c9/a0/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:c9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/23/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/b5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/1c/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/92/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/fc/sstate:dnf-native::4.20.0:r0::12:37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/6e/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:e66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d9/c2/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/42/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/43/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4b/ad/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c6/7d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/26/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/4b/sstate:ltp::20240524:r0::12:ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c6/af/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:c6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/50/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/c9/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/dc/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/2d/sstate:libtheora::1.1.1:r0::12:ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/2e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/24/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2d/89/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/04/76/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/58/e8/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5c/9d/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/cd/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/52/c7/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4c/11/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/b1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:a3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/90/60/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/59/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/6c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:a86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/27/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:d5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/52/cd/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/50/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/43/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/c9/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/6c/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/34/58/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/e0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/a1/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/43/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a1/99/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/9d/31/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/9d/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/43/39/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/09/sstate:libxcrypt::4.4.36:r0::12:9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/12/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/32/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/58/84/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/71/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9b/17/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/74/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d8/1c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:d81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/47/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/fd/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/36/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bc/dc/sstate:libglu::9.0.3:r0::12:bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/87/76/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f0/57/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:f057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/48/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:d148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a0/24/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:a0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/d6/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/80/db/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ee/be/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/ac/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/df/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/36/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/70/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/99/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/d1/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/50/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ed/80/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bb/b3/sstate:ca-certificates::20211016:r0::12:bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/53/86/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/39/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/cd/34/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/85/80/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/17/e5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:b54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/26/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:c1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/33/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/0d/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/59/1a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/36/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e0/66/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:e0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/67/a8/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/36/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/f6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/80/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/26/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/b2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/1b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/a5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/60/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/57/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/5b/3a/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/27/80/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/c4/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/b6/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:deb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/b6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/06/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/0f/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8a/49/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/dd/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/c9/34/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/b4/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/13/ef/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/fe/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:c3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d1/1f/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:d11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/77/ce/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/cc/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/3c/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/18/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/b6/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:cfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d7/65/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:d7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/ea/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/0a/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/1a/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:ea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/40/1f/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/cb/sstate:harfbuzz::8.5.0:r0::12:c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/24/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/1a/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/55/sstate:sato-screenshot::0.3:r0::12:1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/f8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/b2/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/0f/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:de0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/aa/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/97/3a/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/33/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/8a/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/78/d8/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/71/29/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a8/a3/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7b/32/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/cc/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/d1/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:bdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/30/e3/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dd/f3/sstate:python3-hatch-vcs-native::0.4.0:r0::12:ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/06/b6/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3a/44/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/90/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bf/eb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/89/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/3c/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/0b/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/cc/sstate:libpcre2::10.44:r0::12:a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/19/89/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/54/sstate:mini-x-session::0.1:r0::12:7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/38/92/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/20/sstate:gstreamer1.0-plugins-base::1.24.4:r0::12:b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9d/32/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3b/a8/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/db/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c7/fc/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/b9/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/b7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7b/48/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e5/3e/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8c/42/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/83/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/bf/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:d2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/b7/sstate:openssh::9.7p1:r0::12:ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cb/97/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ce/72/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f3/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:f3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/a9/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/b3/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/35/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/0a/c6/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/1d/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/5d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/cb/sstate:gperf-native::3.1:r0::12:d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7f/00/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/39/sstate:at::3.2.5:r0::12:c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/46/sstate:packagegroup-core-tools-debug::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6e/8e/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/8d/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:dc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/59/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/29/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/e8/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/84/1f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/fb/sstate:patch-native::2.7.6:r0::12:fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2a/59/sstate:libepoxy::1.5.10:r0::12:2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/70/9c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/72/sstate:elfutils-native::0.191:r0::12:0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4a/3e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5b/c8/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/35/03/sstate:libtool::2.5.0:r0::12:350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/60/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:c5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/51/0f/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/54/53/sstate:libnsl2::2.0.1:r0::12:545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/88/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/4d/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/b0/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f4/60/sstate:qemu-system-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e4/6d/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:e46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d9/33/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:d93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/4c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/32/sstate:python3-py::1.11.0:r0::12:0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/84/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/bb/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:fcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/fd/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/3f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/e7/1a/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/a6/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/09/7e/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/37/sstate:tzdata::2024a:r0::12:4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/51/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/39/72/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/be/c0/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:bec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/20/ce/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/84/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:ff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/24/10/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/4e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/3a/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/1b/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:b31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/6e/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/23/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:bd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/43/01/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/52/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/38/4b/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/bb/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:f7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/e6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:b9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/48/85/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/33/ea/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d5/51/sstate:libxslt-native::1.1.39:r0::12:d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/64/2f/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1d/9f/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1e/5e/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/80/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/91/28/sstate:wireless-regdb::2024.05.08:r0::12:912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9e/32/sstate:l3afpad::0.8.18.1.11+git:r0::12:9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/38/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/ae/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/f9/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c3/c3/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fc/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/d4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/41/d5/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6f/fd/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/fd/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/7b/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:dc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/55/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:c4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/54/98/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/10/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:a9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6f/1f/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/9d/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/5c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/c8/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:c4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/8c/sstate:libxv::1.0.12:r0::12:4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/06/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/79/04/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/2e/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/87/f8/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ef/74/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/b6/sstate:vala::0.56.17:r0::12:10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/bd/18/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/6c/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/30/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:b8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/92/97/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/95/sstate:gstreamer1.0-plugins-good::1.24.4:r0::12:2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/60/9a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/49/a1/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/40/36/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/62/c5/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/63/sstate:libgcrypt-native::1.10.3:r0::12:c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/05/ec/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/99/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d1/cd/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/5f/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/2c/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/10/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/3f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7d/78/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/d2/sstate:fontconfig-native::2.15.0:r0::12:dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/8c/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:fa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/de/59/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8c/d7/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/41/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d3/10/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/4a/39/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/c3/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/7c/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/81/9a/sstate:libarchive-native::3.7.4:r0::12:819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/fe/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/36/59/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/c5/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/08/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/41/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/d0/6e/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5a/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b7/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/9e/sstate:python3-importlib-metadata-native::7.1.0:r0::12:2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/e8/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3e/e3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/b7/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/76/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:e076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/df/40/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2f/9a/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7c/20/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fe/f7/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/8a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/78/36/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ba/48/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:ba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/e1/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/6c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fe/41/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/47/3e/sstate:xtrans::1.5.0:r0::12:473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/50/f2/sstate:createrepo-c-native::1.1.2:r0::12:50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/54/6f/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/0e/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e3/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:e3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/c1/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/70/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/f9/sstate:libexif::0.6.24:r0::12:8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/4d/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a6/9f/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:a69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2b/18/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/e9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/28/26/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3c/7b/sstate:libtraceevent::1.8.2:r0::12:3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/97/e4/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cd/aa/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/32/ad/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/4c/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/c5/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/1f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/97/sstate:glib-2.0::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/06/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/fe/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/25/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/1a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/64/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/46/30/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/de/26/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:de2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2b/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/67/12/sstate:xcb-proto-native::1.17.0:r0::12:67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/8d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:b28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b0/6e/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f1/a7/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/72/74/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3f/0c/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/12/d6/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/bc/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/2c/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b5/18/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/10/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/18/sstate:zlib::1.3.1:r0::12:3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/f6/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/29/90/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/3f/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ff/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/96/67/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6f/4e/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/76/e2/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/09/5b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/eb/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/23/4f/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/40/1e/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/76/45/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b0/77/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/44/7a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/8e/5c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/59/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:e65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/25/sstate:alsa-lib-native::1.2.12:r0::12:fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/e6/sstate:gstreamer1.0::1.24.4:r0::12:63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/fa/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/33/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/db/13/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:db13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/8b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/f9/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/e5/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/3e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/07/29/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9c/fd/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1e/c4/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/15/82/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ec/4e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:ec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6e/e4/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/07/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c2/2b/sstate:file::5.45:r0::12:c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4d/e7/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0d/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/77/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0b/c8/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/cf/11/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:cf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/06/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/08/20/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/fb/70/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/d2/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/31/10/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/82/64/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/32/0e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e0/93/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:e09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d1/64/sstate:cairo-native::1.18.0:r0::12:d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ca/fb/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/c1/sstate:libtool-native::2.5.0:r0::12:10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ab/c8/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/70/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/7d/1a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b5/db/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:b5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/10/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8e/e6/sstate:consolekit::0.4.6:r0::12:8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8f/6c/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/99/04/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/10/f8/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/dc/35/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:dc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/60/6c/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2c/9f/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b9/11/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:b911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a4/be/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:a4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/61/a5/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/97/a0/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/18/d4/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ea/ad/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/29/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/22/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/23/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/01/8a/sstate:libxkbfile::1.1.3:r0::12:018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/0d/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/27/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/88/4e/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/b0/bd/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:b0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/d1/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c4/a2/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/95/a7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7d/41/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/0b/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d6/a7/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:d6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/87/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/23/7f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/f4/79/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:f4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8d/a9/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1f/1c/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/26/00/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/3f/sstate:libxft-native::2.3.8:r0::12:f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a2/14/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9f/0e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/d3/sstate:pointercal-xinput::0.0:r0::12:08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/53/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a9/95/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/c1/sstate:libfontenc::1.1.8:r0::12:37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d7/7f/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/f1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:c5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/2a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/65/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/60/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/da/90/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/56/c2/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/86/0b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/71/11/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ea/7c/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:ea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f7/f2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:aef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3d/6a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c8/41/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:c841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/22/2d/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b3/bf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/45/d7/sstate:python3-calver-native::2022.6.26:r0::12:45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6a/b3/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a6/7a/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:a67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b2/cc/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d2/7e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:d27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/9a/b2/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/c7/sstate:matchbox-theme-sato::0.2:r0::12:03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/ae/78/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:ae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/16/08/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f6/f2/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/a7/2d/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/02/50/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/8b/77/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/27/0d/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/d4/sstate:libsm::1.2.4:r0::12:b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/b8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a8/9c/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a7/5f/sstate:python3-pytest::8.2.2:r0::12:a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/57/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b8/b0/sstate:glibc-locale::2.39+git:r0::12:b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/54/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e9/c7/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:e9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/eb/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/3a/3a/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5c/a0/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/05/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7e/06/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c0/b4/sstate:bash-completion::2.14.0:r0::12:c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/3c/sstate:zlib-native::1.3.1:r0::12:1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d4/56/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/7a/ec/sstate:kmod::32:r0::12:7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e2/f0/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/7c/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/57/67/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/75/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/1f/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/08/8d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/65/c4/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e8/23/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ea/e7/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:eae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/71/d7/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1c/01/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c5/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/11/61/sstate:libunistring::1.2:r0::12:11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/26/d2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/df/ca/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:dfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fa/8f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:fa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/12/28/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6c/33/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6b/3b/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f9/fd/sstate:cantarell-fonts::0.303.1:r0::12:f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/6d/55/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/03/bc/sstate:libxdamage-native::1.1.6:r0::12:03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/50/f2/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b6/09/sstate:python3-pygments::2.18.0:r0::12:b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/e6/c0/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:e6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/63/c8/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/57/31/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/fb/c8/sstate:libxft::2.3.8:r0::12:fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/19/0c/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1a/09/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/a3/4c/sstate:alsa-plugins::1.2.12:r0::12:a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/eb/d3/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:ebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/d3/40/sstate:shadow-sysroot::4.6:r0::12:d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f8/62/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/0c/9f/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/f2/66/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:f26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/aa/bb/sstate:python3-pathlib2-native::2.3.7:r0::12:aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/74/16/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/5d/bc/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/2b/94/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/b4/c2/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/42/18/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/49/f3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb_package.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/73/90/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/37/c2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7_package_write_deb.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/98/d9/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc_create_package_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/69/1f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065_package_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/6a/4b/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/94/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/universal/ce/88/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/64/c3/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab_package_write_rpm.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/4c/f5/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2_packagedata.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/2e/12/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5_package_write_ipk.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/c1/f7/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f_recipe_qa.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/90/7e/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1_create_spdx.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/66/62/sstate:librepo-native::1.17.0:r0::12:66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d_populate_lic.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/1b/e0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000_populate_sysroot.tar.zst\nDEBUG: SState: Looked for but didn't find file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020/3b/db/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70_package.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://90/c1/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4_populate_sysroot.tar.zst\nDEBUG: Searching for 90/c1/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1a/e2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0_package.tar.zst\nDEBUG: Using  for 90/c1/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4_populate_sysroot.tar.zst\nDEBUG: Searching for 1a/e2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3b/81/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0_package_qa.tar.zst\nDEBUG: Testing URL file://90/c1/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://03/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236_populate_sysroot.tar.zst\nDEBUG: Using  for 1a/e2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0_package.tar.zst\nDEBUG: Searching for 3b/81/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4f/1f/sstate:gnu-config-native::20240101+git:r0::12:4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844_populate_lic.tar.zst\nDEBUG: For url ['file', '', '90/c1/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 03/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4c/b5/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://1a/e2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0_package.tar.zst\nDEBUG: Using  for 3b/81/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://60/57/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08_create_spdx.tar.zst\nDEBUG: Searching for 4f/1f/sstate:gnu-config-native::20240101+git:r0::12:4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://00/dc/sstate:netbase::6.4:r0::12:00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f4/da/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0_create_spdx.tar.zst\nDEBUG: For url file://90/c1/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/c1/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A12%3A90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4_populate_sysroot.tar.zst;downloadfilename=90/c1/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4_populate_sysroot.tar.zst\nDEBUG: Using  for 03/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236_populate_sysroot.tar.zst\nDEBUG: Searching for 4c/b5/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1a/e2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3b/81/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://64/e4/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36_package.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/20/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662_create_spdx.tar.zst\nDEBUG: Searching for 60/57/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4f/1f/sstate:gnu-config-native::20240101+git:r0::12:4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844_populate_lic.tar.zst\nDEBUG: Searching for 00/dc/sstate:netbase::6.4:r0::12:00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2c/7c/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f_create_spdx.tar.zst\nDEBUG: Searching for universal/f4/da/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f7/f8/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db_package_qa.tar.zst\nDEBUG: Testing URL file://03/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236_populate_sysroot.tar.zst\nDEBUG: Using  for 4c/b5/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/56/8a/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a_recipe_qa.tar.zst\nDEBUG: For url file://1a/e2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/e2/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.3.1%3Ar0%3Acore2-64%3A12%3A1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0_package.tar.zst;downloadfilename=1a/e2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/9c/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:f39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b0/84/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3b/81/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 64/e4/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0f/20/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 60/57/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08_create_spdx.tar.zst\nDEBUG: Testing URL file://4f/1f/sstate:gnu-config-native::20240101+git:r0::12:4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844_populate_lic.tar.zst\nDEBUG: Using  for 00/dc/sstate:netbase::6.4:r0::12:00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4_populate_lic.tar.zst\nDEBUG: Searching for 2c/7c/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f4/da/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0_create_spdx.tar.zst\nDEBUG: Searching for f7/f8/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '03/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4c/b5/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f_create_package_spdx.tar.zst\nDEBUG: Searching for universal/56/8a/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f3/9c/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:f39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/b0/84/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3b/81/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/81/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A12%3A3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0_package_qa.tar.zst;downloadfilename=3b/81/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0_package_qa.tar.zst\nDEBUG: Using  for 64/e4/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36_package.tar.zst\nDEBUG: Using  for 0f/20/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662_create_spdx.tar.zst\nDEBUG: Testing URL file://60/57/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4f/1f/sstate:gnu-config-native::20240101+git:r0::12:4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://00/dc/sstate:netbase::6.4:r0::12:00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4_populate_lic.tar.zst\nDEBUG: Using  for 2c/7c/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://90/c1/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/f4/da/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0_create_spdx.tar.zst\nDEBUG: Using  for f7/f8/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db_package_qa.tar.zst\nDEBUG: For url file://03/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/54/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A12%3A0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236_populate_sysroot.tar.zst;downloadfilename=03/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4c/b5/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/56/8a/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a_recipe_qa.tar.zst\nDEBUG: Using  for f3/9c/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:f39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342_package_write_deb.tar.zst\nDEBUG: Using  for universal/b0/84/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38_recipe_qa.tar.zst\nDEBUG: Testing URL file://64/e4/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36_package.tar.zst\nDEBUG: Testing URL file://0f/20/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662_create_spdx.tar.zst\nDEBUG: For url ['file', '', '60/57/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4f/1f/sstate:gnu-config-native::20240101+git:r0::12:4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/1f/sstate%3Agnu-config-native%3A%3A20240101%2Bgit%3Ar0%3A%3A12%3A4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844_populate_lic.tar.zst;downloadfilename=4f/1f/sstate:gnu-config-native::20240101+git:r0::12:4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844_populate_lic.tar.zst\nDEBUG: For url ['file', '', '00/dc/sstate:netbase::6.4:r0::12:00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4_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/7c/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6b/b5/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f4/da/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f7/f8/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db_package_qa.tar.zst\nDEBUG: For url file://4c/b5/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/b5/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f_create_package_spdx.tar.zst;downloadfilename=4c/b5/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/56/8a/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a_recipe_qa.tar.zst\nDEBUG: Testing URL file://f3/9c/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:f39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/b0/84/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/e2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:1ae2f7354fd571b0c24c92f1f2b07b4e9e612650ad6378b05ca859a1cfc1ebf0_package.tar.zst\nDEBUG: For url ['file', '', '64/e4/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0f/20/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662_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/57/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/57/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A12%3A60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08_create_spdx.tar.zst;downloadfilename=60/57/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08_create_spdx.tar.zst\nDEBUG: For url file://00/dc/sstate:netbase::6.4:r0::12:00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/dc/sstate%3Anetbase%3A%3A6.4%3Ar0%3A%3A12%3A00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4_populate_lic.tar.zst;downloadfilename=00/dc/sstate:netbase::6.4:r0::12:00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/81/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0_package_qa.tar.zst\nDEBUG: For url ['file', '', '2c/7c/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/6b/b5/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/f4/da/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/da/sstate%3Adesktop-file-utils-native%3Ax86_64-linux%3A0.27%3Ar0%3Ax86_64%3A12%3Af4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0_create_spdx.tar.zst;downloadfilename=universal/f4/da/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f7/f8/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db_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/56/8a/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a_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/9c/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:f39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342_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/b0/84/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38_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://d1/d4/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e_populate_sysroot.tar.zst\nDEBUG: For url file://64/e4/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/e4/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.8%3Ar0%3Acore2-64%3A12%3A64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36_package.tar.zst;downloadfilename=64/e4/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36_package.tar.zst\nDEBUG: For url file://0f/20/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/20/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A12%3A0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662_create_spdx.tar.zst;downloadfilename=0f/20/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/26/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:cd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/1f/sstate:gnu-config-native::20240101+git:r0::12:4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844_populate_lic.tar.zst\nDEBUG: For url file://2c/7c/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/7c/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.1.0%3Ar0%3Acore2-64%3A12%3A2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f_create_spdx.tar.zst;downloadfilename=2c/7c/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f_create_spdx.tar.zst\nDEBUG: Using  for universal/6b/b5/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e_create_package_spdx.tar.zst\nDEBUG: For url file://f7/f8/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/f8/sstate%3Axxhash%3Acore2-64-poky-linux%3A0.8.2%3Ar0%3Acore2-64%3A12%3Af7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db_package_qa.tar.zst;downloadfilename=f7/f8/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db_package_qa.tar.zst\nDEBUG: For url file://universal/56/8a/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/56/8a/sstate%3Alibxext-native%3Ax86_64-linux%3A1.3.6%3Ar0%3Ax86_64%3A12%3A568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a_recipe_qa.tar.zst;downloadfilename=universal/56/8a/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a_recipe_qa.tar.zst\nDEBUG: For url file://f3/9c/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:f39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/9c/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A12%3Af39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342_package_write_deb.tar.zst;downloadfilename=f3/9c/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:f39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342_package_write_deb.tar.zst\nDEBUG: For url file://universal/b0/84/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b0/84/sstate%3Apseudo-native%3Ax86_64-linux%3A1.9.0%2Bgit%3Ar0%3Ax86_64%3A12%3Ab084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38_recipe_qa.tar.zst;downloadfilename=universal/b0/84/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38_recipe_qa.tar.zst\nDEBUG: Searching for d1/d4/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cd/26/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:cd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/55/ec/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://00/dc/sstate:netbase::6.4:r0::12:00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/6b/b5/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f4/da/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0_create_spdx.tar.zst\nDEBUG: Using  for d1/d4/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e_populate_sysroot.tar.zst\nDEBUG: Using  for cd/26/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:cd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2_package.tar.zst\nDEBUG: Searching for universal/55/ec/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://64/e4/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:64e4c108cbba7e9dcb367c6e2cb36398d0fa93d4a326999f504be21bd0260e36_package.tar.zst\nDEBUG: SState: Successful fetch test for file://03/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0354dc41bcce0730086afe3cfbfa9d907e7877c1bf84438b3da38eafea447236_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://60/57/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/49/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/6b/b5/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e_create_package_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/76/36/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0_create_package_spdx.tar.zst\nDEBUG: Testing URL file://d1/d4/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cd/26/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:cd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2_package.tar.zst\nDEBUG: Using  for universal/55/ec/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/d8/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://27/70/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/1c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9_recipe_qa.tar.zst\nDEBUG: Searching for 5e/49/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/6b/b5/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6b/b5/sstate%3Apython3-iniparse-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3A6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e_create_package_spdx.tar.zst;downloadfilename=universal/6b/b5/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/f8/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db_package_qa.tar.zst\nDEBUG: Searching for universal/76/36/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd1/d4/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e_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/56/8a/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'cd/26/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:cd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/55/ec/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9f/d8/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 27/70/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/b0/84/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38_recipe_qa.tar.zst\nDEBUG: Searching for universal/62/1c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5e/49/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/53/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:c7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4_package_write_deb.tar.zst\nDEBUG: Using  for universal/76/36/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0_create_package_spdx.tar.zst\nDEBUG: For url file://d1/d4/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/d4/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.6.2%3Ar0%3Acore2-64%3A12%3Ad1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e_populate_sysroot.tar.zst;downloadfilename=d1/d4/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://31/e8/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://cd/26/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:cd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/26/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.18.0%3Ar0%3Acore2-64%3A12%3Acd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2_package.tar.zst;downloadfilename=cd/26/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:cd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2_package.tar.zst\nDEBUG: For url ['file', '', 'universal/55/ec/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701_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 9f/d8/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1_package_write_deb.tar.zst\nDEBUG: Using  for 27/70/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://de/e4/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:dee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34_package_write_ipk.tar.zst\nDEBUG: Using  for universal/62/1c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9_recipe_qa.tar.zst\nDEBUG: Testing URL file://5e/49/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74_create_package_spdx.tar.zst\nDEBUG: Searching for c7/53/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:c7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/76/36/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0_create_package_spdx.tar.zst\nDEBUG: Searching for 31/e8/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/55/ec/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/55/ec/sstate%3Apython3-six-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A12%3A55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701_deploy_source_date_epoch.tar.zst;downloadfilename=universal/55/ec/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9f/d8/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1_package_write_deb.tar.zst\nDEBUG: Testing URL file://27/70/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6b/b5/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e_create_package_spdx.tar.zst\nDEBUG: Searching for de/e4/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:dee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/62/1c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5e/49/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c7/53/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:c7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/76/36/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 31/e8/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9f/d8/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1_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', '', '27/70/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be_create_package_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/63/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0_create_spdx.tar.zst\nDEBUG: Using  for de/e4/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:dee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/62/1c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5e/49/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/49/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A12%3A5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74_create_package_spdx.tar.zst;downloadfilename=5e/49/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c7/53/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:c7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4_package_write_deb.tar.zst\nDEBUG: For url file://universal/76/36/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/76/36/sstate%3Abinutils-cross-x86_64%3Ax86_64-poky-linux%3A2.42%3Ar0%3Ax86_64%3A12%3A7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0_create_package_spdx.tar.zst;downloadfilename=universal/76/36/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/d4/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://31/e8/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9f/d8/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/d8/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A12%3A9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1_package_write_deb.tar.zst;downloadfilename=9f/d8/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1_package_write_deb.tar.zst\nDEBUG: For url file://27/70/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/70/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be_create_package_spdx.tar.zst;downloadfilename=27/70/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be_create_package_spdx.tar.zst\nDEBUG: Searching for da/63/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://de/e4/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:dee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/26/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:cd262043cf52ae716dfa297bb0a09ded18f8634a7eca13056778fe967b57c9a2_package.tar.zst\nDEBUG: For url file://universal/62/1c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/1c/sstate%3Agnutls-native%3Ax86_64-linux%3A3.8.5%3Ar0%3Ax86_64%3A12%3A621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9_recipe_qa.tar.zst;downloadfilename=universal/62/1c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c7/53/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:c7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4_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://universal/ba/5d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/55/ec/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:55ec8bcbef7dcd150544b57e82ebaf7af5f1bab3a026ba53cf40ac9d9454a701_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '31/e8/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4_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 da/63/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'de/e4/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:dee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34_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://16/f7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b_package.tar.zst\nDEBUG: For url file://c7/53/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:c7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/53/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A12%3Ac7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4_package_write_deb.tar.zst;downloadfilename=c7/53/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:c7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4_package_write_deb.tar.zst\nDEBUG: Searching for universal/ba/5d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://47/d1/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea_packagedata.tar.zst\nDEBUG: For url file://31/e8/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/e8/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4_deploy_source_date_epoch.tar.zst;downloadfilename=31/e8/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://da/63/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/76/36/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0_create_package_spdx.tar.zst\nDEBUG: For url file://de/e4/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:dee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/e4/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3Adee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34_package_write_ipk.tar.zst;downloadfilename=de/e4/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:dee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34_package_write_ipk.tar.zst\nDEBUG: Searching for 16/f7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/ba/5d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8_populate_sysroot.tar.zst\nDEBUG: Searching for 47/d1/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'da/63/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0_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://b0/12/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:b012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://27/70/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be_create_package_spdx.tar.zst\nDEBUG: Using  for 16/f7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/1c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/ba/5d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8_populate_sysroot.tar.zst\nDEBUG: Using  for 47/d1/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea_packagedata.tar.zst\nDEBUG: For url file://da/63/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/63/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A12%3Ada63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0_create_spdx.tar.zst;downloadfilename=da/63/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0_create_spdx.tar.zst\nDEBUG: Searching for b0/12/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:b012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://24/b4/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375_create_package_spdx.tar.zst\nDEBUG: Testing URL file://16/f7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1a/ab/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/ba/5d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://47/d1/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea_packagedata.tar.zst\nDEBUG: Using  for b0/12/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:b012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7_package_write_deb.tar.zst\nDEBUG: Searching for 24/b4/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '16/f7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/1a/ab/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/ba/5d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/5d/sstate%3Autil-linux-libuuid-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A12%3Aba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8_populate_sysroot.tar.zst;downloadfilename=universal/ba/5d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '47/d1/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea_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://31/e8/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:31e8033a3da4f6d7a509eabda4f6dfb47e216d22496299878c258ced18d697d4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b0/12/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:b012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7_package_write_deb.tar.zst\nDEBUG: Using  for 24/b4/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375_create_package_spdx.tar.zst\nDEBUG: For url file://16/f7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/f7/sstate%3Aed%3Acore2-64-poky-linux%3A1.20.2%3Ar0%3Acore2-64%3A12%3A16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b_package.tar.zst;downloadfilename=16/f7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b_package.tar.zst\nDEBUG: Using  for universal/1a/ab/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://de/e4/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:dee4a84188a1abdc7424a793908947b58b9d7cae3dcd04b7ec3b8a06d0123a34_package_write_ipk.tar.zst\nDEBUG: For url file://47/d1/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/d1/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A12%3A47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea_packagedata.tar.zst;downloadfilename=47/d1/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/bf/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b0/12/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:b012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7_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://24/b4/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/1a/ab/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://67/25/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8_package_write_deb.tar.zst\nDEBUG: Searching for universal/e6/bf/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b0/12/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:b012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/12/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.6%3Ar0%3Acore2-64%3A12%3Ab012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7_package_write_deb.tar.zst;downloadfilename=b0/12/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:b012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '24/b4/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/1a/ab/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 67/25/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e6/bf/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ba/5d/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8_populate_sysroot.tar.zst\nDEBUG: For url file://24/b4/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/b4/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A12%3A24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375_create_package_spdx.tar.zst;downloadfilename=24/b4/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375_create_package_spdx.tar.zst\nDEBUG: For url file://universal/1a/ab/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1a/ab/sstate%3Apython3-pluggy-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A12%3A1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a_recipe_qa.tar.zst;downloadfilename=universal/1a/ab/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a_recipe_qa.tar.zst\nDEBUG: Using  for 67/25/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/53/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:c7535482b1d4c589594b1eb7c63f9851da2685589328b3d062981d87f57afbd4_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/e6/bf/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/a5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://16/f7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:16f799aa82126e9471e245ce665fd4707a1d298c52afe1eb30a2f7fb6be4468b_package.tar.zst\nDEBUG: Testing URL file://67/25/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://47/d1/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/aa/87/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/e6/bf/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b6/a5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2d/7a/sstate:initscripts::1.0:r0::12:2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2_populate_lic.tar.zst\nDEBUG: For url ['file', '', '67/25/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8_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://0d/d2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24_create_spdx.tar.zst\nDEBUG: Searching for universal/aa/87/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/e6/bf/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/bf/sstate%3Alibassuan-native%3Ax86_64-linux%3A2.5.7%3Ar0%3Ax86_64%3A12%3Ae6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f_create_spdx.tar.zst;downloadfilename=universal/e6/bf/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f_create_spdx.tar.zst\nDEBUG: Using  for b6/a5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c_package_qa.tar.zst\nDEBUG: Searching for 2d/7a/sstate:initscripts::1.0:r0::12:2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://67/25/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/25/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.18.1%3Ar0%3Acore2-64%3A12%3A6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8_package_write_deb.tar.zst;downloadfilename=67/25/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8_package_write_deb.tar.zst\nDEBUG: Searching for 0d/d2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/aa/87/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b6/a5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/20/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662_create_spdx.tar.zst\nDEBUG: Using  for 2d/7a/sstate:initscripts::1.0:r0::12:2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://24/b4/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375_create_package_spdx.tar.zst\nDEBUG: Using  for 0d/d2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/aa/87/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1a/ab/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b6/a5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c_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/dc/69/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:dc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2d/7a/sstate:initscripts::1.0:r0::12:2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/43/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:c44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc_package_write_deb.tar.zst\nDEBUG: Testing URL file://0d/d2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/aa/87/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1_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://68/c5/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751_packagedata.tar.zst\nDEBUG: For url file://b6/a5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/a5/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Ab6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c_package_qa.tar.zst;downloadfilename=b6/a5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c_package_qa.tar.zst\nDEBUG: Searching for universal/dc/69/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:dc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2d/7a/sstate:initscripts::1.0:r0::12:2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c4/43/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:c44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0d/d2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24_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/aa/87/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/aa/87/sstate%3Apython3-tomli-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A12%3Aaa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1_populate_sysroot.tar.zst;downloadfilename=universal/aa/87/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1_populate_sysroot.tar.zst\nDEBUG: Searching for 68/c5/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/dc/69/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:dc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2d/7a/sstate:initscripts::1.0:r0::12:2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/7a/sstate%3Ainitscripts%3A%3A1.0%3Ar0%3A%3A12%3A2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2_populate_lic.tar.zst;downloadfilename=2d/7a/sstate:initscripts::1.0:r0::12:2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/7c/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://67/25/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6725bc129b0e193b17b36d69f098b1b3d3868950e4a23528fd4684f3de8a2ee8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e6/bf/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f_create_spdx.tar.zst\nDEBUG: Using  for c4/43/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:c44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc_package_write_deb.tar.zst\nDEBUG: For url file://0d/d2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/d2/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A12%3A0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24_create_spdx.tar.zst;downloadfilename=0d/d2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24_create_spdx.tar.zst\nDEBUG: Using  for 68/c5/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751_packagedata.tar.zst\nDEBUG: Testing URL file://universal/dc/69/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:dc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://07/c5/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/6c/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:d46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/6a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c4/43/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:c44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc_package_write_deb.tar.zst\nDEBUG: Testing URL file://68/c5/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/dc/69/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:dc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0_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://4c/b5/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f_create_package_spdx.tar.zst\nDEBUG: Searching for 07/c5/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d4/6c/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:d46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c5/6a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c4/43/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:c44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc_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://universal/aa/87/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '68/c5/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/dc/69/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:dc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/69/sstate%3Acmake-native%3Ax86_64-linux%3A3.29.3%3Ar0%3Ax86_64%3A12%3Adc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/dc/69/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:dc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/e4/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:f4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5_package_write_deb.tar.zst\nDEBUG: Using  for 07/c5/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb_packagedata.tar.zst\nDEBUG: Using  for d4/6c/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:d46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95_package.tar.zst\nDEBUG: Using  for c5/6a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d_create_package_spdx.tar.zst\nDEBUG: For url file://c4/43/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:c44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/43/sstate%3Acargo%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Ac44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc_package_write_deb.tar.zst;downloadfilename=c4/43/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:c44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/4e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:cb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b_package.tar.zst\nDEBUG: For url file://68/c5/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/c5/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751_packagedata.tar.zst;downloadfilename=68/c5/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751_packagedata.tar.zst\nDEBUG: Searching for f4/e4/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:f4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://07/c5/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb_packagedata.tar.zst\nDEBUG: Testing URL file://d4/6c/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:d46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95_package.tar.zst\nDEBUG: Testing URL file://c5/6a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d_create_package_spdx.tar.zst\nDEBUG: Searching for cb/4e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:cb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f3/9c/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:f39c2d1b2329c1e276bb97f3917e828f584088527317538ff1941c84c8eb2342_package_write_deb.tar.zst\nDEBUG: Using  for f4/e4/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:f4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '07/c5/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb_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://b6/a5/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd4/6c/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:d46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c5/6a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cb/4e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:cb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://de/d3/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:ded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dc/69/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:dc693ce09c690a2dd31760c413a29559b1c7c384ace80a5c20d8ad03fa8b19f0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f4/e4/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:f4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5_package_write_deb.tar.zst\nDEBUG: For url file://07/c5/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/c5/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A12%3A07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb_packagedata.tar.zst;downloadfilename=07/c5/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/0e/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438_package_write_ipk.tar.zst\nDEBUG: For url file://d4/6c/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:d46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/6c/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A12%3Ad46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95_package.tar.zst;downloadfilename=d4/6c/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:d46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95_package.tar.zst\nDEBUG: For url file://c5/6a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/6a/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.12.8%3Ar0%3Acore2-64%3A12%3Ac56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d_create_package_spdx.tar.zst;downloadfilename=c5/6a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://cb/4e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:cb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b_package.tar.zst\nDEBUG: Searching for de/d3/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:ded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a3/03/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f4/e4/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:f4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4c/0e/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cb/4e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:cb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b_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://0d/d2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://68/c5/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751_packagedata.tar.zst\nDEBUG: Using  for de/d3/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:ded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/7a/sstate:initscripts::1.0:r0::12:2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2_populate_lic.tar.zst\nDEBUG: Searching for a3/03/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5e/49/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74_create_package_spdx.tar.zst\nDEBUG: For url file://f4/e4/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:f4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/e4/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A12%3Af4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5_package_write_deb.tar.zst;downloadfilename=f4/e4/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:f4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5_package_write_deb.tar.zst\nDEBUG: Using  for 4c/0e/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438_package_write_ipk.tar.zst\nDEBUG: For url file://cb/4e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:cb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/4e/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Acb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b_package.tar.zst;downloadfilename=cb/4e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:cb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/82/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:f88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/c2/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328_create_spdx.tar.zst\nDEBUG: Testing URL file://de/d3/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:ded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25_package.tar.zst\nDEBUG: SState: Attempting to fetch file://56/f4/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1_package_write_deb.tar.zst\nDEBUG: Using  for a3/03/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/b7/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:eab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1_package_write_deb.tar.zst\nDEBUG: Testing URL file://4c/0e/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://07/c5/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb_packagedata.tar.zst\nDEBUG: Searching for f8/82/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:f88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b0/c2/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'de/d3/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:ded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 56/f4/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a3/03/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40_recipe_qa.tar.zst\nDEBUG: Searching for ea/b7/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:eab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4c/0e/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438_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://07/62/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281_package_qa.tar.zst\nDEBUG: Using  for f8/82/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:f88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f_package_write_deb.tar.zst\nDEBUG: Using  for b0/c2/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328_create_spdx.tar.zst\nDEBUG: For url file://de/d3/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:ded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/d3/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.6%3Ar0%3Acore2-64%3A12%3Aded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25_package.tar.zst;downloadfilename=de/d3/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:ded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25_package.tar.zst\nDEBUG: Using  for 56/f4/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'a3/03/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ea/b7/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:eab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1_package_write_deb.tar.zst\nDEBUG: For url file://4c/0e/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/0e/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438_package_write_ipk.tar.zst;downloadfilename=4c/0e/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438_package_write_ipk.tar.zst\nDEBUG: Searching for 07/62/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f8/82/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:f88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f_package_write_deb.tar.zst\nDEBUG: Testing URL file://b0/c2/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328_create_spdx.tar.zst\nDEBUG: Testing URL file://56/f4/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1_package_write_deb.tar.zst\nDEBUG: For url file://a3/03/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/03/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Aa3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40_recipe_qa.tar.zst;downloadfilename=a3/03/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40_recipe_qa.tar.zst\nDEBUG: Testing URL file://ea/b7/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:eab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1_package_write_deb.tar.zst\nDEBUG: Using  for 07/62/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f8/82/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:f88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f_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', '', 'b0/c2/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328_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/f4/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1_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', '', 'ea/b7/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:eab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1_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://07/62/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281_package_qa.tar.zst\nDEBUG: For url file://f8/82/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:f88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/82/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3Af88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f_package_write_deb.tar.zst;downloadfilename=f8/82/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:f88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f_package_write_deb.tar.zst\nDEBUG: For url file://b0/c2/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/c2/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A12%3Ab0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328_create_spdx.tar.zst;downloadfilename=b0/c2/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328_create_spdx.tar.zst\nDEBUG: For url file://56/f4/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/f4/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A12%3A56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1_package_write_deb.tar.zst;downloadfilename=56/f4/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1_package_write_deb.tar.zst\nDEBUG: For url file://ea/b7/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:eab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/b7/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3Aeab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1_package_write_deb.tar.zst;downloadfilename=ea/b7/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:eab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '07/62/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281_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/0e/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4c0e1807a2f134feb34f153f9a58f21b6ac69741d837fe935757ea43475d3438_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/03/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/d8/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:9fd85320b9145210f43307c4b575465c8ccf472dedd41b878c79c9825edcf2b1_package_write_deb.tar.zst\nDEBUG: For url file://07/62/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/62/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281_package_qa.tar.zst;downloadfilename=07/62/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/ba/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:ebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/70/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf_recipe_qa.tar.zst\nDEBUG: Searching for eb/ba/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:ebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f8/82/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:f88219b9b291e65a1f67f46db2aa8fd584b3ec3961a2a103b82de658aa26025f_package_write_deb.tar.zst\nDEBUG: Searching for 2d/70/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a4/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for eb/ba/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:ebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://56/f4/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:56f4287a032bf09413d90f11ce6ade3dd54a9725c4f867d3ba4ef7408afff7d1_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ee/51/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431_create_spdx.tar.zst\nDEBUG: Using  for 2d/70/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b_create_spdx.tar.zst\nDEBUG: Using  for a4/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf_recipe_qa.tar.zst\nDEBUG: Testing URL file://eb/ba/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:ebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://53/fb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc_create_package_spdx.tar.zst\nDEBUG: Searching for universal/ee/51/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2d/70/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b_create_spdx.tar.zst\nDEBUG: Testing URL file://a4/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'eb/ba/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:ebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 53/fb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/ee/51/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/70/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b_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/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf_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/b7/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:eab7d43d91c93e1688cd6f28bfc1915e54160f1dd628e20cad239831eae152c1_package_write_deb.tar.zst\nDEBUG: For url file://eb/ba/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:ebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/ba/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3Aebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693_populate_sysroot.tar.zst;downloadfilename=eb/ba/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:ebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693_populate_sysroot.tar.zst\nDEBUG: Using  for 53/fb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/ee/51/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431_create_spdx.tar.zst\nDEBUG: For url file://2d/70/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/70/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A12%3A2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b_create_spdx.tar.zst;downloadfilename=2d/70/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b_create_spdx.tar.zst\nDEBUG: For url file://a4/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/17/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Aa417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf_recipe_qa.tar.zst;downloadfilename=a4/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/26/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76_package_write_ipk.tar.zst\nDEBUG: Testing URL file://53/fb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://07/62/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/ee/51/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431_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://da/63/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0_create_spdx.tar.zst\nDEBUG: Searching for ec/26/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '53/fb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc_create_package_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/4e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:cb4e5911ac11f348a6dcd605e59e7d7d05b50b37c3888f2efc2a640fd155a44b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/ed/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f_create_package_spdx.tar.zst\nDEBUG: For url file://universal/ee/51/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ee/51/sstate%3Aunifdef-native%3Ax86_64-linux%3A2.12%3Ar0%3Ax86_64%3A12%3Aee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431_create_spdx.tar.zst;downloadfilename=universal/ee/51/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/18/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1_package_qa.tar.zst\nDEBUG: Using  for ec/26/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76_package_write_ipk.tar.zst\nDEBUG: For url file://53/fb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/fb/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc_create_package_spdx.tar.zst;downloadfilename=53/fb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/fd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3_recipe_qa.tar.zst\nDEBUG: Searching for b1/ed/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3d/18/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ec/26/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76_package_write_ipk.tar.zst\nDEBUG: Searching for cf/fd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b1/ed/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/12/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:b012ce0eb6765a7070adee6d96bc186936220c094e73da6746d872a5493910a7_package_write_deb.tar.zst\nDEBUG: Using  for 3d/18/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ec/26/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cf/fd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3_recipe_qa.tar.zst\nDEBUG: Testing URL file://b1/ed/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://26/44/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf_package_write_ipk.tar.zst\nDEBUG: Testing URL file://3d/18/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1_package_qa.tar.zst\nDEBUG: For url file://ec/26/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/26/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A12%3Aec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76_package_write_ipk.tar.zst;downloadfilename=ec/26/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76_package_write_ipk.tar.zst\nDEBUG: Testing URL file://cf/fd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b1/ed/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 26/44/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3d/18/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cf/fd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3_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://b0/c2/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328_create_spdx.tar.zst\nDEBUG: For url file://b1/ed/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/ed/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3Ab1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f_create_package_spdx.tar.zst;downloadfilename=b1/ed/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f_create_package_spdx.tar.zst\nDEBUG: Using  for 26/44/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ee/51/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431_create_spdx.tar.zst\nDEBUG: For url file://3d/18/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/18/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.14.0%3Ar0%3Acore2-64%3A12%3A3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1_package_qa.tar.zst;downloadfilename=3d/18/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1_package_qa.tar.zst\nDEBUG: For url file://cf/fd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/fd/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A12%3Acffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3_recipe_qa.tar.zst;downloadfilename=cf/fd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/01/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64_packagedata.tar.zst\nDEBUG: Testing URL file://26/44/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://42/59/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7_package_write_deb.tar.zst\nDEBUG: Searching for b3/01/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c4/43/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:c44323d1b03e1de22999ed129469c135f0a92516bfbc737118a964a6b678ddbc_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '26/44/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 42/59/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b3/01/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/2e/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee_packagedata.tar.zst\nDEBUG: For url file://26/44/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/44/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf_package_write_ipk.tar.zst;downloadfilename=26/44/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf_package_write_ipk.tar.zst\nDEBUG: Using  for 42/59/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7_package_write_deb.tar.zst\nDEBUG: Testing URL file://b3/01/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64_packagedata.tar.zst\nDEBUG: Searching for 1d/2e/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://42/59/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b3/01/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1d/2e/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/18/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1_package_qa.tar.zst\nDEBUG: For url ['file', '', '42/59/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7_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://b3/01/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/01/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Ab301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64_packagedata.tar.zst;downloadfilename=b3/01/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64_packagedata.tar.zst\nDEBUG: Testing URL file://1d/2e/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/f8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:c6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2_package_write_ipk.tar.zst\nDEBUG: For url file://42/59/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/59/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7_package_write_deb.tar.zst;downloadfilename=42/59/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '1d/2e/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c6/f8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:c6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1d/2e/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/2e/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.4%3Ar0%3Acore2-64%3A12%3A1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee_packagedata.tar.zst;downloadfilename=1d/2e/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee_packagedata.tar.zst\nDEBUG: Using  for c6/f8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:c6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://53/fb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c6/f8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:c6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/4e/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:c44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6_package.tar.zst\nDEBUG: For url ['file', '', 'c6/f8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:c6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2_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://universal/84/bb/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c4/4e/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:c44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c6/f8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:c6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/f8/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A12%3Ac6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2_package_write_ipk.tar.zst;downloadfilename=c6/f8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:c6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2_package_write_ipk.tar.zst\nDEBUG: Searching for universal/84/bb/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c4/4e/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:c44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6_package.tar.zst\nDEBUG: Using  for universal/84/bb/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c4/4e/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:c44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6_package.tar.zst\nDEBUG: Testing URL file://universal/84/bb/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c4/4e/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:c44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/84/bb/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939_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/4e/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:c44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/4e/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A12%3Ac44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6_package.tar.zst;downloadfilename=c4/4e/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:c44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6_package.tar.zst\nDEBUG: For url file://universal/84/bb/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/bb/sstate%3Afreetype-native%3Ax86_64-linux%3A2.13.2%3Ar0%3Ax86_64%3A12%3A84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939_deploy_source_date_epoch.tar.zst;downloadfilename=universal/84/bb/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/2e/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://27/ac/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91_package.tar.zst\nDEBUG: Searching for 27/ac/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 27/ac/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91_package.tar.zst\nDEBUG: Testing URL file://27/ac/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91_package.tar.zst\nDEBUG: For url ['file', '', '27/ac/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://27/ac/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/ac/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A12%3A27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91_package.tar.zst;downloadfilename=27/ac/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91_package.tar.zst\nDEBUG: SState: Successful fetch test for file://26/44/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:26443207b40d0c4a8fd5847d8dfc2329b27eaebd3814b1ef26b30df7f8c425cf_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/f8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:c6f84c9a966a3b8940e4d48d763528a6ea5838d2b156f5c6f5ddf24bfde76ea2_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://31/5e/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/a8/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd_package_write_ipk.tar.zst\nDEBUG: Searching for 31/5e/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a5/a8/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 31/5e/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b_populate_sysroot.tar.zst\nDEBUG: Using  for a5/a8/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd_package_write_ipk.tar.zst\nDEBUG: Testing URL file://31/5e/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a5/a8/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '31/5e/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a5/a8/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd_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://31/5e/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/5e/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b_populate_sysroot.tar.zst;downloadfilename=31/5e/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b_populate_sysroot.tar.zst\nDEBUG: For url file://a5/a8/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/a8/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A12%3Aa5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd_package_write_ipk.tar.zst;downloadfilename=a5/a8/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/84/bb/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:84bb0588c1dc121cb4c0302ac57f2817fb8fd2bb5f63c0311612d9f42eed1939_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://27/ac/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:27acdd984b0511a6e9e6a6af1c3efc471c26f28eb397d125ede5a78cd1d1fb91_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/6c/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:d46cf66fe2c534a914d5cc0ba124aa3dfcee7aeb29c1e12ea0b310e86197ae95_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/dc/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/84/9e/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/38/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:c2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186_populate_sysroot.tar.zst\nDEBUG: Searching for e3/dc/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/84/9e/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cf/fd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3_recipe_qa.tar.zst\nDEBUG: Searching for c2/38/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:c2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e3/dc/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c_package_qa.tar.zst\nDEBUG: Using  for universal/84/9e/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/92/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6_package_write_deb.tar.zst\nDEBUG: Using  for c2/38/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:c2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e3/dc/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c_package_qa.tar.zst\nDEBUG: Testing URL file://universal/84/9e/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e_recipe_qa.tar.zst\nDEBUG: Searching for 35/92/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c2/38/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:c2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e3/dc/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c_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/84/9e/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 35/92/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c2/38/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:c2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186_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/dc/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/dc/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3Ae3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c_package_qa.tar.zst;downloadfilename=e3/dc/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c_package_qa.tar.zst\nDEBUG: For url file://universal/84/9e/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/9e/sstate%3Apython3-pyparsing-native%3Ax86_64-linux%3A3.1.2%3Ar0%3Ax86_64%3A12%3A849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e_recipe_qa.tar.zst;downloadfilename=universal/84/9e/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e_recipe_qa.tar.zst\nDEBUG: Testing URL file://35/92/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6_package_write_deb.tar.zst\nDEBUG: For url file://c2/38/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:c2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/38/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3Ac2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186_populate_sysroot.tar.zst;downloadfilename=c2/38/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:c2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '35/92/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6_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://a5/a8/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a5a865b4fc1d0e9b36c064ba7658eaf112b09e93081407d9e99c1b7b252b21fd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/ed/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/6a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d_create_package_spdx.tar.zst\nDEBUG: For url file://35/92/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/92/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.6%3Ar0%3Acore2-64%3A12%3A3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6_package_write_deb.tar.zst;downloadfilename=35/92/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/4e/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:c44ef0b0d032fbc52d9213dbe978d26ddf0f44e5eaf5473760ac18ca169581d6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/87/sstate:ppp::2.5.0:r0::12:9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0b/88/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d8/3a/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://68/8d/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9b/87/sstate:ppp::2.5.0:r0::12:9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/0b/88/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/d8/3a/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/84/9e/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e_recipe_qa.tar.zst\nDEBUG: Searching for 68/8d/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e3/dc/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c_package_qa.tar.zst\nDEBUG: Using  for 9b/87/sstate:ppp::2.5.0:r0::12:9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f_populate_lic.tar.zst\nDEBUG: Using  for universal/0b/88/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547_create_package_spdx.tar.zst\nDEBUG: Using  for universal/d8/3a/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/c3/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:e6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 68/8d/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://23/3c/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://9b/87/sstate:ppp::2.5.0:r0::12:9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/0b/88/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/d8/3a/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03_create_package_spdx.tar.zst\nDEBUG: Searching for universal/e6/c3/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:e6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://68/8d/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 23/3c/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9b/87/sstate:ppp::2.5.0:r0::12:9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f_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/0b/88/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547_create_package_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/3a/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/e6/c3/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:e6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '68/8d/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa_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 23/3c/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6_create_package_spdx.tar.zst\nDEBUG: For url file://9b/87/sstate:ppp::2.5.0:r0::12:9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/87/sstate%3Appp%3A%3A2.5.0%3Ar0%3A%3A12%3A9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f_populate_lic.tar.zst;downloadfilename=9b/87/sstate:ppp::2.5.0:r0::12:9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f_populate_lic.tar.zst\nDEBUG: For url file://universal/0b/88/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0b/88/sstate%3Amake-native%3Ax86_64-linux%3A4.4.1%3Ar0%3Ax86_64%3A12%3A0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547_create_package_spdx.tar.zst;downloadfilename=universal/0b/88/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547_create_package_spdx.tar.zst\nDEBUG: For url file://universal/d8/3a/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d8/3a/sstate%3Acwautomacros-native%3Ax86_64-linux%3A20110201%3Ar0%3Ax86_64%3A12%3Ad83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03_create_package_spdx.tar.zst;downloadfilename=universal/d8/3a/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/e6/c3/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:e6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://68/8d/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/8d/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A12%3A688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa_deploy_source_date_epoch.tar.zst;downloadfilename=68/8d/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://23/3c/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://31/5e/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:315e0b9cc151db526b5653a65cd7e4cc550328dad9f30d8969373286d974699b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/e6/c3/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:e6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259_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://eb/ba/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:ebba780583bab3d09eaa899e5002c46395d919e18765d74db9b3f25fd7519693_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '23/3c/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6_create_package_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/70/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://81/c9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/e6/c3/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:e6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/c3/sstate%3Apbzip2-native%3Ax86_64-linux%3A1.1.13%3Ar0%3Ax86_64%3A12%3Ae6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e6/c3/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:e6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://87/5f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794_package_write_deb.tar.zst\nDEBUG: For url file://23/3c/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/3c/sstate%3Aencodings%3Aall-poky-linux%3A1.1.0%3Ar0%3Aallarch%3A12%3A233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6_create_package_spdx.tar.zst;downloadfilename=23/3c/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/cf/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:eccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95_package.tar.zst\nDEBUG: Searching for 81/c9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 87/5f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ec/cf/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:eccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/0b/88/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d8/3a/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03_create_package_spdx.tar.zst\nDEBUG: Using  for 81/c9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/87/sstate:ppp::2.5.0:r0::12:9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f_populate_lic.tar.zst\nDEBUG: Using  for 87/5f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://68/8d/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:688dba3a80eef380696f075800e02d614f77b753b71a78170ae3c51eac0954fa_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ec/cf/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:eccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c0/7c/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/58/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe_package_qa.tar.zst\nDEBUG: Testing URL file://81/c9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/31/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928_recipe_qa.tar.zst\nDEBUG: Testing URL file://87/5f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7c/92/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ec/cf/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:eccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95_package.tar.zst\nDEBUG: Searching for universal/c0/7c/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e5/58/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '81/c9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_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 b6/31/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '87/5f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/7c/92/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ec/cf/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:eccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c0/7c/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e6/c3/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:e6c3dcdd231caa06cbf009d793f807314c594d87531bfaff0b47d5e5ba65b259_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e5/58/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe_package_qa.tar.zst\nDEBUG: For url file://81/c9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/c9/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst;downloadfilename=81/c9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b6/31/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928_recipe_qa.tar.zst\nDEBUG: For url file://87/5f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/5f/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794_package_write_deb.tar.zst;downloadfilename=87/5f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794_package_write_deb.tar.zst\nDEBUG: Using  for universal/7c/92/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ec/cf/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:eccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/cf/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Aeccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95_package.tar.zst;downloadfilename=ec/cf/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:eccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95_package.tar.zst\nDEBUG: Testing URL file://universal/c0/7c/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/72/ea/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e5/58/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://23/3c/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b6/31/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/7c/92/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/c0/7c/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136_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://f4/e4/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:f4e4c1f5e17e99c8c5ddeaa4c328b50e3f21935dba7b669184a05c0e469c82e5_package_write_deb.tar.zst\nDEBUG: Searching for universal/72/ea/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e5/58/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe_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://c2/38/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:c2386dad2a3d1d4ab0a0e72f47b63a09afac558e299d2b28f71a31142a4e1186_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/95/sstate:util-linux::2.39.3:r0::12:8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b6/31/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928_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/7c/92/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce_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/c0/7c/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c0/7c/sstate%3Agettext-minimal-native%3Ax86_64-linux%3A0.22.5%3Ar0%3Ax86_64%3A12%3Ac07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136_recipe_qa.tar.zst;downloadfilename=universal/c0/7c/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/c7/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9_stash_locale.tar.zst\nDEBUG: Using  for universal/72/ea/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e5/58/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/58/sstate%3Awayland%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3Ae55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe_package_qa.tar.zst;downloadfilename=e5/58/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/e7/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:cfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8d/95/sstate:util-linux::2.39.3:r0::12:8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b6/31/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/31/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A12%3Ab631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928_recipe_qa.tar.zst;downloadfilename=b6/31/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928_recipe_qa.tar.zst\nDEBUG: For url file://universal/7c/92/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7c/92/sstate%3Alibunistring-native%3Ax86_64-linux%3A1.2%3Ar0%3Ax86_64%3A12%3A7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce_deploy_source_date_epoch.tar.zst;downloadfilename=universal/7c/92/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c1/c7/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9_stash_locale.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://81/c9/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/72/ea/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cf/e7/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:cfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8d/95/sstate:util-linux::2.39.3:r0::12:8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b_populate_lic.tar.zst\nDEBUG: Using  for c1/c7/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9_stash_locale.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/01/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/1c/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/72/ea/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9_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/cf/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:eccfd4df99b12e28c9a0646d687ad590a2e038b23b455d8f35367acd80c72a95_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c0/7c/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136_recipe_qa.tar.zst\nDEBUG: Using  for cf/e7/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:cfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8d/95/sstate:util-linux::2.39.3:r0::12:8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b_populate_lic.tar.zst\nDEBUG: Testing URL file://c1/c7/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9_stash_locale.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/e3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282_create_spdx.tar.zst\nDEBUG: Searching for ff/1c/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/72/ea/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/ea/sstate%3Agettext-native%3Ax86_64-linux%3A0.22.5%3Ar0%3Ax86_64%3A12%3A72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9_deploy_source_date_epoch.tar.zst;downloadfilename=universal/72/ea/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/69/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/cc/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:caccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2_package_write_ipk.tar.zst\nDEBUG: Testing URL file://cf/e7/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:cfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8d/95/sstate:util-linux::2.39.3:r0::12:8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b_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/c7/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9_stash_locale.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5c/e3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ff/1c/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6_packagedata.tar.zst\nDEBUG: Searching for d3/69/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ca/cc/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:caccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b6/31/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'cf/e7/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:cfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2_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://87/5f/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:875f74efd4278d7c62d18d69edb275780e60cea414e28d397e4e747a25f39794_package_write_deb.tar.zst\nDEBUG: For url file://8d/95/sstate:util-linux::2.39.3:r0::12:8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/95/sstate%3Autil-linux%3A%3A2.39.3%3Ar0%3A%3A12%3A8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b_populate_lic.tar.zst;downloadfilename=8d/95/sstate:util-linux::2.39.3:r0::12:8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b_populate_lic.tar.zst\nDEBUG: For url file://c1/c7/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9_stash_locale.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/c7/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Ac1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9_stash_locale.tar.zst;downloadfilename=c1/c7/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9_stash_locale.tar.zst\nDEBUG: Using  for 5c/e3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282_create_spdx.tar.zst\nDEBUG: Testing URL file://ff/1c/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6_packagedata.tar.zst\nDEBUG: Using  for d3/69/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7c/92/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:7c92fda8c4460f715b50cf6b9ad8d692d8495222c668fa3ccd7fe8a18988a9ce_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ca/cc/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:caccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/26/sstate:librsvg::2.57.1:r0::12:8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc_populate_lic.tar.zst\nDEBUG: For url file://cf/e7/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:cfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/e7/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3Acfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2_deploy_source_date_epoch.tar.zst;downloadfilename=cf/e7/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:cfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/97/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5c/e3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://35/92/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:3592e1283ed2476eb353c8c9a208373a499559471590bad2b2c0f117bac896b6_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ff/1c/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d3/69/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/72/ea/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:72ead3ae9d6d31b01438989e37b1a335212da0075fd7f8484f169c3e2b80f4c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/37/45/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f_recipe_qa.tar.zst\nDEBUG: Testing URL file://ca/cc/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:caccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2_package_write_ipk.tar.zst\nDEBUG: Searching for 8d/26/sstate:librsvg::2.57.1:r0::12:8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0b/97/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5c/e3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282_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://de/d3/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:ded303843bab74373d4ce854cbecb363773aa13f3daaf6b7c0af8de61509dd25_package.tar.zst\nDEBUG: SState: Attempting to fetch file://92/2f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ff/1c/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/1c/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A12%3Aff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6_packagedata.tar.zst;downloadfilename=ff/1c/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd3/69/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a_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://8d/95/sstate:util-linux::2.39.3:r0::12:8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/d1/sstate:rust-llvm::1.75.0:r0::12:eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece_populate_lic.tar.zst\nDEBUG: Searching for universal/37/45/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ca/cc/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:caccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2_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://ec/26/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ec26dc1b1af6d435950ecd740717f42ba4dc1d13b75f957a32458e396a77cd76_package_write_ipk.tar.zst\nDEBUG: Using  for 8d/26/sstate:librsvg::2.57.1:r0::12:8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc_populate_lic.tar.zst\nDEBUG: Using  for 0b/97/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c_create_package_spdx.tar.zst\nDEBUG: For url file://5c/e3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/e3/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A12%3A5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282_create_spdx.tar.zst;downloadfilename=5c/e3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://72/77/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51_create_spdx.tar.zst\nDEBUG: Searching for 92/2f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d3/69/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/69/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.15.1%3Ar0%3Acore2-64%3A12%3Ad369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a_package_write_deb.tar.zst;downloadfilename=d3/69/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/e5/sstate:python3-flit-core-native::3.9.0:r0::12:d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab_populate_lic.tar.zst\nDEBUG: Searching for ee/d1/sstate:rust-llvm::1.75.0:r0::12:eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/37/45/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f_recipe_qa.tar.zst\nDEBUG: For url file://ca/cc/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:caccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/cc/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3Acaccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2_package_write_ipk.tar.zst;downloadfilename=ca/cc/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:caccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/a3/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/e7/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:cfe7892d58236e452a17c3ed567cf5457dff1bba10a571e4bdf1ec5e88ee0ef2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8d/26/sstate:librsvg::2.57.1:r0::12:8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc_populate_lic.tar.zst\nDEBUG: Testing URL file://0b/97/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c_create_package_spdx.tar.zst\nDEBUG: Searching for 72/77/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 92/2f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d5/e5/sstate:python3-flit-core-native::3.9.0:r0::12:d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ee/d1/sstate:rust-llvm::1.75.0:r0::12:eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/37/45/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f_recipe_qa.tar.zst\nDEBUG: Searching for ae/a3/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d3/4e/sstate:liberation-fonts::2.1.5:r0::12:d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/1c/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6_packagedata.tar.zst\nDEBUG: For url ['file', '', '8d/26/sstate:librsvg::2.57.1:r0::12:8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc_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/97/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 72/77/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51_create_spdx.tar.zst\nDEBUG: Testing URL file://92/2f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d5/e5/sstate:python3-flit-core-native::3.9.0:r0::12:d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab_populate_lic.tar.zst\nDEBUG: Testing URL file://ee/d1/sstate:rust-llvm::1.75.0:r0::12:eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/37/45/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ae/a3/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85_create_spdx.tar.zst\nDEBUG: Searching for d3/4e/sstate:liberation-fonts::2.1.5:r0::12:d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://44/bf/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8d/26/sstate:librsvg::2.57.1:r0::12:8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/26/sstate%3Alibrsvg%3A%3A2.57.1%3Ar0%3A%3A12%3A8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc_populate_lic.tar.zst;downloadfilename=8d/26/sstate:librsvg::2.57.1:r0::12:8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc_populate_lic.tar.zst\nDEBUG: For url file://0b/97/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/97/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c_create_package_spdx.tar.zst;downloadfilename=0b/97/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://72/77/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51_create_spdx.tar.zst\nDEBUG: For url ['file', '', '92/2f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_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://d5/e5/sstate:python3-flit-core-native::3.9.0:r0::12:d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ee/d1/sstate:rust-llvm::1.75.0:r0::12:eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece_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/37/45/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/37/45/sstate%3Alibnsl2-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A12%3A3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f_recipe_qa.tar.zst;downloadfilename=universal/37/45/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f_recipe_qa.tar.zst\nDEBUG: Testing URL file://ae/a3/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85_create_spdx.tar.zst\nDEBUG: Using  for d3/4e/sstate:liberation-fonts::2.1.5:r0::12:d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f_populate_lic.tar.zst\nDEBUG: Searching for 44/bf/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '72/77/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://92/2f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/2f/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst;downloadfilename=92/2f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd5/e5/sstate:python3-flit-core-native::3.9.0:r0::12:d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab_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://e5/58/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/c7/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c1c79dc5a089a532ee70bbe7bf2d5604244c2bac3e46856ce32805258231e0a9_stash_locale.tar.zst\nDEBUG: For url file://ee/d1/sstate:rust-llvm::1.75.0:r0::12:eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/d1/sstate%3Arust-llvm%3A%3A1.75.0%3Ar0%3A%3A12%3Aeed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece_populate_lic.tar.zst;downloadfilename=ee/d1/sstate:rust-llvm::1.75.0:r0::12:eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ae/a3/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d3/4e/sstate:liberation-fonts::2.1.5:r0::12:d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f_populate_lic.tar.zst\nDEBUG: Using  for 44/bf/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://72/77/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/77/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.5%3Ar0%3Acore2-64%3A12%3A7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51_create_spdx.tar.zst;downloadfilename=72/77/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51_create_spdx.tar.zst\nDEBUG: For url file://d5/e5/sstate:python3-flit-core-native::3.9.0:r0::12:d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/e5/sstate%3Apython3-flit-core-native%3A%3A3.9.0%3Ar0%3A%3A12%3Ad5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab_populate_lic.tar.zst;downloadfilename=d5/e5/sstate:python3-flit-core-native::3.9.0:r0::12:d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://74/9c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://af/42/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3_package_write_rpm.tar.zst\nDEBUG: For url file://ae/a3/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/a3/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A12%3Aaea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85_create_spdx.tar.zst;downloadfilename=ae/a3/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/26/sstate:librsvg::2.57.1:r0::12:8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd3/4e/sstate:liberation-fonts::2.1.5:r0::12:d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://44/bf/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/e3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/37/45/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f_recipe_qa.tar.zst\nDEBUG: Searching for 74/9c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for af/42/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://bb/73/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://92/2f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d3/4e/sstate:liberation-fonts::2.1.5:r0::12:d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/4e/sstate%3Aliberation-fonts%3A%3A2.1.5%3Ar0%3A%3A12%3Ad34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f_populate_lic.tar.zst;downloadfilename=d3/4e/sstate:liberation-fonts::2.1.5:r0::12:d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '44/bf/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603_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://ee/d1/sstate:rust-llvm::1.75.0:r0::12:eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/66/9c/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/c5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:d4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 74/9c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/69/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d369266e246b28f14d0143fd3afff280363964374f4abeb22c7702ef31ba469a_package_write_deb.tar.zst\nDEBUG: Using  for af/42/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3_package_write_rpm.tar.zst\nDEBUG: Searching for bb/73/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://81/db/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211_populate_sysroot.tar.zst\nDEBUG: For url file://44/bf/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/bf/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.13%3Ar0%3Aqemux86_64%3A12%3A44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603_deploy_source_date_epoch.tar.zst;downloadfilename=44/bf/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/5c/sstate:xcb-proto::1.17.0:r0::12:1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7_populate_lic.tar.zst\nDEBUG: Searching for universal/66/9c/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d4/c5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:d4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://74/9c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/22/30/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45_recipe_qa.tar.zst\nDEBUG: Testing URL file://af/42/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3_package_write_rpm.tar.zst\nDEBUG: Using  for bb/73/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e_package_write_ipk.tar.zst\nDEBUG: Searching for 81/db/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d5/e5/sstate:python3-flit-core-native::3.9.0:r0::12:d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab_populate_lic.tar.zst\nDEBUG: Searching for 1a/5c/sstate:xcb-proto::1.17.0:r0::12:1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/66/9c/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d4/c5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:d4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '74/9c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/22/30/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'af/42/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3_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/73/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e_package_write_ipk.tar.zst\nDEBUG: Using  for 81/db/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://46/3f/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1a/5c/sstate:xcb-proto::1.17.0:r0::12:1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/66/9c/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d4/c5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:d4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/4e/sstate:liberation-fonts::2.1.5:r0::12:d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f_populate_lic.tar.zst\nDEBUG: For url file://74/9c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/9c/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A12%3A749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89_create_package_spdx.tar.zst;downloadfilename=74/9c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89_create_package_spdx.tar.zst\nDEBUG: Using  for universal/22/30/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45_recipe_qa.tar.zst\nDEBUG: For url file://af/42/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/42/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.31%3Ar0%3Acore2-64%3A12%3Aaf4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3_package_write_rpm.tar.zst;downloadfilename=af/42/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'bb/73/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e_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://81/db/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211_populate_sysroot.tar.zst\nDEBUG: Searching for 46/3f/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1a/5c/sstate:xcb-proto::1.17.0:r0::12:1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/66/9c/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f_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/c5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:d4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c_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://04/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/22/30/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://44/bf/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:44bfa484a215d0ecc5014d9f8ba622aeecda1de762468a614f097e916bcfe603_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bb/73/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/73/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3Abb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e_package_write_ipk.tar.zst;downloadfilename=bb/73/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '81/db/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 46/3f/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1a/5c/sstate:xcb-proto::1.17.0:r0::12:1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7_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/66/9c/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/66/9c/sstate%3Alibxml-parser-perl-native%3Ax86_64-linux%3A2.47%3Ar0%3Ax86_64%3A12%3A669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/66/9c/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d4/c5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:d4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/c5/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3Ad4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c_deploy_source_date_epoch.tar.zst;downloadfilename=d4/c5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:d4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 04/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/22/30/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45_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://af/db/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e_recipe_qa.tar.zst\nDEBUG: For url file://81/db/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/db/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211_populate_sysroot.tar.zst;downloadfilename=81/db/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211_populate_sysroot.tar.zst\nDEBUG: Testing URL file://46/3f/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1a/5c/sstate:xcb-proto::1.17.0:r0::12:1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/5c/sstate%3Axcb-proto%3A%3A1.17.0%3Ar0%3A%3A12%3A1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7_populate_lic.tar.zst;downloadfilename=1a/5c/sstate:xcb-proto::1.17.0:r0::12:1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7_populate_lic.tar.zst\nDEBUG: Using  for 04/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7_package_write_deb.tar.zst\nDEBUG: For url file://universal/22/30/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/22/30/sstate%3Alibxml-sax-base-perl-native%3Ax86_64-linux%3A1.09%3Ar0%3Ax86_64%3A12%3A2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45_recipe_qa.tar.zst;downloadfilename=universal/22/30/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45_recipe_qa.tar.zst\nDEBUG: Searching for af/db/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '46/3f/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64_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://ae/a3/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://74/9c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89_create_package_spdx.tar.zst\nDEBUG: Testing URL file://04/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://72/77/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/cc/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:caccf3f4e36d9667a88c45faf4df89d1b86624e8b0e05e0f3cbddf9d623f97f2_package_write_ipk.tar.zst\nDEBUG: Using  for af/db/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e_recipe_qa.tar.zst\nDEBUG: For url file://46/3f/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/3f/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A12%3A463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64_deploy_source_date_epoch.tar.zst;downloadfilename=46/3f/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/66/9c/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:669cadb4821678265500aeb800fefb279c5e00415750052117287f856011a02f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://62/61/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/08/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '04/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7_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://35/ea/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9c/cf/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://af/db/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://50/a7/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://81/db/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:81db90cb64d58860a1530dcea98e7eda1a4101759f83976ff3c379f9070e0211_populate_sysroot.tar.zst\nDEBUG: Searching for 62/61/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1a/5c/sstate:xcb-proto::1.17.0:r0::12:1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7_populate_lic.tar.zst\nDEBUG: Searching for 6c/08/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://04/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/76/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.73.1%3Ar0%3Acore2-64%3A12%3A04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7_package_write_deb.tar.zst;downloadfilename=04/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7_package_write_deb.tar.zst\nDEBUG: Searching for 35/ea/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/9c/cf/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'af/db/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e_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/22/30/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:2230229ef4a9be3e6e3b3aeedd1a1775a86b7a8c5d946df76912ef092b344f45_recipe_qa.tar.zst\nDEBUG: Searching for 50/a7/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://98/b6/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9_package_qa.tar.zst\nDEBUG: Using  for 62/61/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://97/d8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6_package_write_rpm.tar.zst\nDEBUG: Using  for 6c/08/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e_package_write_ipk.tar.zst\nDEBUG: Using  for 35/ea/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da_package_qa.tar.zst\nDEBUG: Using  for universal/9c/cf/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9_create_package_spdx.tar.zst\nDEBUG: For url file://af/db/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/db/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3Aafdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e_recipe_qa.tar.zst;downloadfilename=af/db/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://91/96/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1_package.tar.zst\nDEBUG: Using  for 50/a7/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 98/b6/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://62/61/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e_package_qa.tar.zst\nDEBUG: Searching for 97/d8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6c/08/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://46/3f/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:463ff6462e0faf6509ab2b70caf9e5370ccdad29c86377acc170cc4db9a10c64_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://35/ea/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da_package_qa.tar.zst\nDEBUG: Testing URL file://universal/9c/cf/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9_create_package_spdx.tar.zst\nDEBUG: Searching for 91/96/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://50/a7/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 98/b6/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9_package_qa.tar.zst\nDEBUG: For url ['file', '', '62/61/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 97/d8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6c/08/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e_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://c3/06/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '35/ea/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da_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/9c/cf/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 91/96/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1_package.tar.zst\nDEBUG: For url ['file', '', '50/a7/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b_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/b6/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9_package_qa.tar.zst\nDEBUG: For url file://62/61/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/61/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A12%3A626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e_package_qa.tar.zst;downloadfilename=62/61/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e_package_qa.tar.zst\nDEBUG: Testing URL file://97/d8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6_package_write_rpm.tar.zst\nDEBUG: For url file://6c/08/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/08/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.5%3Ar0%3Acore2-64%3A12%3A6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e_package_write_ipk.tar.zst;downloadfilename=6c/08/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e_package_write_ipk.tar.zst\nDEBUG: Searching for c3/06/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://35/ea/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/ea/sstate%3Aiw%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da_package_qa.tar.zst;downloadfilename=35/ea/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da_package_qa.tar.zst\nDEBUG: For url file://universal/9c/cf/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9c/cf/sstate%3Aqemu-helper-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3A9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9_create_package_spdx.tar.zst;downloadfilename=universal/9c/cf/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://91/96/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1_package.tar.zst\nDEBUG: For url file://50/a7/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/a7/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A12%3A50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b_deploy_source_date_epoch.tar.zst;downloadfilename=50/a7/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '98/b6/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '97/d8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c3/06/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://af/db/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '91/96/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1_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://af/42/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3_package_write_rpm.tar.zst\nDEBUG: For url file://98/b6/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/b6/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A12%3A98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9_package_qa.tar.zst;downloadfilename=98/b6/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9_package_qa.tar.zst\nDEBUG: For url file://97/d8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/d8/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A12%3A97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6_package_write_rpm.tar.zst;downloadfilename=97/d8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c3/06/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/c5/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:d4c5d1d95344b7c6e74b918cef637286150898e5af68a057690e72eea57cf24c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://62/61/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c8/7c/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe_create_spdx.tar.zst\nDEBUG: For url file://91/96/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/96/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A12%3A9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1_package.tar.zst;downloadfilename=91/96/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://59/95/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c3/06/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81_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://35/ea/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9c/cf/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://85/81/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183_create_spdx.tar.zst\nDEBUG: Searching for universal/c8/7c/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://50/a7/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:50a71ba9c6b804ff695f2ff6a67875c1b148a0dd936f65143290a4908a2f431b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 59/95/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c3/06/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/06/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Ac30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81_recipe_qa.tar.zst;downloadfilename=c3/06/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d1/dc/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:d1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/bf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c_create_package_spdx.tar.zst\nDEBUG: Searching for 85/81/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6c/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c8/7c/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/53/18/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64_create_package_spdx.tar.zst\nDEBUG: Using  for 59/95/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b_package_write_rpm.tar.zst\nDEBUG: Searching for universal/d1/dc/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:d1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a6/bf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 85/81/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://98/b6/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9_package_qa.tar.zst\nDEBUG: Using  for 6c/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/c8/7c/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/97/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c_create_package_spdx.tar.zst\nDEBUG: Searching for universal/53/18/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://59/95/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b_package_write_rpm.tar.zst\nDEBUG: Using  for universal/d1/dc/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:d1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642_recipe_qa.tar.zst\nDEBUG: Using  for a6/bf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://85/81/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://60/d2/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6c/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://91/96/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:9196f4eb88ef3347d46116ee1e3d7ea8b04d19951b1f8ace4b9206c550b7c3f1_package.tar.zst\nDEBUG: For url ['file', '', 'universal/c8/7c/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe_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://b9/35/sstate:gdb::14.2:r0::12:b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948_populate_lic.tar.zst\nDEBUG: Using  for universal/53/18/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '59/95/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b_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/d1/dc/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:d1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642_recipe_qa.tar.zst\nDEBUG: Testing URL file://a6/bf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '85/81/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 60/d2/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6c/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183_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://5f/bf/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/c8/7c/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c8/7c/sstate%3Alibcomps-native%3Ax86_64-linux%3A0.1.21%3Ar0%3Ax86_64%3A12%3Ac87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe_create_spdx.tar.zst;downloadfilename=universal/c8/7c/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe_create_spdx.tar.zst\nDEBUG: Searching for b9/35/sstate:gdb::14.2:r0::12:b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/53/18/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64_create_package_spdx.tar.zst\nDEBUG: For url file://59/95/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/95/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A12%3A599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b_package_write_rpm.tar.zst;downloadfilename=59/95/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/d1/dc/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:d1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642_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/bf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://85/81/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/81/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b_recipe_qa.tar.zst;downloadfilename=85/81/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b_recipe_qa.tar.zst\nDEBUG: Using  for 60/d2/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/06/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81_recipe_qa.tar.zst\nDEBUG: For url file://6c/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/af/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A12%3A6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183_create_spdx.tar.zst;downloadfilename=6c/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183_create_spdx.tar.zst\nDEBUG: Searching for 5f/bf/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b9/35/sstate:gdb::14.2:r0::12:b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/53/18/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d1/dc/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:d1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d1/dc/sstate%3Alibrsvg-native%3Ax86_64-linux%3A2.57.1%3Ar0%3Ax86_64%3A12%3Ad1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642_recipe_qa.tar.zst;downloadfilename=universal/d1/dc/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:d1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642_recipe_qa.tar.zst\nDEBUG: For url file://a6/bf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/bf/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A12%3Aa6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c_create_package_spdx.tar.zst;downloadfilename=a6/bf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://60/d2/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/0d/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d_package_write_rpm.tar.zst\nDEBUG: Using  for 5f/bf/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b9/35/sstate:gdb::14.2:r0::12:b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948_populate_lic.tar.zst\nDEBUG: For url file://universal/53/18/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/18/sstate%3Aunfs3-native%3Ax86_64-linux%3A0.10.0%3Ar0%3Ax86_64%3A12%3A5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64_create_package_spdx.tar.zst;downloadfilename=universal/53/18/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c8/7c/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe_create_spdx.tar.zst\nDEBUG: For url ['file', '', '60/d2/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf_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/0d/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://42/59/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:4259956b4fc7bbf2e210e3e749df9d1846e66a5c14e38ef7431d5be509ef7df7_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://59/95/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://5f/bf/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://85/81/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b9/35/sstate:gdb::14.2:r0::12:b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948_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/c6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183_create_spdx.tar.zst\nDEBUG: For url file://60/d2/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/d2/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf_deploy_source_date_epoch.tar.zst;downloadfilename=60/d2/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3c/0d/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/9c/sstate:sysvinit::3.04:r0::12:2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/36/ef/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d1/dc/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:d1dc8ace2db29676d84cb33a4283817eca78d18ce57dcb38a1f423a84b6e0642_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5f/bf/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0_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://28/5a/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0_package_write_rpm.tar.zst\nDEBUG: For url file://b9/35/sstate:gdb::14.2:r0::12:b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/35/sstate%3Agdb%3A%3A14.2%3Ar0%3A%3A12%3Ab935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948_populate_lic.tar.zst;downloadfilename=b9/35/sstate:gdb::14.2:r0::12:b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948_populate_lic.tar.zst\nDEBUG: Searching for 09/c6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ef/36/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392_packagedata.tar.zst\nDEBUG: Testing URL file://3c/0d/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d_package_write_rpm.tar.zst\nDEBUG: Searching for 2e/9c/sstate:sysvinit::3.04:r0::12:2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/36/ef/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://dd/07/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4_package_write_rpm.tar.zst\nDEBUG: For url file://5f/bf/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/bf/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A12%3A5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0_deploy_source_date_epoch.tar.zst;downloadfilename=5f/bf/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 28/5a/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/53/18/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64_create_package_spdx.tar.zst\nDEBUG: Using  for 09/c6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68_create_package_spdx.tar.zst\nDEBUG: Searching for ef/36/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3c/0d/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2e/9c/sstate:sysvinit::3.04:r0::12:2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d_populate_lic.tar.zst\nDEBUG: Using  for universal/36/ef/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210_create_package_spdx.tar.zst\nDEBUG: Searching for dd/07/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 28/5a/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://80/48/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311_package_write_deb.tar.zst\nDEBUG: Testing URL file://09/c6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68_create_package_spdx.tar.zst\nDEBUG: Using  for ef/36/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392_packagedata.tar.zst\nDEBUG: For url file://3c/0d/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/0d/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d_package_write_rpm.tar.zst;downloadfilename=3c/0d/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://2e/9c/sstate:sysvinit::3.04:r0::12:2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/36/ef/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210_create_package_spdx.tar.zst\nDEBUG: Using  for dd/07/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://28/5a/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0_package_write_rpm.tar.zst\nDEBUG: Searching for 80/48/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '09/c6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ef/36/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392_packagedata.tar.zst\nDEBUG: For url ['file', '', '2e/9c/sstate:sysvinit::3.04:r0::12:2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d_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/ef/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210_create_package_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/35/sstate:gdb::14.2:r0::12:b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948_populate_lic.tar.zst\nDEBUG: Testing URL file://dd/07/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '28/5a/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 80/48/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311_package_write_deb.tar.zst\nDEBUG: For url file://09/c6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/c6/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A12%3A09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68_create_package_spdx.tar.zst;downloadfilename=09/c6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ef/36/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2e/9c/sstate:sysvinit::3.04:r0::12:2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/9c/sstate%3Asysvinit%3A%3A3.04%3Ar0%3A%3A12%3A2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d_populate_lic.tar.zst;downloadfilename=2e/9c/sstate:sysvinit::3.04:r0::12:2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d_populate_lic.tar.zst\nDEBUG: For url file://universal/36/ef/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/36/ef/sstate%3Am4-native%3Ax86_64-linux%3A1.4.19%3Ar0%3Ax86_64%3A12%3A36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210_create_package_spdx.tar.zst;downloadfilename=universal/36/ef/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/54/8c/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'dd/07/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4_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://5f/bf/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:5fbfda135eb23cd5ad87dc2dc43d03ac30c026f7c794891ed7c22ed7106eadf0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://28/5a/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/5a/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A24.1%3Ar0%3Acore2-64%3A12%3A285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0_package_write_rpm.tar.zst;downloadfilename=28/5a/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://80/48/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311_package_write_deb.tar.zst\nDEBUG: For url file://ef/36/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/36/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Aef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392_packagedata.tar.zst;downloadfilename=ef/36/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392_packagedata.tar.zst\nDEBUG: Searching for universal/54/8c/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3c/0d/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d_package_write_rpm.tar.zst\nDEBUG: For url file://dd/07/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/07/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A12%3Add074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4_package_write_rpm.tar.zst;downloadfilename=dd/07/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cd/67/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://60/d2/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:60d2273a3cb091ac8f9426d6080697db13a5a921c46210815e0212914bb6d9bf_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '80/48/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/54/8c/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://57/0d/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/9c/sstate:sysvinit::3.04:r0::12:2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d_populate_lic.tar.zst\nDEBUG: Searching for universal/cd/67/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://22/ce/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/36/ef/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210_create_package_spdx.tar.zst\nDEBUG: For url file://80/48/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/48/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311_package_write_deb.tar.zst;downloadfilename=80/48/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/54/8c/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4_create_spdx.tar.zst\nDEBUG: Searching for 57/0d/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1f/3f/sstate:libxfont2::2.0.6:r0::12:1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe_populate_lic.tar.zst\nDEBUG: Using  for universal/cd/67/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26_create_spdx.tar.zst\nDEBUG: Searching for 22/ce/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/f8/31/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:f83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/54/8c/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 57/0d/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5_packagedata.tar.zst\nDEBUG: Searching for 1f/3f/sstate:libxfont2::2.0.6:r0::12:1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://28/5a/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/cd/67/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/36/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392_packagedata.tar.zst\nDEBUG: Using  for 22/ce/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc_package_write_deb.tar.zst\nDEBUG: Searching for universal/f8/31/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:f83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/54/8c/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/54/8c/sstate%3Axz-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A12%3A548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4_create_spdx.tar.zst;downloadfilename=universal/54/8c/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/07/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://57/0d/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5_packagedata.tar.zst\nDEBUG: Using  for 1f/3f/sstate:libxfont2::2.0.6:r0::12:1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/11/75/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/cd/67/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26_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/9d/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/bf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://22/ce/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc_package_write_deb.tar.zst\nDEBUG: Using  for universal/f8/31/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:f83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/44/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437_create_spdx.tar.zst\nDEBUG: For url ['file', '', '57/0d/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1f/3f/sstate:libxfont2::2.0.6:r0::12:1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe_populate_lic.tar.zst\nDEBUG: Searching for universal/11/75/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/cd/67/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cd/67/sstate%3Apython3-pathlib2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A12%3Acd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26_create_spdx.tar.zst;downloadfilename=universal/cd/67/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26_create_spdx.tar.zst\nDEBUG: Searching for 16/9d/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1a/29/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0_packagedata.tar.zst\nDEBUG: For url ['file', '', '22/ce/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc_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://universal/f8/31/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:f83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9_recipe_qa.tar.zst\nDEBUG: Searching for e2/44/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://57/0d/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/0d/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5_packagedata.tar.zst;downloadfilename=57/0d/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5_packagedata.tar.zst\nDEBUG: For url ['file', '', '1f/3f/sstate:libxfont2::2.0.6:r0::12:1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/11/75/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 16/9d/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767_populate_sysroot.tar.zst\nDEBUG: Searching for 1a/29/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://22/ce/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/ce/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A12%3A22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc_package_write_deb.tar.zst;downloadfilename=22/ce/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/f8/31/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:f83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e2/44/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437_create_spdx.tar.zst\nDEBUG: For url file://1f/3f/sstate:libxfont2::2.0.6:r0::12:1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/3f/sstate%3Alibxfont2%3A%3A2.0.6%3Ar0%3A%3A12%3A1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe_populate_lic.tar.zst;downloadfilename=1f/3f/sstate:libxfont2::2.0.6:r0::12:1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/11/75/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/54/8c/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4_create_spdx.tar.zst\nDEBUG: Testing URL file://16/9d/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767_populate_sysroot.tar.zst\nDEBUG: Using  for 1a/29/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0_packagedata.tar.zst\nDEBUG: For url file://universal/f8/31/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:f83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f8/31/sstate%3Aautoconf-native%3Ax86_64-linux%3A2.72e%3Ar0%3Ax86_64%3A12%3Af83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9_recipe_qa.tar.zst;downloadfilename=universal/f8/31/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:f83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9_recipe_qa.tar.zst\nDEBUG: Testing URL file://e2/44/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/11/75/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4_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://06/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cd/67/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26_create_spdx.tar.zst\nDEBUG: For url ['file', '', '16/9d/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1a/29/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e2/44/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437_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/11/75/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/11/75/sstate%3Alibarchive-native%3Ax86_64-linux%3A3.7.4%3Ar0%3Ax86_64%3A12%3A117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/11/75/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 06/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d7/70/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b_recipe_qa.tar.zst\nDEBUG: For url file://16/9d/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/9d/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A12%3A169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767_populate_sysroot.tar.zst;downloadfilename=16/9d/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '1a/29/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e2/44/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/44/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A12%3Ae244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437_create_spdx.tar.zst;downloadfilename=e2/44/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://22/ce/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:22ce5571db5b3804cd9b6df72be827b566bf9709dd017a5ecdad155f2fbb3adc_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://57/0d/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5_packagedata.tar.zst\nDEBUG: Using  for 06/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d_create_spdx.tar.zst\nDEBUG: Searching for d7/70/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1f/3f/sstate:libxfont2::2.0.6:r0::12:1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe_populate_lic.tar.zst\nDEBUG: For url file://1a/29/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/29/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0_packagedata.tar.zst;downloadfilename=1a/29/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f8/31/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:f83160beee8f4d83b339eb3ec363177fa18f83924f093d8f9d9a06af921ec8e9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://90/ec/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/af/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444_create_package_spdx.tar.zst\nDEBUG: Testing URL file://06/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d_create_spdx.tar.zst\nDEBUG: Using  for d7/70/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/56/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/61/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/11/75/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:117565393d54654607899ad6b5b7f30d14a27629bbaa9f777bb158783b3861c4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 90/ec/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1d/af/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '06/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d_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/70/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b_recipe_qa.tar.zst\nDEBUG: Searching for a6/56/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ab/61/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://fd/03/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7_package_qa.tar.zst\nDEBUG: Using  for 90/ec/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db_package_write_rpm.tar.zst\nDEBUG: Testing URL file://90/ec/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db_package_write_rpm.tar.zst\nDEBUG: For url file://06/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/d5/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A12%3A06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d_create_spdx.tar.zst;downloadfilename=06/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd7/70/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a6/56/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994_package.tar.zst\nDEBUG: Using  for ab/61/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232_populate_sysroot.tar.zst\nDEBUG: Searching for fd/03/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1d/af/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '90/ec/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db_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/70/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/70/sstate%3Arust%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Ad77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b_recipe_qa.tar.zst;downloadfilename=d7/70/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b_recipe_qa.tar.zst\nDEBUG: Testing URL file://a6/56/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994_package.tar.zst\nDEBUG: Testing URL file://ab/61/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/29/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0_packagedata.tar.zst\nDEBUG: Using  for fd/03/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7_package_qa.tar.zst\nDEBUG: Testing URL file://1d/af/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444_create_package_spdx.tar.zst\nDEBUG: For url file://90/ec/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/ec/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A12%3A90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db_package_write_rpm.tar.zst;downloadfilename=90/ec/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a6/56/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ab/61/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232_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://68/22/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd_package_write_deb.tar.zst\nDEBUG: Testing URL file://fd/03/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7_package_qa.tar.zst\nDEBUG: For url ['file', '', '1d/af/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a6/56/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/56/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A24.1%3Ar0%3Acore2-64%3A12%3Aa656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994_package.tar.zst;downloadfilename=a6/56/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994_package.tar.zst\nDEBUG: For url file://ab/61/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/61/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A12%3Aab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232_populate_sysroot.tar.zst;downloadfilename=ab/61/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232_populate_sysroot.tar.zst\nDEBUG: Searching for 68/22/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'fd/03/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7_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/af/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/af/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A12%3A1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444_create_package_spdx.tar.zst;downloadfilename=1d/af/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444_create_package_spdx.tar.zst\nDEBUG: Using  for 68/22/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd_package_write_deb.tar.zst\nDEBUG: For url file://fd/03/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/03/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A12%3Afd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7_package_qa.tar.zst;downloadfilename=fd/03/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://80/48/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8048b865767b9a01637797b5a7aba79dda58685f660efef409d100e71c640311_package_write_deb.tar.zst\nDEBUG: Testing URL file://68/22/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/70/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://08/bb/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '68/22/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd_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://90/ec/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9a/25/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e_create_spdx.tar.zst\nDEBUG: Searching for 08/bb/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://68/22/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/22/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A12%3A68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd_package_write_deb.tar.zst;downloadfilename=68/22/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://81/7c/sstate:util-linux-libuuid::2.39.3:r0::12:817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a_populate_lic.tar.zst\nDEBUG: Searching for universal/9a/25/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 08/bb/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea_package_write_ipk.tar.zst\nDEBUG: Searching for 81/7c/sstate:util-linux-libuuid::2.39.3:r0::12:817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a6/56/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a656dcabd872841b3cffd3ac93257d2b335dba43f5d973b6950d72e6f835e994_package.tar.zst\nDEBUG: Using  for universal/9a/25/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e_create_spdx.tar.zst\nDEBUG: Testing URL file://08/bb/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://04/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:04768818181773a46dff9c228cee1d8287a0a20e0c19bf775ff65c018ea1e2c7_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://16/9d/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:169dc03fa0b5dcedb71e3bc448ccce661cc5e4099a87534ac6396a907f938767_populate_sysroot.tar.zst\nDEBUG: Using  for 81/7c/sstate:util-linux-libuuid::2.39.3:r0::12:817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/9a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/03/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7_package_qa.tar.zst\nDEBUG: Testing URL file://universal/9a/25/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '08/bb/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea_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://6b/6e/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/7f/sstate:glslang-native::1.3.283.0:r0::12:3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd_populate_lic.tar.zst\nDEBUG: Testing URL file://81/7c/sstate:util-linux-libuuid::2.39.3:r0::12:817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a_populate_lic.tar.zst\nDEBUG: Searching for 7a/9a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b0/f3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/9a/25/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://08/bb/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/bb/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A12%3A08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea_package_write_ipk.tar.zst;downloadfilename=08/bb/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea_package_write_ipk.tar.zst\nDEBUG: Searching for 6b/6e/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3f/7f/sstate:glslang-native::1.3.283.0:r0::12:3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '81/7c/sstate:util-linux-libuuid::2.39.3:r0::12:817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7a/9a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c_packagedata.tar.zst\nDEBUG: Searching for b0/f3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/9a/25/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9a/25/sstate%3Adwarfsrcfiles-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3A9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e_create_spdx.tar.zst;downloadfilename=universal/9a/25/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e_create_spdx.tar.zst\nDEBUG: Using  for 6b/6e/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49_create_spdx.tar.zst\nDEBUG: Using  for 3f/7f/sstate:glslang-native::1.3.283.0:r0::12:3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://68/22/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:68226936bde3208a0f98ffabaff83ee2ac3aa272aea2d10fb69fa3a3b97300dd_package_write_deb.tar.zst\nDEBUG: For url file://81/7c/sstate:util-linux-libuuid::2.39.3:r0::12:817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/7c/sstate%3Autil-linux-libuuid%3A%3A2.39.3%3Ar0%3A%3A12%3A817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a_populate_lic.tar.zst;downloadfilename=81/7c/sstate:util-linux-libuuid::2.39.3:r0::12:817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a_populate_lic.tar.zst\nDEBUG: Testing URL file://7a/9a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c_packagedata.tar.zst\nDEBUG: Using  for b0/f3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909_package_qa.tar.zst\nDEBUG: Testing URL file://6b/6e/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49_create_spdx.tar.zst\nDEBUG: Testing URL file://3f/7f/sstate:glslang-native::1.3.283.0:r0::12:3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/08/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:6c08f44d3ec4b1007164c8ead53202fd8fd744ce93e2199dfe18004f69a8955e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/36/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:aa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7a/9a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b0/f3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909_package_qa.tar.zst\nDEBUG: For url ['file', '', '6b/6e/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49_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/7f/sstate:glslang-native::1.3.283.0:r0::12:3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd_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://99/27/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b_create_spdx.tar.zst\nDEBUG: Searching for aa/36/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:aa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7a/9a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/9a/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c_packagedata.tar.zst;downloadfilename=7a/9a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://08/bb/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:08bb8153a0004910e5dd8463d40967c82776f409bd415a2cbead04620b1717ea_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'b0/f3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909_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/6e/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/6e/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49_create_spdx.tar.zst;downloadfilename=6b/6e/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49_create_spdx.tar.zst\nDEBUG: For url file://3f/7f/sstate:glslang-native::1.3.283.0:r0::12:3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/7f/sstate%3Aglslang-native%3A%3A1.3.283.0%3Ar0%3A%3A12%3A3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd_populate_lic.tar.zst;downloadfilename=3f/7f/sstate:glslang-native::1.3.283.0:r0::12:3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd_populate_lic.tar.zst\nDEBUG: Searching for 99/27/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for aa/36/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:aa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/ed/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b0/f3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/f3/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A12%3Ab0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909_package_qa.tar.zst;downloadfilename=b0/f3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9a/25/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/61/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ab61568e995ded68d5098d7b65762a8653cdf215c4dc78e12493ad4a2c9a2232_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://06/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/af/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444_create_package_spdx.tar.zst\nDEBUG: Using  for 99/27/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b_create_spdx.tar.zst\nDEBUG: Testing URL file://aa/36/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:aa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4c/ed/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://81/7c/sstate:util-linux-libuuid::2.39.3:r0::12:817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/a1/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:cba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://db/15/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/9a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://60/20/sstate:libxml-sax-base-perl-native::1.09:r0::12:6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2_populate_lic.tar.zst\nDEBUG: Testing URL file://99/27/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'aa/36/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:aa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39_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 4c/ed/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/40/18/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358_create_package_spdx.tar.zst\nDEBUG: Searching for cb/a1/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:cba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fe/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for db/15/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://71/f0/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a_package_write_deb.tar.zst\nDEBUG: Searching for 60/20/sstate:libxml-sax-base-perl-native::1.09:r0::12:6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '99/27/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b_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/36/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:aa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/36/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.5%3Ar0%3Acore2-64%3A12%3Aaa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39_deploy_source_date_epoch.tar.zst;downloadfilename=aa/36/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:aa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4c/ed/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/7f/sstate:glslang-native::1.3.283.0:r0::12:3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd_populate_lic.tar.zst\nDEBUG: Searching for universal/40/18/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cb/a1/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:cba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1_package_write_deb.tar.zst\nDEBUG: Using  for fe/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b_package_write_rpm.tar.zst\nDEBUG: Using  for db/15/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579_create_package_spdx.tar.zst\nDEBUG: Searching for 71/f0/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 60/20/sstate:libxml-sax-base-perl-native::1.09:r0::12:6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2_populate_lic.tar.zst\nDEBUG: For url file://99/27/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/27/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.5.1%3Ar0%3Acore2-64%3A12%3A9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b_create_spdx.tar.zst;downloadfilename=99/27/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4c/ed/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896_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/bf/d9/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:bfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://09/c6/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/f3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909_package_qa.tar.zst\nDEBUG: Using  for universal/40/18/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358_create_package_spdx.tar.zst\nDEBUG: Testing URL file://cb/a1/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:cba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1_package_write_deb.tar.zst\nDEBUG: Testing URL file://fe/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://db/15/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579_create_package_spdx.tar.zst\nDEBUG: Using  for 71/f0/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a_package_write_deb.tar.zst\nDEBUG: Testing URL file://60/20/sstate:libxml-sax-base-perl-native::1.09:r0::12:6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2_populate_lic.tar.zst\nDEBUG: For url file://4c/ed/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/ed/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896_deploy_source_date_epoch.tar.zst;downloadfilename=4c/ed/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/bf/d9/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:bfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8a/41/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c5/23/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/40/18/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'cb/a1/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:cba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1_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', '', 'fe/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b_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', '', 'db/15/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://71/f0/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/36/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:aa36b78f5c45abac07a818e50c4e8b90a1d12ee990ebafabbf90f151e39fbb39_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '60/20/sstate:libxml-sax-base-perl-native::1.09:r0::12:6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/bf/d9/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:bfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8a/41/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/c5/23/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/40/18/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cb/a1/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:cba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/a1/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A12%3Acba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1_package_write_deb.tar.zst;downloadfilename=cb/a1/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:cba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1_package_write_deb.tar.zst\nDEBUG: For url file://fe/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/79/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.14.0%3Ar0%3Acore2-64%3A12%3Afe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b_package_write_rpm.tar.zst;downloadfilename=fe/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b_package_write_rpm.tar.zst\nDEBUG: For url file://db/15/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/15/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A12%3Adb157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579_create_package_spdx.tar.zst;downloadfilename=db/15/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '71/f0/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a_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://universal/de/a4/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a_create_package_spdx.tar.zst\nDEBUG: For url file://60/20/sstate:libxml-sax-base-perl-native::1.09:r0::12:6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/20/sstate%3Alibxml-sax-base-perl-native%3A%3A1.09%3Ar0%3A%3A12%3A6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2_populate_lic.tar.zst;downloadfilename=60/20/sstate:libxml-sax-base-perl-native::1.09:r0::12:6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/bf/d9/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:bfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8a/41/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add_package_qa.tar.zst\nDEBUG: Using  for universal/c5/23/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/40/18/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/40/18/sstate%3Afribidi-native%3Ax86_64-linux%3A1.0.15%3Ar0%3Ax86_64%3A12%3A401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358_create_package_spdx.tar.zst;downloadfilename=universal/40/18/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358_create_package_spdx.tar.zst\nDEBUG: For url file://71/f0/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/f0/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A12%3A71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a_package_write_deb.tar.zst;downloadfilename=71/f0/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/ed/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:4ced3e1fc65f00ebd9d26adaa3c12cda75daa3526455ed6cfa097f7a81e23896_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/de/a4/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/bf/d9/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:bfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361_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://8a/41/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add_package_qa.tar.zst\nDEBUG: Testing URL file://universal/c5/23/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/44/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/06/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:f006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/73/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bb7341a859aa30282cb1c79afc1a82631c9e403e664218b9d3fe169d3ec6606e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/a1/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:cba14916b1369a26cab4833324b477e7049fd7cc0113cfa5b9f217e3ce162ee1_package_write_deb.tar.zst\nDEBUG: Using  for universal/de/a4/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a_create_package_spdx.tar.zst\nDEBUG: For url file://universal/bf/d9/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:bfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/d9/sstate%3Aattr-native%3Ax86_64-linux%3A2.5.2%3Ar0%3Ax86_64%3A12%3Abfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361_deploy_source_date_epoch.tar.zst;downloadfilename=universal/bf/d9/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:bfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8a/41/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add_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/23/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428_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://92/d9/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40_package.tar.zst\nDEBUG: Searching for f0/06/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:f006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fe/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/06/sstate:libpciaccess::0.18.1:r0::12:c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://15/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/de/a4/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a_create_package_spdx.tar.zst\nDEBUG: For url file://8a/41/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/41/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A12%3A8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add_package_qa.tar.zst;downloadfilename=8a/41/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add_package_qa.tar.zst\nDEBUG: For url file://universal/c5/23/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/23/sstate%3Aopenssl-native%3Ax86_64-linux%3A3.3.1%3Ar0%3Ax86_64%3A12%3Ac523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c5/23/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://60/20/sstate:libxml-sax-base-perl-native::1.09:r0::12:6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2_populate_lic.tar.zst\nDEBUG: Searching for 92/d9/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f0/06/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:f006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://56/3b/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://71/f0/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:71f0731a8442c82585bd78421e988a8aa42b6ef3d7bbebf29995a7ae59823e2a_package_write_deb.tar.zst\nDEBUG: Searching for c8/06/sstate:libpciaccess::0.18.1:r0::12:c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 15/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/de/a4/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a_create_package_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/40/18/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://33/cf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861_package_write_ipk.tar.zst\nDEBUG: Using  for 92/d9/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bf/d9/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:bfd9cdea2e368d90b56dab3332a2ec1ec471992a172c2573d150d52ed08c7361_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f0/06/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:f006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b_package_write_ipk.tar.zst\nDEBUG: Searching for 56/3b/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ad/f2/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18_create_spdx.tar.zst\nDEBUG: Using  for c8/06/sstate:libpciaccess::0.18.1:r0::12:c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827_populate_lic.tar.zst\nDEBUG: Using  for 15/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701_create_spdx.tar.zst\nDEBUG: For url file://universal/de/a4/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/de/a4/sstate%3Apython3-native%3Ax86_64-linux%3A3.12.4%3Ar0%3Ax86_64%3A12%3Adea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a_create_package_spdx.tar.zst;downloadfilename=universal/de/a4/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/14/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6_package_write_rpm.tar.zst\nDEBUG: Searching for 33/cf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://92/d9/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/c2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f0/06/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:f006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 56/3b/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a_packagedata.tar.zst\nDEBUG: Searching for ad/f2/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c8/06/sstate:libpciaccess::0.18.1:r0::12:c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827_populate_lic.tar.zst\nDEBUG: Testing URL file://15/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701_create_spdx.tar.zst\nDEBUG: Searching for e5/14/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 33/cf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/41/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add_package_qa.tar.zst\nDEBUG: For url ['file', '', '92/d9/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40_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/c5/23/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c523fc2980008fd00dab4bdf0976b50ae237e1deddc7ca18a5bd65c9456b1428_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ab/c2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f0/06/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:f006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/06/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A12%3Af006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b_package_write_ipk.tar.zst;downloadfilename=f0/06/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:f006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://56/3b/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a_packagedata.tar.zst\nDEBUG: Using  for ad/f2/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c8/06/sstate:libpciaccess::0.18.1:r0::12:c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '15/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e5/14/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://33/cf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://55/c6/sstate:ldconfig-native::2.12.1:r0::12:55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd_populate_lic.tar.zst\nDEBUG: For url file://92/d9/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/d9/sstate%3Alibgcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40_package.tar.zst;downloadfilename=92/d9/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/b7/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5_package_qa.tar.zst\nDEBUG: Using  for ab/c2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '56/3b/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ad/f2/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18_create_spdx.tar.zst\nDEBUG: For url file://c8/06/sstate:libpciaccess::0.18.1:r0::12:c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/06/sstate%3Alibpciaccess%3A%3A0.18.1%3Ar0%3A%3A12%3Ac806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827_populate_lic.tar.zst;downloadfilename=c8/06/sstate:libpciaccess::0.18.1:r0::12:c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827_populate_lic.tar.zst\nDEBUG: For url file://15/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/0c/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A12%3A150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701_create_spdx.tar.zst;downloadfilename=15/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701_create_spdx.tar.zst\nDEBUG: Testing URL file://e5/14/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '33/cf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 55/c6/sstate:ldconfig-native::2.12.1:r0::12:55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/de/a4/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a_create_package_spdx.tar.zst\nDEBUG: Searching for 2c/b7/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ab/c2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f_create_spdx.tar.zst\nDEBUG: For url file://56/3b/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/3b/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.29%3Ar0%3Acore2-64%3A12%3A563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a_packagedata.tar.zst;downloadfilename=56/3b/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ad/f2/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e5/14/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6_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/cf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/cf/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A12%3A33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861_package_write_ipk.tar.zst;downloadfilename=33/cf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://97/d8/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6_package_write_rpm.tar.zst\nDEBUG: Using  for 55/c6/sstate:ldconfig-native::2.12.1:r0::12:55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/33/85/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85_create_spdx.tar.zst\nDEBUG: Using  for 2c/b7/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ab/c2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f_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/f2/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/f2/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.18.1%3Ar0%3Acore2-64%3A12%3Aadf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18_create_spdx.tar.zst;downloadfilename=ad/f2/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18_create_spdx.tar.zst\nDEBUG: For url file://e5/14/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/14/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Ae51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6_package_write_rpm.tar.zst;downloadfilename=e5/14/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://92/d9/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:92d9fcb78c3daca24335a361a739afd74e26ef07b4feab4f64e0a575f8582b40_package.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/be/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://55/c6/sstate:ldconfig-native::2.12.1:r0::12:55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd_populate_lic.tar.zst\nDEBUG: Searching for universal/33/85/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2c/b7/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5_package_qa.tar.zst\nDEBUG: For url file://ab/c2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/c2/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A12%3Aabc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f_create_spdx.tar.zst;downloadfilename=ab/c2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/06/sstate:libpciaccess::0.18.1:r0::12:c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/e9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8_package_write_deb.tar.zst\nDEBUG: Searching for 6b/be/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://56/3b/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a_packagedata.tar.zst\nDEBUG: For url ['file', '', '55/c6/sstate:ldconfig-native::2.12.1:r0::12:55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/33/85/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2c/b7/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5_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://31/30/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d_package_write_deb.tar.zst\nDEBUG: Searching for d7/e9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6b/be/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/48/a8/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e_populate_sysroot.tar.zst\nDEBUG: For url file://55/c6/sstate:ldconfig-native::2.12.1:r0::12:55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/c6/sstate%3Aldconfig-native%3A%3A2.12.1%3Ar0%3A%3A12%3A55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd_populate_lic.tar.zst;downloadfilename=55/c6/sstate:ldconfig-native::2.12.1:r0::12:55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/33/85/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85_create_spdx.tar.zst\nDEBUG: For url file://2c/b7/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/b7/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A12%3A2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5_package_qa.tar.zst;downloadfilename=2c/b7/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5_package_qa.tar.zst\nDEBUG: Searching for 31/30/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d7/e9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8_package_write_deb.tar.zst\nDEBUG: Testing URL file://6b/be/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/48/a8/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e5/14/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/33/85/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 31/30/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d_package_write_deb.tar.zst\nDEBUG: Testing URL file://d7/e9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '6b/be/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887_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/48/a8/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6e/3d/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028_create_spdx.tar.zst\nDEBUG: For url file://universal/33/85/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/85/sstate%3Alibmpc-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A12%3A33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85_create_spdx.tar.zst;downloadfilename=universal/33/85/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85_create_spdx.tar.zst\nDEBUG: Testing URL file://31/30/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'd7/e9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8_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://6b/be/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/be/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.38%3Ar0%3Acore2-64%3A12%3A6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887_deploy_source_date_epoch.tar.zst;downloadfilename=6b/be/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/48/a8/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e_populate_sysroot.tar.zst\nDEBUG: Searching for universal/6e/3d/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '31/30/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d_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://d7/e9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/e9/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A12%3Ad7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8_package_write_deb.tar.zst;downloadfilename=d7/e9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/48/a8/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e_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://55/c6/sstate:ldconfig-native::2.12.1:r0::12:55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd_populate_lic.tar.zst\nDEBUG: Using  for universal/6e/3d/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028_create_spdx.tar.zst\nDEBUG: For url file://31/30/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/30/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A12%3A31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d_package_write_deb.tar.zst;downloadfilename=31/30/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/b7/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/06/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:f006264be23f4ced0ede2a1431310cbc050b08ca2dcf40141a066e0ecb47e60b_package_write_ipk.tar.zst\nDEBUG: For url file://universal/48/a8/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/48/a8/sstate%3Apython3-pygments-native%3Ax86_64-linux%3A2.18.0%3Ar0%3Ax86_64%3A12%3A48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e_populate_sysroot.tar.zst;downloadfilename=universal/48/a8/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/6e/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://60/06/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392_packagedata.tar.zst\nDEBUG: Testing URL file://universal/6e/3d/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ae/34/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/64/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://97/53/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/33/85/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85_create_spdx.tar.zst\nDEBUG: Searching for 60/06/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/6e/3d/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/ae/34/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4a/64/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d7/e9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7e9fbb7158673e6ff31a239a16fe84d61a6acbc7f5b24796182298d44c797f8_package_write_deb.tar.zst\nDEBUG: Searching for 97/53/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/4f/c7/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 60/06/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392_packagedata.tar.zst\nDEBUG: For url file://universal/6e/3d/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6e/3d/sstate%3Alibdnf-native%3Ax86_64-linux%3A0.73.1%3Ar0%3Ax86_64%3A12%3A6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028_create_spdx.tar.zst;downloadfilename=universal/6e/3d/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028_create_spdx.tar.zst\nDEBUG: Using  for universal/ae/34/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2_recipe_qa.tar.zst\nDEBUG: Using  for 4a/64/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://73/e4/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e_create_spdx.tar.zst\nDEBUG: Using  for 97/53/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d_recipe_qa.tar.zst\nDEBUG: Searching for universal/4f/c7/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://60/06/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392_packagedata.tar.zst\nDEBUG: Testing URL file://universal/ae/34/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2_recipe_qa.tar.zst\nDEBUG: Testing URL file://4a/64/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f_package_write_rpm.tar.zst\nDEBUG: Searching for 73/e4/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://31/30/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:31309b8a1e2ddc714106d9273c94b72fe4a184ef391a70a26741a5aa5826e59d_package_write_deb.tar.zst\nDEBUG: Testing URL file://97/53/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/48/a8/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e_populate_sysroot.tar.zst\nDEBUG: Using  for universal/4f/c7/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '60/06/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ae/34/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2_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/64/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f_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/e4/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://70/af/sstate:libogg::1.3.5:r0::12:70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '97/53/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d_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/73/ac/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/4f/c7/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://60/06/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/06/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3A60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392_packagedata.tar.zst;downloadfilename=60/06/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392_packagedata.tar.zst\nDEBUG: For url file://universal/ae/34/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/34/sstate%3Atexinfo-dummy-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3Aae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2_recipe_qa.tar.zst;downloadfilename=universal/ae/34/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2_recipe_qa.tar.zst\nDEBUG: For url file://4a/64/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/64/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A12%3A4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f_package_write_rpm.tar.zst;downloadfilename=4a/64/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://73/e4/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e_create_spdx.tar.zst\nDEBUG: Searching for 70/af/sstate:libogg::1.3.5:r0::12:70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/6e/3d/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028_create_spdx.tar.zst\nDEBUG: For url file://97/53/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/53/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d_recipe_qa.tar.zst;downloadfilename=97/53/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d_recipe_qa.tar.zst\nDEBUG: Searching for universal/73/ac/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/4f/c7/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a_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/cf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:33cf1ebd72b15b8cf0a714dd59348214c1f2111094bab2ef710f408546dff861_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://db/15/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://99/27/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '73/e4/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 70/af/sstate:libogg::1.3.5:r0::12:70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/be/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:6bbe35d1373c848f813f8d05afdc73c994b4b5772e85d3c9053bf7cf95cf2887_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/23/95/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1_populate_sysroot.tar.zst\nDEBUG: Using  for universal/73/ac/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/4f/c7/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4f/c7/sstate%3Aqemu-helper-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3A4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4f/c7/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/f7/sstate:libxt::1.3.0:r0::12:6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/a9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ae/34/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://45/52/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b_package_qa.tar.zst\nDEBUG: For url file://73/e4/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/e4/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e_create_spdx.tar.zst;downloadfilename=73/e4/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e_create_spdx.tar.zst\nDEBUG: Testing URL file://70/af/sstate:libogg::1.3.5:r0::12:70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://88/0b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814_package_write_deb.tar.zst\nDEBUG: Searching for universal/23/95/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/73/ac/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6d/f7/sstate:libxt::1.3.0:r0::12:6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://60/06/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392_packagedata.tar.zst\nDEBUG: Searching for 5d/a9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4a/64/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/29/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6_create_package_spdx.tar.zst\nDEBUG: Searching for 45/52/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '70/af/sstate:libogg::1.3.5:r0::12:70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 88/0b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/23/95/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/73/ac/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855_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 6d/f7/sstate:libxt::1.3.0:r0::12:6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ad/50/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:ad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85_recipe_qa.tar.zst\nDEBUG: Using  for 5d/a9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/17/39/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2_create_package_spdx.tar.zst\nDEBUG: Searching for 1f/29/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 45/52/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b_package_qa.tar.zst\nDEBUG: For url file://70/af/sstate:libogg::1.3.5:r0::12:70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/af/sstate%3Alibogg%3A%3A1.3.5%3Ar0%3A%3A12%3A70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7_populate_lic.tar.zst;downloadfilename=70/af/sstate:libogg::1.3.5:r0::12:70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7_populate_lic.tar.zst\nDEBUG: Using  for 88/0b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/23/95/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1_populate_sysroot.tar.zst\nDEBUG: For url file://universal/73/ac/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/73/ac/sstate%3Alibpng-native%3Ax86_64-linux%3A1.6.43%3Ar0%3Ax86_64%3A12%3A73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855_deploy_source_date_epoch.tar.zst;downloadfilename=universal/73/ac/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6d/f7/sstate:libxt::1.3.0:r0::12:6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0_populate_lic.tar.zst\nDEBUG: Searching for universal/ad/50/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:ad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5d/a9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba_package_write_ipk.tar.zst\nDEBUG: Searching for universal/17/39/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1f/29/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4f/c7/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:4fc756d78632362f90e2b6a33461596836eea206a7b2c6a32b332ed7671bb33a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://45/52/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b_package_qa.tar.zst\nDEBUG: Testing URL file://88/0b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/23/95/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1_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/f7/sstate:libxt::1.3.0:r0::12:6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0_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/50/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:ad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5d/a9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/17/39/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://1f/29/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/70/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605_create_spdx.tar.zst\nDEBUG: For url ['file', '', '45/52/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b_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/0b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814_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/23/95/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/23/95/sstate%3Aopenssl-native%3Ax86_64-linux%3A3.3.1%3Ar0%3Ax86_64%3A12%3A2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1_populate_sysroot.tar.zst;downloadfilename=universal/23/95/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1_populate_sysroot.tar.zst\nDEBUG: For url file://6d/f7/sstate:libxt::1.3.0:r0::12:6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/f7/sstate%3Alibxt%3A%3A1.3.0%3Ar0%3A%3A12%3A6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0_populate_lic.tar.zst;downloadfilename=6d/f7/sstate:libxt::1.3.0:r0::12:6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ad/50/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:ad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85_recipe_qa.tar.zst\nDEBUG: For url file://5d/a9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/a9/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A12%3A5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba_package_write_ipk.tar.zst;downloadfilename=5d/a9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/17/39/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '1f/29/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c8/70/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://45/52/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/52/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b_package_qa.tar.zst;downloadfilename=45/52/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b_package_qa.tar.zst\nDEBUG: For url file://88/0b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/0b/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A12%3A880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814_package_write_deb.tar.zst;downloadfilename=88/0b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/ad/50/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:ad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85_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/af/sstate:libogg::1.3.5:r0::12:70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/17/39/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2_create_package_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://97/53/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d_recipe_qa.tar.zst\nDEBUG: For url file://1f/29/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/29/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6_create_package_spdx.tar.zst;downloadfilename=1f/29/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://15/0c/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701_create_spdx.tar.zst\nDEBUG: Using  for c8/70/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605_create_spdx.tar.zst\nDEBUG: For url file://universal/ad/50/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:ad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ad/50/sstate%3Axmlto-native%3Ax86_64-linux%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3Ax86_64%3A12%3Aad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85_recipe_qa.tar.zst;downloadfilename=universal/ad/50/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:ad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://02/2a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/73/ac/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:73acac0dd41a72a37ee5c46a785b54ebbbe8370151f8fd482986242b1b4cc855_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/f7/sstate:libxt::1.3.0:r0::12:6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0_populate_lic.tar.zst\nDEBUG: For url file://universal/17/39/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/17/39/sstate%3Alibxml-sax-base-perl-native%3Ax86_64-linux%3A1.09%3Ar0%3Ax86_64%3A12%3A17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2_create_package_spdx.tar.zst;downloadfilename=universal/17/39/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/23/95/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/01/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c8/70/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605_create_spdx.tar.zst\nDEBUG: Searching for 02/2a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5d/a9/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5da9e1131644d39c3ad4a4edf375185e7a8037ee716a512df06c529e1a1b37ba_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/f2/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/89/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:cd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://58/54/sstate:cpio::2.15:r0::12:58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef_populate_lic.tar.zst\nDEBUG: Searching for e7/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ab/c2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://45/52/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b_package_qa.tar.zst\nDEBUG: Searching for 7a/01/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c8/70/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 02/2a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://14/d1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd_populate_sysroot.tar.zst\nDEBUG: Searching for e6/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c5/70/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:c570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cd/89/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:cd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 58/54/sstate:cpio::2.15:r0::12:58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e7/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/cc/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://46/e9/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb_package_write_ipk.tar.zst\nDEBUG: Using  for 7a/01/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c8/70/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/70/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A12%3Ac8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605_create_spdx.tar.zst;downloadfilename=c8/70/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ad/50/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:ad50267b933babdf9f899aa66201fcdb658cd0f497379e4d45cb51943f824e85_recipe_qa.tar.zst\nDEBUG: Testing URL file://02/2a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619_package_write_rpm.tar.zst\nDEBUG: Searching for 14/d1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e6/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c5/70/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:c570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cd/89/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:cd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e_populate_sysroot.tar.zst\nDEBUG: Using  for 58/54/sstate:cpio::2.15:r0::12:58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef_populate_lic.tar.zst\nDEBUG: Testing URL file://e7/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de_package_qa.tar.zst\nDEBUG: Searching for 7a/cc/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 46/e9/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7a/01/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/17/39/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/77/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef_create_spdx.tar.zst\nDEBUG: For url ['file', '', '02/2a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 14/d1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e6/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c5/70/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:c570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cd/89/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:cd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://58/54/sstate:cpio::2.15:r0::12:58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e7/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7a/cc/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d_recipe_qa.tar.zst\nDEBUG: Using  for 46/e9/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '7a/01/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809_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://b7/c9/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0_create_spdx.tar.zst\nDEBUG: Searching for eb/77/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://02/2a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/2a/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A12%3A022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619_package_write_rpm.tar.zst;downloadfilename=02/2a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619_package_write_rpm.tar.zst\nDEBUG: Testing URL file://14/d1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e6/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c_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://c5/70/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:c570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cd/89/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:cd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e_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/54/sstate:cpio::2.15:r0::12:58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e7/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/5a/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A12%3Ae75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de_package_qa.tar.zst;downloadfilename=e7/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de_package_qa.tar.zst\nDEBUG: Testing URL file://7a/cc/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d_recipe_qa.tar.zst\nDEBUG: Testing URL file://46/e9/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb_package_write_ipk.tar.zst\nDEBUG: For url file://7a/01/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/01/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A12%3A7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809_deploy_source_date_epoch.tar.zst;downloadfilename=7a/01/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b7/c9/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for eb/77/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef_create_spdx.tar.zst\nDEBUG: For url ['file', '', '14/d1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd_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/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/89/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A12%3Ae689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c_deploy_source_date_epoch.tar.zst;downloadfilename=e6/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c5/70/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:c570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd_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/89/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:cd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/89/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.13%3Ar0%3Aqemux86_64%3A12%3Acd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e_populate_sysroot.tar.zst;downloadfilename=cd/89/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:cd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e_populate_sysroot.tar.zst\nDEBUG: For url file://58/54/sstate:cpio::2.15:r0::12:58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/54/sstate%3Acpio%3A%3A2.15%3Ar0%3A%3A12%3A58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef_populate_lic.tar.zst;downloadfilename=58/54/sstate:cpio::2.15:r0::12:58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7a/cc/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '46/e9/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b7/c9/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0_create_spdx.tar.zst\nDEBUG: Testing URL file://eb/77/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://88/0b/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:880bd8d1067d56aab6adb535a6703a2addd7524e28b462c175608c8ec1ffe814_package_write_deb.tar.zst\nDEBUG: For url file://14/d1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/d1/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd_populate_sysroot.tar.zst;downloadfilename=14/d1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://02/2a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619_package_write_rpm.tar.zst\nDEBUG: For url file://c5/70/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:c570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/70/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A12%3Ac570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd_deploy_source_date_epoch.tar.zst;downloadfilename=c5/70/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:c570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7a/cc/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/cc/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d_recipe_qa.tar.zst;downloadfilename=7a/cc/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d_recipe_qa.tar.zst\nDEBUG: For url file://46/e9/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/e9/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb_package_write_ipk.tar.zst;downloadfilename=46/e9/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/5a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/01/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:7a012b12997e6197f9bfc49132ae7ba82ab0624c6dc1ce443b38c223a796b809_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b7/c9/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'eb/77/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef_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://cd/fb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:cdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://00/1c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://58/54/sstate:cpio::2.15:r0::12:58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e689896cc79cfdd27ac2bbb651727dbc25d3a5b1f3a1a28625c3795751ea220c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/89/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:cd8968eaf307647c0dd14d197c7cfca3b0e57038ded3bf156cc8c398e58dca1e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/df/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/86/16/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b7/c9/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://eb/77/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/77/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3Aeb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef_create_spdx.tar.zst;downloadfilename=eb/77/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef_create_spdx.tar.zst\nDEBUG: Searching for cd/fb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:cdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 00/1c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/f3/71/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:f371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1b/5b/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/ab/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f_create_package_spdx.tar.zst\nDEBUG: Searching for c2/df/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/86/16/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b7/c9/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/c9/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.68%3Ar0%3Acore2-64%3A12%3Ab7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0_create_spdx.tar.zst;downloadfilename=b7/c9/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/70/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:c570b1578ee5f9c10b042d152fa81387f113bfa40fb447abf636e52f0dfd84cd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for cd/fb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:cdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/cc/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d_recipe_qa.tar.zst\nDEBUG: Using  for 00/1c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408_packagedata.tar.zst\nDEBUG: Searching for universal/f3/71/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:f371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/1b/5b/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7a/ab/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c2/df/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be_packagedata.tar.zst\nDEBUG: Using  for universal/86/16/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://33/1b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512_packagedata.tar.zst\nDEBUG: Testing URL file://cd/fb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:cdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://12/99/sstate:bc::1.07.1:r0::12:1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7_populate_lic.tar.zst\nDEBUG: Testing URL file://00/1c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408_packagedata.tar.zst\nDEBUG: Using  for universal/f3/71/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:f371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/1b/5b/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95_recipe_qa.tar.zst\nDEBUG: Using  for 7a/ab/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c2/df/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be_packagedata.tar.zst\nDEBUG: Testing URL file://universal/86/16/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a_create_spdx.tar.zst\nDEBUG: Searching for 33/1b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cd/fb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:cdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40_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/e4/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e_create_spdx.tar.zst\nDEBUG: Searching for 12/99/sstate:bc::1.07.1:r0::12:1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '00/1c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/f3/71/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:f371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/1b/5b/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95_recipe_qa.tar.zst\nDEBUG: Testing URL file://7a/ab/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c2/df/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/86/16/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 33/1b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512_packagedata.tar.zst\nDEBUG: For url file://cd/fb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:cdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/fb/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A12%3Acdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40_deploy_source_date_epoch.tar.zst;downloadfilename=cd/fb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:cdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/ec/sstate:taglib::2.0.1:r0::12:e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d_populate_lic.tar.zst\nDEBUG: Using  for 12/99/sstate:bc::1.07.1:r0::12:1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7_populate_lic.tar.zst\nDEBUG: For url file://00/1c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/1c/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408_packagedata.tar.zst;downloadfilename=00/1c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/f3/71/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:f371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15_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/5b/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7a/ab/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c2/df/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/df/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3Ac2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be_packagedata.tar.zst;downloadfilename=c2/df/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be_packagedata.tar.zst\nDEBUG: For url file://universal/86/16/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/86/16/sstate%3Agperf-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A12%3A8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a_create_spdx.tar.zst;downloadfilename=universal/86/16/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a_create_spdx.tar.zst\nDEBUG: Testing URL file://33/1b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512_packagedata.tar.zst\nDEBUG: Searching for e6/ec/sstate:taglib::2.0.1:r0::12:e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://12/99/sstate:bc::1.07.1:r0::12:1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7_populate_lic.tar.zst\nDEBUG: For url file://universal/f3/71/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:f371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f3/71/sstate%3Alibxml-namespacesupport-perl-native%3Ax86_64-linux%3A1.12%3Ar0%3Ax86_64%3A12%3Af371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f3/71/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:f371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/1b/5b/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1b/5b/sstate%3Aboost-build-native%3Ax86_64-linux%3A1.85.0%3Ar0%3Ax86_64%3A12%3A1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95_recipe_qa.tar.zst;downloadfilename=universal/1b/5b/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95_recipe_qa.tar.zst\nDEBUG: For url file://7a/ab/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/ab/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.3.0%3Ar0%3Acore2-64%3A12%3A7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f_create_package_spdx.tar.zst;downloadfilename=7a/ab/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '33/1b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e6/ec/sstate:taglib::2.0.1:r0::12:e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '12/99/sstate:bc::1.07.1:r0::12:1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7_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://00/1c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408_packagedata.tar.zst\nDEBUG: For url file://33/1b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/1b/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.8.2%3Ar0%3Acore2-64%3A12%3A331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512_packagedata.tar.zst;downloadfilename=33/1b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512_packagedata.tar.zst\nDEBUG: Testing URL file://e6/ec/sstate:taglib::2.0.1:r0::12:e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/fb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:cdfb7943617fe2eb19db51778e505f6d11f9bdbdbed9184b4d29c996101bfa40_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://12/99/sstate:bc::1.07.1:r0::12:1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/99/sstate%3Abc%3A%3A1.07.1%3Ar0%3A%3A12%3A1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7_populate_lic.tar.zst;downloadfilename=12/99/sstate:bc::1.07.1:r0::12:1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://14/d1/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:14d14a9286cca33ff8dcaf54e5b76e45731f7ccfbe06f916afecf1151b0cf5cd_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://98/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e6/ec/sstate:taglib::2.0.1:r0::12:e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d_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://92/2f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f3/71/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:f371b6fb7638fb460ae8c631f47586ea8b9304d298f8c2cd93913ba09f611f15_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/86/16/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://57/0e/sstate:rpm-native::4.19.1.1:r0::12:570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4_populate_lic.tar.zst\nDEBUG: Searching for 98/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e6/ec/sstate:taglib::2.0.1:r0::12:e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/ec/sstate%3Ataglib%3A%3A2.0.1%3Ar0%3A%3A12%3Ae6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d_populate_lic.tar.zst;downloadfilename=e6/ec/sstate:taglib::2.0.1:r0::12:e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d_populate_lic.tar.zst\nDEBUG: Searching for 92/2f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/1b/5b/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1b5b2e0e489f15afc80e380085a6976f7ea85a55405c7e74564d5a3f5f2e2c95_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d5/73/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/9e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:bb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec_populate_sysroot.tar.zst\nDEBUG: Searching for 57/0e/sstate:rpm-native::4.19.1.1:r0::12:570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 98/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855_package_write_deb.tar.zst\nDEBUG: Using  for 92/2f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/24/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e_package_write_deb.tar.zst\nDEBUG: Searching for universal/d5/73/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bb/9e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:bb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 57/0e/sstate:rpm-native::4.19.1.1:r0::12:570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4_populate_lic.tar.zst\nDEBUG: Testing URL file://98/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855_package_write_deb.tar.zst\nDEBUG: Testing URL file://92/2f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1b/24/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/d5/73/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530_recipe_qa.tar.zst\nDEBUG: Using  for bb/9e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:bb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec_populate_sysroot.tar.zst\nDEBUG: Testing URL file://57/0e/sstate:rpm-native::4.19.1.1:r0::12:570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://12/99/sstate:bc::1.07.1:r0::12:1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '98/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855_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', '', '92/2f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_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 1b/24/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/d5/73/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530_recipe_qa.tar.zst\nDEBUG: Testing URL file://bb/9e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:bb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '57/0e/sstate:rpm-native::4.19.1.1:r0::12:570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4_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://b8/68/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:b868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d_package_write_deb.tar.zst\nDEBUG: For url file://98/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/bb/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A12%3A98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855_package_write_deb.tar.zst;downloadfilename=98/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855_package_write_deb.tar.zst\nDEBUG: For url file://92/2f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/2f/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst;downloadfilename=92/2f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1b/24/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/d5/73/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bb/9e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:bb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://57/0e/sstate:rpm-native::4.19.1.1:r0::12:570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/0e/sstate%3Arpm-native%3A%3A4.19.1.1%3Ar0%3A%3A12%3A570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4_populate_lic.tar.zst;downloadfilename=57/0e/sstate:rpm-native::4.19.1.1:r0::12:570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4_populate_lic.tar.zst\nDEBUG: Searching for b8/68/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:b868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1b/24/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e_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/d5/73/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d5/73/sstate%3Are2c-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A12%3Ad5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530_recipe_qa.tar.zst;downloadfilename=universal/d5/73/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530_recipe_qa.tar.zst\nDEBUG: For url file://bb/9e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:bb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/9e/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A12%3Abb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec_populate_sysroot.tar.zst;downloadfilename=bb/9e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:bb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/ec/sstate:taglib::2.0.1:r0::12:e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d_populate_lic.tar.zst\nDEBUG: Using  for b8/68/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:b868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d_package_write_deb.tar.zst\nDEBUG: For url file://1b/24/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/24/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A12%3A1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e_package_write_deb.tar.zst;downloadfilename=1b/24/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/70/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/92/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/29/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b8/68/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:b868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://98/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:98bbb13b2fbd675f67950a265c1e2214e6491c5bb3e9a1ddd6767722dcc96855_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://92/2f/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/cd/sstate:alsa-lib::1.2.12:r0::12:d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e_populate_lic.tar.zst\nDEBUG: Searching for b5/92/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://57/0e/sstate:rpm-native::4.19.1.1:r0::12:570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d5/93/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/68/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:b868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d_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://universal/cc/ba/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:ccba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3f/59/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1_populate_sysroot.tar.zst\nDEBUG: Searching for d7/cd/sstate:alsa-lib::1.2.12:r0::12:d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b5/92/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/c7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d_recipe_qa.tar.zst\nDEBUG: Searching for universal/d5/93/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b8/68/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:b868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/68/sstate%3Amesa%3Acore2-64-poky-linux%3A24.0.7%3Ar0%3Acore2-64%3A12%3Ab868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d_package_write_deb.tar.zst;downloadfilename=b8/68/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:b868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d_package_write_deb.tar.zst\nDEBUG: Searching for universal/cc/ba/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:ccba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3f/59/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d7/cd/sstate:alsa-lib::1.2.12:r0::12:d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e_populate_lic.tar.zst\nDEBUG: Testing URL file://b5/92/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a_recipe_qa.tar.zst\nDEBUG: Searching for d4/c7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/d5/93/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f_create_package_spdx.tar.zst\nDEBUG: Using  for universal/cc/ba/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:ccba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/3f/59/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/24/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b248cccb76d1f14ada1360e0a4416e75d718ea2035ee5ce399beff6dd7d287e_package_write_deb.tar.zst\nDEBUG: Testing URL file://d7/cd/sstate:alsa-lib::1.2.12:r0::12:d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b5/92/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d4/c7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/d5/93/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/cc/ba/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:ccba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/3f/59/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://25/47/sstate:dbus::1.14.10:r0::12:25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd7/cd/sstate:alsa-lib::1.2.12:r0::12:d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b5/92/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/92/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A12%3Ab592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a_recipe_qa.tar.zst;downloadfilename=b5/92/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a_recipe_qa.tar.zst\nDEBUG: Testing URL file://d4/c7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/d5/93/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/cc/ba/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:ccba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58_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/3f/59/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 25/47/sstate:dbus::1.14.10:r0::12:25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d7/cd/sstate:alsa-lib::1.2.12:r0::12:d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/cd/sstate%3Aalsa-lib%3A%3A1.2.12%3Ar0%3A%3A12%3Ad7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e_populate_lic.tar.zst;downloadfilename=d7/cd/sstate:alsa-lib::1.2.12:r0::12:d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd4/c7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d_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/d5/93/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d5/93/sstate%3Are2c-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A12%3Ad5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f_create_package_spdx.tar.zst;downloadfilename=universal/d5/93/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f_create_package_spdx.tar.zst\nDEBUG: For url file://universal/cc/ba/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:ccba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cc/ba/sstate%3Anasm-native%3Ax86_64-linux%3A2.16.03%3Ar0%3Ax86_64%3A12%3Accba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58_deploy_source_date_epoch.tar.zst;downloadfilename=universal/cc/ba/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:ccba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://33/1b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512_packagedata.tar.zst\nDEBUG: For url file://universal/3f/59/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3f/59/sstate%3Apython3-flit-core-native%3Ax86_64-linux%3A3.9.0%3Ar0%3Ax86_64%3A12%3A3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1_populate_sysroot.tar.zst;downloadfilename=universal/3f/59/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1_populate_sysroot.tar.zst\nDEBUG: Using  for 25/47/sstate:dbus::1.14.10:r0::12:25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395_populate_lic.tar.zst\nDEBUG: For url file://d4/c7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/c7/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A12%3Ad4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d_recipe_qa.tar.zst;downloadfilename=d4/c7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/77/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/42/b0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/68/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:b868df0a16f23579e0c5998cf575d5fa10e880ad2a1051b11abbbb195c28cf7d_package_write_deb.tar.zst\nDEBUG: Testing URL file://25/47/sstate:dbus::1.14.10:r0::12:25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/92/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/27/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9_package_write_rpm.tar.zst\nDEBUG: Searching for universal/42/b0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d7/cd/sstate:alsa-lib::1.2.12:r0::12:d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d5/93/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/c9/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/d9/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '25/47/sstate:dbus::1.14.10:r0::12:25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395_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://5d/58/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1_package_write_ipk.tar.zst\nDEBUG: Searching for 1a/27/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/42/b0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/f6/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/f1/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:caf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/07/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99_create_package_spdx.tar.zst\nDEBUG: Searching for c5/d9/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://25/47/sstate:dbus::1.14.10:r0::12:25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/47/sstate%3Adbus%3A%3A1.14.10%3Ar0%3A%3A12%3A25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395_populate_lic.tar.zst;downloadfilename=25/47/sstate:dbus::1.14.10:r0::12:25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395_populate_lic.tar.zst\nDEBUG: Searching for 5d/58/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1a/27/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/42/b0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b_create_spdx.tar.zst\nDEBUG: Searching for ce/f6/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ca/f1/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:caf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/85/07/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/3f/59/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1_populate_sysroot.tar.zst\nDEBUG: Using  for c5/d9/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/c7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d_recipe_qa.tar.zst\nDEBUG: Using  for 5d/58/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1_package_write_ipk.tar.zst\nDEBUG: Testing URL file://1a/27/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/42/b0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ce/f6/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba_create_spdx.tar.zst\nDEBUG: Using  for ca/f1/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:caf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/85/07/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/ce/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c5/d9/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://18/12/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5d/58/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '1a/27/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9_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/42/b0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/42/b0/sstate%3Aautoconf-native%3Ax86_64-linux%3A2.72e%3Ar0%3Ax86_64%3A12%3A42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b_create_spdx.tar.zst;downloadfilename=universal/42/b0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b_create_spdx.tar.zst\nDEBUG: Testing URL file://ce/f6/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba_create_spdx.tar.zst\nDEBUG: Testing URL file://ca/f1/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:caf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/85/07/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99_create_package_spdx.tar.zst\nDEBUG: Searching for 6c/ce/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c5/d9/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 18/12/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5d/58/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1_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://1a/27/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/27/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A12%3A1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9_package_write_rpm.tar.zst;downloadfilename=1a/27/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ce/f6/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ca/f1/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:caf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade_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/85/07/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99_create_package_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/d5/73/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:d5731ee0bc1eee2ea956dea0d2b98cbdf86264984436d852f10e112af40e4530_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://25/47/sstate:dbus::1.14.10:r0::12:25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395_populate_lic.tar.zst\nDEBUG: Using  for 6c/ce/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2_create_package_spdx.tar.zst\nDEBUG: For url file://c5/d9/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/d9/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A12%3Ac5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f_package_write_rpm.tar.zst;downloadfilename=c5/d9/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f_package_write_rpm.tar.zst\nDEBUG: Using  for 18/12/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a_create_package_spdx.tar.zst\nDEBUG: For url file://5d/58/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/58/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1_package_write_ipk.tar.zst;downloadfilename=5d/58/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1_package_write_ipk.tar.zst\nDEBUG: For url file://ce/f6/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/f6/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3Acef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba_create_spdx.tar.zst;downloadfilename=ce/f6/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba_create_spdx.tar.zst\nDEBUG: For url file://ca/f1/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:caf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/f1/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Acaf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade_deploy_source_date_epoch.tar.zst;downloadfilename=ca/f1/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:caf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/85/07/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/07/sstate%3Autil-linux-libuuid-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A12%3A8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99_create_package_spdx.tar.zst;downloadfilename=universal/85/07/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://48/9d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/ae/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531_create_spdx.tar.zst\nDEBUG: Testing URL file://6c/ce/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://18/12/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/42/b0/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/df/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be_packagedata.tar.zst\nDEBUG: Searching for 48/9d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f3/ae/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6c/ce/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '18/12/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a_create_package_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://6a/dc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/b7/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968_recipe_qa.tar.zst\nDEBUG: Using  for 48/9d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f3/ae/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531_create_spdx.tar.zst\nDEBUG: For url file://6c/ce/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/ce/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2_create_package_spdx.tar.zst;downloadfilename=6c/ce/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2_create_package_spdx.tar.zst\nDEBUG: For url file://18/12/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/12/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A12%3A18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a_create_package_spdx.tar.zst;downloadfilename=18/12/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a_create_package_spdx.tar.zst\nDEBUG: Searching for 6a/dc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5f/b7/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://48/9d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f3/ae/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531_create_spdx.tar.zst\nDEBUG: Using  for 6a/dc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/f1/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:caf1f361f7bc2d1ac0a3269add6b026a5e1e9475d86a705c7b5bd2248d966ade_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5f/b7/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '48/9d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577_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/cc/ba/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:ccba49b05d602444e428e8e5b598eb25022aac9f3c796650f93f105e4030bf58_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f3/ae/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531_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/85/07/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99_create_package_spdx.tar.zst\nDEBUG: Testing URL file://6a/dc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/58/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:5d586ca3d50ed7175e3cf3fe6ca6dab5567010bee34088935758a3df262c50d1_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/de/f9/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168_create_spdx.tar.zst\nDEBUG: Testing URL file://5f/b7/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968_recipe_qa.tar.zst\nDEBUG: For url file://48/9d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/9d/sstate%3Akmod%3Acore2-64-poky-linux%3A32%3Ar0%3Acore2-64%3A12%3A489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577_deploy_source_date_epoch.tar.zst;downloadfilename=48/9d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/ba/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be_create_spdx.tar.zst\nDEBUG: For url file://f3/ae/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/ae/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A12%3Af3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531_create_spdx.tar.zst;downloadfilename=f3/ae/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/a9/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd_package_qa.tar.zst\nDEBUG: For url ['file', '', '6a/dc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a_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://ad/52/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc_recipe_qa.tar.zst\nDEBUG: Searching for universal/de/f9/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5f/b7/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2b/ba/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6c/a9/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6a/dc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/dc/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A12%3A6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a_package_write_rpm.tar.zst;downloadfilename=6a/dc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a_package_write_rpm.tar.zst\nDEBUG: Searching for ad/52/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7a/ab/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f_create_package_spdx.tar.zst\nDEBUG: Using  for universal/de/f9/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168_create_spdx.tar.zst\nDEBUG: For url file://5f/b7/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/b7/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A12%3A5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968_recipe_qa.tar.zst;downloadfilename=5f/b7/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968_recipe_qa.tar.zst\nDEBUG: Using  for 2b/ba/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be_create_spdx.tar.zst\nDEBUG: Using  for 6c/a9/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd_package_qa.tar.zst\nDEBUG: Using  for ad/52/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/88/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/de/f9/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/f6/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/d9/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://2b/ba/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be_create_spdx.tar.zst\nDEBUG: Testing URL file://6c/a9/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd_package_qa.tar.zst\nDEBUG: Testing URL file://ad/52/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc_recipe_qa.tar.zst\nDEBUG: Searching for ba/88/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/de/f9/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168_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/d2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/27/dc/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2b/ba/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be_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/a9/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ad/52/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ba/88/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0_populate_sysroot.tar.zst\nDEBUG: For url file://universal/de/f9/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/de/f9/sstate%3Arpm-native%3Ax86_64-linux%3A4.19.1.1%3Ar0%3Ax86_64%3A12%3Adef9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168_create_spdx.tar.zst;downloadfilename=universal/de/f9/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168_create_spdx.tar.zst\nDEBUG: Searching for b3/d2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/27/dc/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2b/ba/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/ba/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be_create_spdx.tar.zst;downloadfilename=2b/ba/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be_create_spdx.tar.zst\nDEBUG: For url file://6c/a9/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/a9/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd_package_qa.tar.zst;downloadfilename=6c/a9/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd_package_qa.tar.zst\nDEBUG: For url file://ad/52/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/52/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.13%3Ar0%3Acore2-64%3A12%3Aad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc_recipe_qa.tar.zst;downloadfilename=ad/52/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc_recipe_qa.tar.zst\nDEBUG: Testing URL file://ba/88/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0_populate_sysroot.tar.zst\nDEBUG: Using  for b3/d2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53_packagedata.tar.zst\nDEBUG: Using  for universal/27/dc/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/ce/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/b7/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/9e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:bb9ed17d553e69ea1e7a2aa331037ef41263955aeb5082fa7b5827c415591cec_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ba/88/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0_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/d2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://48/9d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:489d2572e0ae22b85ee78154dff8937f22bbe986f27b6ffc84dc6efca7a88577_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/27/dc/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/24/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/99/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943_populate_sysroot.tar.zst\nDEBUG: For url file://ba/88/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/88/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.12%3Ar0%3Aallarch%3A12%3Aba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0_populate_sysroot.tar.zst;downloadfilename=ba/88/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b3/d2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53_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/de/f9/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:e846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/27/dc/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9c/24/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fb/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/24/99/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b3/d2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/d2/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A12%3Ab3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53_packagedata.tar.zst;downloadfilename=b3/d2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/52/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/ba/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/11/a9/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/a9/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/dc/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a_package_write_rpm.tar.zst\nDEBUG: Searching for e8/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:e846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/27/dc/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/27/dc/sstate%3Across-localedef-native%3Ax86_64-linux%3A2.39%2Bgit%3Ar0%3Ax86_64%3A12%3A27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7_populate_sysroot.tar.zst;downloadfilename=universal/27/dc/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7_populate_sysroot.tar.zst\nDEBUG: Using  for 9c/24/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0_package_qa.tar.zst\nDEBUG: Using  for fb/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975_package_write_rpm.tar.zst\nDEBUG: Using  for universal/24/99/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/84/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://18/12/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/3b/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa_create_spdx.tar.zst\nDEBUG: Searching for universal/11/a9/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/60/90/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c9/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a_populate_sysroot.tar.zst\nDEBUG: Using  for e8/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:e846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/88/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ba88572065a70c089c3aa8b91b98716d5fc142aab555b85ba864d0a8347f5bc0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9c/24/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0_package_qa.tar.zst\nDEBUG: Testing URL file://fb/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/24/99/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943_populate_sysroot.tar.zst\nDEBUG: Searching for 2d/84/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://76/0a/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524_create_package_spdx.tar.zst\nDEBUG: Searching for b0/3b/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/11/a9/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf_create_spdx.tar.zst\nDEBUG: Searching for universal/60/90/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b3/d2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53_packagedata.tar.zst\nDEBUG: Searching for universal/c9/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e8/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:e846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/fb/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14_create_spdx.tar.zst\nDEBUG: For url ['file', '', '9c/24/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fb/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975_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/99/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2d/84/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095_package_qa.tar.zst\nDEBUG: Searching for 76/0a/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b0/3b/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/11/a9/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf_create_spdx.tar.zst\nDEBUG: Using  for universal/60/90/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://84/0d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411_create_package_spdx.tar.zst\nDEBUG: Using  for universal/c9/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e8/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:e846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6c/fb/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9c/24/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/24/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0_package_qa.tar.zst;downloadfilename=9c/24/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0_package_qa.tar.zst\nDEBUG: For url file://fb/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/9e/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A12%3Afb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975_package_write_rpm.tar.zst;downloadfilename=fb/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975_package_write_rpm.tar.zst\nDEBUG: For url file://universal/24/99/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/99/sstate%3Aqemu-system-native%3Ax86_64-linux%3A9.0.0%3Ar0%3Ax86_64%3A12%3A2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943_populate_sysroot.tar.zst;downloadfilename=universal/24/99/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2d/84/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095_package_qa.tar.zst\nDEBUG: Using  for 76/0a/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b0/3b/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/11/a9/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf_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/60/90/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7_recipe_qa.tar.zst\nDEBUG: Searching for 84/0d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/c9/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a_populate_sysroot.tar.zst\nDEBUG: For url file://e8/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:e846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/46/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A12%3Ae846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4_populate_sysroot.tar.zst;downloadfilename=e8/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:e846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/27/dc/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7_populate_sysroot.tar.zst\nDEBUG: Using  for 6c/fb/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/84/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://76/0a/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b0/3b/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa_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/11/a9/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/11/a9/sstate%3Ameson-native%3Ax86_64-linux%3A1.4.0%3Ar0%3Ax86_64%3A12%3A11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf_create_spdx.tar.zst;downloadfilename=universal/11/a9/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/60/90/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 84/0d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c9/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a_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/6f/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6c/fb/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14_create_spdx.tar.zst\nDEBUG: For url file://2d/84/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/84/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A12%3A2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095_package_qa.tar.zst;downloadfilename=2d/84/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/24/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0_package_qa.tar.zst\nDEBUG: For url ['file', '', '76/0a/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b0/3b/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/3b/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Ab03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa_create_spdx.tar.zst;downloadfilename=b0/3b/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa_create_spdx.tar.zst\nDEBUG: For url file://universal/60/90/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/60/90/sstate%3Alibxfixes-native%3Ax86_64-linux%3A6.0.1%3Ar0%3Ax86_64%3A12%3A609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7_recipe_qa.tar.zst;downloadfilename=universal/60/90/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7_recipe_qa.tar.zst\nDEBUG: Testing URL file://84/0d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411_create_package_spdx.tar.zst\nDEBUG: For url file://universal/c9/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c9/2c/sstate%3Alibxshmfence-native%3Ax86_64-linux%3A1.3.2%3Ar0%3Ax86_64%3A12%3Ac92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a_populate_sysroot.tar.zst;downloadfilename=universal/c9/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/24/99/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943_populate_sysroot.tar.zst\nDEBUG: Searching for d4/6f/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6c/fb/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14_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/05/16/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:e846af034c149ba9e9bd51fa9f4e8680f9fd0bb54ec93717d68ae92ca2b1dcc4_populate_sysroot.tar.zst\nDEBUG: For url file://76/0a/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/0a/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A12%3A760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524_create_package_spdx.tar.zst;downloadfilename=76/0a/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '84/0d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411_create_package_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/11/a9/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/a2/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/84/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095_package_qa.tar.zst\nDEBUG: Using  for d4/6f/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1_package_write_rpm.tar.zst\nDEBUG: For url file://6c/fb/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/fb/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.18.0%3Ar0%3Acore2-64%3A12%3A6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14_create_spdx.tar.zst;downloadfilename=6c/fb/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14_create_spdx.tar.zst\nDEBUG: Searching for universal/05/16/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://23/2c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd_package_write_deb.tar.zst\nDEBUG: For url file://84/0d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/0d/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A12%3A840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411_create_package_spdx.tar.zst;downloadfilename=84/0d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/0a/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a1/a2/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/1d/46/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a_recipe_qa.tar.zst\nDEBUG: Testing URL file://d4/6f/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/60/90/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7_recipe_qa.tar.zst\nDEBUG: Using  for universal/05/16/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c9/2c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a_populate_sysroot.tar.zst\nDEBUG: Searching for 23/2c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2e/0a/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a1/a2/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89_package_write_rpm.tar.zst\nDEBUG: Searching for universal/1d/46/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd4/6f/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1_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/d3/3f/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:d33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/05/16/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/77/7f/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 23/2c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd_package_write_deb.tar.zst\nDEBUG: Using  for 2e/0a/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a1/a2/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89_package_write_rpm.tar.zst\nDEBUG: Using  for universal/1d/46/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a_recipe_qa.tar.zst\nDEBUG: For url file://d4/6f/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/6f/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A12%3Ad46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1_package_write_rpm.tar.zst;downloadfilename=d4/6f/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1_package_write_rpm.tar.zst\nDEBUG: Searching for universal/d3/3f/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:d33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/05/16/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/77/7f/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://23/2c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd_package_write_deb.tar.zst\nDEBUG: Testing URL file://2e/0a/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a1/a2/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89_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/1d/46/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a_recipe_qa.tar.zst\nDEBUG: Using  for universal/d3/3f/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:d33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b_populate_sysroot.tar.zst\nDEBUG: For url file://universal/05/16/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/05/16/sstate%3Alzlib-native%3Ax86_64-linux%3A1.14%3Ar0%3Ax86_64%3A12%3A0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f_create_spdx.tar.zst;downloadfilename=universal/05/16/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f_create_spdx.tar.zst\nDEBUG: Using  for universal/77/7f/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '23/2c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd_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', '', '2e/0a/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787_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/a2/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/a2/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A12%3Aa1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89_package_write_rpm.tar.zst;downloadfilename=a1/a2/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/1d/46/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a_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/d3/3f/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:d33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/77/7f/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://23/2c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/2c/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A12%3A232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd_package_write_deb.tar.zst;downloadfilename=23/2c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd_package_write_deb.tar.zst\nDEBUG: For url file://2e/0a/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/0a/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787_deploy_source_date_epoch.tar.zst;downloadfilename=2e/0a/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975_package_write_rpm.tar.zst\nDEBUG: For url file://universal/1d/46/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1d/46/sstate%3Alua-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A12%3A1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a_recipe_qa.tar.zst;downloadfilename=universal/1d/46/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/d3/3f/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:d33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b_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/77/7f/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0_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/ae/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/6f/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/e2/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/05/16/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f_create_spdx.tar.zst\nDEBUG: For url file://universal/d3/3f/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:d33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/3f/sstate%3Aspirv-headers-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3Ad33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b_populate_sysroot.tar.zst;downloadfilename=universal/d3/3f/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:d33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b_populate_sysroot.tar.zst\nDEBUG: For url file://universal/77/7f/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/77/7f/sstate%3Axz-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A12%3A777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/77/7f/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/c2/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/a4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f_package_write_rpm.tar.zst\nDEBUG: Searching for d3/e2/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://21/4c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/a2/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://23/2c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:232cbfd6b378785767b9920843884703477e354705a1b1544fb532aae17b8ecd_package_write_deb.tar.zst\nDEBUG: Searching for ec/c2/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ba/a4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2e/0a/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:2e0a92dead8fe3983776806203c73ceae8ab8d62371eadb3bc3b22318dfa3787_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/3b/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa_create_spdx.tar.zst\nDEBUG: Using  for d3/e2/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1d/46/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a_recipe_qa.tar.zst\nDEBUG: Searching for 21/4c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7a/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/96/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d_package.tar.zst\nDEBUG: Using  for ec/c2/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c_package_write_rpm.tar.zst\nDEBUG: Using  for ba/a4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/25/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/2a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484_packagedata.tar.zst\nDEBUG: Testing URL file://d3/e2/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/1e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a_package_write_deb.tar.zst\nDEBUG: Using  for 21/4c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f_package.tar.zst\nDEBUG: Searching for 7a/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1f/96/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ec/c2/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ba/a4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f_package_write_rpm.tar.zst\nDEBUG: Searching for cc/25/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c4/2a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd3/e2/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0d/1e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://21/4c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f_package.tar.zst\nDEBUG: Using  for 7a/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff_packagedata.tar.zst\nDEBUG: Using  for 1f/96/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d_package.tar.zst\nDEBUG: For url ['file', '', 'ec/c2/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c_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', '', 'ba/a4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f_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/d3/3f/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:d33feefe20b0e4ba5b5f1d700002265b93f5f6415cee783e6a327cd16c23f44b_populate_sysroot.tar.zst\nDEBUG: Using  for cc/25/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f_create_spdx.tar.zst\nDEBUG: Using  for c4/2a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/77/7f/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:777f808c887d798bfb5e11d623745b146279998ad555194a8fab060e104a0bf0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d3/e2/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/e2/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.5%3Ar0%3Acore2-64%3A12%3Ad3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4_package_write_rpm.tar.zst;downloadfilename=d3/e2/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4_package_write_rpm.tar.zst\nDEBUG: Using  for 0d/1e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '21/4c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7a/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff_packagedata.tar.zst\nDEBUG: Testing URL file://1f/96/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d_package.tar.zst\nDEBUG: For url file://ec/c2/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/c2/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.5%3Ar0%3Acore2-64%3A12%3Aecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c_package_write_rpm.tar.zst;downloadfilename=ec/c2/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c_package_write_rpm.tar.zst\nDEBUG: For url file://ba/a4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/a4/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A12%3Abaa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f_package_write_rpm.tar.zst;downloadfilename=ba/a4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/5b/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416_package_qa.tar.zst\nDEBUG: Testing URL file://cc/25/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f_create_spdx.tar.zst\nDEBUG: Testing URL file://c4/2a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/40/75/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0d/1e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a_package_write_deb.tar.zst\nDEBUG: For url file://21/4c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/4c/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f_package.tar.zst;downloadfilename=21/4c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f_package.tar.zst\nDEBUG: For url ['file', '', '7a/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1f/96/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b9/5b/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cc/25/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f_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/2a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/40/75/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0d/1e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a_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://7a/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/36/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A12%3A7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff_packagedata.tar.zst;downloadfilename=7a/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff_packagedata.tar.zst\nDEBUG: For url file://1f/96/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/96/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d_package.tar.zst;downloadfilename=1f/96/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d_package.tar.zst\nDEBUG: Using  for b9/5b/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416_package_qa.tar.zst\nDEBUG: For url file://cc/25/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/25/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.2%3Ar0%3Acore2-64%3A12%3Acc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f_create_spdx.tar.zst;downloadfilename=cc/25/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f_create_spdx.tar.zst\nDEBUG: For url file://c4/2a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/2a/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.42%3Ar0%3Acore2-64%3A12%3Ac42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484_packagedata.tar.zst;downloadfilename=c4/2a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484_packagedata.tar.zst\nDEBUG: Using  for universal/40/75/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0d/1e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/1e/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A12%3A0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a_package_write_deb.tar.zst;downloadfilename=0d/1e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a_package_write_deb.tar.zst\nDEBUG: Testing URL file://b9/5b/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416_package_qa.tar.zst\nDEBUG: Testing URL file://universal/40/75/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/27/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://21/4c/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:214c390345788157229dc79ca23c329a9a2d60dd4542ce5bb4f6e959f6c0e28f_package.tar.zst\nDEBUG: For url ['file', '', 'b9/5b/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416_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/40/75/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4_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://20/01/sstate:libpcre::8.45:r0::12:2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://76/99/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919_package_write_rpm.tar.zst\nDEBUG: For url file://b9/5b/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/5b/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3Ab95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416_package_qa.tar.zst;downloadfilename=b9/5b/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416_package_qa.tar.zst\nDEBUG: For url file://universal/40/75/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/40/75/sstate%3Adwarfsrcfiles-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3A4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/40/75/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 20/01/sstate:libpcre::8.45:r0::12:2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 76/99/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7a/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/96/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:1f96b915836e56f9cb75d1ed40c193aee22fe01ab64bf57b4c18d15d09738c0d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/2a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484_packagedata.tar.zst\nDEBUG: Using  for 20/01/sstate:libpcre::8.45:r0::12:2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/1e/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0d1e200a19c45eb0597459384a5784263d6c8f6d5b08b33ef9a804fa20ceb87a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://84/0d/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411_create_package_spdx.tar.zst\nDEBUG: Using  for 76/99/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://58/aa/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://73/1f/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/f1/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://20/01/sstate:libpcre::8.45:r0::12:2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/be/4a/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/a1/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec_create_spdx.tar.zst\nDEBUG: Testing URL file://76/99/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919_package_write_rpm.tar.zst\nDEBUG: Searching for 58/aa/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 73/1f/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8b/f1/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '20/01/sstate:libpcre::8.45:r0::12:2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/be/4a/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f8/a1/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '76/99/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 58/aa/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4_package_qa.tar.zst\nDEBUG: Using  for 73/1f/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/5b/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416_package_qa.tar.zst\nDEBUG: Using  for 8b/f1/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://20/01/sstate:libpcre::8.45:r0::12:2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/01/sstate%3Alibpcre%3A%3A8.45%3Ar0%3A%3A12%3A2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf_populate_lic.tar.zst;downloadfilename=20/01/sstate:libpcre::8.45:r0::12:2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf_populate_lic.tar.zst\nDEBUG: Using  for universal/be/4a/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b_create_spdx.tar.zst\nDEBUG: Using  for f8/a1/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec_create_spdx.tar.zst\nDEBUG: For url file://76/99/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/99/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A12%3A7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919_package_write_rpm.tar.zst;downloadfilename=76/99/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919_package_write_rpm.tar.zst\nDEBUG: Testing URL file://58/aa/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/40/75/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:4075198e2d6dde283f13bca9efaf05907f8260b89593c93d11fd7726e6841be4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://73/1f/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/35/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556_package_write_ipk.tar.zst\nDEBUG: Testing URL file://8b/f1/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/be/4a/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b_create_spdx.tar.zst\nDEBUG: Testing URL file://f8/a1/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec_create_spdx.tar.zst\nDEBUG: For url ['file', '', '58/aa/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4_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://46/e9/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:46e9088b80aab4c9190c47b20d6ef28a81c7d068bdcd8c3e2702c6ea91ad34cb_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://82/eb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://76/0a/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '73/1f/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3b/35/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8b/f1/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816_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/4a/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f8/a1/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://58/aa/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/aa/sstate%3Autfcpp%3Acore2-64-poky-linux%3A4.0.5%3Ar0%3Acore2-64%3A12%3A58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4_package_qa.tar.zst;downloadfilename=58/aa/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ea/76/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13_create_spdx.tar.zst\nDEBUG: Searching for 82/eb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://94/86/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502_package.tar.zst\nDEBUG: For url file://73/1f/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/1f/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A12%3A731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3_package_write_deb.tar.zst;downloadfilename=73/1f/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3_package_write_deb.tar.zst\nDEBUG: Using  for 3b/35/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556_package_write_ipk.tar.zst\nDEBUG: For url file://8b/f1/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/f1/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A12%3A8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816_deploy_source_date_epoch.tar.zst;downloadfilename=8b/f1/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/be/4a/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/be/4a/sstate%3Alibxcursor-native%3Ax86_64-linux%3A1.2.2%3Ar0%3Ax86_64%3A12%3Abe4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b_create_spdx.tar.zst;downloadfilename=universal/be/4a/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b_create_spdx.tar.zst\nDEBUG: For url file://f8/a1/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/a1/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3Af8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec_create_spdx.tar.zst;downloadfilename=f8/a1/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://20/01/sstate:libpcre::8.45:r0::12:2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf_populate_lic.tar.zst\nDEBUG: Searching for universal/ea/76/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 82/eb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46_package_write_ipk.tar.zst\nDEBUG: Searching for 94/86/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3b/35/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://58/aa/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://96/cb/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/ea/76/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13_create_spdx.tar.zst\nDEBUG: Testing URL file://82/eb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46_package_write_ipk.tar.zst\nDEBUG: Using  for 94/86/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502_package.tar.zst\nDEBUG: For url ['file', '', '3b/35/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556_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://43/6a/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8_package_write_rpm.tar.zst\nDEBUG: Searching for 96/cb/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/ea/76/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13_create_spdx.tar.zst\nDEBUG: For url ['file', '', '82/eb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46_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://94/86/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502_package.tar.zst\nDEBUG: For url file://3b/35/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/35/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.7%3Ar0%3Acore2-64%3A12%3A3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556_package_write_ipk.tar.zst;downloadfilename=3b/35/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556_package_write_ipk.tar.zst\nDEBUG: Searching for 43/6a/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cc/25/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f_create_spdx.tar.zst\nDEBUG: Using  for 96/cb/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://73/1f/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:731f88753b34bfebc419bf20ea1c8865e3d1cfd3f71fb4fd6e7895907a4b7fc3_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/ea/76/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13_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/f1/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:8bf1d26195b166e2c3fac4377a34477e74c1eb79ec67d1675650b257d804c816_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://82/eb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/eb/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A12%3A82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46_package_write_ipk.tar.zst;downloadfilename=82/eb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '94/86/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 43/6a/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/bd/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/be/4a/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b_create_spdx.tar.zst\nDEBUG: Testing URL file://96/cb/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/95/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e_recipe_qa.tar.zst\nDEBUG: For url file://universal/ea/76/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/76/sstate%3Alibxml-sax-perl-native%3Ax86_64-linux%3A1.02%3Ar0%3Ax86_64%3A12%3Aea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13_create_spdx.tar.zst;downloadfilename=universal/ea/76/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/70/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0_create_package_spdx.tar.zst\nDEBUG: For url file://94/86/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/86/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.5%3Ar0%3Acore2-64%3A12%3A94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502_package.tar.zst;downloadfilename=94/86/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502_package.tar.zst\nDEBUG: Testing URL file://43/6a/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8_package_write_rpm.tar.zst\nDEBUG: Searching for ea/bd/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://12/3c/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '96/cb/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61_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 ee/95/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6c/fb/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14_create_spdx.tar.zst\nDEBUG: Searching for 7d/70/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3b/35/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:3b3523eec38d231228c30fbbdcb8b28a042dbadf8a4985282f373d894488a556_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '43/6a/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ea/bd/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177_create_package_spdx.tar.zst\nDEBUG: Searching for 12/3c/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://96/cb/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/cb/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.7%3Ar0%3Acore2-64%3A12%3A96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61_deploy_source_date_epoch.tar.zst;downloadfilename=96/cb/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ee/95/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://82/eb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:82eb87ca2a6061215f1d0d9a71ecc4ca513b3dd464917c7a1fae47363b53fa46_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e5/d2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4_create_package_spdx.tar.zst\nDEBUG: Using  for 7d/70/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/a6/sstate:coreutils::9.5:r0::12:c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266_populate_lic.tar.zst\nDEBUG: For url file://43/6a/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/6a/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8_package_write_rpm.tar.zst;downloadfilename=43/6a/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ea/bd/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177_create_package_spdx.tar.zst\nDEBUG: Using  for 12/3c/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ee/95/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ea/76/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/14/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9_packagedata.tar.zst\nDEBUG: Searching for universal/e5/d2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7d/70/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0_create_package_spdx.tar.zst\nDEBUG: Searching for c7/a6/sstate:coreutils::9.5:r0::12:c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ea/bd/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://12/3c/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ee/95/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e_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/a1/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3c/91/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d_create_package_spdx.tar.zst\nDEBUG: Searching for fb/14/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e5/d2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '7d/70/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c7/a6/sstate:coreutils::9.5:r0::12:c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266_populate_lic.tar.zst\nDEBUG: For url file://ea/bd/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/bd/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3Aeabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177_create_package_spdx.tar.zst;downloadfilename=ea/bd/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '12/3c/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3_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/95/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/95/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A12%3Aee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e_recipe_qa.tar.zst;downloadfilename=ee/95/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/14/0c/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4_populate_sysroot.tar.zst\nDEBUG: Searching for universal/3c/91/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fb/14/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9_packagedata.tar.zst\nDEBUG: Testing URL file://universal/e5/d2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4_create_package_spdx.tar.zst\nDEBUG: For url file://7d/70/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/70/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0_create_package_spdx.tar.zst;downloadfilename=7d/70/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c7/a6/sstate:coreutils::9.5:r0::12:c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266_populate_lic.tar.zst\nDEBUG: For url file://12/3c/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/3c/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3_deploy_source_date_epoch.tar.zst;downloadfilename=12/3c/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://96/cb/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:96cb0e4f60417a8b4dfaaf6881e3eb05b613ff326423af19e4d288e6e3b76d61_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/14/0c/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/3c/91/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://fb/14/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/e5/d2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c7/a6/sstate:coreutils::9.5:r0::12:c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266_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://62/81/sstate:automake::1.16.5:r0::12:6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9_populate_lic.tar.zst\nDEBUG: Using  for universal/14/0c/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://94/86/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:94869ce7b9487e3ecfcc1cdb7104c1df6e9d971f63deb6a12333e5e4fa6b4502_package.tar.zst\nDEBUG: Testing URL file://universal/3c/91/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'fb/14/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/e5/d2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e5/d2/sstate%3Alibjpeg-turbo-native%3Ax86_64-linux%3A3.0.1%3Ar0%3Ax86_64%3A12%3Ae5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4_create_package_spdx.tar.zst;downloadfilename=universal/e5/d2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4_create_package_spdx.tar.zst\nDEBUG: For url file://c7/a6/sstate:coreutils::9.5:r0::12:c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/a6/sstate%3Acoreutils%3A%3A9.5%3Ar0%3A%3A12%3Ac7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266_populate_lic.tar.zst;downloadfilename=c7/a6/sstate:coreutils::9.5:r0::12:c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266_populate_lic.tar.zst\nDEBUG: Searching for 62/81/sstate:automake::1.16.5:r0::12:6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/14/0c/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/cc/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/3c/91/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fb/14/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/14/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A12%3Afb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9_packagedata.tar.zst;downloadfilename=fb/14/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9_packagedata.tar.zst\nDEBUG: Using  for 62/81/sstate:automake::1.16.5:r0::12:6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/14/0c/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4_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://ee/95/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://43/6a/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8_package_write_rpm.tar.zst\nDEBUG: Searching for 9b/cc/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/3c/91/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3c/91/sstate%3Axtrans-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A12%3A3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d_create_package_spdx.tar.zst;downloadfilename=universal/3c/91/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://12/3c/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:123c81853968258421531a5a45edc06ed4e234e32434268bab5ceacff8180fa3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://62/81/sstate:automake::1.16.5:r0::12:6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9_populate_lic.tar.zst\nDEBUG: For url file://universal/14/0c/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/14/0c/sstate%3Apython3-installer-native%3Ax86_64-linux%3A0.7.0%3Ar0%3Ax86_64%3A12%3A140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4_populate_sysroot.tar.zst;downloadfilename=universal/14/0c/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ff/dd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://74/5e/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c_package_qa.tar.zst\nDEBUG: Using  for 9b/cc/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/b9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:c7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '62/81/sstate:automake::1.16.5:r0::12:6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/ff/dd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 74/5e/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/e5/d2/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://9b/cc/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a_packagedata.tar.zst\nDEBUG: Searching for c7/b9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:c7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://62/81/sstate:automake::1.16.5:r0::12:6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/81/sstate%3Aautomake%3A%3A1.16.5%3Ar0%3A%3A12%3A6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9_populate_lic.tar.zst;downloadfilename=62/81/sstate:automake::1.16.5:r0::12:6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/14/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9_packagedata.tar.zst\nDEBUG: Using  for universal/ff/dd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a_populate_sysroot.tar.zst\nDEBUG: Using  for 74/5e/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '9b/cc/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c7/b9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:c7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/af/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/ff/dd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3c/91/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://74/5e/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c_package_qa.tar.zst\nDEBUG: Searching for 6c/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9b/cc/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/cc/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.8.1%3Ar0%3Acore2-64%3A12%3A9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a_packagedata.tar.zst;downloadfilename=9b/cc/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a_packagedata.tar.zst\nDEBUG: Testing URL file://c7/b9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:c7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652_package_write_ipk.tar.zst\nDEBUG: Searching for f9/af/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/14/0c/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/ff/dd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a_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://b7/18/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '74/5e/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6c/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c7/b9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:c7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f9/af/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://da/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:da29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/ff/dd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ff/dd/sstate%3Aintltool-native%3Ax86_64-linux%3A0.51.0%3Ar0%3Ax86_64%3A12%3Affdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a_populate_sysroot.tar.zst;downloadfilename=universal/ff/dd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a_populate_sysroot.tar.zst\nDEBUG: Searching for b7/18/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://74/5e/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/5e/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c_package_qa.tar.zst;downloadfilename=74/5e/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c_package_qa.tar.zst\nDEBUG: Testing URL file://6c/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1_create_package_spdx.tar.zst\nDEBUG: For url file://c7/b9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:c7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/b9/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A12%3Ac7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652_package_write_ipk.tar.zst;downloadfilename=c7/b9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:c7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f9/af/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7_package_write_rpm.tar.zst\nDEBUG: Searching for da/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:da29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b7/18/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1_create_package_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://9b/cc/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f9/af/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for da/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:da29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b7/18/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892_create_package_spdx.tar.zst\nDEBUG: For url file://6c/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/c4/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.3.1%3Ar0%3Acore2-64%3A12%3A6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1_create_package_spdx.tar.zst;downloadfilename=6c/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://81/3d/sstate:shadow-securetty::4.6:r0::12:813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82_populate_lic.tar.zst\nDEBUG: For url file://f9/af/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/af/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A12%3Af9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7_package_write_rpm.tar.zst;downloadfilename=f9/af/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://da/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:da29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b7/18/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 81/3d/sstate:shadow-securetty::4.6:r0::12:813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'da/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:da29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be_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/18/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/18/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A12%3Ab71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892_create_package_spdx.tar.zst;downloadfilename=b7/18/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ff/dd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a_populate_sysroot.tar.zst\nDEBUG: Using  for 81/3d/sstate:shadow-securetty::4.6:r0::12:813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://74/5e/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://62/81/sstate:automake::1.16.5:r0::12:6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9_populate_lic.tar.zst\nDEBUG: For url file://da/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:da29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/29/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.3.0%3Ar0%3Acore2-64%3A12%3Ada29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be_deploy_source_date_epoch.tar.zst;downloadfilename=da/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:da29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/b9/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:c7b91254d123588c93407f33bda4160b8f9ae5eacd7b9487603c080f20009652_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bf/c5/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/e2/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/a6/sstate:coreutils::9.5:r0::12:c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266_populate_lic.tar.zst\nDEBUG: Testing URL file://81/3d/sstate:shadow-securetty::4.6:r0::12:813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://40/6e/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/fb/sstate:python3-mako-native::1.3.5:r0::12:8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://70/b7/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091_packagedata.tar.zst\nDEBUG: Searching for universal/bf/c5/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://59/72/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/af/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/6c/sstate:avahi::0.8:r0::12:d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285_populate_lic.tar.zst\nDEBUG: For url ['file', '', '81/3d/sstate:shadow-securetty::4.6:r0::12:813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 40/6e/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8f/fb/sstate:python3-mako-native::1.3.5:r0::12:8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 70/b7/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/bf/c5/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a_recipe_qa.tar.zst\nDEBUG: Searching for 59/72/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/44/9b/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d4/6c/sstate:avahi::0.8:r0::12:d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://81/3d/sstate:shadow-securetty::4.6:r0::12:813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/3d/sstate%3Ashadow-securetty%3A%3A4.6%3Ar0%3A%3A12%3A813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82_populate_lic.tar.zst;downloadfilename=81/3d/sstate:shadow-securetty::4.6:r0::12:813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82_populate_lic.tar.zst\nDEBUG: Using  for 40/6e/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8f/fb/sstate:python3-mako-native::1.3.5:r0::12:8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894_populate_lic.tar.zst\nDEBUG: Using  for 70/b7/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091_packagedata.tar.zst\nDEBUG: Testing URL file://universal/bf/c5/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a_recipe_qa.tar.zst\nDEBUG: Using  for 59/72/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4_create_package_spdx.tar.zst\nDEBUG: Searching for universal/44/9b/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d4/6c/sstate:avahi::0.8:r0::12:d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285_populate_lic.tar.zst\nDEBUG: Testing URL file://40/6e/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8f/fb/sstate:python3-mako-native::1.3.5:r0::12:8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894_populate_lic.tar.zst\nDEBUG: Testing URL file://70/b7/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://da/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:da29cc913489c10bf767c98cd02c9b7034e5d531e21bf450408cdb1c373645be_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/bf/c5/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://59/72/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4_create_package_spdx.tar.zst\nDEBUG: Using  for universal/44/9b/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d4/6c/sstate:avahi::0.8:r0::12:d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285_populate_lic.tar.zst\nDEBUG: For url ['file', '', '40/6e/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9_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/fb/sstate:python3-mako-native::1.3.5:r0::12:8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894_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/b7/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091_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://49/d8/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2_package.tar.zst\nDEBUG: For url file://universal/bf/c5/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/c5/sstate%3Agmp-native%3Ax86_64-linux%3A6.3.0%3Ar0%3Ax86_64%3A12%3Abfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a_recipe_qa.tar.zst;downloadfilename=universal/bf/c5/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '59/72/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/44/9b/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd4/6c/sstate:avahi::0.8:r0::12:d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://40/6e/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/6e/sstate%3Alzlib%3Acore2-64-poky-linux%3A1.14%3Ar0%3Acore2-64%3A12%3A406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9_deploy_source_date_epoch.tar.zst;downloadfilename=40/6e/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8f/fb/sstate:python3-mako-native::1.3.5:r0::12:8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/fb/sstate%3Apython3-mako-native%3A%3A1.3.5%3Ar0%3A%3A12%3A8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894_populate_lic.tar.zst;downloadfilename=8f/fb/sstate:python3-mako-native::1.3.5:r0::12:8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894_populate_lic.tar.zst\nDEBUG: For url file://70/b7/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/b7/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A12%3A70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091_packagedata.tar.zst;downloadfilename=70/b7/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091_packagedata.tar.zst\nDEBUG: Searching for 49/d8/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://59/72/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/72/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A12%3A5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4_create_package_spdx.tar.zst;downloadfilename=59/72/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/44/9b/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be_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/6c/sstate:avahi::0.8:r0::12:d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/6c/sstate%3Aavahi%3A%3A0.8%3Ar0%3A%3A12%3Ad46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285_populate_lic.tar.zst;downloadfilename=d4/6c/sstate:avahi::0.8:r0::12:d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://81/3d/sstate:shadow-securetty::4.6:r0::12:813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82_populate_lic.tar.zst\nDEBUG: Using  for 49/d8/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/a4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/c2/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c_package_write_rpm.tar.zst\nDEBUG: For url file://universal/44/9b/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/44/9b/sstate%3Abison-native%3Ax86_64-linux%3A3.8.2%3Ar0%3Ax86_64%3A12%3A449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be_deploy_source_date_epoch.tar.zst;downloadfilename=universal/44/9b/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bf/c5/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/3d/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef_recipe_qa.tar.zst\nDEBUG: Testing URL file://49/d8/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/9b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/0f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3c/0f/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e_populate_sysroot.tar.zst\nDEBUG: Searching for e5/3d/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://40/6e/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:406e173eca5c35262737dd476b1911702fd07f50cdc32384baa21a76e080e2b9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '49/d8/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ed/9b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7e/0f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3c/0f/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e5/3d/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://82/65/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602_package_write_deb.tar.zst\nDEBUG: For url file://49/d8/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/d8/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2_package.tar.zst;downloadfilename=49/d8/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2_package.tar.zst\nDEBUG: Using  for ed/9b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d_package_write_ipk.tar.zst\nDEBUG: Using  for 7e/0f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063_create_spdx.tar.zst\nDEBUG: Using  for universal/3c/0f/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e5/3d/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef_recipe_qa.tar.zst\nDEBUG: Searching for 82/65/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ed/9b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://7e/0f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/6c/sstate:avahi::0.8:r0::12:d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/3c/0f/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e5/3d/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 82/65/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ed/9b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d_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://universal/44/9b/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:449b98acfe55035eabe9a55827c1e21c90440e3fe8d75730f0ea2ee2ebf713be_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7e/0f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063_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/60/da/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/3c/0f/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e_populate_sysroot.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:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/3d/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A12%3Ae53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef_recipe_qa.tar.zst;downloadfilename=e5/3d/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef_recipe_qa.tar.zst\nDEBUG: Testing URL file://82/65/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602_package_write_deb.tar.zst\nDEBUG: For url file://ed/9b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/9b/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A12%3Aed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d_package_write_ipk.tar.zst;downloadfilename=ed/9b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0d/59/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb_create_spdx.tar.zst\nDEBUG: For url file://7e/0f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/0f/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063_create_spdx.tar.zst;downloadfilename=7e/0f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063_create_spdx.tar.zst\nDEBUG: Searching for universal/60/da/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/3c/0f/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3c/0f/sstate%3Alibfontenc-native%3Ax86_64-linux%3A1.1.8%3Ar0%3Ax86_64%3A12%3A3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e_populate_sysroot.tar.zst;downloadfilename=universal/3c/0f/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '82/65/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602_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://49/d8/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:49d801d48c58efba5b6937b7b7b85727ae764f599bcf1a6dd89dfac062f774e2_package.tar.zst\nDEBUG: Searching for universal/0d/59/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7d/70/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0_create_package_spdx.tar.zst\nDEBUG: Using  for universal/60/da/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://76/99/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919_package_write_rpm.tar.zst\nDEBUG: For url file://82/65/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/65/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.18.0%3Ar0%3Acore2-64%3A12%3A8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602_package_write_deb.tar.zst;downloadfilename=82/65/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/fb/sstate:python3-mako-native::1.3.5:r0::12:8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/3d/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/3f/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50_package_write_deb.tar.zst\nDEBUG: Using  for universal/0d/59/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://02/c0/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/60/da/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://07/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/7a/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/e2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218_create_spdx.tar.zst\nDEBUG: Searching for b0/3f/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/0d/59/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb_create_spdx.tar.zst\nDEBUG: Searching for 02/c0/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/60/da/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df_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/3c/0f/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e_populate_sysroot.tar.zst\nDEBUG: Searching for 07/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5c/7a/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ec/e2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b0/3f/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/0d/59/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 02/c0/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596_package_write_rpm.tar.zst\nDEBUG: For url file://universal/60/da/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/60/da/sstate%3Alibslirp-native%3Ax86_64-linux%3A4.8.0%3Ar0%3Ax86_64%3A12%3A60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df_deploy_source_date_epoch.tar.zst;downloadfilename=universal/60/da/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/16/3e/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7_create_spdx.tar.zst\nDEBUG: Using  for 07/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5c/7a/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/bd/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177_create_package_spdx.tar.zst\nDEBUG: Using  for ec/e2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218_create_spdx.tar.zst\nDEBUG: Testing URL file://b0/3f/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50_package_write_deb.tar.zst\nDEBUG: For url file://universal/0d/59/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0d/59/sstate%3Aicon-naming-utils-native%3Ax86_64-linux%3A0.8.90%3Ar0%3Ax86_64%3A12%3A0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb_create_spdx.tar.zst;downloadfilename=universal/0d/59/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb_create_spdx.tar.zst\nDEBUG: Testing URL file://02/c0/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596_package_write_rpm.tar.zst\nDEBUG: Searching for universal/16/3e/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://07/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5c/7a/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://45/65/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f_package.tar.zst\nDEBUG: Testing URL file://ec/e2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b0/3f/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50_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', '', '02/c0/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596_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/16/3e/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://70/b7/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091_packagedata.tar.zst\nDEBUG: For url ['file', '', '07/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5_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', '', '5c/7a/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 45/65/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ec/e2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218_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/3f/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/3f/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3Ab03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50_package_write_deb.tar.zst;downloadfilename=b0/3f/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50_package_write_deb.tar.zst\nDEBUG: For url file://02/c0/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/c0/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596_package_write_rpm.tar.zst;downloadfilename=02/c0/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/16/3e/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/d4/sstate:xtrans-native::1.5.0:r0::12:4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2_populate_lic.tar.zst\nDEBUG: For url file://07/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/cf/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A12%3A07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5_deploy_source_date_epoch.tar.zst;downloadfilename=07/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5c/7a/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/7a/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A12%3A5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff_package_write_ipk.tar.zst;downloadfilename=5c/7a/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff_package_write_ipk.tar.zst\nDEBUG: Using  for 45/65/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f_package.tar.zst\nDEBUG: For url file://ec/e2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/e2/sstate%3Awayland%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3Aece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218_create_spdx.tar.zst;downloadfilename=ec/e2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/60/da/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:60daf836331c73a08578f82c8e6c3c25000bc5733c8c4053d8e6d672ae7705df_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/16/3e/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4b/d4/sstate:xtrans-native::1.5.0:r0::12:4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/0d/59/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb_create_spdx.tar.zst\nDEBUG: Testing URL file://45/65/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/16/3e/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/16/3e/sstate%3Aexpat-native%3Ax86_64-linux%3A2.6.2%3Ar0%3Ax86_64%3A12%3A163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7_create_spdx.tar.zst;downloadfilename=universal/16/3e/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7_create_spdx.tar.zst\nDEBUG: Using  for 4b/d4/sstate:xtrans-native::1.5.0:r0::12:4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://47/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://02/c0/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '45/65/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2a/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4b/d4/sstate:xtrans-native::1.5.0:r0::12:4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2_populate_lic.tar.zst\nDEBUG: Searching for 47/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1a/e2/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2_package_write_ipk.tar.zst\nDEBUG: For url file://45/65/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/65/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A12%3A4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f_package.tar.zst;downloadfilename=45/65/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f_package.tar.zst\nDEBUG: Using  for 2a/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4b/d4/sstate:xtrans-native::1.5.0:r0::12:4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 47/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78_package_qa.tar.zst\nDEBUG: Searching for 1a/e2/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2a/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4b/d4/sstate:xtrans-native::1.5.0:r0::12:4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/d4/sstate%3Axtrans-native%3A%3A1.5.0%3Ar0%3A%3A12%3A4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2_populate_lic.tar.zst;downloadfilename=4b/d4/sstate:xtrans-native::1.5.0:r0::12:4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2_populate_lic.tar.zst\nDEBUG: Testing URL file://47/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78_package_qa.tar.zst\nDEBUG: Using  for 1a/e2/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '2a/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0_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/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1a/e2/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2_package_write_ipk.tar.zst\nDEBUG: For url file://2a/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/83/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0_deploy_source_date_epoch.tar.zst;downloadfilename=2a/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://47/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/b0/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.14%3Ar0%3Acore2-64%3A12%3A47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78_package_qa.tar.zst;downloadfilename=47/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78_package_qa.tar.zst\nDEBUG: For url ['file', '', '1a/e2/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2_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://1a/e2/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/e2/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A12%3A1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2_package_write_ipk.tar.zst;downloadfilename=1a/e2/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/16/3e/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/fe/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:a5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a5/fe/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:a5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a5/fe/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:a5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a5/fe/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:a5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a5/fe/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:a5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1_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://a5/fe/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:a5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/fe/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A12%3Aa5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1_deploy_source_date_epoch.tar.zst;downloadfilename=a5/fe/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:a5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/d4/sstate:xtrans-native::1.5.0:r0::12:4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/22/e8/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456_populate_sysroot.tar.zst\nDEBUG: Searching for universal/22/e8/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/22/e8/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://47/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78_package_qa.tar.zst\nDEBUG: Testing URL file://universal/22/e8/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/7f/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:ee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/22/e8/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ee/7f/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:ee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/22/e8/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/22/e8/sstate%3Aboost-build-native%3Ax86_64-linux%3A1.85.0%3Ar0%3Ax86_64%3A12%3A22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456_populate_sysroot.tar.zst;downloadfilename=universal/22/e8/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456_populate_sysroot.tar.zst\nDEBUG: Using  for ee/7f/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:ee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be_package_write_deb.tar.zst\nDEBUG: Testing URL file://ee/7f/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:ee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ee/7f/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:ee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be_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://ee/7f/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:ee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/7f/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A12%3Aee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be_package_write_deb.tar.zst;downloadfilename=ee/7f/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:ee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/fe/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:a5fe911f82d668da3c205adda7a406cbe0ad92db76d4faf6a089a1982b626db1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://59/72/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/49/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://07/cf/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:07cf62af06743c3f59e0a77a571777f59c21ec14ccaff18cbebeb8f24a23abd5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589_package_write_ipk.tar.zst\nDEBUG: Searching for 8f/49/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://11/dc/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d_package_write_rpm.tar.zst\nDEBUG: Searching for d3/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8f/49/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68_create_spdx.tar.zst\nDEBUG: Searching for 11/dc/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d3/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589_package_write_ipk.tar.zst\nDEBUG: Testing URL file://8f/49/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68_create_spdx.tar.zst\nDEBUG: Using  for 11/dc/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d3/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '8f/49/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://11/dc/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd3/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589_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://8f/49/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/49/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A12%3A8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68_create_spdx.tar.zst;downloadfilename=8f/49/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/22/e8/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:22e87075a593b9266592c287060d46e5275e0debb4c0623d643f356e36051456_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '11/dc/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d_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/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/47/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A12%3Ad3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589_package_write_ipk.tar.zst;downloadfilename=d3/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/dc/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c_package_write_ipk.tar.zst\nDEBUG: For url file://11/dc/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/dc/sstate%3Acurl%3Acore2-64-poky-linux%3A8.8.0%3Ar0%3Acore2-64%3A12%3A11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d_package_write_rpm.tar.zst;downloadfilename=11/dc/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d_package_write_rpm.tar.zst\nDEBUG: Searching for 8d/dc/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8d/dc/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c_package_write_ipk.tar.zst\nDEBUG: Testing URL file://8d/dc/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2a83cc8e5cfdc6ea6f901428e967234ca978f8dfb47a03ad8b0b2cf9d8be2bb0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8d/dc/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c_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://0d/5d/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8d/dc/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/dc/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.31.1%3Ar0%3Acore2-64%3A12%3A8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c_package_write_ipk.tar.zst;downloadfilename=8d/dc/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c_package_write_ipk.tar.zst\nDEBUG: Searching for 0d/5d/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0d/5d/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0d/5d/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0d/5d/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc_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/5d/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/5d/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.12.8%3Ar0%3Acore2-64%3A12%3A0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc_deploy_source_date_epoch.tar.zst;downloadfilename=0d/5d/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d3475ba7ee614541276dd1ec716daa2df19f06076fc6999745ac7f400f7e0589_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://11/dc/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/90/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/71/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce_package_qa.tar.zst\nDEBUG: Searching for 3f/90/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0b/71/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3f/90/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db_recipe_qa.tar.zst\nDEBUG: Using  for 0b/71/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce_package_qa.tar.zst\nDEBUG: Testing URL file://3f/90/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db_recipe_qa.tar.zst\nDEBUG: Testing URL file://0b/71/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce_package_qa.tar.zst\nDEBUG: For url ['file', '', '3f/90/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0b/71/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce_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/90/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/90/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db_recipe_qa.tar.zst;downloadfilename=3f/90/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db_recipe_qa.tar.zst\nDEBUG: For url file://0b/71/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/71/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A12%3A0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce_package_qa.tar.zst;downloadfilename=0b/71/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/dc/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8ddc61e45f1b02f277f6f774907cb8597a6860caadf6c5bf85ea2a5b3337e54c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/0f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/41/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://70/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c_package_write_deb.tar.zst\nDEBUG: Searching for 7d/41/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 70/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7d/41/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f_package_write_deb.tar.zst\nDEBUG: Using  for 70/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c_package_write_deb.tar.zst\nDEBUG: Testing URL file://7d/41/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f_package_write_deb.tar.zst\nDEBUG: Testing URL file://70/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '7d/41/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f_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', '', '70/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c_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://7d/41/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/41/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A24.1%3Ar0%3Acore2-64%3A12%3A7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f_package_write_deb.tar.zst;downloadfilename=7d/41/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f_package_write_deb.tar.zst\nDEBUG: For url file://70/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/86/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.62.0%3Ar0%3Acore2-64%3A12%3A7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c_package_write_deb.tar.zst;downloadfilename=70/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/90/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://82/65/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8265275c8616369901c96c372a242409a0f138835501bc0f86b438aa295f4602_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/71/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0e/4f/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/7f/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:ee7fa7652ef8a8980137e6eba3cfe490dabadc0e77b7732f4b23640ddebb99be_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/34/ac/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://22/b3/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d_package_qa.tar.zst\nDEBUG: Searching for universal/0e/4f/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2c/c8/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b_package_write_rpm.tar.zst\nDEBUG: Searching for universal/34/ac/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 22/b3/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/0e/4f/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091_populate_sysroot.tar.zst\nDEBUG: Searching for 2c/c8/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/34/ac/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0_create_spdx.tar.zst\nDEBUG: Using  for 22/b3/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d_package_qa.tar.zst\nDEBUG: Testing URL file://universal/0e/4f/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091_populate_sysroot.tar.zst\nDEBUG: Using  for 2c/c8/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/34/ac/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0_create_spdx.tar.zst\nDEBUG: Testing URL file://22/b3/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/0e/4f/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2c/c8/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/34/ac/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0_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/b3/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d_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/0e/4f/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0e/4f/sstate%3Aquilt-native%3Ax86_64-linux%3A0.68%3Ar0%3Ax86_64%3A12%3A0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091_populate_sysroot.tar.zst;downloadfilename=universal/0e/4f/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/41/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:7d419a7daf613ec47c76fc5408cc5ce9e9c9d6fff4b3f7dbaf556adc3412ab4f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '2c/c8/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b_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/34/ac/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/34/ac/sstate%3Afont-util-native%3Ax86_64-linux%3A1.4.1%3Ar0%3Ax86_64%3A12%3A34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0_create_spdx.tar.zst;downloadfilename=universal/34/ac/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0_create_spdx.tar.zst\nDEBUG: For url file://22/b3/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/b3/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.4%2Bgit%3Ar0%3Acore2-64%3A12%3A22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d_package_qa.tar.zst;downloadfilename=22/b3/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://45/89/sstate:base-files::3.0.14:r0::12:4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3_populate_lic.tar.zst\nDEBUG: For url file://2c/c8/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/c8/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.7%3Ar0%3Acore2-64%3A12%3A2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b_package_write_rpm.tar.zst;downloadfilename=2c/c8/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b_package_write_rpm.tar.zst\nDEBUG: Searching for 45/89/sstate:base-files::3.0.14:r0::12:4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ec/e2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://70/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:7086a6ffe68d179431eb0dcef7c7eb92a2c22555db3a29d08100aadc667e8b5c_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/9b/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:ed9b1e3494bca9c781cad669f5716f043e71b4d1608a3bfc1cbe7caed0a0216d_package_write_ipk.tar.zst\nDEBUG: Using  for 45/89/sstate:base-files::3.0.14:r0::12:4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://90/df/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/49/sstate:rxvt-unicode::9.31:r0::12:cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0e/4f/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/b6/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef_package_qa.tar.zst\nDEBUG: Testing URL file://45/89/sstate:base-files::3.0.14:r0::12:4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3_populate_lic.tar.zst\nDEBUG: Searching for 90/df/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cf/49/sstate:rxvt-unicode::9.31:r0::12:cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://39/08/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a_package_write_rpm.tar.zst\nDEBUG: Searching for a3/b6/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '45/89/sstate:base-files::3.0.14:r0::12:4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 90/df/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31_create_spdx.tar.zst\nDEBUG: Using  for cf/49/sstate:rxvt-unicode::9.31:r0::12:cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4_populate_lic.tar.zst\nDEBUG: Searching for 39/08/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a3/b6/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef_package_qa.tar.zst\nDEBUG: For url file://45/89/sstate:base-files::3.0.14:r0::12:4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/89/sstate%3Abase-files%3A%3A3.0.14%3Ar0%3A%3A12%3A4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3_populate_lic.tar.zst;downloadfilename=45/89/sstate:base-files::3.0.14:r0::12:4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3_populate_lic.tar.zst\nDEBUG: Testing URL file://90/df/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31_create_spdx.tar.zst\nDEBUG: Testing URL file://cf/49/sstate:rxvt-unicode::9.31:r0::12:cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4_populate_lic.tar.zst\nDEBUG: Using  for 39/08/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a3/b6/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef_package_qa.tar.zst\nDEBUG: For url ['file', '', '90/df/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31_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://22/b3/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d_package_qa.tar.zst\nDEBUG: For url ['file', '', 'cf/49/sstate:rxvt-unicode::9.31:r0::12:cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4_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/08/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/c8/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/34/ac/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a3/b6/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://90/df/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/df/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31_create_spdx.tar.zst;downloadfilename=90/df/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/69/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c_create_package_spdx.tar.zst\nDEBUG: For url file://cf/49/sstate:rxvt-unicode::9.31:r0::12:cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/49/sstate%3Arxvt-unicode%3A%3A9.31%3Ar0%3A%3A12%3Acf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4_populate_lic.tar.zst;downloadfilename=cf/49/sstate:rxvt-unicode::9.31:r0::12:cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '39/08/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a_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://0a/a3/sstate:libxdmcp-native::1.1.5:r0::12:0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/3b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd_create_spdx.tar.zst\nDEBUG: For url file://a3/b6/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/b6/sstate%3Aicu%3Acore2-64-poky-linux%3A75-1%3Ar0%3Acore2-64%3A12%3Aa3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef_package_qa.tar.zst;downloadfilename=a3/b6/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef_package_qa.tar.zst\nDEBUG: Searching for ca/69/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0d/5d/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:0d5dda638520ff3921e1a79825cdab81682b814d1525607abb9b315600d630dc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://39/08/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/08/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A12%3A390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a_package_write_rpm.tar.zst;downloadfilename=39/08/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a_package_write_rpm.tar.zst\nDEBUG: Searching for 0a/a3/sstate:libxdmcp-native::1.1.5:r0::12:0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d6/3b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://45/89/sstate:base-files::3.0.14:r0::12:4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3_populate_lic.tar.zst\nDEBUG: Using  for ca/69/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/6d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:b16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0a/a3/sstate:libxdmcp-native::1.1.5:r0::12:0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61_populate_lic.tar.zst\nDEBUG: Using  for d6/3b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/7b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ca/69/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c_create_package_spdx.tar.zst\nDEBUG: Searching for b1/6d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:b16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0a/a3/sstate:libxdmcp-native::1.1.5:r0::12:0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61_populate_lic.tar.zst\nDEBUG: Testing URL file://d6/3b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd_create_spdx.tar.zst\nDEBUG: Searching for 9b/7b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cf/49/sstate:rxvt-unicode::9.31:r0::12:cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ca/69/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b1/6d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:b16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0a/a3/sstate:libxdmcp-native::1.1.5:r0::12:0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61_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/3b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9b/7b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/f1/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090_create_package_spdx.tar.zst\nDEBUG: For url file://ca/69/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/69/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.8.1%3Ar0%3Acore2-64%3A12%3Aca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c_create_package_spdx.tar.zst;downloadfilename=ca/69/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b1/6d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:b16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0a/a3/sstate:libxdmcp-native::1.1.5:r0::12:0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/a3/sstate%3Alibxdmcp-native%3A%3A1.1.5%3Ar0%3A%3A12%3A0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61_populate_lic.tar.zst;downloadfilename=0a/a3/sstate:libxdmcp-native::1.1.5:r0::12:0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61_populate_lic.tar.zst\nDEBUG: For url file://d6/3b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/3b/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.7%3Ar0%3Acore2-64%3A12%3Ad63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd_create_spdx.tar.zst;downloadfilename=d6/3b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd_create_spdx.tar.zst\nDEBUG: Testing URL file://9b/7b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/b6/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef_package_qa.tar.zst\nDEBUG: Searching for 8e/f1/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b1/6d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:b16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e_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/3f/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b03f9d96e09fd418ec166e354655726c9df3393d374b88dded3122ee5ece2f50_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://39/08/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9b/7b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3_create_package_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://bd/64/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc_create_package_spdx.tar.zst\nDEBUG: Using  for 8e/f1/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090_create_package_spdx.tar.zst\nDEBUG: For url file://b1/6d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:b16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/6d/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3Ab16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e_deploy_source_date_epoch.tar.zst;downloadfilename=b1/6d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:b16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/f5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:e5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://83/e8/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141_package.tar.zst\nDEBUG: For url file://9b/7b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/7b/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A12%3A9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3_create_package_spdx.tar.zst;downloadfilename=9b/7b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3_create_package_spdx.tar.zst\nDEBUG: Searching for bd/64/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://8e/f1/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090_create_package_spdx.tar.zst\nDEBUG: Searching for e5/f5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:e5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 83/e8/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bd/64/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '8e/f1/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090_create_package_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://5c/7a/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5c7a8a5a956333734e9e9977eb97eaae09a146752a525c5d004c93c9d983b4ff_package_write_ipk.tar.zst\nDEBUG: Using  for e5/f5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:e5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1_package_write_ipk.tar.zst\nDEBUG: Using  for 83/e8/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141_package.tar.zst\nDEBUG: Testing URL file://bd/64/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc_create_package_spdx.tar.zst\nDEBUG: For url file://8e/f1/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/f1/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.4%3Ar0%3Acore2-64%3A12%3A8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090_create_package_spdx.tar.zst;downloadfilename=8e/f1/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/21/df/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99_recipe_qa.tar.zst\nDEBUG: Testing URL file://e5/f5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:e5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1_package_write_ipk.tar.zst\nDEBUG: Testing URL file://83/e8/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141_package.tar.zst\nDEBUG: For url ['file', '', 'bd/64/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/21/df/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e5/f5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:e5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1_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', '', '83/e8/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141_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://0a/a3/sstate:libxdmcp-native::1.1.5:r0::12:0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/6d/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:b16d18380b29472e4bc64624ef05f724a0f702e40782d77228299ec73a80623e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bd/64/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/64/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A12%3Abd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc_create_package_spdx.tar.zst;downloadfilename=bd/64/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc_create_package_spdx.tar.zst\nDEBUG: Using  for universal/21/df/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99_recipe_qa.tar.zst\nDEBUG: For url file://e5/f5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:e5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/f5/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A12%3Ae5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1_package_write_ipk.tar.zst;downloadfilename=e5/f5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:e5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1_package_write_ipk.tar.zst\nDEBUG: For url file://83/e8/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/e8/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141_package.tar.zst;downloadfilename=83/e8/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/bb/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/7f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99_packagedata.tar.zst\nDEBUG: Testing URL file://universal/21/df/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99_recipe_qa.tar.zst\nDEBUG: Searching for 8e/bb/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b8/7f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8f/49/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/21/df/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99_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://90/df/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31_create_spdx.tar.zst\nDEBUG: Using  for 8e/bb/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36_package.tar.zst\nDEBUG: Using  for b8/7f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://23/6e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542_recipe_qa.tar.zst\nDEBUG: For url file://universal/21/df/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/21/df/sstate%3Aacl-native%3Ax86_64-linux%3A2.3.2%3Ar0%3Ax86_64%3A12%3A21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99_recipe_qa.tar.zst;downloadfilename=universal/21/df/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://34/ed/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00_package.tar.zst\nDEBUG: Testing URL file://8e/bb/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36_package.tar.zst\nDEBUG: Testing URL file://b8/7f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99_packagedata.tar.zst\nDEBUG: Searching for 23/6e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 34/ed/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8e/bb/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b8/7f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 23/6e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542_recipe_qa.tar.zst\nDEBUG: Using  for 34/ed/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00_package.tar.zst\nDEBUG: For url file://8e/bb/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/bb/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A12%3A8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36_package.tar.zst;downloadfilename=8e/bb/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36_package.tar.zst\nDEBUG: For url file://b8/7f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/7f/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A12%3Ab87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99_packagedata.tar.zst;downloadfilename=b8/7f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99_packagedata.tar.zst\nDEBUG: Testing URL file://23/6e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542_recipe_qa.tar.zst\nDEBUG: Testing URL file://34/ed/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00_package.tar.zst\nDEBUG: For url ['file', '', '23/6e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '34/ed/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00_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://ca/69/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c_create_package_spdx.tar.zst\nDEBUG: For url file://23/6e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/6e/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A12%3A236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542_recipe_qa.tar.zst;downloadfilename=23/6e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542_recipe_qa.tar.zst\nDEBUG: For url file://34/ed/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/ed/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00_package.tar.zst;downloadfilename=34/ed/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00_package.tar.zst\nDEBUG: SState: Attempting to fetch file://19/94/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c_package_write_rpm.tar.zst\nDEBUG: Searching for 19/94/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/21/df/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99_recipe_qa.tar.zst\nDEBUG: Using  for 19/94/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/64/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/db/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2_package_qa.tar.zst\nDEBUG: Testing URL file://19/94/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://17/e0/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76_populate_sysroot.tar.zst\nDEBUG: Searching for cd/db/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '19/94/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c_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://8e/bb/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:8ebb19ba9a84e9937bd57d0bf1bad46f2ea34150f0aa836f0b959b4d19d7ef36_package.tar.zst\nDEBUG: Searching for 17/e0/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cd/db/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2_package_qa.tar.zst\nDEBUG: For url file://19/94/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/94/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.6.2%3Ar0%3Acore2-64%3A12%3A19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c_package_write_rpm.tar.zst;downloadfilename=19/94/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://db/6a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d_create_package_spdx.tar.zst\nDEBUG: Using  for 17/e0/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cd/db/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2_package_qa.tar.zst\nDEBUG: Searching for db/6a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://17/e0/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'cd/db/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2_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://23/6e/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/ed/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:34ed3f20555f9100cb51dd12a6e96565438cd1b2a3dc7e2c1af0f00942b73c00_package.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/e2/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:1ae2d33f9a381082b79e57eb2c551261b267242de8248ad713fb28712f28a5d2_package_write_ipk.tar.zst\nDEBUG: Using  for db/6a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '17/e0/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76_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/db/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/db/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3Acddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2_package_qa.tar.zst;downloadfilename=cd/db/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/a3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/f2/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:b5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/f5/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206_create_package_spdx.tar.zst\nDEBUG: Testing URL file://db/6a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d_create_package_spdx.tar.zst\nDEBUG: For url file://17/e0/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/e0/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.5.1%3Ar0%3Acore2-64%3A12%3A17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76_populate_sysroot.tar.zst;downloadfilename=17/e0/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76_populate_sysroot.tar.zst\nDEBUG: Searching for b6/a3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b5/f2/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:b5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d3/f5/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'db/6a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b6/a3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6_create_package_spdx.tar.zst\nDEBUG: Using  for b5/f2/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:b5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/18/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://19/94/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c_package_write_rpm.tar.zst\nDEBUG: Using  for d3/f5/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206_create_package_spdx.tar.zst\nDEBUG: For url file://db/6a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/6a/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A12%3Adb6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d_create_package_spdx.tar.zst;downloadfilename=db/6a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b6/a3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b5/f2/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:b5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/59/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/12/88/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593_create_spdx.tar.zst\nDEBUG: Testing URL file://d3/f5/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b6/a3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b5/f2/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:b5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e2/59/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/12/88/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd3/f5/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b6/a3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/a3/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Ab6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6_create_package_spdx.tar.zst;downloadfilename=b6/a3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6_create_package_spdx.tar.zst\nDEBUG: For url file://b5/f2/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:b5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/f2/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.36%3Ar0%3Aallarch%3A12%3Ab5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba_populate_sysroot.tar.zst;downloadfilename=b5/f2/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:b5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba_populate_sysroot.tar.zst\nDEBUG: Using  for e2/59/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c_packagedata.tar.zst\nDEBUG: Using  for universal/12/88/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593_create_spdx.tar.zst\nDEBUG: For url file://d3/f5/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/f5/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A12%3Ad3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206_create_package_spdx.tar.zst;downloadfilename=d3/f5/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e2/59/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c_packagedata.tar.zst\nDEBUG: Testing URL file://universal/12/88/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/f1/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e2/59/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c_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://e5/f5/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:e5f508de226cb6f30079740ed2ef97b5aee4effdc3d83ea971a4d73a088a8ba1_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/12/88/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593_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/29/16/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0_create_package_spdx.tar.zst\nDEBUG: For url file://e2/59/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/59/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A12%3Ae259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c_packagedata.tar.zst;downloadfilename=e2/59/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/de/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3_create_spdx.tar.zst\nDEBUG: For url file://universal/12/88/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/12/88/sstate%3Aunzip-native%3Ax86_64-linux%3A6.0%3Ar0%3Ax86_64%3A12%3A128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593_create_spdx.tar.zst;downloadfilename=universal/12/88/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593_create_spdx.tar.zst\nDEBUG: Searching for universal/29/16/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fa/de/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/29/16/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0_create_package_spdx.tar.zst\nDEBUG: Using  for fa/de/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/7f/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/f2/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:b5f211767de6074aeeabcc3bf4126552aabe5ce67e6278e6d9ef2ab95f0c3dba_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/29/16/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0_create_package_spdx.tar.zst\nDEBUG: Testing URL file://fa/de/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://56/af/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/c5/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/29/16/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fa/de/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 56/af/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6c/c5/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/29/16/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/29/16/sstate%3Alibmpc-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A12%3A2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0_create_package_spdx.tar.zst;downloadfilename=universal/29/16/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0_create_package_spdx.tar.zst\nDEBUG: For url file://fa/de/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/de/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3Afade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3_create_spdx.tar.zst;downloadfilename=fa/de/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3_create_spdx.tar.zst\nDEBUG: Using  for 56/af/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0_recipe_qa.tar.zst\nDEBUG: Using  for 6c/c5/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73_recipe_qa.tar.zst\nDEBUG: Testing URL file://56/af/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0_recipe_qa.tar.zst\nDEBUG: Testing URL file://6c/c5/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/59/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c_packagedata.tar.zst\nDEBUG: For url ['file', '', '56/af/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0_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/12/88/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/c5/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73_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://cd/49/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc_package.tar.zst\nDEBUG: For url file://56/af/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/af/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A12%3A56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0_recipe_qa.tar.zst;downloadfilename=56/af/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/64/b8/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f_create_spdx.tar.zst\nDEBUG: For url file://6c/c5/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/c5/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A12%3A6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73_recipe_qa.tar.zst;downloadfilename=6c/c5/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73_recipe_qa.tar.zst\nDEBUG: Searching for cd/49/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/64/b8/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cd/49/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://45/65/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:4565ca84b05f689a55621f11d9fe27fab187c7b3691610bec7d377d607d2036f_package.tar.zst\nDEBUG: Using  for universal/64/b8/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/db/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2_package_qa.tar.zst\nDEBUG: Testing URL file://cd/49/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/29/16/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/3b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://59/e7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f_package.tar.zst\nDEBUG: Testing URL file://universal/64/b8/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/c7/sstate:make::4.4.1:r0::12:1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cd/49/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc_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://16/45/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://45/6d/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064_package.tar.zst\nDEBUG: Searching for 59/e7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/64/b8/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1a/c7/sstate:make::4.4.1:r0::12:1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://cd/49/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/49/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A12%3Acd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc_package.tar.zst;downloadfilename=cd/49/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc_package.tar.zst\nDEBUG: Searching for 16/45/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 45/6d/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 59/e7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f_package.tar.zst\nDEBUG: For url file://universal/64/b8/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/64/b8/sstate%3Alibsdl2-native%3Ax86_64-linux%3A2.30.3%3Ar0%3Ax86_64%3A12%3A64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f_create_spdx.tar.zst;downloadfilename=universal/64/b8/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f_create_spdx.tar.zst\nDEBUG: Using  for 1a/c7/sstate:make::4.4.1:r0::12:1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419_populate_lic.tar.zst\nDEBUG: Using  for 16/45/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://56/af/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0_recipe_qa.tar.zst\nDEBUG: Using  for 45/6d/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/c5/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73_recipe_qa.tar.zst\nDEBUG: Testing URL file://59/e7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f_package.tar.zst\nDEBUG: Testing URL file://1a/c7/sstate:make::4.4.1:r0::12:1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419_populate_lic.tar.zst\nDEBUG: Testing URL file://16/45/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155_create_package_spdx.tar.zst\nDEBUG: Testing URL file://45/6d/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/0a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '59/e7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1a/c7/sstate:make::4.4.1:r0::12:1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419_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/45/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4f/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '45/6d/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ce/0a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://59/e7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/e7/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A12%3A59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f_package.tar.zst;downloadfilename=59/e7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f_package.tar.zst\nDEBUG: For url file://1a/c7/sstate:make::4.4.1:r0::12:1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/c7/sstate%3Amake%3A%3A4.4.1%3Ar0%3A%3A12%3A1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419_populate_lic.tar.zst;downloadfilename=1a/c7/sstate:make::4.4.1:r0::12:1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419_populate_lic.tar.zst\nDEBUG: For url file://16/45/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/45/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A12%3A164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5_populate_sysroot.tar.zst;downloadfilename=16/45/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5_populate_sysroot.tar.zst\nDEBUG: Using  for 4f/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155_create_package_spdx.tar.zst\nDEBUG: For url file://45/6d/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/6d/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064_package.tar.zst;downloadfilename=45/6d/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064_package.tar.zst\nDEBUG: Using  for ce/0a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/64/b8/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f_create_spdx.tar.zst\nDEBUG: Testing URL file://4f/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ce/0a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/3f/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4f/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ce/0a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/80/3f/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4f/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/fb/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A12%3A4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155_create_package_spdx.tar.zst;downloadfilename=4f/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155_create_package_spdx.tar.zst\nDEBUG: For url file://ce/0a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/0a/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Ace0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306_populate_sysroot.tar.zst;downloadfilename=ce/0a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306_populate_sysroot.tar.zst\nDEBUG: Using  for universal/80/3f/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/80/3f/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/49/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cd49e504438c498de9987c3ffec55666747ab97043d84743e411991997e31bdc_package.tar.zst\nDEBUG: For url ['file', '', 'universal/80/3f/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586_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://59/e7/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:59e793ffec88efd6cdce698d7dd8d79f569123d705496c02624c55e1bad20d4f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://45/6d/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:456d50082fdbfa30b73f239528fa52a190b1a5ff10f255d3330792e44dc77064_package.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/7b/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/c7/sstate:make::4.4.1:r0::12:1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/8d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894_packagedata.tar.zst\nDEBUG: For url file://universal/80/3f/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/3f/sstate%3Ago-cross-core2-64%3Ax86_64-poky-linux%3A1.22.4%3Ar0%3Ax86_64%3A12%3A803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586_recipe_qa.tar.zst;downloadfilename=universal/80/3f/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://65/1e/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/bc/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:ddbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://53/e7/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/3f/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9c/8d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 65/1e/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for dd/bc/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:ddbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 53/e7/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/2e/3f/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9c/8d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894_packagedata.tar.zst\nDEBUG: Using  for 65/1e/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081_package_write_rpm.tar.zst\nDEBUG: Using  for dd/bc/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:ddbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 53/e7/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f_package.tar.zst\nDEBUG: Using  for universal/2e/3f/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9c/8d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894_packagedata.tar.zst\nDEBUG: Testing URL file://65/1e/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/0a/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce0a019276b36cdea57b9839a59bcc5ff8dae79784d83eb39afcfa3eb8f71306_populate_sysroot.tar.zst\nDEBUG: Testing URL file://dd/bc/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:ddbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://53/e7/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f_package.tar.zst\nDEBUG: Testing URL file://universal/2e/3f/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9c/8d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '65/1e/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081_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://c3/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:c38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f_package.tar.zst\nDEBUG: For url ['file', '', 'dd/bc/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:ddbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e_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/e7/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/2e/3f/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7_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://9c/8d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/8d/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A12%3A9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894_packagedata.tar.zst;downloadfilename=9c/8d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894_packagedata.tar.zst\nDEBUG: For url file://65/1e/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/1e/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081_package_write_rpm.tar.zst;downloadfilename=65/1e/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081_package_write_rpm.tar.zst\nDEBUG: Searching for c3/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:c38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://dd/bc/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:ddbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/bc/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.13.0%3Ar0%3Acore2-64%3A12%3Addbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e_deploy_source_date_epoch.tar.zst;downloadfilename=dd/bc/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:ddbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://53/e7/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/e7/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A12%3A53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f_package.tar.zst;downloadfilename=53/e7/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f_package.tar.zst\nDEBUG: For url file://universal/2e/3f/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/3f/sstate%3Across-localedef-native%3Ax86_64-linux%3A2.39%2Bgit%3Ar0%3Ax86_64%3A12%3A2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7_deploy_source_date_epoch.tar.zst;downloadfilename=universal/2e/3f/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://83/e8/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:83e847fefcc8a1f1945c9659be327de7c3f5fd9e009635993546eb05c3c78141_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/80/3f/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:803f614486284c3681306361d804c773bbf9796de5621cb16e9539fc0fc14586_recipe_qa.tar.zst\nDEBUG: Using  for c3/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:c38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/98/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/fb/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/8d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://81/cb/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff_package_qa.tar.zst\nDEBUG: Testing URL file://c3/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:c38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f_package.tar.zst\nDEBUG: Searching for a5/98/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/70/05/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/a6/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810_package_qa.tar.zst\nDEBUG: Searching for 81/cb/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c3/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:c38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a5/98/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954_package_write_rpm.tar.zst\nDEBUG: Searching for universal/70/05/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b6/a6/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://dd/bc/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:ddbc931bb213d6351854d539bd624377b52294c32c5f5841164343f188c9695e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 81/cb/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff_package_qa.tar.zst\nDEBUG: For url file://c3/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:c38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/8a/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A12%3Ac38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f_package.tar.zst;downloadfilename=c3/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:c38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f_package.tar.zst\nDEBUG: Testing URL file://a5/98/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954_package_write_rpm.tar.zst\nDEBUG: Using  for universal/70/05/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53_create_package_spdx.tar.zst\nDEBUG: Using  for b6/a6/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://65/1e/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://18/e8/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d_packagedata.tar.zst\nDEBUG: Testing URL file://81/cb/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://53/e7/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:53e71927eb96a23fc88284b615a84283ebfd635ce0f43704de138c6d957c468f_package.tar.zst\nDEBUG: For url ['file', '', 'a5/98/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954_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/70/05/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/3f/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:2e3f9015e579cec3b8ef9bc2b07f870fe45fb14c84014b3f08427c97dd36e4f7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b6/a6/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/41/16/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8_create_package_spdx.tar.zst\nDEBUG: Searching for 18/e8/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '81/cb/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff_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://6a/8b/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d_packagedata.tar.zst\nDEBUG: For url file://a5/98/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/98/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A12%3Aa598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954_package_write_rpm.tar.zst;downloadfilename=a5/98/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/70/05/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53_create_package_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://00/c2/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b6/a6/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/41/16/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 18/e8/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d_packagedata.tar.zst\nDEBUG: For url file://81/cb/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/cb/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff_package_qa.tar.zst;downloadfilename=81/cb/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff_package_qa.tar.zst\nDEBUG: Searching for 6a/8b/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/70/05/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/70/05/sstate%3Alibgpg-error-native%3Ax86_64-linux%3A1.49%3Ar0%3Ax86_64%3A12%3A700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53_create_package_spdx.tar.zst;downloadfilename=universal/70/05/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53_create_package_spdx.tar.zst\nDEBUG: Searching for 00/c2/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b6/a6/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/a6/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A12%3Ab6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810_package_qa.tar.zst;downloadfilename=b6/a6/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810_package_qa.tar.zst\nDEBUG: Using  for universal/41/16/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8_create_package_spdx.tar.zst\nDEBUG: Testing URL file://18/e8/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d_packagedata.tar.zst\nDEBUG: Using  for 6a/8b/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/a3/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6_create_package_spdx.tar.zst\nDEBUG: Using  for 00/c2/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/41/16/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '18/e8/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6a/8b/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://34/b8/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://00/c2/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/41/16/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://18/e8/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/e8/sstate%3Autfcpp%3Acore2-64-poky-linux%3A4.0.5%3Ar0%3Acore2-64%3A12%3A18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d_packagedata.tar.zst;downloadfilename=18/e8/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/98/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6a/8b/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 34/b8/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '00/c2/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5_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/41/16/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/41/16/sstate%3Alibcomps-native%3Ax86_64-linux%3A0.1.21%3Ar0%3Ax86_64%3A12%3A4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8_create_package_spdx.tar.zst;downloadfilename=universal/41/16/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://81/cb/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://81/50/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe_packagedata.tar.zst\nDEBUG: For url file://6a/8b/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/8b/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A12%3A6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d_packagedata.tar.zst;downloadfilename=6a/8b/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/70/05/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53_create_package_spdx.tar.zst\nDEBUG: Using  for 34/b8/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://00/c2/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/c2/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5_create_spdx.tar.zst;downloadfilename=00/c2/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/a6/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:c38a3a397073f90b17949580fb9bd11b59e0f31ddec350e597227b511cb3079f_package.tar.zst\nDEBUG: Searching for 81/50/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/cc/7a/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642_populate_sysroot.tar.zst\nDEBUG: Testing URL file://34/b8/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1d/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/b2/1c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/2b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae_packagedata.tar.zst\nDEBUG: Using  for 81/50/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe_packagedata.tar.zst\nDEBUG: Searching for universal/cc/7a/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/41/16/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '34/b8/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92_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 1d/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958_package.tar.zst\nDEBUG: Searching for universal/b2/1c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for dd/2b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://81/50/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe_packagedata.tar.zst\nDEBUG: Using  for universal/cc/7a/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/62/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3_recipe_qa.tar.zst\nDEBUG: For url file://34/b8/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/b8/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92_deploy_source_date_epoch.tar.zst;downloadfilename=34/b8/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1d/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958_package.tar.zst\nDEBUG: Using  for universal/b2/1c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd_populate_sysroot.tar.zst\nDEBUG: Using  for dd/2b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae_packagedata.tar.zst\nDEBUG: For url ['file', '', '81/50/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/cc/7a/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642_populate_sysroot.tar.zst\nDEBUG: Searching for 4c/62/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6a/8b/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d_packagedata.tar.zst\nDEBUG: For url ['file', '', '1d/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/b2/1c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd_populate_sysroot.tar.zst\nDEBUG: Testing URL file://dd/2b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae_packagedata.tar.zst\nDEBUG: For url file://81/50/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/50/sstate%3Altp%3Acore2-64-poky-linux%3A20240524%3Ar0%3Acore2-64%3A12%3A8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe_packagedata.tar.zst;downloadfilename=81/50/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/f5/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/cc/7a/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4c/62/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/a1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4_populate_sysroot.tar.zst\nDEBUG: For url file://1d/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/be/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A12%3A1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958_package.tar.zst;downloadfilename=1d/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958_package.tar.zst\nDEBUG: For url ['file', '', 'universal/b2/1c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'dd/2b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae_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://dc/4c/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd_package_write_ipk.tar.zst\nDEBUG: For url file://universal/cc/7a/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cc/7a/sstate%3Apython3-iniparse-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3Acc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642_populate_sysroot.tar.zst;downloadfilename=universal/cc/7a/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4c/62/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3_recipe_qa.tar.zst\nDEBUG: Searching for 2b/a1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/b2/1c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b2/1c/sstate%3Alibxxf86vm-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A12%3Ab21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd_populate_sysroot.tar.zst;downloadfilename=universal/b2/1c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd_populate_sysroot.tar.zst\nDEBUG: For url file://dd/2b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/2b/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%2Bgit%3Ar0%3Acore2-64%3A12%3Add2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae_packagedata.tar.zst;downloadfilename=dd/2b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae_packagedata.tar.zst\nDEBUG: Searching for dc/4c/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4c/62/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2b/a1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://18/e8/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://34/b8/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:34b84c18f7a0e9ecf32ccaa9f66276d5c7397f4db205a4640579045ddd177a92_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for dc/4c/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd_package_write_ipk.tar.zst\nDEBUG: For url file://4c/62/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/62/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A12%3A4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3_recipe_qa.tar.zst;downloadfilename=4c/62/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://16/45/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:164516e0bad942894f86ca841f3d3e4e6122185000eb2a405df928ce564842b5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2b/a1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/cd/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352_package.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:1dbe219861557985d303e532268bf063c0892b4079a6d351c9d83ea9eac75958_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b0/3a/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a_create_spdx.tar.zst\nDEBUG: Testing URL file://dc/4c/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/5d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cc/7a/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://81/04/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '2b/a1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0e/cd/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3d/c6/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2_create_package_spdx.tar.zst\nDEBUG: Searching for universal/b0/3a/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/b2/1c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'dc/4c/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b6/5d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://dd/2b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/b5/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d_create_spdx.tar.zst\nDEBUG: Searching for 81/04/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2b/a1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/a1/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.22.4%3Ar0%3Acore2-64%3A12%3A2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4_populate_sysroot.tar.zst;downloadfilename=2b/a1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4_populate_sysroot.tar.zst\nDEBUG: Using  for 0e/cd/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352_package.tar.zst\nDEBUG: Searching for 3d/c6/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/b0/3a/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/2f/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7_create_spdx.tar.zst\nDEBUG: For url file://dc/4c/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/4c/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A12%3Adc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd_package_write_ipk.tar.zst;downloadfilename=dc/4c/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd_package_write_ipk.tar.zst\nDEBUG: Using  for b6/5d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/21/sstate:iptables::1.8.10:r0::12:f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8_populate_lic.tar.zst\nDEBUG: Searching for ba/b5/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 81/04/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://0e/cd/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/62/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3_recipe_qa.tar.zst\nDEBUG: Using  for 3d/c6/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b0/3a/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a_create_spdx.tar.zst\nDEBUG: Searching for universal/f6/2f/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b6/5d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1_package_qa.tar.zst\nDEBUG: Searching for f0/21/sstate:iptables::1.8.10:r0::12:f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://00/c2/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5_create_spdx.tar.zst\nDEBUG: Using  for ba/b5/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d_create_spdx.tar.zst\nDEBUG: Testing URL file://81/04/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '0e/cd/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352_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/7a/70/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/c6/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b0/3a/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/f6/2f/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b6/5d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f0/21/sstate:iptables::1.8.10:r0::12:f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8e/80/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ba/b5/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '81/04/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d_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://0e/cd/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/cd/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A12%3A0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352_package.tar.zst;downloadfilename=0e/cd/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352_package.tar.zst\nDEBUG: Searching for universal/7a/70/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3d/c6/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/b0/3a/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b0/3a/sstate%3Apython3-hatchling-native%3Ax86_64-linux%3A1.24.2%3Ar0%3Ax86_64%3A12%3Ab03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a_create_spdx.tar.zst;downloadfilename=universal/b0/3a/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f6/2f/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/a1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:2ba1141c812844249e19d54fa4c508bbe7ce43f4f75469d447eba82295184af4_populate_sysroot.tar.zst\nDEBUG: For url file://b6/5d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/5d/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A12%3Ab65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1_package_qa.tar.zst;downloadfilename=b6/5d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1_package_qa.tar.zst\nDEBUG: Testing URL file://f0/21/sstate:iptables::1.8.10:r0::12:f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8_populate_lic.tar.zst\nDEBUG: Searching for universal/8e/80/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ba/b5/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://81/04/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/04/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A12%3A810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d_package_write_ipk.tar.zst;downloadfilename=81/04/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d_package_write_ipk.tar.zst\nDEBUG: Using  for universal/7a/70/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac_recipe_qa.tar.zst\nDEBUG: For url file://3d/c6/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/c6/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A12%3A3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2_create_package_spdx.tar.zst;downloadfilename=3d/c6/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://db/6a/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f6/2f/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7_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/e3/f3/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:e3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f0/21/sstate:iptables::1.8.10:r0::12:f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/8e/80/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ba/b5/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/b5/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A12%3Abab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d_create_spdx.tar.zst;downloadfilename=ba/b5/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/7a/70/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://81/50/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/37/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c_populate_sysroot.tar.zst\nDEBUG: For url file://universal/f6/2f/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/2f/sstate%3Alibarchive-native%3Ax86_64-linux%3A3.7.4%3Ar0%3Ax86_64%3A12%3Af62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7_create_spdx.tar.zst;downloadfilename=universal/f6/2f/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b0/3a/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a_create_spdx.tar.zst\nDEBUG: Searching for universal/e3/f3/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:e3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f0/21/sstate:iptables::1.8.10:r0::12:f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/21/sstate%3Aiptables%3A%3A1.8.10%3Ar0%3A%3A12%3Af0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8_populate_lic.tar.zst;downloadfilename=f0/21/sstate:iptables::1.8.10:r0::12:f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/8e/80/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/7a/70/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac_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://e0/12/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:e012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/5d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1_package_qa.tar.zst\nDEBUG: Searching for 0a/37/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://81/04/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:810454d5f038bfa7917c6da1427bab02a9330a285425f54d483270040c25e90d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/31/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:bf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02_package_write_deb.tar.zst\nDEBUG: Using  for universal/e3/f3/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:e3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/8e/80/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170_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/70/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7a/70/sstate%3Abinutils-cross-x86_64%3Ax86_64-poky-linux%3A2.42%3Ar0%3Ax86_64%3A12%3A7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac_recipe_qa.tar.zst;downloadfilename=universal/7a/70/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac_recipe_qa.tar.zst\nDEBUG: Searching for e0/12/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:e012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/9d/06/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf_create_package_spdx.tar.zst\nDEBUG: Using  for 0a/37/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://90/fa/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f_recipe_qa.tar.zst\nDEBUG: Searching for bf/31/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:bf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/e3/f3/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:e3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/de/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3_create_spdx.tar.zst\nDEBUG: For url file://universal/8e/80/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8e/80/sstate%3Aswig-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A12%3A8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170_deploy_source_date_epoch.tar.zst;downloadfilename=universal/8e/80/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e0/12/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:e012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6_package.tar.zst\nDEBUG: Searching for universal/9d/06/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0a/37/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c_populate_sysroot.tar.zst\nDEBUG: Searching for 90/fa/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bf/31/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:bf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/e3/f3/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:e3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d_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://af/d2/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/2f/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/21/sstate:iptables::1.8.10:r0::12:f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8_populate_lic.tar.zst\nDEBUG: Testing URL file://e0/12/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:e012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6_package.tar.zst\nDEBUG: Using  for universal/9d/06/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '0a/37/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 90/fa/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f_recipe_qa.tar.zst\nDEBUG: Testing URL file://bf/31/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:bf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02_package_write_deb.tar.zst\nDEBUG: For url file://universal/e3/f3/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:e3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e3/f3/sstate%3Agtk%2B3-native%3Ax86_64-linux%3A3.24.42%3Ar0%3Ax86_64%3A12%3Ae3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e3/f3/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:e3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for af/d2/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://87/6a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://50/d8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e0/12/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:e012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/9d/06/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf_create_package_spdx.tar.zst\nDEBUG: For url file://0a/37/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/37/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.6%3Ar0%3Acore2-64%3A12%3A0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c_populate_sysroot.tar.zst;downloadfilename=0a/37/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://90/fa/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'bf/31/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:bf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for af/d2/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1_create_package_spdx.tar.zst\nDEBUG: Searching for 87/6a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/7a/70/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:7a70b9481984760a9c62336c4010754d566e660b9bc81de5c6129b042fb32aac_recipe_qa.tar.zst\nDEBUG: Searching for 50/d8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e0/12/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:e012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/12/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A12%3Ae012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6_package.tar.zst;downloadfilename=e0/12/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:e012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6_package.tar.zst\nDEBUG: For url ['file', '', 'universal/9d/06/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '90/fa/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f_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/80/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:8e80e0c1b02a5a4aecb6005f99d7f43ff70d940fb8899e4b74efab00792b3170_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bf/31/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:bf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/31/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A12%3Abf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02_package_write_deb.tar.zst;downloadfilename=bf/31/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:bf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02_package_write_deb.tar.zst\nDEBUG: Testing URL file://af/d2/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1_create_package_spdx.tar.zst\nDEBUG: Using  for 87/6a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://87/e6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 50/d8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5_package_qa.tar.zst\nDEBUG: For url file://universal/9d/06/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9d/06/sstate%3Aflex-native%3Ax86_64-linux%3A2.6.4%3Ar0%3Ax86_64%3A12%3A9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf_create_package_spdx.tar.zst;downloadfilename=universal/9d/06/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf_create_package_spdx.tar.zst\nDEBUG: For url file://90/fa/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/fa/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A12%3A90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f_recipe_qa.tar.zst;downloadfilename=90/fa/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/4a/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:e64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'af/d2/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://87/6a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e3/f3/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:e3f3604f42a2ef87e2cad25496f3105f33e238d015448e6c7c133104c870046d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 87/e6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3d/c6/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://50/d8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5_package_qa.tar.zst\nDEBUG: Searching for e6/4a/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:e64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://af/d2/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/d2/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.13%3Ar0%3Acore2-64%3A12%3Aafd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1_create_package_spdx.tar.zst;downloadfilename=af/d2/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '87/6a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b_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/2c/sstate:gcc-runtime::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: Using  for 87/e6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/12/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:e012964c594343b92b600cf9c99bee4dec0f0790864e90ba9487fab38db320d6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/93/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd_package_qa.tar.zst\nDEBUG: For url ['file', '', '50/d8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e6/4a/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:e64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56_package_write_deb.tar.zst\nDEBUG: For url file://87/6a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/6a/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A12%3A876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b_package_qa.tar.zst;downloadfilename=87/6a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/31/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:bf31a7a215e6cc86bb4682aa36e5c3bf14f82c9727333465c040bd7ca91faf02_package_write_deb.tar.zst\nDEBUG: Searching for 96/2c/sstate:gcc-runtime::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ba/b5/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d_create_spdx.tar.zst\nDEBUG: Testing URL file://87/e6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/d8/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd_package.tar.zst\nDEBUG: Searching for 9b/93/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/9d/06/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://90/fa/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f_recipe_qa.tar.zst\nDEBUG: For url file://50/d8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/d8/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A12%3A50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5_package_qa.tar.zst;downloadfilename=50/d8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5_package_qa.tar.zst\nDEBUG: Testing URL file://e6/4a/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:e64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/77/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee_recipe_qa.tar.zst\nDEBUG: Using  for 96/2c/sstate:gcc-runtime::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://db/86/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:db86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '87/e6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf_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 9b/d8/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9b/93/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/cc/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://00/e0/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e6/4a/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:e64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7b/77/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://96/2c/sstate:gcc-runtime::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: Searching for db/86/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:db86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://87/e6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/e6/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A12%3A87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf_deploy_source_date_epoch.tar.zst;downloadfilename=87/e6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9b/d8/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd_package.tar.zst\nDEBUG: Testing URL file://9b/93/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd_package_qa.tar.zst\nDEBUG: Searching for c5/cc/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 00/e0/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e6/4a/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:e64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/4a/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A12%3Ae64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56_package_write_deb.tar.zst;downloadfilename=e6/4a/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:e64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56_package_write_deb.tar.zst\nDEBUG: Using  for 7b/77/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '96/2c/sstate:gcc-runtime::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for db/86/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:db86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d_package_write_deb.tar.zst\nDEBUG: Testing URL file://9b/d8/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd_package.tar.zst\nDEBUG: For url ['file', '', '9b/93/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c5/cc/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc_package_write_ipk.tar.zst\nDEBUG: Using  for 00/e0/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3_package_write_deb.tar.zst\nDEBUG: Testing URL file://7b/77/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://50/d8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://17/e0/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17e0b4514b961c5575a199c978b89fe7ba45f0068dcd8431afd81743173bbd76_populate_sysroot.tar.zst\nDEBUG: For url file://96/2c/sstate:gcc-runtime::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/2c/sstate%3Agcc-runtime%3A%3A14.1.0%3Ar0%3A%3A12%3A962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst;downloadfilename=96/2c/sstate:gcc-runtime::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: Testing URL file://db/86/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:db86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9b/d8/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9b/93/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/93/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd_package_qa.tar.zst;downloadfilename=9b/93/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd_package_qa.tar.zst\nDEBUG: Testing URL file://c5/cc/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc_package_write_ipk.tar.zst\nDEBUG: Testing URL file://00/e0/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '7b/77/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee_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://5e/2b/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/29/56/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'db/86/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:db86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d_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://9b/d8/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/d8/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd_package.tar.zst;downloadfilename=9b/d8/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd_package.tar.zst\nDEBUG: For url ['file', '', 'c5/cc/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc_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', '', '00/e0/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3_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://7b/77/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/77/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.13.0%3Ar0%3Acore2-64%3A12%3A7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee_recipe_qa.tar.zst;downloadfilename=7b/77/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee_recipe_qa.tar.zst\nDEBUG: Searching for 5e/2b/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e6/4a/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:e64a1807edb3e9fec4f912da5d1410421a6a488a89eefd03a401a7d6a5f76b56_package_write_deb.tar.zst\nDEBUG: Searching for universal/29/56/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://db/86/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:db86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/86/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Adb86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d_package_write_deb.tar.zst;downloadfilename=db/86/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:db86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d_package_write_deb.tar.zst\nDEBUG: For url file://c5/cc/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/cc/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3Ac5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc_package_write_ipk.tar.zst;downloadfilename=c5/cc/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://87/6a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b_package_qa.tar.zst\nDEBUG: For url file://00/e0/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/e0/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A12%3A00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3_package_write_deb.tar.zst;downloadfilename=00/e0/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3_package_write_deb.tar.zst\nDEBUG: Using  for 5e/2b/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/0c/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://96/2c/sstate:gcc-runtime::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: Using  for universal/29/56/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/93/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://87/e6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:87e60cbc7850642bcd95efff862c72233528717b973519428c28789f7e7b29cf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://93/c3/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/d8/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:9bd818e0fc4a4e70ba0f97e1e159fa2f8bfdfb9583e9d1ec0e4e5944868fa2dd_package.tar.zst\nDEBUG: Testing URL file://5e/2b/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c_package_write_deb.tar.zst\nDEBUG: Searching for 4d/0c/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f8/80/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/29/56/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://68/65/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/77/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/57/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec_packagedata.tar.zst\nDEBUG: Searching for 93/c3/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://20/d8/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5e/2b/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4d/0c/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d_package_write_ipk.tar.zst\nDEBUG: Searching for f8/80/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/29/56/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 68/65/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d6/9a/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e_package_write_ipk.tar.zst\nDEBUG: Searching for c3/57/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 93/c3/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5_populate_sysroot.tar.zst\nDEBUG: Searching for 20/d8/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5e/2b/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/2b/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c_package_write_deb.tar.zst;downloadfilename=5e/2b/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://db/86/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:db86c6762699090e78a4db2bf523748575c429dfdc1700cbc80b6090cad99e0d_package_write_deb.tar.zst\nDEBUG: Testing URL file://4d/0c/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d_package_write_ipk.tar.zst\nDEBUG: Using  for f8/80/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc_package_write_deb.tar.zst\nDEBUG: For url file://universal/29/56/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/29/56/sstate%3Apython3-zipp-native%3Ax86_64-linux%3A3.19.2%3Ar0%3Ax86_64%3A12%3A29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022_populate_sysroot.tar.zst;downloadfilename=universal/29/56/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022_populate_sysroot.tar.zst\nDEBUG: Using  for 68/65/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946_package_write_deb.tar.zst\nDEBUG: Searching for d6/9a/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c3/57/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec_packagedata.tar.zst\nDEBUG: Testing URL file://93/c3/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5_populate_sysroot.tar.zst\nDEBUG: Using  for 20/d8/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/42/65/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4d/0c/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d_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://f8/80/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc_package_write_deb.tar.zst\nDEBUG: Testing URL file://68/65/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946_package_write_deb.tar.zst\nDEBUG: Using  for d6/9a/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c3/57/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec_packagedata.tar.zst\nDEBUG: For url ['file', '', '93/c3/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://20/d8/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db_create_spdx.tar.zst\nDEBUG: Searching for universal/42/65/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4d/0c/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/0c/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A12%3A4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d_package_write_ipk.tar.zst;downloadfilename=4d/0c/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'f8/80/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc_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', '', '68/65/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946_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://d6/9a/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'c3/57/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://93/c3/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/c3/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.5%3Ar0%3Acore2-64%3A12%3A93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5_populate_sysroot.tar.zst;downloadfilename=93/c3/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '20/d8/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/42/65/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74_recipe_qa.tar.zst\nDEBUG: For url file://f8/80/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/80/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3Af8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc_package_write_deb.tar.zst;downloadfilename=f8/80/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc_package_write_deb.tar.zst\nDEBUG: For url file://68/65/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/65/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A12%3A6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946_package_write_deb.tar.zst;downloadfilename=68/65/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'd6/9a/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e_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://c3/57/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/57/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A12%3Ac3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec_packagedata.tar.zst;downloadfilename=c3/57/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec_packagedata.tar.zst\nDEBUG: For url file://20/d8/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/d8/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db_create_spdx.tar.zst;downloadfilename=20/d8/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/42/65/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/29/56/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022_populate_sysroot.tar.zst\nDEBUG: For url file://d6/9a/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/9a/sstate%3Ataglib%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3Ad69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e_package_write_ipk.tar.zst;downloadfilename=d6/9a/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/4c/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dc4cff8794128e57dabdad09e87fe4ce95d20e8952768499c19550bf114a97bd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/42/65/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74_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://b8/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/c6/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/80/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc_package_write_deb.tar.zst\nDEBUG: For url file://universal/42/65/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/42/65/sstate%3Axorgproto-native%3Ax86_64-linux%3A2024.1%3Ar0%3Ax86_64%3A12%3A426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74_recipe_qa.tar.zst;downloadfilename=universal/42/65/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/cd/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:0ecd7603831ed70cdc39d60c8ed13ba292c37d2c4ddff85fa180d6d3e3841352_package.tar.zst\nDEBUG: Searching for b8/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9f/c6/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://47/f1/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/b0/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:b1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf_package_write_ipk.tar.zst\nDEBUG: Using  for b8/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/cc/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c5cc835cd33145a20f52a24eec9fc04c1faaf936d2201091b941c6402ce758cc_package_write_ipk.tar.zst\nDEBUG: Using  for 9f/c6/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d_package_write_rpm.tar.zst\nDEBUG: Searching for 47/f1/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b1/b0/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:b1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b8/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7c/8c/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78_recipe_qa.tar.zst\nDEBUG: Testing URL file://9f/c6/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/57/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec_packagedata.tar.zst\nDEBUG: Using  for 47/f1/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e_package.tar.zst\nDEBUG: Using  for b1/b0/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:b1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'b8/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/7c/8c/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9f/c6/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d_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://c7/44/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:c74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4_package_write_deb.tar.zst\nDEBUG: Testing URL file://47/f1/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e_package.tar.zst\nDEBUG: Testing URL file://b1/b0/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:b1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf_package_write_ipk.tar.zst\nDEBUG: For url file://b8/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/17/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Ab8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf_package_write_ipk.tar.zst;downloadfilename=b8/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf_package_write_ipk.tar.zst\nDEBUG: Using  for universal/7c/8c/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78_recipe_qa.tar.zst\nDEBUG: For url file://9f/c6/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/c6/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d_package_write_rpm.tar.zst;downloadfilename=9f/c6/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d_package_write_rpm.tar.zst\nDEBUG: Searching for c7/44/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:c74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '47/f1/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b1/b0/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:b1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf_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://universal/7c/8c/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78_recipe_qa.tar.zst\nDEBUG: Using  for c7/44/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:c74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/42/65/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74_recipe_qa.tar.zst\nDEBUG: For url file://47/f1/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/f1/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A12%3A47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e_package.tar.zst;downloadfilename=47/f1/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e_package.tar.zst\nDEBUG: For url file://b1/b0/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:b1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/b0/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.22.0%3Ar0%3Acore2-64%3A12%3Ab1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf_package_write_ipk.tar.zst;downloadfilename=b1/b0/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:b1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/7c/8c/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c7/44/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:c74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://13/82/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f_package_write_deb.tar.zst\nDEBUG: For url file://universal/7c/8c/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7c/8c/sstate%3Aalsa-lib-native%3Ax86_64-linux%3A1.2.12%3Ar0%3Ax86_64%3A12%3A7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78_recipe_qa.tar.zst;downloadfilename=universal/7c/8c/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://af/d2/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c7/44/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:c74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 13/82/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://96/07/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/17/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b8173178e7037aa769b35c79a5cea537fb4c5498857c8d7774c5fedf6cec36bf_package_write_ipk.tar.zst\nDEBUG: For url file://c7/44/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:c74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/44/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.27%3Ar0%3Acore2-64%3A12%3Ac74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4_package_write_deb.tar.zst;downloadfilename=c7/44/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:c74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4_package_write_deb.tar.zst\nDEBUG: Using  for 13/82/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f_package_write_deb.tar.zst\nDEBUG: Searching for 96/07/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://13/e1/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81_create_spdx.tar.zst\nDEBUG: Testing URL file://13/82/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f_package_write_deb.tar.zst\nDEBUG: Using  for 96/07/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/c6/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d_package_write_rpm.tar.zst\nDEBUG: Searching for 13/e1/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '13/82/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f_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://96/07/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/31/f9/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73_populate_sysroot.tar.zst\nDEBUG: Using  for 13/e1/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81_create_spdx.tar.zst\nDEBUG: For url file://13/82/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/82/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A12%3A1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f_package_write_deb.tar.zst;downloadfilename=13/82/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '96/07/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9_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/31/f9/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b1/b0/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:b1b05355b8efd022947ead2e862c361b398e38e8395a70f695255b69f72964bf_package_write_ipk.tar.zst\nDEBUG: Testing URL file://13/e1/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81_create_spdx.tar.zst\nDEBUG: For url file://96/07/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/07/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.22.0%3Ar0%3Acore2-64%3A12%3A96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9_deploy_source_date_epoch.tar.zst;downloadfilename=96/07/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/31/f9/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7c/8c/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/e8/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:d4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97_package.tar.zst\nDEBUG: For url ['file', '', '13/e1/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81_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/31/f9/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/5b/sstate:xkbcomp::1.4.7:r0::12:2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139_populate_lic.tar.zst\nDEBUG: Searching for d4/e8/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:d4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://13/e1/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/e1/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A12%3A13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81_create_spdx.tar.zst;downloadfilename=13/e1/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/31/f9/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2f/5b/sstate:xkbcomp::1.4.7:r0::12:2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d4/e8/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:d4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97_package.tar.zst\nDEBUG: For url file://universal/31/f9/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/f9/sstate%3Apixman-native%3Ax86_64-linux%3A0.42.2%3Ar0%3Ax86_64%3A12%3A31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73_populate_sysroot.tar.zst;downloadfilename=universal/31/f9/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73_populate_sysroot.tar.zst\nDEBUG: Using  for 2f/5b/sstate:xkbcomp::1.4.7:r0::12:2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139_populate_lic.tar.zst\nDEBUG: Testing URL file://d4/e8/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:d4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97_package.tar.zst\nDEBUG: Testing URL file://2f/5b/sstate:xkbcomp::1.4.7:r0::12:2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd4/e8/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:d4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97_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://13/82/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:1382da91e06a942872472b9c73d80221e6d0580096ffbacca1ba21ca79c0714f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '2f/5b/sstate:xkbcomp::1.4.7:r0::12:2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d4/e8/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:d4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/e8/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A8.2.2%3Ar0%3Acore2-64%3A12%3Ad4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97_package.tar.zst;downloadfilename=d4/e8/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:d4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/7f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f_package_write_rpm.tar.zst\nDEBUG: For url file://2f/5b/sstate:xkbcomp::1.4.7:r0::12:2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/5b/sstate%3Axkbcomp%3A%3A1.4.7%3Ar0%3A%3A12%3A2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139_populate_lic.tar.zst;downloadfilename=2f/5b/sstate:xkbcomp::1.4.7:r0::12:2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139_populate_lic.tar.zst\nDEBUG: Searching for d4/7f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://96/07/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:96073565f6cd9e805a327ff59de0435756921628733ecee4f9cc028a2089bcb9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d4/7f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://30/c9/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://47/f1/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:47f1acdcff157876c51fcc47a8dfd255c681a5fc233c745e9d4b37a99f877e1e_package.tar.zst\nDEBUG: Testing URL file://d4/7f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f_package_write_rpm.tar.zst\nDEBUG: Searching for 30/c9/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ca/ab/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:caab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c_package.tar.zst\nDEBUG: For url ['file', '', 'd4/7f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f_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/31/f9/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73_populate_sysroot.tar.zst\nDEBUG: Using  for 30/c9/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92_package_write_ipk.tar.zst\nDEBUG: Searching for ca/ab/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:caab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d4/7f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/7f/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A12%3Ad47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f_package_write_rpm.tar.zst;downloadfilename=d4/7f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/29/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4_create_spdx.tar.zst\nDEBUG: Testing URL file://30/c9/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92_package_write_ipk.tar.zst\nDEBUG: Using  for ca/ab/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:caab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c_package.tar.zst\nDEBUG: Searching for b1/29/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '30/c9/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92_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://ca/ab/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:caab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c_package.tar.zst\nDEBUG: Using  for b1/29/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4_create_spdx.tar.zst\nDEBUG: For url file://30/c9/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/c9/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A12%3A30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92_package_write_ipk.tar.zst;downloadfilename=30/c9/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ca/ab/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:caab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b1/29/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4_create_spdx.tar.zst\nDEBUG: For url file://ca/ab/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:caab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/ab/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.49%3Ar0%3Acore2-64%3A12%3Acaab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c_package.tar.zst;downloadfilename=ca/ab/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:caab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c_package.tar.zst\nDEBUG: For url ['file', '', 'b1/29/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4_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/e8/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:d4e85b1a876b53b5873d199a68eb9a410ed5ca92c2595110daa3828125b97f97_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/5b/sstate:xkbcomp::1.4.7:r0::12:2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139_populate_lic.tar.zst\nDEBUG: For url file://b1/29/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/29/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A12%3Ab1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4_create_spdx.tar.zst;downloadfilename=b1/29/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/2b/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:5e2bf7013760fb9998d13ba4ccfd22d2d7ba737d3a8a7664512924d4a235ec7c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2f/23/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/9a/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d69a26fb7b4a6640789d45f693ee36f11a6e74a558ef9589b9892ec2984a276e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://42/10/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a_populate_sysroot.tar.zst\nDEBUG: Searching for universal/2f/23/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://05/bc/sstate:logrotate::3.22.0:r0::12:05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5_populate_lic.tar.zst\nDEBUG: Searching for fb/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 42/10/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/2f/23/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 05/bc/sstate:logrotate::3.22.0:r0::12:05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fb/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc_create_package_spdx.tar.zst\nDEBUG: Using  for 42/10/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/2f/23/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://30/c9/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:30c90df6f5d8cf9bd84ad5185799e134a46728f44a8f0982b25624447ec6ec92_package_write_ipk.tar.zst\nDEBUG: Using  for 05/bc/sstate:logrotate::3.22.0:r0::12:05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/7f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fb/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://42/10/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/2f/23/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f_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://56/a4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3_recipe_qa.tar.zst\nDEBUG: Testing URL file://05/bc/sstate:logrotate::3.22.0:r0::12:05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://36/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fb/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '42/10/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a_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/2f/23/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2f/23/sstate%3Adbus-native%3Ax86_64-linux%3A1.14.10%3Ar0%3Ax86_64%3A12%3A2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/2f/23/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 56/a4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '05/bc/sstate:logrotate::3.22.0:r0::12:05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 36/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ca/ab/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:caab89dfd1ded032c73a64093d3f1033d5cb755c36d5dfe4419e14a28389ad6c_package.tar.zst\nDEBUG: For url file://fb/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/99/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.11%3Ar0%3Acore2-64%3A12%3Afb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc_create_package_spdx.tar.zst;downloadfilename=fb/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc_create_package_spdx.tar.zst\nDEBUG: For url file://42/10/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/10/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a_populate_sysroot.tar.zst;downloadfilename=42/10/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a_populate_sysroot.tar.zst\nDEBUG: Using  for 56/a4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3_recipe_qa.tar.zst\nDEBUG: For url file://05/bc/sstate:logrotate::3.22.0:r0::12:05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/bc/sstate%3Alogrotate%3A%3A3.22.0%3Ar0%3A%3A12%3A05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5_populate_lic.tar.zst;downloadfilename=05/bc/sstate:logrotate::3.22.0:r0::12:05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5_populate_lic.tar.zst\nDEBUG: Using  for 36/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/1d/sstate:qemuwrapper-cross::1.0:r0::12:d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc_populate_lic.tar.zst\nDEBUG: Testing URL file://56/a4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3_recipe_qa.tar.zst\nDEBUG: Testing URL file://36/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/37/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:0a3795aec5e1b83261be2dd0339b78210f7e15ce2f007d404d68694f61b88a6c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://20/d8/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db_create_spdx.tar.zst\nDEBUG: Searching for d3/1d/sstate:qemuwrapper-cross::1.0:r0::12:d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '56/a4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3_recipe_qa.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:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0_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/65/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/ce/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779_recipe_qa.tar.zst\nDEBUG: Using  for d3/1d/sstate:qemuwrapper-cross::1.0:r0::12:d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc_populate_lic.tar.zst\nDEBUG: For url file://56/a4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/a4/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3_recipe_qa.tar.zst;downloadfilename=56/a4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3_recipe_qa.tar.zst\nDEBUG: For url file://36/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/28/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A12%3A3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0_recipe_qa.tar.zst;downloadfilename=36/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0_recipe_qa.tar.zst\nDEBUG: Searching for universal/d1/65/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c5/ce/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/2f/23/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:2f234ddbb71f4da05eba8fcca786cc005774564e6f2d405046a0259ce8a4344f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d3/1d/sstate:qemuwrapper-cross::1.0:r0::12:d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc_populate_lic.tar.zst\nDEBUG: Using  for universal/d1/65/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413_create_package_spdx.tar.zst\nDEBUG: Using  for c5/ce/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://05/bc/sstate:logrotate::3.22.0:r0::12:05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/26/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd3/1d/sstate:qemuwrapper-cross::1.0:r0::12:d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc_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/d1/65/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c5/ce/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://85/9c/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590_package_write_rpm.tar.zst\nDEBUG: Searching for 1f/26/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d3/1d/sstate:qemuwrapper-cross::1.0:r0::12:d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/1d/sstate%3Aqemuwrapper-cross%3A%3A1.0%3Ar0%3A%3A12%3Ad31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc_populate_lic.tar.zst;downloadfilename=d3/1d/sstate:qemuwrapper-cross::1.0:r0::12:d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/d1/65/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c5/ce/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 85/9c/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1f/26/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031_packagedata.tar.zst\nDEBUG: For url file://universal/d1/65/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d1/65/sstate%3Alibpciaccess-native%3Ax86_64-linux%3A0.18.1%3Ar0%3Ax86_64%3A12%3Ad165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413_create_package_spdx.tar.zst;downloadfilename=universal/d1/65/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413_create_package_spdx.tar.zst\nDEBUG: For url file://c5/ce/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/ce/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3Ac5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779_recipe_qa.tar.zst;downloadfilename=c5/ce/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779_recipe_qa.tar.zst\nDEBUG: Using  for 85/9c/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1f/26/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031_packagedata.tar.zst\nDEBUG: Testing URL file://85/9c/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://56/a4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1f/26/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031_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://93/c3/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:93c324f855fd86a0a027bf39618e2cb1b4c1f883b8ce8cbc970fdd1c20e101e5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://36/28/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '85/9c/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590_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/44/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:c74403dfb8aafe5569cfb0c2285488324148eb4e2908f7710fbc906364f62ab4_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://63/ee/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8_populate_sysroot.tar.zst\nDEBUG: For url file://1f/26/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/26/sstate%3Alzlib%3Acore2-64-poky-linux%3A1.14%3Ar0%3Acore2-64%3A12%3A1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031_packagedata.tar.zst;downloadfilename=1f/26/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://30/0e/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/5b/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f_package_write_ipk.tar.zst\nDEBUG: For url file://85/9c/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/9c/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.15%3Ar0%3Acore2-64%3A12%3A859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590_package_write_rpm.tar.zst;downloadfilename=85/9c/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4e/59/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf_recipe_qa.tar.zst\nDEBUG: Searching for 63/ee/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 30/0e/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f9/5b/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d3/1d/sstate:qemuwrapper-cross::1.0:r0::12:d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc_populate_lic.tar.zst\nDEBUG: Searching for universal/4e/59/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 63/ee/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d1/65/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413_create_package_spdx.tar.zst\nDEBUG: Using  for 30/0e/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81_package_write_deb.tar.zst\nDEBUG: Using  for f9/5b/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/be/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/4e/59/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf_recipe_qa.tar.zst\nDEBUG: Testing URL file://63/ee/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/ce/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1e/fb/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://30/0e/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81_package_write_deb.tar.zst\nDEBUG: Testing URL file://f9/5b/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f_package_write_ipk.tar.zst\nDEBUG: Searching for 7b/be/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/4e/59/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '63/ee/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8_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://1a/a7/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1_package_write_ipk.tar.zst\nDEBUG: Searching for universal/1e/fb/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '30/0e/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81_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', '', 'f9/5b/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7b/be/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/4e/59/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf_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/ee/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/ee/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A12%3A63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8_populate_sysroot.tar.zst;downloadfilename=63/ee/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8_populate_sysroot.tar.zst\nDEBUG: Searching for 1a/a7/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/1e/fb/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e_populate_sysroot.tar.zst\nDEBUG: For url file://30/0e/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/0e/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A12%3A300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81_package_write_deb.tar.zst;downloadfilename=30/0e/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81_package_write_deb.tar.zst\nDEBUG: For url file://f9/5b/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/5b/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A12%3Af95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f_package_write_ipk.tar.zst;downloadfilename=f9/5b/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://7b/be/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/4e/59/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4e/59/sstate%3Alibslirp-native%3Ax86_64-linux%3A4.8.0%3Ar0%3Ax86_64%3A12%3A4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf_recipe_qa.tar.zst;downloadfilename=universal/4e/59/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf_recipe_qa.tar.zst\nDEBUG: Using  for 1a/a7/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/1e/fb/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/26/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://85/9c/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '7b/be/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558_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://1a/a7/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/1e/fb/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e_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/67/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4c/92/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23_create_spdx.tar.zst\nDEBUG: For url file://7b/be/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/be/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.44%3Ar0%3Acore2-64%3A12%3A7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558_deploy_source_date_epoch.tar.zst;downloadfilename=7b/be/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1a/a7/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1_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://universal/1e/fb/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/fb/sstate%3Alibdrm-native%3Ax86_64-linux%3A2.4.120%3Ar0%3Ax86_64%3A12%3A1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e_populate_sysroot.tar.zst;downloadfilename=universal/1e/fb/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e_populate_sysroot.tar.zst\nDEBUG: Searching for cb/67/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/4c/92/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1a/a7/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/a7/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1_package_write_ipk.tar.zst;downloadfilename=1a/a7/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc_create_package_spdx.tar.zst\nDEBUG: Using  for cb/67/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc_package_write_deb.tar.zst\nDEBUG: Using  for universal/4c/92/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://30/0e/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:300e1b31ae5925f81a5054ecb3618e7f66dcb07e292d36424ec8261de1c66a81_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/5b/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f95bc40e6c2c6aeab140bf39b1ec362f377e02ec0be67fbae1ed9d26823bf49f_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/cb/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49_packagedata.tar.zst\nDEBUG: Testing URL file://cb/67/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/4c/92/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/0c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4e/59/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/04/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121_package_qa.tar.zst\nDEBUG: Searching for 4e/cb/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cb/67/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc_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/4c/92/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b4/0c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ef/73/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1_package_qa.tar.zst\nDEBUG: Searching for 2d/04/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4e/cb/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49_packagedata.tar.zst\nDEBUG: For url file://cb/67/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/67/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A12%3Acb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc_package_write_deb.tar.zst;downloadfilename=cb/67/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc_package_write_deb.tar.zst\nDEBUG: For url file://universal/4c/92/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4c/92/sstate%3Aqemu-native%3Ax86_64-linux%3A9.0.0%3Ar0%3Ax86_64%3A12%3A4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23_create_spdx.tar.zst;downloadfilename=universal/4c/92/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23_create_spdx.tar.zst\nDEBUG: Using  for b4/0c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58_package_write_deb.tar.zst\nDEBUG: Searching for ef/73/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2d/04/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121_package_qa.tar.zst\nDEBUG: Testing URL file://4e/cb/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49_packagedata.tar.zst\nDEBUG: Testing URL file://b4/0c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1e/fb/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/be/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:7bbe1cd02804ae752ac5c75e0eadbd0ba8a3516789d9fa88b98e8c924b241558_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ef/73/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/29/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://13/e1/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81_create_spdx.tar.zst\nDEBUG: Testing URL file://2d/04/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/a7/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://63/ee/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63eeeb0bd5f4d8b9e8ad854dcc273f8ca53d641d395ff743bd43f9dd08ac14c8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4e/cb/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b4/0c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58_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://75/60/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/49/sstate:flac::1.4.3:r0::12:3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e_populate_lic.tar.zst\nDEBUG: Testing URL file://ef/73/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://49/31/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://67/cd/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259_packagedata.tar.zst\nDEBUG: For url ['file', '', '2d/04/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121_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://d1/78/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b0/9a/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b_populate_sysroot.tar.zst\nDEBUG: For url file://4e/cb/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/cb/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49_packagedata.tar.zst;downloadfilename=4e/cb/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49_packagedata.tar.zst\nDEBUG: For url file://b4/0c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/0c/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.7%3Ar0%3Acore2-64%3A12%3Ab40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58_package_write_deb.tar.zst;downloadfilename=b4/0c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58_package_write_deb.tar.zst\nDEBUG: Searching for 75/60/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3f/49/sstate:flac::1.4.3:r0::12:3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ef/73/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 49/31/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 67/cd/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2d/04/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/04/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A12%3A2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121_package_qa.tar.zst;downloadfilename=2d/04/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121_package_qa.tar.zst\nDEBUG: Searching for d1/78/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/b0/9a/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 75/60/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/67/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:cb677ac75adbf37014e334e4dec26b3a07897d706fcdb956ee6cb8b8eb4173dc_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4c/92/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23_create_spdx.tar.zst\nDEBUG: Using  for 3f/49/sstate:flac::1.4.3:r0::12:3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e_populate_lic.tar.zst\nDEBUG: For url file://ef/73/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/73/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A12%3Aef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1_package_qa.tar.zst;downloadfilename=ef/73/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1_package_qa.tar.zst\nDEBUG: Using  for 49/31/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6_populate_sysroot.tar.zst\nDEBUG: Using  for 67/cd/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259_packagedata.tar.zst\nDEBUG: Using  for d1/78/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/b0/9a/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://75/60/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://48/1e/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://53/47/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329_recipe_qa.tar.zst\nDEBUG: Testing URL file://3f/49/sstate:flac::1.4.3:r0::12:3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e_populate_lic.tar.zst\nDEBUG: Testing URL file://49/31/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://67/cd/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259_packagedata.tar.zst\nDEBUG: Testing URL file://d1/78/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b0/9a/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '75/60/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 48/1e/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 53/47/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3f/49/sstate:flac::1.4.3:r0::12:3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '49/31/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '67/cd/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd1/78/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4_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/9a/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b_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://b4/0c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b40c1271c591fb637f9ca8d954eff15138e2d3734dfeb70461c3024c40488f58_package_write_deb.tar.zst\nDEBUG: For url file://75/60/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/60/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550_packagedata.tar.zst;downloadfilename=75/60/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550_packagedata.tar.zst\nDEBUG: Using  for 48/1e/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d_package_qa.tar.zst\nDEBUG: Using  for 53/47/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329_recipe_qa.tar.zst\nDEBUG: For url file://3f/49/sstate:flac::1.4.3:r0::12:3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/49/sstate%3Aflac%3A%3A1.4.3%3Ar0%3A%3A12%3A3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e_populate_lic.tar.zst;downloadfilename=3f/49/sstate:flac::1.4.3:r0::12:3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e_populate_lic.tar.zst\nDEBUG: For url file://49/31/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/31/sstate%3Ataglib%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6_populate_sysroot.tar.zst;downloadfilename=49/31/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://00/e0/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:00e030e2fdb4695b3cb1af1046964699c0a25e47d03470fc716b9bcd2f12bed3_package_write_deb.tar.zst\nDEBUG: For url file://67/cd/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/cd/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A12%3A67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259_packagedata.tar.zst;downloadfilename=67/cd/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259_packagedata.tar.zst\nDEBUG: For url file://d1/78/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/78/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.27%3Ar0%3Acore2-64%3A12%3Ad17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4_deploy_source_date_epoch.tar.zst;downloadfilename=d1/78/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/b0/9a/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b0/9a/sstate%3Aopkg-utils-native%3Ax86_64-linux%3A0.6.3%3Ar0%3Ax86_64%3A12%3Ab09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b_populate_sysroot.tar.zst;downloadfilename=universal/b0/9a/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/ee/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:a9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c_package.tar.zst\nDEBUG: Testing URL file://48/1e/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d_package_qa.tar.zst\nDEBUG: Testing URL file://53/47/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/04/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/73/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/01/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/cb/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49_packagedata.tar.zst\nDEBUG: Searching for a9/ee/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:a9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '48/1e/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d_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/47/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329_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://7d/a5/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://26/0a/sstate:libnsl2-native::2.0.1:r0::12:260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec_populate_lic.tar.zst\nDEBUG: Searching for 7d/01/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/0f/e6/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a9/ee/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:a9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/49/sstate:flac::1.4.3:r0::12:3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e_populate_lic.tar.zst\nDEBUG: For url file://48/1e/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/1e/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d_package_qa.tar.zst;downloadfilename=48/1e/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d_package_qa.tar.zst\nDEBUG: For url file://53/47/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/47/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A12%3A534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329_recipe_qa.tar.zst;downloadfilename=53/47/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329_recipe_qa.tar.zst\nDEBUG: Searching for 7d/a5/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 26/0a/sstate:libnsl2-native::2.0.1:r0::12:260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7d/01/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418_populate_sysroot.tar.zst\nDEBUG: Searching for universal/0f/e6/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a9/ee/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:a9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/ef/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://49/31/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:4931e89165d8f3cf695e54f1e9c9987fc1e494068844f2b4aa1551dd7f3f94a6_populate_sysroot.tar.zst\nDEBUG: Using  for 7d/a5/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/78/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d17844c1e2034a8e230c9881212ea5bbd6b1fe71e7ab6e2740703067818ccff4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 26/0a/sstate:libnsl2-native::2.0.1:r0::12:260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://67/cd/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259_packagedata.tar.zst\nDEBUG: Testing URL file://7d/01/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418_populate_sysroot.tar.zst\nDEBUG: Using  for universal/0f/e6/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a9/ee/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:a9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5a/ef/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://fb/e8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f_create_spdx.tar.zst\nDEBUG: Testing URL file://7d/a5/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b0/9a/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/bb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d_package_qa.tar.zst\nDEBUG: Testing URL file://26/0a/sstate:libnsl2-native::2.0.1:r0::12:260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/86/36/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7d/01/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418_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/0f/e6/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a9/ee/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:a9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/ee/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3Aa9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c_package.tar.zst;downloadfilename=a9/ee/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:a9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c_package.tar.zst\nDEBUG: Using  for 5a/ef/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961_packagedata.tar.zst\nDEBUG: Searching for fb/e8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7d/a5/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a_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/f7/3a/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323_create_package_spdx.tar.zst\nDEBUG: Searching for e8/bb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '26/0a/sstate:libnsl2-native::2.0.1:r0::12:260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/86/36/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7d/01/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/01/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A12%3A7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418_populate_sysroot.tar.zst;downloadfilename=7d/01/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/0f/e6/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1_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/ef/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961_packagedata.tar.zst\nDEBUG: Using  for fb/e8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f_create_spdx.tar.zst\nDEBUG: For url file://7d/a5/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/a5/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.13.0%3Ar0%3Acore2-64%3A12%3A7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a_package_write_rpm.tar.zst;downloadfilename=7d/a5/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a_package_write_rpm.tar.zst\nDEBUG: Searching for universal/f7/3a/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e8/bb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d_package_qa.tar.zst\nDEBUG: For url file://26/0a/sstate:libnsl2-native::2.0.1:r0::12:260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/0a/sstate%3Alibnsl2-native%3A%3A2.0.1%3Ar0%3A%3A12%3A260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec_populate_lic.tar.zst;downloadfilename=26/0a/sstate:libnsl2-native::2.0.1:r0::12:260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec_populate_lic.tar.zst\nDEBUG: Using  for universal/86/36/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1_create_spdx.tar.zst\nDEBUG: For url file://universal/0f/e6/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0f/e6/sstate%3Alibxi-native%3Ax86_64-linux%3A1.8.1%3Ar0%3Ax86_64%3A12%3A0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1_deploy_source_date_epoch.tar.zst;downloadfilename=universal/0f/e6/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5a/ef/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961_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://53/47/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329_recipe_qa.tar.zst\nDEBUG: Testing URL file://fb/e8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f_create_spdx.tar.zst\nDEBUG: Using  for universal/f7/3a/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e8/bb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d_package_qa.tar.zst\nDEBUG: Testing URL file://universal/86/36/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1_create_spdx.tar.zst\nDEBUG: For url file://5a/ef/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/ef/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A12%3A5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961_packagedata.tar.zst;downloadfilename=5a/ef/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/01/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:7d010c5e6b0ef06541c40789b726c94a4972cee7fb0ad2e06fea51381c36b418_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/ee/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:a9eec89e0316258c6ff0a66132e536f8497555facba6a6f78745931c5b4f682c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/8e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fb/e8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f_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/f7/3a/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e8/bb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d_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/86/36/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1_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://ae/6c/sstate:python3-zipp::3.19.2:r0::12:ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://75/60/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://66/36/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa_package_write_rpm.tar.zst\nDEBUG: Searching for f7/8e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fb/e8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/e8/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A12%3Afbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f_create_spdx.tar.zst;downloadfilename=fb/e8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f7/3a/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e8/bb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/bb/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3Ae8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d_package_qa.tar.zst;downloadfilename=e8/bb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/a5/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a_package_write_rpm.tar.zst\nDEBUG: For url file://universal/86/36/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/86/36/sstate%3Alibxml-namespacesupport-perl-native%3Ax86_64-linux%3A1.12%3Ar0%3Ax86_64%3A12%3A8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1_create_spdx.tar.zst;downloadfilename=universal/86/36/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1_create_spdx.tar.zst\nDEBUG: Searching for ae/6c/sstate:python3-zipp::3.19.2:r0::12:ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://26/0a/sstate:libnsl2-native::2.0.1:r0::12:260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/a7/sstate:libxfixes-native::6.0.1:r0::12:2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1_populate_lic.tar.zst\nDEBUG: Searching for 66/36/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f7/8e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967_create_spdx.tar.zst\nDEBUG: For url file://universal/f7/3a/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/3a/sstate%3Aqemu-system-native%3Ax86_64-linux%3A9.0.0%3Ar0%3Ax86_64%3A12%3Af73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323_create_package_spdx.tar.zst;downloadfilename=universal/f7/3a/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0f/e6/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:0fe6b5646f5d6a686db98ba1712cdfe3dc37d4383a5ef0c9f4da1038a8672ad1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://65/16/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8_package.tar.zst\nDEBUG: Using  for ae/6c/sstate:python3-zipp::3.19.2:r0::12:ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/83/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:f883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264_package_write_ipk.tar.zst\nDEBUG: Searching for 2b/a7/sstate:libxfixes-native::6.0.1:r0::12:2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 66/36/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f7/8e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/0d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:bd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299_populate_sysroot.tar.zst\nDEBUG: Searching for 65/16/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ae/6c/sstate:python3-zipp::3.19.2:r0::12:ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://48/1e/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d_package_qa.tar.zst\nDEBUG: Searching for f8/83/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:f883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2b/a7/sstate:libxfixes-native::6.0.1:r0::12:2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1_populate_lic.tar.zst\nDEBUG: Testing URL file://66/36/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f7/8e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bd/0d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:bd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 65/16/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8_package.tar.zst\nDEBUG: For url ['file', '', 'ae/6c/sstate:python3-zipp::3.19.2:r0::12:ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677_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://44/2f/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa_package_write_deb.tar.zst\nDEBUG: Using  for f8/83/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:f883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/bb/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d_package_qa.tar.zst\nDEBUG: Testing URL file://2b/a7/sstate:libxfixes-native::6.0.1:r0::12:2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '66/36/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa_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://f7/8e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/8e/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3Af78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967_create_spdx.tar.zst;downloadfilename=f7/8e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967_create_spdx.tar.zst\nDEBUG: Using  for bd/0d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:bd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299_populate_sysroot.tar.zst\nDEBUG: Testing URL file://65/16/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8_package.tar.zst\nDEBUG: For url file://ae/6c/sstate:python3-zipp::3.19.2:r0::12:ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/6c/sstate%3Apython3-zipp%3A%3A3.19.2%3Ar0%3A%3A12%3Aae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677_populate_lic.tar.zst;downloadfilename=ae/6c/sstate:python3-zipp::3.19.2:r0::12:ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677_populate_lic.tar.zst\nDEBUG: Searching for 44/2f/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f8/83/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:f883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/3f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e_packagedata.tar.zst\nDEBUG: For url ['file', '', '2b/a7/sstate:libxfixes-native::6.0.1:r0::12:2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1_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/36/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/36/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.14.4%3Ar0%3Acore2-64%3A12%3A663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa_package_write_rpm.tar.zst;downloadfilename=66/36/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://bd/0d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:bd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '65/16/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8_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/86/36/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1_create_spdx.tar.zst\nDEBUG: Using  for 44/2f/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'f8/83/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:f883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264_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://universal/f7/3a/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323_create_package_spdx.tar.zst\nDEBUG: Searching for fb/3f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2b/a7/sstate:libxfixes-native::6.0.1:r0::12:2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/a7/sstate%3Alibxfixes-native%3A%3A6.0.1%3Ar0%3A%3A12%3A2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1_populate_lic.tar.zst;downloadfilename=2b/a7/sstate:libxfixes-native::6.0.1:r0::12:2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'bd/0d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:bd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://65/16/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/16/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8_package.tar.zst;downloadfilename=65/16/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/ee/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34_packagedata.tar.zst\nDEBUG: Testing URL file://44/2f/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa_package_write_deb.tar.zst\nDEBUG: For url file://f8/83/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:f883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/83/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A8.2.2%3Ar0%3Acore2-64%3A12%3Af883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264_package_write_ipk.tar.zst;downloadfilename=f8/83/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:f883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/fb/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c_populate_sysroot.tar.zst\nDEBUG: Using  for fb/3f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e_packagedata.tar.zst\nDEBUG: For url file://bd/0d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:bd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/0d/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3Abd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299_populate_sysroot.tar.zst;downloadfilename=bd/0d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:bd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299_populate_sysroot.tar.zst\nDEBUG: Searching for fc/ee/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '44/2f/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3f/fb/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fb/3f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/a7/sstate:libxfixes-native::6.0.1:r0::12:2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1_populate_lic.tar.zst\nDEBUG: Using  for fc/ee/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://42/10/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/0c/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:4d0cc6296b6a240de1c39208abf2bd63abcaa4a5e885891aa5d6de5047e70c1d_package_write_ipk.tar.zst\nDEBUG: For url file://44/2f/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/2f/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3A442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa_package_write_deb.tar.zst;downloadfilename=44/2f/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://68/65/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6865f1375a70348546140d1e888361a027f22640ce93618e0c0a40d2f0679946_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/6c/sstate:python3-zipp::3.19.2:r0::12:ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/8e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/ef/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/e8/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f_create_spdx.tar.zst\nDEBUG: Using  for 3f/fb/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'fb/3f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e_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/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417_populate_sysroot.tar.zst\nDEBUG: Testing URL file://fc/ee/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/83/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:f883b2285bc4869c5861ff63b170ba84449030082b4b0bc5d20e06cda52fd264_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://16/82/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://48/a6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/e7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://01/2e/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e3/62/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/3f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/0d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:bd0dc38b3184b3695beb171528423871c3b2921899b08acbd0510f0e2876c299_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/4a/sstate:libnl::3.9.0:r0::12:0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c_populate_lic.tar.zst\nDEBUG: Testing URL file://3f/fb/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c_populate_sysroot.tar.zst\nDEBUG: For url file://fb/3f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/3f/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.44%3Ar0%3Acore2-64%3A12%3Afb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e_packagedata.tar.zst;downloadfilename=fb/3f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e_packagedata.tar.zst\nDEBUG: Searching for 5d/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'fc/ee/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34_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://72/26/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3_package_write_ipk.tar.zst\nDEBUG: Searching for 16/82/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 48/a6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2f/e7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 01/2e/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/e3/62/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ae/3f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d0/f2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:d0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b_package_write_ipk.tar.zst\nDEBUG: Searching for 0d/4a/sstate:libnl::3.9.0:r0::12:0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3f/fb/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5d/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417_populate_sysroot.tar.zst\nDEBUG: For url file://fc/ee/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/ee/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A12%3Afcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34_packagedata.tar.zst;downloadfilename=fc/ee/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34_packagedata.tar.zst\nDEBUG: Searching for 72/26/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 16/82/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b_populate_sysroot.tar.zst\nDEBUG: Using  for 48/a6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a_populate_sysroot.tar.zst\nDEBUG: Using  for 2f/e7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd_package_qa.tar.zst\nDEBUG: Using  for 01/2e/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788_packagedata.tar.zst\nDEBUG: Using  for universal/e3/62/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5_create_package_spdx.tar.zst\nDEBUG: Using  for ae/3f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31_recipe_qa.tar.zst\nDEBUG: Searching for d0/f2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:d0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0d/4a/sstate:libnl::3.9.0:r0::12:0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c_populate_lic.tar.zst\nDEBUG: For url file://3f/fb/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/fb/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A12%3A3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c_populate_sysroot.tar.zst;downloadfilename=3f/fb/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5d/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417_populate_sysroot.tar.zst\nDEBUG: Using  for 72/26/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3_package_write_ipk.tar.zst\nDEBUG: Testing URL file://16/82/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://48/a6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2f/e7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd_package_qa.tar.zst\nDEBUG: Testing URL file://01/2e/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788_packagedata.tar.zst\nDEBUG: Testing URL file://universal/e3/62/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ae/3f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31_recipe_qa.tar.zst\nDEBUG: Using  for d0/f2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:d0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://0d/4a/sstate:libnl::3.9.0:r0::12:0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5d/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://72/26/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/3f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e_packagedata.tar.zst\nDEBUG: For url ['file', '', '16/82/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '48/a6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a_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/e7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd_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/2e/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/e3/62/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ae/3f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31_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/f2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:d0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '0d/4a/sstate:libnl::3.9.0:r0::12:0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5d/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/5c/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A12%3A5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417_populate_sysroot.tar.zst;downloadfilename=5d/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '72/26/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3_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://7d/c9/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0_package_write_ipk.tar.zst\nDEBUG: For url file://16/82/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/82/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A12%3A1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b_populate_sysroot.tar.zst;downloadfilename=16/82/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b_populate_sysroot.tar.zst\nDEBUG: For url file://48/a6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/a6/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a_populate_sysroot.tar.zst;downloadfilename=48/a6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a_populate_sysroot.tar.zst\nDEBUG: For url file://2f/e7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/e7/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A12%3A2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd_package_qa.tar.zst;downloadfilename=2f/e7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd_package_qa.tar.zst\nDEBUG: For url file://01/2e/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/2e/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A12%3A012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788_packagedata.tar.zst;downloadfilename=01/2e/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788_packagedata.tar.zst\nDEBUG: For url file://universal/e3/62/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e3/62/sstate%3Aspirv-tools-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3Ae362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5_create_package_spdx.tar.zst;downloadfilename=universal/e3/62/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5_create_package_spdx.tar.zst\nDEBUG: For url file://ae/3f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/3f/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Aae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31_recipe_qa.tar.zst;downloadfilename=ae/3f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd0/f2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:d0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b_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://0d/4a/sstate:libnl::3.9.0:r0::12:0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/4a/sstate%3Alibnl%3A%3A3.9.0%3Ar0%3A%3A12%3A0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c_populate_lic.tar.zst;downloadfilename=0d/4a/sstate:libnl::3.9.0:r0::12:0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c_populate_lic.tar.zst\nDEBUG: For url file://72/26/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/26/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A12%3A722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3_package_write_ipk.tar.zst;downloadfilename=72/26/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3_package_write_ipk.tar.zst\nDEBUG: Searching for 7d/c9/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://65/16/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:65160ee0c7acf81b6d34a6f55705847861dd06f9c696a556e3c2490d871ecea8_package.tar.zst\nDEBUG: For url file://d0/f2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:d0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/f2/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A12%3Ad0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b_package_write_ipk.tar.zst;downloadfilename=d0/f2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:d0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:5d5ce474d76825a8299336702a3cd28c70aa117986ee0c59824ca942d414b417_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://16/82/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:1682b990407309b247f5f3e2455e19986a9c182bba1d984c876f0e86e101638b_populate_sysroot.tar.zst\nDEBUG: Using  for 7d/c9/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://23/31/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://44/2f/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:442f62bd6cee9025a99c7201ecf844788b858e76cbfb5ccbfbfdc5a538f53dfa_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://25/6d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/ee/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/95/78/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://7d/c9/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0_package_write_ipk.tar.zst\nDEBUG: Searching for 23/31/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/e3/62/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/67/sstate:gtk+3-native::3.24.42:r0::12:c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22_populate_lic.tar.zst\nDEBUG: Searching for 25/6d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ae/28/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5_package_write_deb.tar.zst\nDEBUG: Searching for universal/95/78/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7d/c9/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 23/31/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/9e/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2_create_spdx.tar.zst\nDEBUG: Searching for c0/67/sstate:gtk+3-native::3.24.42:r0::12:c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 25/6d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee_packagedata.tar.zst\nDEBUG: Searching for ae/28/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/95/78/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/4a/sstate:libnl::3.9.0:r0::12:0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c_populate_lic.tar.zst\nDEBUG: For url file://7d/c9/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/c9/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.4%2Bgit%3Ar0%3Acore2-64%3A12%3A7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0_package_write_ipk.tar.zst;downloadfilename=7d/c9/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0_package_write_ipk.tar.zst\nDEBUG: Testing URL file://23/31/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76_package_write_rpm.tar.zst\nDEBUG: Searching for 7b/9e/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c0/67/sstate:gtk+3-native::3.24.42:r0::12:c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22_populate_lic.tar.zst\nDEBUG: Testing URL file://25/6d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://72/26/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:722680f90c746d619075038e583e127a15dc292a69b20d9be0a00e6b0090cbe3_package_write_ipk.tar.zst\nDEBUG: Using  for ae/28/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/95/78/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/38/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '23/31/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7b/9e/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/f2/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:d0f2b75844fe86894f412099110d9f0d09159180f703396bf22bf38eab800d2b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c0/67/sstate:gtk+3-native::3.24.42:r0::12:c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22_populate_lic.tar.zst\nDEBUG: For url ['file', '', '25/6d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee_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/a3/c7/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ae/28/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/95/78/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9b/38/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://23/31/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/31/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76_package_write_rpm.tar.zst;downloadfilename=23/31/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7b/9e/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/6c/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:a16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c0/67/sstate:gtk+3-native::3.24.42:r0::12:c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22_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/6d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/6d/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A12%3A256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee_packagedata.tar.zst;downloadfilename=25/6d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee_packagedata.tar.zst\nDEBUG: Searching for universal/a3/c7/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ae/28/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5_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/95/78/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/95/78/sstate%3Aninja-native%3Ax86_64-linux%3A1.12.1%3Ar0%3Ax86_64%3A12%3A9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9_populate_sysroot.tar.zst;downloadfilename=universal/95/78/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9_populate_sysroot.tar.zst\nDEBUG: Using  for 9b/38/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '7b/9e/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a1/6c/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:a16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://48/a6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:48a677c924729aa8022b3c12c3b1788d3b0aaf73236b42eb72dd1706b12e0f9a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/e7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd_package_qa.tar.zst\nDEBUG: For url file://c0/67/sstate:gtk+3-native::3.24.42:r0::12:c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/67/sstate%3Agtk%2B3-native%3A%3A3.24.42%3Ar0%3A%3A12%3Ac067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22_populate_lic.tar.zst;downloadfilename=c0/67/sstate:gtk+3-native::3.24.42:r0::12:c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22_populate_lic.tar.zst\nDEBUG: Using  for universal/a3/c7/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3_populate_sysroot.tar.zst\nDEBUG: For url file://ae/28/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/28/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A8.2.2%3Ar0%3Acore2-64%3A12%3Aae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5_package_write_deb.tar.zst;downloadfilename=ae/28/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/c9/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:7dc99c8b49aa02dd9e3d100dff92207439daa32f6515bfa7b508d992f59d6cd0_package_write_ipk.tar.zst\nDEBUG: Testing URL file://9b/38/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def_package_write_ipk.tar.zst\nDEBUG: For url file://7b/9e/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/9e/sstate%3Adnf%3Acore2-64-poky-linux%3A4.20.0%3Ar0%3Acore2-64%3A12%3A7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2_create_spdx.tar.zst;downloadfilename=7b/9e/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2_create_spdx.tar.zst\nDEBUG: Using  for a1/6c/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:a16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/09/sstate:libmpc-native::1.3.1:r0::12:0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://01/2e/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/3f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://13/72/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/a3/c7/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://23/31/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://05/88/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9b/38/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def_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://a1/6c/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:a16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51_populate_sysroot.tar.zst\nDEBUG: Searching for 0c/09/sstate:libmpc-native::1.3.1:r0::12:0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/95/78/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:9578ffe1d9fe77988aff22b54c1a451da084452c48a7526f671c51c7115f22b9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b4/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:b4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://54/40/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c_package_write_deb.tar.zst\nDEBUG: Searching for 13/72/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/a3/c7/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3_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/e4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391_package_write_deb.tar.zst\nDEBUG: Searching for 05/88/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9b/38/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/38/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A12%3A9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def_package_write_ipk.tar.zst;downloadfilename=9b/38/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'a1/6c/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:a16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0c/09/sstate:libmpc-native::1.3.1:r0::12:0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/49/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616_recipe_qa.tar.zst\nDEBUG: Searching for universal/b4/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:b4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 54/40/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c0/67/sstate:gtk+3-native::3.24.42:r0::12:c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22_populate_lic.tar.zst\nDEBUG: Using  for 13/72/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a3/c7/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a3/c7/sstate%3Alibx11-native%3Ax86_64-linux%3A1.8.9%3Ar0%3Ax86_64%3A12%3Aa3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3_populate_sysroot.tar.zst;downloadfilename=universal/a3/c7/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3_populate_sysroot.tar.zst\nDEBUG: Searching for 07/e4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 05/88/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616_package_write_rpm.tar.zst\nDEBUG: For url file://a1/6c/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:a16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/6c/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A12%3Aa16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51_populate_sysroot.tar.zst;downloadfilename=a1/6c/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:a16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0c/09/sstate:libmpc-native::1.3.1:r0::12:0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34_populate_lic.tar.zst\nDEBUG: Searching for c7/49/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ae/28/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ae2864a2facb418024e7b2415419f068285ed606e65d0a62616f3d8c4af94db5_package_write_deb.tar.zst\nDEBUG: Using  for universal/b4/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:b4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 54/40/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://26/0c/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10_create_spdx.tar.zst\nDEBUG: Testing URL file://13/72/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 07/e4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391_package_write_deb.tar.zst\nDEBUG: Testing URL file://05/88/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0c/09/sstate:libmpc-native::1.3.1:r0::12:0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c7/49/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/b0/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1_package_qa.tar.zst\nDEBUG: Testing URL file://universal/b4/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:b4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://54/40/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c_package_write_deb.tar.zst\nDEBUG: Searching for 26/0c/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '13/72/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0_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://07/e4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '05/88/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616_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/09/sstate:libmpc-native::1.3.1:r0::12:0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/09/sstate%3Alibmpc-native%3A%3A1.3.1%3Ar0%3A%3A12%3A0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34_populate_lic.tar.zst;downloadfilename=0c/09/sstate:libmpc-native::1.3.1:r0::12:0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34_populate_lic.tar.zst\nDEBUG: Testing URL file://c7/49/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616_recipe_qa.tar.zst\nDEBUG: Searching for 2f/b0/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9b/38/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:9b38deef8aa5361bb94d40b1360718f46913593845ad70a99ad6719114338def_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/b4/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:b4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d_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/40/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 26/0c/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10_create_spdx.tar.zst\nDEBUG: For url file://13/72/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/72/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0_deploy_source_date_epoch.tar.zst;downloadfilename=13/72/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '07/e4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391_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://05/88/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/88/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616_package_write_rpm.tar.zst;downloadfilename=05/88/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c7/49/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2f/b0/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://58/52/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a3/c7/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3_populate_sysroot.tar.zst\nDEBUG: For url file://universal/b4/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:b4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b4/a1/sstate%3Alibedit-native%3Ax86_64-linux%3A20240517-3.1%3Ar0%3Ax86_64%3A12%3Ab4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b4/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:b4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://54/40/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/40/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A12%3A544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c_package_write_deb.tar.zst;downloadfilename=54/40/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c_package_write_deb.tar.zst\nDEBUG: Testing URL file://26/0c/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10_create_spdx.tar.zst\nDEBUG: For url file://07/e4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/e4/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391_package_write_deb.tar.zst;downloadfilename=07/e4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391_package_write_deb.tar.zst\nDEBUG: For url file://c7/49/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/49/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A12%3Ac749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616_recipe_qa.tar.zst;downloadfilename=c7/49/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616_recipe_qa.tar.zst\nDEBUG: Testing URL file://2f/b0/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1_package_qa.tar.zst\nDEBUG: Searching for 58/52/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f7/21/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '26/0c/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10_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/6d/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/09/sstate:libmpc-native::1.3.1:r0::12:0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/fb/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:3ffb9527df613a37edc749fd808cbead39a3ee6e5502143119229e09fb19209c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2f/b0/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1_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://13/72/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:13726fd9b02b52196759f6e07da8560775c061892c9dc1c949749ee3134653a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://66/36/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/6c/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:a16cb1fad802843394256c90e1fd69f3e11fa58084779568dc8acb92ab3a1d51_populate_sysroot.tar.zst\nDEBUG: Using  for 58/52/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6_package_qa.tar.zst\nDEBUG: Searching for f7/21/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://26/0c/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/0c/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10_create_spdx.tar.zst;downloadfilename=26/0c/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e9/c1/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://77/09/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://05/88/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cb/84/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:cb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde_populate_sysroot.tar.zst\nDEBUG: For url file://2f/b0/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/b0/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A12%3A2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1_package_qa.tar.zst;downloadfilename=2f/b0/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2a/a2/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://33/97/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/67/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f_package_write_deb.tar.zst\nDEBUG: Testing URL file://58/52/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6_package_qa.tar.zst\nDEBUG: Using  for f7/21/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d_recipe_qa.tar.zst\nDEBUG: Searching for universal/e9/c1/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 77/09/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4d/34/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b_packagedata.tar.zst\nDEBUG: Searching for universal/cb/84/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:cb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/2a/a2/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 33/97/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5d/67/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '58/52/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f7/21/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d_recipe_qa.tar.zst\nDEBUG: Using  for universal/e9/c1/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 77/09/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a_create_spdx.tar.zst\nDEBUG: Searching for 4d/34/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/cb/84/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:cb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde_populate_sysroot.tar.zst\nDEBUG: Using  for universal/2a/a2/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a_create_package_spdx.tar.zst\nDEBUG: Using  for 33/97/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc_package_write_rpm.tar.zst\nDEBUG: Using  for 5d/67/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f_package_write_deb.tar.zst\nDEBUG: For url file://58/52/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/52/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A12%3A5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6_package_qa.tar.zst;downloadfilename=58/52/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f7/21/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d_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/e9/c1/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://77/09/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a_create_spdx.tar.zst\nDEBUG: Using  for 4d/34/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b_packagedata.tar.zst\nDEBUG: Testing URL file://universal/cb/84/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:cb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/2a/a2/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://33/97/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://5d/67/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f_package_write_deb.tar.zst\nDEBUG: For url file://f7/21/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/21/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A12%3Af72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d_recipe_qa.tar.zst;downloadfilename=f7/21/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/e9/c1/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd_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', '', '77/09/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4d/34/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/cb/84/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:cb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde_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/2a/a2/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '33/97/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc_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', '', '5d/67/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f_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/e9/c1/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e9/c1/sstate%3Alibjpeg-turbo-native%3Ax86_64-linux%3A3.0.1%3Ar0%3Ax86_64%3A12%3Ae9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e9/c1/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://77/09/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/09/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a_create_spdx.tar.zst;downloadfilename=77/09/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4d/34/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/cb/84/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:cb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cb/84/sstate%3Akern-tools-native%3Ax86_64-linux%3A0.3%2Bgit%3Ar0%3Ax86_64%3A12%3Acb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde_populate_sysroot.tar.zst;downloadfilename=universal/cb/84/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:cb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde_populate_sysroot.tar.zst\nDEBUG: For url file://universal/2a/a2/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2a/a2/sstate%3Alibpng-native%3Ax86_64-linux%3A1.6.43%3Ar0%3Ax86_64%3A12%3A2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a_create_package_spdx.tar.zst;downloadfilename=universal/2a/a2/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a_create_package_spdx.tar.zst\nDEBUG: For url file://33/97/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/97/sstate%3Apango%3Acore2-64-poky-linux%3A1.52.2%3Ar0%3Acore2-64%3A12%3A3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc_package_write_rpm.tar.zst;downloadfilename=33/97/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc_package_write_rpm.tar.zst\nDEBUG: For url file://5d/67/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/67/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f_package_write_deb.tar.zst;downloadfilename=5d/67/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f_package_write_deb.tar.zst\nDEBUG: For url file://4d/34/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/34/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.7%3Ar0%3Acore2-64%3A12%3A4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b_packagedata.tar.zst;downloadfilename=4d/34/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://58/52/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b4/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:b4a18f5e83b794d15b5f260c6db1ece17383efbf5eb2d78d5146ba7cb8d85c4d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/21/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/b0/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://17/f2/sstate:libdaemon::0.14:r0::12:17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e9/c1/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e9c15c05f490a76145d17f00aa8f902219663cde4540d2fbac0f72519b2bc2bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/49/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1e/45/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d5/6d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/cb/sstate:python3-zipp-native::3.19.2:r0::12:b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236_populate_lic.tar.zst\nDEBUG: Searching for 17/f2/sstate:libdaemon::0.14:r0::12:17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d9/50/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d_create_package_spdx.tar.zst\nDEBUG: Searching for universal/1e/45/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/d5/6d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b4/cb/sstate:python3-zipp-native::3.19.2:r0::12:b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 17/f2/sstate:libdaemon::0.14:r0::12:17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d_populate_lic.tar.zst\nDEBUG: Searching for d9/50/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/2a/a2/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/97/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc_package_write_rpm.tar.zst\nDEBUG: Searching for 7d/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/1e/45/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480_recipe_qa.tar.zst\nDEBUG: Using  for universal/d5/6d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d_create_package_spdx.tar.zst\nDEBUG: Using  for b4/cb/sstate:python3-zipp-native::3.19.2:r0::12:b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236_populate_lic.tar.zst\nDEBUG: Testing URL file://17/f2/sstate:libdaemon::0.14:r0::12:17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d_populate_lic.tar.zst\nDEBUG: Using  for d9/50/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/33/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://62/13/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7_recipe_qa.tar.zst\nDEBUG: Using  for 7d/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/1e/45/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/d5/6d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b4/cb/sstate:python3-zipp-native::3.19.2:r0::12:b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236_populate_lic.tar.zst\nDEBUG: For url ['file', '', '17/f2/sstate:libdaemon::0.14:r0::12:17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d9/50/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932_package_write_rpm.tar.zst\nDEBUG: Searching for 1c/33/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 62/13/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7d/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1e/45/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480_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/d5/6d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b4/cb/sstate:python3-zipp-native::3.19.2:r0::12:b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236_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/f2/sstate:libdaemon::0.14:r0::12:17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/f2/sstate%3Alibdaemon%3A%3A0.14%3Ar0%3A%3A12%3A17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d_populate_lic.tar.zst;downloadfilename=17/f2/sstate:libdaemon::0.14:r0::12:17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd9/50/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1c/33/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12_create_package_spdx.tar.zst\nDEBUG: Using  for 62/13/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7d/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/1e/45/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/45/sstate%3Alibsolv-native%3Ax86_64-linux%3A0.7.29%3Ar0%3Ax86_64%3A12%3A1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480_recipe_qa.tar.zst;downloadfilename=universal/1e/45/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480_recipe_qa.tar.zst\nDEBUG: For url file://universal/d5/6d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d5/6d/sstate%3Alibffi-native%3Ax86_64-linux%3A3.4.6%3Ar0%3Ax86_64%3A12%3Ad56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d_create_package_spdx.tar.zst;downloadfilename=universal/d5/6d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d_create_package_spdx.tar.zst\nDEBUG: For url file://b4/cb/sstate:python3-zipp-native::3.19.2:r0::12:b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/cb/sstate%3Apython3-zipp-native%3A%3A3.19.2%3Ar0%3A%3A12%3Ab4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236_populate_lic.tar.zst;downloadfilename=b4/cb/sstate:python3-zipp-native::3.19.2:r0::12:b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236_populate_lic.tar.zst\nDEBUG: For url file://d9/50/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/50/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A12%3Ad9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932_package_write_rpm.tar.zst;downloadfilename=d9/50/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1c/33/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12_create_package_spdx.tar.zst\nDEBUG: Testing URL file://62/13/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7_recipe_qa.tar.zst\nDEBUG: For url file://7d/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/9e/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A12%3A7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d_create_package_spdx.tar.zst;downloadfilename=7d/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '1c/33/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12_create_package_spdx.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:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7_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/cb/84/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:cb844a197162d95077e17114d2ef81b6052aa14fc9dd392353cb27be53bc6bde_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://17/f2/sstate:libdaemon::0.14:r0::12:17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d_populate_lic.tar.zst\nDEBUG: For url file://1c/33/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/33/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%2Bgit%3Ar0%3Aallarch%3A12%3A1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12_create_package_spdx.tar.zst;downloadfilename=1c/33/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1e/45/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480_recipe_qa.tar.zst\nDEBUG: For url file://62/13/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/13/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.18.0%3Ar0%3Acore2-64%3A12%3A62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7_recipe_qa.tar.zst;downloadfilename=62/13/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://53/21/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d5/6d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://50/df/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/cb/sstate:python3-zipp-native::3.19.2:r0::12:b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/9e/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2_create_spdx.tar.zst\nDEBUG: Searching for 53/21/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d9/50/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932_package_write_rpm.tar.zst\nDEBUG: Searching for 2f/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://77/09/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://39/e0/sstate:socat::1.8.0.0:r0::12:39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037_populate_lic.tar.zst\nDEBUG: Searching for 50/df/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://74/09/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18_package.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/52/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 53/21/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://31/82/sstate:libcap-ng::0.8.5:r0::12:318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70_populate_lic.tar.zst\nDEBUG: Using  for 2f/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/67/67/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172_create_package_spdx.tar.zst\nDEBUG: Searching for 39/e0/sstate:socat::1.8.0.0:r0::12:39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 50/df/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2_populate_sysroot.tar.zst\nDEBUG: Searching for 74/09/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7f/52/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://53/21/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367_populate_sysroot.tar.zst\nDEBUG: Searching for 31/82/sstate:libcap-ng::0.8.5:r0::12:318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2f/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/33/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12_create_package_spdx.tar.zst\nDEBUG: Searching for universal/67/67/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 39/e0/sstate:socat::1.8.0.0:r0::12:39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037_populate_lic.tar.zst\nDEBUG: Testing URL file://50/df/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2_populate_sysroot.tar.zst\nDEBUG: Using  for 74/09/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18_package.tar.zst\nDEBUG: Using  for 7f/52/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '53/21/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 31/82/sstate:libcap-ng::0.8.5:r0::12:318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2f/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9_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/b6/3d/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6_create_package_spdx.tar.zst\nDEBUG: Using  for universal/67/67/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172_create_package_spdx.tar.zst\nDEBUG: Testing URL file://39/e0/sstate:socat::1.8.0.0:r0::12:39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://62/13/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '50/df/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2_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/09/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18_package.tar.zst\nDEBUG: Testing URL file://7f/52/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://53/21/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/21/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.14.4%3Ar0%3Acore2-64%3A12%3A5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367_populate_sysroot.tar.zst;downloadfilename=53/21/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367_populate_sysroot.tar.zst\nDEBUG: Testing URL file://31/82/sstate:libcap-ng::0.8.5:r0::12:318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70_populate_lic.tar.zst\nDEBUG: For url file://2f/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/0d/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9_packagedata.tar.zst;downloadfilename=2f/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9_packagedata.tar.zst\nDEBUG: Searching for universal/b6/3d/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/67/67/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '39/e0/sstate:socat::1.8.0.0:r0::12:39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037_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://a6/29/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5_recipe_qa.tar.zst\nDEBUG: For url file://50/df/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/df/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A12%3A50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2_populate_sysroot.tar.zst;downloadfilename=50/df/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '74/09/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7f/52/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508_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/82/sstate:libcap-ng::0.8.5:r0::12:318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70_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://4d/34/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b_packagedata.tar.zst\nDEBUG: Using  for universal/b6/3d/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/67/67/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://39/e0/sstate:socat::1.8.0.0:r0::12:39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/e0/sstate%3Asocat%3A%3A1.8.0.0%3Ar0%3A%3A12%3A39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037_populate_lic.tar.zst;downloadfilename=39/e0/sstate:socat::1.8.0.0:r0::12:39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037_populate_lic.tar.zst\nDEBUG: Searching for a6/29/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://74/09/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/09/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A12%3A74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18_package.tar.zst;downloadfilename=74/09/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18_package.tar.zst\nDEBUG: For url file://7f/52/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/52/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A12%3A7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508_deploy_source_date_epoch.tar.zst;downloadfilename=7f/52/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://31/82/sstate:libcap-ng::0.8.5:r0::12:318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/82/sstate%3Alibcap-ng%3A%3A0.8.5%3Ar0%3A%3A12%3A318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70_populate_lic.tar.zst;downloadfilename=31/82/sstate:libcap-ng::0.8.5:r0::12:318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/86/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1_package.tar.zst\nDEBUG: Testing URL file://universal/b6/3d/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6_create_package_spdx.tar.zst\nDEBUG: For url file://universal/67/67/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/67/sstate%3Akern-tools-native%3Ax86_64-linux%3A0.3%2Bgit%3Ar0%3Ax86_64%3A12%3A6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172_create_package_spdx.tar.zst;downloadfilename=universal/67/67/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172_create_package_spdx.tar.zst\nDEBUG: Using  for a6/29/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://54/40/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:544008b09a61963481a5ca49b50524f85eeaa35b85edaa9eba94169b42c86e0c_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/0d/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9_packagedata.tar.zst\nDEBUG: Searching for 0d/86/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://53/21/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5321fc4bcd56f936d0d4b497b969d810b690632bbc0e154fa1ba93dfec5b8367_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/b6/3d/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a6/29/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/1b/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/07/sstate:libpng::1.6.43:r0::12:0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3_populate_lic.tar.zst\nDEBUG: Using  for 0d/86/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2d/63/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2_populate_sysroot.tar.zst\nDEBUG: For url file://universal/b6/3d/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b6/3d/sstate%3Abison-native%3Ax86_64-linux%3A3.8.2%3Ar0%3Ax86_64%3A12%3Ab63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6_create_package_spdx.tar.zst;downloadfilename=universal/b6/3d/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/52/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7f526223ebcd4fd9950c3a2b1ac274f8be07465dda2d662e0366bd35acb33508_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a6/29/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5_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://39/e0/sstate:socat::1.8.0.0:r0::12:39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037_populate_lic.tar.zst\nDEBUG: Searching for universal/85/1b/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0e/07/sstate:libpng::1.6.43:r0::12:0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0d/86/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1_package.tar.zst\nDEBUG: Searching for universal/2d/63/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/33/73/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b_create_package_spdx.tar.zst\nDEBUG: For url file://a6/29/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/29/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3Aa6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5_recipe_qa.tar.zst;downloadfilename=a6/29/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://31/82/sstate:libcap-ng::0.8.5:r0::12:318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://74/09/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:74092f71e0696605db90217d38f18d9bb881f1bd6276154418afbc3d17515d18_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/88/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9_populate_sysroot.tar.zst\nDEBUG: Using  for universal/85/1b/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2_create_spdx.tar.zst\nDEBUG: Using  for 0e/07/sstate:libpng::1.6.43:r0::12:0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0d/86/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/2d/63/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2_populate_sysroot.tar.zst\nDEBUG: Searching for universal/33/73/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/67/67/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/86/0e/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://41/11/sstate:gcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: Searching for d6/88/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/85/1b/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2_create_spdx.tar.zst\nDEBUG: Testing URL file://0e/07/sstate:libpng::1.6.43:r0::12:0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3_populate_lic.tar.zst\nDEBUG: For url file://0d/86/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/86/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1_package.tar.zst;downloadfilename=0d/86/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1_package.tar.zst\nDEBUG: Testing URL file://universal/2d/63/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2_populate_sysroot.tar.zst\nDEBUG: Using  for universal/33/73/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/4a/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd_recipe_qa.tar.zst\nDEBUG: Searching for universal/86/0e/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 41/11/sstate:gcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d6/88/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/85/1b/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2_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/07/sstate:libpng::1.6.43:r0::12:0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3_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/2d/63/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2_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/33/73/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b_create_package_spdx.tar.zst\nDEBUG: Searching for b1/4a/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/b6/3d/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6_create_package_spdx.tar.zst\nDEBUG: Using  for universal/86/0e/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841_create_spdx.tar.zst\nDEBUG: Using  for 41/11/sstate:gcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: Testing URL file://d6/88/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9_populate_sysroot.tar.zst\nDEBUG: For url file://universal/85/1b/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/1b/sstate%3Alibxfixes-native%3Ax86_64-linux%3A6.0.1%3Ar0%3Ax86_64%3A12%3A851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2_create_spdx.tar.zst;downloadfilename=universal/85/1b/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2_create_spdx.tar.zst\nDEBUG: For url file://0e/07/sstate:libpng::1.6.43:r0::12:0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/07/sstate%3Alibpng%3A%3A1.6.43%3Ar0%3A%3A12%3A0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3_populate_lic.tar.zst;downloadfilename=0e/07/sstate:libpng::1.6.43:r0::12:0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3_populate_lic.tar.zst\nDEBUG: For url file://universal/2d/63/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2d/63/sstate%3Ancurses-native%3Ax86_64-linux%3A6.5%3Ar0%3Ax86_64%3A12%3A2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2_populate_sysroot.tar.zst;downloadfilename=universal/2d/63/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/33/73/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b1/4a/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f0/f9/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:f0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/86/0e/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841_create_spdx.tar.zst\nDEBUG: Testing URL file://41/11/sstate:gcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd6/88/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9_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/33/73/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/73/sstate%3Aunifdef-native%3Ax86_64-linux%3A2.12%3Ar0%3Ax86_64%3A12%3A337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b_create_package_spdx.tar.zst;downloadfilename=universal/33/73/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b1/4a/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/86/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:0d86696dbd8776f733f2e0ac137fe0cbb22b1f8f79c9147f2c39807e4f5b52c1_package.tar.zst\nDEBUG: Searching for universal/f0/f9/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:f0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/86/0e/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '41/11/sstate:gcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_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/88/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/88/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A12%3Ad6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9_populate_sysroot.tar.zst;downloadfilename=d6/88/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b1/4a/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd_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://3e/77/sstate:rust-native::1.75.0:r0::12:3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e_populate_lic.tar.zst\nDEBUG: Using  for universal/f0/f9/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:f0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/86/0e/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/86/0e/sstate%3Apython3-pyproject-hooks-native%3Ax86_64-linux%3A1.0.0%3Ar0%3Ax86_64%3A12%3A860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841_create_spdx.tar.zst;downloadfilename=universal/86/0e/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841_create_spdx.tar.zst\nDEBUG: For url file://41/11/sstate:gcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/11/sstate%3Agcc%3A%3A14.1.0%3Ar0%3A%3A12%3A4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst;downloadfilename=41/11/sstate:gcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/85/1b/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2_create_spdx.tar.zst\nDEBUG: For url file://b1/4a/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/4a/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A12%3Ab14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd_recipe_qa.tar.zst;downloadfilename=b1/4a/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/07/sstate:libpng::1.6.43:r0::12:0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3_populate_lic.tar.zst\nDEBUG: Searching for 3e/77/sstate:rust-native::1.75.0:r0::12:3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a6/29/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/f0/f9/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:f0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2d/63/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/e2/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/33/73/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/4e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/88/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9_populate_sysroot.tar.zst\nDEBUG: Using  for 3e/77/sstate:rust-native::1.75.0:r0::12:3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/71/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc_package.tar.zst\nDEBUG: For url ['file', '', 'universal/f0/f9/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:f0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18_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/e3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121_create_package_spdx.tar.zst\nDEBUG: Searching for a7/e2/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://38/a2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a_recipe_qa.tar.zst\nDEBUG: Searching for cb/4e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://43/fb/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69_package_write_ipk.tar.zst\nDEBUG: Testing URL file://3e/77/sstate:rust-native::1.75.0:r0::12:3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e_populate_lic.tar.zst\nDEBUG: Searching for 8b/71/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/f0/f9/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:f0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f0/f9/sstate%3Alibrepo-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3Af0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f0/f9/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:f0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 70/e3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a7/e2/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c_populate_sysroot.tar.zst\nDEBUG: Searching for 38/a2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/86/0e/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841_create_spdx.tar.zst\nDEBUG: Using  for cb/4e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 43/fb/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3e/77/sstate:rust-native::1.75.0:r0::12:3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8b/71/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc_package.tar.zst\nDEBUG: Using  for 70/e3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a7/e2/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/4a/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd_recipe_qa.tar.zst\nDEBUG: Using  for 38/a2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/77/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cb/4e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 43/fb/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69_package_write_ipk.tar.zst\nDEBUG: For url file://3e/77/sstate:rust-native::1.75.0:r0::12:3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/77/sstate%3Arust-native%3A%3A1.75.0%3Ar0%3A%3A12%3A3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e_populate_lic.tar.zst;downloadfilename=3e/77/sstate:rust-native::1.75.0:r0::12:3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e_populate_lic.tar.zst\nDEBUG: Testing URL file://8b/71/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc_package.tar.zst\nDEBUG: Testing URL file://70/e3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a7/e2/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c_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://0b/ce/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135_populate_sysroot.tar.zst\nDEBUG: Testing URL file://38/a2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a_recipe_qa.tar.zst\nDEBUG: Searching for 8c/77/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cb/4e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab_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://43/fb/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '8b/71/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '70/e3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a7/e2/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/e2/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A12%3Aa7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c_populate_sysroot.tar.zst;downloadfilename=a7/e2/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f0/f9/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:f0f9f5b3e9a56eab356164cb4b3e0c591300a180aed9616bd2cf69925df86b18_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0b/ce/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '38/a2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8c/77/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://cb/4e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/4e/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Acb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab_deploy_source_date_epoch.tar.zst;downloadfilename=cb/4e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '43/fb/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69_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://8b/71/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/71/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.57.1%3Ar0%3Acore2-64%3A12%3A8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc_package.tar.zst;downloadfilename=8b/71/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc_package.tar.zst\nDEBUG: For url file://70/e3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/e3/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3A70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121_create_package_spdx.tar.zst;downloadfilename=70/e3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/06/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51_create_package_spdx.tar.zst\nDEBUG: Using  for 0b/ce/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135_populate_sysroot.tar.zst\nDEBUG: For url file://38/a2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/a2/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A12%3A38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a_recipe_qa.tar.zst;downloadfilename=38/a2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a_recipe_qa.tar.zst\nDEBUG: Testing URL file://8c/77/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://43/fb/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/fb/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69_package_write_ipk.tar.zst;downloadfilename=43/fb/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/77/sstate:rust-native::1.75.0:r0::12:3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e_populate_lic.tar.zst\nDEBUG: Searching for 7c/06/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://26/0c/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10_create_spdx.tar.zst\nDEBUG: Testing URL file://0b/ce/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/e2/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a7e2646c0b8509775ea7e1295d8359331f3351296102d79eced6a1894894115c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8c/77/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b_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://04/1d/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/4e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cb4ebeb968665a4c06d4bfcecce27eead88e6161d395d23cca2b962862c8a2ab_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7c/06/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/8a/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '0b/ce/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135_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://18/3d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060_package_write_ipk.tar.zst\nDEBUG: For url file://8c/77/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/77/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.18.0%3Ar0%3Acore2-64%3A12%3A8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b_deploy_source_date_epoch.tar.zst;downloadfilename=8c/77/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 04/1d/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://19/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7c/06/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51_create_package_spdx.tar.zst\nDEBUG: Searching for 7f/8a/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0b/ce/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/ce/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A12%3A0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135_populate_sysroot.tar.zst;downloadfilename=0b/ce/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135_populate_sysroot.tar.zst\nDEBUG: Searching for 18/3d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 04/1d/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4_package_write_ipk.tar.zst\nDEBUG: Searching for 19/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7c/06/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51_create_package_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/a2/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://41/11/sstate:gcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: Using  for 7f/8a/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://43/fb/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69_package_write_ipk.tar.zst\nDEBUG: Using  for 18/3d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060_package_write_ipk.tar.zst\nDEBUG: Testing URL file://04/1d/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4_package_write_ipk.tar.zst\nDEBUG: Using  for 19/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7c/06/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/06/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.17%3Ar0%3Acore2-64%3A12%3A7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51_create_package_spdx.tar.zst;downloadfilename=7c/06/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://19/78/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f5/ec/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d_create_spdx.tar.zst\nDEBUG: Testing URL file://7f/8a/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3b/b8/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25_recipe_qa.tar.zst\nDEBUG: Testing URL file://18/3d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '04/1d/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4_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://19/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 19/78/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/f5/ec/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8c/77/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:8c77a291bcfa3416db0b7fd90b9c703f5c53eceb848e8ab98d3fa0857362627b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7f/8a/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/3b/b8/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '18/3d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060_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://04/1d/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/1d/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4_package_write_ipk.tar.zst;downloadfilename=04/1d/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '19/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba_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://0b/ce/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:0bce74684826849d998f518447c6675e27ab88fd916fcf06ced4c12582b84135_populate_sysroot.tar.zst\nDEBUG: Using  for 19/78/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003_package_write_ipk.tar.zst\nDEBUG: Using  for universal/f5/ec/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://01/c6/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9_create_package_spdx.tar.zst\nDEBUG: For url file://7f/8a/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/8a/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A12%3A7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4_package_write_deb.tar.zst;downloadfilename=7f/8a/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4_package_write_deb.tar.zst\nDEBUG: Using  for universal/3b/b8/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25_recipe_qa.tar.zst\nDEBUG: For url file://18/3d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/3d/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A12%3A183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060_package_write_ipk.tar.zst;downloadfilename=18/3d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060_package_write_ipk.tar.zst\nDEBUG: For url file://19/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/27/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3A19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba_deploy_source_date_epoch.tar.zst;downloadfilename=19/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/46/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:d446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c_package.tar.zst\nDEBUG: Testing URL file://19/78/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/f5/ec/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d_create_spdx.tar.zst\nDEBUG: Searching for 01/c6/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/3b/b8/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://70/e3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121_create_package_spdx.tar.zst\nDEBUG: Searching for d4/46/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:d446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '19/78/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003_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', '', 'universal/f5/ec/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 01/c6/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/3b/b8/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25_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://32/5a/sstate:python3-six::1.16.0:r0::12:325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://04/1d/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:041d0c6c34e185de3718efcc811612e17489f24423ca8aad1de73d5edc126fd4_package_write_ipk.tar.zst\nDEBUG: Using  for d4/46/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:d446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c_package.tar.zst\nDEBUG: For url file://19/78/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/78/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003_package_write_ipk.tar.zst;downloadfilename=19/78/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003_package_write_ipk.tar.zst\nDEBUG: For url file://universal/f5/ec/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f5/ec/sstate%3Alibxml-sax-base-perl-native%3Ax86_64-linux%3A1.09%3Ar0%3Ax86_64%3A12%3Af5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d_create_spdx.tar.zst;downloadfilename=universal/f5/ec/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d_create_spdx.tar.zst\nDEBUG: Testing URL file://01/c6/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9_create_package_spdx.tar.zst\nDEBUG: For url file://universal/3b/b8/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3b/b8/sstate%3Alibbsd-native%3Ax86_64-linux%3A0.12.2%3Ar0%3Ax86_64%3A12%3A3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25_recipe_qa.tar.zst;downloadfilename=universal/3b/b8/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25_recipe_qa.tar.zst\nDEBUG: Searching for 32/5a/sstate:python3-six::1.16.0:r0::12:325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/33/03/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51_create_spdx.tar.zst\nDEBUG: Testing URL file://d4/46/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:d446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c_package.tar.zst\nDEBUG: For url ['file', '', '01/c6/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9_create_package_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://19/27/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:19270806edb09cec3167023743ee3a4504d40f22f3be5c675b0f30a097d624ba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://50/df/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:50df6404d01bb2e3920fa3759b64a8ad558c497c5a33d883690643ba59039eb2_populate_sysroot.tar.zst\nDEBUG: Using  for 32/5a/sstate:python3-six::1.16.0:r0::12:325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d_populate_lic.tar.zst\nDEBUG: Searching for universal/33/03/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd4/46/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:d446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://01/c6/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/c6/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9_create_package_spdx.tar.zst;downloadfilename=01/c6/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/0d/sstate:libnss-mdns::0.15.1:r0::12:4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://45/ce/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13_populate_sysroot.tar.zst\nDEBUG: Testing URL file://32/5a/sstate:python3-six::1.16.0:r0::12:325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d_populate_lic.tar.zst\nDEBUG: Using  for universal/33/03/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51_create_spdx.tar.zst\nDEBUG: For url file://d4/46/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:d446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/46/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3Ad446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c_package.tar.zst;downloadfilename=d4/46/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:d446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c_package.tar.zst\nDEBUG: Searching for 4d/0d/sstate:libnss-mdns::0.15.1:r0::12:4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 45/ce/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/f5/ec/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://19/78/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:19787cb012cb263f6e799de0476a18ca4bfb4896bbbb08c99baea45c85db2003_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '32/5a/sstate:python3-six::1.16.0:r0::12:325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d_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/33/03/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51_create_spdx.tar.zst\nDEBUG: Using  for 4d/0d/sstate:libnss-mdns::0.15.1:r0::12:4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3b/b8/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25_recipe_qa.tar.zst\nDEBUG: Using  for 45/ce/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://60/25/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f4/f2/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/97/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:d297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c_package_write_ipk.tar.zst\nDEBUG: For url file://32/5a/sstate:python3-six::1.16.0:r0::12:325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/5a/sstate%3Apython3-six%3A%3A1.16.0%3Ar0%3A%3A12%3A325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d_populate_lic.tar.zst;downloadfilename=32/5a/sstate:python3-six::1.16.0:r0::12:325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/33/03/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4d/0d/sstate:libnss-mdns::0.15.1:r0::12:4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://42/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93_package_write_rpm.tar.zst\nDEBUG: Testing URL file://45/ce/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13_populate_sysroot.tar.zst\nDEBUG: Searching for 60/25/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/f4/f2/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d2/97/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:d297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/33/03/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/03/sstate%3Aqemu-system-native%3Ax86_64-linux%3A9.0.0%3Ar0%3Ax86_64%3A12%3A33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51_create_spdx.tar.zst;downloadfilename=universal/33/03/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://01/c6/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '4d/0d/sstate:libnss-mdns::0.15.1:r0::12:4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 42/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '45/ce/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 60/25/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493_package_write_ipk.tar.zst\nDEBUG: Using  for universal/f4/f2/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d_create_spdx.tar.zst\nDEBUG: Using  for d2/97/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:d297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/7e/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:cb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf_package_write_ipk.tar.zst\nDEBUG: For url file://4d/0d/sstate:libnss-mdns::0.15.1:r0::12:4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/0d/sstate%3Alibnss-mdns%3A%3A0.15.1%3Ar0%3A%3A12%3A4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3_populate_lic.tar.zst;downloadfilename=4d/0d/sstate:libnss-mdns::0.15.1:r0::12:4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3_populate_lic.tar.zst\nDEBUG: Using  for 42/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93_package_write_rpm.tar.zst\nDEBUG: For url file://45/ce/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/ce/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A12%3A45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13_populate_sysroot.tar.zst;downloadfilename=45/ce/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13_populate_sysroot.tar.zst\nDEBUG: Testing URL file://60/25/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/f4/f2/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d_create_spdx.tar.zst\nDEBUG: Testing URL file://d2/97/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:d297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c_package_write_ipk.tar.zst\nDEBUG: Searching for cb/7e/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:cb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://42/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '60/25/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493_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', '', 'universal/f4/f2/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d_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://7f/8a/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:7f8ab01b3b41eeb74e2d6f85a350b0a463055455833d3fc7a9f2564ffd2e0dc4_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'd2/97/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:d297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cb/7e/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:cb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://32/5a/sstate:python3-six::1.16.0:r0::12:325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '42/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93_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/33/03/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51_create_spdx.tar.zst\nDEBUG: For url file://60/25/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/25/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493_package_write_ipk.tar.zst;downloadfilename=60/25/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493_package_write_ipk.tar.zst\nDEBUG: For url file://universal/f4/f2/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/f2/sstate%3Apkgconfig-native%3Ax86_64-linux%3A0.29.2%2Bgit%3Ar0%3Ax86_64%3A12%3Af4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d_create_spdx.tar.zst;downloadfilename=universal/f4/f2/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/32/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:ee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7_populate_sysroot.tar.zst\nDEBUG: For url file://d2/97/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:d297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/97/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.15%3Ar0%3Acore2-64%3A12%3Ad297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c_package_write_ipk.tar.zst;downloadfilename=d2/97/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:d297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c_package_write_ipk.tar.zst\nDEBUG: Testing URL file://cb/7e/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:cb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://78/cf/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282_create_spdx.tar.zst\nDEBUG: For url file://42/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/b0/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A12%3A42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93_package_write_rpm.tar.zst;downloadfilename=42/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/0c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454_package.tar.zst\nDEBUG: Searching for ee/32/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:ee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cb/7e/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:cb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 78/cf/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://45/ce/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:45ce9c74144a51e6169c158939aec966c982b3fdc5fb57f4b1d5d55405007d13_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/46/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:d446737b93c9d6e3c21afc27f95627b52d6143cd11304594dad23cf04431a71c_package.tar.zst\nDEBUG: Searching for 9b/0c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ee/32/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:ee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7_populate_sysroot.tar.zst\nDEBUG: For url file://cb/7e/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:cb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/7e/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.14%3Ar0%3Acore2-64%3A12%3Acb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf_package_write_ipk.tar.zst;downloadfilename=cb/7e/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:cb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf_package_write_ipk.tar.zst\nDEBUG: Using  for 78/cf/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://39/bb/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://40/8b/sstate:libcap-ng-native::0.8.5:r0::12:408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601_populate_lic.tar.zst\nDEBUG: Using  for 9b/0c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454_package.tar.zst\nDEBUG: Testing URL file://ee/32/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:ee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://78/cf/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282_create_spdx.tar.zst\nDEBUG: Searching for 39/bb/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 40/8b/sstate:libcap-ng-native::0.8.5:r0::12:408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9b/0c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454_package.tar.zst\nDEBUG: For url ['file', '', 'ee/32/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:ee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '78/cf/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282_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/f4/f2/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d_create_spdx.tar.zst\nDEBUG: Using  for 39/bb/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2_recipe_qa.tar.zst\nDEBUG: Using  for 40/8b/sstate:libcap-ng-native::0.8.5:r0::12:408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9b/0c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ee/32/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:ee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/32/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Aee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7_populate_sysroot.tar.zst;downloadfilename=ee/32/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:ee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7_populate_sysroot.tar.zst\nDEBUG: For url file://78/cf/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/cf/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A12%3A78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282_create_spdx.tar.zst;downloadfilename=78/cf/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/0d/sstate:libnss-mdns::0.15.1:r0::12:4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/10/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5_packagedata.tar.zst\nDEBUG: Testing URL file://39/bb/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2_recipe_qa.tar.zst\nDEBUG: Testing URL file://40/8b/sstate:libcap-ng-native::0.8.5:r0::12:408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://42/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93_package_write_rpm.tar.zst\nDEBUG: For url file://9b/0c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/0c/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A12%3A9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454_package.tar.zst;downloadfilename=9b/0c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454_package.tar.zst\nDEBUG: SState: Attempting to fetch file://48/ed/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42_packagedata.tar.zst\nDEBUG: Searching for 9e/10/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '39/bb/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2_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/8b/sstate:libcap-ng-native::0.8.5:r0::12:408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601_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://4e/a4/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 48/ed/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9e/10/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5_packagedata.tar.zst\nDEBUG: For url file://39/bb/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/bb/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A12%3A39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2_recipe_qa.tar.zst;downloadfilename=39/bb/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2_recipe_qa.tar.zst\nDEBUG: For url file://40/8b/sstate:libcap-ng-native::0.8.5:r0::12:408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/8b/sstate%3Alibcap-ng-native%3A%3A0.8.5%3Ar0%3A%3A12%3A408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601_populate_lic.tar.zst;downloadfilename=40/8b/sstate:libcap-ng-native::0.8.5:r0::12:408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601_populate_lic.tar.zst\nDEBUG: Searching for 4e/a4/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 48/ed/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42_packagedata.tar.zst\nDEBUG: Testing URL file://9e/10/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5_packagedata.tar.zst\nDEBUG: Using  for 4e/a4/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://48/ed/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42_packagedata.tar.zst\nDEBUG: For url ['file', '', '9e/10/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4e/a4/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '48/ed/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9e/10/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/10/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5_packagedata.tar.zst;downloadfilename=9e/10/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5_packagedata.tar.zst\nDEBUG: For url ['file', '', '4e/a4/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08_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/ed/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/ed/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A12%3A48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42_packagedata.tar.zst;downloadfilename=48/ed/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42_packagedata.tar.zst\nDEBUG: For url file://4e/a4/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/a4/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A12%3A4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08_deploy_source_date_epoch.tar.zst;downloadfilename=4e/a4/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://39/bb/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://72/5f/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://40/8b/sstate:libcap-ng-native::0.8.5:r0::12:408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601_populate_lic.tar.zst\nDEBUG: Searching for 72/5f/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a7/f6/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664_package_qa.tar.zst\nDEBUG: Using  for 72/5f/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5_package_write_rpm.tar.zst\nDEBUG: Searching for a7/f6/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://72/5f/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5_package_write_rpm.tar.zst\nDEBUG: Using  for a7/f6/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664_package_qa.tar.zst\nDEBUG: For url ['file', '', '72/5f/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5_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://a7/f6/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664_package_qa.tar.zst\nDEBUG: For url file://72/5f/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/5f/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5_package_write_rpm.tar.zst;downloadfilename=72/5f/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a7/f6/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664_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/f6/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/f6/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A12%3Aa7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664_package_qa.tar.zst;downloadfilename=a7/f6/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/10/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://81/5d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/a4/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4ea47c7fccf17cf368c71fee4b62dcf6273dc3d5700fa7deee4e2d735e9fad08_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 81/5d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/1f/bf/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 81/5d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177_populate_sysroot.tar.zst\nDEBUG: Searching for universal/1f/bf/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://81/5d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177_populate_sysroot.tar.zst\nDEBUG: Using  for universal/1f/bf/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '81/5d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177_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/bf/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://81/5d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/5d/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177_populate_sysroot.tar.zst;downloadfilename=81/5d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/1f/bf/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2_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/1f/bf/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/bf/sstate%3Adocbook-xml-dtd4-native%3Ax86_64-linux%3A4.5%3Ar0%3Ax86_64%3A12%3A1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2_deploy_source_date_epoch.tar.zst;downloadfilename=universal/1f/bf/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/0c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:9b0c9e389028e4a77cb5dbd39b1729d9b2860dcde1c80ac13e2854a0096aa454_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fa/63/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:fa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/fa/63/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:fa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/fa/63/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:fa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://72/5f/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/fa/63/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:fa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://44/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/fa/63/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:fa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b_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 44/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/fa/63/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:fa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fa/63/sstate%3Ashared-mime-info-native%3Ax86_64-linux%3A2.4%3Ar0%3Ax86_64%3A12%3Afa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/fa/63/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:fa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 44/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/f6/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664_package_qa.tar.zst\nDEBUG: Testing URL file://44/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d9/6d/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '44/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245_package_qa.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:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://44/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/6b/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A12%3A446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245_package_qa.tar.zst;downloadfilename=44/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245_package_qa.tar.zst\nDEBUG: Using  for universal/d9/6d/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/d9/6d/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d9/6d/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5_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/d9/6d/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d9/6d/sstate%3Apython3-packaging-native%3Ax86_64-linux%3A24.1%3Ar0%3Ax86_64%3A12%3Ad96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5_create_spdx.tar.zst;downloadfilename=universal/d9/6d/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1f/bf/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:1fbfa3f92d3537ac456fe7321643d51c59cee2a51f818a0054b186aeca9d12c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://18/3d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:183d6eb2aeef886619387824e72f1561cac166400a8ae37c63b3f710ad8de060_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://81/5d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:815d1f134ff3b801f08393b6f1cb48c9b278066868cd6ca94bf2905d84d50177_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://55/0b/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://83/a6/sstate:tcl::8.6.14:r0::12:83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/a7/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd_recipe_qa.tar.zst\nDEBUG: Searching for 55/0b/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 83/a6/sstate:tcl::8.6.14:r0::12:83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2c/a7/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 55/0b/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739_recipe_qa.tar.zst\nDEBUG: Using  for 83/a6/sstate:tcl::8.6.14:r0::12:83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fa/63/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:fa6307c3ca48cf6ae72b2e0744f4b11fd3b01ce9cb8c48ffb7b336ae1eb5455b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2c/a7/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd_recipe_qa.tar.zst\nDEBUG: Testing URL file://55/0b/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739_recipe_qa.tar.zst\nDEBUG: Testing URL file://83/a6/sstate:tcl::8.6.14:r0::12:83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://88/f9/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2c/a7/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '55/0b/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '83/a6/sstate:tcl::8.6.14:r0::12:83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 88/f9/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2c/a7/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://55/0b/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/0b/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.5%3Ar0%3Acore2-64%3A12%3A550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739_recipe_qa.tar.zst;downloadfilename=55/0b/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739_recipe_qa.tar.zst\nDEBUG: For url file://83/a6/sstate:tcl::8.6.14:r0::12:83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/a6/sstate%3Atcl%3A%3A8.6.14%3Ar0%3A%3A12%3A83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386_populate_lic.tar.zst;downloadfilename=83/a6/sstate:tcl::8.6.14:r0::12:83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386_populate_lic.tar.zst\nDEBUG: Using  for 88/f9/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://44/6b/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245_package_qa.tar.zst\nDEBUG: For url file://2c/a7/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/a7/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A12%3A2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd_recipe_qa.tar.zst;downloadfilename=2c/a7/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd_recipe_qa.tar.zst\nDEBUG: Testing URL file://88/f9/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/97/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:d297e452016ce3abbdf3426d9f14d1c5ebbe1a74292819b256400fc3a4c5512c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d9/6d/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/39/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:aa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://48/ed/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42_packagedata.tar.zst\nDEBUG: For url ['file', '', '88/f9/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255_create_package_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://bd/72/sstate:libfm-extra::1.3.2:r0::12:bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/7a/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:fc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for aa/39/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:aa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/1f/9b/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026_create_package_spdx.tar.zst\nDEBUG: For url file://88/f9/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/f9/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.22.0%3Ar0%3Acore2-64%3A12%3A88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255_create_package_spdx.tar.zst;downloadfilename=88/f9/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255_create_package_spdx.tar.zst\nDEBUG: Searching for bd/72/sstate:libfm-extra::1.3.2:r0::12:bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fc/7a/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:fc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for aa/39/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:aa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d_package.tar.zst\nDEBUG: Searching for universal/1f/9b/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bd/72/sstate:libfm-extra::1.3.2:r0::12:bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994_populate_lic.tar.zst\nDEBUG: Using  for fc/7a/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:fc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://55/0b/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739_recipe_qa.tar.zst\nDEBUG: Testing URL file://aa/39/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:aa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d_package.tar.zst\nDEBUG: Using  for universal/1f/9b/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bd/72/sstate:libfm-extra::1.3.2:r0::12:bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994_populate_lic.tar.zst\nDEBUG: Testing URL file://fc/7a/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:fc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/88/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1_package.tar.zst\nDEBUG: For url ['file', '', 'aa/39/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:aa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/1f/9b/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/a7/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'bd/72/sstate:libfm-extra::1.3.2:r0::12:bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fc/7a/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:fc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8_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 1d/88/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://aa/39/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:aa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/39/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A12%3Aaa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d_package.tar.zst;downloadfilename=aa/39/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:aa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d_package.tar.zst\nDEBUG: For url ['file', '', 'universal/1f/9b/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026_create_package_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://42/f6/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bd/72/sstate:libfm-extra::1.3.2:r0::12:bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/72/sstate%3Alibfm-extra%3A%3A1.3.2%3Ar0%3A%3A12%3Abd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994_populate_lic.tar.zst;downloadfilename=bd/72/sstate:libfm-extra::1.3.2:r0::12:bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994_populate_lic.tar.zst\nDEBUG: For url file://fc/7a/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:fc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/7a/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A12%3Afc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8_deploy_source_date_epoch.tar.zst;downloadfilename=fc/7a/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:fc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1d/88/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1_package.tar.zst\nDEBUG: For url file://universal/1f/9b/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/9b/sstate%3Alzlib-native%3Ax86_64-linux%3A1.14%3Ar0%3Ax86_64%3A12%3A1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026_create_package_spdx.tar.zst;downloadfilename=universal/1f/9b/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026_create_package_spdx.tar.zst\nDEBUG: Searching for 42/f6/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1d/88/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1_package.tar.zst\nDEBUG: Using  for 42/f6/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1d/88/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://42/f6/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://78/cf/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282_create_spdx.tar.zst\nDEBUG: For url file://1d/88/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/88/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A12%3A1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1_package.tar.zst;downloadfilename=1d/88/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1_package.tar.zst\nDEBUG: For url ['file', '', '42/f6/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269_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://4f/8e/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5_populate_sysroot.tar.zst\nDEBUG: For url file://42/f6/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/f6/sstate%3Agcc-source-14.1.0%3Aall-poky-linux%3A14.1.0%3Ar0%3Aall%3A12%3A42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269_deploy_source_date_epoch.tar.zst;downloadfilename=42/f6/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4f/8e/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4f/8e/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4f/8e/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/06/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/7a/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:fc7ac0f6f4f306d0fd0ab84b8e6b4df9f061eb3d5f37ee340fcbd29ded7030c8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4f/8e/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5_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://77/29/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/72/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1f/9b/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026_create_package_spdx.tar.zst\nDEBUG: For url file://4f/8e/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/8e/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.191%3Ar0%3Acore2-64%3A12%3A4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5_populate_sysroot.tar.zst;downloadfilename=4f/8e/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5_populate_sysroot.tar.zst\nDEBUG: Searching for 77/29/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1e/72/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://47/69/sstate:json-c::0.17:r0::12:4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a_populate_lic.tar.zst\nDEBUG: Using  for 77/29/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8_package.tar.zst\nDEBUG: Using  for 1e/72/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b_package_write_deb.tar.zst\nDEBUG: Searching for 47/69/sstate:json-c::0.17:r0::12:4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://77/29/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8_package.tar.zst\nDEBUG: Testing URL file://1e/72/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b_package_write_deb.tar.zst\nDEBUG: Using  for 47/69/sstate:json-c::0.17:r0::12:4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '77/29/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1e/72/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b_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://42/f6/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:42f6a205160aaa7118250ee41df592f229f976a6e85dadd91c475fab61bc4269_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://47/69/sstate:json-c::0.17:r0::12:4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a_populate_lic.tar.zst\nDEBUG: For url file://77/29/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/29/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A12%3A77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8_package.tar.zst;downloadfilename=77/29/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8_package.tar.zst\nDEBUG: For url file://1e/72/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/72/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A12%3A1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b_package_write_deb.tar.zst;downloadfilename=1e/72/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/14/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa_packagedata.tar.zst\nDEBUG: For url ['file', '', '47/69/sstate:json-c::0.17:r0::12:4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b5/14/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://47/69/sstate:json-c::0.17:r0::12:4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/69/sstate%3Ajson-c%3A%3A0.17%3Ar0%3A%3A12%3A4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a_populate_lic.tar.zst;downloadfilename=47/69/sstate:json-c::0.17:r0::12:4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a_populate_lic.tar.zst\nDEBUG: Using  for b5/14/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/8e/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b5/14/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/72/sstate:libfm-extra::1.3.2:r0::12:bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/a2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b5/14/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa_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://4b/60/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a_populate_sysroot.tar.zst\nDEBUG: Searching for f3/a2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b5/14/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/14/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A12%3Ab51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa_packagedata.tar.zst;downloadfilename=b5/14/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa_packagedata.tar.zst\nDEBUG: Searching for 4b/60/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f3/a2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492_create_spdx.tar.zst\nDEBUG: Using  for 4b/60/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f3/a2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://60/25/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:6025010f5f6c69b4f670b058254e7ace4a68212c673f128b81b9bc4b5b732493_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://77/29/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:77291d5f815abe2672ba47e14fc1be231ac6157656e6209f9b9f782e8ce08ae8_package.tar.zst\nDEBUG: Testing URL file://4b/60/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f3/a2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492_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://e5/7c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:e57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/96/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4b/60/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a_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/a2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/a2/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Af3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492_create_spdx.tar.zst;downloadfilename=f3/a2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://47/69/sstate:json-c::0.17:r0::12:4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a_populate_lic.tar.zst\nDEBUG: Searching for e5/7c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:e57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e1/96/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4b/60/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/60/sstate%3Autfcpp%3Acore2-64-poky-linux%3A4.0.5%3Ar0%3Acore2-64%3A12%3A4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a_populate_sysroot.tar.zst;downloadfilename=4b/60/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/d6/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7_populate_sysroot.tar.zst\nDEBUG: Using  for e5/7c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:e57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/32/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:ee3239d49c08f8999fdb86810dae455537aaf8932b3d9ab57a56422b3a6125f7_populate_sysroot.tar.zst\nDEBUG: Using  for e1/96/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d_package_write_rpm.tar.zst\nDEBUG: Searching for 0a/d6/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e5/7c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:e57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/14/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/92/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e1/96/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d_package_write_rpm.tar.zst\nDEBUG: Using  for 0a/d6/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e5/7c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:e57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12_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://9d/84/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5f/92/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e1/96/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d_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/d6/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7_populate_sysroot.tar.zst\nDEBUG: For url file://e5/7c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:e57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/7c/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A12%3Ae57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12_package.tar.zst;downloadfilename=e5/7c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:e57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12_package.tar.zst\nDEBUG: Searching for 9d/84/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5f/92/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42_populate_sysroot.tar.zst\nDEBUG: For url file://e1/96/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/96/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.49%3Ar0%3Acore2-64%3A12%3Ae196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d_package_write_rpm.tar.zst;downloadfilename=e1/96/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0a/d6/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9d/84/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5f/92/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42_populate_sysroot.tar.zst\nDEBUG: For url file://0a/d6/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/d6/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A12%3A0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7_populate_sysroot.tar.zst;downloadfilename=0a/d6/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/60/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:4b601e1f9723ea577bdbb829c0512a4983983b2f180eaa942b4b31656b2fa95a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9d/84/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5f/92/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42_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://22/12/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9d/84/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d_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/92/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/92/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.9%3Ar0%3Acore2-64%3A12%3A5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42_populate_sysroot.tar.zst;downloadfilename=5f/92/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42_populate_sysroot.tar.zst\nDEBUG: Searching for 22/12/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9d/84/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/84/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d_deploy_source_date_epoch.tar.zst;downloadfilename=9d/84/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 22/12/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://22/12/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '22/12/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea_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/12/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/12/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.11%3Ar0%3Acore2-64%3A12%3A2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea_deploy_source_date_epoch.tar.zst;downloadfilename=22/12/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://83/a6/sstate:tcl::8.6.14:r0::12:83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/96/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f7/77/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/d6/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:0ad6c37d27c3ba430a3d312774f685e536682088f41859d4919c7d5d2ca2d5a7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5c/29/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f_create_spdx.tar.zst\nDEBUG: Searching for universal/f7/77/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0c/00/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e_populate_sysroot.tar.zst\nDEBUG: Searching for universal/5c/29/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f7/77/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af_create_spdx.tar.zst\nDEBUG: Searching for 0c/00/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/5c/29/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f7/77/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af_create_spdx.tar.zst\nDEBUG: Using  for 0c/00/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/5c/29/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f7/77/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af_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/00/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/5c/29/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f_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/f7/77/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/77/sstate%3Aalsa-lib-native%3Ax86_64-linux%3A1.2.12%3Ar0%3Ax86_64%3A12%3Af777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af_create_spdx.tar.zst;downloadfilename=universal/f7/77/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0c/00/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e_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://5f/92/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:5f92e81d66c3e641bd745b31f9ad332c56b3a0d50eb6e5364ab45233788dea42_populate_sysroot.tar.zst\nDEBUG: For url file://universal/5c/29/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5c/29/sstate%3Apython3-flit-core-native%3Ax86_64-linux%3A3.9.0%3Ar0%3Ax86_64%3A12%3A5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f_create_spdx.tar.zst;downloadfilename=universal/5c/29/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/84/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:9d841a948f2fc77a55898c886a64c7e0fe929cbe49b1691ceddb28b6d07ed20d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0c/00/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/00/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.7%3Ar0%3Acore2-64%3A12%3A0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e_populate_sysroot.tar.zst;downloadfilename=0c/00/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4a/9f/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/7e/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:cb7e951cb349e5da7d574b9a026cc3ca769b544abb9bab9f8cfcc81d4c355ecf_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://22/12/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:2212501de8084b1d0f4e01107ceeccccce85ae0f80d89d4851e55cafa0db0eea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e2/42/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://07/e4/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:07e4ae0c269d06793c4d848a68f87f8d4d698a25c5cccad31e87596c3321f391_package_write_deb.tar.zst\nDEBUG: Searching for universal/4a/9f/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/80/fd/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/97/sstate:libedit-native::20240517-3.1:r0::12:3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9_populate_lic.tar.zst\nDEBUG: Searching for universal/e2/42/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9e/33/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583_package_qa.tar.zst\nDEBUG: Using  for universal/4a/9f/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da_create_package_spdx.tar.zst\nDEBUG: Searching for universal/80/fd/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3c/97/sstate:libedit-native::20240517-3.1:r0::12:3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/f7/77/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af_create_spdx.tar.zst\nDEBUG: Using  for universal/e2/42/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9e/33/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/4a/9f/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da_create_package_spdx.tar.zst\nDEBUG: Using  for universal/80/fd/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3c/97/sstate:libedit-native::20240517-3.1:r0::12:3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://74/99/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/e2/42/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5c/29/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f_create_spdx.tar.zst\nDEBUG: Using  for 9e/33/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/4a/9f/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/80/fd/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3c/97/sstate:libedit-native::20240517-3.1:r0::12:3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9_populate_lic.tar.zst\nDEBUG: Searching for 74/99/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/e2/42/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8_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://a0/19/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13_recipe_qa.tar.zst\nDEBUG: Testing URL file://9e/33/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583_package_qa.tar.zst\nDEBUG: For url file://universal/4a/9f/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4a/9f/sstate%3Arpm-native%3Ax86_64-linux%3A4.19.1.1%3Ar0%3Ax86_64%3A12%3A4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da_create_package_spdx.tar.zst;downloadfilename=universal/4a/9f/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/80/fd/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150_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/97/sstate:libedit-native::20240517-3.1:r0::12:3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 74/99/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86_populate_sysroot.tar.zst\nDEBUG: For url file://universal/e2/42/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e2/42/sstate%3Alibxext-native%3Ax86_64-linux%3A1.3.6%3Ar0%3Ax86_64%3A12%3Ae242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e2/42/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a0/19/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9e/33/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583_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/80/fd/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/fd/sstate%3Aasciidoc-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A12%3A80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150_deploy_source_date_epoch.tar.zst;downloadfilename=universal/80/fd/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3c/97/sstate:libedit-native::20240517-3.1:r0::12:3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/97/sstate%3Alibedit-native%3A%3A20240517-3.1%3Ar0%3A%3A12%3A3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9_populate_lic.tar.zst;downloadfilename=3c/97/sstate:libedit-native::20240517-3.1:r0::12:3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9_populate_lic.tar.zst\nDEBUG: Testing URL file://74/99/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86_populate_sysroot.tar.zst\nDEBUG: Using  for a0/19/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13_recipe_qa.tar.zst\nDEBUG: For url file://9e/33/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/33/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583_package_qa.tar.zst;downloadfilename=9e/33/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583_package_qa.tar.zst\nDEBUG: For url ['file', '', '74/99/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86_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/19/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13_recipe_qa.tar.zst\nDEBUG: For url file://74/99/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/99/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86_populate_sysroot.tar.zst;downloadfilename=74/99/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4a/9f/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a0/19/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13_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/42/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e242cb0c244c65c50516c3af406f73ca7c5883473e90603ba236b5e45b908fb8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://60/99/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b_create_spdx.tar.zst\nDEBUG: For url file://a0/19/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/19/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.48.2%3Ar0%3Acore2-64%3A12%3Aa019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13_recipe_qa.tar.zst;downloadfilename=a0/19/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/a2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 60/99/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2e/29/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/97/sstate:libedit-native::20240517-3.1:r0::12:3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9_populate_lic.tar.zst\nDEBUG: Searching for 97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/80/fd/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:80fd618255bfcb341bd6095fb60cc66d585c5e2202f0f16d7657ad75b81f3150_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 60/99/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b_create_spdx.tar.zst\nDEBUG: Searching for 2e/29/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://62/f9/sstate:libical::3.0.18:r0::12:62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834_populate_lic.tar.zst\nDEBUG: Using  for 97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/33/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://36/88/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d_package_qa.tar.zst\nDEBUG: Testing URL file://60/99/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b_create_spdx.tar.zst\nDEBUG: Using  for 2e/29/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 62/f9/sstate:libical::3.0.18:r0::12:62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://08/be/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90_package.tar.zst\nDEBUG: Searching for 36/88/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '60/99/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2e/29/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 62/f9/sstate:libical::3.0.18:r0::12:62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834_populate_lic.tar.zst\nDEBUG: For url ['file', '', '97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_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 08/be/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 36/88/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d_package_qa.tar.zst\nDEBUG: For url file://60/99/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/99/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A12%3A6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b_create_spdx.tar.zst;downloadfilename=60/99/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2e/29/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f_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://62/f9/sstate:libical::3.0.18:r0::12:62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834_populate_lic.tar.zst\nDEBUG: For url file://97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/6b/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_deploy_source_date_epoch.tar.zst;downloadfilename=97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://88/f9/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255_create_package_spdx.tar.zst\nDEBUG: Using  for 08/be/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90_package.tar.zst\nDEBUG: Testing URL file://36/88/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d_package_qa.tar.zst\nDEBUG: For url file://2e/29/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/29/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f_deploy_source_date_epoch.tar.zst;downloadfilename=2e/29/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '62/f9/sstate:libical::3.0.18:r0::12:62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834_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://a0/19/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://96/63/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/00/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:0c00ad95af1f3f25180bb77ee0c49d96e02c74e3d48262dc43ed5208f0fa729e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://08/be/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90_package.tar.zst\nDEBUG: For url ['file', '', '36/88/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://62/f9/sstate:libical::3.0.18:r0::12:62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/f9/sstate%3Alibical%3A%3A3.0.18%3Ar0%3A%3A12%3A62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834_populate_lic.tar.zst;downloadfilename=62/f9/sstate:libical::3.0.18:r0::12:62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dc/11/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33_recipe_qa.tar.zst\nDEBUG: Searching for 96/63/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://be/ec/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:beec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '08/be/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://36/88/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/88/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.42%3Ar0%3Acore2-64%3A12%3A3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d_package_qa.tar.zst;downloadfilename=36/88/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d_package_qa.tar.zst\nDEBUG: Searching for universal/dc/11/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 96/63/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90_create_spdx.tar.zst\nDEBUG: Searching for be/ec/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:beec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://08/be/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/be/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A12%3A08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90_package.tar.zst;downloadfilename=08/be/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90_package.tar.zst\nDEBUG: Using  for universal/dc/11/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33_recipe_qa.tar.zst\nDEBUG: Testing URL file://96/63/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/29/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:2e290be577955186e033dc92dccbb5d78b77a902e890ee3a57c7b636c973211f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://74/99/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7499febcf4645877627ec269f758de36b37138f1f23de46553a11e3c4656fa86_populate_sysroot.tar.zst\nDEBUG: Using  for be/ec/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:beec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/dc/11/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '96/63/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90_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://aa/39/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:aa3909ef0bb6d2bd5db412e756654a8e29a5a87eea9de5d2c7b32a462459aa2d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/60/sstate:qemu-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://41/df/sstate:pcmanfm::1.3.2:r0::12:41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://62/f9/sstate:libical::3.0.18:r0::12:62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834_populate_lic.tar.zst\nDEBUG: Testing URL file://be/ec/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:beec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/dc/11/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33_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/63/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/63/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A12%3A96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90_create_spdx.tar.zst;downloadfilename=96/63/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://be/aa/sstate:autoconf-archive-native::2023.02.20:r0::12:beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8_populate_lic.tar.zst\nDEBUG: Searching for f4/60/sstate:qemu-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 41/df/sstate:pcmanfm::1.3.2:r0::12:41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://54/d3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d_package_qa.tar.zst\nDEBUG: For url ['file', '', 'be/ec/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:beec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f_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/dc/11/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/11/sstate%3Alibsdl2-native%3Ax86_64-linux%3A2.30.3%3Ar0%3Ax86_64%3A12%3Adc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33_recipe_qa.tar.zst;downloadfilename=universal/dc/11/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33_recipe_qa.tar.zst\nDEBUG: Searching for be/aa/sstate:autoconf-archive-native::2023.02.20:r0::12:beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f4/60/sstate:qemu-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/67/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:5d67753003ef85ead6734f6487f76115a34e58e80cdf21803b9bfbc90216d39f_package_write_deb.tar.zst\nDEBUG: Using  for 41/df/sstate:pcmanfm::1.3.2:r0::12:41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe_populate_lic.tar.zst\nDEBUG: Searching for 54/d3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://be/ec/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:beec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/ec/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Abeec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f_populate_sysroot.tar.zst;downloadfilename=be/ec/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:beec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f_populate_sysroot.tar.zst\nDEBUG: Using  for be/aa/sstate:autoconf-archive-native::2023.02.20:r0::12:beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8_populate_lic.tar.zst\nDEBUG: Testing URL file://f4/60/sstate:qemu-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://34/7d/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://41/df/sstate:pcmanfm::1.3.2:r0::12:41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe_populate_lic.tar.zst\nDEBUG: Using  for 54/d3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d_package_qa.tar.zst\nDEBUG: Testing URL file://be/aa/sstate:autoconf-archive-native::2023.02.20:r0::12:beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f4/60/sstate:qemu-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 34/7d/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1d/88/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:1d88d18463656eef344261a433f59b487bb068566fd9f6449cefb1a445042cf1_package.tar.zst\nDEBUG: For url ['file', '', '41/df/sstate:pcmanfm::1.3.2:r0::12:41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://54/d3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d_package_qa.tar.zst\nDEBUG: For url ['file', '', 'be/aa/sstate:autoconf-archive-native::2023.02.20:r0::12:beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8_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/60/sstate:qemu-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/60/sstate%3Aqemu-native%3A%3A9.0.0%3Ar0%3A%3A12%3Af460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst;downloadfilename=f4/60/sstate:qemu-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: Using  for 34/7d/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/39/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc_create_spdx.tar.zst\nDEBUG: For url file://41/df/sstate:pcmanfm::1.3.2:r0::12:41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/df/sstate%3Apcmanfm%3A%3A1.3.2%3Ar0%3A%3A12%3A41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe_populate_lic.tar.zst;downloadfilename=41/df/sstate:pcmanfm::1.3.2:r0::12:41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe_populate_lic.tar.zst\nDEBUG: For url ['file', '', '54/d3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d_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/aa/sstate:autoconf-archive-native::2023.02.20:r0::12:beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/aa/sstate%3Aautoconf-archive-native%3A%3A2023.02.20%3Ar0%3A%3A12%3Abeaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8_populate_lic.tar.zst;downloadfilename=be/aa/sstate:autoconf-archive-native::2023.02.20:r0::12:beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8_populate_lic.tar.zst\nDEBUG: Testing URL file://34/7d/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7_package_write_rpm.tar.zst\nDEBUG: Searching for 8a/39/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/dc/11/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33_recipe_qa.tar.zst\nDEBUG: For url file://54/d3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/d3/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A12%3A54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d_package_qa.tar.zst;downloadfilename=54/d3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://36/88/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d_package_qa.tar.zst\nDEBUG: For url ['file', '', '34/7d/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7_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/39/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/fc/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/21/sstate:expat-native::2.6.2:r0::12:b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/60/sstate:qemu-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: For url file://34/7d/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/7d/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7_package_write_rpm.tar.zst;downloadfilename=34/7d/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://8a/39/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc_create_spdx.tar.zst\nDEBUG: Searching for 6b/fc/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b6/21/sstate:expat-native::2.6.2:r0::12:b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b3/b0/sstate:kernel-devsrc::1.0:r0::12:b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8a/39/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6b/fc/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://be/aa/sstate:autoconf-archive-native::2023.02.20:r0::12:beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8_populate_lic.tar.zst\nDEBUG: Using  for b6/21/sstate:expat-native::2.6.2:r0::12:b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5_populate_lic.tar.zst\nDEBUG: Searching for b3/b0/sstate:kernel-devsrc::1.0:r0::12:b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8a/39/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/39/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc_create_spdx.tar.zst;downloadfilename=8a/39/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc_create_spdx.tar.zst\nDEBUG: Testing URL file://6b/fc/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://10/d7/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659_package_qa.tar.zst\nDEBUG: Testing URL file://b6/21/sstate:expat-native::2.6.2:r0::12:b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5_populate_lic.tar.zst\nDEBUG: Using  for b3/b0/sstate:kernel-devsrc::1.0:r0::12:b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://54/d3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d_package_qa.tar.zst\nDEBUG: For url ['file', '', '6b/fc/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 10/d7/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b6/21/sstate:expat-native::2.6.2:r0::12:b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b3/b0/sstate:kernel-devsrc::1.0:r0::12:b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/82/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3_package_write_rpm.tar.zst\nDEBUG: For url file://6b/fc/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/fc/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2024.1%3Ar0%3Acore2-64%3A12%3A6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827_package_write_deb.tar.zst;downloadfilename=6b/fc/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827_package_write_deb.tar.zst\nDEBUG: Using  for 10/d7/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659_package_qa.tar.zst\nDEBUG: For url file://b6/21/sstate:expat-native::2.6.2:r0::12:b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/21/sstate%3Aexpat-native%3A%3A2.6.2%3Ar0%3A%3A12%3Ab621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5_populate_lic.tar.zst;downloadfilename=b6/21/sstate:expat-native::2.6.2:r0::12:b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b3/b0/sstate:kernel-devsrc::1.0:r0::12:b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e7/82/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://34/7d/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://10/d7/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659_package_qa.tar.zst\nDEBUG: For url file://b3/b0/sstate:kernel-devsrc::1.0:r0::12:b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/b0/sstate%3Akernel-devsrc%3A%3A1.0%3Ar0%3A%3A12%3Ab3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789_populate_lic.tar.zst;downloadfilename=b3/b0/sstate:kernel-devsrc::1.0:r0::12:b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789_populate_lic.tar.zst\nDEBUG: Using  for e7/82/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://06/c4/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973_packagedata.tar.zst\nDEBUG: For url ['file', '', '10/d7/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e7/82/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3_package_write_rpm.tar.zst\nDEBUG: Searching for 06/c4/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8b/71/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:8b71446f3590a95182564cecadd7be3a86330976a33e82f08ea15e80d7a911fc_package.tar.zst\nDEBUG: For url file://10/d7/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/d7/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.9.0%3Ar0%3Acore2-64%3A12%3A10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659_package_qa.tar.zst;downloadfilename=10/d7/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://41/df/sstate:pcmanfm::1.3.2:r0::12:41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e7/82/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 06/c4/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ca/7c/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:ca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/fc/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6bfc7770b89a438d80375b774f639d8c2c7a70d2ef29bf98882fb0d50ecb4827_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://69/16/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25_create_spdx.tar.zst\nDEBUG: For url file://e7/82/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/82/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3Ae782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3_package_write_rpm.tar.zst;downloadfilename=e7/82/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://06/c4/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://be/ec/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:beec7ac344e75b66b5a596a99d9e9cd0b0115bdc215a02bbaf851bb16888ec1f_populate_sysroot.tar.zst\nDEBUG: Searching for universal/ca/7c/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:ca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://de/7b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:de7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d_package_write_ipk.tar.zst\nDEBUG: Searching for 69/16/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b6/21/sstate:expat-native::2.6.2:r0::12:b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5_populate_lic.tar.zst\nDEBUG: For url ['file', '', '06/c4/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973_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://c0/aa/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/7c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:e57ca912be79a3226925cd319fbd10e6fb2cf20b3e4298d1663badc8fd6e0c12_package.tar.zst\nDEBUG: Using  for universal/ca/7c/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:ca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd_populate_sysroot.tar.zst\nDEBUG: Searching for de/7b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:de7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 69/16/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/ec/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94_populate_sysroot.tar.zst\nDEBUG: For url file://06/c4/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/c4/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973_packagedata.tar.zst;downloadfilename=06/c4/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973_packagedata.tar.zst\nDEBUG: Searching for c0/aa/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://25/c3/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/ca/7c/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:ca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd_populate_sysroot.tar.zst\nDEBUG: Using  for de/7b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:de7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://69/16/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25_create_spdx.tar.zst\nDEBUG: Searching for c7/ec/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c0/aa/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573_recipe_qa.tar.zst\nDEBUG: Searching for 25/c3/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ca/7c/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:ca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://de/7b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:de7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '69/16/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c7/ec/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c0/aa/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573_recipe_qa.tar.zst\nDEBUG: Using  for 25/c3/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1_populate_sysroot.tar.zst\nDEBUG: For url file://universal/ca/7c/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:ca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ca/7c/sstate%3Avala-native%3Ax86_64-linux%3A0.56.17%3Ar0%3Ax86_64%3A12%3Aca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd_populate_sysroot.tar.zst;downloadfilename=universal/ca/7c/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:ca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'de/7b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:de7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d_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://69/16/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/16/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A12%3A6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25_create_spdx.tar.zst;downloadfilename=69/16/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25_create_spdx.tar.zst\nDEBUG: Testing URL file://c7/ec/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c0/aa/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573_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/c3/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1_populate_sysroot.tar.zst\nDEBUG: For url file://de/7b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:de7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/7b/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A12%3Ade7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d_package_write_ipk.tar.zst;downloadfilename=de/7b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:de7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'c7/ec/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c0/aa/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/aa/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3Ac0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573_recipe_qa.tar.zst;downloadfilename=c0/aa/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '25/c3/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1_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/ec/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/ec/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A12%3Ac7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94_populate_sysroot.tar.zst;downloadfilename=c7/ec/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://06/c4/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973_packagedata.tar.zst\nDEBUG: For url file://25/c3/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/c3/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1_populate_sysroot.tar.zst;downloadfilename=25/c3/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://10/d7/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://60/99/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/74/d6/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ca/7c/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:ca7c579b2cf4be32ef84a6ce189c29df2d61fcac5207cd3fc0f00fa3eac03efd_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/d9/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8_create_spdx.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://de/7b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:de7b8998b78203fd696bac8c6302ebf0986b44996373eaeeef2d159eb70e6d2d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/82/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/aa/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/54/sstate:lua-native::5.4.6:r0::12:d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd_populate_lic.tar.zst\nDEBUG: Searching for universal/74/d6/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/f9/57/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400_recipe_qa.tar.zst\nDEBUG: Searching for b2/d9/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b3/b0/sstate:kernel-devsrc::1.0:r0::12:b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/ec/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c7ec715e6fc5964722ae2bb82cd5d48977a675beb9a7a85667b667aa28d16b94_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/fe/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/8d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/77/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6_package_write_ipk.tar.zst\nDEBUG: Searching for d3/54/sstate:lua-native::5.4.6:r0::12:d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/74/d6/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e_create_package_spdx.tar.zst\nDEBUG: Searching for universal/f9/57/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b2/d9/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/22/sstate:modutils-initscripts::1.0:r0::12:f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/ef/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66_package_write_rpm.tar.zst\nDEBUG: Searching for 9b/fe/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f6/8d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1e/77/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d3/54/sstate:lua-native::5.4.6:r0::12:d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/74/d6/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e_create_package_spdx.tar.zst\nDEBUG: Using  for universal/f9/57/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400_recipe_qa.tar.zst\nDEBUG: Testing URL file://b2/d9/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8_create_spdx.tar.zst\nDEBUG: Searching for f5/22/sstate:modutils-initscripts::1.0:r0::12:f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fe/ef/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9b/fe/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973_create_package_spdx.tar.zst\nDEBUG: Using  for f6/8d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8_recipe_qa.tar.zst\nDEBUG: Using  for 1e/77/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6_package_write_ipk.tar.zst\nDEBUG: Testing URL file://d3/54/sstate:lua-native::5.4.6:r0::12:d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/74/d6/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/f9/57/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b2/d9/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8_create_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/97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_deploy_source_date_epoch.tar.zst: HTTP Error 404: Not Found\nDEBUG: Using  for f5/22/sstate:modutils-initscripts::1.0:r0::12:f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59_populate_lic.tar.zst\nDEBUG: Using  for fe/ef/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66_package_write_rpm.tar.zst\nDEBUG: Testing URL file://9b/fe/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f6/8d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8_recipe_qa.tar.zst\nDEBUG: Testing URL file://1e/77/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'd3/54/sstate:lua-native::5.4.6:r0::12:d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd_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/d6/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/d6/sstate%3Alibcap-ng-native%3Ax86_64-linux%3A0.8.5%3Ar0%3Ax86_64%3A12%3A74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e_create_package_spdx.tar.zst;downloadfilename=universal/74/d6/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f9/57/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400_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/d9/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/d9/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.17%3Ar0%3Acore2-64%3A12%3Ab2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8_create_spdx.tar.zst;downloadfilename=b2/d9/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8_create_spdx.tar.zst\nDEBUG: Testing URL file://f5/22/sstate:modutils-initscripts::1.0:r0::12:f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59_populate_lic.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_deploy_source_date_epoch.tar.zst (FetchError(\"URL doesn't work\", 'file://97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_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 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://97/6b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:976b5d511fe2757113e3e732d52995e6c318b144ca3a97ae4c1509a36ea19d26_deploy_source_date_epoch.tar.zst'. URL doesn't work\n\nDEBUG: Testing URL file://fe/ef/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9b/fe/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f6/8d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8_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/77/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6_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://d3/54/sstate:lua-native::5.4.6:r0::12:d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/54/sstate%3Alua-native%3A%3A5.4.6%3Ar0%3A%3A12%3Ad354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd_populate_lic.tar.zst;downloadfilename=d3/54/sstate:lua-native::5.4.6:r0::12:d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd_populate_lic.tar.zst\nDEBUG: For url file://universal/f9/57/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f9/57/sstate%3Apython3-pip-native%3Ax86_64-linux%3A24.0%3Ar0%3Ax86_64%3A12%3Af957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400_recipe_qa.tar.zst;downloadfilename=universal/f9/57/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f5/22/sstate:modutils-initscripts::1.0:r0::12:f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59_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/ae/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'fe/ef/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66_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/be/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:08beab62b833f35e7841af444c1e74e7cfc82ab17bcab78bb075adb6d9045b90_package.tar.zst\nDEBUG: For url file://9b/fe/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/fe/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A12%3A9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973_create_package_spdx.tar.zst;downloadfilename=9b/fe/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973_create_package_spdx.tar.zst\nDEBUG: For url file://f6/8d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/8d/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A12%3Af68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8_recipe_qa.tar.zst;downloadfilename=f6/8d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8_recipe_qa.tar.zst\nDEBUG: For url file://1e/77/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/77/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6_package_write_ipk.tar.zst;downloadfilename=1e/77/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6_package_write_ipk.tar.zst\nDEBUG: For url file://f5/22/sstate:modutils-initscripts::1.0:r0::12:f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/22/sstate%3Amodutils-initscripts%3A%3A1.0%3Ar0%3A%3A12%3Af522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59_populate_lic.tar.zst;downloadfilename=f5/22/sstate:modutils-initscripts::1.0:r0::12:f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59_populate_lic.tar.zst\nDEBUG: Searching for 12/ae/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fe/ef/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/ef/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A12%3Afeef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66_package_write_rpm.tar.zst;downloadfilename=fe/ef/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/e3/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://96/63/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/74/d6/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/39/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/54/sstate:lua-native::5.4.6:r0::12:d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd_populate_lic.tar.zst\nDEBUG: Using  for 12/ae/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f9/57/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400_recipe_qa.tar.zst\nDEBUG: Searching for 7f/e3/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f6/8d/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/d9/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/be/0d/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/5a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://15/0b/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971_create_package_spdx.tar.zst\nDEBUG: Testing URL file://12/ae/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/7c/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:b17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8_package.tar.zst\nDEBUG: Using  for 7f/e3/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/72/e2/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59_create_spdx.tar.zst\nDEBUG: Searching for 3c/d9/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/be/0d/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3b/5a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 15/0b/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '12/ae/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b1/7c/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:b17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7f/e3/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5_package_write_deb.tar.zst\nDEBUG: Searching for universal/72/e2/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3c/d9/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8_package_write_rpm.tar.zst\nDEBUG: Using  for universal/be/0d/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d_recipe_qa.tar.zst\nDEBUG: Using  for 3b/5a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3_package_write_deb.tar.zst\nDEBUG: Using  for 15/0b/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971_create_package_spdx.tar.zst\nDEBUG: For url file://12/ae/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/ae/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.6%3Ar0%3Acore2-64%3A12%3A12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6_create_package_spdx.tar.zst;downloadfilename=12/ae/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6_create_package_spdx.tar.zst\nDEBUG: Using  for b1/7c/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:b17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8_package.tar.zst\nDEBUG: For url ['file', '', '7f/e3/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/72/e2/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59_create_spdx.tar.zst\nDEBUG: Testing URL file://3c/d9/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/be/0d/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d_recipe_qa.tar.zst\nDEBUG: Testing URL file://3b/5a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3_package_write_deb.tar.zst\nDEBUG: Testing URL file://15/0b/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b1/7c/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:b17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8_package.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/ef/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66_package_write_rpm.tar.zst\nDEBUG: For url file://7f/e3/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/e3/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A12%3A7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5_package_write_deb.tar.zst;downloadfilename=7f/e3/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/72/e2/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3c/d9/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8_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/0d/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3b/5a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3_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', '', '15/0b/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b1/7c/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:b17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8_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/67/69/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/72/e2/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59_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/d9/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/d9/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A12%3A3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8_package_write_rpm.tar.zst;downloadfilename=3c/d9/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8_package_write_rpm.tar.zst\nDEBUG: For url file://universal/be/0d/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/be/0d/sstate%3Apython3-pyproject-hooks-native%3Ax86_64-linux%3A1.0.0%3Ar0%3Ax86_64%3A12%3Abe0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d_recipe_qa.tar.zst;downloadfilename=universal/be/0d/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d_recipe_qa.tar.zst\nDEBUG: For url file://3b/5a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/5a/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A12%3A3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3_package_write_deb.tar.zst;downloadfilename=3b/5a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3_package_write_deb.tar.zst\nDEBUG: For url file://15/0b/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/0b/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A12%3A150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971_create_package_spdx.tar.zst;downloadfilename=15/0b/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971_create_package_spdx.tar.zst\nDEBUG: For url file://b1/7c/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:b17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/7c/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3Ab17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8_package.tar.zst;downloadfilename=b1/7c/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:b17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8_package.tar.zst\nDEBUG: Searching for universal/67/69/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/72/e2/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/e2/sstate%3Areadline-native%3Ax86_64-linux%3A8.2%3Ar0%3Ax86_64%3A12%3A72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59_create_spdx.tar.zst;downloadfilename=universal/72/e2/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/77/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:1e77defe2af6afd764f7f5393635b5fe5cebc331d0b4dd23fa8ea068c42032b6_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/22/sstate:modutils-initscripts::1.0:r0::12:f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59_populate_lic.tar.zst\nDEBUG: Using  for universal/67/69/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/d9/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://30/55/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a_package_qa.tar.zst\nDEBUG: Testing URL file://universal/67/69/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/5a/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:3b5ab38037329298c384ee9aa4be8683caedeea91f33bda3fcbf6a1561bb76c3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:a90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/be/0d/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d_recipe_qa.tar.zst\nDEBUG: Searching for 96/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 30/55/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/67/69/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef_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://0a/c7/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872_package_write_rpm.tar.zst\nDEBUG: Searching for a9/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:a90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://78/0d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a_populate_sysroot.tar.zst\nDEBUG: Using  for 96/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76_populate_sysroot.tar.zst\nDEBUG: Using  for 30/55/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a_package_qa.tar.zst\nDEBUG: For url file://universal/67/69/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/69/sstate%3Aat-spi2-core-native%3Ax86_64-linux%3A2.52.0%3Ar0%3Ax86_64%3A12%3A676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef_populate_sysroot.tar.zst;downloadfilename=universal/67/69/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef_populate_sysroot.tar.zst\nDEBUG: Searching for 0a/c7/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a9/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:a90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b_populate_sysroot.tar.zst\nDEBUG: Searching for 78/0d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://96/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76_populate_sysroot.tar.zst\nDEBUG: Testing URL file://30/55/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a_package_qa.tar.zst\nDEBUG: Using  for 0a/c7/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a9/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:a90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b_populate_sysroot.tar.zst\nDEBUG: Using  for 78/0d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '96/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76_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/55/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0a/c7/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a9/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:a90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://78/0d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a_populate_sysroot.tar.zst\nDEBUG: For url file://96/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/70/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.52.0%3Ar0%3Acore2-64%3A12%3A9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76_populate_sysroot.tar.zst;downloadfilename=96/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76_populate_sysroot.tar.zst\nDEBUG: For url file://30/55/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/55/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a_package_qa.tar.zst;downloadfilename=30/55/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a_package_qa.tar.zst\nDEBUG: For url ['file', '', '0a/c7/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872_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/72/e2/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59_create_spdx.tar.zst\nDEBUG: For url file://a9/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:a90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/0d/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A12%3Aa90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b_populate_sysroot.tar.zst;downloadfilename=a9/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:a90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '78/0d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0a/c7/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/c7/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872_package_write_rpm.tar.zst;downloadfilename=0a/c7/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/e3/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:7fe315916e8f509bf33b2da47fc6c5945c195e31b056ec116e319fa7c21955b5_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://69/16/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/be/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/69/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef_populate_sysroot.tar.zst\nDEBUG: For url file://78/0d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/0d/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A12%3A780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a_populate_sysroot.tar.zst;downloadfilename=78/0d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/9b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/7c/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:b17ce6cf89bedf477f7dec79f124d6dc657dda11df42a1e38fee5f2e8614c2f8_package.tar.zst\nDEBUG: SState: Successful fetch test for file://12/ae/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/9d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:a39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9_package.tar.zst\nDEBUG: Searching for a9/be/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6d/3a/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://96/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:9670adc67e304746e7a1ce6e6954c2036122e4bc25698bcb5f302a0272cb0e76_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://30/55/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a_package_qa.tar.zst\nDEBUG: Searching for a6/9b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/f4/99/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:f4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/71/98/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64_populate_sysroot.tar.zst\nDEBUG: Searching for a3/9d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:a39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a9/be/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9_populate_sysroot.tar.zst\nDEBUG: Searching for 6d/3a/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a9/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:a90d21f6c3fb22d592853b395292dae91be4cdf87f90bd922d5fb9a755b7605b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://02/e7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://22/0a/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63_create_spdx.tar.zst\nDEBUG: Using  for a6/9b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6_package_write_rpm.tar.zst\nDEBUG: Searching for universal/f4/99/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:f4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/71/98/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a3/9d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:a39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9_package.tar.zst\nDEBUG: Testing URL file://a9/be/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9_populate_sysroot.tar.zst\nDEBUG: Using  for 6d/3a/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://af/73/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:af736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111_populate_sysroot.tar.zst\nDEBUG: Searching for 02/e7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 22/0a/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a6/9b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6_package_write_rpm.tar.zst\nDEBUG: Using  for universal/f4/99/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:f4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/71/98/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a3/9d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:a39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9_package.tar.zst\nDEBUG: For url ['file', '', 'a9/be/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6d/3a/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea_packagedata.tar.zst\nDEBUG: Searching for af/73/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:af736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 02/e7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae_create_spdx.tar.zst\nDEBUG: Using  for 22/0a/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a6/9b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6_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://78/0d/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:780d525ccbf6e7f31b29f2c7460938f64228e2b00b80a626841ca0f83dfe803a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/f4/99/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:f4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/71/98/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a3/9d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:a39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a9/be/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/be/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.5%3Ar0%3Acore2-64%3A12%3Aa9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9_populate_sysroot.tar.zst;downloadfilename=a9/be/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6d/3a/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for af/73/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:af736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111_populate_sysroot.tar.zst\nDEBUG: Testing URL file://02/e7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae_create_spdx.tar.zst\nDEBUG: Testing URL file://22/0a/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63_create_spdx.tar.zst\nDEBUG: For url file://a6/9b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/9b/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aa69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6_package_write_rpm.tar.zst;downloadfilename=a6/9b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/f0/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f4/99/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:f4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89_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/71/98/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a3/9d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:a39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/9d/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.6%3Ar0%3Acore2-64%3A12%3Aa39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9_package.tar.zst;downloadfilename=a3/9d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:a39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9_package.tar.zst\nDEBUG: For url file://6d/3a/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/3a/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea_packagedata.tar.zst;downloadfilename=6d/3a/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea_packagedata.tar.zst\nDEBUG: Testing URL file://af/73/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:af736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '02/e7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae_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/0a/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d3/f0/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/f4/99/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:f4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/99/sstate%3Am4-native%3Ax86_64-linux%3A1.4.19%3Ar0%3Ax86_64%3A12%3Af4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f4/99/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:f4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/71/98/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/98/sstate%3Alibrsvg-native%3Ax86_64-linux%3A2.57.1%3Ar0%3Ax86_64%3A12%3A7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64_populate_sysroot.tar.zst;downloadfilename=universal/71/98/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'af/73/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:af736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111_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://25/c3/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:25c3ddb1e91888d6b775f611d5cfbb59a8c638891a12dbe76db7aad494c7fdd1_populate_sysroot.tar.zst\nDEBUG: For url file://02/e7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/e7/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae_create_spdx.tar.zst;downloadfilename=02/e7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae_create_spdx.tar.zst\nDEBUG: For url file://22/0a/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/0a/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A12%3A220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63_create_spdx.tar.zst;downloadfilename=22/0a/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63_create_spdx.tar.zst\nDEBUG: Using  for d3/f0/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/be/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9_populate_sysroot.tar.zst\nDEBUG: For url file://af/73/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:af736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/73/sstate%3Atzdata%3Aall-poky-linux%3A2024a%3Ar0%3Aallarch%3A12%3Aaf736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111_populate_sysroot.tar.zst;downloadfilename=af/73/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:af736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/f1/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/9d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:a39d537297ef62a1c3ae9d0147ac96b924f9215bd8a8af080c23f2c7c5a197b9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/9b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d3/f0/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/3a/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/4e/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f4/99/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:f4994931ba0fa8901781976eac8e57ad5056e9b6cbe8ff7f93a731c4673dff89_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9d/f1/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://76/45/sstate:vulkan-headers::1.3.283.0:r0::12:7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/f3/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:d4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'd3/f0/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36_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/73/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/71/98/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:7198cf36134b7eea1b003f4a3893dd2e6f142f6bd6f03e9f029e596f4b99bc64_populate_sysroot.tar.zst\nDEBUG: Searching for 7a/4e/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9e/18/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4_package_qa.tar.zst\nDEBUG: Using  for 9d/f1/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853_recipe_qa.tar.zst\nDEBUG: Searching for 76/45/sstate:vulkan-headers::1.3.283.0:r0::12:7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d4/f3/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:d4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d3/f0/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/f0/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3Ad3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36_recipe_qa.tar.zst;downloadfilename=d3/f0/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36_recipe_qa.tar.zst\nDEBUG: Searching for universal/39/73/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://14/db/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1_package_write_ipk.tar.zst\nDEBUG: Using  for 7a/4e/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d_package_write_deb.tar.zst\nDEBUG: Searching for 9e/18/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9d/f1/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853_recipe_qa.tar.zst\nDEBUG: Using  for 76/45/sstate:vulkan-headers::1.3.283.0:r0::12:7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15_populate_lic.tar.zst\nDEBUG: Using  for d4/f3/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:d4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322_package_write_ipk.tar.zst\nDEBUG: Using  for universal/39/73/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://af/73/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:af736fa1dd263474cbfb6830d96902299ee6a77c03cf6e12e471e3f376247111_populate_sysroot.tar.zst\nDEBUG: Searching for 14/db/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7a/4e/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d_package_write_deb.tar.zst\nDEBUG: Using  for 9e/18/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4_package_qa.tar.zst\nDEBUG: For url ['file', '', '9d/f1/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://76/45/sstate:vulkan-headers::1.3.283.0:r0::12:7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15_populate_lic.tar.zst\nDEBUG: Testing URL file://d4/f3/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:d4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/39/73/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://25/e6/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1_package_write_deb.tar.zst\nDEBUG: Using  for 14/db/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '7a/4e/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d_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://9e/18/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4_package_qa.tar.zst\nDEBUG: For url file://9d/f1/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/f1/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.5%3Ar0%3Acore2-64%3A12%3A9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853_recipe_qa.tar.zst;downloadfilename=9d/f1/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '76/45/sstate:vulkan-headers::1.3.283.0:r0::12:7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd4/f3/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:d4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322_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', '', 'universal/39/73/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 25/e6/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://14/db/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1_package_write_ipk.tar.zst\nDEBUG: For url file://7a/4e/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/4e/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.26.0%3Ar0%3Acore2-64%3A12%3A7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d_package_write_deb.tar.zst;downloadfilename=7a/4e/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9e/18/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4_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/45/sstate:vulkan-headers::1.3.283.0:r0::12:7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/45/sstate%3Avulkan-headers%3A%3A1.3.283.0%3Ar0%3A%3A12%3A7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15_populate_lic.tar.zst;downloadfilename=76/45/sstate:vulkan-headers::1.3.283.0:r0::12:7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15_populate_lic.tar.zst\nDEBUG: For url file://d4/f3/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:d4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/f3/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.29%3Ar0%3Acore2-64%3A12%3Ad4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322_package_write_ipk.tar.zst;downloadfilename=d4/f3/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:d4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322_package_write_ipk.tar.zst\nDEBUG: For url file://universal/39/73/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/73/sstate%3Apython3-pip-native%3Ax86_64-linux%3A24.0%3Ar0%3Ax86_64%3A12%3A3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27_create_spdx.tar.zst;downloadfilename=universal/39/73/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27_create_spdx.tar.zst\nDEBUG: Using  for 25/e6/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/f0/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '14/db/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1_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://9e/18/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/18/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A12%3A9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4_package_qa.tar.zst;downloadfilename=9e/18/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4_package_qa.tar.zst\nDEBUG: Testing URL file://25/e6/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/f1/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/7a/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/c7/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://02/e7/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae_create_spdx.tar.zst\nDEBUG: For url file://14/db/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/db/sstate%3Aofono%3Acore2-64-poky-linux%3A2.8%3Ar0%3Acore2-64%3A12%3A14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1_package_write_ipk.tar.zst;downloadfilename=14/db/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/4e/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:7a4ee0a1f6771d43f291285fbab737b9489f2aa96e73cb405ffd6f00ba78703d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '25/e6/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1_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://9d/d2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6_recipe_qa.tar.zst\nDEBUG: Searching for cb/7a/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/2a/3c/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://76/45/sstate:vulkan-headers::1.3.283.0:r0::12:7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/2f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://de/09/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://15/0b/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971_create_package_spdx.tar.zst\nDEBUG: For url file://25/e6/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/e6/sstate%3Aboost%3Acore2-64-poky-linux%3A1.85.0%3Ar0%3Acore2-64%3A12%3A25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1_package_write_deb.tar.zst;downloadfilename=25/e6/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1_package_write_deb.tar.zst\nDEBUG: Searching for 9d/d2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/39/73/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27_create_spdx.tar.zst\nDEBUG: Using  for cb/7a/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d_create_package_spdx.tar.zst\nDEBUG: Searching for universal/2a/3c/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://23/fb/sstate:patch::2.7.6:r0::12:23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773_populate_lic.tar.zst\nDEBUG: Searching for ed/2f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for de/09/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://69/1c/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6_create_spdx.tar.zst\nDEBUG: Using  for 9d/d2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/15/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/fe/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/18/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4_package_qa.tar.zst\nDEBUG: Testing URL file://cb/7a/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d_create_package_spdx.tar.zst\nDEBUG: Using  for universal/2a/3c/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69_populate_sysroot.tar.zst\nDEBUG: Searching for 23/fb/sstate:patch::2.7.6:r0::12:23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ed/2f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c_packagedata.tar.zst\nDEBUG: Using  for de/09/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995_recipe_qa.tar.zst\nDEBUG: Searching for 69/1c/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9d/d2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6_recipe_qa.tar.zst\nDEBUG: Searching for f1/15/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://23/d5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/a8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'cb/7a/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d_create_package_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/3c/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69_populate_sysroot.tar.zst\nDEBUG: Using  for 23/fb/sstate:patch::2.7.6:r0::12:23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773_populate_lic.tar.zst\nDEBUG: Testing URL file://ed/2f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c_packagedata.tar.zst\nDEBUG: Testing URL file://de/09/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995_recipe_qa.tar.zst\nDEBUG: Using  for 69/1c/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '9d/d2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f1/15/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a_recipe_qa.tar.zst\nDEBUG: Searching for 23/d5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e3/a8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://cb/7a/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/7a/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3Acb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d_create_package_spdx.tar.zst;downloadfilename=cb/7a/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/2a/3c/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://23/fb/sstate:patch::2.7.6:r0::12:23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ed/2f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'de/09/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://69/1c/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6_create_spdx.tar.zst\nDEBUG: For url file://9d/d2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/d2/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6_recipe_qa.tar.zst;downloadfilename=9d/d2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6_recipe_qa.tar.zst\nDEBUG: Testing URL file://f1/15/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a_recipe_qa.tar.zst\nDEBUG: Using  for 23/d5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590_package_qa.tar.zst\nDEBUG: Using  for e3/a8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63_create_package_spdx.tar.zst\nDEBUG: For url file://universal/2a/3c/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2a/3c/sstate%3Areadline-native%3Ax86_64-linux%3A8.2%3Ar0%3Ax86_64%3A12%3A2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69_populate_sysroot.tar.zst;downloadfilename=universal/2a/3c/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '23/fb/sstate:patch::2.7.6:r0::12:23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773_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://25/e6/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:25e65c1a325b1460bf9115ea11e4511652db083f610ab578e20160809d2618c1_package_write_deb.tar.zst\nDEBUG: For url file://ed/2f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/2f/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A12%3Aed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c_packagedata.tar.zst;downloadfilename=ed/2f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c_packagedata.tar.zst\nDEBUG: For url file://de/09/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/09/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A12%3Ade09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995_recipe_qa.tar.zst;downloadfilename=de/09/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '69/1c/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6_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/15/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://23/d5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590_package_qa.tar.zst\nDEBUG: Testing URL file://e3/a8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63_create_package_spdx.tar.zst\nDEBUG: For url file://23/fb/sstate:patch::2.7.6:r0::12:23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/fb/sstate%3Apatch%3A%3A2.7.6%3Ar0%3A%3A12%3A23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773_populate_lic.tar.zst;downloadfilename=23/fb/sstate:patch::2.7.6:r0::12:23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://88/e4/sstate:wayland-protocols::1.36:r0::12:88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac_populate_lic.tar.zst\nDEBUG: For url file://69/1c/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/1c/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6_create_spdx.tar.zst;downloadfilename=69/1c/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/d9/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8_package_write_rpm.tar.zst\nDEBUG: For url file://f1/15/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/15/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.103.2%3Ar0%3Acore2-64%3A12%3Af11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a_recipe_qa.tar.zst;downloadfilename=f1/15/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '23/d5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e3/a8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 88/e4/sstate:wayland-protocols::1.36:r0::12:88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/2a/3c/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/cd/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da_packagedata.tar.zst\nDEBUG: For url file://23/d5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/d5/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590_package_qa.tar.zst;downloadfilename=23/d5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590_package_qa.tar.zst\nDEBUG: For url file://e3/a8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/a8/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A12%3Ae3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63_create_package_spdx.tar.zst;downloadfilename=e3/a8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://de/09/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/2f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c_packagedata.tar.zst\nDEBUG: Using  for 88/e4/sstate:wayland-protocols::1.36:r0::12:88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://73/45/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895_package_qa.tar.zst\nDEBUG: Searching for 4d/cd/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e5/8c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://23/fb/sstate:patch::2.7.6:r0::12:23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/82/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698_package_write_deb.tar.zst\nDEBUG: Testing URL file://88/e4/sstate:wayland-protocols::1.36:r0::12:88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac_populate_lic.tar.zst\nDEBUG: Searching for 73/45/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4d/cd/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da_packagedata.tar.zst\nDEBUG: Searching for e5/8c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://39/f2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427_packagedata.tar.zst\nDEBUG: Searching for 0b/82/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '88/e4/sstate:wayland-protocols::1.36:r0::12:88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 73/45/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895_package_qa.tar.zst\nDEBUG: Testing URL file://4d/cd/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da_packagedata.tar.zst\nDEBUG: Using  for e5/8c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b_package_write_rpm.tar.zst\nDEBUG: Searching for 39/f2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0b/82/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698_package_write_deb.tar.zst\nDEBUG: For url file://88/e4/sstate:wayland-protocols::1.36:r0::12:88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/e4/sstate%3Awayland-protocols%3A%3A1.36%3Ar0%3A%3A12%3A88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac_populate_lic.tar.zst;downloadfilename=88/e4/sstate:wayland-protocols::1.36:r0::12:88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/15/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a_recipe_qa.tar.zst\nDEBUG: Testing URL file://73/45/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895_package_qa.tar.zst\nDEBUG: For url ['file', '', '4d/cd/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e5/8c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b_package_write_rpm.tar.zst\nDEBUG: Using  for 39/f2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427_packagedata.tar.zst\nDEBUG: Testing URL file://0b/82/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://85/28/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '73/45/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895_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://23/d5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/72/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:1e72f56eb30a181465aba9f45de3234c397a7574dfdc14e64243c44ce7d3e15b_package_write_deb.tar.zst\nDEBUG: For url file://4d/cd/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/cd/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A12%3A4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da_packagedata.tar.zst;downloadfilename=4d/cd/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e5/8c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b_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/f2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427_packagedata.tar.zst\nDEBUG: For url ['file', '', '0b/82/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 85/28/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://73/45/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/45/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A12%3A734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895_package_qa.tar.zst;downloadfilename=73/45/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://71/d7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/57/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:ac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0_package.tar.zst\nDEBUG: For url file://e5/8c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/8c/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A12%3Ae58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b_package_write_rpm.tar.zst;downloadfilename=e5/8c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '39/f2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0b/82/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/82/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.3.0%3Ar0%3Acore2-64%3A12%3A0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698_package_write_deb.tar.zst;downloadfilename=0b/82/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698_package_write_deb.tar.zst\nDEBUG: Using  for 85/28/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da_create_package_spdx.tar.zst\nDEBUG: Searching for 71/d7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ac/57/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:ac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://88/e4/sstate:wayland-protocols::1.36:r0::12:88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://22/0a/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63_create_spdx.tar.zst\nDEBUG: For url file://39/f2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/f2/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427_packagedata.tar.zst;downloadfilename=39/f2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427_packagedata.tar.zst\nDEBUG: Testing URL file://85/28/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/d2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6_recipe_qa.tar.zst\nDEBUG: Using  for 71/d7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4_package.tar.zst\nDEBUG: Using  for ac/57/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:ac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://69/1c/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/af/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/7c/sstate:libgpg-error::1.49:r0::12:d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://73/45/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895_package_qa.tar.zst\nDEBUG: For url ['file', '', '85/28/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da_create_package_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/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503_package_write_ipk.tar.zst\nDEBUG: Testing URL file://71/d7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4_package.tar.zst\nDEBUG: Testing URL file://ac/57/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:ac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://04/c3/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2_recipe_qa.tar.zst\nDEBUG: Searching for 9f/af/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d0/7c/sstate:libgpg-error::1.49:r0::12:d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://26/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248_packagedata.tar.zst\nDEBUG: For url file://85/28/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/28/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da_create_package_spdx.tar.zst;downloadfilename=85/28/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da_create_package_spdx.tar.zst\nDEBUG: Searching for 3d/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '71/d7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ac/57/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:ac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 04/c3/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9f/af/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced_packagedata.tar.zst\nDEBUG: Using  for d0/7c/sstate:libgpg-error::1.49:r0::12:d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a_populate_lic.tar.zst\nDEBUG: Searching for 26/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3d/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503_package_write_ipk.tar.zst\nDEBUG: For url file://71/d7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/d7/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A12%3A71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4_package.tar.zst;downloadfilename=71/d7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4_package.tar.zst\nDEBUG: For url file://ac/57/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:ac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/57/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3Aac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0_package.tar.zst;downloadfilename=ac/57/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:ac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://39/f2/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427_packagedata.tar.zst\nDEBUG: Using  for 04/c3/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2_recipe_qa.tar.zst\nDEBUG: Testing URL file://9f/af/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced_packagedata.tar.zst\nDEBUG: Testing URL file://d0/7c/sstate:libgpg-error::1.49:r0::12:d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a_populate_lic.tar.zst\nDEBUG: Using  for 26/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248_packagedata.tar.zst\nDEBUG: Testing URL file://3d/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://63/89/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb_create_package_spdx.tar.zst\nDEBUG: Testing URL file://04/c3/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9f/af/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd0/7c/sstate:libgpg-error::1.49:r0::12:d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://26/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248_packagedata.tar.zst\nDEBUG: For url ['file', '', '3d/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 63/89/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '04/c3/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9f/af/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/af/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A12%3A9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced_packagedata.tar.zst;downloadfilename=9f/af/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced_packagedata.tar.zst\nDEBUG: For url file://d0/7c/sstate:libgpg-error::1.49:r0::12:d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/7c/sstate%3Alibgpg-error%3A%3A1.49%3Ar0%3A%3A12%3Ad07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a_populate_lic.tar.zst;downloadfilename=d0/7c/sstate:libgpg-error::1.49:r0::12:d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '26/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3d/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/63/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A12%3A3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503_package_write_ipk.tar.zst;downloadfilename=3d/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503_package_write_ipk.tar.zst\nDEBUG: Using  for 63/89/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb_create_package_spdx.tar.zst\nDEBUG: For url file://04/c3/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/c3/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A12%3A04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2_recipe_qa.tar.zst;downloadfilename=04/c3/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2_recipe_qa.tar.zst\nDEBUG: For url file://26/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/73/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.68%3Ar0%3Acore2-64%3A12%3A2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248_packagedata.tar.zst;downloadfilename=26/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/57/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:ac5713ceffb8bdd180c37299bcf05aaec8f80d43c809f3ac133de0f118563aa0_package.tar.zst\nDEBUG: Testing URL file://63/89/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/2f/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/cd/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da_packagedata.tar.zst\nDEBUG: For url ['file', '', '63/89/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb_create_package_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://d0/7c/sstate:libgpg-error::1.49:r0::12:d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a_populate_lic.tar.zst\nDEBUG: Searching for 5d/2f/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9f/af/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/e6/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f_populate_sysroot.tar.zst\nDEBUG: For url file://63/89/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/89/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb_create_package_spdx.tar.zst;downloadfilename=63/89/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/0a/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e_populate_sysroot.tar.zst\nDEBUG: Using  for 5d/2f/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/8b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4_recipe_qa.tar.zst\nDEBUG: Searching for 2a/e6/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/da/0a/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5d/2f/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2c/8b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2a/e6/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f_populate_sysroot.tar.zst\nDEBUG: Using  for universal/da/0a/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5d/2f/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c_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://26/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://04/c3/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2_recipe_qa.tar.zst\nDEBUG: Using  for 2c/8b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4_recipe_qa.tar.zst\nDEBUG: Testing URL file://2a/e6/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/da/0a/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e_populate_sysroot.tar.zst\nDEBUG: For url file://5d/2f/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/2f/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c_deploy_source_date_epoch.tar.zst;downloadfilename=5d/2f/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/a9/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/73/07/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2c/8b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2a/e6/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f_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/da/0a/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ee/a9/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/73/07/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2c/8b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4_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://d4/f3/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:d4f306090cb43a048893d44d3917da930d5eff72e4131a33255678d81384d322_package_write_ipk.tar.zst\nDEBUG: For url file://2a/e6/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/e6/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A12%3A2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f_populate_sysroot.tar.zst;downloadfilename=2a/e6/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f_populate_sysroot.tar.zst\nDEBUG: For url file://universal/da/0a/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/0a/sstate%3Aicu-native%3Ax86_64-linux%3A75-1%3Ar0%3Ax86_64%3A12%3Ada0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e_populate_sysroot.tar.zst;downloadfilename=universal/da/0a/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e_populate_sysroot.tar.zst\nDEBUG: Using  for ee/a9/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b_recipe_qa.tar.zst\nDEBUG: Using  for universal/73/07/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2c/8b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/8b/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A12%3A2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4_recipe_qa.tar.zst;downloadfilename=2c/8b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://88/72/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ee/a9/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/73/07/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/2f/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5d2fff9fd8376aeb90e6ca432e2ed5dac4eda269b10c5bfbbc8e9be8793a5c1c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 88/72/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ee/a9/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b_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://71/d7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:71d7b1e1ec2a7e823426baa8b441ea9a9f18472139a0feef50a5504066ff2ec4_package.tar.zst\nDEBUG: For url ['file', '', 'universal/73/07/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f_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://60/55/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5_create_package_spdx.tar.zst\nDEBUG: Using  for 88/72/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639_package_write_ipk.tar.zst\nDEBUG: For url file://ee/a9/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/a9/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A12%3Aeea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b_recipe_qa.tar.zst;downloadfilename=ee/a9/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://07/5c/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e_package.tar.zst\nDEBUG: For url file://universal/73/07/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/73/07/sstate%3Apython3-installer-native%3Ax86_64-linux%3A0.7.0%3Ar0%3Ax86_64%3A12%3A7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/73/07/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 60/55/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://88/72/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639_package_write_ipk.tar.zst\nDEBUG: Searching for 07/5c/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/da/0a/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e_populate_sysroot.tar.zst\nDEBUG: Using  for 60/55/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '88/72/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639_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://2c/8b/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/7a/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d_create_package_spdx.tar.zst\nDEBUG: Using  for 07/5c/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/82/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:0b82bbc3bb70a63ec604e25b031c64bdc2fd0c09e0d00889940c34791306c698_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://91/ee/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457_populate_sysroot.tar.zst\nDEBUG: Testing URL file://60/55/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5_create_package_spdx.tar.zst\nDEBUG: For url file://88/72/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/72/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A12%3A887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639_package_write_ipk.tar.zst;downloadfilename=88/72/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/89/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:d28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579_package.tar.zst\nDEBUG: SState: Attempting to fetch file://90/08/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f_package_write_deb.tar.zst\nDEBUG: Testing URL file://07/5c/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://64/63/sstate:python3-pyparsing-native::3.1.2:r0::12:64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3_populate_lic.tar.zst\nDEBUG: Searching for 91/ee/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '60/55/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d2/89/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:d28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 90/08/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '07/5c/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e_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://ee/a9/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b_recipe_qa.tar.zst\nDEBUG: Searching for 64/63/sstate:python3-pyparsing-native::3.1.2:r0::12:64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 91/ee/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457_populate_sysroot.tar.zst\nDEBUG: For url file://60/55/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/55/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5_create_package_spdx.tar.zst;downloadfilename=60/55/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/73/07/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:7307ef7712ef6ca4616d6ec734110c4fd955824c29bfe2eabaf54e7d4f5a196f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d2/89/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:d28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579_package.tar.zst\nDEBUG: Using  for 90/08/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f_package_write_deb.tar.zst\nDEBUG: For url file://07/5c/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/5c/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A12%3A075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e_package.tar.zst;downloadfilename=07/5c/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/94/ab/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6_recipe_qa.tar.zst\nDEBUG: Using  for 64/63/sstate:python3-pyparsing-native::3.1.2:r0::12:64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3_populate_lic.tar.zst\nDEBUG: Testing URL file://91/ee/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/26/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://d2/89/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:d28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579_package.tar.zst\nDEBUG: SState: Successful fetch test for file://14/db/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:14db342275615e9d8d2ff9e7fa53afe377ca30b83c8d64714c24e81714f271f1_package_write_ipk.tar.zst\nDEBUG: Testing URL file://90/08/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f_package_write_deb.tar.zst\nDEBUG: Searching for universal/94/ab/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://64/63/sstate:python3-pyparsing-native::3.1.2:r0::12:64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://88/72/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:887273654844d4feee2e5156a75a9941455b6b4b200622e5ab8b8568a9de1639_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '91/ee/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2b/26/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd2/89/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:d28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579_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://54/0d/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '90/08/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/94/ab/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '64/63/sstate:python3-pyparsing-native::3.1.2:r0::12:64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3_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://83/54/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5_package_write_rpm.tar.zst\nDEBUG: For url file://91/ee/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/ee/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A12%3A91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457_populate_sysroot.tar.zst;downloadfilename=91/ee/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457_populate_sysroot.tar.zst\nDEBUG: Using  for 2b/26/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6_create_package_spdx.tar.zst\nDEBUG: For url file://d2/89/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:d28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/89/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A12%3Ad28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579_package.tar.zst;downloadfilename=d2/89/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:d28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579_package.tar.zst\nDEBUG: Searching for 54/0d/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://90/08/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/08/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f_package_write_deb.tar.zst;downloadfilename=90/08/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/94/ab/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6_recipe_qa.tar.zst\nDEBUG: For url file://64/63/sstate:python3-pyparsing-native::3.1.2:r0::12:64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/63/sstate%3Apython3-pyparsing-native%3A%3A3.1.2%3Ar0%3A%3A12%3A64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3_populate_lic.tar.zst;downloadfilename=64/63/sstate:python3-pyparsing-native::3.1.2:r0::12:64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3_populate_lic.tar.zst\nDEBUG: Searching for 83/54/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2b/26/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6_create_package_spdx.tar.zst\nDEBUG: Using  for 54/0d/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/94/ab/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6_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://07/5c/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:075c43e9116d354d0b2511fcfc0cb61b075200341f7c87613c67cfa90341497e_package.tar.zst\nDEBUG: Using  for 83/54/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2b/26/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://54/0d/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/94/ab/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/94/ab/sstate%3Agroff-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A12%3A94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6_recipe_qa.tar.zst;downloadfilename=universal/94/ab/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://59/61/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://91/ee/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:91ee495ca520a5f04dff7aea1fb275f924dd670e9f71335497224b8c704ea457_populate_sysroot.tar.zst\nDEBUG: Testing URL file://83/54/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5_package_write_rpm.tar.zst\nDEBUG: For url file://2b/26/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/26/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A12%3A2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6_create_package_spdx.tar.zst;downloadfilename=2b/26/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '54/0d/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04_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/61/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/c8/e5/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/89/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:d28909775b486bca61729148d04827e34d13f5f8ca11ae570a4aa8fd4e877579_package.tar.zst\nDEBUG: For url ['file', '', '83/54/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5_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://90/08/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:90089d4ccdc50247aea4492960ff7385cab412f238fde0e8c56e0aa4bddd397f_package_write_deb.tar.zst\nDEBUG: For url file://54/0d/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/0d/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A12%3A540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04_deploy_source_date_epoch.tar.zst;downloadfilename=54/0d/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 59/61/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/a8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63_create_package_spdx.tar.zst\nDEBUG: Searching for universal/c8/e5/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://64/63/sstate:python3-pyparsing-native::3.1.2:r0::12:64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/4d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e_package_qa.tar.zst\nDEBUG: For url file://83/54/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/54/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5_package_write_rpm.tar.zst;downloadfilename=83/54/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://06/e9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc_packagedata.tar.zst\nDEBUG: Testing URL file://59/61/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/32/17/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771_recipe_qa.tar.zst\nDEBUG: Using  for universal/c8/e5/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/93/8a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe_create_package_spdx.tar.zst\nDEBUG: Searching for b5/4d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 06/e9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/94/ab/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:94ab7821a52dc717b7db5ed4c7e5ca59d6432c8e6cb098f2286470afabff85a6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '59/61/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f_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://85/28/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da_create_package_spdx.tar.zst\nDEBUG: Searching for universal/32/17/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/c8/e5/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2_populate_sysroot.tar.zst\nDEBUG: Searching for universal/93/8a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b5/4d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e_package_qa.tar.zst\nDEBUG: Using  for 06/e9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/9a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970_package_qa.tar.zst\nDEBUG: For url file://59/61/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/61/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f_package_write_deb.tar.zst;downloadfilename=59/61/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/39/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd_create_spdx.tar.zst\nDEBUG: Using  for universal/32/17/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/c8/e5/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/93/8a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b5/4d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e_package_qa.tar.zst\nDEBUG: Testing URL file://06/e9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc_packagedata.tar.zst\nDEBUG: Searching for 2a/9a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0d/39/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://54/0d/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:540d510690171dea32f643e25cbc814fb5ff70585cbc223df4097ead946bfa04_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/32/17/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771_recipe_qa.tar.zst\nDEBUG: For url file://universal/c8/e5/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c8/e5/sstate%3Arsync-native%3Ax86_64-linux%3A3.3.0%3Ar0%3Ax86_64%3A12%3Ac8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2_populate_sysroot.tar.zst;downloadfilename=universal/c8/e5/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/93/8a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/8c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b5/4d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '06/e9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2a/9a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970_package_qa.tar.zst\nDEBUG: Using  for 0d/39/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://63/43/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/32/17/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771_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/8a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe_create_package_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://11/9b/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3_package_write_deb.tar.zst\nDEBUG: For url file://b5/4d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/4d/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.18%3Ar0%3Acore2-64%3A12%3Ab54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e_package_qa.tar.zst;downloadfilename=b5/4d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e_package_qa.tar.zst\nDEBUG: For url file://06/e9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/e9/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.1%3Ar0%3Acore2-64%3A12%3A06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc_packagedata.tar.zst;downloadfilename=06/e9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc_packagedata.tar.zst\nDEBUG: Testing URL file://2a/9a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970_package_qa.tar.zst\nDEBUG: Testing URL file://0d/39/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd_create_spdx.tar.zst\nDEBUG: Searching for 63/43/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/32/17/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/32/17/sstate%3Acargo-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3A3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771_recipe_qa.tar.zst;downloadfilename=universal/32/17/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771_recipe_qa.tar.zst\nDEBUG: For url file://universal/93/8a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/93/8a/sstate%3Agtk-doc-native%3Ax86_64-linux%3A1.34.0%3Ar0%3Ax86_64%3A12%3A938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe_create_package_spdx.tar.zst;downloadfilename=universal/93/8a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe_create_package_spdx.tar.zst\nDEBUG: Searching for 11/9b/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2a/9a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0d/39/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 63/43/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d_create_package_spdx.tar.zst\nDEBUG: Using  for 11/9b/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c8/e5/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8e567a2932fb69be69417fd88493ed878cbbbb6a6d1c18d0d28dc093968fbc2_populate_sysroot.tar.zst\nDEBUG: For url file://2a/9a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/9a/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970_package_qa.tar.zst;downloadfilename=2a/9a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970_package_qa.tar.zst\nDEBUG: For url file://0d/39/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/39/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A12%3A0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd_create_spdx.tar.zst;downloadfilename=0d/39/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd_create_spdx.tar.zst\nDEBUG: Testing URL file://63/43/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://11/9b/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/18/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '63/43/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '11/9b/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3_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://63/89/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://06/e9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/4d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e_package_qa.tar.zst\nDEBUG: Searching for d8/18/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://63/43/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/43/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A12%3A634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d_create_package_spdx.tar.zst;downloadfilename=63/43/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d_create_package_spdx.tar.zst\nDEBUG: For url file://11/9b/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/9b/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A12%3A119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3_package_write_deb.tar.zst;downloadfilename=11/9b/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/93/8a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://43/08/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/cd/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://26/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553_package_qa.tar.zst\nDEBUG: Using  for d8/18/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/e6/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2ae652215e88b39fd6c0ffbed6e291ed6be86af0f365f4e5cbbbb2da801cd03f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/32/17/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:3217565a5cd7ee534ad255e1c0a7c5b8abc45708e62be0198ca4511713bf5771_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://81/02/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce_packagedata.tar.zst\nDEBUG: Searching for 43/08/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b7/cd/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 26/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d8/18/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://66/bc/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348_create_spdx.tar.zst\nDEBUG: Searching for 81/02/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2a/9a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970_package_qa.tar.zst\nDEBUG: Using  for 43/08/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d_populate_sysroot.tar.zst\nDEBUG: Using  for b7/cd/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b_packagedata.tar.zst\nDEBUG: Using  for 26/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd8/18/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c_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 b9/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 66/bc/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 81/02/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://70/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e_recipe_qa.tar.zst\nDEBUG: Testing URL file://43/08/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b7/cd/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b_packagedata.tar.zst\nDEBUG: Testing URL file://26/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553_package_qa.tar.zst\nDEBUG: For url file://d8/18/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/18/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A12%3Ad8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c_deploy_source_date_epoch.tar.zst;downloadfilename=d8/18/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b9/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd_package_write_rpm.tar.zst\nDEBUG: Using  for 66/bc/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348_create_spdx.tar.zst\nDEBUG: Testing URL file://81/02/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce_packagedata.tar.zst\nDEBUG: Searching for 70/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '43/08/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d_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/cd/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '26/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b9/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd_package_write_rpm.tar.zst\nDEBUG: Testing URL file://66/bc/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348_create_spdx.tar.zst\nDEBUG: For url ['file', '', '81/02/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce_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://11/9b/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:119b26a7e924af06f520ce796d107cdbbf46b13176a0ffd529c79bf694ddb1d3_package_write_deb.tar.zst\nDEBUG: Using  for 70/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e_recipe_qa.tar.zst\nDEBUG: For url file://43/08/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/08/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A12%3A43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d_populate_sysroot.tar.zst;downloadfilename=43/08/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d_populate_sysroot.tar.zst\nDEBUG: For url file://b7/cd/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/cd/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.49%3Ar0%3Acore2-64%3A12%3Ab7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b_packagedata.tar.zst;downloadfilename=b7/cd/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b_packagedata.tar.zst\nDEBUG: For url file://26/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/6c/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A12%3A266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553_package_qa.tar.zst;downloadfilename=26/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b9/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd_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', '', '66/bc/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://81/02/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/02/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce_packagedata.tar.zst;downloadfilename=81/02/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://64/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f_package_qa.tar.zst\nDEBUG: Testing URL file://70/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e_recipe_qa.tar.zst\nDEBUG: For url file://b9/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/d6/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3Ab9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd_package_write_rpm.tar.zst;downloadfilename=b9/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/63/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:3d6397f895b4d26b96efef798f19890a2f1976c165fc3c343689882693e84503_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/18/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:d8185264667238621eb4d61e4168740f4a0e974db44a21751a8927c03add4c1c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://66/bc/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/bc/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348_create_spdx.tar.zst;downloadfilename=66/bc/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348_create_spdx.tar.zst\nDEBUG: Searching for 64/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '70/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e_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://60/55/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://43/08/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:43084d3753522bc12f848ee5a14745582478b57d149321594086e84865d86f6d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bb/81/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:bb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://20/ad/sstate:dnf::4.20.0:r0::12:20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/cd/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b_packagedata.tar.zst\nDEBUG: Using  for 64/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f_package_qa.tar.zst\nDEBUG: For url file://70/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/08/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e_recipe_qa.tar.zst;downloadfilename=70/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://26/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/97/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/9e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601_package_write_ipk.tar.zst\nDEBUG: Searching for universal/bb/81/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:bb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 20/ad/sstate:dnf::4.20.0:r0::12:20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://81/02/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/4e/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6_package.tar.zst\nDEBUG: Testing URL file://64/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://94/8f/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c1/97/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b9/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd_package_write_rpm.tar.zst\nDEBUG: Searching for 5a/9e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/bb/81/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:bb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 20/ad/sstate:dnf::4.20.0:r0::12:20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ed/13/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91_create_package_spdx.tar.zst\nDEBUG: Searching for e4/4e/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '64/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 94/8f/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c1/97/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://01/e0/sstate:icon-naming-utils-native::0.8.90:r0::12:01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38_populate_lic.tar.zst\nDEBUG: Using  for 5a/9e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/bb/81/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:bb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://20/ad/sstate:dnf::4.20.0:r0::12:20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a_populate_lic.tar.zst\nDEBUG: Searching for universal/ed/13/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e4/4e/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6_package.tar.zst\nDEBUG: For url file://64/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/bc/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f_package_qa.tar.zst;downloadfilename=64/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f_package_qa.tar.zst\nDEBUG: Using  for 94/8f/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c1/97/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7_create_package_spdx.tar.zst\nDEBUG: Searching for 01/e0/sstate:icon-naming-utils-native::0.8.90:r0::12:01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5a/9e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/bb/81/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:bb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf_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/ad/sstate:dnf::4.20.0:r0::12:20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a_populate_lic.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:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e4/4e/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6_package.tar.zst\nDEBUG: Testing URL file://94/8f/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c1/97/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7_create_package_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/08/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e_recipe_qa.tar.zst\nDEBUG: Using  for 01/e0/sstate:icon-naming-utils-native::0.8.90:r0::12:01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5a/9e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601_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://universal/bb/81/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:bb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bb/81/sstate%3Apython3-markupsafe-native%3Ax86_64-linux%3A2.1.5%3Ar0%3Ax86_64%3A12%3Abb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf_deploy_source_date_epoch.tar.zst;downloadfilename=universal/bb/81/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:bb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://20/ad/sstate:dnf::4.20.0:r0::12:20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/ad/sstate%3Adnf%3A%3A4.20.0%3Ar0%3A%3A12%3A20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a_populate_lic.tar.zst;downloadfilename=20/ad/sstate:dnf::4.20.0:r0::12:20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ed/13/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e4/4e/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '94/8f/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558_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/97/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/97/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Ac1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7_create_package_spdx.tar.zst;downloadfilename=c1/97/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/43/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795_populate_sysroot.tar.zst\nDEBUG: Testing URL file://01/e0/sstate:icon-naming-utils-native::0.8.90:r0::12:01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38_populate_lic.tar.zst\nDEBUG: For url file://5a/9e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/9e/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A12%3A5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601_package_write_ipk.tar.zst;downloadfilename=5a/9e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/ed/13/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e4/4e/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/4e/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Ae44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6_package.tar.zst;downloadfilename=e4/4e/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://63/43/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://64/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f_package_qa.tar.zst\nDEBUG: For url file://94/8f/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/8f/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A12%3A948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558_deploy_source_date_epoch.tar.zst;downloadfilename=94/8f/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2a/43/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '01/e0/sstate:icon-naming-utils-native::0.8.90:r0::12:01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38_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://2b/26/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6_create_package_spdx.tar.zst\nDEBUG: For url file://universal/ed/13/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/13/sstate%3Alibarchive-native%3Ax86_64-linux%3A3.7.4%3Ar0%3Ax86_64%3A12%3Aed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91_create_package_spdx.tar.zst;downloadfilename=universal/ed/13/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://66/bc/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://82/0d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/1a/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://20/ad/sstate:dnf::4.20.0:r0::12:20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a_populate_lic.tar.zst\nDEBUG: Using  for 2a/43/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bb/81/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:bb81fd20686c75dd2ed6dd2e51f5cbe8a4dcf94a39fa6c9e763bdeb9126810cf_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://01/e0/sstate:icon-naming-utils-native::0.8.90:r0::12:01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/e0/sstate%3Aicon-naming-utils-native%3A%3A0.8.90%3Ar0%3A%3A12%3A01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38_populate_lic.tar.zst;downloadfilename=01/e0/sstate:icon-naming-utils-native::0.8.90:r0::12:01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/29/ec/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3d/56/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d_create_spdx.tar.zst\nDEBUG: Searching for 82/0d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6b/1a/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5a/9e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:5a9e7802a3a7433185b6768727e2372ede2baaa76aa53b9ac3d0726c474d1601_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://49/9f/sstate:libtasn1::4.19.0:r0::12:499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa_populate_lic.tar.zst\nDEBUG: Testing URL file://2a/43/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/4e/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e44ed9580d29ca72e6b118f9a7b1100b99f0ac059bda605b30af1ffb2b80e7f6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/92/53/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c_create_package_spdx.tar.zst\nDEBUG: Searching for universal/29/ec/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3d/56/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 82/0d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://94/8f/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:948f3b8fd40662c85a6fd033891ccc9ec1bc206bdf6901ac5bb89f1ca0311558_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6b/1a/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://81/e6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8_package_write_rpm.tar.zst\nDEBUG: Searching for 49/9f/sstate:libtasn1::4.19.0:r0::12:499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2a/43/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795_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/6c/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40_package_write_rpm.tar.zst\nDEBUG: Searching for universal/92/53/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/29/ec/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132_populate_sysroot.tar.zst\nDEBUG: Using  for universal/3d/56/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d_create_spdx.tar.zst\nDEBUG: Testing URL file://82/0d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://58/73/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0_recipe_qa.tar.zst\nDEBUG: Testing URL file://6b/1a/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060_packagedata.tar.zst\nDEBUG: Searching for 81/e6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 49/9f/sstate:libtasn1::4.19.0:r0::12:499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa_populate_lic.tar.zst\nDEBUG: For url file://2a/43/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/43/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795_populate_sysroot.tar.zst;downloadfilename=2a/43/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795_populate_sysroot.tar.zst\nDEBUG: Searching for e8/6c/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/ed/13/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91_create_package_spdx.tar.zst\nDEBUG: Using  for universal/92/53/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/29/ec/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/3d/56/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '82/0d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 58/73/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6b/1a/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 81/e6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://49/9f/sstate:libtasn1::4.19.0:r0::12:499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa_populate_lic.tar.zst\nDEBUG: Using  for e8/6c/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://01/e0/sstate:icon-naming-utils-native::0.8.90:r0::12:01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://db/47/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/92/53/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/29/ec/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132_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/3d/56/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d_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/0d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/0d/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.10.0%3Ar0%3Acore2-64%3A12%3A820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f_create_package_spdx.tar.zst;downloadfilename=82/0d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f_create_package_spdx.tar.zst\nDEBUG: Using  for 58/73/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0_recipe_qa.tar.zst\nDEBUG: For url file://6b/1a/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/1a/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A12%3A6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060_packagedata.tar.zst;downloadfilename=6b/1a/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060_packagedata.tar.zst\nDEBUG: Testing URL file://81/e6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '49/9f/sstate:libtasn1::4.19.0:r0::12:499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e8/6c/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/4e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6_packagedata.tar.zst\nDEBUG: Searching for db/47/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/92/53/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/29/ec/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/29/ec/sstate%3Aexpat-native%3Ax86_64-linux%3A2.6.2%3Ar0%3Ax86_64%3A12%3A29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132_populate_sysroot.tar.zst;downloadfilename=universal/29/ec/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132_populate_sysroot.tar.zst\nDEBUG: For url file://universal/3d/56/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/56/sstate%3Apython3-six-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A12%3A3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d_create_spdx.tar.zst;downloadfilename=universal/3d/56/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d_create_spdx.tar.zst\nDEBUG: Testing URL file://58/73/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '81/e6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8_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://83/54/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5_package_write_rpm.tar.zst\nDEBUG: For url file://49/9f/sstate:libtasn1::4.19.0:r0::12:499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/9f/sstate%3Alibtasn1%3A%3A4.19.0%3Ar0%3A%3A12%3A499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa_populate_lic.tar.zst;downloadfilename=49/9f/sstate:libtasn1::4.19.0:r0::12:499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e8/6c/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40_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://2a/43/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:2a43c9766082e602fdd2df0c8be9c7351772cf42295d735afb407dbe0323d795_populate_sysroot.tar.zst\nDEBUG: Searching for 4e/4e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for db/47/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475_package_write_rpm.tar.zst\nDEBUG: For url file://universal/92/53/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/92/53/sstate%3Azlib-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A12%3A92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c_create_package_spdx.tar.zst;downloadfilename=universal/92/53/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '58/73/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://81/e6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/e6/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A12%3A81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8_package_write_rpm.tar.zst;downloadfilename=81/e6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/4f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:cf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35_package_write_ipk.tar.zst\nDEBUG: For url file://e8/6c/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/6c/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A12%3Ae86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40_package_write_rpm.tar.zst;downloadfilename=e8/6c/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/39/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/1a/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://47/2b/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56_recipe_qa.tar.zst\nDEBUG: Using  for 4e/4e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6_packagedata.tar.zst\nDEBUG: Testing URL file://db/47/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475_package_write_rpm.tar.zst\nDEBUG: For url file://58/73/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/73/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A12%3A58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0_recipe_qa.tar.zst;downloadfilename=58/73/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/29/ec/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132_populate_sysroot.tar.zst\nDEBUG: Searching for cf/4f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:cf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/3d/56/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/a6/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://49/9f/sstate:libtasn1::4.19.0:r0::12:499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/51/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a_recipe_qa.tar.zst\nDEBUG: Searching for 47/2b/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4e/4e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6_packagedata.tar.zst\nDEBUG: For url ['file', '', 'db/47/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475_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/b3/b3/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944_create_spdx.tar.zst\nDEBUG: Using  for cf/4f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:cf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1f/e0/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399_create_spdx.tar.zst\nDEBUG: Searching for 5c/a6/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c6/b7/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/92/53/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c_create_package_spdx.tar.zst\nDEBUG: Searching for 8d/51/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 47/2b/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4e/4e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://db/47/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/47/sstate%3Arust%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Adb47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475_package_write_rpm.tar.zst;downloadfilename=db/47/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475_package_write_rpm.tar.zst\nDEBUG: Searching for universal/b3/b3/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://cf/4f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:cf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35_package_write_ipk.tar.zst\nDEBUG: Searching for universal/1f/e0/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5c/a6/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c6/b7/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1c/ed/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0_recipe_qa.tar.zst\nDEBUG: Using  for 8d/51/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://81/e6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/6c/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40_package_write_rpm.tar.zst\nDEBUG: Testing URL file://47/2b/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56_recipe_qa.tar.zst\nDEBUG: For url file://4e/4e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/4e/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A12%3A4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6_packagedata.tar.zst;downloadfilename=4e/4e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6_packagedata.tar.zst\nDEBUG: Using  for universal/b3/b3/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cf/4f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:cf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35_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://58/73/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0_recipe_qa.tar.zst\nDEBUG: Using  for universal/1f/e0/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399_create_spdx.tar.zst\nDEBUG: Testing URL file://5c/a6/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c6/b7/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7_package_qa.tar.zst\nDEBUG: Searching for 1c/ed/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://8d/51/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bf/c6/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://93/67/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/97/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '47/2b/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56_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/b3/b3/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944_create_spdx.tar.zst\nDEBUG: For url file://cf/4f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:cf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/4f/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.33.1%3Ar0%3Acore2-64%3A12%3Acf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35_package_write_ipk.tar.zst;downloadfilename=cf/4f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:cf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://74/51/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b_packagedata.tar.zst\nDEBUG: Testing URL file://universal/1f/e0/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5c/a6/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe_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/b7/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7_package_qa.tar.zst\nDEBUG: Using  for 1c/ed/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8d/51/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/bf/c6/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 93/67/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://65/db/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://47/2b/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/2b/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56_recipe_qa.tar.zst;downloadfilename=47/2b/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/b3/b3/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 74/51/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/1f/e0/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5c/a6/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/a6/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A12%3A5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe_deploy_source_date_epoch.tar.zst;downloadfilename=5c/a6/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c6/b7/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1c/ed/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0_recipe_qa.tar.zst\nDEBUG: For url file://8d/51/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/51/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a_recipe_qa.tar.zst;downloadfilename=8d/51/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a_recipe_qa.tar.zst\nDEBUG: Using  for universal/bf/c6/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd_recipe_qa.tar.zst\nDEBUG: Using  for 93/67/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3_populate_sysroot.tar.zst\nDEBUG: Searching for 65/db/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/b3/b3/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b3/b3/sstate%3Alibxdmcp-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A12%3Ab3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944_create_spdx.tar.zst;downloadfilename=universal/b3/b3/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/4e/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6_packagedata.tar.zst\nDEBUG: Using  for 74/51/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b_packagedata.tar.zst\nDEBUG: For url file://universal/1f/e0/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/e0/sstate%3Arust-llvm-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3A1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399_create_spdx.tar.zst;downloadfilename=universal/1f/e0/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399_create_spdx.tar.zst\nDEBUG: For url file://c6/b7/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/b7/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A12%3Ac6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7_package_qa.tar.zst;downloadfilename=c6/b7/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7_package_qa.tar.zst\nDEBUG: For url ['file', '', '1c/ed/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0_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/bf/c6/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd_recipe_qa.tar.zst\nDEBUG: Testing URL file://93/67/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3_populate_sysroot.tar.zst\nDEBUG: Using  for 65/db/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/55/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://74/51/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b_packagedata.tar.zst\nDEBUG: For url file://1c/ed/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/ed/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A12%3A1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0_recipe_qa.tar.zst;downloadfilename=1c/ed/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/a6/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:5ca67b6204992867c76e42a8f47fb26965672c8c5cbf8eb936184955edaae4fe_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/bf/c6/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd_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://db/47/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '93/67/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://65/db/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5c/55/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '74/51/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b_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://e8/3b/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:e83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b3/b3/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944_create_spdx.tar.zst\nDEBUG: For url file://universal/bf/c6/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/c6/sstate%3Alibassuan-native%3Ax86_64-linux%3A2.5.7%3Ar0%3Ax86_64%3A12%3Abfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd_recipe_qa.tar.zst;downloadfilename=universal/bf/c6/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/89/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e_package_qa.tar.zst\nDEBUG: For url file://93/67/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/67/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.6%3Ar0%3Acore2-64%3A12%3A9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3_populate_sysroot.tar.zst;downloadfilename=93/67/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '65/db/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768_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/1f/e0/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399_create_spdx.tar.zst\nDEBUG: Using  for 5c/55/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e_populate_sysroot.tar.zst\nDEBUG: For url file://74/51/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/51/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b_packagedata.tar.zst;downloadfilename=74/51/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b_packagedata.tar.zst\nDEBUG: Searching for e8/3b/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:e83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://cb/7c/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:cb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82_package.tar.zst\nDEBUG: Searching for c7/89/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://65/db/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/db/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A12%3A65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768_deploy_source_date_epoch.tar.zst;downloadfilename=65/db/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://23/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e_packagedata.tar.zst\nDEBUG: Testing URL file://5c/55/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e_populate_sysroot.tar.zst\nDEBUG: Using  for e8/3b/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:e83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96_package.tar.zst\nDEBUG: Searching for cb/7c/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:cb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c7/89/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e_package_qa.tar.zst\nDEBUG: Searching for 23/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5c/55/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e8/3b/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:e83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96_package.tar.zst\nDEBUG: Using  for cb/7c/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:cb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82_package.tar.zst\nDEBUG: Testing URL file://c7/89/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e_package_qa.tar.zst\nDEBUG: Using  for 23/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e_packagedata.tar.zst\nDEBUG: For url file://5c/55/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/55/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.1%3Ar0%3Acore2-64%3A12%3A5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e_populate_sysroot.tar.zst;downloadfilename=5c/55/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e8/3b/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:e83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96_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/bf/c6/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd_recipe_qa.tar.zst\nDEBUG: Testing URL file://cb/7c/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:cb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82_package.tar.zst\nDEBUG: For url ['file', '', 'c7/89/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://23/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e_packagedata.tar.zst\nDEBUG: For url file://e8/3b/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:e83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/3b/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Ae83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96_package.tar.zst;downloadfilename=e8/3b/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:e83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/17/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://74/51/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b_packagedata.tar.zst\nDEBUG: For url ['file', '', 'cb/7c/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:cb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c7/89/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/89/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.12%3Ar0%3Acore2-64%3A12%3Ac789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e_package_qa.tar.zst;downloadfilename=c7/89/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e_package_qa.tar.zst\nDEBUG: For url ['file', '', '23/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e_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://47/2b/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56_recipe_qa.tar.zst\nDEBUG: Searching for universal/17/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/5f/c0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/ed/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://65/db/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:65dbe32612a81f6c2b74a66a54abad89481fdad2a31f2689d363d25d18753768_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://cb/7c/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:cb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/7c/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.15.1%3Ar0%3Acore2-64%3A12%3Acb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82_package.tar.zst;downloadfilename=cb/7c/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:cb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82_package.tar.zst\nDEBUG: For url file://23/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/e2/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e_packagedata.tar.zst;downloadfilename=23/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/51/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/60/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/55/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:5c55f6ce572d074b0d43f53202f0af63fb95c0b89e68525a98b89ec1ad19822e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/4f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:cf4f15be2a1cb2bbadf79b7c0e692928376c598976da81b6676f4587116e7c35_package_write_ipk.tar.zst\nDEBUG: Using  for universal/17/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/5f/c0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2f/67/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/5b/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:c45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://33/8d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434_package_write_deb.tar.zst\nDEBUG: Searching for c9/60/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://93/67/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://38/cb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3f/c5/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/17/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/5f/c0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/89/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e_package_qa.tar.zst\nDEBUG: Searching for 2f/67/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c6/b7/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7_package_qa.tar.zst\nDEBUG: Searching for c4/5b/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:c45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 33/8d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c9/60/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:ba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b_populate_sysroot.tar.zst\nDEBUG: Searching for 38/cb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3f/c5/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/17/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc_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/5f/c0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://92/65/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81_package.tar.zst\nDEBUG: Using  for 2f/67/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/6f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:f86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16_package_write_deb.tar.zst\nDEBUG: Using  for c4/5b/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:c45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 33/8d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434_package_write_deb.tar.zst\nDEBUG: Testing URL file://c9/60/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c_packagedata.tar.zst\nDEBUG: Searching for ba/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:ba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 38/cb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771_package_write_ipk.tar.zst\nDEBUG: Using  for universal/3f/c5/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f_create_package_spdx.tar.zst\nDEBUG: For url file://universal/17/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/17/7a/sstate%3Axcb-proto-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3A177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc_deploy_source_date_epoch.tar.zst;downloadfilename=universal/17/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/5f/c0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 92/65/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2f/67/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3_package_write_ipk.tar.zst\nDEBUG: Searching for f8/6f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:f86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c4/5b/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:c45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/7c/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:cb7c9965b264b1f90d0ef7b9cd06c2b057d0abb150e7300c2e8f115232535e82_package.tar.zst\nDEBUG: Testing URL file://33/8d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c9/60/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ba/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:ba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://38/cb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/3f/c5/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f_create_package_spdx.tar.zst\nDEBUG: For url file://universal/5f/c0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5f/c0/sstate%3Alibmodulemd-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A12%3A5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5_populate_sysroot.tar.zst;downloadfilename=universal/5f/c0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5_populate_sysroot.tar.zst\nDEBUG: Using  for 92/65/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81_package.tar.zst\nDEBUG: For url ['file', '', '2f/67/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f8/6f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:f86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c4/5b/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:c45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8_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/06/ee/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '33/8d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434_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://c9/60/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/60/sstate%3Adnf%3Acore2-64-poky-linux%3A4.20.0%3Ar0%3Acore2-64%3A12%3Ac960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c_packagedata.tar.zst;downloadfilename=c9/60/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c_packagedata.tar.zst\nDEBUG: Testing URL file://ba/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:ba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '38/cb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771_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', '', 'universal/3f/c5/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://92/65/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81_package.tar.zst\nDEBUG: For url file://2f/67/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/67/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A12%3A2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3_package_write_ipk.tar.zst;downloadfilename=2f/67/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f8/6f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:f86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16_package_write_deb.tar.zst\nDEBUG: For url file://c4/5b/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:c45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/5b/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.18.1%3Ar0%3Acore2-64%3A12%3Ac45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8_deploy_source_date_epoch.tar.zst;downloadfilename=c4/5b/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:c45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/06/ee/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://33/8d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/8d/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434_package_write_deb.tar.zst;downloadfilename=33/8d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ba/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:ba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b_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/17/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:177a36eeafcfae2cd46948792d8a33648ab1ec2ba59587551ce6923baf8a3fbc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://38/cb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/cb/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A12%3A38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771_package_write_ipk.tar.zst;downloadfilename=38/cb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771_package_write_ipk.tar.zst\nDEBUG: For url file://universal/3f/c5/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3f/c5/sstate%3Apython3-hatch-fancy-pypi-readme-native%3Ax86_64-linux%3A24.1.0%3Ar0%3Ax86_64%3A12%3A3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f_create_package_spdx.tar.zst;downloadfilename=universal/3f/c5/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '92/65/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f8/6f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:f86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/06/ee/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://82/0d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f_create_package_spdx.tar.zst\nDEBUG: For url file://ba/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:ba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/51/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A12%3Aba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b_populate_sysroot.tar.zst;downloadfilename=ba/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:ba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5f/c0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://23/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/47/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/60/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c_packagedata.tar.zst\nDEBUG: For url file://92/65/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/65/sstate%3Alzlib%3Acore2-64-poky-linux%3A1.14%3Ar0%3Acore2-64%3A12%3A92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81_package.tar.zst;downloadfilename=92/65/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81_package.tar.zst\nDEBUG: Testing URL file://universal/06/ee/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/3b/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:e83b4ea381731bb5a902219afa6ff47be4ce51d6c7ed210af702bc97e823ca96_package.tar.zst\nDEBUG: For url file://f8/6f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:f86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/6f/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.6.2%3Ar0%3Acore2-64%3A12%3Af86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16_package_write_deb.tar.zst;downloadfilename=f8/6f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:f86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/67/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f673eed90528c6a57c1b3e71fc9c28c55048e09cc4776a9ff948ca3b37853d3_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/e1/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/1c/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/73/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:e773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a_package.tar.zst\nDEBUG: Searching for 7e/47/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://38/cb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:38cb78756cc6ff4a01f60259b5bdff5d852575cfcdc7c02d509e5e51e0824771_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://45/64/sstate:llvm-native::18.1.6:r0::12:4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://33/8d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:338deb2ea83cd0d44c689d292184509a668a9ca14c2659ba05fc36a8a8211434_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/06/ee/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43_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://c3/4f/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3f/c5/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/4c/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58_create_spdx.tar.zst\nDEBUG: Searching for 0b/e1/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b3/1c/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e7/73/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:e773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7e/47/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/51/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:ba516f0f42855b3c75c8cc5a7c9b3799127f0c5adfb88171150c6e7e3c7aaa7b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c5/9c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa_create_spdx.tar.zst\nDEBUG: Searching for 45/64/sstate:llvm-native::18.1.6:r0::12:4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://fc/31/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50_package.tar.zst\nDEBUG: For url file://universal/06/ee/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/06/ee/sstate%3Alibassuan-native%3Ax86_64-linux%3A2.5.7%3Ar0%3Ax86_64%3A12%3A06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43_deploy_source_date_epoch.tar.zst;downloadfilename=universal/06/ee/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c3/4f/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/e0/b6/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f_create_package_spdx.tar.zst\nDEBUG: Searching for a1/4c/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0b/e1/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645_create_package_spdx.tar.zst\nDEBUG: Using  for b3/1c/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0_packagedata.tar.zst\nDEBUG: Using  for e7/73/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:e773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a_package.tar.zst\nDEBUG: Testing URL file://7e/47/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/39/1c/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://92/65/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:92654519ddb9a5bd54353d8a194af70899c5a871551f6b50a74e9baed1d65c81_package.tar.zst\nDEBUG: Searching for universal/c5/9c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 45/64/sstate:llvm-native::18.1.6:r0::12:4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a_populate_lic.tar.zst\nDEBUG: Searching for fc/31/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c3/4f/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e_create_package_spdx.tar.zst\nDEBUG: Searching for universal/e0/b6/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f8/6f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:f86f3e4309a19e38a51ec83e7d90714c0fc83de6a14131365ec59a537f8f7d16_package_write_deb.tar.zst\nDEBUG: Using  for a1/4c/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58_create_spdx.tar.zst\nDEBUG: Testing URL file://0b/e1/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b3/1c/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0_packagedata.tar.zst\nDEBUG: Testing URL file://e7/73/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:e773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a_package.tar.zst\nDEBUG: For url ['file', '', '7e/47/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/39/1c/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f6/d3/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:f6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8_populate_sysroot.tar.zst\nDEBUG: Using  for universal/c5/9c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa_create_spdx.tar.zst\nDEBUG: Testing URL file://45/64/sstate:llvm-native::18.1.6:r0::12:4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a_populate_lic.tar.zst\nDEBUG: Using  for fc/31/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50_package.tar.zst\nDEBUG: Testing URL file://c3/4f/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e_create_package_spdx.tar.zst\nDEBUG: Using  for universal/e0/b6/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8a/56/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a1/4c/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0b/e1/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b3/1c/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e7/73/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:e773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7e/47/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/47/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958_populate_sysroot.tar.zst;downloadfilename=7e/47/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958_populate_sysroot.tar.zst\nDEBUG: Using  for universal/39/1c/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f6/d3/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:f6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/c5/9c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa_create_spdx.tar.zst\nDEBUG: For url ['file', '', '45/64/sstate:llvm-native::18.1.6:r0::12:4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fc/31/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50_package.tar.zst\nDEBUG: For url ['file', '', 'c3/4f/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/e0/b6/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f_create_package_spdx.tar.zst\nDEBUG: Searching for universal/8a/56/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a1/4c/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0b/e1/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/e1/sstate%3Alibedit%3Acore2-64-poky-linux%3A20240517-3.1%3Ar0%3Acore2-64%3A12%3A0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645_create_package_spdx.tar.zst;downloadfilename=0b/e1/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645_create_package_spdx.tar.zst\nDEBUG: For url file://b3/1c/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/1c/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A12%3Ab31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0_packagedata.tar.zst;downloadfilename=b3/1c/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0_packagedata.tar.zst\nDEBUG: For url file://e7/73/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:e773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/73/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.7.0%3Ar0%3Acore2-64%3A12%3Ae773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a_package.tar.zst;downloadfilename=e7/73/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:e773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/06/ee/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:06ee7bd0ab5d49d8b2680ad40b3730dda066c3de8e4e32538441e910823d2a43_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/39/1c/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f6/d3/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:f6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/c5/9c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa_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/64/sstate:llvm-native::18.1.6:r0::12:4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/64/sstate%3Allvm-native%3A%3A18.1.6%3Ar0%3A%3A12%3A4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a_populate_lic.tar.zst;downloadfilename=45/64/sstate:llvm-native::18.1.6:r0::12:4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fc/31/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c3/4f/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/4f/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A12%3Ac34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e_create_package_spdx.tar.zst;downloadfilename=c3/4f/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e0/b6/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/8a/56/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3_create_package_spdx.tar.zst\nDEBUG: For url file://a1/4c/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/4c/sstate%3Awireless-regdb%3Aall-poky-linux%3A2024.05.08%3Ar0%3Aallarch%3A12%3Aa14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58_create_spdx.tar.zst;downloadfilename=a1/4c/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/63/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/39/1c/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97_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://f6/d3/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:f6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8_populate_sysroot.tar.zst\nDEBUG: For url file://universal/c5/9c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/9c/sstate%3Alibcheck-native%3Ax86_64-linux%3A0.15.2%3Ar0%3Ax86_64%3A12%3Ac59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa_create_spdx.tar.zst;downloadfilename=universal/c5/9c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa_create_spdx.tar.zst\nDEBUG: For url file://fc/31/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/31/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A12%3Afc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50_package.tar.zst;downloadfilename=fc/31/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50_package.tar.zst\nDEBUG: For url file://universal/e0/b6/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/b6/sstate%3Alibdrm-native%3Ax86_64-linux%3A2.4.120%3Ar0%3Ax86_64%3A12%3Ae0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f_create_package_spdx.tar.zst;downloadfilename=universal/e0/b6/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/8a/56/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/73/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:e773023f92e7be8ca7dc1ab65afa29c3915a6caa6302753e48c1f93707ec258a_package.tar.zst\nDEBUG: Searching for 8a/63/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/39/1c/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/1c/sstate%3Aperlcross-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A12%3A391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97_deploy_source_date_epoch.tar.zst;downloadfilename=universal/39/1c/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f6/d3/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:f6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8_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://45/64/sstate:llvm-native::18.1.6:r0::12:4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/8a/56/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3_create_package_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/d0/sstate:neard::0.19:r0::12:76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19_populate_lic.tar.zst\nDEBUG: Using  for 8a/63/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27_packagedata.tar.zst\nDEBUG: For url file://f6/d3/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:f6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/d3/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Af6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8_populate_sysroot.tar.zst;downloadfilename=f6/d3/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:f6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/b1/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/4c/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/e1/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645_create_package_spdx.tar.zst\nDEBUG: For url file://universal/8a/56/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8a/56/sstate%3Aalsa-lib-native%3Ax86_64-linux%3A1.2.12%3Ar0%3Ax86_64%3A12%3A8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3_create_package_spdx.tar.zst;downloadfilename=universal/8a/56/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3_create_package_spdx.tar.zst\nDEBUG: Searching for 76/d0/sstate:neard::0.19:r0::12:76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://8a/63/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c5/9c/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa_create_spdx.tar.zst\nDEBUG: Searching for 0f/b1/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/b2/01/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:b20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/31/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fc31fcce0a7de9ed29b9b84449e33a5b5461957c2d3cdde9eadda22ecdecbf50_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e0/b6/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://04/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170_create_package_spdx.tar.zst\nDEBUG: Using  for 76/d0/sstate:neard::0.19:r0::12:76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8a/63/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27_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/39/1c/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:391cfd4047b55fb6b61fc6494d07a2930f295fad8ef62f1f09d8de58e0241d97_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/1a/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:ee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b_populate_sysroot.tar.zst\nDEBUG: Using  for 0f/b1/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323_package_write_deb.tar.zst\nDEBUG: Searching for universal/b2/01/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:b20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3d/be/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://64/12/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1_package_write_rpm.tar.zst\nDEBUG: Searching for 04/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://76/d0/sstate:neard::0.19:r0::12:76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19_populate_lic.tar.zst\nDEBUG: For url file://8a/63/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/63/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A12%3A8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27_packagedata.tar.zst;downloadfilename=8a/63/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/91/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce_create_package_spdx.tar.zst\nDEBUG: Searching for ee/1a/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:ee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0f/b1/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323_package_write_deb.tar.zst\nDEBUG: Using  for universal/b2/01/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:b20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3d/be/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 64/12/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 04/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '76/d0/sstate:neard::0.19:r0::12:76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d7/91/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ee/1a/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:ee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/1c/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0_packagedata.tar.zst\nDEBUG: For url ['file', '', '0f/b1/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323_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://universal/8a/56/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b2/01/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:b20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3d/be/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940_populate_sysroot.tar.zst\nDEBUG: Using  for 64/12/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://04/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170_create_package_spdx.tar.zst\nDEBUG: For url file://76/d0/sstate:neard::0.19:r0::12:76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/d0/sstate%3Aneard%3A%3A0.19%3Ar0%3A%3A12%3A76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19_populate_lic.tar.zst;downloadfilename=76/d0/sstate:neard::0.19:r0::12:76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19_populate_lic.tar.zst\nDEBUG: Using  for d7/91/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ee/1a/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:ee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst\nDEBUG: For url file://0f/b1/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/b1/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A12%3A0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323_package_write_deb.tar.zst;downloadfilename=0f/b1/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://54/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b2/01/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:b20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b_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/be/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940_populate_sysroot.tar.zst\nDEBUG: Testing URL file://64/12/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '04/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d7/91/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ee/1a/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:ee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b_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://c4/5b/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:c45bebbbab9252934259564fd0fb799f7b5dfd36167c4662f0bca7fc92236ad8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 54/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8a/63/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27_packagedata.tar.zst\nDEBUG: For url file://universal/b2/01/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:b20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b2/01/sstate%3Alibtool-native%3Ax86_64-linux%3A2.5.0%3Ar0%3Ax86_64%3A12%3Ab20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b2/01/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:b20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3d/be/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '64/12/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1_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://04/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/f7/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A12%3A04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170_create_package_spdx.tar.zst;downloadfilename=04/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd7/91/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ee/1a/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:ee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/1a/sstate%3Altp%3Acore2-64-poky-linux%3A20240524%3Ar0%3Acore2-64%3A12%3Aee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b_populate_sysroot.tar.zst;downloadfilename=ee/1a/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:ee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ac/16/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3_recipe_qa.tar.zst\nDEBUG: Using  for ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst\nDEBUG: Using  for 54/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/d2/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6_package_qa.tar.zst\nDEBUG: For url file://3d/be/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/be/sstate%3Ashadow-sysroot%3Acore2-64-poky-linux%3A4.6%3Ar0%3Acore2-64%3A12%3A3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940_populate_sysroot.tar.zst;downloadfilename=3d/be/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940_populate_sysroot.tar.zst\nDEBUG: For url file://64/12/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/12/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A12%3A6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1_package_write_rpm.tar.zst;downloadfilename=64/12/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://76/d0/sstate:neard::0.19:r0::12:76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19_populate_lic.tar.zst\nDEBUG: For url file://d7/91/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/91/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3Ad791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce_create_package_spdx.tar.zst;downloadfilename=d7/91/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/d3/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:f6d311ae79493f885f7fbc5b7594fcdf2bf9cf9692f8082af0df98faeff206f8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/b1/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:0fb18a2360161834c6d65b7d6042270ddc49ff218028dcb2cc4553a7fdd45323_package_write_deb.tar.zst\nDEBUG: Searching for universal/ac/16/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst\nDEBUG: Testing URL file://54/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c_create_package_spdx.tar.zst\nDEBUG: Searching for f6/d2/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e3/ce/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b2/01/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:b20133e617f7c9465002a22b0dbd51b3b3a912e9d4c2bf500fea8399709b740b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/19/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:f11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://43/f7/sstate:nasm-native::2.16.03:r0::12:43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026_populate_lic.tar.zst\nDEBUG: Using  for universal/ac/16/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '54/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f6/d2/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6_package_qa.tar.zst\nDEBUG: Searching for e3/ce/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://42/44/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6_create_package_spdx.tar.zst\nDEBUG: Searching for f1/19/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:f11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 43/f7/sstate:nasm-native::2.16.03:r0::12:43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/ac/16/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3_recipe_qa.tar.zst\nDEBUG: For url file://ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/25/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst;downloadfilename=ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst\nDEBUG: For url file://54/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/e1/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A12%3A54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c_create_package_spdx.tar.zst;downloadfilename=54/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f6/d2/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6_package_qa.tar.zst\nDEBUG: Using  for e3/ce/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea_package_qa.tar.zst\nDEBUG: Searching for 42/44/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f1/19/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:f11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 43/f7/sstate:nasm-native::2.16.03:r0::12:43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ac/16/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3_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/be/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f6/d2/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e3/ce/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/4f/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e_create_package_spdx.tar.zst\nDEBUG: Using  for 42/44/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f1/19/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:f11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://43/f7/sstate:nasm-native::2.16.03:r0::12:43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026_populate_lic.tar.zst\nDEBUG: For url file://universal/ac/16/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ac/16/sstate%3Acairo-native%3Ax86_64-linux%3A1.18.0%3Ar0%3Ax86_64%3A12%3Aac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3_recipe_qa.tar.zst;downloadfilename=universal/ac/16/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d3/ac/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e_create_package_spdx.tar.zst\nDEBUG: For url file://f6/d2/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/d2/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3Af6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6_package_qa.tar.zst;downloadfilename=f6/d2/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://64/12/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e3/ce/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea_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://fb/3d/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:fb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2_populate_sysroot.tar.zst\nDEBUG: Testing URL file://42/44/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f1/19/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:f11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd_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', '', '43/f7/sstate:nasm-native::2.16.03:r0::12:43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/d3/ac/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d8/75/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:d87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e3/ce/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/ce/sstate%3Aofono%3Acore2-64-poky-linux%3A2.8%3Ar0%3Acore2-64%3A12%3Ae3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea_package_qa.tar.zst;downloadfilename=e3/ce/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/1a/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:ee1afec6fbbd3c59878a1778f673724a098dfd7686715803f93a4c89d866362b_populate_sysroot.tar.zst\nDEBUG: Searching for fb/3d/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:fb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '42/44/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f1/19/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:f11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/19/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.6%3Ar0%3Acore2-64%3A12%3Af11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd_deploy_source_date_epoch.tar.zst;downloadfilename=f1/19/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:f11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://43/f7/sstate:nasm-native::2.16.03:r0::12:43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/f7/sstate%3Anasm-native%3A%3A2.16.03%3Ar0%3A%3A12%3A43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026_populate_lic.tar.zst;downloadfilename=43/f7/sstate:nasm-native::2.16.03:r0::12:43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026_populate_lic.tar.zst\nDEBUG: Using  for universal/d3/ac/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e_create_package_spdx.tar.zst\nDEBUG: Searching for d8/75/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:d87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://47/ae/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for fb/3d/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:fb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2_populate_sysroot.tar.zst\nDEBUG: For url file://42/44/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/44/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A12%3A42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6_create_package_spdx.tar.zst;downloadfilename=42/44/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/d3/ac/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ac/16/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3_recipe_qa.tar.zst\nDEBUG: Using  for d8/75/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:d87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 47/ae/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fb/3d/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:fb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/d3/ac/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e_create_package_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/ce/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ef/dd/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833_create_package_spdx.tar.zst\nDEBUG: Testing URL file://d8/75/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:d87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 47/ae/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fb/3d/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:fb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2_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/d3/ac/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/ac/sstate%3Adbus-native%3Ax86_64-linux%3A1.14.10%3Ar0%3Ax86_64%3A12%3Ad3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e_create_package_spdx.tar.zst;downloadfilename=universal/d3/ac/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d6/e2/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f_create_package_spdx.tar.zst\nDEBUG: Searching for universal/ef/dd/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd8/75/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:d87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4_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://47/ae/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://fb/3d/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:fb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/3d/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A12%3Afb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2_populate_sysroot.tar.zst;downloadfilename=fb/3d/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:fb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2_populate_sysroot.tar.zst\nDEBUG: Searching for universal/d6/e2/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://43/f7/sstate:nasm-native::2.16.03:r0::12:43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/19/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:f11950163d593a01e60400b8ce0d0c900ca249fe7b2fec3326d1a959147c51bd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/ef/dd/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833_create_package_spdx.tar.zst\nDEBUG: For url file://d8/75/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:d87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/75/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A12%3Ad87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4_deploy_source_date_epoch.tar.zst;downloadfilename=d8/75/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:d87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '47/ae/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355_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/d6/e2/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/4a/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/91/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/d2/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/5d/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/ef/dd/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833_create_package_spdx.tar.zst\nDEBUG: For url file://47/ae/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/ae/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355_deploy_source_date_epoch.tar.zst;downloadfilename=47/ae/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/d6/e2/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f_create_package_spdx.tar.zst\nDEBUG: Searching for 2f/4a/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://69/6f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714_package.tar.zst\nDEBUG: SState: Attempting to fetch file://27/28/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for bf/5d/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/d3/ac/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/ef/dd/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/d6/e2/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2f/4a/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/3d/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:fb3db8babdb792a14974161e74a875435f26f429fae7dd459ab47352f36739b2_populate_sysroot.tar.zst\nDEBUG: Searching for 69/6f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 27/28/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bf/5d/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://07/28/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9_packagedata.tar.zst\nDEBUG: For url file://universal/ef/dd/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ef/dd/sstate%3Aautomake-native%3Ax86_64-linux%3A1.16.5%3Ar0%3Ax86_64%3A12%3Aefdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833_create_package_spdx.tar.zst;downloadfilename=universal/ef/dd/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833_create_package_spdx.tar.zst\nDEBUG: For url file://universal/d6/e2/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d6/e2/sstate%3Aintltool-native%3Ax86_64-linux%3A0.51.0%3Ar0%3Ax86_64%3A12%3Ad6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f_create_package_spdx.tar.zst;downloadfilename=universal/d6/e2/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2f/4a/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/75/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:d87529d77ce9e01809fb5c5a2661eb880198f13c42cdb62d83d3d8c4590c67c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/46/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc_package_write_rpm.tar.zst\nDEBUG: Using  for 69/6f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714_package.tar.zst\nDEBUG: Using  for 27/28/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bf/5d/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44_populate_sysroot.tar.zst\nDEBUG: Searching for 07/28/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2f/4a/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797_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://c5/d9/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:c5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708_package.tar.zst\nDEBUG: Searching for f3/46/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://69/6f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714_package.tar.zst\nDEBUG: Testing URL file://27/28/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'bf/5d/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 07/28/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9_packagedata.tar.zst\nDEBUG: For url file://2f/4a/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/4a/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A12%3A2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797_populate_sysroot.tar.zst;downloadfilename=2f/4a/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797_populate_sysroot.tar.zst\nDEBUG: Searching for c5/d9/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:c5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f3/46/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '69/6f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '27/28/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d_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://bf/5d/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/5d/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3Abf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44_populate_sysroot.tar.zst;downloadfilename=bf/5d/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44_populate_sysroot.tar.zst\nDEBUG: Testing URL file://07/28/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9_packagedata.tar.zst\nDEBUG: Using  for c5/d9/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:c5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708_package.tar.zst\nDEBUG: Testing URL file://f3/46/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc_package_write_rpm.tar.zst\nDEBUG: For url file://69/6f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/6f/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A12%3A696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714_package.tar.zst;downloadfilename=69/6f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714_package.tar.zst\nDEBUG: For url file://27/28/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/28/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d_deploy_source_date_epoch.tar.zst;downloadfilename=27/28/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '07/28/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c5/d9/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:c5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ef/dd/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f3/46/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc_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/61/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:5961b6e2523b9b3d5b572e402ebe1b3b497d79c9e5e289a29feb84a1c3e32a6f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d6/e2/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f_create_package_spdx.tar.zst\nDEBUG: For url file://07/28/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/28/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.13%3Ar0%3Acore2-64%3A12%3A07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9_packagedata.tar.zst;downloadfilename=07/28/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://04/f7/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://47/ae/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:47ae8ba3ffe81e9a18b0e91c1e40c5ccf26fbdcffe9b34c367123f3c5a45e355_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c5/d9/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:c5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708_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://3c/b8/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f3/46/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/46/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%2Bgit%3Ar0%3Aallarch%3A12%3Af34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc_package_write_rpm.tar.zst;downloadfilename=f3/46/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/4a/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:2f4a34682a95cdf5c7984fc5015d44f73be7ab504a1b188a771273b69c373797_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/1d/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/10/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://be/24/sstate:python3-trove-classifiers-native::2024.5.22:r0::12:be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/97/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://27/28/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:27283840fda23dc2d95050ea0c42d73b9e9166b2894df8b60ead7d17de0e080d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c5/d9/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:c5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/d9/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Ac5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708_package.tar.zst;downloadfilename=c5/d9/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:c5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708_package.tar.zst\nDEBUG: Searching for 3c/b8/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/0b/2e/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62_populate_sysroot.tar.zst\nDEBUG: Searching for c8/1d/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7d/10/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for be/24/sstate:python3-trove-classifiers-native::2024.5.22:r0::12:be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1c/97/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a9/d9/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1_recipe_qa.tar.zst\nDEBUG: Using  for 3c/b8/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/0b/2e/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c8/1d/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f_create_spdx.tar.zst\nDEBUG: Using  for 7d/10/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590_create_spdx.tar.zst\nDEBUG: Using  for be/24/sstate:python3-trove-classifiers-native::2024.5.22:r0::12:be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd_populate_lic.tar.zst\nDEBUG: Using  for 1c/97/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830_recipe_qa.tar.zst\nDEBUG: Searching for a9/d9/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3c/b8/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://07/28/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9_packagedata.tar.zst\nDEBUG: Using  for universal/0b/2e/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c8/1d/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f_create_spdx.tar.zst\nDEBUG: Testing URL file://7d/10/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590_create_spdx.tar.zst\nDEBUG: Testing URL file://be/24/sstate:python3-trove-classifiers-native::2024.5.22:r0::12:be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd_populate_lic.tar.zst\nDEBUG: Testing URL file://1c/97/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830_recipe_qa.tar.zst\nDEBUG: Using  for a9/d9/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3c/b8/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781_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://47/bd/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233_package.tar.zst\nDEBUG: Testing URL file://universal/0b/2e/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c8/1d/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f_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/10/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590_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/24/sstate:python3-trove-classifiers-native::2024.5.22:r0::12:be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1c/97/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830_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://f3/46/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a9/d9/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1_recipe_qa.tar.zst\nDEBUG: For url file://3c/b8/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/b8/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.62.0%3Ar0%3Acore2-64%3A12%3A3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781_deploy_source_date_epoch.tar.zst;downloadfilename=3c/b8/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 47/bd/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/0b/2e/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c8/1d/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/1d/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Ac81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f_create_spdx.tar.zst;downloadfilename=c8/1d/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f_create_spdx.tar.zst\nDEBUG: For url file://7d/10/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/10/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.7%3Ar0%3Acore2-64%3A12%3A7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590_create_spdx.tar.zst;downloadfilename=7d/10/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590_create_spdx.tar.zst\nDEBUG: For url file://be/24/sstate:python3-trove-classifiers-native::2024.5.22:r0::12:be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/24/sstate%3Apython3-trove-classifiers-native%3A%3A2024.5.22%3Ar0%3A%3A12%3Abe2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd_populate_lic.tar.zst;downloadfilename=be/24/sstate:python3-trove-classifiers-native::2024.5.22:r0::12:be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd_populate_lic.tar.zst\nDEBUG: For url file://1c/97/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/97/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830_recipe_qa.tar.zst;downloadfilename=1c/97/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/8b/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a9/d9/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 47/bd/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233_package.tar.zst\nDEBUG: For url file://universal/0b/2e/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0b/2e/sstate%3Aattr-native%3Ax86_64-linux%3A2.5.2%3Ar0%3Ax86_64%3A12%3A0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62_populate_sysroot.tar.zst;downloadfilename=universal/0b/2e/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://54/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c_create_package_spdx.tar.zst\nDEBUG: Searching for d3/8b/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: checkstatus: trying again\nDEBUG: For url file://a9/d9/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/d9/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A12%3Aa9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1_recipe_qa.tar.zst;downloadfilename=a9/d9/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1_recipe_qa.tar.zst\nDEBUG: Testing URL file://47/bd/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/77/05/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4_populate_sysroot.tar.zst\nDEBUG: Using  for d3/8b/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/b8/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:3cb889534b577a90d59d4cae0e80ccdad41d2ae455372fa0adf36e65c5089781_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://42/44/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '47/bd/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/77/05/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d3/8b/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://be/24/sstate:python3-trove-classifiers-native::2024.5.22:r0::12:be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/6b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://05/8a/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793_package_write_ipk.tar.zst\nDEBUG: For url file://47/bd/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/bd/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.2%3Ar0%3Acore2-64%3A12%3A47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233_package.tar.zst;downloadfilename=47/bd/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233_package.tar.zst\nDEBUG: Using  for universal/77/05/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd3/8b/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584_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://0a/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87_package_write_deb.tar.zst\nDEBUG: Searching for c6/6b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 05/8a/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/77/05/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0b/2e/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62_populate_sysroot.tar.zst\nDEBUG: For url file://d3/8b/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/8b/sstate%3Aed%3Acore2-64-poky-linux%3A1.20.2%3Ar0%3Acore2-64%3A12%3Ad38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584_package_write_rpm.tar.zst;downloadfilename=d3/8b/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584_package_write_rpm.tar.zst\nDEBUG: Searching for 0a/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c6/6b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361_package_write_rpm.tar.zst\nDEBUG: Using  for 05/8a/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/77/05/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4_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://2e/ec/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af_create_package_spdx.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst: HTTP Error 404: Not Found\nDEBUG: Using  for 0a/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87_package_write_deb.tar.zst\nDEBUG: Testing URL file://c6/6b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361_package_write_rpm.tar.zst\nDEBUG: Testing URL file://05/8a/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793_package_write_ipk.tar.zst\nDEBUG: For url file://universal/77/05/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/77/05/sstate%3Alibpng-native%3Ax86_64-linux%3A1.6.43%3Ar0%3Ax86_64%3A12%3A77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4_populate_sysroot.tar.zst;downloadfilename=universal/77/05/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4_populate_sysroot.tar.zst\nDEBUG: Searching for 2e/ec/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0a/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87_package_write_deb.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst (FetchError(\"URL doesn't work\", 'file://ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst'. URL doesn't work\n\nDEBUG: For url ['file', '', 'c6/6b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361_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/8a/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2e/ec/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '0a/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87_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://7c/c7/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc_package_write_deb.tar.zst\nDEBUG: For url file://c6/6b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/6b/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1.1%3Ar0%3Acore2-64%3A12%3Ac66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361_package_write_rpm.tar.zst;downloadfilename=c6/6b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361_package_write_rpm.tar.zst\nDEBUG: For url file://05/8a/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/8a/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2024.1%3Ar0%3Acore2-64%3A12%3A058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793_package_write_ipk.tar.zst;downloadfilename=05/8a/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793_package_write_ipk.tar.zst\nDEBUG: Testing URL file://2e/ec/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af_create_package_spdx.tar.zst\nDEBUG: For url file://0a/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/f0/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87_package_write_deb.tar.zst;downloadfilename=0a/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87_package_write_deb.tar.zst\nDEBUG: Searching for 7c/c7/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://47/bd/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:47bded5a54f2eda649d1e570fe303a7bdea6dd77bc402a5424c2833611169233_package.tar.zst\nDEBUG: For url ['file', '', '2e/ec/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af_create_package_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://d3/8b/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584_package_write_rpm.tar.zst\nDEBUG: Using  for 7c/c7/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/d9/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/f7/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63_package_qa.tar.zst\nDEBUG: For url file://2e/ec/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/ec/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.4%3Ar0%3Acore2-64%3A12%3A2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af_create_package_spdx.tar.zst;downloadfilename=2e/ec/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ca/c4/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83_create_package_spdx.tar.zst\nDEBUG: Testing URL file://7c/c7/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/83/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74_create_package_spdx.tar.zst\nDEBUG: Searching for f3/f7/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ca/c4/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7c/c7/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc_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://universal/77/05/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4_populate_sysroot.tar.zst\nDEBUG: Searching for f3/83/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f3/f7/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63_package_qa.tar.zst\nDEBUG: Using  for universal/ca/c4/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83_create_package_spdx.tar.zst\nDEBUG: For url file://7c/c7/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/c7/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.9%3Ar0%3Acore2-64%3A12%3A7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc_package_write_deb.tar.zst;downloadfilename=7c/c7/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/f8/sstate:rsync-native::3.3.0:r0::12:e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a_populate_lic.tar.zst\nDEBUG: Using  for f3/83/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f3/f7/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63_package_qa.tar.zst\nDEBUG: Testing URL file://universal/ca/c4/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83_create_package_spdx.tar.zst\nDEBUG: Searching for e3/f8/sstate:rsync-native::3.3.0:r0::12:e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c6/6b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f3/83/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/97/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f3/f7/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63_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/ca/c4/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e3/f8/sstate:rsync-native::3.3.0:r0::12:e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/89/sstate:cairo::1.18.0:r0::12:5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f3/83/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74_create_package_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/a1/d4/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780_create_spdx.tar.zst\nDEBUG: For url file://f3/f7/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/f7/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A12%3Af3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63_package_qa.tar.zst;downloadfilename=f3/f7/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63_package_qa.tar.zst\nDEBUG: For url file://universal/ca/c4/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ca/c4/sstate%3Alzip-native%3Ax86_64-linux%3A1.24.1%3Ar0%3Ax86_64%3A12%3Acac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83_create_package_spdx.tar.zst;downloadfilename=universal/ca/c4/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e3/f8/sstate:rsync-native::3.3.0:r0::12:e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a_populate_lic.tar.zst\nDEBUG: Searching for 5b/89/sstate:cairo::1.18.0:r0::12:5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f3/83/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/83/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.4%3Ar0%3Acore2-64%3A12%3Af3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74_create_package_spdx.tar.zst;downloadfilename=f3/83/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74_create_package_spdx.tar.zst\nDEBUG: Searching for universal/a1/d4/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e3/f8/sstate:rsync-native::3.3.0:r0::12:e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5b/89/sstate:cairo::1.18.0:r0::12:5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/10/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590_create_spdx.tar.zst\nDEBUG: Using  for universal/a1/d4/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780_create_spdx.tar.zst\nDEBUG: For url file://e3/f8/sstate:rsync-native::3.3.0:r0::12:e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/f8/sstate%3Arsync-native%3A%3A3.3.0%3Ar0%3A%3A12%3Ae3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a_populate_lic.tar.zst;downloadfilename=e3/f8/sstate:rsync-native::3.3.0:r0::12:e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a_populate_lic.tar.zst\nDEBUG: Testing URL file://5b/89/sstate:cairo::1.18.0:r0::12:5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/a3/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a1/d4/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5b/89/sstate:cairo::1.18.0:r0::12:5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f8/a3/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c5/d9/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:c5d940cc30557662c80c430005d98bc4cecdb69d33e821eb72063bdf1dd1a708_package.tar.zst\nDEBUG: For url ['file', '', 'universal/a1/d4/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780_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/89/sstate:cairo::1.18.0:r0::12:5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/89/sstate%3Acairo%3A%3A1.18.0%3Ar0%3A%3A12%3A5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777_populate_lic.tar.zst;downloadfilename=5b/89/sstate:cairo::1.18.0:r0::12:5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ca/c4/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83_create_package_spdx.tar.zst\nDEBUG: Using  for f8/a3/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/f0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:fef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a1/d4/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a1/d4/sstate%3Alibrepo-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3Aa1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780_create_spdx.tar.zst;downloadfilename=universal/a1/d4/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/dc/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f_package.tar.zst\nDEBUG: Testing URL file://f8/a3/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da_recipe_qa.tar.zst\nDEBUG: Searching for fe/f0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:fef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4a/dc/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f8/a3/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fe/f0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:fef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4a/dc/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f_package.tar.zst\nDEBUG: For url file://f8/a3/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/a3/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Af8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da_recipe_qa.tar.zst;downloadfilename=f8/a3/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da_recipe_qa.tar.zst\nDEBUG: Testing URL file://fe/f0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:fef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4a/dc/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f_package.tar.zst\nDEBUG: For url ['file', '', 'fe/f0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:fef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953_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://e3/f8/sstate:rsync-native::3.3.0:r0::12:e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4a/dc/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fe/f0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:fef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/f0/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A12%3Afef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953_deploy_source_date_epoch.tar.zst;downloadfilename=fe/f0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:fef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://34/80/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221_create_spdx.tar.zst\nDEBUG: For url file://4a/dc/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/dc/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A12%3A4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f_package.tar.zst;downloadfilename=4a/dc/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f_package.tar.zst\nDEBUG: Searching for 34/80/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://05/8a/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:058ae8ca73a53d92fac3de85ed1cec800432e2c7644c20680f74934ce55ba793_package_write_ipk.tar.zst\nDEBUG: Using  for 34/80/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/89/sstate:cairo::1.18.0:r0::12:5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a9/22/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986_create_package_spdx.tar.zst\nDEBUG: Testing URL file://34/80/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a1/d4/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/c6/sstate:xinput::1.6.4:r0::12:1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93_populate_lic.tar.zst\nDEBUG: Searching for universal/a9/22/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '34/80/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221_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/66/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/a3/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da_recipe_qa.tar.zst\nDEBUG: Searching for 1d/c6/sstate:xinput::1.6.4:r0::12:1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/a9/22/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986_create_package_spdx.tar.zst\nDEBUG: For url file://34/80/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/80/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.1%3Ar0%3Acore2-64%3A12%3A3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221_create_spdx.tar.zst;downloadfilename=34/80/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221_create_spdx.tar.zst\nDEBUG: Searching for universal/e7/66/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e6/e6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:e6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf_package.tar.zst\nDEBUG: Using  for 1d/c6/sstate:xinput::1.6.4:r0::12:1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/a9/22/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986_create_package_spdx.tar.zst\nDEBUG: Using  for universal/e7/66/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795_create_spdx.tar.zst\nDEBUG: Searching for e6/e6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:e6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fe/f0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:fef0b9797f1aad592340aff10525a2b3cc05dcf8e213cda48bb7d90ae44e0953_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1d/c6/sstate:xinput::1.6.4:r0::12:1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/a9/22/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/e7/66/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795_create_spdx.tar.zst\nDEBUG: Using  for e6/e6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:e6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/00/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1d/c6/sstate:xinput::1.6.4:r0::12:1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93_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/a9/22/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a9/22/sstate%3Afreetype-native%3Ax86_64-linux%3A2.13.2%3Ar0%3Ax86_64%3A12%3Aa92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986_create_package_spdx.tar.zst;downloadfilename=universal/a9/22/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e7/66/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e6/e6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:e6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/dc/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4adc1e5c73b29f957c78fb7c43b0383d9a7590c8e03dd7efe8565d274dbc091f_package.tar.zst\nDEBUG: Searching for a5/00/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1d/c6/sstate:xinput::1.6.4:r0::12:1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/c6/sstate%3Axinput%3A%3A1.6.4%3Ar0%3A%3A12%3A1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93_populate_lic.tar.zst;downloadfilename=1d/c6/sstate:xinput::1.6.4:r0::12:1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93_populate_lic.tar.zst\nDEBUG: For url file://universal/e7/66/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/66/sstate%3Alibpcre2-native%3Ax86_64-linux%3A10.44%3Ar0%3Ax86_64%3A12%3Ae766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795_create_spdx.tar.zst;downloadfilename=universal/e7/66/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e6/e6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:e6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf_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://50/06/sstate:gettext::0.22.5:r0::12:5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61_populate_lic.tar.zst\nDEBUG: Using  for a5/00/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194_create_spdx.tar.zst\nDEBUG: For url file://e6/e6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:e6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/e6/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3Ae6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf_package.tar.zst;downloadfilename=e6/e6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:e6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/47/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7e47839a70d3281447432a9700db9348917e4be750cd8fd1c1c33fc0661cd958_populate_sysroot.tar.zst\nDEBUG: Searching for 50/06/sstate:gettext::0.22.5:r0::12:5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://bf/5d/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bf5d3984ce376db309d560d1ddae3928627594e14c39ebfcf36d8d42f4f03f44_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/f7/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63_package_qa.tar.zst\nDEBUG: Testing URL file://a5/00/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/cc/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:c4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a9/22/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986_create_package_spdx.tar.zst\nDEBUG: Using  for 50/06/sstate:gettext::0.22.5:r0::12:5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/68/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://82/66/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'a5/00/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c4/cc/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:c4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/40/92/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366_populate_sysroot.tar.zst\nDEBUG: Testing URL file://50/06/sstate:gettext::0.22.5:r0::12:5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61_populate_lic.tar.zst\nDEBUG: Searching for ae/68/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 82/66/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a5/00/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/00/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.12%3Ar0%3Aallarch%3A12%3Aa50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194_create_spdx.tar.zst;downloadfilename=a5/00/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194_create_spdx.tar.zst\nDEBUG: Using  for c4/cc/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:c4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0_package_write_deb.tar.zst\nDEBUG: Searching for universal/40/92/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '50/06/sstate:gettext::0.22.5:r0::12:5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ae/68/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6_create_package_spdx.tar.zst\nDEBUG: Using  for 82/66/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c4/cc/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:c4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e7/66/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795_create_spdx.tar.zst\nDEBUG: Using  for universal/40/92/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/c6/sstate:xinput::1.6.4:r0::12:1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93_populate_lic.tar.zst\nDEBUG: For url file://50/06/sstate:gettext::0.22.5:r0::12:5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/06/sstate%3Agettext%3A%3A0.22.5%3Ar0%3A%3A12%3A5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61_populate_lic.tar.zst;downloadfilename=50/06/sstate:gettext::0.22.5:r0::12:5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61_populate_lic.tar.zst\nDEBUG: Testing URL file://ae/68/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://82/66/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'c4/cc/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:c4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0_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://universal/3a/e2/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/40/92/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/b9/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ae/68/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '82/66/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10_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://c4/cc/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:c4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/cc/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.38%3Ar0%3Acore2-64%3A12%3Ac4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0_package_write_deb.tar.zst;downloadfilename=c4/cc/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:c4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0_package_write_deb.tar.zst\nDEBUG: Searching for universal/3a/e2/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/40/92/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d3/b9/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ae/68/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/68/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3Aae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6_create_package_spdx.tar.zst;downloadfilename=ae/68/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6_create_package_spdx.tar.zst\nDEBUG: For url file://82/66/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/66/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A12%3A8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10_package_write_ipk.tar.zst;downloadfilename=82/66/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10_package_write_ipk.tar.zst\nDEBUG: Using  for universal/3a/e2/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e_create_package_spdx.tar.zst\nDEBUG: For url file://universal/40/92/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/40/92/sstate%3Alibidn2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A12%3A40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366_populate_sysroot.tar.zst;downloadfilename=universal/40/92/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366_populate_sysroot.tar.zst\nDEBUG: Using  for d3/b9/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/00/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/3a/e2/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:0af0ecf43ae19f1001a1da45df9be028abff6613502762dc6709b51715743b87_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://50/06/sstate:gettext::0.22.5:r0::12:5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61_populate_lic.tar.zst\nDEBUG: Testing URL file://d3/b9/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://58/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/3a/e2/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e_create_package_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://15/10/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9f/f6/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd3/b9/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e_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 58/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/3a/e2/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3a/e2/sstate%3Aattr-native%3Ax86_64-linux%3A2.5.2%3Ar0%3Ax86_64%3A12%3A3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e_create_package_spdx.tar.zst;downloadfilename=universal/3a/e2/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e_create_package_spdx.tar.zst\nDEBUG: Searching for 15/10/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c4/cc/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:c4cc06203d1d5fc090032c4900304415372c3f0eb2c1a4227ee28c22c1cfc3c0_package_write_deb.tar.zst\nDEBUG: Searching for universal/9f/f6/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d3/b9/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/b9/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ad3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e_deploy_source_date_epoch.tar.zst;downloadfilename=d3/b9/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 58/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d_packagedata.tar.zst\nDEBUG: Using  for 15/10/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/98/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:b098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://82/66/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:8266890f3140247ba392986e1488b628e8724ad7ac53915d00c403a9eba47b10_package_write_ipk.tar.zst\nDEBUG: Using  for universal/9f/f6/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37_recipe_qa.tar.zst\nDEBUG: Testing URL file://58/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d_packagedata.tar.zst\nDEBUG: Testing URL file://15/10/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad_recipe_qa.tar.zst\nDEBUG: Searching for b0/98/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:b098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/40/92/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://44/6f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/9f/f6/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '58/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '15/10/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b0/98/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:b098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://09/de/sstate:libjpeg-turbo-native::3.0.1:r0::12:09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160_populate_lic.tar.zst\nDEBUG: Searching for 44/6f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/9f/f6/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37_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/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/d5/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d_packagedata.tar.zst;downloadfilename=58/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d_packagedata.tar.zst\nDEBUG: For url file://15/10/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/10/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A12%3A1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad_recipe_qa.tar.zst;downloadfilename=15/10/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad_recipe_qa.tar.zst\nDEBUG: Testing URL file://b0/98/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:b098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 09/de/sstate:libjpeg-turbo-native::3.0.1:r0::12:09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 44/6f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2_package_write_ipk.tar.zst\nDEBUG: For url file://universal/9f/f6/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9f/f6/sstate%3Alibxcursor-native%3Ax86_64-linux%3A1.2.2%3Ar0%3Ax86_64%3A12%3A9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37_recipe_qa.tar.zst;downloadfilename=universal/9f/f6/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b0/98/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:b098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d_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/3a/e2/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e_create_package_spdx.tar.zst\nDEBUG: Using  for 09/de/sstate:libjpeg-turbo-native::3.0.1:r0::12:09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/b9/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d3b92a7972375dd8be7f824f9e53f52bc89c487029828f9c99ee29eab021271e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://44/6f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2_package_write_ipk.tar.zst\nDEBUG: For url file://b0/98/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:b098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/98/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3Ab098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d_deploy_source_date_epoch.tar.zst;downloadfilename=b0/98/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:b098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/f3/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e_recipe_qa.tar.zst\nDEBUG: Testing URL file://09/de/sstate:libjpeg-turbo-native::3.0.1:r0::12:09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://65/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '44/6f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ab/f3/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '09/de/sstate:libjpeg-turbo-native::3.0.1:r0::12:09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 65/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://44/6f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/6f/sstate%3Axxhash%3Acore2-64-poky-linux%3A0.8.2%3Ar0%3Acore2-64%3A12%3A446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2_package_write_ipk.tar.zst;downloadfilename=44/6f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2_package_write_ipk.tar.zst\nDEBUG: Using  for ab/f3/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e_recipe_qa.tar.zst\nDEBUG: For url file://09/de/sstate:libjpeg-turbo-native::3.0.1:r0::12:09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/de/sstate%3Alibjpeg-turbo-native%3A%3A3.0.1%3Ar0%3A%3A12%3A09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160_populate_lic.tar.zst;downloadfilename=09/de/sstate:libjpeg-turbo-native::3.0.1:r0::12:09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160_populate_lic.tar.zst\nDEBUG: Using  for 65/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ab/f3/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e_recipe_qa.tar.zst\nDEBUG: Testing URL file://65/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ab/f3/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e_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://2e/ec/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '65/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb_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://ab/f3/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/f3/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A12%3Aabf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e_recipe_qa.tar.zst;downloadfilename=ab/f3/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/98/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0_package_write_ipk.tar.zst\nDEBUG: For url file://65/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/58/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A12%3A6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb_package_write_rpm.tar.zst;downloadfilename=65/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9f/f6/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37_recipe_qa.tar.zst\nDEBUG: Searching for d8/98/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f3/83/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/98/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:b098993509d5501e419ee13a93af3e3611ea26c1212d637ab428c65b708b2d1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/90/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827_create_package_spdx.tar.zst\nDEBUG: Using  for d8/98/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/de/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58_package.tar.zst\nDEBUG: Searching for ac/90/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d8/98/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0_package_write_ipk.tar.zst\nDEBUG: Searching for b1/de/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fe/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ac/90/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd8/98/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b1/de/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d_create_spdx.tar.zst\nDEBUG: Using  for fe/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58_package.tar.zst\nDEBUG: Testing URL file://ac/90/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827_create_package_spdx.tar.zst\nDEBUG: For url file://d8/98/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/98/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A12%3Ad898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0_package_write_ipk.tar.zst;downloadfilename=d8/98/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0_package_write_ipk.tar.zst\nDEBUG: Testing URL file://b1/de/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d_create_spdx.tar.zst\nDEBUG: Testing URL file://fe/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58_package.tar.zst\nDEBUG: For url ['file', '', 'ac/90/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b1/de/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d_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/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58_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://58/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d_packagedata.tar.zst\nDEBUG: For url file://ac/90/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/90/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.191%3Ar0%3Acore2-64%3A12%3Aac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827_create_package_spdx.tar.zst;downloadfilename=ac/90/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827_create_package_spdx.tar.zst\nDEBUG: For url file://b1/de/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/de/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A12%3Ab1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d_create_spdx.tar.zst;downloadfilename=b1/de/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d_create_spdx.tar.zst\nDEBUG: For url file://fe/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/80/sstate%3Alibedit%3Acore2-64-poky-linux%3A20240517-3.1%3Ar0%3Acore2-64%3A12%3Afe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58_package.tar.zst;downloadfilename=fe/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/ba/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://65/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/f3/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e_recipe_qa.tar.zst\nDEBUG: Searching for e3/ba/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d5/0c/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/c7/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:7cc7e46710da5290e6ec9234d8d1f2d929f4ec0e2ef62125d45752393b849fbc_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/1d/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/1f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941_create_package_spdx.tar.zst\nDEBUG: Using  for e3/ba/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009_package_write_ipk.tar.zst\nDEBUG: Searching for d5/0c/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f5/a6/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/98/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d898bf985cbdb10a1bdf6aca00451e23af1d178648d0b48f561d9d64b35779c0_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://56/5c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a_package_write_ipk.tar.zst\nDEBUG: Searching for 7f/1f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e3/ba/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009_package_write_ipk.tar.zst\nDEBUG: Using  for d5/0c/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278_package_qa.tar.zst\nDEBUG: Searching for f5/a6/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst\nDEBUG: Searching for 56/5c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7f/1f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e3/ba/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009_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://d5/0c/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278_package_qa.tar.zst\nDEBUG: Using  for f5/a6/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5_create_spdx.tar.zst\nDEBUG: Searching for 60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 56/5c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://7f/1f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941_create_package_spdx.tar.zst\nDEBUG: For url file://e3/ba/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/ba/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.6%3Ar0%3Acore2-64%3A12%3Ae3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009_package_write_ipk.tar.zst;downloadfilename=e3/ba/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'd5/0c/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278_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/a6/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5_create_spdx.tar.zst\nDEBUG: Using  for 60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst\nDEBUG: Testing URL file://56/5c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '7f/1f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d5/0c/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/0c/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A12%3Ad50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278_package_qa.tar.zst;downloadfilename=d5/0c/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f5/a6/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst\nDEBUG: For url ['file', '', '56/5c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a_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://7f/1f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/1f/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A12%3A7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941_create_package_spdx.tar.zst;downloadfilename=7f/1f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941_create_package_spdx.tar.zst\nDEBUG: For url file://f5/a6/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/a6/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A12%3Af5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5_create_spdx.tar.zst;downloadfilename=f5/a6/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://56/5c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/5c/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3A565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a_package_write_ipk.tar.zst;downloadfilename=56/5c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a_package_write_ipk.tar.zst\nDEBUG: For url file://60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/24/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst;downloadfilename=60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://34/80/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/e6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:e6e676e3f37671281893f9798c1927bdf2010170577fa4dd796bacb041bdfadf_package.tar.zst\nDEBUG: SState: Successful fetch test for file://09/de/sstate:libjpeg-turbo-native::3.0.1:r0::12:09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/0c/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://50/b5/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/b7/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/ef/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/49/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9_recipe_qa.tar.zst\nDEBUG: Searching for 50/b5/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5e/b7/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a7/ef/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b9/49/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 50/b5/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d_packagedata.tar.zst\nDEBUG: Using  for 5e/b7/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb_create_package_spdx.tar.zst\nDEBUG: Using  for a7/ef/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281_packagedata.tar.zst\nDEBUG: Using  for b9/49/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9_recipe_qa.tar.zst\nDEBUG: Testing URL file://50/b5/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d_packagedata.tar.zst\nDEBUG: Testing URL file://5e/b7/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a7/ef/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281_packagedata.tar.zst\nDEBUG: Testing URL file://b9/49/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '50/b5/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5e/b7/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a7/ef/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b9/49/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://50/b5/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/b5/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20240407%3Ar0%3Acore2-64%3A12%3A50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d_packagedata.tar.zst;downloadfilename=50/b5/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d_packagedata.tar.zst\nDEBUG: For url file://5e/b7/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/b7/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.38%3Ar0%3Acore2-64%3A12%3A5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb_create_package_spdx.tar.zst;downloadfilename=5e/b7/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb_create_package_spdx.tar.zst\nDEBUG: For url file://a7/ef/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/ef/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3Aa7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281_packagedata.tar.zst;downloadfilename=a7/ef/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281_packagedata.tar.zst\nDEBUG: For url file://b9/49/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/49/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3Ab9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9_recipe_qa.tar.zst;downloadfilename=b9/49/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://56/5c/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:565ca46e160a5cebc6fe73615cb0c41487fa931fb1449647e9a0a3c43176ef0a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/ba/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e3baa524144718f6a9f4f77caa5f4fe161438b96c842e39a7f5771a940d96009_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://88/7b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/68/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/d3/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:a7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc_populate_sysroot.tar.zst\nDEBUG: Searching for 88/7b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d8/12/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd_package_write_rpm.tar.zst\nDEBUG: Searching for a7/d3/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:a7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 88/7b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6_populate_sysroot.tar.zst\nDEBUG: Searching for d8/12/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a7/d3/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:a7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://88/7b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6_populate_sysroot.tar.zst\nDEBUG: Using  for d8/12/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a7/d3/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:a7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '88/7b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d8/12/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a7/d3/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:a7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://88/7b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/7b/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6_populate_sysroot.tar.zst;downloadfilename=88/7b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd8/12/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd_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/d3/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:a7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/d3/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A12%3Aa7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc_populate_sysroot.tar.zst;downloadfilename=a7/d3/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:a7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fe80b06f0abf1694e765fcd9f3deeb77ddc9c5311c28e93c742607068e451d58_package.tar.zst\nDEBUG: For url file://d8/12/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/12/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A12%3Ad812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd_package_write_rpm.tar.zst;downloadfilename=d8/12/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://50/b5/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/a6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/49/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://44/6f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:446f28102e3308531d230bf557e4a811730b52ee87e3a00fedf9a5034ce202b2_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/ef/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/77/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/a6/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5_create_spdx.tar.zst\nDEBUG: Searching for d4/a6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://45/da/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/45/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://33/87/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5_packagedata.tar.zst\nDEBUG: Searching for f3/77/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c3/90/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6_populate_sysroot.tar.zst\nDEBUG: Using  for d4/a6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c_create_spdx.tar.zst\nDEBUG: Searching for 45/da/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f4/45/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 33/87/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f3/77/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89_package_write_deb.tar.zst\nDEBUG: Searching for c3/90/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d4/a6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c_create_spdx.tar.zst\nDEBUG: Using  for 45/da/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387_create_package_spdx.tar.zst\nDEBUG: Using  for f4/45/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b_populate_sysroot.tar.zst\nDEBUG: Using  for 33/87/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5_packagedata.tar.zst\nDEBUG: Testing URL file://f3/77/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89_package_write_deb.tar.zst\nDEBUG: Using  for c3/90/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd4/a6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c_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://88/7b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://45/da/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f4/45/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://33/87/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f3/77/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89_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://c3/90/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6_populate_sysroot.tar.zst\nDEBUG: For url file://d4/a6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/a6/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A12%3Ad4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c_create_spdx.tar.zst;downloadfilename=d4/a6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/4a/sstate:python3-atomicwrites::1.4.1:r0::12:c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '45/da/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f4/45/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b_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/87/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f3/77/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/77/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A12%3Af377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89_package_write_deb.tar.zst;downloadfilename=f3/77/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c3/90/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c2/4a/sstate:python3-atomicwrites::1.4.1:r0::12:c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://45/da/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/da/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A12%3A45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387_create_package_spdx.tar.zst;downloadfilename=45/da/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387_create_package_spdx.tar.zst\nDEBUG: For url file://f4/45/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/45/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A12%3Af445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b_populate_sysroot.tar.zst;downloadfilename=f4/45/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b_populate_sysroot.tar.zst\nDEBUG: For url file://33/87/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/87/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.11%3Ar0%3Acore2-64%3A12%3A33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5_packagedata.tar.zst;downloadfilename=33/87/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5_packagedata.tar.zst\nDEBUG: For url file://c3/90/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/90/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Ac39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6_populate_sysroot.tar.zst;downloadfilename=c3/90/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6_populate_sysroot.tar.zst\nDEBUG: Using  for c2/4a/sstate:python3-atomicwrites::1.4.1:r0::12:c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/b7/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c2/4a/sstate:python3-atomicwrites::1.4.1:r0::12:c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://69/6f/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:696f60c2629eeee70f6845eaf7cff61deb558bbdd9b4400df81fc81147d5a714_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/77/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f377e3163629dd3cfaa173577fc8b75e9d614b0c77751a2409e258506d109c89_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c2/4a/sstate:python3-atomicwrites::1.4.1:r0::12:c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8_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://39/e6/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301_recipe_qa.tar.zst\nDEBUG: Searching for b6/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c2/4a/sstate:python3-atomicwrites::1.4.1:r0::12:c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/4a/sstate%3Apython3-atomicwrites%3A%3A1.4.1%3Ar0%3A%3A12%3Ac24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8_populate_lic.tar.zst;downloadfilename=c2/4a/sstate:python3-atomicwrites::1.4.1:r0::12:c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8_populate_lic.tar.zst\nDEBUG: Searching for 39/e6/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/e6/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b6/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c_create_package_spdx.tar.zst\nDEBUG: Using  for 39/e6/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b_package_write_ipk.tar.zst\nDEBUG: Using  for universal/e6/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/de/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/45/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f445e77847d73ff735993c49394032a0d502b4cbc435888814124be73d8c751b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/1f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941_create_package_spdx.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://15/10/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/d3/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:a7d3f2da5d396d961d063245f7453b9e5493316decf185cd5b3abadc6c0d98bc_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/a6/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/12/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://45/da/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b6/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://39/e6/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/e6/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/9f/sstate:libgpg-error-native::1.49:r0::12:d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/19/sstate:diffutils::3.10:r0::12:f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/90/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c39006a67d649b03c19fd5c59adc7f5113a6da18ae5859b0525672ccf22247b6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/73/65/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/3c/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/1f/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:c81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/77/sstate:xf86-video-vesa::2.6.0:r0::12:b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/8b/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a7/86/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b6/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '39/e6/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b_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', '', 'universal/e6/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301_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/4a/sstate:python3-atomicwrites::1.4.1:r0::12:c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8_populate_lic.tar.zst\nDEBUG: Searching for d2/9f/sstate:libgpg-error-native::1.49:r0::12:d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f0/19/sstate:diffutils::3.10:r0::12:f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://62/e4/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6_populate_sysroot.tar.zst\nDEBUG: Searching for universal/73/65/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d0/3c/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c8/1f/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:c81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b1/77/sstate:xf86-video-vesa::2.6.0:r0::12:b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0e/8b/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a7/86/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b6/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/ca/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3Ab6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c_create_package_spdx.tar.zst;downloadfilename=b6/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c_create_package_spdx.tar.zst\nDEBUG: For url file://39/e6/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/e6/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b_package_write_ipk.tar.zst;downloadfilename=39/e6/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b_package_write_ipk.tar.zst\nDEBUG: For url file://universal/e6/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/98/sstate%3Adbus-glib-native%3Ax86_64-linux%3A0.112%3Ar0%3Ax86_64%3A12%3Ae698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301_recipe_qa.tar.zst;downloadfilename=universal/e6/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/df/sstate:python3-iniparse-native::0.5:r0::12:a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac_populate_lic.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst: HTTP Error 404: Not Found\nDEBUG: Using  for d2/9f/sstate:libgpg-error-native::1.49:r0::12:d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e_populate_lic.tar.zst\nDEBUG: Using  for f0/19/sstate:diffutils::3.10:r0::12:f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef_populate_lic.tar.zst\nDEBUG: Searching for 62/e4/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/73/65/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177_recipe_qa.tar.zst\nDEBUG: Using  for d0/3c/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5_packagedata.tar.zst\nDEBUG: Using  for c8/1f/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:c81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46_package.tar.zst\nDEBUG: Using  for b1/77/sstate:xf86-video-vesa::2.6.0:r0::12:b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2_populate_lic.tar.zst\nDEBUG: Using  for 0e/8b/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/a7/86/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32_create_package_spdx.tar.zst\nDEBUG: Searching for a8/df/sstate:python3-iniparse-native::0.5:r0::12:a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d2/9f/sstate:libgpg-error-native::1.49:r0::12:d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://33/87/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5_packagedata.tar.zst\nDEBUG: Testing URL file://f0/19/sstate:diffutils::3.10:r0::12:f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef_populate_lic.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst (FetchError(\"URL doesn't work\", 'file://60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst'. URL doesn't work\n\nDEBUG: Using  for 62/e4/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/73/65/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177_recipe_qa.tar.zst\nDEBUG: Testing URL file://d0/3c/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5_packagedata.tar.zst\nDEBUG: Testing URL file://c8/1f/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:c81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46_package.tar.zst\nDEBUG: Testing URL file://b1/77/sstate:xf86-video-vesa::2.6.0:r0::12:b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2_populate_lic.tar.zst\nDEBUG: Testing URL file://0e/8b/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/a7/86/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32_create_package_spdx.tar.zst\nDEBUG: Using  for a8/df/sstate:python3-iniparse-native::0.5:r0::12:a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd2/9f/sstate:libgpg-error-native::1.49:r0::12:d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e_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/9b/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f0/19/sstate:diffutils::3.10:r0::12:f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef_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://2a/f9/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555_create_spdx.tar.zst\nDEBUG: Testing URL file://62/e4/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/73/65/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177_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/3c/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c8/1f/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:c81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b1/77/sstate:xf86-video-vesa::2.6.0:r0::12:b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0e/8b/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4_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/a7/86/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a8/df/sstate:python3-iniparse-native::0.5:r0::12:a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac_populate_lic.tar.zst\nDEBUG: For url file://d2/9f/sstate:libgpg-error-native::1.49:r0::12:d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/9f/sstate%3Alibgpg-error-native%3A%3A1.49%3Ar0%3A%3A12%3Ad29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e_populate_lic.tar.zst;downloadfilename=d2/9f/sstate:libgpg-error-native::1.49:r0::12:d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e_populate_lic.tar.zst\nDEBUG: Searching for cc/9b/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f0/19/sstate:diffutils::3.10:r0::12:f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/19/sstate%3Adiffutils%3A%3A3.10%3Ar0%3A%3A12%3Af019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef_populate_lic.tar.zst;downloadfilename=f0/19/sstate:diffutils::3.10:r0::12:f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef_populate_lic.tar.zst\nDEBUG: Searching for 2a/f9/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://39/e6/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '62/e4/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6_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/e6/98/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301_recipe_qa.tar.zst\nDEBUG: For url file://universal/73/65/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/73/65/sstate%3Adwarfsrcfiles-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3A7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177_recipe_qa.tar.zst;downloadfilename=universal/73/65/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177_recipe_qa.tar.zst\nDEBUG: For url file://d0/3c/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/3c/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3Ad03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5_packagedata.tar.zst;downloadfilename=d0/3c/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5_packagedata.tar.zst\nDEBUG: For url file://c8/1f/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:c81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/1f/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A12%3Ac81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46_package.tar.zst;downloadfilename=c8/1f/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:c81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46_package.tar.zst\nDEBUG: For url file://b1/77/sstate:xf86-video-vesa::2.6.0:r0::12:b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/77/sstate%3Axf86-video-vesa%3A%3A2.6.0%3Ar0%3A%3A12%3Ab1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2_populate_lic.tar.zst;downloadfilename=b1/77/sstate:xf86-video-vesa::2.6.0:r0::12:b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2_populate_lic.tar.zst\nDEBUG: For url file://0e/8b/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/8b/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A12%3A0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4_deploy_source_date_epoch.tar.zst;downloadfilename=0e/8b/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a7/86/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a7/86/sstate%3Apython3-pathspec-native%3Ax86_64-linux%3A0.12.1%3Ar0%3Ax86_64%3A12%3Aa78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32_create_package_spdx.tar.zst;downloadfilename=universal/a7/86/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a8/df/sstate:python3-iniparse-native::0.5:r0::12:a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cc/9b/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97_create_spdx.tar.zst\nDEBUG: Using  for 2a/f9/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/ec/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593_packagedata.tar.zst\nDEBUG: For url file://62/e4/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/e4/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A12%3A62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6_populate_sysroot.tar.zst;downloadfilename=62/e4/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/ce/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/90/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/9f/sstate:libgpg-error-native::1.49:r0::12:d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/19/sstate:diffutils::3.10:r0::12:f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef_populate_lic.tar.zst\nDEBUG: For url file://a8/df/sstate:python3-iniparse-native::0.5:r0::12:a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/df/sstate%3Apython3-iniparse-native%3A%3A0.5%3Ar0%3A%3A12%3Aa8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac_populate_lic.tar.zst;downloadfilename=a8/df/sstate:python3-iniparse-native::0.5:r0::12:a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac_populate_lic.tar.zst\nDEBUG: Testing URL file://cc/9b/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97_create_spdx.tar.zst\nDEBUG: Testing URL file://2a/f9/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/73/65/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:7365bd020d07117d3f891c1aabc754a304a89c9db25ea7fd3244bc7542b8f177_recipe_qa.tar.zst\nDEBUG: Searching for 96/ec/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b1/77/sstate:xf86-video-vesa::2.6.0:r0::12:b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2_populate_lic.tar.zst\nDEBUG: Searching for d8/ce/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c8/1f/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:c81fe9034908d2c68db6bb199724e3f2ce2e81be50b6b23e489b79542db42a46_package.tar.zst\nDEBUG: SState: Attempting to fetch file://00/dd/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c7/97/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:c797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/bd/sstate:python3::3.12.4:r0::12:4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/8b/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:0e8bac39baebb890034e53489f0fa1d4b9b145d7ae2fbb712160d230091c81c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cc/9b/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97_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/f9/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555_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/a7/86/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18_recipe_qa.tar.zst\nDEBUG: Using  for 96/ec/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/0c/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db_populate_sysroot.tar.zst\nDEBUG: Using  for d8/ce/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/36/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3_create_spdx.tar.zst\nDEBUG: Searching for 00/dd/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/c7/97/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:c797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4c/bd/sstate:python3::3.12.4:r0::12:4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://79/f5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b_package.tar.zst\nDEBUG: For url file://cc/9b/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/9b/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3Acc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97_create_spdx.tar.zst;downloadfilename=cc/9b/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97_create_spdx.tar.zst\nDEBUG: For url file://2a/f9/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/f9/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.4%3Ar0%3Acore2-64%3A12%3A2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555_create_spdx.tar.zst;downloadfilename=2a/f9/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/fc/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8_package_write_rpm.tar.zst\nDEBUG: Searching for f7/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://62/e4/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://96/ec/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593_packagedata.tar.zst\nDEBUG: Searching for universal/04/0c/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d8/ce/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4_recipe_qa.tar.zst\nDEBUG: Searching for 0b/36/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 00/dd/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd_package_write_deb.tar.zst\nDEBUG: Using  for universal/c7/97/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:c797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4c/bd/sstate:python3::3.12.4:r0::12:4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089_populate_lic.tar.zst\nDEBUG: Searching for 79/f5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e2/fc/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a8/df/sstate:python3-iniparse-native::0.5:r0::12:a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac_populate_lic.tar.zst\nDEBUG: Using  for f7/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://25/67/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '96/ec/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/04/0c/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd8/ce/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0b/36/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3_create_spdx.tar.zst\nDEBUG: Testing URL file://00/dd/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/c7/97/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:c797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4c/bd/sstate:python3::3.12.4:r0::12:4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089_populate_lic.tar.zst\nDEBUG: Using  for 79/f5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b_package.tar.zst\nDEBUG: Using  for e2/fc/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:d265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f7/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18_recipe_qa.tar.zst\nDEBUG: Searching for 25/67/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://96/ec/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/ec/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593_packagedata.tar.zst;downloadfilename=96/ec/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593_packagedata.tar.zst\nDEBUG: Testing URL file://universal/04/0c/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db_populate_sysroot.tar.zst\nDEBUG: For url file://d8/ce/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/ce/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3Ad8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4_recipe_qa.tar.zst;downloadfilename=d8/ce/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4_recipe_qa.tar.zst\nDEBUG: Testing URL file://0b/36/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3_create_spdx.tar.zst\nDEBUG: For url ['file', '', '00/dd/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd_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/c7/97/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:c797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964_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/bd/sstate:python3::3.12.4:r0::12:4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://79/f5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b_package.tar.zst\nDEBUG: Testing URL file://e2/fc/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8_package_write_rpm.tar.zst\nDEBUG: Searching for d2/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:d265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f7/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 25/67/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/04/0c/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0b/36/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3_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://d0/3c/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5_packagedata.tar.zst\nDEBUG: For url file://00/dd/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/dd/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.7%3Ar0%3Acore2-64%3A12%3A00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd_package_write_deb.tar.zst;downloadfilename=00/dd/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd_package_write_deb.tar.zst\nDEBUG: For url file://universal/c7/97/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:c797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c7/97/sstate%3Alibxft-native%3Ax86_64-linux%3A2.3.8%3Ar0%3Ax86_64%3A12%3Ac797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c7/97/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:c797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4c/bd/sstate:python3::3.12.4:r0::12:4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/bd/sstate%3Apython3%3A%3A3.12.4%3Ar0%3A%3A12%3A4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089_populate_lic.tar.zst;downloadfilename=4c/bd/sstate:python3::3.12.4:r0::12:4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089_populate_lic.tar.zst\nDEBUG: For url ['file', '', '79/f5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e2/fc/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8_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/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:d265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89_populate_sysroot.tar.zst\nDEBUG: For url file://f7/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/26/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3Af7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18_recipe_qa.tar.zst;downloadfilename=f7/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18_recipe_qa.tar.zst\nDEBUG: Testing URL file://25/67/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa_populate_sysroot.tar.zst\nDEBUG: For url file://universal/04/0c/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/0c/sstate%3Agettext-native%3Ax86_64-linux%3A0.22.5%3Ar0%3Ax86_64%3A12%3A040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db_populate_sysroot.tar.zst;downloadfilename=universal/04/0c/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db_populate_sysroot.tar.zst\nDEBUG: For url file://0b/36/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/36/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3_create_spdx.tar.zst;downloadfilename=0b/36/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/f6/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:d7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://96/ec/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593_packagedata.tar.zst\nDEBUG: For url file://79/f5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/f5/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b_package.tar.zst;downloadfilename=79/f5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/ce/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4_recipe_qa.tar.zst\nDEBUG: For url file://e2/fc/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/fc/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A12%3Ae2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8_package_write_rpm.tar.zst;downloadfilename=e2/fc/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/f9/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555_create_spdx.tar.zst\nDEBUG: Testing URL file://d2/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:d265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '25/67/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d7/f6/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:d7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://22/5e/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/bd/sstate:python3::3.12.4:r0::12:4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c7/97/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:c797e9f6ca23ba4ede4e825d85c09b408bb1a01cc4ce8bdf2c14bf4efa586964_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://65/37/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3f/75/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd2/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:d265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89_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://f7/26/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18_recipe_qa.tar.zst\nDEBUG: For url file://25/67/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/67/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.103.2%3Ar0%3Acore2-64%3A12%3A2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa_populate_sysroot.tar.zst;downloadfilename=25/67/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa_populate_sysroot.tar.zst\nDEBUG: Using  for d7/f6/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:d7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb_package_write_ipk.tar.zst\nDEBUG: Searching for 22/5e/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://da/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:daace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/2f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 65/37/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3f/75/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/04/0c/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db_populate_sysroot.tar.zst\nDEBUG: For url file://d2/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:d265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/65/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A12%3Ad265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89_populate_sysroot.tar.zst;downloadfilename=d2/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:d265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/e9/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d7/f6/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:d7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb_package_write_ipk.tar.zst\nDEBUG: Using  for 22/5e/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://79/f5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:79f5b7ef22a5d09204b0067c7a0b0510521a2cb631654d2c9b3e44d057e9805b_package.tar.zst\nDEBUG: Searching for da/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:daace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1d/2f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 65/37/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d_create_spdx.tar.zst\nDEBUG: Using  for universal/3f/75/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/fc/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://03/8e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573_create_package_spdx.tar.zst\nDEBUG: Searching for 0e/e9/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b6/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd7/f6/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:d7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb_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://22/5e/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/88/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24_package_write_deb.tar.zst\nDEBUG: Using  for da/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:daace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed_package_write_ipk.tar.zst\nDEBUG: Using  for 1d/2f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://65/37/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/3f/75/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/8b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553_package_qa.tar.zst\nDEBUG: Searching for 03/8e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0e/e9/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/11/sstate:rpcbind::1.2.6:r0::12:f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22_populate_lic.tar.zst\nDEBUG: For url file://d7/f6/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:d7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/f6/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.6%3Ar0%3Acore2-64%3A12%3Ad7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb_package_write_ipk.tar.zst;downloadfilename=d7/f6/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:d7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '22/5e/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0e/88/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://da/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:daace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed_package_write_ipk.tar.zst\nDEBUG: Testing URL file://1d/2f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '65/37/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d_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/3f/75/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e0/8b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 03/8e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573_create_package_spdx.tar.zst\nDEBUG: Testing URL file://0e/e9/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6_package_write_rpm.tar.zst\nDEBUG: Searching for f7/11/sstate:rpcbind::1.2.6:r0::12:f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://22/5e/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/5e/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.4%2Bgit%3Ar0%3Acore2-64%3A12%3A225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25_package_write_deb.tar.zst;downloadfilename=22/5e/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25_package_write_deb.tar.zst\nDEBUG: Using  for 0e/88/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'da/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:daace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed_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://d2/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:d265ca493c7d0c266ff03274bf181cbee933902053fff8bdc55ea1b35ff44f89_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '1d/2f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324_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/37/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/37/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d_create_spdx.tar.zst;downloadfilename=65/37/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d_create_spdx.tar.zst\nDEBUG: For url file://universal/3f/75/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3f/75/sstate%3Adtc-native%3Ax86_64-linux%3A1.7.0%3Ar0%3Ax86_64%3A12%3A3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b_populate_sysroot.tar.zst;downloadfilename=universal/3f/75/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b_populate_sysroot.tar.zst\nDEBUG: Using  for e0/8b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553_package_qa.tar.zst\nDEBUG: Testing URL file://03/8e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '0e/e9/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f7/11/sstate:rpcbind::1.2.6:r0::12:f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22_populate_lic.tar.zst\nDEBUG: Testing URL file://0e/88/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24_package_write_deb.tar.zst\nDEBUG: For url file://da/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:daace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/ac/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A12%3Adaace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed_package_write_ipk.tar.zst;downloadfilename=da/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:daace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d5/f4/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc_recipe_qa.tar.zst\nDEBUG: For url file://1d/2f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/2f/sstate%3Arust%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324_deploy_source_date_epoch.tar.zst;downloadfilename=1d/2f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e0/8b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553_package_qa.tar.zst\nDEBUG: For url ['file', '', '03/8e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0e/e9/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/e9/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6_package_write_rpm.tar.zst;downloadfilename=0e/e9/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f7/11/sstate:rpcbind::1.2.6:r0::12:f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0e/88/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/d5/f4/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://22/5e/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:225eb24b9e1735067672b7fe15d85eb03fd436ed4eccd615d9cd9fa4c9605d25_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e0/8b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://03/8e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/8e/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573_create_package_spdx.tar.zst;downloadfilename=03/8e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f7/11/sstate:rpcbind::1.2.6:r0::12:f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0e/88/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/88/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24_package_write_deb.tar.zst;downloadfilename=0e/88/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3f/75/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/36/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/9b/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97_create_spdx.tar.zst\nDEBUG: Using  for universal/d5/f4/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/99/ff/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97_populate_sysroot.tar.zst\nDEBUG: For url file://e0/8b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/8b/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A12%3Ae08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553_package_qa.tar.zst;downloadfilename=e0/8b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553_package_qa.tar.zst\nDEBUG: For url file://f7/11/sstate:rpcbind::1.2.6:r0::12:f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/11/sstate%3Arpcbind%3A%3A1.2.6%3Ar0%3A%3A12%3Af71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22_populate_lic.tar.zst;downloadfilename=f7/11/sstate:rpcbind::1.2.6:r0::12:f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/f6/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:d7f69d4702674827ea955a50b2ebd66601b32cc8e6e3702320eee514069658fb_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/87/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/2f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1d2ff28c4e3fe0cca3565522ef22b2a29d741624f21f17e30f06596a32e9e324_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/ee/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f1/60/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:f160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/d5/f4/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc_recipe_qa.tar.zst\nDEBUG: Searching for universal/99/ff/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c2/50/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a_package_write_deb.tar.zst\nDEBUG: Searching for ed/87/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://00/07/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2_package.tar.zst\nDEBUG: Searching for 8b/ee/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/f1/60/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:f160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/d5/f4/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/99/ff/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97_populate_sysroot.tar.zst\nDEBUG: Searching for c2/50/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ed/87/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234_package_qa.tar.zst\nDEBUG: Searching for 00/07/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8b/ee/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64_populate_sysroot.tar.zst\nDEBUG: Using  for universal/f1/60/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:f160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/d5/f4/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d5/f4/sstate%3Amakedevs-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3Ad5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc_recipe_qa.tar.zst;downloadfilename=universal/d5/f4/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/99/ff/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97_populate_sysroot.tar.zst\nDEBUG: Using  for c2/50/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a_package_write_deb.tar.zst\nDEBUG: Testing URL file://ed/87/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234_package_qa.tar.zst\nDEBUG: Using  for 00/07/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2_package.tar.zst\nDEBUG: Testing URL file://8b/ee/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/f1/60/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:f160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/99/ff/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c2/50/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/11/sstate:rpcbind::1.2.6:r0::12:f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://da/ac/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:daace07b73a6c6299721f1b8002db128d7f97f557c5ad5610122a2db59bc53ed_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ed/87/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234_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://e0/8b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553_package_qa.tar.zst\nDEBUG: Testing URL file://00/07/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2_package.tar.zst\nDEBUG: For url ['file', '', '8b/ee/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64_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/f1/60/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:f160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6_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/99/ff/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/99/ff/sstate%3Alibxml-sax-perl-native%3Ax86_64-linux%3A1.02%3Ar0%3Ax86_64%3A12%3A99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97_populate_sysroot.tar.zst;downloadfilename=universal/99/ff/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c2/50/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a_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://40/b2/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://83/0e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466_populate_sysroot.tar.zst\nDEBUG: For url file://ed/87/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/87/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.7%3Ar0%3Acore2-64%3A12%3Aed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234_package_qa.tar.zst;downloadfilename=ed/87/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/9d/sstate:xf86-video-fbdev::0.5.0:r0::12:1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012_populate_lic.tar.zst\nDEBUG: For url ['file', '', '00/07/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8b/ee/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/ee/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A12%3A8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64_populate_sysroot.tar.zst;downloadfilename=8b/ee/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64_populate_sysroot.tar.zst\nDEBUG: For url file://universal/f1/60/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:f160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f1/60/sstate%3Alibcheck-native%3Ax86_64-linux%3A0.15.2%3Ar0%3Ax86_64%3A12%3Af160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f1/60/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:f160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c2/50/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/50/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A12%3Ac250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a_package_write_deb.tar.zst;downloadfilename=c2/50/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a_package_write_deb.tar.zst\nDEBUG: Searching for 40/b2/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 83/0e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1a/9d/sstate:xf86-video-fbdev::0.5.0:r0::12:1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://00/07/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/07/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.42%3Ar0%3Acore2-64%3A12%3A00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2_package.tar.zst;downloadfilename=00/07/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d5/f4/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc_recipe_qa.tar.zst\nDEBUG: Using  for 40/b2/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/99/ff/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:99ff8cb521e87720d25ac4141bae5ac04e2edb9e8f75268ee950b401ff620f97_populate_sysroot.tar.zst\nDEBUG: Using  for 83/0e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466_populate_sysroot.tar.zst\nDEBUG: Using  for 1a/9d/sstate:xf86-video-fbdev::0.5.0:r0::12:1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/3a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://40/b2/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://48/28/sstate:libxrender::0.9.11:r0::12:4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e_populate_lic.tar.zst\nDEBUG: Testing URL file://83/0e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1a/9d/sstate:xf86-video-fbdev::0.5.0:r0::12:1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012_populate_lic.tar.zst\nDEBUG: Searching for 5c/3a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '40/b2/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c_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 48/28/sstate:libxrender::0.9.11:r0::12:4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '83/0e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1a/9d/sstate:xf86-video-fbdev::0.5.0:r0::12:1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5c/3a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://40/b2/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/b2/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c_deploy_source_date_epoch.tar.zst;downloadfilename=40/b2/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 48/28/sstate:libxrender::0.9.11:r0::12:4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e_populate_lic.tar.zst\nDEBUG: For url file://83/0e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/0e/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466_populate_sysroot.tar.zst;downloadfilename=83/0e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466_populate_sysroot.tar.zst\nDEBUG: For url file://1a/9d/sstate:xf86-video-fbdev::0.5.0:r0::12:1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/9d/sstate%3Axf86-video-fbdev%3A%3A0.5.0%3Ar0%3A%3A12%3A1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012_populate_lic.tar.zst;downloadfilename=1a/9d/sstate:xf86-video-fbdev::0.5.0:r0::12:1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012_populate_lic.tar.zst\nDEBUG: Testing URL file://5c/3a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/ee/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8bee1cec7dbfbf0527e3d752a9483ecbbd1c49f98f0e17e4adb6675ad812ec64_populate_sysroot.tar.zst\nDEBUG: Testing URL file://48/28/sstate:libxrender::0.9.11:r0::12:4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f1/60/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:f160aa5f6d60cf1c5be21e27fe9f739e4100cacbe699dd87d89374be2471aca6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5c/3a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c_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://dc/d1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:dcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '48/28/sstate:libxrender::0.9.11:r0::12:4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e_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://0e/88/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:0e8832668e92360f4acba7d3e30dfd8b0486a6eb2effcd6981e70111a29c3f24_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b8/22/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc_populate_sysroot.tar.zst\nDEBUG: For url file://5c/3a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/3a/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.23.0%3Ar0%3Acore2-64%3A12%3A5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c_deploy_source_date_epoch.tar.zst;downloadfilename=5c/3a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for dc/d1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:dcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://48/28/sstate:libxrender::0.9.11:r0::12:4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/28/sstate%3Alibxrender%3A%3A0.9.11%3Ar0%3A%3A12%3A4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e_populate_lic.tar.zst;downloadfilename=48/28/sstate:libxrender::0.9.11:r0::12:4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/b4/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4_create_package_spdx.tar.zst\nDEBUG: Searching for universal/b8/22/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for dc/d1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:dcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fe/b4/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/b8/22/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://dc/d1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:dcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://83/0e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:830ec4c3a85396865fba48a8fc220997fd78c05898e6f0f8db4c8faa412a0466_populate_sysroot.tar.zst\nDEBUG: Using  for fe/b4/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b8/22/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'dc/d1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:dcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979_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/ef/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580_packagedata.tar.zst\nDEBUG: Testing URL file://fe/b4/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b8/22/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc_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/d1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:dcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/d1/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A12%3Adcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979_deploy_source_date_epoch.tar.zst;downloadfilename=dc/d1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:dcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 44/ef/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'fe/b4/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/b8/22/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b8/22/sstate%3Ajson-c-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A12%3Ab8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc_populate_sysroot.tar.zst;downloadfilename=universal/b8/22/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc_populate_sysroot.tar.zst\nDEBUG: Using  for 44/ef/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580_packagedata.tar.zst\nDEBUG: For url file://fe/b4/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/b4/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A12%3Afeb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4_create_package_spdx.tar.zst;downloadfilename=fe/b4/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://44/ef/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580_packagedata.tar.zst\nDEBUG: For url ['file', '', '44/ef/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580_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://48/28/sstate:libxrender::0.9.11:r0::12:4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e_populate_lic.tar.zst\nDEBUG: For url file://44/ef/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/ef/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A12%3A44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580_packagedata.tar.zst;downloadfilename=44/ef/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/87/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://13/90/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/f1/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/d1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:dcd1e64e7596d4d188a3d859d023211ae2ca4647f0d9c1d16093223640f94979_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 13/90/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c4/f1/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3c/38/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf_package.tar.zst\nDEBUG: Using  for 13/90/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d_create_spdx.tar.zst\nDEBUG: Using  for c4/f1/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6_recipe_qa.tar.zst\nDEBUG: Searching for 3c/38/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://13/90/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d_create_spdx.tar.zst\nDEBUG: Testing URL file://c4/f1/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b8/22/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc_populate_sysroot.tar.zst\nDEBUG: Using  for 3c/38/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf_package.tar.zst\nDEBUG: For url ['file', '', '13/90/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d_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/f1/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6_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://05/2e/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356_packagedata.tar.zst\nDEBUG: Testing URL file://3c/38/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf_package.tar.zst\nDEBUG: For url file://13/90/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/90/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A12%3A1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d_create_spdx.tar.zst;downloadfilename=13/90/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d_create_spdx.tar.zst\nDEBUG: For url file://c4/f1/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/f1/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Ac4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6_recipe_qa.tar.zst;downloadfilename=c4/f1/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6_recipe_qa.tar.zst\nDEBUG: Searching for 05/2e/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3c/38/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf_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://65/37/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d_create_spdx.tar.zst\nDEBUG: Using  for 05/2e/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://44/ef/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/9d/sstate:xf86-video-fbdev::0.5.0:r0::12:1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012_populate_lic.tar.zst\nDEBUG: For url file://3c/38/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/38/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A12%3A3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf_package.tar.zst;downloadfilename=3c/38/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://39/7d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1_packagedata.tar.zst\nDEBUG: Testing URL file://05/2e/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://70/0c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/cd/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696_package_qa.tar.zst\nDEBUG: Searching for 39/7d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '05/2e/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356_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://00/dd/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:00ddfa9705f9e90f7afdab454b0cd22f6d902a4ac970c3293d28ef8a90a0dbdd_package_write_deb.tar.zst\nDEBUG: Searching for 70/0c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fb/cd/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 39/7d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://00/07/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:00077571166971a2ce1d863f4f5023205876bb884001fb874afa1e44a36feef2_package.tar.zst\nDEBUG: For url file://05/2e/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/2e/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356_packagedata.tar.zst;downloadfilename=05/2e/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/80/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22_package_write_deb.tar.zst\nDEBUG: Using  for 70/0c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189_package_write_rpm.tar.zst\nDEBUG: Using  for fb/cd/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696_package_qa.tar.zst\nDEBUG: Testing URL file://39/7d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/ce/sstate:python3-pygments-native::2.18.0:r0::12:ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b_populate_lic.tar.zst\nDEBUG: Searching for 7c/80/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://70/0c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/f1/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6_recipe_qa.tar.zst\nDEBUG: Testing URL file://fb/cd/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696_package_qa.tar.zst\nDEBUG: For url ['file', '', '39/7d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ec/ce/sstate:python3-pygments-native::2.18.0:r0::12:ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3c/38/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:3c38e522b130fc48469be90e21179aa910c1d3035adab145f168eb40dbf214cf_package.tar.zst\nDEBUG: Using  for 7c/80/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '70/0c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189_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://41/f3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'fb/cd/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://39/7d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/7d/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1_packagedata.tar.zst;downloadfilename=39/7d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1_packagedata.tar.zst\nDEBUG: Using  for ec/ce/sstate:python3-pygments-native::2.18.0:r0::12:ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/22/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7c/80/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22_package_write_deb.tar.zst\nDEBUG: For url file://70/0c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/0c/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A12%3A700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189_package_write_rpm.tar.zst;downloadfilename=70/0c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189_package_write_rpm.tar.zst\nDEBUG: Searching for 41/f3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fb/cd/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/cd/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A46.0%3Ar0%3Aallarch%3A12%3Afbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696_package_qa.tar.zst;downloadfilename=fb/cd/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696_package_qa.tar.zst\nDEBUG: Testing URL file://ec/ce/sstate:python3-pygments-native::2.18.0:r0::12:ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b_populate_lic.tar.zst\nDEBUG: Searching for 9c/22/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7c/80/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22_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://05/2e/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356_packagedata.tar.zst\nDEBUG: Using  for 41/f3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ec/ce/sstate:python3-pygments-native::2.18.0:r0::12:ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9c/22/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7c/80/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/80/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.3.1%3Ar0%3Acore2-64%3A12%3A7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22_package_write_deb.tar.zst;downloadfilename=7c/80/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://14/de/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f_package_write_deb.tar.zst\nDEBUG: Testing URL file://41/f3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd_create_package_spdx.tar.zst\nDEBUG: For url file://ec/ce/sstate:python3-pygments-native::2.18.0:r0::12:ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/ce/sstate%3Apython3-pygments-native%3A%3A2.18.0%3Ar0%3A%3A12%3Aecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b_populate_lic.tar.zst;downloadfilename=ec/ce/sstate:python3-pygments-native::2.18.0:r0::12:ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b_populate_lic.tar.zst\nDEBUG: Testing URL file://9c/22/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 14/de/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '41/f3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9c/22/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7_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://70/0c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189_package_write_rpm.tar.zst\nDEBUG: Using  for 14/de/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/cd/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696_package_qa.tar.zst\nDEBUG: For url file://41/f3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/f3/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd_create_package_spdx.tar.zst;downloadfilename=41/f3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd_create_package_spdx.tar.zst\nDEBUG: For url file://9c/22/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/22/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A12%3A9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7_deploy_source_date_epoch.tar.zst;downloadfilename=9c/22/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/d0/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9_package_write_deb.tar.zst\nDEBUG: Testing URL file://14/de/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/9f/sstate:libmicrohttpd-native::1.0.1:r0::12:1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc_populate_lic.tar.zst\nDEBUG: Searching for 9a/d0/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '14/de/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1c/9f/sstate:libmicrohttpd-native::1.0.1:r0::12:1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9a/d0/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9_package_write_deb.tar.zst\nDEBUG: For url file://14/de/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/de/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A12%3A14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f_package_write_deb.tar.zst;downloadfilename=14/de/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f_package_write_deb.tar.zst\nDEBUG: Using  for 1c/9f/sstate:libmicrohttpd-native::1.0.1:r0::12:1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc_populate_lic.tar.zst\nDEBUG: Testing URL file://9a/d0/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9_package_write_deb.tar.zst\nDEBUG: Testing URL file://1c/9f/sstate:libmicrohttpd-native::1.0.1:r0::12:1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/ce/sstate:python3-pygments-native::2.18.0:r0::12:ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9a/d0/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9_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', '', '1c/9f/sstate:libmicrohttpd-native::1.0.1:r0::12:1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc_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://7c/80/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:7c8084bff22c005389d1f30d5dec80c269577b49f0aff57592411fb6d873ab22_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/a9/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079_populate_sysroot.tar.zst\nDEBUG: For url file://9a/d0/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/d0/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9_package_write_deb.tar.zst;downloadfilename=9a/d0/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9_package_write_deb.tar.zst\nDEBUG: For url file://1c/9f/sstate:libmicrohttpd-native::1.0.1:r0::12:1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/9f/sstate%3Alibmicrohttpd-native%3A%3A1.0.1%3Ar0%3A%3A12%3A1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc_populate_lic.tar.zst;downloadfilename=1c/9f/sstate:libmicrohttpd-native::1.0.1:r0::12:1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/3b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0_package_qa.tar.zst\nDEBUG: Searching for 3c/a9/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3b/3b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3c/a9/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/22/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:9c22dacee12b31392c00c3030873fc35ad207f4afa3d17d75645777cca11b6a7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://40/b2/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:40b20841a2954abb79ae142a3010ebc6c7dda7f2ba863fa07900045eab27508c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3b/3b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0_package_qa.tar.zst\nDEBUG: Testing URL file://3c/a9/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://62/f8/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://03/c0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725_package_write_deb.tar.zst\nDEBUG: Testing URL file://3b/3b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0_package_qa.tar.zst\nDEBUG: For url ['file', '', '3c/a9/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 62/f8/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 03/c0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3b/3b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3c/a9/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/a9/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079_populate_sysroot.tar.zst;downloadfilename=3c/a9/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079_populate_sysroot.tar.zst\nDEBUG: Using  for 62/f8/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 03/c0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725_package_write_deb.tar.zst\nDEBUG: For url file://3b/3b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/3b/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0_package_qa.tar.zst;downloadfilename=3b/3b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0_package_qa.tar.zst\nDEBUG: Testing URL file://62/f8/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://14/de/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:14def723557ee7b9e953c50a5a3d63a4dc27d84c6347a946cf7e4c519241792f_package_write_deb.tar.zst\nDEBUG: Testing URL file://03/c0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '62/f8/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96_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://1c/9f/sstate:libmicrohttpd-native::1.0.1:r0::12:1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/6e/sstate:tcp-wrappers::7.6:r0::12:f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://39/7d/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1_packagedata.tar.zst\nDEBUG: For url ['file', '', '03/c0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725_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://62/f8/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/f8/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.1%3Ar0%3Acore2-64%3A12%3A62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96_deploy_source_date_epoch.tar.zst;downloadfilename=62/f8/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/97/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632_recipe_qa.tar.zst\nDEBUG: Searching for f8/6e/sstate:tcp-wrappers::7.6:r0::12:f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://05/2f/sstate:wayland-protocols-native::1.36:r0::12:052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3_populate_lic.tar.zst\nDEBUG: For url file://03/c0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/c0/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725_package_write_deb.tar.zst;downloadfilename=03/c0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725_package_write_deb.tar.zst\nDEBUG: Searching for 6c/97/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/6e/sstate:tcp-wrappers::7.6:r0::12:f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33_populate_lic.tar.zst\nDEBUG: Searching for 05/2f/sstate:wayland-protocols-native::1.36:r0::12:052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6c/97/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632_recipe_qa.tar.zst\nDEBUG: Testing URL file://f8/6e/sstate:tcp-wrappers::7.6:r0::12:f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://41/f3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd_create_package_spdx.tar.zst\nDEBUG: Using  for 05/2f/sstate:wayland-protocols-native::1.36:r0::12:052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3_populate_lic.tar.zst\nDEBUG: Testing URL file://6c/97/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f8/6e/sstate:tcp-wrappers::7.6:r0::12:f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33_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://8d/7c/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483_packagedata.tar.zst\nDEBUG: Testing URL file://05/2f/sstate:wayland-protocols-native::1.36:r0::12:052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6c/97/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f8/6e/sstate:tcp-wrappers::7.6:r0::12:f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/6e/sstate%3Atcp-wrappers%3A%3A7.6%3Ar0%3A%3A12%3Af86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33_populate_lic.tar.zst;downloadfilename=f8/6e/sstate:tcp-wrappers::7.6:r0::12:f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33_populate_lic.tar.zst\nDEBUG: Searching for 8d/7c/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '05/2f/sstate:wayland-protocols-native::1.36:r0::12:052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3_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/97/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/97/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A12%3A6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632_recipe_qa.tar.zst;downloadfilename=6c/97/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632_recipe_qa.tar.zst\nDEBUG: Using  for 8d/7c/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483_packagedata.tar.zst\nDEBUG: For url file://05/2f/sstate:wayland-protocols-native::1.36:r0::12:052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/2f/sstate%3Awayland-protocols-native%3A%3A1.36%3Ar0%3A%3A12%3A052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3_populate_lic.tar.zst;downloadfilename=05/2f/sstate:wayland-protocols-native::1.36:r0::12:052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://62/f8/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:62f87d119ef3c9f5e32348a6793f28b68737d57a622920152456ea114615ff96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/3a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:5c3a077cca7c5c92460b4d6385e019e4d4dacd0b41bf5c0da4ae29c1ab2dc95c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8d/7c/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/5a/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://03/c0/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:03c08d0dededc8481016a5126c9279c5d76d23422a54621c1e24e5ce578df725_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/bc/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8d/7c/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b2/5a/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://51/fd/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c_package_write_rpm.tar.zst\nDEBUG: Searching for 2f/bc/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8d/7c/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/7c/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A12%3A8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483_packagedata.tar.zst;downloadfilename=8d/7c/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483_packagedata.tar.zst\nDEBUG: Using  for b2/5a/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779_package_write_rpm.tar.zst\nDEBUG: Searching for 51/fd/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://13/90/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d_create_spdx.tar.zst\nDEBUG: Using  for 2f/bc/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b2/5a/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779_package_write_rpm.tar.zst\nDEBUG: Using  for 51/fd/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/6e/sstate:tcp-wrappers::7.6:r0::12:f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://19/ee/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af_create_spdx.tar.zst\nDEBUG: Testing URL file://2f/bc/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b2/5a/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779_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://51/fd/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://05/2f/sstate:wayland-protocols-native::1.36:r0::12:052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/97/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/2f/sstate:zip-native::3.0:r0::12:a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0_populate_lic.tar.zst\nDEBUG: Searching for 19/ee/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2f/bc/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547_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/5a/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/5a/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.57.1%3Ar0%3Acore2-64%3A12%3Ab25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779_package_write_rpm.tar.zst;downloadfilename=b2/5a/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '51/fd/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c_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/53/08/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/66/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9_package_write_ipk.tar.zst\nDEBUG: Searching for a7/2f/sstate:zip-native::3.0:r0::12:a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 19/ee/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af_create_spdx.tar.zst\nDEBUG: For url file://2f/bc/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/bc/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547_deploy_source_date_epoch.tar.zst;downloadfilename=2f/bc/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://51/fd/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/fd/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c_package_write_rpm.tar.zst;downloadfilename=51/fd/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c_package_write_rpm.tar.zst\nDEBUG: Searching for universal/53/08/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ec/66/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a7/2f/sstate:zip-native::3.0:r0::12:a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0_populate_lic.tar.zst\nDEBUG: Testing URL file://19/ee/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af_create_spdx.tar.zst\nDEBUG: Using  for universal/53/08/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/7c/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483_packagedata.tar.zst\nDEBUG: Using  for ec/66/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9_package_write_ipk.tar.zst\nDEBUG: Testing URL file://a7/2f/sstate:zip-native::3.0:r0::12:a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0_populate_lic.tar.zst\nDEBUG: For url ['file', '', '19/ee/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af_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/53/08/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/1f/sstate:libyaml-native::0.2.5:r0::12:e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0_populate_lic.tar.zst\nDEBUG: Testing URL file://ec/66/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'a7/2f/sstate:zip-native::3.0:r0::12:a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0_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/ee/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/ee/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.70%3Ar0%3Acore2-64%3A12%3A19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af_create_spdx.tar.zst;downloadfilename=19/ee/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/53/08/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e5/1f/sstate:libyaml-native::0.2.5:r0::12:e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ec/66/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9_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://a7/2f/sstate:zip-native::3.0:r0::12:a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/2f/sstate%3Azip-native%3A%3A3.0%3Ar0%3A%3A12%3Aa72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0_populate_lic.tar.zst;downloadfilename=a7/2f/sstate:zip-native::3.0:r0::12:a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0_populate_lic.tar.zst\nDEBUG: For url file://universal/53/08/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/08/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A14.1.0%3Ar0%3Ax86_64%3A12%3A5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb_create_spdx.tar.zst;downloadfilename=universal/53/08/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/bc/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:2fbcb19d89c9503c08b6b8f13f9713910fb04f951904634a302f68b515854547_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e5/1f/sstate:libyaml-native::0.2.5:r0::12:e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/3b/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0_package_qa.tar.zst\nDEBUG: For url file://ec/66/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/66/sstate%3Anpth%3Acore2-64-poky-linux%3A1.7%3Ar0%3Acore2-64%3A12%3Aec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9_package_write_ipk.tar.zst;downloadfilename=ec/66/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/60/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/a9/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ca9c1619240665ffa57e1a66b7fe08695ecd711533a1d39e6175a18aaa3c079_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e5/1f/sstate:libyaml-native::0.2.5:r0::12:e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/7c/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873_package_qa.tar.zst\nDEBUG: Searching for ca/60/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://86/87/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e5/1f/sstate:libyaml-native::0.2.5:r0::12:e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ad/7c/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ca/60/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b_packagedata.tar.zst\nDEBUG: Searching for 86/87/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e5/1f/sstate:libyaml-native::0.2.5:r0::12:e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/1f/sstate%3Alibyaml-native%3A%3A0.2.5%3Ar0%3A%3A12%3Ae51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0_populate_lic.tar.zst;downloadfilename=e5/1f/sstate:libyaml-native::0.2.5:r0::12:e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/2f/sstate:zip-native::3.0:r0::12:a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0_populate_lic.tar.zst\nDEBUG: Using  for ad/7c/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873_package_qa.tar.zst\nDEBUG: Testing URL file://ca/60/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b_packagedata.tar.zst\nDEBUG: Using  for 86/87/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://49/38/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ad/7c/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ca/60/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://86/87/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd_package_write_deb.tar.zst\nDEBUG: Searching for 49/38/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ad/7c/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873_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://0e/e9/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6_package_write_rpm.tar.zst\nDEBUG: For url file://ca/60/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/60/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A12%3Aca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b_packagedata.tar.zst;downloadfilename=ca/60/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b_packagedata.tar.zst\nDEBUG: For url ['file', '', '86/87/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 49/38/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4_create_package_spdx.tar.zst\nDEBUG: For url file://ad/7c/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/7c/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Aad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873_package_qa.tar.zst;downloadfilename=ad/7c/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/48/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc_recipe_qa.tar.zst\nDEBUG: For url file://86/87/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/87/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd_package_write_deb.tar.zst;downloadfilename=86/87/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd_package_write_deb.tar.zst\nDEBUG: Testing URL file://49/38/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4_create_package_spdx.tar.zst\nDEBUG: Searching for universal/50/48/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e5/1f/sstate:libyaml-native::0.2.5:r0::12:e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0_populate_lic.tar.zst\nDEBUG: For url ['file', '', '49/38/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/50/48/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/c8/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1_package.tar.zst\nDEBUG: For url file://49/38/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/38/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A12%3A49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4_create_package_spdx.tar.zst;downloadfilename=49/38/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/50/48/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc_recipe_qa.tar.zst\nDEBUG: Searching for cd/c8/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/50/48/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cd/c8/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1_package.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/b4/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4_create_package_spdx.tar.zst\nDEBUG: For url file://universal/50/48/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/48/sstate%3Afont-util-native%3Ax86_64-linux%3A1.4.1%3Ar0%3Ax86_64%3A12%3A5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc_recipe_qa.tar.zst;downloadfilename=universal/50/48/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/60/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b_packagedata.tar.zst\nDEBUG: Testing URL file://cd/c8/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/7c/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/99/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://90/c6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'cd/c8/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1_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://86/87/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://62/be/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783_create_spdx.tar.zst\nDEBUG: Searching for e5/99/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 90/c6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://cd/c8/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/c8/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.7%3Ar0%3Acore2-64%3A12%3Acdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1_package.tar.zst;downloadfilename=cd/c8/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/eb/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a_package.tar.zst\nDEBUG: Searching for 62/be/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e5/99/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f_package_qa.tar.zst\nDEBUG: Using  for 90/c6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd_package_write_deb.tar.zst\nDEBUG: Searching for b7/eb/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 62/be/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/66/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ec669c92551c32ed2059cc91135484548273890f9b68fb34bbc78564c3db3bc9_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e5/99/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://25/67/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:2567ccb3642e8470bec5cfa559bac870b3a30d45e893da950bb860ba8c3f2bfa_populate_sysroot.tar.zst\nDEBUG: Testing URL file://90/c6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd_package_write_deb.tar.zst\nDEBUG: Using  for b7/eb/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a_package.tar.zst\nDEBUG: Testing URL file://62/be/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/8d/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:ac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e5/99/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f_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/50/48/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/26/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '90/c6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd_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://b7/eb/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a_package.tar.zst\nDEBUG: For url ['file', '', '62/be/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ac/8d/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:ac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e5/99/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/99/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A12%3Ae599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f_package_qa.tar.zst;downloadfilename=e5/99/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/53/39/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2_create_package_spdx.tar.zst\nDEBUG: Searching for 2c/26/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://90/c6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/c6/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A46.0%3Ar0%3Aallarch%3A12%3A90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd_package_write_deb.tar.zst;downloadfilename=90/c6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b7/eb/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://62/be/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/be/sstate%3Acurl%3Acore2-64-poky-linux%3A8.8.0%3Ar0%3Acore2-64%3A12%3A62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783_create_spdx.tar.zst;downloadfilename=62/be/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783_create_spdx.tar.zst\nDEBUG: Using  for ac/8d/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:ac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5_package_write_deb.tar.zst\nDEBUG: Searching for universal/53/39/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2c/26/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/c8/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cdc84cdba18b6e7a4313260a950791ddd823b09d4477f00bd384abeafd8e15c1_package.tar.zst\nDEBUG: For url file://b7/eb/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/eb/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A12%3Ab7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a_package.tar.zst;downloadfilename=b7/eb/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a_package.tar.zst\nDEBUG: Testing URL file://ac/8d/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:ac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5_package_write_deb.tar.zst\nDEBUG: Using  for universal/53/39/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2c/26/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://66/14/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ac/8d/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:ac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5_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://universal/53/39/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2c/26/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc_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 66/14/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ac/8d/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:ac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/8d/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A12%3Aac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5_package_write_deb.tar.zst;downloadfilename=ac/8d/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:ac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/53/39/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2c/26/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/26/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A12%3A2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc_deploy_source_date_epoch.tar.zst;downloadfilename=2c/26/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/99/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f_package_qa.tar.zst\nDEBUG: Using  for 66/14/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896_recipe_qa.tar.zst\nDEBUG: For url file://universal/53/39/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/39/sstate%3Ashadow-native%3Ax86_64-linux%3A4.15.1%3Ar0%3Ax86_64%3A12%3A5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2_create_package_spdx.tar.zst;downloadfilename=universal/53/39/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://90/c6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:90c63ffe00f037a852b39cd93a654ffdd8c5ee62d543ed811c99dd12a89d71fd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://75/00/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3_package_write_deb.tar.zst\nDEBUG: Testing URL file://66/14/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/7c/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3_packagedata.tar.zst\nDEBUG: Searching for 75/00/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '66/14/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4d/7c/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 75/00/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3_package_write_deb.tar.zst\nDEBUG: For url file://66/14/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/14/sstate%3Aed%3Acore2-64-poky-linux%3A1.20.2%3Ar0%3Acore2-64%3A12%3A661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896_recipe_qa.tar.zst;downloadfilename=66/14/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896_recipe_qa.tar.zst\nDEBUG: Using  for 4d/7c/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3_packagedata.tar.zst\nDEBUG: Testing URL file://75/00/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3_package_write_deb.tar.zst\nDEBUG: Testing URL file://4d/7c/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3_packagedata.tar.zst\nDEBUG: For url ['file', '', '75/00/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3_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://2c/26/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:2c26b624d2aad78f4554fd6d3e919b1ca95d4b4080481411d1d06eeca297f9cc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4d/7c/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://75/00/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/00/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A12%3A7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3_package_write_deb.tar.zst;downloadfilename=75/00/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/bf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28_package_qa.tar.zst\nDEBUG: For url file://4d/7c/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/7c/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.14%3Ar0%3Acore2-64%3A12%3A4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3_packagedata.tar.zst;downloadfilename=4d/7c/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3_packagedata.tar.zst\nDEBUG: Searching for 0b/bf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0b/bf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28_package_qa.tar.zst\nDEBUG: Testing URL file://0b/bf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://03/8e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/39/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '0b/bf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28_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://d1/93/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/96/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0_package_qa.tar.zst\nDEBUG: For url file://0b/bf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/bf/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A12%3A0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28_package_qa.tar.zst;downloadfilename=0b/bf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28_package_qa.tar.zst\nDEBUG: Searching for d1/93/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e9/96/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://66/14/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896_recipe_qa.tar.zst\nDEBUG: Using  for d1/93/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76_package_qa.tar.zst\nDEBUG: Using  for e9/96/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://29/65/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d1/93/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76_package_qa.tar.zst\nDEBUG: Testing URL file://e9/96/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0_package_qa.tar.zst\nDEBUG: Searching for 29/65/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd1/93/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e9/96/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 29/65/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d1/93/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/93/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2024.1%3Ar0%3Acore2-64%3A12%3Ad193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76_package_qa.tar.zst;downloadfilename=d1/93/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76_package_qa.tar.zst\nDEBUG: For url file://e9/96/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/96/sstate%3Astrace%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3Ae99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0_package_qa.tar.zst;downloadfilename=e9/96/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0_package_qa.tar.zst\nDEBUG: Testing URL file://29/65/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/7c/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3_packagedata.tar.zst\nDEBUG: For url ['file', '', '29/65/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118_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://d1/cd/sstate:python3-pycairo::1.26.0:r0::12:d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930_populate_lic.tar.zst\nDEBUG: For url file://29/65/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/65/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A12%3A2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118_deploy_source_date_epoch.tar.zst;downloadfilename=29/65/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d1/cd/sstate:python3-pycairo::1.26.0:r0::12:d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d1/cd/sstate:python3-pycairo::1.26.0:r0::12:d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930_populate_lic.tar.zst\nDEBUG: Testing URL file://d1/cd/sstate:python3-pycairo::1.26.0:r0::12:d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd1/cd/sstate:python3-pycairo::1.26.0:r0::12:d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d1/cd/sstate:python3-pycairo::1.26.0:r0::12:d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/cd/sstate%3Apython3-pycairo%3A%3A1.26.0%3Ar0%3A%3A12%3Ad1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930_populate_lic.tar.zst;downloadfilename=d1/cd/sstate:python3-pycairo::1.26.0:r0::12:d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/93/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/5b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9_create_package_spdx.tar.zst\nDEBUG: Searching for 6c/5b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6c/5b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://6c/5b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/5b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6c/5b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/5b/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A12%3A6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9_create_package_spdx.tar.zst;downloadfilename=6c/5b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://62/be/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://29/65/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:2965cf2f5cc9b999c7ad1daebd4ae2378fdf38a30f55c02afca0a10559831118_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/ed/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/27/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a_package_write_deb.tar.zst\nDEBUG: Searching for a5/ed/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3f/27/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a5/ed/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/cd/sstate:python3-pycairo::1.26.0:r0::12:d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930_populate_lic.tar.zst\nDEBUG: Using  for 3f/27/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a_package_write_deb.tar.zst\nDEBUG: Testing URL file://a5/ed/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/08/3a/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3f/27/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'a5/ed/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/08/3a/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3f/27/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a_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://a5/ed/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/ed/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A12%3Aa5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa_packagedata.tar.zst;downloadfilename=a5/ed/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa_packagedata.tar.zst\nDEBUG: Using  for universal/08/3a/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764_populate_sysroot.tar.zst\nDEBUG: For url file://3f/27/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/27/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A12%3A3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a_package_write_deb.tar.zst;downloadfilename=3f/27/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/08/3a/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/bf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://19/ee/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/08/3a/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764_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/c7/c0/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/08/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cc/7d/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726_create_package_spdx.tar.zst\nDEBUG: For url file://universal/08/3a/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/3a/sstate%3Alibsdl2-native%3Ax86_64-linux%3A2.30.3%3Ar0%3Ax86_64%3A12%3A083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764_populate_sysroot.tar.zst;downloadfilename=universal/08/3a/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764_populate_sysroot.tar.zst\nDEBUG: Searching for universal/c7/c0/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://40/8e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb_package_qa.tar.zst\nDEBUG: Searching for universal/cc/7d/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c7/c0/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9_recipe_qa.tar.zst\nDEBUG: Searching for 40/8e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/cc/7d/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/c7/c0/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9_recipe_qa.tar.zst\nDEBUG: Using  for 40/8e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb_package_qa.tar.zst\nDEBUG: Testing URL file://universal/cc/7d/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c7/c0/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://40/8e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/ed/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/cc/7d/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/c7/c0/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c7/c0/sstate%3Apigz-native%3Ax86_64-linux%3A2.8%3Ar0%3Ax86_64%3A12%3Ac7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9_recipe_qa.tar.zst;downloadfilename=universal/c7/c0/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '40/8e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb_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://16/46/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8_package_write_rpm.tar.zst\nDEBUG: For url file://universal/cc/7d/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cc/7d/sstate%3Apython3-markupsafe-native%3Ax86_64-linux%3A2.1.5%3Ar0%3Ax86_64%3A12%3Acc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726_create_package_spdx.tar.zst;downloadfilename=universal/cc/7d/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726_create_package_spdx.tar.zst\nDEBUG: For url file://40/8e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/8e/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb_package_qa.tar.zst;downloadfilename=40/8e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb_package_qa.tar.zst\nDEBUG: Searching for 16/46/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e9/96/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0_package_qa.tar.zst\nDEBUG: Using  for 16/46/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/3a/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://00/2e/sstate:cargo::1.75.0:r0::12:002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e_populate_lic.tar.zst\nDEBUG: Testing URL file://16/46/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://29/4a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd_recipe_qa.tar.zst\nDEBUG: Searching for 00/2e/sstate:cargo::1.75.0:r0::12:002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '16/46/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 29/4a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 00/2e/sstate:cargo::1.75.0:r0::12:002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e_populate_lic.tar.zst\nDEBUG: For url file://16/46/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/46/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.9.0%3Ar0%3Acore2-64%3A12%3A1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8_package_write_rpm.tar.zst;downloadfilename=16/46/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8_package_write_rpm.tar.zst\nDEBUG: Using  for 29/4a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd_recipe_qa.tar.zst\nDEBUG: Testing URL file://00/2e/sstate:cargo::1.75.0:r0::12:002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e_populate_lic.tar.zst\nDEBUG: Testing URL file://29/4a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '00/2e/sstate:cargo::1.75.0:r0::12:002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '29/4a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd_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/c7/c0/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9_recipe_qa.tar.zst\nDEBUG: For url file://00/2e/sstate:cargo::1.75.0:r0::12:002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/2e/sstate%3Acargo%3A%3A1.75.0%3Ar0%3A%3A12%3A002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e_populate_lic.tar.zst;downloadfilename=00/2e/sstate:cargo::1.75.0:r0::12:002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e_populate_lic.tar.zst\nDEBUG: For url file://29/4a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/4a/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd_recipe_qa.tar.zst;downloadfilename=29/4a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8a/63/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cc/7d/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/8e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb_package_qa.tar.zst\nDEBUG: Searching for universal/8a/63/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6f/2f/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/f7/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e_create_package_spdx.tar.zst\nDEBUG: Using  for universal/8a/63/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92_create_spdx.tar.zst\nDEBUG: Searching for 6f/2f/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/24/f7/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/8a/63/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92_create_spdx.tar.zst\nDEBUG: Using  for 6f/2f/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238_package.tar.zst\nDEBUG: Using  for universal/24/f7/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/8a/63/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6f/2f/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238_package.tar.zst\nDEBUG: Testing URL file://universal/24/f7/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e_create_package_spdx.tar.zst\nDEBUG: For url file://universal/8a/63/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8a/63/sstate%3Aharfbuzz-native%3Ax86_64-linux%3A8.5.0%3Ar0%3Ax86_64%3A12%3A8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92_create_spdx.tar.zst;downloadfilename=universal/8a/63/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6f/2f/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/24/f7/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6f/2f/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/2f/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3A6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238_package.tar.zst;downloadfilename=6f/2f/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238_package.tar.zst\nDEBUG: For url file://universal/24/f7/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/f7/sstate%3Alibxrender-native%3Ax86_64-linux%3A0.9.11%3Ar0%3Ax86_64%3A12%3A24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e_create_package_spdx.tar.zst;downloadfilename=universal/24/f7/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/5b/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://00/2e/sstate:cargo::1.75.0:r0::12:002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://29/4a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://11/eb/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d4/c8/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://49/38/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/75/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86_package_write_rpm.tar.zst\nDEBUG: Searching for 11/eb/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/d4/c8/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://49/d8/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f_package_qa.tar.zst\nDEBUG: Searching for e5/75/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 11/eb/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e_package.tar.zst\nDEBUG: Using  for universal/d4/c8/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8_create_spdx.tar.zst\nDEBUG: Searching for 49/d8/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e5/75/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86_package_write_rpm.tar.zst\nDEBUG: Testing URL file://11/eb/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8a/63/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/d4/c8/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8_create_spdx.tar.zst\nDEBUG: Using  for 49/d8/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f_package_qa.tar.zst\nDEBUG: Testing URL file://e5/75/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '11/eb/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e_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://6b/8a/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/d4/c8/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8_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/d8/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e5/75/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86_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://11/eb/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/eb/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A12%3A11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e_package.tar.zst;downloadfilename=11/eb/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e_package.tar.zst\nDEBUG: Searching for 6b/8a/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/d4/c8/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d4/c8/sstate%3Agmp-native%3Ax86_64-linux%3A6.3.0%3Ar0%3Ax86_64%3A12%3Ad4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8_create_spdx.tar.zst;downloadfilename=universal/d4/c8/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8_create_spdx.tar.zst\nDEBUG: For url ['file', '', '49/d8/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e5/75/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/75/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Ae575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86_package_write_rpm.tar.zst;downloadfilename=e5/75/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/2f/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:6f2fbaa938cefa749d01d6433fe5b2ba068f5077a2830b5fa30fd4666eaf3238_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/24/f7/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e_create_package_spdx.tar.zst\nDEBUG: Using  for 6b/8a/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e_package_write_ipk.tar.zst\nDEBUG: For url file://49/d8/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/d8/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f_package_qa.tar.zst;downloadfilename=49/d8/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://16/46/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/eb/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b7eb6675171af7f7f6c0101eed8a4f5f6ef1146c187f516aa76bf0a3c5f54b2a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/8b/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/c9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776_packagedata.tar.zst\nDEBUG: Testing URL file://6b/8a/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/83/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://47/4f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe_packagedata.tar.zst\nDEBUG: Searching for e9/8b/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fa/c9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6b/8a/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3f/83/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 47/4f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e9/8b/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d4/c8/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8_create_spdx.tar.zst\nDEBUG: Using  for fa/c9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776_packagedata.tar.zst\nDEBUG: For url file://6b/8a/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/8a/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A12%3A6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e_package_write_ipk.tar.zst;downloadfilename=6b/8a/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e_package_write_ipk.tar.zst\nDEBUG: Using  for 3f/83/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 47/4f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe_packagedata.tar.zst\nDEBUG: Testing URL file://e9/8b/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/60/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007_create_spdx.tar.zst\nDEBUG: Testing URL file://fa/c9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776_packagedata.tar.zst\nDEBUG: Testing URL file://3f/83/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://47/4f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/75/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e9/8b/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a1/60/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'fa/c9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3f/83/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f_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/4f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe_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://49/d8/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://11/e0/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e9/8b/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/8b/sstate%3Adepmodwrapper-cross%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ae98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d_recipe_qa.tar.zst;downloadfilename=e9/8b/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d_recipe_qa.tar.zst\nDEBUG: Using  for a1/60/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007_create_spdx.tar.zst\nDEBUG: For url file://fa/c9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/c9/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A12%3Afac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776_packagedata.tar.zst;downloadfilename=fa/c9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776_packagedata.tar.zst\nDEBUG: For url file://3f/83/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/83/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A12%3A3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f_deploy_source_date_epoch.tar.zst;downloadfilename=3f/83/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://47/4f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/4f/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe_packagedata.tar.zst;downloadfilename=47/4f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/43/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d_packagedata.tar.zst\nDEBUG: Searching for 11/e0/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a1/60/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007_create_spdx.tar.zst\nDEBUG: Searching for c3/43/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a1/60/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 11/e0/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/8d/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:ac8deeeb5098f5cf5be4edf860537000137d65398c70db32b93d68831e08efc5_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://75/00/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:7500e7061dcce45049f451db98658541fc2be9173e00713f1536194a576686d3_package_write_deb.tar.zst\nDEBUG: Using  for c3/43/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d_packagedata.tar.zst\nDEBUG: For url file://a1/60/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/60/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.103.2%3Ar0%3Acore2-64%3A12%3Aa160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007_create_spdx.tar.zst;downloadfilename=a1/60/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007_create_spdx.tar.zst\nDEBUG: Testing URL file://11/e0/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a0/b3/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://70/bd/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c3/43/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d_packagedata.tar.zst\nDEBUG: For url ['file', '', '11/e0/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11_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/a0/b3/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 70/bd/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c3/43/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://11/e0/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/e0/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A12%3A11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11_deploy_source_date_epoch.tar.zst;downloadfilename=11/e0/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/a0/b3/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb_populate_sysroot.tar.zst\nDEBUG: Using  for 70/bd/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34_package_write_ipk.tar.zst\nDEBUG: For url file://c3/43/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/43/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A12%3Ac343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d_packagedata.tar.zst;downloadfilename=c3/43/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/8b/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a0/b3/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/83/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:3f83d2fd66c921de7fa03babd9b41e8a6260fc6ba805c87602320c41464ba83f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://70/bd/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/8a/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:6b8a085d248575c29fcdc1ea8afdf11a259c3efc37bd11e341ebab2d6394472e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c6/42/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/a0/b3/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb_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/f1/9c/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '70/bd/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34_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://58/cb/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c_package_write_rpm.tar.zst\nDEBUG: Searching for universal/c6/42/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/a0/b3/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/b3/sstate%3Amkfontscale-native%3Ax86_64-linux%3A1.2.3%3Ar0%3Ax86_64%3A12%3Aa0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb_populate_sysroot.tar.zst;downloadfilename=universal/a0/b3/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb_populate_sysroot.tar.zst\nDEBUG: Searching for universal/f1/9c/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://70/bd/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/bd/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.13%3Ar0%3Acore2-64%3A12%3A70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34_package_write_ipk.tar.zst;downloadfilename=70/bd/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34_package_write_ipk.tar.zst\nDEBUG: Searching for 58/cb/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c6/42/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5_populate_sysroot.tar.zst\nDEBUG: Using  for universal/f1/9c/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f_create_spdx.tar.zst\nDEBUG: Using  for 58/cb/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://11/eb/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:11ebf2830d545ba059c8ec51721328d6d4ddedb8ab12a845b3f2ca5a0e2d503e_package.tar.zst\nDEBUG: Testing URL file://universal/c6/42/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://11/e0/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:11e09fe206e132382ef5247636a7fa4358b400a7f7d34e9baa7e221c3cd0ad11_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/f1/9c/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f_create_spdx.tar.zst\nDEBUG: Testing URL file://58/cb/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://27/63/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c6/42/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5_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/14/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f1/9c/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '58/cb/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 27/63/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/c6/42/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c6/42/sstate%3Aglib-2.0-native%3Ax86_64-linux%3A2.80.2%3Ar0%3Ax86_64%3A12%3Ac64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5_populate_sysroot.tar.zst;downloadfilename=universal/c6/42/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5_populate_sysroot.tar.zst\nDEBUG: Searching for 7f/14/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/f1/9c/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f1/9c/sstate%3Apython3-docutils-native%3Ax86_64-linux%3A0.21.2%3Ar0%3Ax86_64%3A12%3Af19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f_create_spdx.tar.zst;downloadfilename=universal/f1/9c/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f_create_spdx.tar.zst\nDEBUG: For url file://58/cb/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/cb/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.5.1%3Ar0%3Acore2-64%3A12%3A58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c_package_write_rpm.tar.zst;downloadfilename=58/cb/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c_package_write_rpm.tar.zst\nDEBUG: Using  for 27/63/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d_create_spdx.tar.zst\nDEBUG: Using  for 7f/14/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://47/4f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/b3/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/d0/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:9ad0f6a34cdbea0913ae7212148455591a458754e554471dd675d50a159368e9_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://51/fd/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://27/63/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d_create_spdx.tar.zst\nDEBUG: Testing URL file://7f/14/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://70/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/4d/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://77/3a/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://26/eb/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '27/63/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d_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/14/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 70/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6b/4d/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 77/3a/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 26/eb/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://27/63/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/63/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A12%3A2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d_create_spdx.tar.zst;downloadfilename=27/63/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d_create_spdx.tar.zst\nDEBUG: For url file://7f/14/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/14/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.1%3Ar0%3Acore2-64%3A12%3A7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa_package_qa.tar.zst;downloadfilename=7f/14/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa_package_qa.tar.zst\nDEBUG: Using  for 70/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b_create_spdx.tar.zst\nDEBUG: Using  for 6b/4d/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e_package.tar.zst\nDEBUG: Using  for 77/3a/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b_package_write_deb.tar.zst\nDEBUG: Using  for 26/eb/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://70/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b_create_spdx.tar.zst\nDEBUG: Testing URL file://6b/4d/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c6/42/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://77/3a/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b_package_write_deb.tar.zst\nDEBUG: Testing URL file://26/eb/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f1/9c/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '70/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6b/4d/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e_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://d1/32/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958_packagedata.tar.zst\nDEBUG: For url ['file', '', '77/3a/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b_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', '', '26/eb/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f_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://8b/96/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4_populate_sysroot.tar.zst\nDEBUG: For url file://70/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/2b/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A12%3A702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b_create_spdx.tar.zst;downloadfilename=70/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b_create_spdx.tar.zst\nDEBUG: For url file://6b/4d/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/4d/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A12%3A6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e_package.tar.zst;downloadfilename=6b/4d/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e_package.tar.zst\nDEBUG: Searching for d1/32/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://77/3a/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/3a/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%2Bgit%3Ar0%3Aallarch%3A12%3A773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b_package_write_deb.tar.zst;downloadfilename=77/3a/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b_package_write_deb.tar.zst\nDEBUG: For url file://26/eb/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/eb/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A12%3A26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f_populate_sysroot.tar.zst;downloadfilename=26/eb/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f_populate_sysroot.tar.zst\nDEBUG: Searching for 8b/96/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d1/32/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/50/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c250adca7deaed2169757058ed35169562a2e8ded7c31c0e707b2f818823eb7a_package_write_deb.tar.zst\nDEBUG: Using  for 8b/96/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d1/32/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/43/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://58/cb/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/98/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7_package.tar.zst\nDEBUG: Testing URL file://8b/96/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd1/32/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958_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/37/20/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b2/89/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292_create_package_spdx.tar.zst\nDEBUG: Searching for c8/98/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8b/96/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4_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/32/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/32/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A12%3Ad132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958_packagedata.tar.zst;downloadfilename=d1/32/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958_packagedata.tar.zst\nDEBUG: Searching for universal/37/20/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/b2/89/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c8/98/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7_package.tar.zst\nDEBUG: For url file://8b/96/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/96/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4_populate_sysroot.tar.zst;downloadfilename=8b/96/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4_populate_sysroot.tar.zst\nDEBUG: Using  for universal/37/20/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084_recipe_qa.tar.zst\nDEBUG: Using  for universal/b2/89/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/4d/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:6b4d79d108aaa68365fbd60a6a9d484ae974cbd4f983f841f1aa61a5800e0a2e_package.tar.zst\nDEBUG: Testing URL file://c8/98/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7_package.tar.zst\nDEBUG: SState: Successful fetch test for file://77/3a/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:773a2ac57024172f34fda0e6b52fe90f31bbd91d27ac51485fcc307e7eef750b_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/37/20/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/b2/89/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://26/eb/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:26eb8e111db8fe1981207017242e14734fd70e2089876b63879e0ceeb7c7a43f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://25/f5/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c8/98/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7_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/08/03/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/37/20/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084_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/b2/89/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292_create_package_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/a1/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:c6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 25/f5/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c8/98/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/98/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3Ac898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7_package.tar.zst;downloadfilename=c8/98/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7_package.tar.zst\nDEBUG: Searching for universal/08/03/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/37/20/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/37/20/sstate%3Azip-native%3Ax86_64-linux%3A3.0%3Ar0%3Ax86_64%3A12%3A3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084_recipe_qa.tar.zst;downloadfilename=universal/37/20/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084_recipe_qa.tar.zst\nDEBUG: For url file://universal/b2/89/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b2/89/sstate%3Alibunistring-native%3Ax86_64-linux%3A1.2%3Ar0%3Ax86_64%3A12%3Ab28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292_create_package_spdx.tar.zst;downloadfilename=universal/b2/89/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292_create_package_spdx.tar.zst\nDEBUG: Searching for c6/a1/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:c6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 25/f5/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e_package_qa.tar.zst\nDEBUG: Using  for universal/08/03/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/32/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958_packagedata.tar.zst\nDEBUG: Using  for c6/a1/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:c6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/96/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:8b967cb30753fbf8d48d80033b050a42888c7e9c419b06abc1f97a3b914e73f4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://25/f5/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e_package_qa.tar.zst\nDEBUG: Testing URL file://universal/08/03/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://70/2b/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/c9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c7/23/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c6/a1/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:c6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b2/b6/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:b2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '25/f5/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e_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/08/03/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618_create_package_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://c7/89/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/15/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464_packagedata.tar.zst\nDEBUG: Searching for universal/c7/23/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c6/a1/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:c6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b_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/b2/b6/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:b2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://25/f5/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/f5/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e_package_qa.tar.zst;downloadfilename=25/f5/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e_package_qa.tar.zst\nDEBUG: For url file://universal/08/03/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/03/sstate%3Alibxtst-native%3Ax86_64-linux%3A1.2.4%3Ar0%3Ax86_64%3A12%3A0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618_create_package_spdx.tar.zst;downloadfilename=universal/08/03/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618_create_package_spdx.tar.zst\nDEBUG: Searching for c7/89/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2d/15/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c7/23/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f_populate_sysroot.tar.zst\nDEBUG: For url file://c6/a1/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:c6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/a1/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A12%3Ac6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b_deploy_source_date_epoch.tar.zst;downloadfilename=c6/a1/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:c6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/b2/b6/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:b2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/98/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:c898ca6a15798d3bf5618feca9753d76b138047f1e6c69d8e08ae8437624d2d7_package.tar.zst\nDEBUG: Using  for c7/89/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/14/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/37/20/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:3720b2c5c15b59122df288af2c35d08d3c23c51a26131db24158640defbc4084_recipe_qa.tar.zst\nDEBUG: Using  for 2d/15/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b2/89/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/c7/23/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/b2/b6/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:b2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://30/c2/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c7/89/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/b0/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2d/15/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://96/c1/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/c7/23/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f_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/b2/b6/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:b2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010_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/c2/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c7/89/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cd/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3a/b0/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2d/15/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 96/c1/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/c7/23/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c7/23/sstate%3Apython3-importlib-metadata-native%3Ax86_64-linux%3A7.1.0%3Ar0%3Ax86_64%3A12%3Ac72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f_populate_sysroot.tar.zst;downloadfilename=universal/c7/23/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f_populate_sysroot.tar.zst\nDEBUG: For url file://universal/b2/b6/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:b2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b2/b6/sstate%3Alibxfixes-native%3Ax86_64-linux%3A6.0.1%3Ar0%3Ax86_64%3A12%3Ab2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b2/b6/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:b2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 30/c2/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2_package_write_rpm.tar.zst\nDEBUG: For url file://c7/89/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/89/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3Ac789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0_packagedata.tar.zst;downloadfilename=c7/89/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0_packagedata.tar.zst\nDEBUG: Using  for cd/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809_package_qa.tar.zst\nDEBUG: Using  for 3a/b0/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2d/15/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/15/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A12%3A2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464_packagedata.tar.zst;downloadfilename=2d/15/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464_packagedata.tar.zst\nDEBUG: Using  for 96/c1/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345_package_write_ipk.tar.zst\nDEBUG: Testing URL file://30/c2/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/03/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/a1/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:c6a1483b6b66fac92906bb501b1228347502fa2c752f9fbeaa0c41e2e45c1d3b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://25/f5/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e_package_qa.tar.zst\nDEBUG: Testing URL file://cd/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809_package_qa.tar.zst\nDEBUG: Testing URL file://3a/b0/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://96/c1/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '30/c2/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2_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://dd/a0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/e2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://53/a3/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'cd/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3a/b0/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba_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/c1/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345_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://30/c2/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/c2/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A12%3A30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2_package_write_rpm.tar.zst;downloadfilename=30/c2/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2_package_write_rpm.tar.zst\nDEBUG: Searching for dd/a0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ff/e2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 53/a3/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://cd/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/d0/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A12%3Acdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809_package_qa.tar.zst;downloadfilename=cd/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809_package_qa.tar.zst\nDEBUG: For url file://3a/b0/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/b0/sstate%3Anpth%3Acore2-64-poky-linux%3A1.7%3Ar0%3Acore2-64%3A12%3A3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba_deploy_source_date_epoch.tar.zst;downloadfilename=3a/b0/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://96/c1/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/c1/sstate%3Aglib-2.0-initial%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345_package_write_ipk.tar.zst;downloadfilename=96/c1/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345_package_write_ipk.tar.zst\nDEBUG: Using  for dd/a0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377_recipe_qa.tar.zst\nDEBUG: Using  for ff/e2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/89/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c7/23/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f_populate_sysroot.tar.zst\nDEBUG: Using  for 53/a3/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b2/b6/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:b2b66ae2c6fc7a8279b774b9ab017ab1b3ba063d96cb26a4ab7dba6e2dbe9010_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/15/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464_packagedata.tar.zst\nDEBUG: Testing URL file://dd/a0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377_recipe_qa.tar.zst\nDEBUG: Testing URL file://ff/e2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/83/sstate:libcomps::0.1.21:r0::12:b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://91/11/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208_package_qa.tar.zst\nDEBUG: Testing URL file://53/a3/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/60/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/c5/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://30/c2/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://10/be/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9_package_qa.tar.zst\nDEBUG: For url ['file', '', 'dd/a0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377_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://cd/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ff/e2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b1/83/sstate:libcomps::0.1.21:r0::12:b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 91/11/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '53/a3/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c_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://6f/0f/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69_package_write_rpm.tar.zst\nDEBUG: Searching for ea/c5/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://da/48/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:da48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4_package_write_deb.tar.zst\nDEBUG: Searching for 10/be/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://dd/a0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/a0/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3Adda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377_recipe_qa.tar.zst;downloadfilename=dd/a0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/90/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af_package_write_deb.tar.zst\nDEBUG: For url file://ff/e2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/e2/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A12%3Affe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c_package_write_rpm.tar.zst;downloadfilename=ff/e2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c_package_write_rpm.tar.zst\nDEBUG: Using  for b1/83/sstate:libcomps::0.1.21:r0::12:b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/b0/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:3ab048de99a84786b70d360604f92d654f13843890b5c2ad5438c64ed1f5afba_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 91/11/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208_package_qa.tar.zst\nDEBUG: For url file://53/a3/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/a3/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c_package_write_ipk.tar.zst;downloadfilename=53/a3/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c_package_write_ipk.tar.zst\nDEBUG: Searching for 6f/0f/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ea/c5/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c_recipe_qa.tar.zst\nDEBUG: Searching for da/48/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:da48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 10/be/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9_package_qa.tar.zst\nDEBUG: Searching for a2/90/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b1/83/sstate:libcomps::0.1.21:r0::12:b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/ca/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:d3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d_package_write_deb.tar.zst\nDEBUG: Testing URL file://91/11/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208_package_qa.tar.zst\nDEBUG: Using  for 6f/0f/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ea/c5/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c_recipe_qa.tar.zst\nDEBUG: Using  for da/48/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:da48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4_package_write_deb.tar.zst\nDEBUG: Testing URL file://10/be/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9_package_qa.tar.zst\nDEBUG: Using  for a2/90/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b1/83/sstate:libcomps::0.1.21:r0::12:b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d3/ca/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:d3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '91/11/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208_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/0f/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ea/c5/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://da/48/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:da48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '10/be/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a2/90/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af_package_write_deb.tar.zst\nDEBUG: For url file://b1/83/sstate:libcomps::0.1.21:r0::12:b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/83/sstate%3Alibcomps%3A%3A0.1.21%3Ar0%3A%3A12%3Ab183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873_populate_lic.tar.zst;downloadfilename=b1/83/sstate:libcomps::0.1.21:r0::12:b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873_populate_lic.tar.zst\nDEBUG: Using  for d3/ca/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:d3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d_package_write_deb.tar.zst\nDEBUG: For url file://91/11/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/11/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.13%3Ar0%3Acore2-64%3A12%3A91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208_package_qa.tar.zst;downloadfilename=91/11/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208_package_qa.tar.zst\nDEBUG: For url ['file', '', '6f/0f/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69_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://ea/c5/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/c5/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.33.1%3Ar0%3Acore2-64%3A12%3Aeac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c_recipe_qa.tar.zst;downloadfilename=ea/c5/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'da/48/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:da48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4_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://10/be/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/be/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A12%3A10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9_package_qa.tar.zst;downloadfilename=10/be/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a2/90/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af_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://d3/ca/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:d3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/e2/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c_package_write_rpm.tar.zst\nDEBUG: For url file://6f/0f/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/0f/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A12%3A6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69_package_write_rpm.tar.zst;downloadfilename=6f/0f/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://96/c1/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:96c15e4b296c2bf60ab7a4deaa021709e32cd6edc541a0b9026afa82f2f37345_package_write_ipk.tar.zst\nDEBUG: For url file://da/48/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:da48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/48/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A12%3Ada48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4_package_write_deb.tar.zst;downloadfilename=da/48/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:da48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4_package_write_deb.tar.zst\nDEBUG: For url file://a2/90/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/90/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A12%3Aa290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af_package_write_deb.tar.zst;downloadfilename=a2/90/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'd3/ca/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:d3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d_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://27/63/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://78/fc/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/29/f4/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://91/11/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/a0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377_recipe_qa.tar.zst\nDEBUG: For url file://d3/ca/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:d3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/ca/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.14%3Ar0%3Acore2-64%3A12%3Ad3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d_package_write_deb.tar.zst;downloadfilename=d3/ca/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:d3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/06/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/c5/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c_recipe_qa.tar.zst\nDEBUG: Searching for 78/fc/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6f/0f/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69_package_write_rpm.tar.zst\nDEBUG: Searching for universal/29/f4/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://10/be/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://30/c2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/34/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe_package.tar.zst\nDEBUG: Searching for f1/06/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://56/f9/sstate:spirv-tools-native::1.3.283.0:r0::12:56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6_populate_lic.tar.zst\nDEBUG: Using  for 78/fc/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/dc/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65_populate_sysroot.tar.zst\nDEBUG: Using  for universal/29/f4/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://00/11/sstate:tzcode-native::2024a:r0::12:001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd_populate_lic.tar.zst\nDEBUG: Searching for 30/c2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ea/34/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f1/06/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519_package_write_ipk.tar.zst\nDEBUG: Searching for 56/f9/sstate:spirv-tools-native::1.3.283.0:r0::12:56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://78/fc/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1_recipe_qa.tar.zst\nDEBUG: Searching for f8/dc/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/29/f4/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6_create_spdx.tar.zst\nDEBUG: Searching for 00/11/sstate:tzcode-native::2024a:r0::12:001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 30/c2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f_package_write_deb.tar.zst\nDEBUG: Using  for ea/34/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe_package.tar.zst\nDEBUG: Testing URL file://f1/06/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519_package_write_ipk.tar.zst\nDEBUG: Using  for 56/f9/sstate:spirv-tools-native::1.3.283.0:r0::12:56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '78/fc/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f8/dc/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/29/f4/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 00/11/sstate:tzcode-native::2024a:r0::12:001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd_populate_lic.tar.zst\nDEBUG: Testing URL file://30/c2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f_package_write_deb.tar.zst\nDEBUG: Testing URL file://ea/34/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe_package.tar.zst\nDEBUG: For url ['file', '', 'f1/06/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519_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://56/f9/sstate:spirv-tools-native::1.3.283.0:r0::12:56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6_populate_lic.tar.zst\nDEBUG: For url file://78/fc/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/fc/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1_recipe_qa.tar.zst;downloadfilename=78/fc/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1_recipe_qa.tar.zst\nDEBUG: Testing URL file://f8/dc/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65_populate_sysroot.tar.zst\nDEBUG: For url file://universal/29/f4/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/29/f4/sstate%3Alibxshmfence-native%3Ax86_64-linux%3A1.3.2%3Ar0%3Ax86_64%3A12%3A29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6_create_spdx.tar.zst;downloadfilename=universal/29/f4/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6_create_spdx.tar.zst\nDEBUG: Testing URL file://00/11/sstate:tzcode-native::2024a:r0::12:001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd_populate_lic.tar.zst\nDEBUG: For url ['file', '', '30/c2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f_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', '', 'ea/34/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f1/06/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/06/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.2%3Ar0%3Acore2-64%3A12%3Af106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519_package_write_ipk.tar.zst;downloadfilename=f1/06/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '56/f9/sstate:spirv-tools-native::1.3.283.0:r0::12:56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6_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/dc/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65_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/11/sstate:tzcode-native::2024a:r0::12:001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd_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/c2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/c2/sstate%3Awayland%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f_package_write_deb.tar.zst;downloadfilename=30/c2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/83/sstate:libcomps::0.1.21:r0::12:b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873_populate_lic.tar.zst\nDEBUG: For url file://ea/34/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/34/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe_package.tar.zst;downloadfilename=ea/34/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe_package.tar.zst\nDEBUG: For url file://56/f9/sstate:spirv-tools-native::1.3.283.0:r0::12:56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/f9/sstate%3Aspirv-tools-native%3A%3A1.3.283.0%3Ar0%3A%3A12%3A56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6_populate_lic.tar.zst;downloadfilename=56/f9/sstate:spirv-tools-native::1.3.283.0:r0::12:56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6_populate_lic.tar.zst\nDEBUG: For url file://f8/dc/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/dc/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Af8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65_populate_sysroot.tar.zst;downloadfilename=f8/dc/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65_populate_sysroot.tar.zst\nDEBUG: For url file://00/11/sstate:tzcode-native::2024a:r0::12:001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/11/sstate%3Atzcode-native%3A%3A2024a%3Ar0%3A%3A12%3A001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd_populate_lic.tar.zst;downloadfilename=00/11/sstate:tzcode-native::2024a:r0::12:001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/75/sstate:connman-conf::1.0:r0::12:b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/5a/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://78/fc/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/29/f4/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6_create_spdx.tar.zst\nDEBUG: Searching for b1/75/sstate:connman-conf::1.0:r0::12:b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://30/c2/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:30c293f5c8bba3cfb5ceb893ba94144a245d0538704faef1578aa9cd30e4721f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e5/23/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/59/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/f2/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998_create_package_spdx.tar.zst\nDEBUG: Using  for b1/75/sstate:connman-conf::1.0:r0::12:b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://59/c9/sstate:xrandr::1.5.2:r0::12:59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08_populate_lic.tar.zst\nDEBUG: Searching for universal/e5/23/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5e/59/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://56/f9/sstate:spirv-tools-native::1.3.283.0:r0::12:56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6_populate_lic.tar.zst\nDEBUG: Searching for 4c/f2/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b1/75/sstate:connman-conf::1.0:r0::12:b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165_populate_lic.tar.zst\nDEBUG: Searching for 59/c9/sstate:xrandr::1.5.2:r0::12:59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e5/23/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/34/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea3420a019fc1e69423dd1dfb1078441ce5470c4932e9968d5072b5bb1c5a7fe_package.tar.zst\nDEBUG: Using  for 5e/59/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/63/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26_create_spdx.tar.zst\nDEBUG: Using  for 4c/f2/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b1/75/sstate:connman-conf::1.0:r0::12:b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 59/c9/sstate:xrandr::1.5.2:r0::12:59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/e5/23/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/06/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71_package.tar.zst\nDEBUG: Testing URL file://5e/59/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9_create_package_spdx.tar.zst\nDEBUG: Searching for 96/63/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4c/f2/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998_create_package_spdx.tar.zst\nDEBUG: For url file://b1/75/sstate:connman-conf::1.0:r0::12:b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/75/sstate%3Aconnman-conf%3A%3A1.0%3Ar0%3A%3A12%3Ab175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165_populate_lic.tar.zst;downloadfilename=b1/75/sstate:connman-conf::1.0:r0::12:b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165_populate_lic.tar.zst\nDEBUG: Testing URL file://59/c9/sstate:xrandr::1.5.2:r0::12:59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/e5/23/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4e/06/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5e/59/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 96/63/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4c/f2/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998_create_package_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/11/sstate:tzcode-native::2024a:r0::12:001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd_populate_lic.tar.zst\nDEBUG: For url ['file', '', '59/c9/sstate:xrandr::1.5.2:r0::12:59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08_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/e5/23/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e5/23/sstate%3Alibcap-ng-native%3Ax86_64-linux%3A0.8.5%3Ar0%3Ax86_64%3A12%3Ae523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729_create_spdx.tar.zst;downloadfilename=universal/e5/23/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://da/48/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:da48c8d3f12118ab9e6115d5dc33b6ee6b2a41260575f7dc57e3fd8fcf9238b4_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/27/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f277689551819a1b9a7dbb90c2bf4ae5168962890ae58d28dd1f80e5e18f05a_package_write_deb.tar.zst\nDEBUG: Using  for 4e/06/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71_package.tar.zst\nDEBUG: For url file://5e/59/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/59/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9_create_package_spdx.tar.zst;downloadfilename=5e/59/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://96/63/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26_create_spdx.tar.zst\nDEBUG: For url file://4c/f2/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/f2/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1.1%3Ar0%3Acore2-64%3A12%3A4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998_create_package_spdx.tar.zst;downloadfilename=4c/f2/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://53/40/sstate:packagegroup-core-boot::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: For url file://59/c9/sstate:xrandr::1.5.2:r0::12:59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/c9/sstate%3Axrandr%3A%3A1.5.2%3Ar0%3A%3A12%3A59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08_populate_lic.tar.zst;downloadfilename=59/c9/sstate:xrandr::1.5.2:r0::12:59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://af/ca/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://19/26/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4e/06/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71_package.tar.zst\nDEBUG: For url ['file', '', '96/63/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 53/40/sstate:packagegroup-core-boot::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for af/ca/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 19/26/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/e5/23/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4e/06/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71_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://f8/dc/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f8dc4f8f81dc6c6405fec637b4ef1388e6e0cc5fa49a20fe7f78a8e38601aa65_populate_sysroot.tar.zst\nDEBUG: For url file://96/63/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/63/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26_create_spdx.tar.zst;downloadfilename=96/63/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26_create_spdx.tar.zst\nDEBUG: Using  for 53/40/sstate:packagegroup-core-boot::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Using  for af/ca/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115_create_spdx.tar.zst\nDEBUG: Using  for 19/26/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://41/c8/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4e/06/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/06/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71_package.tar.zst;downloadfilename=4e/06/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71_package.tar.zst\nDEBUG: SState: Attempting to fetch file://18/db/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e_package.tar.zst\nDEBUG: Testing URL file://53/40/sstate:packagegroup-core-boot::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Testing URL file://af/ca/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115_create_spdx.tar.zst\nDEBUG: Testing URL file://19/26/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46_populate_sysroot.tar.zst\nDEBUG: Searching for 41/c8/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 18/db/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '53/40/sstate:packagegroup-core-boot::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_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/ca/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '19/26/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 41/c8/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 18/db/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e_package.tar.zst\nDEBUG: For url file://53/40/sstate:packagegroup-core-boot::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/40/sstate%3Apackagegroup-core-boot%3A%3A1.0%3Ar0%3A%3A12%3A53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst;downloadfilename=53/40/sstate:packagegroup-core-boot::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: For url file://af/ca/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/ca/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A12%3Aafcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115_create_spdx.tar.zst;downloadfilename=af/ca/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115_create_spdx.tar.zst\nDEBUG: For url file://19/26/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/26/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A12%3A1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46_populate_sysroot.tar.zst;downloadfilename=19/26/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://59/c9/sstate:xrandr::1.5.2:r0::12:59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08_populate_lic.tar.zst\nDEBUG: Testing URL file://41/c8/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://18/db/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/06/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4e06a9c5c7132d98111e33ae3d9447400de50ef208e69224a14978e74e5b0a71_package.tar.zst\nDEBUG: SState: Attempting to fetch file://16/04/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '41/c8/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036_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/db/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e_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/61/ca/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459_populate_sysroot.tar.zst\nDEBUG: Searching for 16/04/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://41/c8/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/c8/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036_deploy_source_date_epoch.tar.zst;downloadfilename=41/c8/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://18/db/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/db/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A12%3A18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e_package.tar.zst;downloadfilename=18/db/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e_package.tar.zst\nDEBUG: Searching for universal/61/ca/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 16/04/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136_recipe_qa.tar.zst\nDEBUG: Using  for universal/61/ca/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459_populate_sysroot.tar.zst\nDEBUG: Testing URL file://16/04/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://70/bd/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:70bd05f12710a4c5084e53519ea3e4167eb5299788f43b38b80f331ce2269d34_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/61/ca/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '16/04/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136_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://53/40/sstate:packagegroup-core-boot::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/a8/sstate:mesa::24.0.7:r0::12:1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/61/ca/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459_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/04/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/04/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136_recipe_qa.tar.zst;downloadfilename=16/04/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://05/51/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da_package.tar.zst\nDEBUG: Searching for 1c/a8/sstate:mesa::24.0.7:r0::12:1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/61/ca/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/61/ca/sstate%3Apkgconfig-native%3Ax86_64-linux%3A0.29.2%2Bgit%3Ar0%3Ax86_64%3A12%3A61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459_populate_sysroot.tar.zst;downloadfilename=universal/61/ca/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459_populate_sysroot.tar.zst\nDEBUG: Searching for 05/51/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://96/63/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26_create_spdx.tar.zst\nDEBUG: Using  for 1c/a8/sstate:mesa::24.0.7:r0::12:1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/75/sstate:connman-conf::1.0:r0::12:b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165_populate_lic.tar.zst\nDEBUG: Using  for 05/51/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da_package.tar.zst\nDEBUG: SState: Successful fetch test for file://18/db/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:18db4a61a93f36b9b83eaa0ea782095acd75ac7357d1ed8edc13b7c95b5ee16e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://75/cc/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://41/c8/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:41c8e9b38e5f37689f0048174bce76d50e80f2683e1084483230b8f01dbcd036_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1c/a8/sstate:mesa::24.0.7:r0::12:1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/f2/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/90/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb_create_package_spdx.tar.zst\nDEBUG: Testing URL file://05/51/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/47/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a_package_write_deb.tar.zst\nDEBUG: Searching for 75/cc/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/3c/e6/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1c/a8/sstate:mesa::24.0.7:r0::12:1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d_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://b9/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8_create_package_spdx.tar.zst\nDEBUG: Searching for 5a/90/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '05/51/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f8/47/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 75/cc/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc_package.tar.zst\nDEBUG: Searching for universal/3c/e6/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1c/a8/sstate:mesa::24.0.7:r0::12:1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/a8/sstate%3Amesa%3A%3A24.0.7%3Ar0%3A%3A12%3A1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d_populate_lic.tar.zst;downloadfilename=1c/a8/sstate:mesa::24.0.7:r0::12:1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d_populate_lic.tar.zst\nDEBUG: Searching for b9/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/90/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb_create_package_spdx.tar.zst\nDEBUG: For url file://05/51/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/51/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da_package.tar.zst;downloadfilename=05/51/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da_package.tar.zst\nDEBUG: Using  for f8/47/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a_package_write_deb.tar.zst\nDEBUG: Testing URL file://75/cc/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc_package.tar.zst\nDEBUG: Using  for universal/3c/e6/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a_create_spdx.tar.zst\nDEBUG: Using  for b9/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/61/ca/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:61caca48fa533cb61e3d4a9fcd3e0bdcd598819e3de5784a9c9624dba46be459_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5a/90/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://16/04/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136_recipe_qa.tar.zst\nDEBUG: Testing URL file://f8/47/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '75/cc/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc_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://19/26/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/3c/e6/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a_create_spdx.tar.zst\nDEBUG: Testing URL file://b9/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/e2/sstate:font-util-native::1.4.1:r0::12:ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5a/90/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb_create_package_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://69/34/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f8/47/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a_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://75/cc/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/cc/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc_package.tar.zst;downloadfilename=75/cc/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/cd/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:d7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/3c/e6/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b9/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for eb/e2/sstate:font-util-native::1.4.1:r0::12:ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5a/90/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/90/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.5%3Ar0%3Acore2-64%3A12%3A5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb_create_package_spdx.tar.zst;downloadfilename=5a/90/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb_create_package_spdx.tar.zst\nDEBUG: Searching for 69/34/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f8/47/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/47/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Af847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a_package_write_deb.tar.zst;downloadfilename=f8/47/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a_package_write_deb.tar.zst\nDEBUG: Searching for d7/cd/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:d7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/3c/e6/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3c/e6/sstate%3Adbus-native%3Ax86_64-linux%3A1.14.10%3Ar0%3Ax86_64%3A12%3A3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a_create_spdx.tar.zst;downloadfilename=universal/3c/e6/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/a8/sstate:mesa::24.0.7:r0::12:1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d_populate_lic.tar.zst\nDEBUG: For url file://b9/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/78/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3Ab9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8_create_package_spdx.tar.zst;downloadfilename=b9/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8_create_package_spdx.tar.zst\nDEBUG: Using  for eb/e2/sstate:font-util-native::1.4.1:r0::12:ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044_populate_lic.tar.zst\nDEBUG: Using  for 69/34/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620_populate_sysroot.tar.zst\nDEBUG: Using  for d7/cd/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:d7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/37/6d/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9_recipe_qa.tar.zst\nDEBUG: Testing URL file://eb/e2/sstate:font-util-native::1.4.1:r0::12:ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044_populate_lic.tar.zst\nDEBUG: Testing URL file://69/34/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://af/ca/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/90/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a290b2a65ea48273a6fb373fe4ac2653433c8c3775ccc19a9e963126cfe161af_package_write_deb.tar.zst\nDEBUG: Testing URL file://d7/cd/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:d7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/37/6d/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'eb/e2/sstate:font-util-native::1.4.1:r0::12:ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044_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/34/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620_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://75/b3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:c6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd7/cd/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:d7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695_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/37/6d/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9_recipe_qa.tar.zst\nDEBUG: For url file://eb/e2/sstate:font-util-native::1.4.1:r0::12:ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/e2/sstate%3Afont-util-native%3A%3A1.4.1%3Ar0%3A%3A12%3Aebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044_populate_lic.tar.zst;downloadfilename=eb/e2/sstate:font-util-native::1.4.1:r0::12:ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044_populate_lic.tar.zst\nDEBUG: For url file://69/34/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/34/sstate%3Apango%3Acore2-64-poky-linux%3A1.52.2%3Ar0%3Acore2-64%3A12%3A6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620_populate_sysroot.tar.zst;downloadfilename=69/34/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620_populate_sysroot.tar.zst\nDEBUG: Searching for 75/b3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c6/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:c6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d7/cd/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:d7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/cd/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A12%3Ad7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695_deploy_source_date_epoch.tar.zst;downloadfilename=d7/cd/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:d7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/47/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f847d3a113a53c7a0be650f8126e60fa5576ec6a4e9ac112678ab80f48d3355a_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/37/6d/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3c/e6/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a_create_spdx.tar.zst\nDEBUG: Using  for 75/b3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://05/51/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:0551f5fa4e0a8685336c4903e3fcb9dc6f8363b96bfd3b8f1aa3f6905289a2da_package.tar.zst\nDEBUG: Using  for c6/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:c6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/06/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f106b6f2a943213642764b6eef6a7675f90715aa9fa9e32a167860316337b519_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://58/07/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/37/6d/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9_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://75/cc/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:75cc44c39bd6deb2e5cde100708f64bba56effda53231fcc2823abf4fafad7dc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/ca/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:d3caabae8b902cfedf58a507ab1a13198b2ffe590c5d53d091fb32dfc8d0ae7d_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://80/89/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3_package.tar.zst\nDEBUG: Testing URL file://75/b3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://37/de/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c6/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:c6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cc/43/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:cc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 58/07/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/37/6d/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/37/6d/sstate%3Alibical-native%3Ax86_64-linux%3A3.0.18%3Ar0%3Ax86_64%3A12%3A376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9_recipe_qa.tar.zst;downloadfilename=universal/37/6d/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5d/fb/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/da/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a_package_write_ipk.tar.zst\nDEBUG: Searching for 80/89/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '75/b3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 37/de/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c6/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:c6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/cc/43/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:cc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 58/07/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/e2/sstate:font-util-native::1.4.1:r0::12:ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044_populate_lic.tar.zst\nDEBUG: Searching for universal/5d/fb/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b9/da/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d7/cd/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:d7cdf9e8cbd44eaa361c6c87ac6041a05de71f482cf2da5da62a9281a24b8695_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://69/34/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:6934531c2457d592d34bc8620484cae74cb83e16f8cc9da63688772d9736c620_populate_sysroot.tar.zst\nDEBUG: Using  for 80/89/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/59/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9_create_package_spdx.tar.zst\nDEBUG: For url file://75/b3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/b3/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A12%3A75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d_package.tar.zst;downloadfilename=75/b3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d_package.tar.zst\nDEBUG: Using  for 37/de/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25_create_package_spdx.tar.zst\nDEBUG: For url file://c6/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:c6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/aa/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A12%3Ac6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669_populate_sysroot.tar.zst;downloadfilename=c6/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:c6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669_populate_sysroot.tar.zst\nDEBUG: Using  for universal/cc/43/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:cc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://58/07/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://59/b5/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/5d/fb/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547_recipe_qa.tar.zst\nDEBUG: Using  for b9/da/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://83/4a/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/20/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e_package_qa.tar.zst\nDEBUG: Testing URL file://80/89/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/43/5f/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3_recipe_qa.tar.zst\nDEBUG: Testing URL file://37/de/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/cc/43/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:cc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '58/07/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 59/b5/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/37/6d/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:376d82cb72d9c1fa02bd895ce9191d9f266df0740ee372fd1a1515a5c74217e9_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/5d/fb/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547_recipe_qa.tar.zst\nDEBUG: Testing URL file://b9/da/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a_package_write_ipk.tar.zst\nDEBUG: Searching for 83/4a/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c7/20/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '80/89/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/43/5f/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '37/de/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/cc/43/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:cc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730_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://58/07/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/07/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697_package_write_rpm.tar.zst;downloadfilename=58/07/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697_package_write_rpm.tar.zst\nDEBUG: Using  for 59/b5/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/e6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d_package.tar.zst\nDEBUG: For url ['file', '', 'universal/5d/fb/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547_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/da/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 83/4a/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811_package_write_ipk.tar.zst\nDEBUG: Using  for c7/20/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e_package_qa.tar.zst\nDEBUG: For url file://80/89/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/89/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3_package.tar.zst;downloadfilename=80/89/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3_package.tar.zst\nDEBUG: Using  for universal/43/5f/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3_recipe_qa.tar.zst\nDEBUG: For url file://37/de/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/de/sstate%3Aofono%3Acore2-64-poky-linux%3A2.8%3Ar0%3Acore2-64%3A12%3A37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25_create_package_spdx.tar.zst;downloadfilename=37/de/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25_create_package_spdx.tar.zst\nDEBUG: For url file://universal/cc/43/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:cc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cc/43/sstate%3Ago-native%3Ax86_64-linux%3A1.22.4%3Ar0%3Ax86_64%3A12%3Acc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730_deploy_source_date_epoch.tar.zst;downloadfilename=universal/cc/43/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:cc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://59/b5/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4d/e6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://75/b3/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:75b395eaf5a4636b0eba53f7c60f6cdd30afd03d8cd9fd3cc933aacb104be89d_package.tar.zst\nDEBUG: For url file://universal/5d/fb/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5d/fb/sstate%3Acurl-native%3Ax86_64-linux%3A8.8.0%3Ar0%3Ax86_64%3A12%3A5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547_recipe_qa.tar.zst;downloadfilename=universal/5d/fb/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547_recipe_qa.tar.zst\nDEBUG: For url file://b9/da/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/da/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A12%3Ab9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a_package_write_ipk.tar.zst;downloadfilename=b9/da/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://83/4a/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c7/20/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e_package_qa.tar.zst\nDEBUG: Testing URL file://universal/43/5f/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '59/b5/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c_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 4d/e6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://49/4f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '83/4a/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811_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://c6/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:c6aae16a0b66889e09661a429c4213a775a98c292057beff8065fba92d16e669_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c7/20/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e_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://80/89/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:80890a44260301359571f83542607f6a8d8d8db2b635ab44a99ffd2b96bb3bf3_package.tar.zst\nDEBUG: For url ['file', '', 'universal/43/5f/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://59/b5/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/b5/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A12%3A59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c_deploy_source_date_epoch.tar.zst;downloadfilename=59/b5/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4d/e6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d_package.tar.zst\nDEBUG: Searching for 49/4f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://83/4a/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/4a/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.7%3Ar0%3Acore2-64%3A12%3A834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811_package_write_ipk.tar.zst;downloadfilename=83/4a/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/6e/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:ac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b_package.tar.zst\nDEBUG: For url file://c7/20/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/20/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3Ac7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e_package_qa.tar.zst;downloadfilename=c7/20/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/76/sstate:libdnf::0.73.1:r0::12:cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e_populate_lic.tar.zst\nDEBUG: For url file://universal/43/5f/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/43/5f/sstate%3Aicu-native%3Ax86_64-linux%3A75-1%3Ar0%3Ax86_64%3A12%3A435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3_recipe_qa.tar.zst;downloadfilename=universal/43/5f/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4d/e6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 49/4f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cc/43/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:cc43ed847eabe8b6264a909336daf9bbbdd214209639a7f6afbae1afa0a35730_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ac/6e/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:ac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/5d/fb/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547_recipe_qa.tar.zst\nDEBUG: Searching for cd/76/sstate:libdnf::0.73.1:r0::12:cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4d/e6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/e6/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A12%3A4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d_package.tar.zst;downloadfilename=4d/e6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d_package.tar.zst\nDEBUG: Testing URL file://49/4f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://53/a3/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:53a366d87771d69dece290c92ef6e12c482b6b836852c4c8e9fd51fc1f83303c_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://54/51/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd_package_write_rpm.tar.zst\nDEBUG: Using  for ac/6e/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:ac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://69/30/sstate:babeltrace::1.5.11:r0::12:6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9_populate_lic.tar.zst\nDEBUG: Using  for cd/76/sstate:libdnf::0.73.1:r0::12:cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '49/4f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4_create_package_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/b5/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:59b5711876737e2c85587c94bd3b2b2aaf91fe7f13f5d36108453b5d1ef5e67c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/1e/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:b71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361_package_write_ipk.tar.zst\nDEBUG: Searching for 54/51/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ac/6e/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:ac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b_package.tar.zst\nDEBUG: Searching for 69/30/sstate:babeltrace::1.5.11:r0::12:6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://cd/76/sstate:libdnf::0.73.1:r0::12:cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e_populate_lic.tar.zst\nDEBUG: For url file://49/4f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/4f/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.6.2%3Ar0%3Acore2-64%3A12%3A494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4_create_package_spdx.tar.zst;downloadfilename=49/4f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://84/ea/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2_create_package_spdx.tar.zst\nDEBUG: Searching for b7/1e/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:b71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 54/51/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/20/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ac/6e/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:ac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 69/30/sstate:babeltrace::1.5.11:r0::12:6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cd/76/sstate:libdnf::0.73.1:r0::12:cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 84/ea/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b7/1e/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:b71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361_package_write_ipk.tar.zst\nDEBUG: Testing URL file://54/51/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/43/5f/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/8b/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5_recipe_qa.tar.zst\nDEBUG: For url file://ac/6e/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:ac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/6e/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A12%3Aac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b_package.tar.zst;downloadfilename=ac/6e/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:ac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b_package.tar.zst\nDEBUG: Testing URL file://69/30/sstate:babeltrace::1.5.11:r0::12:6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9_populate_lic.tar.zst\nDEBUG: For url file://cd/76/sstate:libdnf::0.73.1:r0::12:cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/76/sstate%3Alibdnf%3A%3A0.73.1%3Ar0%3A%3A12%3Acd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e_populate_lic.tar.zst;downloadfilename=cd/76/sstate:libdnf::0.73.1:r0::12:cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e_populate_lic.tar.zst\nDEBUG: Using  for 84/ea/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b7/1e/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:b71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '54/51/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd_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/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6_package.tar.zst\nDEBUG: Searching for b6/8b/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4d/e6/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:4de68da2afcf8399055df058c6754871773434188053527a7c37ca85c49bce7d_package.tar.zst\nDEBUG: For url ['file', '', '69/30/sstate:babeltrace::1.5.11:r0::12:6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9_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://b9/78/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/da/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b9da2c0dfbb1cee589f1c80d93c8854c6a9bec7c02741321bc6eb7c549c6d03a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://84/ea/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b7/1e/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:b71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361_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://54/51/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/51/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A12%3A5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd_package_write_rpm.tar.zst;downloadfilename=54/51/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd_package_write_rpm.tar.zst\nDEBUG: Searching for 50/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b6/8b/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/03/64/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://69/30/sstate:babeltrace::1.5.11:r0::12:6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/30/sstate%3Ababeltrace%3A%3A1.5.11%3Ar0%3A%3A12%3A6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9_populate_lic.tar.zst;downloadfilename=69/30/sstate:babeltrace::1.5.11:r0::12:6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3a/fc/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://49/32/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '84/ea/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b7/1e/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:b71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/1e/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Ab71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361_package_write_ipk.tar.zst;downloadfilename=b7/1e/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:b71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361_package_write_ipk.tar.zst\nDEBUG: Using  for 50/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6_package.tar.zst\nDEBUG: Testing URL file://b6/8b/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5_recipe_qa.tar.zst\nDEBUG: Searching for universal/03/64/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3a/fc/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 49/32/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://37/de/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25_create_package_spdx.tar.zst\nDEBUG: For url file://84/ea/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/ea/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A12%3A84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2_create_package_spdx.tar.zst;downloadfilename=84/ea/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://50/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6_package.tar.zst\nDEBUG: For url ['file', '', 'b6/8b/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/03/64/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/3a/fc/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456_recipe_qa.tar.zst\nDEBUG: Using  for 49/32/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/5f/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '50/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b6/8b/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/8b/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Ab68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5_recipe_qa.tar.zst;downloadfilename=b6/8b/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/03/64/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/3a/fc/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456_recipe_qa.tar.zst\nDEBUG: Testing URL file://49/32/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484_package_write_deb.tar.zst\nDEBUG: Searching for 8d/5f/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://50/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/14/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6_package.tar.zst;downloadfilename=50/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6_package.tar.zst\nDEBUG: For url ['file', '', 'universal/03/64/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c_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/3a/fc/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456_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://69/30/sstate:babeltrace::1.5.11:r0::12:6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9_populate_lic.tar.zst\nDEBUG: For url ['file', '', '49/32/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8d/5f/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e_create_spdx.tar.zst\nDEBUG: For url file://universal/03/64/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/64/sstate%3Atzcode-native%3Ax86_64-linux%3A2024a%3Ar0%3Ax86_64%3A12%3A03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/03/64/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/3a/fc/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3a/fc/sstate%3Agtk-doc-native%3Ax86_64-linux%3A1.34.0%3Ar0%3Ax86_64%3A12%3A3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456_recipe_qa.tar.zst;downloadfilename=universal/3a/fc/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/1e/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:b71e699a3a92591d1744fc203c91c3af241cfcb9306a828d26c5d720a7cc7361_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://52/e1/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://49/32/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/32/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.42%3Ar0%3Acore2-64%3A12%3A49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484_package_write_deb.tar.zst;downloadfilename=49/32/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484_package_write_deb.tar.zst\nDEBUG: Testing URL file://8d/5f/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://40/bc/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 52/e1/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8d/5f/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 40/bc/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b6/8b/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5_recipe_qa.tar.zst\nDEBUG: Using  for 52/e1/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8d/5f/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/5f/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.191%3Ar0%3Acore2-64%3A12%3A8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e_create_spdx.tar.zst;downloadfilename=8d/5f/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e_create_spdx.tar.zst\nDEBUG: Using  for 40/bc/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://23/33/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://52/e1/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://40/bc/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 23/33/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '52/e1/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6_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://83/4a/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:834a74b232cf0e69b2776dc1f77e5bb637f529521ae66f35c52d1dda55516811_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '40/bc/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af_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/3a/fc/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:3afca9b3c768810b3d231ec36aa2aecefb3af36cd42a508bd0bd1884cb40d456_recipe_qa.tar.zst\nDEBUG: Using  for 23/33/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://52/e1/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/e1/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A12%3A52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6_deploy_source_date_epoch.tar.zst;downloadfilename=52/e1/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://35/63/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4_package_write_deb.tar.zst\nDEBUG: For url file://40/bc/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/bc/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af_deploy_source_date_epoch.tar.zst;downloadfilename=40/bc/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:f8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/03/64/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:03642cecad20b8fc678d03f80d13d9175d16f9f3ecba49db42b05f5046625c1c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://23/33/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 35/63/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f8/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:f8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://98/76/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '23/33/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8_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/63/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4_package_write_deb.tar.zst\nDEBUG: Using  for f8/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:f8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 98/76/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://23/33/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/33/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.6%3Ar0%3Acore2-64%3A12%3A233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8_deploy_source_date_epoch.tar.zst;downloadfilename=23/33/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://35/63/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4_package_write_deb.tar.zst\nDEBUG: Testing URL file://f8/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:f8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 98/76/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '35/63/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4_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', '', 'f8/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:f8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a_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://58/07/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697_package_write_rpm.tar.zst\nDEBUG: Testing URL file://98/76/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0_package_write_rpm.tar.zst\nDEBUG: For url file://35/63/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/63/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A12%3A35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4_package_write_deb.tar.zst;downloadfilename=35/63/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4_package_write_deb.tar.zst\nDEBUG: For url file://f8/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:f8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/c7/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3Af8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a_deploy_source_date_epoch.tar.zst;downloadfilename=f8/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:f8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/89/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '98/76/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c7/89/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://98/76/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/76/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0_package_write_rpm.tar.zst;downloadfilename=98/76/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://52/e1/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:52e174187420c2fad7aaa6753be31ec639195ff9efb32e7e7fdfa033209b94b6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://40/bc/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:40bc69a51ecacd72ff68d48fafaa12c92188dca4a0ce412ff92c5018140b50af_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c7/89/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://66/8d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://43/95/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c7/89/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f_recipe_qa.tar.zst\nDEBUG: Searching for 66/8d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 43/95/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c7/89/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 66/8d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46_packagedata.tar.zst\nDEBUG: Using  for 43/95/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b_populate_sysroot.tar.zst\nDEBUG: For url file://c7/89/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/89/sstate%3Atzdata%3Aall-poky-linux%3A2024a%3Ar0%3Aallarch%3A12%3Ac789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f_recipe_qa.tar.zst;downloadfilename=c7/89/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f_recipe_qa.tar.zst\nDEBUG: Testing URL file://66/8d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46_packagedata.tar.zst\nDEBUG: Testing URL file://43/95/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '66/8d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46_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://84/ea/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://23/33/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:233390e6c22e2d637e70d99b853765e6c5c5a511c3a3c84fcd2428be6b77a2a8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '43/95/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b_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/8d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/8d/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46_packagedata.tar.zst;downloadfilename=66/8d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ec/b7/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:ecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/01/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9_create_package_spdx.tar.zst\nDEBUG: For url file://43/95/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/95/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A12%3A4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b_populate_sysroot.tar.zst;downloadfilename=43/95/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b_populate_sysroot.tar.zst\nDEBUG: Searching for universal/ec/b7/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:ecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e9/01/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f8/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:f8c772bfb5d5dd861510f46deabc79e352b3dc350fce6bc433b8587e987c948a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://50/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5014149123837183e2bb88e9a15c07a7bccae1a379822c473d2fc50a555d98c6_package.tar.zst\nDEBUG: Using  for universal/ec/b7/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:ecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e9/01/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/cf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://95/a0/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194_package_qa.tar.zst\nDEBUG: Testing URL file://universal/ec/b7/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:ecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e9/01/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9_create_package_spdx.tar.zst\nDEBUG: Searching for 6c/cf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://98/76/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0_package_write_rpm.tar.zst\nDEBUG: Searching for 95/a0/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ec/b7/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:ecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303_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/01/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6c/cf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://da/fa/sstate:openssl-native::3.3.1:r0::12:dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86_populate_lic.tar.zst\nDEBUG: Using  for 95/a0/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194_package_qa.tar.zst\nDEBUG: For url file://universal/ec/b7/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:ecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ec/b7/sstate%3Aldconfig-native%3Ax86_64-linux%3A2.12.1%3Ar0%3Ax86_64%3A12%3Aecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ec/b7/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:ecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e9/01/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/01/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A12%3Ae90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9_create_package_spdx.tar.zst;downloadfilename=e9/01/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://6c/cf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for da/fa/sstate:openssl-native::3.3.1:r0::12:dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://95/a0/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/89/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6c/cf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2_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 da/fa/sstate:openssl-native::3.3.1:r0::12:dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86_populate_lic.tar.zst\nDEBUG: For url ['file', '', '95/a0/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194_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://66/8d/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f8/31/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697_populate_sysroot.tar.zst\nDEBUG: For url file://6c/cf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/cf/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A12%3A6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2_deploy_source_date_epoch.tar.zst;downloadfilename=6c/cf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://da/fa/sstate:openssl-native::3.3.1:r0::12:dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86_populate_lic.tar.zst\nDEBUG: For url file://95/a0/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/a0/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194_package_qa.tar.zst;downloadfilename=95/a0/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/39/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc_package_write_ipk.tar.zst\nDEBUG: Searching for universal/f8/31/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'da/fa/sstate:openssl-native::3.3.1:r0::12:dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9c/39/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f8/31/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://43/95/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:4395f1200bcc75218ccf70df232677eccc4b320e9baafa65399ffff10a4c240b_populate_sysroot.tar.zst\nDEBUG: For url file://da/fa/sstate:openssl-native::3.3.1:r0::12:dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/fa/sstate%3Aopenssl-native%3A%3A3.3.1%3Ar0%3A%3A12%3Adafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86_populate_lic.tar.zst;downloadfilename=da/fa/sstate:openssl-native::3.3.1:r0::12:dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86_populate_lic.tar.zst\nDEBUG: Using  for 9c/39/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/f8/31/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://45/1d/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867_packagedata.tar.zst\nDEBUG: Testing URL file://9c/39/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/f8/31/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697_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://cd/76/sstate:libdnf::0.73.1:r0::12:cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ec/b7/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:ecb7e7b3c275f9c45f7481f74f2e35f4357c1dcc1cd69b5fe29bb7ceffb2c303_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 45/1d/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9c/39/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc_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://universal/f8/31/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f8/31/sstate%3Adbus-native%3Ax86_64-linux%3A1.14.10%3Ar0%3Ax86_64%3A12%3Af831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697_populate_sysroot.tar.zst;downloadfilename=universal/f8/31/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://68/ce/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/6a/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb_package_qa.tar.zst\nDEBUG: Using  for 45/1d/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://49/4f/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4_create_package_spdx.tar.zst\nDEBUG: For url file://9c/39/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/39/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A12%3A9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc_package_write_ipk.tar.zst;downloadfilename=9c/39/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc_package_write_ipk.tar.zst\nDEBUG: Searching for 68/ce/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4c/6a/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://45/1d/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/03/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01_create_package_spdx.tar.zst\nDEBUG: Using  for 68/ce/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392_packagedata.tar.zst\nDEBUG: Using  for 4c/6a/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb_package_qa.tar.zst\nDEBUG: For url ['file', '', '45/1d/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867_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://95/a0/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194_package_qa.tar.zst\nDEBUG: Searching for universal/da/03/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://68/ce/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392_packagedata.tar.zst\nDEBUG: Testing URL file://4c/6a/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb_package_qa.tar.zst\nDEBUG: For url file://45/1d/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/1d/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A12%3A451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867_packagedata.tar.zst;downloadfilename=45/1d/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/93/00/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d_recipe_qa.tar.zst\nDEBUG: Using  for universal/da/03/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '68/ce/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4c/6a/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/93/00/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://da/fa/sstate:openssl-native::3.3.1:r0::12:dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/da/03/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01_create_package_spdx.tar.zst\nDEBUG: For url file://68/ce/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/ce/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A12%3A68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392_packagedata.tar.zst;downloadfilename=68/ce/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392_packagedata.tar.zst\nDEBUG: For url file://4c/6a/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/6a/sstate%3Adnf%3Acore2-64-poky-linux%3A4.20.0%3Ar0%3Acore2-64%3A12%3A4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb_package_qa.tar.zst;downloadfilename=4c/6a/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb_package_qa.tar.zst\nDEBUG: Using  for universal/93/00/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/5d/sstate:json-glib::1.8.0:r0::12:ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/da/03/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/93/00/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d_recipe_qa.tar.zst\nDEBUG: Searching for ff/5d/sstate:json-glib::1.8.0:r0::12:ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/f8/31/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/cf/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:6ccfd4616bd54dfb56dd73dae12a050790c36a2e1d181ec16b25c86aead819c2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/da/03/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/03/sstate%3Alibedit-native%3Ax86_64-linux%3A20240517-3.1%3Ar0%3Ax86_64%3A12%3Ada034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01_create_package_spdx.tar.zst;downloadfilename=universal/da/03/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/93/00/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ff/5d/sstate:json-glib::1.8.0:r0::12:ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/41/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:da412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://40/de/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66_create_package_spdx.tar.zst\nDEBUG: For url file://universal/93/00/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/93/00/sstate%3Apython3-mako-native%3Ax86_64-linux%3A1.3.5%3Ar0%3Ax86_64%3A12%3A9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d_recipe_qa.tar.zst;downloadfilename=universal/93/00/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d_recipe_qa.tar.zst\nDEBUG: Testing URL file://ff/5d/sstate:json-glib::1.8.0:r0::12:ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff_populate_lic.tar.zst\nDEBUG: Searching for universal/da/41/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:da412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://54/51/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd_package_write_rpm.tar.zst\nDEBUG: Searching for 40/de/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ff/5d/sstate:json-glib::1.8.0:r0::12:ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff_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/41/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:da412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://45/1d/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ce/37/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641_populate_sysroot.tar.zst\nDEBUG: Using  for 40/de/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66_create_package_spdx.tar.zst\nDEBUG: For url file://ff/5d/sstate:json-glib::1.8.0:r0::12:ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/5d/sstate%3Ajson-glib%3A%3A1.8.0%3Ar0%3A%3A12%3Aff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff_populate_lic.tar.zst;downloadfilename=ff/5d/sstate:json-glib::1.8.0:r0::12:ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/da/41/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:da412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/48/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:dd4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/ce/37/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://40/de/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/da/41/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:da412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9_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://68/ce/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392_packagedata.tar.zst\nDEBUG: Searching for dd/48/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:dd4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4c/6a/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb_package_qa.tar.zst\nDEBUG: Using  for universal/ce/37/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '40/de/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/da/41/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:da412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/41/sstate%3Aasciidoc-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A12%3Ada412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9_recipe_qa.tar.zst;downloadfilename=universal/da/41/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:da412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/0b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c_package_qa.tar.zst\nDEBUG: Using  for dd/48/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:dd4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/5f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:fe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/ce/37/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641_populate_sysroot.tar.zst\nDEBUG: For url file://40/de/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/de/sstate%3Agcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66_create_package_spdx.tar.zst;downloadfilename=40/de/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/03/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01_create_package_spdx.tar.zst\nDEBUG: Searching for fe/0b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://dd/48/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:dd4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fe/5f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:fe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ce/37/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641_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://ac/4e/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:ac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for fe/0b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/93/00/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'dd/48/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:dd4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83_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/5f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:fe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/ce/37/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ce/37/sstate%3Alibgcrypt-native%3Ax86_64-linux%3A1.10.3%3Ar0%3Ax86_64%3A12%3Ace373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641_populate_sysroot.tar.zst;downloadfilename=universal/ce/37/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641_populate_sysroot.tar.zst\nDEBUG: Searching for ac/4e/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:ac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fe/0b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://19/82/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f_recipe_qa.tar.zst\nDEBUG: For url file://dd/48/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:dd4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/48/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Add4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83_deploy_source_date_epoch.tar.zst;downloadfilename=dd/48/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:dd4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fe/5f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:fe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ac/4e/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:ac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fe/0b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c_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://ff/5d/sstate:json-glib::1.8.0:r0::12:ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff_populate_lic.tar.zst\nDEBUG: Searching for 19/82/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ac/6e/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:ac6e3f954dd2c14e935a51da00d1bdcdde7a8a077fd8ea357d36450eb1190a9b_package.tar.zst\nDEBUG: For url ['file', '', 'fe/5f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:fe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a_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/4e/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:ac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/41/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:da412fc9122fa7b37a994b4e1bef3b05d54a30b9a5a5c262d804a19e639fb4c9_recipe_qa.tar.zst\nDEBUG: For url file://fe/0b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/0b/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A12%3Afe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c_package_qa.tar.zst;downloadfilename=fe/0b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/74/sstate:lttng-tools::2.13.13:r0::12:3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524_populate_lic.tar.zst\nDEBUG: Using  for 19/82/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/66/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://fe/5f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:fe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/5f/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Afe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a_deploy_source_date_epoch.tar.zst;downloadfilename=fe/5f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:fe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ac/4e/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:ac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea_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/f1/f0/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252_create_spdx.tar.zst\nDEBUG: Searching for 3a/74/sstate:lttng-tools::2.13.13:r0::12:3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://19/82/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f_recipe_qa.tar.zst\nDEBUG: Searching for universal/10/66/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ac/4e/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:ac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/4e/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.7p1%3Ar0%3Acore2-64%3A12%3Aac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea_deploy_source_date_epoch.tar.zst;downloadfilename=ac/4e/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:ac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/39/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:9c391b8fadf51848bfe870498cc779cea8d414d6d190b6864918a2a3d4383afc_package_write_ipk.tar.zst\nDEBUG: Searching for universal/f1/f0/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5a/90/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ce/37/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641_populate_sysroot.tar.zst\nDEBUG: Using  for 3a/74/sstate:lttng-tools::2.13.13:r0::12:3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524_populate_lic.tar.zst\nDEBUG: For url ['file', '', '19/82/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/10/66/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/d0/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:f9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/48/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:dd4815692206891073f871216e0eb7e84e60f7b40b46cbd1e3470cf93d367e83_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/f1/f0/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/1a/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe_create_package_spdx.tar.zst\nDEBUG: Testing URL file://3a/74/sstate:lttng-tools::2.13.13:r0::12:3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524_populate_lic.tar.zst\nDEBUG: For url file://19/82/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/82/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f_recipe_qa.tar.zst;downloadfilename=19/82/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/10/66/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f9/d0/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:f9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://87/17/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/f1/f0/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252_create_spdx.tar.zst\nDEBUG: Searching for 7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b4/1a/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3a/74/sstate:lttng-tools::2.13.13:r0::12:3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524_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/10/66/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92_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 f9/d0/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:f9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d_populate_sysroot.tar.zst\nDEBUG: Searching for 87/17/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/f1/f0/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst\nDEBUG: Using  for b4/1a/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe_create_package_spdx.tar.zst\nDEBUG: For url file://3a/74/sstate:lttng-tools::2.13.13:r0::12:3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/74/sstate%3Alttng-tools%3A%3A2.13.13%3Ar0%3A%3A12%3A3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524_populate_lic.tar.zst;downloadfilename=3a/74/sstate:lttng-tools::2.13.13:r0::12:3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524_populate_lic.tar.zst\nDEBUG: For url file://universal/10/66/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/66/sstate%3Aca-certificates-native%3Ax86_64-linux%3A20211016%3Ar0%3Ax86_64%3A12%3A1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92_deploy_source_date_epoch.tar.zst;downloadfilename=universal/10/66/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f9/d0/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:f9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d_populate_sysroot.tar.zst\nDEBUG: Using  for 87/17/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf_create_package_spdx.tar.zst\nDEBUG: For url file://universal/f1/f0/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f1/f0/sstate%3Aopkg-utils-native%3Ax86_64-linux%3A0.6.3%3Ar0%3Ax86_64%3A12%3Af1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252_create_spdx.tar.zst;downloadfilename=universal/f1/f0/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252_create_spdx.tar.zst\nDEBUG: Testing URL file://7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst\nDEBUG: Testing URL file://b4/1a/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/0b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f9/d0/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:f9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d_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/17/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/4e/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:ac4e1dc375681d82093c55eaffb68314069f69e95cdd5e7f7117068f15770bea_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b4/1a/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe_create_package_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/4c/45/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f9/d0/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:f9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/d0/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Af9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d_populate_sysroot.tar.zst;downloadfilename=f9/d0/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:f9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '87/17/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf_create_package_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/a6/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5_package_qa.tar.zst\nDEBUG: For url file://7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/38/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst;downloadfilename=7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst\nDEBUG: For url file://b4/1a/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/1a/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3Ab41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe_create_package_spdx.tar.zst;downloadfilename=b4/1a/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe_create_package_spdx.tar.zst\nDEBUG: Searching for universal/4c/45/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://87/17/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/17/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A12%3A87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf_create_package_spdx.tar.zst;downloadfilename=87/17/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf_create_package_spdx.tar.zst\nDEBUG: Searching for c1/a6/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fe/5f/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:fe5ff61a15baa7d6027e934dbcb88a33fbfd4ecc53a77a443c6fd02d0924908a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://35/63/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:35639ed15cc5119cfa3b5b8b0302b40be8534d03ff38974d2ab14abf2c750ce4_package_write_deb.tar.zst\nDEBUG: Using  for universal/4c/45/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/10/66/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:1066232c78b95bdf3c83c886edafc1988a1a26fe90af068c3b0f7281fb615b92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/74/sstate:lttng-tools::2.13.13:r0::12:3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524_populate_lic.tar.zst\nDEBUG: Using  for c1/a6/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://46/c9/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://19/82/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f1/f0/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/4c/45/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/fc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/c2/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0_packagedata.tar.zst\nDEBUG: Testing URL file://c1/a6/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5_package_qa.tar.zst\nDEBUG: Searching for 46/c9/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://fb/e0/sstate:ca-certificates-native::20211016:r0::12:fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/26/74/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e_create_package_spdx.tar.zst\nDEBUG: Searching for bc/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/4c/45/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17_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 4d/fc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cc/c2/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c1/a6/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 46/c9/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93_recipe_qa.tar.zst\nDEBUG: Searching for fb/e0/sstate:ca-certificates-native::20211016:r0::12:fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/26/74/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bc/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97_populate_sysroot.tar.zst\nDEBUG: For url file://universal/4c/45/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4c/45/sstate%3Aharfbuzz-native%3Ax86_64-linux%3A8.5.0%3Ar0%3Ax86_64%3A12%3A4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4c/45/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4d/fc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0_package_write_ipk.tar.zst\nDEBUG: Using  for cc/c2/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0_packagedata.tar.zst\nDEBUG: For url file://c1/a6/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/a6/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A12%3Ac1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5_package_qa.tar.zst;downloadfilename=c1/a6/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5_package_qa.tar.zst\nDEBUG: Testing URL file://46/c9/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93_recipe_qa.tar.zst\nDEBUG: Using  for fb/e0/sstate:ca-certificates-native::20211016:r0::12:fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b_populate_lic.tar.zst\nDEBUG: Using  for universal/26/74/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bc/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4d/fc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0_package_write_ipk.tar.zst\nDEBUG: Testing URL file://cc/c2/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0_packagedata.tar.zst\nDEBUG: For url ['file', '', '46/c9/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93_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://e9/01/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://fb/e0/sstate:ca-certificates-native::20211016:r0::12:fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/26/74/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://87/17/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'bc/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4d/fc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0_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', '', 'cc/c2/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://46/c9/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/c9/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A12%3A46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93_recipe_qa.tar.zst;downloadfilename=46/c9/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://30/64/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fb/e0/sstate:ca-certificates-native::20211016:r0::12:fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b_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/26/74/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e_create_package_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/4d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:fe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bc/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/b6/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3Abcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97_populate_sysroot.tar.zst;downloadfilename=bc/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97_populate_sysroot.tar.zst\nDEBUG: For url file://4d/fc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/fc/sstate%3Amesa%3Acore2-64-poky-linux%3A24.0.7%3Ar0%3Acore2-64%3A12%3A4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0_package_write_ipk.tar.zst;downloadfilename=4d/fc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0_package_write_ipk.tar.zst\nDEBUG: For url file://cc/c2/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/c2/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.1%3Ar0%3Acore2-64%3A12%3Accc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0_packagedata.tar.zst;downloadfilename=cc/c2/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0_packagedata.tar.zst\nDEBUG: Searching for 30/64/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fb/e0/sstate:ca-certificates-native::20211016:r0::12:fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/e0/sstate%3Aca-certificates-native%3A%3A20211016%3Ar0%3A%3A12%3Afbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b_populate_lic.tar.zst;downloadfilename=fb/e0/sstate:ca-certificates-native::20211016:r0::12:fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b_populate_lic.tar.zst\nDEBUG: For url file://universal/26/74/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/26/74/sstate%3Agmp-native%3Ax86_64-linux%3A6.3.0%3Ar0%3Ax86_64%3A12%3A26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e_create_package_spdx.tar.zst;downloadfilename=universal/26/74/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e_create_package_spdx.tar.zst\nDEBUG: Searching for fe/4d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:fe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/4c/45/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4c4583e8d6afc6e3b7873eb07eeccb13e6f0838b0d9f4bc074eb3190e1746a17_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/d0/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:f9d030b00012909bff37957534d7ebe9735d6a394891225678bd2efc4faca30d_populate_sysroot.tar.zst\nDEBUG: Using  for 30/64/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/5f/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/1a/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/a6/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5_package_qa.tar.zst\nDEBUG: Using  for fe/4d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:fe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://14/7d/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/90/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59_package_write_rpm.tar.zst\nDEBUG: Testing URL file://30/64/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/d9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://63/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://01/9c/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://46/c9/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93_recipe_qa.tar.zst\nDEBUG: Testing URL file://fe/4d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:fe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 14/7d/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for eb/90/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '30/64/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93_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 5b/d9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 63/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 01/9c/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4f/72/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375_package.tar.zst\nDEBUG: For url ['file', '', 'fe/4d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:fe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72_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/7d/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c_package_write_ipk.tar.zst\nDEBUG: Using  for eb/90/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59_package_write_rpm.tar.zst\nDEBUG: For url file://30/64/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/64/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A12%3A3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93_deploy_source_date_epoch.tar.zst;downloadfilename=30/64/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5b/d9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509_packagedata.tar.zst\nDEBUG: Using  for 63/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f_create_spdx.tar.zst\nDEBUG: Using  for 01/9c/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761_package_write_deb.tar.zst\nDEBUG: Searching for 4f/72/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fe/4d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:fe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/4d/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3Afe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72_deploy_source_date_epoch.tar.zst;downloadfilename=fe/4d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:fe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://14/7d/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c_package_write_ipk.tar.zst\nDEBUG: Testing URL file://eb/90/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59_package_write_rpm.tar.zst\nDEBUG: Testing URL file://5b/d9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509_packagedata.tar.zst\nDEBUG: Testing URL file://63/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/b6/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bcb69161b4bf3576205a07d791dad237099bb5358764cabb9a78326ca0d60b97_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/e0/sstate:ca-certificates-native::20211016:r0::12:fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b_populate_lic.tar.zst\nDEBUG: Testing URL file://01/9c/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/fc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4dfcd800b324173ee8d67b5c056bde472f6a9261a1fff9325dad06d98cf737e0_package_write_ipk.tar.zst\nDEBUG: Using  for 4f/72/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375_package.tar.zst\nDEBUG: For url ['file', '', '14/7d/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c_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', '', 'eb/90/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59_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/d9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509_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/26/74/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '63/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f_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/ee/80/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://06/62/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7_package_qa.tar.zst\nDEBUG: For url ['file', '', '01/9c/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761_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://b1/0d/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1_package.tar.zst\nDEBUG: Testing URL file://4f/72/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375_package.tar.zst\nDEBUG: For url file://14/7d/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/7d/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A12%3A147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c_package_write_ipk.tar.zst;downloadfilename=14/7d/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c_package_write_ipk.tar.zst\nDEBUG: For url file://eb/90/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/90/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3Aeb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59_package_write_rpm.tar.zst;downloadfilename=eb/90/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59_package_write_rpm.tar.zst\nDEBUG: For url file://5b/d9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/d9/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509_packagedata.tar.zst;downloadfilename=5b/d9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fa/55/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c_create_package_spdx.tar.zst\nDEBUG: For url file://63/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/49/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.13%3Ar0%3Acore2-64%3A12%3A63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f_create_spdx.tar.zst;downloadfilename=63/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f_create_spdx.tar.zst\nDEBUG: Searching for universal/ee/80/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 06/62/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://01/9c/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/9c/sstate%3Alzlib%3Acore2-64-poky-linux%3A1.14%3Ar0%3Acore2-64%3A12%3A019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761_package_write_deb.tar.zst;downloadfilename=01/9c/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761_package_write_deb.tar.zst\nDEBUG: Searching for b1/0d/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4f/72/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/fa/55/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://30/64/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3064ac35a73c9961b704e91a4b5b0be6ee89c97a76f96c5b0457d0f44050ce93_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/ee/80/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7_create_package_spdx.tar.zst\nDEBUG: Using  for 06/62/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/c2/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/4d/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:fe4d1f8eaa1d8801ab069393c5a9c81c0bbb68d47f9da8a7fd35a10b56ebbe72_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b1/0d/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1_package.tar.zst\nDEBUG: For url file://4f/72/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/72/sstate%3Adnf%3Acore2-64-poky-linux%3A4.20.0%3Ar0%3Acore2-64%3A12%3A4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375_package.tar.zst;downloadfilename=4f/72/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375_package.tar.zst\nDEBUG: SState: Successful fetch test for file://40/de/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66_create_package_spdx.tar.zst\nDEBUG: Using  for universal/fa/55/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://85/e1/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/ee/80/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://06/62/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/69/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bd/94/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b1/0d/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b4/9b/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/d9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509_packagedata.tar.zst\nDEBUG: Testing URL file://universal/fa/55/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c_create_package_spdx.tar.zst\nDEBUG: Searching for 85/e1/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ee/80/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '06/62/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7c/69/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/bd/94/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b1/0d/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/b4/9b/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://29/11/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba_package.tar.zst\nDEBUG: For url ['file', '', 'universal/fa/55/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c_create_package_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://eb/90/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59_package_write_rpm.tar.zst\nDEBUG: Using  for 85/e1/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7_recipe_qa.tar.zst\nDEBUG: For url file://universal/ee/80/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ee/80/sstate%3Alibtasn1-native%3Ax86_64-linux%3A4.19.0%3Ar0%3Ax86_64%3A12%3Aee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7_create_package_spdx.tar.zst;downloadfilename=universal/ee/80/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7_create_package_spdx.tar.zst\nDEBUG: For url file://06/62/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/62/sstate%3Arust%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7_package_qa.tar.zst;downloadfilename=06/62/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7_package_qa.tar.zst\nDEBUG: Using  for 7c/69/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/bd/94/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2_create_package_spdx.tar.zst\nDEBUG: For url file://b1/0d/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/0d/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3Ab10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1_package.tar.zst;downloadfilename=b1/0d/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1_package.tar.zst\nDEBUG: Using  for universal/b4/9b/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b_populate_sysroot.tar.zst\nDEBUG: Searching for 29/11/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/fa/55/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fa/55/sstate%3Apython3-packaging-native%3Ax86_64-linux%3A24.1%3Ar0%3Ax86_64%3A12%3Afa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c_create_package_spdx.tar.zst;downloadfilename=universal/fa/55/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://de/65/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f_packagedata.tar.zst\nDEBUG: Testing URL file://85/e1/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7_recipe_qa.tar.zst\nDEBUG: Testing URL file://7c/69/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/bd/94/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://01/9c/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:019cbbdf58deddcaeda907cac13b82f8699cdbcce26c6a81ee294cdafe6e8761_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/b4/9b/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b_populate_sysroot.tar.zst\nDEBUG: Using  for 29/11/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba_package.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://4f/72/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:4f721d37c9aa632702a5b66d3796818c28ecbed4ef3dab80367ee55c88cc0375_package.tar.zst\nDEBUG: Searching for de/65/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '85/e1/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7_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/69/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_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/94/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2_create_package_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://a2/8f/sstate:docbook-xml-dtd4-native::4.5:r0::12:a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/b4/9b/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://29/11/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba_package.tar.zst\nDEBUG: SState: Attempting to fetch file://23/6f/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ee/80/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://06/62/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7_package_qa.tar.zst\nDEBUG: Using  for de/65/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f_packagedata.tar.zst\nDEBUG: For url file://85/e1/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/e1/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A12%3A85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7_recipe_qa.tar.zst;downloadfilename=85/e1/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7_recipe_qa.tar.zst\nDEBUG: For url file://7c/69/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/69/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst;downloadfilename=7c/69/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/bd/94/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bd/94/sstate%3Apython3-build-native%3Ax86_64-linux%3A1.2.1%3Ar0%3Ax86_64%3A12%3Abd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2_create_package_spdx.tar.zst;downloadfilename=universal/bd/94/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2_create_package_spdx.tar.zst\nDEBUG: Searching for a2/8f/sstate:docbook-xml-dtd4-native::4.5:r0::12:a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/b4/9b/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b4/9b/sstate%3Aitstool-native%3Ax86_64-linux%3A2.0.7%3Ar0%3Ax86_64%3A12%3Ab49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b_populate_sysroot.tar.zst;downloadfilename=universal/b4/9b/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '29/11/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 23/6f/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://cd/03/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:cd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/e4/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f_package_qa.tar.zst\nDEBUG: Testing URL file://de/65/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f_packagedata.tar.zst\nDEBUG: Using  for a2/8f/sstate:docbook-xml-dtd4-native::4.5:r0::12:a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/0d/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b10db716de92ddb7f97e7aaa7cc982b15eedcfc6c7b321af169ec485a765c7b1_package.tar.zst\nDEBUG: For url file://29/11/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/11/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A12%3A2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba_package.tar.zst;downloadfilename=29/11/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba_package.tar.zst\nDEBUG: Using  for 23/6f/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cd/03/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:cd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4d/e4/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://14/7d/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:147d2e1601d5a1b3e3de8b619228233a77890ef42af463debb28c5847289e79c_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'de/65/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f_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/fa/55/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a2/8f/sstate:docbook-xml-dtd4-native::4.5:r0::12:a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/7f/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58_create_package_spdx.tar.zst\nDEBUG: Testing URL file://23/6f/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e_deploy_source_date_epoch.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst: HTTP Error 404: Not Found\nDEBUG: Using  for cd/03/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:cd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d_populate_sysroot.tar.zst\nDEBUG: Using  for 4d/e4/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/01/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a_create_spdx.tar.zst\nDEBUG: For url file://de/65/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/65/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.2%3Ar0%3Acore2-64%3A12%3Ade65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f_packagedata.tar.zst;downloadfilename=de/65/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://42/3e/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a2/8f/sstate:docbook-xml-dtd4-native::4.5:r0::12:a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4f/7f/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '23/6f/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e_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://cd/03/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:cd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d_populate_sysroot.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst (FetchError(\"URL doesn't work\", 'file://7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://7d/38/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97_image_qa.tar.zst'. URL doesn't work\n\nDEBUG: Testing URL file://4d/e4/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f_package_qa.tar.zst\nDEBUG: Searching for ef/01/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 42/3e/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://85/e1/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bd/94/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/69/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a2/8f/sstate:docbook-xml-dtd4-native::4.5:r0::12:a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/8f/sstate%3Adocbook-xml-dtd4-native%3A%3A4.5%3Ar0%3A%3A12%3Aa28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703_populate_lic.tar.zst;downloadfilename=a2/8f/sstate:docbook-xml-dtd4-native::4.5:r0::12:a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703_populate_lic.tar.zst\nDEBUG: Using  for 4f/7f/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58_create_package_spdx.tar.zst\nDEBUG: For url file://23/6f/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/6f/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e_deploy_source_date_epoch.tar.zst;downloadfilename=23/6f/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cd/03/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:cd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d_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://03/50/sstate:gmp-native::6.3.0:r0::12:03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4d/e4/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ef/01/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a_create_spdx.tar.zst\nDEBUG: Using  for 42/3e/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/63/1b/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://66/f7/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/74/7b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b4/9b/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4f/7f/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58_create_package_spdx.tar.zst\nDEBUG: For url file://cd/03/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:cd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/03/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A12%3Acd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d_populate_sysroot.tar.zst;downloadfilename=cd/03/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:cd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d_populate_sysroot.tar.zst\nDEBUG: Searching for 03/50/sstate:gmp-native::6.3.0:r0::12:03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4d/e4/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/e4/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f_package_qa.tar.zst;downloadfilename=4d/e4/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f_package_qa.tar.zst\nDEBUG: Testing URL file://ef/01/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://29/11/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:2911950cd425406394b35757969987ff1a4cb34e040aef8911b26bce2984dcba_package.tar.zst\nDEBUG: Testing URL file://42/3e/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262_recipe_qa.tar.zst\nDEBUG: Searching for universal/63/1b/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 66/f7/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/74/7b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://86/96/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4f/7f/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 03/50/sstate:gmp-native::6.3.0:r0::12:03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://de/65/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ef/01/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a_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://fd/7a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:fd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '42/3e/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262_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/1b/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9_recipe_qa.tar.zst\nDEBUG: Using  for 66/f7/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9_populate_sysroot.tar.zst\nDEBUG: Using  for universal/74/7b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43_recipe_qa.tar.zst\nDEBUG: Searching for 86/96/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4f/7f/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/7f/sstate%3Aboost%3Acore2-64-poky-linux%3A1.85.0%3Ar0%3Acore2-64%3A12%3A4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58_create_package_spdx.tar.zst;downloadfilename=4f/7f/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58_create_package_spdx.tar.zst\nDEBUG: Testing URL file://03/50/sstate:gmp-native::6.3.0:r0::12:03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://21/6f/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e_package_write_rpm.tar.zst\nDEBUG: For url file://ef/01/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/01/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3Aef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a_create_spdx.tar.zst;downloadfilename=ef/01/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a_create_spdx.tar.zst\nDEBUG: Searching for fd/7a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:fd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://42/3e/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/3e/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.5%3Ar0%3Acore2-64%3A12%3A423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262_recipe_qa.tar.zst;downloadfilename=42/3e/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/8f/sstate:docbook-xml-dtd4-native::4.5:r0::12:a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/63/1b/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9_recipe_qa.tar.zst\nDEBUG: Testing URL file://66/f7/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/74/7b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43_recipe_qa.tar.zst\nDEBUG: Using  for 86/96/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7_create_spdx.tar.zst\nDEBUG: For url ['file', '', '03/50/sstate:gmp-native::6.3.0:r0::12:03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 21/6f/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fd/7a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:fd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://16/14/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/63/1b/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '66/f7/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9_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/74/7b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://86/96/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7_create_spdx.tar.zst\nDEBUG: For url file://03/50/sstate:gmp-native::6.3.0:r0::12:03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/50/sstate%3Agmp-native%3A%3A6.3.0%3Ar0%3A%3A12%3A03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900_populate_lic.tar.zst;downloadfilename=03/50/sstate:gmp-native::6.3.0:r0::12:03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900_populate_lic.tar.zst\nDEBUG: Using  for 21/6f/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fd/7a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:fd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72_package_write_ipk.tar.zst\nDEBUG: Searching for 16/14/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/63/1b/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/63/1b/sstate%3Awayland-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A12%3A631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9_recipe_qa.tar.zst;downloadfilename=universal/63/1b/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9_recipe_qa.tar.zst\nDEBUG: For url file://66/f7/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/f7/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A12%3A66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9_populate_sysroot.tar.zst;downloadfilename=66/f7/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9_populate_sysroot.tar.zst\nDEBUG: For url file://universal/74/7b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/7b/sstate%3Ahelp2man-native%3Ax86_64-linux%3A1.49.3%3Ar0%3Ax86_64%3A12%3A747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43_recipe_qa.tar.zst;downloadfilename=universal/74/7b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '86/96/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://21/6f/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'fd/7a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:fd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 16/14/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762_populate_sysroot.tar.zst\nDEBUG: For url file://86/96/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/96/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A12%3A8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7_create_spdx.tar.zst;downloadfilename=86/96/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/03/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:cd03fad1a08df58738990b2d081d2c37aa023235d916c5b53aa1410f36df919d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '21/6f/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e_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/7a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:fd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/7a/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A12%3Afd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72_package_write_ipk.tar.zst;downloadfilename=fd/7a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:fd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://42/3e/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262_recipe_qa.tar.zst\nDEBUG: Testing URL file://16/14/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/63/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c_packagedata.tar.zst\nDEBUG: For url file://21/6f/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/6f/sstate%3Anpth%3Acore2-64-poky-linux%3A1.7%3Ar0%3Acore2-64%3A12%3A216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e_package_write_rpm.tar.zst;downloadfilename=21/6f/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d5/94/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '16/14/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762_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/49/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://03/50/sstate:gmp-native::6.3.0:r0::12:03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900_populate_lic.tar.zst\nDEBUG: Searching for 1c/63/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/d5/94/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://16/14/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/14/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A12%3A161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762_populate_sysroot.tar.zst;downloadfilename=16/14/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/63/1b/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://66/f7/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:66f7ff7ccc64fd55394b87865cc9089a5b26e526254e0a12d857682ebab46bc9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/a0/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://23/87/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5_package_qa.tar.zst\nDEBUG: Using  for 1c/63/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c_packagedata.tar.zst\nDEBUG: Using  for universal/d5/94/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/76/27/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://76/9a/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/01/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/74/7b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:747b0d980363ed1a85622cffb733d853e723be462454c3bf6d17322c59978f43_recipe_qa.tar.zst\nDEBUG: Searching for bf/a0/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 23/87/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1c/63/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c_packagedata.tar.zst\nDEBUG: Testing URL file://universal/d5/94/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f_create_spdx.tar.zst\nDEBUG: Searching for universal/76/27/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 76/9a/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4d/e4/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://07/f4/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://32/cf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for bf/a0/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b_recipe_qa.tar.zst\nDEBUG: Using  for 23/87/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5_package_qa.tar.zst\nDEBUG: For url ['file', '', '1c/63/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/d5/94/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/76/27/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb_create_package_spdx.tar.zst\nDEBUG: Using  for 76/9a/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/af/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c_create_package_spdx.tar.zst\nDEBUG: Searching for 07/f4/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 32/cf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://bf/a0/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b_recipe_qa.tar.zst\nDEBUG: Testing URL file://23/87/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5_package_qa.tar.zst\nDEBUG: For url file://1c/63/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/63/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.6%3Ar0%3Acore2-64%3A12%3A1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c_packagedata.tar.zst;downloadfilename=1c/63/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c_packagedata.tar.zst\nDEBUG: For url file://universal/d5/94/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d5/94/sstate%3Am4-native%3Ax86_64-linux%3A1.4.19%3Ar0%3Ax86_64%3A12%3Ad594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f_create_spdx.tar.zst;downloadfilename=universal/d5/94/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/76/27/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb_create_package_spdx.tar.zst\nDEBUG: Testing URL file://76/9a/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8_package_write_deb.tar.zst\nDEBUG: Searching for fd/af/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 07/f4/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8_packagedata.tar.zst\nDEBUG: Using  for 32/cf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'bf/a0/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '23/87/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5_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/76/27/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb_create_package_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://21/6f/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '76/9a/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fd/af/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://07/f4/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8_packagedata.tar.zst\nDEBUG: Testing URL file://32/cf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bf/a0/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/a0/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3Abfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b_recipe_qa.tar.zst;downloadfilename=bf/a0/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b_recipe_qa.tar.zst\nDEBUG: For url file://23/87/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/87/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.57.1%3Ar0%3Acore2-64%3A12%3A2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5_package_qa.tar.zst;downloadfilename=23/87/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5_package_qa.tar.zst\nDEBUG: For url file://universal/76/27/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/76/27/sstate%3Aopkg-utils-native%3Ax86_64-linux%3A0.6.3%3Ar0%3Ax86_64%3A12%3A762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb_create_package_spdx.tar.zst;downloadfilename=universal/76/27/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://59/47/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b_create_spdx.tar.zst\nDEBUG: For url file://76/9a/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/9a/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.5.1%3Ar0%3Acore2-64%3A12%3A769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8_package_write_deb.tar.zst;downloadfilename=76/9a/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8_package_write_deb.tar.zst\nDEBUG: Testing URL file://fd/af/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '07/f4/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '32/cf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a_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/47/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'fd/af/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://07/f4/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/f4/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A12%3A07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8_packagedata.tar.zst;downloadfilename=07/f4/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d5/94/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f_create_spdx.tar.zst\nDEBUG: For url file://32/cf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/cf/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A12%3A32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a_deploy_source_date_epoch.tar.zst;downloadfilename=32/cf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 59/47/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b_create_spdx.tar.zst\nDEBUG: For url file://fd/af/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/af/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Afdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c_create_package_spdx.tar.zst;downloadfilename=fd/af/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/a2/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64_recipe_qa.tar.zst\nDEBUG: Testing URL file://59/47/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b_create_spdx.tar.zst\nDEBUG: Searching for 8a/a2/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '59/47/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b_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://23/87/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5_package_qa.tar.zst\nDEBUG: Using  for 8a/a2/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64_recipe_qa.tar.zst\nDEBUG: For url file://59/47/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/47/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.43%3Ar0%3Acore2-64%3A12%3A5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b_create_spdx.tar.zst;downloadfilename=59/47/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://95/58/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e_package.tar.zst\nDEBUG: Testing URL file://8a/a2/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64_recipe_qa.tar.zst\nDEBUG: Searching for 95/58/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8a/a2/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64_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/27/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb_create_package_spdx.tar.zst\nDEBUG: Using  for 95/58/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e_package.tar.zst\nDEBUG: For url file://8a/a2/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/a2/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64_recipe_qa.tar.zst;downloadfilename=8a/a2/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://81/1c/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8_create_package_spdx.tar.zst\nDEBUG: Testing URL file://95/58/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e_package.tar.zst\nDEBUG: Searching for 81/1c/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '95/58/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 81/1c/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8_create_package_spdx.tar.zst\nDEBUG: For url file://95/58/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/58/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A12%3A9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e_package.tar.zst;downloadfilename=95/58/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e_package.tar.zst\nDEBUG: Testing URL file://81/1c/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '81/1c/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://81/1c/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/1c/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8_create_package_spdx.tar.zst;downloadfilename=81/1c/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://32/cf/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:32cfb8836fb19894db1c4329928d94e9cc09343a201c62fb4547676efa2b9e1a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/a0/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://57/dd/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/8b/sstate:libedit::20240517-3.1:r0::12:2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f_populate_lic.tar.zst\nDEBUG: Searching for 57/dd/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2d/8b/sstate:libedit::20240517-3.1:r0::12:2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 57/dd/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e_create_spdx.tar.zst\nDEBUG: Using  for 2d/8b/sstate:libedit::20240517-3.1:r0::12:2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f_populate_lic.tar.zst\nDEBUG: Testing URL file://57/dd/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e_create_spdx.tar.zst\nDEBUG: Testing URL file://2d/8b/sstate:libedit::20240517-3.1:r0::12:2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '57/dd/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2d/8b/sstate:libedit::20240517-3.1:r0::12:2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f_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/dd/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/dd/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A12%3A57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e_create_spdx.tar.zst;downloadfilename=57/dd/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e_create_spdx.tar.zst\nDEBUG: For url file://2d/8b/sstate:libedit::20240517-3.1:r0::12:2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/8b/sstate%3Alibedit%3A%3A20240517-3.1%3Ar0%3A%3A12%3A2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f_populate_lic.tar.zst;downloadfilename=2d/8b/sstate:libedit::20240517-3.1:r0::12:2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://23/6f/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:236f7856b557a14ffa7314d9fe03a18144a9aeb427f1fa38be137ac123e1752e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/63/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://93/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst\nDEBUG: SState: Attempting to fetch file://73/5b/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4_package_write_rpm.tar.zst\nDEBUG: Searching for 93/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 73/5b/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 93/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst\nDEBUG: Using  for 73/5b/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://93/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst\nDEBUG: Testing URL file://73/5b/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '93/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.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:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4_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/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/3a/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3A933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst;downloadfilename=93/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst\nDEBUG: For url file://73/5b/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/5b/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4_package_write_rpm.tar.zst;downloadfilename=73/5b/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/8b/sstate:libedit::20240517-3.1:r0::12:2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/97/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1_recipe_qa.tar.zst\nDEBUG: Searching for 1f/97/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1f/97/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1_recipe_qa.tar.zst\nDEBUG: Testing URL file://1f/97/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1f/97/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1_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/97/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/97/sstate%3Awayland%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1_recipe_qa.tar.zst;downloadfilename=1f/97/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/97/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://47/f6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a_create_spdx.tar.zst\nDEBUG: Searching for 47/f6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 47/f6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a_create_spdx.tar.zst\nDEBUG: Testing URL file://47/f6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '47/f6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://47/f6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/f6/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A12%3A47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a_create_spdx.tar.zst;downloadfilename=47/f6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/a2/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/67/sstate:libseccomp::2.5.5:r0::12:d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34_populate_lic.tar.zst\nDEBUG: Searching for d0/67/sstate:libseccomp::2.5.5:r0::12:d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d0/67/sstate:libseccomp::2.5.5:r0::12:d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34_populate_lic.tar.zst\nDEBUG: Testing URL file://d0/67/sstate:libseccomp::2.5.5:r0::12:d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd0/67/sstate:libseccomp::2.5.5:r0::12:d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34_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/67/sstate:libseccomp::2.5.5:r0::12:d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/67/sstate%3Alibseccomp%3A%3A2.5.5%3Ar0%3A%3A12%3Ad067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34_populate_lic.tar.zst;downloadfilename=d0/67/sstate:libseccomp::2.5.5:r0::12:d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/67/sstate:libseccomp::2.5.5:r0::12:d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dc/51/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e_populate_sysroot.tar.zst\nDEBUG: Searching for universal/dc/51/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/dc/51/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/dc/51/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/dc/51/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e_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/dc/51/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/51/sstate%3Afontconfig-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A12%3Adc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e_populate_sysroot.tar.zst;downloadfilename=universal/dc/51/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://59/47/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/37/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:f2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780_package_write_ipk.tar.zst\nDEBUG: Searching for f2/37/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:f2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f2/37/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:f2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f2/37/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:f2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'f2/37/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:f2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780_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://f2/37/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:f2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/37/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.27%3Ar0%3Acore2-64%3A12%3Af2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780_package_write_ipk.tar.zst;downloadfilename=f2/37/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:f2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://86/96/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/7f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1e/7f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1e/7f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1e/7f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1e/7f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c_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/7f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/7f/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A12%3A1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c_deploy_source_date_epoch.tar.zst;downloadfilename=1e/7f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dc/51/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/93/dd/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048_populate_sysroot.tar.zst\nDEBUG: Searching for universal/93/dd/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/93/dd/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/93/dd/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/93/dd/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048_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/93/dd/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/93/dd/sstate%3Apython3-pathspec-native%3Ax86_64-linux%3A0.12.1%3Ar0%3Ax86_64%3A12%3A93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048_populate_sysroot.tar.zst;downloadfilename=universal/93/dd/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://16/14/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:161466d07802133c78e188a74beb9492b92c4fb4b85e8bb3437c545f1f126762_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/ab/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:d8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a_package_write_deb.tar.zst\nDEBUG: Searching for d8/ab/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:d8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d8/ab/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:d8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a_package_write_deb.tar.zst\nDEBUG: Testing URL file://d8/ab/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:d8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'd8/ab/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:d8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a_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://d8/ab/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:d8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/ab/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A12%3Ad8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a_package_write_deb.tar.zst;downloadfilename=d8/ab/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:d8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/37/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:f2372ac31be4a0e76a1f21b0d2f3febe1b36fc635e23c3bd0ccd37a2ad18d780_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/57/08/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/57/08/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/57/08/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/57/08/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/57/08/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea_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/08/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/57/08/sstate%3Acurl-native%3Ax86_64-linux%3A8.8.0%3Ar0%3Ax86_64%3A12%3A570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea_deploy_source_date_epoch.tar.zst;downloadfilename=universal/57/08/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/93/dd/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/46/bb/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f_create_spdx.tar.zst\nDEBUG: Searching for universal/46/bb/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/46/bb/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/46/bb/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/46/bb/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f_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/46/bb/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/46/bb/sstate%3Apython3-editables-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3A46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f_create_spdx.tar.zst;downloadfilename=universal/46/bb/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/57/08/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:570845ea4f29b2f59af22fb620e8d81bf67061594d1c6b348ec48cd2419349ea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/1f/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b_package_write_rpm.tar.zst\nDEBUG: Searching for 2c/1f/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2c/1f/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://2c/1f/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2c/1f/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b_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://2c/1f/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/1f/sstate%3Alibgcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b_package_write_rpm.tar.zst;downloadfilename=2c/1f/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/46/bb/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://72/a8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407_package_write_rpm.tar.zst\nDEBUG: Searching for 72/a8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 72/a8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407_package_write_rpm.tar.zst\nDEBUG: Testing URL file://72/a8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '72/a8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407_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/a8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/a8/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A12%3A72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407_package_write_rpm.tar.zst;downloadfilename=72/a8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/7a/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:fd7a11e6fe4a5329ffd22bdf14e2adddb3a2f03f4674c01251ae0e56cb5dcc72_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/17/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:dc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460_package.tar.zst\nDEBUG: Searching for dc/17/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:dc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for dc/17/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:dc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460_package.tar.zst\nDEBUG: Testing URL file://dc/17/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:dc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460_package.tar.zst\nDEBUG: For url ['file', '', 'dc/17/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:dc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://dc/17/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:dc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/17/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A12%3Adc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460_package.tar.zst;downloadfilename=dc/17/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:dc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460_package.tar.zst\nDEBUG: SState: Successful fetch test for file://07/f4/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/6c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be_create_package_spdx.tar.zst\nDEBUG: Searching for 1f/6c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1f/6c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be_create_package_spdx.tar.zst\nDEBUG: Testing URL file://1f/6c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '1f/6c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1f/6c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/6c/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be_create_package_spdx.tar.zst;downloadfilename=1f/6c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/17/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:dc170dcaf34638a22af5c556a34670c02a4ea9dda9e95ddab04060bec660e460_package.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/4e/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252_package_write_ipk.tar.zst\nDEBUG: Searching for 5a/4e/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/4e/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252_package_write_ipk.tar.zst\nDEBUG: Testing URL file://5a/4e/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '5a/4e/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252_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://5a/4e/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/4e/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A12%3A5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252_package_write_ipk.tar.zst;downloadfilename=5a/4e/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://81/1c/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://32/b6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7_package_qa.tar.zst\nDEBUG: Searching for 32/b6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 32/b6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7_package_qa.tar.zst\nDEBUG: Testing URL file://32/b6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7_package_qa.tar.zst\nDEBUG: For url ['file', '', '32/b6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://32/b6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/b6/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.6%3Ar0%3Acore2-64%3A12%3A32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7_package_qa.tar.zst;downloadfilename=32/b6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/7f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:1e7f98849f1677be8b537793e4abf4c5203c241ff0b21b2bbe9ade1089b3506c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://76/9a/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:769acb9de2a80caad9ac81927b701feb6380ea1555e7ac4fd3e34560928e23f8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://22/30/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5a/aa/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04_create_package_spdx.tar.zst\nDEBUG: Searching for 22/30/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/5a/aa/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 22/30/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4_package_write_ipk.tar.zst\nDEBUG: Using  for universal/5a/aa/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04_create_package_spdx.tar.zst\nDEBUG: Testing URL file://22/30/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/5a/aa/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '22/30/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4_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', '', 'universal/5a/aa/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://22/30/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/30/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A12%3A22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4_package_write_ipk.tar.zst;downloadfilename=22/30/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4_package_write_ipk.tar.zst\nDEBUG: For url file://universal/5a/aa/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5a/aa/sstate%3Aacl-native%3Ax86_64-linux%3A2.3.2%3Ar0%3Ax86_64%3A12%3A5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04_create_package_spdx.tar.zst;downloadfilename=universal/5a/aa/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://73/5b/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/ab/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:d8ab7676e9448ed3548cd2f2d29f1e2914238a6de53f2f0f4004ff3820c0513a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://72/a8/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/43/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://68/5d/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/68/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b_package.tar.zst\nDEBUG: Searching for a2/43/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 68/5d/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0e/68/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a2/43/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8_create_spdx.tar.zst\nDEBUG: Using  for 68/5d/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458_packagedata.tar.zst\nDEBUG: Using  for 0e/68/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b_package.tar.zst\nDEBUG: Testing URL file://a2/43/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8_create_spdx.tar.zst\nDEBUG: Testing URL file://68/5d/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458_packagedata.tar.zst\nDEBUG: Testing URL file://0e/68/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b_package.tar.zst\nDEBUG: For url ['file', '', 'a2/43/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8_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/5d/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0e/68/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a2/43/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/43/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A12%3Aa24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8_create_spdx.tar.zst;downloadfilename=a2/43/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8_create_spdx.tar.zst\nDEBUG: For url file://68/5d/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/5d/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458_packagedata.tar.zst;downloadfilename=68/5d/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458_packagedata.tar.zst\nDEBUG: For url file://0e/68/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/68/sstate%3Astrace%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b_package.tar.zst;downloadfilename=0e/68/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://32/b6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/af/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://57/dd/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/18/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5a/aa/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/df/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/81/25/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc_recipe_qa.tar.zst\nDEBUG: Searching for f7/18/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://cc/a6/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:cca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c_populate_sysroot.tar.zst\nDEBUG: Searching for 2c/df/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/81/25/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f7/18/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7_create_package_spdx.tar.zst\nDEBUG: Searching for cc/a6/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:cca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2c/df/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/81/25/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc_recipe_qa.tar.zst\nDEBUG: Testing URL file://f7/18/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7_create_package_spdx.tar.zst\nDEBUG: Using  for cc/a6/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:cca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2c/df/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/81/25/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f7/18/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://cc/a6/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:cca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2c/df/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba_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/81/25/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f7/18/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/18/sstate%3Aglib-2.0-initial%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3Af718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7_create_package_spdx.tar.zst;downloadfilename=f7/18/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'cc/a6/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:cca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2c/df/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/df/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba_deploy_source_date_epoch.tar.zst;downloadfilename=2c/df/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba_deploy_source_date_epoch.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: For url file://universal/81/25/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/81/25/sstate%3Alibpthread-stubs-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3A8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc_recipe_qa.tar.zst;downloadfilename=universal/81/25/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc_recipe_qa.tar.zst\nDEBUG: For url file://cc/a6/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:cca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/a6/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A12%3Acca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c_populate_sysroot.tar.zst;downloadfilename=cc/a6/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:cca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://95/58/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:9558a9afb7661ac9574f3ae20a57008ea5abf3de6d8bf74f226703e5e49bec9e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/68/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:0e686636e0220e471daf08e1b3938cb4d79a6c8d73c77283e3f4652c0938078b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://22/30/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:22303344bc32245d97a4a6a696c489b9586371d85b1744b6316a98cd9c5d6fa4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://67/83/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/11/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:c21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/55/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:f355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78_package.tar.zst\nDEBUG: Searching for 67/83/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c2/11/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:c21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f3/55/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:f355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 67/83/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd_populate_sysroot.tar.zst\nDEBUG: Using  for c2/11/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:c21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8_package_write_ipk.tar.zst\nDEBUG: Using  for f3/55/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:f355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78_package.tar.zst\nDEBUG: Testing URL file://67/83/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c2/11/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:c21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f3/55/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:f355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78_package.tar.zst\nDEBUG: For url ['file', '', '67/83/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd_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/11/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:c21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8_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', '', 'f3/55/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:f355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://67/83/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/83/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.8%3Ar0%3Acore2-64%3A12%3A678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd_populate_sysroot.tar.zst;downloadfilename=67/83/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd_populate_sysroot.tar.zst\nDEBUG: For url file://c2/11/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:c21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/11/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20240101%2Bgit%3Ar0%3Acore2-64%3A12%3Ac21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8_package_write_ipk.tar.zst;downloadfilename=c2/11/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:c21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8_package_write_ipk.tar.zst\nDEBUG: For url file://f3/55/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:f355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/55/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3Af355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78_package.tar.zst;downloadfilename=f3/55/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:f355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78_package.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/93/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Successful fetch test for file://47/f6/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/81/25/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://68/5d/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458_packagedata.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://93/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst (FetchError(\"URL doesn't work\", 'file://93/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://93/3a/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:933a45ba18a01e45274ae4b1270e6e2be17aada083427c4355ec8658aec48f89_shared_workdir.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://9d/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/85/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8c/e3/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://69/a1/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799_package_write_rpm.tar.zst\nDEBUG: Searching for 9d/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2e/85/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/8c/e3/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 69/a1/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2c/df/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2cdfd33a3e098e8aeea0239fd032e7c870f01cf163ecbe40b417cf15ba7ba8ba_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9d/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2_create_package_spdx.tar.zst\nDEBUG: Using  for 2e/85/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c_package_write_rpm.tar.zst\nDEBUG: Using  for universal/8c/e3/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964_create_package_spdx.tar.zst\nDEBUG: Using  for 69/a1/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://20/82/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://9d/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2e/85/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/8c/e3/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964_create_package_spdx.tar.zst\nDEBUG: Testing URL file://69/a1/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799_package_write_rpm.tar.zst\nDEBUG: Searching for 20/82/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9d/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2e/85/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c_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/8c/e3/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '69/a1/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 20/82/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9_create_package_spdx.tar.zst\nDEBUG: For url file://9d/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/c7/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2_create_package_spdx.tar.zst;downloadfilename=9d/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2_create_package_spdx.tar.zst\nDEBUG: For url file://2e/85/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/85/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A12%3A2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c_package_write_rpm.tar.zst;downloadfilename=2e/85/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c_package_write_rpm.tar.zst\nDEBUG: For url file://universal/8c/e3/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8c/e3/sstate%3Axrandr-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A12%3A8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964_create_package_spdx.tar.zst;downloadfilename=universal/8c/e3/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964_create_package_spdx.tar.zst\nDEBUG: For url file://69/a1/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/a1/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799_package_write_rpm.tar.zst;downloadfilename=69/a1/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799_package_write_rpm.tar.zst\nDEBUG: Testing URL file://20/82/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '20/82/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://20/82/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/82/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.6%3Ar0%3Acore2-64%3A12%3A2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9_create_package_spdx.tar.zst;downloadfilename=20/82/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/55/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:f355606c708327b2d55656db92b77629dfbad756798eceb8298c28d02c423f78_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/43/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://67/83/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:678374430c7765599077319076dcf1a1b52403e90475f9fc61af18d7911f8fcd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/11/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:c21104f48cefed60accdc152a7512f85f0822a430f5d68c47c0278e308da31c8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/bf/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://69/0a/sstate:mesa-demos::8.5.0:r0::12:690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/f8/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/09/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff_create_spdx.tar.zst\nDEBUG: Searching for a3/bf/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 69/0a/sstate:mesa-demos::8.5.0:r0::12:690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9f/f8/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ac/09/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a3/bf/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838_recipe_qa.tar.zst\nDEBUG: Using  for 69/0a/sstate:mesa-demos::8.5.0:r0::12:690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa_populate_lic.tar.zst\nDEBUG: Using  for 9f/f8/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22_package_write_rpm.tar.zst\nDEBUG: Using  for ac/09/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff_create_spdx.tar.zst\nDEBUG: Testing URL file://a3/bf/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838_recipe_qa.tar.zst\nDEBUG: Testing URL file://69/0a/sstate:mesa-demos::8.5.0:r0::12:690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa_populate_lic.tar.zst\nDEBUG: Testing URL file://9f/f8/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ac/09/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a3/bf/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '69/0a/sstate:mesa-demos::8.5.0:r0::12:690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa_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/f8/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22_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', '', 'ac/09/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a3/bf/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/bf/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3Aa3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838_recipe_qa.tar.zst;downloadfilename=a3/bf/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838_recipe_qa.tar.zst\nDEBUG: For url file://69/0a/sstate:mesa-demos::8.5.0:r0::12:690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/0a/sstate%3Amesa-demos%3A%3A8.5.0%3Ar0%3A%3A12%3A690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa_populate_lic.tar.zst;downloadfilename=69/0a/sstate:mesa-demos::8.5.0:r0::12:690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa_populate_lic.tar.zst\nDEBUG: For url file://9f/f8/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/f8/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A12%3A9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22_package_write_rpm.tar.zst;downloadfilename=9f/f8/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22_package_write_rpm.tar.zst\nDEBUG: For url file://ac/09/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/09/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20240407%3Ar0%3Acore2-64%3A12%3Aac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff_create_spdx.tar.zst;downloadfilename=ac/09/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8c/e3/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/85/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/6c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://69/a1/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://86/ad/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c_package_qa.tar.zst\nDEBUG: Searching for 2e/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/9b/61/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://be/b1/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:beb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46_package_write_deb.tar.zst\nDEBUG: Searching for 86/ad/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2e/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8_package_write_ipk.tar.zst\nDEBUG: Searching for universal/9b/61/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for be/b1/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:beb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 86/ad/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c_package_qa.tar.zst\nDEBUG: Testing URL file://2e/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8_package_write_ipk.tar.zst\nDEBUG: Using  for universal/9b/61/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755_recipe_qa.tar.zst\nDEBUG: Using  for be/b1/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:beb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46_package_write_deb.tar.zst\nDEBUG: Testing URL file://86/ad/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c_package_qa.tar.zst\nDEBUG: For url ['file', '', '2e/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8_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://universal/9b/61/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755_recipe_qa.tar.zst\nDEBUG: Testing URL file://be/b1/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:beb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '86/ad/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c_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/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/c4/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A12%3A2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8_package_write_ipk.tar.zst;downloadfilename=2e/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/9b/61/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'be/b1/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:beb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46_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://86/ad/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/ad/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A12%3A86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c_package_qa.tar.zst;downloadfilename=86/ad/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c_package_qa.tar.zst\nDEBUG: For url file://universal/9b/61/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9b/61/sstate%3Agobject-introspection-native%3Ax86_64-linux%3A1.80.1%3Ar0%3Ax86_64%3A12%3A9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755_recipe_qa.tar.zst;downloadfilename=universal/9b/61/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://69/0a/sstate:mesa-demos::8.5.0:r0::12:690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa_populate_lic.tar.zst\nDEBUG: For url file://be/b1/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:beb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/b1/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3Abeb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46_package_write_deb.tar.zst;downloadfilename=be/b1/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:beb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/bf/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/46/38/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d4/f7/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/46/38/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://20/82/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9_create_package_spdx.tar.zst\nDEBUG: Searching for universal/d4/f7/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/46/38/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/a5/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f_package_write_rpm.tar.zst\nDEBUG: Using  for universal/d4/f7/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/46/38/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b8/a5/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/d4/f7/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:2ec4dc56cbd598d31b821383b506cf8ce4ec42bfeb58cf60424782c4accb0ee8_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/46/38/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400_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 b8/a5/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/d4/f7/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d_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://5d/cc/sstate:slang::2.3.3:r0::12:5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d_populate_lic.tar.zst\nDEBUG: For url file://universal/46/38/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/46/38/sstate%3Apython3-pyproject-hooks-native%3Ax86_64-linux%3A1.0.0%3Ar0%3Ax86_64%3A12%3A46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400_deploy_source_date_epoch.tar.zst;downloadfilename=universal/46/38/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b8/a5/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f_package_write_rpm.tar.zst\nDEBUG: For url file://universal/d4/f7/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d4/f7/sstate%3Alibffi-native%3Ax86_64-linux%3A3.4.6%3Ar0%3Ax86_64%3A12%3Ad4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d4/f7/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5d/cc/sstate:slang::2.3.3:r0::12:5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b8/a5/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f_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://9f/f8/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9b/61/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://be/b1/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:beb1ee3257ee73fd5de172c7842645c1be00d6aafae6d9e06af8574bd298cc46_package_write_deb.tar.zst\nDEBUG: Using  for 5d/cc/sstate:slang::2.3.3:r0::12:5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d_populate_lic.tar.zst\nDEBUG: For url file://b8/a5/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/a5/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A12%3Ab8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f_package_write_rpm.tar.zst;downloadfilename=b8/a5/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/77/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://95/56/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/b7/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:e3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5d/cc/sstate:slang::2.3.3:r0::12:5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d_populate_lic.tar.zst\nDEBUG: Searching for 2f/77/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 95/56/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e3/b7/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:e3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/46/38/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:46388df2cfa9bcc9c217e7975124bcb3b8ce345f553c8c94cd5984aea9338400_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5d/cc/sstate:slang::2.3.3:r0::12:5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2f/77/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/1f/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b_package_write_rpm.tar.zst\nDEBUG: Using  for 95/56/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e_package_write_rpm.tar.zst\nDEBUG: Using  for e3/b7/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:e3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/89/df/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a_create_package_spdx.tar.zst\nDEBUG: For url file://5d/cc/sstate:slang::2.3.3:r0::12:5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/cc/sstate%3Aslang%3A%3A2.3.3%3Ar0%3A%3A12%3A5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d_populate_lic.tar.zst;downloadfilename=5d/cc/sstate:slang::2.3.3:r0::12:5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d_populate_lic.tar.zst\nDEBUG: Testing URL file://2f/77/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/97/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://95/56/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/18/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e3/b7/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:e3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/89/df/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2f/77/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c_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/d4/f7/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:d4f72e0d719ac84b05b7f14b56a5d5ee2991ad8f4f0f9ed4671119d10247c11d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1d/97/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '95/56/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e_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/dd/07/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e3/b7/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:e3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b_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/89/df/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a_create_package_spdx.tar.zst\nDEBUG: For url file://2f/77/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/77/sstate%3Autfcpp%3Acore2-64-poky-linux%3A4.0.5%3Ar0%3Acore2-64%3A12%3A2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c_recipe_qa.tar.zst;downloadfilename=2f/77/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/f6/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b_package.tar.zst\nDEBUG: Using  for 1d/97/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6_populate_sysroot.tar.zst\nDEBUG: For url file://95/56/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/56/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A12%3A9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e_package_write_rpm.tar.zst;downloadfilename=95/56/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e_package_write_rpm.tar.zst\nDEBUG: Searching for universal/dd/07/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e3/b7/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:e3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/b7/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3Ae3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b_deploy_source_date_epoch.tar.zst;downloadfilename=e3/b7/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:e3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/89/df/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a_create_package_spdx.tar.zst\nDEBUG: Searching for 5b/f6/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1d/97/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://86/ad/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/a6/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:cca6c789c7b12c2e7de735f0b295db582ac924105945178930467dc43a61ac5c_populate_sysroot.tar.zst\nDEBUG: Using  for universal/dd/07/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/89/df/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5b/f6/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b_package.tar.zst\nDEBUG: For url ['file', '', '1d/97/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6_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://97/cb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/18/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:d2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/dd/07/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79_create_spdx.tar.zst\nDEBUG: For url file://universal/89/df/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/89/df/sstate%3Adocbook-xml-dtd4-native%3Ax86_64-linux%3A4.5%3Ar0%3Ax86_64%3A12%3A89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a_create_package_spdx.tar.zst;downloadfilename=universal/89/df/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5b/f6/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/77/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c_recipe_qa.tar.zst\nDEBUG: For url file://1d/97/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/97/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.7%3Ar0%3Acore2-64%3A12%3A1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6_populate_sysroot.tar.zst;downloadfilename=1d/97/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6_populate_sysroot.tar.zst\nDEBUG: Searching for 97/cb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d2/18/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:d2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/dd/07/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79_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/f6/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b_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://28/3b/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://95/56/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e_package_write_rpm.tar.zst\nDEBUG: Using  for 97/cb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515_packagedata.tar.zst\nDEBUG: Using  for d2/18/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:d2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351_package_write_deb.tar.zst\nDEBUG: For url file://universal/dd/07/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/07/sstate%3Amakedevs-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3Add0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79_create_spdx.tar.zst;downloadfilename=universal/dd/07/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79_create_spdx.tar.zst\nDEBUG: For url file://5b/f6/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/f6/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3A5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b_package.tar.zst;downloadfilename=5b/f6/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b_package.tar.zst\nDEBUG: Searching for 28/3b/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://16/d0/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9_recipe_qa.tar.zst\nDEBUG: Testing URL file://97/cb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515_packagedata.tar.zst\nDEBUG: Testing URL file://d2/18/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:d2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351_package_write_deb.tar.zst\nDEBUG: Using  for 28/3b/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564_package_write_rpm.tar.zst\nDEBUG: Searching for 16/d0/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/89/df/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '97/cb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515_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://5d/cc/sstate:slang::2.3.3:r0::12:5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/97/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1d97691cbfb6039e3c5ffc8fb3001ced6af16bd91c0ab4a2894458ad1d3e45a6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd2/18/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:d2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351_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://28/3b/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564_package_write_rpm.tar.zst\nDEBUG: Using  for 16/d0/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/99/20/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d_create_spdx.tar.zst\nDEBUG: For url file://97/cb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/cb/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515_packagedata.tar.zst;downloadfilename=97/cb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/52/18/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/27/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7_package_qa.tar.zst\nDEBUG: For url file://d2/18/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:d2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/18/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A12%3Ad2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351_package_write_deb.tar.zst;downloadfilename=d2/18/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:d2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '28/3b/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564_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://16/d0/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9_recipe_qa.tar.zst\nDEBUG: Searching for universal/99/20/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/52/18/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3f/27/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5b/f6/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:5bf6f46d781a7460ae67e861ce1c77908a361f500067a2c8b6a629905bbf417b_package.tar.zst\nDEBUG: For url file://28/3b/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/3b/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A12%3A283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564_package_write_rpm.tar.zst;downloadfilename=28/3b/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '16/d0/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9_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://e3/b7/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:e3b713ad34668f281e4a617ac3d587a287f049809ef41f4f8596e2343d2e342b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/07/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79_create_spdx.tar.zst\nDEBUG: Using  for universal/99/20/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d_create_spdx.tar.zst\nDEBUG: Using  for universal/52/18/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b_populate_sysroot.tar.zst\nDEBUG: Using  for 3f/27/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3d/24/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3_recipe_qa.tar.zst\nDEBUG: For url file://16/d0/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/d0/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.52.0%3Ar0%3Acore2-64%3A12%3A16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9_recipe_qa.tar.zst;downloadfilename=16/d0/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://96/50/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/60/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/99/20/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/52/18/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3f/27/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7_package_qa.tar.zst\nDEBUG: Searching for universal/3d/24/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 96/50/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9d/c7/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2_create_package_spdx.tar.zst\nDEBUG: Searching for universal/dd/60/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/99/20/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d_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/18/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:d2185fa5ca926ed8be2d851563ecb5e84aad0b5c962bdf4e7ccb29dbd0d84351_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/52/18/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b_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/27/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/3d/24/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3_recipe_qa.tar.zst\nDEBUG: Using  for 96/50/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/1e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/dd/60/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171_create_package_spdx.tar.zst\nDEBUG: For url file://universal/99/20/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/99/20/sstate%3Axmlto-native%3Ax86_64-linux%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3Ax86_64%3A12%3A9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d_create_spdx.tar.zst;downloadfilename=universal/99/20/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/04/sstate:utfcpp::4.0.5:r0::12:ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7_populate_lic.tar.zst\nDEBUG: For url file://universal/52/18/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/52/18/sstate%3Ago-cross-core2-64%3Ax86_64-poky-linux%3A1.22.4%3Ar0%3Ax86_64%3A12%3A5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b_populate_sysroot.tar.zst;downloadfilename=universal/52/18/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b_populate_sysroot.tar.zst\nDEBUG: For url file://3f/27/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/27/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A24.1%3Ar0%3Acore2-64%3A12%3A3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7_package_qa.tar.zst;downloadfilename=3f/27/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7_package_qa.tar.zst\nDEBUG: Testing URL file://universal/3d/24/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3_recipe_qa.tar.zst\nDEBUG: Testing URL file://96/50/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893_create_spdx.tar.zst\nDEBUG: Searching for 6b/1e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/dd/60/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171_create_package_spdx.tar.zst\nDEBUG: Searching for ad/04/sstate:utfcpp::4.0.5:r0::12:ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/3d/24/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3_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/50/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6b/1e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/dd/60/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ad/04/sstate:utfcpp::4.0.5:r0::12:ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7_populate_lic.tar.zst\nDEBUG: For url file://universal/3d/24/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/24/sstate%3Autil-linux-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A12%3A3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3_recipe_qa.tar.zst;downloadfilename=universal/3d/24/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3_recipe_qa.tar.zst\nDEBUG: For url file://96/50/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/50/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893_create_spdx.tar.zst;downloadfilename=96/50/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893_create_spdx.tar.zst\nDEBUG: Testing URL file://6b/1e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/dd/60/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/60/sstate%3Aninja-native%3Ax86_64-linux%3A1.12.1%3Ar0%3Ax86_64%3A12%3Add600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171_create_package_spdx.tar.zst;downloadfilename=universal/dd/60/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ad/04/sstate:utfcpp::4.0.5:r0::12:ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6b/1e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0_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://97/cb/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/99/20/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/09/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://16/d0/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/27/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ad/04/sstate:utfcpp::4.0.5:r0::12:ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6b/1e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/1e/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0_deploy_source_date_epoch.tar.zst;downloadfilename=6b/1e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/96/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/52/18/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:5218c97a5d29fcb48352709ca3e756fbc35e7e95459d87f1a2a722241ff3331b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0b/5b/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/cc/sstate:libslirp-native::4.8.0:r0::12:a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/5d/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:a15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/34/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8_create_package_spdx.tar.zst\nDEBUG: For url file://ad/04/sstate:utfcpp::4.0.5:r0::12:ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/04/sstate%3Autfcpp%3A%3A4.0.5%3Ar0%3A%3A12%3Aad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7_populate_lic.tar.zst;downloadfilename=ad/04/sstate:utfcpp::4.0.5:r0::12:ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3d/24/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3_recipe_qa.tar.zst\nDEBUG: Searching for f0/96/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6e/b8/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f_create_package_spdx.tar.zst\nDEBUG: Searching for universal/0b/5b/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a9/cc/sstate:libslirp-native::4.8.0:r0::12:a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a1/5d/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:a15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0f/34/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://aa/6d/sstate:net-tools::2.10:r0::12:aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/60/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171_create_package_spdx.tar.zst\nDEBUG: Using  for f0/96/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/4e/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:5a4e5a531469c74f9b43f5a02f8d48e5c3d00bf0c859bdd8d44ac01a2dca1252_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/7f/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58_create_package_spdx.tar.zst\nDEBUG: Searching for 6e/b8/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/0b/5b/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454_create_spdx.tar.zst\nDEBUG: Using  for a9/cc/sstate:libslirp-native::4.8.0:r0::12:a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983_populate_lic.tar.zst\nDEBUG: Using  for a1/5d/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:a15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78_populate_sysroot.tar.zst\nDEBUG: Using  for 0f/34/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8_create_package_spdx.tar.zst\nDEBUG: Searching for aa/6d/sstate:net-tools::2.10:r0::12:aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9b/7d/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c_recipe_qa.tar.zst\nDEBUG: Testing URL file://f0/96/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/51/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:ad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42_package.tar.zst\nDEBUG: SState: Attempting to fetch file://42/f6/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd_packagedata.tar.zst\nDEBUG: Using  for 6e/b8/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/0b/5b/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454_create_spdx.tar.zst\nDEBUG: Testing URL file://a9/cc/sstate:libslirp-native::4.8.0:r0::12:a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/1e/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:6b1ecb600d72e8ee8ceb66a0dda9a1cdf8e055715df9eef529d9fc823abed2c0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a1/5d/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:a15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0f/34/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8_create_package_spdx.tar.zst\nDEBUG: Using  for aa/6d/sstate:net-tools::2.10:r0::12:aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4_populate_lic.tar.zst\nDEBUG: Searching for 9b/7d/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f0/96/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ad/51/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:ad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 42/f6/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6e/b8/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/0b/5b/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a9/cc/sstate:libslirp-native::4.8.0:r0::12:a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983_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/a4/79/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:a4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a1/5d/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:a15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78_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/34/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8_create_package_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://ad/04/sstate:utfcpp::4.0.5:r0::12:ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7_populate_lic.tar.zst\nDEBUG: Testing URL file://aa/6d/sstate:net-tools::2.10:r0::12:aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4_populate_lic.tar.zst\nDEBUG: Using  for 9b/7d/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c_recipe_qa.tar.zst\nDEBUG: For url file://f0/96/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/96/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Af0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833_package_write_rpm.tar.zst;downloadfilename=f0/96/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833_package_write_rpm.tar.zst\nDEBUG: Using  for ad/51/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:ad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42_package.tar.zst\nDEBUG: Using  for 42/f6/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd_packagedata.tar.zst\nDEBUG: For url ['file', '', '6e/b8/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f_create_package_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/5b/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0b/5b/sstate%3Acreaterepo-c-native%3Ax86_64-linux%3A1.1.2%3Ar0%3Ax86_64%3A12%3A0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454_create_spdx.tar.zst;downloadfilename=universal/0b/5b/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454_create_spdx.tar.zst\nDEBUG: For url file://a9/cc/sstate:libslirp-native::4.8.0:r0::12:a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/cc/sstate%3Alibslirp-native%3A%3A4.8.0%3Ar0%3A%3A12%3Aa9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983_populate_lic.tar.zst;downloadfilename=a9/cc/sstate:libslirp-native::4.8.0:r0::12:a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983_populate_lic.tar.zst\nDEBUG: Searching for universal/a4/79/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:a4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a1/5d/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:a15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/5d/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Aa15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78_populate_sysroot.tar.zst;downloadfilename=a1/5d/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:a15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78_populate_sysroot.tar.zst\nDEBUG: For url file://0f/34/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/34/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A12%3A0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8_create_package_spdx.tar.zst;downloadfilename=0f/34/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/03/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'aa/6d/sstate:net-tools::2.10:r0::12:aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9b/7d/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c_recipe_qa.tar.zst\nDEBUG: Testing URL file://ad/51/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:ad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42_package.tar.zst\nDEBUG: Testing URL file://42/f6/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://28/3b/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564_package_write_rpm.tar.zst\nDEBUG: For url file://6e/b8/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/b8/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.73.1%3Ar0%3Acore2-64%3A12%3A6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f_create_package_spdx.tar.zst;downloadfilename=6e/b8/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f_create_package_spdx.tar.zst\nDEBUG: Using  for universal/a4/79/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:a4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774_populate_sysroot.tar.zst\nDEBUG: Searching for d8/03/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://aa/6d/sstate:net-tools::2.10:r0::12:aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/6d/sstate%3Anet-tools%3A%3A2.10%3Ar0%3A%3A12%3Aaa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4_populate_lic.tar.zst;downloadfilename=aa/6d/sstate:net-tools::2.10:r0::12:aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://96/50/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893_create_spdx.tar.zst\nDEBUG: For url ['file', '', '9b/7d/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c_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/51/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:ad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '42/f6/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd_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://83/be/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/a4/79/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:a4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774_populate_sysroot.tar.zst\nDEBUG: Using  for d8/03/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0b/5b/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/cc/sstate:libslirp-native::4.8.0:r0::12:a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d4/16/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:d4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/5d/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:a15dc6193b0249e4f72b5de2a53b77e569fff4b8910a14f6efa4af832bfa1d78_populate_sysroot.tar.zst\nDEBUG: For url file://9b/7d/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/7d/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c_recipe_qa.tar.zst;downloadfilename=9b/7d/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c_recipe_qa.tar.zst\nDEBUG: For url file://ad/51/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:ad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/51/sstate%3Aiw%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3Aad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42_package.tar.zst;downloadfilename=ad/51/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:ad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42_package.tar.zst\nDEBUG: For url file://42/f6/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/f6/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.13%3Ar0%3Aqemux86_64%3A12%3A42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd_packagedata.tar.zst;downloadfilename=42/f6/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd_packagedata.tar.zst\nDEBUG: Searching for 83/be/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/a4/79/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:a4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d8/03/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/0b/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://83/05/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/d4/16/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:d4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/6d/c3/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/a5/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f_package_write_rpm.tar.zst\nDEBUG: Using  for 83/be/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/6d/sstate:net-tools::2.10:r0::12:aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4_populate_lic.tar.zst\nDEBUG: For url file://universal/a4/79/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:a4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a4/79/sstate%3Axmlto-native%3Ax86_64-linux%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3Ax86_64%3A12%3Aa4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774_populate_sysroot.tar.zst;downloadfilename=universal/a4/79/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:a4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd8/03/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3_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/0b/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 83/05/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/d4/16/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:d4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba_populate_sysroot.tar.zst\nDEBUG: Searching for universal/6d/c3/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8b/fb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451_create_package_spdx.tar.zst\nDEBUG: Testing URL file://83/be/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/28/sstate:python3-installer-native::0.7.0:r0::12:3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b_populate_lic.tar.zst\nDEBUG: For url file://d8/03/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/03/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A12%3Ad803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3_recipe_qa.tar.zst;downloadfilename=d8/03/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/7d/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c_recipe_qa.tar.zst\nDEBUG: Using  for universal/e6/0b/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9_create_spdx.tar.zst\nDEBUG: Using  for 83/05/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/d4/16/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:d4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba_populate_sysroot.tar.zst\nDEBUG: Using  for universal/6d/c3/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799_create_package_spdx.tar.zst\nDEBUG: Searching for 8b/fb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '83/be/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3b/28/sstate:python3-installer-native::0.7.0:r0::12:3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://42/f6/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/51/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:ad513dbfa7b24bb9b4bc4b0687f4b3d49b1515969bd268de00e16f9ad16fde42_package.tar.zst\nDEBUG: SState: Attempting to fetch file://06/2d/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e6/0b/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9_create_spdx.tar.zst\nDEBUG: Testing URL file://83/05/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/d4/16/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:d4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba_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/6d/c3/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799_create_package_spdx.tar.zst\nDEBUG: Using  for 8b/fb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451_create_package_spdx.tar.zst\nDEBUG: For url file://83/be/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/be/sstate%3Aglib-2.0-initial%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2_create_spdx.tar.zst;downloadfilename=83/be/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2_create_spdx.tar.zst\nDEBUG: Using  for 3b/28/sstate:python3-installer-native::0.7.0:r0::12:3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://84/fb/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/c8/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df_recipe_qa.tar.zst\nDEBUG: Searching for 06/2d/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/e6/0b/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '83/05/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7_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/d4/16/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:d4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d4/16/sstate%3Aasciidoc-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A12%3Ad4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba_populate_sysroot.tar.zst;downloadfilename=universal/d4/16/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:d4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a4/79/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:a4795c19391bb416cc4be607717bed53c09c037d08f82e45683d407bc1300774_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/6d/c3/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8b/fb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451_create_package_spdx.tar.zst\nDEBUG: Testing URL file://3b/28/sstate:python3-installer-native::0.7.0:r0::12:3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b_populate_lic.tar.zst\nDEBUG: Searching for 84/fb/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bb/c8/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d8/03/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3_recipe_qa.tar.zst\nDEBUG: Using  for 06/2d/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/e6/0b/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/0b/sstate%3Adebianutils-native%3Ax86_64-linux%3A5.19%3Ar0%3Ax86_64%3A12%3Ae60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9_create_spdx.tar.zst;downloadfilename=universal/e6/0b/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9_create_spdx.tar.zst\nDEBUG: For url file://83/05/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/05/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.5%3Ar0%3Acore2-64%3A12%3A8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7_deploy_source_date_epoch.tar.zst;downloadfilename=83/05/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/39/sstate:libfontenc-native::1.1.8:r0::12:7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1_populate_lic.tar.zst\nDEBUG: For url file://universal/6d/c3/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6d/c3/sstate%3Adtc-native%3Ax86_64-linux%3A1.7.0%3Ar0%3Ax86_64%3A12%3A6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799_create_package_spdx.tar.zst;downloadfilename=universal/6d/c3/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '8b/fb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3b/28/sstate:python3-installer-native::0.7.0:r0::12:3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 84/fb/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248_package_write_ipk.tar.zst\nDEBUG: Using  for bb/c8/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://45/06/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://06/2d/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7a/39/sstate:libfontenc-native::1.1.8:r0::12:7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8b/fb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/fb/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A12%3A8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451_create_package_spdx.tar.zst;downloadfilename=8b/fb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451_create_package_spdx.tar.zst\nDEBUG: For url file://3b/28/sstate:python3-installer-native::0.7.0:r0::12:3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/28/sstate%3Apython3-installer-native%3A%3A0.7.0%3Ar0%3A%3A12%3A3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b_populate_lic.tar.zst;downloadfilename=3b/28/sstate:python3-installer-native::0.7.0:r0::12:3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b_populate_lic.tar.zst\nDEBUG: Testing URL file://84/fb/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d4/16/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:d4162054ab87aa5bd485073b216b43c484369083448dc0963eb9bf73696508ba_populate_sysroot.tar.zst\nDEBUG: Testing URL file://bb/c8/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df_recipe_qa.tar.zst\nDEBUG: Searching for 45/06/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '06/2d/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462_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 7a/39/sstate:libfontenc-native::1.1.8:r0::12:7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '84/fb/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248_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://universal/e6/0b/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://83/05/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8305c92a4f5082ee2361058836d33416edd57ac31b6ceba3e9f9dbbc42861ea7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/7a/sstate:libssh2-native::1.11.0:r0::12:7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'bb/c8/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 45/06/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7_package_write_rpm.tar.zst\nDEBUG: For url file://06/2d/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/2d/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A12%3A062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462_deploy_source_date_epoch.tar.zst;downloadfilename=06/2d/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6d/c3/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799_create_package_spdx.tar.zst\nDEBUG: Testing URL file://7a/39/sstate:libfontenc-native::1.1.8:r0::12:7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1_populate_lic.tar.zst\nDEBUG: For url file://84/fb/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/fb/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248_package_write_ipk.tar.zst;downloadfilename=84/fb/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/ea/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://29/d8/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae_recipe_qa.tar.zst\nDEBUG: Searching for 7a/7a/sstate:libssh2-native::1.11.0:r0::12:7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://bb/c8/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/c8/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Abbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df_recipe_qa.tar.zst;downloadfilename=bb/c8/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df_recipe_qa.tar.zst\nDEBUG: Testing URL file://45/06/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/ce/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '7a/39/sstate:libfontenc-native::1.1.8:r0::12:7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6e/ea/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 29/d8/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3b/28/sstate:python3-installer-native::0.7.0:r0::12:3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b_populate_lic.tar.zst\nDEBUG: Using  for 7a/7a/sstate:libssh2-native::1.11.0:r0::12:7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554_populate_lic.tar.zst\nDEBUG: For url ['file', '', '45/06/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e8/ce/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7a/39/sstate:libfontenc-native::1.1.8:r0::12:7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/39/sstate%3Alibfontenc-native%3A%3A1.1.8%3Ar0%3A%3A12%3A7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1_populate_lic.tar.zst;downloadfilename=7a/39/sstate:libfontenc-native::1.1.8:r0::12:7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1_populate_lic.tar.zst\nDEBUG: Using  for 6e/ea/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203_packagedata.tar.zst\nDEBUG: Using  for 29/d8/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/66/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7a/7a/sstate:libssh2-native::1.11.0:r0::12:7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554_populate_lic.tar.zst\nDEBUG: For url file://45/06/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/06/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A12%3A4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7_package_write_rpm.tar.zst;downloadfilename=45/06/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7_package_write_rpm.tar.zst\nDEBUG: Using  for e8/ce/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83_package_write_deb.tar.zst\nDEBUG: Testing URL file://6e/ea/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203_packagedata.tar.zst\nDEBUG: Testing URL file://29/d8/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae_recipe_qa.tar.zst\nDEBUG: Searching for d9/66/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://84/fb/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '7a/7a/sstate:libssh2-native::1.11.0:r0::12:7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e8/ce/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '6e/ea/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '29/d8/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d9/66/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/ef/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd_package.tar.zst\nDEBUG: For url file://7a/7a/sstate:libssh2-native::1.11.0:r0::12:7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/7a/sstate%3Alibssh2-native%3A%3A1.11.0%3Ar0%3A%3A12%3A7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554_populate_lic.tar.zst;downloadfilename=7a/7a/sstate:libssh2-native::1.11.0:r0::12:7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e8/ce/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83_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://6e/ea/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/ea/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.1%3Ar0%3Acore2-64%3A12%3A6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203_packagedata.tar.zst;downloadfilename=6e/ea/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/c8/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df_recipe_qa.tar.zst\nDEBUG: For url file://29/d8/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/d8/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A12%3A29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae_recipe_qa.tar.zst;downloadfilename=29/d8/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae_recipe_qa.tar.zst\nDEBUG: Testing URL file://d9/66/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a_package_write_rpm.tar.zst\nDEBUG: Searching for 1e/ef/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e8/ce/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/ce/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.5%3Ar0%3Acore2-64%3A12%3Ae8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83_package_write_deb.tar.zst;downloadfilename=e8/ce/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/39/sstate:libfontenc-native::1.1.8:r0::12:7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/7c/sstate:autoconf::2.72e:r0::12:0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://45/06/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd9/66/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1e/ef/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd_package.tar.zst\nDEBUG: SState: Successful fetch test for file://06/2d/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:062dae131c7fd013c4718240a311ad1c252dcdc83946d29989471fee02523462_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/34/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/42/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8_package_write_ipk.tar.zst\nDEBUG: Searching for 0c/7c/sstate:autoconf::2.72e:r0::12:0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://46/f3/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/7a/sstate:libssh2-native::1.11.0:r0::12:7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554_populate_lic.tar.zst\nDEBUG: For url file://d9/66/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/66/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A12%3Ad9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a_package_write_rpm.tar.zst;downloadfilename=d9/66/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1e/ef/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/62/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:a362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/e5/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f_create_spdx.tar.zst\nDEBUG: Searching for 0a/42/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0c/7c/sstate:autoconf::2.72e:r0::12:0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed_populate_lic.tar.zst\nDEBUG: Searching for 46/f3/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7d/4e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1e/ef/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a3/62/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:a362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://29/d8/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae_recipe_qa.tar.zst\nDEBUG: Searching for fd/e5/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0a/42/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://0c/7c/sstate:autoconf::2.72e:r0::12:0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed_populate_lic.tar.zst\nDEBUG: Using  for 46/f3/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7_packagedata.tar.zst\nDEBUG: Searching for 7d/4e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1e/ef/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/ef/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd_package.tar.zst;downloadfilename=1e/ef/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd_package.tar.zst\nDEBUG: Using  for a3/62/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:a362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://97/4b/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc_packagedata.tar.zst\nDEBUG: Using  for fd/e5/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f_create_spdx.tar.zst\nDEBUG: Testing URL file://0a/42/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '0c/7c/sstate:autoconf::2.72e:r0::12:0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed_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/f3/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7_packagedata.tar.zst\nDEBUG: Using  for 7d/4e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a3/62/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:a362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 97/4b/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fd/e5/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0a/42/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8_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://0c/7c/sstate:autoconf::2.72e:r0::12:0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/7c/sstate%3Aautoconf%3A%3A2.72e%3Ar0%3A%3A12%3A0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed_populate_lic.tar.zst;downloadfilename=0c/7c/sstate:autoconf::2.72e:r0::12:0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed_populate_lic.tar.zst\nDEBUG: For url ['file', '', '46/f3/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7d/4e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a3/62/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:a362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d_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/66/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a_package_write_rpm.tar.zst\nDEBUG: Using  for 97/4b/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc_packagedata.tar.zst\nDEBUG: For url ['file', '', 'fd/e5/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0a/42/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/42/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.9%3Ar0%3Acore2-64%3A12%3A0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8_package_write_ipk.tar.zst;downloadfilename=0a/42/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8_package_write_ipk.tar.zst\nDEBUG: For url file://46/f3/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/f3/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A12%3A46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7_packagedata.tar.zst;downloadfilename=46/f3/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7_packagedata.tar.zst\nDEBUG: For url ['file', '', '7d/4e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50_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://a3/62/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:a362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/62/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.12%3Ar0%3Acore2-64%3A12%3Aa362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d_deploy_source_date_epoch.tar.zst;downloadfilename=a3/62/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:a362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://87/49/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172_package_write_ipk.tar.zst\nDEBUG: Testing URL file://97/4b/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc_packagedata.tar.zst\nDEBUG: For url file://fd/e5/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/e5/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.5%3Ar0%3Acore2-64%3A12%3Afde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f_create_spdx.tar.zst;downloadfilename=fd/e5/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f_create_spdx.tar.zst\nDEBUG: For url file://7d/4e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/4e/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50_deploy_source_date_epoch.tar.zst;downloadfilename=7d/4e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 87/49/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '97/4b/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/49/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/7c/sstate:autoconf::2.72e:r0::12:0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed_populate_lic.tar.zst\nDEBUG: For url file://97/4b/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/4b/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.21%3Ar0%3Acore2-64%3A12%3A974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc_packagedata.tar.zst;downloadfilename=97/4b/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc_packagedata.tar.zst\nDEBUG: Testing URL file://87/49/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://50/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8_packagedata.tar.zst\nDEBUG: For url ['file', '', '87/49/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 50/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a3/62/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:a362cba78435b3c747581f2c38e4ec4c6eef7eddedc185cf24cd6154561e957d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://83/be/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://46/f3/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7_packagedata.tar.zst\nDEBUG: For url file://87/49/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/49/sstate%3Aboost%3Acore2-64-poky-linux%3A1.85.0%3Ar0%3Acore2-64%3A12%3A8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172_package_write_ipk.tar.zst;downloadfilename=87/49/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172_package_write_ipk.tar.zst\nDEBUG: Using  for 50/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://66/4d/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://92/2f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://89/c4/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9_package.tar.zst\nDEBUG: Testing URL file://50/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8_packagedata.tar.zst\nDEBUG: Searching for 66/4d/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 92/2f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 89/c4/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '50/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 66/4d/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a_package_write_deb.tar.zst\nDEBUG: Using  for 92/2f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 89/c4/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9_package.tar.zst\nDEBUG: For url file://50/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/2c/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.7.0%3Ar0%3Acore2-64%3A12%3A502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8_packagedata.tar.zst;downloadfilename=50/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8_packagedata.tar.zst\nDEBUG: Testing URL file://66/4d/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a_package_write_deb.tar.zst\nDEBUG: Testing URL file://92/2f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://89/c4/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://97/4b/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc_packagedata.tar.zst\nDEBUG: For url ['file', '', '66/4d/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a_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', '', '92/2f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_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/c4/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9_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://ac/3c/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb_create_spdx.tar.zst\nDEBUG: For url file://66/4d/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/4d/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A12%3A664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a_package_write_deb.tar.zst;downloadfilename=66/4d/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a_package_write_deb.tar.zst\nDEBUG: For url file://92/2f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/2f/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst;downloadfilename=92/2f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://89/c4/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/c4/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.45.3%3Ar0%3Acore2-64%3A12%3A89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9_package.tar.zst;downloadfilename=89/c4/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9_package.tar.zst\nDEBUG: Searching for ac/3c/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ac/3c/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb_create_spdx.tar.zst\nDEBUG: Testing URL file://ac/3c/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://87/49/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:8749edc96265067fbe5de896c793fadce54e1744359ea9c7db7d80702b389172_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ac/3c/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb_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/1b/7a/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207_populate_sysroot.tar.zst\nDEBUG: For url file://ac/3c/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/3c/sstate%3Adepmodwrapper-cross%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb_create_spdx.tar.zst;downloadfilename=ac/3c/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb_create_spdx.tar.zst\nDEBUG: Searching for universal/1b/7a/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://50/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8_packagedata.tar.zst\nDEBUG: Using  for universal/1b/7a/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://49/c6/sstate:fmt::10.2.1:r0::12:49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/fb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/1b/7a/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://92/2f/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 49/c6/sstate:fmt::10.2.1:r0::12:49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9a/56/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/1b/7a/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207_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://de/26/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:de269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb_package_write_deb.tar.zst\nDEBUG: Using  for 49/c6/sstate:fmt::10.2.1:r0::12:49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832_populate_lic.tar.zst\nDEBUG: Searching for 9a/56/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/1b/7a/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1b/7a/sstate%3Afribidi-native%3Ax86_64-linux%3A1.0.15%3Ar0%3Ax86_64%3A12%3A1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207_populate_sysroot.tar.zst;downloadfilename=universal/1b/7a/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207_populate_sysroot.tar.zst\nDEBUG: Searching for de/26/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:de269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://49/c6/sstate:fmt::10.2.1:r0::12:49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://89/c4/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:89c46330dd88abab5a279dd46a5bfe39d349a8962be30d0f759359750e7309c9_package.tar.zst\nDEBUG: Using  for 9a/56/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4_package_qa.tar.zst\nDEBUG: Using  for de/26/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:de269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '49/c6/sstate:fmt::10.2.1:r0::12:49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832_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://6e/b8/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/b3/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:edb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9a/56/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4_package_qa.tar.zst\nDEBUG: Testing URL file://de/26/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:de269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb_package_write_deb.tar.zst\nDEBUG: For url file://49/c6/sstate:fmt::10.2.1:r0::12:49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/c6/sstate%3Afmt%3A%3A10.2.1%3Ar0%3A%3A12%3A49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832_populate_lic.tar.zst;downloadfilename=49/c6/sstate:fmt::10.2.1:r0::12:49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/04/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699_package_qa.tar.zst\nDEBUG: Searching for ed/b3/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:edb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9a/56/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'de/26/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:de269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2f/04/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ed/b3/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:edb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f_populate_sysroot.tar.zst\nDEBUG: For url file://9a/56/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/56/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4_package_qa.tar.zst;downloadfilename=9a/56/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4_package_qa.tar.zst\nDEBUG: For url file://de/26/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:de269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/26/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A12%3Ade269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb_package_write_deb.tar.zst;downloadfilename=de/26/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:de269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb_package_write_deb.tar.zst\nDEBUG: Using  for 2f/04/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699_package_qa.tar.zst\nDEBUG: Testing URL file://ed/b3/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:edb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2f/04/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ed/b3/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:edb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f_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://f0/96/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1b/7a/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/4e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:7d4e227a404f9e2328d4183716223d632522213c26b2735682062dad8e0a4f50_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2f/04/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ed/b3/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:edb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/b3/sstate%3Anpth%3Acore2-64-poky-linux%3A1.7%3Ar0%3Acore2-64%3A12%3Aedb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f_populate_sysroot.tar.zst;downloadfilename=ed/b3/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:edb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/3d/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://90/d7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://92/36/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798_package_write_rpm.tar.zst\nDEBUG: For url file://2f/04/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/04/sstate%3Accache%3Acore2-64-poky-linux%3A4.10%3Ar0%3Acore2-64%3A12%3A2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699_package_qa.tar.zst;downloadfilename=2f/04/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699_package_qa.tar.zst\nDEBUG: Searching for 9e/3d/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 90/d7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 92/36/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://49/c6/sstate:fmt::10.2.1:r0::12:49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832_populate_lic.tar.zst\nDEBUG: Using  for 9e/3d/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/56/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4_package_qa.tar.zst\nDEBUG: Using  for 90/d7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14_create_spdx.tar.zst\nDEBUG: Using  for 92/36/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/54/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:d954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667_package_write_deb.tar.zst\nDEBUG: Testing URL file://9e/3d/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/cd/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855_package_qa.tar.zst\nDEBUG: Testing URL file://90/d7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14_create_spdx.tar.zst\nDEBUG: Testing URL file://92/36/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798_package_write_rpm.tar.zst\nDEBUG: Searching for d9/54/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:d954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9e/3d/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ee/cd/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '90/d7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '92/36/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d9/54/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:d954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667_package_write_deb.tar.zst\nDEBUG: For url file://9e/3d/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/3d/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A12%3A9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e_packagedata.tar.zst;downloadfilename=9e/3d/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e_packagedata.tar.zst\nDEBUG: Using  for ee/cd/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855_package_qa.tar.zst\nDEBUG: For url file://90/d7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/d7/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.62.0%3Ar0%3Acore2-64%3A12%3A90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14_create_spdx.tar.zst;downloadfilename=90/d7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14_create_spdx.tar.zst\nDEBUG: For url file://92/36/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/36/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798_package_write_rpm.tar.zst;downloadfilename=92/36/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d9/54/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:d954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667_package_write_deb.tar.zst\nDEBUG: Testing URL file://ee/cd/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/b3/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:edb38eae5604b3de7042292914b49a75c4e154d266104f811a2ffabef5a43c7f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/ea/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd9/54/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:d954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667_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', '', 'ee/cd/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855_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://60/75/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/f3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23_recipe_qa.tar.zst\nDEBUG: For url file://d9/54/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:d954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/54/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3Ad954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667_package_write_deb.tar.zst;downloadfilename=d9/54/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:d954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667_package_write_deb.tar.zst\nDEBUG: For url file://ee/cd/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/cd/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A12%3Aeecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855_package_qa.tar.zst;downloadfilename=ee/cd/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855_package_qa.tar.zst\nDEBUG: Searching for 60/75/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f5/f3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 60/75/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://66/4d/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:664d6cfecd5409210e0a072316c505f2d8ce38a5db71eaf77fa7f3a554ef0c4a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/3d/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e_packagedata.tar.zst\nDEBUG: Using  for f5/f3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23_recipe_qa.tar.zst\nDEBUG: Testing URL file://60/75/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/ca/sstate:tcl-native::8.6.14:r0::12:1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/41/e9/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f5/f3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://92/36/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '60/75/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1d/ca/sstate:tcl-native::8.6.14:r0::12:1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/41/e9/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f5/f3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23_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://6e/04/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff_package_write_ipk.tar.zst\nDEBUG: For url file://60/75/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/75/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A12%3A60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35_create_spdx.tar.zst;downloadfilename=60/75/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35_create_spdx.tar.zst\nDEBUG: Using  for 1d/ca/sstate:tcl-native::8.6.14:r0::12:1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1_populate_lic.tar.zst\nDEBUG: Using  for universal/41/e9/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7_populate_sysroot.tar.zst\nDEBUG: For url file://f5/f3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/f3/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3Af5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23_recipe_qa.tar.zst;downloadfilename=f5/f3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23_recipe_qa.tar.zst\nDEBUG: Searching for 6e/04/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1d/ca/sstate:tcl-native::8.6.14:r0::12:1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/41/e9/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/cd/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855_package_qa.tar.zst\nDEBUG: Using  for 6e/04/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '1d/ca/sstate:tcl-native::8.6.14:r0::12:1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1_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/e9/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7_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://76/7b/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302_create_spdx.tar.zst\nDEBUG: Testing URL file://6e/04/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff_package_write_ipk.tar.zst\nDEBUG: For url file://1d/ca/sstate:tcl-native::8.6.14:r0::12:1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/ca/sstate%3Atcl-native%3A%3A8.6.14%3Ar0%3A%3A12%3A1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1_populate_lic.tar.zst;downloadfilename=1d/ca/sstate:tcl-native::8.6.14:r0::12:1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1_populate_lic.tar.zst\nDEBUG: For url file://universal/41/e9/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/41/e9/sstate%3Aupdate-rc.d-native%3Ax86_64-linux%3A0.8%2Bgit%3Ar0%3Ax86_64%3A12%3A41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7_populate_sysroot.tar.zst;downloadfilename=universal/41/e9/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7_populate_sysroot.tar.zst\nDEBUG: Searching for 76/7b/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6e/04/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 76/7b/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302_create_spdx.tar.zst\nDEBUG: For url file://6e/04/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/04/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3A6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff_package_write_ipk.tar.zst;downloadfilename=6e/04/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff_package_write_ipk.tar.zst\nDEBUG: Testing URL file://76/7b/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302_create_spdx.tar.zst\nDEBUG: For url ['file', '', '76/7b/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302_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/3c/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/e5/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/42/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0a4266e8b3dea5deca0778a37d18a27c671e3f9a30cff833df332b12d59018e8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://49/32/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:49322178ff5e8b7341cb2c84eb3c7ceb900f1446dd90692d90f4bbc851102484_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://de/26/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:de269657ce7438beb754a3fc9c08fd288a311d83c7b9039b8e558650b99526cb_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/04/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/ce/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e8ce9fa60747549d251976fe9f391678ca2826d2e071388e54494d88a2858d83_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/ef/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1eef397a36f454bc4c6ff8270266bdb2d611435edab30051802643ad3ea29ecd_package.tar.zst\nDEBUG: SState: Successful fetch test for file://90/d7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14_create_spdx.tar.zst\nDEBUG: For url file://76/7b/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/7b/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.7.0%3Ar0%3Acore2-64%3A12%3A767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302_create_spdx.tar.zst;downloadfilename=76/7b/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://60/75/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/e1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/75/3a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/d8/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://02/e0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/1e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/09/sstate:nfs-utils::2.6.4:r0::12:f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/c6/sstate:at-spi2-core-native::2.52.0:r0::12:3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/ca/sstate:tcl-native::8.6.14:r0::12:1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://78/9d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/e0/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833_package.tar.zst\nDEBUG: SState: Attempting to fetch file://92/40/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/41/e9/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7_populate_sysroot.tar.zst\nDEBUG: Searching for f7/e1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/75/3a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ad/d8/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 02/e0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5a/1e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f0/09/sstate:nfs-utils::2.6.4:r0::12:f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3a/c6/sstate:at-spi2-core-native::2.52.0:r0::12:3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/3e/23/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4_recipe_qa.tar.zst\nDEBUG: Searching for 78/9d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2c/e0/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 92/40/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f6/a7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:f6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481_package_write_ipk.tar.zst\nDEBUG: Using  for f7/e1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765_recipe_qa.tar.zst\nDEBUG: Using  for universal/75/3a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883_create_package_spdx.tar.zst\nDEBUG: Using  for ad/d8/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03_package_write_rpm.tar.zst\nDEBUG: Using  for 02/e0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2_package_qa.tar.zst\nDEBUG: Using  for 5a/1e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e_package_qa.tar.zst\nDEBUG: Using  for f0/09/sstate:nfs-utils::2.6.4:r0::12:f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526_populate_lic.tar.zst\nDEBUG: Using  for 3a/c6/sstate:at-spi2-core-native::2.52.0:r0::12:3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a_populate_lic.tar.zst\nDEBUG: Searching for universal/3e/23/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 78/9d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568_recipe_qa.tar.zst\nDEBUG: Using  for 2c/e0/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833_package.tar.zst\nDEBUG: Using  for 92/40/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c_recipe_qa.tar.zst\nDEBUG: Searching for f6/a7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:f6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f7/e1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/75/3a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ad/d8/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03_package_write_rpm.tar.zst\nDEBUG: Testing URL file://02/e0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2_package_qa.tar.zst\nDEBUG: Testing URL file://5a/1e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e_package_qa.tar.zst\nDEBUG: Testing URL file://f0/09/sstate:nfs-utils::2.6.4:r0::12:f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526_populate_lic.tar.zst\nDEBUG: Testing URL file://3a/c6/sstate:at-spi2-core-native::2.52.0:r0::12:3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a_populate_lic.tar.zst\nDEBUG: Using  for universal/3e/23/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4_recipe_qa.tar.zst\nDEBUG: Testing URL file://78/9d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568_recipe_qa.tar.zst\nDEBUG: Testing URL file://2c/e0/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833_package.tar.zst\nDEBUG: Testing URL file://92/40/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c_recipe_qa.tar.zst\nDEBUG: Using  for f6/a7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:f6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'f7/e1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765_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/75/3a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ad/d8/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03_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', '', '02/e0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2_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/1e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e_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/09/sstate:nfs-utils::2.6.4:r0::12:f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3a/c6/sstate:at-spi2-core-native::2.52.0:r0::12:3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a_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/3e/23/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '78/9d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2c/e0/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '92/40/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f6/a7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:f6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481_package_write_ipk.tar.zst\nDEBUG: For url file://f7/e1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/e1/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A12%3Af7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765_recipe_qa.tar.zst;downloadfilename=f7/e1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765_recipe_qa.tar.zst\nDEBUG: For url file://universal/75/3a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/75/3a/sstate%3Agpgme-native%3Ax86_64-linux%3A1.23.2%3Ar0%3Ax86_64%3A12%3A753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883_create_package_spdx.tar.zst;downloadfilename=universal/75/3a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883_create_package_spdx.tar.zst\nDEBUG: For url file://ad/d8/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/d8/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Aadd8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03_package_write_rpm.tar.zst;downloadfilename=ad/d8/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03_package_write_rpm.tar.zst\nDEBUG: For url file://02/e0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/e0/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A12%3A02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2_package_qa.tar.zst;downloadfilename=02/e0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2_package_qa.tar.zst\nDEBUG: For url file://5a/1e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/1e/sstate%3Awireless-regdb%3Aall-poky-linux%3A2024.05.08%3Ar0%3Aallarch%3A12%3A5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e_package_qa.tar.zst;downloadfilename=5a/1e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e_package_qa.tar.zst\nDEBUG: For url file://f0/09/sstate:nfs-utils::2.6.4:r0::12:f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/09/sstate%3Anfs-utils%3A%3A2.6.4%3Ar0%3A%3A12%3Af009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526_populate_lic.tar.zst;downloadfilename=f0/09/sstate:nfs-utils::2.6.4:r0::12:f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526_populate_lic.tar.zst\nDEBUG: For url file://3a/c6/sstate:at-spi2-core-native::2.52.0:r0::12:3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/c6/sstate%3Aat-spi2-core-native%3A%3A2.52.0%3Ar0%3A%3A12%3A3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a_populate_lic.tar.zst;downloadfilename=3a/c6/sstate:at-spi2-core-native::2.52.0:r0::12:3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/3e/23/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://78/9d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/9d/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568_recipe_qa.tar.zst;downloadfilename=78/9d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568_recipe_qa.tar.zst\nDEBUG: For url file://2c/e0/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/e0/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.15%3Ar0%3Acore2-64%3A12%3A2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833_package.tar.zst;downloadfilename=2c/e0/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833_package.tar.zst\nDEBUG: For url file://92/40/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/40/sstate%3Agcc-source-14.1.0%3Aall-poky-linux%3A14.1.0%3Ar0%3Aall%3A12%3A92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c_recipe_qa.tar.zst;downloadfilename=92/40/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f6/a7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:f6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481_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://f5/f3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23_recipe_qa.tar.zst\nDEBUG: For url file://universal/3e/23/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3e/23/sstate%3Aitstool-native%3Ax86_64-linux%3A2.0.7%3Ar0%3Ax86_64%3A12%3A3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4_recipe_qa.tar.zst;downloadfilename=universal/3e/23/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/e1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/54/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:d954e96a34ee1a0d259c4cc0360a6b86c97acb54ab41b03fc212984b02080667_package_write_deb.tar.zst\nDEBUG: For url file://f6/a7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:f6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/a7/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A12%3Af6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481_package_write_ipk.tar.zst;downloadfilename=f6/a7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:f6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://02/e0/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/75/3a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/d8/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://90/db/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/09/sstate:nfs-utils::2.6.4:r0::12:f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://da/bc/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:dabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/1e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/04/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:6e04b00117e6485742b8f8fed165f0534125e9f9c787bb5a841a42fcc854bdff_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://90/bb/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/c6/sstate:at-spi2-core-native::2.52.0:r0::12:3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://78/9d/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/2e/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:cb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://92/40/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/b8/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://be/a2/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc_recipe_qa.tar.zst\nDEBUG: Searching for 90/db/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/3f/06/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f_populate_sysroot.tar.zst\nDEBUG: Searching for da/bc/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:dabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://38/38/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://db/18/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:db181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4_package.tar.zst\nDEBUG: Searching for 90/bb/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/ea/57/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/78/01/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b_create_package_spdx.tar.zst\nDEBUG: Searching for cb/2e/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:cb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/3e/23/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/eb/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6_packagedata.tar.zst\nDEBUG: Searching for 5e/b8/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for be/a2/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 90/db/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067_package_qa.tar.zst\nDEBUG: Searching for universal/3f/06/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for da/bc/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:dabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 38/38/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for db/18/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:db181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f6/a7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:f6a7c3cc920efb24301c1c7667e46767d3ae9c25f68e5b3f4128fd6e90544481_package_write_ipk.tar.zst\nDEBUG: Using  for 90/bb/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313_packagedata.tar.zst\nDEBUG: Searching for universal/ea/57/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/78/01/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cb/2e/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:cb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/12/39/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c_create_spdx.tar.zst\nDEBUG: Searching for 6c/eb/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5e/b8/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c_create_spdx.tar.zst\nDEBUG: Using  for be/a2/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc_recipe_qa.tar.zst\nDEBUG: Testing URL file://90/db/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067_package_qa.tar.zst\nDEBUG: Using  for universal/3f/06/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://da/bc/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:dabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 38/38/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for db/18/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:db181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/cb/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:e5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1_package_write_ipk.tar.zst\nDEBUG: Testing URL file://90/bb/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313_packagedata.tar.zst\nDEBUG: Using  for universal/ea/57/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed_create_spdx.tar.zst\nDEBUG: Using  for universal/78/01/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://cb/2e/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:cb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f_package_write_ipk.tar.zst\nDEBUG: Searching for universal/12/39/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6c/eb/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6_packagedata.tar.zst\nDEBUG: Testing URL file://5e/b8/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c_create_spdx.tar.zst\nDEBUG: Testing URL file://be/a2/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '90/db/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067_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/3f/06/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'da/bc/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:dabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415_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://38/38/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://db/18/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:db181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4_package.tar.zst\nDEBUG: Searching for e5/cb/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:e5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '90/bb/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/ea/57/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/78/01/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'cb/2e/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:cb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/12/39/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c_create_spdx.tar.zst\nDEBUG: Testing URL file://6c/eb/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6_packagedata.tar.zst\nDEBUG: For url ['file', '', '5e/b8/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c_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/a2/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc_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/db/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/db/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.13%3Ar0%3Aqemux86_64%3A12%3A90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067_package_qa.tar.zst;downloadfilename=90/db/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/3f/06/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f_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/bc/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:dabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/bc/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A12%3Adabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415_deploy_source_date_epoch.tar.zst;downloadfilename=da/bc/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:dabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '38/38/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932_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', '', 'db/18/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:db181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e5/cb/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:e5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1_package_write_ipk.tar.zst\nDEBUG: For url file://90/bb/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/bb/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A12%3A90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313_packagedata.tar.zst;downloadfilename=90/bb/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/ea/57/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed_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/78/01/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cb/2e/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:cb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/2e/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3Acb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f_package_write_ipk.tar.zst;downloadfilename=cb/2e/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:cb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/12/39/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/eb/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5e/b8/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/b8/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c_create_spdx.tar.zst;downloadfilename=5e/b8/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c_create_spdx.tar.zst\nDEBUG: For url file://be/a2/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/a2/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.18%3Ar0%3Acore2-64%3A12%3Abea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc_recipe_qa.tar.zst;downloadfilename=be/a2/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc_recipe_qa.tar.zst\nDEBUG: For url file://universal/3f/06/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3f/06/sstate%3Ahelp2man-native%3Ax86_64-linux%3A1.49.3%3Ar0%3Ax86_64%3A12%3A3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f_populate_sysroot.tar.zst;downloadfilename=universal/3f/06/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f_populate_sysroot.tar.zst\nDEBUG: For url file://38/38/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/38/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A8.2.2%3Ar0%3Acore2-64%3A12%3A38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932_deploy_source_date_epoch.tar.zst;downloadfilename=38/38/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://db/18/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:db181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/18/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3Adb181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4_package.tar.zst;downloadfilename=db/18/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:db181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4_package.tar.zst\nDEBUG: Testing URL file://e5/cb/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:e5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1_package_write_ipk.tar.zst\nDEBUG: For url file://universal/ea/57/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/57/sstate%3Acargo-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3Aea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed_create_spdx.tar.zst;downloadfilename=universal/ea/57/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed_create_spdx.tar.zst\nDEBUG: For url file://universal/78/01/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/78/01/sstate%3Alibxfixes-native%3Ax86_64-linux%3A6.0.1%3Ar0%3Ax86_64%3A12%3A7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b_create_package_spdx.tar.zst;downloadfilename=universal/78/01/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/12/39/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c_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/eb/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/eb/sstate%3Amesa%3Acore2-64-poky-linux%3A24.0.7%3Ar0%3Acore2-64%3A12%3A6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6_packagedata.tar.zst;downloadfilename=6c/eb/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/e0/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2ce0a316ce33bc5f03ade58da30c0c4d8641658273160dedc388a1e0969d1833_package.tar.zst\nDEBUG: SState: Successful fetch test for file://90/db/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://90/bb/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e5/cb/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:e5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1_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://da/bc/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:dabca0f0b021a2f4be055d6ccdc8d8b450992018dd00478c1ea52ad67fbc5415_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/2e/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:cb2ebdc83bbf69ec92a9cda931c558b2a87486a7f80b831612996eb0b55e968f_package_write_ipk.tar.zst\nDEBUG: For url file://universal/12/39/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/12/39/sstate%3Alibxrender-native%3Ax86_64-linux%3A0.9.11%3Ar0%3Ax86_64%3A12%3A1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c_create_spdx.tar.zst;downloadfilename=universal/12/39/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://be/a2/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3f/06/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:3f06a9ceed31118bf0847c1d0ee057f6e4e8f6a959eb0d1ae48949a1bc0e189f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/a1/sstate:icu-native::75-1:r0::12:6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://76/7b/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://38/38/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:38389b6c0470c7e13fd8072f6f19de02fd9f894fca765e54cf4eb5787db74932_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://76/15/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a4/7a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:a47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801_populate_sysroot.tar.zst\nDEBUG: For url file://e5/cb/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:e5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/cb/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3Ae5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1_package_write_ipk.tar.zst;downloadfilename=e5/cb/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:e5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/0e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/5c/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:e85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/54/c8/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ea/57/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/35/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28_populate_sysroot.tar.zst\nDEBUG: Searching for 6b/a1/sstate:icu-native::75-1:r0::12:6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://cc/21/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/78/01/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1e/61/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e_populate_sysroot.tar.zst\nDEBUG: Searching for 76/15/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a4/7a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:a47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d2/0e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e8/5c/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:e85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/54/c8/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6a/20/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80_create_spdx.tar.zst\nDEBUG: Searching for 8c/35/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6b/a1/sstate:icu-native::75-1:r0::12:6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f_populate_lic.tar.zst\nDEBUG: Searching for cc/21/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/da/c5/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800_create_package_spdx.tar.zst\nDEBUG: Searching for universal/1e/61/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/12/39/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c_create_spdx.tar.zst\nDEBUG: Using  for 76/15/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b_create_package_spdx.tar.zst\nDEBUG: Using  for universal/a4/7a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:a47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801_populate_sysroot.tar.zst\nDEBUG: Using  for d2/0e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f_recipe_qa.tar.zst\nDEBUG: Using  for e8/5c/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:e85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb_package_write_deb.tar.zst\nDEBUG: Using  for universal/54/c8/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba_populate_sysroot.tar.zst\nDEBUG: Searching for 6a/20/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8c/35/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6b/a1/sstate:icu-native::75-1:r0::12:6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f_populate_lic.tar.zst\nDEBUG: Using  for cc/21/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2_package_write_rpm.tar.zst\nDEBUG: Searching for universal/da/c5/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/1e/61/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://33/3a/sstate:pango-native::1.52.2:r0::12:333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac_populate_lic.tar.zst\nDEBUG: Testing URL file://76/15/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/a4/7a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:a47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d2/0e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f_recipe_qa.tar.zst\nDEBUG: Testing URL file://e8/5c/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:e85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/54/c8/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba_populate_sysroot.tar.zst\nDEBUG: Using  for 6a/20/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80_create_spdx.tar.zst\nDEBUG: Testing URL file://8c/35/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6b/a1/sstate:icu-native::75-1:r0::12:6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://cc/21/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2_package_write_rpm.tar.zst\nDEBUG: Using  for universal/da/c5/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/1e/61/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e_populate_sysroot.tar.zst\nDEBUG: Searching for 33/3a/sstate:pango-native::1.52.2:r0::12:333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '76/15/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b_create_package_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/7a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:a47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd2/0e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e8/5c/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:e85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb_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/54/c8/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6a/20/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8c/35/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28_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/a1/sstate:icu-native::75-1:r0::12:6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/a1/sstate%3Aicu-native%3A%3A75-1%3Ar0%3A%3A12%3A6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f_populate_lic.tar.zst;downloadfilename=6b/a1/sstate:icu-native::75-1:r0::12:6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cc/21/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2_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/c5/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1e/61/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 33/3a/sstate:pango-native::1.52.2:r0::12:333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac_populate_lic.tar.zst\nDEBUG: For url file://76/15/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/15/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b_create_package_spdx.tar.zst;downloadfilename=76/15/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b_create_package_spdx.tar.zst\nDEBUG: For url file://universal/a4/7a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:a47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a4/7a/sstate%3Agtk-doc-native%3Ax86_64-linux%3A1.34.0%3Ar0%3Ax86_64%3A12%3Aa47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801_populate_sysroot.tar.zst;downloadfilename=universal/a4/7a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:a47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801_populate_sysroot.tar.zst\nDEBUG: For url file://d2/0e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/0e/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.13%3Ar0%3Aqemux86_64%3A12%3Ad20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f_recipe_qa.tar.zst;downloadfilename=d2/0e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f_recipe_qa.tar.zst\nDEBUG: For url file://e8/5c/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:e85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/5c/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A12%3Ae85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb_package_write_deb.tar.zst;downloadfilename=e8/5c/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:e85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb_package_write_deb.tar.zst\nDEBUG: For url file://universal/54/c8/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/54/c8/sstate%3Apython3-packaging-native%3Ax86_64-linux%3A24.1%3Ar0%3Ax86_64%3A12%3A54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba_populate_sysroot.tar.zst;downloadfilename=universal/54/c8/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6a/20/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80_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/35/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/35/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A24.1%3Ar0%3Acore2-64%3A12%3A8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28_populate_sysroot.tar.zst;downloadfilename=8c/35/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28_populate_sysroot.tar.zst\nDEBUG: For url file://cc/21/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/21/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.19.2%3Ar0%3Acore2-64%3A12%3Acc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2_package_write_rpm.tar.zst;downloadfilename=cc/21/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/da/c5/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/1e/61/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/61/sstate%3Ae2fsprogs-native%3Ax86_64-linux%3A1.47.0%3Ar0%3Ax86_64%3A12%3A1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e_populate_sysroot.tar.zst;downloadfilename=universal/1e/61/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://33/3a/sstate:pango-native::1.52.2:r0::12:333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac_populate_lic.tar.zst\nDEBUG: For url file://6a/20/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/20/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A12%3A6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80_create_spdx.tar.zst;downloadfilename=6a/20/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/a1/sstate:icu-native::75-1:r0::12:6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/eb/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6_packagedata.tar.zst\nDEBUG: For url file://universal/da/c5/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/c5/sstate%3Apango-native%3Ax86_64-linux%3A1.52.2%3Ar0%3Ax86_64%3A12%3Adac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800_create_package_spdx.tar.zst;downloadfilename=universal/da/c5/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '33/3a/sstate:pango-native::1.52.2:r0::12:333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac_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/a4/7a/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:a47ae728e2b746152fc1a8e9892c0a18cfaea793aed9b7cfefe8140fbc1bd801_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/0e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://66/c1/sstate:connman-gnome::0.7:r0::12:66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/54/c8/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/ce/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9_create_spdx.tar.zst\nDEBUG: For url file://33/3a/sstate:pango-native::1.52.2:r0::12:333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/3a/sstate%3Apango-native%3A%3A1.52.2%3Ar0%3A%3A12%3A333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac_populate_lic.tar.zst;downloadfilename=33/3a/sstate:pango-native::1.52.2:r0::12:333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8f/6f/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1e/61/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://73/ef/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17_populate_sysroot.tar.zst\nDEBUG: Searching for 66/c1/sstate:connman-gnome::0.7:r0::12:66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://42/8c/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/21/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2_package_write_rpm.tar.zst\nDEBUG: Searching for b2/ce/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/8f/6f/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f9/7f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a_package_write_ipk.tar.zst\nDEBUG: Searching for 73/ef/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 66/c1/sstate:connman-gnome::0.7:r0::12:66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359_populate_lic.tar.zst\nDEBUG: Searching for 42/8c/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/da/c5/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/95/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309_packagedata.tar.zst\nDEBUG: Using  for b2/ce/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9_create_spdx.tar.zst\nDEBUG: Using  for universal/8f/6f/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1_create_package_spdx.tar.zst\nDEBUG: Searching for f9/7f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 73/ef/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17_populate_sysroot.tar.zst\nDEBUG: Testing URL file://66/c1/sstate:connman-gnome::0.7:r0::12:66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359_populate_lic.tar.zst\nDEBUG: Using  for 42/8c/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/0f/sstate:xhost::1.0.9:r0::12:e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e_populate_lic.tar.zst\nDEBUG: Searching for a7/95/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b2/ce/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/8f/6f/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1_create_package_spdx.tar.zst\nDEBUG: Using  for f9/7f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://73/ef/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '66/c1/sstate:connman-gnome::0.7:r0::12:66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359_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/8c/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db_create_package_spdx.tar.zst\nDEBUG: Searching for e5/0f/sstate:xhost::1.0.9:r0::12:e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a7/95/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b2/ce/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9_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/6f/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f9/7f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '73/ef/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17_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/c1/sstate:connman-gnome::0.7:r0::12:66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/c1/sstate%3Aconnman-gnome%3A%3A0.7%3Ar0%3A%3A12%3A66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359_populate_lic.tar.zst;downloadfilename=66/c1/sstate:connman-gnome::0.7:r0::12:66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359_populate_lic.tar.zst\nDEBUG: For url ['file', '', '42/8c/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e5/0f/sstate:xhost::1.0.9:r0::12:e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e_populate_lic.tar.zst\nDEBUG: Testing URL file://a7/95/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://33/3a/sstate:pango-native::1.52.2:r0::12:333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac_populate_lic.tar.zst\nDEBUG: For url file://b2/ce/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/ce/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A12%3Ab2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9_create_spdx.tar.zst;downloadfilename=b2/ce/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9_create_spdx.tar.zst\nDEBUG: For url file://universal/8f/6f/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8f/6f/sstate%3Alibxcb-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3A8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1_create_package_spdx.tar.zst;downloadfilename=universal/8f/6f/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f9/7f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a_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://73/ef/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/ef/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17_populate_sysroot.tar.zst;downloadfilename=73/ef/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17_populate_sysroot.tar.zst\nDEBUG: For url file://42/8c/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/8c/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3A428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db_create_package_spdx.tar.zst;downloadfilename=42/8c/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e5/0f/sstate:xhost::1.0.9:r0::12:e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a7/95/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309_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://0a/14/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603_packagedata.tar.zst\nDEBUG: For url file://f9/7f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/7f/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Af97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a_package_write_ipk.tar.zst;downloadfilename=f9/7f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'e5/0f/sstate:xhost::1.0.9:r0::12:e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e_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/95/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/95/sstate%3Awayland%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3Aa795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309_packagedata.tar.zst;downloadfilename=a7/95/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309_packagedata.tar.zst\nDEBUG: Searching for 0a/14/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e5/0f/sstate:xhost::1.0.9:r0::12:e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/0f/sstate%3Axhost%3A%3A1.0.9%3Ar0%3A%3A12%3Ae50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e_populate_lic.tar.zst;downloadfilename=e5/0f/sstate:xhost::1.0.9:r0::12:e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e_populate_lic.tar.zst\nDEBUG: Using  for 0a/14/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8f/6f/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://0a/14/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/ce/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://73/ef/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:73efb8856d14b573445fdbf92072d8f2b61e69986e2268470aaaf283e5dcfa17_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/a1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0a/14/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603_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://e3/a9/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://92/59/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162_package_write_rpm.tar.zst\nDEBUG: Searching for 5b/a1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0a/14/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/14/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603_packagedata.tar.zst;downloadfilename=0a/14/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603_packagedata.tar.zst\nDEBUG: Searching for e3/a9/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 92/59/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5b/a1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0_package_write_rpm.tar.zst\nDEBUG: Using  for e3/a9/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d_packagedata.tar.zst\nDEBUG: Using  for 92/59/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/20/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80_create_spdx.tar.zst\nDEBUG: Testing URL file://5b/a1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/b8/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/0f/sstate:xhost::1.0.9:r0::12:e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e_populate_lic.tar.zst\nDEBUG: Testing URL file://e3/a9/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d_packagedata.tar.zst\nDEBUG: Testing URL file://92/59/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/62/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '5b/a1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0_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://9d/32/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/40/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'e3/a9/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '92/59/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5b/62/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5b/a1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/a1/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A12%3A5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0_package_write_rpm.tar.zst;downloadfilename=5b/a1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0_package_write_rpm.tar.zst\nDEBUG: Searching for 9d/32/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0d/40/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e3/a9/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/a9/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A12%3Ae3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d_packagedata.tar.zst;downloadfilename=e3/a9/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d_packagedata.tar.zst\nDEBUG: For url file://92/59/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/59/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A12%3A9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162_package_write_rpm.tar.zst;downloadfilename=92/59/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162_package_write_rpm.tar.zst\nDEBUG: Using  for 5b/62/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef_package_write_ipk.tar.zst\nDEBUG: Using  for 9d/32/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2_package.tar.zst\nDEBUG: Using  for 0d/40/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/14/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603_packagedata.tar.zst\nDEBUG: Testing URL file://5b/62/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef_package_write_ipk.tar.zst\nDEBUG: Testing URL file://9d/32/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2_package.tar.zst\nDEBUG: Testing URL file://0d/40/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://66/c1/sstate:connman-gnome::0.7:r0::12:66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '5b/62/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef_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', '', '9d/32/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0d/40/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218_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://cb/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487_recipe_qa.tar.zst\nDEBUG: Searching for 7b/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5b/62/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/62/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A12%3A5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef_package_write_ipk.tar.zst;downloadfilename=5b/62/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef_package_write_ipk.tar.zst\nDEBUG: For url file://9d/32/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/32/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A12%3A9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2_package.tar.zst;downloadfilename=9d/32/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2_package.tar.zst\nDEBUG: For url file://0d/40/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/40/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218_package_write_ipk.tar.zst;downloadfilename=0d/40/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218_package_write_ipk.tar.zst\nDEBUG: Searching for cb/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7b/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/a9/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/a1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0_package_write_rpm.tar.zst\nDEBUG: Using  for cb/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/7f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:f97f0238817b49fc897ee4ca8932a21c3d9e675d88f5e4eaa247abc5a705d34a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://92/59/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7b/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/46/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0a/1b/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04_create_spdx.tar.zst\nDEBUG: Testing URL file://cb/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://93/bd/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '7b/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3b/46/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/0a/1b/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cb/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 93/bd/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bc/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7b/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/dd/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A12%3A7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e_package_write_ipk.tar.zst;downloadfilename=7b/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e_package_write_ipk.tar.zst\nDEBUG: Using  for 3b/46/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17_package_write_rpm.tar.zst\nDEBUG: Using  for universal/0a/1b/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04_create_spdx.tar.zst\nDEBUG: For url file://cb/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/0b/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A12%3Acb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487_recipe_qa.tar.zst;downloadfilename=cb/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487_recipe_qa.tar.zst\nDEBUG: Using  for 93/bd/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6_package_write_ipk.tar.zst\nDEBUG: Using  for bc/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a_package_write_deb.tar.zst\nDEBUG: Testing URL file://3b/46/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/0a/1b/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/40/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:0d40e4738fed83a1e6a398292aa3aab53d9eb5ba17facf5e5ec8211822fe5218_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/32/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9d32ce9df45d9f6fadfabb3d0888e8c71c2383bee3d9196cde229581295061f2_package.tar.zst\nDEBUG: Testing URL file://93/bd/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6_package_write_ipk.tar.zst\nDEBUG: Testing URL file://bc/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '3b/46/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17_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/0a/1b/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04_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/95/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a3/4c/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://76/15/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://db/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:dbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '93/bd/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6_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', '', 'bc/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a_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://3b/46/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/46/sstate%3Axxhash%3Acore2-64-poky-linux%3A0.8.2%3Ar0%3Acore2-64%3A12%3A3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17_package_write_rpm.tar.zst;downloadfilename=3b/46/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17_package_write_rpm.tar.zst\nDEBUG: For url file://universal/0a/1b/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0a/1b/sstate%3Afribidi-native%3Ax86_64-linux%3A1.0.15%3Ar0%3Ax86_64%3A12%3A0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04_create_spdx.tar.zst;downloadfilename=universal/0a/1b/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c_create_package_spdx.tar.zst\nDEBUG: Searching for universal/a3/4c/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a4/b7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3_recipe_qa.tar.zst\nDEBUG: Searching for db/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:dbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://93/bd/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/bd/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6_package_write_ipk.tar.zst;downloadfilename=93/bd/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6_package_write_ipk.tar.zst\nDEBUG: For url file://bc/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/a0/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3Abca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a_package_write_deb.tar.zst;downloadfilename=bc/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a_package_write_deb.tar.zst\nDEBUG: Searching for 98/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/a3/4c/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907_recipe_qa.tar.zst\nDEBUG: Searching for a4/b7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cb/0b/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487_recipe_qa.tar.zst\nDEBUG: Using  for db/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:dbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545_populate_sysroot.tar.zst\nDEBUG: Using  for 98/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/a3/4c/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907_recipe_qa.tar.zst\nDEBUG: Using  for a4/b7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/88/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:ee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42_package_write_deb.tar.zst\nDEBUG: Testing URL file://db/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:dbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545_populate_sysroot.tar.zst\nDEBUG: Testing URL file://98/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/a3/4c/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a4/b7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3_recipe_qa.tar.zst\nDEBUG: Searching for ee/88/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:ee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'db/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:dbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '98/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c_create_package_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://e5/cb/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:e5cb039c0838aec48255fd27cab6317a4e7d2d6f90c6d52577dfecc86ac844d1_package_write_ipk.tar.zst\nDEBUG: For url file://universal/a3/4c/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a3/4c/sstate%3Achrpath-native%3Ax86_64-linux%3A0.16%3Ar0%3Ax86_64%3A12%3Aa34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907_recipe_qa.tar.zst;downloadfilename=universal/a3/4c/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a4/b7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ee/88/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:ee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42_package_write_deb.tar.zst\nDEBUG: For url file://db/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:dbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/af/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A12%3Adbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545_populate_sysroot.tar.zst;downloadfilename=db/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:dbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545_populate_sysroot.tar.zst\nDEBUG: For url file://98/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/fd/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c_create_package_spdx.tar.zst;downloadfilename=98/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/8e/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0a/1b/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/46/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17_package_write_rpm.tar.zst\nDEBUG: For url file://a4/b7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/b7/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3Aa4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3_recipe_qa.tar.zst;downloadfilename=a4/b7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3_recipe_qa.tar.zst\nDEBUG: Testing URL file://ee/88/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:ee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://db/18/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:db181d7e1836eca346fb5f421f68e61024029b155262508608b5c9e6fe22cee4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:7bddcc02335725747441928ea0d1d6c78b197c0b897c5c5c23e8be5a84c13b5e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://93/bd/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:93bd254a780801091523b4ff3f5781e86686fd017a1c53ec63a54261e07011b6_package_write_ipk.tar.zst\nDEBUG: Searching for 9d/8e/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://80/1c/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/81/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ee/88/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:ee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42_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://ee/33/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:ee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a3/4c/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c5/c8/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/8f/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b_create_package_spdx.tar.zst\nDEBUG: Using  for 9d/8e/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397_package_write_deb.tar.zst\nDEBUG: Searching for 80/1c/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c2/81/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ee/88/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:ee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/88/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A12%3Aee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42_package_write_deb.tar.zst;downloadfilename=ee/88/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:ee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42_package_write_deb.tar.zst\nDEBUG: Searching for ee/33/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:ee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://98/0c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958_populate_sysroot.tar.zst\nDEBUG: Searching for universal/c5/c8/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5f/8f/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9d/8e/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://db/af/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:dbafa6520e6b1600205414f6aece71323148f8d3fc652781a83bef70e5a52545_populate_sysroot.tar.zst\nDEBUG: Using  for 80/1c/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c2/81/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136_create_package_spdx.tar.zst\nDEBUG: Using  for ee/33/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:ee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7_package_write_ipk.tar.zst\nDEBUG: Searching for 98/0c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c5/c8/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f_create_package_spdx.tar.zst\nDEBUG: Using  for 5f/8f/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '9d/8e/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397_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://universal/ba/0c/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://80/1c/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c2/81/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ee/33/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:ee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7_package_write_ipk.tar.zst\nDEBUG: Using  for 98/0c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/c5/c8/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5f/8f/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b_create_package_spdx.tar.zst\nDEBUG: For url file://9d/8e/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/8e/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A12%3A9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397_package_write_deb.tar.zst;downloadfilename=9d/8e/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397_package_write_deb.tar.zst\nDEBUG: Searching for universal/ba/0c/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '80/1c/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0_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/81/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ee/33/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:ee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7_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://98/0c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/c5/c8/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5f/8f/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ba/0c/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1_populate_sysroot.tar.zst\nDEBUG: For url file://80/1c/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/1c/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A12%3A801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0_deploy_source_date_epoch.tar.zst;downloadfilename=80/1c/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c2/81/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/81/sstate%3Adepmodwrapper-cross%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ac2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136_create_package_spdx.tar.zst;downloadfilename=c2/81/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136_create_package_spdx.tar.zst\nDEBUG: For url file://ee/33/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:ee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/33/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.8%3Ar0%3Acore2-64%3A12%3Aee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7_package_write_ipk.tar.zst;downloadfilename=ee/33/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:ee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '98/0c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958_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/c5/c8/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/c8/sstate%3Alibgcrypt-native%3Ax86_64-linux%3A1.10.3%3Ar0%3Ax86_64%3A12%3Ac5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f_create_package_spdx.tar.zst;downloadfilename=universal/c5/c8/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f_create_package_spdx.tar.zst\nDEBUG: For url file://5f/8f/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/8f/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.5%3Ar0%3Acore2-64%3A12%3A5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b_create_package_spdx.tar.zst;downloadfilename=5f/8f/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/ba/0c/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1_populate_sysroot.tar.zst\nDEBUG: For url file://98/0c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/0c/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A12%3A980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958_populate_sysroot.tar.zst;downloadfilename=98/0c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/ba/0c/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1_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/8e/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9d8edd1b24ee417c58f178f5f64c6485fa4eb4a1e8bce42f3c6d92a0bfd83397_package_write_deb.tar.zst\nDEBUG: For url file://universal/ba/0c/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/0c/sstate%3Apython3-wheel-native%3Ax86_64-linux%3A0.43.0%3Ar0%3Ax86_64%3A12%3Aba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1_populate_sysroot.tar.zst;downloadfilename=universal/ba/0c/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://42/8c/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/35/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:8c3588281f667cd076268236cbb24b3c021eb7806c371a4c15f56f014f4e4d28_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/69/sstate:xorgproto::2024.1:r0::12:2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/33/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:ee33a600cb00273f8b71edc203654315ec498be080d1e114d76f83d8ca72bdc7_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/5d/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c5/c8/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://80/1c/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:801c568c91bcdbc5a2c1f3d08705be9add3c80c7006cc0870024d2f0aa9c99a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://af/2e/sstate:dpkg-native::1.22.6:r0::12:af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177_populate_lic.tar.zst\nDEBUG: Searching for 2a/69/sstate:xorgproto::2024.1:r0::12:2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/9c/1a/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2_recipe_qa.tar.zst\nDEBUG: Searching for 5a/5d/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a4/b7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://92/2b/sstate:opkg-utils::0.6.3:r0::12:922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/24/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110_package_write_rpm.tar.zst\nDEBUG: Searching for af/2e/sstate:dpkg-native::1.22.6:r0::12:af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2a/69/sstate:xorgproto::2024.1:r0::12:2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d_populate_lic.tar.zst\nDEBUG: Searching for universal/9c/1a/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://98/0c/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:980c1f18cf6371ce059e2a9aad0694506455868be8821b0a723b27882ed27958_populate_sysroot.tar.zst\nDEBUG: Using  for 5a/5d/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/45/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80_recipe_qa.tar.zst\nDEBUG: Searching for 92/2b/sstate:opkg-utils::0.6.3:r0::12:922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f8/24/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for af/2e/sstate:dpkg-native::1.22.6:r0::12:af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177_populate_lic.tar.zst\nDEBUG: Testing URL file://2a/69/sstate:xorgproto::2024.1:r0::12:2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d_populate_lic.tar.zst\nDEBUG: Using  for universal/9c/1a/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/aa/2d/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5a/5d/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075_package_write_rpm.tar.zst\nDEBUG: Searching for d8/45/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 92/2b/sstate:opkg-utils::0.6.3:r0::12:922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0_populate_lic.tar.zst\nDEBUG: Using  for f8/24/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110_package_write_rpm.tar.zst\nDEBUG: Testing URL file://af/2e/sstate:dpkg-native::1.22.6:r0::12:af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ba/0c/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2a/69/sstate:xorgproto::2024.1:r0::12:2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d_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/9c/1a/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2_recipe_qa.tar.zst\nDEBUG: Searching for universal/aa/2d/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5a/5d/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075_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/45/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80_recipe_qa.tar.zst\nDEBUG: Testing URL file://92/2b/sstate:opkg-utils::0.6.3:r0::12:922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0_populate_lic.tar.zst\nDEBUG: Testing URL file://f8/24/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'af/2e/sstate:dpkg-native::1.22.6:r0::12:af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177_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/2e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca_package_write_ipk.tar.zst\nDEBUG: For url file://2a/69/sstate:xorgproto::2024.1:r0::12:2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/69/sstate%3Axorgproto%3A%3A2024.1%3Ar0%3A%3A12%3A2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d_populate_lic.tar.zst;downloadfilename=2a/69/sstate:xorgproto::2024.1:r0::12:2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/9c/1a/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/aa/2d/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628_populate_sysroot.tar.zst\nDEBUG: For url file://5a/5d/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/5d/sstate%3Aell%3Acore2-64-poky-linux%3A0.66%3Ar0%3Acore2-64%3A12%3A5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075_package_write_rpm.tar.zst;downloadfilename=5a/5d/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d8/45/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '92/2b/sstate:opkg-utils::0.6.3:r0::12:922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0_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/24/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110_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/2e/sstate:dpkg-native::1.22.6:r0::12:af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/2e/sstate%3Adpkg-native%3A%3A1.22.6%3Ar0%3A%3A12%3Aaf2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177_populate_lic.tar.zst;downloadfilename=af/2e/sstate:dpkg-native::1.22.6:r0::12:af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177_populate_lic.tar.zst\nDEBUG: Searching for a5/2e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/9c/1a/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9c/1a/sstate%3Apython3-toml-native%3Ax86_64-linux%3A0.10.2%3Ar0%3Ax86_64%3A12%3A9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2_recipe_qa.tar.zst;downloadfilename=universal/9c/1a/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/aa/2d/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd8/45/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://92/2b/sstate:opkg-utils::0.6.3:r0::12:922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/2b/sstate%3Aopkg-utils%3A%3A0.6.3%3Ar0%3A%3A12%3A922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0_populate_lic.tar.zst;downloadfilename=92/2b/sstate:opkg-utils::0.6.3:r0::12:922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0_populate_lic.tar.zst\nDEBUG: For url file://f8/24/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/24/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.2%3Ar0%3Acore2-64%3A12%3Af8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110_package_write_rpm.tar.zst;downloadfilename=f8/24/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/5c/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:e85c9e8606a7a7d547a7f4f5a98fe6411a087da7737310313ec5aef3266892cb_package_write_deb.tar.zst\nDEBUG: Using  for a5/2e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/aa/2d/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d8/45/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/45/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3Ad8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80_recipe_qa.tar.zst;downloadfilename=d8/45/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/69/sstate:xorgproto::2024.1:r0::12:2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://af/db/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:afdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a5/2e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca_package_write_ipk.tar.zst\nDEBUG: For url file://universal/aa/2d/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/aa/2d/sstate%3Axcb-proto-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3Aaa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628_populate_sysroot.tar.zst;downloadfilename=universal/aa/2d/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://af/2e/sstate:dpkg-native::1.22.6:r0::12:af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/18/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9c/1a/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2_recipe_qa.tar.zst\nDEBUG: Searching for af/db/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:afdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a5/2e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca_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://6d/17/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://92/2b/sstate:opkg-utils::0.6.3:r0::12:922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0_populate_lic.tar.zst\nDEBUG: Searching for ca/18/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://33/0d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6_populate_sysroot.tar.zst\nDEBUG: Using  for af/db/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:afdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d_populate_sysroot.tar.zst\nDEBUG: For url file://a5/2e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/2e/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3Aa52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca_package_write_ipk.tar.zst;downloadfilename=a5/2e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca_package_write_ipk.tar.zst\nDEBUG: Searching for 6d/17/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://71/0a/sstate:lttng-ust::2.13.8:r0::12:710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5_populate_lic.tar.zst\nDEBUG: Using  for ca/18/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65_packagedata.tar.zst\nDEBUG: Searching for 33/0d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://af/db/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:afdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d_populate_sysroot.tar.zst\nDEBUG: Using  for 6d/17/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6_create_package_spdx.tar.zst\nDEBUG: Searching for 71/0a/sstate:lttng-ust::2.13.8:r0::12:710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5b/62/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:5b62dc5bbdad09328407933416f520c3b125b570d92427273ad151bc3b50baef_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/45/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80_recipe_qa.tar.zst\nDEBUG: Testing URL file://ca/18/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65_packagedata.tar.zst\nDEBUG: Using  for 33/0d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'af/db/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:afdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6d/17/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6_create_package_spdx.tar.zst\nDEBUG: Using  for 71/0a/sstate:lttng-ust::2.13.8:r0::12:710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/aa/2d/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://64/6c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ca/e7/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ca/18/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://33/0d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6_populate_sysroot.tar.zst\nDEBUG: For url file://af/db/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:afdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/db/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3Aafdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d_populate_sysroot.tar.zst;downloadfilename=af/db/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:afdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6d/17/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://71/0a/sstate:lttng-ust::2.13.8:r0::12:710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/05/02/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60_populate_sysroot.tar.zst\nDEBUG: Searching for 64/6c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ca/e7/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ca/18/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/18/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A12%3Aca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65_packagedata.tar.zst;downloadfilename=ca/18/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65_packagedata.tar.zst\nDEBUG: For url ['file', '', '33/0d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6_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/17/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/17/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6_create_package_spdx.tar.zst;downloadfilename=6d/17/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '71/0a/sstate:lttng-ust::2.13.8:r0::12:710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/05/02/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 64/6c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908_create_spdx.tar.zst\nDEBUG: Using  for universal/ca/e7/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f_create_package_spdx.tar.zst\nDEBUG: For url file://33/0d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/0d/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A12%3A330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6_populate_sysroot.tar.zst;downloadfilename=33/0d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6_populate_sysroot.tar.zst\nDEBUG: For url file://71/0a/sstate:lttng-ust::2.13.8:r0::12:710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/0a/sstate%3Alttng-ust%3A%3A2.13.8%3Ar0%3A%3A12%3A710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5_populate_lic.tar.zst;downloadfilename=71/0a/sstate:lttng-ust::2.13.8:r0::12:710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5_populate_lic.tar.zst\nDEBUG: Using  for universal/05/02/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60_populate_sysroot.tar.zst\nDEBUG: Testing URL file://64/6c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/ca/e7/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/05/02/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '64/6c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908_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/ca/e7/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/05/02/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60_populate_sysroot.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:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/6c/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.44%3Ar0%3Acore2-64%3A12%3A646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908_create_spdx.tar.zst;downloadfilename=64/6c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908_create_spdx.tar.zst\nDEBUG: For url file://universal/ca/e7/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ca/e7/sstate%3Agdbm-native%3Ax86_64-linux%3A1.23%3Ar0%3Ax86_64%3A12%3Acae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f_create_package_spdx.tar.zst;downloadfilename=universal/ca/e7/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f_create_package_spdx.tar.zst\nDEBUG: For url file://universal/05/02/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/05/02/sstate%3Alibxft-native%3Ax86_64-linux%3A2.3.8%3Ar0%3Ax86_64%3A12%3A050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60_populate_sysroot.tar.zst;downloadfilename=universal/05/02/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://98/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://23/88/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 23/88/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 23/88/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://23/88/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '23/88/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33_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/88/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/88/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33_deploy_source_date_epoch.tar.zst;downloadfilename=23/88/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://71/0a/sstate:lttng-ust::2.13.8:r0::12:710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://33/0d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:330dfc99594ace4ac54b9298bc9a3856ed90230830e7287b92e77c496c20cfe6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/a5/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/8d/sstate:libffi-native::3.4.6:r0::12:f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44_populate_lic.tar.zst\nDEBUG: Searching for cc/a5/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f9/8d/sstate:libffi-native::3.4.6:r0::12:f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/05/02/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60_populate_sysroot.tar.zst\nDEBUG: Using  for cc/a5/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ca/e7/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f_create_package_spdx.tar.zst\nDEBUG: Using  for f9/8d/sstate:libffi-native::3.4.6:r0::12:f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://40/97/sstate:glib-2.0-initial::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: Testing URL file://cc/a5/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/00/sstate:gtk-doc-native::1.34.0:r0::12:0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254_populate_lic.tar.zst\nDEBUG: Testing URL file://f9/8d/sstate:libffi-native::3.4.6:r0::12:f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44_populate_lic.tar.zst\nDEBUG: Searching for 40/97/sstate:glib-2.0-initial::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cc/a5/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0c/00/sstate:gtk-doc-native::1.34.0:r0::12:0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f9/8d/sstate:libffi-native::3.4.6:r0::12:f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 40/97/sstate:glib-2.0-initial::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: For url file://cc/a5/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/a5/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A12%3Acca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6_package_write_deb.tar.zst;downloadfilename=cc/a5/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6_package_write_deb.tar.zst\nDEBUG: Using  for 0c/00/sstate:gtk-doc-native::1.34.0:r0::12:0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254_populate_lic.tar.zst\nDEBUG: For url file://f9/8d/sstate:libffi-native::3.4.6:r0::12:f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/8d/sstate%3Alibffi-native%3A%3A3.4.6%3Ar0%3A%3A12%3Af98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44_populate_lic.tar.zst;downloadfilename=f9/8d/sstate:libffi-native::3.4.6:r0::12:f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44_populate_lic.tar.zst\nDEBUG: Testing URL file://40/97/sstate:glib-2.0-initial::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: Testing URL file://0c/00/sstate:gtk-doc-native::1.34.0:r0::12:0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254_populate_lic.tar.zst\nDEBUG: For url ['file', '', '40/97/sstate:glib-2.0-initial::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_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/00/sstate:gtk-doc-native::1.34.0:r0::12:0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://40/97/sstate:glib-2.0-initial::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/97/sstate%3Aglib-2.0-initial%3A%3A2.80.2%3Ar0%3A%3A12%3A40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst;downloadfilename=40/97/sstate:glib-2.0-initial::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: For url file://0c/00/sstate:gtk-doc-native::1.34.0:r0::12:0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/00/sstate%3Agtk-doc-native%3A%3A1.34.0%3Ar0%3A%3A12%3A0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254_populate_lic.tar.zst;downloadfilename=0c/00/sstate:gtk-doc-native::1.34.0:r0::12:0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/81/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/52/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:a352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07_package_write_ipk.tar.zst\nDEBUG: Searching for a3/52/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:a352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a3/52/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:a352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07_package_write_ipk.tar.zst\nDEBUG: Testing URL file://a3/52/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:a352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'a3/52/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:a352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07_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://a3/52/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:a352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/52/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A12%3Aa352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07_package_write_ipk.tar.zst;downloadfilename=a3/52/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:a352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/8f/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://36/ec/sstate:sudo::1.9.15p5:r0::12:36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920_populate_lic.tar.zst\nDEBUG: Searching for 36/ec/sstate:sudo::1.9.15p5:r0::12:36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f9/8d/sstate:libffi-native::3.4.6:r0::12:f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://23/88/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:2388f90719c9fdd5c3d97f4ee6a35e2e7d798f96ac783e27ab69292c7c22aa33_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 36/ec/sstate:sudo::1.9.15p5:r0::12:36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/18/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/eb/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/68/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e_package_write_deb.tar.zst\nDEBUG: Testing URL file://36/ec/sstate:sudo::1.9.15p5:r0::12:36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/c8/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/97/sstate:glib-2.0-initial::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: Searching for e2/eb/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0c/00/sstate:gtk-doc-native::1.34.0:r0::12:0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254_populate_lic.tar.zst\nDEBUG: Searching for 7e/68/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '36/ec/sstate:sudo::1.9.15p5:r0::12:36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2a/c8/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b1/b4/sstate:dbus-glib-native::0.112:r0::12:b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91_populate_lic.tar.zst\nDEBUG: Using  for e2/eb/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://30/9f/sstate:alsa-topology-conf::1.2.5.1:r0::12:309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84_populate_lic.tar.zst\nDEBUG: Using  for 7e/68/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e_package_write_deb.tar.zst\nDEBUG: For url file://36/ec/sstate:sudo::1.9.15p5:r0::12:36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/ec/sstate%3Asudo%3A%3A1.9.15p5%3Ar0%3A%3A12%3A36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920_populate_lic.tar.zst;downloadfilename=36/ec/sstate:sudo::1.9.15p5:r0::12:36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920_populate_lic.tar.zst\nDEBUG: Using  for 2a/c8/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690_create_package_spdx.tar.zst\nDEBUG: Searching for b1/b4/sstate:dbus-glib-native::0.112:r0::12:b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e2/eb/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e_package_write_rpm.tar.zst\nDEBUG: Searching for 30/9f/sstate:alsa-topology-conf::1.2.5.1:r0::12:309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7e/68/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e_package_write_deb.tar.zst\nDEBUG: Testing URL file://2a/c8/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690_create_package_spdx.tar.zst\nDEBUG: Using  for b1/b4/sstate:dbus-glib-native::0.112:r0::12:b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e2/eb/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e_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://a3/52/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:a352ab1d45526afffbec84b33a4f9a87d2a5601fe16ca9072a493e2d10d93a07_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/24/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110_package_write_rpm.tar.zst\nDEBUG: Using  for 30/9f/sstate:alsa-topology-conf::1.2.5.1:r0::12:309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7e/68/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e_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', '', '2a/c8/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b1/b4/sstate:dbus-glib-native::0.112:r0::12:b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91_populate_lic.tar.zst\nDEBUG: For url file://e2/eb/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/eb/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.73.1%3Ar0%3Acore2-64%3A12%3Ae2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e_package_write_rpm.tar.zst;downloadfilename=e2/eb/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://85/e8/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://56/9d/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3_packagedata.tar.zst\nDEBUG: Testing URL file://30/9f/sstate:alsa-topology-conf::1.2.5.1:r0::12:309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84_populate_lic.tar.zst\nDEBUG: For url file://7e/68/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/68/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e_package_write_deb.tar.zst;downloadfilename=7e/68/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e_package_write_deb.tar.zst\nDEBUG: For url file://2a/c8/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/c8/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A12%3A2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690_create_package_spdx.tar.zst;downloadfilename=2a/c8/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b1/b4/sstate:dbus-glib-native::0.112:r0::12:b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 85/e8/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 56/9d/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '30/9f/sstate:alsa-topology-conf::1.2.5.1:r0::12:309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84_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/b4/sstate:dbus-glib-native::0.112:r0::12:b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/b4/sstate%3Adbus-glib-native%3A%3A0.112%3Ar0%3A%3A12%3Ab1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91_populate_lic.tar.zst;downloadfilename=b1/b4/sstate:dbus-glib-native::0.112:r0::12:b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91_populate_lic.tar.zst\nDEBUG: Using  for 85/e8/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://36/ec/sstate:sudo::1.9.15p5:r0::12:36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920_populate_lic.tar.zst\nDEBUG: Using  for 56/9d/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3_packagedata.tar.zst\nDEBUG: For url file://30/9f/sstate:alsa-topology-conf::1.2.5.1:r0::12:309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/9f/sstate%3Aalsa-topology-conf%3A%3A1.2.5.1%3Ar0%3A%3A12%3A309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84_populate_lic.tar.zst;downloadfilename=30/9f/sstate:alsa-topology-conf::1.2.5.1:r0::12:309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84_populate_lic.tar.zst\nDEBUG: Testing URL file://85/e8/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://03/4a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://56/9d/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3_packagedata.tar.zst\nDEBUG: For url ['file', '', '85/e8/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 03/4a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '56/9d/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://85/e8/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/e8/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.80.1%3Ar0%3Acore2-64%3A12%3A85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d_create_package_spdx.tar.zst;downloadfilename=85/e8/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d_create_package_spdx.tar.zst\nDEBUG: Using  for 03/4a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f_package_write_ipk.tar.zst\nDEBUG: For url file://56/9d/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/9d/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A12%3A569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3_packagedata.tar.zst;downloadfilename=56/9d/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3_packagedata.tar.zst\nDEBUG: Testing URL file://03/4a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/68/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7e68b8856f7594a6b84a07eebc64f26b6bd11cd2730d8e3ca1580f831125a42e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '03/4a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f_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://b1/b4/sstate:dbus-glib-native::0.112:r0::12:b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/54/sstate:elfutils::0.191:r0::12:3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://af/db/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:afdb6e08565f6e7c4e6b4413194d3bfe86e3912a0492ce909919a8ff6921912d_populate_sysroot.tar.zst\nDEBUG: For url file://03/4a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/4a/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f_package_write_ipk.tar.zst;downloadfilename=03/4a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://05/79/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0_populate_sysroot.tar.zst\nDEBUG: Searching for 3a/54/sstate:elfutils::0.191:r0::12:3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://30/9f/sstate:alsa-topology-conf::1.2.5.1:r0::12:309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://01/19/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 05/79/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3a/54/sstate:elfutils::0.191:r0::12:3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b2/60/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a_create_spdx.tar.zst\nDEBUG: Searching for 01/19/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 05/79/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3a/54/sstate:elfutils::0.191:r0::12:3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f_populate_lic.tar.zst\nDEBUG: Searching for universal/b2/60/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 01/19/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://56/9d/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3_packagedata.tar.zst\nDEBUG: Testing URL file://05/79/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3a/54/sstate:elfutils::0.191:r0::12:3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/b2/60/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a_create_spdx.tar.zst\nDEBUG: Testing URL file://01/19/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/9d/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '05/79/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0_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/54/sstate:elfutils::0.191:r0::12:3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/54/sstate%3Aelfutils%3A%3A0.191%3Ar0%3A%3A12%3A3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f_populate_lic.tar.zst;downloadfilename=3a/54/sstate:elfutils::0.191:r0::12:3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/b2/60/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '01/19/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c_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/9d/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://05/79/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/79/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0_populate_sysroot.tar.zst;downloadfilename=05/79/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/b2/60/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://01/19/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/19/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A12%3A01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c_deploy_source_date_epoch.tar.zst;downloadfilename=01/19/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6b/9d/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://03/4a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:034ac3feb7ba7817a3dc2c4d030fed5f587b6cc68791c8d0290049e22db9d88f_package_write_ipk.tar.zst\nDEBUG: For url file://universal/b2/60/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b2/60/sstate%3Adnf-native%3Ax86_64-linux%3A4.20.0%3Ar0%3Ax86_64%3A12%3Ab26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a_create_spdx.tar.zst;downloadfilename=universal/b2/60/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/2e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a52e025012a3c530c9dc041670cb2e80d998c2b658a825f2a040613f562e5dca_package_write_ipk.tar.zst\nDEBUG: Testing URL file://6b/9d/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/c8/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/6b/sstate:libstd-rs::1.75.0:r0::12:966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/b3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/54/sstate:elfutils::0.191:r0::12:3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6b/9d/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337_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://25/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19_package_write_rpm.tar.zst\nDEBUG: Searching for 96/6b/sstate:libstd-rs::1.75.0:r0::12:966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e9/b3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://61/b1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251_create_package_spdx.tar.zst\nDEBUG: For url file://6b/9d/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/9d/sstate%3Aencodings%3Aall-poky-linux%3A1.1.0%3Ar0%3Aallarch%3A12%3A6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337_recipe_qa.tar.zst;downloadfilename=6b/9d/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337_recipe_qa.tar.zst\nDEBUG: Searching for 25/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 96/6b/sstate:libstd-rs::1.75.0:r0::12:966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94_populate_lic.tar.zst\nDEBUG: Using  for e9/b3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38_packagedata.tar.zst\nDEBUG: Searching for 61/b1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://05/79/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:0579c7e70fee9945f7f5cf6fb025013f0db2fdd3bfdcd449aeb57c6f5dbb5de0_populate_sysroot.tar.zst\nDEBUG: Using  for 25/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19_package_write_rpm.tar.zst\nDEBUG: Testing URL file://96/6b/sstate:libstd-rs::1.75.0:r0::12:966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94_populate_lic.tar.zst\nDEBUG: Testing URL file://e9/b3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://01/19/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:01192637424e61871621471137b400b1bea1b88bf8739be49011ba44b3894a6c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 61/b1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://68/72/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://25/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '96/6b/sstate:libstd-rs::1.75.0:r0::12:966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94_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/b3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38_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/b2/60/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://53/26/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://61/b1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251_create_package_spdx.tar.zst\nDEBUG: Searching for 68/72/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '25/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19_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://96/6b/sstate:libstd-rs::1.75.0:r0::12:966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/6b/sstate%3Alibstd-rs%3A%3A1.75.0%3Ar0%3A%3A12%3A966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94_populate_lic.tar.zst;downloadfilename=96/6b/sstate:libstd-rs::1.75.0:r0::12:966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94_populate_lic.tar.zst\nDEBUG: For url file://e9/b3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/b3/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A12%3Ae9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38_packagedata.tar.zst;downloadfilename=e9/b3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://de/e0/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283_create_spdx.tar.zst\nDEBUG: Searching for 53/26/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '61/b1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 68/72/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3_populate_sysroot.tar.zst\nDEBUG: For url file://25/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/5c/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.21%3Ar0%3Acore2-64%3A12%3A255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19_package_write_rpm.tar.zst;downloadfilename=25/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19_package_write_rpm.tar.zst\nDEBUG: Searching for de/e0/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 53/26/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/9d/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337_recipe_qa.tar.zst\nDEBUG: For url file://61/b1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/b1/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A12%3A61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251_create_package_spdx.tar.zst;downloadfilename=61/b1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251_create_package_spdx.tar.zst\nDEBUG: Testing URL file://68/72/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3_populate_sysroot.tar.zst\nDEBUG: Using  for de/e0/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283_create_spdx.tar.zst\nDEBUG: Testing URL file://53/26/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/ba/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '68/72/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://de/e0/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283_create_spdx.tar.zst\nDEBUG: For url ['file', '', '53/26/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f_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 d7/ba/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://68/72/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/72/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3_populate_sysroot.tar.zst;downloadfilename=68/72/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'de/e0/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://53/26/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/26/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f_deploy_source_date_epoch.tar.zst;downloadfilename=53/26/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d7/ba/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://96/6b/sstate:libstd-rs::1.75.0:r0::12:966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94_populate_lic.tar.zst\nDEBUG: For url file://de/e0/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/e0/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A12%3Adee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283_create_spdx.tar.zst;downloadfilename=de/e0/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283_create_spdx.tar.zst\nDEBUG: Testing URL file://d7/ba/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://25/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/67/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://61/b1/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd7/ba/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8_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/7d/sstate:ptest-runner::2.4.4+git:r0::12:577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812_populate_lic.tar.zst\nDEBUG: Searching for c9/67/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/04/a5/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6_recipe_qa.tar.zst\nDEBUG: For url file://d7/ba/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/ba/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A12%3Ad7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8_recipe_qa.tar.zst;downloadfilename=d7/ba/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8_recipe_qa.tar.zst\nDEBUG: Searching for 57/7d/sstate:ptest-runner::2.4.4+git:r0::12:577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c9/67/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3_populate_sysroot.tar.zst\nDEBUG: Searching for universal/04/a5/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 57/7d/sstate:ptest-runner::2.4.4+git:r0::12:577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812_populate_lic.tar.zst\nDEBUG: Testing URL file://c9/67/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://68/72/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:68728800715f5995aedd3c6bb20588f7d28483649f0829ee0e7831e703ffa9d3_populate_sysroot.tar.zst\nDEBUG: Using  for universal/04/a5/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6_recipe_qa.tar.zst\nDEBUG: Testing URL file://57/7d/sstate:ptest-runner::2.4.4+git:r0::12:577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c9/67/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3_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://37/21/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7_package_qa.tar.zst\nDEBUG: Testing URL file://universal/04/a5/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '57/7d/sstate:ptest-runner::2.4.4+git:r0::12:577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812_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/67/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/67/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A12%3Ac967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3_populate_sysroot.tar.zst;downloadfilename=c9/67/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3_populate_sysroot.tar.zst\nDEBUG: Searching for 37/21/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://53/26/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:53262484dfa527197e051524e8733a4a77239d7947f4147dc31fa4b52d56362f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/04/a5/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6_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/7d/sstate:ptest-runner::2.4.4+git:r0::12:577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/7d/sstate%3Aptest-runner%3A%3A2.4.4%2Bgit%3Ar0%3A%3A12%3A577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812_populate_lic.tar.zst;downloadfilename=57/7d/sstate:ptest-runner::2.4.4+git:r0::12:577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812_populate_lic.tar.zst\nDEBUG: Using  for 37/21/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/5c/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:f55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1_package.tar.zst\nDEBUG: For url file://universal/04/a5/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/a5/sstate%3Aswig-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A12%3A04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6_recipe_qa.tar.zst;downloadfilename=universal/04/a5/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/b3/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://64/6c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908_create_spdx.tar.zst\nDEBUG: Testing URL file://37/21/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7_package_qa.tar.zst\nDEBUG: Searching for f5/5c/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:f55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d7/ba/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://00/3f/sstate:v86d::0.1.10:r0::12:003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/17/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/59/sstate:gdk-pixbuf::2.42.12:r0::12:a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '37/21/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f5/5c/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:f55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/54/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:a4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/67/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3_populate_sysroot.tar.zst\nDEBUG: Searching for 00/3f/sstate:v86d::0.1.10:r0::12:003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://68/ae/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7_create_package_spdx.tar.zst\nDEBUG: Searching for a2/59/sstate:gdk-pixbuf::2.42.12:r0::12:a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://37/21/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/21/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A12%3A37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7_package_qa.tar.zst;downloadfilename=37/21/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7_package_qa.tar.zst\nDEBUG: Testing URL file://f5/5c/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:f55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1_package.tar.zst\nDEBUG: Searching for a4/54/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:a4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://08/65/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0_package_write_ipk.tar.zst\nDEBUG: Using  for 00/3f/sstate:v86d::0.1.10:r0::12:003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be_populate_lic.tar.zst\nDEBUG: Searching for 68/ae/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a2/59/sstate:gdk-pixbuf::2.42.12:r0::12:a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f5/5c/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:f55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a4/54/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:a4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e_package_write_deb.tar.zst\nDEBUG: Searching for 08/65/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://00/3f/sstate:v86d::0.1.10:r0::12:003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be_populate_lic.tar.zst\nDEBUG: Using  for 68/ae/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/04/a5/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6_recipe_qa.tar.zst\nDEBUG: Testing URL file://a2/59/sstate:gdk-pixbuf::2.42.12:r0::12:a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4_populate_lic.tar.zst\nDEBUG: For url file://f5/5c/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:f55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/5c/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2024.1%3Ar0%3Acore2-64%3A12%3Af55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1_package.tar.zst;downloadfilename=f5/5c/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:f55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1_package.tar.zst\nDEBUG: Testing URL file://a4/54/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:a4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e_package_write_deb.tar.zst\nDEBUG: Using  for 08/65/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '00/3f/sstate:v86d::0.1.10:r0::12:003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://68/ae/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://df/d6/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:dfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6_package.tar.zst\nDEBUG: For url ['file', '', 'a2/59/sstate:gdk-pixbuf::2.42.12:r0::12:a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4_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/54/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:a4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e_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://08/65/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0_package_write_ipk.tar.zst\nDEBUG: For url file://00/3f/sstate:v86d::0.1.10:r0::12:003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/3f/sstate%3Av86d%3A%3A0.1.10%3Ar0%3A%3A12%3A003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be_populate_lic.tar.zst;downloadfilename=00/3f/sstate:v86d::0.1.10:r0::12:003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be_populate_lic.tar.zst\nDEBUG: For url ['file', '', '68/ae/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for df/d6/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:dfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a2/59/sstate:gdk-pixbuf::2.42.12:r0::12:a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/59/sstate%3Agdk-pixbuf%3A%3A2.42.12%3Ar0%3A%3A12%3Aa259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4_populate_lic.tar.zst;downloadfilename=a2/59/sstate:gdk-pixbuf::2.42.12:r0::12:a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://37/21/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7_package_qa.tar.zst\nDEBUG: For url file://a4/54/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:a4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/54/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3Aa4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e_package_write_deb.tar.zst;downloadfilename=a4/54/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:a4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '08/65/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0_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://68/ae/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/ae/sstate%3Agcc-source-14.1.0%3Aall-poky-linux%3A14.1.0%3Ar0%3Aall%3A12%3A68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7_create_package_spdx.tar.zst;downloadfilename=68/ae/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7_create_package_spdx.tar.zst\nDEBUG: Using  for df/d6/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:dfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/fe/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://08/65/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/65/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0_package_write_ipk.tar.zst;downloadfilename=08/65/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://57/7d/sstate:ptest-runner::2.4.4+git:r0::12:577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/5c/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:f55cf37eb5b00c9867f57c98605293ebbe043efdda39591ac9bb825ee25744d1_package.tar.zst\nDEBUG: Testing URL file://df/d6/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:dfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6_package.tar.zst\nDEBUG: Searching for 2a/fe/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://13/2d/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://00/3f/sstate:v86d::0.1.10:r0::12:003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/d9/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'df/d6/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:dfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2a/fe/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 13/2d/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4a/b2/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7_package_write_ipk.tar.zst\nDEBUG: Searching for 4d/d9/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://df/d6/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:dfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/d6/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A12%3Adfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6_package.tar.zst;downloadfilename=df/d6/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:dfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6_package.tar.zst\nDEBUG: Testing URL file://2a/fe/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 13/2d/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647_populate_sysroot.tar.zst\nDEBUG: Searching for 4a/b2/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4d/d9/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '2a/fe/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016_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/54/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:a4540213cae6895cdaa7131e2451eae5f620d4d9989d6a7e426172f53c55c61e_package_write_deb.tar.zst\nDEBUG: Testing URL file://13/2d/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://68/ae/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7_create_package_spdx.tar.zst\nDEBUG: Using  for 4a/b2/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7_package_write_ipk.tar.zst\nDEBUG: Testing URL file://4d/d9/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971_package_write_ipk.tar.zst\nDEBUG: For url file://2a/fe/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/fe/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A12%3A2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016_deploy_source_date_epoch.tar.zst;downloadfilename=2a/fe/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/76/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:da76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '13/2d/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647_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://6e/b5/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0_packagedata.tar.zst\nDEBUG: Testing URL file://4a/b2/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '4d/d9/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/da/76/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:da76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://13/2d/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/2d/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A12%3A132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647_populate_sysroot.tar.zst;downloadfilename=13/2d/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647_populate_sysroot.tar.zst\nDEBUG: Searching for 6e/b5/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4a/b2/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7_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://4d/d9/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/d9/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971_package_write_ipk.tar.zst;downloadfilename=4d/d9/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971_package_write_ipk.tar.zst\nDEBUG: Using  for universal/da/76/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:da76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6e/b5/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0_packagedata.tar.zst\nDEBUG: For url file://4a/b2/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/b2/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A12%3A4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7_package_write_ipk.tar.zst;downloadfilename=4a/b2/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://85/e8/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/da/76/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:da76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6e/b5/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://df/d6/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:dfd6ffa33e0ee864aba1ae468edbe9c86fa42d756a03579fd06e22741ad266d6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://13/02/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/fe/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:2afe16b97cd78aa06ce160b5a10e4eae2c866f3e86627df124a6651385ca0016_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/da/76/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:da76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86_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://a2/59/sstate:gdk-pixbuf::2.42.12:r0::12:a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6e/b5/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0_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://bc/a0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bca03587f7bd2959e54bab44d2ff744fda42cebafb471a5ab2da30b7b8dac73a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/34/dd/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 13/02/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/33/80/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23_populate_sysroot.tar.zst\nDEBUG: For url file://universal/da/76/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:da76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/76/sstate%3Apython3-docutils-native%3Ax86_64-linux%3A0.21.2%3Ar0%3Ax86_64%3A12%3Ada76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86_deploy_source_date_epoch.tar.zst;downloadfilename=universal/da/76/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:da76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://13/2d/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:132d529183b64e8e7b56a053ae5df8dc179a14d995dba53bfb79e19131ab8647_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/ef/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:cceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df_package.tar.zst\nDEBUG: For url file://6e/b5/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/b5/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0_packagedata.tar.zst;downloadfilename=6e/b5/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6b/ec/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4_populate_sysroot.tar.zst\nDEBUG: Searching for universal/34/dd/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 13/02/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/33/80/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4d/d9/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:4dd9136b95833dd8639f6708b3fc825f482ad7680ba0e22904a6c5eb5b323971_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://af/2a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5_package_write_deb.tar.zst\nDEBUG: Searching for cc/ef/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:cceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/6b/ec/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/34/dd/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://13/02/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/33/80/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://27/d0/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634_populate_sysroot.tar.zst\nDEBUG: Searching for af/2a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cc/ef/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:cceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df_package.tar.zst\nDEBUG: Using  for universal/6b/ec/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/34/dd/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '13/02/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f_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/33/80/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23_populate_sysroot.tar.zst\nDEBUG: Searching for 27/d0/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for af/2a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5_package_write_deb.tar.zst\nDEBUG: Testing URL file://cc/ef/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:cceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df_package.tar.zst\nDEBUG: Testing URL file://universal/6b/ec/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/34/dd/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c_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://13/02/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/02/sstate%3Aicu%3Acore2-64-poky-linux%3A75-1%3Ar0%3Acore2-64%3A12%3A1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f_deploy_source_date_epoch.tar.zst;downloadfilename=13/02/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/33/80/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 27/d0/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634_populate_sysroot.tar.zst\nDEBUG: Testing URL file://af/2a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'cc/ef/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:cceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/6b/ec/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4_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/dd/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/34/dd/sstate%3Alibxml-sax-perl-native%3Ax86_64-linux%3A1.02%3Ar0%3Ax86_64%3A12%3A34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/34/dd/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/33/80/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/80/sstate%3Adnf-native%3Ax86_64-linux%3A4.20.0%3Ar0%3Ax86_64%3A12%3A3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23_populate_sysroot.tar.zst;downloadfilename=universal/33/80/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23_populate_sysroot.tar.zst\nDEBUG: Testing URL file://27/d0/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/76/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:da76f7913f3217fbdd59db73e18db9f0c7860a52bab340260f1938b0cc7c3e86_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/88/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:ee8888660a20cefabfefd780d50d24f2dd1b3bf9e52f8f4765a7f8a1c8ef8c42_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'af/2a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5_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://6e/b5/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0_packagedata.tar.zst\nDEBUG: For url file://cc/ef/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:cceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/ef/sstate%3Aencodings%3Aall-poky-linux%3A1.1.0%3Ar0%3Aallarch%3A12%3Acceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df_package.tar.zst;downloadfilename=cc/ef/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:cceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df_package.tar.zst\nDEBUG: For url file://universal/6b/ec/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6b/ec/sstate%3Ameson-native%3Ax86_64-linux%3A1.4.0%3Ar0%3Ax86_64%3A12%3A6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4_populate_sysroot.tar.zst;downloadfilename=universal/6b/ec/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '27/d0/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634_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://de/e0/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://08/65/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/46/sstate:packagegroup-core-buildessential::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://19/30/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0_populate_sysroot.tar.zst\nDEBUG: For url file://af/2a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/2a/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aaf2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5_package_write_deb.tar.zst;downloadfilename=af/2a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928_package_write_rpm.tar.zst\nDEBUG: For url file://27/d0/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/d0/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A12%3A27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634_populate_sysroot.tar.zst;downloadfilename=27/d0/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://13/02/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:1302d0a156a743c85c47f1be37e527d49a4df3ccdcc5e67c68bd778281d02a2f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/5d/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/34/dd/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:34ddf8f4b862f7c3ebad4d231ac8bebc15531be6c40f3b53c23b659d6f7d020c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/78/44/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/e3/sstate:kmod-native::32:r0::12:d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c_populate_lic.tar.zst\nDEBUG: Searching for 1a/46/sstate:packagegroup-core-buildessential::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 19/30/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/33/80/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23_populate_sysroot.tar.zst\nDEBUG: Searching for ed/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e2/eb/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/8e/sstate:libxrandr-native::1.5.4:r0::12:dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/ef/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:cceff9732467399797cc5582efd763b668ff59956b07bdaf578dd6fd23e318df_package.tar.zst\nDEBUG: SState: Attempting to fetch file://70/53/sstate:gdbm::1.23:r0::12:705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6b/ec/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:6bec86aa885bf24beef369b156c28de9afd87f601e92c91c136fd487508ed0a4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/9f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/78/44/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d0/e3/sstate:kmod-native::32:r0::12:d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1a/46/sstate:packagegroup-core-buildessential::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: Using  for 19/30/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://22/a2/sstate:file-native::5.45:r0::12:22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c_populate_lic.tar.zst\nDEBUG: Using  for ed/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://31/45/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b_recipe_qa.tar.zst\nDEBUG: Searching for dc/8e/sstate:libxrandr-native::1.5.4:r0::12:dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://db/f0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6_package_qa.tar.zst\nDEBUG: Searching for 70/53/sstate:gdbm::1.23:r0::12:705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0d/52/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c_package_write_ipk.tar.zst\nDEBUG: Searching for ff/9f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/78/44/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d0/e3/sstate:kmod-native::32:r0::12:d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c_populate_lic.tar.zst\nDEBUG: Testing URL file://1a/46/sstate:packagegroup-core-buildessential::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: Testing URL file://19/30/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0_populate_sysroot.tar.zst\nDEBUG: Searching for 22/a2/sstate:file-native::5.45:r0::12:22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ed/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928_package_write_rpm.tar.zst\nDEBUG: Searching for 31/45/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for dc/8e/sstate:libxrandr-native::1.5.4:r0::12:dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f_populate_lic.tar.zst\nDEBUG: Searching for db/f0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 70/53/sstate:gdbm::1.23:r0::12:705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943_populate_lic.tar.zst\nDEBUG: Searching for 0d/52/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ff/9f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/78/44/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d0/e3/sstate:kmod-native::32:r0::12:d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1a/46/sstate:packagegroup-core-buildessential::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_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/30/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 22/a2/sstate:file-native::5.45:r0::12:22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ed/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 31/45/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b_recipe_qa.tar.zst\nDEBUG: Testing URL file://dc/8e/sstate:libxrandr-native::1.5.4:r0::12:dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f_populate_lic.tar.zst\nDEBUG: Using  for db/f0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6_package_qa.tar.zst\nDEBUG: Testing URL file://70/53/sstate:gdbm::1.23:r0::12:705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943_populate_lic.tar.zst\nDEBUG: Using  for 0d/52/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ff/9f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/78/44/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed_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', '', 'd0/e3/sstate:kmod-native::32:r0::12:d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1a/46/sstate:packagegroup-core-buildessential::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/46/sstate%3Apackagegroup-core-buildessential%3A%3A1.0%3Ar0%3A%3A12%3A1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst;downloadfilename=1a/46/sstate:packagegroup-core-buildessential::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: For url file://19/30/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/30/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A12%3A1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0_populate_sysroot.tar.zst;downloadfilename=19/30/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://22/a2/sstate:file-native::5.45:r0::12:22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c_populate_lic.tar.zst\nDEBUG: For url file://ed/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/3e/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A12%3Aed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928_package_write_rpm.tar.zst;downloadfilename=ed/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928_package_write_rpm.tar.zst\nDEBUG: Testing URL file://31/45/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'dc/8e/sstate:libxrandr-native::1.5.4:r0::12:dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://db/f0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6_package_qa.tar.zst\nDEBUG: For url ['file', '', '70/53/sstate:gdbm::1.23:r0::12:705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0d/52/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ff/9f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25_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/44/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/78/44/sstate%3Alibxdamage-native%3Ax86_64-linux%3A1.1.6%3Ar0%3Ax86_64%3A12%3A7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed_deploy_source_date_epoch.tar.zst;downloadfilename=universal/78/44/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d0/e3/sstate:kmod-native::32:r0::12:d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/e3/sstate%3Akmod-native%3A%3A32%3Ar0%3A%3A12%3Ad0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c_populate_lic.tar.zst;downloadfilename=d0/e3/sstate:kmod-native::32:r0::12:d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '22/a2/sstate:file-native::5.45:r0::12:22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '31/45/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b_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/8e/sstate:libxrandr-native::1.5.4:r0::12:dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/8e/sstate%3Alibxrandr-native%3A%3A1.5.4%3Ar0%3A%3A12%3Adc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f_populate_lic.tar.zst;downloadfilename=dc/8e/sstate:libxrandr-native::1.5.4:r0::12:dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'db/f0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://70/53/sstate:gdbm::1.23:r0::12:705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/53/sstate%3Agdbm%3A%3A1.23%3Ar0%3A%3A12%3A705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943_populate_lic.tar.zst;downloadfilename=70/53/sstate:gdbm::1.23:r0::12:705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0d/52/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c_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://ff/9f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/9f/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A12%3Aff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25_deploy_source_date_epoch.tar.zst;downloadfilename=ff/9f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://22/a2/sstate:file-native::5.45:r0::12:22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/a2/sstate%3Afile-native%3A%3A5.45%3Ar0%3A%3A12%3A22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c_populate_lic.tar.zst;downloadfilename=22/a2/sstate:file-native::5.45:r0::12:22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c_populate_lic.tar.zst\nDEBUG: For url file://31/45/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/45/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.68%3Ar0%3Acore2-64%3A12%3A314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b_recipe_qa.tar.zst;downloadfilename=31/45/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/46/sstate:packagegroup-core-buildessential::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: For url file://db/f0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/f0/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A12%3Adbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6_package_qa.tar.zst;downloadfilename=db/f0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/3e/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928_package_write_rpm.tar.zst\nDEBUG: For url file://0d/52/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/52/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c_package_write_ipk.tar.zst;downloadfilename=0d/52/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/78/44/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:7844796ba11922a8a5ee2801ff3e695a461033813c8f28c00a973f52a82235ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/8e/sstate:libxrandr-native::1.5.4:r0::12:dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://04/ea/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/e3/sstate:kmod-native::32:r0::12:d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/6b/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://70/53/sstate:gdbm::1.23:r0::12:705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/63/b2/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/9f/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ff9fbdf317c46fc4dc03ab3cd7b60c48c5c35bf11a0195795323e91da6865c25_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/45/6a/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533_populate_sysroot.tar.zst\nDEBUG: Searching for 04/ea/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://62/83/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582_packagedata.tar.zst\nDEBUG: Searching for c4/6b/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://31/45/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/35/7e/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://22/a2/sstate:file-native::5.45:r0::12:22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c_populate_lic.tar.zst\nDEBUG: Searching for universal/63/b2/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/6f/22/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956_create_package_spdx.tar.zst\nDEBUG: Searching for universal/45/6a/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 04/ea/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957_package.tar.zst\nDEBUG: Searching for 62/83/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c4/6b/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://01/10/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9_package_write_deb.tar.zst\nDEBUG: Searching for universal/35/7e/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://92/4f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f_create_spdx.tar.zst\nDEBUG: Using  for universal/63/b2/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0_populate_sysroot.tar.zst\nDEBUG: Searching for universal/6f/22/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/45/6a/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533_populate_sysroot.tar.zst\nDEBUG: Testing URL file://04/ea/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957_package.tar.zst\nDEBUG: Using  for 62/83/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582_packagedata.tar.zst\nDEBUG: Testing URL file://c4/6b/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e_package_write_ipk.tar.zst\nDEBUG: Searching for 01/10/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0d/52/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:0d5244fbdbe109bf4a88f4a0f395e9c2e2f76b71af67c24fc9d3094275645e0c_package_write_ipk.tar.zst\nDEBUG: Using  for universal/35/7e/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d_populate_sysroot.tar.zst\nDEBUG: Searching for 92/4f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/63/b2/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0_populate_sysroot.tar.zst\nDEBUG: Using  for universal/6f/22/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/45/6a/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '04/ea/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://62/83/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c4/6b/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 01/10/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/94/e0/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/35/7e/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d_populate_sysroot.tar.zst\nDEBUG: Using  for 92/4f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/63/b2/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0_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/6f/22/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/45/6a/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://04/ea/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/ea/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957_package.tar.zst;downloadfilename=04/ea/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957_package.tar.zst\nDEBUG: For url ['file', '', '62/83/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c4/6b/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/6b/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3Ac46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e_package_write_ipk.tar.zst;downloadfilename=c4/6b/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e_package_write_ipk.tar.zst\nDEBUG: Testing URL file://01/10/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9_package_write_deb.tar.zst\nDEBUG: Searching for universal/94/e0/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/35/7e/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://92/4f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f_create_spdx.tar.zst\nDEBUG: For url file://universal/63/b2/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/63/b2/sstate%3Axorgproto-native%3Ax86_64-linux%3A2024.1%3Ar0%3Ax86_64%3A12%3A63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0_populate_sysroot.tar.zst;downloadfilename=universal/63/b2/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/6f/22/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956_create_package_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/6a/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/45/6a/sstate%3Acmake-native%3Ax86_64-linux%3A3.29.3%3Ar0%3Ax86_64%3A12%3A456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533_populate_sysroot.tar.zst;downloadfilename=universal/45/6a/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533_populate_sysroot.tar.zst\nDEBUG: For url file://62/83/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/83/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582_packagedata.tar.zst;downloadfilename=62/83/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582_packagedata.tar.zst\nDEBUG: For url ['file', '', '01/10/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/94/e0/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820_create_package_spdx.tar.zst\nDEBUG: For url file://universal/35/7e/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/35/7e/sstate%3Aorc-native%3Ax86_64-linux%3A0.4.38%3Ar0%3Ax86_64%3A12%3A357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d_populate_sysroot.tar.zst;downloadfilename=universal/35/7e/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '92/4f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f_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/6f/22/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/22/sstate%3Alibbsd-native%3Ax86_64-linux%3A0.12.2%3Ar0%3Ax86_64%3A12%3A6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956_create_package_spdx.tar.zst;downloadfilename=universal/6f/22/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956_create_package_spdx.tar.zst\nDEBUG: For url file://01/10/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/10/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9_package_write_deb.tar.zst;downloadfilename=01/10/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/94/e0/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://db/f0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6_package_qa.tar.zst\nDEBUG: For url file://92/4f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/4f/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A12%3A924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f_create_spdx.tar.zst;downloadfilename=92/4f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/94/e0/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820_create_package_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://4a/b2/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:4ab26e7dd31a531a605b6627f732a95024375fe8058c0ffba9cf4ba4bf3948e7_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://27/d0/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:27d0d9b36b1176303ae6e3249733fa9ff11edd3b07845dc1b7a3698e5892b634_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/63/b2/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://62/83/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/0a/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:fa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0_package_write_ipk.tar.zst\nDEBUG: For url file://universal/94/e0/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/94/e0/sstate%3Axz-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A12%3A94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820_create_package_spdx.tar.zst;downloadfilename=universal/94/e0/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/45/6a/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e4/d4/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://38/96/sstate:ttyrun::2.33.1:r0::12:3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/ec/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://18/89/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/35/7e/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:357e8238d8008a0a55697d8bb03944bba6b3d83d67f17fe1178cffcd09fe1a0d_populate_sysroot.tar.zst\nDEBUG: Searching for fa/0a/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:fa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b7/db/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79_package_write_rpm.tar.zst\nDEBUG: Searching for universal/e4/d4/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/6f/22/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956_create_package_spdx.tar.zst\nDEBUG: Searching for 38/96/sstate:ttyrun::2.33.1:r0::12:3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2e/ec/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 18/89/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/2f/3f/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23_recipe_qa.tar.zst\nDEBUG: Using  for fa/0a/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:fa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0_package_write_ipk.tar.zst\nDEBUG: Searching for b7/db/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e4/d4/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/a0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a_packagedata.tar.zst\nDEBUG: Using  for 38/96/sstate:ttyrun::2.33.1:r0::12:3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365_populate_lic.tar.zst\nDEBUG: Using  for 2e/ec/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 18/89/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf_populate_sysroot.tar.zst\nDEBUG: Searching for universal/2f/3f/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fa/0a/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:fa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0_package_write_ipk.tar.zst\nDEBUG: Using  for b7/db/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/e4/d4/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5_create_package_spdx.tar.zst\nDEBUG: Searching for 6c/a0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://38/96/sstate:ttyrun::2.33.1:r0::12:3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365_populate_lic.tar.zst\nDEBUG: Testing URL file://2e/ec/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://18/89/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf_populate_sysroot.tar.zst\nDEBUG: Using  for universal/2f/3f/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fa/0a/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:fa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0_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://b7/db/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/e4/d4/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6c/a0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a_packagedata.tar.zst\nDEBUG: For url ['file', '', '38/96/sstate:ttyrun::2.33.1:r0::12:3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365_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/ec/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7_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/89/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf_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/2f/3f/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/94/e0/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820_create_package_spdx.tar.zst\nDEBUG: For url file://fa/0a/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:fa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/0a/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.18.0%3Ar0%3Acore2-64%3A12%3Afa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0_package_write_ipk.tar.zst;downloadfilename=fa/0a/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:fa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'b7/db/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79_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/e4/d4/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e4/d4/sstate%3Aqemu-native%3Ax86_64-linux%3A9.0.0%3Ar0%3Ax86_64%3A12%3Ae4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5_create_package_spdx.tar.zst;downloadfilename=universal/e4/d4/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5_create_package_spdx.tar.zst\nDEBUG: Testing URL file://6c/a0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a_packagedata.tar.zst\nDEBUG: For url file://38/96/sstate:ttyrun::2.33.1:r0::12:3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/96/sstate%3Attyrun%3A%3A2.33.1%3Ar0%3A%3A12%3A3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365_populate_lic.tar.zst;downloadfilename=38/96/sstate:ttyrun::2.33.1:r0::12:3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365_populate_lic.tar.zst\nDEBUG: For url file://2e/ec/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/ec/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2024.1%3Ar0%3Acore2-64%3A12%3A2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7_deploy_source_date_epoch.tar.zst;downloadfilename=2e/ec/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://18/89/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/89/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A12%3A1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf_populate_sysroot.tar.zst;downloadfilename=18/89/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/2f/3f/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23_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://0c/f6/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2_packagedata.tar.zst\nDEBUG: For url file://b7/db/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/db/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3Ab7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79_package_write_rpm.tar.zst;downloadfilename=b7/db/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6c/a0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/2f/3f/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2f/3f/sstate%3Azlib-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A12%3A2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23_recipe_qa.tar.zst;downloadfilename=universal/2f/3f/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23_recipe_qa.tar.zst\nDEBUG: Searching for 0c/f6/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6c/a0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/a0/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a_packagedata.tar.zst;downloadfilename=6c/a0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e4/d4/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://38/96/sstate:ttyrun::2.33.1:r0::12:3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365_populate_lic.tar.zst\nDEBUG: Using  for 0c/f6/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://04/33/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://18/89/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1889038dec48da2db4d1a32fa7df457e526dff608b6fb0e1bb1ffd76676614bf_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/08/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:b5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e_package.tar.zst\nDEBUG: Testing URL file://0c/f6/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2_packagedata.tar.zst\nDEBUG: Searching for 04/33/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://dd/27/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/db/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79_package_write_rpm.tar.zst\nDEBUG: Searching for b5/08/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:b5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0c/f6/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 04/33/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654_package_write_deb.tar.zst\nDEBUG: Searching for dd/27/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e8/8d/sstate:xprop::1.2.7:r0::12:e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05_populate_lic.tar.zst\nDEBUG: Using  for b5/08/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:b5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e_package.tar.zst\nDEBUG: For url file://0c/f6/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/f6/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2_packagedata.tar.zst;downloadfilename=0c/f6/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2_packagedata.tar.zst\nDEBUG: Testing URL file://04/33/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654_package_write_deb.tar.zst\nDEBUG: Using  for dd/27/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001_create_package_spdx.tar.zst\nDEBUG: Searching for e8/8d/sstate:xprop::1.2.7:r0::12:e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b5/08/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:b5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e_package.tar.zst\nDEBUG: For url ['file', '', '04/33/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654_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://dd/27/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/a0/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://92/4f/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2f/3f/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23_recipe_qa.tar.zst\nDEBUG: Using  for e8/8d/sstate:xprop::1.2.7:r0::12:e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b5/08/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:b5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://04/33/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/33/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A12%3A0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654_package_write_deb.tar.zst;downloadfilename=04/33/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'dd/27/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001_create_package_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://22/36/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/84/3e/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/73/sstate:go-runtime::1.22.4:r0::12:d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a_populate_lic.tar.zst\nDEBUG: Testing URL file://e8/8d/sstate:xprop::1.2.7:r0::12:e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05_populate_lic.tar.zst\nDEBUG: For url file://b5/08/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:b5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/08/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.42%3Ar0%3Acore2-64%3A12%3Ab5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e_package.tar.zst;downloadfilename=b5/08/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:b5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e_package.tar.zst\nDEBUG: For url file://dd/27/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/27/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A12%3Add27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001_create_package_spdx.tar.zst;downloadfilename=dd/27/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001_create_package_spdx.tar.zst\nDEBUG: Searching for 22/36/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/84/3e/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d2/73/sstate:go-runtime::1.22.4:r0::12:d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e8/8d/sstate:xprop::1.2.7:r0::12:e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 22/36/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/84/3e/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d2/73/sstate:go-runtime::1.22.4:r0::12:d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a_populate_lic.tar.zst\nDEBUG: For url file://e8/8d/sstate:xprop::1.2.7:r0::12:e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/8d/sstate%3Axprop%3A%3A1.2.7%3Ar0%3A%3A12%3Ae88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05_populate_lic.tar.zst;downloadfilename=e8/8d/sstate:xprop::1.2.7:r0::12:e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05_populate_lic.tar.zst\nDEBUG: Testing URL file://22/36/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/84/3e/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d2/73/sstate:go-runtime::1.22.4:r0::12:d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '22/36/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f_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/84/3e/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700_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/73/sstate:go-runtime::1.22.4:r0::12:d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://22/36/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/36/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A12%3A2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f_deploy_source_date_epoch.tar.zst;downloadfilename=22/36/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/84/3e/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/3e/sstate%3Afontconfig-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A12%3A843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700_deploy_source_date_epoch.tar.zst;downloadfilename=universal/84/3e/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d2/73/sstate:go-runtime::1.22.4:r0::12:d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/73/sstate%3Ago-runtime%3A%3A1.22.4%3Ar0%3A%3A12%3Ad273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a_populate_lic.tar.zst;downloadfilename=d2/73/sstate:go-runtime::1.22.4:r0::12:d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://af/2a/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/ec/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:2eec8008969781af311845b91c8b837efe02b890f2eb84b5a6ccb083425632f7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/f6/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5d/38/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://19/30/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:1930fd760a45eb1928bc3612894c1084c5bfd872667ee363d2cfb64377385fb0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://59/f4/sstate:librepo::1.17.0:r0::12:59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe_populate_lic.tar.zst\nDEBUG: Searching for c6/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/5d/38/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e8/8d/sstate:xprop::1.2.7:r0::12:e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/d5/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641_recipe_qa.tar.zst\nDEBUG: Searching for 59/f4/sstate:librepo::1.17.0:r0::12:59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c6/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc_package_qa.tar.zst\nDEBUG: Using  for universal/5d/38/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9f/41/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d_populate_sysroot.tar.zst\nDEBUG: Searching for e5/d5/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 59/f4/sstate:librepo::1.17.0:r0::12:59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/84/3e/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:843e84b2891f3b9fb9788cd314db929bc2616482a59de3ac69d56aa232347700_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c6/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc_package_qa.tar.zst\nDEBUG: Testing URL file://universal/5d/38/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f_populate_sysroot.tar.zst\nDEBUG: Searching for universal/9f/41/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e5/d5/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641_recipe_qa.tar.zst\nDEBUG: Testing URL file://59/f4/sstate:librepo::1.17.0:r0::12:59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8c/a4/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c6/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc_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/5d/38/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/9f/41/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e5/d5/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '59/f4/sstate:librepo::1.17.0:r0::12:59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe_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://d2/73/sstate:go-runtime::1.22.4:r0::12:d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a_populate_lic.tar.zst\nDEBUG: Searching for universal/8c/a4/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c6/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/7b/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3Ac67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc_package_qa.tar.zst;downloadfilename=c6/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc_package_qa.tar.zst\nDEBUG: For url file://universal/5d/38/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5d/38/sstate%3Apatch-native%3Ax86_64-linux%3A2.7.6%3Ar0%3Ax86_64%3A12%3A5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f_populate_sysroot.tar.zst;downloadfilename=universal/5d/38/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/9f/41/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e5/d5/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://59/f4/sstate:librepo::1.17.0:r0::12:59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/f4/sstate%3Alibrepo%3A%3A1.17.0%3Ar0%3A%3A12%3A59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe_populate_lic.tar.zst;downloadfilename=59/f4/sstate:librepo::1.17.0:r0::12:59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/8d/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:a68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f_package_write_deb.tar.zst\nDEBUG: Using  for universal/8c/a4/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/9f/41/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e5/d5/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/d5/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A12%3Ae5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641_recipe_qa.tar.zst;downloadfilename=e5/d5/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://04/33/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:0433987e3b882b23967094f5363d130753bc4b53cd0d0748c7a38ad1a22dc654_package_write_deb.tar.zst\nDEBUG: Searching for a6/8d/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:a68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/8c/a4/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab_populate_sysroot.tar.zst\nDEBUG: For url file://universal/9f/41/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9f/41/sstate%3Axtrans-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A12%3A9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d_populate_sysroot.tar.zst;downloadfilename=universal/9f/41/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/28/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57_package_write_deb.tar.zst\nDEBUG: Using  for a6/8d/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:a68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/a5/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cca5e978c41904e89856e6bb432ab6bb9d525821b407b9a7c44bc68376a4b7b6_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/8c/a4/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab_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/5d/38/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f_populate_sysroot.tar.zst\nDEBUG: Searching for 7e/28/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a6/8d/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:a68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/c5/sstate:dwarfsrcfiles-native::1.0:r0::12:5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://22/36/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:2236962dc17fa420c450d56a8f88750bd48d7a099a53b3dc5fea60641167901f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/8c/a4/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8c/a4/sstate%3Achrpath-native%3Ax86_64-linux%3A0.16%3Ar0%3Ax86_64%3A12%3A8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab_populate_sysroot.tar.zst;downloadfilename=universal/8c/a4/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/48/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c_package.tar.zst\nDEBUG: Using  for 7e/28/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://59/f4/sstate:librepo::1.17.0:r0::12:59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a6/8d/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:a68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5f/c5/sstate:dwarfsrcfiles-native::1.0:r0::12:5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e6/0d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:e60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1e/48/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7e/28/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/d5/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://96/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5_create_spdx.tar.zst\nDEBUG: For url file://a6/8d/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:a68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/8d/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A12%3Aa68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f_package_write_deb.tar.zst;downloadfilename=a6/8d/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:a68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f_package_write_deb.tar.zst\nDEBUG: Using  for 5f/c5/sstate:dwarfsrcfiles-native::1.0:r0::12:5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059_populate_lic.tar.zst\nDEBUG: Searching for e6/0d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:e60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1e/48/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9f/41/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7e/28/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57_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://universal/b4/4e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:b44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e_recipe_qa.tar.zst\nDEBUG: Searching for 96/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5f/c5/sstate:dwarfsrcfiles-native::1.0:r0::12:5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059_populate_lic.tar.zst\nDEBUG: Using  for e6/0d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:e60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1e/48/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bc/7c/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5_create_package_spdx.tar.zst\nDEBUG: For url file://7e/28/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/28/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57_package_write_deb.tar.zst;downloadfilename=7e/28/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57_package_write_deb.tar.zst\nDEBUG: Searching for universal/b4/4e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:b44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 96/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5f/c5/sstate:dwarfsrcfiles-native::1.0:r0::12:5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059_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/0d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:e60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/6b/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c46baf9ccd6f5626fb8b6ab8a56a1a9bffe3ca19eaa1e7a9282d5c1b9e69337e_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '1e/48/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c_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/8c/a4/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab_populate_sysroot.tar.zst\nDEBUG: Searching for universal/bc/7c/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/b4/4e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:b44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e_recipe_qa.tar.zst\nDEBUG: Testing URL file://96/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5_create_spdx.tar.zst\nDEBUG: For url file://5f/c5/sstate:dwarfsrcfiles-native::1.0:r0::12:5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/c5/sstate%3Adwarfsrcfiles-native%3A%3A1.0%3Ar0%3A%3A12%3A5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059_populate_lic.tar.zst;downloadfilename=5f/c5/sstate:dwarfsrcfiles-native::1.0:r0::12:5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e6/0d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:e60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e_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://2a/1c/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa_packagedata.tar.zst\nDEBUG: For url file://1e/48/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/48/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.8.2%3Ar0%3Acore2-64%3A12%3A1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c_package.tar.zst;downloadfilename=1e/48/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/81/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/bc/7c/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b4/4e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:b44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '96/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e6/0d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:e60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/0d/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A12%3Ae60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e_deploy_source_date_epoch.tar.zst;downloadfilename=e6/0d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:e60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2a/1c/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c6/7b/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc_package_qa.tar.zst\nDEBUG: Searching for universal/04/81/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/bc/7c/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b4/4e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:b44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e_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/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/e6/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A12%3A96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5_create_spdx.tar.zst;downloadfilename=96/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5_create_spdx.tar.zst\nDEBUG: Using  for 2a/1c/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/f9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95_recipe_qa.tar.zst\nDEBUG: Using  for universal/04/81/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/bc/7c/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/b4/4e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:b44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b4/4e/sstate%3Alzip-native%3Ax86_64-linux%3A1.24.1%3Ar0%3Ax86_64%3A12%3Ab44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e_recipe_qa.tar.zst;downloadfilename=universal/b4/4e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:b44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e_recipe_qa.tar.zst\nDEBUG: Testing URL file://2a/1c/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa_packagedata.tar.zst\nDEBUG: Searching for cf/f9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/04/81/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/bc/7c/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bc/7c/sstate%3Aexpat-native%3Ax86_64-linux%3A2.6.2%3Ar0%3Ax86_64%3A12%3Abc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5_create_package_spdx.tar.zst;downloadfilename=universal/bc/7c/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2a/1c/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa_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://5f/c5/sstate:dwarfsrcfiles-native::1.0:r0::12:5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059_populate_lic.tar.zst\nDEBUG: Using  for cf/f9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/04/81/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2_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://a6/8d/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:a68d8d3ff33977338f995e7fbdf1bb137377a1e882c1cccbf16026be479da96f_package_write_deb.tar.zst\nDEBUG: For url file://2a/1c/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/1c/sstate%3Agcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa_packagedata.tar.zst;downloadfilename=2a/1c/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/0d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:e60daf791ce8c9b9f0e272e52df0ade446d73899082a29e95f0626727687620e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/28/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:7e28f346a353a1067aed701529a4c6b41a78ebefc8ab0dd4bee157b33f9aab57_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/6b/sstate:gnutls::3.8.5:r0::12:f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0_populate_lic.tar.zst\nDEBUG: Testing URL file://cf/f9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95_recipe_qa.tar.zst\nDEBUG: For url file://universal/04/81/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/81/sstate%3Ashaderc-native%3Ax86_64-linux%3A2024.1%3Ar0%3Ax86_64%3A12%3A048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2_deploy_source_date_epoch.tar.zst;downloadfilename=universal/04/81/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/5f/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/f4/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/51/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b_recipe_qa.tar.zst\nDEBUG: Searching for f8/6b/sstate:gnutls::3.8.5:r0::12:f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cf/f9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95_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/b4/4e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:b44e680738e112115da3a13290d250e17ac9c72d76d99d106179c0232b05d74e_recipe_qa.tar.zst\nDEBUG: Searching for e5/5f/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d5/f4/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1e/48/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:1e4826becd9620652125837c7740c98ccda8893d36a665538d8bf36b6d96b12c_package.tar.zst\nDEBUG: Searching for ba/51/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/6b/sstate:gnutls::3.8.5:r0::12:f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0_populate_lic.tar.zst\nDEBUG: For url file://cf/f9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/f9/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A12%3Acff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95_recipe_qa.tar.zst;downloadfilename=cf/f9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bc/7c/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/07/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18_recipe_qa.tar.zst\nDEBUG: Using  for e5/5f/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e_package_qa.tar.zst\nDEBUG: Using  for d5/f4/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://40/4d/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e_packagedata.tar.zst\nDEBUG: Using  for ba/51/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b_recipe_qa.tar.zst\nDEBUG: Testing URL file://f8/6b/sstate:gnutls::3.8.5:r0::12:f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/1c/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/16/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5_create_spdx.tar.zst\nDEBUG: Searching for ff/07/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e5/5f/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e_package_qa.tar.zst\nDEBUG: Testing URL file://d5/f4/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf_create_package_spdx.tar.zst\nDEBUG: Searching for 40/4d/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ba/51/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f8/6b/sstate:gnutls::3.8.5:r0::12:f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0_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://c7/17/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:c717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/04/81/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:048183c51f1d5e5592f0705c3f89f98581d08c9d8d9342eff033a06fe17db0c2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d6/16/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ff/07/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e5/5f/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e_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://04/ea/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:04ea284e1ead2bdc8e9a87d5f50f3fa2e97027335c171f10a5d69b310f6be957_package.tar.zst\nDEBUG: For url ['file', '', 'd5/f4/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 40/4d/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ba/51/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f8/6b/sstate:gnutls::3.8.5:r0::12:f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/6b/sstate%3Agnutls%3A%3A3.8.5%3Ar0%3A%3A12%3Af86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0_populate_lic.tar.zst;downloadfilename=f8/6b/sstate:gnutls::3.8.5:r0::12:f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0_populate_lic.tar.zst\nDEBUG: Searching for c7/17/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:c717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f9/0c/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:f90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25_populate_sysroot.tar.zst\nDEBUG: Using  for d6/16/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5_create_spdx.tar.zst\nDEBUG: Testing URL file://ff/07/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18_recipe_qa.tar.zst\nDEBUG: For url file://e5/5f/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/5f/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A12%3Ae55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e_package_qa.tar.zst;downloadfilename=e5/5f/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5a/ac/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3_recipe_qa.tar.zst\nDEBUG: For url file://d5/f4/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/f4/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A12%3Ad5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf_create_package_spdx.tar.zst;downloadfilename=d5/f4/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf_create_package_spdx.tar.zst\nDEBUG: Testing URL file://40/4d/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e_packagedata.tar.zst\nDEBUG: For url file://ba/51/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/51/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A12%3Aba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b_recipe_qa.tar.zst;downloadfilename=ba/51/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b_recipe_qa.tar.zst\nDEBUG: Using  for c7/17/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:c717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f9/0c/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:f90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cf/f9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95_recipe_qa.tar.zst\nDEBUG: Testing URL file://d6/16/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/0a/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:fa0ae3b1a8ed5ef4b2c91d7df32b18dd716fcc709a77780f471062e6386544a0_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ff/07/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/5a/ac/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '40/4d/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c7/17/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:c717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f9/0c/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:f90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/27/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/6b/sstate:gnutls::3.8.5:r0::12:f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c0/b1/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd6/16/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5_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://74/35/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b_package_qa.tar.zst\nDEBUG: For url file://ff/07/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/07/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A12%3Aff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18_recipe_qa.tar.zst;downloadfilename=ff/07/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18_recipe_qa.tar.zst\nDEBUG: Using  for universal/5a/ac/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3_recipe_qa.tar.zst\nDEBUG: For url file://40/4d/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/4d/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.1.0%3Ar0%3Acore2-64%3A12%3A404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e_packagedata.tar.zst;downloadfilename=40/4d/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c7/17/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:c717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e_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/0c/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:f90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://64/0e/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/47/76/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173_create_spdx.tar.zst\nDEBUG: Searching for universal/c0/b1/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e5/5f/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e_package_qa.tar.zst\nDEBUG: For url file://d6/16/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/16/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3Ad616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5_create_spdx.tar.zst;downloadfilename=d6/16/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5_create_spdx.tar.zst\nDEBUG: Searching for 74/35/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/5a/ac/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/51/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b_recipe_qa.tar.zst\nDEBUG: For url file://c7/17/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:c717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/17/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.49%3Ar0%3Acore2-64%3A12%3Ac717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e_deploy_source_date_epoch.tar.zst;downloadfilename=c7/17/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:c717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f9/0c/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:f90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 64/0e/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/47/76/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c0/b1/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/30/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:d8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033_package.tar.zst\nDEBUG: Using  for 74/35/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/5a/ac/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3_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://ce/ad/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:ceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81_package.tar.zst\nDEBUG: For url file://f9/0c/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:f90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/0c/sstate%3Alibgcc-initial%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Af90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25_populate_sysroot.tar.zst;downloadfilename=f9/0c/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:f90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25_populate_sysroot.tar.zst\nDEBUG: Using  for 64/0e/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/07/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18_recipe_qa.tar.zst\nDEBUG: Using  for universal/47/76/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/c0/b1/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6_create_spdx.tar.zst\nDEBUG: Searching for d8/30/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:d8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://40/4d/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e_packagedata.tar.zst\nDEBUG: Testing URL file://74/35/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b_package_qa.tar.zst\nDEBUG: For url file://universal/5a/ac/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5a/ac/sstate%3Aglib-2.0-native%3Ax86_64-linux%3A2.80.2%3Ar0%3Ax86_64%3A12%3A5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3_recipe_qa.tar.zst;downloadfilename=universal/5a/ac/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3_recipe_qa.tar.zst\nDEBUG: Searching for ce/ad/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:ceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://64/0e/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://54/c6/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/47/76/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c0/b1/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d8/30/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:d8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033_package.tar.zst\nDEBUG: SState: Attempting to fetch file://46/c4/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '74/35/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ce/ad/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:ceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81_package.tar.zst\nDEBUG: For url ['file', '', '64/0e/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997_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://c7/17/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:c717456d74cbf6c540a0f13b65be308be9b6908960c536c8d645e3445bc3607e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 54/c6/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/47/76/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173_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/c0/b1/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c0/b1/sstate%3Aopenssl-native%3Ax86_64-linux%3A3.3.1%3Ar0%3Ax86_64%3A12%3Ac0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6_create_spdx.tar.zst;downloadfilename=universal/c0/b1/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6_create_spdx.tar.zst\nDEBUG: Testing URL file://d8/30/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:d8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033_package.tar.zst\nDEBUG: Searching for 46/c4/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://74/35/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/35/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A12%3A7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b_package_qa.tar.zst;downloadfilename=74/35/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b_package_qa.tar.zst\nDEBUG: Testing URL file://ce/ad/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:ceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81_package.tar.zst\nDEBUG: For url file://64/0e/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/0e/sstate%3Aboost%3Acore2-64-poky-linux%3A1.85.0%3Ar0%3Acore2-64%3A12%3A640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997_create_spdx.tar.zst;downloadfilename=64/0e/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://69/1e/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112_package_write_deb.tar.zst\nDEBUG: Using  for 54/c6/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/47/76/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/47/76/sstate%3Alibyaml-native%3Ax86_64-linux%3A0.2.5%3Ar0%3Ax86_64%3A12%3A47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173_create_spdx.tar.zst;downloadfilename=universal/47/76/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd8/30/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:d8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 46/c4/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ce/ad/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:ceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81_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/5a/ac/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3_recipe_qa.tar.zst\nDEBUG: Searching for 69/1e/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://01/10/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:01100f795bdeb29599b2f53f42720bda238bdfa8410cccdbb9e197db45ff03a9_package_write_deb.tar.zst\nDEBUG: Testing URL file://54/c6/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d8/30/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:d8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/30/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A12%3Ad8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033_package.tar.zst;downloadfilename=d8/30/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:d8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033_package.tar.zst\nDEBUG: Testing URL file://46/c4/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c0/b1/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6_create_spdx.tar.zst\nDEBUG: For url file://ce/ad/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:ceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/ad/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A46.0%3Ar0%3Aallarch%3A12%3Aceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81_package.tar.zst;downloadfilename=ce/ad/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:ceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/68/8c/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757_create_spdx.tar.zst\nDEBUG: Using  for 69/1e/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://34/c1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563_package_qa.tar.zst\nDEBUG: For url ['file', '', '54/c6/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b_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', '', '46/c4/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8_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://37/5e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://74/35/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b_package_qa.tar.zst\nDEBUG: Searching for universal/68/8c/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://69/1e/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112_package_write_deb.tar.zst\nDEBUG: Searching for 34/c1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://54/c6/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/c6/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A12%3A54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b_deploy_source_date_epoch.tar.zst;downloadfilename=54/c6/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://46/c4/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/c4/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8_populate_sysroot.tar.zst;downloadfilename=46/c4/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8_populate_sysroot.tar.zst\nDEBUG: Searching for 37/5e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://14/67/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f_create_package_spdx.tar.zst\nDEBUG: Using  for universal/68/8c/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757_create_spdx.tar.zst\nDEBUG: For url ['file', '', '69/1e/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112_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://universal/47/76/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173_create_spdx.tar.zst\nDEBUG: Using  for 34/c1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563_package_qa.tar.zst\nDEBUG: Using  for 37/5e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132_recipe_qa.tar.zst\nDEBUG: Searching for 14/67/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d8/30/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:d8302f48c681de728427c75e82fd95bdb5b1fad52d21f7cea2f21a6555500033_package.tar.zst\nDEBUG: Testing URL file://universal/68/8c/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757_create_spdx.tar.zst\nDEBUG: For url file://69/1e/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/1e/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.6%3Ar0%3Acore2-64%3A12%3A691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112_package_write_deb.tar.zst;downloadfilename=69/1e/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/c3/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525_create_package_spdx.tar.zst\nDEBUG: Testing URL file://34/c1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/ad/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:ceade27c009d867b4d7ebb543b5f19fed5edba0a03d7c659b2058a144b205f81_package.tar.zst\nDEBUG: Testing URL file://37/5e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132_recipe_qa.tar.zst\nDEBUG: Using  for 14/67/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/67/3a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/68/8c/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f2/c3/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '34/c1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563_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://52/87/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '37/5e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://14/67/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f_create_package_spdx.tar.zst\nDEBUG: Searching for universal/67/3a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/68/8c/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/68/8c/sstate%3Apseudo-native%3Ax86_64-linux%3A1.9.0%2Bgit%3Ar0%3Ax86_64%3A12%3A688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757_create_spdx.tar.zst;downloadfilename=universal/68/8c/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757_create_spdx.tar.zst\nDEBUG: Using  for f2/c3/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525_create_package_spdx.tar.zst\nDEBUG: For url file://34/c1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/c1/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A12%3A34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563_package_qa.tar.zst;downloadfilename=34/c1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563_package_qa.tar.zst\nDEBUG: Searching for 52/87/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://37/5e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/5e/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132_recipe_qa.tar.zst;downloadfilename=37/5e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '14/67/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/67/3a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f2/c3/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://54/c6/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:54c6c9856848d50ef3be227713fb240579c1b3fec652fe928333dded6cb1f48b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 52/87/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://64/0e/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997_create_spdx.tar.zst\nDEBUG: For url file://14/67/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/67/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f_create_package_spdx.tar.zst;downloadfilename=14/67/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/67/3a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f2/c3/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525_create_package_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://bd/39/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786_create_package_spdx.tar.zst\nDEBUG: Testing URL file://52/87/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8e/b7/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/67/3a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f2/c3/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/c3/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.34.0%3Ar0%3Acore2-64%3A12%3Af2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525_create_package_spdx.tar.zst;downloadfilename=f2/c3/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525_create_package_spdx.tar.zst\nDEBUG: Searching for bd/39/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '52/87/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/8e/b7/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://34/c1/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563_package_qa.tar.zst\nDEBUG: For url file://universal/67/3a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/3a/sstate%3Alibxau-native%3Ax86_64-linux%3A1.0.11%3Ar0%3Ax86_64%3A12%3A673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc_populate_sysroot.tar.zst;downloadfilename=universal/67/3a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://37/5e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132_recipe_qa.tar.zst\nDEBUG: Using  for bd/39/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786_create_package_spdx.tar.zst\nDEBUG: For url file://52/87/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/87/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A12%3A5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109_package_write_ipk.tar.zst;downloadfilename=52/87/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://46/c4/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:46c47a8ecb458cba8207f28dd7d338e109297e5e508c04aea3b03700f0083ef8_populate_sysroot.tar.zst\nDEBUG: Using  for universal/8e/b7/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://44/b9/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/8a/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/68/8c/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757_create_spdx.tar.zst\nDEBUG: Testing URL file://bd/39/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://42/5f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/0c/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:f90cd266ad7c040832d527a8f301734ff95357255455690794998abc9658fe25_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/8e/b7/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1_create_package_spdx.tar.zst\nDEBUG: Searching for 44/b9/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2a/8a/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6d/94/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bd/39/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 42/5f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/03/76/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/8e/b7/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 44/b9/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4_package_write_ipk.tar.zst\nDEBUG: Using  for 2a/8a/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15_populate_sysroot.tar.zst\nDEBUG: Searching for 6d/94/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://bd/39/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/39/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A12%3Abd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786_create_package_spdx.tar.zst;downloadfilename=bd/39/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786_create_package_spdx.tar.zst\nDEBUG: Using  for 42/5f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4_package.tar.zst\nDEBUG: Searching for universal/03/76/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/8e/b7/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8e/b7/sstate%3Alibmd-native%3Ax86_64-linux%3A1.1.0%3Ar0%3Ax86_64%3A12%3A8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1_create_package_spdx.tar.zst;downloadfilename=universal/8e/b7/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://44/b9/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4_package_write_ipk.tar.zst\nDEBUG: Testing URL file://2a/8a/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15_populate_sysroot.tar.zst\nDEBUG: Using  for 6d/94/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/3a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://42/5f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4_package.tar.zst\nDEBUG: Using  for universal/03/76/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '44/b9/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4_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', '', '2a/8a/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6d/94/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://96/e6/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/2f/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:a22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '42/5f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/03/76/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee_populate_sysroot.tar.zst\nDEBUG: For url file://44/b9/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/b9/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A12%3A44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4_package_write_ipk.tar.zst;downloadfilename=44/b9/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4_package_write_ipk.tar.zst\nDEBUG: For url file://2a/8a/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/8a/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.7.0%3Ar0%3Acore2-64%3A12%3A2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15_populate_sysroot.tar.zst;downloadfilename=2a/8a/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6d/94/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6_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://bc/37/sstate:libksba::1.6.6:r0::12:bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa_populate_lic.tar.zst\nDEBUG: Searching for a2/2f/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:a22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://42/5f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/5f/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.33.1%3Ar0%3Acore2-64%3A12%3A425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4_package.tar.zst;downloadfilename=42/5f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4_package.tar.zst\nDEBUG: For url ['file', '', 'universal/03/76/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee_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/94/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/94/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A12%3A6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6_create_spdx.tar.zst;downloadfilename=6d/94/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6_create_spdx.tar.zst\nDEBUG: Searching for bc/37/sstate:libksba::1.6.6:r0::12:bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a2/2f/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:a22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8e/b7/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1_create_package_spdx.tar.zst\nDEBUG: For url file://universal/03/76/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/76/sstate%3Aautomake-native%3Ax86_64-linux%3A1.16.5%3Ar0%3Ax86_64%3A12%3A0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee_populate_sysroot.tar.zst;downloadfilename=universal/03/76/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee_populate_sysroot.tar.zst\nDEBUG: Using  for bc/37/sstate:libksba::1.6.6:r0::12:bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa_populate_lic.tar.zst\nDEBUG: Testing URL file://a2/2f/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:a22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/35/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247_package_write_rpm.tar.zst\nDEBUG: Testing URL file://bc/37/sstate:libksba::1.6.6:r0::12:bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a2/2f/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:a22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f0/35/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'bc/37/sstate:libksba::1.6.6:r0::12:bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a2/2f/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:a22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/2f/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Aa22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc_populate_sysroot.tar.zst;downloadfilename=a2/2f/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:a22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc_populate_sysroot.tar.zst\nDEBUG: Using  for f0/35/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247_package_write_rpm.tar.zst\nDEBUG: For url file://bc/37/sstate:libksba::1.6.6:r0::12:bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/37/sstate%3Alibksba%3A%3A1.6.6%3Ar0%3A%3A12%3Abc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa_populate_lic.tar.zst;downloadfilename=bc/37/sstate:libksba::1.6.6:r0::12:bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa_populate_lic.tar.zst\nDEBUG: Testing URL file://f0/35/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f0/35/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247_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://bd/39/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786_create_package_spdx.tar.zst\nDEBUG: For url file://f0/35/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/35/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.5%3Ar0%3Acore2-64%3A12%3Af03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247_package_write_rpm.tar.zst;downloadfilename=f0/35/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://42/5f/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:425fbeef8503a6b9569b5a008a6b804ec4633e71d377063cbb57de04851022b4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://14/67/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://09/fe/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/8c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/03/76/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0376f2e1f56c9b50952c0f5ccdd069820d6351b86323b74b891fe3cdc96553ee_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/16/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/30/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 09/fe/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c3/8c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c4/e4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/47/ea/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0d/30/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 09/fe/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c3/8c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04_create_package_spdx.tar.zst\nDEBUG: Searching for c4/e4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/47/ea/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0d/30/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://09/fe/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c3/8c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04_create_package_spdx.tar.zst\nDEBUG: Using  for c4/e4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f_packagedata.tar.zst\nDEBUG: Using  for universal/47/ea/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0d/30/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '09/fe/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696_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', '', 'c3/8c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c4/e4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f_packagedata.tar.zst\nDEBUG: Testing URL file://universal/47/ea/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0d/30/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740_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://09/fe/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/fe/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696_deploy_source_date_epoch.tar.zst;downloadfilename=09/fe/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c3/8c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/8c/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A12%3Ac38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04_create_package_spdx.tar.zst;downloadfilename=c3/8c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c4/e4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/47/ea/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc_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/30/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/30/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740_deploy_source_date_epoch.tar.zst;downloadfilename=0d/30/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c4/e4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/e4/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.31.1%3Ar0%3Acore2-64%3A12%3Ac4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f_packagedata.tar.zst;downloadfilename=c4/e4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f_packagedata.tar.zst\nDEBUG: For url file://universal/47/ea/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/47/ea/sstate%3Aboost-build-native%3Ax86_64-linux%3A1.85.0%3Ar0%3Ax86_64%3A12%3A47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc_deploy_source_date_epoch.tar.zst;downloadfilename=universal/47/ea/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/94/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://44/b9/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:44b9246adc17f0031fa365480b14870d9937a75718a4daf4489ef0fbcd564cd4_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/08/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:b5081a70403638a5490cce34e78eb7c487dadb495682edb08ae04583fb91ff3e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://19/5d/sstate:libxml-parser-perl-native::2.47:r0::12:195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/2f/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:a22fed91f52be34958dfa026e0f895dbbf9a211a226e57f2983a6bccc5e951dc_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/37/sstate:libksba::1.6.6:r0::12:bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/7f/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://90/9c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc_create_package_spdx.tar.zst\nDEBUG: Searching for 19/5d/sstate:libxml-parser-perl-native::2.47:r0::12:195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://fd/42/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:fd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ae/09/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45_create_package_spdx.tar.zst\nDEBUG: Searching for e6/7f/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 90/9c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 19/5d/sstate:libxml-parser-perl-native::2.47:r0::12:195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e_populate_lic.tar.zst\nDEBUG: Searching for fd/42/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:fd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ae/09/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e6/7f/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261_recipe_qa.tar.zst\nDEBUG: Using  for 90/9c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://19/5d/sstate:libxml-parser-perl-native::2.47:r0::12:195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e_populate_lic.tar.zst\nDEBUG: Using  for fd/42/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:fd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292_package_write_ipk.tar.zst\nDEBUG: Using  for universal/ae/09/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e6/7f/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261_recipe_qa.tar.zst\nDEBUG: Testing URL file://90/9c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '19/5d/sstate:libxml-parser-perl-native::2.47:r0::12:195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fd/42/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:fd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/30/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:0d30df26b913f4d4821cc32ad3125e680cc59bfcfb24966723990743606a8740_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/ae/09/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e6/7f/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261_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/9c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc_create_package_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/47/ea/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:47eadeb8bac1f21acc15796a199b7d4e3268afa18d5e9c87052973645e6728bc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/e4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f_packagedata.tar.zst\nDEBUG: For url file://19/5d/sstate:libxml-parser-perl-native::2.47:r0::12:195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/5d/sstate%3Alibxml-parser-perl-native%3A%3A2.47%3Ar0%3A%3A12%3A195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e_populate_lic.tar.zst;downloadfilename=19/5d/sstate:libxml-parser-perl-native::2.47:r0::12:195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fd/42/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:fd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292_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://96/74/sstate:libxkbcommon::1.7.0:r0::12:96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ae/09/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e6/7f/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/7f/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A12%3Ae67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261_recipe_qa.tar.zst;downloadfilename=e6/7f/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261_recipe_qa.tar.zst\nDEBUG: For url file://90/9c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/9c/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A12%3A909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc_create_package_spdx.tar.zst;downloadfilename=90/9c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://30/68/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://34/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da_create_spdx.tar.zst\nDEBUG: For url file://fd/42/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:fd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/42/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.5%3Ar0%3Acore2-64%3A12%3Afd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292_package_write_ipk.tar.zst;downloadfilename=fd/42/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:fd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292_package_write_ipk.tar.zst\nDEBUG: Searching for 96/74/sstate:libxkbcommon::1.7.0:r0::12:96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2a/8a/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2a8a09747093c4a5ce1579a9d84164a0a53949d59b58ca074ad33b240051dc15_populate_sysroot.tar.zst\nDEBUG: For url file://universal/ae/09/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/09/sstate%3Alibslirp-native%3Ax86_64-linux%3A4.8.0%3Ar0%3Ax86_64%3A12%3Aae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45_create_package_spdx.tar.zst;downloadfilename=universal/ae/09/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45_create_package_spdx.tar.zst\nDEBUG: Searching for 30/68/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 34/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 96/74/sstate:libxkbcommon::1.7.0:r0::12:96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/b7/sstate:gnome-desktop-testing::2021.1:r0::12:6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/f4/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://19/5d/sstate:libxml-parser-perl-native::2.47:r0::12:195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e_populate_lic.tar.zst\nDEBUG: Using  for 30/68/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 34/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://09/fe/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:09fe2ee3ddd11b2fb8b3cf967b1be95b940c1071cedca7efc5db254b83f39696_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://96/74/sstate:libxkbcommon::1.7.0:r0::12:96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c_populate_lic.tar.zst\nDEBUG: Searching for 6e/b7/sstate:gnome-desktop-testing::2021.1:r0::12:6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/36/15/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/fa/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/7f/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261_recipe_qa.tar.zst\nDEBUG: Testing URL file://30/68/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://34/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/e0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '96/74/sstate:libxkbcommon::1.7.0:r0::12:96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6e/b7/sstate:gnome-desktop-testing::2021.1:r0::12:6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da_populate_lic.tar.zst\nDEBUG: Searching for universal/36/15/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bc/fa/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8f/6a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '30/68/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063_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/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bc/e0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://96/74/sstate:libxkbcommon::1.7.0:r0::12:96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/74/sstate%3Alibxkbcommon%3A%3A1.7.0%3Ar0%3A%3A12%3A96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c_populate_lic.tar.zst;downloadfilename=96/74/sstate:libxkbcommon::1.7.0:r0::12:96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c_populate_lic.tar.zst\nDEBUG: Testing URL file://6e/b7/sstate:gnome-desktop-testing::2021.1:r0::12:6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da_populate_lic.tar.zst\nDEBUG: Using  for universal/36/15/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/42/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:fd428e04e74e0bfb100e2f58e7a4a757f0de3ac2fed018d46b3302a7f877b292_package_write_ipk.tar.zst\nDEBUG: Using  for bc/fa/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073_recipe_qa.tar.zst\nDEBUG: Searching for 8f/6a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://30/68/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/68/sstate%3Awireless-regdb%3Aall-poky-linux%3A2024.05.08%3Ar0%3Aallarch%3A12%3A306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063_deploy_source_date_epoch.tar.zst;downloadfilename=30/68/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ae/09/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45_create_package_spdx.tar.zst\nDEBUG: For url file://34/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/b4/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.6%3Ar0%3Acore2-64%3A12%3A34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da_create_spdx.tar.zst;downloadfilename=34/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da_create_spdx.tar.zst\nDEBUG: Using  for bc/e0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6e/b7/sstate:gnome-desktop-testing::2021.1:r0::12:6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da_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/36/15/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://02/5c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b_packagedata.tar.zst\nDEBUG: Testing URL file://bc/fa/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073_recipe_qa.tar.zst\nDEBUG: Using  for 8f/6a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://00/6b/sstate:gobject-introspection-native::1.80.1:r0::12:006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb_populate_lic.tar.zst\nDEBUG: Testing URL file://bc/e0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d_populate_sysroot.tar.zst\nDEBUG: For url file://6e/b7/sstate:gnome-desktop-testing::2021.1:r0::12:6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/b7/sstate%3Agnome-desktop-testing%3A%3A2021.1%3Ar0%3A%3A12%3A6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da_populate_lic.tar.zst;downloadfilename=6e/b7/sstate:gnome-desktop-testing::2021.1:r0::12:6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/c3/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/36/15/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 02/5c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://96/74/sstate:libxkbcommon::1.7.0:r0::12:96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'bc/fa/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8f/6a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b_recipe_qa.tar.zst\nDEBUG: Searching for 00/6b/sstate:gobject-introspection-native::1.80.1:r0::12:006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'bc/e0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d_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://52/95/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96_packagedata.tar.zst\nDEBUG: For url file://universal/36/15/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/36/15/sstate%3Autil-macros-native%3Ax86_64-linux%3A1.20.1%3Ar0%3Ax86_64%3A12%3A3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7_create_spdx.tar.zst;downloadfilename=universal/36/15/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7_create_spdx.tar.zst\nDEBUG: Using  for 02/5c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://86/26/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bc/fa/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/fa/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A12%3Abcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073_recipe_qa.tar.zst;downloadfilename=bc/fa/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8f/6a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b_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://30/68/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:306817b79ea9494296c81db0ef4af1d9f56ae0194327d87480ffd4ad6ea1f063_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 00/6b/sstate:gobject-introspection-native::1.80.1:r0::12:006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb_populate_lic.tar.zst\nDEBUG: For url file://bc/e0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/e0/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3Abce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d_populate_sysroot.tar.zst;downloadfilename=bc/e0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d_populate_sysroot.tar.zst\nDEBUG: Searching for 52/95/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://02/5c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b_packagedata.tar.zst\nDEBUG: Searching for 86/26/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8f/6a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/6a/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b_recipe_qa.tar.zst;downloadfilename=8f/6a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/b7/sstate:gnome-desktop-testing::2021.1:r0::12:6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4a/88/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87_create_package_spdx.tar.zst\nDEBUG: Testing URL file://00/6b/sstate:gobject-introspection-native::1.80.1:r0::12:006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb_populate_lic.tar.zst\nDEBUG: Using  for 52/95/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96_packagedata.tar.zst\nDEBUG: For url ['file', '', '02/5c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 86/26/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/03/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/36/15/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7_create_spdx.tar.zst\nDEBUG: Searching for universal/4a/88/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '00/6b/sstate:gobject-introspection-native::1.80.1:r0::12:006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://52/95/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96_packagedata.tar.zst\nDEBUG: For url file://02/5c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/5c/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.8%3Ar0%3Acore2-64%3A12%3A025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b_packagedata.tar.zst;downloadfilename=02/5c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b_packagedata.tar.zst\nDEBUG: Testing URL file://86/26/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/fa/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073_recipe_qa.tar.zst\nDEBUG: Searching for b3/03/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://30/0f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e_package.tar.zst\nDEBUG: Using  for universal/4a/88/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87_create_package_spdx.tar.zst\nDEBUG: For url file://00/6b/sstate:gobject-introspection-native::1.80.1:r0::12:006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/6b/sstate%3Agobject-introspection-native%3A%3A1.80.1%3Ar0%3A%3A12%3A006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb_populate_lic.tar.zst;downloadfilename=00/6b/sstate:gobject-introspection-native::1.80.1:r0::12:006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb_populate_lic.tar.zst\nDEBUG: For url ['file', '', '52/95/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '86/26/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a_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://b7/da/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4_package_qa.tar.zst\nDEBUG: Using  for b3/03/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0_packagedata.tar.zst\nDEBUG: Searching for 30/0f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/4a/88/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87_create_package_spdx.tar.zst\nDEBUG: For url file://52/95/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/95/sstate%3Aicu%3Acore2-64-poky-linux%3A75-1%3Ar0%3Acore2-64%3A12%3A5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96_packagedata.tar.zst;downloadfilename=52/95/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96_packagedata.tar.zst\nDEBUG: For url file://86/26/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/26/sstate%3Alibgcc-initial%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a_deploy_source_date_epoch.tar.zst;downloadfilename=86/26/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://90/9c/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/6a/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b_recipe_qa.tar.zst\nDEBUG: Searching for b7/da/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b3/03/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0_packagedata.tar.zst\nDEBUG: Using  for 30/0f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e_package.tar.zst\nDEBUG: For url ['file', '', 'universal/4a/88/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87_create_package_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://98/78/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://02/5c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://52/87/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:5287ee6b31bc119886ea84ecd66a0bf69fa934916c906eb8460dbbd80fac8109_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://22/0e/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1_create_package_spdx.tar.zst\nDEBUG: Using  for b7/da/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b3/03/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://30/0f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e_package.tar.zst\nDEBUG: For url file://universal/4a/88/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4a/88/sstate%3Afile-native%3Ax86_64-linux%3A5.45%3Ar0%3Ax86_64%3A12%3A4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87_create_package_spdx.tar.zst;downloadfilename=universal/4a/88/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87_create_package_spdx.tar.zst\nDEBUG: Searching for 98/78/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://00/6b/sstate:gobject-introspection-native::1.80.1:r0::12:006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/cb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/53/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9_package_write_rpm.tar.zst\nDEBUG: Searching for 22/0e/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b7/da/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4_package_qa.tar.zst\nDEBUG: For url file://b3/03/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/03/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.43%3Ar0%3Acore2-64%3A12%3Ab303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0_packagedata.tar.zst;downloadfilename=b3/03/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0_packagedata.tar.zst\nDEBUG: For url ['file', '', '30/0f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 98/78/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/a9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://86/26/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:8626874d4024c7c8bd31ed54c5192887731e45147d4f22bab7c937b511c1139a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/e0/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:bce06580dc5cccfc26737573c2292eaebf859b015e169548f43fe8398f6bcd3d_populate_sysroot.tar.zst\nDEBUG: Searching for b2/cb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://52/95/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96_packagedata.tar.zst\nDEBUG: Searching for f8/53/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 22/0e/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b7/da/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4_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/0f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/0f/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A12%3A300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e_package.tar.zst;downloadfilename=30/0f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e_package.tar.zst\nDEBUG: Testing URL file://98/78/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da_create_spdx.tar.zst\nDEBUG: Searching for ec/a9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://77/83/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/f3/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626_package_write_deb.tar.zst\nDEBUG: Using  for b2/cb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/cb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4a/88/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87_create_package_spdx.tar.zst\nDEBUG: Using  for f8/53/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://22/0e/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1_create_package_spdx.tar.zst\nDEBUG: For url file://b7/da/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/da/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3Ab7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4_package_qa.tar.zst;downloadfilename=b7/da/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4_package_qa.tar.zst\nDEBUG: For url ['file', '', '98/78/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3_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://39/5a/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a_populate_sysroot.tar.zst\nDEBUG: Using  for ec/a9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65_create_package_spdx.tar.zst\nDEBUG: Searching for 77/83/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f9/f3/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b2/cb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4_create_spdx.tar.zst\nDEBUG: Searching for 4b/cb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b9/8e/sstate:bison::3.8.2:r0::12:b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66_populate_lic.tar.zst\nDEBUG: Testing URL file://f8/53/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '22/0e/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://98/78/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/78/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3_recipe_qa.tar.zst;downloadfilename=98/78/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3_recipe_qa.tar.zst\nDEBUG: Searching for 39/5a/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ec/a9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65_create_package_spdx.tar.zst\nDEBUG: Using  for 77/83/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383_package_write_deb.tar.zst\nDEBUG: Using  for f9/f3/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b2/cb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4b/cb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f_package.tar.zst\nDEBUG: Searching for b9/8e/sstate:bison::3.8.2:r0::12:b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f8/53/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9_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://22/0e/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/0e/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.6%3Ar0%3Acore2-64%3A12%3A220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1_create_package_spdx.tar.zst;downloadfilename=22/0e/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1_create_package_spdx.tar.zst\nDEBUG: Using  for 39/5a/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ec/a9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://77/83/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383_package_write_deb.tar.zst\nDEBUG: Testing URL file://f9/f3/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626_package_write_deb.tar.zst\nDEBUG: For url file://b2/cb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/cb/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Ab2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4_create_spdx.tar.zst;downloadfilename=b2/cb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4_create_spdx.tar.zst\nDEBUG: Testing URL file://4b/cb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f_package.tar.zst\nDEBUG: Using  for b9/8e/sstate:bison::3.8.2:r0::12:b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66_populate_lic.tar.zst\nDEBUG: For url file://f8/53/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/53/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A12%3Af853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9_package_write_rpm.tar.zst;downloadfilename=f8/53/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://39/5a/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a_populate_sysroot.tar.zst\nDEBUG: For url file://ec/a9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/a9/sstate%3Accache%3Acore2-64-poky-linux%3A4.10%3Ar0%3Acore2-64%3A12%3Aeca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65_create_package_spdx.tar.zst;downloadfilename=ec/a9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/da/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/8c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '77/83/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383_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', '', 'f9/f3/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626_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', '', '4b/cb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b9/8e/sstate:bison::3.8.2:r0::12:b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://69/1e/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:691ec2a8efcd8930ab2a52bcd4a7b513ede2c7da449f5881d0a6a0dc47c27112_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '39/5a/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a_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://98/78/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/03/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/aa/sstate:util-linux-native::2.39.3:r0::12:d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/49/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f_package.tar.zst\nDEBUG: For url file://77/83/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/83/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.23.0%3Ar0%3Acore2-64%3A12%3A77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383_package_write_deb.tar.zst;downloadfilename=77/83/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383_package_write_deb.tar.zst\nDEBUG: For url file://f9/f3/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/f3/sstate%3Adnf%3Acore2-64-poky-linux%3A4.20.0%3Ar0%3Acore2-64%3A12%3Af9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626_package_write_deb.tar.zst;downloadfilename=f9/f3/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626_package_write_deb.tar.zst\nDEBUG: For url file://4b/cb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/cb/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f_package.tar.zst;downloadfilename=4b/cb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f_package.tar.zst\nDEBUG: For url ['file', '', 'b9/8e/sstate:bison::3.8.2:r0::12:b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66_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/c4/47/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b_create_package_spdx.tar.zst\nDEBUG: For url file://39/5a/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/5a/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a_populate_sysroot.tar.zst;downloadfilename=39/5a/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/1b/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/58/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906_packagedata.tar.zst\nDEBUG: Searching for d6/aa/sstate:util-linux-native::2.39.3:r0::12:d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4c/49/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b9/8e/sstate:bison::3.8.2:r0::12:b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/8e/sstate%3Abison%3A%3A3.8.2%3Ar0%3A%3A12%3Ab98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66_populate_lic.tar.zst;downloadfilename=b9/8e/sstate:bison::3.8.2:r0::12:b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/53/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9_package_write_rpm.tar.zst\nDEBUG: Searching for universal/c4/47/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a2/1b/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0b/58/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d6/aa/sstate:util-linux-native::2.39.3:r0::12:d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d_populate_lic.tar.zst\nDEBUG: Using  for 4c/49/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/71/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b_create_spdx.tar.zst\nDEBUG: Using  for universal/c4/47/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b_create_package_spdx.tar.zst\nDEBUG: Using  for a2/1b/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f_package_write_rpm.tar.zst\nDEBUG: Using  for 0b/58/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906_packagedata.tar.zst\nDEBUG: Testing URL file://d6/aa/sstate:util-linux-native::2.39.3:r0::12:d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d_populate_lic.tar.zst\nDEBUG: Testing URL file://4c/49/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f_package.tar.zst\nDEBUG: Searching for f5/71/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/c4/47/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/f3/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626_package_write_deb.tar.zst\nDEBUG: Testing URL file://a2/1b/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/cb/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:4bcb5c125a39fbf118ec1cbedf2e79f4984f21c7112137a330b2ef25b620366f_package.tar.zst\nDEBUG: Testing URL file://0b/58/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd6/aa/sstate:util-linux-native::2.39.3:r0::12:d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d_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/49/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f5/71/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c4/47/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b_create_package_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/65/87/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a2/1b/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f_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://bc/c7/sstate:run-postinsts::1.0:r0::12:bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0b/58/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906_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://39/5a/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a_populate_sysroot.tar.zst\nDEBUG: For url file://d6/aa/sstate:util-linux-native::2.39.3:r0::12:d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/aa/sstate%3Autil-linux-native%3A%3A2.39.3%3Ar0%3A%3A12%3Ad6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d_populate_lic.tar.zst;downloadfilename=d6/aa/sstate:util-linux-native::2.39.3:r0::12:d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d_populate_lic.tar.zst\nDEBUG: For url file://4c/49/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/49/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f_package.tar.zst;downloadfilename=4c/49/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f_package.tar.zst\nDEBUG: Testing URL file://f5/71/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b_create_spdx.tar.zst\nDEBUG: For url file://universal/c4/47/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c4/47/sstate%3Alibrepo-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3Ac4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b_create_package_spdx.tar.zst;downloadfilename=universal/c4/47/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b_create_package_spdx.tar.zst\nDEBUG: Searching for universal/65/87/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a2/1b/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/1b/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3Aa21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f_package_write_rpm.tar.zst;downloadfilename=a2/1b/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f_package_write_rpm.tar.zst\nDEBUG: Searching for bc/c7/sstate:run-postinsts::1.0:r0::12:bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0b/58/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/58/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A12%3A0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906_packagedata.tar.zst;downloadfilename=0b/58/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/73/be/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/8e/sstate:bison::3.8.2:r0::12:b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f5/71/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b_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://f0/35/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247_package_write_rpm.tar.zst\nDEBUG: Using  for universal/65/87/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6_create_package_spdx.tar.zst\nDEBUG: Using  for bc/c7/sstate:run-postinsts::1.0:r0::12:bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://22/0e/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1_create_package_spdx.tar.zst\nDEBUG: Searching for universal/73/be/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b0/98/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4_package_write_rpm.tar.zst\nDEBUG: For url file://f5/71/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/71/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.7%3Ar0%3Acore2-64%3A12%3Af571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b_create_spdx.tar.zst;downloadfilename=f5/71/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://df/75/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe_package_qa.tar.zst\nDEBUG: Testing URL file://universal/65/87/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bc/c7/sstate:run-postinsts::1.0:r0::12:bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/b3/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03_package_qa.tar.zst\nDEBUG: Using  for universal/73/be/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49_populate_sysroot.tar.zst\nDEBUG: Searching for b0/98/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4c/49/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4c495350baba3bf4de437208f58f85901a9a737651f4e51a27e892a3f9f9dd0f_package.tar.zst\nDEBUG: Searching for df/75/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/65/87/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6_create_package_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://d6/aa/sstate:util-linux-native::2.39.3:r0::12:d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'bc/c7/sstate:run-postinsts::1.0:r0::12:bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9_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/c4/47/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b_create_package_spdx.tar.zst\nDEBUG: Searching for b0/b3/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/73/be/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49_populate_sysroot.tar.zst\nDEBUG: Using  for b0/98/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://48/61/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/58/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906_packagedata.tar.zst\nDEBUG: Using  for df/75/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe_package_qa.tar.zst\nDEBUG: For url file://universal/65/87/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/65/87/sstate%3Aitstool-native%3Ax86_64-linux%3A2.0.7%3Ar0%3Ax86_64%3A12%3A6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6_create_package_spdx.tar.zst;downloadfilename=universal/65/87/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/ff/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27_package_write_ipk.tar.zst\nDEBUG: For url file://bc/c7/sstate:run-postinsts::1.0:r0::12:bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/c7/sstate%3Arun-postinsts%3A%3A1.0%3Ar0%3A%3A12%3Abcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9_populate_lic.tar.zst;downloadfilename=bc/c7/sstate:run-postinsts::1.0:r0::12:bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://12/65/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428_package.tar.zst\nDEBUG: Using  for b0/b3/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/73/be/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b0/98/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4_package_write_rpm.tar.zst\nDEBUG: Searching for 48/61/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://87/6e/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://df/75/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe_package_qa.tar.zst\nDEBUG: Searching for 4e/ff/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 12/65/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b0/b3/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03_package_qa.tar.zst\nDEBUG: For url file://universal/73/be/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/73/be/sstate%3Avirglrenderer-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3A73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49_populate_sysroot.tar.zst;downloadfilename=universal/73/be/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b0/98/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 48/61/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4_package_write_rpm.tar.zst\nDEBUG: Searching for 87/6e/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'df/75/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4e/ff/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27_package_write_ipk.tar.zst\nDEBUG: Using  for 12/65/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428_package.tar.zst\nDEBUG: For url ['file', '', 'b0/b3/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b0/98/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/98/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3Ab0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4_package_write_rpm.tar.zst;downloadfilename=b0/98/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://48/61/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4_package_write_rpm.tar.zst\nDEBUG: Using  for 87/6e/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1_populate_sysroot.tar.zst\nDEBUG: For url file://df/75/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/75/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A12%3Adf75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe_package_qa.tar.zst;downloadfilename=df/75/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe_package_qa.tar.zst\nDEBUG: Testing URL file://4e/ff/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27_package_write_ipk.tar.zst\nDEBUG: Testing URL file://12/65/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428_package.tar.zst\nDEBUG: For url file://b0/b3/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/b3/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.1%3Ar0%3Acore2-64%3A12%3Ab0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03_package_qa.tar.zst;downloadfilename=b0/b3/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/65/87/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '48/61/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4_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://bc/c7/sstate:run-postinsts::1.0:r0::12:bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9_populate_lic.tar.zst\nDEBUG: Testing URL file://87/6e/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4e/ff/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27_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', '', '12/65/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428_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/73/be/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e7/e5/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd_create_package_spdx.tar.zst\nDEBUG: For url file://48/61/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/61/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4_package_write_rpm.tar.zst;downloadfilename=48/61/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://db/13/sstate:alsa-ucm-conf::1.2.12:r0::12:db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db_populate_lic.tar.zst\nDEBUG: For url ['file', '', '87/6e/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1_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/ff/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/ff/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.43%3Ar0%3Acore2-64%3A12%3A4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27_package_write_ipk.tar.zst;downloadfilename=4e/ff/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27_package_write_ipk.tar.zst\nDEBUG: For url file://12/65/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/65/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428_package.tar.zst;downloadfilename=12/65/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/45/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9_package_qa.tar.zst\nDEBUG: Searching for universal/e7/e5/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for db/13/sstate:alsa-ucm-conf::1.2.12:r0::12:db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://87/6e/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/6e/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.18.0%3Ar0%3Acore2-64%3A12%3A876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1_populate_sysroot.tar.zst;downloadfilename=87/6e/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1_populate_sysroot.tar.zst\nDEBUG: Searching for 8b/45/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b0/b3/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03_package_qa.tar.zst\nDEBUG: Using  for universal/e7/e5/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://30/0f/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:300f3c6efba289f7a775f60b275dd3b969f244108fa7f461f3d73133937d568e_package.tar.zst\nDEBUG: Using  for db/13/sstate:alsa-ucm-conf::1.2.12:r0::12:db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db_populate_lic.tar.zst\nDEBUG: Using  for 8b/45/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://87/45/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/e7/e5/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/ef/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da_populate_sysroot.tar.zst\nDEBUG: Testing URL file://db/13/sstate:alsa-ucm-conf::1.2.12:r0::12:db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db_populate_lic.tar.zst\nDEBUG: Testing URL file://8b/45/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9_package_qa.tar.zst\nDEBUG: Searching for 87/45/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/e7/e5/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd_create_package_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/61/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4_package_write_rpm.tar.zst\nDEBUG: Searching for 1a/ef/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'db/13/sstate:alsa-ucm-conf::1.2.12:r0::12:db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db_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/45/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/45/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045_package_write_ipk.tar.zst\nDEBUG: For url file://universal/e7/e5/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/e5/sstate%3Apkgconfig-native%3Ax86_64-linux%3A0.29.2%2Bgit%3Ar0%3Ax86_64%3A12%3Ae7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd_create_package_spdx.tar.zst;downloadfilename=universal/e7/e5/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/40/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee_recipe_qa.tar.zst\nDEBUG: Using  for 1a/ef/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da_populate_sysroot.tar.zst\nDEBUG: For url file://db/13/sstate:alsa-ucm-conf::1.2.12:r0::12:db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/13/sstate%3Aalsa-ucm-conf%3A%3A1.2.12%3Ar0%3A%3A12%3Adb13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db_populate_lic.tar.zst;downloadfilename=db/13/sstate:alsa-ucm-conf::1.2.12:r0::12:db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db_populate_lic.tar.zst\nDEBUG: For url file://8b/45/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/45/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A12%3A8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9_package_qa.tar.zst;downloadfilename=8b/45/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9_package_qa.tar.zst\nDEBUG: Testing URL file://87/45/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045_package_write_ipk.tar.zst\nDEBUG: Searching for 4a/40/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1a/ef/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://df/75/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe_package_qa.tar.zst\nDEBUG: For url ['file', '', '87/45/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4a/40/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1a/ef/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da_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://9d/0d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c_package_write_ipk.tar.zst\nDEBUG: For url file://87/45/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/45/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045_package_write_ipk.tar.zst;downloadfilename=87/45/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045_package_write_ipk.tar.zst\nDEBUG: Testing URL file://4a/40/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee_recipe_qa.tar.zst\nDEBUG: For url file://1a/ef/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/ef/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da_populate_sysroot.tar.zst;downloadfilename=1a/ef/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da_populate_sysroot.tar.zst\nDEBUG: Searching for 9d/0d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4a/40/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee_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/e7/e5/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd_create_package_spdx.tar.zst\nDEBUG: Using  for 9d/0d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c_package_write_ipk.tar.zst\nDEBUG: For url file://4a/40/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/40/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.10.0%3Ar0%3Acore2-64%3A12%3A4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee_recipe_qa.tar.zst;downloadfilename=4a/40/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://db/13/sstate:alsa-ucm-conf::1.2.12:r0::12:db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://12/65/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:12654c9ea9afb1f0c2bbba6c1c3a377007aca51e56ce601c83f9c57329006428_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/a9/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/ff/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4effe909f5a4aa7fbed86ac6cc5f514c028f025266f90c7c452bc736a7b21d27_package_write_ipk.tar.zst\nDEBUG: Testing URL file://9d/0d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/45/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/20/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://83/b0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e_populate_sysroot.tar.zst\nDEBUG: Searching for b1/a9/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://63/c3/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '9d/0d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c_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://31/bd/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a6/20/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 83/b0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b1/a9/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417_package_write_deb.tar.zst\nDEBUG: Searching for 63/c3/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9d/0d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/0d/sstate%3Aed%3Acore2-64-poky-linux%3A1.20.2%3Ar0%3Acore2-64%3A12%3A9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c_package_write_ipk.tar.zst;downloadfilename=9d/0d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c_package_write_ipk.tar.zst\nDEBUG: Searching for 31/bd/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a6/20/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0_package_write_rpm.tar.zst\nDEBUG: Using  for 83/b0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b1/a9/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417_package_write_deb.tar.zst\nDEBUG: Using  for 63/c3/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664_package_write_ipk.tar.zst\nDEBUG: Using  for 31/bd/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a6/20/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://83/b0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b1/a9/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417_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://63/c3/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664_package_write_ipk.tar.zst\nDEBUG: Testing URL file://31/bd/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a6/20/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0_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', '', '83/b0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e_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/a9/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/a9/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A12%3Ab1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417_package_write_deb.tar.zst;downloadfilename=b1/a9/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '63/c3/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664_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', '', '31/bd/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf_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/20/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/20/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.68%3Ar0%3Acore2-64%3A12%3Aa6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0_package_write_rpm.tar.zst;downloadfilename=a6/20/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0_package_write_rpm.tar.zst\nDEBUG: For url file://83/b0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/b0/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A12%3A83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e_populate_sysroot.tar.zst;downloadfilename=83/b0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e_populate_sysroot.tar.zst\nDEBUG: For url file://63/c3/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/c3/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A12%3A63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664_package_write_ipk.tar.zst;downloadfilename=63/c3/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664_package_write_ipk.tar.zst\nDEBUG: For url file://31/bd/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/bd/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A12%3A31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf_deploy_source_date_epoch.tar.zst;downloadfilename=31/bd/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/a9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/cb/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/0d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:9d0d0c5ea74218f55ff969b09b960f774f6cd2e0ce7f4925feb350f6ac049c3c_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1a/bb/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/40/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/14/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/88/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/1a/bb/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c3/84/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3b/14/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/24/88/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/1a/bb/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071_create_package_spdx.tar.zst\nDEBUG: Searching for c3/84/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3b/14/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/24/88/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/1a/bb/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071_create_package_spdx.tar.zst\nDEBUG: Using  for c3/84/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3b/14/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/24/88/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/1a/bb/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c3/84/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3b/14/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96_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/24/88/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a_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://a6/20/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0_package_write_rpm.tar.zst\nDEBUG: For url file://universal/1a/bb/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1a/bb/sstate%3Azip-native%3Ax86_64-linux%3A3.0%3Ar0%3Ax86_64%3A12%3A1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071_create_package_spdx.tar.zst;downloadfilename=universal/1a/bb/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c3/84/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40_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/14/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/14/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.1%3Ar0%3Acore2-64%3A12%3A3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96_deploy_source_date_epoch.tar.zst;downloadfilename=3b/14/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/24/88/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/88/sstate%3Apython3-pyparsing-native%3Ax86_64-linux%3A3.1.2%3Ar0%3Ax86_64%3A12%3A2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/24/88/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/aa/56/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://63/c3/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:63c3cc07d7738ac330e2a51539cfb209a81928cbf3f876c175db7b21ab8fd664_package_write_ipk.tar.zst\nDEBUG: For url file://c3/84/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/84/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Ac3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40_deploy_source_date_epoch.tar.zst;downloadfilename=c3/84/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/aa/56/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://78/48/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1_packagedata.tar.zst\nDEBUG: Using  for universal/aa/56/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673_create_package_spdx.tar.zst\nDEBUG: Searching for 78/48/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b1/a9/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:b1a96b66c17fe8fa04f5ae9aad8dce42d0fae32ae509f45bd3aa1cd08f30d417_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/aa/56/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673_create_package_spdx.tar.zst\nDEBUG: Using  for 78/48/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/aa/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/aa/56/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://78/48/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1a/bb/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071_create_package_spdx.tar.zst\nDEBUG: Searching for 4d/aa/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/aa/56/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/aa/56/sstate%3Acracklib-native%3Ax86_64-linux%3A2.9.11%3Ar0%3Ax86_64%3A12%3Aaa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673_create_package_spdx.tar.zst;downloadfilename=universal/aa/56/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '78/48/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1_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/6e/64/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720_create_package_spdx.tar.zst\nDEBUG: Using  for 4d/aa/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553_create_package_spdx.tar.zst\nDEBUG: For url file://78/48/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/48/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.6.2%3Ar0%3Acore2-64%3A12%3A78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1_packagedata.tar.zst;downloadfilename=78/48/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1_packagedata.tar.zst\nDEBUG: Searching for universal/6e/64/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/24/88/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2488ae567dc50f346e1e1a18de5bb202c27a6f3f9fd80d4c647068eca7e3571a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4d/aa/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://31/bd/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:31bde0140426b8872dd38a405dd1cbab45b9b6ec2cd6e203d9a747d581862bdf_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/6e/64/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dc/cc/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:dcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4d/aa/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553_create_package_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://68/15/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd_package_qa.tar.zst\nDEBUG: Testing URL file://universal/6e/64/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720_create_package_spdx.tar.zst\nDEBUG: Searching for universal/dc/cc/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:dcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4d/aa/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/aa/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553_create_package_spdx.tar.zst;downloadfilename=4d/aa/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553_create_package_spdx.tar.zst\nDEBUG: Searching for 68/15/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/6e/64/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/dc/cc/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:dcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad_populate_sysroot.tar.zst\nDEBUG: Using  for 68/15/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd_package_qa.tar.zst\nDEBUG: For url file://universal/6e/64/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6e/64/sstate%3Aorc-native%3Ax86_64-linux%3A0.4.38%3Ar0%3Ax86_64%3A12%3A6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720_create_package_spdx.tar.zst;downloadfilename=universal/6e/64/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/dc/cc/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:dcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/aa/56/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673_create_package_spdx.tar.zst\nDEBUG: Testing URL file://68/15/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/dc/cc/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:dcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad_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://ff/b2/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6_packagedata.tar.zst\nDEBUG: For url ['file', '', '68/15/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd_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/dc/cc/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:dcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/cc/sstate%3Aperlcross-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A12%3Adcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad_populate_sysroot.tar.zst;downloadfilename=universal/dc/cc/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:dcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad_populate_sysroot.tar.zst\nDEBUG: Searching for ff/b2/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://68/15/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/15/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd_package_qa.tar.zst;downloadfilename=68/15/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd_package_qa.tar.zst\nDEBUG: Using  for ff/b2/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6_packagedata.tar.zst\nDEBUG: Testing URL file://ff/b2/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ff/b2/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6_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://83/b0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:83b00c98ede4486011af9f6f60fa2a513025902206e7fec0cb6172028cdbda5e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/84/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:c3845cf800f6f29ec13713b3cbf1d35737c518e186004155527e8996cd6efa40_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ff/b2/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/b2/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A12%3Affb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6_packagedata.tar.zst;downloadfilename=ff/b2/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/aa/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://55/87/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://62/15/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6e/64/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/19/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94_recipe_qa.tar.zst\nDEBUG: Searching for 55/87/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 62/15/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://17/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153_package_qa.tar.zst\nDEBUG: Searching for universal/85/19/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://68/15/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd_package_qa.tar.zst\nDEBUG: Using  for 55/87/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dc/cc/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:dcccdfd6141e22f18ec466d7de0972b8bf3f6b814ba4b82c467f26003e5b32ad_populate_sysroot.tar.zst\nDEBUG: Using  for 62/15/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575_package_write_deb.tar.zst\nDEBUG: Searching for 17/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/85/19/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/79/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c_package_write_deb.tar.zst\nDEBUG: Testing URL file://55/87/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1d/8a/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880_create_spdx.tar.zst\nDEBUG: Testing URL file://62/15/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575_package_write_deb.tar.zst\nDEBUG: Using  for 17/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153_package_qa.tar.zst\nDEBUG: Testing URL file://universal/85/19/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94_recipe_qa.tar.zst\nDEBUG: Searching for a0/79/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '55/87/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/1d/8a/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '62/15/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575_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://17/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/85/19/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a0/79/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c_package_write_deb.tar.zst\nDEBUG: For url file://55/87/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/87/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.6%3Ar0%3Acore2-64%3A12%3A5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f_package.tar.zst;downloadfilename=55/87/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f_package.tar.zst\nDEBUG: Using  for universal/1d/8a/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880_create_spdx.tar.zst\nDEBUG: For url file://62/15/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/15/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.2%3Ar0%3Acore2-64%3A12%3A6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575_package_write_deb.tar.zst;downloadfilename=62/15/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '17/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153_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/85/19/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/19/sstate%3Apython3-hatchling-native%3Ax86_64-linux%3A1.24.2%3Ar0%3Ax86_64%3A12%3A8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94_recipe_qa.tar.zst;downloadfilename=universal/85/19/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94_recipe_qa.tar.zst\nDEBUG: Testing URL file://a0/79/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/1d/8a/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://78/48/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/71/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b_create_spdx.tar.zst\nDEBUG: For url file://17/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/86/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A12%3A1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153_package_qa.tar.zst;downloadfilename=17/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/14/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:3b14e895e5417263bc9ae7263862b6972d14c92cf8d629af3db1720e02f07a96_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a0/79/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c_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/1d/8a/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880_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://a3/f2/sstate:libxext::1.3.6:r0::12:a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b2/1d/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/f8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a_create_package_spdx.tar.zst\nDEBUG: For url file://a0/79/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/79/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A12%3Aa0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c_package_write_deb.tar.zst;downloadfilename=a0/79/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c_package_write_deb.tar.zst\nDEBUG: For url file://universal/1d/8a/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1d/8a/sstate%3Alibpng-native%3Ax86_64-linux%3A1.6.43%3Ar0%3Ax86_64%3A12%3A1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880_create_spdx.tar.zst;downloadfilename=universal/1d/8a/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880_create_spdx.tar.zst\nDEBUG: Searching for a3/f2/sstate:libxext::1.3.6:r0::12:a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/b2/1d/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e7/f8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://62/15/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:6215b53f31a0854de02ca237c82cf015e099bac4d33ea4f97fb349151676d575_package_write_deb.tar.zst\nDEBUG: Using  for a3/f2/sstate:libxext::1.3.6:r0::12:a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/85/19/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/b2/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6_packagedata.tar.zst\nDEBUG: Using  for universal/b2/1d/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335_create_package_spdx.tar.zst\nDEBUG: Using  for e7/f8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/10/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a3/f2/sstate:libxext::1.3.6:r0::12:a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/bc/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:d5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/06/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b2/1d/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e7/f8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://17/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153_package_qa.tar.zst\nDEBUG: Searching for 1a/10/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a3/f2/sstate:libxext::1.3.6:r0::12:a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d5/bc/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:d5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1b/06/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/b2/1d/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e7/f8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a_create_package_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/2c/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819_package.tar.zst\nDEBUG: Using  for 1a/10/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293_package_write_rpm.tar.zst\nDEBUG: For url file://a3/f2/sstate:libxext::1.3.6:r0::12:a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/f2/sstate%3Alibxext%3A%3A1.3.6%3Ar0%3A%3A12%3Aa3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9_populate_lic.tar.zst;downloadfilename=a3/f2/sstate:libxext::1.3.6:r0::12:a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9_populate_lic.tar.zst\nDEBUG: Using  for d5/bc/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:d5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d_package_write_deb.tar.zst\nDEBUG: Using  for 1b/06/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24_create_package_spdx.tar.zst\nDEBUG: For url file://universal/b2/1d/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b2/1d/sstate%3Acargo-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3Ab21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335_create_package_spdx.tar.zst;downloadfilename=universal/b2/1d/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335_create_package_spdx.tar.zst\nDEBUG: For url file://e7/f8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/f8/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A12%3Ae7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a_create_package_spdx.tar.zst;downloadfilename=e7/f8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a_create_package_spdx.tar.zst\nDEBUG: Searching for 7e/2c/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1a/10/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d5/bc/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:d5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1d/8a/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880_create_spdx.tar.zst\nDEBUG: Testing URL file://1b/06/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://87/45/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:8745089801db65cb3759f7ed6ba0c34f51aad4be8405fbbace6a63c89a583045_package_write_ipk.tar.zst\nDEBUG: Using  for 7e/2c/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819_package.tar.zst\nDEBUG: For url ['file', '', '1a/10/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293_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/bc/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:d5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d_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://universal/c7/dd/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1b/06/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24_create_package_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/32/cf/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/f2/sstate:libxext::1.3.6:r0::12:a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9_populate_lic.tar.zst\nDEBUG: Testing URL file://7e/2c/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819_package.tar.zst\nDEBUG: For url file://1a/10/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/10/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293_package_write_rpm.tar.zst;downloadfilename=1a/10/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293_package_write_rpm.tar.zst\nDEBUG: For url file://d5/bc/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:d5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/bc/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3Ad5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d_package_write_deb.tar.zst;downloadfilename=d5/bc/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:d5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d_package_write_deb.tar.zst\nDEBUG: Searching for universal/c7/dd/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1b/06/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/06/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A12%3A1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24_create_package_spdx.tar.zst;downloadfilename=1b/06/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24_create_package_spdx.tar.zst\nDEBUG: Searching for universal/32/cf/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://92/2f/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7e/2c/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c7/dd/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b2/1d/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335_create_package_spdx.tar.zst\nDEBUG: Using  for universal/32/cf/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de_populate_sysroot.tar.zst\nDEBUG: Searching for 92/2f/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7e/2c/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/2c/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.73.1%3Ar0%3Acore2-64%3A12%3A7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819_package.tar.zst;downloadfilename=7e/2c/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819_package.tar.zst\nDEBUG: Testing URL file://universal/c7/dd/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://39/d8/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b_packagedata.tar.zst\nDEBUG: Testing URL file://universal/32/cf/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de_populate_sysroot.tar.zst\nDEBUG: Using  for 92/2f/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/c7/dd/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 39/d8/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/32/cf/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://92/2f/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/c7/dd/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c7/dd/sstate%3Axtrans-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A12%3Ac7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0_create_spdx.tar.zst;downloadfilename=universal/c7/dd/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0_create_spdx.tar.zst\nDEBUG: Using  for 39/d8/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b_packagedata.tar.zst\nDEBUG: For url file://universal/32/cf/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/32/cf/sstate%3Alibcap-ng-native%3Ax86_64-linux%3A0.8.5%3Ar0%3Ax86_64%3A12%3A32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de_populate_sysroot.tar.zst;downloadfilename=universal/32/cf/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '92/2f/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_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/bc/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:d5bc43fddbbf462a30b6f8b48828e7ad6f3b245fb04523026be3f2b7d60a811d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/10/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293_package_write_rpm.tar.zst\nDEBUG: Testing URL file://39/d8/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b_packagedata.tar.zst\nDEBUG: For url file://92/2f/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/2f/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst;downloadfilename=92/2f/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/ef/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1aef63848b9a9f82679d3781e1ba4b57444c0f5d469891b02db50accac59a3da_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/d1/sstate:gtk-doc::1.34.0:r0::12:d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://33/a0/sstate:boost-build-native::1.85.0:r0::12:33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75_populate_lic.tar.zst\nDEBUG: For url ['file', '', '39/d8/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b_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://6c/a4/sstate:blktrace::1.3.0+git:r0::12:6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da_populate_lic.tar.zst\nDEBUG: Searching for d4/d1/sstate:gtk-doc::1.34.0:r0::12:d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 33/a0/sstate:boost-build-native::1.85.0:r0::12:33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://39/d8/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/d8/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A12%3A39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b_packagedata.tar.zst;downloadfilename=39/d8/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b_packagedata.tar.zst\nDEBUG: Searching for 6c/a4/sstate:blktrace::1.3.0+git:r0::12:6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d4/d1/sstate:gtk-doc::1.34.0:r0::12:d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495_populate_lic.tar.zst\nDEBUG: Using  for 33/a0/sstate:boost-build-native::1.85.0:r0::12:33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75_populate_lic.tar.zst\nDEBUG: Using  for 6c/a4/sstate:blktrace::1.3.0+git:r0::12:6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da_populate_lic.tar.zst\nDEBUG: Testing URL file://d4/d1/sstate:gtk-doc::1.34.0:r0::12:d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495_populate_lic.tar.zst\nDEBUG: Testing URL file://33/a0/sstate:boost-build-native::1.85.0:r0::12:33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c7/dd/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/32/cf/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6c/a4/sstate:blktrace::1.3.0+git:r0::12:6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd4/d1/sstate:gtk-doc::1.34.0:r0::12:d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '33/a0/sstate:boost-build-native::1.85.0:r0::12:33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75_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/68/88/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/ea/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46_package.tar.zst\nDEBUG: For url ['file', '', '6c/a4/sstate:blktrace::1.3.0+git:r0::12:6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d4/d1/sstate:gtk-doc::1.34.0:r0::12:d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/d1/sstate%3Agtk-doc%3A%3A1.34.0%3Ar0%3A%3A12%3Ad4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495_populate_lic.tar.zst;downloadfilename=d4/d1/sstate:gtk-doc::1.34.0:r0::12:d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495_populate_lic.tar.zst\nDEBUG: For url file://33/a0/sstate:boost-build-native::1.85.0:r0::12:33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/a0/sstate%3Aboost-build-native%3A%3A1.85.0%3Ar0%3A%3A12%3A33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75_populate_lic.tar.zst;downloadfilename=33/a0/sstate:boost-build-native::1.85.0:r0::12:33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75_populate_lic.tar.zst\nDEBUG: Searching for universal/68/88/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0f/ea/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6c/a4/sstate:blktrace::1.3.0+git:r0::12:6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/a4/sstate%3Ablktrace%3A%3A1.3.0%2Bgit%3Ar0%3A%3A12%3A6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da_populate_lic.tar.zst;downloadfilename=6c/a4/sstate:blktrace::1.3.0+git:r0::12:6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da_populate_lic.tar.zst\nDEBUG: Using  for universal/68/88/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8_create_spdx.tar.zst\nDEBUG: Using  for 0f/ea/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46_package.tar.zst\nDEBUG: SState: Successful fetch test for file://39/d8/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b_packagedata.tar.zst\nDEBUG: Testing URL file://universal/68/88/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8_create_spdx.tar.zst\nDEBUG: Testing URL file://0f/ea/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46_package.tar.zst\nDEBUG: SState: Attempting to fetch file://90/11/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/68/88/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8_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/ea/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 90/11/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/68/88/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/68/88/sstate%3Alibpciaccess-native%3Ax86_64-linux%3A0.18.1%3Ar0%3Ax86_64%3A12%3A6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8_create_spdx.tar.zst;downloadfilename=universal/68/88/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8_create_spdx.tar.zst\nDEBUG: For url file://0f/ea/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/ea/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46_package.tar.zst;downloadfilename=0f/ea/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46_package.tar.zst\nDEBUG: Using  for 90/11/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312_create_spdx.tar.zst\nDEBUG: Testing URL file://90/11/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312_create_spdx.tar.zst\nDEBUG: For url ['file', '', '90/11/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312_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/d1/sstate:gtk-doc::1.34.0:r0::12:d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495_populate_lic.tar.zst\nDEBUG: For url file://90/11/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/11/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312_create_spdx.tar.zst;downloadfilename=90/11/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/a0/sstate:boost-build-native::1.85.0:r0::12:33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/a4/sstate:blktrace::1.3.0+git:r0::12:6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/98/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://92/2f/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/c0/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/12/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://55/87/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5587ef7be41b067271d4b382700350a9b8fce0a70dba18c48e93c47eaac0720f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/a2/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://77/fa/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/40/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd_package_write_deb.tar.zst\nDEBUG: Searching for 0d/c0/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f9/12/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://29/bd/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22_create_package_spdx.tar.zst\nDEBUG: Searching for f8/a2/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 77/fa/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2f/40/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0d/c0/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6_package_qa.tar.zst\nDEBUG: Using  for f9/12/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d_package_write_rpm.tar.zst\nDEBUG: Searching for 29/bd/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/a2/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7_packagedata.tar.zst\nDEBUG: Using  for 77/fa/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923_populate_sysroot.tar.zst\nDEBUG: Using  for 2f/40/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd_package_write_deb.tar.zst\nDEBUG: Testing URL file://0d/c0/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6_package_qa.tar.zst\nDEBUG: Testing URL file://f9/12/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/68/88/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8_create_spdx.tar.zst\nDEBUG: Using  for 29/bd/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f8/a2/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/ea/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:0feadc2b48eaedb12e8601a489eea9fe3f488ef864403f8e77a50dcb6157cd46_package.tar.zst\nDEBUG: Testing URL file://77/fa/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2f/40/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '0d/c0/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f9/12/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d_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://d1/db/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db_package_qa.tar.zst\nDEBUG: Testing URL file://29/bd/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f8/a2/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7_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/d1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '77/fa/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923_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/40/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd_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://0d/c0/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/c0/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6_package_qa.tar.zst;downloadfilename=0d/c0/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6_package_qa.tar.zst\nDEBUG: For url file://f9/12/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/12/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.103.2%3Ar0%3Acore2-64%3A12%3Af91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d_package_write_rpm.tar.zst;downloadfilename=f9/12/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d_package_write_rpm.tar.zst\nDEBUG: Searching for d1/db/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '29/bd/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f8/a2/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/a2/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A12%3Af8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7_packagedata.tar.zst;downloadfilename=f8/a2/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7_packagedata.tar.zst\nDEBUG: Searching for 6d/d1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://77/fa/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/fa/sstate%3Alzlib%3Acore2-64-poky-linux%3A1.14%3Ar0%3Acore2-64%3A12%3A77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923_populate_sysroot.tar.zst;downloadfilename=77/fa/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923_populate_sysroot.tar.zst\nDEBUG: For url file://2f/40/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/40/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A12%3A2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd_package_write_deb.tar.zst;downloadfilename=2f/40/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd_package_write_deb.tar.zst\nDEBUG: Using  for d1/db/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db_package_qa.tar.zst\nDEBUG: For url file://29/bd/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/bd/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22_create_package_spdx.tar.zst;downloadfilename=29/bd/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22_create_package_spdx.tar.zst\nDEBUG: Using  for 6d/d1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://d1/db/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db_package_qa.tar.zst\nDEBUG: Testing URL file://6d/d1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd1/db/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db_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/d1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b_create_package_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://90/11/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312_create_spdx.tar.zst\nDEBUG: For url file://d1/db/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/db/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A12%3Ad1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db_package_qa.tar.zst;downloadfilename=d1/db/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db_package_qa.tar.zst\nDEBUG: For url file://6d/d1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/d1/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b_create_package_spdx.tar.zst;downloadfilename=6d/d1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/26/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26_create_package_spdx.tar.zst\nDEBUG: Searching for 9c/26/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://77/fa/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/a2/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7_packagedata.tar.zst\nDEBUG: Using  for 9c/26/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/40/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:2f40dcd809bbad4af8d43bf7b93c9a837d31d056cbd02c88a6f244306077d4fd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/3b/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/09/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9c/26/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/dd/sstate:libwebp::1.4.0:r0::12:5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c_populate_lic.tar.zst\nDEBUG: Searching for 8a/3b/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 35/09/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9c/26/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26_create_package_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://29/bd/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22_create_package_spdx.tar.zst\nDEBUG: Searching for 5e/dd/sstate:libwebp::1.4.0:r0::12:5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8a/3b/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba_package_qa.tar.zst\nDEBUG: Using  for 35/09/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9c/26/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/26/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26_create_package_spdx.tar.zst;downloadfilename=9c/26/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/65/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66_packagedata.tar.zst\nDEBUG: Using  for 5e/dd/sstate:libwebp::1.4.0:r0::12:5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c_populate_lic.tar.zst\nDEBUG: Testing URL file://8a/3b/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba_package_qa.tar.zst\nDEBUG: Testing URL file://35/09/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 98/65/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5e/dd/sstate:libwebp::1.4.0:r0::12:5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8a/3b/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba_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://d1/db/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db_package_qa.tar.zst\nDEBUG: For url ['file', '', '35/09/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665_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 98/65/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66_packagedata.tar.zst\nDEBUG: For url ['file', '', '5e/dd/sstate:libwebp::1.4.0:r0::12:5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c_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/3b/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/3b/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A12%3A8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba_package_qa.tar.zst;downloadfilename=8a/3b/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/95/sstate:pkgconfig::0.29.2+git:r0::12:d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3_populate_lic.tar.zst\nDEBUG: For url file://35/09/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/09/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A12%3A35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665_deploy_source_date_epoch.tar.zst;downloadfilename=35/09/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://98/65/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66_packagedata.tar.zst\nDEBUG: For url file://5e/dd/sstate:libwebp::1.4.0:r0::12:5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/dd/sstate%3Alibwebp%3A%3A1.4.0%3Ar0%3A%3A12%3A5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c_populate_lic.tar.zst;downloadfilename=5e/dd/sstate:libwebp::1.4.0:r0::12:5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c_populate_lic.tar.zst\nDEBUG: Searching for d9/95/sstate:pkgconfig::0.29.2+git:r0::12:d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f9/12/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '98/65/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d9/95/sstate:pkgconfig::0.29.2+git:r0::12:d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://92/0f/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243_package_qa.tar.zst\nDEBUG: For url file://98/65/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/65/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66_packagedata.tar.zst;downloadfilename=98/65/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66_packagedata.tar.zst\nDEBUG: Testing URL file://d9/95/sstate:pkgconfig::0.29.2+git:r0::12:d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3_populate_lic.tar.zst\nDEBUG: Searching for 92/0f/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd9/95/sstate:pkgconfig::0.29.2+git:r0::12:d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 92/0f/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243_package_qa.tar.zst\nDEBUG: For url file://d9/95/sstate:pkgconfig::0.29.2+git:r0::12:d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/95/sstate%3Apkgconfig%3A%3A0.29.2%2Bgit%3Ar0%3A%3A12%3Ad9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3_populate_lic.tar.zst;downloadfilename=d9/95/sstate:pkgconfig::0.29.2+git:r0::12:d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3_populate_lic.tar.zst\nDEBUG: Testing URL file://92/0f/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/3b/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba_package_qa.tar.zst\nDEBUG: For url ['file', '', '92/0f/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243_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://35/09/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:35098948e57cd9488a518c56183b42f0394e3ed00f30286fa019dcc51fcc1665_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d8/5f/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/c0/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6_package_qa.tar.zst\nDEBUG: For url file://92/0f/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/0f/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.5%3Ar0%3Acore2-64%3A12%3A920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243_package_qa.tar.zst;downloadfilename=92/0f/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/d3/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3_packagedata.tar.zst\nDEBUG: Searching for universal/d8/5f/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b1/1f/sstate:python3-dbus::1.3.2:r0::12:b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/dd/sstate:libwebp::1.4.0:r0::12:5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c_populate_lic.tar.zst\nDEBUG: Searching for 1b/d3/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/d8/5f/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://98/65/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66_packagedata.tar.zst\nDEBUG: Searching for b1/1f/sstate:python3-dbus::1.3.2:r0::12:b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9c/26/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/ab/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa_package_write_ipk.tar.zst\nDEBUG: Using  for 1b/d3/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3_packagedata.tar.zst\nDEBUG: Testing URL file://universal/d8/5f/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/59/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/95/sstate:pkgconfig::0.29.2+git:r0::12:d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3_populate_lic.tar.zst\nDEBUG: Using  for b1/1f/sstate:python3-dbus::1.3.2:r0::12:b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/14/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:ad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee_package_write_deb.tar.zst\nDEBUG: Searching for 8a/ab/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1b/d3/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/d8/5f/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ec/59/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/0a/a2/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b1/1f/sstate:python3-dbus::1.3.2:r0::12:b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a_populate_lic.tar.zst\nDEBUG: Searching for ad/14/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:ad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8a/ab/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '1b/d3/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/d8/5f/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d8/5f/sstate%3Acwautomacros-native%3Ax86_64-linux%3A20110201%3Ar0%3Ax86_64%3A12%3Ad85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82_populate_sysroot.tar.zst;downloadfilename=universal/d8/5f/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82_populate_sysroot.tar.zst\nDEBUG: Using  for ec/59/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b_recipe_qa.tar.zst\nDEBUG: Searching for universal/0a/a2/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b1/1f/sstate:python3-dbus::1.3.2:r0::12:b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ad/14/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:ad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee_package_write_deb.tar.zst\nDEBUG: Testing URL file://8a/ab/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa_package_write_ipk.tar.zst\nDEBUG: For url file://1b/d3/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/d3/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A12%3A1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3_packagedata.tar.zst;downloadfilename=1b/d3/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3_packagedata.tar.zst\nDEBUG: Testing URL file://ec/59/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b_recipe_qa.tar.zst\nDEBUG: Using  for universal/0a/a2/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b1/1f/sstate:python3-dbus::1.3.2:r0::12:b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/1f/sstate%3Apython3-dbus%3A%3A1.3.2%3Ar0%3A%3A12%3Ab11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a_populate_lic.tar.zst;downloadfilename=b1/1f/sstate:python3-dbus::1.3.2:r0::12:b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/79/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a0797f14b341226ae8c6fe2104ba2dbc4f8c1736650cb225f8cb1b027fbaa77c_package_write_deb.tar.zst\nDEBUG: Testing URL file://ad/14/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:ad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '8a/ab/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa_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', '', 'ec/59/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b_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/0a/a2/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/d5/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ad/14/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:ad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee_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://8a/ab/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/ab/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.42%3Ar0%3Acore2-64%3A12%3A8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa_package_write_ipk.tar.zst;downloadfilename=8a/ab/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa_package_write_ipk.tar.zst\nDEBUG: For url file://ec/59/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/59/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A12%3Aec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b_recipe_qa.tar.zst;downloadfilename=ec/59/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/0a/a2/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f_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 7b/d5/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/d8/5f/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:d85fde9c9da9f18231bba455b1e33cd2ef407d32923201c2a43299bbdfeada82_populate_sysroot.tar.zst\nDEBUG: For url file://ad/14/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:ad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/14/sstate%3Alibgcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Aad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee_package_write_deb.tar.zst;downloadfilename=ad/14/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:ad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee_package_write_deb.tar.zst\nDEBUG: For url file://universal/0a/a2/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0a/a2/sstate%3Alibpthread-stubs-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3A0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/0a/a2/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7b/d5/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://92/0f/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/06/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/58/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441_recipe_qa.tar.zst\nDEBUG: Testing URL file://7b/d5/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://92/7b/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/63/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/f8/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a_create_package_spdx.tar.zst\nDEBUG: Searching for 5c/58/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7b/d5/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 92/7b/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a6/63/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ec/59/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/1a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5c/58/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441_recipe_qa.tar.zst\nDEBUG: For url file://7b/d5/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/d5/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A12%3A7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6_create_spdx.tar.zst;downloadfilename=7b/d5/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6_create_spdx.tar.zst\nDEBUG: Using  for 92/7b/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c_package.tar.zst\nDEBUG: Using  for a6/63/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/70/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:f370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29_package_write_deb.tar.zst\nDEBUG: Searching for 4f/1a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5c/58/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441_recipe_qa.tar.zst\nDEBUG: Testing URL file://92/7b/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c_package.tar.zst\nDEBUG: Testing URL file://a6/63/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c_recipe_qa.tar.zst\nDEBUG: Searching for f3/70/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:f370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4f/1a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5c/58/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '92/7b/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a6/63/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f3/70/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:f370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29_package_write_deb.tar.zst\nDEBUG: Testing URL file://4f/1a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5c/58/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/58/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441_recipe_qa.tar.zst;downloadfilename=5c/58/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441_recipe_qa.tar.zst\nDEBUG: For url file://92/7b/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/7b/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c_package.tar.zst;downloadfilename=92/7b/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c_package.tar.zst\nDEBUG: For url file://a6/63/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/63/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.4%3Ar0%3Acore2-64%3A12%3Aa66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c_recipe_qa.tar.zst;downloadfilename=a6/63/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c_recipe_qa.tar.zst\nDEBUG: Testing URL file://f3/70/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:f370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '4f/1a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97_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/0a/a2/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0aa25239d2c6ae1de6b2de020b5a810cd26cf5154b3d4a971acd8121988ca83f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f3/70/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:f370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29_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://4f/1a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/1a/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.18%3Ar0%3Acore2-64%3A12%3A4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97_deploy_source_date_epoch.tar.zst;downloadfilename=4f/1a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/de/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:dedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f3/70/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:f370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/70/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3Af370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29_package_write_deb.tar.zst;downloadfilename=f3/70/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:f370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29_package_write_deb.tar.zst\nDEBUG: Searching for universal/de/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:dedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/de/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:dedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/de/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:dedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/d3/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/58/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/de/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:dedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829_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/39/77/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7b/54/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/de/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:dedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/de/db/sstate%3Alibtasn1-native%3Ax86_64-linux%3A4.19.0%3Ar0%3Ax86_64%3A12%3Adedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829_deploy_source_date_epoch.tar.zst;downloadfilename=universal/de/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:dedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://92/7b/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:927b28e3063f01e130be91dabf56f7cc8d4af94b6a3c3e80ddadc9ac92a6484c_package.tar.zst\nDEBUG: Searching for universal/39/77/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/7b/54/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://07/1c/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/1f/sstate:python3-dbus::1.3.2:r0::12:b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a_populate_lic.tar.zst\nDEBUG: Using  for universal/39/77/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c_create_spdx.tar.zst\nDEBUG: Using  for universal/7b/54/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 07/1c/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://45/ef/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34_package.tar.zst\nDEBUG: Testing URL file://universal/39/77/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/70/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:f370857921b895d3195012d8911a851e4b2770d3879ffdc1b5f88d92146a3b29_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/7b/54/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/1a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:4f1a57dfd205528e7d49748e1006019c0d3e6723c0555597163b4343ae663a97_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 07/1c/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 45/ef/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/39/77/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c_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/c1/96/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/7b/54/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1_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://9e/9b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2_package_qa.tar.zst\nDEBUG: Testing URL file://07/1c/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 45/ef/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34_package.tar.zst\nDEBUG: For url file://universal/39/77/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/77/sstate%3Ago-cross-core2-64%3Ax86_64-poky-linux%3A1.22.4%3Ar0%3Ax86_64%3A12%3A397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c_create_spdx.tar.zst;downloadfilename=universal/39/77/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c_create_spdx.tar.zst\nDEBUG: Searching for universal/c1/96/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/7b/54/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7b/54/sstate%3Aautoconf-native%3Ax86_64-linux%3A2.72e%3Ar0%3Ax86_64%3A12%3A7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1_deploy_source_date_epoch.tar.zst;downloadfilename=universal/7b/54/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9e/9b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '07/1c/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d_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://45/ef/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34_package.tar.zst\nDEBUG: Using  for universal/c1/96/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/de/db/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:dedb8be3452410d0661f8a1acb9e02cdf1291a472de4eeb4cf6d2cb9feec0829_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9e/9b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2_package_qa.tar.zst\nDEBUG: For url file://07/1c/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/1c/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.7%3Ar0%3Acore2-64%3A12%3A071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d_deploy_source_date_epoch.tar.zst;downloadfilename=07/1c/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '45/ef/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/c1/96/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a2/52/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94_create_package_spdx.tar.zst\nDEBUG: Testing URL file://9e/9b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2_package_qa.tar.zst\nDEBUG: For url file://45/ef/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/ef/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.13.0%3Ar0%3Acore2-64%3A12%3A45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34_package.tar.zst;downloadfilename=45/ef/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34_package.tar.zst\nDEBUG: For url ['file', '', 'universal/c1/96/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc_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/1b/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f_package_write_rpm.tar.zst\nDEBUG: Searching for universal/a2/52/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9e/9b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2_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/96/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c1/96/sstate%3Anettle-native%3Ax86_64-linux%3A3.9.1%3Ar0%3Ax86_64%3A12%3Ac1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc_populate_sysroot.tar.zst;downloadfilename=universal/c1/96/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://62/7a/sstate:xz::5.4.6:r0::12:627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/d1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b_create_package_spdx.tar.zst\nDEBUG: Using  for universal/a2/52/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94_create_package_spdx.tar.zst\nDEBUG: For url file://9e/9b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/9b/sstate%3Ataglib%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2_package_qa.tar.zst;downloadfilename=9e/9b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7b/54/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:7b541d73980a77ea57cb0568dc9c46bb20dfbc41093eac74309f4838baafb0b1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 62/7a/sstate:xz::5.4.6:r0::12:627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://13/a8/sstate:packagegroup-core-ssh-openssh::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/a2/52/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/91/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://77/83/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:77834aab599b0ce0ea77a8f522fb136ee7cda32ff5416d5eb7d363532f11c383_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://45/ef/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:45ef33b50ba1eb0a840d82759c261adece03dab65a8448a7cd4a10700d33af34_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/d5/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6_create_spdx.tar.zst\nDEBUG: Using  for 62/7a/sstate:xz::5.4.6:r0::12:627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4_populate_lic.tar.zst\nDEBUG: Searching for 13/a8/sstate:packagegroup-core-ssh-openssh::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/a2/52/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3e/91/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://75/47/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/9b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/9d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac_create_package_spdx.tar.zst\nDEBUG: Testing URL file://62/7a/sstate:xz::5.4.6:r0::12:627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4_populate_lic.tar.zst\nDEBUG: Using  for 13/a8/sstate:packagegroup-core-ssh-openssh::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: For url file://universal/a2/52/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a2/52/sstate%3Aopenssl-native%3Ax86_64-linux%3A3.3.1%3Ar0%3Ax86_64%3A12%3Aa252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94_create_package_spdx.tar.zst;downloadfilename=universal/a2/52/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94_create_package_spdx.tar.zst\nDEBUG: Using  for 3e/91/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb_packagedata.tar.zst\nDEBUG: Searching for 75/47/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for dd/9b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 96/9d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '62/7a/sstate:xz::5.4.6:r0::12:627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://13/a8/sstate:packagegroup-core-ssh-openssh::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c1/96/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3e/91/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb_packagedata.tar.zst\nDEBUG: Using  for 75/47/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af_packagedata.tar.zst\nDEBUG: Using  for dd/9b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/14/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:ad14d5624b4168e7e9825350e7f2263c6cfde1571071df1bda659237fae30aee_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/9b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2_package_qa.tar.zst\nDEBUG: Using  for 96/9d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac_create_package_spdx.tar.zst\nDEBUG: For url file://62/7a/sstate:xz::5.4.6:r0::12:627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/7a/sstate%3Axz%3A%3A5.4.6%3Ar0%3A%3A12%3A627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4_populate_lic.tar.zst;downloadfilename=62/7a/sstate:xz::5.4.6:r0::12:627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '13/a8/sstate:packagegroup-core-ssh-openssh::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_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/b9/1c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3e/91/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://75/47/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af_packagedata.tar.zst\nDEBUG: Testing URL file://dd/9b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://28/26/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/9c/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:e49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3_package_write_deb.tar.zst\nDEBUG: Testing URL file://96/9d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac_create_package_spdx.tar.zst\nDEBUG: For url file://13/a8/sstate:packagegroup-core-ssh-openssh::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/a8/sstate%3Apackagegroup-core-ssh-openssh%3A%3A1.0%3Ar0%3A%3A12%3A13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst;downloadfilename=13/a8/sstate:packagegroup-core-ssh-openssh::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Searching for universal/b9/1c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3e/91/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/91/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb_packagedata.tar.zst;downloadfilename=3e/91/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb_packagedata.tar.zst\nDEBUG: For url ['file', '', '75/47/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'dd/9b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 28/26/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e4/9c/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:e49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '96/9d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/b9/1c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a2/52/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94_create_package_spdx.tar.zst\nDEBUG: For url file://75/47/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/47/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A12%3A7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af_packagedata.tar.zst;downloadfilename=75/47/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af_packagedata.tar.zst\nDEBUG: For url file://dd/9b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/9b/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A12%3Add9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f_create_package_spdx.tar.zst;downloadfilename=dd/9b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f_create_package_spdx.tar.zst\nDEBUG: Using  for 28/26/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d_package_write_rpm.tar.zst\nDEBUG: Using  for e4/9c/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:e49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3_package_write_deb.tar.zst\nDEBUG: For url file://96/9d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/9d/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A12%3A969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac_create_package_spdx.tar.zst;downloadfilename=96/9d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b9/1c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/60/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://62/7a/sstate:xz::5.4.6:r0::12:627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4_populate_lic.tar.zst\nDEBUG: Testing URL file://28/26/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://13/a8/sstate:packagegroup-core-ssh-openssh::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Testing URL file://e4/9c/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:e49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/b9/1c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ee/60/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://87/6e/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:876e30333e31ca79a9dae6940b5097a6f6f40ab9a56ac121d5b903c0d45ea3c1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/2c/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:7e2c862a70d4680c0418798de8ad85da9d1ebbb68a333857a4b36aa34a1c6819_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/91/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/49/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:c5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '28/26/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d_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://37/ea/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5_package.tar.zst\nDEBUG: For url ['file', '', 'e4/9c/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:e49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3_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/b9/1c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b9/1c/sstate%3Agnu-config-native%3Ax86_64-linux%3A20240101%2Bgit%3Ar0%3Ax86_64%3A12%3Ab91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42_populate_sysroot.tar.zst;downloadfilename=universal/b9/1c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42_populate_sysroot.tar.zst\nDEBUG: Using  for ee/60/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/d7/sstate:python3-packaging::24.1:r0::12:7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bc/ad/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:bcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/9b/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078_populate_sysroot.tar.zst\nDEBUG: Searching for c5/49/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:c5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://28/26/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/26/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d_package_write_rpm.tar.zst;downloadfilename=28/26/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d_package_write_rpm.tar.zst\nDEBUG: Searching for 37/ea/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e4/9c/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:e49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/9c/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.4%3Ar0%3Acore2-64%3A12%3Ae49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3_package_write_deb.tar.zst;downloadfilename=e4/9c/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:e49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://75/47/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af_packagedata.tar.zst\nDEBUG: Testing URL file://ee/60/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9_package_write_deb.tar.zst\nDEBUG: Searching for 7c/d7/sstate:python3-packaging::24.1:r0::12:7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://07/1c/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:071cc97801311fcf0801aea9bd18feb0c77b71a0029e3c74a87df86e1756923d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/bc/ad/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:bcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5c/9b/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c5/49/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:c5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 37/ea/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5_package.tar.zst\nDEBUG: SState: Attempting to fetch file://21/e5/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ee/60/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7c/d7/sstate:python3-packaging::24.1:r0::12:7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://da/20/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786_recipe_qa.tar.zst\nDEBUG: Using  for universal/bc/ad/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:bcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5c/9b/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c5/49/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:c5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://37/ea/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5_package.tar.zst\nDEBUG: Searching for 21/e5/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ee/60/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/60/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A12%3Aee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9_package_write_deb.tar.zst;downloadfilename=ee/60/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9_package_write_deb.tar.zst\nDEBUG: Testing URL file://7c/d7/sstate:python3-packaging::24.1:r0::12:7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6_populate_lic.tar.zst\nDEBUG: Searching for da/20/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/b9/1c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/bc/ad/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:bcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5c/9b/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c5/49/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:c5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f_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', '', '37/ea/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 21/e5/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7c/d7/sstate:python3-packaging::24.1:r0::12:7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6_populate_lic.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-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://28/26/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://be/f3/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/bc/ad/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:bcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106_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', '', '5c/9b/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078_populate_sysroot.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:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:c5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/49/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Ac5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f_deploy_source_date_epoch.tar.zst;downloadfilename=c5/49/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:c5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://37/ea/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/ea/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5_package.tar.zst;downloadfilename=37/ea/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5_package.tar.zst\nDEBUG: Testing URL file://21/e5/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad_create_spdx.tar.zst\nDEBUG: For url file://7c/d7/sstate:python3-packaging::24.1:r0::12:7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/d7/sstate%3Apython3-packaging%3A%3A24.1%3Ar0%3A%3A12%3A7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6_populate_lic.tar.zst;downloadfilename=7c/d7/sstate:python3-packaging::24.1:r0::12:7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6_populate_lic.tar.zst\nDEBUG: Testing URL file://da/20/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/5d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72_create_package_spdx.tar.zst\nDEBUG: Searching for be/f3/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/bc/ad/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:bcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bc/ad/sstate%3Awayland-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A12%3Abcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106_deploy_source_date_epoch.tar.zst;downloadfilename=universal/bc/ad/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:bcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5c/9b/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/9b/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A12%3A5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078_populate_sysroot.tar.zst;downloadfilename=5c/9b/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '21/e5/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad_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/20/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7f/5d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for be/f3/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20_package_write_rpm.tar.zst\nDEBUG: For url file://21/e5/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/e5/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A12%3A21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad_create_spdx.tar.zst;downloadfilename=21/e5/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad_create_spdx.tar.zst\nDEBUG: For url file://da/20/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/20/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.13%3Ar0%3Acore2-64%3A12%3Ada209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786_recipe_qa.tar.zst;downloadfilename=da/20/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786_recipe_qa.tar.zst\nDEBUG: Using  for 7f/5d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72_create_package_spdx.tar.zst\nDEBUG: Testing URL file://be/f3/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/d7/sstate:python3-packaging::24.1:r0::12:7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/49/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:c5494bd20f40bbc24d8384be3d72c89c4a0366a6a6cc60be9d1bdd72895c5b8f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7f/5d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'be/f3/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20_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://37/ea/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:37ea226cfe927c9a997852974ff37fbecff81487b6f5419a47b056b769facfd5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/63/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1d/3f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/8b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7f/5d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://be/f3/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/f3/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3Abef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20_package_write_rpm.tar.zst;downloadfilename=be/f3/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a6/4c/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bc/ad/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:bcaded0af03802da938abdd001735b68392d1c5ff8880a8cd52bd8b572f47106_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://af/14/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:af14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/1d/3f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5c/9b/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:5c9b1013fb0cf8bd187fd5a75e506c3aab4d04fab8fb689a667785b9abcc2078_populate_sysroot.tar.zst\nDEBUG: Searching for 0f/8b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7f/5d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/5d/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A12%3A7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72_create_package_spdx.tar.zst;downloadfilename=7f/5d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72_create_package_spdx.tar.zst\nDEBUG: Searching for universal/a6/4c/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://19/df/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd_package_write_ipk.tar.zst\nDEBUG: Searching for af/14/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:af14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/1d/3f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/27/01/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://da/20/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786_recipe_qa.tar.zst\nDEBUG: Using  for 0f/8b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15_create_spdx.tar.zst\nDEBUG: Using  for universal/a6/4c/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7_create_spdx.tar.zst\nDEBUG: Searching for 19/df/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/39/77/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c_create_spdx.tar.zst\nDEBUG: Using  for af/14/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:af14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/1d/3f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/27/01/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2a/d9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3_packagedata.tar.zst\nDEBUG: Testing URL file://0f/8b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/a6/4c/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7_create_spdx.tar.zst\nDEBUG: Using  for 19/df/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://be/f3/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://94/5c/sstate:libxcursor::1.2.2:r0::12:945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae_populate_lic.tar.zst\nDEBUG: Testing URL file://af/14/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:af14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/1d/3f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c_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/27/01/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705_recipe_qa.tar.zst\nDEBUG: Searching for 2a/d9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0f/8b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15_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/a6/4c/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://19/df/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://08/e8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae_populate_sysroot.tar.zst\nDEBUG: Searching for 94/5c/sstate:libxcursor::1.2.2:r0::12:945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'af/14/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:af14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005_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/1d/3f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1d/3f/sstate%3Agroff-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A12%3A1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/1d/3f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/27/01/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705_recipe_qa.tar.zst\nDEBUG: Using  for 2a/d9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3_packagedata.tar.zst\nDEBUG: For url file://0f/8b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/8b/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A12%3A0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15_create_spdx.tar.zst;downloadfilename=0f/8b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15_create_spdx.tar.zst\nDEBUG: For url file://universal/a6/4c/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a6/4c/sstate%3Amake-native%3Ax86_64-linux%3A4.4.1%3Ar0%3Ax86_64%3A12%3Aa64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7_create_spdx.tar.zst;downloadfilename=universal/a6/4c/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7_create_spdx.tar.zst\nDEBUG: For url ['file', '', '19/df/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 08/e8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 94/5c/sstate:libxcursor::1.2.2:r0::12:945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae_populate_lic.tar.zst\nDEBUG: For url file://af/14/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:af14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/14/sstate%3Afmt%3Acore2-64-poky-linux%3A10.2.1%3Ar0%3Acore2-64%3A12%3Aaf14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005_deploy_source_date_epoch.tar.zst;downloadfilename=af/14/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:af14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/27/01/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2a/d9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3_packagedata.tar.zst\nDEBUG: For url file://19/df/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/df/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd_package_write_ipk.tar.zst;downloadfilename=19/df/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd_package_write_ipk.tar.zst\nDEBUG: Using  for 08/e8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae_populate_sysroot.tar.zst\nDEBUG: Testing URL file://94/5c/sstate:libxcursor::1.2.2:r0::12:945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae_populate_lic.tar.zst\nDEBUG: For url file://universal/27/01/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/27/01/sstate%3Apython3-more-itertools-native%3Ax86_64-linux%3A10.3.0%3Ar0%3Ax86_64%3A12%3A270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705_recipe_qa.tar.zst;downloadfilename=universal/27/01/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2a/d9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3_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/1d/3f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:1d3f293a650ab32f3d4e0d048a401ccf1279a17b037e67e433cdc86513e8d55c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://08/e8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '94/5c/sstate:libxcursor::1.2.2:r0::12:945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2a/d9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/d9/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A12%3A2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3_packagedata.tar.zst;downloadfilename=2a/d9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/c2/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a6/4c/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7_create_spdx.tar.zst\nDEBUG: For url ['file', '', '08/e8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae_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/5d/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72_create_package_spdx.tar.zst\nDEBUG: For url file://94/5c/sstate:libxcursor::1.2.2:r0::12:945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/5c/sstate%3Alibxcursor%3A%3A1.2.2%3Ar0%3A%3A12%3A945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae_populate_lic.tar.zst;downloadfilename=94/5c/sstate:libxcursor::1.2.2:r0::12:945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae_populate_lic.tar.zst\nDEBUG: Searching for 4d/c2/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://cb/36/sstate:libcheck-native::0.15.2:r0::12:cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90_populate_lic.tar.zst\nDEBUG: For url file://08/e8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/e8/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae_populate_sysroot.tar.zst;downloadfilename=08/e8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/c1/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e_recipe_qa.tar.zst\nDEBUG: Using  for 4d/c2/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41_package_write_ipk.tar.zst\nDEBUG: Searching for cb/36/sstate:libcheck-native::0.15.2:r0::12:cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://19/df/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:19df4da177b5ae1556167b0129a50c0bb71a7500b12af297e1308723a91b04dd_package_write_ipk.tar.zst\nDEBUG: Searching for bd/c1/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/27/01/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705_recipe_qa.tar.zst\nDEBUG: Testing URL file://4d/c2/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41_package_write_ipk.tar.zst\nDEBUG: Using  for cb/36/sstate:libcheck-native::0.15.2:r0::12:cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/bd/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb_package_write_deb.tar.zst\nDEBUG: Using  for bd/c1/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://17/ad/sstate:python3-smartypants::2.0.0:r0::12:17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4d/c2/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41_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://2a/d9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3_packagedata.tar.zst\nDEBUG: Testing URL file://cb/36/sstate:libcheck-native::0.15.2:r0::12:cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90_populate_lic.tar.zst\nDEBUG: Searching for d9/bd/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://bd/c1/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e_recipe_qa.tar.zst\nDEBUG: Searching for 17/ad/sstate:python3-smartypants::2.0.0:r0::12:17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4d/c2/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/c2/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.8%3Ar0%3Acore2-64%3A12%3A4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41_package_write_ipk.tar.zst;downloadfilename=4d/c2/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://93/de/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6_package.tar.zst\nDEBUG: For url ['file', '', 'cb/36/sstate:libcheck-native::0.15.2:r0::12:cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d9/bd/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'bd/c1/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e_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://94/5c/sstate:libxcursor::1.2.2:r0::12:945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae_populate_lic.tar.zst\nDEBUG: Using  for 17/ad/sstate:python3-smartypants::2.0.0:r0::12:17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54_populate_lic.tar.zst\nDEBUG: Searching for 93/de/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://96/9d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac_create_package_spdx.tar.zst\nDEBUG: For url file://cb/36/sstate:libcheck-native::0.15.2:r0::12:cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/36/sstate%3Alibcheck-native%3A%3A0.15.2%3Ar0%3A%3A12%3Acb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90_populate_lic.tar.zst;downloadfilename=cb/36/sstate:libcheck-native::0.15.2:r0::12:cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90_populate_lic.tar.zst\nDEBUG: Testing URL file://d9/bd/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb_package_write_deb.tar.zst\nDEBUG: For url file://bd/c1/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/c1/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.1%3Ar0%3Acore2-64%3A12%3Abdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e_recipe_qa.tar.zst;downloadfilename=bd/c1/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://59/fd/sstate:mpg123::1.32.6:r0::12:59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687_populate_lic.tar.zst\nDEBUG: Testing URL file://17/ad/sstate:python3-smartypants::2.0.0:r0::12:17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54_populate_lic.tar.zst\nDEBUG: Using  for 93/de/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd9/bd/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 59/fd/sstate:mpg123::1.32.6:r0::12:59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://dd/9b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://af/14/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:af14778fbfe73a00f666e1c0cad0fe5fa2f08c421746b2f7ebca30b6634ce005_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '17/ad/sstate:python3-smartypants::2.0.0:r0::12:17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://93/de/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6_package.tar.zst\nDEBUG: Searching for 1a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d9/bd/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/bd/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A12%3Ad9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb_package_write_deb.tar.zst;downloadfilename=d9/bd/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb_package_write_deb.tar.zst\nDEBUG: Using  for 59/fd/sstate:mpg123::1.32.6:r0::12:59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/31/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/cf/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7_packagedata.tar.zst\nDEBUG: For url file://17/ad/sstate:python3-smartypants::2.0.0:r0::12:17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/ad/sstate%3Apython3-smartypants%3A%3A2.0.0%3Ar0%3A%3A12%3A17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54_populate_lic.tar.zst;downloadfilename=17/ad/sstate:python3-smartypants::2.0.0:r0::12:17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54_populate_lic.tar.zst\nDEBUG: For url ['file', '', '93/de/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035_package_qa.tar.zst\nDEBUG: Testing URL file://59/fd/sstate:mpg123::1.32.6:r0::12:59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687_populate_lic.tar.zst\nDEBUG: Searching for a0/31/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5c/cf/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://93/de/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/de/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A12%3A93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6_package.tar.zst;downloadfilename=93/de/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/36/sstate:libcheck-native::0.15.2:r0::12:cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90_populate_lic.tar.zst\nDEBUG: Testing URL file://1a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035_package_qa.tar.zst\nDEBUG: For url ['file', '', '59/fd/sstate:mpg123::1.32.6:r0::12:59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a0/31/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e_populate_sysroot.tar.zst\nDEBUG: Using  for 5c/cf/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/c1/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/73/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035_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/fd/sstate:mpg123::1.32.6:r0::12:59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/fd/sstate%3Ampg123%3A%3A1.32.6%3Ar0%3A%3A12%3A59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687_populate_lic.tar.zst;downloadfilename=59/fd/sstate:mpg123::1.32.6:r0::12:59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687_populate_lic.tar.zst\nDEBUG: Testing URL file://a0/31/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5c/cf/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/35/7e/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/bd/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:d9bd0d6170924ded9ae283190234febfe353cde8cdf8f89cf304219ca6cfccdb_package_write_deb.tar.zst\nDEBUG: Searching for ee/73/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/38/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A12%3A1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035_package_qa.tar.zst;downloadfilename=1a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a0/31/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e_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/cf/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/35/7e/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0d/b9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1_package_write_ipk.tar.zst\nDEBUG: Using  for ee/73/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a0/31/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/31/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.48.2%3Ar0%3Acore2-64%3A12%3Aa0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e_populate_sysroot.tar.zst;downloadfilename=a0/31/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/60/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:ee60453d41b70b60548c64e2a7f8027ce82af39fb2340f23956186a6fc6628a9_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://93/de/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:93de3de2b0efa100247216ba88b1fbbadca38a90b8aaf18d28db9b9cc7ac02e6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://17/ad/sstate:python3-smartypants::2.0.0:r0::12:17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54_populate_lic.tar.zst\nDEBUG: For url file://5c/cf/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/cf/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A12%3A5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7_packagedata.tar.zst;downloadfilename=5c/cf/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7_packagedata.tar.zst\nDEBUG: Using  for universal/35/7e/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad_populate_sysroot.tar.zst\nDEBUG: Searching for 0d/b9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ee/73/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/20/0c/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/1f/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/2c/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/35/7e/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad_populate_sysroot.tar.zst\nDEBUG: Using  for 0d/b9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://59/fd/sstate:mpg123::1.32.6:r0::12:59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ee/73/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476_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/20/0c/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4f/1f/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/2e/2c/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/35/7e/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0d/b9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3d/2d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/38/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035_package_qa.tar.zst\nDEBUG: For url file://ee/73/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/73/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A12%3Aee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476_deploy_source_date_epoch.tar.zst;downloadfilename=ee/73/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/20/0c/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd_create_spdx.tar.zst\nDEBUG: Using  for 4f/1f/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6_populate_sysroot.tar.zst\nDEBUG: Using  for universal/2e/2c/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3_create_spdx.tar.zst\nDEBUG: For url file://universal/35/7e/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/35/7e/sstate%3Apython3-markupsafe-native%3Ax86_64-linux%3A2.1.5%3Ar0%3Ax86_64%3A12%3A357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad_populate_sysroot.tar.zst;downloadfilename=universal/35/7e/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0d/b9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/3d/2d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ad/70/sstate:adwaita-icon-theme::46.0:r0::12:ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/20/0c/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd_create_spdx.tar.zst\nDEBUG: Testing URL file://4f/1f/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/2e/2c/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3_create_spdx.tar.zst\nDEBUG: For url file://0d/b9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/b9/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A12%3A0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1_package_write_ipk.tar.zst;downloadfilename=0d/b9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1_package_write_ipk.tar.zst\nDEBUG: Using  for universal/3d/2d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/cf/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7_packagedata.tar.zst\nDEBUG: Searching for ad/70/sstate:adwaita-icon-theme::46.0:r0::12:ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/20/0c/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4f/1f/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6_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/2c/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3_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/3d/2d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/ef/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462_package_write_rpm.tar.zst\nDEBUG: Using  for ad/70/sstate:adwaita-icon-theme::46.0:r0::12:ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f_populate_lic.tar.zst\nDEBUG: For url file://universal/20/0c/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/20/0c/sstate%3Aat-spi2-core-native%3Ax86_64-linux%3A2.52.0%3Ar0%3Ax86_64%3A12%3A200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd_create_spdx.tar.zst;downloadfilename=universal/20/0c/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd_create_spdx.tar.zst\nDEBUG: For url file://4f/1f/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/1f/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A12%3A4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6_populate_sysroot.tar.zst;downloadfilename=4f/1f/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6_populate_sysroot.tar.zst\nDEBUG: For url file://universal/2e/2c/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/2c/sstate%3Anasm-native%3Ax86_64-linux%3A2.16.03%3Ar0%3Ax86_64%3A12%3A2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3_create_spdx.tar.zst;downloadfilename=universal/2e/2c/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/3d/2d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e8/ef/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ee/73/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:ee733021aaa719e178fff3263e982798df2ef3daa891c9b39afe635e677f0476_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ad/70/sstate:adwaita-icon-theme::46.0:r0::12:ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f_populate_lic.tar.zst\nDEBUG: For url file://universal/3d/2d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/2d/sstate%3Alibffi-native%3Ax86_64-linux%3A3.4.6%3Ar0%3Ax86_64%3A12%3A3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7_recipe_qa.tar.zst;downloadfilename=universal/3d/2d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://21/e5/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/35/7e/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/8b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15_create_spdx.tar.zst\nDEBUG: Using  for e8/ef/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b8/71/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:b87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/b9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0db9120f7961306db8bb0a276e9eed643aabe93c6c6fbf9b3f455de5e3e378a1_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ad/70/sstate:adwaita-icon-theme::46.0:r0::12:ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f_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://c1/68/sstate:vulkan-loader::1.3.283.0:r0::12:c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/eb/94/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:eb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/e6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:b0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e8/ef/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462_package_write_rpm.tar.zst\nDEBUG: Searching for universal/b8/71/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:b87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/15/bd/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f_populate_sysroot.tar.zst\nDEBUG: For url file://ad/70/sstate:adwaita-icon-theme::46.0:r0::12:ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/70/sstate%3Aadwaita-icon-theme%3A%3A46.0%3Ar0%3A%3A12%3Aad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f_populate_lic.tar.zst;downloadfilename=ad/70/sstate:adwaita-icon-theme::46.0:r0::12:ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f_populate_lic.tar.zst\nDEBUG: Searching for c1/68/sstate:vulkan-loader::1.3.283.0:r0::12:c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/20/0c/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd_create_spdx.tar.zst\nDEBUG: Searching for universal/eb/94/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:eb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b0/e6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:b0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e8/ef/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462_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/b8/71/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:b87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28_recipe_qa.tar.zst\nDEBUG: Searching for universal/15/bd/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4f/1f/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4f1ff04db8001e559d45827721340e046c2f5bae4565126511f997e11a4865e6_populate_sysroot.tar.zst\nDEBUG: Using  for c1/68/sstate:vulkan-loader::1.3.283.0:r0::12:c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/2c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ce2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2_package.tar.zst\nDEBUG: Using  for universal/eb/94/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:eb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b0/e6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:b0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7_package_write_ipk.tar.zst\nDEBUG: For url file://e8/ef/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/ef/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.9%3Ar0%3Acore2-64%3A12%3Ae8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462_package_write_rpm.tar.zst;downloadfilename=e8/ef/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/b8/71/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:b87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28_recipe_qa.tar.zst\nDEBUG: Using  for universal/15/bd/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3d/2d/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/75/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:fc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b_package.tar.zst\nDEBUG: Testing URL file://c1/68/sstate:vulkan-loader::1.3.283.0:r0::12:c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d_populate_lic.tar.zst\nDEBUG: Searching for ce/2c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ce2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/eb/94/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:eb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b0/e6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:b0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/b8/71/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:b87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28_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/15/bd/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/aa/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:f3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867_package_write_deb.tar.zst\nDEBUG: Searching for fc/75/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:fc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c1/68/sstate:vulkan-loader::1.3.283.0:r0::12:c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ce/2c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ce2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2_package.tar.zst\nDEBUG: For url ['file', '', 'universal/eb/94/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:eb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0_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/e6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:b0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7_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://ad/70/sstate:adwaita-icon-theme::46.0:r0::12:ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f_populate_lic.tar.zst\nDEBUG: For url file://universal/b8/71/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:b87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b8/71/sstate%3Alibxml-sax-perl-native%3Ax86_64-linux%3A1.02%3Ar0%3Ax86_64%3A12%3Ab87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28_recipe_qa.tar.zst;downloadfilename=universal/b8/71/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:b87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/15/bd/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f3/aa/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:f3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fc/75/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:fc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b_package.tar.zst\nDEBUG: For url file://c1/68/sstate:vulkan-loader::1.3.283.0:r0::12:c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/68/sstate%3Avulkan-loader%3A%3A1.3.283.0%3Ar0%3A%3A12%3Ac168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d_populate_lic.tar.zst;downloadfilename=c1/68/sstate:vulkan-loader::1.3.283.0:r0::12:c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d_populate_lic.tar.zst\nDEBUG: Testing URL file://ce/2c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ce2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2_package.tar.zst\nDEBUG: For url file://universal/eb/94/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:eb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/eb/94/sstate%3Alibgpg-error-native%3Ax86_64-linux%3A1.49%3Ar0%3Ax86_64%3A12%3Aeb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/eb/94/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:eb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b0/e6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:b0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/e6/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3Ab0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7_package_write_ipk.tar.zst;downloadfilename=b0/e6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:b0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://98/80/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595_create_package_spdx.tar.zst\nDEBUG: For url file://universal/15/bd/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/15/bd/sstate%3Afile-native%3Ax86_64-linux%3A5.45%3Ar0%3Ax86_64%3A12%3A15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f_populate_sysroot.tar.zst;downloadfilename=universal/15/bd/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f_populate_sysroot.tar.zst\nDEBUG: Using  for f3/aa/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:f3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867_package_write_deb.tar.zst\nDEBUG: Testing URL file://fc/75/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:fc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b_package.tar.zst\nDEBUG: For url ['file', '', 'ce/2c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ce2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 98/80/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f3/aa/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:f3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'fc/75/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:fc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ce/2c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ce2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/2c/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ace2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2_package.tar.zst;downloadfilename=ce/2c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ce2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2_package.tar.zst\nDEBUG: Using  for 98/80/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f3/aa/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:f3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867_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://universal/b8/71/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:b87137f96c773ac8895b441c2606ac86915e8197d8b1cc0a8ff10da96c82dc28_recipe_qa.tar.zst\nDEBUG: For url file://fc/75/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:fc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/75/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A12%3Afc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b_package.tar.zst;downloadfilename=fc/75/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:fc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b_package.tar.zst\nDEBUG: Testing URL file://98/80/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595_create_package_spdx.tar.zst\nDEBUG: For url file://f3/aa/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:f3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/aa/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A12%3Af3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867_package_write_deb.tar.zst;downloadfilename=f3/aa/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:f3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/68/sstate:vulkan-loader::1.3.283.0:r0::12:c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://08/e8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:08e85e67d52877830c4a1502a63ae57b29675b1bb8a95def7cf64196cb6f82ae_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/e8/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/e6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:b0e610537acf15323b1bf8e2ce47c772a1fa2f67de0a0340ffa587ad97d3dbd7_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '98/80/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595_create_package_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/eb/94/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:eb9472d8d47f15ba79d284040536c6145b2b462437f075ca370595db8e1d24f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/15/bd/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/20/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/c2/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:4dc27db502a7869560099a507d1e2815befe73b3331e9edc1c381f6190343b41_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://af/82/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152_packagedata.tar.zst\nDEBUG: Searching for f6/e8/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/e9/0a/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:e90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://98/80/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/80/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A12%3A98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595_create_package_spdx.tar.zst;downloadfilename=98/80/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://95/29/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://31/0b/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6_package.tar.zst\nDEBUG: Searching for 9a/20/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://35/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c_package_write_ipk.tar.zst\nDEBUG: Searching for af/82/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f6/e8/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4_package_write_deb.tar.zst\nDEBUG: Searching for universal/e9/0a/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:e90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 95/29/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fc/75/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:fc75f5a2d5c92da311dde66341024d2b4509a2d5d88a2ef783cf6832080a080b_package.tar.zst\nDEBUG: Searching for 31/0b/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9a/20/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 35/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f3/aa/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:f3aa187eda6befef76fa7efa377f78418e4ff7a4bac43f6aa8e83405120aa867_package_write_deb.tar.zst\nDEBUG: Using  for af/82/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152_packagedata.tar.zst\nDEBUG: Testing URL file://f6/e8/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4_package_write_deb.tar.zst\nDEBUG: Using  for universal/e9/0a/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:e90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 95/29/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/f5/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5_create_package_spdx.tar.zst\nDEBUG: Using  for 31/0b/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6_package.tar.zst\nDEBUG: Testing URL file://9a/20/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 35/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/3e/sstate:fribidi::1.0.15:r0::12:5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2_populate_lic.tar.zst\nDEBUG: Testing URL file://af/82/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f6/e8/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4_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://universal/e9/0a/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:e90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://95/29/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92_recipe_qa.tar.zst\nDEBUG: Searching for 8e/f5/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://31/0b/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6_package.tar.zst\nDEBUG: For url ['file', '', '9a/20/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989_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://35/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c_package_write_ipk.tar.zst\nDEBUG: Searching for 5c/3e/sstate:fribidi::1.0.15:r0::12:5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'af/82/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f6/e8/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/e8/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.68%3Ar0%3Acore2-64%3A12%3Af6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4_package_write_deb.tar.zst;downloadfilename=f6/e8/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/e9/0a/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:e90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960_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', '', '95/29/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8e/f5/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '31/0b/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9a/20/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/20/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989_deploy_source_date_epoch.tar.zst;downloadfilename=9a/20/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '35/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5c/3e/sstate:fribidi::1.0.15:r0::12:5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2_populate_lic.tar.zst\nDEBUG: For url file://af/82/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/82/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A12%3Aaf82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152_packagedata.tar.zst;downloadfilename=af/82/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152_packagedata.tar.zst\nDEBUG: For url file://universal/e9/0a/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:e90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e9/0a/sstate%3Apython3-hatch-fancy-pypi-readme-native%3Ax86_64-linux%3A24.1.0%3Ar0%3Ax86_64%3A12%3Ae90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e9/0a/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:e90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://95/29/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/29/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A12%3A9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92_recipe_qa.tar.zst;downloadfilename=95/29/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92_recipe_qa.tar.zst\nDEBUG: Testing URL file://8e/f5/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5_create_package_spdx.tar.zst\nDEBUG: For url file://31/0b/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/0b/sstate%3Autfcpp%3Acore2-64-poky-linux%3A4.0.5%3Ar0%3Acore2-64%3A12%3A310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6_package.tar.zst;downloadfilename=31/0b/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6_package.tar.zst\nDEBUG: For url file://35/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/fd/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c_package_write_ipk.tar.zst;downloadfilename=35/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c_package_write_ipk.tar.zst\nDEBUG: Testing URL file://5c/3e/sstate:fribidi::1.0.15:r0::12:5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8e/f5/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5c/3e/sstate:fribidi::1.0.15:r0::12:5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2_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/f5/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/f5/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5_create_package_spdx.tar.zst;downloadfilename=8e/f5/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://af/82/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152_packagedata.tar.zst\nDEBUG: For url file://5c/3e/sstate:fribidi::1.0.15:r0::12:5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/3e/sstate%3Afribidi%3A%3A1.0.15%3Ar0%3A%3A12%3A5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2_populate_lic.tar.zst;downloadfilename=5c/3e/sstate:fribidi::1.0.15:r0::12:5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/2c/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/20/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:9a2086223fb9238b90b7ef55bda5c31827e367a0d915a2d8332c24810ee2f989_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/dc/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/2c/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ce2c845f5bd4c2cf4bd13daf7d4800b24f61ae292d9907cfa1f913e7545dd9d2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e9/0a/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:e90a62d43cc6aecf384efe40160f7f993c3d38f076169ad6c9abb2351edf8960_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/47/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://95/29/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://11/da/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9_package_qa.tar.zst\nDEBUG: Searching for 7a/dc/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://48/41/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://35/fd/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:35fd552305acf53374defb4e3dfc8e3364c006abb290c0fb340050fd6a45118c_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/b8/sstate:python3-pyproject-hooks-native::1.0.0:r0::12:5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9_populate_lic.tar.zst\nDEBUG: Searching for 4a/47/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9e/21/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a_create_package_spdx.tar.zst\nDEBUG: Searching for 11/da/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7a/dc/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582_package_write_rpm.tar.zst\nDEBUG: Searching for 48/41/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f3/4e/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad_packagedata.tar.zst\nDEBUG: Searching for 5b/b8/sstate:python3-pyproject-hooks-native::1.0.0:r0::12:5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4a/47/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf_package_write_ipk.tar.zst\nDEBUG: Searching for 9e/21/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 11/da/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9_package_qa.tar.zst\nDEBUG: Testing URL file://7a/dc/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582_package_write_rpm.tar.zst\nDEBUG: Using  for 48/41/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6_populate_sysroot.tar.zst\nDEBUG: Searching for f3/4e/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5b/b8/sstate:python3-pyproject-hooks-native::1.0.0:r0::12:5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9_populate_lic.tar.zst\nDEBUG: Testing URL file://4a/47/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf_package_write_ipk.tar.zst\nDEBUG: Using  for 9e/21/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://11/da/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9_package_qa.tar.zst\nDEBUG: For url ['file', '', '7a/dc/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582_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://48/41/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6_populate_sysroot.tar.zst\nDEBUG: Using  for f3/4e/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad_packagedata.tar.zst\nDEBUG: Testing URL file://5b/b8/sstate:python3-pyproject-hooks-native::1.0.0:r0::12:5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4a/47/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf_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://9e/21/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '11/da/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7a/dc/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/dc/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.6%3Ar0%3Acore2-64%3A12%3A7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582_package_write_rpm.tar.zst;downloadfilename=7a/dc/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '48/41/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f3/4e/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad_packagedata.tar.zst\nDEBUG: For url ['file', '', '5b/b8/sstate:python3-pyproject-hooks-native::1.0.0:r0::12:5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9_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/47/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/47/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.48.2%3Ar0%3Acore2-64%3A12%3A4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf_package_write_ipk.tar.zst;downloadfilename=4a/47/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/3e/sstate:fribidi::1.0.15:r0::12:5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9e/21/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://11/da/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/da/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A12%3A11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9_package_qa.tar.zst;downloadfilename=11/da/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9_package_qa.tar.zst\nDEBUG: For url file://48/41/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/41/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.8.2%3Ar0%3Acore2-64%3A12%3A48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6_populate_sysroot.tar.zst;downloadfilename=48/41/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f3/4e/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5b/b8/sstate:python3-pyproject-hooks-native::1.0.0:r0::12:5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/b8/sstate%3Apython3-pyproject-hooks-native%3A%3A1.0.0%3Ar0%3A%3A12%3A5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9_populate_lic.tar.zst;downloadfilename=5b/b8/sstate:python3-pyproject-hooks-native::1.0.0:r0::12:5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/5f/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39_package_write_ipk.tar.zst\nDEBUG: For url file://9e/21/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/21/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a_create_package_spdx.tar.zst;downloadfilename=9e/21/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a_create_package_spdx.tar.zst\nDEBUG: For url file://f3/4e/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/4e/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A12%3Af34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad_packagedata.tar.zst;downloadfilename=f3/4e/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad_packagedata.tar.zst\nDEBUG: Searching for 4b/5f/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7a/dc/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://31/0b/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:310bb485ca61da47a27703bd8ecc2bfbfc3626aa1f3d9cf360f4e4826308f4b6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/e8/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f6e8062e6b660f29b40e84f101d9e28f4058e9e32264d4fd4c0fa0bfcb76a2a4_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/9c/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:e49c92e3d118eb325bbac1caa5a060158bda5cc2639f4067d40825f0de8f75e3_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/ef/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://98/80/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/ab/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:8aabc88f4383a8ae8c12230a14c45db22dc21ce889d0763f07211801bd0f96aa_package_write_ipk.tar.zst\nDEBUG: Using  for 4b/5f/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/f5/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://11/da/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/39/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/a9/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/99/80/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/b8/sstate:python3-pyproject-hooks-native::1.0.0:r0::12:5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://98/8c/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://48/41/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ab/1f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/dc/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ed/91/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4b/5f/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/d4/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/09/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c_create_spdx.tar.zst\nDEBUG: Searching for 6b/39/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for dd/a9/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/99/80/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://fe/45/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:fe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e_populate_sysroot.tar.zst\nDEBUG: Searching for 98/8c/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d1/e5/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba_package.tar.zst\nDEBUG: Searching for universal/ab/1f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c9/dc/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ed/91/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4b/5f/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7d/d4/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c2/09/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6b/39/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c_packagedata.tar.zst\nDEBUG: Using  for dd/a9/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77_create_spdx.tar.zst\nDEBUG: Using  for universal/99/80/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e_create_spdx.tar.zst\nDEBUG: Searching for fe/45/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:fe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 98/8c/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536_package_qa.tar.zst\nDEBUG: Searching for d1/e5/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/ab/1f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560_create_spdx.tar.zst\nDEBUG: Using  for c9/dc/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9_create_package_spdx.tar.zst\nDEBUG: Using  for universal/ed/91/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4b/5f/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/5f/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.1%3Ar0%3Acore2-64%3A12%3A4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39_package_write_ipk.tar.zst;downloadfilename=4b/5f/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39_package_write_ipk.tar.zst\nDEBUG: Using  for 7d/d4/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6_package.tar.zst\nDEBUG: Using  for c2/09/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c_create_spdx.tar.zst\nDEBUG: Testing URL file://6b/39/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c_packagedata.tar.zst\nDEBUG: Testing URL file://dd/a9/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/99/80/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e_create_spdx.tar.zst\nDEBUG: Using  for fe/45/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:fe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://98/8c/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536_package_qa.tar.zst\nDEBUG: Using  for d1/e5/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba_package.tar.zst\nDEBUG: Testing URL file://universal/ab/1f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560_create_spdx.tar.zst\nDEBUG: Testing URL file://c9/dc/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/ed/91/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7d/d4/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6_package.tar.zst\nDEBUG: Testing URL file://c2/09/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6b/39/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'dd/a9/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77_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/99/80/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fe/45/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:fe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '98/8c/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d1/e5/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba_package.tar.zst\nDEBUG: For url ['file', '', 'universal/ab/1f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560_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/dc/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ed/91/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_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', '', '7d/d4/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c2/09/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6b/39/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/39/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A12%3A6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c_packagedata.tar.zst;downloadfilename=6b/39/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c_packagedata.tar.zst\nDEBUG: For url file://dd/a9/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/a9/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.52.0%3Ar0%3Acore2-64%3A12%3Adda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77_create_spdx.tar.zst;downloadfilename=dd/a9/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77_create_spdx.tar.zst\nDEBUG: For url file://universal/99/80/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/99/80/sstate%3Are2c-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A12%3A9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e_create_spdx.tar.zst;downloadfilename=universal/99/80/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fe/45/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:fe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://98/8c/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/8c/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.38%3Ar0%3Acore2-64%3A12%3A988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536_package_qa.tar.zst;downloadfilename=98/8c/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd1/e5/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba_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/1f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ab/1f/sstate%3Agroff-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A12%3Aab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560_create_spdx.tar.zst;downloadfilename=universal/ab/1f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560_create_spdx.tar.zst\nDEBUG: For url file://c9/dc/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/dc/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3Ac9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9_create_package_spdx.tar.zst;downloadfilename=c9/dc/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9_create_package_spdx.tar.zst\nDEBUG: For url file://universal/ed/91/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/91/sstate%3Aqemu-native%3Ax86_64-linux%3A9.0.0%3Ar0%3Ax86_64%3A12%3Aed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ed/91/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7d/d4/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/d4/sstate%3Atzdata%3Aall-poky-linux%3A2024a%3Ar0%3Aallarch%3A12%3A7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6_package.tar.zst;downloadfilename=7d/d4/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6_package.tar.zst\nDEBUG: For url file://c2/09/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/09/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.4%3Ar0%3Acore2-64%3A12%3Ac2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c_create_spdx.tar.zst;downloadfilename=c2/09/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c_create_spdx.tar.zst\nDEBUG: For url file://fe/45/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:fe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/45/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.7p1%3Ar0%3Acore2-64%3A12%3Afe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e_populate_sysroot.tar.zst;downloadfilename=fe/45/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:fe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/5f/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:4b5fa4d050c5cbcd9babd1ffa6da52ec657ee8d4d376f63e7d7fb000d5057e39_package_write_ipk.tar.zst\nDEBUG: For url file://d1/e5/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/e5/sstate%3Ataglib%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3Ad1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba_package.tar.zst;downloadfilename=d1/e5/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba_package.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/21/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/39/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/4e/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/99/80/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ab/1f/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/a5/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://98/8c/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://90/9c/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://59/37/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ed/91/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/aa/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9_populate_sysroot.tar.zst\nDEBUG: Searching for 82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d4/d0/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c_create_spdx.tar.zst\nDEBUG: Searching for fa/a5/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a9/ab/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/d4/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7dd4a1ff5a22856728859b82b2da9a77898ca9ebb56d638c2feecdde8b34a4f6_package.tar.zst\nDEBUG: Searching for 90/9c/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 59/37/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b4/ac/sstate:libvorbis::1.3.7:r0::12:b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384_populate_lic.tar.zst\nDEBUG: Searching for 8d/aa/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst\nDEBUG: Searching for d4/d0/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fa/a5/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/45/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:fe45b1486d7d26760adbb7316c318be6d752062b570c0fc87952e5d9e6b4840e_populate_sysroot.tar.zst\nDEBUG: Searching for a9/ab/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2e/2e/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31_package_write_ipk.tar.zst\nDEBUG: Using  for 90/9c/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5_package_write_ipk.tar.zst\nDEBUG: Using  for 59/37/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774_package_write_rpm.tar.zst\nDEBUG: Searching for b4/ac/sstate:libvorbis::1.3.7:r0::12:b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8d/aa/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst\nDEBUG: Using  for d4/d0/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c_create_spdx.tar.zst\nDEBUG: Testing URL file://fa/a5/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/e7/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86_create_package_spdx.tar.zst\nDEBUG: Using  for a9/ab/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/e5/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:d1e56cea015d14d7c5c8f5effd369b83854eb6f4082bff6b5cd3086e2c2330ba_package.tar.zst\nDEBUG: Searching for 2e/2e/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://90/9c/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://59/37/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774_package_write_rpm.tar.zst\nDEBUG: Using  for b4/ac/sstate:libvorbis::1.3.7:r0::12:b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384_populate_lic.tar.zst\nDEBUG: Testing URL file://8d/aa/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d4/d0/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fa/a5/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/85/e7/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a9/ab/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/39/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:ae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6_populate_sysroot.tar.zst\nDEBUG: Using  for 2e/2e/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '90/9c/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5_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', '', '59/37/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774_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://b4/ac/sstate:libvorbis::1.3.7:r0::12:b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8d/aa/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/09/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst;downloadfilename=82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd4/d0/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c_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/a5/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/a5/sstate%3Alibgcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Afaa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b_create_package_spdx.tar.zst;downloadfilename=fa/a5/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b_create_package_spdx.tar.zst\nDEBUG: Using  for universal/85/e7/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a9/ab/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ae/39/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:ae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2e/2e/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31_package_write_ipk.tar.zst\nDEBUG: For url file://90/9c/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/9c/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.4%3Ar0%3Acore2-64%3A12%3A909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5_package_write_ipk.tar.zst;downloadfilename=90/9c/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5_package_write_ipk.tar.zst\nDEBUG: For url file://59/37/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/37/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774_package_write_rpm.tar.zst;downloadfilename=59/37/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b4/ac/sstate:libvorbis::1.3.7:r0::12:b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8d/aa/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/aa/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A46.0%3Ar0%3Aallarch%3A12%3A8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9_populate_sysroot.tar.zst;downloadfilename=8d/aa/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9_populate_sysroot.tar.zst\nDEBUG: For url file://d4/d0/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/d0/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3Ad4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c_create_spdx.tar.zst;downloadfilename=d4/d0/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/85/e7/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/47/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:4a4779eba2d9a873bfdb143aaba53e69ac0bdfbddd22dfc5e2b2b96f313dccaf_package_write_ipk.tar.zst\nDEBUG: For url file://a9/ab/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/ab/sstate%3Acargo%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Aa9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18_create_package_spdx.tar.zst;downloadfilename=a9/ab/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18_create_package_spdx.tar.zst\nDEBUG: Using  for ae/39/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:ae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2e/2e/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31_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://b4/ac/sstate:libvorbis::1.3.7:r0::12:b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/ac/sstate%3Alibvorbis%3A%3A1.3.7%3Ar0%3A%3A12%3Ab4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384_populate_lic.tar.zst;downloadfilename=b4/ac/sstate:libvorbis::1.3.7:r0::12:b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/a9/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/85/e7/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86_create_package_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://a9/b8/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ae/39/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:ae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6_populate_sysroot.tar.zst\nDEBUG: For url file://2e/2e/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/2e/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31_package_write_ipk.tar.zst;downloadfilename=2e/2e/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://10/a6/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/85/e7/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/e7/sstate%3Alibtool-native%3Ax86_64-linux%3A2.5.0%3Ar0%3Ax86_64%3A12%3A85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86_create_package_spdx.tar.zst;downloadfilename=universal/85/e7/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86_create_package_spdx.tar.zst\nDEBUG: Searching for a9/b8/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ae/39/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:ae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 10/a6/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8d/aa/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:8daae3eb4a5d958bf8d984213db1e39a04885864b05645f6046c24cf83e107e9_populate_sysroot.tar.zst\nDEBUG: Using  for a9/b8/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/09/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c_create_spdx.tar.zst\nDEBUG: For url file://ae/39/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:ae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/39/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Aae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6_populate_sysroot.tar.zst;downloadfilename=ae/39/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:ae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6_populate_sysroot.tar.zst\nDEBUG: Using  for 10/a6/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/65/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a9/b8/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4f/a2/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae_create_spdx.tar.zst\nDEBUG: Testing URL file://10/a6/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d8/65/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b4/ac/sstate:libvorbis::1.3.7:r0::12:b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a9/b8/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb_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/4f/a2/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '10/a6/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f_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 d8/65/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/ad/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85_package_write_rpm.tar.zst\nDEBUG: For url file://a9/b8/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/b8/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Aa9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb_package_write_rpm.tar.zst;downloadfilename=a9/b8/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb_package_write_rpm.tar.zst\nDEBUG: Using  for universal/4f/a2/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae_create_spdx.tar.zst\nDEBUG: For url file://10/a6/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/a6/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A12%3A10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f_deploy_source_date_epoch.tar.zst;downloadfilename=10/a6/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d8/65/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415_package_write_rpm.tar.zst\nDEBUG: Searching for 4c/ad/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/4f/a2/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://59/37/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/85/e7/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd8/65/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4c/ad/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/4f/a2/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae_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://ae/39/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:ae39352d71c8382fb8c9ab8e457155d5c2bb310e98440d505bb83915ddc7e8f6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/63/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/18/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88_recipe_qa.tar.zst\nDEBUG: For url file://d8/65/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/65/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A12%3Ad8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415_package_write_rpm.tar.zst;downloadfilename=d8/65/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415_package_write_rpm.tar.zst\nDEBUG: Testing URL file://4c/ad/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85_package_write_rpm.tar.zst\nDEBUG: For url file://universal/4f/a2/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4f/a2/sstate%3Alibxtst-native%3Ax86_64-linux%3A1.2.4%3Ar0%3Ax86_64%3A12%3A4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae_create_spdx.tar.zst;downloadfilename=universal/4f/a2/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9b/ae/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75_create_package_spdx.tar.zst\nDEBUG: Searching for 4b/63/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fd/18/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4c/ad/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85_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/9b/ae/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4b/63/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://90/9c/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:909c2a7a7508ed505bb37dfad438a1c41c9c10c02cc8d5910c61c72726f312a5_package_write_ipk.tar.zst\nDEBUG: Using  for fd/18/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88_recipe_qa.tar.zst\nDEBUG: For url file://4c/ad/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/ad/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85_package_write_rpm.tar.zst;downloadfilename=4c/ad/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85_package_write_rpm.tar.zst\nDEBUG: Using  for universal/9b/ae/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75_create_package_spdx.tar.zst\nDEBUG: Testing URL file://4b/63/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/4a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3_package_qa.tar.zst\nDEBUG: Testing URL file://fd/18/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/9b/ae/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '4b/63/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de_create_package_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/31/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:a0314dd671b0e4af94958163eaa28075704d2ff216ef70f33d344d02dcb0866e_populate_sysroot.tar.zst\nDEBUG: Searching for 7c/4a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'fd/18/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88_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/9b/ae/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4b/63/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/63/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A12%3A4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de_create_package_spdx.tar.zst;downloadfilename=4b/63/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/18/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:f918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4f/a2/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae_create_spdx.tar.zst\nDEBUG: Using  for 7c/4a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3_package_qa.tar.zst\nDEBUG: For url file://fd/18/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/18/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A12%3Afd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88_recipe_qa.tar.zst;downloadfilename=fd/18/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88_recipe_qa.tar.zst\nDEBUG: For url file://universal/9b/ae/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9b/ae/sstate%3Aglslang-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3A9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75_create_package_spdx.tar.zst;downloadfilename=universal/9b/ae/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75_create_package_spdx.tar.zst\nDEBUG: Searching for f9/18/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:f918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b3/0b/sstate:bash::5.2.21:r0::12:b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610_populate_lic.tar.zst\nDEBUG: Testing URL file://7c/4a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/ad/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85_package_write_rpm.tar.zst\nDEBUG: Using  for f9/18/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:f918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3_populate_sysroot.tar.zst\nDEBUG: Searching for b3/0b/sstate:bash::5.2.21:r0::12:b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7c/4a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3_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://10/a6/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:10a64360179063de5be9f38dc63db8aa789c59a69a83c540568464cd8ed4685f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/ad/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2_package_qa.tar.zst\nDEBUG: Testing URL file://f9/18/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:f918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3_populate_sysroot.tar.zst\nDEBUG: Using  for b3/0b/sstate:bash::5.2.21:r0::12:b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610_populate_lic.tar.zst\nDEBUG: For url file://7c/4a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/4a/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3_package_qa.tar.zst;downloadfilename=7c/4a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://58/a3/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0b/ad/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f9/18/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:f918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3_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/0b/sstate:bash::5.2.21:r0::12:b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610_populate_lic.tar.zst\nDEBUG: Searching for 58/a3/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0b/ad/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2_package_qa.tar.zst\nDEBUG: For url file://f9/18/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:f918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/18/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A12%3Af918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3_populate_sysroot.tar.zst;downloadfilename=f9/18/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:f918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b3/0b/sstate:bash::5.2.21:r0::12:b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 58/a3/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0b/ad/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9b/ae/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75_create_package_spdx.tar.zst\nDEBUG: For url file://b3/0b/sstate:bash::5.2.21:r0::12:b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/0b/sstate%3Abash%3A%3A5.2.21%3Ar0%3A%3A12%3Ab30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610_populate_lic.tar.zst;downloadfilename=b3/0b/sstate:bash::5.2.21:r0::12:b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610_populate_lic.tar.zst\nDEBUG: Testing URL file://58/a3/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0b/ad/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2_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://77/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '58/a3/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2_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/ad/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/ad/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A12%3A0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2_package_qa.tar.zst;downloadfilename=0b/ad/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2_package_qa.tar.zst\nDEBUG: Searching for 77/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://58/a3/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/a3/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A12%3A58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2_deploy_source_date_epoch.tar.zst;downloadfilename=58/a3/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 77/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/4a/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3_package_qa.tar.zst\nDEBUG: Testing URL file://77/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/28/65/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '77/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9_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/63/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de_create_package_spdx.tar.zst\nDEBUG: Searching for universal/28/65/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://77/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/9f/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.5.1%3Ar0%3Acore2-64%3A12%3A779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9_deploy_source_date_epoch.tar.zst;downloadfilename=77/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://98/d3/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b_package_write_deb.tar.zst\nDEBUG: Using  for universal/28/65/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/0b/sstate:bash::5.2.21:r0::12:b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610_populate_lic.tar.zst\nDEBUG: Searching for 98/d3/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/28/65/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73_create_package_spdx.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://fd/18/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/ad/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/e2/sstate:pulseaudio-client-conf-sato::1:r0::12:3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4_populate_lic.tar.zst\nDEBUG: Using  for 98/d3/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/28/65/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73_create_package_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/72/13/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://58/a3/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:58a303ae6b63da6b0998859a672a33c6ae41f2aedacf637bb30052ca0e56b8f2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/f5/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3f/e2/sstate:pulseaudio-client-conf-sato::1:r0::12:3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://98/d3/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b_package_write_deb.tar.zst\nDEBUG: For url file://universal/28/65/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/28/65/sstate%3Aperl-native%3Ax86_64-linux%3A5.38.2%3Ar0%3Ax86_64%3A12%3A2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73_create_package_spdx.tar.zst;downloadfilename=universal/28/65/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73_create_package_spdx.tar.zst\nDEBUG: Searching for universal/72/13/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2b/45/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa_package_qa.tar.zst\nDEBUG: Searching for 9b/f5/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3f/e2/sstate:pulseaudio-client-conf-sato::1:r0::12:3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '98/d3/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/72/13/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca_create_spdx.tar.zst\nDEBUG: Searching for 2b/45/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a9/b8/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb_package_write_rpm.tar.zst\nDEBUG: Using  for 9b/f5/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3f/e2/sstate:pulseaudio-client-conf-sato::1:r0::12:3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4_populate_lic.tar.zst\nDEBUG: For url file://98/d3/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/d3/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.36%3Ar0%3Aallarch%3A12%3A98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b_package_write_deb.tar.zst;downloadfilename=98/d3/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/72/13/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca_create_spdx.tar.zst\nDEBUG: Using  for 2b/45/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3f/5c/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://9b/f5/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad_deploy_source_date_epoch.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst: HTTP Error 404: Not Found\nDEBUG: For url ['file', '', '3f/e2/sstate:pulseaudio-client-conf-sato::1:r0::12:3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4_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/72/13/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2b/45/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa_package_qa.tar.zst\nDEBUG: Searching for universal/3f/5c/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9b/f5/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad_deploy_source_date_epoch.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://82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst (FetchError(\"URL doesn't work\", 'file://82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://82/09/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687_create_spdx.tar.zst'. URL doesn't work\n\nDEBUG: For url file://3f/e2/sstate:pulseaudio-client-conf-sato::1:r0::12:3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/e2/sstate%3Apulseaudio-client-conf-sato%3A%3A1%3Ar0%3A%3A12%3A3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4_populate_lic.tar.zst;downloadfilename=3f/e2/sstate:pulseaudio-client-conf-sato::1:r0::12:3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4_populate_lic.tar.zst\nDEBUG: For url file://universal/72/13/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/13/sstate%3Alibidn2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A12%3A72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca_create_spdx.tar.zst;downloadfilename=universal/72/13/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2b/45/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/3f/5c/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a_create_package_spdx.tar.zst\nDEBUG: For url file://9b/f5/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/f5/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A12%3A9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad_deploy_source_date_epoch.tar.zst;downloadfilename=9b/f5/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/28/65/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst\nDEBUG: For url file://2b/45/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/45/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa_package_qa.tar.zst;downloadfilename=2b/45/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa_package_qa.tar.zst\nDEBUG: Testing URL file://universal/3f/5c/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://98/d3/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:98d3bf444e7dea13baf5c22938b6e609bc254979fdfd8b567db833514f2a956b_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://91/fa/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d_package_write_deb.tar.zst\nDEBUG: Searching for 96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/3f/5c/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a_create_package_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/b9/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73_packagedata.tar.zst\nDEBUG: Searching for 91/fa/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/72/13/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca_create_spdx.tar.zst\nDEBUG: Using  for 96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst\nDEBUG: For url file://universal/3f/5c/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3f/5c/sstate%3Alibx11-native%3Ax86_64-linux%3A1.8.9%3Ar0%3Ax86_64%3A12%3A3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a_create_package_spdx.tar.zst;downloadfilename=universal/3f/5c/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a_create_package_spdx.tar.zst\nDEBUG: Searching for b0/b9/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 91/fa/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/f2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/e2/sstate:pulseaudio-client-conf-sato::1:r0::12:3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4_populate_lic.tar.zst\nDEBUG: Testing URL file://96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst\nDEBUG: Using  for b0/b9/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73_packagedata.tar.zst\nDEBUG: Testing URL file://91/fa/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/f5/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:9bf507c180920c30360ecb28b438fdc84c8715aa7f49cc8c2fb04b4c524d09ad_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ea/f2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://94/2d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725_packagedata.tar.zst\nDEBUG: For url ['file', '', '96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b0/b9/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73_packagedata.tar.zst\nDEBUG: For url ['file', '', '91/fa/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d_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://ea/83/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/45/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa_package_qa.tar.zst\nDEBUG: Using  for ea/f2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939_package_write_rpm.tar.zst\nDEBUG: Searching for 94/2d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/4b/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst;downloadfilename=96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst\nDEBUG: For url ['file', '', 'b0/b9/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://91/fa/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/fa/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d_package_write_deb.tar.zst;downloadfilename=91/fa/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d_package_write_deb.tar.zst\nDEBUG: Searching for ea/83/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://34/8c/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437_package_qa.tar.zst\nDEBUG: Testing URL file://ea/f2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939_package_write_rpm.tar.zst\nDEBUG: Using  for 94/2d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725_packagedata.tar.zst\nDEBUG: For url file://b0/b9/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/b9/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3Ab0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73_packagedata.tar.zst;downloadfilename=b0/b9/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/65/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/2e/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:2e2ec495c54e41011fd9f54b54b52f321207bb9ddc0656bad3f84c4d43a5ac31_package_write_ipk.tar.zst\nDEBUG: Using  for ea/83/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b_package_write_rpm.tar.zst\nDEBUG: Searching for 34/8c/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/3f/5c/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ea/f2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939_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://fa/a5/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://94/2d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://63/9b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/7f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b_package_qa.tar.zst\nDEBUG: Testing URL file://ea/83/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b_package_write_rpm.tar.zst\nDEBUG: Using  for 34/8c/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://96/28/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ea/f2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/f2/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3Aeaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939_package_write_rpm.tar.zst;downloadfilename=ea/f2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e3/73/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '94/2d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 63/9b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e8/7f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ea/83/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b_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://34/8c/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437_package_qa.tar.zst\nDEBUG: Searching for 96/28/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/e3/73/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://94/2d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/2d/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.33.1%3Ar0%3Acore2-64%3A12%3A942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725_packagedata.tar.zst;downloadfilename=94/2d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725_packagedata.tar.zst\nDEBUG: Using  for 63/9b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205_package.tar.zst\nDEBUG: Using  for e8/7f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b_package_qa.tar.zst\nDEBUG: For url file://ea/83/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/83/sstate%3Agdb%3Acore2-64-poky-linux%3A14.2%3Ar0%3Acore2-64%3A12%3Aea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b_package_write_rpm.tar.zst;downloadfilename=ea/83/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '34/8c/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 96/28/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/e3/73/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/b9/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73_packagedata.tar.zst\nDEBUG: Testing URL file://63/9b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205_package.tar.zst\nDEBUG: Testing URL file://e8/7f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b_package_qa.tar.zst\nDEBUG: For url file://34/8c/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/8c/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A12%3A348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437_package_qa.tar.zst;downloadfilename=34/8c/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437_package_qa.tar.zst\nDEBUG: Testing URL file://96/28/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e3/73/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://31/81/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '63/9b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e8/7f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b_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://ea/f2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '96/28/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1_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/e3/73/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 31/81/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://63/9b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/9b/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A12%3A639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205_package.tar.zst;downloadfilename=63/9b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205_package.tar.zst\nDEBUG: For url file://e8/7f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/7f/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A12%3Ae87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b_package_qa.tar.zst;downloadfilename=e8/7f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://94/2d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://62/bd/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a_package_write_ipk.tar.zst\nDEBUG: For url file://96/28/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/28/sstate%3Awayland%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1_deploy_source_date_epoch.tar.zst;downloadfilename=96/28/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/e3/73/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e3/73/sstate%3Alibjpeg-turbo-native%3Ax86_64-linux%3A3.0.1%3Ar0%3Ax86_64%3A12%3Ae3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6_populate_sysroot.tar.zst;downloadfilename=universal/e3/73/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6_populate_sysroot.tar.zst\nDEBUG: Using  for 31/81/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://94/40/sstate:flex::2.6.4:r0::12:9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd_populate_lic.tar.zst\nDEBUG: Searching for 62/bd/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://31/81/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175_populate_sysroot.tar.zst\nDEBUG: Searching for 94/40/sstate:flex::2.6.4:r0::12:9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 62/bd/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '31/81/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175_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://f9/18/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:f918c1738cd8bac9d259394d0c9a6fb7d1e1f74e34841852f14b0be8b155c7e3_populate_sysroot.tar.zst\nDEBUG: Using  for 94/40/sstate:flex::2.6.4:r0::12:9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd_populate_lic.tar.zst\nDEBUG: Testing URL file://62/bd/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a_package_write_ipk.tar.zst\nDEBUG: For url file://31/81/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/81/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175_populate_sysroot.tar.zst;downloadfilename=31/81/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/01/a0/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://94/40/sstate:flex::2.6.4:r0::12:9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd_populate_lic.tar.zst\nDEBUG: For url ['file', '', '62/bd/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/01/a0/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://63/9b/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:639b1d66b36a728db234f4ee1d588c32cb29b90169aed195faf57cccc5427205_package.tar.zst\nDEBUG: For url ['file', '', '94/40/sstate:flex::2.6.4:r0::12:9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd_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/7f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b_package_qa.tar.zst\nDEBUG: For url file://62/bd/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/bd/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A12%3A62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a_package_write_ipk.tar.zst;downloadfilename=62/bd/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a_package_write_ipk.tar.zst\nDEBUG: Using  for universal/01/a0/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://da/5e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:da5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f_populate_sysroot.tar.zst\nDEBUG: For url file://94/40/sstate:flex::2.6.4:r0::12:9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/40/sstate%3Aflex%3A%3A2.6.4%3Ar0%3A%3A12%3A9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd_populate_lic.tar.zst;downloadfilename=94/40/sstate:flex::2.6.4:r0::12:9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/23/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e3/73/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/01/a0/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for da/5e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:da5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7c/23/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f0/e0/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:f0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785_package.tar.zst\nDEBUG: For url ['file', '', 'universal/01/a0/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722_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 da/5e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:da5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f_populate_sysroot.tar.zst\nDEBUG: Using  for 7c/23/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae_create_package_spdx.tar.zst\nDEBUG: Searching for f0/e0/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:f0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/01/a0/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/01/a0/sstate%3Alibxau-native%3Ax86_64-linux%3A1.0.11%3Ar0%3Ax86_64%3A12%3A01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722_deploy_source_date_epoch.tar.zst;downloadfilename=universal/01/a0/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://da/5e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:da5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://7c/23/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae_create_package_spdx.tar.zst\nDEBUG: Using  for f0/e0/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:f0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785_package.tar.zst\nDEBUG: For url ['file', '', 'da/5e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:da5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f_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/23/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f0/e0/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:f0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785_package.tar.zst\nDEBUG: For url file://da/5e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:da5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/5e/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3Ada5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f_populate_sysroot.tar.zst;downloadfilename=da/5e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:da5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f_populate_sysroot.tar.zst\nDEBUG: For url file://7c/23/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/23/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae_create_package_spdx.tar.zst;downloadfilename=7c/23/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f0/e0/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:f0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785_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://94/40/sstate:flex::2.6.4:r0::12:9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd_populate_lic.tar.zst\nDEBUG: For url file://f0/e0/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:f0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/e0/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.18.1%3Ar0%3Acore2-64%3A12%3Af0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785_package.tar.zst;downloadfilename=f0/e0/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:f0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785_package.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/4b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6_package_qa.tar.zst\nDEBUG: Searching for cc/4b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cc/4b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6_package_qa.tar.zst\nDEBUG: Testing URL file://cc/4b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6_package_qa.tar.zst\nDEBUG: For url ['file', '', 'cc/4b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6_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/4b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/4b/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.7%3Ar0%3Acore2-64%3A12%3Acc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6_package_qa.tar.zst;downloadfilename=cc/4b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/01/a0/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:01a00af28c0c9378af173424c03e86ebf5c579afc92bb6b119869f758ee94722_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://34/8c/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/84/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://00/14/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030_create_package_spdx.tar.zst\nDEBUG: Searching for 0f/84/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 00/14/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://da/5e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:da5eb6f60a3ea1f4480a5953220572e08880a09cd5db5c277932065e8efe7a9f_populate_sysroot.tar.zst\nDEBUG: Using  for 0f/84/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0_packagedata.tar.zst\nDEBUG: Using  for 00/14/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b5/c6/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://0f/84/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0_packagedata.tar.zst\nDEBUG: Testing URL file://00/14/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030_create_package_spdx.tar.zst\nDEBUG: Searching for universal/b5/c6/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0f/84/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '00/14/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/b5/c6/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2_create_package_spdx.tar.zst\nDEBUG: For url file://0f/84/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/84/sstate%3Ataglib%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0_packagedata.tar.zst;downloadfilename=0f/84/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0_packagedata.tar.zst\nDEBUG: For url file://00/14/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/14/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A12%3A00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030_create_package_spdx.tar.zst;downloadfilename=00/14/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b5/c6/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b5/c6/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2_create_package_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/4b/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6_package_qa.tar.zst\nDEBUG: For url file://universal/b5/c6/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b5/c6/sstate%3Apython3-pygments-native%3Ax86_64-linux%3A2.18.0%3Ar0%3Ax86_64%3A12%3Ab5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2_create_package_spdx.tar.zst;downloadfilename=universal/b5/c6/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://96/28/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:96283b2f7ccef1e1d9e22c098959621843168c3bc74cb0f58c1c3bd839a731e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://57/e2/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://77/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:779f7ba0dfb45129077ee9d5bb7871874b7a5d33ca9449ac6993b3c7d8e2b0d9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/39/33/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/ab/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18_create_package_spdx.tar.zst\nDEBUG: Searching for 57/e2/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://34/82/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee_populate_sysroot.tar.zst\nDEBUG: Searching for universal/39/33/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://98/a6/sstate:libxshmfence-native::1.3.2:r0::12:98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff_populate_lic.tar.zst\nDEBUG: Using  for 57/e2/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/84/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0_packagedata.tar.zst\nDEBUG: Searching for 34/82/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/39/33/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601_create_package_spdx.tar.zst\nDEBUG: Searching for 98/a6/sstate:libxshmfence-native::1.3.2:r0::12:98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://57/e2/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://70/47/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397_package_write_rpm.tar.zst\nDEBUG: Using  for 34/82/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/39/33/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601_create_package_spdx.tar.zst\nDEBUG: Using  for 98/a6/sstate:libxshmfence-native::1.3.2:r0::12:98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff_populate_lic.tar.zst\nDEBUG: For url ['file', '', '57/e2/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 70/47/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://34/82/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/39/33/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://98/a6/sstate:libxshmfence-native::1.3.2:r0::12:98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff_populate_lic.tar.zst\nDEBUG: For url file://57/e2/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/e2/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e_create_spdx.tar.zst;downloadfilename=57/e2/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e_create_spdx.tar.zst\nDEBUG: Using  for 70/47/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '34/82/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee_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/39/33/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/33/sstate%3Agettext-minimal-native%3Ax86_64-linux%3A0.22.5%3Ar0%3Ax86_64%3A12%3A3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601_create_package_spdx.tar.zst;downloadfilename=universal/39/33/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '98/a6/sstate:libxshmfence-native::1.3.2:r0::12:98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff_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/47/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b5/c6/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2_create_package_spdx.tar.zst\nDEBUG: For url file://34/82/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/82/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A12%3A3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee_populate_sysroot.tar.zst;downloadfilename=34/82/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee_populate_sysroot.tar.zst\nDEBUG: For url file://98/a6/sstate:libxshmfence-native::1.3.2:r0::12:98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/a6/sstate%3Alibxshmfence-native%3A%3A1.3.2%3Ar0%3A%3A12%3A98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff_populate_lic.tar.zst;downloadfilename=98/a6/sstate:libxshmfence-native::1.3.2:r0::12:98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff_populate_lic.tar.zst\nDEBUG: For url ['file', '', '70/47/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397_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://e6/a5/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3_create_package_spdx.tar.zst\nDEBUG: For url file://70/47/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/47/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A12%3A7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397_package_write_rpm.tar.zst;downloadfilename=70/47/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397_package_write_rpm.tar.zst\nDEBUG: Searching for e6/a5/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e6/a5/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3_create_package_spdx.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: Testing URL file://e6/a5/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e6/a5/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e6/a5/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/a5/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3Ae6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3_create_package_spdx.tar.zst;downloadfilename=e6/a5/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/39/33/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/ea/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://98/a6/sstate:libxshmfence-native::1.3.2:r0::12:98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://34/82/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:3482c4a2e1deb6349bea883ad17b3a8f8a7fcab7f9a1c90c8aae6d49f3aa15ee_populate_sysroot.tar.zst\nDEBUG: Searching for 3f/ea/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d4/d0/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/4a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/e0/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5_create_spdx.tar.zst\nDEBUG: Using  for 3f/ea/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://02/b3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00_create_spdx.tar.zst\nDEBUG: Searching for e7/4a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a3/e0/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3f/ea/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407_packagedata.tar.zst\nDEBUG: Searching for 02/b3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e7/4a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654_packagedata.tar.zst\nDEBUG: Using  for a3/e0/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3f/ea/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 02/b3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00_create_spdx.tar.zst\nDEBUG: Testing URL file://e7/4a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://70/47/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a3/e0/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5_create_spdx.tar.zst\nDEBUG: For url file://3f/ea/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/ea/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407_packagedata.tar.zst;downloadfilename=3f/ea/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407_packagedata.tar.zst\nDEBUG: Testing URL file://02/b3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00_create_spdx.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst: HTTP Error 404: Not Found\nDEBUG: For url ['file', '', 'e7/4a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654_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://62/42/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a3/e0/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '02/b3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00_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/4a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/4a/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A12%3Ae74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654_packagedata.tar.zst;downloadfilename=e7/4a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654_packagedata.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst (FetchError(\"URL doesn't work\", 'file://96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://96/4b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c_image_qa.tar.zst'. URL doesn't work\n\nDEBUG: Searching for 62/42/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a3/e0/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/e0/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A12%3Aa3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5_create_spdx.tar.zst;downloadfilename=a3/e0/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5_create_spdx.tar.zst\nDEBUG: For url file://02/b3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/b3/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00_create_spdx.tar.zst;downloadfilename=02/b3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://82/54/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943_package_write_deb.tar.zst\nDEBUG: Using  for 62/42/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63_populate_sysroot.tar.zst\nDEBUG: Searching for 82/54/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://31/81/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:318139170010d0183db06381f4179ba342a49ed4848accca324f583d39e90175_populate_sysroot.tar.zst\nDEBUG: Testing URL file://62/42/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63_populate_sysroot.tar.zst\nDEBUG: Using  for 82/54/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://68/13/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '62/42/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://82/54/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943_package_write_deb.tar.zst\nDEBUG: Searching for 68/13/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://62/42/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/42/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A12%3A624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63_populate_sysroot.tar.zst;downloadfilename=62/42/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/4a/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654_packagedata.tar.zst\nDEBUG: For url ['file', '', '82/54/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 68/13/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/b6/sstate:cracklib-native::2.9.11:r0::12:f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9_populate_lic.tar.zst\nDEBUG: For url file://82/54/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/54/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A12%3A82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943_package_write_deb.tar.zst;downloadfilename=82/54/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943_package_write_deb.tar.zst\nDEBUG: Testing URL file://68/13/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e_package_write_rpm.tar.zst\nDEBUG: Searching for f8/b6/sstate:cracklib-native::2.9.11:r0::12:f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '68/13/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f8/b6/sstate:cracklib-native::2.9.11:r0::12:f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9_populate_lic.tar.zst\nDEBUG: For url file://68/13/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/13/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e_package_write_rpm.tar.zst;downloadfilename=68/13/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f8/b6/sstate:cracklib-native::2.9.11:r0::12:f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f8/b6/sstate:cracklib-native::2.9.11:r0::12:f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9_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/b6/sstate:cracklib-native::2.9.11:r0::12:f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/b6/sstate%3Acracklib-native%3A%3A2.9.11%3Ar0%3A%3A12%3Af8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9_populate_lic.tar.zst;downloadfilename=f8/b6/sstate:cracklib-native::2.9.11:r0::12:f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://62/42/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:624215ad739c48c82e8174d69ea4d3d6d661d15be75760fc738ee43e8f30fd63_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://55/c5/sstate:speexdsp::1.2.1:r0::12:55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2_populate_lic.tar.zst\nDEBUG: Searching for 55/c5/sstate:speexdsp::1.2.1:r0::12:55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 55/c5/sstate:speexdsp::1.2.1:r0::12:55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2_populate_lic.tar.zst\nDEBUG: Testing URL file://55/c5/sstate:speexdsp::1.2.1:r0::12:55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2_populate_lic.tar.zst\nDEBUG: For url ['file', '', '55/c5/sstate:speexdsp::1.2.1:r0::12:55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2_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/c5/sstate:speexdsp::1.2.1:r0::12:55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/c5/sstate%3Aspeexdsp%3A%3A1.2.1%3Ar0%3A%3A12%3A55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2_populate_lic.tar.zst;downloadfilename=55/c5/sstate:speexdsp::1.2.1:r0::12:55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/ea/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://82/54/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:82543e0587638b1a22cb3d2e44772896025ca65268130c576196f78ed0fa0943_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://83/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/51/sstate:gzip::1.13:r0::12:cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc_populate_lic.tar.zst\nDEBUG: Searching for 83/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cb/51/sstate:gzip::1.13:r0::12:cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 83/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://68/13/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e_package_write_rpm.tar.zst\nDEBUG: Using  for cb/51/sstate:gzip::1.13:r0::12:cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc_populate_lic.tar.zst\nDEBUG: Testing URL file://83/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/35/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90_recipe_qa.tar.zst\nDEBUG: Testing URL file://cb/51/sstate:gzip::1.13:r0::12:cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc_populate_lic.tar.zst\nDEBUG: For url ['file', '', '83/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2c/35/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cb/51/sstate:gzip::1.13:r0::12:cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc_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/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/ea/sstate%3Aglib-2.0-initial%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a_package_write_rpm.tar.zst;downloadfilename=83/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a_package_write_rpm.tar.zst\nDEBUG: Using  for 2c/35/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90_recipe_qa.tar.zst\nDEBUG: For url file://cb/51/sstate:gzip::1.13:r0::12:cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/51/sstate%3Agzip%3A%3A1.13%3Ar0%3A%3A12%3Acb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc_populate_lic.tar.zst;downloadfilename=cb/51/sstate:gzip::1.13:r0::12:cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/b6/sstate:cracklib-native::2.9.11:r0::12:f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9_populate_lic.tar.zst\nDEBUG: Testing URL file://2c/35/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://55/c5/sstate:speexdsp::1.2.1:r0::12:55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://11/af/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://00/14/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2c/35/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90_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://af/d4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d_package_write_rpm.tar.zst\nDEBUG: Searching for 11/af/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9f/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87_package_write_deb.tar.zst\nDEBUG: For url file://2c/35/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/35/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90_recipe_qa.tar.zst;downloadfilename=2c/35/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90_recipe_qa.tar.zst\nDEBUG: Searching for af/d4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 11/af/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6_packagedata.tar.zst\nDEBUG: Searching for 9f/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for af/d4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://11/af/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6_packagedata.tar.zst\nDEBUG: Using  for 9f/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87_package_write_deb.tar.zst\nDEBUG: Testing URL file://af/d4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '11/af/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9f/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'af/d4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d_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://11/af/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/af/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.15%3Ar0%3Acore2-64%3A12%3A11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6_packagedata.tar.zst;downloadfilename=11/af/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6_packagedata.tar.zst\nDEBUG: For url ['file', '', '9f/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87_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://af/d4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/d4/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3Aafd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d_package_write_rpm.tar.zst;downloadfilename=af/d4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d_package_write_rpm.tar.zst\nDEBUG: For url file://9f/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/bc/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87_package_write_deb.tar.zst;downloadfilename=9f/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/51/sstate:gzip::1.13:r0::12:cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://83/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://62/bd/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:62bd09d65aab95818fc8c809d9631b9955cb237cc2e2747507abba2885c8a52a_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://86/95/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/dc/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/35/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/c2/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/ed/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177_create_spdx.tar.zst\nDEBUG: Searching for 86/95/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b7/62/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/fe/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c_populate_sysroot.tar.zst\nDEBUG: Searching for 2d/c2/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8a/ed/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 86/95/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b_packagedata.tar.zst\nDEBUG: Searching for b7/62/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d7/fe/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2d/c2/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474_populate_sysroot.tar.zst\nDEBUG: Using  for 8a/ed/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177_create_spdx.tar.zst\nDEBUG: Testing URL file://86/95/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b_packagedata.tar.zst\nDEBUG: Using  for b7/62/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://11/af/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6_packagedata.tar.zst\nDEBUG: Using  for d7/fe/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2d/c2/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8a/ed/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177_create_spdx.tar.zst\nDEBUG: For url ['file', '', '86/95/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b7/62/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/2c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:eb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed_package.tar.zst\nDEBUG: Testing URL file://d7/fe/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2d/c2/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8a/ed/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://86/95/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/95/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b_packagedata.tar.zst;downloadfilename=86/95/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b7/62/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for eb/2c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:eb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd7/fe/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c_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/c2/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/c2/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A12%3A2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474_populate_sysroot.tar.zst;downloadfilename=2d/c2/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474_populate_sysroot.tar.zst\nDEBUG: For url file://8a/ed/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/ed/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A12%3A8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177_create_spdx.tar.zst;downloadfilename=8a/ed/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177_create_spdx.tar.zst\nDEBUG: For url file://b7/62/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/62/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A12%3Ab76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7_packagedata.tar.zst;downloadfilename=b7/62/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7_packagedata.tar.zst\nDEBUG: Using  for eb/2c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:eb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed_package.tar.zst\nDEBUG: For url file://d7/fe/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/fe/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A12%3Ad7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c_populate_sysroot.tar.zst;downloadfilename=d7/fe/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://eb/2c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:eb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/23/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'eb/2c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:eb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed_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://af/d4/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://39/a8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4_create_spdx.tar.zst\nDEBUG: For url file://eb/2c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:eb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/2c/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Aeb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed_package.tar.zst;downloadfilename=eb/2c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:eb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7a/45/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://86/95/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b_packagedata.tar.zst\nDEBUG: Searching for 39/a8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/7a/45/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/af/b4/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:afb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/62/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/a5/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/e0/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:f0e008930dda378e478ad5ec61367ff91874eb5f151f51b36eb8cc361ba4c785_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/c2/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2dc22897019fc95988dbb579a1d12c0fa02788df9128572f8e9c3800d6367474_populate_sysroot.tar.zst\nDEBUG: Using  for 39/a8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4_create_spdx.tar.zst\nDEBUG: Using  for universal/7a/45/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2_create_spdx.tar.zst\nDEBUG: Searching for universal/af/b4/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:afb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6d/7a/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/fe/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:d7feee791e205de793652aa6300ca22df466e8b3100a9930656137c19f1bfe9c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/b0/sstate:time::1.9:r0::12:acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://53/d4/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/15/d4/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82_create_package_spdx.tar.zst\nDEBUG: Testing URL file://39/a8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/7a/45/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2_create_spdx.tar.zst\nDEBUG: Using  for universal/af/b4/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:afb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6d/7a/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/b9/fc/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a_recipe_qa.tar.zst\nDEBUG: Searching for ac/b0/sstate:time::1.9:r0::12:acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 53/d4/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/15/d4/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '39/a8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4_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/7a/45/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2_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/af/b4/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:afb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6d/7a/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b_packagedata.tar.zst\nDEBUG: Searching for universal/b9/fc/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ac/b0/sstate:time::1.9:r0::12:acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a_populate_lic.tar.zst\nDEBUG: Using  for 53/d4/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8_package_write_ipk.tar.zst\nDEBUG: Using  for universal/15/d4/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82_create_package_spdx.tar.zst\nDEBUG: For url file://39/a8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/a8/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A12%3A39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4_create_spdx.tar.zst;downloadfilename=39/a8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4_create_spdx.tar.zst\nDEBUG: For url file://universal/7a/45/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7a/45/sstate%3Apython3-setuptools-scm-native%3Ax86_64-linux%3A8.1.0%3Ar0%3Ax86_64%3A12%3A7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2_create_spdx.tar.zst;downloadfilename=universal/7a/45/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/af/b4/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:afb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c_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://6d/7a/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b_packagedata.tar.zst\nDEBUG: Using  for universal/b9/fc/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a_recipe_qa.tar.zst\nDEBUG: Testing URL file://ac/b0/sstate:time::1.9:r0::12:acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a_populate_lic.tar.zst\nDEBUG: Testing URL file://53/d4/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/15/d4/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82_create_package_spdx.tar.zst\nDEBUG: For url file://universal/af/b4/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:afb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/af/b4/sstate%3Apython3-importlib-metadata-native%3Ax86_64-linux%3A7.1.0%3Ar0%3Ax86_64%3A12%3Aafb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/af/b4/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:afb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://57/e2/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6d/7a/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b_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://02/b3/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/b9/fc/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ac/b0/sstate:time::1.9:r0::12:acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a_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/d4/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8_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', '', 'universal/15/d4/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82_create_package_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/5b/sstate:nettle::3.9.1:r0::12:f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793_populate_lic.tar.zst\nDEBUG: For url file://6d/7a/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/7a/sstate%3Axxhash%3Acore2-64-poky-linux%3A0.8.2%3Ar0%3Acore2-64%3A12%3A6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b_packagedata.tar.zst;downloadfilename=6d/7a/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/7c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/b9/fc/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ac/b0/sstate:time::1.9:r0::12:acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/b0/sstate%3Atime%3A%3A1.9%3Ar0%3A%3A12%3Aacb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a_populate_lic.tar.zst;downloadfilename=ac/b0/sstate:time::1.9:r0::12:acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a_populate_lic.tar.zst\nDEBUG: For url file://53/d4/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/d4/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A12%3A53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8_package_write_ipk.tar.zst;downloadfilename=53/d4/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8_package_write_ipk.tar.zst\nDEBUG: For url file://universal/15/d4/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/15/d4/sstate%3Apython3-pip-native%3Ax86_64-linux%3A24.0%3Ar0%3Ax86_64%3A12%3A15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82_create_package_spdx.tar.zst;downloadfilename=universal/15/d4/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82_create_package_spdx.tar.zst\nDEBUG: Searching for f7/5b/sstate:nettle::3.9.1:r0::12:f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/7a/45/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2_create_spdx.tar.zst\nDEBUG: Searching for 1d/7c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/b9/fc/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b9/fc/sstate%3Alibmd-native%3Ax86_64-linux%3A1.1.0%3Ar0%3Ax86_64%3A12%3Ab9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a_recipe_qa.tar.zst;downloadfilename=universal/b9/fc/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/2c/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:eb2ca90b8abec8c63a0cdfc489b5aaeda87a1bf451691b74edffec951a0e60ed_package.tar.zst\nDEBUG: Using  for f7/5b/sstate:nettle::3.9.1:r0::12:f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/8b/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf_populate_sysroot.tar.zst\nDEBUG: Using  for 1d/7c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/e0/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/d7/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f7/5b/sstate:nettle::3.9.1:r0::12:f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/7a/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b_packagedata.tar.zst\nDEBUG: Searching for d8/8b/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1d/7c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/70/11/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c_recipe_qa.tar.zst\nDEBUG: Searching for b8/d7/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f7/5b/sstate:nettle::3.9.1:r0::12:f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793_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/b0/sstate:time::1.9:r0::12:acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://40/bd/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d8/8b/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '1d/7c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed_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/70/11/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b8/d7/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4_create_package_spdx.tar.zst\nDEBUG: For url file://f7/5b/sstate:nettle::3.9.1:r0::12:f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/5b/sstate%3Anettle%3A%3A3.9.1%3Ar0%3A%3A12%3Af75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793_populate_lic.tar.zst;downloadfilename=f7/5b/sstate:nettle::3.9.1:r0::12:f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://53/d4/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:53d4c790c82d6bc391c61eb62c8b43bf74dda43731c266e1e3cacfbf5ab465b8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/d7/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:a2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5_package_write_ipk.tar.zst\nDEBUG: Searching for 40/bd/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d8/8b/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/15/d4/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82_create_package_spdx.tar.zst\nDEBUG: For url file://1d/7c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/7c/sstate%3Ashadow-sysroot%3Acore2-64-poky-linux%3A4.6%3Ar0%3Acore2-64%3A12%3A1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed_deploy_source_date_epoch.tar.zst;downloadfilename=1d/7c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/70/11/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c_recipe_qa.tar.zst\nDEBUG: Testing URL file://b8/d7/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/de/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b9/fc/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a_recipe_qa.tar.zst\nDEBUG: Searching for a2/d7/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:a2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 40/bd/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd8/8b/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf_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/1e/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/70/11/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b8/d7/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e6/de/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://72/6f/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23_populate_sysroot.tar.zst\nDEBUG: Using  for a2/d7/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:a2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://40/bd/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d8/8b/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/8b/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%2Bgit%3Ar0%3Aallarch%3A12%3Ad88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf_populate_sysroot.tar.zst;downloadfilename=d8/8b/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf_populate_sysroot.tar.zst\nDEBUG: Searching for universal/b9/1e/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/70/11/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c_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/d7/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/d7/sstate%3Ashadow-sysroot%3Acore2-64-poky-linux%3A4.6%3Ar0%3Acore2-64%3A12%3Ab8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4_create_package_spdx.tar.zst;downloadfilename=b8/d7/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4_create_package_spdx.tar.zst\nDEBUG: Using  for e6/de/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e_populate_sysroot.tar.zst\nDEBUG: Searching for 72/6f/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a2/d7/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:a2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '40/bd/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a_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/b9/1e/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99_populate_sysroot.tar.zst\nDEBUG: For url file://universal/70/11/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/70/11/sstate%3Axz-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A12%3A70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c_recipe_qa.tar.zst;downloadfilename=universal/70/11/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c_recipe_qa.tar.zst\nDEBUG: Testing URL file://e6/de/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e_populate_sysroot.tar.zst\nDEBUG: Using  for 72/6f/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a2/d7/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:a2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5_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://40/bd/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/bd/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.9.0%3Ar0%3Acore2-64%3A12%3A40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a_deploy_source_date_epoch.tar.zst;downloadfilename=40/bd/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b9/1e/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e6/de/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://72/6f/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/af/b4/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:afb4a932e977f858688b099e2c7e1064285817f7f600c1c859123ff3af54aa1c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a2/d7/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:a2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/d7/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A12%3Aa2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5_package_write_ipk.tar.zst;downloadfilename=a2/d7/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:a2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/b9/1e/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99_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/de/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/de/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3Ae6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e_populate_sysroot.tar.zst;downloadfilename=e6/de/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '72/6f/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23_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://d8/8b/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d88bf39d30622b367ab0949036fa06554bc1c08ce11678809987b597ef1b3ccf_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/fb/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396_package_write_deb.tar.zst\nDEBUG: For url file://universal/b9/1e/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b9/1e/sstate%3Alibrepo-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3Ab91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99_populate_sysroot.tar.zst;downloadfilename=universal/b9/1e/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/5b/sstate:nettle::3.9.1:r0::12:f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793_populate_lic.tar.zst\nDEBUG: For url file://72/6f/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/6f/sstate%3Adnf%3Acore2-64-poky-linux%3A4.20.0%3Ar0%3Acore2-64%3A12%3A726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23_populate_sysroot.tar.zst;downloadfilename=72/6f/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/70/11/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://97/c2/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/7c/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:1d7c1a119fdb987a7244f06ac78db043428f4c6a76f4df4ef0b2a942b727dfed_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6f/fb/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8c/06/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://40/bd/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:40bdd7615e4ea99fcd51ae74ce55eb2e8a401008d72c47d89abf40988055d33a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://46/e5/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489_create_package_spdx.tar.zst\nDEBUG: Searching for 97/c2/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b4/b5/sstate:json-c-native::0.17:r0::12:b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c_populate_lic.tar.zst\nDEBUG: Using  for 6f/fb/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396_package_write_deb.tar.zst\nDEBUG: Searching for 8c/06/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://19/60/sstate:m4-native::1.4.19:r0::12:1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a_populate_lic.tar.zst\nDEBUG: Searching for 46/e5/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 97/c2/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744_create_package_spdx.tar.zst\nDEBUG: Searching for b4/b5/sstate:json-c-native::0.17:r0::12:b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6f/fb/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/de/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e6debd52c3035ef6a9d1deec70ea689a16771523c2863feb8e4224c14a806f6e_populate_sysroot.tar.zst\nDEBUG: Using  for 8c/06/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84_package_write_rpm.tar.zst\nDEBUG: Searching for 19/60/sstate:m4-native::1.4.19:r0::12:1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 46/e5/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489_create_package_spdx.tar.zst\nDEBUG: Testing URL file://97/c2/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744_create_package_spdx.tar.zst\nDEBUG: Using  for b4/b5/sstate:json-c-native::0.17:r0::12:b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6f/fb/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396_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://1e/19/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966_create_spdx.tar.zst\nDEBUG: Testing URL file://8c/06/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84_package_write_rpm.tar.zst\nDEBUG: Using  for 19/60/sstate:m4-native::1.4.19:r0::12:1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a_populate_lic.tar.zst\nDEBUG: Testing URL file://46/e5/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '97/c2/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744_create_package_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/b9/1e/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b4/b5/sstate:json-c-native::0.17:r0::12:b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c_populate_lic.tar.zst\nDEBUG: For url file://6f/fb/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/fb/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A12%3A6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396_package_write_deb.tar.zst;downloadfilename=6f/fb/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396_package_write_deb.tar.zst\nDEBUG: Searching for 1e/19/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8c/06/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84_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://19/60/sstate:m4-native::1.4.19:r0::12:1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '46/e5/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://97/c2/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/c2/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744_create_package_spdx.tar.zst;downloadfilename=97/c2/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://77/26/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b4/b5/sstate:json-c-native::0.17:r0::12:b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1e/19/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966_create_spdx.tar.zst\nDEBUG: For url file://8c/06/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/06/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.22.4%3Ar0%3Acore2-64%3A12%3A8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84_package_write_rpm.tar.zst;downloadfilename=8c/06/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '19/60/sstate:m4-native::1.4.19:r0::12:1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a_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/e5/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/e5/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.31%3Ar0%3Acore2-64%3A12%3A46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489_create_package_spdx.tar.zst;downloadfilename=46/e5/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/ed/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177_create_spdx.tar.zst\nDEBUG: Searching for 77/26/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b4/b5/sstate:json-c-native::0.17:r0::12:b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/b5/sstate%3Ajson-c-native%3A%3A0.17%3Ar0%3A%3A12%3Ab4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c_populate_lic.tar.zst;downloadfilename=b4/b5/sstate:json-c-native::0.17:r0::12:b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c_populate_lic.tar.zst\nDEBUG: Testing URL file://1e/19/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966_create_spdx.tar.zst\nDEBUG: For url file://19/60/sstate:m4-native::1.4.19:r0::12:1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/60/sstate%3Am4-native%3A%3A1.4.19%3Ar0%3A%3A12%3A1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a_populate_lic.tar.zst;downloadfilename=19/60/sstate:m4-native::1.4.19:r0::12:1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/25/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441_package_write_ipk.tar.zst\nDEBUG: Using  for 77/26/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761_packagedata.tar.zst\nDEBUG: For url ['file', '', '1e/19/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e5/25/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://77/26/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761_packagedata.tar.zst\nDEBUG: For url file://1e/19/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/19/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966_create_spdx.tar.zst;downloadfilename=1e/19/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/06/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84_package_write_rpm.tar.zst\nDEBUG: Using  for e5/25/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '77/26/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761_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://da/91/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e5/25/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/83/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b_package_write_rpm.tar.zst\nDEBUG: For url file://77/26/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/26/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A12%3A772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761_packagedata.tar.zst;downloadfilename=77/26/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761_packagedata.tar.zst\nDEBUG: Searching for da/91/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e5/25/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441_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://b4/b5/sstate:json-c-native::0.17:r0::12:b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://63/9a/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7_package_qa.tar.zst\nDEBUG: Using  for da/91/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3_create_package_spdx.tar.zst\nDEBUG: For url file://e5/25/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/25/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3Ae5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441_package_write_ipk.tar.zst;downloadfilename=e5/25/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/bc/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:9fbca1924f2b9592063dcc7051564d33d97f3a3c626349daf86685327510ef87_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/fb/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:6ffb4a1d22678f1eae33b29366ec8550da99f511d316c227e6dc2fc3825a2396_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://19/60/sstate:m4-native::1.4.19:r0::12:1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://99/3a/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796_create_package_spdx.tar.zst\nDEBUG: Searching for 63/9a/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://da/91/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://54/93/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/a1/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/f7/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:e6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 99/3a/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 63/9a/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7_package_qa.tar.zst\nDEBUG: For url ['file', '', 'da/91/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 54/93/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ec/a1/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/e6/f7/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:e6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 99/3a/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796_create_package_spdx.tar.zst\nDEBUG: Testing URL file://63/9a/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7_package_qa.tar.zst\nDEBUG: For url file://da/91/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/91/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.13.0%3Ar0%3Acore2-64%3A12%3Ada91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3_create_package_spdx.tar.zst;downloadfilename=da/91/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3_create_package_spdx.tar.zst\nDEBUG: Using  for 54/93/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429_create_spdx.tar.zst\nDEBUG: Using  for ec/a1/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee_package_qa.tar.zst\nDEBUG: Using  for universal/e6/f7/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:e6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://99/3a/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '63/9a/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://54/93/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://77/26/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761_packagedata.tar.zst\nDEBUG: Testing URL file://ec/a1/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee_package_qa.tar.zst\nDEBUG: Testing URL file://universal/e6/f7/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:e6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '99/3a/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796_create_package_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://e5/25/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e5252ee6a4d319485eefc6441332a9c982957f8f4236f9594b7c2213df644441_package_write_ipk.tar.zst\nDEBUG: For url file://63/9a/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/9a/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.14.4%3Ar0%3Acore2-64%3A12%3A639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7_package_qa.tar.zst;downloadfilename=63/9a/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7_package_qa.tar.zst\nDEBUG: For url ['file', '', '54/93/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429_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://e0/0b/sstate:libsdl2-native::2.30.3:r0::12:e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ec/a1/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee_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/e6/f7/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:e6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab_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://99/3a/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/3a/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.21%3Ar0%3Acore2-64%3A12%3A993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796_create_package_spdx.tar.zst;downloadfilename=99/3a/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/9d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75_package_qa.tar.zst\nDEBUG: For url file://54/93/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/93/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429_create_spdx.tar.zst;downloadfilename=54/93/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429_create_spdx.tar.zst\nDEBUG: Searching for e0/0b/sstate:libsdl2-native::2.30.3:r0::12:e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ec/a1/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/a1/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A12%3Aeca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee_package_qa.tar.zst;downloadfilename=ec/a1/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee_package_qa.tar.zst\nDEBUG: For url file://universal/e6/f7/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:e6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/f7/sstate%3Achrpath-native%3Ax86_64-linux%3A0.16%3Ar0%3Ax86_64%3A12%3Ae6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e6/f7/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:e6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c9/9d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://39/a8/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4_create_spdx.tar.zst\nDEBUG: Using  for e0/0b/sstate:libsdl2-native::2.30.3:r0::12:e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404_populate_lic.tar.zst\nDEBUG: Using  for c9/9d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://66/57/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e0/0b/sstate:libsdl2-native::2.30.3:r0::12:e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404_populate_lic.tar.zst\nDEBUG: Testing URL file://c9/9d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75_package_qa.tar.zst\nDEBUG: Searching for 66/57/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e0/0b/sstate:libsdl2-native::2.30.3:r0::12:e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404_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/9d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 66/57/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df_create_package_spdx.tar.zst\nDEBUG: For url file://e0/0b/sstate:libsdl2-native::2.30.3:r0::12:e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/0b/sstate%3Alibsdl2-native%3A%3A2.30.3%3Ar0%3A%3A12%3Ae00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404_populate_lic.tar.zst;downloadfilename=e0/0b/sstate:libsdl2-native::2.30.3:r0::12:e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404_populate_lic.tar.zst\nDEBUG: For url file://c9/9d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/9d/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.33.1%3Ar0%3Acore2-64%3A12%3Ac99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75_package_qa.tar.zst;downloadfilename=c9/9d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75_package_qa.tar.zst\nDEBUG: Testing URL file://66/57/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '66/57/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://66/57/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/57/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df_create_package_spdx.tar.zst;downloadfilename=66/57/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e6/f7/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:e6f77145496a81393bb34dce26da9990d0da2e5fdcd52e2f10f6c51bacd7edab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/a1/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/d7/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/8c/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/19/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://63/9a/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/c7/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/04/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c_package.tar.zst\nDEBUG: Searching for 7c/8c/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://89/41/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6c/c7/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7a/04/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7c/8c/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1_recipe_qa.tar.zst\nDEBUG: Searching for 89/41/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f7/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6c/c7/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/0b/sstate:libsdl2-native::2.30.3:r0::12:e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404_populate_lic.tar.zst\nDEBUG: Using  for 7a/04/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c_package.tar.zst\nDEBUG: Testing URL file://7c/8c/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1_recipe_qa.tar.zst\nDEBUG: Using  for 89/41/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2_create_spdx.tar.zst\nDEBUG: Using  for f7/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6c/c7/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/9d/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://16/4e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7a/04/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c_package.tar.zst\nDEBUG: For url ['file', '', '7c/8c/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://89/41/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2_create_spdx.tar.zst\nDEBUG: Testing URL file://f7/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6c/c7/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010_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/45/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4_package_write_deb.tar.zst\nDEBUG: Searching for 16/4e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7a/04/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7c/8c/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/8c/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1_recipe_qa.tar.zst;downloadfilename=7c/8c/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '89/41/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f7/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba_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/c7/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/c7/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A12%3A6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010_create_spdx.tar.zst;downloadfilename=6c/c7/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010_create_spdx.tar.zst\nDEBUG: Searching for 4b/45/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 16/4e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520_package_write_rpm.tar.zst\nDEBUG: For url file://7a/04/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/04/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c_package.tar.zst;downloadfilename=7a/04/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c_package.tar.zst\nDEBUG: For url file://89/41/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/41/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2_create_spdx.tar.zst;downloadfilename=89/41/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2_create_spdx.tar.zst\nDEBUG: For url file://f7/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/b0/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A12%3Af7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba_deploy_source_date_epoch.tar.zst;downloadfilename=f7/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4b/45/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4_package_write_deb.tar.zst\nDEBUG: Testing URL file://16/4e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://91/fa/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:91fa0c08c9791d37965387ddb237b5bd30b69b844d7bad650ab24840a24e7d6d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://da/91/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://4b/45/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/d7/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:a2d7c8dd9eb1815546fc0b27ece37688477d5d60af76363adcf735437c27ecc5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '16/4e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520_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/2d/sstate:chrpath-native::0.16:r0::12:752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/9f/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4b/45/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4_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://51/ac/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://16/4e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/4e/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520_package_write_rpm.tar.zst;downloadfilename=16/4e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520_package_write_rpm.tar.zst\nDEBUG: Searching for 75/2d/sstate:chrpath-native::0.16:r0::12:752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ab/9f/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7c/8c/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1_recipe_qa.tar.zst\nDEBUG: For url file://4b/45/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/45/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4_package_write_deb.tar.zst;downloadfilename=4b/45/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4_package_write_deb.tar.zst\nDEBUG: Searching for 51/ac/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 75/2d/sstate:chrpath-native::0.16:r0::12:752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd_populate_lic.tar.zst\nDEBUG: Using  for ab/9f/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/04/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:7a04a8aeb024033c73f348c764627ddb76a2a0bad094525b53837adb0ab9500c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/15/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://99/3a/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796_create_package_spdx.tar.zst\nDEBUG: Using  for 51/ac/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://75/2d/sstate:chrpath-native::0.16:r0::12:752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/b0/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:f7b01e739d5d4a4d9977c9d2b0e71f0e81016bd2e9c8b6b49d00588e5ae2d9ba_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ab/9f/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/c7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd_create_package_spdx.tar.zst\nDEBUG: Searching for a4/15/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3b/08/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424_packagedata.tar.zst\nDEBUG: Testing URL file://51/ac/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '75/2d/sstate:chrpath-native::0.16:r0::12:752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd_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/2c/85/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ab/9f/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d2/c7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a4/15/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4_recipe_qa.tar.zst\nDEBUG: Searching for 3b/08/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '51/ac/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622_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:chrpath-native::0.16:r0::12:752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/2d/sstate%3Achrpath-native%3A%3A0.16%3Ar0%3A%3A12%3A752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd_populate_lic.tar.zst;downloadfilename=75/2d/sstate:chrpath-native::0.16:r0::12:752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd_populate_lic.tar.zst\nDEBUG: Searching for universal/2c/85/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ab/9f/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/9f/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.45.3%3Ar0%3Acore2-64%3A12%3Aab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff_create_spdx.tar.zst;downloadfilename=ab/9f/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff_create_spdx.tar.zst\nDEBUG: Using  for d2/c7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a4/15/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4_recipe_qa.tar.zst\nDEBUG: Using  for 3b/08/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424_packagedata.tar.zst\nDEBUG: For url file://51/ac/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/ac/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622_deploy_source_date_epoch.tar.zst;downloadfilename=51/ac/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/2c/85/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: Testing URL file://d2/c7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://97/c2/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a4/15/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3b/08/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424_packagedata.tar.zst\nDEBUG: Testing URL file://universal/2c/85/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd2/c7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd_create_package_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/c7/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://02/82/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80_package.tar.zst\nDEBUG: For url file://a4/15/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/15/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.7%3Ar0%3Acore2-64%3A12%3Aa4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4_recipe_qa.tar.zst;downloadfilename=a4/15/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3b/08/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/2c/85/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d2/c7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/c7/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A12%3Ad2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd_create_package_spdx.tar.zst;downloadfilename=d2/c7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://80/bb/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd_create_package_spdx.tar.zst\nDEBUG: Searching for 02/82/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://75/2d/sstate:chrpath-native::0.16:r0::12:752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd_populate_lic.tar.zst\nDEBUG: For url file://3b/08/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/08/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A12%3A3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424_packagedata.tar.zst;downloadfilename=3b/08/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424_packagedata.tar.zst\nDEBUG: For url file://universal/2c/85/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2c/85/sstate%3Aqemu-native%3Ax86_64-linux%3A9.0.0%3Ar0%3Ax86_64%3A12%3A2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst;downloadfilename=universal/2c/85/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: Searching for 80/bb/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://51/ac/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:51ac58641db797057b1a5ae2433816731d039937e4e6fe3d8ea85a60d4721622_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 02/82/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80_package.tar.zst\nDEBUG: SState: Successful fetch test for file://16/4e/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/5e/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52_populate_sysroot.tar.zst\nDEBUG: Using  for 80/bb/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://02/82/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/15/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/12/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71_package_write_ipk.tar.zst\nDEBUG: Searching for 4c/5e/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://80/bb/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd_create_package_spdx.tar.zst\nDEBUG: Searching for 4d/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '02/82/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80_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://00/c3/sstate:powertop::2.15:r0::12:00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df_populate_lic.tar.zst\nDEBUG: Searching for 6d/12/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4c/5e/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '80/bb/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4d/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc_populate_sysroot.tar.zst\nDEBUG: For url file://02/82/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/82/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.14.4%3Ar0%3Acore2-64%3A12%3A0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80_package.tar.zst;downloadfilename=02/82/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80_package.tar.zst\nDEBUG: Searching for 00/c3/sstate:powertop::2.15:r0::12:00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6d/12/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71_package_write_ipk.tar.zst\nDEBUG: Testing URL file://4c/5e/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52_populate_sysroot.tar.zst\nDEBUG: For url file://80/bb/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/bb/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd_create_package_spdx.tar.zst;downloadfilename=80/bb/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd_create_package_spdx.tar.zst\nDEBUG: Testing URL file://4d/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc_populate_sysroot.tar.zst\nDEBUG: Using  for 00/c3/sstate:powertop::2.15:r0::12:00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df_populate_lic.tar.zst\nDEBUG: Testing URL file://6d/12/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2c/85/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/08/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424_packagedata.tar.zst\nDEBUG: For url ['file', '', '4c/5e/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4d/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://00/c3/sstate:powertop::2.15:r0::12:00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6d/12/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71_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://ed/3b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/bc/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc_create_package_spdx.tar.zst\nDEBUG: For url file://4c/5e/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/5e/sstate%3Agcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52_populate_sysroot.tar.zst;downloadfilename=4c/5e/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52_populate_sysroot.tar.zst\nDEBUG: For url file://4d/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/88/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc_populate_sysroot.tar.zst;downloadfilename=4d/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '00/c3/sstate:powertop::2.15:r0::12:00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df_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/12/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/12/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A12%3A6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71_package_write_ipk.tar.zst;downloadfilename=6d/12/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71_package_write_ipk.tar.zst\nDEBUG: Searching for ed/3b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e3/bc/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://00/c3/sstate:powertop::2.15:r0::12:00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/c3/sstate%3Apowertop%3A%3A2.15%3Ar0%3A%3A12%3A00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df_populate_lic.tar.zst;downloadfilename=00/c3/sstate:powertop::2.15:r0::12:00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df_populate_lic.tar.zst\nDEBUG: Using  for ed/3b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f_populate_sysroot.tar.zst\nDEBUG: Using  for e3/bc/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ed/3b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e3/bc/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ed/3b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f_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/bc/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ed/3b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/3b/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A12%3Aed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f_populate_sysroot.tar.zst;downloadfilename=ed/3b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f_populate_sysroot.tar.zst\nDEBUG: For url file://e3/bc/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/bc/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A12%3Ae3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc_create_package_spdx.tar.zst;downloadfilename=e3/bc/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/5e/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:4c5ef8f9cdbd1be073131afd0a3beb84d5e990d74ddb14d6f5cea0a09f86ca52_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://82/03/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329_package_write_ipk.tar.zst\nDEBUG: Searching for 82/03/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://54/93/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/88/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:4d88fc7dfab44a2dca8cd8d4e70803fbf8c5a1389ecb5636ee4652fb59a84fcc_populate_sysroot.tar.zst\nDEBUG: Using  for 82/03/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://54/77/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://be/ae/sstate:libpsl::0.21.5:r0::12:beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865_populate_lic.tar.zst\nDEBUG: Testing URL file://82/03/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329_package_write_ipk.tar.zst\nDEBUG: Searching for 54/77/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for be/ae/sstate:libpsl::0.21.5:r0::12:beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '82/03/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 54/77/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb_create_package_spdx.tar.zst\nDEBUG: Using  for be/ae/sstate:libpsl::0.21.5:r0::12:beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865_populate_lic.tar.zst\nDEBUG: For url file://82/03/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/03/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329_package_write_ipk.tar.zst;downloadfilename=82/03/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329_package_write_ipk.tar.zst\nDEBUG: Testing URL file://54/77/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb_create_package_spdx.tar.zst\nDEBUG: Testing URL file://be/ae/sstate:libpsl::0.21.5:r0::12:beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865_populate_lic.tar.zst\nDEBUG: For url ['file', '', '54/77/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'be/ae/sstate:libpsl::0.21.5:r0::12:beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865_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/77/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/77/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb_create_package_spdx.tar.zst;downloadfilename=54/77/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb_create_package_spdx.tar.zst\nDEBUG: For url file://be/ae/sstate:libpsl::0.21.5:r0::12:beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/ae/sstate%3Alibpsl%3A%3A0.21.5%3Ar0%3A%3A12%3Abeaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865_populate_lic.tar.zst;downloadfilename=be/ae/sstate:libpsl::0.21.5:r0::12:beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/3b/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ed3b07251824822e6af189ccdc8bc2a7dc5afbfb559bbf66042355da0c08909f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://72/6f/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:726f6d8d3c7241120e59f75d5462ca88f4778e9155c67e68b9a8c11b8497ab23_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/1d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:b51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a5/37/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e_populate_sysroot.tar.zst\nDEBUG: Searching for b5/1d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:b51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a5/37/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b5/1d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:b51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/a5/37/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b5/1d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:b51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/a5/37/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b5/1d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:b51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57_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/a5/37/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e_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/1d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:b51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/1d/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A12%3Ab51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57_deploy_source_date_epoch.tar.zst;downloadfilename=b5/1d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:b51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a5/37/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a5/37/sstate%3Adesktop-file-utils-native%3Ax86_64-linux%3A0.27%3Ar0%3Ax86_64%3A12%3Aa537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e_populate_sysroot.tar.zst;downloadfilename=universal/a5/37/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://00/c3/sstate:powertop::2.15:r0::12:00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://77/e3/sstate:python3-six-native::1.16.0:r0::12:77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383_populate_lic.tar.zst\nDEBUG: Searching for 77/e3/sstate:python3-six-native::1.16.0:r0::12:77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 77/e3/sstate:python3-six-native::1.16.0:r0::12:77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383_populate_lic.tar.zst\nDEBUG: Testing URL file://77/e3/sstate:python3-six-native::1.16.0:r0::12:77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383_populate_lic.tar.zst\nDEBUG: For url ['file', '', '77/e3/sstate:python3-six-native::1.16.0:r0::12:77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383_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/e3/sstate:python3-six-native::1.16.0:r0::12:77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/e3/sstate%3Apython3-six-native%3A%3A1.16.0%3Ar0%3A%3A12%3A77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383_populate_lic.tar.zst;downloadfilename=77/e3/sstate:python3-six-native::1.16.0:r0::12:77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://be/ae/sstate:libpsl::0.21.5:r0::12:beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://32/01/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05_create_spdx.tar.zst\nDEBUG: Searching for 32/01/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 32/01/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05_create_spdx.tar.zst\nDEBUG: Testing URL file://32/01/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05_create_spdx.tar.zst\nDEBUG: For url ['file', '', '32/01/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://32/01/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/01/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A24.1%3Ar0%3Acore2-64%3A12%3A32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05_create_spdx.tar.zst;downloadfilename=32/01/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/1d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:b51d51f5be8459088ac2f3222bd9ed908f256e0c8565ccc2631fb7e928978e57_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a5/37/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/3e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/c7/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b_package_write_deb.tar.zst\nDEBUG: Searching for f6/3e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e9/c7/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f6/3e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e_create_spdx.tar.zst\nDEBUG: Using  for e9/c7/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b_package_write_deb.tar.zst\nDEBUG: Testing URL file://f6/3e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e_create_spdx.tar.zst\nDEBUG: Testing URL file://e9/c7/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'f6/3e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e_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/c7/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b_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://f6/3e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/3e/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Af63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e_create_spdx.tar.zst;downloadfilename=f6/3e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e_create_spdx.tar.zst\nDEBUG: For url file://e9/c7/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/c7/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3Ae9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b_package_write_deb.tar.zst;downloadfilename=e9/c7/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://77/e3/sstate:python3-six-native::1.16.0:r0::12:77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/13/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53_package_write_deb.tar.zst\nDEBUG: Searching for c1/13/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c1/13/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53_package_write_deb.tar.zst\nDEBUG: Testing URL file://c1/13/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c1/13/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53_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://c1/13/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/13/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Ac113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53_package_write_deb.tar.zst;downloadfilename=c1/13/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/13/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c113697c1e23cd4906550eefec0e6c2a9a5ad9d5b5a2bd526981c0f09ad5da53_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/e5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:a6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae_package.tar.zst\nDEBUG: Searching for a6/e5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:a6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a6/e5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:a6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae_package.tar.zst\nDEBUG: Testing URL file://a6/e5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:a6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae_package.tar.zst\nDEBUG: For url ['file', '', 'a6/e5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:a6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a6/e5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:a6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/e5/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A12%3Aa6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae_package.tar.zst;downloadfilename=a6/e5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:a6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae_package.tar.zst\nDEBUG: SState: Successful fetch test for file://46/e5/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/90/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:b5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4_package_write_deb.tar.zst\nDEBUG: Searching for b5/90/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:b5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b5/90/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:b5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4_package_write_deb.tar.zst\nDEBUG: Testing URL file://b5/90/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:b5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b5/90/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:b5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4_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://b5/90/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:b5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/90/sstate%3Axxhash%3Acore2-64-poky-linux%3A0.8.2%3Ar0%3Acore2-64%3A12%3Ab5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4_package_write_deb.tar.zst;downloadfilename=b5/90/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:b5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/9f/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://03/06/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 03/06/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 03/06/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://03/06/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '03/06/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614_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/06/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/06/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A12%3A03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614_deploy_source_date_epoch.tar.zst;downloadfilename=03/06/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://32/01/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://47/e5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5_package.tar.zst\nDEBUG: Searching for 47/e5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 47/e5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5_package.tar.zst\nDEBUG: Testing URL file://47/e5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5_package.tar.zst\nDEBUG: For url ['file', '', '47/e5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://47/e5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/e5/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5_package.tar.zst;downloadfilename=47/e5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/90/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:b5909d84752856201579d07267a5b4cf556593b4d2b234c29931ccee643727c4_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/a4/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:d3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515_populate_sysroot.tar.zst\nDEBUG: Searching for d3/a4/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:d3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d3/a4/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:d3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d3/a4/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:d3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd3/a4/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:d3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515_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/a4/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:d3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/a4/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A12%3Ad3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515_populate_sysroot.tar.zst;downloadfilename=d3/a4/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:d3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/bc/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3d/d0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c_create_spdx.tar.zst\nDEBUG: Searching for universal/3d/d0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/3d/d0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/3d/d0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/3d/d0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c_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/3d/d0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/d0/sstate%3Agobject-introspection-native%3Ax86_64-linux%3A1.80.1%3Ar0%3Ax86_64%3A12%3A3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c_create_spdx.tar.zst;downloadfilename=universal/3d/d0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://03/06/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03061ce76728ae7ad343c257c32f2276f10358d58ac5f3ecc8d64740726e3614_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://45/34/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1_create_package_spdx.tar.zst\nDEBUG: Searching for 45/34/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://47/e5/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:47e5ac7f59a18ce2668135164fbe9ea5b590cf7f122df379064ca9174d1742f5_package.tar.zst\nDEBUG: Using  for 45/34/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://43/08/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966_package_qa.tar.zst\nDEBUG: Testing URL file://45/34/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1_create_package_spdx.tar.zst\nDEBUG: Searching for 43/08/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '45/34/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 43/08/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966_package_qa.tar.zst\nDEBUG: For url file://45/34/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/34/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.2%3Ar0%3Acore2-64%3A12%3A4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1_create_package_spdx.tar.zst;downloadfilename=45/34/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://43/08/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966_package_qa.tar.zst\nDEBUG: For url ['file', '', '43/08/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://43/08/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/08/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A12%3A4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966_package_qa.tar.zst;downloadfilename=43/08/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3d/d0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://76/86/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93_package_qa.tar.zst\nDEBUG: Searching for 76/86/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 76/86/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93_package_qa.tar.zst\nDEBUG: Testing URL file://76/86/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93_package_qa.tar.zst\nDEBUG: For url ['file', '', '76/86/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93_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/86/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/86/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A12%3A7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93_package_qa.tar.zst;downloadfilename=76/86/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://43/08/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/c7/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:e9c7f4930c7f97a168fbf5bebca6677d4fb0de6fc5c9fb9059b1289a69e9f12b_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/87/2c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/ea/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7_create_spdx.tar.zst\nDEBUG: Searching for universal/87/2c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0f/ea/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/87/2c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04_recipe_qa.tar.zst\nDEBUG: Using  for 0f/ea/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/87/2c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04_recipe_qa.tar.zst\nDEBUG: Testing URL file://0f/ea/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/87/2c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0f/ea/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7_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/87/2c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/87/2c/sstate%3Agnu-config-native%3Ax86_64-linux%3A20240101%2Bgit%3Ar0%3Ax86_64%3A12%3A872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04_recipe_qa.tar.zst;downloadfilename=universal/87/2c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04_recipe_qa.tar.zst\nDEBUG: For url file://0f/ea/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/ea/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7_create_spdx.tar.zst;downloadfilename=0f/ea/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/e5/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:a6e5fe7e6b08e83d9d471c97558e3a7d73d6abcd56427d1ea0f1565b9d4d48ae_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/c7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/a4/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:d3a455e4ac1de68f02c679afb7bb6b14bd9805148402e8f99ed165a70df65515_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://80/bb/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://11/90/sstate:makedevs-native::1.0.1:r0::12:1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fb/50/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://db/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:db1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/58/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539_package_write_ipk.tar.zst\nDEBUG: Searching for 11/90/sstate:makedevs-native::1.0.1:r0::12:1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/fb/50/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for db/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:db1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4b/58/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 11/90/sstate:makedevs-native::1.0.1:r0::12:1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448_populate_lic.tar.zst\nDEBUG: Using  for universal/fb/50/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2_recipe_qa.tar.zst\nDEBUG: Using  for db/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:db1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f_package.tar.zst\nDEBUG: Using  for 4b/58/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539_package_write_ipk.tar.zst\nDEBUG: Testing URL file://11/90/sstate:makedevs-native::1.0.1:r0::12:1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/fb/50/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2_recipe_qa.tar.zst\nDEBUG: Testing URL file://db/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:db1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f_package.tar.zst\nDEBUG: Testing URL file://4b/58/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '11/90/sstate:makedevs-native::1.0.1:r0::12:1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448_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/fb/50/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2_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/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:db1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4b/58/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539_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://11/90/sstate:makedevs-native::1.0.1:r0::12:1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/90/sstate%3Amakedevs-native%3A%3A1.0.1%3Ar0%3A%3A12%3A1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448_populate_lic.tar.zst;downloadfilename=11/90/sstate:makedevs-native::1.0.1:r0::12:1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448_populate_lic.tar.zst\nDEBUG: For url file://universal/fb/50/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fb/50/sstate%3Apatch-native%3Ax86_64-linux%3A2.7.6%3Ar0%3Ax86_64%3A12%3Afb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2_recipe_qa.tar.zst;downloadfilename=universal/fb/50/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2_recipe_qa.tar.zst\nDEBUG: For url file://db/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:db1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/1b/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20240407%3Ar0%3Acore2-64%3A12%3Adb1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f_package.tar.zst;downloadfilename=db/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:db1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f_package.tar.zst\nDEBUG: For url file://4b/58/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/58/sstate%3Altp%3Acore2-64-poky-linux%3A20240524%3Ar0%3Acore2-64%3A12%3A4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539_package_write_ipk.tar.zst;downloadfilename=4b/58/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/87/2c/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://66/57/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://76/86/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/93/75/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://76/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/65/sstate:liburcu::0.14.0:r0::12:9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff_populate_lic.tar.zst\nDEBUG: Searching for universal/93/75/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 76/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9d/65/sstate:liburcu::0.14.0:r0::12:9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/93/75/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635_populate_sysroot.tar.zst\nDEBUG: Using  for 76/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9_recipe_qa.tar.zst\nDEBUG: Using  for 9d/65/sstate:liburcu::0.14.0:r0::12:9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/93/75/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635_populate_sysroot.tar.zst\nDEBUG: Testing URL file://76/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9_recipe_qa.tar.zst\nDEBUG: Testing URL file://9d/65/sstate:liburcu::0.14.0:r0::12:9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/93/75/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635_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/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9d/65/sstate:liburcu::0.14.0:r0::12:9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff_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/75/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/93/75/sstate%3Apbzip2-native%3Ax86_64-linux%3A1.1.13%3Ar0%3Ax86_64%3A12%3A9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635_populate_sysroot.tar.zst;downloadfilename=universal/93/75/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635_populate_sysroot.tar.zst\nDEBUG: For url file://76/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/5c/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.21%3Ar0%3Acore2-64%3A12%3A765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9_recipe_qa.tar.zst;downloadfilename=76/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://11/90/sstate:makedevs-native::1.0.1:r0::12:1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://db/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:db1b1e5ddac11b32356687a34f6c8b1e7a454857de911857c0c9fe65f2ee7f4f_package.tar.zst\nDEBUG: For url file://9d/65/sstate:liburcu::0.14.0:r0::12:9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/65/sstate%3Aliburcu%3A%3A0.14.0%3Ar0%3A%3A12%3A9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff_populate_lic.tar.zst;downloadfilename=9d/65/sstate:liburcu::0.14.0:r0::12:9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fb/50/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/55/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://23/5b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/c7/sstate:python3-packaging-native::24.1:r0::12:c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/58/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4b58b652d22597dd96d5a1d13eabb26c92a1c1e4f8c07cc081f0b6383fe0d539_package_write_ipk.tar.zst\nDEBUG: Searching for d8/55/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 23/5b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c4/c7/sstate:python3-packaging-native::24.1:r0::12:c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/93/75/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/47/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:cf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0_package_write_ipk.tar.zst\nDEBUG: Using  for d8/55/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d_create_package_spdx.tar.zst\nDEBUG: Using  for 23/5b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c_package_qa.tar.zst\nDEBUG: Using  for c4/c7/sstate:python3-packaging-native::24.1:r0::12:c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://51/99/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cf/47/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:cf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d8/55/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://23/5b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c_package_qa.tar.zst\nDEBUG: Testing URL file://c4/c7/sstate:python3-packaging-native::24.1:r0::12:c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622_populate_lic.tar.zst\nDEBUG: Searching for 51/99/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cf/47/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:cf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'd8/55/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '23/5b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c4/c7/sstate:python3-packaging-native::24.1:r0::12:c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 51/99/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cf/47/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:cf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0_package_write_ipk.tar.zst\nDEBUG: For url file://d8/55/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/55/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A12%3Ad85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d_create_package_spdx.tar.zst;downloadfilename=d8/55/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d_create_package_spdx.tar.zst\nDEBUG: For url file://23/5b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/5b/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A12%3A235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c_package_qa.tar.zst;downloadfilename=23/5b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c_package_qa.tar.zst\nDEBUG: For url file://c4/c7/sstate:python3-packaging-native::24.1:r0::12:c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/c7/sstate%3Apython3-packaging-native%3A%3A24.1%3Ar0%3A%3A12%3Ac4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622_populate_lic.tar.zst;downloadfilename=c4/c7/sstate:python3-packaging-native::24.1:r0::12:c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622_populate_lic.tar.zst\nDEBUG: Testing URL file://51/99/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cf/47/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:cf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0_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://54/77/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/65/sstate:liburcu::0.14.0:r0::12:9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff_populate_lic.tar.zst\nDEBUG: For url ['file', '', '51/99/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8_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://cf/47/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:cf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/47/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A12%3Acf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0_package_write_ipk.tar.zst;downloadfilename=cf/47/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:cf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/3e/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://82/03/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:8203283671dcff09f177224f5439957cc50ecea2047d8fa7b945b343be9b3329_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/98/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/46/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611_populate_sysroot.tar.zst\nDEBUG: For url file://51/99/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/99/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8_deploy_source_date_epoch.tar.zst;downloadfilename=51/99/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://87/49/sstate:pseudo-native::1.9.0+git:r0::12:8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://06/58/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a_recipe_qa.tar.zst\nDEBUG: Searching for 4a/98/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c0/46/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 87/49/sstate:pseudo-native::1.9.0+git:r0::12:8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 06/58/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://23/5b/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c_package_qa.tar.zst\nDEBUG: Using  for 4a/98/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://76/5c/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9_recipe_qa.tar.zst\nDEBUG: Using  for c0/46/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/c7/sstate:python3-packaging-native::24.1:r0::12:c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622_populate_lic.tar.zst\nDEBUG: Using  for 87/49/sstate:pseudo-native::1.9.0+git:r0::12:8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e_populate_lic.tar.zst\nDEBUG: Using  for 06/58/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ca/f1/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a_create_spdx.tar.zst\nDEBUG: Testing URL file://4a/98/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://47/5b/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c0/46/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/45/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://87/49/sstate:pseudo-native::1.9.0+git:r0::12:8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e_populate_lic.tar.zst\nDEBUG: Testing URL file://06/58/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a_recipe_qa.tar.zst\nDEBUG: Searching for universal/ca/f1/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4a/98/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 47/5b/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c0/46/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0e/45/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '87/49/sstate:pseudo-native::1.9.0+git:r0::12:8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '06/58/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ca/f1/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a_create_spdx.tar.zst\nDEBUG: For url file://4a/98/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/98/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A12%3A4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda_package_write_rpm.tar.zst;downloadfilename=4a/98/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/47/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:cf47a964b8482ab84dff8e6b57271a88d419bfe000d88657c6cae774cf81ced0_package_write_ipk.tar.zst\nDEBUG: Using  for 47/5b/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a_package_write_rpm.tar.zst\nDEBUG: For url file://c0/46/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/46/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.62.0%3Ar0%3Acore2-64%3A12%3Ac046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611_populate_sysroot.tar.zst;downloadfilename=c0/46/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611_populate_sysroot.tar.zst\nDEBUG: Using  for 0e/45/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f_create_package_spdx.tar.zst\nDEBUG: For url file://87/49/sstate:pseudo-native::1.9.0+git:r0::12:8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/49/sstate%3Apseudo-native%3A%3A1.9.0%2Bgit%3Ar0%3A%3A12%3A8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e_populate_lic.tar.zst;downloadfilename=87/49/sstate:pseudo-native::1.9.0+git:r0::12:8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e_populate_lic.tar.zst\nDEBUG: For url file://06/58/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/58/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A12%3A065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a_recipe_qa.tar.zst;downloadfilename=06/58/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/ca/f1/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/db/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://51/99/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:51995a6f6835aa46f7fbf0e20a4359f1c4c6c144b1100dadfc3a56f80f919fd8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://47/5b/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0e/45/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/ca/f1/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8d/db/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://45/34/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/37/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://89/41/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '47/5b/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a_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', '', '0e/45/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f_create_package_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://4a/98/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda_package_write_rpm.tar.zst\nDEBUG: For url file://universal/ca/f1/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ca/f1/sstate%3Agettext-minimal-native%3Ax86_64-linux%3A0.22.5%3Ar0%3Ax86_64%3A12%3Acaf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a_create_spdx.tar.zst;downloadfilename=universal/ca/f1/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a_create_spdx.tar.zst\nDEBUG: Using  for 8d/db/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://40/d6/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf_package_qa.tar.zst\nDEBUG: Searching for 8f/37/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/fd/3e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903_create_package_spdx.tar.zst\nDEBUG: For url file://47/5b/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/5b/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.62.0%3Ar0%3Acore2-64%3A12%3A475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a_package_write_rpm.tar.zst;downloadfilename=47/5b/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a_package_write_rpm.tar.zst\nDEBUG: For url file://0e/45/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/45/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A12%3A0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f_create_package_spdx.tar.zst;downloadfilename=0e/45/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/ea/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7_recipe_qa.tar.zst\nDEBUG: Testing URL file://8d/db/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142_create_package_spdx.tar.zst\nDEBUG: Searching for 40/d6/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://87/49/sstate:pseudo-native::1.9.0+git:r0::12:8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/46/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c046555db5e89dbf916c267c19c51853b205c7fc15dfb61a1012409094425611_populate_sysroot.tar.zst\nDEBUG: Using  for 8f/37/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://06/58/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a_recipe_qa.tar.zst\nDEBUG: Searching for universal/fd/3e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c5/ea/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8d/db/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 40/d6/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://87/3e/sstate:libdrm-native::2.4.120:r0::12:873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/a9/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:d4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782_package_write_deb.tar.zst\nDEBUG: Testing URL file://8f/37/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ca/f1/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c1/eb/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1_create_package_spdx.tar.zst\nDEBUG: Using  for universal/fd/3e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903_create_package_spdx.tar.zst\nDEBUG: Using  for c5/ea/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7_recipe_qa.tar.zst\nDEBUG: For url file://8d/db/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/db/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142_create_package_spdx.tar.zst;downloadfilename=8d/db/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142_create_package_spdx.tar.zst\nDEBUG: Testing URL file://40/d6/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf_package_qa.tar.zst\nDEBUG: Searching for 87/3e/sstate:libdrm-native::2.4.120:r0::12:873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d4/a9/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:d4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8f/37/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1_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/7a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510_create_package_spdx.tar.zst\nDEBUG: Searching for universal/c1/eb/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/fd/3e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://47/5b/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c5/ea/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '40/d6/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/3e/sstate:libdrm-native::2.4.120:r0::12:873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/ea/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7_create_spdx.tar.zst\nDEBUG: Using  for d4/a9/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:d4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782_package_write_deb.tar.zst\nDEBUG: For url file://8f/37/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/37/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.31.1%3Ar0%3Acore2-64%3A12%3A8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1_create_spdx.tar.zst;downloadfilename=8f/37/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1_create_spdx.tar.zst\nDEBUG: Searching for ef/7a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c1/eb/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/fd/3e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903_create_package_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://79/06/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c5/ea/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7_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/d6/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/d6/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf_package_qa.tar.zst;downloadfilename=40/d6/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf_package_qa.tar.zst\nDEBUG: Testing URL file://87/3e/sstate:libdrm-native::2.4.120:r0::12:873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/4d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:ff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228_package_write_ipk.tar.zst\nDEBUG: Testing URL file://d4/a9/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:d4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782_package_write_deb.tar.zst\nDEBUG: Using  for ef/7a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/c1/eb/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1_create_package_spdx.tar.zst\nDEBUG: For url file://universal/fd/3e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fd/3e/sstate%3Amakedevs-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3Afd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903_create_package_spdx.tar.zst;downloadfilename=universal/fd/3e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903_create_package_spdx.tar.zst\nDEBUG: Searching for 79/06/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c5/ea/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/ea/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.14.0%3Ar0%3Acore2-64%3A12%3Ac5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7_recipe_qa.tar.zst;downloadfilename=c5/ea/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '87/3e/sstate:libdrm-native::2.4.120:r0::12:873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ff/4d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:ff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd4/a9/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:d4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782_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://ef/7a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c1/eb/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 79/06/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835_package_qa.tar.zst\nDEBUG: For url file://87/3e/sstate:libdrm-native::2.4.120:r0::12:873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/3e/sstate%3Alibdrm-native%3A%3A2.4.120%3Ar0%3A%3A12%3A873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0_populate_lic.tar.zst;downloadfilename=87/3e/sstate:libdrm-native::2.4.120:r0::12:873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0_populate_lic.tar.zst\nDEBUG: Using  for ff/4d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:ff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228_package_write_ipk.tar.zst\nDEBUG: For url file://d4/a9/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:d4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/a9/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A12%3Ad4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782_package_write_deb.tar.zst;downloadfilename=d4/a9/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:d4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ef/7a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510_create_package_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/eb/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c1/eb/sstate%3Aicu-native%3Ax86_64-linux%3A75-1%3Ar0%3Ax86_64%3A12%3Ac1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1_create_package_spdx.tar.zst;downloadfilename=universal/c1/eb/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://79/06/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835_package_qa.tar.zst\nDEBUG: Testing URL file://ff/4d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:ff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://40/d6/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf_package_qa.tar.zst\nDEBUG: For url file://ef/7a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/7a/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A12%3Aef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510_create_package_spdx.tar.zst;downloadfilename=ef/7a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '79/06/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835_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/fd/3e/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ff/4d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:ff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228_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://4b/45/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:4b45011a4a014517e04bd9aff6299666e529b82271a79315a6bf5bef5f1056d4_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/c1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e_create_spdx.tar.zst\nDEBUG: For url file://79/06/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/06/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.31%3Ar0%3Acore2-64%3A12%3A7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835_package_qa.tar.zst;downloadfilename=79/06/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c6/63/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78_recipe_qa.tar.zst\nDEBUG: For url file://ff/4d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:ff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/4d/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.2%3Ar0%3Acore2-64%3A12%3Aff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228_package_write_ipk.tar.zst;downloadfilename=ff/4d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:ff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/67/27/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5_populate_sysroot.tar.zst\nDEBUG: Searching for bd/c1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://87/3e/sstate:libdrm-native::2.4.120:r0::12:873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0_populate_lic.tar.zst\nDEBUG: Searching for universal/c6/63/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/67/27/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/c1/eb/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/a9/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:d4a96b73bbc66b394aecddc0484ecc24bd7b73c2d2f8e3fcb4d4c88f8d3bb782_package_write_deb.tar.zst\nDEBUG: Using  for bd/c1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/a8/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:a4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/c6/63/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78_recipe_qa.tar.zst\nDEBUG: Using  for universal/67/27/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/52/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/db/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14_package_qa.tar.zst\nDEBUG: Testing URL file://bd/c1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e_create_spdx.tar.zst\nDEBUG: Searching for a4/a8/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:a4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/c6/63/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/67/27/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5_populate_sysroot.tar.zst\nDEBUG: Searching for fa/52/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2a/db/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'bd/c1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a4/a8/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:a4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/c6/63/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78_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/67/27/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fa/52/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059_populate_sysroot.tar.zst\nDEBUG: Using  for 2a/db/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14_package_qa.tar.zst\nDEBUG: For url file://bd/c1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/c1/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A12%3Abdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e_create_spdx.tar.zst;downloadfilename=bd/c1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e_create_spdx.tar.zst\nDEBUG: Testing URL file://a4/a8/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:a4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/c6/63/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c6/63/sstate%3Aintltool-native%3Ax86_64-linux%3A0.51.0%3Ar0%3Ax86_64%3A12%3Ac663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78_recipe_qa.tar.zst;downloadfilename=universal/c6/63/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78_recipe_qa.tar.zst\nDEBUG: For url file://universal/67/27/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/27/sstate%3Alibxdamage-native%3Ax86_64-linux%3A1.1.6%3Ar0%3Ax86_64%3A12%3A67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5_populate_sysroot.tar.zst;downloadfilename=universal/67/27/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://fa/52/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2a/db/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a4/a8/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:a4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92_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/ea/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/4d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:ff4d5319a11e373bc9d8d4f2242624978bd71b4805f410307842abf7407af228_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://79/06/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835_package_qa.tar.zst\nDEBUG: For url ['file', '', 'fa/52/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2a/db/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14_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/a8/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:a4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/a8/sstate%3Atzdata%3Aall-poky-linux%3A2024a%3Ar0%3Aallarch%3A12%3Aa4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92_deploy_source_date_epoch.tar.zst;downloadfilename=a4/a8/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:a4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9a/72/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/31/sstate:sqlite3::3.45.3:r0::12:4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/9f/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:cf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a_populate_sysroot.tar.zst\nDEBUG: For url file://fa/52/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/52/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Afa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059_populate_sysroot.tar.zst;downloadfilename=fa/52/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059_populate_sysroot.tar.zst\nDEBUG: For url file://2a/db/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/db/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.18.0%3Ar0%3Acore2-64%3A12%3A2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14_package_qa.tar.zst;downloadfilename=2a/db/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14_package_qa.tar.zst\nDEBUG: Searching for universal/9a/72/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4a/31/sstate:sqlite3::3.45.3:r0::12:4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cf/9f/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:cf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/9a/72/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c6/63/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/27/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5_populate_sysroot.tar.zst\nDEBUG: Using  for 4a/31/sstate:sqlite3::3.45.3:r0::12:4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948_populate_lic.tar.zst\nDEBUG: Using  for cf/9f/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:cf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/9a/72/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/ef/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:d8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://12/1e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/a8/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:a4a8d1d473540941dc7be61734a8beef883bac59544aa589bfc2b796c7209e92_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4a/31/sstate:sqlite3::3.45.3:r0::12:4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948_populate_lic.tar.zst\nDEBUG: Testing URL file://cf/9f/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:cf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/9a/72/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d_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 d8/ef/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:d8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 12/1e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://26/09/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '4a/31/sstate:sqlite3::3.45.3:r0::12:4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cf/9f/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:cf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a_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/9a/72/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9a/72/sstate%3Alibmodulemd-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A12%3A9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/9a/72/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d8/ef/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:d8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60_package_write_deb.tar.zst\nDEBUG: Using  for 12/1e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743_package_write_deb.tar.zst\nDEBUG: Searching for 26/09/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4a/31/sstate:sqlite3::3.45.3:r0::12:4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/31/sstate%3Asqlite3%3A%3A3.45.3%3Ar0%3A%3A12%3A4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948_populate_lic.tar.zst;downloadfilename=4a/31/sstate:sqlite3::3.45.3:r0::12:4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948_populate_lic.tar.zst\nDEBUG: For url file://cf/9f/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:cf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/9f/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.18%3Ar0%3Acore2-64%3A12%3Acf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a_populate_sysroot.tar.zst;downloadfilename=cf/9f/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:cf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d8/ef/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:d8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60_package_write_deb.tar.zst\nDEBUG: Testing URL file://12/1e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/52/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa52652a024694bf3657185b1553b2669423ee6233ee8e23f6a533df07ce3059_populate_sysroot.tar.zst\nDEBUG: Using  for 26/09/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd8/ef/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:d8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60_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', '', '12/1e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743_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://5c/99/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07_create_spdx.tar.zst\nDEBUG: Testing URL file://26/09/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee_create_package_spdx.tar.zst\nDEBUG: For url file://d8/ef/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:d8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/ef/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Ad8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60_package_write_deb.tar.zst;downloadfilename=d8/ef/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:d8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60_package_write_deb.tar.zst\nDEBUG: For url file://12/1e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/1e/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743_package_write_deb.tar.zst;downloadfilename=12/1e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743_package_write_deb.tar.zst\nDEBUG: Searching for 5c/99/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '26/09/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee_create_package_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/9a/72/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:9a7268096c72aca1fd3c3667c7f487c7b608c9881aae99797f2de2263ea8ab9d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5c/99/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07_create_spdx.tar.zst\nDEBUG: For url file://26/09/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/09/sstate%3Axxhash%3Acore2-64-poky-linux%3A0.8.2%3Ar0%3Acore2-64%3A12%3A26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee_create_package_spdx.tar.zst;downloadfilename=26/09/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/7a/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/31/sstate:sqlite3::3.45.3:r0::12:4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/d3/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233_package.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/9f/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:cf9fd629c02815ae000323b7ab7740f45dc1619e3ac76824dc2856d3e655b07a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/55/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5c/99/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/53/45/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/db/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/37/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://47/e3/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91_recipe_qa.tar.zst\nDEBUG: Searching for 4f/d3/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d2/9e/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:d29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845_package.tar.zst\nDEBUG: SState: Attempting to fetch file://47/d8/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd_package.tar.zst\nDEBUG: For url ['file', '', '5c/99/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/53/45/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/1b/82/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/ef/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:d8ef800f51140f5a1431dfa71e138d1b1684ce6e9ee9e55e15637ed37a21bb60_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://21/4e/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 47/e3/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://12/1e/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:121eb11ef0d41c524161411251ae07dc556193460792ac9b310605f742a9c743_package_write_deb.tar.zst\nDEBUG: Using  for 4f/d3/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233_package.tar.zst\nDEBUG: Searching for d2/9e/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:d29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 47/d8/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5c/99/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/99/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.14.4%3Ar0%3Acore2-64%3A12%3A5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07_create_spdx.tar.zst;downloadfilename=5c/99/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07_create_spdx.tar.zst\nDEBUG: Using  for universal/53/45/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/53/45/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://52/c3/sstate:quilt-native::0.68:r0::12:52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798_populate_lic.tar.zst\nDEBUG: Searching for 21/4e/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 47/e3/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/ed/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45_package_write_rpm.tar.zst\nDEBUG: Testing URL file://4f/d3/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233_package.tar.zst\nDEBUG: Using  for d2/9e/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:d29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845_package.tar.zst\nDEBUG: Using  for 47/d8/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd_package.tar.zst\nDEBUG: Searching for universal/1b/82/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/53/45/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73_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 52/c3/sstate:quilt-native::0.68:r0::12:52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 21/4e/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://47/e3/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91_recipe_qa.tar.zst\nDEBUG: Searching for cb/ed/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4f/d3/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d2/9e/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:d29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845_package.tar.zst\nDEBUG: Testing URL file://47/d8/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd_package.tar.zst\nDEBUG: Using  for universal/1b/82/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08_recipe_qa.tar.zst\nDEBUG: For url file://universal/53/45/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/45/sstate%3Alibbsd-native%3Ax86_64-linux%3A0.12.2%3Ar0%3Ax86_64%3A12%3A53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73_deploy_source_date_epoch.tar.zst;downloadfilename=universal/53/45/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 52/c3/sstate:quilt-native::0.68:r0::12:52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798_populate_lic.tar.zst\nDEBUG: Testing URL file://21/4e/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '47/e3/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cb/ed/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45_package_write_rpm.tar.zst\nDEBUG: For url file://4f/d3/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/d3/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233_package.tar.zst;downloadfilename=4f/d3/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233_package.tar.zst\nDEBUG: For url ['file', '', 'd2/9e/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:d29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '47/d8/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/1b/82/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08_recipe_qa.tar.zst\nDEBUG: Testing URL file://52/c3/sstate:quilt-native::0.68:r0::12:52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798_populate_lic.tar.zst\nDEBUG: For url ['file', '', '21/4e/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0_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/e3/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/e3/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A12%3A47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91_recipe_qa.tar.zst;downloadfilename=47/e3/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91_recipe_qa.tar.zst\nDEBUG: Testing URL file://cb/ed/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45_package_write_rpm.tar.zst\nDEBUG: For url file://d2/9e/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:d29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/9e/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A12%3Ad29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845_package.tar.zst;downloadfilename=d2/9e/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:d29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845_package.tar.zst\nDEBUG: For url file://47/d8/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/d8/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.103.2%3Ar0%3Acore2-64%3A12%3A47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd_package.tar.zst;downloadfilename=47/d8/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd_package.tar.zst\nDEBUG: For url ['file', '', 'universal/1b/82/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08_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://2a/db/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/45/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '52/c3/sstate:quilt-native::0.68:r0::12:52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://21/4e/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/4e/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.19.2%3Ar0%3Acore2-64%3A12%3A214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0_deploy_source_date_epoch.tar.zst;downloadfilename=21/4e/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cb/ed/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45_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://02/82/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:0282b8ae27fd798229c624c55ad9a149563e7f0f46972e73b7899285977f0d80_package.tar.zst\nDEBUG: For url file://universal/1b/82/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1b/82/sstate%3Aperl-native%3Ax86_64-linux%3A5.38.2%3Ar0%3Ax86_64%3A12%3A1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08_recipe_qa.tar.zst;downloadfilename=universal/1b/82/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/45/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:53454d16893f3a1f5b8e3f565cd9c9e1fb26f03c61242f01591d4fb185ec5c73_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/fa/sstate:flex-native::2.6.4:r0::12:4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://34/af/sstate:libtasn1-native::4.19.0:r0::12:34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344_populate_lic.tar.zst\nDEBUG: For url file://52/c3/sstate:quilt-native::0.68:r0::12:52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/c3/sstate%3Aquilt-native%3A%3A0.68%3Ar0%3A%3A12%3A52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798_populate_lic.tar.zst;downloadfilename=52/c3/sstate:quilt-native::0.68:r0::12:52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798_populate_lic.tar.zst\nDEBUG: For url file://cb/ed/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/ed/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Acbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45_package_write_rpm.tar.zst;downloadfilename=cb/ed/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://58/dd/sstate:grep::3.11:r0::12:58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/0c/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/12/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:6d12ed62ca29bd72aaac76b52087382153c0ff1f1d6ff845c6e3ca8c0d359c71_package_write_ipk.tar.zst\nDEBUG: Searching for 4f/fa/sstate:flex-native::2.6.4:r0::12:4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 34/af/sstate:libtasn1-native::4.19.0:r0::12:34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 58/dd/sstate:grep::3.11:r0::12:58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://47/d8/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:47d8ffad9c4e48481b2d3b7477e237d2ee27a505b5ac8310ec875961695471cd_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/9e/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:d29eece7d1bde1faabcc856716903556dbeef4611a28930338c0114eeca4a845_package.tar.zst\nDEBUG: Searching for cc/0c/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://21/4e/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:214ec6f57643c290cd032da61543b3ec9979ce2070ab68680a73296dac2710b0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/d3/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4fd33c4ae8368e1de8f7cc6b44c97b5d12a85f6dabc5a909ab50cc0029eb7233_package.tar.zst\nDEBUG: SState: Attempting to fetch file://56/36/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4f/fa/sstate:flex-native::2.6.4:r0::12:4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f_populate_lic.tar.zst\nDEBUG: Using  for 34/af/sstate:libtasn1-native::4.19.0:r0::12:34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344_populate_lic.tar.zst\nDEBUG: Using  for 58/dd/sstate:grep::3.11:r0::12:58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://80/8b/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://64/a8/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825_package.tar.zst\nDEBUG: Using  for cc/0c/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/61/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://96/0a/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900_package_qa.tar.zst\nDEBUG: Searching for 56/36/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4f/fa/sstate:flex-native::2.6.4:r0::12:4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f_populate_lic.tar.zst\nDEBUG: Testing URL file://34/af/sstate:libtasn1-native::4.19.0:r0::12:34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344_populate_lic.tar.zst\nDEBUG: Testing URL file://58/dd/sstate:grep::3.11:r0::12:58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1b/82/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08_recipe_qa.tar.zst\nDEBUG: Searching for 80/8b/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 64/a8/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://cc/0c/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401_package.tar.zst\nDEBUG: SState: Successful fetch test for file://52/c3/sstate:quilt-native::0.68:r0::12:52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798_populate_lic.tar.zst\nDEBUG: Searching for ab/61/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 96/0a/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 56/36/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4f/fa/sstate:flex-native::2.6.4:r0::12:4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f_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/af/sstate:libtasn1-native::4.19.0:r0::12:34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344_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/dd/sstate:grep::3.11:r0::12:58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f_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://cb/ed/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5e/43/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 80/8b/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 64/a8/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825_package.tar.zst\nDEBUG: For url ['file', '', 'cc/0c/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401_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://74/5c/sstate:libtool-cross::2.5.0:r0::12:745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24_populate_lic.tar.zst\nDEBUG: Using  for ab/61/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86_package_qa.tar.zst\nDEBUG: Using  for 96/0a/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900_package_qa.tar.zst\nDEBUG: Testing URL file://56/36/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4f/fa/sstate:flex-native::2.6.4:r0::12:4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/fa/sstate%3Aflex-native%3A%3A2.6.4%3Ar0%3A%3A12%3A4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f_populate_lic.tar.zst;downloadfilename=4f/fa/sstate:flex-native::2.6.4:r0::12:4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f_populate_lic.tar.zst\nDEBUG: For url file://34/af/sstate:libtasn1-native::4.19.0:r0::12:34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/af/sstate%3Alibtasn1-native%3A%3A4.19.0%3Ar0%3A%3A12%3A34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344_populate_lic.tar.zst;downloadfilename=34/af/sstate:libtasn1-native::4.19.0:r0::12:34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344_populate_lic.tar.zst\nDEBUG: For url file://58/dd/sstate:grep::3.11:r0::12:58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/dd/sstate%3Agrep%3A%3A3.11%3Ar0%3A%3A12%3A58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f_populate_lic.tar.zst;downloadfilename=58/dd/sstate:grep::3.11:r0::12:58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://80/d4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468_package.tar.zst\nDEBUG: Searching for universal/5e/43/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://80/8b/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://64/a8/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825_package.tar.zst\nDEBUG: For url file://cc/0c/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/0c/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A12%3Acc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401_package.tar.zst;downloadfilename=cc/0c/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401_package.tar.zst\nDEBUG: Searching for 74/5c/sstate:libtool-cross::2.5.0:r0::12:745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ab/61/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86_package_qa.tar.zst\nDEBUG: Testing URL file://96/0a/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900_package_qa.tar.zst\nDEBUG: For url ['file', '', '56/36/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a_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 80/d4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/5e/43/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '80/8b/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4_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://bd/c1/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '64/a8/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 74/5c/sstate:libtool-cross::2.5.0:r0::12:745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ab/61/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86_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/0a/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900_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/36/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/36/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.103.2%3Ar0%3Acore2-64%3A12%3A563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a_deploy_source_date_epoch.tar.zst;downloadfilename=56/36/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 80/d4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468_package.tar.zst\nDEBUG: Testing URL file://universal/5e/43/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://80/8b/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/8b/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.7%3Ar0%3Acore2-64%3A12%3A808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4_deploy_source_date_epoch.tar.zst;downloadfilename=80/8b/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/fa/sstate:flex-native::2.6.4:r0::12:4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/55/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0_package_qa.tar.zst\nDEBUG: For url file://64/a8/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/a8/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A12%3A64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825_package.tar.zst;downloadfilename=64/a8/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825_package.tar.zst\nDEBUG: Testing URL file://74/5c/sstate:libtool-cross::2.5.0:r0::12:745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24_populate_lic.tar.zst\nDEBUG: For url file://ab/61/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/61/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A12%3Aab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86_package_qa.tar.zst;downloadfilename=ab/61/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86_package_qa.tar.zst\nDEBUG: For url file://96/0a/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/0a/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900_package_qa.tar.zst;downloadfilename=96/0a/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900_package_qa.tar.zst\nDEBUG: Testing URL file://80/d4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468_package.tar.zst\nDEBUG: SState: Successful fetch test for file://58/dd/sstate:grep::3.11:r0::12:58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/5e/43/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10_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/af/sstate:libtasn1-native::4.19.0:r0::12:34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/31/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:f23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://47/e3/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91_recipe_qa.tar.zst\nDEBUG: Searching for 7f/55/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '74/5c/sstate:libtool-cross::2.5.0:r0::12:745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24_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://cc/0c/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cc0c91f17f0680264203cf6b4e4c4895c1c3893dba22367304315bf5feb58401_package.tar.zst\nDEBUG: For url ['file', '', '80/d4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468_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/36/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:563636442538263a1ef3b585883022777f85a827eb32fedd74008e766aabc67a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5c/07/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://26/09/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://80/8b/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:808b9ea298ff15cf9e7ed3eff066fe1fefa8fac5ff5b26fe8c62ae70b73d68d4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/5e/43/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5e/43/sstate%3Apkgconfig-native%3Ax86_64-linux%3A0.29.2%2Bgit%3Ar0%3Ax86_64%3A12%3A5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5e/43/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cb/b5/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3_create_package_spdx.tar.zst\nDEBUG: Searching for f2/31/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:f23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/0a/77/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf_create_spdx.tar.zst\nDEBUG: Using  for 7f/55/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0_package_qa.tar.zst\nDEBUG: For url file://74/5c/sstate:libtool-cross::2.5.0:r0::12:745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/5c/sstate%3Alibtool-cross%3A%3A2.5.0%3Ar0%3A%3A12%3A745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24_populate_lic.tar.zst;downloadfilename=74/5c/sstate:libtool-cross::2.5.0:r0::12:745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/38/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa_packagedata.tar.zst\nDEBUG: For url file://80/d4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/d4/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468_package.tar.zst;downloadfilename=80/d4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3a/86/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359_create_package_spdx.tar.zst\nDEBUG: Searching for universal/5c/07/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://64/a8/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:64a843a14ba96553d7a49833ed0c58918ec56c7576a448aed07cc1ce9170a825_package.tar.zst\nDEBUG: SState: Attempting to fetch file://83/51/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a9/86/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1_create_spdx.tar.zst\nDEBUG: Searching for universal/cb/b5/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ab/61/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86_package_qa.tar.zst\nDEBUG: Using  for f2/31/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:f23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/0a/77/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7f/55/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://96/0a/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900_package_qa.tar.zst\nDEBUG: Searching for 1e/38/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3a/86/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/5c/07/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/ac/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b_create_spdx.tar.zst\nDEBUG: Searching for 83/51/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a9/86/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/cb/b5/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://43/73/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49_package_write_deb.tar.zst\nDEBUG: Testing URL file://f2/31/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:f23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/0a/77/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7f/55/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0_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://8d/87/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0_packagedata.tar.zst\nDEBUG: Using  for 1e/38/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa_packagedata.tar.zst\nDEBUG: Using  for universal/3a/86/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/5c/07/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754_recipe_qa.tar.zst\nDEBUG: Searching for 4a/ac/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/5e/43/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:5e438350f82487ff01d01f4689b87595893a76927a743ad5387d02f49d69de10_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 83/51/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde_package_write_deb.tar.zst\nDEBUG: Using  for universal/a9/86/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/cb/b5/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3_create_package_spdx.tar.zst\nDEBUG: Searching for 43/73/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f2/31/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:f23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010_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/0a/77/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf_create_spdx.tar.zst\nDEBUG: For url file://7f/55/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/55/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0_package_qa.tar.zst;downloadfilename=7f/55/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0_package_qa.tar.zst\nDEBUG: Searching for 8d/87/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1e/38/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa_packagedata.tar.zst\nDEBUG: Testing URL file://universal/3a/86/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/5c/07/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4a/ac/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b_create_spdx.tar.zst\nDEBUG: Testing URL file://4a/ac/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://80/d4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:80d4f13a7f8403b9ee13033b2469fee37ef0eabed225c8d9cedc3f16612ad468_package.tar.zst\nDEBUG: Testing URL file://83/51/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/a9/86/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/cb/b5/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 43/73/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49_package_write_deb.tar.zst\nDEBUG: For url file://f2/31/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:f23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/31/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3Af23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010_deploy_source_date_epoch.tar.zst;downloadfilename=f2/31/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:f23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/0a/77/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8d/87/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0_packagedata.tar.zst\nDEBUG: For url ['file', '', '1e/38/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/3a/86/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/5c/07/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5c/07/sstate%3Abzip2-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A12%3A5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754_recipe_qa.tar.zst;downloadfilename=universal/5c/07/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/4a/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '4a/ac/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b_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/ad/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f_packagedata.tar.zst\nDEBUG: For url ['file', '', '83/51/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde_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/a9/86/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1_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/cb/b5/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cb/b5/sstate%3Alibxcursor-native%3Ax86_64-linux%3A1.2.2%3Ar0%3Ax86_64%3A12%3Acbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3_create_package_spdx.tar.zst;downloadfilename=universal/cb/b5/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://43/73/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49_package_write_deb.tar.zst\nDEBUG: For url file://universal/0a/77/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0a/77/sstate%3Aautomake-native%3Ax86_64-linux%3A1.16.5%3Ar0%3Ax86_64%3A12%3A0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf_create_spdx.tar.zst;downloadfilename=universal/0a/77/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf_create_spdx.tar.zst\nDEBUG: Testing URL file://8d/87/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0_packagedata.tar.zst\nDEBUG: For url file://1e/38/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/38/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.6%3Ar0%3Acore2-64%3A12%3A1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa_packagedata.tar.zst;downloadfilename=1e/38/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa_packagedata.tar.zst\nDEBUG: For url file://universal/3a/86/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3a/86/sstate%3Alibcap-native%3Ax86_64-linux%3A2.70%3Ar0%3Ax86_64%3A12%3A3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359_create_package_spdx.tar.zst;downloadfilename=universal/3a/86/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359_create_package_spdx.tar.zst\nDEBUG: Searching for 9e/4a/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4a/ac/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/ac/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A12%3A4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b_create_spdx.tar.zst;downloadfilename=4a/ac/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/55/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0_package_qa.tar.zst\nDEBUG: Searching for 9d/ad/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://83/51/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/51/sstate%3Aell%3Acore2-64-poky-linux%3A0.66%3Ar0%3Acore2-64%3A12%3A8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde_package_write_deb.tar.zst;downloadfilename=83/51/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde_package_write_deb.tar.zst\nDEBUG: For url file://universal/a9/86/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a9/86/sstate%3Acwautomacros-native%3Ax86_64-linux%3A20110201%3Ar0%3Ax86_64%3A12%3Aa986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1_create_spdx.tar.zst;downloadfilename=universal/a9/86/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1_create_spdx.tar.zst\nDEBUG: For url ['file', '', '43/73/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49_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', '', '8d/87/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0_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://f2/31/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:f23123ac9f1efa98eecbf4158672d743478504e6f1e57699e2c1d47f31e41010_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9e/4a/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5c/07/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/63/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:f5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cb/b5/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3_create_package_spdx.tar.zst\nDEBUG: Using  for 9d/ad/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f_packagedata.tar.zst\nDEBUG: For url file://43/73/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/73/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A12%3A4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49_package_write_deb.tar.zst;downloadfilename=43/73/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49_package_write_deb.tar.zst\nDEBUG: For url file://8d/87/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/87/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0_packagedata.tar.zst;downloadfilename=8d/87/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0a/77/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://74/5c/sstate:libtool-cross::2.5.0:r0::12:745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/38/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3a/86/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/01/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9e/4a/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/2c/sstate:python3-setuptools::69.5.1:r0::12:cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a_populate_lic.tar.zst\nDEBUG: Searching for f5/63/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:f5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6a/37/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://9d/ad/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/c3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a9/86/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/e8/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/57/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/39/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c_packagedata.tar.zst\nDEBUG: Searching for universal/80/01/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9e/4a/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cb/2c/sstate:python3-setuptools::69.5.1:r0::12:cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f5/63/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:f5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20_package.tar.zst\nDEBUG: Searching for 6a/37/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9d/ad/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7d/c3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://18/d2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3_package.tar.zst\nDEBUG: Searching for d5/e8/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5e/57/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e6/39/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/80/01/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9e/4a/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/4a/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0_create_package_spdx.tar.zst;downloadfilename=9e/4a/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0_create_package_spdx.tar.zst\nDEBUG: Using  for cb/2c/sstate:python3-setuptools::69.5.1:r0::12:cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a_populate_lic.tar.zst\nDEBUG: Testing URL file://f5/63/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:f5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20_package.tar.zst\nDEBUG: Using  for 6a/37/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc_package_write_rpm.tar.zst\nDEBUG: For url file://9d/ad/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/ad/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f_packagedata.tar.zst;downloadfilename=9d/ad/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://43/73/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:4373e96d32ede557a5e768ae4b306a0fd44c60aa80d0075f32500675968ffb49_package_write_deb.tar.zst\nDEBUG: Using  for 7d/c3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/87/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0_packagedata.tar.zst\nDEBUG: Searching for 18/d2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d5/e8/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5e/57/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859_populate_sysroot.tar.zst\nDEBUG: Using  for e6/39/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c_packagedata.tar.zst\nDEBUG: Testing URL file://universal/80/01/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cb/2c/sstate:python3-setuptools::69.5.1:r0::12:cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f5/63/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:f5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6a/37/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/66/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://7d/c3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/99/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/27/d1/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 18/d2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3_package.tar.zst\nDEBUG: Testing URL file://d5/e8/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5e/57/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e6/39/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/80/01/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886_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/2c/sstate:python3-setuptools::69.5.1:r0::12:cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f5/63/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:f5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/63/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A12%3Af5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20_package.tar.zst;downloadfilename=f5/63/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:f5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20_package.tar.zst\nDEBUG: For url ['file', '', '6a/37/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4a/66/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7d/c3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8_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://1c/78/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd_package_write_ipk.tar.zst\nDEBUG: Searching for universal/27/d1/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://18/d2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3_package.tar.zst\nDEBUG: For url ['file', '', 'd5/e8/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43_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', '', '5e/57/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859_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/39/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/80/01/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/01/sstate%3Alibxml2-native%3Ax86_64-linux%3A2.12.8%3Ar0%3Ax86_64%3A12%3A8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886_deploy_source_date_epoch.tar.zst;downloadfilename=universal/80/01/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://cb/2c/sstate:python3-setuptools::69.5.1:r0::12:cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/2c/sstate%3Apython3-setuptools%3A%3A69.5.1%3Ar0%3A%3A12%3Acb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a_populate_lic.tar.zst;downloadfilename=cb/2c/sstate:python3-setuptools::69.5.1:r0::12:cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a_populate_lic.tar.zst\nDEBUG: For url file://6a/37/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/37/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.4%2Bgit%3Ar0%3Acore2-64%3A12%3A6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc_package_write_rpm.tar.zst;downloadfilename=6a/37/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc_package_write_rpm.tar.zst\nDEBUG: Using  for 4a/66/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f_package_write_ipk.tar.zst\nDEBUG: For url file://7d/c3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/c3/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A12%3A7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8_deploy_source_date_epoch.tar.zst;downloadfilename=7d/c3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1c/78/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9d/ad/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f_packagedata.tar.zst\nDEBUG: Using  for universal/27/d1/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '18/d2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d5/e8/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/e8/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.15.1%3Ar0%3Acore2-64%3A12%3Ad5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43_deploy_source_date_epoch.tar.zst;downloadfilename=d5/e8/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5e/57/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/57/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20240101%2Bgit%3Ar0%3Acore2-64%3A12%3A5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859_populate_sysroot.tar.zst;downloadfilename=5e/57/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859_populate_sysroot.tar.zst\nDEBUG: For url file://e6/39/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/39/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.52.0%3Ar0%3Acore2-64%3A12%3Ae639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c_packagedata.tar.zst;downloadfilename=e6/39/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c_packagedata.tar.zst\nDEBUG: Testing URL file://4a/66/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f_package_write_ipk.tar.zst\nDEBUG: Using  for 1c/78/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c7/fe/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/27/d1/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://18/d2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/d2/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A12%3A18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3_package.tar.zst;downloadfilename=18/d2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3_package.tar.zst\nDEBUG: For url ['file', '', '4a/66/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f_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://1c/78/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/80/01/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:8001a5a52dee92676470268f8b4590c8776f7f8f2c383929fcda3a8de4246886_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/c7/fe/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7d/c3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:7dc3f54fc858a52a5f7ce1084c5f306b7c0d6da3a1dfcc993fea1022239fcef8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/27/d1/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a_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/66/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/66/sstate%3Alzlib%3Acore2-64-poky-linux%3A1.14%3Ar0%3Acore2-64%3A12%3A4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f_package_write_ipk.tar.zst;downloadfilename=4a/66/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '1c/78/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd_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://fa/00/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa_package_write_ipk.tar.zst\nDEBUG: Using  for universal/c7/fe/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://26/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9_package_write_ipk.tar.zst\nDEBUG: For url file://universal/27/d1/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/27/d1/sstate%3Acracklib-native%3Ax86_64-linux%3A2.9.11%3Ar0%3Ax86_64%3A12%3A27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/27/d1/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/e8/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:d5e8b6b3d43642f5ac3f5315f64dc946f7d1436c5beaa775c7cb0b8654779d43_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1c/78/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/78/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A24.1%3Ar0%3Acore2-64%3A12%3A1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd_package_write_ipk.tar.zst;downloadfilename=1c/78/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd_package_write_ipk.tar.zst\nDEBUG: Searching for fa/00/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e6/39/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c_packagedata.tar.zst\nDEBUG: Testing URL file://universal/c7/fe/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0_create_package_spdx.tar.zst\nDEBUG: Searching for 26/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ca/bb/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/4a/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0_create_package_spdx.tar.zst\nDEBUG: Using  for fa/00/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://18/d2/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18d27f938154745b8ec50bfdbfc53ea6fe19bbee7200d914f3dae45955c723e3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/c1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:cdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/c7/fe/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 26/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9_package_write_ipk.tar.zst\nDEBUG: Searching for ca/bb/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/6e/c9/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38_recipe_qa.tar.zst\nDEBUG: Testing URL file://fa/00/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9c/71/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7_create_package_spdx.tar.zst\nDEBUG: Searching for cd/c1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:cdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/c7/fe/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c7/fe/sstate%3Apython3-tomli-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A12%3Ac7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0_create_package_spdx.tar.zst;downloadfilename=universal/c7/fe/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0_create_package_spdx.tar.zst\nDEBUG: Testing URL file://26/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9_package_write_ipk.tar.zst\nDEBUG: Using  for ca/bb/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f_package_qa.tar.zst\nDEBUG: Testing URL file://ca/bb/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'fa/00/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/9c/71/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cd/c1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:cdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/27/d1/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:27d1e11a1b5cdedca8d615844b24d80c544f05435c4f83a4b42225f49633178a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '26/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/6e/c9/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ca/bb/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f_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://1c/78/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:1c78372f73c7f86df4501a3e8d7ebec16f2f408f2dfe1d996b31445a69af7cfd_package_write_ipk.tar.zst\nDEBUG: For url file://fa/00/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/00/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Afa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa_package_write_ipk.tar.zst;downloadfilename=fa/00/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa_package_write_ipk.tar.zst\nDEBUG: Using  for universal/9c/71/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://cd/c1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:cdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://40/74/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265_package_qa.tar.zst\nDEBUG: For url file://26/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/bd/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9_package_write_ipk.tar.zst;downloadfilename=26/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9_package_write_ipk.tar.zst\nDEBUG: Using  for universal/6e/c9/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38_recipe_qa.tar.zst\nDEBUG: For url file://ca/bb/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/bb/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.68%3Ar0%3Acore2-64%3A12%3Acabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f_package_qa.tar.zst;downloadfilename=ca/bb/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://99/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/9c/71/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'cd/c1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:cdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 40/74/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/6e/c9/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c7/fe/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/2c/sstate:python3-setuptools::69.5.1:r0::12:cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://83/51/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:8351ab0310852cef1980189282c845a2dd580ef036fdfc517f21fd63ce649bde_package_write_deb.tar.zst\nDEBUG: Searching for 99/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/9c/71/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cd/c1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:cdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/c1/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3Acdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e_package_write_deb.tar.zst;downloadfilename=cd/c1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:cdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e_package_write_deb.tar.zst\nDEBUG: Using  for 40/74/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/6e/c9/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38_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://f5/06/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/00/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/92/ff/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/8b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a_packagedata.tar.zst\nDEBUG: Using  for 99/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328_populate_sysroot.tar.zst\nDEBUG: For url file://universal/9c/71/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9c/71/sstate%3Alibxml2-native%3Ax86_64-linux%3A2.12.8%3Ar0%3Ax86_64%3A12%3A9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7_create_package_spdx.tar.zst;downloadfilename=universal/9c/71/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://40/74/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265_package_qa.tar.zst\nDEBUG: For url file://universal/6e/c9/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6e/c9/sstate%3Aunzip-native%3Ax86_64-linux%3A6.0%3Ar0%3Ax86_64%3A12%3A6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38_recipe_qa.tar.zst;downloadfilename=universal/6e/c9/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38_recipe_qa.tar.zst\nDEBUG: Searching for f5/06/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/1d/2f/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb_populate_sysroot.tar.zst\nDEBUG: Searching for universal/92/ff/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f5/8b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://99/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '40/74/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f5/06/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555_recipe_qa.tar.zst\nDEBUG: Searching for universal/1d/2f/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4a/ac/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/57/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:5e57bbbc9601e9b11225dc7f187efd140b0f0e62a2cb0a528b7f756a7b9d3859_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/63/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:f5636779dcfa6df58d6736f479b434b2d3276c973568815f1fc4a409c1619b20_package.tar.zst\nDEBUG: Using  for universal/92/ff/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a_create_package_spdx.tar.zst\nDEBUG: Using  for f5/8b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a_packagedata.tar.zst\nDEBUG: For url ['file', '', '99/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://40/74/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/74/sstate%3Afmt%3Acore2-64-poky-linux%3A10.2.1%3Ar0%3Acore2-64%3A12%3A407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265_package_qa.tar.zst;downloadfilename=40/74/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265_package_qa.tar.zst\nDEBUG: Testing URL file://f5/06/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/c1/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:cdc19b5c02d17b87d3afcffb3dbc2516f8a482250556a3d3d712c9c379ff476e_package_write_deb.tar.zst\nDEBUG: Using  for universal/1d/2f/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/e8/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/c9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7f/62/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/92/ff/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f5/8b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a_packagedata.tar.zst\nDEBUG: For url file://99/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/29/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.3.0%3Ar0%3Acore2-64%3A12%3A9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328_populate_sysroot.tar.zst;downloadfilename=99/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9c/71/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f5/06/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555_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://9a/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6e/c9/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/1d/2f/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb_populate_sysroot.tar.zst\nDEBUG: Searching for a6/e8/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0e/c9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/7f/62/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/92/ff/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f5/8b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a_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/6e/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664_package_write_ipk.tar.zst\nDEBUG: For url file://f5/06/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/06/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.8.1%3Ar0%3Acore2-64%3A12%3Af506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555_recipe_qa.tar.zst;downloadfilename=f5/06/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555_recipe_qa.tar.zst\nDEBUG: Searching for 9a/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b1/db/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/1d/2f/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a6/e8/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b_package_qa.tar.zst\nDEBUG: Using  for 0e/c9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c_populate_sysroot.tar.zst\nDEBUG: Using  for universal/7f/62/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476_recipe_qa.tar.zst\nDEBUG: For url file://universal/92/ff/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/92/ff/sstate%3Ancurses-native%3Ax86_64-linux%3A6.5%3Ar0%3Ax86_64%3A12%3A92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a_create_package_spdx.tar.zst;downloadfilename=universal/92/ff/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a_create_package_spdx.tar.zst\nDEBUG: For url file://f5/8b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/8b/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Af58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a_packagedata.tar.zst;downloadfilename=f5/8b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a_packagedata.tar.zst\nDEBUG: Searching for b2/6e/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9a/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48_package_qa.tar.zst\nDEBUG: Searching for b1/db/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4a/66/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4a669c55162a1ff1afe07f7c526cbb2aa6a3972ead42791aed3cba585256c14f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/bb/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f_package_qa.tar.zst\nDEBUG: For url file://universal/1d/2f/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1d/2f/sstate%3Alibical-native%3Ax86_64-linux%3A3.0.18%3Ar0%3Ax86_64%3A12%3A1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb_populate_sysroot.tar.zst;downloadfilename=universal/1d/2f/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a6/e8/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b_package_qa.tar.zst\nDEBUG: Testing URL file://0e/c9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/7f/62/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476_recipe_qa.tar.zst\nDEBUG: Using  for b2/6e/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664_package_write_ipk.tar.zst\nDEBUG: Testing URL file://9a/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48_package_qa.tar.zst\nDEBUG: Using  for b1/db/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d8/6f/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:d86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://83/50/sstate:dbus-native::1.14.10:r0::12:83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/06/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a6/e8/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0e/c9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c_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/7f/62/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b2/6e/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '9a/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b1/db/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d_package_qa.tar.zst\nDEBUG: Searching for universal/d8/6f/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:d86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 83/50/sstate:dbus-native::1.14.10:r0::12:83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/92/ff/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/d9/sstate:python3-native::3.12.4:r0::12:c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6_populate_lic.tar.zst\nDEBUG: For url file://a6/e8/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/e8/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A12%3Aa6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b_package_qa.tar.zst;downloadfilename=a6/e8/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b_package_qa.tar.zst\nDEBUG: For url file://0e/c9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/c9/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A12%3A0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c_populate_sysroot.tar.zst;downloadfilename=0e/c9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c_populate_sysroot.tar.zst\nDEBUG: For url file://universal/7f/62/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7f/62/sstate%3Abison-native%3Ax86_64-linux%3A3.8.2%3Ar0%3Ax86_64%3A12%3A7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476_recipe_qa.tar.zst;downloadfilename=universal/7f/62/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b2/6e/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664_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://9a/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/b0/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48_package_qa.tar.zst;downloadfilename=9a/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b1/db/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/d8/6f/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:d86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 83/50/sstate:dbus-native::1.14.10:r0::12:83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/8e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef_recipe_qa.tar.zst\nDEBUG: Searching for c4/d9/sstate:python3-native::3.12.4:r0::12:c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f5/8b/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1d/2f/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:1d2fdfb8988046e7c373f6321d57b2a2f723967acad1146d34768c4cca9b01cb_populate_sysroot.tar.zst\nDEBUG: For url file://b2/6e/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/6e/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Ab26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664_package_write_ipk.tar.zst;downloadfilename=b2/6e/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664_package_write_ipk.tar.zst\nDEBUG: For url file://b1/db/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/db/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A12%3Ab1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d_package_qa.tar.zst;downloadfilename=b1/db/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d_package_qa.tar.zst\nDEBUG: Testing URL file://universal/d8/6f/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:d86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://83/50/sstate:dbus-native::1.14.10:r0::12:83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8_populate_lic.tar.zst\nDEBUG: Searching for d8/8e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c4/d9/sstate:python3-native::3.12.4:r0::12:c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/61/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/da/sstate:gpgme-native::1.23.2:r0::12:b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/e8/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/d8/6f/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:d86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242_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/7f/62/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:7f620c785c355eb49dc614360eb53a303cf146a85a6cc669b4fc3bcd07ae9476_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://40/74/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265_package_qa.tar.zst\nDEBUG: For url ['file', '', '83/50/sstate:dbus-native::1.14.10:r0::12:83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8_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://9a/b0/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48_package_qa.tar.zst\nDEBUG: Using  for d8/8e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef_recipe_qa.tar.zst\nDEBUG: Testing URL file://c4/d9/sstate:python3-native::3.12.4:r0::12:c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6_populate_lic.tar.zst\nDEBUG: Searching for 8c/61/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b0/da/sstate:gpgme-native::1.23.2:r0::12:b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ec/8d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:ec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/d8/6f/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:d86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d8/6f/sstate%3Apatch-native%3Ax86_64-linux%3A2.7.6%3Ar0%3Ax86_64%3A12%3Ad86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d8/6f/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:d86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://80/f6/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://21/c9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0_package_write_rpm.tar.zst\nDEBUG: For url file://83/50/sstate:dbus-native::1.14.10:r0::12:83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/50/sstate%3Adbus-native%3A%3A1.14.10%3Ar0%3A%3A12%3A83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8_populate_lic.tar.zst;downloadfilename=83/50/sstate:dbus-native::1.14.10:r0::12:83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://11/9b/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c_packagedata.tar.zst\nDEBUG: Testing URL file://d8/8e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c4/d9/sstate:python3-native::3.12.4:r0::12:c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8c/61/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206_create_spdx.tar.zst\nDEBUG: Using  for b0/da/sstate:gpgme-native::1.23.2:r0::12:b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd_populate_lic.tar.zst\nDEBUG: Searching for ec/8d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:ec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 80/f6/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 21/c9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b2/6e/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664_package_write_ipk.tar.zst\nDEBUG: Searching for 11/9b/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd8/8e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef_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://b1/db/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/37/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc_package_write_rpm.tar.zst\nDEBUG: For url file://c4/d9/sstate:python3-native::3.12.4:r0::12:c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/d9/sstate%3Apython3-native%3A%3A3.12.4%3Ar0%3A%3A12%3Ac4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6_populate_lic.tar.zst;downloadfilename=c4/d9/sstate:python3-native::3.12.4:r0::12:c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6_populate_lic.tar.zst\nDEBUG: Testing URL file://8c/61/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206_create_spdx.tar.zst\nDEBUG: Testing URL file://b0/da/sstate:gpgme-native::1.23.2:r0::12:b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd_populate_lic.tar.zst\nDEBUG: Using  for ec/8d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:ec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 80/f6/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303_create_spdx.tar.zst\nDEBUG: Using  for 21/c9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://59/66/sstate:libxdamage::1.1.6:r0::12:5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f_populate_lic.tar.zst\nDEBUG: Using  for 11/9b/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c_packagedata.tar.zst\nDEBUG: For url file://d8/8e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/8e/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A12%3Ad88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef_recipe_qa.tar.zst;downloadfilename=d8/8e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/0f/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://72/dc/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8c/61/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206_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/da/sstate:gpgme-native::1.23.2:r0::12:b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd_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/d8/6f/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:d86f59c6b09e1363f9f610c2312b4816d219cee7f5ffc02da403d806cfbc2242_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ec/8d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:ec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://80/f6/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303_create_spdx.tar.zst\nDEBUG: Testing URL file://21/c9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0_package_write_rpm.tar.zst\nDEBUG: Searching for 59/66/sstate:libxdamage::1.1.6:r0::12:5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://11/9b/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://83/50/sstate:dbus-native::1.14.10:r0::12:83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8_populate_lic.tar.zst\nDEBUG: Searching for ab/0f/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 72/dc/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8c/61/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/61/sstate%3Agcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206_create_spdx.tar.zst;downloadfilename=8c/61/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206_create_spdx.tar.zst\nDEBUG: For url file://b0/da/sstate:gpgme-native::1.23.2:r0::12:b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/da/sstate%3Agpgme-native%3A%3A1.23.2%3Ar0%3A%3A12%3Ab0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd_populate_lic.tar.zst;downloadfilename=b0/da/sstate:gpgme-native::1.23.2:r0::12:b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/78/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ec/8d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:ec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795_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', '', '80/f6/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303_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/c9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0_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/66/sstate:libxdamage::1.1.6:r0::12:5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '11/9b/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c_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://1b/56/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ab/0f/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1_create_package_spdx.tar.zst\nDEBUG: Using  for 72/dc/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091_create_spdx.tar.zst\nDEBUG: Searching for 0f/78/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c4/d9/sstate:python3-native::3.12.4:r0::12:c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6_populate_lic.tar.zst\nDEBUG: For url file://ec/8d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:ec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/8d/sstate%3Aed%3Acore2-64-poky-linux%3A1.20.2%3Ar0%3Acore2-64%3A12%3Aec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795_deploy_source_date_epoch.tar.zst;downloadfilename=ec/8d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:ec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://80/f6/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/f6/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A12%3A80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303_create_spdx.tar.zst;downloadfilename=80/f6/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/8e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef_recipe_qa.tar.zst\nDEBUG: For url file://21/c9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/c9/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.1%3Ar0%3Acore2-64%3A12%3A21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0_package_write_rpm.tar.zst;downloadfilename=21/c9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://59/66/sstate:libxdamage::1.1.6:r0::12:5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f_populate_lic.tar.zst\nDEBUG: For url file://11/9b/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/9b/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.31%3Ar0%3Acore2-64%3A12%3A119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c_packagedata.tar.zst;downloadfilename=11/9b/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c_packagedata.tar.zst\nDEBUG: Searching for 1b/56/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ab/0f/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://72/dc/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091_create_spdx.tar.zst\nDEBUG: Using  for 0f/78/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://34/35/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://db/17/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '59/66/sstate:libxdamage::1.1.6:r0::12:5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f_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/da/sstate:gpgme-native::1.23.2:r0::12:b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd_populate_lic.tar.zst\nDEBUG: Using  for 1b/56/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ab/0f/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1_create_package_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/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:26bdc33cfe938efcdf71ca5f784a141611667be1b4fc359118a539c27a7971a9_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '72/dc/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0f/78/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea_create_package_spdx.tar.zst\nDEBUG: Searching for 34/35/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for db/17/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://59/66/sstate:libxdamage::1.1.6:r0::12:5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/66/sstate%3Alibxdamage%3A%3A1.1.6%3Ar0%3A%3A12%3A5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f_populate_lic.tar.zst;downloadfilename=59/66/sstate:libxdamage::1.1.6:r0::12:5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/09/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1b/56/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/8d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:ec8d28724101bc8a1e8e69cede47be145d20982e39ef62a3a90948aaf8dab795_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ab/0f/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/0f/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3Aab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1_create_package_spdx.tar.zst;downloadfilename=ab/0f/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/b9/sstate:libxmu::1.2.1:r0::12:1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597_populate_lic.tar.zst\nDEBUG: For url file://72/dc/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/dc/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20240101%2Bgit%3Ar0%3Acore2-64%3A12%3A72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091_create_spdx.tar.zst;downloadfilename=72/dc/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0f/78/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 34/35/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for db/17/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78_package_write_rpm.tar.zst\nDEBUG: Searching for 2c/09/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1b/56/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1_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://21/c9/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://91/05/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5_recipe_qa.tar.zst\nDEBUG: Searching for 1f/b9/sstate:libxmu::1.2.1:r0::12:1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0f/78/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/78/sstate%3Afmt%3Acore2-64-poky-linux%3A10.2.1%3Ar0%3Acore2-64%3A12%3A0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea_create_package_spdx.tar.zst;downloadfilename=0f/78/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea_create_package_spdx.tar.zst\nDEBUG: Testing URL file://34/35/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://db/17/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78_package_write_rpm.tar.zst\nDEBUG: Using  for 2c/09/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b_package_write_rpm.tar.zst\nDEBUG: For url file://1b/56/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/56/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A12%3A1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1_deploy_source_date_epoch.tar.zst;downloadfilename=1b/56/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/d2/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07_package_qa.tar.zst\nDEBUG: Searching for 91/05/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1f/b9/sstate:libxmu::1.2.1:r0::12:1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597_populate_lic.tar.zst\nDEBUG: For url ['file', '', '34/35/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215_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', '', 'db/17/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78_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/66/sstate:libxdamage::1.1.6:r0::12:5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f_populate_lic.tar.zst\nDEBUG: Testing URL file://2c/09/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b_package_write_rpm.tar.zst\nDEBUG: Searching for d5/d2/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 91/05/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5_recipe_qa.tar.zst\nDEBUG: Testing URL file://1f/b9/sstate:libxmu::1.2.1:r0::12:1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597_populate_lic.tar.zst\nDEBUG: For url file://34/35/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/35/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.22.4%3Ar0%3Acore2-64%3A12%3A3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215_deploy_source_date_epoch.tar.zst;downloadfilename=34/35/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://db/17/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/17/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A12%3Adb17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78_package_write_rpm.tar.zst;downloadfilename=db/17/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://67/17/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2c/09/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d5/d2/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07_package_qa.tar.zst\nDEBUG: Testing URL file://91/05/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1f/b9/sstate:libxmu::1.2.1:r0::12:1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 67/17/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2c/09/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/09/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.6%3Ar0%3Acore2-64%3A12%3A2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b_package_write_rpm.tar.zst;downloadfilename=2c/09/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/c9/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:0ec941f758210132d8fc5f2fab2f6f694bedc5935a52beb47e326c863983f91c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d5/d2/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/56/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:1b56c524894d87ff337c3d123fba064666607c4efbfab700dc15d1f53f655fe1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '91/05/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5_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/b9/sstate:libxmu::1.2.1:r0::12:1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/b9/sstate%3Alibxmu%3A%3A1.2.1%3Ar0%3A%3A12%3A1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597_populate_lic.tar.zst;downloadfilename=1f/b9/sstate:libxmu::1.2.1:r0::12:1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597_populate_lic.tar.zst\nDEBUG: Using  for 67/17/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/cb/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd5/d2/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07_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/a8/d3/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:a8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://91/05/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/05/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5_recipe_qa.tar.zst;downloadfilename=91/05/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5_recipe_qa.tar.zst\nDEBUG: Testing URL file://67/17/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0_package_write_rpm.tar.zst\nDEBUG: Searching for 6b/cb/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://db/17/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78_package_write_rpm.tar.zst\nDEBUG: For url file://d5/d2/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/d2/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.10.0%3Ar0%3Acore2-64%3A12%3Ad5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07_package_qa.tar.zst;downloadfilename=d5/d2/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07_package_qa.tar.zst\nDEBUG: Searching for universal/a8/d3/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:a8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '67/17/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6b/cb/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://27/01/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a_package_write_rpm.tar.zst\nDEBUG: Using  for universal/a8/d3/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:a8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/09/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/78/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea_create_package_spdx.tar.zst\nDEBUG: For url file://67/17/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/17/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A12%3A67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0_package_write_rpm.tar.zst;downloadfilename=67/17/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6b/cb/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd_create_spdx.tar.zst\nDEBUG: Searching for 27/01/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/a8/d3/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:a8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/0a/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/b4/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0_package_qa.tar.zst\nDEBUG: For url ['file', '', '6b/cb/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 27/01/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://91/05/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/a8/d3/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:a8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37_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/0a/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cb/b4/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6b/cb/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/cb/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd_create_spdx.tar.zst;downloadfilename=6b/cb/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd_create_spdx.tar.zst\nDEBUG: Testing URL file://27/01/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2a/3f/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f_recipe_qa.tar.zst\nDEBUG: For url file://universal/a8/d3/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:a8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a8/d3/sstate%3Apython3-toml-native%3Ax86_64-linux%3A0.10.2%3Ar0%3Ax86_64%3A12%3Aa8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a8/d3/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:a8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8c/0a/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b_package.tar.zst\nDEBUG: Using  for cb/b4/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0_package_qa.tar.zst\nDEBUG: For url ['file', '', '27/01/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a_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/2a/3f/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d5/d2/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/35/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:3435b06255585f75aef3170d66c63376110f8108934db19af86939328f344215_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8c/0a/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b_package.tar.zst\nDEBUG: Testing URL file://cb/b4/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0_package_qa.tar.zst\nDEBUG: For url file://27/01/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/01/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A12%3A27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a_package_write_rpm.tar.zst;downloadfilename=27/01/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a_package_write_rpm.tar.zst\nDEBUG: Using  for universal/2a/3f/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/1b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/95/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248_package_qa.tar.zst\nDEBUG: For url ['file', '', '8c/0a/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b_package.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:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0_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/2a/3f/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f_recipe_qa.tar.zst\nDEBUG: Searching for 5d/1b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5f/95/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8c/0a/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/0a/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.9%3Ar0%3Acore2-64%3A12%3A8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b_package.tar.zst;downloadfilename=8c/0a/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b_package.tar.zst\nDEBUG: For url file://cb/b4/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/b4/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3Acbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0_package_qa.tar.zst;downloadfilename=cb/b4/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/2a/3f/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5d/1b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265_package_write_ipk.tar.zst\nDEBUG: Using  for 5f/95/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a8/d3/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:a8d3037fbcc61ff5c62ced6b407c548972a365011677773aecff07068b4b6d37_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/2a/3f/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2a/3f/sstate%3Alibxft-native%3Ax86_64-linux%3A2.3.8%3Ar0%3Ax86_64%3A12%3A2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f_recipe_qa.tar.zst;downloadfilename=universal/2a/3f/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/b9/sstate:libxmu::1.2.1:r0::12:1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597_populate_lic.tar.zst\nDEBUG: Testing URL file://5d/1b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265_package_write_ipk.tar.zst\nDEBUG: Testing URL file://5f/95/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/1c/sstate:xf86-video-vmware::13.4.0:r0::12:0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://27/01/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/0e/sstate:matchbox-keyboard::0.1.1:r0::12:1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5d/1b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265_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', '', '5f/95/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0e/1c/sstate:xf86-video-vmware::13.4.0:r0::12:0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7a/06/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486_package_qa.tar.zst\nDEBUG: Searching for 1c/0e/sstate:matchbox-keyboard::0.1.1:r0::12:1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5d/1b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/1b/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A12%3A5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265_package_write_ipk.tar.zst;downloadfilename=5d/1b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265_package_write_ipk.tar.zst\nDEBUG: For url file://5f/95/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/95/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248_package_qa.tar.zst;downloadfilename=5f/95/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248_package_qa.tar.zst\nDEBUG: Using  for 0e/1c/sstate:xf86-video-vmware::13.4.0:r0::12:0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f_populate_lic.tar.zst\nDEBUG: Searching for 7a/06/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1c/0e/sstate:matchbox-keyboard::0.1.1:r0::12:1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb_populate_lic.tar.zst\nDEBUG: Testing URL file://0e/1c/sstate:xf86-video-vmware::13.4.0:r0::12:0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f_populate_lic.tar.zst\nDEBUG: Using  for 7a/06/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486_package_qa.tar.zst\nDEBUG: Testing URL file://1c/0e/sstate:matchbox-keyboard::0.1.1:r0::12:1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0e/1c/sstate:xf86-video-vmware::13.4.0:r0::12:0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7a/06/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486_package_qa.tar.zst\nDEBUG: For url ['file', '', '1c/0e/sstate:matchbox-keyboard::0.1.1:r0::12:1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb_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/2a/3f/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f_recipe_qa.tar.zst\nDEBUG: For url file://0e/1c/sstate:xf86-video-vmware::13.4.0:r0::12:0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/1c/sstate%3Axf86-video-vmware%3A%3A13.4.0%3Ar0%3A%3A12%3A0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f_populate_lic.tar.zst;downloadfilename=0e/1c/sstate:xf86-video-vmware::13.4.0:r0::12:0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7a/06/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486_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/0e/sstate:matchbox-keyboard::0.1.1:r0::12:1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/0e/sstate%3Amatchbox-keyboard%3A%3A0.1.1%3Ar0%3A%3A12%3A1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb_populate_lic.tar.zst;downloadfilename=1c/0e/sstate:matchbox-keyboard::0.1.1:r0::12:1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/f6/sstate:libxrandr::1.5.4:r0::12:3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a_populate_lic.tar.zst\nDEBUG: For url file://7a/06/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/06/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486_package_qa.tar.zst;downloadfilename=7a/06/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486_package_qa.tar.zst\nDEBUG: Searching for 3e/f6/sstate:libxrandr::1.5.4:r0::12:3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5d/1b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5d1ba1b9c47c749fe52af421f7e367dd58a6e90d70e3afd6ef8783fe5537d265_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/95/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248_package_qa.tar.zst\nDEBUG: Using  for 3e/f6/sstate:libxrandr::1.5.4:r0::12:3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/4a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/b4/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/0f/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/09/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://3e/f6/sstate:libxrandr::1.5.4:r0::12:3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a_populate_lic.tar.zst\nDEBUG: Searching for 0c/4a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://18/4e/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/41/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8_package_qa.tar.zst\nDEBUG: Searching for d9/09/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3e/f6/sstate:libxrandr::1.5.4:r0::12:3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0c/4a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b_package_write_ipk.tar.zst\nDEBUG: Searching for 18/4e/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ea/41/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d9/09/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6_create_package_spdx.tar.zst\nDEBUG: For url file://3e/f6/sstate:libxrandr::1.5.4:r0::12:3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/f6/sstate%3Alibxrandr%3A%3A1.5.4%3Ar0%3A%3A12%3A3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a_populate_lic.tar.zst;downloadfilename=3e/f6/sstate:libxrandr::1.5.4:r0::12:3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/1c/sstate:xf86-video-vmware::13.4.0:r0::12:0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f_populate_lic.tar.zst\nDEBUG: Testing URL file://0c/4a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/0e/sstate:matchbox-keyboard::0.1.1:r0::12:1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb_populate_lic.tar.zst\nDEBUG: Using  for 18/4e/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77_recipe_qa.tar.zst\nDEBUG: Testing URL file://18/4e/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77_recipe_qa.tar.zst\nDEBUG: Testing URL file://d9/09/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/bc/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b_package_qa.tar.zst\nDEBUG: For url ['file', '', '0c/4a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b_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://7a/06/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://99/29/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:9929be0751f5e6f4633a01a7967d6b57343b76dc309cf3957efa848bf0bb1328_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://73/c8/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ea/41/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8_package_qa.tar.zst\nDEBUG: For url ['file', '', '18/4e/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77_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/09/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f3/bc/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0c/4a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/4a/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A12%3A0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b_package_write_ipk.tar.zst;downloadfilename=0c/4a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/0a/sstate:unzip::6.0:r0::12:b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/fe/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce_package_write_rpm.tar.zst\nDEBUG: Searching for 73/c8/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ea/41/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8_package_qa.tar.zst\nDEBUG: For url file://18/4e/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/4e/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77_recipe_qa.tar.zst;downloadfilename=18/4e/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77_recipe_qa.tar.zst\nDEBUG: For url file://d9/09/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/09/sstate%3Atzdata%3Aall-poky-linux%3A2024a%3Ar0%3Aallarch%3A12%3Ad909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6_create_package_spdx.tar.zst;downloadfilename=d9/09/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6_create_package_spdx.tar.zst\nDEBUG: Using  for f3/bc/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b_package_qa.tar.zst\nDEBUG: Searching for b6/0a/sstate:unzip::6.0:r0::12:b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e6/fe/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 73/c8/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ea/41/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f3/bc/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/f6/sstate:libxrandr::1.5.4:r0::12:3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a_populate_lic.tar.zst\nDEBUG: Using  for b6/0a/sstate:unzip::6.0:r0::12:b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd_populate_lic.tar.zst\nDEBUG: Using  for e6/fe/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://72/dc/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091_create_spdx.tar.zst\nDEBUG: Testing URL file://73/c8/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ea/41/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/41/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3Aea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8_package_qa.tar.zst;downloadfilename=ea/41/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f3/bc/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b_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://73/7f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b6/0a/sstate:unzip::6.0:r0::12:b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd_populate_lic.tar.zst\nDEBUG: Testing URL file://e6/fe/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://53/cc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce_package_qa.tar.zst\nDEBUG: For url ['file', '', '73/c8/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5_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://f3/bc/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/bc/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A12%3Af3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b_package_qa.tar.zst;downloadfilename=f3/bc/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/4a/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:0c4a6ab8de76ce95f5c177f7b4075fb7a759d584dca3b9c2aaa446dfad3d007b_package_write_ipk.tar.zst\nDEBUG: Searching for 73/7f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://11/9b/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b6/0a/sstate:unzip::6.0:r0::12:b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e6/fe/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 53/cc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://73/c8/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/c8/sstate%3Acargo%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5_deploy_source_date_epoch.tar.zst;downloadfilename=73/c8/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/09/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/56/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1_recipe_qa.tar.zst\nDEBUG: Using  for 73/7f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/50/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e_populate_sysroot.tar.zst\nDEBUG: For url file://b6/0a/sstate:unzip::6.0:r0::12:b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/0a/sstate%3Aunzip%3A%3A6.0%3Ar0%3A%3A12%3Ab60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd_populate_lic.tar.zst;downloadfilename=b6/0a/sstate:unzip::6.0:r0::12:b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd_populate_lic.tar.zst\nDEBUG: For url file://e6/fe/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/fe/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.44%3Ar0%3Acore2-64%3A12%3Ae6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce_package_write_rpm.tar.zst;downloadfilename=e6/fe/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce_package_write_rpm.tar.zst\nDEBUG: Using  for 53/cc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/41/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/f5/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://80/f6/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303_create_spdx.tar.zst\nDEBUG: Searching for 6d/56/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://73/7f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361_create_package_spdx.tar.zst\nDEBUG: Searching for 8d/50/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://53/cc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/61/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/bc/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/51/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656_package_write_ipk.tar.zst\nDEBUG: Searching for f1/f5/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://af/29/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:af290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c_populate_sysroot.tar.zst\nDEBUG: Using  for 6d/56/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '73/7f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8d/50/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '53/cc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce_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/c5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:e8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://82/65/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://73/c8/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:73c882c095d3143eddfc3c274e74ad210a364646cb0a2db01c6b4a8e53bc98d5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6a/51/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f1/f5/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610_package_write_rpm.tar.zst\nDEBUG: Searching for af/29/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:af290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6d/56/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1_recipe_qa.tar.zst\nDEBUG: For url file://73/7f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/7f/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.9%3Ar0%3Acore2-64%3A12%3A737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361_create_package_spdx.tar.zst;downloadfilename=73/7f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361_create_package_spdx.tar.zst\nDEBUG: Testing URL file://8d/50/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e_populate_sysroot.tar.zst\nDEBUG: For url file://53/cc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/cc/sstate%3Amesa%3Acore2-64-poky-linux%3A24.0.7%3Ar0%3Acore2-64%3A12%3A53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce_package_qa.tar.zst;downloadfilename=53/cc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce_package_qa.tar.zst\nDEBUG: Searching for e8/c5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:e8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 82/65/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ad/3a/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:ad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e_package_write_deb.tar.zst\nDEBUG: Using  for 6a/51/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f1/f5/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610_package_write_rpm.tar.zst\nDEBUG: Using  for af/29/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:af290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6d/56/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8d/50/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e_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://18/4e/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77_recipe_qa.tar.zst\nDEBUG: Using  for e8/c5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:e8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c_package_write_deb.tar.zst\nDEBUG: Using  for 82/65/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851_packagedata.tar.zst\nDEBUG: Searching for ad/3a/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:ad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6a/51/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'f1/f5/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610_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://af/29/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:af290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c_populate_sysroot.tar.zst\nDEBUG: For url file://6d/56/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/56/sstate%3Ataglib%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1_recipe_qa.tar.zst;downloadfilename=6d/56/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1_recipe_qa.tar.zst\nDEBUG: For url file://8d/50/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/50/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A12%3A8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e_populate_sysroot.tar.zst;downloadfilename=8d/50/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://72/cd/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e8/c5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:e8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c_package_write_deb.tar.zst\nDEBUG: Testing URL file://82/65/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851_packagedata.tar.zst\nDEBUG: Using  for ad/3a/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:ad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '6a/51/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656_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://f1/f5/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/f5/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A12%3Af1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610_package_write_rpm.tar.zst;downloadfilename=f1/f5/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'af/29/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:af290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 72/cd/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e8/c5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:e8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c_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://53/cc/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce_package_qa.tar.zst\nDEBUG: For url ['file', '', '82/65/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ad/3a/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:ad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e_package_write_deb.tar.zst\nDEBUG: For url file://6a/51/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/51/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3A6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656_package_write_ipk.tar.zst;downloadfilename=6a/51/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656_package_write_ipk.tar.zst\nDEBUG: For url file://af/29/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:af290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/29/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3Aaf290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c_populate_sysroot.tar.zst;downloadfilename=af/29/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:af290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c_populate_sysroot.tar.zst\nDEBUG: Using  for 72/cd/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/fe/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/0a/sstate:unzip::6.0:r0::12:b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd_populate_lic.tar.zst\nDEBUG: For url file://e8/c5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:e8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/c5/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A12%3Ae8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c_package_write_deb.tar.zst;downloadfilename=e8/c5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:e8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://00/2b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2_package_write_rpm.tar.zst\nDEBUG: For url file://82/65/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/65/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A12%3A8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851_packagedata.tar.zst;downloadfilename=82/65/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ad/3a/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:ad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e_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://8d/50/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8d50d9d766bb61d9ccc6010210c212d3191df99571c1e7a5837c6bd380ac417e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://72/cd/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/56/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/7f/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/10/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214_create_package_spdx.tar.zst\nDEBUG: Searching for 00/2b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ad/3a/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:ad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/3a/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3Aad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e_package_write_deb.tar.zst;downloadfilename=ad/3a/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:ad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://17/ee/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00_create_spdx.tar.zst\nDEBUG: For url ['file', '', '72/cd/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8_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://6a/51/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:6a518043a3e90577f9a7188baf8d60126443d3fa84fdb0dbd3e002877cb6e656_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/ca/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9_create_package_spdx.tar.zst\nDEBUG: Searching for c0/7f/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/f6/10/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 00/2b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2_package_write_rpm.tar.zst\nDEBUG: Searching for 17/ee/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e8/c5/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:e8c51ca6beeef0637d3edf793952e1f9cdba9f0a7fcd20fae5f785c10b1b1d3c_package_write_deb.tar.zst\nDEBUG: For url file://72/cd/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/cd/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.57.1%3Ar0%3Acore2-64%3A12%3A72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8_populate_sysroot.tar.zst;downloadfilename=72/cd/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/6d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692_package_write_rpm.tar.zst\nDEBUG: Searching for 6b/ca/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c0/7f/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea_recipe_qa.tar.zst\nDEBUG: Using  for universal/f6/10/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214_create_package_spdx.tar.zst\nDEBUG: Testing URL file://00/2b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2_package_write_rpm.tar.zst\nDEBUG: Using  for 17/ee/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/92/4a/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a_recipe_qa.tar.zst\nDEBUG: Searching for 8d/6d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6b/ca/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c0/7f/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://67/17/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/f6/10/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '00/2b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2_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://17/ee/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00_create_spdx.tar.zst\nDEBUG: Searching for universal/92/4a/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6b/cb/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd_create_spdx.tar.zst\nDEBUG: Using  for 8d/6d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6b/ca/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c0/7f/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea_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/7a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:cc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/f6/10/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://00/2b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/2b/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2_package_write_rpm.tar.zst;downloadfilename=00/2b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '17/ee/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/92/4a/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ed/ee/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8d/6d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6b/ca/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c0/7f/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/7f/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.36%3Ar0%3Aallarch%3A12%3Ac07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea_recipe_qa.tar.zst;downloadfilename=c0/7f/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea_recipe_qa.tar.zst\nDEBUG: Searching for cc/7a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:cc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/f6/10/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/10/sstate%3Alibssh2-native%3Ax86_64-linux%3A1.11.0%3Ar0%3Ax86_64%3A12%3Af61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214_create_package_spdx.tar.zst;downloadfilename=universal/f6/10/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214_create_package_spdx.tar.zst\nDEBUG: For url file://17/ee/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/ee/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A12%3A17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00_create_spdx.tar.zst;downloadfilename=17/ee/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/92/4a/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a_recipe_qa.tar.zst\nDEBUG: Searching for universal/ed/ee/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8d/6d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692_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://6b/ca/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/ca/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.43%3Ar0%3Acore2-64%3A12%3A6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9_create_package_spdx.tar.zst;downloadfilename=6b/ca/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9_create_package_spdx.tar.zst\nDEBUG: Using  for cc/7a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:cc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/92/4a/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a_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://8c/0a/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:8c0a4214969581fa7cbe54fd49ac67db4a9a2876dc645e1bee763577d7ff315b_package.tar.zst\nDEBUG: Using  for universal/ed/ee/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://82/65/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851_packagedata.tar.zst\nDEBUG: For url file://8d/6d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/6d/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A12%3A8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692_package_write_rpm.tar.zst;downloadfilename=8d/6d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692_package_write_rpm.tar.zst\nDEBUG: Testing URL file://cc/7a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:cc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43_package_write_deb.tar.zst\nDEBUG: For url file://universal/92/4a/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/92/4a/sstate%3Alibtool-native%3Ax86_64-linux%3A2.5.0%3Ar0%3Ax86_64%3A12%3A924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a_recipe_qa.tar.zst;downloadfilename=universal/92/4a/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/19/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/ed/ee/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://95/7f/sstate:busybox::1.36.1:r0::12:957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/7f/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/10/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'cc/7a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:cc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6e/19/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ed/ee/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 95/7f/sstate:busybox::1.36.1:r0::12:957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/e6/17/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://50/7e/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12_recipe_qa.tar.zst\nDEBUG: For url file://cc/7a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:cc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/7a/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3Acc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43_package_write_deb.tar.zst;downloadfilename=cc/7a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:cc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43_package_write_deb.tar.zst\nDEBUG: Using  for 6e/19/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6_create_spdx.tar.zst\nDEBUG: For url file://universal/ed/ee/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/ee/sstate%3Adebianutils-native%3Ax86_64-linux%3A5.19%3Ar0%3Ax86_64%3A12%3Aedee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af_populate_sysroot.tar.zst;downloadfilename=universal/ed/ee/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af_populate_sysroot.tar.zst\nDEBUG: Using  for 95/7f/sstate:busybox::1.36.1:r0::12:957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604_populate_lic.tar.zst\nDEBUG: Searching for universal/e6/17/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 50/7e/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6e/19/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6_create_spdx.tar.zst\nDEBUG: Testing URL file://95/7f/sstate:busybox::1.36.1:r0::12:957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/92/4a/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a_recipe_qa.tar.zst\nDEBUG: Using  for universal/e6/17/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7_recipe_qa.tar.zst\nDEBUG: Using  for 50/7e/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://af/29/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:af290ad89f7d9dc4406474ad59a44670f9a142b4afe7fbb8537ad507b2db277c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6e/19/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '95/7f/sstate:busybox::1.36.1:r0::12:957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604_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://5a/ad/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4_package.tar.zst\nDEBUG: Testing URL file://universal/e6/17/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7_recipe_qa.tar.zst\nDEBUG: Testing URL file://50/7e/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://30/97/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f_create_spdx.tar.zst\nDEBUG: For url file://6e/19/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/19/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A12%3A6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6_create_spdx.tar.zst;downloadfilename=6e/19/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6_create_spdx.tar.zst\nDEBUG: For url file://95/7f/sstate:busybox::1.36.1:r0::12:957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/7f/sstate%3Abusybox%3A%3A1.36.1%3Ar0%3A%3A12%3A957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604_populate_lic.tar.zst;downloadfilename=95/7f/sstate:busybox::1.36.1:r0::12:957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604_populate_lic.tar.zst\nDEBUG: Searching for 5a/ad/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/e6/17/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '50/7e/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 30/97/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/ad/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4_package.tar.zst\nDEBUG: For url file://universal/e6/17/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/17/sstate%3Alibyaml-native%3Ax86_64-linux%3A0.2.5%3Ar0%3Ax86_64%3A12%3Ae61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7_recipe_qa.tar.zst;downloadfilename=universal/e6/17/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7_recipe_qa.tar.zst\nDEBUG: For url file://50/7e/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/7e/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A12%3A507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12_recipe_qa.tar.zst;downloadfilename=50/7e/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12_recipe_qa.tar.zst\nDEBUG: Using  for 30/97/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f_create_spdx.tar.zst\nDEBUG: Testing URL file://5a/ad/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ed/ee/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af_populate_sysroot.tar.zst\nDEBUG: Testing URL file://30/97/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/ca/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '5a/ad/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4_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://55/28/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '30/97/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f_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/1f/8c/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753_create_spdx.tar.zst\nDEBUG: For url file://5a/ad/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/ad/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.7%3Ar0%3Acore2-64%3A12%3A5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4_package.tar.zst;downloadfilename=5a/ad/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4_package.tar.zst\nDEBUG: Searching for 55/28/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://30/97/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/97/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f_create_spdx.tar.zst;downloadfilename=30/97/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f_create_spdx.tar.zst\nDEBUG: Searching for universal/1f/8c/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 55/28/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18_recipe_qa.tar.zst\nDEBUG: Using  for universal/1f/8c/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753_create_spdx.tar.zst\nDEBUG: Testing URL file://55/28/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e6/17/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://50/7e/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/1f/8c/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753_create_spdx.tar.zst\nDEBUG: For url ['file', '', '55/28/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18_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/cb/sstate:libdrm::2.4.120:r0::12:54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://21/c6/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1f/8c/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753_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/28/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/28/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18_recipe_qa.tar.zst;downloadfilename=55/28/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18_recipe_qa.tar.zst\nDEBUG: Searching for 54/cb/sstate:libdrm::2.4.120:r0::12:54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 21/c6/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/1f/8c/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/8c/sstate%3Alibxdamage-native%3Ax86_64-linux%3A1.1.6%3Ar0%3Ax86_64%3A12%3A1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753_create_spdx.tar.zst;downloadfilename=universal/1f/8c/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753_create_spdx.tar.zst\nDEBUG: Using  for 54/cb/sstate:libdrm::2.4.120:r0::12:54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2_populate_lic.tar.zst\nDEBUG: Using  for 21/c6/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351_create_spdx.tar.zst\nDEBUG: Testing URL file://54/cb/sstate:libdrm::2.4.120:r0::12:54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2_populate_lic.tar.zst\nDEBUG: Testing URL file://21/c6/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/ad/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:5aada6c860c639fdc5a95035a286e70f2b414e86abb87565d872ba299d51e5b4_package.tar.zst\nDEBUG: For url ['file', '', '54/cb/sstate:libdrm::2.4.120:r0::12:54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '21/c6/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351_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://53/5d/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347_populate_sysroot.tar.zst\nDEBUG: For url file://54/cb/sstate:libdrm::2.4.120:r0::12:54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/cb/sstate%3Alibdrm%3A%3A2.4.120%3Ar0%3A%3A12%3A54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2_populate_lic.tar.zst;downloadfilename=54/cb/sstate:libdrm::2.4.120:r0::12:54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2_populate_lic.tar.zst\nDEBUG: For url file://21/c6/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/c6/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A12%3A21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351_create_spdx.tar.zst;downloadfilename=21/c6/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351_create_spdx.tar.zst\nDEBUG: Searching for 53/5d/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 53/5d/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347_populate_sysroot.tar.zst\nDEBUG: Testing URL file://53/5d/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '53/5d/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://53/5d/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/5d/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3A535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347_populate_sysroot.tar.zst;downloadfilename=53/5d/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://55/28/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/f5/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://72/43/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1f/8c/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/7a/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:cc7a90ab99df877f8d294202dbafcbf6a8e80171208b60ea2a5787f0d34b6f43_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/6f/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5_recipe_qa.tar.zst\nDEBUG: Searching for 72/43/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://12/73/sstate:icu::75-1:r0::12:1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/13/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644_packagedata.tar.zst\nDEBUG: Searching for universal/f6/6f/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 72/43/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0_package_write_rpm.tar.zst\nDEBUG: Searching for 12/73/sstate:icu::75-1:r0::12:1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5c/13/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f6/6f/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5_recipe_qa.tar.zst\nDEBUG: Testing URL file://72/43/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0_package_write_rpm.tar.zst\nDEBUG: Using  for 12/73/sstate:icu::75-1:r0::12:1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a_populate_lic.tar.zst\nDEBUG: Using  for 5c/13/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://54/cb/sstate:libdrm::2.4.120:r0::12:54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/f6/6f/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '72/43/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0_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/73/sstate:icu::75-1:r0::12:1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://21/c6/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351_create_spdx.tar.zst\nDEBUG: Testing URL file://5c/13/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://af/5f/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/f6/6f/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://72/43/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/43/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.31.1%3Ar0%3Acore2-64%3A12%3A72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0_package_write_rpm.tar.zst;downloadfilename=72/43/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '12/73/sstate:icu::75-1:r0::12:1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a_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://9d/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5c/13/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for af/5f/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/f6/6f/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/6f/sstate%3Apython3-packaging-native%3Ax86_64-linux%3A24.1%3Ar0%3Ax86_64%3A12%3Af66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5_recipe_qa.tar.zst;downloadfilename=universal/f6/6f/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://53/5d/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:535d30f2716daed4229b2e8c4f9e505a39f7bcec6fcf6af1282551580c8a2347_populate_sysroot.tar.zst\nDEBUG: For url file://12/73/sstate:icu::75-1:r0::12:1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/73/sstate%3Aicu%3A%3A75-1%3Ar0%3A%3A12%3A1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a_populate_lic.tar.zst;downloadfilename=12/73/sstate:icu::75-1:r0::12:1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a_populate_lic.tar.zst\nDEBUG: Searching for 9d/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5c/13/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/13/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A12%3A5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644_packagedata.tar.zst;downloadfilename=5c/13/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644_packagedata.tar.zst\nDEBUG: Using  for af/5f/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/19/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/d1/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://95/7f/sstate:busybox::1.36.1:r0::12:957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604_populate_lic.tar.zst\nDEBUG: Using  for 9d/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199_recipe_qa.tar.zst\nDEBUG: Testing URL file://af/5f/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://72/43/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://72/cd/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:72cdd44b175b1fd5c0fc2593fc73fc2030e0b82d1eda6731d2c53fc546c89fe8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/99/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:b399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08_package_write_deb.tar.zst\nDEBUG: Searching for b4/d1/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ff/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5_package_qa.tar.zst\nDEBUG: Testing URL file://9d/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'af/5f/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7_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://77/b6/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/0a/sstate:python3-wheel-native::0.43.0:r0::12:f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064_populate_lic.tar.zst\nDEBUG: Searching for b3/99/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:b399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b4/d1/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83_package_write_rpm.tar.zst\nDEBUG: Searching for ff/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9d/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199_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/5f/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/5f/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A12%3Aaf5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7_packagedata.tar.zst;downloadfilename=af/5f/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7_packagedata.tar.zst\nDEBUG: Searching for 77/b6/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/f6/6f/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5_recipe_qa.tar.zst\nDEBUG: Searching for f2/0a/sstate:python3-wheel-native::0.43.0:r0::12:f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://12/73/sstate:icu::75-1:r0::12:1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a_populate_lic.tar.zst\nDEBUG: Using  for b3/99/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:b399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08_package_write_deb.tar.zst\nDEBUG: Testing URL file://b4/d1/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83_package_write_rpm.tar.zst\nDEBUG: Using  for ff/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5_package_qa.tar.zst\nDEBUG: For url file://9d/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/6b/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.45.3%3Ar0%3Acore2-64%3A12%3A9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199_recipe_qa.tar.zst;downloadfilename=9d/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199_recipe_qa.tar.zst\nDEBUG: Using  for 77/b6/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/44/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/13/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644_packagedata.tar.zst\nDEBUG: Using  for f2/0a/sstate:python3-wheel-native::0.43.0:r0::12:f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/56/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b3/99/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:b399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b4/d1/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83_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://ff/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5_package_qa.tar.zst\nDEBUG: Testing URL file://77/b6/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5_package_write_deb.tar.zst\nDEBUG: Searching for 7b/44/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://00/01/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f2/0a/sstate:python3-wheel-native::0.43.0:r0::12:f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064_populate_lic.tar.zst\nDEBUG: Searching for b3/56/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b3/99/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:b399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08_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://b4/d1/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/d1/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A12%3Ab4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83_package_write_rpm.tar.zst;downloadfilename=b4/d1/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ff/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '77/b6/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7b/44/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029_package_write_ipk.tar.zst\nDEBUG: Searching for 00/01/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f2/0a/sstate:python3-wheel-native::0.43.0:r0::12:f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b3/56/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b_package_write_rpm.tar.zst\nDEBUG: For url file://b3/99/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:b399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/99/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3Ab399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08_package_write_deb.tar.zst;downloadfilename=b3/99/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:b399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08_package_write_deb.tar.zst\nDEBUG: For url file://ff/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/bb/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A12%3Affbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5_package_qa.tar.zst;downloadfilename=ff/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5_package_qa.tar.zst\nDEBUG: For url file://77/b6/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/b6/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5_package_write_deb.tar.zst;downloadfilename=77/b6/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5_package_write_deb.tar.zst\nDEBUG: Testing URL file://7b/44/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://af/5f/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7_packagedata.tar.zst\nDEBUG: Using  for 00/01/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f2/0a/sstate:python3-wheel-native::0.43.0:r0::12:f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/0a/sstate%3Apython3-wheel-native%3A%3A0.43.0%3Ar0%3A%3A12%3Af20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064_populate_lic.tar.zst;downloadfilename=f2/0a/sstate:python3-wheel-native::0.43.0:r0::12:f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064_populate_lic.tar.zst\nDEBUG: Testing URL file://b3/56/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://17/ee/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7b/44/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029_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://98/26/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240_package_write_ipk.tar.zst\nDEBUG: Testing URL file://00/01/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b3/56/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b_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://b4/d1/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/fc/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/a3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:efa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356_package_write_deb.tar.zst\nDEBUG: For url file://7b/44/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/44/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.2%3Ar0%3Acore2-64%3A12%3A7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029_package_write_ipk.tar.zst;downloadfilename=7b/44/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029_package_write_ipk.tar.zst\nDEBUG: Searching for 98/26/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '00/01/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927_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/56/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/56/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3Ab356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b_package_write_rpm.tar.zst;downloadfilename=b3/56/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/2c/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0_recipe_qa.tar.zst\nDEBUG: Searching for 6a/fc/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ef/a3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:efa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 98/26/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240_package_write_ipk.tar.zst\nDEBUG: For url file://00/01/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/01/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A12%3A00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927_deploy_source_date_epoch.tar.zst;downloadfilename=00/01/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/bb/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://00/2b/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2_package_write_rpm.tar.zst\nDEBUG: Searching for universal/50/2c/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6a/fc/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/0a/sstate:python3-wheel-native::0.43.0:r0::12:f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064_populate_lic.tar.zst\nDEBUG: Using  for ef/a3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:efa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356_package_write_deb.tar.zst\nDEBUG: Testing URL file://98/26/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/1d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/18/sstate:mc::4.8.31:r0::12:cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2_populate_lic.tar.zst\nDEBUG: Using  for universal/50/2c/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0_recipe_qa.tar.zst\nDEBUG: Testing URL file://6a/fc/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/81/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc_packagedata.tar.zst\nDEBUG: Testing URL file://ef/a3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:efa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '98/26/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ce/1d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cb/18/sstate:mc::4.8.31:r0::12:cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/50/2c/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/44/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7b445c3fa65467259dfc75eda765ea09048ac3ec54eec7ca058d91cca27f1029_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '6a/fc/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713_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://30/97/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f_create_spdx.tar.zst\nDEBUG: Searching for 0f/81/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ef/a3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:efa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356_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://98/26/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/26/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A12%3A98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240_package_write_ipk.tar.zst;downloadfilename=98/26/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240_package_write_ipk.tar.zst\nDEBUG: Using  for ce/1d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74_create_spdx.tar.zst\nDEBUG: Using  for cb/18/sstate:mc::4.8.31:r0::12:cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/50/2c/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0_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://52/c1/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/56/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b_package_write_rpm.tar.zst\nDEBUG: For url file://6a/fc/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/fc/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.5%3Ar0%3Acore2-64%3A12%3A6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713_package_write_rpm.tar.zst;downloadfilename=6a/fc/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://67/d6/sstate:cross-localedef-native::2.39+git:r0::12:67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d_populate_lic.tar.zst\nDEBUG: Using  for 0f/81/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc_packagedata.tar.zst\nDEBUG: For url file://ef/a3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:efa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/a3/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aefa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356_package_write_deb.tar.zst;downloadfilename=ef/a3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:efa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356_package_write_deb.tar.zst\nDEBUG: Testing URL file://ce/1d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74_create_spdx.tar.zst\nDEBUG: Testing URL file://cb/18/sstate:mc::4.8.31:r0::12:cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://00/01/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:00018a64d700a3939b4c2ed1a16bf84cf490113b34569ca9215255bfa9479927_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/50/2c/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/2c/sstate%3Acmake-native%3Ax86_64-linux%3A3.29.3%3Ar0%3Ax86_64%3A12%3A502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0_recipe_qa.tar.zst;downloadfilename=universal/50/2c/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0_recipe_qa.tar.zst\nDEBUG: Searching for 52/c1/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6c/57/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942_package_write_rpm.tar.zst\nDEBUG: Searching for 67/d6/sstate:cross-localedef-native::2.39+git:r0::12:67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0f/81/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/99/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:b399e12c349ef01bc21d4c2ae0daf8f01df8079b33f2b6bac128f35e7ef70a08_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ce/1d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74_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/18/sstate:mc::4.8.31:r0::12:cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2_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/b5/f9/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41_create_package_spdx.tar.zst\nDEBUG: Using  for 52/c1/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22_populate_sysroot.tar.zst\nDEBUG: Searching for 6c/57/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 67/d6/sstate:cross-localedef-native::2.39+git:r0::12:67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0f/81/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc_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://07/9f/sstate:xdpyinfo::1.3.4:r0::12:079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f_populate_lic.tar.zst\nDEBUG: For url file://ce/1d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/1d/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A12%3Ace1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74_create_spdx.tar.zst;downloadfilename=ce/1d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74_create_spdx.tar.zst\nDEBUG: For url file://cb/18/sstate:mc::4.8.31:r0::12:cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/18/sstate%3Amc%3A%3A4.8.31%3Ar0%3A%3A12%3Acb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2_populate_lic.tar.zst;downloadfilename=cb/18/sstate:mc::4.8.31:r0::12:cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2_populate_lic.tar.zst\nDEBUG: Searching for universal/b5/f9/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6a/fc/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713_package_write_rpm.tar.zst\nDEBUG: Testing URL file://52/c1/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22_populate_sysroot.tar.zst\nDEBUG: Using  for 6c/57/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942_package_write_rpm.tar.zst\nDEBUG: Testing URL file://67/d6/sstate:cross-localedef-native::2.39+git:r0::12:67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d_populate_lic.tar.zst\nDEBUG: For url file://0f/81/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/81/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A12%3A0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc_packagedata.tar.zst;downloadfilename=0f/81/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc_packagedata.tar.zst\nDEBUG: Searching for 07/9f/sstate:xdpyinfo::1.3.4:r0::12:079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8d/6d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692_package_write_rpm.tar.zst\nDEBUG: Using  for universal/b5/f9/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/2c/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://77/b6/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:77b61ebb6a0424871fbda0e846959f2f9550e7055f5b49119ddf7a8d61eabdc5_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e8/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:e86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '52/c1/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22_populate_sysroot.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:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '67/d6/sstate:cross-localedef-native::2.39+git:r0::12:67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 07/9f/sstate:xdpyinfo::1.3.4:r0::12:079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/3d/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b5/f9/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/15/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/9d/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:cc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/e8/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:e86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://52/c1/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/c1/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22_populate_sysroot.tar.zst;downloadfilename=52/c1/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6c/57/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942_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://67/d6/sstate:cross-localedef-native::2.39+git:r0::12:67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/d6/sstate%3Across-localedef-native%3A%3A2.39%2Bgit%3Ar0%3A%3A12%3A67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d_populate_lic.tar.zst;downloadfilename=67/d6/sstate:cross-localedef-native::2.39+git:r0::12:67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d_populate_lic.tar.zst\nDEBUG: Testing URL file://07/9f/sstate:xdpyinfo::1.3.4:r0::12:079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f_populate_lic.tar.zst\nDEBUG: Searching for e4/3d/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/b5/f9/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5d/15/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cc/9d/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:cc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cb/18/sstate:mc::4.8.31:r0::12:cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2_populate_lic.tar.zst\nDEBUG: Using  for universal/e8/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:e86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725_populate_sysroot.tar.zst\nDEBUG: For url file://6c/57/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/57/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942_package_write_rpm.tar.zst;downloadfilename=6c/57/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://98/26/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:98265a58ecc58b9388eef3d28e46cda3fe37d5020eba6fef066af090cd816240_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '07/9f/sstate:xdpyinfo::1.3.4:r0::12:079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f_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://0f/81/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/a3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:efa32223d1b28a207afb6276bf268cd500cd037523b670192bf2dbb1efaa2356_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://73/7f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361_create_package_spdx.tar.zst\nDEBUG: Using  for e4/3d/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c_create_package_spdx.tar.zst\nDEBUG: For url file://universal/b5/f9/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b5/f9/sstate%3Agdk-pixbuf-native%3Ax86_64-linux%3A2.42.12%3Ar0%3Ax86_64%3A12%3Ab5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41_create_package_spdx.tar.zst;downloadfilename=universal/b5/f9/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41_create_package_spdx.tar.zst\nDEBUG: Using  for 5d/15/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf_create_package_spdx.tar.zst\nDEBUG: Using  for cc/9d/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:cc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://92/e3/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/e8/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:e86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fe/ae/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8_create_spdx.tar.zst\nDEBUG: For url file://07/9f/sstate:xdpyinfo::1.3.4:r0::12:079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/9f/sstate%3Axdpyinfo%3A%3A1.3.4%3Ar0%3A%3A12%3A079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f_populate_lic.tar.zst;downloadfilename=07/9f/sstate:xdpyinfo::1.3.4:r0::12:079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/c6/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://67/d6/sstate:cross-localedef-native::2.39+git:r0::12:67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/e0/sstate:wayland::1.23.0:r0::12:e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://87/0a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd_packagedata.tar.zst\nDEBUG: Testing URL file://e4/3d/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5d/15/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf_create_package_spdx.tar.zst\nDEBUG: Testing URL file://cc/9d/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:cc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 92/e3/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ad/3a/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:ad3a74a6de98787c772c3f9e4d6ee83b9064dce0f0888ab7feca4dc5069d921e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/e8/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:e86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/fe/ae/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6c/57/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942_package_write_rpm.tar.zst\nDEBUG: Searching for f7/c6/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ce/1d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://db/17/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad_package_qa.tar.zst\nDEBUG: Searching for e3/e0/sstate:wayland::1.23.0:r0::12:e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 87/0a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e4/3d/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5d/15/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cc/9d/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:cc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388_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 92/e3/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/94/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655_package_qa.tar.zst\nDEBUG: For url file://universal/e8/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:e86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e8/6f/sstate%3Alibxslt-native%3Ax86_64-linux%3A1.1.39%3Ar0%3Ax86_64%3A12%3Ae86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725_populate_sysroot.tar.zst;downloadfilename=universal/e8/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:e86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725_populate_sysroot.tar.zst\nDEBUG: Using  for universal/fe/ae/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/82/c4/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f_recipe_qa.tar.zst\nDEBUG: Using  for f7/c6/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://57/e9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68_create_package_spdx.tar.zst\nDEBUG: Searching for db/17/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/b5/f9/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41_create_package_spdx.tar.zst\nDEBUG: Using  for e3/e0/sstate:wayland::1.23.0:r0::12:e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89_populate_lic.tar.zst\nDEBUG: Using  for 87/0a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd_packagedata.tar.zst\nDEBUG: For url file://e4/3d/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/3d/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A12%3Ae43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c_create_package_spdx.tar.zst;downloadfilename=e4/3d/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c_create_package_spdx.tar.zst\nDEBUG: For url file://5d/15/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/15/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A12%3A5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf_create_package_spdx.tar.zst;downloadfilename=5d/15/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf_create_package_spdx.tar.zst\nDEBUG: For url file://cc/9d/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:cc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/9d/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A12%3Acc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388_deploy_source_date_epoch.tar.zst;downloadfilename=cc/9d/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:cc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://92/e3/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca_create_spdx.tar.zst\nDEBUG: Searching for 5c/94/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/fe/ae/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8_create_spdx.tar.zst\nDEBUG: Searching for universal/82/c4/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://07/9f/sstate:xdpyinfo::1.3.4:r0::12:079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f_populate_lic.tar.zst\nDEBUG: Testing URL file://f7/c6/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea_package_write_deb.tar.zst\nDEBUG: Searching for 57/e9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for db/17/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/e7/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e3/e0/sstate:wayland::1.23.0:r0::12:e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89_populate_lic.tar.zst\nDEBUG: Testing URL file://87/0a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd_packagedata.tar.zst\nDEBUG: For url ['file', '', '92/e3/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca_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/c1/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:52c11ede6c09fa6d1137b16c56a10f1ce2c926198beba29b401fea89e1942c22_populate_sysroot.tar.zst\nDEBUG: Using  for 5c/94/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/fe/ae/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/82/c4/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/6e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:ca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'f7/c6/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea_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://universal/e8/6f/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:e86fd23977900754a1cd0ee60971c1543773a84492fddcb4eb4487787cee2725_populate_sysroot.tar.zst\nDEBUG: Using  for 57/e9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68_create_package_spdx.tar.zst\nDEBUG: Testing URL file://db/17/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad_package_qa.tar.zst\nDEBUG: Searching for b2/e7/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e3/e0/sstate:wayland::1.23.0:r0::12:e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89_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/0a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://92/e3/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/e3/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca_create_spdx.tar.zst;downloadfilename=92/e3/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/f3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5_package.tar.zst\nDEBUG: Testing URL file://5c/94/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655_package_qa.tar.zst\nDEBUG: For url file://universal/fe/ae/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fe/ae/sstate%3Adocbook-xsl-stylesheets-native%3Ax86_64-linux%3A1.79.1%3Ar0%3Ax86_64%3A12%3Afeae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8_create_spdx.tar.zst;downloadfilename=universal/fe/ae/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/82/c4/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f_recipe_qa.tar.zst\nDEBUG: Searching for ca/6e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:ca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f7/c6/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/c6/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.4%3Ar0%3Acore2-64%3A12%3Af7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea_package_write_deb.tar.zst;downloadfilename=f7/c6/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/00/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1_package_qa.tar.zst\nDEBUG: Testing URL file://57/e9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'db/17/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b2/e7/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f_create_package_spdx.tar.zst\nDEBUG: For url file://e3/e0/sstate:wayland::1.23.0:r0::12:e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/e0/sstate%3Awayland%3A%3A1.23.0%3Ar0%3A%3A12%3Ae3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89_populate_lic.tar.zst;downloadfilename=e3/e0/sstate:wayland::1.23.0:r0::12:e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89_populate_lic.tar.zst\nDEBUG: For url file://87/0a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/0a/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.7%3Ar0%3Acore2-64%3A12%3A870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd_packagedata.tar.zst;downloadfilename=87/0a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd_packagedata.tar.zst\nDEBUG: Searching for 8d/f3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5c/94/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655_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://5d/15/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/9d/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:cc9d8a9ee28e003835b34865a1b431e41f8fe2b94325eedf246b1c08a195b388_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/82/c4/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ca/6e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:ca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4_package_write_ipk.tar.zst\nDEBUG: Searching for 5f/00/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '57/e9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://db/17/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/17/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A12%3Adb17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad_package_qa.tar.zst;downloadfilename=db/17/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad_package_qa.tar.zst\nDEBUG: Testing URL file://b2/e7/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f_create_package_spdx.tar.zst\nDEBUG: Using  for 8d/f3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5_package.tar.zst\nDEBUG: For url file://5c/94/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/94/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A12%3A5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655_package_qa.tar.zst;downloadfilename=5c/94/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/9d/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://05/e9/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6_packagedata.tar.zst\nDEBUG: For url file://universal/82/c4/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/82/c4/sstate%3Anasm-native%3Ax86_64-linux%3A2.16.03%3Ar0%3Ax86_64%3A12%3A82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f_recipe_qa.tar.zst;downloadfilename=universal/82/c4/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f_recipe_qa.tar.zst\nDEBUG: Testing URL file://ca/6e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:ca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fe/ae/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8_create_spdx.tar.zst\nDEBUG: Using  for 5f/00/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1_package_qa.tar.zst\nDEBUG: For url file://57/e9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/e9/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A12%3A57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68_create_package_spdx.tar.zst;downloadfilename=57/e9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b2/e7/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8d/f3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/c6/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f7c6f6ad5ff9da016b074d39da96e9df9828f58563d00393a3fadbe64ef39cea_package_write_deb.tar.zst\nDEBUG: Searching for 9c/9d/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 05/e9/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://87/0a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ca/6e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:ca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4_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://universal/36/56/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5f/00/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1_package_qa.tar.zst\nDEBUG: For url file://b2/e7/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/e7/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.7%3Ar0%3Acore2-64%3A12%3Ab2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f_create_package_spdx.tar.zst;downloadfilename=b2/e7/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://db/17/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad_package_qa.tar.zst\nDEBUG: For url ['file', '', '8d/f3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5_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/72/a7/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9_populate_sysroot.tar.zst\nDEBUG: Using  for 9c/9d/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958_populate_sysroot.tar.zst\nDEBUG: Using  for 05/e9/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6b/bb/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4_create_spdx.tar.zst\nDEBUG: For url file://ca/6e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:ca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/6e/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A12%3Aca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4_package_write_ipk.tar.zst;downloadfilename=ca/6e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:ca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4_package_write_ipk.tar.zst\nDEBUG: Searching for universal/36/56/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5f/00/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1_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://5c/94/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://76/a7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa_create_spdx.tar.zst\nDEBUG: For url file://8d/f3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/f3/sstate%3Axxhash%3Acore2-64-poky-linux%3A0.8.2%3Ar0%3Acore2-64%3A12%3A8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5_package.tar.zst;downloadfilename=8d/f3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5_package.tar.zst\nDEBUG: Searching for universal/72/a7/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9c/9d/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958_populate_sysroot.tar.zst\nDEBUG: Testing URL file://05/e9/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6_packagedata.tar.zst\nDEBUG: Searching for universal/6b/bb/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/36/56/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5f/00/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/00/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A12%3A5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1_package_qa.tar.zst;downloadfilename=5f/00/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://28/8d/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140_create_spdx.tar.zst\nDEBUG: Searching for 76/a7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/72/a7/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9c/9d/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '05/e9/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/6b/bb/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/36/56/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 28/8d/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 76/a7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/72/a7/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9_populate_sysroot.tar.zst\nDEBUG: For url file://9c/9d/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/9d/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.21%3Ar0%3Acore2-64%3A12%3A9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958_populate_sysroot.tar.zst;downloadfilename=9c/9d/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958_populate_sysroot.tar.zst\nDEBUG: For url file://05/e9/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/e9/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.18%3Ar0%3Acore2-64%3A12%3A05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6_packagedata.tar.zst;downloadfilename=05/e9/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6_packagedata.tar.zst\nDEBUG: Testing URL file://universal/6b/bb/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/36/56/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de_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 28/8d/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140_create_spdx.tar.zst\nDEBUG: Testing URL file://76/a7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/72/a7/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9_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/6e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:ca6ed0f83014e9bbfffcd97101d8f18c93db96ac9ea8e62b143c79e438dc0de4_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/6b/bb/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4_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://8d/f3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:8df3376c7adfb11f0d644ccd582225803aa5f81eba5c8af48e12187815be07b5_package.tar.zst\nDEBUG: For url file://universal/36/56/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/36/56/sstate%3Autil-linux-libuuid-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A12%3A365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de_deploy_source_date_epoch.tar.zst;downloadfilename=universal/36/56/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://28/8d/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140_create_spdx.tar.zst\nDEBUG: For url ['file', '', '76/a7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa_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/72/a7/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/a7/sstate%3Apython3-pyproject-hooks-native%3Ax86_64-linux%3A1.0.0%3Ar0%3Ax86_64%3A12%3A72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9_populate_sysroot.tar.zst;downloadfilename=universal/72/a7/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c2/00/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440_recipe_qa.tar.zst\nDEBUG: For url file://universal/6b/bb/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6b/bb/sstate%3Ampfr-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A12%3A6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4_create_spdx.tar.zst;downloadfilename=universal/6b/bb/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/48/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:b04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/00/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1_package_qa.tar.zst\nDEBUG: For url ['file', '', '28/8d/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://76/a7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/a7/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa_create_spdx.tar.zst;downloadfilename=76/a7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa_create_spdx.tar.zst\nDEBUG: Searching for universal/c2/00/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9c/9d/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:9c9d5fdbc1f738ccc58b2b4194e66e60739f0405ba662958158eda3cc419c958_populate_sysroot.tar.zst\nDEBUG: Searching for b0/48/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:b04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ac/db/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:acdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/e7/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f_create_package_spdx.tar.zst\nDEBUG: For url file://28/8d/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/8d/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2024.1%3Ar0%3Acore2-64%3A12%3A288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140_create_spdx.tar.zst;downloadfilename=28/8d/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140_create_spdx.tar.zst\nDEBUG: Using  for universal/c2/00/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://23/9f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b0/48/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:b04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342_populate_sysroot.tar.zst\nDEBUG: Searching for ac/db/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:acdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/36/56/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:365633d4652b589eb9a42a1e11b980e1480f035a91cd8a4387b3d0690a3327de_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/72/a7/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/82/c4/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:82c48f448bf7b61a33c3467fd3419a03b1e50749f7626e75228925ab4d7f034f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/50/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/c2/00/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440_recipe_qa.tar.zst\nDEBUG: Searching for 23/9f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b0/48/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:b04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://57/e9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68_create_package_spdx.tar.zst\nDEBUG: Using  for ac/db/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:acdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/00/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/9d/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:b79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6b/bb/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/00/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a_package_qa.tar.zst\nDEBUG: Searching for 3a/50/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/c2/00/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 23/9f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b0/48/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:b04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342_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://e5/f2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ac/db/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:acdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf_package_write_deb.tar.zst\nDEBUG: Searching for 6b/00/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b7/9d/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:b79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://44/5c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145_populate_sysroot.tar.zst\nDEBUG: Searching for a0/00/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3a/50/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000_recipe_qa.tar.zst\nDEBUG: For url file://universal/c2/00/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c2/00/sstate%3Across-localedef-native%3Ax86_64-linux%3A2.39%2Bgit%3Ar0%3Ax86_64%3A12%3Ac200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440_recipe_qa.tar.zst;downloadfilename=universal/c2/00/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440_recipe_qa.tar.zst\nDEBUG: Testing URL file://23/9f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b0/48/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:b04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/48/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A12%3Ab04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342_populate_sysroot.tar.zst;downloadfilename=b0/48/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:b04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342_populate_sysroot.tar.zst\nDEBUG: Searching for e5/f2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ac/db/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:acdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6b/00/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f_create_package_spdx.tar.zst\nDEBUG: Using  for b7/9d/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:b79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee_package_write_deb.tar.zst\nDEBUG: Searching for 44/5c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a0/00/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a_package_qa.tar.zst\nDEBUG: Testing URL file://3a/50/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '23/9f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237_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 e5/f2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ac/db/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:acdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/db/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.45.3%3Ar0%3Acore2-64%3A12%3Aacdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf_package_write_deb.tar.zst;downloadfilename=ac/db/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:acdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf_package_write_deb.tar.zst\nDEBUG: Testing URL file://6b/00/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://05/e9/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6_packagedata.tar.zst\nDEBUG: Testing URL file://b7/9d/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:b79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee_package_write_deb.tar.zst\nDEBUG: Using  for 44/5c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a0/00/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a_package_qa.tar.zst\nDEBUG: For url ['file', '', '3a/50/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://23/9f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/9f/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A12%3A239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237_deploy_source_date_epoch.tar.zst;downloadfilename=23/9f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e5/f2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6b/00/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f_create_package_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://09/da/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/3d/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b7/9d/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:b79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee_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://44/5c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a0/00/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a_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/c2/00/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440_recipe_qa.tar.zst\nDEBUG: For url file://3a/50/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/50/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20240101%2Bgit%3Ar0%3Acore2-64%3A12%3A3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000_recipe_qa.tar.zst;downloadfilename=3a/50/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/e0/sstate:wayland::1.23.0:r0::12:e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e5/f2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03_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://6b/00/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/00/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A12%3A6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f_create_package_spdx.tar.zst;downloadfilename=6b/00/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/48/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:b04852be647d66ad636a03efc2a816705e9b614da89cf775b4063380062d9342_populate_sysroot.tar.zst\nDEBUG: Searching for 09/da/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://5e/c5/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395_package_write_ipk.tar.zst\nDEBUG: For url file://b7/9d/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:b79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/9d/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Ab79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee_package_write_deb.tar.zst;downloadfilename=b7/9d/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:b79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '44/5c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a0/00/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/00/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A12%3Aa000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a_package_qa.tar.zst;downloadfilename=a0/00/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://92/bf/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://da/12/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:da125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d_package_write_deb.tar.zst\nDEBUG: For url file://e5/f2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/f2/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A12%3Ae5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03_deploy_source_date_epoch.tar.zst;downloadfilename=e5/f2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://20/ec/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55_create_spdx.tar.zst\nDEBUG: Using  for 09/da/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://09/da/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://23/9f/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:239f01c5dd803125e9d415639d60b4de56a7b143a9974465d2e9960b6b788237_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://44/5c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/5c/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.44%3Ar0%3Acore2-64%3A12%3A445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145_populate_sysroot.tar.zst;downloadfilename=44/5c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145_populate_sysroot.tar.zst\nDEBUG: Searching for 92/bf/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for da/12/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:da125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 20/ec/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5e/c5/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '09/da/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f_create_package_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://b4/89/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:b489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7_package.tar.zst\nDEBUG: SState: Successful fetch test for file://92/e3/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca_create_spdx.tar.zst\nDEBUG: Using  for 92/bf/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1_package_write_rpm.tar.zst\nDEBUG: Using  for da/12/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:da125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://28/8d/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140_create_spdx.tar.zst\nDEBUG: Using  for 20/ec/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55_create_spdx.tar.zst\nDEBUG: Using  for 5e/c5/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395_package_write_ipk.tar.zst\nDEBUG: For url file://09/da/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/da/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f_create_package_spdx.tar.zst;downloadfilename=09/da/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f_create_package_spdx.tar.zst\nDEBUG: Searching for b4/89/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:b489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://da/21/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12_recipe_qa.tar.zst\nDEBUG: Testing URL file://92/bf/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://da/12/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:da125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/53/sstate:orc::0.4.38:r0::12:b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5_populate_lic.tar.zst\nDEBUG: Testing URL file://20/ec/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55_create_spdx.tar.zst\nDEBUG: Testing URL file://5e/c5/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395_package_write_ipk.tar.zst\nDEBUG: Using  for b4/89/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:b489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7_package.tar.zst\nDEBUG: Searching for da/21/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a0/00/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a_package_qa.tar.zst\nDEBUG: For url ['file', '', '92/bf/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1_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/12/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:da125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b1/53/sstate:orc::0.4.38:r0::12:b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '20/ec/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5e/c5/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395_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://b4/89/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:b489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/f2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e5f2ef6a859fe3db55fcdeb8660d30a5fbbe0b1addee922bdb8d7125dd733e03_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for da/21/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://da/31/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945_create_spdx.tar.zst\nDEBUG: For url file://92/bf/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/bf/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A12%3A92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1_package_write_rpm.tar.zst;downloadfilename=92/bf/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1_package_write_rpm.tar.zst\nDEBUG: For url file://da/12/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:da125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/12/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A12%3Ada125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d_package_write_deb.tar.zst;downloadfilename=da/12/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:da125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://44/5c/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:445c3343e6db5a839d5a580f0648e56643ea59269f2a9ec4ac14d7c857c47145_populate_sysroot.tar.zst\nDEBUG: Using  for b1/53/sstate:orc::0.4.38:r0::12:b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5_populate_lic.tar.zst\nDEBUG: For url file://20/ec/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/ec/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55_create_spdx.tar.zst;downloadfilename=20/ec/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55_create_spdx.tar.zst\nDEBUG: For url file://5e/c5/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/c5/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A12%3A5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395_package_write_ipk.tar.zst;downloadfilename=5e/c5/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'b4/89/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:b489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7_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://e0/6d/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2_package_qa.tar.zst\nDEBUG: Testing URL file://da/21/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12_recipe_qa.tar.zst\nDEBUG: Searching for da/31/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3a/50/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/fc/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b1/53/sstate:orc::0.4.38:r0::12:b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/9d/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:b79da8b6bc49339f4295e4c4179e6a6ead9afc05b2f7fb8b22668d13e32724ee_package_write_deb.tar.zst\nDEBUG: For url file://b4/89/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:b489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/89/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20240101%2Bgit%3Ar0%3Acore2-64%3A12%3Ab489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7_package.tar.zst;downloadfilename=b4/89/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:b489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7_package.tar.zst\nDEBUG: Searching for e0/6d/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'da/21/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for da/31/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/79/f0/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273_create_package_spdx.tar.zst\nDEBUG: Searching for ef/fc/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b1/53/sstate:orc::0.4.38:r0::12:b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5_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/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:cbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://92/bf/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1_package_write_rpm.tar.zst\nDEBUG: Using  for e0/6d/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2_package_qa.tar.zst\nDEBUG: For url file://da/21/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/21/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A12%3Ada21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12_recipe_qa.tar.zst;downloadfilename=da/21/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12_recipe_qa.tar.zst\nDEBUG: Testing URL file://da/31/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945_create_spdx.tar.zst\nDEBUG: Searching for universal/79/f0/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ef/fc/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34_package_write_rpm.tar.zst\nDEBUG: For url file://b1/53/sstate:orc::0.4.38:r0::12:b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/53/sstate%3Aorc%3A%3A0.4.38%3Ar0%3A%3A12%3Ab1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5_populate_lic.tar.zst;downloadfilename=b1/53/sstate:orc::0.4.38:r0::12:b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5_populate_lic.tar.zst\nDEBUG: Searching for cb/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:cbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b5/5a/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e0/6d/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2_package_qa.tar.zst\nDEBUG: For url ['file', '', 'da/31/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/79/f0/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ef/fc/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34_package_write_rpm.tar.zst\nDEBUG: Using  for cb/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:cbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd_package_write_deb.tar.zst\nDEBUG: Searching for b5/5a/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e0/6d/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2_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://6b/00/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/c5/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:5ec531a90f5aa849382940b8f9703099673b36ccc422793c93150c32b2294395_package_write_ipk.tar.zst\nDEBUG: For url file://da/31/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/31/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.1%3Ar0%3Acore2-64%3A12%3Ada3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945_create_spdx.tar.zst;downloadfilename=da/31/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/79/f0/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ef/fc/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34_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://cb/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:cbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd_package_write_deb.tar.zst\nDEBUG: Using  for b5/5a/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd_package_write_ipk.tar.zst\nDEBUG: For url file://e0/6d/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/6d/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.48.2%3Ar0%3Acore2-64%3A12%3Ae06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2_package_qa.tar.zst;downloadfilename=e0/6d/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/12/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://69/1c/sstate:libx11-native::1.8.9:r0::12:691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/79/f0/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ef/fc/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/fc/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A12%3Aeffcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34_package_write_rpm.tar.zst;downloadfilename=ef/fc/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'cb/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:cbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd_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://b5/5a/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://da/21/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12_recipe_qa.tar.zst\nDEBUG: Searching for a4/12/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 69/1c/sstate:libx11-native::1.8.9:r0::12:691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b1/53/sstate:orc::0.4.38:r0::12:b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5_populate_lic.tar.zst\nDEBUG: For url file://universal/79/f0/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/f0/sstate%3Apython3-setuptools-native%3Ax86_64-linux%3A69.5.1%3Ar0%3Ax86_64%3A12%3A79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273_create_package_spdx.tar.zst;downloadfilename=universal/79/f0/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273_create_package_spdx.tar.zst\nDEBUG: For url file://cb/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:cbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/b9/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Acbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd_package_write_deb.tar.zst;downloadfilename=cb/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:cbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b5/5a/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd_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://universal/04/2e/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff_populate_sysroot.tar.zst\nDEBUG: Using  for a4/12/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f_recipe_qa.tar.zst\nDEBUG: Using  for 69/1c/sstate:libx11-native::1.8.9:r0::12:691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://85/7a/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b_create_package_spdx.tar.zst\nDEBUG: For url file://b5/5a/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/5a/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A12%3Ab55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd_package_write_ipk.tar.zst;downloadfilename=b5/5a/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd_package_write_ipk.tar.zst\nDEBUG: Searching for universal/04/2e/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://da/12/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:da125af6a634426686fa09727ad1408294e0203993d9cede1f3c5ca53850965d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/89/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:b489e5163f1abc1712d8fb1ce0f228098f3c318cb03f0a75228f255fe897a0b7_package.tar.zst\nDEBUG: Testing URL file://a4/12/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f_recipe_qa.tar.zst\nDEBUG: Testing URL file://69/1c/sstate:libx11-native::1.8.9:r0::12:691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528_populate_lic.tar.zst\nDEBUG: Searching for 85/7a/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/04/2e/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/38/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://76/a7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/fc/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/f9/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56_package.tar.zst\nDEBUG: For url ['file', '', 'a4/12/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '69/1c/sstate:libx11-native::1.8.9:r0::12:691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 85/7a/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/04/2e/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff_populate_sysroot.tar.zst\nDEBUG: Searching for c9/38/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/fe/c5/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:fec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/cb/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b_create_spdx.tar.zst\nDEBUG: Searching for 3b/f9/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a4/12/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/12/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.17%3Ar0%3Acore2-64%3A12%3Aa412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f_recipe_qa.tar.zst;downloadfilename=a4/12/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f_recipe_qa.tar.zst\nDEBUG: For url file://69/1c/sstate:libx11-native::1.8.9:r0::12:691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/1c/sstate%3Alibx11-native%3A%3A1.8.9%3Ar0%3A%3A12%3A691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528_populate_lic.tar.zst;downloadfilename=69/1c/sstate:libx11-native::1.8.9:r0::12:691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/79/f0/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273_create_package_spdx.tar.zst\nDEBUG: Testing URL file://85/7a/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/04/2e/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c9/38/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6_package_qa.tar.zst\nDEBUG: Searching for universal/fe/c5/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:fec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/f6/cb/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3b/f9/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/25/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '85/7a/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/04/2e/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/2e/sstate%3Alibpciaccess-native%3Ax86_64-linux%3A0.18.1%3Ar0%3Ax86_64%3A12%3A042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff_populate_sysroot.tar.zst;downloadfilename=universal/04/2e/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c9/38/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6_package_qa.tar.zst\nDEBUG: Using  for universal/fe/c5/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:fec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6_populate_sysroot.tar.zst\nDEBUG: Using  for universal/f6/cb/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b_create_spdx.tar.zst\nDEBUG: Testing URL file://3b/f9/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56_package.tar.zst\nDEBUG: Searching for universal/25/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://85/7a/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/7a/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.9.0%3Ar0%3Acore2-64%3A12%3A857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b_create_package_spdx.tar.zst;downloadfilename=85/7a/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c9/38/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6_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/fe/c5/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:fec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/f6/cb/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/6d/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2_package_qa.tar.zst\nDEBUG: For url ['file', '', '3b/f9/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/25/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://69/1c/sstate:libx11-native::1.8.9:r0::12:691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528_populate_lic.tar.zst\nDEBUG: For url file://c9/38/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/38/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Ac938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6_package_qa.tar.zst;downloadfilename=c9/38/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/fe/c5/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:fec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6_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/cb/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b_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/18/da/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b_create_spdx.tar.zst\nDEBUG: For url file://3b/f9/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/f9/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56_package.tar.zst;downloadfilename=3b/f9/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56_package.tar.zst\nDEBUG: Testing URL file://universal/25/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/6c/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819_packagedata.tar.zst\nDEBUG: For url file://universal/fe/c5/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:fec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fe/c5/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A14.1.0%3Ar0%3Ax86_64%3A12%3Afec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6_populate_sysroot.tar.zst;downloadfilename=universal/fe/c5/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:fec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6_populate_sysroot.tar.zst\nDEBUG: For url file://universal/f6/cb/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/cb/sstate%3Alibpthread-stubs-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3Af6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b_create_spdx.tar.zst;downloadfilename=universal/f6/cb/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/04/2e/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff_populate_sysroot.tar.zst\nDEBUG: Searching for universal/18/da/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/25/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5a/6c/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3d/bd/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://09/da/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f_create_package_spdx.tar.zst\nDEBUG: Using  for universal/18/da/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b_create_spdx.tar.zst\nDEBUG: For url file://universal/25/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/25/db/sstate%3Alibxml-namespacesupport-perl-native%3Ax86_64-linux%3A1.12%3Ar0%3Ax86_64%3A12%3A25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e_recipe_qa.tar.zst;downloadfilename=universal/25/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/38/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/12/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f_recipe_qa.tar.zst\nDEBUG: Using  for 5a/6c/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819_packagedata.tar.zst\nDEBUG: Searching for 3d/bd/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://07/35/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/18/da/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/90/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://20/ec/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/89/ba/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5a/6c/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819_packagedata.tar.zst\nDEBUG: Using  for 3d/bd/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767_package_write_rpm.tar.zst\nDEBUG: Searching for 07/35/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/18/da/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4a/90/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d1/d4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760_package_qa.tar.zst\nDEBUG: Searching for universal/89/ba/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5a/6c/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819_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/f6/cb/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b_create_spdx.tar.zst\nDEBUG: Testing URL file://3d/bd/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767_package_write_rpm.tar.zst\nDEBUG: Using  for 07/35/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19_create_spdx.tar.zst\nDEBUG: For url file://universal/18/da/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/da/sstate%3Ancurses-native%3Ax86_64-linux%3A6.5%3Ar0%3Ax86_64%3A12%3A18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b_create_spdx.tar.zst;downloadfilename=universal/18/da/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b_create_spdx.tar.zst\nDEBUG: Using  for 4a/90/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62_packagedata.tar.zst\nDEBUG: Searching for d1/d4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/89/ba/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764_create_package_spdx.tar.zst\nDEBUG: For url file://5a/6c/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/6c/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A8.2.2%3Ar0%3Acore2-64%3A12%3A5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819_packagedata.tar.zst;downloadfilename=5a/6c/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/61/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3d/bd/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767_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://07/35/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19_create_spdx.tar.zst\nDEBUG: Testing URL file://4a/90/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62_packagedata.tar.zst\nDEBUG: Using  for d1/d4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/25/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:25db813deac9a80aa077290dd2adb44e3d0e2ed198a5750d671b8c8b7458482e_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/89/ba/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/db/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:acdb5cdde22ed1ea8cc3deecf1deda08b5b047e778fe2b3d060cfd717995c8cf_package_write_deb.tar.zst\nDEBUG: Searching for 9e/61/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3b/f9/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56_package.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:cbb9aba955bd48da453ed42912ce7be842760b60a78df4c75270c37f6fd839dd_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://85/7a/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b_create_package_spdx.tar.zst\nDEBUG: For url file://3d/bd/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/bd/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A12%3A3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767_package_write_rpm.tar.zst;downloadfilename=3d/bd/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://da/31/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/5a/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b55ac64c2c6d6efd5f6d96f1f33931e7c0560dc8ec97bd4f5bc0fb9a365a9cdd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '07/35/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19_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/18/da/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4a/90/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d1/d4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://95/2d/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/89/ba/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764_create_package_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/3e/93/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6_recipe_qa.tar.zst\nDEBUG: Using  for 9e/61/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/1c/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://80/19/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/4e/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1b/6f/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/6c/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/b2/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:fbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f_package.tar.zst\nDEBUG: For url file://07/35/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/35/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A12%3A0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19_create_spdx.tar.zst;downloadfilename=07/35/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://26/29/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3_package_qa.tar.zst\nDEBUG: For url file://4a/90/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/90/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.5%3Ar0%3Acore2-64%3A12%3A4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62_packagedata.tar.zst;downloadfilename=4a/90/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd1/d4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 95/2d/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/89/ba/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/89/ba/sstate%3Alibxi-native%3Ax86_64-linux%3A1.8.1%3Ar0%3Ax86_64%3A12%3A89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764_create_package_spdx.tar.zst;downloadfilename=universal/89/ba/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764_create_package_spdx.tar.zst\nDEBUG: Searching for universal/3e/93/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9e/61/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173_package_write_rpm.tar.zst\nDEBUG: Searching for 3e/1c/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 80/19/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3b/4e/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/1b/6f/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c2/51/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:c25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe_package.tar.zst\nDEBUG: Searching for fb/b2/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:fbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 26/29/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d1/d4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/d4/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A12%3Ad1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760_package_qa.tar.zst;downloadfilename=d1/d4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760_package_qa.tar.zst\nDEBUG: Using  for 95/2d/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441_packagedata.tar.zst\nDEBUG: Using  for universal/3e/93/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9e/61/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3e/1c/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72_create_spdx.tar.zst\nDEBUG: Using  for 80/19/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3b/4e/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f_package_write_ipk.tar.zst\nDEBUG: Using  for universal/1b/6f/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd_populate_sysroot.tar.zst\nDEBUG: Searching for c2/51/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:c25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fb/b2/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:fbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f_package.tar.zst\nDEBUG: Using  for 26/29/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3_package_qa.tar.zst\nDEBUG: Testing URL file://95/2d/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441_packagedata.tar.zst\nDEBUG: Testing URL file://universal/3e/93/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6_recipe_qa.tar.zst\nDEBUG: For url file://9e/61/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/61/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173_package_write_rpm.tar.zst;downloadfilename=9e/61/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173_package_write_rpm.tar.zst\nDEBUG: Testing URL file://3e/1c/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72_create_spdx.tar.zst\nDEBUG: Testing URL file://80/19/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3b/4e/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/1b/6f/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd_populate_sysroot.tar.zst\nDEBUG: Using  for c2/51/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:c25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe_package.tar.zst\nDEBUG: Testing URL file://fb/b2/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:fbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f_package.tar.zst\nDEBUG: Testing URL file://26/29/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3_package_qa.tar.zst\nDEBUG: For url ['file', '', '95/2d/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/3e/93/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6_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/89/ba/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '3e/1c/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '80/19/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de_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/4e/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f_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', '', 'universal/1b/6f/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c2/51/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:c25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe_package.tar.zst\nDEBUG: For url ['file', '', 'fb/b2/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:fbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '26/29/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3_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://d1/d4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760_package_qa.tar.zst\nDEBUG: For url file://95/2d/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/2d/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.27%3Ar0%3Acore2-64%3A12%3A952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441_packagedata.tar.zst;downloadfilename=95/2d/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441_packagedata.tar.zst\nDEBUG: For url file://universal/3e/93/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3e/93/sstate%3Alibdnf-native%3Ax86_64-linux%3A0.73.1%3Ar0%3Ax86_64%3A12%3A3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6_recipe_qa.tar.zst;downloadfilename=universal/3e/93/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/ee/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923_package_qa.tar.zst\nDEBUG: For url file://3e/1c/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/1c/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72_create_spdx.tar.zst;downloadfilename=3e/1c/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72_create_spdx.tar.zst\nDEBUG: For url file://80/19/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/19/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A12%3A801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de_deploy_source_date_epoch.tar.zst;downloadfilename=80/19/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3b/4e/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/4e/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A12%3A3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f_package_write_ipk.tar.zst;downloadfilename=3b/4e/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f_package_write_ipk.tar.zst\nDEBUG: For url file://universal/1b/6f/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1b/6f/sstate%3Amakedepend-native%3Ax86_64-linux%3A1.0.9%3Ar0%3Ax86_64%3A12%3A1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd_populate_sysroot.tar.zst;downloadfilename=universal/1b/6f/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c2/51/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:c25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fb/b2/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:fbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/b2/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Afbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f_package.tar.zst;downloadfilename=fb/b2/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:fbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f_package.tar.zst\nDEBUG: For url file://26/29/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/29/sstate%3Apango%3Acore2-64-poky-linux%3A1.52.2%3Ar0%3Acore2-64%3A12%3A2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3_package_qa.tar.zst;downloadfilename=26/29/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/a7/sstate:which::2.21:r0::12:f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e_populate_lic.tar.zst\nDEBUG: Searching for c1/ee/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9e/61/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173_package_write_rpm.tar.zst\nDEBUG: For url file://c2/51/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:c25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/51/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Ac25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe_package.tar.zst;downloadfilename=c2/51/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:c25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/90/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://95/2d/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/bd/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767_package_write_rpm.tar.zst\nDEBUG: Searching for f4/a7/sstate:which::2.21:r0::12:f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c1/ee/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://80/19/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:801985ab0a204a234943acfb14a5e4b87d4d3173e187ea3fbfbdd3090f6948de_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3e/93/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://07/35/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/21/4b/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://15/f1/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/3a/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:e73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://00/f9/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4_recipe_qa.tar.zst\nDEBUG: Using  for f4/a7/sstate:which::2.21:r0::12:f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e_populate_lic.tar.zst\nDEBUG: Testing URL file://c1/ee/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/fd/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/81/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb_package_write_rpm.tar.zst\nDEBUG: Searching for universal/21/4b/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 15/f1/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fb/b2/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:fbb2a6a2c58eeb47fc997a4460cc969080b8cf9ce2cec34c8a35aee5d008979f_package.tar.zst\nDEBUG: Searching for e7/3a/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:e73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 00/f9/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f4/a7/sstate:which::2.21:r0::12:f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c1/ee/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2d/fd/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0a/81/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3d/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/21/4b/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4_populate_sysroot.tar.zst\nDEBUG: Using  for 15/f1/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/10/sstate:matchbox-session::0.1:r0::12:f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575_populate_lic.tar.zst\nDEBUG: Using  for e7/3a/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:e73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63_package_write_ipk.tar.zst\nDEBUG: Using  for 00/f9/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f4/a7/sstate:which::2.21:r0::12:f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e_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://c2/51/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:c25192a3ef5faaae5712e69354f67eb8aa838fb44d37a0b05435cc3a8a77edfe_package.tar.zst\nDEBUG: For url file://c1/ee/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/ee/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Ac1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923_package_qa.tar.zst;downloadfilename=c1/ee/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923_package_qa.tar.zst\nDEBUG: Using  for 2d/fd/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55_create_package_spdx.tar.zst\nDEBUG: Using  for 0a/81/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d_package.tar.zst\nDEBUG: Using  for 3d/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/21/4b/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://15/f1/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f9/10/sstate:matchbox-session::0.1:r0::12:f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e7/3a/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:e73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63_package_write_ipk.tar.zst\nDEBUG: Testing URL file://00/f9/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4_recipe_qa.tar.zst\nDEBUG: For url file://f4/a7/sstate:which::2.21:r0::12:f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/a7/sstate%3Awhich%3A%3A2.21%3Ar0%3A%3A12%3Af4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e_populate_lic.tar.zst;downloadfilename=f4/a7/sstate:which::2.21:r0::12:f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bc/4c/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:bc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2d/fd/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55_create_package_spdx.tar.zst\nDEBUG: Testing URL file://0a/81/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d_package.tar.zst\nDEBUG: Testing URL file://3d/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/21/4b/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4_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/f1/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1_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 f9/10/sstate:matchbox-session::0.1:r0::12:f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e7/3a/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:e73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63_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', '', '00/f9/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/bc/4c/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:bc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2d/fd/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55_create_package_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/1c/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0a/81/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3d/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb_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/21/4b/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/21/4b/sstate%3Alibxrender-native%3Ax86_64-linux%3A0.9.11%3Ar0%3Ax86_64%3A12%3A214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4_populate_sysroot.tar.zst;downloadfilename=universal/21/4b/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4_populate_sysroot.tar.zst\nDEBUG: For url file://15/f1/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/f1/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A12%3A15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1_deploy_source_date_epoch.tar.zst;downloadfilename=15/f1/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f9/10/sstate:matchbox-session::0.1:r0::12:f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575_populate_lic.tar.zst\nDEBUG: For url file://e7/3a/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:e73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/3a/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.45.3%3Ar0%3Acore2-64%3A12%3Ae73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63_package_write_ipk.tar.zst;downloadfilename=e7/3a/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:e73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63_package_write_ipk.tar.zst\nDEBUG: For url file://00/f9/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/f9/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A12%3A00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4_recipe_qa.tar.zst;downloadfilename=00/f9/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4_recipe_qa.tar.zst\nDEBUG: Using  for universal/bc/4c/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:bc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2d/fd/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/fd/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A12%3A2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55_create_package_spdx.tar.zst;downloadfilename=2d/fd/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://07/c6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406_package_write_rpm.tar.zst\nDEBUG: For url file://0a/81/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/81/sstate%3Apango%3Acore2-64-poky-linux%3A1.52.2%3Ar0%3Acore2-64%3A12%3A0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d_package.tar.zst;downloadfilename=0a/81/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d_package.tar.zst\nDEBUG: For url file://3d/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/14/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb_package_write_rpm.tar.zst;downloadfilename=3d/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/ee/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f9/10/sstate:matchbox-session::0.1:r0::12:f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575_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://f4/a7/sstate:which::2.21:r0::12:f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/bc/4c/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:bc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1b/6f/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd_populate_sysroot.tar.zst\nDEBUG: Searching for 07/c6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/21/4b/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/4e/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:3b4e915405a44187496b2d27944fb7618c347433e33dcb214267329a86b70a3f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://15/f1/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:15f18c014340b9889dcd3def0d5844559f31f9a72f0de63e6aa7aef8a34f8fd1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://26/29/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d3/00/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0_create_spdx.tar.zst\nDEBUG: For url file://f9/10/sstate:matchbox-session::0.1:r0::12:f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/10/sstate%3Amatchbox-session%3A%3A0.1%3Ar0%3A%3A12%3Af9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575_populate_lic.tar.zst;downloadfilename=f9/10/sstate:matchbox-session::0.1:r0::12:f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://77/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/bc/4c/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:bc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e_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/4b/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2_create_package_spdx.tar.zst\nDEBUG: Using  for 07/c6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/73/da/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/67/3b/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/f5/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:fff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://52/7c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6_package_write_rpm.tar.zst\nDEBUG: Searching for universal/d3/00/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://00/f9/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4_recipe_qa.tar.zst\nDEBUG: Searching for 77/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/bc/4c/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:bc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bc/4c/sstate%3Atexinfo-dummy-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3Abc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/bc/4c/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:bc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1b/4b/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://07/c6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/14/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb_package_write_rpm.tar.zst\nDEBUG: Searching for universal/73/da/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/67/3b/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ff/f5/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:fff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 52/7c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/d3/00/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/4e/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec_package_write_deb.tar.zst\nDEBUG: Using  for 77/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec_package_qa.tar.zst\nDEBUG: Using  for 1b/4b/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '07/c6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406_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/52/01/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec_recipe_qa.tar.zst\nDEBUG: Using  for universal/73/da/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7_populate_sysroot.tar.zst\nDEBUG: Using  for universal/67/3b/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e_populate_sysroot.tar.zst\nDEBUG: Using  for ff/f5/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:fff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 52/7c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/d3/00/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0_create_spdx.tar.zst\nDEBUG: Searching for 73/4e/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://77/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec_package_qa.tar.zst\nDEBUG: Testing URL file://1b/4b/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/10/sstate:matchbox-session::0.1:r0::12:f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575_populate_lic.tar.zst\nDEBUG: For url file://07/c6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/c6/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406_package_write_rpm.tar.zst;downloadfilename=07/c6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406_package_write_rpm.tar.zst\nDEBUG: Searching for universal/52/01/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/73/da/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/67/3b/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ff/f5/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:fff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://52/7c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/d3/00/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 73/4e/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '77/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1b/4b/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2_create_package_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/7e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd_create_spdx.tar.zst\nDEBUG: Using  for universal/52/01/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/73/da/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7_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/67/3b/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e_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/bc/4c/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:bc4c566b4311a640d39faa7dc93f240899b29fba47cd4509d28f79270cc7265e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ff/f5/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:fff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b_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/7c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6_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/d3/00/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/00/sstate%3Aboost-build-native%3Ax86_64-linux%3A1.85.0%3Ar0%3Ax86_64%3A12%3Ad3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0_create_spdx.tar.zst;downloadfilename=universal/d3/00/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0_create_spdx.tar.zst\nDEBUG: Testing URL file://73/4e/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec_package_write_deb.tar.zst\nDEBUG: For url file://77/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/bf/sstate%3Altp%3Acore2-64-poky-linux%3A20240524%3Ar0%3Acore2-64%3A12%3A77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec_package_qa.tar.zst;downloadfilename=77/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec_package_qa.tar.zst\nDEBUG: For url file://1b/4b/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/4b/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A12%3A1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2_create_package_spdx.tar.zst;downloadfilename=1b/4b/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2_create_package_spdx.tar.zst\nDEBUG: Searching for 3d/7e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/52/01/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec_recipe_qa.tar.zst\nDEBUG: For url file://universal/73/da/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/73/da/sstate%3Apigz-native%3Ax86_64-linux%3A2.8%3Ar0%3Ax86_64%3A12%3A73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7_populate_sysroot.tar.zst;downloadfilename=universal/73/da/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7_populate_sysroot.tar.zst\nDEBUG: For url file://universal/67/3b/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/3b/sstate%3Alibxext-native%3Ax86_64-linux%3A1.3.6%3Ar0%3Ax86_64%3A12%3A673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e_populate_sysroot.tar.zst;downloadfilename=universal/67/3b/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/cf/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2_create_spdx.tar.zst\nDEBUG: For url file://ff/f5/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:fff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/f5/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3Afff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b_deploy_source_date_epoch.tar.zst;downloadfilename=ff/f5/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:fff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://52/7c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/7c/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A12%3A527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6_package_write_rpm.tar.zst;downloadfilename=52/7c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '73/4e/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec_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://07/c6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406_package_write_rpm.tar.zst\nDEBUG: Using  for 3d/7e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/fd/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/52/01/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8c/cf/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/d3/00/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0_create_spdx.tar.zst\nDEBUG: For url file://73/4e/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/4e/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec_package_write_deb.tar.zst;downloadfilename=73/4e/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/dc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/7e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/33/fb/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe_populate_sysroot.tar.zst\nDEBUG: For url file://universal/52/01/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/52/01/sstate%3Alibfontenc-native%3Ax86_64-linux%3A1.1.8%3Ar0%3Ax86_64%3A12%3A5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec_recipe_qa.tar.zst;downloadfilename=universal/52/01/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec_recipe_qa.tar.zst\nDEBUG: Using  for 8c/cf/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/73/da/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/c8/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2_package.tar.zst\nDEBUG: Searching for c6/dc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3d/7e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/33/fb/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://52/7c/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/3b/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8c/cf/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/f5/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:fff5c438c0d61f8e672ba1768c926268e5cd4879b27b2e597a9f883791bbe30b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://10/ca/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f_package_write_ipk.tar.zst\nDEBUG: Searching for 0a/c8/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c6/dc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9_recipe_qa.tar.zst\nDEBUG: For url file://3d/7e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/7e/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.36%3Ar0%3Aallarch%3A12%3A3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd_create_spdx.tar.zst;downloadfilename=3d/7e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd_create_spdx.tar.zst\nDEBUG: Using  for universal/33/fb/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://68/06/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/34/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8c/cf/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2_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/40/00/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930_create_package_spdx.tar.zst\nDEBUG: Searching for 10/ca/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0a/c8/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2_package.tar.zst\nDEBUG: Testing URL file://c6/dc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/33/fb/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe_populate_sysroot.tar.zst\nDEBUG: Searching for 68/06/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9c/34/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://77/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec_package_qa.tar.zst\nDEBUG: For url file://8c/cf/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/cf/sstate%3Autfcpp%3Acore2-64-poky-linux%3A4.0.5%3Ar0%3Acore2-64%3A12%3A8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2_create_spdx.tar.zst;downloadfilename=8c/cf/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2_create_spdx.tar.zst\nDEBUG: Searching for universal/40/00/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/52/01/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec_recipe_qa.tar.zst\nDEBUG: Using  for 10/ca/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://0a/c8/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2_package.tar.zst\nDEBUG: For url ['file', '', 'c6/dc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9_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/33/fb/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 68/06/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf_recipe_qa.tar.zst\nDEBUG: Using  for 9c/34/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d7/ad/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1_populate_sysroot.tar.zst\nDEBUG: Using  for universal/40/00/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/51/16/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb_create_package_spdx.tar.zst\nDEBUG: Testing URL file://10/ca/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '0a/c8/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c6/dc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/dc/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3Ac6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9_recipe_qa.tar.zst;downloadfilename=c6/dc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9_recipe_qa.tar.zst\nDEBUG: For url file://universal/33/fb/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/fb/sstate%3Awayland-protocols-native%3Ax86_64-linux%3A1.36%3Ar0%3Ax86_64%3A12%3A33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe_populate_sysroot.tar.zst;downloadfilename=universal/33/fb/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe_populate_sysroot.tar.zst\nDEBUG: Testing URL file://68/06/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf_recipe_qa.tar.zst\nDEBUG: Testing URL file://9c/34/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28_recipe_qa.tar.zst\nDEBUG: Searching for universal/d7/ad/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3d/7e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/40/00/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930_create_package_spdx.tar.zst\nDEBUG: Searching for universal/51/16/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '10/ca/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f_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://0a/c8/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/c8/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A12%3A0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2_package.tar.zst;downloadfilename=0a/c8/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2_package.tar.zst\nDEBUG: For url ['file', '', '68/06/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf_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/34/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/d7/ad/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/20/4f/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/40/00/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/51/16/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb_create_package_spdx.tar.zst\nDEBUG: For url file://10/ca/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/ca/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A12%3A10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f_package_write_ipk.tar.zst;downloadfilename=10/ca/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f_package_write_ipk.tar.zst\nDEBUG: For url file://68/06/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/06/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf_recipe_qa.tar.zst;downloadfilename=68/06/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf_recipe_qa.tar.zst\nDEBUG: For url file://9c/34/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/34/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.1%3Ar0%3Acore2-64%3A12%3A9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28_recipe_qa.tar.zst;downloadfilename=9c/34/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/d7/ad/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1_populate_sysroot.tar.zst\nDEBUG: Searching for universal/20/4f/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/40/00/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/40/00/sstate%3Apython3-zipp-native%3Ax86_64-linux%3A3.19.2%3Ar0%3Ax86_64%3A12%3A4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930_create_package_spdx.tar.zst;downloadfilename=universal/40/00/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/51/16/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/dc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/d7/ad/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1_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/33/fb/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe_populate_sysroot.tar.zst\nDEBUG: Using  for universal/20/4f/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/51/16/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb_create_package_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/46/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/c8/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:0ac81d70595a788aee9fe77a53dd4ceb597226e63e51eaed7e483744f85769f2_package.tar.zst\nDEBUG: For url file://universal/d7/ad/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d7/ad/sstate%3Alibgpg-error-native%3Ax86_64-linux%3A1.49%3Ar0%3Ax86_64%3A12%3Ad7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1_populate_sysroot.tar.zst;downloadfilename=universal/d7/ad/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/65/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/20/4f/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86_recipe_qa.tar.zst\nDEBUG: For url file://universal/51/16/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/51/16/sstate%3Alibtirpc-native%3Ax86_64-linux%3A1.3.4%3Ar0%3Ax86_64%3A12%3A51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb_create_package_spdx.tar.zst;downloadfilename=universal/51/16/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb_create_package_spdx.tar.zst\nDEBUG: Searching for 8b/46/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/b1/38/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28_create_spdx.tar.zst\nDEBUG: Searching for b7/65/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/20/4f/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86_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://68/06/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf_recipe_qa.tar.zst\nDEBUG: Using  for 8b/46/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/34/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28_recipe_qa.tar.zst\nDEBUG: Searching for universal/b1/38/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/40/00/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930_create_package_spdx.tar.zst\nDEBUG: Using  for b7/65/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b_create_package_spdx.tar.zst\nDEBUG: For url file://universal/20/4f/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/20/4f/sstate%3Atzcode-native%3Ax86_64-linux%3A2024a%3Ar0%3Ax86_64%3A12%3A204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86_recipe_qa.tar.zst;downloadfilename=universal/20/4f/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:e4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95_package_write_ipk.tar.zst\nDEBUG: Testing URL file://8b/46/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://37/c4/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df_package_write_rpm.tar.zst\nDEBUG: Using  for universal/b1/38/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d3/4b/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b7/65/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b_create_package_spdx.tar.zst\nDEBUG: Searching for e4/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:e4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8b/46/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 37/c4/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/b1/38/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28_create_spdx.tar.zst\nDEBUG: Searching for universal/d3/4b/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/51/16/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b7/65/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e4/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:e4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95_package_write_ipk.tar.zst\nDEBUG: For url file://8b/46/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/46/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af_package_write_deb.tar.zst;downloadfilename=8b/46/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af_package_write_deb.tar.zst\nDEBUG: Using  for 37/c4/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/b1/38/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/d3/4b/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://91/6a/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475_package_write_deb.tar.zst\nDEBUG: For url file://b7/65/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/65/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A12%3Ab765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b_create_package_spdx.tar.zst;downloadfilename=b7/65/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e4/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:e4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95_package_write_ipk.tar.zst\nDEBUG: Testing URL file://37/c4/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df_package_write_rpm.tar.zst\nDEBUG: For url file://universal/b1/38/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b1/38/sstate%3Anettle-native%3Ax86_64-linux%3A3.9.1%3Ar0%3Ax86_64%3A12%3Ab13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28_create_spdx.tar.zst;downloadfilename=universal/b1/38/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/d3/4b/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 91/6a/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e4/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:e4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95_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', '', '37/c4/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df_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/20/4f/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:204f2a61b9dff1755ed6b01e6298b49e15fe8014a3a61b0605307fbd8e18fa86_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/d3/4b/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a_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 91/6a/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475_package_write_deb.tar.zst\nDEBUG: For url file://e4/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:e4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/e7/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A12%3Ae4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95_package_write_ipk.tar.zst;downloadfilename=e4/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:e4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95_package_write_ipk.tar.zst\nDEBUG: For url file://37/c4/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/c4/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.80.1%3Ar0%3Acore2-64%3A12%3A37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df_package_write_rpm.tar.zst;downloadfilename=37/c4/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://91/47/sstate:libxml-simple-perl-native::2.25:r0::12:91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/46/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8b464259cad8c2a6472e4047690a806d095e785b6cfe91ddbbbfbc0dd693e1af_package_write_deb.tar.zst\nDEBUG: For url file://universal/d3/4b/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/4b/sstate%3Apython3-wheel-native%3Ax86_64-linux%3A0.43.0%3Ar0%3Ax86_64%3A12%3Ad34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d3/4b/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://91/6a/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475_package_write_deb.tar.zst\nDEBUG: Searching for 91/47/sstate:libxml-simple-perl-native::2.25:r0::12:91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0a/81/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:0a81216e87f5a95ee8c81b7ddfd51103b68679633a60b265a2f1c561c37f7f8d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://63/ed/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/4b/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d7/ad/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '91/6a/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 91/47/sstate:libxml-simple-perl-native::2.25:r0::12:91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b1/38/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://19/92/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b_create_spdx.tar.zst\nDEBUG: Searching for 63/ed/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7d/c0/sstate:rust::1.75.0:r0::12:7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://73/ea/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7_package.tar.zst\nDEBUG: For url file://91/6a/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/6a/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A12%3A916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475_package_write_deb.tar.zst;downloadfilename=91/6a/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475_package_write_deb.tar.zst\nDEBUG: Testing URL file://91/47/sstate:libxml-simple-perl-native::2.25:r0::12:91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7f/cc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69_populate_sysroot.tar.zst\nDEBUG: Searching for 19/92/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 63/ed/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748_populate_sysroot.tar.zst\nDEBUG: Searching for 7d/c0/sstate:rust::1.75.0:r0::12:7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 73/ea/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '91/47/sstate:libxml-simple-perl-native::2.25:r0::12:91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca_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/c4/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df_package_write_rpm.tar.zst\nDEBUG: Searching for universal/7f/cc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 19/92/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b_create_spdx.tar.zst\nDEBUG: Testing URL file://63/ed/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d3/4b/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d34bd8b1fa6e92d54534fed73ccb7949b7910995a7a5f81109c96fad30079c7a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7d/c0/sstate:rust::1.75.0:r0::12:7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383_populate_lic.tar.zst\nDEBUG: Using  for 73/ea/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7_package.tar.zst\nDEBUG: For url file://91/47/sstate:libxml-simple-perl-native::2.25:r0::12:91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/47/sstate%3Alibxml-simple-perl-native%3A%3A2.25%3Ar0%3A%3A12%3A91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca_populate_lic.tar.zst;downloadfilename=91/47/sstate:libxml-simple-perl-native::2.25:r0::12:91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/ac/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57_package_write_rpm.tar.zst\nDEBUG: Using  for universal/7f/cc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69_populate_sysroot.tar.zst\nDEBUG: Testing URL file://19/92/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '63/ed/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748_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://30/5d/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242_package_write_deb.tar.zst\nDEBUG: Testing URL file://7d/c0/sstate:rust::1.75.0:r0::12:7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383_populate_lic.tar.zst\nDEBUG: Testing URL file://73/ea/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7_package.tar.zst\nDEBUG: Searching for 1b/ac/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/7f/cc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '19/92/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b_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://e7/3a/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:e73a78bf4863d6edb13c5eb8434fdacb83af716c0c8e86810bbb3a8b241d3a63_package_write_ipk.tar.zst\nDEBUG: For url file://63/ed/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/ed/sstate%3Aboost%3Acore2-64-poky-linux%3A1.85.0%3Ar0%3Acore2-64%3A12%3A63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748_populate_sysroot.tar.zst;downloadfilename=63/ed/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748_populate_sysroot.tar.zst\nDEBUG: Searching for 30/5d/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7d/c0/sstate:rust::1.75.0:r0::12:7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383_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/ea/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1b/ac/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/7f/cc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://19/92/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/92/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b_create_spdx.tar.zst;downloadfilename=19/92/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://91/6a/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:916a90eb6d1daba36f82b49bf0cce75dad8b5da77a142d8b77ffcd408e045475_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/2c/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790_create_spdx.tar.zst\nDEBUG: Using  for 30/5d/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242_package_write_deb.tar.zst\nDEBUG: For url file://7d/c0/sstate:rust::1.75.0:r0::12:7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/c0/sstate%3Arust%3A%3A1.75.0%3Ar0%3A%3A12%3A7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383_populate_lic.tar.zst;downloadfilename=7d/c0/sstate:rust::1.75.0:r0::12:7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://73/4e/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:734eec6411ec2d219c8eea56539e2e173bad149b847c367b89aac06278cf5cec_package_write_deb.tar.zst\nDEBUG: For url file://73/ea/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/ea/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.4%3Ar0%3Acore2-64%3A12%3A73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7_package.tar.zst;downloadfilename=73/ea/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7_package.tar.zst\nDEBUG: Testing URL file://1b/ac/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57_package_write_rpm.tar.zst\nDEBUG: For url file://universal/7f/cc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7f/cc/sstate%3Alibmpc-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A12%3A7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69_populate_sysroot.tar.zst;downloadfilename=universal/7f/cc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/06/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://91/47/sstate:libxml-simple-perl-native::2.25:r0::12:91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca_populate_lic.tar.zst\nDEBUG: Searching for 0b/2c/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://30/5d/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://18/e4/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1b/ac/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57_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/06/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://52/7d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20_package.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/cf/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2_create_spdx.tar.zst\nDEBUG: Using  for 0b/2c/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790_create_spdx.tar.zst\nDEBUG: For url ['file', '', '30/5d/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 18/e4/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1b/ac/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/ac/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57_package_write_rpm.tar.zst;downloadfilename=1b/ac/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://63/ed/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:63ed88002c128a61afedd22316fdf8d09d5222b9d5f9936f7e84408514f0c748_populate_sysroot.tar.zst\nDEBUG: Using  for c5/06/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797_create_package_spdx.tar.zst\nDEBUG: Searching for 52/7d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2f/5d/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4_package_qa.tar.zst\nDEBUG: Testing URL file://0b/2c/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790_create_spdx.tar.zst\nDEBUG: For url file://30/5d/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/5d/sstate%3Arust%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242_package_write_deb.tar.zst;downloadfilename=30/5d/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242_package_write_deb.tar.zst\nDEBUG: Using  for 18/e4/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/c0/sstate:rust::1.75.0:r0::12:7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://21/1b/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72_package_qa.tar.zst\nDEBUG: Testing URL file://c5/06/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797_create_package_spdx.tar.zst\nDEBUG: Using  for 52/7d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20_package.tar.zst\nDEBUG: Searching for 2f/5d/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0b/2c/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://18/e4/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://13/88/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7f/cc/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:7fccf9a72a22217cf0e061daba803e5ee113ab1147e5de00b1feeaee3dde3a69_populate_sysroot.tar.zst\nDEBUG: Searching for 21/1b/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c5/06/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://52/7d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20_package.tar.zst\nDEBUG: Using  for 2f/5d/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4_package_qa.tar.zst\nDEBUG: For url file://0b/2c/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/2c/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.9.0%3Ar0%3Acore2-64%3A12%3A0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790_create_spdx.tar.zst;downloadfilename=0b/2c/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790_create_spdx.tar.zst\nDEBUG: For url ['file', '', '18/e4/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 13/88/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://41/04/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8_package_write_ipk.tar.zst\nDEBUG: Using  for 21/1b/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72_package_qa.tar.zst\nDEBUG: For url file://c5/06/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/06/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Ac506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797_create_package_spdx.tar.zst;downloadfilename=c5/06/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '52/7d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2f/5d/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4_package_qa.tar.zst\nDEBUG: For url file://18/e4/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/e4/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da_create_spdx.tar.zst;downloadfilename=18/e4/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da_create_spdx.tar.zst\nDEBUG: Using  for 13/88/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/ac/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57_package_write_rpm.tar.zst\nDEBUG: Searching for 41/04/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://21/1b/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72_package_qa.tar.zst\nDEBUG: For url file://52/7d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/7d/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A12%3A527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20_package.tar.zst;downloadfilename=52/7d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20_package.tar.zst\nDEBUG: For url ['file', '', '2f/5d/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4_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://19/92/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b_create_spdx.tar.zst\nDEBUG: Testing URL file://13/88/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/4f/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:ad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5_package_write_deb.tar.zst\nDEBUG: Using  for 41/04/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '21/1b/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72_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/5d/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/5d/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3A2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4_package_qa.tar.zst;downloadfilename=2f/5d/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e4/04/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '13/88/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ad/4f/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:ad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://41/04/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8_package_write_ipk.tar.zst\nDEBUG: For url file://21/1b/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/1b/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A12%3A211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72_package_qa.tar.zst;downloadfilename=21/1b/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72_package_qa.tar.zst\nDEBUG: Searching for universal/e4/04/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://13/88/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/88/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.1%3Ar0%3Acore2-64%3A12%3A138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a_package_write_rpm.tar.zst;downloadfilename=13/88/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a_package_write_rpm.tar.zst\nDEBUG: Using  for ad/4f/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:ad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '41/04/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/e4/04/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b_recipe_qa.tar.zst\nDEBUG: Testing URL file://ad/4f/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:ad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5_package_write_deb.tar.zst\nDEBUG: For url file://41/04/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/04/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A12%3A4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8_package_write_ipk.tar.zst;downloadfilename=41/04/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://52/7d/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:527d1277d62e0f20e91a9ff479ea8c54bd18707fca9793c4f7d6d1fa97309c20_package.tar.zst\nDEBUG: Testing URL file://universal/e4/04/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://10/ca/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:10cadbedf29e5ad5775d7305dfdc8e265014df2cb8ecd083681c06ab8174b48f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ad/4f/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:ad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5_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://64/6d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://30/5d/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:305d14bd79eb613f6f1f24d72c529407fe535f9b9365942721731115849a1242_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/5d/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/e4/04/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b_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/ff/8f/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://21/1b/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72_package_qa.tar.zst\nDEBUG: For url file://ad/4f/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:ad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/4f/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.8%3Ar0%3Acore2-64%3A12%3Aad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5_package_write_deb.tar.zst;downloadfilename=ad/4f/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:ad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5_package_write_deb.tar.zst\nDEBUG: Searching for 64/6d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9f/f4/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/96/5d/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98_recipe_qa.tar.zst\nDEBUG: For url file://universal/e4/04/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e4/04/sstate%3Alibxml-parser-perl-native%3Ax86_64-linux%3A2.47%3Ar0%3Ax86_64%3A12%3Ae4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b_recipe_qa.tar.zst;downloadfilename=universal/e4/04/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b_recipe_qa.tar.zst\nDEBUG: Searching for universal/ff/8f/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://67/a9/sstate:dtc-native::1.7.0:r0::12:67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244_populate_lic.tar.zst\nDEBUG: Using  for 64/6d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4_populate_sysroot.tar.zst\nDEBUG: Searching for 9f/f4/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/96/5d/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0b/2c/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790_create_spdx.tar.zst\nDEBUG: Using  for universal/ff/8f/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed_create_package_spdx.tar.zst\nDEBUG: Searching for 67/a9/sstate:dtc-native::1.7.0:r0::12:67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://64/6d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4_populate_sysroot.tar.zst\nDEBUG: Using  for 9f/f4/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/96/5d/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/1d/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/ff/8f/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed_create_package_spdx.tar.zst\nDEBUG: Using  for 67/a9/sstate:dtc-native::1.7.0:r0::12:67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244_populate_lic.tar.zst\nDEBUG: For url ['file', '', '64/6d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9f/f4/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/96/5d/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98_recipe_qa.tar.zst\nDEBUG: Searching for 4d/1d/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ff/8f/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://67/a9/sstate:dtc-native::1.7.0:r0::12:67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244_populate_lic.tar.zst\nDEBUG: For url file://64/6d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/6d/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A12%3A646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4_populate_sysroot.tar.zst;downloadfilename=64/6d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9f/f4/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808_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/96/5d/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4d/1d/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e_recipe_qa.tar.zst\nDEBUG: For url file://universal/ff/8f/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ff/8f/sstate%3Agtk%2B3-native%3Ax86_64-linux%3A3.24.42%3Ar0%3Ax86_64%3A12%3Aff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed_create_package_spdx.tar.zst;downloadfilename=universal/ff/8f/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '67/a9/sstate:dtc-native::1.7.0:r0::12:67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244_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/f4/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/f4/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808_deploy_source_date_epoch.tar.zst;downloadfilename=9f/f4/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/96/5d/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/96/5d/sstate%3Anettle-native%3Ax86_64-linux%3A3.9.1%3Ar0%3Ax86_64%3A12%3A965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98_recipe_qa.tar.zst;downloadfilename=universal/96/5d/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98_recipe_qa.tar.zst\nDEBUG: Testing URL file://4d/1d/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e_recipe_qa.tar.zst\nDEBUG: For url file://67/a9/sstate:dtc-native::1.7.0:r0::12:67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/a9/sstate%3Adtc-native%3A%3A1.7.0%3Ar0%3A%3A12%3A67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244_populate_lic.tar.zst;downloadfilename=67/a9/sstate:dtc-native::1.7.0:r0::12:67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e4/04/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4d/1d/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e_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/e0/f9/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://64/6d/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4_populate_sysroot.tar.zst\nDEBUG: For url file://4d/1d/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/1d/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e_recipe_qa.tar.zst;downloadfilename=4d/1d/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://18/e4/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da_create_spdx.tar.zst\nDEBUG: Searching for universal/e0/f9/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a0/2b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ff/8f/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8d/9c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30_recipe_qa.tar.zst\nDEBUG: Using  for universal/e0/f9/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288_recipe_qa.tar.zst\nDEBUG: Searching for a0/2b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/96/5d/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/3b/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2_recipe_qa.tar.zst\nDEBUG: Searching for universal/8d/9c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9f/f4/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:9ff4289f0555d3996dea319c2824f2b3d1ea32dc7b6f63457ff490305eed0808_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e0/f9/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288_recipe_qa.tar.zst\nDEBUG: Using  for a0/2b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/61/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:b061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c_populate_sysroot.tar.zst\nDEBUG: Searching for 3f/3b/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/8d/9c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://61/2a/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/e0/f9/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a0/2b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://67/a9/sstate:dtc-native::1.7.0:r0::12:67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244_populate_lic.tar.zst\nDEBUG: Searching for b0/61/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:b061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3f/3b/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/8d/9c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30_recipe_qa.tar.zst\nDEBUG: Searching for 61/2a/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/e0/f9/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/f9/sstate%3Areadline-native%3Ax86_64-linux%3A8.2%3Ar0%3Ax86_64%3A12%3Ae0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288_recipe_qa.tar.zst;downloadfilename=universal/e0/f9/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a0/2b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a_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://c9/bc/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577_create_package_spdx.tar.zst\nDEBUG: Using  for b0/61/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:b061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3f/3b/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/8d/9c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 61/2a/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/1d/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e_recipe_qa.tar.zst\nDEBUG: For url file://a0/2b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/2b/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A12%3Aa02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a_package_write_rpm.tar.zst;downloadfilename=a0/2b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a_package_write_rpm.tar.zst\nDEBUG: Searching for c9/bc/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b0/61/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:b061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3f/3b/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2_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/8d/9c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8d/9c/sstate%3Alibxxf86vm-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A12%3A8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30_recipe_qa.tar.zst;downloadfilename=universal/8d/9c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30_recipe_qa.tar.zst\nDEBUG: Testing URL file://61/2a/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/73/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2_create_spdx.tar.zst\nDEBUG: Using  for c9/bc/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b0/61/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:b061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c_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/3b/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/3b/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2_recipe_qa.tar.zst;downloadfilename=3f/3b/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://41/04/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:4104278227cb0bd91be56ba3d265e50e9f455ce807d68f9ba4fbe075acea33f8_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '61/2a/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2b/73/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c9/bc/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/06/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/65/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b_create_package_spdx.tar.zst\nDEBUG: For url file://b0/61/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:b061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/61/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3Ab061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c_populate_sysroot.tar.zst;downloadfilename=b0/61/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:b061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e0/f9/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://08/ef/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707_package_write_rpm.tar.zst\nDEBUG: For url file://61/2a/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/2a/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.26.0%3Ar0%3Acore2-64%3A12%3A612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6_package_write_ipk.tar.zst;downloadfilename=61/2a/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6_package_write_ipk.tar.zst\nDEBUG: Using  for 2b/73/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c9/bc/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577_create_package_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://03/ff/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://73/fa/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/2b/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://13/ec/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7_populate_sysroot.tar.zst\nDEBUG: Searching for 08/ef/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/8d/9c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30_recipe_qa.tar.zst\nDEBUG: Testing URL file://2b/73/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2_create_spdx.tar.zst\nDEBUG: For url file://c9/bc/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/bc/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3Ac9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577_create_package_spdx.tar.zst;downloadfilename=c9/bc/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/3b/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2_recipe_qa.tar.zst\nDEBUG: Searching for 03/ff/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 73/fa/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://74/39/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574_recipe_qa.tar.zst\nDEBUG: Searching for 13/ec/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 08/ef/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/a1/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:a6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2b/73/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2_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://20/6d/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/61/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:b061b4ed97a2e77f29051f208c28e0fcaa60ca21665fd5e4d1d5a2939222264c_populate_sysroot.tar.zst\nDEBUG: Using  for 03/ff/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 73/fa/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a_populate_sysroot.tar.zst\nDEBUG: Searching for 74/39/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 13/ec/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://08/ef/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707_package_write_rpm.tar.zst\nDEBUG: Searching for a6/a1/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:a6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2b/73/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/73/sstate%3Axxhash%3Acore2-64-poky-linux%3A0.8.2%3Ar0%3Acore2-64%3A12%3A2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2_create_spdx.tar.zst;downloadfilename=2b/73/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2_create_spdx.tar.zst\nDEBUG: Searching for 20/6d/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://15/5d/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://03/ff/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://73/fa/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a_populate_sysroot.tar.zst\nDEBUG: Using  for 74/39/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574_recipe_qa.tar.zst\nDEBUG: Testing URL file://13/ec/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '08/ef/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a6/a1/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:a6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://61/2a/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:612abc9e881e302f7bda1f7dd9c5a74a1280bd4f847282a2568f34c1f4d973c6_package_write_ipk.tar.zst\nDEBUG: Using  for 20/6d/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628_package_write_deb.tar.zst\nDEBUG: Searching for 15/5d/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '03/ff/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1_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/fa/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a_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/39/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '13/ec/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7_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/ef/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/ef/sstate%3Altp%3Acore2-64-poky-linux%3A20240524%3Ar0%3Acore2-64%3A12%3A08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707_package_write_rpm.tar.zst;downloadfilename=08/ef/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a6/a1/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:a6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/a7/sstate:kern-tools-native::0.3+git:r0::12:7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5_populate_lic.tar.zst\nDEBUG: Testing URL file://20/6d/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628_package_write_deb.tar.zst\nDEBUG: Using  for 15/5d/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e_populate_sysroot.tar.zst\nDEBUG: For url file://03/ff/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/ff/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1_deploy_source_date_epoch.tar.zst;downloadfilename=03/ff/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://73/fa/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/fa/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a_populate_sysroot.tar.zst;downloadfilename=73/fa/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '74/39/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574_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/ec/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/ec/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7_populate_sysroot.tar.zst;downloadfilename=13/ec/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a6/a1/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:a6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a_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 7d/a7/sstate:kern-tools-native::0.3+git:r0::12:7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '20/6d/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628_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://15/5d/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e_populate_sysroot.tar.zst\nDEBUG: For url file://74/39/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/39/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574_recipe_qa.tar.zst;downloadfilename=74/39/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574_recipe_qa.tar.zst\nDEBUG: For url file://a6/a1/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:a6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/a1/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A12%3Aa6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a_deploy_source_date_epoch.tar.zst;downloadfilename=a6/a1/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:a6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7d/a7/sstate:kern-tools-native::0.3+git:r0::12:7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5_populate_lic.tar.zst\nDEBUG: For url file://20/6d/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/6d/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A12%3A206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628_package_write_deb.tar.zst;downloadfilename=20/6d/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '15/5d/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7d/a7/sstate:kern-tools-native::0.3+git:r0::12:7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://03/ff/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:03ffceb3457b606ca2d70120c4c5069fa3e75de7370c0a7c488525d6ac1513f1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://15/5d/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/5d/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e_populate_sysroot.tar.zst;downloadfilename=15/5d/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7d/a7/sstate:kern-tools-native::0.3+git:r0::12:7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5_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://2b/24/sstate:python3-setuptools-scm-native::8.1.0:r0::12:2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4_populate_lic.tar.zst\nDEBUG: For url file://7d/a7/sstate:kern-tools-native::0.3+git:r0::12:7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/a7/sstate%3Akern-tools-native%3A%3A0.3%2Bgit%3Ar0%3A%3A12%3A7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5_populate_lic.tar.zst;downloadfilename=7d/a7/sstate:kern-tools-native::0.3+git:r0::12:7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://13/ec/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:13ec43475b033e6a5ec38df27bce2255b353d63bc6eccf9fc0f626221d63d5c7_populate_sysroot.tar.zst\nDEBUG: Searching for 2b/24/sstate:python3-setuptools-scm-native::8.1.0:r0::12:2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e4/e7/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:e4e7b5342b7f68cd90d7fac0ef85de267b2ff7c4c0cfdcf6fde9fb826b91ae95_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/a1/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:a6a120e57b155d02e04088c9784b54bebd36617697e1cf6e2ef87d9c1ac1517a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://74/39/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/4f/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:ad4f4f9e3571112ce557dfd30dc7fcd9aaff13a32201eb55dc8b90797900ecf5_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://22/ef/sstate:perlcross-native::1.5.2:r0::12:22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620_populate_lic.tar.zst\nDEBUG: Using  for 2b/24/sstate:python3-setuptools-scm-native::8.1.0:r0::12:2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://08/ef/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/5d/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/7c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/1c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/e0/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40_packagedata.tar.zst\nDEBUG: Searching for 22/ef/sstate:perlcross-native::1.5.2:r0::12:22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2b/24/sstate:python3-setuptools-scm-native::8.1.0:r0::12:2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/c9/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582_create_package_spdx.tar.zst\nDEBUG: Searching for ee/5d/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 35/7c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2d/1c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7a/e0/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 22/ef/sstate:perlcross-native::1.5.2:r0::12:22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2b/24/sstate:python3-setuptools-scm-native::8.1.0:r0::12:2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/dd/c9/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ee/5d/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017_recipe_qa.tar.zst\nDEBUG: Using  for 35/7c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a_create_package_spdx.tar.zst\nDEBUG: Using  for 2d/1c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0_package.tar.zst\nDEBUG: Using  for 7a/e0/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://15/5d/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:155d05cc42a3e793a39ccf0d5737cd39ca795172fadcb8924c6229e0a61cb66e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/a7/sstate:kern-tools-native::0.3+git:r0::12:7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5_populate_lic.tar.zst\nDEBUG: Testing URL file://22/ef/sstate:perlcross-native::1.5.2:r0::12:22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620_populate_lic.tar.zst\nDEBUG: For url file://2b/24/sstate:python3-setuptools-scm-native::8.1.0:r0::12:2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/24/sstate%3Apython3-setuptools-scm-native%3A%3A8.1.0%3Ar0%3A%3A12%3A2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4_populate_lic.tar.zst;downloadfilename=2b/24/sstate:python3-setuptools-scm-native::8.1.0:r0::12:2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4_populate_lic.tar.zst\nDEBUG: Using  for universal/dd/c9/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ee/5d/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017_recipe_qa.tar.zst\nDEBUG: Testing URL file://35/7c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2d/1c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0_package.tar.zst\nDEBUG: Testing URL file://7a/e0/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://32/78/sstate:pixman-native::0.42.2:r0::12:327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://60/9f/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12_package.tar.zst\nDEBUG: For url ['file', '', '22/ef/sstate:perlcross-native::1.5.2:r0::12:22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620_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/dd/c9/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ee/5d/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017_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/7c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a_create_package_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://c9/bc/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/1c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7a/e0/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 32/78/sstate:pixman-native::0.42.2:r0::12:327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 60/9f/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://22/ef/sstate:perlcross-native::1.5.2:r0::12:22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/ef/sstate%3Aperlcross-native%3A%3A1.5.2%3Ar0%3A%3A12%3A22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620_populate_lic.tar.zst;downloadfilename=22/ef/sstate:perlcross-native::1.5.2:r0::12:22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/dd/c9/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ee/5d/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/5d/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.22.4%3Ar0%3Acore2-64%3A12%3Aee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017_recipe_qa.tar.zst;downloadfilename=ee/5d/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017_recipe_qa.tar.zst\nDEBUG: For url file://35/7c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/7c/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a_create_package_spdx.tar.zst;downloadfilename=35/7c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/d2/sstate:python3-toml::0.10.2:r0::12:1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61_populate_lic.tar.zst\nDEBUG: For url file://2d/1c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/1c/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0_package.tar.zst;downloadfilename=2d/1c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0_package.tar.zst\nDEBUG: For url file://7a/e0/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/e0/sstate%3Atzdata%3Aall-poky-linux%3A2024a%3Ar0%3Aallarch%3A12%3A7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40_packagedata.tar.zst;downloadfilename=7a/e0/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40_packagedata.tar.zst\nDEBUG: Using  for 32/78/sstate:pixman-native::0.42.2:r0::12:327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3_populate_lic.tar.zst\nDEBUG: Using  for 60/9f/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12_package.tar.zst\nDEBUG: For url file://universal/dd/c9/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/c9/sstate%3Awayland-protocols-native%3Ax86_64-linux%3A1.36%3Ar0%3Ax86_64%3A12%3Addc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582_create_package_spdx.tar.zst;downloadfilename=universal/dd/c9/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582_create_package_spdx.tar.zst\nDEBUG: Searching for 1e/d2/sstate:python3-toml::0.10.2:r0::12:1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2b/24/sstate:python3-setuptools-scm-native::8.1.0:r0::12:2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://13/88/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://32/78/sstate:pixman-native::0.42.2:r0::12:327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3_populate_lic.tar.zst\nDEBUG: Testing URL file://60/9f/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12_package.tar.zst\nDEBUG: Using  for 1e/d2/sstate:python3-toml::0.10.2:r0::12:1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://22/ef/sstate:perlcross-native::1.5.2:r0::12:22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/0a/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://24/9a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/5d/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '32/78/sstate:pixman-native::0.42.2:r0::12:327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '60/9f/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1e/d2/sstate:python3-toml::0.10.2:r0::12:1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://63/22/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702_package_write_rpm.tar.zst\nDEBUG: Searching for c5/0a/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 24/9a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a6/2b/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1_create_package_spdx.tar.zst\nDEBUG: For url file://32/78/sstate:pixman-native::0.42.2:r0::12:327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/78/sstate%3Apixman-native%3A%3A0.42.2%3Ar0%3A%3A12%3A327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3_populate_lic.tar.zst;downloadfilename=32/78/sstate:pixman-native::0.42.2:r0::12:327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3_populate_lic.tar.zst\nDEBUG: For url file://60/9f/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/9f/sstate%3Acurl%3Acore2-64-poky-linux%3A8.8.0%3Ar0%3Acore2-64%3A12%3A609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12_package.tar.zst;downloadfilename=60/9f/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12_package.tar.zst\nDEBUG: For url ['file', '', '1e/d2/sstate:python3-toml::0.10.2:r0::12:1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 63/22/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c5/0a/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/e0/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40_packagedata.tar.zst\nDEBUG: Using  for 24/9a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/1c/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2d1c09a83cad80abb8de83eaaf95685f6ac7c7c590887b462c229f0d356701d0_package.tar.zst\nDEBUG: Searching for a6/2b/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/dd/c9/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582_create_package_spdx.tar.zst\nDEBUG: For url file://1e/d2/sstate:python3-toml::0.10.2:r0::12:1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/d2/sstate%3Apython3-toml%3A%3A0.10.2%3Ar0%3A%3A12%3A1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61_populate_lic.tar.zst;downloadfilename=1e/d2/sstate:python3-toml::0.10.2:r0::12:1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61_populate_lic.tar.zst\nDEBUG: Using  for 63/22/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c5/0a/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/6b/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801_package_qa.tar.zst\nDEBUG: Testing URL file://24/9a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/cd/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d_package_write_deb.tar.zst\nDEBUG: Using  for a6/2b/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/46/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042_create_package_spdx.tar.zst\nDEBUG: Testing URL file://63/22/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c5/0a/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2f/6b/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '24/9a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2a/cd/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a6/2b/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1_create_package_spdx.tar.zst\nDEBUG: Searching for fa/46/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '63/22/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702_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/78/sstate:pixman-native::0.42.2:r0::12:327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3_populate_lic.tar.zst\nDEBUG: For url file://c5/0a/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/0a/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.2%3Ar0%3Acore2-64%3A12%3Ac50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691_packagedata.tar.zst;downloadfilename=c5/0a/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691_packagedata.tar.zst\nDEBUG: Using  for 2f/6b/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801_package_qa.tar.zst\nDEBUG: For url file://24/9a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/9a/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1_package_write_deb.tar.zst;downloadfilename=24/9a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1_package_write_deb.tar.zst\nDEBUG: Using  for 2a/cd/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'a6/2b/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fa/46/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://60/9f/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:609fa51978a983363dfce256f54f06cb49559c15b492d7534cdb515cdc440f12_package.tar.zst\nDEBUG: For url file://63/22/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/22/sstate%3Amesa%3Acore2-64-poky-linux%3A24.0.7%3Ar0%3Acore2-64%3A12%3A632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702_package_write_rpm.tar.zst;downloadfilename=63/22/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/08/9e/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2f/6b/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801_package_qa.tar.zst\nDEBUG: Testing URL file://2a/cd/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d_package_write_deb.tar.zst\nDEBUG: For url file://a6/2b/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/2b/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A24.1%3Ar0%3Acore2-64%3A12%3Aa62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1_create_package_spdx.tar.zst;downloadfilename=a6/2b/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://fa/46/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst\nDEBUG: Searching for universal/08/9e/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2f/6b/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2a/cd/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d_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', '', 'fa/46/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/08/9e/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424_populate_sysroot.tar.zst\nDEBUG: For url file://2f/6b/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/6b/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A12%3A2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801_package_qa.tar.zst;downloadfilename=2f/6b/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801_package_qa.tar.zst\nDEBUG: For url file://2a/cd/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/cd/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A12%3A2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d_package_write_deb.tar.zst;downloadfilename=2a/cd/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d_package_write_deb.tar.zst\nDEBUG: For url file://fa/46/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/46/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3Afa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042_create_package_spdx.tar.zst;downloadfilename=fa/46/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042_create_package_spdx.tar.zst\nDEBUG: Using  for f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst\nDEBUG: Testing URL file://universal/08/9e/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/73/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2_create_spdx.tar.zst\nDEBUG: Testing URL file://f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst\nDEBUG: SState: Successful fetch test for file://20/6d/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:206dfdc72755d79cb90c8f4e0d8ffcc47a5b0f96df5c41d411c0c8f329d94628_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/08/9e/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424_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://13/82/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://63/22/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.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/d2/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf_package.tar.zst\nDEBUG: For url file://universal/08/9e/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/9e/sstate%3Asqlite3-native%3Ax86_64-linux%3A3.45.3%3Ar0%3Ax86_64%3A12%3A089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424_populate_sysroot.tar.zst;downloadfilename=universal/08/9e/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424_populate_sysroot.tar.zst\nDEBUG: Searching for 13/82/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/a0/71/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:a071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/65/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Af065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst;downloadfilename=f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst\nDEBUG: Searching for 6d/d2/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 13/82/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323_create_spdx.tar.zst\nDEBUG: Searching for universal/a0/71/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:a071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2f/6b/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://73/fa/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:73fa982707785d51f8d63d2280b85910fb0b49cdd436665d4da4ccde2ac8397a_populate_sysroot.tar.zst\nDEBUG: Using  for 6d/d2/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf_package.tar.zst\nDEBUG: Testing URL file://13/82/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/0a/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691_packagedata.tar.zst\nDEBUG: Using  for universal/a0/71/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:a071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8a/61/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef_recipe_qa.tar.zst\nDEBUG: Testing URL file://6d/d2/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf_package.tar.zst\nDEBUG: For url ['file', '', '13/82/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323_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://2b/9f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/a0/71/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:a071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3b/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/8a/61/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6d/d2/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://13/82/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/82/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323_create_spdx.tar.zst;downloadfilename=13/82/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323_create_spdx.tar.zst\nDEBUG: Searching for 2b/9f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/a0/71/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:a071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353_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 3b/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1_package_write_ipk.tar.zst\nDEBUG: Using  for universal/8a/61/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef_recipe_qa.tar.zst\nDEBUG: For url file://6d/d2/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/d2/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf_package.tar.zst;downloadfilename=6d/d2/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf_package.tar.zst\nDEBUG: Using  for 2b/9f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783_package_write_ipk.tar.zst\nDEBUG: For url file://universal/a0/71/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:a071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/71/sstate%3Areadline-native%3Ax86_64-linux%3A8.2%3Ar0%3Ax86_64%3A12%3Aa071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a0/71/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:a071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/2b/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://3b/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/9e/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/d2/sstate:python3-toml::0.10.2:r0::12:1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/8a/61/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef_recipe_qa.tar.zst\nDEBUG: Testing URL file://2b/9f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8c/e6/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3b/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1_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://7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://04/fe/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b_package.tar.zst\nDEBUG: For url ['file', '', 'universal/8a/61/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2b/9f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/8c/e6/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3b/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/ee/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1_package_write_ipk.tar.zst;downloadfilename=3b/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1_package_write_ipk.tar.zst\nDEBUG: Searching for 7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 04/fe/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/8a/61/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8a/61/sstate%3Aglslang-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3A8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef_recipe_qa.tar.zst;downloadfilename=universal/8a/61/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef_recipe_qa.tar.zst\nDEBUG: For url file://2b/9f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/9f/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783_package_write_ipk.tar.zst;downloadfilename=2b/9f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783_package_write_ipk.tar.zst\nDEBUG: Using  for universal/8c/e6/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3_create_spdx.tar.zst\nDEBUG: Using  for 7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 04/fe/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/d2/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:6dd2cf04d2c8a62bf0b1040deeddbc95684c6a8d144a8296d17ce2778268d2cf_package.tar.zst\nDEBUG: Testing URL file://universal/8c/e6/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/71/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:a071a218c80b495faca5997d6bdf9ea55d75e3c75f7d624938baf1d7dd8a6353_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://04/fe/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/39/2f/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/8c/e6/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3_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://a6/7c/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48_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/fe/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/39/2f/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/8c/e6/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8c/e6/sstate%3Apango-native%3Ax86_64-linux%3A1.52.2%3Ar0%3Ax86_64%3A12%3A8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3_create_spdx.tar.zst;downloadfilename=universal/8c/e6/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3_create_spdx.tar.zst\nDEBUG: Searching for a6/7c/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/0f/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48_deploy_source_date_epoch.tar.zst;downloadfilename=7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://04/fe/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/fe/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b_package.tar.zst;downloadfilename=04/fe/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b_package.tar.zst\nDEBUG: Using  for universal/39/2f/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a6/7c/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/39/2f/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8a/61/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:8a6144ea97c806f818ab15ff460953b131d3d7e571230b32581b900eb5783fef_recipe_qa.tar.zst\nDEBUG: Testing URL file://a6/7c/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/39/2f/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb_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://b1/da/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'a6/7c/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/39/2f/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/2f/sstate%3Apython3-hatchling-native%3Ax86_64-linux%3A1.24.2%3Ar0%3Ax86_64%3A12%3A392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb_deploy_source_date_epoch.tar.zst;downloadfilename=universal/39/2f/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b1/da/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a6/7c/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/7c/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.5%3Ar0%3Acore2-64%3A12%3Aa67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305_create_package_spdx.tar.zst;downloadfilename=a6/7c/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305_create_package_spdx.tar.zst\nDEBUG: Using  for b1/da/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7_package_write_ipk.tar.zst\nDEBUG: Testing URL file://b1/da/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8c/e6/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b1/da/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7_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://7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f14129a5ff9dd52f0d51677554ea4d221086a46e727c801cfd2f574140b48_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d6/ea/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:d6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b1/da/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/da/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A12%3Ab1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7_package_write_ipk.tar.zst;downloadfilename=b1/da/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b5/f0/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://04/fe/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:04fe7879cf47591979c9b7fcf5dfb8d55c4158d10f6ad137fb47aa61ddc81d6b_package.tar.zst\nDEBUG: Searching for universal/d6/ea/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:d6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/b5/f0/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://95/4b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586_package_qa.tar.zst\nDEBUG: Using  for universal/d6/ea/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:d6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/b5/f0/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5_recipe_qa.tar.zst\nDEBUG: Searching for 95/4b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/d6/ea/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:d6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b5/f0/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5_recipe_qa.tar.zst\nDEBUG: Using  for 95/4b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/d6/ea/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:d6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29_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/b5/f0/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5_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/39/2f/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:392f2f11a583aaa9a09409affab8ac626abc511747c44ad61b2d8b9263e0c8eb_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://95/4b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586_package_qa.tar.zst\nDEBUG: For url file://universal/d6/ea/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:d6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d6/ea/sstate%3Azlib-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A12%3Ad6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d6/ea/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:d6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/b5/f0/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b5/f0/sstate%3Apython3-typing-extensions-native%3Ax86_64-linux%3A4.12.2%3Ar0%3Ax86_64%3A12%3Ab5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5_recipe_qa.tar.zst;downloadfilename=universal/b5/f0/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://03/29/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba_packagedata.tar.zst\nDEBUG: For url ['file', '', '95/4b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 03/29/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://95/4b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/4b/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A12%3A954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586_package_qa.tar.zst;downloadfilename=95/4b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/da/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1da70344ee36a658d2063e326ff7ae3172b939ed5311441e22800467f36b3b7_package_write_ipk.tar.zst\nDEBUG: Using  for 03/29/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/67/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://03/29/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba_packagedata.tar.zst\nDEBUG: Searching for universal/dd/67/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '03/29/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/dd/67/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6_populate_sysroot.tar.zst\nDEBUG: For url file://03/29/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/29/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A12%3A03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba_packagedata.tar.zst;downloadfilename=03/29/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba_packagedata.tar.zst\nDEBUG: Testing URL file://universal/dd/67/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/dd/67/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6_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/67/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/67/sstate%3Afreetype-native%3Ax86_64-linux%3A2.13.2%3Ar0%3Ax86_64%3A12%3Add6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6_populate_sysroot.tar.zst;downloadfilename=universal/dd/67/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b5/f0/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d6/ea/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:d6ea0497768d87e9ac733087d1b97e776432d01a945f5ae175a78732ea7cac29_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://75/d7/sstate:readline-native::8.2:r0::12:75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://19/e2/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542_packagedata.tar.zst\nDEBUG: Searching for 75/d7/sstate:readline-native::8.2:r0::12:75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 19/e2/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 75/d7/sstate:readline-native::8.2:r0::12:75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e_populate_lic.tar.zst\nDEBUG: Using  for 19/e2/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542_packagedata.tar.zst\nDEBUG: Testing URL file://75/d7/sstate:readline-native::8.2:r0::12:75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e_populate_lic.tar.zst\nDEBUG: Testing URL file://19/e2/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542_packagedata.tar.zst\nDEBUG: For url ['file', '', '75/d7/sstate:readline-native::8.2:r0::12:75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e_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/e2/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://75/d7/sstate:readline-native::8.2:r0::12:75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/d7/sstate%3Areadline-native%3A%3A8.2%3Ar0%3A%3A12%3A75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e_populate_lic.tar.zst;downloadfilename=75/d7/sstate:readline-native::8.2:r0::12:75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e_populate_lic.tar.zst\nDEBUG: For url file://19/e2/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/e2/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A12%3A19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542_packagedata.tar.zst;downloadfilename=19/e2/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://03/29/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/9f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:2b9f793ced7c8a3c0994007720a433130a352a9a36f5471f1b49476b469fb783_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/67/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/3e/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/21/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/d5/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe_recipe_qa.tar.zst\nDEBUG: Searching for d5/3e/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2d/21/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0b/d5/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d5/3e/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2d/21/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70_create_package_spdx.tar.zst\nDEBUG: Using  for 0b/d5/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe_recipe_qa.tar.zst\nDEBUG: Testing URL file://d5/3e/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2d/21/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70_create_package_spdx.tar.zst\nDEBUG: Testing URL file://0b/d5/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd5/3e/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e_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', '', '2d/21/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0b/d5/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d5/3e/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/3e/sstate%3Astrace%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3Ad53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e_deploy_source_date_epoch.tar.zst;downloadfilename=d5/3e/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2d/21/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/21/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70_create_package_spdx.tar.zst;downloadfilename=2d/21/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70_create_package_spdx.tar.zst\nDEBUG: For url file://0b/d5/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/d5/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.2%3Ar0%3Acore2-64%3A12%3A0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe_recipe_qa.tar.zst;downloadfilename=0b/d5/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://75/d7/sstate:readline-native::8.2:r0::12:75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://19/e2/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://95/4b/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://84/52/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/55/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://26/1c/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d_package_write_ipk.tar.zst\nDEBUG: Searching for 84/52/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d7/55/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: checkstatus: trying again\nDEBUG: Searching for 26/1c/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 84/52/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65_package.tar.zst\nDEBUG: Using  for d7/55/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75_recipe_qa.tar.zst\nDEBUG: Using  for 26/1c/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://84/52/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65_package.tar.zst\nDEBUG: SState: Successful fetch test for file://24/9a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:249a5758a63daa4ad2762ebaec80f475dc22c1cdb09d41a3e7a039c05836f5f1_package_write_deb.tar.zst\nDEBUG: Testing URL file://d7/55/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75_recipe_qa.tar.zst\nDEBUG: Testing URL file://26/1c/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '84/52/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65_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://1c/70/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd7/55/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '26/1c/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d_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://84/52/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/52/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.6.2%3Ar0%3Acore2-64%3A12%3A84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65_package.tar.zst;downloadfilename=84/52/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65_package.tar.zst\nDEBUG: Searching for 1c/70/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0b/d5/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/3e/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d53e498236c2058cb65e56c061ccad49a561ef15ebcbea2eab64cf2ac531de2e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d7/55/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/55/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3Ad755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75_recipe_qa.tar.zst;downloadfilename=d7/55/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75_recipe_qa.tar.zst\nDEBUG: For url file://26/1c/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/1c/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.1%3Ar0%3Acore2-64%3A12%3A261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d_package_write_ipk.tar.zst;downloadfilename=26/1c/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d_package_write_ipk.tar.zst\nDEBUG: Using  for 1c/70/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/b6/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://78/d9/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e_package_write_rpm.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst: HTTP Error 404: Not Found\nDEBUG: Testing URL file://1c/70/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e_packagedata.tar.zst\nDEBUG: Searching for 8e/b6/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 78/d9/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2a/cd/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:2acd1f615ec2d36e4cc081115b4981b00d1b813d745e89229c3fd3c23720d43d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '1c/70/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e_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://f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst (FetchError(\"URL doesn't work\", 'file://f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://f0/65/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b_image_complete.tar.zst'. URL doesn't work\n\nDEBUG: Using  for 8e/b6/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca_packagedata.tar.zst\nDEBUG: Using  for 78/d9/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://10/d4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d_create_package_spdx.tar.zst\nDEBUG: For url file://1c/70/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/70/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e_packagedata.tar.zst;downloadfilename=1c/70/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://21/01/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388_recipe_qa.tar.zst\nDEBUG: Testing URL file://8e/b6/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca_packagedata.tar.zst\nDEBUG: Testing URL file://78/d9/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e_package_write_rpm.tar.zst\nDEBUG: Searching for 10/d4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 21/01/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://84/52/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:84529fb3418f29ac3c8e4ebc426dd644bbab5e20a922e45dbb72ae3e7b88bc65_package.tar.zst\nDEBUG: For url ['file', '', '8e/b6/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '78/d9/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e_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://26/1c/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:261c380816fc8a56761f639497f75381261aeb57925c35608d6d8877b10bed8d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/55/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75_recipe_qa.tar.zst\nDEBUG: Using  for 10/d4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d_create_package_spdx.tar.zst\nDEBUG: Using  for 21/01/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://60/49/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c_create_spdx.tar.zst\nDEBUG: For url file://8e/b6/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/b6/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A12%3A8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca_packagedata.tar.zst;downloadfilename=8e/b6/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca_packagedata.tar.zst\nDEBUG: For url file://78/d9/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/d9/sstate%3Ataglib%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e_package_write_rpm.tar.zst;downloadfilename=78/d9/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/02/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/b2/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708_package_write_ipk.tar.zst\nDEBUG: Testing URL file://10/d4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://21/01/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388_recipe_qa.tar.zst\nDEBUG: Searching for 60/49/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e6/02/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0f/b2/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://35/7c/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '10/d4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '21/01/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388_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://1c/70/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e_packagedata.tar.zst\nDEBUG: Using  for 60/49/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c_create_spdx.tar.zst\nDEBUG: Using  for e6/02/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305_create_spdx.tar.zst\nDEBUG: Using  for 0f/b2/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/47/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8_recipe_qa.tar.zst\nDEBUG: For url file://10/d4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/d4/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A12%3A10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d_create_package_spdx.tar.zst;downloadfilename=10/d4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d_create_package_spdx.tar.zst\nDEBUG: For url file://21/01/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/01/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.6%3Ar0%3Acore2-64%3A12%3A21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388_recipe_qa.tar.zst;downloadfilename=21/01/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/f6/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://60/49/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c_create_spdx.tar.zst\nDEBUG: Testing URL file://e6/02/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305_create_spdx.tar.zst\nDEBUG: Testing URL file://0f/b2/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708_package_write_ipk.tar.zst\nDEBUG: Searching for 1b/47/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ab/f6/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '60/49/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c_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/b6/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e6/02/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305_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://3b/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:3bee6c471b90ea004593a01853b34f5297a9157ac5a16e6dd608be1a08773cc1_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '0f/b2/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1b/47/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8_recipe_qa.tar.zst\nDEBUG: Using  for ab/f6/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2_package_write_rpm.tar.zst\nDEBUG: For url file://60/49/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/49/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A12%3A6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c_create_spdx.tar.zst;downloadfilename=60/49/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929_packagedata.tar.zst\nDEBUG: For url file://e6/02/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/02/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.29%3Ar0%3Acore2-64%3A12%3Ae6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305_create_spdx.tar.zst;downloadfilename=e6/02/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/3d/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594_create_package_spdx.tar.zst\nDEBUG: For url file://0f/b2/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/b2/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.13%3Ar0%3Acore2-64%3A12%3A0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708_package_write_ipk.tar.zst;downloadfilename=0f/b2/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708_package_write_ipk.tar.zst\nDEBUG: Testing URL file://1b/47/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8_recipe_qa.tar.zst\nDEBUG: Testing URL file://ab/f6/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2_package_write_rpm.tar.zst\nDEBUG: Searching for b2/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bc/3d/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://21/01/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1b/47/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8_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://73/ea/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:73eac0089a082c03e4d009c287fd68b84f1c63ee8fe4418dc31b5e37bef4e5d7_package.tar.zst\nDEBUG: For url ['file', '', 'ab/f6/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b2/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929_packagedata.tar.zst\nDEBUG: Using  for bc/3d/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/c1/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6_create_package_spdx.tar.zst\nDEBUG: For url file://1b/47/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/47/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A12%3A1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8_recipe_qa.tar.zst;downloadfilename=1b/47/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/6b/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079_create_spdx.tar.zst\nDEBUG: For url file://ab/f6/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/f6/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Aabf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2_package_write_rpm.tar.zst;downloadfilename=ab/f6/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b2/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929_packagedata.tar.zst\nDEBUG: Testing URL file://bc/3d/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594_create_package_spdx.tar.zst\nDEBUG: Searching for 8e/c1/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a7/6b/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b2/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bc/3d/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8e/c1/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6_create_package_spdx.tar.zst\nDEBUG: Using  for a7/6b/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079_create_spdx.tar.zst\nDEBUG: For url file://b2/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/b4/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.6%3Ar0%3Acore2-64%3A12%3Ab2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929_packagedata.tar.zst;downloadfilename=b2/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929_packagedata.tar.zst\nDEBUG: For url file://bc/3d/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/3d/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.7%3Ar0%3Acore2-64%3A12%3Abc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594_create_package_spdx.tar.zst;downloadfilename=bc/3d/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594_create_package_spdx.tar.zst\nDEBUG: Testing URL file://8e/c1/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a7/6b/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8e/c1/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a7/6b/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079_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/46/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042_create_package_spdx.tar.zst\nDEBUG: For url file://8e/c1/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/c1/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6_create_package_spdx.tar.zst;downloadfilename=8e/c1/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/47/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8_recipe_qa.tar.zst\nDEBUG: For url file://a7/6b/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/6b/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.2%3Ar0%3Acore2-64%3A12%3Aa76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079_create_spdx.tar.zst;downloadfilename=a7/6b/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://27/12/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/f6/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bf/f3/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:bff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7_recipe_qa.tar.zst\nDEBUG: Searching for 27/12/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d0/c0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/b4/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929_packagedata.tar.zst\nDEBUG: Searching for universal/bf/f3/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:bff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 27/12/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19_create_package_spdx.tar.zst\nDEBUG: Searching for d0/c0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e2/42/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca_create_package_spdx.tar.zst\nDEBUG: Using  for universal/bf/f3/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:bff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7_recipe_qa.tar.zst\nDEBUG: Testing URL file://27/12/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19_create_package_spdx.tar.zst\nDEBUG: Using  for d0/c0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede_package_qa.tar.zst\nDEBUG: Searching for e2/42/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/bf/f3/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:bff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '27/12/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d0/c0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede_package_qa.tar.zst\nDEBUG: Using  for e2/42/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/bf/f3/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:bff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7_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/12/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/12/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19_create_package_spdx.tar.zst;downloadfilename=27/12/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd0/c0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e2/42/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca_create_package_spdx.tar.zst\nDEBUG: For url file://universal/bf/f3/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:bff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/f3/sstate%3Acracklib-native%3Ax86_64-linux%3A2.9.11%3Ar0%3Ax86_64%3A12%3Abff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7_recipe_qa.tar.zst;downloadfilename=universal/bf/f3/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:bff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7_recipe_qa.tar.zst\nDEBUG: For url file://d0/c0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/c0/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A12%3Ad0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede_package_qa.tar.zst;downloadfilename=d0/c0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e2/42/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e2/42/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/42/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Ae242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca_create_package_spdx.tar.zst;downloadfilename=e2/42/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/21/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/a9/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91_packagedata.tar.zst\nDEBUG: Searching for e0/a9/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e0/a9/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91_packagedata.tar.zst\nDEBUG: Testing URL file://e0/a9/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e0/a9/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e0/a9/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/a9/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A12%3Ae0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91_packagedata.tar.zst;downloadfilename=e0/a9/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/c0/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/4d/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511_package_qa.tar.zst\nDEBUG: Searching for d9/4d/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/bf/f3/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:bff3729b4d2148e6d6487caa8ccc758a88d890b21460892f3cb1811d5a626ea7_recipe_qa.tar.zst\nDEBUG: Using  for d9/4d/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/19/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee_packagedata.tar.zst\nDEBUG: Testing URL file://d9/4d/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511_package_qa.tar.zst\nDEBUG: Searching for 4a/19/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd9/4d/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4a/19/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee_packagedata.tar.zst\nDEBUG: For url file://d9/4d/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/4d/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%2Bgit%3Ar0%3Aallarch%3A12%3Ad94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511_package_qa.tar.zst;downloadfilename=d9/4d/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511_package_qa.tar.zst\nDEBUG: Testing URL file://4a/19/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee_packagedata.tar.zst\nDEBUG: For url ['file', '', '4a/19/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4a/19/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/19/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A12%3A4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee_packagedata.tar.zst;downloadfilename=4a/19/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/a9/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://53/40/sstate:packagegroup-core-tools-testapps::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Searching for 53/40/sstate:packagegroup-core-tools-testapps::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 53/40/sstate:packagegroup-core-tools-testapps::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Testing URL file://53/40/sstate:packagegroup-core-tools-testapps::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '53/40/sstate:packagegroup-core-tools-testapps::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_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/40/sstate:packagegroup-core-tools-testapps::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/40/sstate%3Apackagegroup-core-tools-testapps%3A%3A1.0%3Ar0%3A%3A12%3A53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst;downloadfilename=53/40/sstate:packagegroup-core-tools-testapps::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/7c/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/e9/sstate:hicolor-icon-theme::0.17:r0::12:3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419_populate_lic.tar.zst\nDEBUG: Searching for 3e/e9/sstate:hicolor-icon-theme::0.17:r0::12:3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3e/e9/sstate:hicolor-icon-theme::0.17:r0::12:3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419_populate_lic.tar.zst\nDEBUG: Testing URL file://3e/e9/sstate:hicolor-icon-theme::0.17:r0::12:3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3e/e9/sstate:hicolor-icon-theme::0.17:r0::12:3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419_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/e9/sstate:hicolor-icon-theme::0.17:r0::12:3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/e9/sstate%3Ahicolor-icon-theme%3A%3A0.17%3Ar0%3A%3A12%3A3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419_populate_lic.tar.zst;downloadfilename=3e/e9/sstate:hicolor-icon-theme::0.17:r0::12:3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/4d/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://18/69/sstate:libxcomposite::0.4.6:r0::12:18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807_populate_lic.tar.zst\nDEBUG: Searching for 18/69/sstate:libxcomposite::0.4.6:r0::12:18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 18/69/sstate:libxcomposite::0.4.6:r0::12:18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807_populate_lic.tar.zst\nDEBUG: Testing URL file://18/69/sstate:libxcomposite::0.4.6:r0::12:18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807_populate_lic.tar.zst\nDEBUG: For url ['file', '', '18/69/sstate:libxcomposite::0.4.6:r0::12:18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807_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/69/sstate:libxcomposite::0.4.6:r0::12:18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/69/sstate%3Alibxcomposite%3A%3A0.4.6%3Ar0%3A%3A12%3A18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807_populate_lic.tar.zst;downloadfilename=18/69/sstate:libxcomposite::0.4.6:r0::12:18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/19/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/d5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6_package_write_rpm.tar.zst\nDEBUG: Searching for c5/d5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c5/d5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c5/d5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c5/d5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6_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/d5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/d5/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A12%3Ac5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6_package_write_rpm.tar.zst;downloadfilename=c5/d5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://53/40/sstate:packagegroup-core-tools-testapps::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/c1/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/6b/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/31/sstate:libpng-native::1.6.43:r0::12:1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/e9/sstate:hicolor-icon-theme::0.17:r0::12:3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://91/ea/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://00/32/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152_package.tar.zst\nDEBUG: Searching for 1b/31/sstate:libpng-native::1.6.43:r0::12:1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a6/53/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:a6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09_package_write_deb.tar.zst\nDEBUG: Searching for 91/ea/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 00/32/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1b/31/sstate:libpng-native::1.6.43:r0::12:1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013_populate_lic.tar.zst\nDEBUG: Searching for a6/53/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:a6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 91/ea/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c_recipe_qa.tar.zst\nDEBUG: Using  for 00/32/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152_package.tar.zst\nDEBUG: Testing URL file://1b/31/sstate:libpng-native::1.6.43:r0::12:1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013_populate_lic.tar.zst\nDEBUG: Using  for a6/53/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:a6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09_package_write_deb.tar.zst\nDEBUG: Testing URL file://91/ea/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c_recipe_qa.tar.zst\nDEBUG: Testing URL file://00/32/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152_package.tar.zst\nDEBUG: For url ['file', '', '1b/31/sstate:libpng-native::1.6.43:r0::12:1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a6/53/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:a6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '91/ea/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '00/32/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1b/31/sstate:libpng-native::1.6.43:r0::12:1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/31/sstate%3Alibpng-native%3A%3A1.6.43%3Ar0%3A%3A12%3A1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013_populate_lic.tar.zst;downloadfilename=1b/31/sstate:libpng-native::1.6.43:r0::12:1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a6/53/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:a6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09_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://18/69/sstate:libxcomposite::0.4.6:r0::12:18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807_populate_lic.tar.zst\nDEBUG: For url file://91/ea/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/ea/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c_recipe_qa.tar.zst;downloadfilename=91/ea/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c_recipe_qa.tar.zst\nDEBUG: For url file://00/32/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/32/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A12%3A00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152_package.tar.zst;downloadfilename=00/32/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152_package.tar.zst\nDEBUG: For url file://a6/53/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:a6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/53/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.19.2%3Ar0%3Acore2-64%3A12%3Aa6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09_package_write_deb.tar.zst;downloadfilename=a6/53/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:a6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/d5/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://24/62/sstate:python3-wcwidth::0.2.13:r0::12:2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://60/49/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/02/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://06/95/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/42/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca_create_package_spdx.tar.zst\nDEBUG: Searching for 24/62/sstate:python3-wcwidth::0.2.13:r0::12:2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://fc/58/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:fc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://82/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339_create_package_spdx.tar.zst\nDEBUG: Searching for 06/95/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://74/97/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5_create_spdx.tar.zst\nDEBUG: Using  for 24/62/sstate:python3-wcwidth::0.2.13:r0::12:2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d_populate_lic.tar.zst\nDEBUG: Searching for fc/58/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:fc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 82/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1b/31/sstate:libpng-native::1.6.43:r0::12:1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013_populate_lic.tar.zst\nDEBUG: Using  for 06/95/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514_package_write_rpm.tar.zst\nDEBUG: Searching for 74/97/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://24/62/sstate:python3-wcwidth::0.2.13:r0::12:2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d_populate_lic.tar.zst\nDEBUG: Using  for fc/58/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:fc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66_populate_sysroot.tar.zst\nDEBUG: Using  for 82/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/4f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e_recipe_qa.tar.zst\nDEBUG: Testing URL file://06/95/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514_package_write_rpm.tar.zst\nDEBUG: Using  for 74/97/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://91/ea/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '24/62/sstate:python3-wcwidth::0.2.13:r0::12:2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fc/58/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:fc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66_populate_sysroot.tar.zst\nDEBUG: Testing URL file://82/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339_create_package_spdx.tar.zst\nDEBUG: Searching for c4/4f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '06/95/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514_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/97/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://00/32/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:00327892726c17dd267c0a9f0b3ea1a41f327a445313b587080ddc56d26a0152_package.tar.zst\nDEBUG: SState: Attempting to fetch file://86/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/53/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:a6536acecaa7f831b78601af7429113d694080b30e013e30ce2263e991283d09_package_write_deb.tar.zst\nDEBUG: For url file://24/62/sstate:python3-wcwidth::0.2.13:r0::12:2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/62/sstate%3Apython3-wcwidth%3A%3A0.2.13%3Ar0%3A%3A12%3A2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d_populate_lic.tar.zst;downloadfilename=24/62/sstate:python3-wcwidth::0.2.13:r0::12:2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fc/58/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:fc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '82/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c4/4f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e_recipe_qa.tar.zst\nDEBUG: For url file://06/95/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/95/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514_package_write_rpm.tar.zst;downloadfilename=06/95/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '74/97/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5_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/64/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806_create_spdx.tar.zst\nDEBUG: Searching for 86/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/d7/24/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d_create_package_spdx.tar.zst\nDEBUG: For url file://fc/58/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:fc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/58/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A12%3Afc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66_populate_sysroot.tar.zst;downloadfilename=fc/58/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:fc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66_populate_sysroot.tar.zst\nDEBUG: For url file://82/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/86/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A12%3A828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339_create_package_spdx.tar.zst;downloadfilename=82/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c4/4f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e_recipe_qa.tar.zst\nDEBUG: For url file://74/97/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/97/sstate%3Aiw%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5_create_spdx.tar.zst;downloadfilename=74/97/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5_create_spdx.tar.zst\nDEBUG: Searching for 63/64/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 86/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/d7/24/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c4/4f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e_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/d4/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d_create_package_spdx.tar.zst\nDEBUG: Using  for 63/64/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806_create_spdx.tar.zst\nDEBUG: Testing URL file://86/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/d7/24/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d_create_package_spdx.tar.zst\nDEBUG: For url file://c4/4f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/4f/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A12%3Ac44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e_recipe_qa.tar.zst;downloadfilename=c4/4f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://07/47/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793_recipe_qa.tar.zst\nDEBUG: Testing URL file://63/64/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806_create_spdx.tar.zst\nDEBUG: For url ['file', '', '86/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100_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/95/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/d7/24/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d_create_package_spdx.tar.zst\nDEBUG: Searching for 07/47/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '63/64/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806_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://fc/58/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:fc58eafc573f5488b64ecb4b4e2c081e8ade6aa98c636f51f985ac14e7a37b66_populate_sysroot.tar.zst\nDEBUG: For url file://86/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/13/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A12%3A8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100_deploy_source_date_epoch.tar.zst;downloadfilename=86/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/81/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/d7/24/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 07/47/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793_recipe_qa.tar.zst\nDEBUG: For url file://63/64/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/64/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.3.1%3Ar0%3Acore2-64%3A12%3A6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806_create_spdx.tar.zst;downloadfilename=63/64/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/bb/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:a9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d2/81/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/d7/24/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d7/24/sstate%3Apython3-toml-native%3Ax86_64-linux%3A0.10.2%3Ar0%3Ax86_64%3A12%3Ad72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d_create_package_spdx.tar.zst;downloadfilename=universal/d7/24/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://27/12/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19_create_package_spdx.tar.zst\nDEBUG: Testing URL file://07/47/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793_recipe_qa.tar.zst\nDEBUG: Searching for a9/bb/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:a9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d2/81/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://23/54/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/4f/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '07/47/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a9/bb/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:a9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d2/81/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f_package_qa.tar.zst\nDEBUG: Searching for 23/54/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://bc/be/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:bcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244_package.tar.zst\nDEBUG: SState: Successful fetch test for file://86/13/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:8613b2b3c0a4542df430b93c51a8adc407ace7f903537d64068dd473f921e100_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://07/47/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/47/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A12%3A0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793_recipe_qa.tar.zst;downloadfilename=07/47/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793_recipe_qa.tar.zst\nDEBUG: Testing URL file://a9/bb/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:a9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd2/81/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 23/54/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f_package_qa.tar.zst\nDEBUG: Searching for bc/be/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:bcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/0d/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a9/bb/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:a9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20_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/81/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/81/sstate%3Aencodings%3Aall-poky-linux%3A1.1.0%3Ar0%3Aallarch%3A12%3Ad281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f_package_qa.tar.zst;downloadfilename=d2/81/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f_package_qa.tar.zst\nDEBUG: Testing URL file://23/54/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://13/82/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://78/d9/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e_package_write_rpm.tar.zst\nDEBUG: Using  for bc/be/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:bcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244_package.tar.zst\nDEBUG: Searching for universal/0d/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/d7/24/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d_create_package_spdx.tar.zst\nDEBUG: For url file://a9/bb/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:a9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/bb/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Aa9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20_deploy_source_date_epoch.tar.zst;downloadfilename=a9/bb/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:a9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '23/54/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f_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/07/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/f8/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829_populate_sysroot.tar.zst\nDEBUG: Testing URL file://bc/be/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:bcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244_package.tar.zst\nDEBUG: Using  for universal/0d/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/93/sstate:expect::5.45.4:r0::12:7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c_populate_lic.tar.zst\nDEBUG: For url file://23/54/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/54/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f_package_qa.tar.zst;downloadfilename=23/54/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f_package_qa.tar.zst\nDEBUG: Searching for 18/07/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7a/f8/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://07/47/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://24/62/sstate:python3-wcwidth::0.2.13:r0::12:2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'bc/be/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:bcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244_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/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b_create_package_spdx.tar.zst\nDEBUG: Searching for 7e/93/sstate:expect::5.45.4:r0::12:7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d2/81/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f_package_qa.tar.zst\nDEBUG: Using  for 18/07/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260_create_spdx.tar.zst\nDEBUG: Using  for 7a/f8/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://94/a5/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6f/4c/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693_create_spdx.tar.zst\nDEBUG: For url file://bc/be/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:bcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/be/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Abcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244_package.tar.zst;downloadfilename=bc/be/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:bcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244_package.tar.zst\nDEBUG: For url ['file', '', 'universal/0d/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7e/93/sstate:expect::5.45.4:r0::12:7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://37/b7/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679_package_write_rpm.tar.zst\nDEBUG: Testing URL file://18/07/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260_create_spdx.tar.zst\nDEBUG: Testing URL file://7a/f8/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829_populate_sysroot.tar.zst\nDEBUG: Searching for 94/a5/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/6f/4c/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/0d/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0d/e0/sstate%3Ampfr-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A12%3A0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b_create_package_spdx.tar.zst;downloadfilename=universal/0d/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://7e/93/sstate:expect::5.45.4:r0::12:7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/bb/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:a9bb41d2ae003f11f070a1e361053b8d4b2d8cc415c12b738e4bc03c9ddd5d20_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 37/b7/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '18/07/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260_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/f8/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 94/a5/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://23/54/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f_package_qa.tar.zst\nDEBUG: Using  for universal/6f/4c/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7e/93/sstate:expect::5.45.4:r0::12:7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c_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://58/75/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/3d/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594_create_package_spdx.tar.zst\nDEBUG: Using  for 37/b7/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679_package_write_rpm.tar.zst\nDEBUG: For url file://18/07/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/07/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A12%3A1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260_create_spdx.tar.zst;downloadfilename=18/07/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260_create_spdx.tar.zst\nDEBUG: For url file://7a/f8/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/f8/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829_populate_sysroot.tar.zst;downloadfilename=7a/f8/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829_populate_sysroot.tar.zst\nDEBUG: Testing URL file://94/a5/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://81/c9/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/6f/4c/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693_create_spdx.tar.zst\nDEBUG: For url file://7e/93/sstate:expect::5.45.4:r0::12:7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/93/sstate%3Aexpect%3A%3A5.45.4%3Ar0%3A%3A12%3A7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c_populate_lic.tar.zst;downloadfilename=7e/93/sstate:expect::5.45.4:r0::12:7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c_populate_lic.tar.zst\nDEBUG: Searching for 58/75/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9a/c9/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7_package_qa.tar.zst\nDEBUG: Testing URL file://37/b7/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/be/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:bcbe3fa095b1eabb279c3197941e886bfe5a0f70e9c54de5c413bc49818ee244_package.tar.zst\nDEBUG: For url ['file', '', '94/a5/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e_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://0f/b2/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:0fb22aa90dbcaab92bec5fd5b82faae3f72cf4bc32fdf00425552752cfb14708_package_write_ipk.tar.zst\nDEBUG: Searching for 81/c9/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/0d/e0/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/6f/4c/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 58/75/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9a/c9/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '37/b7/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679_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://1a/82/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177_package.tar.zst\nDEBUG: For url file://94/a5/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/a5/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e_package_write_ipk.tar.zst;downloadfilename=94/a5/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/e8/sstate:dbus-wait::0.1+git:r0::12:b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443_populate_lic.tar.zst\nDEBUG: Using  for 81/c9/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/43/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:b243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3_package.tar.zst\nDEBUG: For url file://universal/6f/4c/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/4c/sstate%3Apbzip2-native%3Ax86_64-linux%3A1.1.13%3Ar0%3Ax86_64%3A12%3A6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693_create_spdx.tar.zst;downloadfilename=universal/6f/4c/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693_create_spdx.tar.zst\nDEBUG: Testing URL file://58/75/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9a/c9/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7_package_qa.tar.zst\nDEBUG: For url file://37/b7/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/b7/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679_package_write_rpm.tar.zst;downloadfilename=37/b7/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679_package_write_rpm.tar.zst\nDEBUG: Searching for 1a/82/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b9/e8/sstate:dbus-wait::0.1+git:r0::12:b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://81/c9/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b2/43/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:b243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '58/75/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155_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://9a/c9/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/93/sstate:expect::5.45.4:r0::12:7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c_populate_lic.tar.zst\nDEBUG: Using  for 1a/82/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177_package.tar.zst\nDEBUG: Using  for b9/e8/sstate:dbus-wait::0.1+git:r0::12:b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443_populate_lic.tar.zst\nDEBUG: For url ['file', '', '81/c9/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_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 b2/43/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:b243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3_package.tar.zst\nDEBUG: For url file://58/75/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/75/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155_deploy_source_date_epoch.tar.zst;downloadfilename=58/75/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9a/c9/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7_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://8d/cb/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1a/82/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177_package.tar.zst\nDEBUG: SState: Successful fetch test for file://94/a5/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:94a533921f72fa462495b79a3c3c8c4de1419c1c0b5f403ab2222162d9f4e99e_package_write_ipk.tar.zst\nDEBUG: Testing URL file://b9/e8/sstate:dbus-wait::0.1+git:r0::12:b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443_populate_lic.tar.zst\nDEBUG: For url file://81/c9/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/c9/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst;downloadfilename=81/c9/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b2/43/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:b243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3_package.tar.zst\nDEBUG: For url file://9a/c9/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/c9/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A12%3A9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7_package_qa.tar.zst;downloadfilename=9a/c9/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7_package_qa.tar.zst\nDEBUG: Searching for 8d/cb/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/6f/4c/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1a/82/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177_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://84/16/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b9/e8/sstate:dbus-wait::0.1+git:r0::12:b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443_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/b7/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b2/43/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:b243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3_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://7a/f8/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7af8a0f96f91738ef756e9e7347d195ae9981eef0c5b2a141bc9e8a6f55eb829_populate_sysroot.tar.zst\nDEBUG: Using  for 8d/cb/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://09/ea/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f_create_spdx.tar.zst\nDEBUG: For url file://1a/82/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/82/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A12%3A1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177_package.tar.zst;downloadfilename=1a/82/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177_package.tar.zst\nDEBUG: Searching for 84/16/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b9/e8/sstate:dbus-wait::0.1+git:r0::12:b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/e8/sstate%3Adbus-wait%3A%3A0.1%2Bgit%3Ar0%3A%3A12%3Ab9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443_populate_lic.tar.zst;downloadfilename=b9/e8/sstate:dbus-wait::0.1+git:r0::12:b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d1/6c/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:d16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b2/43/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:b243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/43/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.13%3Ar0%3Acore2-64%3A12%3Ab243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3_package.tar.zst;downloadfilename=b2/43/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:b243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/35/f5/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://58/75/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:5875fd6f819f1610f931b3b5a644858bb8112d20113bededce2f6bf549af9155_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8d/cb/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 09/ea/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 84/16/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa_create_spdx.tar.zst\nDEBUG: Searching for universal/d1/6c/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:d16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://81/c9/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://74/97/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/c9/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7_package_qa.tar.zst\nDEBUG: Searching for universal/35/f5/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ab/eb/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:abebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '8d/cb/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511_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 09/ea/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f_create_spdx.tar.zst\nDEBUG: Testing URL file://84/16/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa_create_spdx.tar.zst\nDEBUG: Using  for universal/d1/6c/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:d16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/0e/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/db/2b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8b/77/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf_create_spdx.tar.zst\nDEBUG: Using  for universal/35/f5/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e_create_package_spdx.tar.zst\nDEBUG: Searching for ab/eb/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:abebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8d/cb/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/cb/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A12%3A8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511_deploy_source_date_epoch.tar.zst;downloadfilename=8d/cb/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://09/ea/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '84/16/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa_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/d1/6c/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:d16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d2/0e/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/db/2b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/8b/77/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/35/f5/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e_create_package_spdx.tar.zst\nDEBUG: Using  for ab/eb/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:abebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '09/ea/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://84/16/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/16/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.13%3Ar0%3Acore2-64%3A12%3A84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa_create_spdx.tar.zst;downloadfilename=84/16/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d1/6c/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:d16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e_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 d2/0e/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd_packagedata.tar.zst\nDEBUG: Using  for universal/db/2b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0_create_package_spdx.tar.zst\nDEBUG: Using  for universal/8b/77/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/35/f5/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ab/eb/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:abebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a_package_write_deb.tar.zst\nDEBUG: For url file://09/ea/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/ea/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.42%3Ar0%3Acore2-64%3A12%3A09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f_create_spdx.tar.zst;downloadfilename=09/ea/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f_create_spdx.tar.zst\nDEBUG: For url file://universal/d1/6c/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:d16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d1/6c/sstate%3Apython3-setuptools-scm-native%3Ax86_64-linux%3A8.1.0%3Ar0%3Ax86_64%3A12%3Ad16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d1/6c/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:d16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d2/0e/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd_packagedata.tar.zst\nDEBUG: Testing URL file://universal/db/2b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/8b/77/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf_create_spdx.tar.zst\nDEBUG: For url file://universal/35/f5/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/35/f5/sstate%3Alibfontenc-native%3Ax86_64-linux%3A1.1.8%3Ar0%3Ax86_64%3A12%3A35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e_create_package_spdx.tar.zst;downloadfilename=universal/35/f5/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ab/eb/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:abebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a_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', '', 'd2/0e/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/db/2b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0_create_package_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://8d/cb/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:8dcb57f835cf54ee57e180c3277fffd50b4e277056d8045e239e8674fdb3f511_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/8b/77/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ab/eb/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:abebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/eb/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A12%3Aabebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a_package_write_deb.tar.zst;downloadfilename=ab/eb/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:abebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a_package_write_deb.tar.zst\nDEBUG: For url file://d2/0e/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/0e/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3Ad20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd_packagedata.tar.zst;downloadfilename=d2/0e/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd_packagedata.tar.zst\nDEBUG: For url file://universal/db/2b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/db/2b/sstate%3Ae2fsprogs-native%3Ax86_64-linux%3A1.47.0%3Ar0%3Ax86_64%3A12%3Adb2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0_create_package_spdx.tar.zst;downloadfilename=universal/db/2b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/48/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de_create_spdx.tar.zst\nDEBUG: For url file://universal/8b/77/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/77/sstate%3Arsync-native%3Ax86_64-linux%3A3.3.0%3Ar0%3Ax86_64%3A12%3A8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf_create_spdx.tar.zst;downloadfilename=universal/8b/77/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d1/6c/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:d16ca7efc928557adcc68e5ca527ad1b375ae5c233bf188057fb059e5fedca4e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6f/48/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://82/86/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2f/33/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/35/f5/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e_create_package_spdx.tar.zst\nDEBUG: Using  for 6f/48/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://22/23/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e_recipe_qa.tar.zst\nDEBUG: Searching for universal/2f/33/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9e/09/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://6f/48/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de_create_spdx.tar.zst\nDEBUG: Searching for 22/23/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/2f/33/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4_create_package_spdx.tar.zst\nDEBUG: Searching for 9e/09/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6f/48/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 22/23/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/2f/33/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4_create_package_spdx.tar.zst\nDEBUG: Using  for 9e/09/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d_package_write_ipk.tar.zst\nDEBUG: For url file://6f/48/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/48/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de_create_spdx.tar.zst;downloadfilename=6f/48/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de_create_spdx.tar.zst\nDEBUG: Testing URL file://22/23/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/2f/33/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9e/09/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '22/23/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e_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/33/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2f/33/sstate%3Allvm-native%3Ax86_64-linux%3A18.1.6%3Ar0%3Ax86_64%3A12%3A2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4_create_package_spdx.tar.zst;downloadfilename=universal/2f/33/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/0e/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/82/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:1a82ea51ee7b55a118fceb9ee09cb2a0a8b1d8cce1aabbe1b5a37d3575c24177_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/e8/sstate:dbus-wait::0.1+git:r0::12:b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/db/2b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '9e/09/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d_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://22/23/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/23/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.1.0%3Ar0%3Acore2-64%3A12%3A2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e_recipe_qa.tar.zst;downloadfilename=22/23/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8b/77/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://57/59/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/43/de/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/00/64/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/6e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9e/09/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/09/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A12%3A9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d_package_write_ipk.tar.zst;downloadfilename=9e/09/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/55/sstate:util-linux-libuuid-native::2.39.3:r0::12:c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d_populate_lic.tar.zst\nDEBUG: Searching for 57/59/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/43/de/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/00/64/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bd/6e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c0/55/sstate:util-linux-libuuid-native::2.39.3:r0::12:c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 57/59/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223_package_write_rpm.tar.zst\nDEBUG: Using  for universal/43/de/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/00/64/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c_create_package_spdx.tar.zst\nDEBUG: Using  for bd/6e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c0/55/sstate:util-linux-libuuid-native::2.39.3:r0::12:c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d_populate_lic.tar.zst\nDEBUG: Testing URL file://57/59/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/43/de/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/00/64/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bd/6e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c0/55/sstate:util-linux-libuuid-native::2.39.3:r0::12:c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2f/33/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '57/59/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223_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/43/de/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702_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/00/64/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bd/6e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214_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/55/sstate:util-linux-libuuid-native::2.39.3:r0::12:c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d_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://cf/08/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://22/23/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e_recipe_qa.tar.zst\nDEBUG: For url file://57/59/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/59/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223_package_write_rpm.tar.zst;downloadfilename=57/59/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223_package_write_rpm.tar.zst\nDEBUG: For url file://universal/43/de/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/43/de/sstate%3Ajson-c-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A12%3A43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702_deploy_source_date_epoch.tar.zst;downloadfilename=universal/43/de/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/00/64/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/00/64/sstate%3Apopt-native%3Ax86_64-linux%3A1.19%3Ar0%3Ax86_64%3A12%3A0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c_create_package_spdx.tar.zst;downloadfilename=universal/00/64/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c_create_package_spdx.tar.zst\nDEBUG: For url file://bd/6e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/6e/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A12%3Abd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214_deploy_source_date_epoch.tar.zst;downloadfilename=bd/6e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c0/55/sstate:util-linux-libuuid-native::2.39.3:r0::12:c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/55/sstate%3Autil-linux-libuuid-native%3A%3A2.39.3%3Ar0%3A%3A12%3Ac0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d_populate_lic.tar.zst;downloadfilename=c0/55/sstate:util-linux-libuuid-native::2.39.3:r0::12:c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d_populate_lic.tar.zst\nDEBUG: Searching for cf/08/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9c/6d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52_populate_sysroot.tar.zst\nDEBUG: Using  for cf/08/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://18/07/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fe/c5/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:fec5c070814bf4d67bd4f541f7cfcb4aaa028db86cf9c4a337fd8bb13c50fff6_populate_sysroot.tar.zst\nDEBUG: Searching for 9c/6d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://cf/08/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/2c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/eb/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:abebd1fef587de084c5ffa46567ca6291cab4c9a8af8f49610086017f483a18a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://64/b1/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da_package_write_rpm.tar.zst\nDEBUG: Using  for 9c/6d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'cf/08/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a7/2c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0b/33/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2_package.tar.zst\nDEBUG: Searching for 64/b1/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9c/6d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52_populate_sysroot.tar.zst\nDEBUG: For url file://cf/08/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/08/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A12%3Acf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8_recipe_qa.tar.zst;downloadfilename=cf/08/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8_recipe_qa.tar.zst\nDEBUG: Using  for a7/2c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399_recipe_qa.tar.zst\nDEBUG: Searching for 0b/33/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 64/b1/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9c/6d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a7/2c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/43/de/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:43dead7fc3b620babb027fa5bb87c5441a7f739119277250224ab6144b7b9702_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0b/33/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/6e/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:bd6e6525b4f1e50d218cb379efc474c7212f99e600f4899d9bb81d8010d0a214_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/00/64/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://64/b1/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da_package_write_rpm.tar.zst\nDEBUG: For url file://9c/6d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/6d/sstate%3Accache%3Acore2-64-poky-linux%3A4.10%3Ar0%3Acore2-64%3A12%3A9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52_populate_sysroot.tar.zst;downloadfilename=9c/6d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a7/2c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399_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://c0/55/sstate:util-linux-libuuid-native::2.39.3:r0::12:c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/9a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0b/33/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b4/13/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1e/48/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '64/b1/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da_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/2c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/2c/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aa72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399_recipe_qa.tar.zst;downloadfilename=a7/2c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/30/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab_package_write_deb.tar.zst\nDEBUG: Searching for 0c/9a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0b/33/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/b4/13/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/1e/48/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cf/08/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8_recipe_qa.tar.zst\nDEBUG: For url file://64/b1/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/b1/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A12%3A64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da_package_write_rpm.tar.zst;downloadfilename=64/b1/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da_package_write_rpm.tar.zst\nDEBUG: Searching for a2/30/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0c/9a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/48/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de_create_spdx.tar.zst\nDEBUG: For url file://0b/33/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/33/sstate%3Aboost%3Acore2-64-poky-linux%3A1.85.0%3Ar0%3Acore2-64%3A12%3A0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2_package.tar.zst;downloadfilename=0b/33/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2_package.tar.zst\nDEBUG: Using  for universal/b4/13/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/1e/48/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/a6/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1_package_qa.tar.zst\nDEBUG: Using  for a2/30/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab_package_write_deb.tar.zst\nDEBUG: Testing URL file://0c/9a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/87/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b4/13/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/1e/48/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://57/59/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223_package_write_rpm.tar.zst\nDEBUG: Searching for d6/a6/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a2/30/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '0c/9a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f4/87/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/b4/13/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e_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://a7/2c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/1e/48/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5_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/b0/sstate:libmpc::1.3.1:r0::12:b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8_populate_lic.tar.zst\nDEBUG: Using  for d6/a6/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a2/30/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab_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://0c/9a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/9a/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A12%3A0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b_populate_sysroot.tar.zst;downloadfilename=0c/9a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b_populate_sysroot.tar.zst\nDEBUG: Using  for f4/87/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081_create_package_spdx.tar.zst\nDEBUG: For url file://universal/b4/13/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b4/13/sstate%3Aunfs3-native%3Ax86_64-linux%3A0.10.0%3Ar0%3Ax86_64%3A12%3Ab413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b4/13/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/92/sstate:itstool-native::2.0.7:r0::12:d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c_populate_lic.tar.zst\nDEBUG: For url file://universal/1e/48/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/48/sstate%3Alibepoxy-native%3Ax86_64-linux%3A1.5.10%3Ar0%3Ax86_64%3A12%3A1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5_populate_sysroot.tar.zst;downloadfilename=universal/1e/48/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://64/b1/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da_package_write_rpm.tar.zst\nDEBUG: Searching for b5/b0/sstate:libmpc::1.3.1:r0::12:b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d6/a6/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1_package_qa.tar.zst\nDEBUG: For url file://a2/30/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/30/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1.1%3Ar0%3Acore2-64%3A12%3Aa230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab_package_write_deb.tar.zst;downloadfilename=a2/30/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab_package_write_deb.tar.zst\nDEBUG: Testing URL file://f4/87/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081_create_package_spdx.tar.zst\nDEBUG: Searching for d8/92/sstate:itstool-native::2.0.7:r0::12:d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9e/7a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/6d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:9c6d2b3e6ffa6b88bd03df8e8a2d715a11604018abf5f9c04a19f24846c91d52_populate_sysroot.tar.zst\nDEBUG: Using  for b5/b0/sstate:libmpc::1.3.1:r0::12:b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd6/a6/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1_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://0b/33/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:0b33a9ba914d8502d15dcd02d70dbff3845eb31f26af22e2db55dc8fe5585bf2_package.tar.zst\nDEBUG: For url ['file', '', 'f4/87/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081_create_package_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/64/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806_create_spdx.tar.zst\nDEBUG: Using  for d8/92/sstate:itstool-native::2.0.7:r0::12:d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/9a/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b_populate_sysroot.tar.zst\nDEBUG: Searching for 9e/7a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/57/5e/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b5/b0/sstate:libmpc::1.3.1:r0::12:b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8_populate_lic.tar.zst\nDEBUG: For url file://d6/a6/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/a6/sstate%3Agdb%3Acore2-64-poky-linux%3A14.2%3Ar0%3Acore2-64%3A12%3Ad6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1_package_qa.tar.zst;downloadfilename=d6/a6/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://96/1a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5_package_write_rpm.tar.zst\nDEBUG: For url file://f4/87/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/87/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A12%3Af48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081_create_package_spdx.tar.zst;downloadfilename=f4/87/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://08/0e/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://d8/92/sstate:itstool-native::2.0.7:r0::12:d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://48/08/sstate:libxcvt::0.1.2:r0::12:480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20_populate_lic.tar.zst\nDEBUG: Using  for 9e/7a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41_package_write_rpm.tar.zst\nDEBUG: Searching for universal/57/5e/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b5/b0/sstate:libmpc::1.3.1:r0::12:b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8_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/b4/13/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b413ec112021cdfff65fa6b8207053ef5010cd09d01922399ec811ef0afc8a6e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 96/1a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/1e/48/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5_populate_sysroot.tar.zst\nDEBUG: Searching for 08/0e/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd8/92/sstate:itstool-native::2.0.7:r0::12:d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c_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://a2/30/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab_package_write_deb.tar.zst\nDEBUG: Searching for 48/08/sstate:libxcvt::0.1.2:r0::12:480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9e/7a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41_package_write_rpm.tar.zst\nDEBUG: Using  for universal/57/5e/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22_create_package_spdx.tar.zst\nDEBUG: For url file://b5/b0/sstate:libmpc::1.3.1:r0::12:b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/b0/sstate%3Alibmpc%3A%3A1.3.1%3Ar0%3A%3A12%3Ab5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8_populate_lic.tar.zst;downloadfilename=b5/b0/sstate:libmpc::1.3.1:r0::12:b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/a4/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b_create_package_spdx.tar.zst\nDEBUG: Using  for 96/1a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/92/sstate:libunistring-native::1.2:r0::12:e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d_populate_lic.tar.zst\nDEBUG: Using  for 08/0e/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b_package_write_ipk.tar.zst\nDEBUG: For url file://d8/92/sstate:itstool-native::2.0.7:r0::12:d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/92/sstate%3Aitstool-native%3A%3A2.0.7%3Ar0%3A%3A12%3Ad89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c_populate_lic.tar.zst;downloadfilename=d8/92/sstate:itstool-native::2.0.7:r0::12:d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://68/56/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f_package_write_rpm.tar.zst\nDEBUG: Using  for 48/08/sstate:libxcvt::0.1.2:r0::12:480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9e/7a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41_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/57/5e/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22_create_package_spdx.tar.zst\nDEBUG: Searching for 2e/a4/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://96/1a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5_package_write_rpm.tar.zst\nDEBUG: Searching for e8/92/sstate:libunistring-native::1.2:r0::12:e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d6/a6/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1_package_qa.tar.zst\nDEBUG: Testing URL file://08/0e/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b_package_write_ipk.tar.zst\nDEBUG: Searching for 68/56/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://48/08/sstate:libxcvt::0.1.2:r0::12:480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20_populate_lic.tar.zst\nDEBUG: For url file://9e/7a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/7a/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.6%3Ar0%3Acore2-64%3A12%3A9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41_package_write_rpm.tar.zst;downloadfilename=9e/7a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/57/5e/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2e/a4/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '96/1a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5_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/92/sstate:libunistring-native::1.2:r0::12:e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/79/52/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '08/0e/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 68/56/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '48/08/sstate:libxcvt::0.1.2:r0::12:480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20_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/57/5e/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/57/5e/sstate%3Axcb-proto-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3A575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22_create_package_spdx.tar.zst;downloadfilename=universal/57/5e/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2e/a4/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b_create_package_spdx.tar.zst\nDEBUG: For url file://96/1a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/1a/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.29%3Ar0%3Acore2-64%3A12%3A961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5_package_write_rpm.tar.zst;downloadfilename=96/1a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/b0/sstate:libmpc::1.3.1:r0::12:b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8_populate_lic.tar.zst\nDEBUG: Testing URL file://e8/92/sstate:libunistring-native::1.2:r0::12:e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d_populate_lic.tar.zst\nDEBUG: Searching for universal/79/52/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://08/0e/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/0e/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b_package_write_ipk.tar.zst;downloadfilename=08/0e/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://68/56/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/92/sstate:itstool-native::2.0.7:r0::12:d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c_populate_lic.tar.zst\nDEBUG: For url file://48/08/sstate:libxcvt::0.1.2:r0::12:480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/08/sstate%3Alibxcvt%3A%3A0.1.2%3Ar0%3A%3A12%3A480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20_populate_lic.tar.zst;downloadfilename=48/08/sstate:libxcvt::0.1.2:r0::12:480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2e/a4/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b_create_package_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/54/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee_package.tar.zst\nDEBUG: For url ['file', '', 'e8/92/sstate:libunistring-native::1.2:r0::12:e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/79/52/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '68/56/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f_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://9e/7a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/71/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e_recipe_qa.tar.zst\nDEBUG: For url file://2e/a4/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/a4/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A12%3A2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b_create_package_spdx.tar.zst;downloadfilename=2e/a4/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b_create_package_spdx.tar.zst\nDEBUG: Searching for 72/54/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e8/92/sstate:libunistring-native::1.2:r0::12:e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/92/sstate%3Alibunistring-native%3A%3A1.2%3Ar0%3A%3A12%3Ae89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d_populate_lic.tar.zst;downloadfilename=e8/92/sstate:libunistring-native::1.2:r0::12:e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/79/52/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d_recipe_qa.tar.zst\nDEBUG: For url file://68/56/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/56/sstate%3Adnf%3Acore2-64-poky-linux%3A4.20.0%3Ar0%3Acore2-64%3A12%3A6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f_package_write_rpm.tar.zst;downloadfilename=68/56/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://04/dd/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/57/5e/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22_create_package_spdx.tar.zst\nDEBUG: Searching for 7f/71/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 72/54/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee_package.tar.zst\nDEBUG: For url ['file', '', 'universal/79/52/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 04/dd/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://80/b7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/87/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081_create_package_spdx.tar.zst\nDEBUG: Using  for 7f/71/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e_recipe_qa.tar.zst\nDEBUG: Testing URL file://72/54/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee_package.tar.zst\nDEBUG: For url file://universal/79/52/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/52/sstate%3Ashadow-native%3Ax86_64-linux%3A4.15.1%3Ar0%3Ax86_64%3A12%3A7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d_recipe_qa.tar.zst;downloadfilename=universal/79/52/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d_recipe_qa.tar.zst\nDEBUG: Using  for 04/dd/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73_package_write_rpm.tar.zst\nDEBUG: Searching for 80/b7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ad/e6/sstate:python3-attrs::23.2.0:r0::12:ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04_populate_lic.tar.zst\nDEBUG: Testing URL file://7f/71/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '72/54/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://04/dd/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73_package_write_rpm.tar.zst\nDEBUG: Using  for 80/b7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf_package_qa.tar.zst\nDEBUG: Searching for ad/e6/sstate:python3-attrs::23.2.0:r0::12:ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7f/71/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://72/54/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/54/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A12%3A7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee_package.tar.zst;downloadfilename=72/54/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee_package.tar.zst\nDEBUG: For url ['file', '', '04/dd/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73_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://80/b7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf_package_qa.tar.zst\nDEBUG: Using  for ad/e6/sstate:python3-attrs::23.2.0:r0::12:ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04_populate_lic.tar.zst\nDEBUG: For url file://7f/71/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/71/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A12%3A7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e_recipe_qa.tar.zst;downloadfilename=7f/71/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e_recipe_qa.tar.zst\nDEBUG: For url file://04/dd/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/dd/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A12%3A04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73_package_write_rpm.tar.zst;downloadfilename=04/dd/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://68/56/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '80/b7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf_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://9e/09/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:9e0973222eabca5ddbf9ce03f236fcc9eb4d744c39ea36eff9175c8b6c3a4f6d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/43/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:b243b7a0942a5ca20f0546ff4bbc6a2c07ecb58edb02407668a5ca1bf4c99fb3_package.tar.zst\nDEBUG: Testing URL file://ad/e6/sstate:python3-attrs::23.2.0:r0::12:ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://84/16/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/92/sstate:libunistring-native::1.2:r0::12:e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/a9/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://48/08/sstate:libxcvt::0.1.2:r0::12:480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/79/52/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d_recipe_qa.tar.zst\nDEBUG: For url file://80/b7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/b7/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf_package_qa.tar.zst;downloadfilename=80/b7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ac/61/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ad/e6/sstate:python3-attrs::23.2.0:r0::12:ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04_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://73/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6a/9b/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f_create_spdx.tar.zst\nDEBUG: Searching for e4/a9/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://48/41/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/81/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://72/54/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:7254e7ba7c3a44c054b2849276322de744d70a5ea64ddb69eea7dfe6c1f700ee_package.tar.zst\nDEBUG: Searching for 0a/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ac/61/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ad/e6/sstate:python3-attrs::23.2.0:r0::12:ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/e6/sstate%3Apython3-attrs%3A%3A23.2.0%3Ar0%3A%3A12%3Aade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04_populate_lic.tar.zst;downloadfilename=ad/e6/sstate:python3-attrs::23.2.0:r0::12:ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/71/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e_recipe_qa.tar.zst\nDEBUG: Searching for 73/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/6a/9b/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e4/a9/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca_package_qa.tar.zst\nDEBUG: Searching for 48/41/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4f/81/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://24/c0/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97_package_qa.tar.zst\nDEBUG: Using  for 0a/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4_package.tar.zst\nDEBUG: Using  for universal/ac/61/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/80/sstate:gtk4::4.14.4:r0::12:f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec_populate_lic.tar.zst\nDEBUG: Using  for 73/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb_package_write_ipk.tar.zst\nDEBUG: Using  for universal/6a/9b/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f_create_spdx.tar.zst\nDEBUG: Testing URL file://e4/a9/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca_package_qa.tar.zst\nDEBUG: Using  for 48/41/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877_package_qa.tar.zst\nDEBUG: Using  for 4f/81/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba_package_qa.tar.zst\nDEBUG: Searching for 24/c0/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://80/b7/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://96/1a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0a/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4_package.tar.zst\nDEBUG: Testing URL file://universal/ac/61/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://08/0e/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:080e046d7ea883079ce3395d8c7afba459e80331d9394a1238aae0815cf1472b_package_write_ipk.tar.zst\nDEBUG: Searching for f9/80/sstate:gtk4::4.14.4:r0::12:f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://73/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/6a/9b/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e4/a9/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://48/41/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877_package_qa.tar.zst\nDEBUG: Testing URL file://4f/81/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba_package_qa.tar.zst\nDEBUG: Using  for 24/c0/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://30/a0/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/b6/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001_package_qa.tar.zst\nDEBUG: For url ['file', '', '0a/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ac/61/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb_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/8f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:c18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62_package_write_deb.tar.zst\nDEBUG: Using  for f9/80/sstate:gtk4::4.14.4:r0::12:f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec_populate_lic.tar.zst\nDEBUG: For url ['file', '', '73/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb_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', '', 'universal/6a/9b/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f_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/a9/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/a9/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A12%3Ae4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca_package_qa.tar.zst;downloadfilename=e4/a9/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca_package_qa.tar.zst\nDEBUG: For url ['file', '', '48/41/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877_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/81/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://24/c0/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97_package_qa.tar.zst\nDEBUG: Searching for 30/a0/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d8/b6/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0a/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/fe/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A12%3A0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4_package.tar.zst;downloadfilename=0a/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4_package.tar.zst\nDEBUG: For url file://universal/ac/61/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ac/61/sstate%3Apython3-calver-native%3Ax86_64-linux%3A2022.6.26%3Ar0%3Ax86_64%3A12%3Aac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb_recipe_qa.tar.zst;downloadfilename=universal/ac/61/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb_recipe_qa.tar.zst\nDEBUG: Searching for c1/8f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:c18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f9/80/sstate:gtk4::4.14.4:r0::12:f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec_populate_lic.tar.zst\nDEBUG: For url file://73/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/4a/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb_package_write_ipk.tar.zst;downloadfilename=73/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb_package_write_ipk.tar.zst\nDEBUG: For url file://universal/6a/9b/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6a/9b/sstate%3Apixman-native%3Ax86_64-linux%3A0.42.2%3Ar0%3Ax86_64%3A12%3A6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f_create_spdx.tar.zst;downloadfilename=universal/6a/9b/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f_create_spdx.tar.zst\nDEBUG: For url file://48/41/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/41/sstate%3Acargo%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877_package_qa.tar.zst;downloadfilename=48/41/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877_package_qa.tar.zst\nDEBUG: For url file://4f/81/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/81/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A12%3A4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba_package_qa.tar.zst;downloadfilename=4f/81/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba_package_qa.tar.zst\nDEBUG: For url ['file', '', '24/c0/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 30/a0/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a_create_package_spdx.tar.zst\nDEBUG: Using  for d8/b6/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001_package_qa.tar.zst\nDEBUG: Using  for c1/8f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:c18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'f9/80/sstate:gtk4::4.14.4:r0::12:f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec_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/ea/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://04/dd/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/a9/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca_package_qa.tar.zst\nDEBUG: For url file://24/c0/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/c0/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A12%3A24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97_package_qa.tar.zst;downloadfilename=24/c0/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97_package_qa.tar.zst\nDEBUG: Testing URL file://30/a0/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/fe/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:0afe41be40794c48c0dcff2be1163f9e81d458492e9c72b4f2c733b0203ceab4_package.tar.zst\nDEBUG: Testing URL file://d8/b6/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ac/61/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb_recipe_qa.tar.zst\nDEBUG: Testing URL file://c1/8f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:c18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62_package_write_deb.tar.zst\nDEBUG: For url file://f9/80/sstate:gtk4::4.14.4:r0::12:f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/80/sstate%3Agtk4%3A%3A4.14.4%3Ar0%3A%3A12%3Af98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec_populate_lic.tar.zst;downloadfilename=f9/80/sstate:gtk4::4.14.4:r0::12:f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://68/90/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/fe/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/99/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '30/a0/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a_create_package_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/6a/9b/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://73/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:734ad1728fc5872eb7876e6efa3530294b53a678bd0d339c58869d5b4e0313bb_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/71/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd8/b6/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001_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/41/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://57/b3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c1/8f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:c18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62_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/90/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9e/fe/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ad/e6/sstate:python3-attrs::23.2.0:r0::12:ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04_populate_lic.tar.zst\nDEBUG: Searching for c6/99/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://30/a0/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/a0/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A12%3A30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a_create_package_spdx.tar.zst;downloadfilename=30/a0/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/b3/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://27/ab/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727_create_package_spdx.tar.zst\nDEBUG: Searching for 3f/71/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d8/b6/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/b6/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.13%3Ar0%3Acore2-64%3A12%3Ad8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001_package_qa.tar.zst;downloadfilename=d8/b6/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a0/54/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695_create_package_spdx.tar.zst\nDEBUG: Searching for 57/b3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c1/8f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:c18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/8f/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3Ac18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62_package_write_deb.tar.zst;downloadfilename=c1/8f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:c18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62_package_write_deb.tar.zst\nDEBUG: Using  for 68/90/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39_recipe_qa.tar.zst\nDEBUG: Using  for 9e/fe/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://24/c0/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://76/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e_create_package_spdx.tar.zst\nDEBUG: Using  for c6/99/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d_package_write_deb.tar.zst\nDEBUG: Searching for 3f/b3/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 27/ab/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3f/71/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2_recipe_qa.tar.zst\nDEBUG: Searching for universal/a0/54/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 57/b3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf_create_package_spdx.tar.zst\nDEBUG: Testing URL file://68/90/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39_recipe_qa.tar.zst\nDEBUG: Testing URL file://9e/fe/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/36/2c/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68_recipe_qa.tar.zst\nDEBUG: Searching for 76/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c6/99/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d_package_write_deb.tar.zst\nDEBUG: Using  for 3f/b3/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c_create_spdx.tar.zst\nDEBUG: Using  for 27/ab/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727_create_package_spdx.tar.zst\nDEBUG: Testing URL file://3f/71/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2_recipe_qa.tar.zst\nDEBUG: Using  for universal/a0/54/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695_create_package_spdx.tar.zst\nDEBUG: Testing URL file://57/b3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '68/90/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39_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/fe/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/36/2c/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 76/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c6/99/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d_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://3f/b3/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c_create_spdx.tar.zst\nDEBUG: Testing URL file://27/ab/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '3f/71/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2_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/a0/54/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '57/b3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://68/90/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/90/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39_recipe_qa.tar.zst;downloadfilename=68/90/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/b6/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001_package_qa.tar.zst\nDEBUG: For url file://9e/fe/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/fe/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041_packagedata.tar.zst;downloadfilename=9e/fe/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041_packagedata.tar.zst\nDEBUG: Using  for universal/36/2c/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68_recipe_qa.tar.zst\nDEBUG: Testing URL file://76/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e_create_package_spdx.tar.zst\nDEBUG: For url file://c6/99/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/99/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Ac699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d_package_write_deb.tar.zst;downloadfilename=c6/99/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '3f/b3/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c_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/ab/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727_create_package_spdx.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:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/71/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2_recipe_qa.tar.zst;downloadfilename=3f/71/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/a0/54/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://57/b3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/b3/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.7p1%3Ar0%3Acore2-64%3A12%3A57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf_create_package_spdx.tar.zst;downloadfilename=57/b3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/8f/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:c18f0ebc9fb6118c6ff2c2f792ce321d7da3bad927730ca609661aff8b9d6b62_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://67/1e/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/81/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba_package_qa.tar.zst\nDEBUG: Testing URL file://universal/36/2c/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '76/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e_create_package_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/a4/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/80/sstate:gtk4::4.14.4:r0::12:f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec_populate_lic.tar.zst\nDEBUG: For url file://3f/b3/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/b3/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c_create_spdx.tar.zst;downloadfilename=3f/b3/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c_create_spdx.tar.zst\nDEBUG: For url file://27/ab/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/ab/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A12%3A27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727_create_package_spdx.tar.zst;downloadfilename=27/ab/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727_create_package_spdx.tar.zst\nDEBUG: For url file://universal/a0/54/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/54/sstate%3Alibxml-namespacesupport-perl-native%3Ax86_64-linux%3A1.12%3Ar0%3Ax86_64%3A12%3Aa0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695_create_package_spdx.tar.zst;downloadfilename=universal/a0/54/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://68/90/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://59/51/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca_package.tar.zst\nDEBUG: Searching for 67/1e/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9e/fe/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://95/b0/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/36/2c/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68_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/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/a7/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A12%3A76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e_create_package_spdx.tar.zst;downloadfilename=76/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/c8/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://73/9a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/71/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/80/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5_package_write_ipk.tar.zst\nDEBUG: Searching for 59/51/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 67/1e/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ad/60/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:ad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 95/b0/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/36/2c/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/36/2c/sstate%3Alibxcomposite-native%3Ax86_64-linux%3A0.4.6%3Ar0%3Ax86_64%3A12%3A362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68_recipe_qa.tar.zst;downloadfilename=universal/36/2c/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68_recipe_qa.tar.zst\nDEBUG: Searching for e9/c8/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 73/9a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3f/b3/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://00/74/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272_populate_sysroot.tar.zst\nDEBUG: Searching for 5a/80/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 59/51/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca_package.tar.zst\nDEBUG: Testing URL file://67/1e/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0_package_qa.tar.zst\nDEBUG: Searching for universal/ad/60/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:ad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 95/b0/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27_recipe_qa.tar.zst\nDEBUG: Using  for e9/c8/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4_package_write_ipk.tar.zst\nDEBUG: Using  for 73/9a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/54/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/ab/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71_package_write_rpm.tar.zst\nDEBUG: Searching for 00/74/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/80/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://59/51/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca_package.tar.zst\nDEBUG: For url ['file', '', '67/1e/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ad/60/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:ad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://95/b0/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27_recipe_qa.tar.zst\nDEBUG: Testing URL file://e9/c8/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4_package_write_ipk.tar.zst\nDEBUG: Testing URL file://73/9a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/65/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372_package_write_ipk.tar.zst\nDEBUG: Searching for fd/ab/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 00/74/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5a/80/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '59/51/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://67/1e/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/1e/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A12%3A671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0_package_qa.tar.zst;downloadfilename=67/1e/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0_package_qa.tar.zst\nDEBUG: Testing URL file://universal/ad/60/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:ad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '95/b0/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27_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/c8/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4_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', '', '73/9a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2e/65/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fd/ab/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71_package_write_rpm.tar.zst\nDEBUG: Testing URL file://00/74/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5a/80/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5_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://59/51/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/51/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca_package.tar.zst;downloadfilename=59/51/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca_package.tar.zst\nDEBUG: For url ['file', '', 'universal/ad/60/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:ad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa_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://95/b0/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/b0/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27_recipe_qa.tar.zst;downloadfilename=95/b0/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/36/2c/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68_recipe_qa.tar.zst\nDEBUG: For url file://e9/c8/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/c8/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.5%3Ar0%3Acore2-64%3A12%3Ae9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4_package_write_ipk.tar.zst;downloadfilename=e9/c8/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4_package_write_ipk.tar.zst\nDEBUG: For url file://73/9a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/9a/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.18%3Ar0%3Acore2-64%3A12%3A739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa_create_spdx.tar.zst;downloadfilename=73/9a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa_create_spdx.tar.zst\nDEBUG: Using  for 2e/65/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372_package_write_ipk.tar.zst\nDEBUG: Testing URL file://fd/ab/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '00/74/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272_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/80/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/80/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5_package_write_ipk.tar.zst;downloadfilename=5a/80/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5_package_write_ipk.tar.zst\nDEBUG: For url file://universal/ad/60/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:ad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ad/60/sstate%3Aglslang-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3Aad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ad/60/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:ad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/2a/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:a92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5_package.tar.zst\nDEBUG: Testing URL file://2e/65/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'fd/ab/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71_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/74/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/74/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272_populate_sysroot.tar.zst;downloadfilename=00/74/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272_populate_sysroot.tar.zst\nDEBUG: Searching for a9/2a/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:a92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2e/65/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372_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://fd/ab/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/ab/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3Afdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71_package_write_rpm.tar.zst;downloadfilename=fd/ab/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://95/b0/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27_recipe_qa.tar.zst\nDEBUG: Using  for a9/2a/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:a92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5_package.tar.zst\nDEBUG: For url file://2e/65/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/65/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372_package_write_ipk.tar.zst;downloadfilename=2e/65/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/8a/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:aa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7_package.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/80/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:5a8041e4dd7a4ea564a26db78f50a2f45a055ac53cee66c6994feae1afea31d5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://a9/2a/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:a92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ad/60/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:ad60c4c3f034785a2c87b7bcc71ef8cdbf3ffff97f29b472322744a3c3cd6aaa_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for aa/8a/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:aa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e3/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a9/2a/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:a92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5_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://ee/34/sstate:ninja-native::1.12.1:r0::12:ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0_populate_lic.tar.zst\nDEBUG: Using  for aa/8a/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:aa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7_package.tar.zst\nDEBUG: Searching for e3/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a9/2a/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:a92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/2a/sstate%3Akmod%3Acore2-64-poky-linux%3A32%3Ar0%3Acore2-64%3A12%3Aa92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5_package.tar.zst;downloadfilename=a9/2a/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:a92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5_package.tar.zst\nDEBUG: Searching for ee/34/sstate:ninja-native::1.12.1:r0::12:ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://aa/8a/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:aa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7_package.tar.zst\nDEBUG: Using  for e3/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df_recipe_qa.tar.zst\nDEBUG: Using  for ee/34/sstate:ninja-native::1.12.1:r0::12:ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'aa/8a/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:aa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7_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/ab/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://27/ab/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e3/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df_recipe_qa.tar.zst\nDEBUG: Testing URL file://ee/34/sstate:ninja-native::1.12.1:r0::12:ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0_populate_lic.tar.zst\nDEBUG: For url file://aa/8a/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:aa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/8a/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.80.1%3Ar0%3Acore2-64%3A12%3Aaa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7_package.tar.zst;downloadfilename=aa/8a/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:aa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://34/34/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/06/76/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e3/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df_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://2e/65/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ee/34/sstate:ninja-native::1.12.1:r0::12:ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 34/34/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/06/76/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e3/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/b0/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.14%3Ar0%3Acore2-64%3A12%3Ae3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df_recipe_qa.tar.zst;downloadfilename=e3/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://69/02/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775_package_write_rpm.tar.zst\nDEBUG: For url file://ee/34/sstate:ninja-native::1.12.1:r0::12:ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/34/sstate%3Aninja-native%3A%3A1.12.1%3Ar0%3A%3A12%3Aee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0_populate_lic.tar.zst;downloadfilename=ee/34/sstate:ninja-native::1.12.1:r0::12:ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0_populate_lic.tar.zst\nDEBUG: Using  for 34/34/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50_packagedata.tar.zst\nDEBUG: Using  for universal/06/76/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/2a/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:a92a8e896992e8e60407896cf726ddd40381564a3228a8e94fe531e3338461a5_package.tar.zst\nDEBUG: Searching for 69/02/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://34/34/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50_packagedata.tar.zst\nDEBUG: Testing URL file://universal/06/76/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/32/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb_package_qa.tar.zst\nDEBUG: Using  for 69/02/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '34/34/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/06/76/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b3/32/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://69/02/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775_package_write_rpm.tar.zst\nDEBUG: For url file://34/34/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/34/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.9.0%3Ar0%3Acore2-64%3A12%3A3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50_packagedata.tar.zst;downloadfilename=34/34/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50_packagedata.tar.zst\nDEBUG: For url file://universal/06/76/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/06/76/sstate%3Avirglrenderer-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3A0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0_recipe_qa.tar.zst;downloadfilename=universal/06/76/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0_recipe_qa.tar.zst\nDEBUG: Using  for b3/32/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb_package_qa.tar.zst\nDEBUG: For url ['file', '', '69/02/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775_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/51/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:595160b6841dbd94c79fbc3191a15ec77711182246758e67ae28a0d1bc3104ca_package.tar.zst\nDEBUG: Testing URL file://b3/32/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb_package_qa.tar.zst\nDEBUG: For url file://69/02/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/02/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775_package_write_rpm.tar.zst;downloadfilename=69/02/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/b0/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/bb/sstate:desktop-file-utils-native::0.27:r0::12:f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b3/32/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb_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://ee/34/sstate:ninja-native::1.12.1:r0::12:ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://72/87/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e_package_write_deb.tar.zst\nDEBUG: Searching for f6/bb/sstate:desktop-file-utils-native::0.27:r0::12:f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://73/9a/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa_create_spdx.tar.zst\nDEBUG: For url file://b3/32/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/32/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ab33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb_package_qa.tar.zst;downloadfilename=b3/32/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/cd/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e_package.tar.zst\nDEBUG: Searching for 72/87/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f6/bb/sstate:desktop-file-utils-native::0.27:r0::12:f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://87/2d/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e_populate_sysroot.tar.zst\nDEBUG: Searching for 1a/cd/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 72/87/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/06/76/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/34/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50_packagedata.tar.zst\nDEBUG: Testing URL file://f6/bb/sstate:desktop-file-utils-native::0.27:r0::12:f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c_populate_lic.tar.zst\nDEBUG: Searching for 87/2d/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1a/cd/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e_package.tar.zst\nDEBUG: Testing URL file://72/87/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3f/d0/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://69/02/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/eb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f6/bb/sstate:desktop-file-utils-native::0.27:r0::12:f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/2d/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1a/cd/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e_package.tar.zst\nDEBUG: For url ['file', '', '72/87/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/3f/d0/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a3/fb/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75_packagedata.tar.zst\nDEBUG: Searching for 8a/eb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f6/bb/sstate:desktop-file-utils-native::0.27:r0::12:f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/bb/sstate%3Adesktop-file-utils-native%3A%3A0.27%3Ar0%3A%3A12%3Af6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c_populate_lic.tar.zst;downloadfilename=f6/bb/sstate:desktop-file-utils-native::0.27:r0::12:f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c_populate_lic.tar.zst\nDEBUG: Testing URL file://87/2d/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '1a/cd/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://72/87/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/87/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.14.4%3Ar0%3Acore2-64%3A12%3A7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e_package_write_deb.tar.zst;downloadfilename=72/87/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e_package_write_deb.tar.zst\nDEBUG: Using  for universal/3f/d0/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596_create_package_spdx.tar.zst\nDEBUG: Searching for a3/fb/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8a/eb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9_create_spdx.tar.zst\nDEBUG: For url ['file', '', '87/2d/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1a/cd/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/cd/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A12%3A1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e_package.tar.zst;downloadfilename=1a/cd/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/32/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb_package_qa.tar.zst\nDEBUG: Testing URL file://universal/3f/d0/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596_create_package_spdx.tar.zst\nDEBUG: Using  for a3/fb/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75_packagedata.tar.zst\nDEBUG: Testing URL file://8a/eb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9_create_spdx.tar.zst\nDEBUG: For url file://87/2d/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/2d/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A12%3A872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e_populate_sysroot.tar.zst;downloadfilename=87/2d/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a6/71/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/3f/d0/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a3/fb/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75_packagedata.tar.zst\nDEBUG: For url ['file', '', '8a/eb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/a6/71/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/3f/d0/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3f/d0/sstate%3Apython3-flit-core-native%3Ax86_64-linux%3A3.9.0%3Ar0%3Ax86_64%3A12%3A3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596_create_package_spdx.tar.zst;downloadfilename=universal/3f/d0/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/bb/sstate:desktop-file-utils-native::0.27:r0::12:f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a3/fb/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8a/eb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/eb/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A12%3A8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9_create_spdx.tar.zst;downloadfilename=8a/eb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9_create_spdx.tar.zst\nDEBUG: Using  for universal/a6/71/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://35/42/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866_package_write_ipk.tar.zst\nDEBUG: For url file://a3/fb/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/fb/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A12%3Aa3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75_packagedata.tar.zst;downloadfilename=a3/fb/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75_packagedata.tar.zst\nDEBUG: Testing URL file://universal/a6/71/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c_create_package_spdx.tar.zst\nDEBUG: Searching for 35/42/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://30/a0/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/cd/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:1acddf84b7231a1e6b81cec84aedad5ee3246ab841e5aa7a7e692460ba64709e_package.tar.zst\nDEBUG: For url ['file', '', 'universal/a6/71/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c_create_package_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://87/2d/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:872d0b713b56fef4b5d99f5d1a22913de9dd6f8a310b6b5d7b6cc66edf6fdc6e_populate_sysroot.tar.zst\nDEBUG: Using  for 35/42/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://82/8a/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/e9/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7_package_qa.tar.zst\nDEBUG: For url file://universal/a6/71/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a6/71/sstate%3Achrpath-native%3Ax86_64-linux%3A0.16%3Ar0%3Ax86_64%3A12%3Aa6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c_create_package_spdx.tar.zst;downloadfilename=universal/a6/71/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3f/d0/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9c/1c/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://35/42/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866_package_write_ipk.tar.zst\nDEBUG: Searching for 82/8a/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d3/e9/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2e/a9/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: Searching for universal/9c/1c/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '35/42/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866_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://67/1e/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0_package_qa.tar.zst\nDEBUG: Using  for 82/8a/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8_package_write_ipk.tar.zst\nDEBUG: Using  for d3/e9/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7_package_qa.tar.zst\nDEBUG: Searching for 2e/a9/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/9c/1c/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/fb/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75_packagedata.tar.zst\nDEBUG: For url file://35/42/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/42/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A12%3A3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866_package_write_ipk.tar.zst;downloadfilename=35/42/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://47/a5/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c_recipe_qa.tar.zst\nDEBUG: Testing URL file://82/8a/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://d3/e9/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7_package_qa.tar.zst\nDEBUG: Using  for 2e/a9/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/9c/1c/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/b4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b_create_package_spdx.tar.zst\nDEBUG: Searching for 47/a5/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '82/8a/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8_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', '', 'd3/e9/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2e/a9/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/9c/1c/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8_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 4a/b4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 47/a5/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c_recipe_qa.tar.zst\nDEBUG: For url file://82/8a/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/8a/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8_package_write_ipk.tar.zst;downloadfilename=82/8a/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8_package_write_ipk.tar.zst\nDEBUG: For url file://d3/e9/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/e9/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.2%3Ar0%3Acore2-64%3A12%3Ad3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7_package_qa.tar.zst;downloadfilename=d3/e9/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a6/71/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2e/a9/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_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/9c/1c/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9c/1c/sstate%3Apigz-native%3Ax86_64-linux%3A2.8%3Ar0%3Ax86_64%3A12%3A9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8_deploy_source_date_epoch.tar.zst;downloadfilename=universal/9c/1c/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4a/b4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://47/a5/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/e4/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:eae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc_package_write_deb.tar.zst\nDEBUG: For url file://2e/a9/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/a9/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst;downloadfilename=2e/a9/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: Testing URL file://4a/b4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '47/a5/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ea/e4/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:eae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4a/b4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://47/a5/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/a5/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A12%3A47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c_recipe_qa.tar.zst;downloadfilename=47/a5/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c_recipe_qa.tar.zst\nDEBUG: Using  for ea/e4/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:eae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc_package_write_deb.tar.zst\nDEBUG: For url file://4a/b4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/b4/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A12%3A4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b_create_package_spdx.tar.zst;downloadfilename=4a/b4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ea/e4/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:eae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/e9/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/8a/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:aa8aa46327fe0c37aec05a7ebba6e4aff18a274b298589c2bbc5b29d4defa8e7_package.tar.zst\nDEBUG: For url ['file', '', 'ea/e4/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:eae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc_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://universal/9c/1c/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:9c1c5e96a774abb37f888a45caf7fbd4d4820854e1a18dbaec4fb2241e88b6e8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://00/74/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:0074b194458aa8b6f45c180388663d21500e95f8614dec71bf1f38347e17e272_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e3/15/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://76/0d/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917_package.tar.zst\nDEBUG: For url file://ea/e4/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:eae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/e4/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.13%3Ar0%3Acore2-64%3A12%3Aeae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc_package_write_deb.tar.zst;downloadfilename=ea/e4/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:eae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://42/90/sstate:libxml2-native::2.12.8:r0::12:429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/13/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f_package_qa.tar.zst\nDEBUG: Searching for universal/e3/15/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2e/a9/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: Searching for 76/0d/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 42/90/sstate:libxml2-native::2.12.8:r0::12:429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1f/13/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e3/15/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://47/a5/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/23/sstate:libxi-native::1.8.1:r0::12:ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b_populate_lic.tar.zst\nDEBUG: Using  for 76/0d/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917_package.tar.zst\nDEBUG: Using  for 42/90/sstate:libxml2-native::2.12.8:r0::12:429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d_populate_lic.tar.zst\nDEBUG: Using  for 1f/13/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f_package_qa.tar.zst\nDEBUG: Testing URL file://universal/e3/15/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://62/60/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ee/23/sstate:libxi-native::1.8.1:r0::12:ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://76/0d/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917_package.tar.zst\nDEBUG: Testing URL file://42/90/sstate:libxml2-native::2.12.8:r0::12:429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d_populate_lic.tar.zst\nDEBUG: Testing URL file://1f/13/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/e3/15/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 62/60/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ee/23/sstate:libxi-native::1.8.1:r0::12:ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '76/0d/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '42/90/sstate:libxml2-native::2.12.8:r0::12:429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d_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/13/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f_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/e3/15/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e3/15/sstate%3Alibarchive-native%3Ax86_64-linux%3A3.7.4%3Ar0%3Ax86_64%3A12%3Ae3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba_populate_sysroot.tar.zst;downloadfilename=universal/e3/15/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba_populate_sysroot.tar.zst\nDEBUG: Using  for 62/60/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ee/23/sstate:libxi-native::1.8.1:r0::12:ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b_populate_lic.tar.zst\nDEBUG: For url file://76/0d/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/0d/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917_package.tar.zst;downloadfilename=76/0d/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917_package.tar.zst\nDEBUG: For url file://42/90/sstate:libxml2-native::2.12.8:r0::12:429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/90/sstate%3Alibxml2-native%3A%3A2.12.8%3Ar0%3A%3A12%3A429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d_populate_lic.tar.zst;downloadfilename=42/90/sstate:libxml2-native::2.12.8:r0::12:429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d_populate_lic.tar.zst\nDEBUG: For url file://1f/13/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/13/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.7p1%3Ar0%3Acore2-64%3A12%3A1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f_package_qa.tar.zst;downloadfilename=1f/13/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f_package_qa.tar.zst\nDEBUG: Testing URL file://62/60/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ee/23/sstate:libxi-native::1.8.1:r0::12:ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b_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/60/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1_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/23/sstate:libxi-native::1.8.1:r0::12:ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/23/sstate%3Alibxi-native%3A%3A1.8.1%3Ar0%3A%3A12%3Aee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b_populate_lic.tar.zst;downloadfilename=ee/23/sstate:libxi-native::1.8.1:r0::12:ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b_populate_lic.tar.zst\nDEBUG: For url file://62/60/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/60/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A12%3A62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1_deploy_source_date_epoch.tar.zst;downloadfilename=62/60/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://76/a7/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e3/15/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/c3/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://42/90/sstate:libxml2-native::2.12.8:r0::12:429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://57/b3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/47/8b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://76/0d/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:760db89c73568041d3eb02b38d3102a6c49821b2d114d33372fcc24f8f01a917_package.tar.zst\nDEBUG: Searching for e4/c3/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1f/13/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://30/79/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://37/7a/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156_packagedata.tar.zst\nDEBUG: Searching for universal/47/8b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://48/e8/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/c8/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:e9c888693cde078982a0a6b5ada358b8414efb81f7400b59408c7d4b1848aef4_package_write_ipk.tar.zst\nDEBUG: Using  for e4/c3/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/74/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d_package.tar.zst\nDEBUG: Searching for 30/79/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 37/7a/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/47/8b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e_recipe_qa.tar.zst\nDEBUG: Searching for 48/e8/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ae/26/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e4/c3/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9_package_write_ipk.tar.zst\nDEBUG: Searching for 2f/74/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 30/79/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8_package_write_ipk.tar.zst\nDEBUG: Using  for 37/7a/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/23/sstate:libxi-native::1.8.1:r0::12:ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/47/8b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e_recipe_qa.tar.zst\nDEBUG: Using  for 48/e8/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563_packagedata.tar.zst\nDEBUG: Searching for ae/26/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e4/c3/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9_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://62/60/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:62603d1b34bbca7306c0b9a4d97bed5611fa1df50cbe0fd5eaf8b0e5333f0db1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2f/74/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d_package.tar.zst\nDEBUG: Testing URL file://30/79/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://37/7a/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://46/c3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/47/8b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e_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/e8/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563_packagedata.tar.zst\nDEBUG: Using  for ae/26/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450_create_package_spdx.tar.zst\nDEBUG: For url file://e4/c3/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/c3/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3Ae4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9_package_write_ipk.tar.zst;downloadfilename=e4/c3/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://91/dd/sstate:xserver-xorg::21.1.13:r0::12:91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4_populate_lic.tar.zst\nDEBUG: Testing URL file://2f/74/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d_package.tar.zst\nDEBUG: For url ['file', '', '30/79/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8_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', '', '37/7a/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 46/c3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/47/8b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/47/8b/sstate%3Apython3-hatch-fancy-pypi-readme-native%3Ax86_64-linux%3A24.1.0%3Ar0%3Ax86_64%3A12%3A478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e_recipe_qa.tar.zst;downloadfilename=universal/47/8b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '48/e8/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ae/26/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450_create_package_spdx.tar.zst\nDEBUG: Searching for 91/dd/sstate:xserver-xorg::21.1.13:r0::12:91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2f/74/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://30/79/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/79/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A12%3A30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8_package_write_ipk.tar.zst;downloadfilename=30/79/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8_package_write_ipk.tar.zst\nDEBUG: For url file://37/7a/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/7a/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156_packagedata.tar.zst;downloadfilename=37/7a/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156_packagedata.tar.zst\nDEBUG: Using  for 46/c3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04_package_write_rpm.tar.zst\nDEBUG: For url file://48/e8/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/e8/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.4%3Ar0%3Acore2-64%3A12%3A48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563_packagedata.tar.zst;downloadfilename=48/e8/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ae/26/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 91/dd/sstate:xserver-xorg::21.1.13:r0::12:91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4_populate_lic.tar.zst\nDEBUG: For url file://2f/74/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/74/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A12%3A2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d_package.tar.zst;downloadfilename=2f/74/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d_package.tar.zst\nDEBUG: Testing URL file://46/c3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04_package_write_rpm.tar.zst\nDEBUG: For url file://ae/26/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/26/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A12%3Aae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450_create_package_spdx.tar.zst;downloadfilename=ae/26/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/c3/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e4c3f47be3d362b4eab30ba2c729fb1665e6a54123e38b6edaad089eed4daff9_package_write_ipk.tar.zst\nDEBUG: Testing URL file://91/dd/sstate:xserver-xorg::21.1.13:r0::12:91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '46/c3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04_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/47/8b/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:478b3155492557657b7b57bc74c1e4087c65ca31cf7af69b5681950ba3aace3e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://da/f3/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '91/dd/sstate:xserver-xorg::21.1.13:r0::12:91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4_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/c3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/c3/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A12%3A46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04_package_write_rpm.tar.zst;downloadfilename=46/c3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/c3/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821_package_qa.tar.zst\nDEBUG: Searching for da/f3/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://91/dd/sstate:xserver-xorg::21.1.13:r0::12:91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/dd/sstate%3Axserver-xorg%3A%3A21.1.13%3Ar0%3A%3A12%3A91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4_populate_lic.tar.zst;downloadfilename=91/dd/sstate:xserver-xorg::21.1.13:r0::12:91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4_populate_lic.tar.zst\nDEBUG: Searching for f7/c3/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://37/7a/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156_packagedata.tar.zst\nDEBUG: Using  for da/f3/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1_recipe_qa.tar.zst\nDEBUG: Using  for f7/c3/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/bf/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/74/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:2f74a9b582979034101e178745688b50830eb0c3144136dfa6537a5e4739eb2d_package.tar.zst\nDEBUG: Testing URL file://da/f3/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1_recipe_qa.tar.zst\nDEBUG: Testing URL file://f7/c3/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821_package_qa.tar.zst\nDEBUG: Searching for b5/bf/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://87/bd/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b_package.tar.zst\nDEBUG: For url ['file', '', 'da/f3/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f7/c3/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b5/bf/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14_create_spdx.tar.zst\nDEBUG: Searching for 87/bd/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://da/f3/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/f3/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Adaf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1_recipe_qa.tar.zst;downloadfilename=da/f3/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1_recipe_qa.tar.zst\nDEBUG: For url file://f7/c3/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/c3/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.9%3Ar0%3Acore2-64%3A12%3Af7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821_package_qa.tar.zst;downloadfilename=f7/c3/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821_package_qa.tar.zst\nDEBUG: Testing URL file://b5/bf/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14_create_spdx.tar.zst\nDEBUG: Using  for 87/bd/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b_package.tar.zst\nDEBUG: For url ['file', '', 'b5/bf/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14_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://46/c3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://91/dd/sstate:xserver-xorg::21.1.13:r0::12:91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4_populate_lic.tar.zst\nDEBUG: Testing URL file://87/bd/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://82/8a/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:828a213f67c3e9e9bc1abb98fd9b9f2100de54c1876f47dd66ac62cf5026baa8_package_write_ipk.tar.zst\nDEBUG: For url file://b5/bf/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/bf/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3Ab5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14_create_spdx.tar.zst;downloadfilename=b5/bf/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://27/16/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/33/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1_packagedata.tar.zst\nDEBUG: For url ['file', '', '87/bd/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b_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://16/cc/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 27/16/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for eb/33/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8a/eb/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9_create_spdx.tar.zst\nDEBUG: For url file://87/bd/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/bd/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.4%3Ar0%3Acore2-64%3A12%3A87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b_package.tar.zst;downloadfilename=87/bd/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b_package.tar.zst\nDEBUG: Searching for 16/cc/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 27/16/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826_populate_sysroot.tar.zst\nDEBUG: Using  for eb/33/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/ce/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://da/f3/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/c3/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821_package_qa.tar.zst\nDEBUG: Using  for 16/cc/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://27/16/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://48/e8/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563_packagedata.tar.zst\nDEBUG: Testing URL file://eb/33/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1_packagedata.tar.zst\nDEBUG: Searching for 0f/ce/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7f/f9/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://34/3a/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf_package_write_ipk.tar.zst\nDEBUG: Testing URL file://16/cc/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '27/16/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826_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://30/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd_packagedata.tar.zst\nDEBUG: For url ['file', '', 'eb/33/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0f/ce/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c_packagedata.tar.zst\nDEBUG: Searching for 7f/f9/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 34/3a/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '16/cc/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72_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/16/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/16/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826_populate_sysroot.tar.zst;downloadfilename=27/16/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826_populate_sysroot.tar.zst\nDEBUG: Searching for 30/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://eb/33/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/33/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.73.1%3Ar0%3Acore2-64%3A12%3Aeb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1_packagedata.tar.zst;downloadfilename=eb/33/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1_packagedata.tar.zst\nDEBUG: Testing URL file://0f/ce/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c_packagedata.tar.zst\nDEBUG: Using  for 7f/f9/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a_package.tar.zst\nDEBUG: Using  for 34/3a/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf_package_write_ipk.tar.zst\nDEBUG: For url file://16/cc/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/cc/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.8%3Ar0%3Acore2-64%3A12%3A16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72_deploy_source_date_epoch.tar.zst;downloadfilename=16/cc/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 30/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://87/bd/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:87bdb40ba76987b7c21de1ff2df6a06f5168d749b260d16780fc0a509e78990b_package.tar.zst\nDEBUG: For url ['file', '', '0f/ce/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7f/f9/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a_package.tar.zst\nDEBUG: Testing URL file://34/3a/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf_package_write_ipk.tar.zst\nDEBUG: Testing URL file://30/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/1d/sstate:pixman::0.42.2:r0::12:cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045_populate_lic.tar.zst\nDEBUG: For url file://0f/ce/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/ce/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A12%3A0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c_packagedata.tar.zst;downloadfilename=0f/ce/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c_packagedata.tar.zst\nDEBUG: For url ['file', '', '7f/f9/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '34/3a/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf_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', '', '30/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cf/1d/sstate:pixman::0.42.2:r0::12:cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7f/f9/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/f9/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.10.0%3Ar0%3Acore2-64%3A12%3A7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a_package.tar.zst;downloadfilename=7f/f9/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a_package.tar.zst\nDEBUG: For url file://34/3a/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/3a/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.6%3Ar0%3Acore2-64%3A12%3A343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf_package_write_ipk.tar.zst;downloadfilename=34/3a/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://27/16/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:271638b2d2e475fea24581390e604aa8b87e4ab2cb300506b57657e9a4efc826_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://35/42/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:3542b2d7e975e6ba1a00578cee0e864c228520890def895b1700548657a3a866_package_write_ipk.tar.zst\nDEBUG: For url file://30/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/83/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd_packagedata.tar.zst;downloadfilename=30/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/33/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1_packagedata.tar.zst\nDEBUG: Using  for cf/1d/sstate:pixman::0.42.2:r0::12:cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://93/de/sstate:xxhash::0.8.2:r0::12:93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/05/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a9/03/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8_create_spdx.tar.zst\nDEBUG: Testing URL file://cf/1d/sstate:pixman::0.42.2:r0::12:cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045_populate_lic.tar.zst\nDEBUG: Searching for 93/de/sstate:xxhash::0.8.2:r0::12:93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f6/05/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a9/03/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cf/1d/sstate:pixman::0.42.2:r0::12:cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045_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://0f/ce/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c_packagedata.tar.zst\nDEBUG: Using  for 93/de/sstate:xxhash::0.8.2:r0::12:93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397_populate_lic.tar.zst\nDEBUG: Using  for f6/05/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9_packagedata.tar.zst\nDEBUG: Using  for universal/a9/03/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8_create_spdx.tar.zst\nDEBUG: For url file://cf/1d/sstate:pixman::0.42.2:r0::12:cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/1d/sstate%3Apixman%3A%3A0.42.2%3Ar0%3A%3A12%3Acf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045_populate_lic.tar.zst;downloadfilename=cf/1d/sstate:pixman::0.42.2:r0::12:cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://87/95/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61_package_write_ipk.tar.zst\nDEBUG: Testing URL file://93/de/sstate:xxhash::0.8.2:r0::12:93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397_populate_lic.tar.zst\nDEBUG: Testing URL file://f6/05/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9_packagedata.tar.zst\nDEBUG: Testing URL file://universal/a9/03/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8_create_spdx.tar.zst\nDEBUG: Searching for 87/95/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '93/de/sstate:xxhash::0.8.2:r0::12:93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f6/05/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/a9/03/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/95/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61_package_write_ipk.tar.zst\nDEBUG: For url file://93/de/sstate:xxhash::0.8.2:r0::12:93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/de/sstate%3Axxhash%3A%3A0.8.2%3Ar0%3A%3A12%3A93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397_populate_lic.tar.zst;downloadfilename=93/de/sstate:xxhash::0.8.2:r0::12:93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397_populate_lic.tar.zst\nDEBUG: For url file://f6/05/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/05/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Af6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9_packagedata.tar.zst;downloadfilename=f6/05/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9_packagedata.tar.zst\nDEBUG: For url file://universal/a9/03/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a9/03/sstate%3Acairo-native%3Ax86_64-linux%3A1.18.0%3Ar0%3Ax86_64%3A12%3Aa9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8_create_spdx.tar.zst;downloadfilename=universal/a9/03/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8_create_spdx.tar.zst\nDEBUG: Testing URL file://87/95/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://16/cc/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:16ccbe661ca369d121bdc3c9f052e38716297abd8f9d114a31d9a659358c9f72_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '87/95/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61_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://cf/1d/sstate:pixman::0.42.2:r0::12:cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/26/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://25/64/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27_create_spdx.tar.zst\nDEBUG: For url file://87/95/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/95/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61_package_write_ipk.tar.zst;downloadfilename=87/95/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://07/1d/sstate:libgudev::238:r0::12:071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c_populate_lic.tar.zst\nDEBUG: Searching for 25/64/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e6/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 07/1d/sstate:libgudev::238:r0::12:071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://34/3a/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:343aa5e5e2f8d0056a94a44fa920c21eab133b17ad68d089825c78faa835cccf_package_write_ipk.tar.zst\nDEBUG: Using  for 25/64/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27_create_spdx.tar.zst\nDEBUG: Using  for e6/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa_package_write_rpm.tar.zst\nDEBUG: Using  for 07/1d/sstate:libgudev::238:r0::12:071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/12/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3_recipe_qa.tar.zst\nDEBUG: Testing URL file://25/64/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/05/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://93/de/sstate:xxhash::0.8.2:r0::12:93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a9/03/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8_create_spdx.tar.zst\nDEBUG: Testing URL file://e6/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://07/1d/sstate:libgudev::238:r0::12:071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c_populate_lic.tar.zst\nDEBUG: Searching for a4/12/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '25/64/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27_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://fa/06/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0b/93/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/61/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a_package.tar.zst\nDEBUG: For url ['file', '', 'e6/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa_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/1d/sstate:libgudev::238:r0::12:071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a4/12/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3_recipe_qa.tar.zst\nDEBUG: For url file://25/64/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/64/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.1%3Ar0%3Acore2-64%3A12%3A256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27_create_spdx.tar.zst;downloadfilename=25/64/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27_create_spdx.tar.zst\nDEBUG: Searching for fa/06/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/0b/93/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4b/61/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e6/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/32/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3Ae6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa_package_write_rpm.tar.zst;downloadfilename=e6/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa_package_write_rpm.tar.zst\nDEBUG: For url file://07/1d/sstate:libgudev::238:r0::12:071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/1d/sstate%3Alibgudev%3A%3A238%3Ar0%3A%3A12%3A071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c_populate_lic.tar.zst;downloadfilename=07/1d/sstate:libgudev::238:r0::12:071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c_populate_lic.tar.zst\nDEBUG: Testing URL file://a4/12/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3_recipe_qa.tar.zst\nDEBUG: Using  for fa/06/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://87/95/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:879576d8752320f498fa6244abd35e16e2ebcc3c9a92275971ddc68353ae5c61_package_write_ipk.tar.zst\nDEBUG: Using  for universal/0b/93/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674_recipe_qa.tar.zst\nDEBUG: Using  for 4b/61/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/b4/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a4/12/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fa/06/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/70/79/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/0b/93/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674_recipe_qa.tar.zst\nDEBUG: Testing URL file://4b/61/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/8d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74_packagedata.tar.zst\nDEBUG: For url file://a4/12/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/12/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3Aa41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3_recipe_qa.tar.zst;downloadfilename=a4/12/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fa/06/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/70/79/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/0b/93/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674_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/61/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ee/8d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fa/06/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/06/sstate%3Acurl%3Acore2-64-poky-linux%3A8.8.0%3Ar0%3Acore2-64%3A12%3Afa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5_recipe_qa.tar.zst;downloadfilename=fa/06/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5_recipe_qa.tar.zst\nDEBUG: Using  for universal/70/79/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c_create_spdx.tar.zst\nDEBUG: For url file://universal/0b/93/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0b/93/sstate%3Acwautomacros-native%3Ax86_64-linux%3A20110201%3Ar0%3Ax86_64%3A12%3A0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674_recipe_qa.tar.zst;downloadfilename=universal/0b/93/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674_recipe_qa.tar.zst\nDEBUG: For url file://4b/61/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/61/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a_package.tar.zst;downloadfilename=4b/61/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a_package.tar.zst\nDEBUG: Using  for ee/8d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74_packagedata.tar.zst\nDEBUG: Testing URL file://universal/70/79/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://30/83/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd_packagedata.tar.zst\nDEBUG: Testing URL file://ee/8d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/70/79/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c_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://0f/9d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ee/8d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/70/79/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/70/79/sstate%3Across-localedef-native%3Ax86_64-linux%3A2.39%2Bgit%3Ar0%3Ax86_64%3A12%3A70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c_create_spdx.tar.zst;downloadfilename=universal/70/79/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c_create_spdx.tar.zst\nDEBUG: Searching for 0f/9d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ee/8d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/8d/sstate%3Aofono%3Acore2-64-poky-linux%3A2.8%3Ar0%3Acore2-64%3A12%3Aee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74_packagedata.tar.zst;downloadfilename=ee/8d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74_packagedata.tar.zst\nDEBUG: Using  for 0f/9d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://07/1d/sstate:libgudev::238:r0::12:071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/bf/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/06/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://30/79/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:30799164d7affd89241eaacec6e8b34afb905abfb87102147f52b5f5ed0768a8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://0f/9d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/5d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0b/93/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:0b930f6bb3bed4b63aa25cecb29b14c8586076d64609c38daff950c6397ac674_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/eb/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/78/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/1b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:e31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '0f/9d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0c/5d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e3/63/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5c/eb/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/2e/78/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e3/1b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:e31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0f/9d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/9d/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94_create_spdx.tar.zst;downloadfilename=0f/9d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94_create_spdx.tar.zst\nDEBUG: Using  for 0c/5d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06_create_spdx.tar.zst\nDEBUG: Searching for e3/63/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5c/eb/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/70/79/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c_create_spdx.tar.zst\nDEBUG: Using  for universal/2e/78/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf_create_spdx.tar.zst\nDEBUG: Using  for e3/1b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:e31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67_package_write_deb.tar.zst\nDEBUG: Testing URL file://0c/5d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06_create_spdx.tar.zst\nDEBUG: Using  for e3/63/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/8d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74_packagedata.tar.zst\nDEBUG: Testing URL file://5c/eb/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/e7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/2e/78/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf_create_spdx.tar.zst\nDEBUG: Testing URL file://e3/1b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:e31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '0c/5d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e3/63/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/98/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5c/eb/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7f/e7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/2e/78/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e3/1b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:e31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67_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://0c/5d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/5d/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.6%3Ar0%3Acore2-64%3A12%3A0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06_create_spdx.tar.zst;downloadfilename=0c/5d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e3/63/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0_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/98/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5c/eb/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/eb/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.1%3Ar0%3Acore2-64%3A12%3A5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b_create_package_spdx.tar.zst;downloadfilename=5c/eb/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b_create_package_spdx.tar.zst\nDEBUG: Using  for 7f/e7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c_package_write_ipk.tar.zst\nDEBUG: For url file://universal/2e/78/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/78/sstate%3Atcl-native%3Ax86_64-linux%3A8.6.14%3Ar0%3Ax86_64%3A12%3A2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf_create_spdx.tar.zst;downloadfilename=universal/2e/78/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf_create_spdx.tar.zst\nDEBUG: For url file://e3/1b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:e31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/1b/sstate%3Aglib-2.0-initial%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3Ae31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67_package_write_deb.tar.zst;downloadfilename=e3/1b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:e31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67_package_write_deb.tar.zst\nDEBUG: For url file://e3/63/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/63/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3Ae3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0_deploy_source_date_epoch.tar.zst;downloadfilename=e3/63/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1c/98/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/e4/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:eae40682ff26f0e3e548a0d0d0549c65adb93d9d379e0effa239c15d8c4715fc_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/9d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94_create_spdx.tar.zst\nDEBUG: Testing URL file://7f/e7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1c/98/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://02/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/99/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c699e88fca835e77649d233abe116e91d8f7c58aae88c57aad28c9a1b4cbd14d_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f4/4b/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:f44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7f/e7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c_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://universal/26/31/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1c/98/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 02/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1e/aa/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df_recipe_qa.tar.zst\nDEBUG: Searching for universal/f4/4b/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:f44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7f/e7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/e7/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c_package_write_ipk.tar.zst;downloadfilename=7f/e7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c_package_write_ipk.tar.zst\nDEBUG: Searching for universal/26/31/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1c/98/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/98/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A12%3A1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9_populate_sysroot.tar.zst;downloadfilename=1c/98/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9_populate_sysroot.tar.zst\nDEBUG: Using  for 02/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a_create_package_spdx.tar.zst\nDEBUG: Searching for 1e/aa/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f4/4b/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:f44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/78/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf_create_spdx.tar.zst\nDEBUG: Using  for universal/26/31/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/1b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:e31bc3545f05402a1e141dcc12d87a1c74c154d20780bf457b7aa8b965b54f67_package_write_deb.tar.zst\nDEBUG: Testing URL file://02/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/63/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e3639c07eca6a0ba888985adb932df2ad230a3a70c6f34c1300f74098f8662b0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1e/aa/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/f4/4b/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:f44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/c4/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/26/31/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '02/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a_create_package_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/5b/55/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973_recipe_qa.tar.zst\nDEBUG: Testing URL file://1e/aa/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f4/4b/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:f44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e_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 ca/c4/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/26/31/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846_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 8d/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://02/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/72/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A12%3A0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a_create_package_spdx.tar.zst;downloadfilename=02/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a_create_package_spdx.tar.zst\nDEBUG: Searching for universal/5b/55/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1e/aa/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df_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/f4/4b/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:f44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/4b/sstate%3Acargo-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3Af44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f4/4b/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:f44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ca/c4/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078_create_spdx.tar.zst\nDEBUG: For url file://universal/26/31/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/26/31/sstate%3Autil-macros-native%3Ax86_64-linux%3A1.20.1%3Ar0%3Ax86_64%3A12%3A2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846_deploy_source_date_epoch.tar.zst;downloadfilename=universal/26/31/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 8d/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e_package_write_deb.tar.zst\nDEBUG: Using  for universal/5b/55/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973_recipe_qa.tar.zst\nDEBUG: For url file://1e/aa/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/aa/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.7%3Ar0%3Acore2-64%3A12%3A1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df_recipe_qa.tar.zst;downloadfilename=1e/aa/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/98/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1c987854efb231cfd93a0edf2dcc4cb46179d5eee99ce2cb4a33d638f55964a9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ca/c4/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/f9/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:7ff9dd39bd16cf7aa1b4b94e76988d213671e0014409723914981dfe2eb8561a_package.tar.zst\nDEBUG: Testing URL file://8d/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/5b/55/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://62/2a/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ca/c4/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078_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://74/21/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8d/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e_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/5b/55/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 62/2a/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ca/c4/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/c4/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A12%3Acac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078_create_spdx.tar.zst;downloadfilename=ca/c4/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078_create_spdx.tar.zst\nDEBUG: Searching for 74/21/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8d/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/a3/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e_package_write_deb.tar.zst;downloadfilename=8d/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e_package_write_deb.tar.zst\nDEBUG: For url file://universal/5b/55/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5b/55/sstate%3Alibxrender-native%3Ax86_64-linux%3A0.9.11%3Ar0%3Ax86_64%3A12%3A5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973_recipe_qa.tar.zst;downloadfilename=universal/5b/55/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973_recipe_qa.tar.zst\nDEBUG: Using  for 62/2a/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833_package_write_deb.tar.zst\nDEBUG: Using  for 74/21/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f4/4b/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:f44bb8e80b4b92e80527837b1202245b2d2d277de360782ddfed32d21ea1525e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/26/31/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:2631a5a2f08fd207315613f670577c7703a5d91f12d0a8cafabcf28b2cf85846_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/aa/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df_recipe_qa.tar.zst\nDEBUG: Testing URL file://62/2a/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833_package_write_deb.tar.zst\nDEBUG: Testing URL file://74/21/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://12/3a/sstate:python3-pathspec-native::0.12.1:r0::12:123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/5d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://50/3a/sstate:libxdmcp::1.1.5:r0::12:503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78_populate_lic.tar.zst\nDEBUG: For url ['file', '', '62/2a/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833_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', '', '74/21/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 12/3a/sstate:python3-pathspec-native::0.12.1:r0::12:123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6c/5d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 50/3a/sstate:libxdmcp::1.1.5:r0::12:503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://62/2a/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/2a/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A12%3A622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833_package_write_deb.tar.zst;downloadfilename=62/2a/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833_package_write_deb.tar.zst\nDEBUG: For url file://74/21/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/21/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A12%3A742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29_populate_sysroot.tar.zst;downloadfilename=74/21/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29_populate_sysroot.tar.zst\nDEBUG: Using  for 12/3a/sstate:python3-pathspec-native::0.12.1:r0::12:123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0_populate_lic.tar.zst\nDEBUG: Using  for 6c/5d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb_create_spdx.tar.zst\nDEBUG: Using  for 50/3a/sstate:libxdmcp::1.1.5:r0::12:503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78_populate_lic.tar.zst\nDEBUG: Testing URL file://12/3a/sstate:python3-pathspec-native::0.12.1:r0::12:123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0_populate_lic.tar.zst\nDEBUG: Testing URL file://6c/5d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/12/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3_recipe_qa.tar.zst\nDEBUG: Testing URL file://50/3a/sstate:libxdmcp::1.1.5:r0::12:503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78_populate_lic.tar.zst\nDEBUG: For url ['file', '', '12/3a/sstate:python3-pathspec-native::0.12.1:r0::12:123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0_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:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb_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/94/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5b/55/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '50/3a/sstate:libxdmcp::1.1.5:r0::12:503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://12/3a/sstate:python3-pathspec-native::0.12.1:r0::12:123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/3a/sstate%3Apython3-pathspec-native%3A%3A0.12.1%3Ar0%3A%3A12%3A123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0_populate_lic.tar.zst;downloadfilename=12/3a/sstate:python3-pathspec-native::0.12.1:r0::12:123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0_populate_lic.tar.zst\nDEBUG: For url file://6c/5d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/5d/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A12%3A6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb_create_spdx.tar.zst;downloadfilename=6c/5d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb_create_spdx.tar.zst\nDEBUG: Searching for 38/94/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0a/53/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1_packagedata.tar.zst\nDEBUG: For url file://50/3a/sstate:libxdmcp::1.1.5:r0::12:503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/3a/sstate%3Alibxdmcp%3A%3A1.1.5%3Ar0%3A%3A12%3A503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78_populate_lic.tar.zst;downloadfilename=50/3a/sstate:libxdmcp::1.1.5:r0::12:503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78_populate_lic.tar.zst\nDEBUG: Using  for 38/94/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://62/2a/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:622a0b49779de19544057b09a7209285422840fdb94da752bc779e0b3f481833_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://74/21/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:742123c22624621da093fc335db4916a627e9dfa326ab0af2dfe057f0fbf7b29_populate_sysroot.tar.zst\nDEBUG: Searching for 0a/53/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://38/94/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://72/87/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:7287c50e2cc42c281befae0c93eb4b02c9b4ed502cd8696c5e5b6307e49f0e1e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/9d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/91/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90_package_write_rpm.tar.zst\nDEBUG: Using  for 0a/53/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1_packagedata.tar.zst\nDEBUG: For url ['file', '', '38/94/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a_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://32/db/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3_recipe_qa.tar.zst\nDEBUG: Searching for e3/9d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0e/91/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0a/53/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1_packagedata.tar.zst\nDEBUG: For url file://38/94/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/94/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A12%3A38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a_populate_sysroot.tar.zst;downloadfilename=38/94/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a_populate_sysroot.tar.zst\nDEBUG: Searching for 32/db/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e3/9d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699_package_write_rpm.tar.zst\nDEBUG: Using  for 0e/91/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0a/53/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1_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/3a/sstate:python3-pathspec-native::0.12.1:r0::12:123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0_populate_lic.tar.zst\nDEBUG: Using  for 32/db/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3_recipe_qa.tar.zst\nDEBUG: Testing URL file://e3/9d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0e/91/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90_package_write_rpm.tar.zst\nDEBUG: For url file://0a/53/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/53/sstate%3Aell%3Acore2-64-poky-linux%3A0.66%3Ar0%3Acore2-64%3A12%3A0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1_packagedata.tar.zst;downloadfilename=0a/53/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/58/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:f25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3_package.tar.zst\nDEBUG: Testing URL file://32/db/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e3/9d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699_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', '', '0e/91/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f2/58/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:f25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '32/db/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3_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://4b/61/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:4b613590944b8e434bb27972e1bc0bad5c4c871ba19b48e9dc717ea6e319e81a_package.tar.zst\nDEBUG: For url file://e3/9d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/9d/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3Ae39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699_package_write_rpm.tar.zst;downloadfilename=e3/9d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699_package_write_rpm.tar.zst\nDEBUG: For url file://0e/91/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/91/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.36%3Ar0%3Aallarch%3A12%3A0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90_package_write_rpm.tar.zst;downloadfilename=0e/91/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90_package_write_rpm.tar.zst\nDEBUG: Using  for f2/58/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:f25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3_package.tar.zst\nDEBUG: For url file://32/db/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/db/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A12%3A32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3_recipe_qa.tar.zst;downloadfilename=32/db/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6f/2e/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f2/58/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:f25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/5d/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/c4/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078_create_spdx.tar.zst\nDEBUG: Searching for universal/6f/2e/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f2/58/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:f25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3_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/3a/sstate:libxdmcp::1.1.5:r0::12:503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/5d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/e1/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://68/49/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f_create_package_spdx.tar.zst\nDEBUG: Using  for universal/6f/2e/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f2/58/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:f25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/58/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.18%3Ar0%3Acore2-64%3A12%3Af25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3_package.tar.zst;downloadfilename=f2/58/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:f25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://46/28/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285_package.tar.zst\nDEBUG: SState: Attempting to fetch file://43/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81_package_qa.tar.zst\nDEBUG: Searching for 0f/e1/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 68/49/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/6f/2e/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 46/28/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e3/9d/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/91/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90_package_write_rpm.tar.zst\nDEBUG: Searching for 43/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://32/db/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3_recipe_qa.tar.zst\nDEBUG: Using  for 0f/e1/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf_create_spdx.tar.zst\nDEBUG: Using  for 68/49/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/6f/2e/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7_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/28/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285_package.tar.zst\nDEBUG: SState: Attempting to fetch file://21/54/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://56/e3/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 43/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/cf/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470_create_spdx.tar.zst\nDEBUG: Testing URL file://0f/e1/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf_create_spdx.tar.zst\nDEBUG: Testing URL file://68/49/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f_create_package_spdx.tar.zst\nDEBUG: For url file://universal/6f/2e/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/2e/sstate%3Agnutls-native%3Ax86_64-linux%3A3.8.5%3Ar0%3Ax86_64%3A12%3A6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7_deploy_source_date_epoch.tar.zst;downloadfilename=universal/6f/2e/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://46/28/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285_package.tar.zst\nDEBUG: Searching for 21/54/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 56/e3/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://43/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81_package_qa.tar.zst\nDEBUG: Searching for 6f/cf/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0f/e1/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf_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/49/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '46/28/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 21/54/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7_create_package_spdx.tar.zst\nDEBUG: Using  for 56/e3/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/58/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:f25814865f3651844968a1efeeaa242c268f0c15c39accc48ff3e2247ac3ebb3_package.tar.zst\nDEBUG: For url ['file', '', '43/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6f/cf/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470_create_spdx.tar.zst\nDEBUG: For url file://0f/e1/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/e1/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.8.2%3Ar0%3Acore2-64%3A12%3A0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf_create_spdx.tar.zst;downloadfilename=0f/e1/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf_create_spdx.tar.zst\nDEBUG: For url file://68/49/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/49/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f_create_package_spdx.tar.zst;downloadfilename=68/49/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f_create_package_spdx.tar.zst\nDEBUG: For url file://46/28/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/28/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3A462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285_package.tar.zst;downloadfilename=46/28/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285_package.tar.zst\nDEBUG: Testing URL file://21/54/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://56/e3/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/59/9f/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd_populate_sysroot.tar.zst\nDEBUG: For url file://43/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/ee/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81_package_qa.tar.zst;downloadfilename=43/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81_package_qa.tar.zst\nDEBUG: Testing URL file://6f/cf/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/e7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7fe774866be17711be8f11cb761c3d9e14875de9c30fa04ac95bbf99bb75e39c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6f/2e/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:6f2edfc6395c80d8f7b07d327708b98a025c4ebe49d0faa4ee2fc537e81764b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/53/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1_packagedata.tar.zst\nDEBUG: For url ['file', '', '21/54/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7_create_package_spdx.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:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778_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/59/9f/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6f/cf/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470_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/64/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://10/ca/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://92/7b/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/61/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:bb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://21/54/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/54/sstate%3Aiw%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7_create_package_spdx.tar.zst;downloadfilename=21/54/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7_create_package_spdx.tar.zst\nDEBUG: For url file://56/e3/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/e3/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778_deploy_source_date_epoch.tar.zst;downloadfilename=56/e3/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/59/9f/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd_populate_sysroot.tar.zst\nDEBUG: For url file://6f/cf/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/cf/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.13.0%3Ar0%3Acore2-64%3A12%3A6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470_create_spdx.tar.zst;downloadfilename=6f/cf/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://43/72/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80_package_write_deb.tar.zst\nDEBUG: Searching for 10/ca/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 92/7b/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bb/61/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:bb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/59/9f/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://43/ee/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81_package_qa.tar.zst\nDEBUG: Searching for 43/72/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 10/ca/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74_packagedata.tar.zst\nDEBUG: Using  for 92/7b/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://46/28/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:462834162e8de788601e117f565732c6e086b600916c9c5f39d7dc1440b95285_package.tar.zst\nDEBUG: Using  for bb/61/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:bb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/59/9f/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd_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/e7/4a/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a_create_package_spdx.tar.zst\nDEBUG: Using  for 43/72/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80_package_write_deb.tar.zst\nDEBUG: Testing URL file://10/ca/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74_packagedata.tar.zst\nDEBUG: Testing URL file://92/7b/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3f/f4/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bb/61/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:bb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/59/9f/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/59/9f/sstate%3Alibxcomposite-native%3Ax86_64-linux%3A0.4.6%3Ar0%3Ax86_64%3A12%3A599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd_populate_sysroot.tar.zst;downloadfilename=universal/59/9f/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd_populate_sysroot.tar.zst\nDEBUG: Searching for universal/e7/4a/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://43/72/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '10/ca/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '92/7b/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b_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/3f/f4/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'bb/61/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:bb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0_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/e7/4a/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '43/72/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80_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://10/ca/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/ca/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74_packagedata.tar.zst;downloadfilename=10/ca/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74_packagedata.tar.zst\nDEBUG: For url file://92/7b/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/7b/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A12%3A927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b_deploy_source_date_epoch.tar.zst;downloadfilename=92/7b/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/3f/f4/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe_create_package_spdx.tar.zst\nDEBUG: For url file://bb/61/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:bb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/61/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Abb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0_deploy_source_date_epoch.tar.zst;downloadfilename=bb/61/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:bb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e7/4a/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a_create_package_spdx.tar.zst\nDEBUG: For url file://43/72/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/72/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80_package_write_deb.tar.zst;downloadfilename=43/72/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/3f/f4/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e7/4a/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a_create_package_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/59/9f/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/3f/f4/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe_create_package_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://56/e3/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:56e3faa0ca3ef76d4d0e715481aea49067d82241c781488f0870303b642e8778_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/e7/4a/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/4a/sstate%3Agperf-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A12%3Ae74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a_create_package_spdx.tar.zst;downloadfilename=universal/e7/4a/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/06/sstate:x11perf::1.6.1:r0::12:f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc_populate_lic.tar.zst\nDEBUG: For url file://universal/3f/f4/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3f/f4/sstate%3Apython3-editables-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3A3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe_create_package_spdx.tar.zst;downloadfilename=universal/3f/f4/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://89/0a/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5_package_write_ipk.tar.zst\nDEBUG: Searching for f7/06/sstate:x11perf::1.6.1:r0::12:f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://02/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a_create_package_spdx.tar.zst\nDEBUG: Searching for 89/0a/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://92/7b/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:927bb0f172c785b608ae1f7fcff2c736de0361180268a07d238491815e89159b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f7/06/sstate:x11perf::1.6.1:r0::12:f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/db/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046_recipe_qa.tar.zst\nDEBUG: Using  for 89/0a/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/1b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2_package_qa.tar.zst\nDEBUG: Testing URL file://f7/06/sstate:x11perf::1.6.1:r0::12:f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://43/72/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80_package_write_deb.tar.zst\nDEBUG: Searching for 1e/db/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://89/0a/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5_package_write_ipk.tar.zst\nDEBUG: Searching for 4e/1b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f7/06/sstate:x11perf::1.6.1:r0::12:f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc_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/30/18/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d_recipe_qa.tar.zst\nDEBUG: Using  for 1e/db/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '89/0a/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4e/1b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2_package_qa.tar.zst\nDEBUG: For url file://f7/06/sstate:x11perf::1.6.1:r0::12:f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/06/sstate%3Ax11perf%3A%3A1.6.1%3Ar0%3A%3A12%3Af7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc_populate_lic.tar.zst;downloadfilename=f7/06/sstate:x11perf::1.6.1:r0::12:f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e7/4a/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a_create_package_spdx.tar.zst\nDEBUG: Searching for universal/30/18/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1e/db/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046_recipe_qa.tar.zst\nDEBUG: For url file://89/0a/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/0a/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.22.4%3Ar0%3Acore2-64%3A12%3A890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5_package_write_ipk.tar.zst;downloadfilename=89/0a/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://4e/1b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/28/56/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049_recipe_qa.tar.zst\nDEBUG: Using  for universal/30/18/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3f/f4/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/a3/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:8da39522cf687a5c41eaabefe0c92b7e7a835ebfa7a9b0e7561eb0192167313e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '1e/db/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4e/1b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/28/56/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/30/18/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/e5/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/7f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293_recipe_qa.tar.zst\nDEBUG: For url file://1e/db/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/db/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046_recipe_qa.tar.zst;downloadfilename=1e/db/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046_recipe_qa.tar.zst\nDEBUG: For url file://4e/1b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/1b/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2_package_qa.tar.zst;downloadfilename=4e/1b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2_package_qa.tar.zst\nDEBUG: Using  for universal/28/56/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/30/18/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ee/e5/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f7/7f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/28/56/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/06/sstate:x11perf::1.6.1:r0::12:f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/cf/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470_create_spdx.tar.zst\nDEBUG: For url file://universal/30/18/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/30/18/sstate%3Alibdrm-native%3Ax86_64-linux%3A2.4.120%3Ar0%3Ax86_64%3A12%3A3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d_recipe_qa.tar.zst;downloadfilename=universal/30/18/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://10/ca/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74_packagedata.tar.zst\nDEBUG: Using  for ee/e5/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df_create_package_spdx.tar.zst\nDEBUG: Using  for f7/7f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/28/56/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049_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://76/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/0d/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:a40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/32/bc/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ee/e5/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f7/7f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293_recipe_qa.tar.zst\nDEBUG: For url file://universal/28/56/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/28/56/sstate%3Ampfr-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A12%3A28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049_recipe_qa.tar.zst;downloadfilename=universal/28/56/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049_recipe_qa.tar.zst\nDEBUG: Searching for 76/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a4/0d/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:a40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/32/bc/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ee/e5/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f7/7f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 76/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d_package.tar.zst\nDEBUG: Using  for a4/0d/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:a40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749_package.tar.zst\nDEBUG: Using  for universal/32/bc/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ee/e5/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/e5/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3Aeee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df_create_package_spdx.tar.zst;downloadfilename=ee/e5/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df_create_package_spdx.tar.zst\nDEBUG: For url file://f7/7f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/7f/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.3.0%3Ar0%3Acore2-64%3A12%3Af77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293_recipe_qa.tar.zst;downloadfilename=f7/7f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293_recipe_qa.tar.zst\nDEBUG: Testing URL file://76/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d_package.tar.zst\nDEBUG: Testing URL file://a4/0d/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:a40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749_package.tar.zst\nDEBUG: Testing URL file://universal/32/bc/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/30/18/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '76/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a4/0d/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:a40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749_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://0f/e1/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/32/bc/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5_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/dc/1b/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:dc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://76/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/c8/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d_package.tar.zst;downloadfilename=76/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d_package.tar.zst\nDEBUG: For url file://a4/0d/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:a40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/0d/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.70%3Ar0%3Acore2-64%3A12%3Aa40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749_package.tar.zst;downloadfilename=a4/0d/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:a40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/db/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528_create_spdx.tar.zst\nDEBUG: For url file://universal/32/bc/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/32/bc/sstate%3Abc-native%3Ax86_64-linux%3A1.07.1%3Ar0%3Ax86_64%3A12%3A32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5_deploy_source_date_epoch.tar.zst;downloadfilename=universal/32/bc/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/dc/1b/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:dc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/28/56/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:28568f07ea815ac03353efb772c8aa6cc7ab234ad493becacdecad28afc0e049_recipe_qa.tar.zst\nDEBUG: Searching for ae/db/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4e/1b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/eb/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/db/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046_recipe_qa.tar.zst\nDEBUG: Using  for universal/dc/1b/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:dc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81_package_write_deb.tar.zst\nDEBUG: Using  for ae/db/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/b8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://92/a7/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/1d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/dc/1b/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:dc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0a/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ae/db/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528_create_spdx.tar.zst\nDEBUG: Searching for 0c/b8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 92/a7/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b7/1d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/dc/1b/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:dc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f_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 0a/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ae/db/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0c/b8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79_create_package_spdx.tar.zst\nDEBUG: Using  for 92/a7/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1_create_package_spdx.tar.zst\nDEBUG: Using  for b7/1d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://76/c8/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:76c8bec1e97152ca0cbea7ba0a799dbbe91c65cbd4a99223088266c298e8274d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/0d/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:a40ddd24b71cd94d0d8cf036c81136f9c7f15d39501f67cd976e5b8091c53749_package.tar.zst\nDEBUG: For url file://universal/dc/1b/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:dc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/1b/sstate%3Arpm-native%3Ax86_64-linux%3A4.19.1.1%3Ar0%3Ax86_64%3A12%3Adc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/dc/1b/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:dc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0a/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81_package_write_deb.tar.zst\nDEBUG: For url file://ae/db/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/db/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3Aaedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528_create_spdx.tar.zst;downloadfilename=ae/db/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528_create_spdx.tar.zst\nDEBUG: Testing URL file://0c/b8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79_create_package_spdx.tar.zst\nDEBUG: Testing URL file://92/a7/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b7/1d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://97/a9/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/32/bc/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:32bc481204ceb1556308cc186d6dee4d674efdfbbce3c8b255c52fc47a984da5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0a/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81_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', '', '0c/b8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '92/a7/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b7/1d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 97/a9/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0d/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f4/8d/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75_package_write_rpm.tar.zst\nDEBUG: For url file://0a/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/35/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A12%3A0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81_package_write_deb.tar.zst;downloadfilename=0a/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81_package_write_deb.tar.zst\nDEBUG: For url file://0c/b8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/b8/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.18.1%3Ar0%3Acore2-64%3A12%3A0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79_create_package_spdx.tar.zst;downloadfilename=0c/b8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79_create_package_spdx.tar.zst\nDEBUG: For url file://92/a7/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/a7/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A12%3A92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1_create_package_spdx.tar.zst;downloadfilename=92/a7/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1_create_package_spdx.tar.zst\nDEBUG: For url file://b7/1d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/1d/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.52.0%3Ar0%3Acore2-64%3A12%3Ab71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b_package_write_rpm.tar.zst;downloadfilename=b7/1d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b_package_write_rpm.tar.zst\nDEBUG: Using  for 97/a9/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0d/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb_populate_sysroot.tar.zst\nDEBUG: Searching for f4/8d/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/dc/1b/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:dc1b24e7c4a8a24ec35d4959c45be4cad110e49db235ccfea4cb7c1e1b04a89f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/e5/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/7f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293_recipe_qa.tar.zst\nDEBUG: Testing URL file://97/a9/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0d/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://21/54/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/61/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:bb6134682d890a3962766d136bd3b7b70a9ca5e62d5ff642da8e1974acd52aa0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f4/8d/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/71/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad_package.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/8a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/9c/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971_packagedata.tar.zst\nDEBUG: For url ['file', '', '97/a9/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139_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/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb_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/cb/90/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://68/49/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f2/45/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:f24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f4/8d/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75_package_write_rpm.tar.zst\nDEBUG: Searching for ab/71/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0f/8a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3e/9c/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://97/a9/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/a9/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139_deploy_source_date_epoch.tar.zst;downloadfilename=97/a9/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0d/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/91/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A12%3A0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb_populate_sysroot.tar.zst;downloadfilename=0d/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb_populate_sysroot.tar.zst\nDEBUG: Searching for universal/cb/90/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://dc/92/sstate:matchbox-config-gtk::0.2+git:r0::12:dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3_populate_lic.tar.zst\nDEBUG: Searching for universal/f2/45/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:f24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f4/8d/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ab/71/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad_package.tar.zst\nDEBUG: Using  for 0f/8a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe_recipe_qa.tar.zst\nDEBUG: Using  for 3e/9c/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/35/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:0a35bffc5d3a7719a9244699de454dfa7ec585187fbf601ade30be69068fae81_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/1d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b_package_write_rpm.tar.zst\nDEBUG: Using  for universal/cb/90/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c_create_spdx.tar.zst\nDEBUG: Searching for dc/92/sstate:matchbox-config-gtk::0.2+git:r0::12:dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f2/45/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:f24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f4/8d/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/8d/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Af48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75_package_write_rpm.tar.zst;downloadfilename=f4/8d/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ab/71/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad_package.tar.zst\nDEBUG: Testing URL file://0f/8a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe_recipe_qa.tar.zst\nDEBUG: Testing URL file://3e/9c/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/d1/sstate:glibc-mtrace::2.39+git:r0::12:3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://61/d0/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400_package.tar.zst\nDEBUG: Testing URL file://universal/cb/90/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c_create_spdx.tar.zst\nDEBUG: Using  for dc/92/sstate:matchbox-config-gtk::0.2+git:r0::12:dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/f2/45/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:f24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ab/71/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0f/8a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3e/9c/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3c/d1/sstate:glibc-mtrace::2.39+git:r0::12:3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 61/d0/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/cb/90/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://dc/92/sstate:matchbox-config-gtk::0.2+git:r0::12:dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/f2/45/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:f24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30_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/71/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/71/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A12%3Aab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad_package.tar.zst;downloadfilename=ab/71/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad_package.tar.zst\nDEBUG: For url file://0f/8a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/8a/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A12%3A0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe_recipe_qa.tar.zst;downloadfilename=0f/8a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe_recipe_qa.tar.zst\nDEBUG: For url file://3e/9c/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/9c/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A12%3A3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971_packagedata.tar.zst;downloadfilename=3e/9c/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971_packagedata.tar.zst\nDEBUG: Using  for 3c/d1/sstate:glibc-mtrace::2.39+git:r0::12:3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87_populate_lic.tar.zst\nDEBUG: Using  for 61/d0/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400_package.tar.zst\nDEBUG: For url file://universal/cb/90/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cb/90/sstate%3Avala-native%3Ax86_64-linux%3A0.56.17%3Ar0%3Ax86_64%3A12%3Acb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c_create_spdx.tar.zst;downloadfilename=universal/cb/90/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'dc/92/sstate:matchbox-config-gtk::0.2+git:r0::12:dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3_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/f2/45/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:f24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f2/45/sstate%3Adbus-glib-native%3Ax86_64-linux%3A0.112%3Ar0%3Ax86_64%3A12%3Af24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f2/45/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:f24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://97/a9/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:97a9bfa3173e0b8030ad0f5036e99c48cfe08e6907434dc4661ecad25870b139_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/91/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:0d91060e051116e30c1eff5ba8fe604cb9c071d221c3954ada153d7f3b00f2fb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3c/d1/sstate:glibc-mtrace::2.39+git:r0::12:3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87_populate_lic.tar.zst\nDEBUG: Testing URL file://61/d0/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400_package.tar.zst\nDEBUG: SState: Successful fetch test for file://92/a7/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/b8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79_create_package_spdx.tar.zst\nDEBUG: For url file://dc/92/sstate:matchbox-config-gtk::0.2+git:r0::12:dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/92/sstate%3Amatchbox-config-gtk%3A%3A0.2%2Bgit%3Ar0%3A%3A12%3Adc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3_populate_lic.tar.zst;downloadfilename=dc/92/sstate:matchbox-config-gtk::0.2+git:r0::12:dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c0/06/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://38/94/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:38944a784d823cc573b53687b6839e4e1611ca5412e3550b25fc49ea9342854a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/71/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:ab7105c2e2bd1b1182537178a82384bf51fedbb19a0cdb55e020910842d79cad_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/6d/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3c/d1/sstate:glibc-mtrace::2.39+git:r0::12:3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87_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/d0/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400_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://64/d5/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/fd/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783_package.tar.zst\nDEBUG: Searching for universal/c0/06/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3e/9c/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/8a/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://13/a6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cb/90/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/44/5f/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/24/6d/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3c/d1/sstate:glibc-mtrace::2.39+git:r0::12:3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/d1/sstate%3Aglibc-mtrace%3A%3A2.39%2Bgit%3Ar0%3A%3A12%3A3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87_populate_lic.tar.zst;downloadfilename=3c/d1/sstate:glibc-mtrace::2.39+git:r0::12:3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87_populate_lic.tar.zst\nDEBUG: For url file://61/d0/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/d0/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.21%3Ar0%3Acore2-64%3A12%3A61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400_package.tar.zst;downloadfilename=61/d0/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f2/45/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:f24592e6b8abaa766bf5ad6b5abe44064a4946e8abc16a26d092c2d7577d2c30_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 64/d5/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9c/fd/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c0/06/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://28/66/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://32/97/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378_package_write_rpm.tar.zst\nDEBUG: Searching for 13/a6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b4/a9/sstate:libx11::1.8.9:r0::12:b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41_populate_lic.tar.zst\nDEBUG: Searching for universal/44/5f/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/24/6d/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/92/sstate:matchbox-config-gtk::0.2+git:r0::12:dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/8d/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/c8/sstate:m4::1.4.19:r0::12:adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253_populate_lic.tar.zst\nDEBUG: Using  for 64/d5/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a_package_write_rpm.tar.zst\nDEBUG: Using  for 9c/fd/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783_package.tar.zst\nDEBUG: Testing URL file://universal/c0/06/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1_create_spdx.tar.zst\nDEBUG: Searching for 28/66/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 32/97/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 13/a6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba_package_write_rpm.tar.zst\nDEBUG: Searching for b4/a9/sstate:libx11::1.8.9:r0::12:b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/44/5f/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/24/6d/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:fa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ab/34/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c_create_package_spdx.tar.zst\nDEBUG: Searching for ad/c8/sstate:m4::1.4.19:r0::12:adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://64/d5/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://9c/fd/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783_package.tar.zst\nDEBUG: For url ['file', '', 'universal/c0/06/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 28/66/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c_package.tar.zst\nDEBUG: Using  for 32/97/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378_package_write_rpm.tar.zst\nDEBUG: Testing URL file://13/a6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba_package_write_rpm.tar.zst\nDEBUG: Using  for b4/a9/sstate:libx11::1.8.9:r0::12:b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/44/5f/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/24/6d/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fa/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:fa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ab/34/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ad/c8/sstate:m4::1.4.19:r0::12:adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253_populate_lic.tar.zst\nDEBUG: For url ['file', '', '64/d5/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a_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', '', '9c/fd/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783_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/06/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c0/06/sstate%3Apython3-tomli-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A12%3Ac0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1_create_spdx.tar.zst;downloadfilename=universal/c0/06/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1_create_spdx.tar.zst\nDEBUG: Testing URL file://28/66/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://61/d0/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:61d0519d461a5163c428d24852ee7640bcce37a9be8ed8a153a2ff9d36202400_package.tar.zst\nDEBUG: Testing URL file://32/97/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '13/a6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba_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://b4/a9/sstate:libx11::1.8.9:r0::12:b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/44/5f/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276_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/24/6d/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/6d/sstate%3Atcl-native%3Ax86_64-linux%3A8.6.14%3Ar0%3Ax86_64%3A12%3A246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be_populate_sysroot.tar.zst;downloadfilename=universal/24/6d/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be_populate_sysroot.tar.zst\nDEBUG: Using  for fa/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:fa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46_package_write_ipk.tar.zst\nDEBUG: Using  for universal/ab/34/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ad/c8/sstate:m4::1.4.19:r0::12:adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253_populate_lic.tar.zst\nDEBUG: For url file://64/d5/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/d5/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A12%3A64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a_package_write_rpm.tar.zst;downloadfilename=64/d5/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a_package_write_rpm.tar.zst\nDEBUG: For url file://9c/fd/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/fd/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783_package.tar.zst;downloadfilename=9c/fd/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783_package.tar.zst\nDEBUG: For url ['file', '', '28/66/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c_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://55/fb/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '32/97/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378_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://13/a6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/a6/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A12%3A13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba_package_write_rpm.tar.zst;downloadfilename=13/a6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b4/a9/sstate:libx11::1.8.9:r0::12:b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41_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/44/5f/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/44/5f/sstate%3Agtk-doc-native%3Ax86_64-linux%3A1.34.0%3Ar0%3Ax86_64%3A12%3A445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276_deploy_source_date_epoch.tar.zst;downloadfilename=universal/44/5f/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fa/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:fa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/ab/34/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ad/c8/sstate:m4::1.4.19:r0::12:adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://28/66/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/66/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c_package.tar.zst;downloadfilename=28/66/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c_package.tar.zst\nDEBUG: Searching for 55/fb/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/c0/06/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1_create_spdx.tar.zst\nDEBUG: For url file://32/97/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/97/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A12%3A3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378_package_write_rpm.tar.zst;downloadfilename=32/97/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378_package_write_rpm.tar.zst\nDEBUG: For url file://b4/a9/sstate:libx11::1.8.9:r0::12:b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/a9/sstate%3Alibx11%3A%3A1.8.9%3Ar0%3A%3A12%3Ab4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41_populate_lic.tar.zst;downloadfilename=b4/a9/sstate:libx11::1.8.9:r0::12:b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fa/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:fa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46_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://3c/d1/sstate:glibc-mtrace::2.39+git:r0::12:3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ab/34/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ad/c8/sstate:m4::1.4.19:r0::12:adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/c8/sstate%3Am4%3A%3A1.4.19%3Ar0%3A%3A12%3Aadc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253_populate_lic.tar.zst;downloadfilename=ad/c8/sstate:m4::1.4.19:r0::12:adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/24/6d/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:246df2cc7fd8d820bc686b6652380f8aa369605f86c1e71131f389af42a910be_populate_sysroot.tar.zst\nDEBUG: Using  for 55/fb/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://64/d5/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/db/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/fe/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd_package_write_ipk.tar.zst\nDEBUG: For url file://fa/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:fa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/03/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3Afa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46_package_write_ipk.tar.zst;downloadfilename=fa/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:fa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://13/a6/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://da/ce/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c_populate_sysroot.tar.zst\nDEBUG: For url file://universal/ab/34/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ab/34/sstate%3Asqlite3-native%3Ax86_64-linux%3A3.45.3%3Ar0%3Ax86_64%3A12%3Aab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c_create_package_spdx.tar.zst;downloadfilename=universal/ab/34/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/44/5f/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:445f5186f8623cc7f542a385e9e1e74ca26f932b2596cd8c61503c75ffee7276_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://04/7a/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803_packagedata.tar.zst\nDEBUG: Testing URL file://55/fb/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://28/66/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:2866572d45849b91c8314a792d715538c382a087c7a3a4bfd931f37af23b186c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/11/5b/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7d/fe/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://94/29/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699_create_spdx.tar.zst\nDEBUG: Searching for da/ce/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://32/97/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/eb/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4_recipe_qa.tar.zst\nDEBUG: Searching for 04/7a/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ad/c8/sstate:m4::1.4.19:r0::12:adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253_populate_lic.tar.zst\nDEBUG: For url ['file', '', '55/fb/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e4/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7b/06/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f_package_qa.tar.zst\nDEBUG: Searching for universal/11/5b/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7d/fe/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd_package_write_ipk.tar.zst\nDEBUG: Searching for 94/29/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for da/ce/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0b/87/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8_recipe_qa.tar.zst\nDEBUG: Searching for 3d/eb/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 04/7a/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/a9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f_package_write_ipk.tar.zst\nDEBUG: For url file://55/fb/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/fb/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A12%3A55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993_package_write_ipk.tar.zst;downloadfilename=55/fb/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993_package_write_ipk.tar.zst\nDEBUG: Using  for e4/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b_package_qa.tar.zst\nDEBUG: Searching for 7b/06/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/11/5b/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7d/fe/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/03/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:fa0351010332cccb5c577d32257958756cd622b097a91269c78e42b223a71a46_package_write_ipk.tar.zst\nDEBUG: Using  for 94/29/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699_create_spdx.tar.zst\nDEBUG: Testing URL file://da/ce/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c_populate_sysroot.tar.zst\nDEBUG: Searching for universal/0b/87/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3d/eb/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4_recipe_qa.tar.zst\nDEBUG: Testing URL file://04/7a/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803_packagedata.tar.zst\nDEBUG: Searching for c8/a9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e4/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b_package_qa.tar.zst\nDEBUG: Using  for 7b/06/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ab/34/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/11/5b/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7d/fe/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd_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://be/0f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:be0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://94/29/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'da/ce/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/0b/87/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/eb/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '04/7a/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c8/a9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'e4/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7b/06/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://50/0c/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/11/5b/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8_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://7d/fe/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/fe/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A12%3A7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd_package_write_ipk.tar.zst;downloadfilename=7d/fe/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd_package_write_ipk.tar.zst\nDEBUG: Searching for be/0f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:be0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '94/29/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699_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/ce/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/ce/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Adace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c_populate_sysroot.tar.zst;downloadfilename=da/ce/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/0b/87/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3d/eb/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4_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/7a/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/7a/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A12%3A047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803_packagedata.tar.zst;downloadfilename=04/7a/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803_packagedata.tar.zst\nDEBUG: Testing URL file://c8/a9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f_package_write_ipk.tar.zst\nDEBUG: For url file://e4/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/dc/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A12%3Ae4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b_package_qa.tar.zst;downloadfilename=e4/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b_package_qa.tar.zst\nDEBUG: For url ['file', '', '7b/06/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 50/0c/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/11/5b/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/11/5b/sstate%3Arsync-native%3Ax86_64-linux%3A3.3.0%3Ar0%3Ax86_64%3A12%3A115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8_deploy_source_date_epoch.tar.zst;downloadfilename=universal/11/5b/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for be/0f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:be0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://94/29/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/29/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699_create_spdx.tar.zst;downloadfilename=94/29/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/0b/87/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8_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/eb/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/eb/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4_recipe_qa.tar.zst;downloadfilename=3d/eb/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c8/a9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f_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://b4/a9/sstate:libx11::1.8.9:r0::12:b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41_populate_lic.tar.zst\nDEBUG: For url file://7b/06/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/06/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A12%3A7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f_package_qa.tar.zst;downloadfilename=7b/06/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f_package_qa.tar.zst\nDEBUG: Using  for 50/0c/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04_package_write_rpm.tar.zst\nDEBUG: Testing URL file://be/0f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:be0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://da/ce/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c_populate_sysroot.tar.zst\nDEBUG: For url file://universal/0b/87/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0b/87/sstate%3Aexpat-native%3Ax86_64-linux%3A2.6.2%3Ar0%3Ax86_64%3A12%3A0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8_recipe_qa.tar.zst;downloadfilename=universal/0b/87/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8_recipe_qa.tar.zst\nDEBUG: For url file://c8/a9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/a9/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A12%3Ac8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f_package_write_ipk.tar.zst;downloadfilename=c8/a9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://04/7a/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/34/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/dc/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b_package_qa.tar.zst\nDEBUG: Testing URL file://50/0c/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'be/0f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:be0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7_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/f5/sstate:libinput::1.25.0:r0::12:ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/a3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:d7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/fe/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:7dfe20474d0857c14c67f0108d25f8c5c62be265881b46af6fd9ed5a316645fd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/11/5b/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:115b8a79d05e20fd47c90e1f6e389e60351d2bdfc86f9c15a604b64a9953aec8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3d/34/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1f/e1/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '50/0c/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04_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/0f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:be0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/0f/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3Abe0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7_deploy_source_date_epoch.tar.zst;downloadfilename=be/0f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:be0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for dd/f5/sstate:libinput::1.25.0:r0::12:ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d7/a3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:d7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://66/c5/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/99/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17_package_write_rpm.tar.zst\nDEBUG: Using  for 3d/34/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb_populate_sysroot.tar.zst\nDEBUG: Searching for 1f/e1/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://50/0c/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/0c/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.13%3Ar0%3Aqemux86_64%3A12%3A500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04_package_write_rpm.tar.zst;downloadfilename=50/0c/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04_package_write_rpm.tar.zst\nDEBUG: Using  for dd/f5/sstate:libinput::1.25.0:r0::12:ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/06/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f_package_qa.tar.zst\nDEBUG: Using  for d7/a3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:d7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 66/c5/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/0b/87/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8_recipe_qa.tar.zst\nDEBUG: Searching for 4d/99/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3d/34/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb_populate_sysroot.tar.zst\nDEBUG: Using  for 1f/e1/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec_package_write_rpm.tar.zst\nDEBUG: Testing URL file://dd/f5/sstate:libinput::1.25.0:r0::12:ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/be/85/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a_create_spdx.tar.zst\nDEBUG: Testing URL file://d7/a3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:d7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 66/c5/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255_packagedata.tar.zst\nDEBUG: Using  for 4d/99/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3d/34/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1f/e1/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'dd/f5/sstate:libinput::1.25.0:r0::12:ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/be/85/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd7/a3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:d7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4_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://66/c5/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88_package_write_ipk.tar.zst\nDEBUG: Searching for d1/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4d/99/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17_package_write_rpm.tar.zst\nDEBUG: For url file://3d/34/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/34/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.6%3Ar0%3Acore2-64%3A12%3A3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb_populate_sysroot.tar.zst;downloadfilename=3d/34/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://be/0f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:be0ffea90e49f0462bcf386902a12f29ab2f6c5dc5b9c475b825848796e0dab7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1f/e1/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec_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/f5/sstate:libinput::1.25.0:r0::12:ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/f5/sstate%3Alibinput%3A%3A1.25.0%3Ar0%3A%3A12%3Addf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83_populate_lic.tar.zst;downloadfilename=dd/f5/sstate:libinput::1.25.0:r0::12:ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83_populate_lic.tar.zst\nDEBUG: Using  for universal/be/85/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a_create_spdx.tar.zst\nDEBUG: For url file://d7/a3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:d7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/a3/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A12%3Ad7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4_deploy_source_date_epoch.tar.zst;downloadfilename=d7/a3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:d7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '66/c5/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d1/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255_packagedata.tar.zst\nDEBUG: For url ['file', '', '4d/99/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17_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://ae/59/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://50/0c/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04_package_write_rpm.tar.zst\nDEBUG: For url file://1f/e1/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/e1/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A12%3A1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec_package_write_rpm.tar.zst;downloadfilename=1f/e1/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/be/85/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a_create_spdx.tar.zst\nDEBUG: For url file://66/c5/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/c5/sstate%3Agcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88_package_write_ipk.tar.zst;downloadfilename=66/c5/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88_package_write_ipk.tar.zst\nDEBUG: Testing URL file://d1/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255_packagedata.tar.zst\nDEBUG: For url file://4d/99/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/99/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A12%3A4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17_package_write_rpm.tar.zst;downloadfilename=4d/99/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17_package_write_rpm.tar.zst\nDEBUG: Searching for ae/59/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ab/b6/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/be/85/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a_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/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255_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/34/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:3d34c18d7af8e69faff79862b310564f66c4d357d17efe4020b361bd5019a3cb_populate_sysroot.tar.zst\nDEBUG: Using  for ae/59/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/f5/sstate:libinput::1.25.0:r0::12:ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83_populate_lic.tar.zst\nDEBUG: Searching for ab/b6/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://94/29/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/a3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:d7a32a8e47fb4d36312034315932e05e6b61a55e9c00ba0a72454a5bb22f01d4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/be/85/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/be/85/sstate%3Ashadow-native%3Ax86_64-linux%3A4.15.1%3Ar0%3Ax86_64%3A12%3Abe850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a_create_spdx.tar.zst;downloadfilename=universal/be/85/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a_create_spdx.tar.zst\nDEBUG: For url file://d1/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/bd/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3Ad1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255_packagedata.tar.zst;downloadfilename=d1/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: Testing URL file://ae/59/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/9e/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1_recipe_qa.tar.zst\nDEBUG: Using  for ab/b6/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://66/80/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://89/4d/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b_recipe_qa.tar.zst\nDEBUG: Searching for 2e/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ae/59/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee_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/eb/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4_recipe_qa.tar.zst\nDEBUG: Searching for d3/9e/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4d/99/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ab/b6/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d_recipe_qa.tar.zst\nDEBUG: Searching for 66/80/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 89/4d/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2e/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: For url file://ae/59/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/59/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A12%3Aae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee_packagedata.tar.zst;downloadfilename=ae/59/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/5d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:e65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d3/9e/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/16/sstate:gdbm-native::1.23:r0::12:fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ab/b6/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 66/80/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc_package_qa.tar.zst\nDEBUG: Using  for 89/4d/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b_recipe_qa.tar.zst\nDEBUG: Testing URL file://2e/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: Searching for e6/5d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:e65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d3/9e/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1_recipe_qa.tar.zst\nDEBUG: Searching for fd/16/sstate:gdbm-native::1.23:r0::12:fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ab/b6/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/b6/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Aabb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d_recipe_qa.tar.zst;downloadfilename=ab/b6/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/be/85/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a_create_spdx.tar.zst\nDEBUG: Testing URL file://66/80/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc_package_qa.tar.zst\nDEBUG: Testing URL file://89/4d/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2e/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e6/5d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:e65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd3/9e/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fd/16/sstate:gdbm-native::1.23:r0::12:fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/bd/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://55/fb/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:55fbcc2c00e9112ea2f1b73e6c6a46f879f11ec6bb223339b37b478680432993_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/fd/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cfdb676eb52da561076872ae3880f452d0f395a2da2f34f9789afa09d865783_package.tar.zst\nDEBUG: SState: Attempting to fetch file://04/a3/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/a9/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:c8a956176c536212dfaff7f841b56d5d42f716bb61f281c80ca089e0f2e9741f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '66/80/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '89/4d/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b_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/59/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee_packagedata.tar.zst\nDEBUG: For url file://2e/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/a9/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst;downloadfilename=2e/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: Testing URL file://e6/5d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:e65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://66/c5/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:66c5f2f730c0d151dbf2c854f43798028da56b284d81ddff8813b4ec89fb0e88_package_write_ipk.tar.zst\nDEBUG: For url file://d3/9e/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/9e/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A12%3Ad39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1_recipe_qa.tar.zst;downloadfilename=d3/9e/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1_recipe_qa.tar.zst\nDEBUG: Testing URL file://fd/16/sstate:gdbm-native::1.23:r0::12:fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://43/d6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4b/25/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/e1/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd_package_write_rpm.tar.zst\nDEBUG: Searching for 04/a3/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://20/e8/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f_package_write_rpm.tar.zst\nDEBUG: For url file://66/80/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/80/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.11%3Ar0%3Acore2-64%3A12%3A6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc_package_qa.tar.zst;downloadfilename=66/80/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc_package_qa.tar.zst\nDEBUG: For url file://89/4d/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/4d/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b_recipe_qa.tar.zst;downloadfilename=89/4d/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/90/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e6/5d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:e65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1_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/f7/db/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fd/16/sstate:gdbm-native::1.23:r0::12:fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 43/d6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/4b/25/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0c/e1/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 04/a3/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84_populate_sysroot.tar.zst\nDEBUG: Searching for 20/e8/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a8/90/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e6/5d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:e65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/5d/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.2%3Ar0%3Acore2-64%3A12%3Ae65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1_deploy_source_date_epoch.tar.zst;downloadfilename=e6/5d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:e65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/a9/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219_recipe_qa.tar.zst\nDEBUG: Searching for universal/f7/db/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fd/16/sstate:gdbm-native::1.23:r0::12:fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/16/sstate%3Agdbm-native%3A%3A1.23%3Ar0%3A%3A12%3Afd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912_populate_lic.tar.zst;downloadfilename=fd/16/sstate:gdbm-native::1.23:r0::12:fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912_populate_lic.tar.zst\nDEBUG: Using  for 43/d6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1_recipe_qa.tar.zst\nDEBUG: Using  for universal/4b/25/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0c/e1/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd_package_write_rpm.tar.zst\nDEBUG: Testing URL file://04/a3/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84_populate_sysroot.tar.zst\nDEBUG: Using  for 20/e8/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f_package_write_rpm.tar.zst\nDEBUG: Using  for a8/90/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/25/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c_packagedata.tar.zst\nDEBUG: Using  for universal/f7/db/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/b6/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/9e/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://66/80/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc_package_qa.tar.zst\nDEBUG: Testing URL file://43/d6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://89/4d/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/4b/25/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0c/e1/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '04/a3/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://20/e8/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a8/90/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584_create_spdx.tar.zst\nDEBUG: Searching for 2c/25/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/f7/db/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/4b/sstate:libjpeg-turbo::3.0.1:r0::12:a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://23/97/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://30/45/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0_package_qa.tar.zst\nDEBUG: For url ['file', '', '43/d6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1_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://31/27/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/4b/25/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37_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', '', '0c/e1/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd_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://04/a3/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/a3/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A12%3A04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84_populate_sysroot.tar.zst;downloadfilename=04/a3/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '20/e8/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f_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://e6/5d/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:e65d2e56cd657ebd95879acb93e2d11af180afcb6900541a72b6a0cdbaa7fee1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a8/90/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2c/25/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/f7/db/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a3/4b/sstate:libjpeg-turbo::3.0.1:r0::12:a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 23/97/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 30/45/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://43/d6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/d6/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.6%3Ar0%3Acore2-64%3A12%3A43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1_recipe_qa.tar.zst;downloadfilename=43/d6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/16/sstate:gdbm-native::1.23:r0::12:fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912_populate_lic.tar.zst\nDEBUG: Searching for 31/27/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/4b/25/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/25/sstate%3Axrandr-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A12%3A4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4b/25/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0c/e1/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/e1/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.18%3Ar0%3Acore2-64%3A12%3A0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd_package_write_rpm.tar.zst;downloadfilename=0c/e1/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd_package_write_rpm.tar.zst\nDEBUG: For url file://20/e8/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/e8/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.26.0%3Ar0%3Acore2-64%3A12%3A20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f_package_write_rpm.tar.zst;downloadfilename=20/e8/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/85/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9_recipe_qa.tar.zst\nDEBUG: For url file://a8/90/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/90/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A12%3Aa890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584_create_spdx.tar.zst;downloadfilename=a8/90/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584_create_spdx.tar.zst\nDEBUG: Testing URL file://2c/25/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c_packagedata.tar.zst\nDEBUG: For url file://universal/f7/db/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/db/sstate%3Aldconfig-native%3Ax86_64-linux%3A2.12.1%3Ar0%3Ax86_64%3A12%3Af7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af_create_spdx.tar.zst;downloadfilename=universal/f7/db/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af_create_spdx.tar.zst\nDEBUG: Using  for a3/4b/sstate:libjpeg-turbo::3.0.1:r0::12:a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5_populate_lic.tar.zst\nDEBUG: Using  for 23/97/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4_recipe_qa.tar.zst\nDEBUG: Using  for 30/45/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/72/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47_populate_sysroot.tar.zst\nDEBUG: Using  for 31/27/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d_create_package_spdx.tar.zst\nDEBUG: Searching for d9/85/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://04/a3/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:04a3a0de58ed30d196c474225b3c4123ffbc17a9de1e5c5f3a6144645fa5cd84_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2c/25/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a3/4b/sstate:libjpeg-turbo::3.0.1:r0::12:a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://43/d6/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1_recipe_qa.tar.zst\nDEBUG: Testing URL file://23/97/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4b/25/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:4b255d61c6a6b6d97678cc8e82a754475f6f32e89ef0aa76ec50bbfa9cc70c37_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://30/45/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0_package_qa.tar.zst\nDEBUG: Searching for 7c/72/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://31/27/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d_create_package_spdx.tar.zst\nDEBUG: Using  for d9/85/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://21/ca/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271_populate_sysroot.tar.zst\nDEBUG: For url file://2c/25/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/25/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.5%3Ar0%3Acore2-64%3A12%3A2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c_packagedata.tar.zst;downloadfilename=2c/25/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'a3/4b/sstate:libjpeg-turbo::3.0.1:r0::12:a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5_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/78/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:ea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '23/97/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4_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://18/c5/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '30/45/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7c/72/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '31/27/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d9/85/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9_recipe_qa.tar.zst\nDEBUG: Searching for 21/ca/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a3/4b/sstate:libjpeg-turbo::3.0.1:r0::12:a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/4b/sstate%3Alibjpeg-turbo%3A%3A3.0.1%3Ar0%3A%3A12%3Aa34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5_populate_lic.tar.zst;downloadfilename=a3/4b/sstate:libjpeg-turbo::3.0.1:r0::12:a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5_populate_lic.tar.zst\nDEBUG: Searching for ea/78/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:ea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://20/e8/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f_package_write_rpm.tar.zst\nDEBUG: For url file://23/97/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/97/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.15.1%3Ar0%3Acore2-64%3A12%3A2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4_recipe_qa.tar.zst;downloadfilename=23/97/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4_recipe_qa.tar.zst\nDEBUG: Searching for 18/c5/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://30/45/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/45/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A12%3A3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0_package_qa.tar.zst;downloadfilename=30/45/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0_package_qa.tar.zst\nDEBUG: Testing URL file://7c/72/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47_populate_sysroot.tar.zst\nDEBUG: For url file://31/27/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/27/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.103.2%3Ar0%3Acore2-64%3A12%3A31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d_create_package_spdx.tar.zst;downloadfilename=31/27/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd9/85/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9_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/f7/db/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af_create_spdx.tar.zst\nDEBUG: Using  for 21/ca/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271_populate_sysroot.tar.zst\nDEBUG: Using  for ea/78/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:ea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/f7/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0_package.tar.zst\nDEBUG: Using  for 18/c5/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7c/72/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d9/85/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/85/sstate%3Accache%3Acore2-64-poky-linux%3A4.10%3Ar0%3Acore2-64%3A12%3Ad9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9_recipe_qa.tar.zst;downloadfilename=d9/85/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://01/9f/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce_package_write_rpm.tar.zst\nDEBUG: Testing URL file://21/ca/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ea/78/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:ea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6e/f7/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://18/c5/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/4b/sstate:libjpeg-turbo::3.0.1:r0::12:a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5_populate_lic.tar.zst\nDEBUG: For url file://7c/72/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/72/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A12%3A7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47_populate_sysroot.tar.zst;downloadfilename=7c/72/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47_populate_sysroot.tar.zst\nDEBUG: Searching for 01/9f/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '21/ca/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ea/78/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:ea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2_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 6e/f7/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0_package.tar.zst\nDEBUG: For url ['file', '', '18/c5/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391_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://02/3e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://30/45/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0_package_qa.tar.zst\nDEBUG: Using  for 01/9f/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce_package_write_rpm.tar.zst\nDEBUG: For url file://21/ca/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/ca/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A12%3A21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271_populate_sysroot.tar.zst;downloadfilename=21/ca/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271_populate_sysroot.tar.zst\nDEBUG: For url file://ea/78/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:ea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/78/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A12%3Aea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2_deploy_source_date_epoch.tar.zst;downloadfilename=ea/78/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:ea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6e/f7/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0_package.tar.zst\nDEBUG: For url file://18/c5/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/c5/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391_recipe_qa.tar.zst;downloadfilename=18/c5/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391_recipe_qa.tar.zst\nDEBUG: Searching for 02/3e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b3/ec/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:b3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748_package.tar.zst\nDEBUG: Testing URL file://01/9f/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6e/f7/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0_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://d9/85/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9_recipe_qa.tar.zst\nDEBUG: Using  for 02/3e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99_package_write_deb.tar.zst\nDEBUG: Searching for b3/ec/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:b3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://23/97/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '01/9f/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce_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://6e/f7/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/f7/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0_package.tar.zst;downloadfilename=6e/f7/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/38/0f/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240_create_spdx.tar.zst\nDEBUG: Testing URL file://02/3e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99_package_write_deb.tar.zst\nDEBUG: Using  for b3/ec/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:b3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748_package.tar.zst\nDEBUG: SState: Attempting to fetch file://83/cb/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6_package.tar.zst\nDEBUG: For url file://01/9f/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/9f/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A12%3A019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce_package_write_rpm.tar.zst;downloadfilename=01/9f/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce_package_write_rpm.tar.zst\nDEBUG: Searching for universal/38/0f/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '02/3e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99_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://b3/ec/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:b3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748_package.tar.zst\nDEBUG: SState: Successful fetch test for file://21/ca/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:21cab242fa6136177cb510842512e84a13ef2964518e831343ad935b31bcf271_populate_sysroot.tar.zst\nDEBUG: Searching for 83/cb/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/38/0f/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240_create_spdx.tar.zst\nDEBUG: For url file://02/3e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/3e/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A12%3A023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99_package_write_deb.tar.zst;downloadfilename=02/3e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/78/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:ea78e5767a464f4f265430d120dd53dadeb9147fb15c27e279c6e4028d1878c2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://18/c5/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b3/ec/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:b3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748_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://55/b4/sstate:libevent::2.1.12:r0::12:55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734_populate_lic.tar.zst\nDEBUG: Using  for 83/cb/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6_package.tar.zst\nDEBUG: Testing URL file://universal/38/0f/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/89/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:e889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://95/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b_package_write_ipk.tar.zst\nDEBUG: For url file://b3/ec/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:b3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/ec/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.27%3Ar0%3Acore2-64%3A12%3Ab3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748_package.tar.zst;downloadfilename=b3/ec/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:b3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748_package.tar.zst\nDEBUG: Searching for 55/b4/sstate:libevent::2.1.12:r0::12:55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://83/cb/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6_package.tar.zst\nDEBUG: For url ['file', '', 'universal/38/0f/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240_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://6e/f7/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:6ef72ed7f309446203d1a2f2a3229b0d14be93fefeba25247594eea48c1920d0_package.tar.zst\nDEBUG: Searching for e8/89/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:e889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 95/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 55/b4/sstate:libevent::2.1.12:r0::12:55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734_populate_lic.tar.zst\nDEBUG: For url ['file', '', '83/cb/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6_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://01/9f/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce_package_write_rpm.tar.zst\nDEBUG: For url file://universal/38/0f/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/38/0f/sstate%3Alibmd-native%3Ax86_64-linux%3A1.1.0%3Ar0%3Ax86_64%3A12%3A380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240_create_spdx.tar.zst;downloadfilename=universal/38/0f/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/52/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263_package_write_deb.tar.zst\nDEBUG: Using  for e8/89/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:e889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 95/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://55/b4/sstate:libevent::2.1.12:r0::12:55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734_populate_lic.tar.zst\nDEBUG: For url file://83/cb/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/cb/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A12%3A83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6_package.tar.zst;downloadfilename=83/cb/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://09/fb/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6f/52/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e8/89/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:e889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://95/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '55/b4/sstate:libevent::2.1.12:r0::12:55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 09/fb/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6f/52/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e8/89/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:e889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f_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', '', '95/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b_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://55/b4/sstate:libevent::2.1.12:r0::12:55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/b4/sstate%3Alibevent%3A%3A2.1.12%3Ar0%3A%3A12%3A55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734_populate_lic.tar.zst;downloadfilename=55/b4/sstate:libevent::2.1.12:r0::12:55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734_populate_lic.tar.zst\nDEBUG: Using  for 09/fb/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6f/52/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/ec/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:b3ec2d3d5049943531d16637eeb29bfad23b5b708a270b62d33af65e6efae748_package.tar.zst\nDEBUG: For url file://e8/89/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:e889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/89/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A12%3Ae889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f_deploy_source_date_epoch.tar.zst;downloadfilename=e8/89/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:e889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://95/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/d5/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b_package_write_ipk.tar.zst;downloadfilename=95/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://09/fb/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6f/52/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263_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://fb/fe/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:fbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/38/0f/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://83/cb/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:83cbfd74859003b0f3b9db4b75459f9cc089b42dd37ad412a9eabead390c64b6_package.tar.zst\nDEBUG: For url ['file', '', '09/fb/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc_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/52/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/52/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A12%3A6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263_package_write_deb.tar.zst;downloadfilename=6f/52/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263_package_write_deb.tar.zst\nDEBUG: Searching for fb/fe/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:fbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/ea/71/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/22/8c/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49_create_package_spdx.tar.zst\nDEBUG: For url file://09/fb/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/fb/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc_deploy_source_date_epoch.tar.zst;downloadfilename=09/fb/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for fb/fe/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:fbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61_package.tar.zst\nDEBUG: SState: Successful fetch test for file://55/b4/sstate:libevent::2.1.12:r0::12:55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734_populate_lic.tar.zst\nDEBUG: Searching for universal/ea/71/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/22/8c/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fb/fe/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:fbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/89/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:e889bec3bdb9b4826dc3774feed5c420bdeb9bf76104213267223ae95e671a1f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cc/de/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd_create_spdx.tar.zst\nDEBUG: Using  for universal/ea/71/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444_create_package_spdx.tar.zst\nDEBUG: Using  for universal/22/8c/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'fb/fe/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:fbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61_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://a5/c3/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37_package_qa.tar.zst\nDEBUG: Searching for universal/cc/de/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://95/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:95d5196c930196e1596f4d1dc036f94bf77cc04e71f49c079bd8f1ca309b266b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/ea/71/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/22/8c/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49_create_package_spdx.tar.zst\nDEBUG: For url file://fb/fe/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:fbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/fe/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A12%3Afbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61_package.tar.zst;downloadfilename=fb/fe/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:fbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61_package.tar.zst\nDEBUG: Searching for a5/c3/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/cc/de/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ca/9f/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/ea/71/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/22/8c/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a5/c3/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37_package_qa.tar.zst\nDEBUG: Testing URL file://universal/cc/de/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd_create_spdx.tar.zst\nDEBUG: Searching for universal/ca/9f/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/ea/71/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/71/sstate%3Apython3-calver-native%3Ax86_64-linux%3A2022.6.26%3Ar0%3Ax86_64%3A12%3Aea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444_create_package_spdx.tar.zst;downloadfilename=universal/ea/71/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444_create_package_spdx.tar.zst\nDEBUG: For url file://universal/22/8c/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/22/8c/sstate%3Autil-linux-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A12%3A228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49_create_package_spdx.tar.zst;downloadfilename=universal/22/8c/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a5/c3/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/cc/de/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ca/9f/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://09/fb/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:09fbf6483c97f7813a5b78d73fc6eca55eb0f92d065dbbaa6f411fa3ce3f4dbc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a5/c3/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37_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/cc/de/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cc/de/sstate%3Apopt-native%3Ax86_64-linux%3A1.19%3Ar0%3Ax86_64%3A12%3Accde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd_create_spdx.tar.zst;downloadfilename=universal/cc/de/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/90/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/e1/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/ca/9f/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://37/7e/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a_packagedata.tar.zst\nDEBUG: For url file://a5/c3/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/c3/sstate%3Alibgcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Aa5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37_package_qa.tar.zst;downloadfilename=a5/c3/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b2/76/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6c/45/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/ca/9f/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 37/7e/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fb/fe/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:fbfeb8a5545df56d3ff9d5f82331a2a0bfe9ad4482cbf5eae1fdb346ed18bd61_package.tar.zst\nDEBUG: Searching for universal/b2/76/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/6c/45/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/ca/9f/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ca/9f/sstate%3Abzip2-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A12%3Aca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95_populate_sysroot.tar.zst;downloadfilename=universal/ca/9f/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/22/8c/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49_create_package_spdx.tar.zst\nDEBUG: Using  for 37/7e/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ea/71/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/df/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4_create_spdx.tar.zst\nDEBUG: Using  for universal/b2/76/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7_populate_sysroot.tar.zst\nDEBUG: Using  for universal/6c/45/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/aa/f1/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b_create_spdx.tar.zst\nDEBUG: Testing URL file://37/7e/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://55/2e/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad_create_spdx.tar.zst\nDEBUG: Searching for 8d/df/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/b2/76/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cc/de/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/6c/45/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed_create_spdx.tar.zst\nDEBUG: Searching for universal/aa/f1/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '37/7e/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 55/2e/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8d/df/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b2/76/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7_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/79/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/6c/45/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/aa/f1/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b_create_spdx.tar.zst\nDEBUG: For url file://37/7e/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/7e/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A12%3A377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a_packagedata.tar.zst;downloadfilename=37/7e/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/c3/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37_package_qa.tar.zst\nDEBUG: Using  for 55/2e/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad_create_spdx.tar.zst\nDEBUG: Testing URL file://8d/df/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4_create_spdx.tar.zst\nDEBUG: For url file://universal/b2/76/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b2/76/sstate%3Afont-util-native%3Ax86_64-linux%3A1.4.1%3Ar0%3Ax86_64%3A12%3Ab2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7_populate_sysroot.tar.zst;downloadfilename=universal/b2/76/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7_populate_sysroot.tar.zst\nDEBUG: Searching for d4/79/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/6c/45/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6c/45/sstate%3Aorc-native%3Ax86_64-linux%3A0.4.38%3Ar0%3Ax86_64%3A12%3A6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed_create_spdx.tar.zst;downloadfilename=universal/6c/45/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/aa/f1/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/c1/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:f2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306_populate_sysroot.tar.zst\nDEBUG: Testing URL file://55/2e/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/72/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:7c72f2c31d5f2bd8280aab39f75c6cdefd459399e3ca8091213b0d00b0f88d47_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ca/9f/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8d/df/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d4/79/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/aa/f1/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f2/c1/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:f2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '55/2e/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad_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://1f/e1/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://02/bf/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://18/40/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130_package.tar.zst\nDEBUG: For url file://8d/df/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/df/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A8.2.2%3Ar0%3Acore2-64%3A12%3A8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4_create_spdx.tar.zst;downloadfilename=8d/df/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4_create_spdx.tar.zst\nDEBUG: Testing URL file://d4/79/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a_package_qa.tar.zst\nDEBUG: For url file://universal/aa/f1/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/aa/f1/sstate%3Aflex-native%3Ax86_64-linux%3A2.6.4%3Ar0%3Ax86_64%3A12%3Aaaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b_create_spdx.tar.zst;downloadfilename=universal/aa/f1/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b_create_spdx.tar.zst\nDEBUG: Using  for f2/c1/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:f2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://37/7e/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a_packagedata.tar.zst\nDEBUG: For url file://55/2e/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/2e/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad_create_spdx.tar.zst;downloadfilename=55/2e/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a9/07/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8_create_package_spdx.tar.zst\nDEBUG: Searching for 02/bf/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 18/40/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd4/79/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f2/c1/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:f2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b2/76/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/db/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6c/45/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/52/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:6f52e00b64e3ea32429ae51d6d27b262a109e6231fffa982f44bccede7f1a263_package_write_deb.tar.zst\nDEBUG: Searching for universal/a9/07/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 02/bf/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2_recipe_qa.tar.zst\nDEBUG: Using  for 18/40/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130_package.tar.zst\nDEBUG: For url file://d4/79/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/79/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A12%3Ad4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a_package_qa.tar.zst;downloadfilename=d4/79/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f2/c1/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:f2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306_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://7a/dd/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9e/db/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://35/fe/sstate:nghttp2::1.62.0:r0::12:35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e_populate_sysroot.tar.zst\nDEBUG: Using  for universal/a9/07/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8_create_package_spdx.tar.zst\nDEBUG: Testing URL file://02/bf/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2_recipe_qa.tar.zst\nDEBUG: Testing URL file://18/40/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130_package.tar.zst\nDEBUG: For url file://f2/c1/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:f2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/c1/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.1%3Ar0%3Acore2-64%3A12%3Af2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306_populate_sysroot.tar.zst;downloadfilename=f2/c1/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:f2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306_populate_sysroot.tar.zst\nDEBUG: Searching for 7a/dd/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/aa/f1/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b_create_spdx.tar.zst\nDEBUG: Using  for 9e/db/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928_package_write_deb.tar.zst\nDEBUG: Searching for 35/fe/sstate:nghttp2::1.62.0:r0::12:35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e7/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/a9/07/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '02/bf/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '18/40/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7a/dd/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ef/67/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9e/db/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928_package_write_deb.tar.zst\nDEBUG: Using  for 35/fe/sstate:nghttp2::1.62.0:r0::12:35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594_populate_lic.tar.zst\nDEBUG: Using  for e7/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/a9/07/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://02/bf/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/bf/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A12%3A02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2_recipe_qa.tar.zst;downloadfilename=02/bf/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2_recipe_qa.tar.zst\nDEBUG: For url file://18/40/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/40/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130_package.tar.zst;downloadfilename=18/40/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130_package.tar.zst\nDEBUG: Testing URL file://7a/dd/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/ef/67/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9e/db/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928_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://35/fe/sstate:nghttp2::1.62.0:r0::12:35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/25/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c_packagedata.tar.zst\nDEBUG: Testing URL file://e7/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e_populate_sysroot.tar.zst\nDEBUG: For url file://universal/a9/07/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a9/07/sstate%3Aicon-naming-utils-native%3Ax86_64-linux%3A0.8.90%3Ar0%3Ax86_64%3A12%3Aa9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8_create_package_spdx.tar.zst;downloadfilename=universal/a9/07/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/79/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a_package_qa.tar.zst\nDEBUG: For url ['file', '', '7a/dd/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e_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://31/27/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d_create_package_spdx.tar.zst\nDEBUG: Using  for universal/ef/67/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde_populate_sysroot.tar.zst\nDEBUG: For url file://9e/db/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/db/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A12%3A9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928_package_write_deb.tar.zst;downloadfilename=9e/db/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '35/fe/sstate:nghttp2::1.62.0:r0::12:35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594_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://33/b6/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e7/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e_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://82/c0/sstate:blktool::4-7.1:r0::12:82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6_populate_lic.tar.zst\nDEBUG: For url file://7a/dd/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/dd/sstate%3Agdb%3Acore2-64-poky-linux%3A14.2%3Ar0%3Acore2-64%3A12%3A7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e_deploy_source_date_epoch.tar.zst;downloadfilename=7a/dd/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://60/7d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4_package_qa.tar.zst\nDEBUG: Testing URL file://universal/ef/67/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde_populate_sysroot.tar.zst\nDEBUG: For url file://35/fe/sstate:nghttp2::1.62.0:r0::12:35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/fe/sstate%3Anghttp2%3A%3A1.62.0%3Ar0%3A%3A12%3A35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594_populate_lic.tar.zst;downloadfilename=35/fe/sstate:nghttp2::1.62.0:r0::12:35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594_populate_lic.tar.zst\nDEBUG: Searching for 33/b6/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://02/3e/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:023eee2fad93d0a18f53b78251cfe9eef4fa208b410bbdda4c80aa5f71bb1b99_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://02/bf/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2_recipe_qa.tar.zst\nDEBUG: For url file://e7/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/f4/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A12%3Ae7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e_populate_sysroot.tar.zst;downloadfilename=e7/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e_populate_sysroot.tar.zst\nDEBUG: Searching for 82/c0/sstate:blktool::4-7.1:r0::12:82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://18/40/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1840965e5404105f684e410bf3f6db8fbd3fc82bcf7d32a5fabd0f8d40d49130_package.tar.zst\nDEBUG: Searching for 60/7d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ef/67/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 33/b6/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/8c/sstate:libmnl::1.0.5:r0::12:3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a9/07/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5d/c7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062_create_package_spdx.tar.zst\nDEBUG: Using  for 82/c0/sstate:blktool::4-7.1:r0::12:82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/f2/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b_create_package_spdx.tar.zst\nDEBUG: Using  for 60/7d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4_package_qa.tar.zst\nDEBUG: For url file://universal/ef/67/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ef/67/sstate%3Amesa-native%3Ax86_64-linux%3A24.0.7%3Ar0%3Ax86_64%3A12%3Aef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde_populate_sysroot.tar.zst;downloadfilename=universal/ef/67/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde_populate_sysroot.tar.zst\nDEBUG: Testing URL file://33/b6/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6_packagedata.tar.zst\nDEBUG: Searching for 3e/8c/sstate:libmnl::1.0.5:r0::12:3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/1d/e4/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/5d/c7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7a/dd/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:7add42defe55ace776bb821386043e03ef3badd6b3979daa0e83a5b3ae134b9e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://82/c0/sstate:blktool::4-7.1:r0::12:82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6_populate_lic.tar.zst\nDEBUG: Searching for 9a/f2/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://60/7d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4_package_qa.tar.zst\nDEBUG: For url ['file', '', '33/b6/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3e/8c/sstate:libmnl::1.0.5:r0::12:3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://35/fe/sstate:nghttp2::1.62.0:r0::12:35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594_populate_lic.tar.zst\nDEBUG: Searching for universal/1d/e4/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/5d/c7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/ce/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '82/c0/sstate:blktool::4-7.1:r0::12:82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9a/f2/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '60/7d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://33/b6/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/b6/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A12%3A33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6_packagedata.tar.zst;downloadfilename=33/b6/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e7f4b93ed41178323fdc49d2abf0c2ad5c9165db525a3b111e745d1627d4262e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3e/8c/sstate:libmnl::1.0.5:r0::12:3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/8f/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45_create_spdx.tar.zst\nDEBUG: Using  for universal/1d/e4/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/5d/c7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062_create_package_spdx.tar.zst\nDEBUG: Searching for a6/ce/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://82/c0/sstate:blktool::4-7.1:r0::12:82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/c0/sstate%3Ablktool%3A%3A4-7.1%3Ar0%3A%3A12%3A82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6_populate_lic.tar.zst;downloadfilename=82/c0/sstate:blktool::4-7.1:r0::12:82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6_populate_lic.tar.zst\nDEBUG: Testing URL file://9a/f2/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b_create_package_spdx.tar.zst\nDEBUG: For url file://60/7d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/7d/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.49%3Ar0%3Acore2-64%3A12%3A607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4_package_qa.tar.zst;downloadfilename=60/7d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/2b/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '3e/8c/sstate:libmnl::1.0.5:r0::12:3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bc/8f/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/1d/e4/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/5d/c7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a6/ce/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '9a/f2/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b_create_package_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/ef/67/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde_populate_sysroot.tar.zst\nDEBUG: Searching for ff/2b/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3e/8c/sstate:libmnl::1.0.5:r0::12:3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/8c/sstate%3Alibmnl%3A%3A1.0.5%3Ar0%3A%3A12%3A3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd_populate_lic.tar.zst;downloadfilename=3e/8c/sstate:libmnl::1.0.5:r0::12:3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/db/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:9edbb7e64168db67177c0a9d5a91a9b71e72d0373b9182e810305933ef768928_package_write_deb.tar.zst\nDEBUG: Using  for bc/8f/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1d/e4/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609_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/5d/c7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5d/c7/sstate%3Adbus-glib-native%3Ax86_64-linux%3A0.112%3Ar0%3Ax86_64%3A12%3A5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062_create_package_spdx.tar.zst;downloadfilename=universal/5d/c7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a6/ce/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2_package_write_ipk.tar.zst\nDEBUG: For url file://9a/f2/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/f2/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b_create_package_spdx.tar.zst;downloadfilename=9a/f2/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/9c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374_package_write_rpm.tar.zst\nDEBUG: Using  for ff/2b/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0e/3d/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e_create_spdx.tar.zst\nDEBUG: Testing URL file://bc/8f/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45_create_spdx.tar.zst\nDEBUG: For url file://universal/1d/e4/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1d/e4/sstate%3Afont-util-native%3Ax86_64-linux%3A1.4.1%3Ar0%3Ax86_64%3A12%3A1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609_deploy_source_date_epoch.tar.zst;downloadfilename=universal/1d/e4/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a6/ce/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e8/9c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ff/2b/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51_create_package_spdx.tar.zst\nDEBUG: Searching for universal/0e/3d/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'bc/8f/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a6/ce/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/ce/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Aa6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2_package_write_ipk.tar.zst;downloadfilename=a6/ce/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/8c/sstate:libmnl::1.0.5:r0::12:3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd_populate_lic.tar.zst\nDEBUG: Using  for e8/9c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ff/2b/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/0e/3d/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e_create_spdx.tar.zst\nDEBUG: For url file://bc/8f/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/8f/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.12.8%3Ar0%3Acore2-64%3A12%3Abc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45_create_spdx.tar.zst;downloadfilename=bc/8f/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/87/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e8/9c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://33/b6/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/df/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4_create_spdx.tar.zst\nDEBUG: For url file://ff/2b/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/2b/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Aff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51_create_package_spdx.tar.zst;downloadfilename=ff/2b/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/0e/3d/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5d/c7/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062_create_package_spdx.tar.zst\nDEBUG: Searching for a1/87/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e8/9c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374_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://60/7d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://18/4c/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1d/e4/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:1de4fcf291e5799ce4605f47f203352eddbcf81ece1487085db6a5dd942b7609_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/13/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/0e/3d/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e_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://11/4c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832_populate_sysroot.tar.zst\nDEBUG: Using  for a1/87/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367_package_write_rpm.tar.zst\nDEBUG: For url file://e8/9c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/9c/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A12%3Ae89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374_package_write_rpm.tar.zst;downloadfilename=e8/9c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ff/c6/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:ffc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 18/4c/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f8/c4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04_package_write_rpm.tar.zst\nDEBUG: Searching for 3f/13/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/0e/3d/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0e/3d/sstate%3Asqlite3-native%3Ax86_64-linux%3A3.45.3%3Ar0%3Ax86_64%3A12%3A0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e_create_spdx.tar.zst;downloadfilename=universal/0e/3d/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e_create_spdx.tar.zst\nDEBUG: Searching for 11/4c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a1/87/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367_package_write_rpm.tar.zst\nDEBUG: Searching for universal/ff/c6/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:ffc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 18/4c/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69_package_qa.tar.zst\nDEBUG: Searching for f8/c4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3f/13/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7_package_write_rpm.tar.zst\nDEBUG: Using  for 11/4c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a1/87/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367_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/ff/c6/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:ffc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://18/4c/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69_package_qa.tar.zst\nDEBUG: Using  for f8/c4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04_package_write_rpm.tar.zst\nDEBUG: Testing URL file://3f/13/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://11/4c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832_populate_sysroot.tar.zst\nDEBUG: For url file://a1/87/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/87/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3Aa187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367_package_write_rpm.tar.zst;downloadfilename=a1/87/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/ff/c6/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:ffc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '18/4c/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f8/c4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3f/13/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7_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', '', '11/4c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832_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/ff/c6/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:ffc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f_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/4c/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/4c/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A12%3A184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69_package_qa.tar.zst;downloadfilename=18/4c/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f8/c4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04_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/13/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/13/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7_package_write_rpm.tar.zst;downloadfilename=3f/13/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7_package_write_rpm.tar.zst\nDEBUG: For url file://11/4c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/4c/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832_populate_sysroot.tar.zst;downloadfilename=11/4c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832_populate_sysroot.tar.zst\nDEBUG: For url file://universal/ff/c6/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:ffc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ff/c6/sstate%3Apython3-iniparse-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3Affc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ff/c6/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:ffc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f8/c4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/c4/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3Af8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04_package_write_rpm.tar.zst;downloadfilename=f8/c4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0e/3d/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/ce/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/9c/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/e4/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/e4/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9e/24/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625_create_spdx.tar.zst\nDEBUG: Searching for 2e/e4/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2f/e4/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://18/4c/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69_package_qa.tar.zst\nDEBUG: Searching for universal/9e/24/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2e/e4/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce_packagedata.tar.zst\nDEBUG: Using  for 2f/e4/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/78/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a_recipe_qa.tar.zst\nDEBUG: Using  for universal/9e/24/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625_create_spdx.tar.zst\nDEBUG: Testing URL file://2e/e4/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://11/4c/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:114ccca510e74e19a7c575060b8052b0db0ad79690abe6fa8ac84843adedb832_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2f/e4/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/13/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7_package_write_rpm.tar.zst\nDEBUG: Searching for 7f/78/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/9e/24/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2e/e4/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce_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://f2/8e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:f28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ff/c6/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:ffc64a46b5054cbef20f6dc01aa829e39c4a330028909ad06b49864cfc15fb3f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2f/e4/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6_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://21/a5/sstate:glibc::2.39+git:r0::12:21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5_populate_lic.tar.zst\nDEBUG: Using  for 7f/78/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/c4/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/9e/24/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2e/e4/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/e4/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce_packagedata.tar.zst;downloadfilename=2e/e4/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce_packagedata.tar.zst\nDEBUG: Searching for f2/8e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:f28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://63/eb/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87_create_package_spdx.tar.zst\nDEBUG: For url file://2f/e4/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/e4/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.12%3Ar0%3Aallarch%3A12%3A2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6_deploy_source_date_epoch.tar.zst;downloadfilename=2f/e4/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 21/a5/sstate:glibc::2.39+git:r0::12:21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7f/78/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://13/a8/sstate:packagegroup-rust-sdk-target::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: For url file://universal/9e/24/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9e/24/sstate%3Atexinfo-dummy-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3A9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625_create_spdx.tar.zst;downloadfilename=universal/9e/24/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625_create_spdx.tar.zst\nDEBUG: Using  for f2/8e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:f28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 63/eb/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://55/2e/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad_create_spdx.tar.zst\nDEBUG: Using  for 21/a5/sstate:glibc::2.39+git:r0::12:21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7f/78/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 13/a8/sstate:packagegroup-rust-sdk-target::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f2/8e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:f28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 63/eb/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/87/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:d52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca_package_write_ipk.tar.zst\nDEBUG: Testing URL file://21/a5/sstate:glibc::2.39+git:r0::12:21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5_populate_lic.tar.zst\nDEBUG: For url file://7f/78/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/78/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.7%3Ar0%3Acore2-64%3A12%3A7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a_recipe_qa.tar.zst;downloadfilename=7f/78/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a_recipe_qa.tar.zst\nDEBUG: Using  for 13/a8/sstate:packagegroup-rust-sdk-target::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f2/8e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:f28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d_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://63/eb/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/10/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea_package_write_rpm.tar.zst\nDEBUG: Searching for d5/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:d52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '21/a5/sstate:glibc::2.39+git:r0::12:21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5_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://2e/e4/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce_packagedata.tar.zst\nDEBUG: Testing URL file://13/a8/sstate:packagegroup-rust-sdk-target::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/e4/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2fe436c1e1b3fdea9bdf3b724f4fa5ff3581d45df0f2d33d0ccb7beb969ab9d6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f2/8e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:f28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/8e/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A12%3Af28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d_deploy_source_date_epoch.tar.zst;downloadfilename=f2/8e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:f28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '63/eb/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9b/10/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d5/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:d52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca_package_write_ipk.tar.zst\nDEBUG: For url file://21/a5/sstate:glibc::2.39+git:r0::12:21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/a5/sstate%3Aglibc%3A%3A2.39%2Bgit%3Ar0%3A%3A12%3A21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5_populate_lic.tar.zst;downloadfilename=21/a5/sstate:glibc::2.39+git:r0::12:21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9e/24/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://74/3d/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '13/a8/sstate:packagegroup-rust-sdk-target::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_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://30/c8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1_package.tar.zst\nDEBUG: For url file://63/eb/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/eb/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A12%3A63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87_create_package_spdx.tar.zst;downloadfilename=63/eb/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87_create_package_spdx.tar.zst\nDEBUG: Using  for 9b/10/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d5/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:d52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/78/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://13/c4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 74/3d/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://13/a8/sstate:packagegroup-rust-sdk-target::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/a8/sstate%3Apackagegroup-rust-sdk-target%3A%3A1.0%3Ar0%3A%3A12%3A13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst;downloadfilename=13/a8/sstate:packagegroup-rust-sdk-target::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Searching for 30/c8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9b/10/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd5/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:d52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca_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://2b/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0_populate_sysroot.tar.zst\nDEBUG: Searching for 13/c4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 74/3d/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1_package_write_ipk.tar.zst\nDEBUG: Using  for 30/c8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1_package.tar.zst\nDEBUG: For url ['file', '', '9b/10/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea_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/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:d52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/2e/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A12%3Ad52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca_package_write_ipk.tar.zst;downloadfilename=d5/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:d52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/8e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:f28ebb6c0808b00d4946966d97822f6cd8b832cde3a7d7b08659f859849c703d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://82/c0/sstate:blktool::4-7.1:r0::12:82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6_populate_lic.tar.zst\nDEBUG: Searching for 2b/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://21/a5/sstate:glibc::2.39+git:r0::12:21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5_populate_lic.tar.zst\nDEBUG: Using  for 13/c4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://74/3d/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1_package_write_ipk.tar.zst\nDEBUG: Testing URL file://30/c8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1_package.tar.zst\nDEBUG: For url file://9b/10/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/10/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.5%3Ar0%3Acore2-64%3A12%3A9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea_package_write_rpm.tar.zst;downloadfilename=9b/10/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/39/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://53/40/sstate:packagegroup-core-tools-profile::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Using  for 2b/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://29/9b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://13/c4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '74/3d/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1_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', '', '30/c8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3b/39/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 53/40/sstate:packagegroup-core-tools-profile::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://13/a8/sstate:packagegroup-rust-sdk-target::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Testing URL file://2b/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0_populate_sysroot.tar.zst\nDEBUG: Searching for 29/9b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '13/c4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255_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://74/3d/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/3d/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.1%3Ar0%3Acore2-64%3A12%3A743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1_package_write_ipk.tar.zst;downloadfilename=74/3d/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1_package_write_ipk.tar.zst\nDEBUG: For url file://30/c8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/c8/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.44%3Ar0%3Acore2-64%3A12%3A30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1_package.tar.zst;downloadfilename=30/c8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1_package.tar.zst\nDEBUG: Using  for 3b/39/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1_populate_sysroot.tar.zst\nDEBUG: Using  for 53/40/sstate:packagegroup-core-tools-profile::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://86/16/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368_packagedata.tar.zst\nDEBUG: For url ['file', '', '2b/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 29/9b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5_package_write_ipk.tar.zst\nDEBUG: For url file://13/c4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/c4/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.31.1%3Ar0%3Acore2-64%3A12%3A13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255_deploy_source_date_epoch.tar.zst;downloadfilename=13/c4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3b/39/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://53/40/sstate:packagegroup-core-tools-profile::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/c1/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:f2c14692e63361c8a647c4ce6da08c4ecb97f02be0d1d37934ee32aa2fcee306_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/2b/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/f2/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b_create_package_spdx.tar.zst\nDEBUG: Searching for 86/16/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2b/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/da/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.7%3Ar0%3Acore2-64%3A12%3A2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0_populate_sysroot.tar.zst;downloadfilename=2b/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://29/9b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '3b/39/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '53/40/sstate:packagegroup-core-tools-profile::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_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://f5/ad/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:f5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b1/2c/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:e6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 86/16/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368_packagedata.tar.zst\nDEBUG: For url ['file', '', '29/9b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5_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://3b/39/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/39/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.70%3Ar0%3Acore2-64%3A12%3A3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1_populate_sysroot.tar.zst;downloadfilename=3b/39/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://63/eb/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87_create_package_spdx.tar.zst\nDEBUG: For url file://53/40/sstate:packagegroup-core-tools-profile::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/40/sstate%3Apackagegroup-core-tools-profile%3A%3A1.0%3Ar0%3A%3A12%3A53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst;downloadfilename=53/40/sstate:packagegroup-core-tools-profile::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Searching for f5/ad/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:f5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/b1/2c/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e6/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:e6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://86/16/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368_packagedata.tar.zst\nDEBUG: For url file://29/9b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/9b/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A12%3A299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5_package_write_ipk.tar.zst;downloadfilename=29/9b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/4b/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://13/c4/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:13c43c297932c007f909f540496fb5462ad3986432e4421b90c8fce4c9dc9255_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f5/ad/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:f5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6_populate_sysroot.tar.zst\nDEBUG: Using  for universal/b1/2c/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82_create_spdx.tar.zst\nDEBUG: Using  for e6/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:e6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:2bda0e5eafd1d43de15abf6d7226cd688ce3a349e549356a5c10191614f7e0a0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '86/16/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for aa/4b/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b5/1a/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0_package_write_deb.tar.zst\nDEBUG: Testing URL file://f5/ad/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:f5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/b1/2c/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82_create_spdx.tar.zst\nDEBUG: Testing URL file://e6/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:e6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://31/f9/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386_create_package_spdx.tar.zst\nDEBUG: For url file://86/16/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/16/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A12%3A8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368_packagedata.tar.zst;downloadfilename=86/16/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368_packagedata.tar.zst\nDEBUG: Using  for aa/4b/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70_packagedata.tar.zst\nDEBUG: Searching for b5/1a/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f5/ad/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:f5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6_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/b1/2c/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e6/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:e6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947_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 31/f9/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://aa/4b/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://53/40/sstate:packagegroup-core-tools-profile::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Using  for b5/1a/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0_package_write_deb.tar.zst\nDEBUG: Testing URL file://b5/1a/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0_package_write_deb.tar.zst\nDEBUG: For url file://universal/b1/2c/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b1/2c/sstate%3Alibunistring-native%3Ax86_64-linux%3A1.2%3Ar0%3Ax86_64%3A12%3Ab12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82_create_spdx.tar.zst;downloadfilename=universal/b1/2c/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82_create_spdx.tar.zst\nDEBUG: For url file://e6/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:e6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/d9/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A12%3Ae6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947_deploy_source_date_epoch.tar.zst;downloadfilename=e6/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:e6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 31/f9/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'aa/4b/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70_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://76/9a/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://29/9b/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:299becc9da201c42a24ec53ad3e2e3998c82173abcdf6b680f4e0fd8ec7e33d5_package_write_ipk.tar.zst\nDEBUG: For url file://f5/ad/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:f5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/ad/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3Af5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6_populate_sysroot.tar.zst;downloadfilename=f5/ad/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:f5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b5/1a/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0_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://31/f9/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386_create_package_spdx.tar.zst\nDEBUG: For url file://aa/4b/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/4b/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.22.0%3Ar0%3Acore2-64%3A12%3Aaa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70_packagedata.tar.zst;downloadfilename=aa/4b/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70_packagedata.tar.zst\nDEBUG: Searching for 76/9a/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://86/16/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/63/7e/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196_populate_sysroot.tar.zst\nDEBUG: For url file://b5/1a/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/1a/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A12%3Ab51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0_package_write_deb.tar.zst;downloadfilename=b5/1a/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '31/f9/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 76/9a/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://57/48/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/39/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1_populate_sysroot.tar.zst\nDEBUG: Searching for universal/63/7e/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/b1/2c/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82_create_spdx.tar.zst\nDEBUG: For url file://31/f9/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/f9/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A12%3A31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386_create_package_spdx.tar.zst;downloadfilename=31/f9/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386_create_package_spdx.tar.zst\nDEBUG: Testing URL file://76/9a/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95_package_write_deb.tar.zst\nDEBUG: Searching for 57/48/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4a/8b/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628_create_spdx.tar.zst\nDEBUG: Using  for universal/63/7e/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/1f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '76/9a/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95_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://aa/4b/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70_packagedata.tar.zst\nDEBUG: Using  for 57/48/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/ad/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:f5ad183bc2cb82f39d14a7e2ebf1fa160c978dfcfd05aebe13edbc3896a0f4d6_populate_sysroot.tar.zst\nDEBUG: Searching for 4a/8b/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/63/7e/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196_populate_sysroot.tar.zst\nDEBUG: Searching for 2a/1f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://76/9a/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/9a/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95_package_write_deb.tar.zst;downloadfilename=76/9a/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/54/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1_recipe_qa.tar.zst\nDEBUG: Testing URL file://57/48/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/7f/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb_package_write_deb.tar.zst\nDEBUG: Using  for 4a/8b/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/63/7e/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2a/1f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023_populate_sysroot.tar.zst\nDEBUG: Searching for 6a/54/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '57/48/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c_create_package_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://b5/1a/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b51a2805b634d5b7b58dea19a27c96e2b04a591b09999f3fd3b99f79b78356e0_package_write_deb.tar.zst\nDEBUG: Searching for c1/7f/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4a/8b/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628_create_spdx.tar.zst\nDEBUG: For url file://universal/63/7e/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/63/7e/sstate%3Apython3-editables-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3A637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196_populate_sysroot.tar.zst;downloadfilename=universal/63/7e/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2a/1f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023_populate_sysroot.tar.zst\nDEBUG: Using  for 6a/54/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1_recipe_qa.tar.zst\nDEBUG: For url file://57/48/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/48/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A12%3A5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c_create_package_spdx.tar.zst;downloadfilename=57/48/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3_create_spdx.tar.zst\nDEBUG: Using  for c1/7f/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '4a/8b/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628_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/1f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6a/54/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1_recipe_qa.tar.zst\nDEBUG: Searching for b9/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c1/7f/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://76/9a/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:769a22a376008458dfbd6badf4c322f3a56e990702b7e69d6c5c794a152d1e95_package_write_deb.tar.zst\nDEBUG: For url file://4a/8b/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/8b/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A12%3A4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628_create_spdx.tar.zst;downloadfilename=4a/8b/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628_create_spdx.tar.zst\nDEBUG: For url file://2a/1f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/1f/sstate%3Arust%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023_populate_sysroot.tar.zst;downloadfilename=2a/1f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6a/54/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b9/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c1/7f/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb_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://b7/0f/sstate:libgcrypt::1.10.3:r0::12:b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a_populate_lic.tar.zst\nDEBUG: For url file://6a/54/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/54/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.19.2%3Ar0%3Acore2-64%3A12%3A6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1_recipe_qa.tar.zst;downloadfilename=6a/54/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1_recipe_qa.tar.zst\nDEBUG: Testing URL file://b9/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/63/7e/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196_populate_sysroot.tar.zst\nDEBUG: For url file://c1/7f/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/7f/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Ac17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb_package_write_deb.tar.zst;downloadfilename=c1/7f/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb_package_write_deb.tar.zst\nDEBUG: Searching for b7/0f/sstate:libgcrypt::1.10.3:r0::12:b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b9/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3_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://9f/02/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f_create_package_spdx.tar.zst\nDEBUG: Using  for b7/0f/sstate:libgcrypt::1.10.3:r0::12:b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a_populate_lic.tar.zst\nDEBUG: For url file://b9/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/63/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3Ab9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3_create_spdx.tar.zst;downloadfilename=b9/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/2e/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:d52e850ecf08bb9757075faef4d39b33db4375f4d4cd93b86a37039bebc349ca_package_write_ipk.tar.zst\nDEBUG: Searching for 9f/02/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b7/0f/sstate:libgcrypt::1.10.3:r0::12:b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9f/bd/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf_recipe_qa.tar.zst\nDEBUG: Using  for 9f/02/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b7/0f/sstate:libgcrypt::1.10.3:r0::12:b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/9f/bd/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9f/02/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f_create_package_spdx.tar.zst\nDEBUG: For url file://b7/0f/sstate:libgcrypt::1.10.3:r0::12:b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/0f/sstate%3Alibgcrypt%3A%3A1.10.3%3Ar0%3A%3A12%3Ab70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a_populate_lic.tar.zst;downloadfilename=b7/0f/sstate:libgcrypt::1.10.3:r0::12:b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a_populate_lic.tar.zst\nDEBUG: Using  for universal/9f/bd/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9f/02/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/9f/bd/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/1f/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a1f198deddca8587b905606d82ac9eb4dc43946587353f7b77b96fb7626b023_populate_sysroot.tar.zst\nDEBUG: For url file://9f/02/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/02/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A12%3A9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f_create_package_spdx.tar.zst;downloadfilename=9f/02/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/9f/bd/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf_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://1e/2a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6_recipe_qa.tar.zst\nDEBUG: For url file://universal/9f/bd/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9f/bd/sstate%3Agettext-native%3Ax86_64-linux%3A0.22.5%3Ar0%3Ax86_64%3A12%3A9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf_recipe_qa.tar.zst;downloadfilename=universal/9f/bd/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf_recipe_qa.tar.zst\nDEBUG: Searching for 1e/2a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://57/48/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c_create_package_spdx.tar.zst\nDEBUG: Using  for 1e/2a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://31/f9/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/71/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a_packagedata.tar.zst\nDEBUG: Testing URL file://1e/2a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://30/b2/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776_create_package_spdx.tar.zst\nDEBUG: Searching for 8e/71/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1e/2a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 30/b2/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b7/0f/sstate:libgcrypt::1.10.3:r0::12:b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a_populate_lic.tar.zst\nDEBUG: Using  for 8e/71/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a_packagedata.tar.zst\nDEBUG: For url file://1e/2a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/2a/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A12%3A1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6_recipe_qa.tar.zst;downloadfilename=1e/2a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6_recipe_qa.tar.zst\nDEBUG: Using  for 30/b2/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/79/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11_recipe_qa.tar.zst\nDEBUG: Testing URL file://8e/71/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a_packagedata.tar.zst\nDEBUG: Testing URL file://30/b2/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776_create_package_spdx.tar.zst\nDEBUG: Searching for 4c/79/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8e/71/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '30/b2/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4c/79/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9f/bd/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf_recipe_qa.tar.zst\nDEBUG: For url file://8e/71/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/71/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%2Bgit%3Ar0%3Aallarch%3A12%3A8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a_packagedata.tar.zst;downloadfilename=8e/71/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a_packagedata.tar.zst\nDEBUG: For url file://30/b2/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/b2/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A12%3A30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776_create_package_spdx.tar.zst;downloadfilename=30/b2/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776_create_package_spdx.tar.zst\nDEBUG: Testing URL file://4c/79/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/9f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9_packagedata.tar.zst\nDEBUG: For url ['file', '', '4c/79/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ea/9f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://30/c8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:30c8a70f2fca012fc71ca79deb32099d989d914066fab8c78adf826a28b6f7f1_package.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/10/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea_package_write_rpm.tar.zst\nDEBUG: For url file://4c/79/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/79/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A12%3A4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11_recipe_qa.tar.zst;downloadfilename=4c/79/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11_recipe_qa.tar.zst\nDEBUG: Using  for ea/9f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://03/0d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://83/90/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ea/9f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9_packagedata.tar.zst\nDEBUG: Searching for 03/0d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1e/2a/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6_recipe_qa.tar.zst\nDEBUG: Searching for 83/90/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ea/9f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 03/0d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://05/45/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5_packagedata.tar.zst\nDEBUG: Using  for 83/90/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b_populate_sysroot.tar.zst\nDEBUG: For url file://ea/9f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/9f/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9_packagedata.tar.zst;downloadfilename=ea/9f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9_packagedata.tar.zst\nDEBUG: Testing URL file://03/0d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d_recipe_qa.tar.zst\nDEBUG: Searching for 05/45/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://83/90/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '03/0d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 05/45/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://30/b2/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/71/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a_packagedata.tar.zst\nDEBUG: For url ['file', '', '83/90/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b_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/0d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/0d/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d_recipe_qa.tar.zst;downloadfilename=03/0d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d_recipe_qa.tar.zst\nDEBUG: Testing URL file://05/45/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/74/e8/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/cb/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://83/90/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/90/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A12%3A8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b_populate_sysroot.tar.zst;downloadfilename=83/90/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/79/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '05/45/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/74/e8/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e6/d9/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:e6d92235b8542cdcc86c4059c854a7a4e6d1085937121ae0bfc0cb2524a87947_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9d/cb/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6a/54/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/ee/sstate:mpfr::4.2.1:r0::12:4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7_populate_lic.tar.zst\nDEBUG: For url file://05/45/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/45/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A12%3A054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5_packagedata.tar.zst;downloadfilename=05/45/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5_packagedata.tar.zst\nDEBUG: Using  for universal/74/e8/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/5e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963_package_write_rpm.tar.zst\nDEBUG: Using  for 9d/cb/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ef/fa/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4_create_spdx.tar.zst\nDEBUG: Searching for 4c/ee/sstate:mpfr::4.2.1:r0::12:4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/74/e8/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72_populate_sysroot.tar.zst\nDEBUG: Searching for dc/5e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9d/cb/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/ef/fa/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4c/ee/sstate:mpfr::4.2.1:r0::12:4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/74/e8/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for dc/5e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9d/cb/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6_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://03/0d/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d_recipe_qa.tar.zst\nDEBUG: Using  for universal/ef/fa/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4_create_spdx.tar.zst\nDEBUG: Testing URL file://4c/ee/sstate:mpfr::4.2.1:r0::12:4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7_populate_lic.tar.zst\nDEBUG: For url file://universal/74/e8/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/e8/sstate%3Atzcode-native%3Ax86_64-linux%3A2024a%3Ar0%3Ax86_64%3A12%3A74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72_populate_sysroot.tar.zst;downloadfilename=universal/74/e8/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72_populate_sysroot.tar.zst\nDEBUG: Testing URL file://dc/5e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963_package_write_rpm.tar.zst\nDEBUG: For url file://9d/cb/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/cb/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6_deploy_source_date_epoch.tar.zst;downloadfilename=9d/cb/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://62/21/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/ef/fa/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4c/ee/sstate:mpfr::4.2.1:r0::12:4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'dc/5e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963_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/21/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b9/63/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/ef/fa/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4_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://05/45/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5_packagedata.tar.zst\nDEBUG: For url file://4c/ee/sstate:mpfr::4.2.1:r0::12:4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/ee/sstate%3Ampfr%3A%3A4.2.1%3Ar0%3A%3A12%3A4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7_populate_lic.tar.zst;downloadfilename=4c/ee/sstate:mpfr::4.2.1:r0::12:4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/8f/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45_create_spdx.tar.zst\nDEBUG: For url file://dc/5e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/5e/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A12%3Adc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963_package_write_rpm.tar.zst;downloadfilename=dc/5e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963_package_write_rpm.tar.zst\nDEBUG: Using  for 62/21/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://58/55/sstate:gconf::3.2.6:r0::12:585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312_populate_lic.tar.zst\nDEBUG: For url file://universal/ef/fa/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ef/fa/sstate%3Aglib-2.0-native%3Ax86_64-linux%3A2.80.2%3Ar0%3Ax86_64%3A12%3Aeffacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4_create_spdx.tar.zst;downloadfilename=universal/ef/fa/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/f4/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://48/58/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://62/21/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53_package_write_ipk.tar.zst\nDEBUG: Searching for 58/55/sstate:gconf::3.2.6:r0::12:585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/74/e8/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:74e8ef6480886e9e3f9af440f25888f63d643f299190e7037942aa9591233c72_populate_sysroot.tar.zst\nDEBUG: Searching for 3b/f4/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 48/58/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9d/cb/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9dcbbbd5508da0c3180fbf401a690e08c19d18f048527a8d52087fa7cfe822d6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '62/21/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 58/55/sstate:gconf::3.2.6:r0::12:585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://09/e9/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6_package_write_rpm.tar.zst\nDEBUG: Using  for 3b/f4/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2_populate_sysroot.tar.zst\nDEBUG: Using  for 48/58/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://60/a4/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe_package_write_ipk.tar.zst\nDEBUG: For url file://62/21/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/21/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A12%3A62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53_package_write_ipk.tar.zst;downloadfilename=62/21/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53_package_write_ipk.tar.zst\nDEBUG: Testing URL file://58/55/sstate:gconf::3.2.6:r0::12:585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312_populate_lic.tar.zst\nDEBUG: Searching for 09/e9/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3b/f4/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2_populate_sysroot.tar.zst\nDEBUG: Testing URL file://48/58/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 60/a4/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '58/55/sstate:gconf::3.2.6:r0::12:585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 09/e9/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3b/f4/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2_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://4c/ee/sstate:mpfr::4.2.1:r0::12:4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '48/58/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d_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 60/a4/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe_package_write_ipk.tar.zst\nDEBUG: For url file://58/55/sstate:gconf::3.2.6:r0::12:585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/55/sstate%3Agconf%3A%3A3.2.6%3Ar0%3A%3A12%3A585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312_populate_lic.tar.zst;downloadfilename=58/55/sstate:gconf::3.2.6:r0::12:585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312_populate_lic.tar.zst\nDEBUG: Testing URL file://09/e9/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ef/fa/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4_create_spdx.tar.zst\nDEBUG: For url file://3b/f4/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/f4/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A12%3A3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2_populate_sysroot.tar.zst;downloadfilename=3b/f4/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/b0/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef_packagedata.tar.zst\nDEBUG: For url file://48/58/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/58/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.70%3Ar0%3Acore2-64%3A12%3A4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d_deploy_source_date_epoch.tar.zst;downloadfilename=48/58/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://60/a4/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '09/e9/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6_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://27/a1/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65_packagedata.tar.zst\nDEBUG: Searching for aa/b0/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '60/a4/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe_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://ea/9f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9_packagedata.tar.zst\nDEBUG: For url file://09/e9/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/e9/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.8.2%3Ar0%3Acore2-64%3A12%3A09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6_package_write_rpm.tar.zst;downloadfilename=09/e9/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6_package_write_rpm.tar.zst\nDEBUG: Searching for 27/a1/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4a/8b/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628_create_spdx.tar.zst\nDEBUG: Using  for aa/b0/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef_packagedata.tar.zst\nDEBUG: For url file://60/a4/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/a4/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.9.0%3Ar0%3Acore2-64%3A12%3A60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe_package_write_ipk.tar.zst;downloadfilename=60/a4/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2a/ab/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e_create_spdx.tar.zst\nDEBUG: Using  for 27/a1/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/15/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33_package_qa.tar.zst\nDEBUG: Testing URL file://aa/b0/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef_packagedata.tar.zst\nDEBUG: Searching for universal/2a/ab/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3b/f4/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:3bf48f6aa4e3eb1063465ca0bc06be78a3494e6c86430f520f4bd016f9df9dd2_populate_sysroot.tar.zst\nDEBUG: Testing URL file://27/a1/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65_packagedata.tar.zst\nDEBUG: Searching for cf/15/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'aa/b0/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/2a/ab/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://af/47/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '27/a1/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cf/15/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33_package_qa.tar.zst\nDEBUG: For url file://aa/b0/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/b0/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A12%3Aaab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef_packagedata.tar.zst;downloadfilename=aa/b0/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://48/58/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:4858ae6dfc0a371b8898aac6d6c84073cc2d7c378601b743ebcb7fe4e950bc1d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/2a/ab/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/5e/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963_package_write_rpm.tar.zst\nDEBUG: Searching for af/47/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://27/a1/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/a1/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65_packagedata.tar.zst;downloadfilename=27/a1/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65_packagedata.tar.zst\nDEBUG: Testing URL file://cf/15/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://09/e9/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/06/a6/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/2a/ab/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e_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/25/11/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543_populate_sysroot.tar.zst\nDEBUG: Using  for af/47/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'cf/15/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33_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://c2/cc/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:c2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://62/21/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:62212d658f7d229e4b056e5699ab74690b6e53306ebeeae2661c4768f5038b53_package_write_ipk.tar.zst\nDEBUG: Searching for universal/06/a6/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/2a/ab/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2a/ab/sstate%3Amkfontscale-native%3Ax86_64-linux%3A1.2.3%3Ar0%3Ax86_64%3A12%3A2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e_create_spdx.tar.zst;downloadfilename=universal/2a/ab/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e_create_spdx.tar.zst\nDEBUG: Searching for universal/25/11/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://af/47/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f_package_write_rpm.tar.zst\nDEBUG: For url file://cf/15/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/15/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A12%3Acf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33_package_qa.tar.zst;downloadfilename=cf/15/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33_package_qa.tar.zst\nDEBUG: Searching for c2/cc/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:c2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e2/89/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5_package_write_deb.tar.zst\nDEBUG: Using  for universal/06/a6/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398_recipe_qa.tar.zst\nDEBUG: Using  for universal/25/11/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'af/47/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f_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://58/55/sstate:gconf::3.2.6:r0::12:585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/b0/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/02/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f_create_package_spdx.tar.zst\nDEBUG: Using  for c2/cc/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:c2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://27/a1/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65_packagedata.tar.zst\nDEBUG: Searching for e2/89/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/06/a6/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/25/11/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543_populate_sysroot.tar.zst\nDEBUG: For url file://af/47/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/47/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A12%3Aaf478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f_package_write_rpm.tar.zst;downloadfilename=af/47/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://79/86/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://43/68/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://de/f9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:def998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db_package_write_deb.tar.zst\nDEBUG: Testing URL file://c2/cc/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:c2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0c/b9/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548_create_package_spdx.tar.zst\nDEBUG: Using  for e2/89/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/06/a6/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398_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/25/11/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 79/86/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 43/68/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for de/f9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:def998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/2a/ab/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c2/cc/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:c2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/0c/b9/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e2/89/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5_package_write_deb.tar.zst\nDEBUG: For url file://universal/06/a6/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/06/a6/sstate%3Alibpng-native%3Ax86_64-linux%3A1.6.43%3Ar0%3Ax86_64%3A12%3A06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398_recipe_qa.tar.zst;downloadfilename=universal/06/a6/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398_recipe_qa.tar.zst\nDEBUG: For url file://universal/25/11/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/25/11/sstate%3Aca-certificates-native%3Ax86_64-linux%3A20211016%3Ar0%3Ax86_64%3A12%3A2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543_populate_sysroot.tar.zst;downloadfilename=universal/25/11/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543_populate_sysroot.tar.zst\nDEBUG: Using  for 79/86/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0_recipe_qa.tar.zst\nDEBUG: Using  for 43/68/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447_create_spdx.tar.zst\nDEBUG: Using  for de/f9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:def998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/08/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281_recipe_qa.tar.zst\nDEBUG: For url file://c2/cc/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:c2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/cc/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3Ac2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2_package.tar.zst;downloadfilename=c2/cc/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:c2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2_package.tar.zst\nDEBUG: Using  for universal/0c/b9/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e2/89/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5_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://79/86/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/15/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33_package_qa.tar.zst\nDEBUG: Testing URL file://43/68/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447_create_spdx.tar.zst\nDEBUG: Testing URL file://de/f9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:def998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db_package_write_deb.tar.zst\nDEBUG: Searching for 9f/08/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/0c/b9/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548_create_package_spdx.tar.zst\nDEBUG: For url file://e2/89/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/89/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3Ae2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5_package_write_deb.tar.zst;downloadfilename=e2/89/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '79/86/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0_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://52/9c/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '43/68/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447_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/f9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:def998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9f/08/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/0c/b9/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://79/86/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/86/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A12%3A7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0_recipe_qa.tar.zst;downloadfilename=79/86/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/06/a6/sstate:libpng-native:x86_64-linux:1.6.43:r0:x86_64:12:06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://83/90/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8390d48861c4e153c3e113ca8c7e6eb9d6010fa3422fdd7825ef9ceb6631ee5b_populate_sysroot.tar.zst\nDEBUG: Searching for 52/9c/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://43/68/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/68/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A12%3A4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447_create_spdx.tar.zst;downloadfilename=43/68/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447_create_spdx.tar.zst\nDEBUG: For url file://de/f9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:def998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/f9/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A12%3Adef998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db_package_write_deb.tar.zst;downloadfilename=de/f9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:def998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db_package_write_deb.tar.zst\nDEBUG: Testing URL file://9f/08/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281_recipe_qa.tar.zst\nDEBUG: For url file://universal/0c/b9/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0c/b9/sstate%3Avala-native%3Ax86_64-linux%3A0.56.17%3Ar0%3Ax86_64%3A12%3A0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548_create_package_spdx.tar.zst;downloadfilename=universal/0c/b9/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/4b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/25/11/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:2511622a4c67811921902845a9e743b4b4cf1d71ee0d97d7fa2e6cf3c3f9a543_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/b5/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68_packagedata.tar.zst\nDEBUG: Using  for 52/9c/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9f/08/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281_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/cc/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:c2ccf6990f25b131eef287688a8f2337db2298767509d5395d6dc31f2d257ff2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://af/47/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f_package_write_rpm.tar.zst\nDEBUG: Searching for 0d/4b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://da/c2/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:dac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3_package.tar.zst\nDEBUG: Searching for aa/b5/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://52/9c/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9f/08/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/08/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281_recipe_qa.tar.zst;downloadfilename=9f/08/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://79/86/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://82/1f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1_package_qa.tar.zst\nDEBUG: Using  for 0d/4b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506_populate_sysroot.tar.zst\nDEBUG: Searching for da/c2/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:dac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for aa/b5/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68_packagedata.tar.zst\nDEBUG: For url ['file', '', '52/9c/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792_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://93/5a/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a_create_package_spdx.tar.zst\nDEBUG: Searching for 82/1f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://de/f9/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:def998ea9cbcc2c87aac53f9c07186d23cd61f0e9a19d347713e00c7a05413db_package_write_deb.tar.zst\nDEBUG: Searching for 8c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0d/4b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506_populate_sysroot.tar.zst\nDEBUG: Using  for da/c2/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:dac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3_package.tar.zst\nDEBUG: Testing URL file://aa/b5/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0c/b9/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548_create_package_spdx.tar.zst\nDEBUG: For url file://52/9c/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/9c/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.14.0%3Ar0%3Acore2-64%3A12%3A529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792_deploy_source_date_epoch.tar.zst;downloadfilename=52/9c/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 93/5a/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 82/1f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610_package.tar.zst\nDEBUG: SState: Attempting to fetch file://68/2b/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459_create_package_spdx.tar.zst\nDEBUG: Using  for 8c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1_package_qa.tar.zst\nDEBUG: For url ['file', '', '0d/4b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://da/c2/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:dac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3_package.tar.zst\nDEBUG: For url ['file', '', 'aa/b5/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68_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://34/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3_package.tar.zst\nDEBUG: Using  for 93/5a/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://82/1f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610_package.tar.zst\nDEBUG: Searching for 68/2b/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://8c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1_package_qa.tar.zst\nDEBUG: For url file://0d/4b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/4b/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.45.3%3Ar0%3Acore2-64%3A12%3A0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506_populate_sysroot.tar.zst;downloadfilename=0d/4b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'da/c2/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:dac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://aa/b5/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/b5/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.42%3Ar0%3Acore2-64%3A12%3Aaab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68_packagedata.tar.zst;downloadfilename=aa/b5/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68_packagedata.tar.zst\nDEBUG: Searching for 34/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://93/5a/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '82/1f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 68/2b/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '8c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1_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/c2/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:dac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/c2/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.23.0%3Ar0%3Acore2-64%3A12%3Adac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3_package.tar.zst;downloadfilename=da/c2/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:dac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3_package.tar.zst\nDEBUG: Using  for 34/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/89/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:e2898350045a95f3c3c41e49e073ecaaa55f69cc28e28f163b1bc4d95aeefde5_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '93/5a/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a_create_package_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://74/3d/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:743dad2cd8e7ee0896bff935b4f55803636536edbcc2d82f04763977aace52d1_package_write_ipk.tar.zst\nDEBUG: For url file://82/1f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/1f/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A12%3A821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610_package.tar.zst;downloadfilename=82/1f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610_package.tar.zst\nDEBUG: Testing URL file://68/2b/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459_create_package_spdx.tar.zst\nDEBUG: For url file://8c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/a2/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A12%3A8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1_package_qa.tar.zst;downloadfilename=8c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1_package_qa.tar.zst\nDEBUG: Testing URL file://34/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/07/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://52/9c/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:529c75f9a3bef1c26257aaa554557a7ddbff1b0817f9ca0899d4e74ba97e0792_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://93/5a/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/5a/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.70%3Ar0%3Acore2-64%3A12%3A935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a_create_package_spdx.tar.zst;downloadfilename=93/5a/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://20/95/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '68/2b/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '34/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3_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://aa/b5/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68_packagedata.tar.zst\nDEBUG: Searching for a5/07/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9f/08/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/4b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://58/8e/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c_packagedata.tar.zst\nDEBUG: Searching for 20/95/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://68/2b/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/2b/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459_create_package_spdx.tar.zst;downloadfilename=68/2b/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459_create_package_spdx.tar.zst\nDEBUG: For url file://34/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/23/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.5%3Ar0%3Acore2-64%3A12%3A342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3_package.tar.zst;downloadfilename=34/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://da/a9/sstate:libidn2-native::2.3.7:r0::12:daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7_populate_lic.tar.zst\nDEBUG: Using  for a5/07/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://78/7c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/78/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47_package_qa.tar.zst\nDEBUG: Searching for 58/8e/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 20/95/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://82/1f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:821fd5c198f02e5c495232d5f9f5c3c24489793e8a73ecf0d8c455d6bfb8a610_package.tar.zst\nDEBUG: Searching for da/a9/sstate:libidn2-native::2.3.7:r0::12:daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a5/07/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb_create_spdx.tar.zst\nDEBUG: Searching for 78/7c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1e/78/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8c/a2/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1_package_qa.tar.zst\nDEBUG: Using  for 58/8e/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c_packagedata.tar.zst\nDEBUG: Testing URL file://20/95/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a7/a1/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d_recipe_qa.tar.zst\nDEBUG: Using  for da/a9/sstate:libidn2-native::2.3.7:r0::12:daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a5/07/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 78/7c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5_package_qa.tar.zst\nDEBUG: Using  for 1e/78/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/24/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://58/8e/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c_packagedata.tar.zst\nDEBUG: For url ['file', '', '20/95/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/a7/a1/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://da/a9/sstate:libidn2-native::2.3.7:r0::12:daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7_populate_lic.tar.zst\nDEBUG: For url file://a5/07/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/07/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.9%3Ar0%3Acore2-64%3A12%3Aa507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb_create_spdx.tar.zst;downloadfilename=a5/07/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb_create_spdx.tar.zst\nDEBUG: Testing URL file://78/7c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5_package_qa.tar.zst\nDEBUG: Testing URL file://1e/78/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47_package_qa.tar.zst\nDEBUG: Searching for e6/24/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '58/8e/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://20/95/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/95/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a_package_write_deb.tar.zst;downloadfilename=20/95/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a_package_write_deb.tar.zst\nDEBUG: Using  for universal/a7/a1/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'da/a9/sstate:libidn2-native::2.3.7:r0::12:daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7_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/7c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1e/78/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e6/24/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://34/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:342331ba65b7dcf2ed03878e08a697508ff73afd66b99d80254d442f3617eff3_package.tar.zst\nDEBUG: For url file://58/8e/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/8e/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c_packagedata.tar.zst;downloadfilename=58/8e/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c_packagedata.tar.zst\nDEBUG: Testing URL file://universal/a7/a1/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d_recipe_qa.tar.zst\nDEBUG: For url file://da/a9/sstate:libidn2-native::2.3.7:r0::12:daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/a9/sstate%3Alibidn2-native%3A%3A2.3.7%3Ar0%3A%3A12%3Adaa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7_populate_lic.tar.zst;downloadfilename=da/a9/sstate:libidn2-native::2.3.7:r0::12:daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7_populate_lic.tar.zst\nDEBUG: For url file://78/7c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/7c/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5_package_qa.tar.zst;downloadfilename=78/7c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5_package_qa.tar.zst\nDEBUG: For url file://1e/78/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/78/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47_package_qa.tar.zst;downloadfilename=1e/78/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47_package_qa.tar.zst\nDEBUG: Testing URL file://e6/24/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://88/26/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/a7/a1/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d_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://da/c2/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:dac2150e557bc222e49378e010a24b3b20fdc726af79b14c523ad632313457a3_package.tar.zst\nDEBUG: For url ['file', '', 'e6/24/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 88/26/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c1/7f/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:c17fa09417e9a3259f53d06f571a040dd6810eb62d93d1e0b13dfb156515bbbb_package_write_deb.tar.zst\nDEBUG: For url file://universal/a7/a1/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a7/a1/sstate%3Amesa-native%3Ax86_64-linux%3A24.0.7%3Ar0%3Ax86_64%3A12%3Aa7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d_recipe_qa.tar.zst;downloadfilename=universal/a7/a1/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6e/72/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7_populate_sysroot.tar.zst\nDEBUG: For url file://e6/24/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/24/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A12%3Ae6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e_package_write_rpm.tar.zst;downloadfilename=e6/24/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e_package_write_rpm.tar.zst\nDEBUG: Using  for 88/26/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/c2/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:edc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3_package.tar.zst\nDEBUG: Searching for universal/6e/72/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://60/a4/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:60a4a57c2a1ce23d4b8a452d32f9f0f5095e72568f81d6a9f6acdafdc34e16fe_package_write_ipk.tar.zst\nDEBUG: Testing URL file://88/26/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7_package_write_deb.tar.zst\nDEBUG: Searching for ed/c2/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:edc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/6e/72/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://da/a9/sstate:libidn2-native::2.3.7:r0::12:daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:ebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '88/26/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ed/c2/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:edc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3_package.tar.zst\nDEBUG: Testing URL file://universal/6e/72/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/8f/sstate:nettle-native::3.9.1:r0::12:4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993_populate_lic.tar.zst\nDEBUG: Searching for eb/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:ebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://88/26/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/26/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7_package_write_deb.tar.zst;downloadfilename=88/26/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7_package_write_deb.tar.zst\nDEBUG: Testing URL file://ed/c2/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:edc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://78/7c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/78/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/6e/72/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4e/8f/sstate:nettle-native::3.9.1:r0::12:4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for eb/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:ebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ed/c2/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:edc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3_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/a7/a1/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://da/0b/sstate:libcomps-native::0.1.21:r0::12:da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/6e/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63_recipe_qa.tar.zst\nDEBUG: For url file://universal/6e/72/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6e/72/sstate%3Agperf-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A12%3A6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7_populate_sysroot.tar.zst;downloadfilename=universal/6e/72/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7_populate_sysroot.tar.zst\nDEBUG: Using  for 4e/8f/sstate:nettle-native::3.9.1:r0::12:4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993_populate_lic.tar.zst\nDEBUG: Testing URL file://eb/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:ebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea_populate_sysroot.tar.zst\nDEBUG: For url file://ed/c2/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:edc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/c2/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.1.0%3Ar0%3Acore2-64%3A12%3Aedc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3_package.tar.zst;downloadfilename=ed/c2/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:edc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/24/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/e5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e_create_package_spdx.tar.zst\nDEBUG: Searching for da/0b/sstate:libcomps-native::0.1.21:r0::12:da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f9/6e/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4e/8f/sstate:nettle-native::3.9.1:r0::12:4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'eb/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:ebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea_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/5a/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://45/76/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://20/95/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2095a63120555be99136fb12c66070d68627b281cf56a3ca9b4984de18f55c3a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://58/8e/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c_packagedata.tar.zst\nDEBUG: Searching for e5/e5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for da/0b/sstate:libcomps-native::0.1.21:r0::12:da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9_populate_lic.tar.zst\nDEBUG: Using  for f9/6e/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4e/8f/sstate:nettle-native::3.9.1:r0::12:4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://eb/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:ebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/e7/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3Aebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea_populate_sysroot.tar.zst;downloadfilename=eb/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:ebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/dd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 45/76/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b5/54/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:b5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://26/cc/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8_package_write_rpm.tar.zst\nDEBUG: Using  for e5/e5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e_create_package_spdx.tar.zst\nDEBUG: Testing URL file://da/0b/sstate:libcomps-native::0.1.21:r0::12:da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9_populate_lic.tar.zst\nDEBUG: Testing URL file://f9/6e/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63_recipe_qa.tar.zst\nDEBUG: For url file://4e/8f/sstate:nettle-native::3.9.1:r0::12:4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/8f/sstate%3Anettle-native%3A%3A3.9.1%3Ar0%3A%3A12%3A4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993_populate_lic.tar.zst;downloadfilename=4e/8f/sstate:nettle-native::3.9.1:r0::12:4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993_populate_lic.tar.zst\nDEBUG: Searching for 1e/dd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 45/76/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6e/72/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:6e72a1672398e3e6e486a1e8b36d34e390adecbc1abc58bf4737fe56fa7959a7_populate_sysroot.tar.zst\nDEBUG: Searching for b5/54/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:b5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 26/cc/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e5/e5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'da/0b/sstate:libcomps-native::0.1.21:r0::12:da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9_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/6e/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1e/dd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://45/76/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://11/68/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b5/54/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:b5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 26/cc/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e5/e5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://da/0b/sstate:libcomps-native::0.1.21:r0::12:da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/0b/sstate%3Alibcomps-native%3A%3A0.1.21%3Ar0%3A%3A12%3Ada0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9_populate_lic.tar.zst;downloadfilename=da/0b/sstate:libcomps-native::0.1.21:r0::12:da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9_populate_lic.tar.zst\nDEBUG: For url file://f9/6e/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/6e/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.14.4%3Ar0%3Acore2-64%3A12%3Af96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63_recipe_qa.tar.zst;downloadfilename=f9/6e/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63_recipe_qa.tar.zst\nDEBUG: Testing URL file://1e/dd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '45/76/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 11/68/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b5/54/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:b5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://26/cc/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8_package_write_rpm.tar.zst\nDEBUG: For url file://e5/e5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/e5/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Ae5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e_create_package_spdx.tar.zst;downloadfilename=e5/e5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '1e/dd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac_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://45/76/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/76/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A12%3A4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9_package_qa.tar.zst;downloadfilename=45/76/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/e7/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:ebe740f744c1f1738ac1a3904a8c7c9d92ec714e6284b62b3cb09796bcca23ea_populate_sysroot.tar.zst\nDEBUG: Using  for 11/68/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b5/54/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:b5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49_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', '', '26/cc/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8_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://1e/dd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/dd/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A12%3A1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac_deploy_source_date_epoch.tar.zst;downloadfilename=1e/dd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/07/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/8f/sstate:nettle-native::3.9.1:r0::12:4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:cca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/c2/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:edc2ca51ceeff36a7c926b662c7509a6846d384b4d29733108ffd3fce49a9dc3_package.tar.zst\nDEBUG: Testing URL file://11/68/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b5/54/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:b5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/54/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.5%3Ar0%3Acore2-64%3A12%3Ab5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49_deploy_source_date_epoch.tar.zst;downloadfilename=b5/54/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:b5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://26/cc/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/cc/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.6%3Ar0%3Acore2-64%3A12%3A26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8_package_write_rpm.tar.zst;downloadfilename=26/cc/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ed/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://da/0b/sstate:libcomps-native::0.1.21:r0::12:da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://89/0a/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:890a579dc185c969f442bd5ec33a479acb90b5df3462204255df0249dadc69f5_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://43/68/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://99/08/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04_create_package_spdx.tar.zst\nDEBUG: Searching for cc/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:cca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e0/90/sstate:libpthread-stubs::0.5:r0::12:e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '11/68/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9_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://e5/e5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e_create_package_spdx.tar.zst\nDEBUG: Searching for universal/ed/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://45/76/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://51/4a/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/3f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://54/2f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6_populate_sysroot.tar.zst\nDEBUG: Searching for 99/08/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cc/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:cca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f_package.tar.zst\nDEBUG: Searching for e0/90/sstate:libpthread-stubs::0.5:r0::12:e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://11/68/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/68/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9_deploy_source_date_epoch.tar.zst;downloadfilename=11/68/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://86/02/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/ed/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f3/ee/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:f3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 51/4a/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7b/3f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 54/2f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1e/dd/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:1edd51ec2bc8570e4558c15b60637e779dd2d4829a6db7ce6091da68dbde38ac_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 99/08/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04_create_package_spdx.tar.zst\nDEBUG: Testing URL file://cc/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:cca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f_package.tar.zst\nDEBUG: Using  for e0/90/sstate:libpthread-stubs::0.5:r0::12:e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b_populate_lic.tar.zst\nDEBUG: Searching for 86/02/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/ed/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46_populate_sysroot.tar.zst\nDEBUG: Searching for universal/f3/ee/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:f3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 51/4a/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7b/3f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643_package_qa.tar.zst\nDEBUG: Using  for 54/2f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c_recipe_qa.tar.zst\nDEBUG: Testing URL file://99/08/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'cc/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:cca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e0/90/sstate:libpthread-stubs::0.5:r0::12:e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b_populate_lic.tar.zst\nDEBUG: Using  for 86/02/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://26/cc/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/ed/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46_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/ee/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:f3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://51/4a/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7b/3f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643_package_qa.tar.zst\nDEBUG: Testing URL file://54/2f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6_populate_sysroot.tar.zst\nDEBUG: Searching for b1/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '99/08/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cc/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:cca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/a7/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.26.0%3Ar0%3Acore2-64%3A12%3Acca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f_package.tar.zst;downloadfilename=cc/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:cca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f_package.tar.zst\nDEBUG: For url ['file', '', 'e0/90/sstate:libpthread-stubs::0.5:r0::12:e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://86/02/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/ef/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc_create_package_spdx.tar.zst\nDEBUG: For url file://universal/ed/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/52/sstate%3Apopt-native%3Ax86_64-linux%3A1.19%3Ar0%3Ax86_64%3A12%3Aed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46_populate_sysroot.tar.zst;downloadfilename=universal/ed/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/f3/ee/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:f3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '51/4a/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb_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', '', '7b/3f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643_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/2f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b1/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c_recipe_qa.tar.zst\nDEBUG: For url file://99/08/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/08/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A12%3A99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04_create_package_spdx.tar.zst;downloadfilename=99/08/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04_create_package_spdx.tar.zst\nDEBUG: For url file://e0/90/sstate:libpthread-stubs::0.5:r0::12:e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/90/sstate%3Alibpthread-stubs%3A%3A0.5%3Ar0%3A%3A12%3Ae090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b_populate_lic.tar.zst;downloadfilename=e0/90/sstate:libpthread-stubs::0.5:r0::12:e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '86/02/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad_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/f6/ef/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/f3/ee/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:f3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b_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/4a/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/4a/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb_deploy_source_date_epoch.tar.zst;downloadfilename=51/4a/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7b/3f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/3f/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643_package_qa.tar.zst;downloadfilename=7b/3f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643_package_qa.tar.zst\nDEBUG: For url file://54/2f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/2f/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A12%3A542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6_populate_sysroot.tar.zst;downloadfilename=54/2f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b1/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c_recipe_qa.tar.zst\nDEBUG: For url file://86/02/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/02/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A12%3A8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad_deploy_source_date_epoch.tar.zst;downloadfilename=86/02/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/f6/ef/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/f6/ef/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc_create_package_spdx.tar.zst\nDEBUG: For url file://universal/f3/ee/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:f3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f3/ee/sstate%3Alibyaml-native%3Ax86_64-linux%3A0.2.5%3Ar0%3Ax86_64%3A12%3Af3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f3/ee/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:f3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:cca7162618fe53be275ec7b1fa4d20180505c723936ed5eb07fb9ad0daeaf33f_package.tar.zst\nDEBUG: For url ['file', '', 'b1/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c_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/52/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://68/2b/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/6e/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/54/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:b5540b7bb2c90034399b79986659b655432bccfb01a9997738cf9330d8830f49_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/f6/ef/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc_create_package_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/90/sstate:libpthread-stubs::0.5:r0::12:e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://55/86/sstate:perf::1.0:r0::12:5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945_populate_lic.tar.zst\nDEBUG: For url file://b1/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/3a/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Ab13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c_recipe_qa.tar.zst;downloadfilename=b1/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/67/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://89/17/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/6e/sstate:xserver-xf86-config::0.1:r0::12:ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://df/9f/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:df9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://54/2f/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:542f61cffb9ba91f479b7cb4811f80c4a7ff7ecf5b3d75134305f34b7504ceb6_populate_sysroot.tar.zst\nDEBUG: For url file://universal/f6/ef/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/ef/sstate%3Alibxml-parser-perl-native%3Ax86_64-linux%3A2.47%3Ar0%3Ax86_64%3A12%3Af6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc_create_package_spdx.tar.zst;downloadfilename=universal/f6/ef/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/01/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c_package_write_ipk.tar.zst\nDEBUG: Searching for 55/86/sstate:perf::1.0:r0::12:5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8b/67/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 89/17/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://11/68/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:11681c14ab2df9b5dacfff517d400223322272b0cfdadb24cad0f67a43ca5cd9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ad/6e/sstate:xserver-xf86-config::0.1:r0::12:ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for df/9f/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:df9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://df/b7/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa_recipe_qa.tar.zst\nDEBUG: Searching for 9c/01/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 55/86/sstate:perf::1.0:r0::12:5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945_populate_lic.tar.zst\nDEBUG: Using  for 8b/67/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5_create_spdx.tar.zst\nDEBUG: Using  for 89/17/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/a1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:c0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb_package.tar.zst\nDEBUG: Using  for ad/6e/sstate:xserver-xf86-config::0.1:r0::12:ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad_populate_lic.tar.zst\nDEBUG: Using  for df/9f/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:df9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00_package_write_deb.tar.zst\nDEBUG: Searching for df/b7/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9c/01/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c_package_write_ipk.tar.zst\nDEBUG: Testing URL file://55/86/sstate:perf::1.0:r0::12:5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f3/ee/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:f3eea06b56f78d5ef9e49756642d82128d09a3c8314db5799b33ea0e81ad7a5b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8b/67/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5_create_spdx.tar.zst\nDEBUG: Testing URL file://89/17/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf_create_package_spdx.tar.zst\nDEBUG: Searching for c0/a1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:c0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ad/6e/sstate:xserver-xf86-config::0.1:r0::12:ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad_populate_lic.tar.zst\nDEBUG: Testing URL file://df/9f/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:df9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00_package_write_deb.tar.zst\nDEBUG: Using  for df/b7/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa_recipe_qa.tar.zst\nDEBUG: Testing URL file://9c/01/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '55/86/sstate:perf::1.0:r0::12:5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945_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://a2/af/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8b/67/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5_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/17/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c0/a1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:c0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb_package.tar.zst\nDEBUG: For url ['file', '', 'ad/6e/sstate:xserver-xf86-config::0.1:r0::12:ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'df/9f/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:df9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00_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://df/b7/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9c/01/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c_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://55/86/sstate:perf::1.0:r0::12:5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/86/sstate%3Aperf%3A%3A1.0%3Ar0%3A%3A12%3A5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945_populate_lic.tar.zst;downloadfilename=55/86/sstate:perf::1.0:r0::12:5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945_populate_lic.tar.zst\nDEBUG: Searching for a2/af/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8b/67/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/67/sstate%3Afmt%3Acore2-64-poky-linux%3A10.2.1%3Ar0%3Acore2-64%3A12%3A8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5_create_spdx.tar.zst;downloadfilename=8b/67/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5_create_spdx.tar.zst\nDEBUG: For url file://89/17/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/17/sstate%3Akmod%3Acore2-64-poky-linux%3A32%3Ar0%3Acore2-64%3A12%3A891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf_create_package_spdx.tar.zst;downloadfilename=89/17/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c0/a1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:c0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb_package.tar.zst\nDEBUG: For url file://ad/6e/sstate:xserver-xf86-config::0.1:r0::12:ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/6e/sstate%3Axserver-xf86-config%3A%3A0.1%3Ar0%3A%3A12%3Aad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad_populate_lic.tar.zst;downloadfilename=ad/6e/sstate:xserver-xf86-config::0.1:r0::12:ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad_populate_lic.tar.zst\nDEBUG: For url file://df/9f/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:df9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/9f/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A12%3Adf9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00_package_write_deb.tar.zst;downloadfilename=df/9f/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:df9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'df/b7/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa_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/01/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/01/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A12%3A9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c_package_write_ipk.tar.zst;downloadfilename=9c/01/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c_package_write_ipk.tar.zst\nDEBUG: Using  for a2/af/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/ef/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c0/a1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:c0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb_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://99/08/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://51/4a/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:514a8166e8514b9a49cf3f85083839ecc0aa2ee1369c0e114243fa0eb0fccbcb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/3f/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643_package_qa.tar.zst\nDEBUG: For url file://df/b7/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/b7/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A12%3Adfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa_recipe_qa.tar.zst;downloadfilename=df/b7/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://86/02/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:8602c678398fb8bdeb3870882e5268d0f82a9b5314d96af843bba1d8ffbf53ad_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://55/86/sstate:perf::1.0:r0::12:5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c_recipe_qa.tar.zst\nDEBUG: Testing URL file://a2/af/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/6a/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b_populate_sysroot.tar.zst\nDEBUG: For url file://c0/a1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:c0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/a1/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A12%3Ac0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb_package.tar.zst;downloadfilename=c0/a1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:c0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/6b/sstate:opkg-utils-native::0.6.3:r0::12:c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/68/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0c/83/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://66/12/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/26/d6/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a2/af/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f3/6a/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c7/6b/sstate:opkg-utils-native::0.6.3:r0::12:c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cd/68/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fd/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/0c/83/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 66/12/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/26/d6/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a2/af/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/af/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A12%3Aa2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3_package_write_rpm.tar.zst;downloadfilename=a2/af/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3_package_write_rpm.tar.zst\nDEBUG: Using  for f3/6a/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b_populate_sysroot.tar.zst\nDEBUG: Using  for c7/6b/sstate:opkg-utils-native::0.6.3:r0::12:c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/01/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:9c011be12b40714b8973c36f59519382baaa56e42242738e2627a7b31848825c_package_write_ipk.tar.zst\nDEBUG: Using  for cd/68/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77_create_package_spdx.tar.zst\nDEBUG: Using  for fd/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b_package_qa.tar.zst\nDEBUG: Using  for universal/0c/83/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2_recipe_qa.tar.zst\nDEBUG: Using  for 66/12/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80_package_write_rpm.tar.zst\nDEBUG: Using  for universal/26/d6/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f3/6a/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c7/6b/sstate:opkg-utils-native::0.6.3:r0::12:c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://80/08/sstate:util-macros::1.20.1:r0::12:80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c_populate_lic.tar.zst\nDEBUG: Testing URL file://cd/68/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77_create_package_spdx.tar.zst\nDEBUG: Testing URL file://fd/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b_package_qa.tar.zst\nDEBUG: Testing URL file://universal/0c/83/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2_recipe_qa.tar.zst\nDEBUG: Testing URL file://66/12/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/26/d6/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f3/6a/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b_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/6b/sstate:opkg-utils-native::0.6.3:r0::12:c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 80/08/sstate:util-macros::1.20.1:r0::12:80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cd/68/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fd/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b_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://df/b7/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/0c/83/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '66/12/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80_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://c0/a1/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:c0a18abdcbb7864aaf501177d2f00116a7a084c28b90303bd319c5c81d62ddbb_package.tar.zst\nDEBUG: For url ['file', '', 'universal/26/d6/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f3/6a/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/6a/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.4%3Ar0%3Acore2-64%3A12%3Af36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b_populate_sysroot.tar.zst;downloadfilename=f3/6a/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b_populate_sysroot.tar.zst\nDEBUG: For url file://c7/6b/sstate:opkg-utils-native::0.6.3:r0::12:c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/6b/sstate%3Aopkg-utils-native%3A%3A0.6.3%3Ar0%3A%3A12%3Ac76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483_populate_lic.tar.zst;downloadfilename=c7/6b/sstate:opkg-utils-native::0.6.3:r0::12:c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483_populate_lic.tar.zst\nDEBUG: Using  for 80/08/sstate:util-macros::1.20.1:r0::12:80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c_populate_lic.tar.zst\nDEBUG: For url file://cd/68/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/68/sstate%3Altp%3Acore2-64-poky-linux%3A20240524%3Ar0%3Acore2-64%3A12%3Acd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77_create_package_spdx.tar.zst;downloadfilename=cd/68/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77_create_package_spdx.tar.zst\nDEBUG: For url file://fd/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/79/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A12%3Afd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b_package_qa.tar.zst;downloadfilename=fd/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/cd/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/0c/83/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0c/83/sstate%3Aharfbuzz-native%3Ax86_64-linux%3A8.5.0%3Ar0%3Ax86_64%3A12%3A0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2_recipe_qa.tar.zst;downloadfilename=universal/0c/83/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2_recipe_qa.tar.zst\nDEBUG: For url file://66/12/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/12/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80_package_write_rpm.tar.zst;downloadfilename=66/12/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://27/e2/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/26/d6/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/26/d6/sstate%3Alibxrandr-native%3Ax86_64-linux%3A1.5.4%3Ar0%3Ax86_64%3A12%3A26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37_create_package_spdx.tar.zst;downloadfilename=universal/26/d6/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37_create_package_spdx.tar.zst\nDEBUG: Testing URL file://80/08/sstate:util-macros::1.20.1:r0::12:80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/67/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5_create_spdx.tar.zst\nDEBUG: Searching for 0e/cd/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ad/6e/sstate:xserver-xf86-config::0.1:r0::12:ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad_populate_lic.tar.zst\nDEBUG: Searching for 27/e2/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://88/26/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8826d9b2d4a5f54e4c125d9b69ce566ef2c7ce4850e4071d85eece30f538cbc7_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '80/08/sstate:util-macros::1.20.1:r0::12:80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c_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/6b/sstate:opkg-utils-native::0.6.3:r0::12:c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://af/89/sstate:psmisc::23.7:r0::12:af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710_populate_lic.tar.zst\nDEBUG: Using  for 0e/cd/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://97/fb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4_package_qa.tar.zst\nDEBUG: Using  for 27/e2/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d1/74/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c_recipe_qa.tar.zst\nDEBUG: For url file://80/08/sstate:util-macros::1.20.1:r0::12:80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/08/sstate%3Autil-macros%3A%3A1.20.1%3Ar0%3A%3A12%3A80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c_populate_lic.tar.zst;downloadfilename=80/08/sstate:util-macros::1.20.1:r0::12:80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/f3/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8_package.tar.zst\nDEBUG: Searching for af/89/sstate:psmisc::23.7:r0::12:af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0e/cd/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 97/fb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://27/e2/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/d1/74/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4f/f3/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/0c/83/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2_recipe_qa.tar.zst\nDEBUG: Using  for af/89/sstate:psmisc::23.7:r0::12:af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/79/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b_package_qa.tar.zst\nDEBUG: For url ['file', '', '0e/cd/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756_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 97/fb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4_package_qa.tar.zst\nDEBUG: For url ['file', '', '27/e2/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4_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/d1/74/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c_recipe_qa.tar.zst\nDEBUG: Using  for 4f/f3/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/45/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4_recipe_qa.tar.zst\nDEBUG: Testing URL file://af/89/sstate:psmisc::23.7:r0::12:af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://30/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14_package_write_ipk.tar.zst\nDEBUG: For url file://0e/cd/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/cd/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A12%3A0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756_deploy_source_date_epoch.tar.zst;downloadfilename=0e/cd/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://97/fb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4_package_qa.tar.zst\nDEBUG: For url file://27/e2/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/e2/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.2%3Ar0%3Acore2-64%3A12%3A27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4_deploy_source_date_epoch.tar.zst;downloadfilename=27/e2/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/d1/74/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c_recipe_qa.tar.zst\nDEBUG: Testing URL file://4f/f3/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8_package.tar.zst\nDEBUG: Searching for universal/e6/45/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'af/89/sstate:psmisc::23.7:r0::12:af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 30/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/26/d6/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://66/12/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '97/fb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4_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/d1/74/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c_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/f3/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8_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://89/17/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf_create_package_spdx.tar.zst\nDEBUG: Using  for universal/e6/45/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4_recipe_qa.tar.zst\nDEBUG: For url file://af/89/sstate:psmisc::23.7:r0::12:af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/89/sstate%3Apsmisc%3A%3A23.7%3Ar0%3A%3A12%3Aaf891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710_populate_lic.tar.zst;downloadfilename=af/89/sstate:psmisc::23.7:r0::12:af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710_populate_lic.tar.zst\nDEBUG: Using  for 30/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/45/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/62/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://80/08/sstate:util-macros::1.20.1:r0::12:80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c_populate_lic.tar.zst\nDEBUG: For url file://97/fb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/fb/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4_package_qa.tar.zst;downloadfilename=97/fb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4_package_qa.tar.zst\nDEBUG: For url file://universal/d1/74/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d1/74/sstate%3Aattr-native%3Ax86_64-linux%3A2.5.2%3Ar0%3Ax86_64%3A12%3Ad17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c_recipe_qa.tar.zst;downloadfilename=universal/d1/74/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c_recipe_qa.tar.zst\nDEBUG: For url file://4f/f3/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/f3/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A12%3A4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8_package.tar.zst;downloadfilename=4f/f3/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/66/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/e6/45/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4_recipe_qa.tar.zst\nDEBUG: Testing URL file://30/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14_package_write_ipk.tar.zst\nDEBUG: Searching for 6e/45/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d3/62/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ed/f4/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/cd/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0ecd5adf24e682fd67370f767c8884b8b91c1fb355379b95f3a883b8e0ae6756_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://27/e2/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:27e2ebcf4d01f60a848081a10951618dd5660c3f30aee7c1f72c1af44f950ed4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f2/66/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/e6/45/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4_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/9f/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:df9f0fecf8256f578c11821a23a820c3f5684bec49e1ff8b8b3f641810dbaa00_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '30/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6e/45/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e_packagedata.tar.zst\nDEBUG: Using  for d3/62/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c_recipe_qa.tar.zst\nDEBUG: Searching for ed/f4/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://af/52/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/c3/sstate:shared-mime-info::2.4:r0::12:4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69_populate_lic.tar.zst\nDEBUG: Using  for f2/66/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb_create_spdx.tar.zst\nDEBUG: For url file://universal/e6/45/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/45/sstate%3Afribidi-native%3Ax86_64-linux%3A1.0.15%3Ar0%3Ax86_64%3A12%3Ae6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4_recipe_qa.tar.zst;downloadfilename=universal/e6/45/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/5a/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447_recipe_qa.tar.zst\nDEBUG: For url file://30/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/cd/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14_package_write_ipk.tar.zst;downloadfilename=30/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14_package_write_ipk.tar.zst\nDEBUG: Testing URL file://6e/45/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e_packagedata.tar.zst\nDEBUG: Testing URL file://d3/62/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c_recipe_qa.tar.zst\nDEBUG: Using  for ed/f4/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981_packagedata.tar.zst\nDEBUG: Searching for af/52/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4c/c3/sstate:shared-mime-info::2.4:r0::12:4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f2/66/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb_create_spdx.tar.zst\nDEBUG: Searching for e8/5a/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/d1/74/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6e/45/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd3/62/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ed/f4/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981_packagedata.tar.zst\nDEBUG: Using  for af/52/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b_recipe_qa.tar.zst\nDEBUG: Using  for 4c/c3/sstate:shared-mime-info::2.4:r0::12:4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f2/66/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e8/5a/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/ac/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee_create_package_spdx.tar.zst\nDEBUG: For url file://6e/45/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/45/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A12%3A6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e_packagedata.tar.zst;downloadfilename=6e/45/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e_packagedata.tar.zst\nDEBUG: For url file://d3/62/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/62/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Ad3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c_recipe_qa.tar.zst;downloadfilename=d3/62/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ed/f4/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://af/52/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b_recipe_qa.tar.zst\nDEBUG: Testing URL file://4c/c3/sstate:shared-mime-info::2.4:r0::12:4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69_populate_lic.tar.zst\nDEBUG: For url file://f2/66/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/66/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3Af2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb_create_spdx.tar.zst;downloadfilename=f2/66/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb_create_spdx.tar.zst\nDEBUG: Testing URL file://e8/5a/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447_recipe_qa.tar.zst\nDEBUG: Searching for 7e/ac/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ed/f4/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/f4/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.5%3Ar0%3Acore2-64%3A12%3Aedf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981_packagedata.tar.zst;downloadfilename=ed/f4/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981_packagedata.tar.zst\nDEBUG: For url ['file', '', 'af/52/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b_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/c3/sstate:shared-mime-info::2.4:r0::12:4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69_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/e6/45/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e8/5a/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7e/ac/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://97/fb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4_package_qa.tar.zst\nDEBUG: For url file://af/52/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/52/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A12%3Aaf521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b_recipe_qa.tar.zst;downloadfilename=af/52/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b_recipe_qa.tar.zst\nDEBUG: For url file://4c/c3/sstate:shared-mime-info::2.4:r0::12:4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/c3/sstate%3Ashared-mime-info%3A%3A2.4%3Ar0%3A%3A12%3A4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69_populate_lic.tar.zst;downloadfilename=4c/c3/sstate:shared-mime-info::2.4:r0::12:4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/f3/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:4ff39e8fb40555c7643ebd08fd1aa88e6c3e57ff203800ffc0c7323035e154e8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/1e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc_create_spdx.tar.zst\nDEBUG: For url file://e8/5a/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/5a/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.1%3Ar0%3Acore2-64%3A12%3Ae85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447_recipe_qa.tar.zst;downloadfilename=e8/5a/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447_recipe_qa.tar.zst\nDEBUG: Testing URL file://7e/ac/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bf/59/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/62/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/45/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://02/cb/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695_package_write_deb.tar.zst\nDEBUG: Searching for c1/1e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7e/ac/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/bf/59/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://15/66/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/dc/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99_package_qa.tar.zst\nDEBUG: Searching for 02/cb/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c1/1e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc_create_spdx.tar.zst\nDEBUG: For url file://7e/ac/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/ac/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.1%3Ar0%3Acore2-64%3A12%3A7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee_create_package_spdx.tar.zst;downloadfilename=7e/ac/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee_create_package_spdx.tar.zst\nDEBUG: Using  for universal/bf/59/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347_recipe_qa.tar.zst\nDEBUG: Searching for 15/66/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5d/dc/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 02/cb/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/f4/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981_packagedata.tar.zst\nDEBUG: Testing URL file://c1/1e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/bf/59/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://af/52/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b_recipe_qa.tar.zst\nDEBUG: Using  for 15/66/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924_package_write_ipk.tar.zst\nDEBUG: Using  for 5d/dc/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99_package_qa.tar.zst\nDEBUG: Testing URL file://02/cb/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/98/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c1/1e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc_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/59/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347_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://5d/63/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e_packagedata.tar.zst\nDEBUG: Testing URL file://15/66/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924_package_write_ipk.tar.zst\nDEBUG: Testing URL file://5d/dc/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99_package_qa.tar.zst\nDEBUG: For url ['file', '', '02/cb/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9f/98/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c1/1e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/1e/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A12%3Ac11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc_create_spdx.tar.zst;downloadfilename=c1/1e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/c3/sstate:shared-mime-info::2.4:r0::12:4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69_populate_lic.tar.zst\nDEBUG: For url file://universal/bf/59/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/59/sstate%3Apango-native%3Ax86_64-linux%3A1.52.2%3Ar0%3Ax86_64%3A12%3Abf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347_recipe_qa.tar.zst;downloadfilename=universal/bf/59/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347_recipe_qa.tar.zst\nDEBUG: Searching for 5d/63/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '15/66/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924_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', '', '5d/dc/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://02/cb/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/cb/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A12%3A02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695_package_write_deb.tar.zst;downloadfilename=02/cb/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695_package_write_deb.tar.zst\nDEBUG: Using  for 9f/98/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/41/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:fb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/5a/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447_recipe_qa.tar.zst\nDEBUG: Using  for 5d/63/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://30/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:30cd271732d72578a9ab1aa1a31c5c43e7676e37d8a5405d7a6ed1745da8df14_package_write_ipk.tar.zst\nDEBUG: For url file://15/66/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/66/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.10.0%3Ar0%3Acore2-64%3A12%3A156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924_package_write_ipk.tar.zst;downloadfilename=15/66/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924_package_write_ipk.tar.zst\nDEBUG: For url file://5d/dc/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/dc/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99_package_qa.tar.zst;downloadfilename=5d/dc/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99_package_qa.tar.zst\nDEBUG: Testing URL file://9f/98/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958_package_write_rpm.tar.zst\nDEBUG: Searching for fb/41/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:fb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f2/66/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/b3/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f_package.tar.zst\nDEBUG: Testing URL file://5d/63/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/c4/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9f/98/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fb/41/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:fb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://01/50/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d_package_write_deb.tar.zst\nDEBUG: Searching for b9/b3/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5d/63/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d6/c4/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9f/98/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/98/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A12%3A9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958_package_write_rpm.tar.zst;downloadfilename=9f/98/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fb/41/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:fb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695_package_write_ipk.tar.zst\nDEBUG: Searching for 01/50/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b9/b3/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f_package.tar.zst\nDEBUG: For url file://5d/63/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/63/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.13.0%3Ar0%3Acore2-64%3A12%3A5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e_packagedata.tar.zst;downloadfilename=5d/63/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e_packagedata.tar.zst\nDEBUG: Using  for d6/c4/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'fb/41/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:fb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695_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://universal/bf/59/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347_recipe_qa.tar.zst\nDEBUG: Using  for 01/50/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d_package_write_deb.tar.zst\nDEBUG: Testing URL file://b9/b3/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f_package.tar.zst\nDEBUG: Testing URL file://d6/c4/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb_populate_sysroot.tar.zst\nDEBUG: For url file://fb/41/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:fb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/41/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A12%3Afb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695_package_write_ipk.tar.zst;downloadfilename=fb/41/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:fb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://05/52/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54_populate_sysroot.tar.zst\nDEBUG: Testing URL file://01/50/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b9/b3/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd6/c4/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 05/52/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5d/dc/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99_package_qa.tar.zst\nDEBUG: For url ['file', '', '01/50/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d_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://b9/b3/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/b3/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.14%3Ar0%3Acore2-64%3A12%3Ab9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f_package.tar.zst;downloadfilename=b9/b3/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f_package.tar.zst\nDEBUG: For url file://d6/c4/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/c4/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3Ad6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb_populate_sysroot.tar.zst;downloadfilename=d6/c4/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb_populate_sysroot.tar.zst\nDEBUG: Using  for 05/52/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/88/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5_package_write_deb.tar.zst\nDEBUG: For url file://01/50/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/50/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A12%3A015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d_package_write_deb.tar.zst;downloadfilename=01/50/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d_package_write_deb.tar.zst\nDEBUG: Testing URL file://05/52/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54_populate_sysroot.tar.zst\nDEBUG: Searching for 3b/88/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '05/52/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3b/88/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/63/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e_packagedata.tar.zst\nDEBUG: For url file://05/52/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/52/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54_populate_sysroot.tar.zst;downloadfilename=05/52/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3b/88/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://02/cb/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:02cb5c9390d6b3cde6ff24d37e450b7a2b089d403b4bd0eb66ca35de41677695_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://65/40/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3b/88/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5_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://7e/ac/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://55/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f_packagedata.tar.zst\nDEBUG: Searching for 65/40/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://af/89/sstate:psmisc::23.7:r0::12:af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710_populate_lic.tar.zst\nDEBUG: For url file://3b/88/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/88/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A12%3A3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5_package_write_deb.tar.zst;downloadfilename=3b/88/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/b4/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c_package_qa.tar.zst\nDEBUG: Searching for 55/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 65/40/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/41/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:fb41cdce34a83203299d40f16c2d8a639de9786d2603fb921b41daebe8f11695_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/55/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5_create_spdx.tar.zst\nDEBUG: Searching for f8/b4/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d6/c4/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb_populate_sysroot.tar.zst\nDEBUG: Using  for 55/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f_packagedata.tar.zst\nDEBUG: Testing URL file://65/40/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://50/3c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93_recipe_qa.tar.zst\nDEBUG: Searching for a8/55/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/b4/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/b3/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d_recipe_qa.tar.zst\nDEBUG: Testing URL file://55/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f_packagedata.tar.zst\nDEBUG: For url ['file', '', '65/40/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 50/3c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a8/55/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5_create_spdx.tar.zst\nDEBUG: Testing URL file://f8/b4/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c_package_qa.tar.zst\nDEBUG: Searching for 0d/b3/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '55/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f_packagedata.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:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/40/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A12%3A65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a_populate_sysroot.tar.zst;downloadfilename=65/40/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a_populate_sysroot.tar.zst\nDEBUG: Using  for 50/3c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93_recipe_qa.tar.zst\nDEBUG: Testing URL file://a8/55/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f8/b4/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0d/b3/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d_recipe_qa.tar.zst\nDEBUG: For url file://55/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/c4/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A12%3A55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f_packagedata.tar.zst;downloadfilename=55/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f_packagedata.tar.zst\nDEBUG: Testing URL file://50/3c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a8/55/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f8/b4/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/b4/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.1%3Ar0%3Acore2-64%3A12%3Af8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c_package_qa.tar.zst;downloadfilename=f8/b4/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c_package_qa.tar.zst\nDEBUG: Testing URL file://0d/b3/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '50/3c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93_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/55/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/55/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A12%3Aa855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5_create_spdx.tar.zst;downloadfilename=a8/55/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://05/52/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:05525033f2b54070d786fed4ee545b46ca1371282fb3910179ee1f9a59ffae54_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0d/b3/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://50/3c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/3c/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.8%3Ar0%3Acore2-64%3A12%3A503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93_recipe_qa.tar.zst;downloadfilename=50/3c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/88/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:3b8893fe1e47e0c426261809fd2ea8c138ae184847387102c324c2ad398bfcf5_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/6f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d_populate_sysroot.tar.zst\nDEBUG: For url file://0d/b3/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/b3/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d_recipe_qa.tar.zst;downloadfilename=0d/b3/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://47/a3/sstate:libaio::0.3.113:r0::12:47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431_populate_lic.tar.zst\nDEBUG: Searching for 6a/6f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://65/40/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:65408e10a490868e1a1c838b10cf6d14f67060e7fe8f4f3e53f8a7ebb1e6992a_populate_sysroot.tar.zst\nDEBUG: Searching for 47/a3/sstate:libaio::0.3.113:r0::12:47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6a/6f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/b4/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2f/96/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/98/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958_package_write_rpm.tar.zst\nDEBUG: Using  for 47/a3/sstate:libaio::0.3.113:r0::12:47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431_populate_lic.tar.zst\nDEBUG: Testing URL file://6a/6f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://be/c2/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:bec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c_package_write_ipk.tar.zst\nDEBUG: Searching for universal/2f/96/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a8/18/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f_packagedata.tar.zst\nDEBUG: Testing URL file://47/a3/sstate:libaio::0.3.113:r0::12:47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6a/6f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for be/c2/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:bec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/2f/96/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f_create_spdx.tar.zst\nDEBUG: Searching for a8/18/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '47/a3/sstate:libaio::0.3.113:r0::12:47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431_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/6f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/6f/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A12%3A6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d_populate_sysroot.tar.zst;downloadfilename=6a/6f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d_populate_sysroot.tar.zst\nDEBUG: Using  for be/c2/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:bec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/2f/96/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f_create_spdx.tar.zst\nDEBUG: Using  for a8/18/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f_packagedata.tar.zst\nDEBUG: For url file://47/a3/sstate:libaio::0.3.113:r0::12:47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/a3/sstate%3Alibaio%3A%3A0.3.113%3Ar0%3A%3A12%3A47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431_populate_lic.tar.zst;downloadfilename=47/a3/sstate:libaio::0.3.113:r0::12:47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431_populate_lic.tar.zst\nDEBUG: Testing URL file://be/c2/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:bec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/2f/96/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a8/18/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f_packagedata.tar.zst\nDEBUG: For url ['file', '', 'be/c2/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:bec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c_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://universal/2f/96/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2f/96/sstate%3Apython3-pyparsing-native%3Ax86_64-linux%3A3.1.2%3Ar0%3Ax86_64%3A12%3A2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f_create_spdx.tar.zst;downloadfilename=universal/2f/96/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a8/18/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f_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://50/3c/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93_recipe_qa.tar.zst\nDEBUG: For url file://be/c2/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:bec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/c2/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Abec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c_package_write_ipk.tar.zst;downloadfilename=be/c2/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:bec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c_package_write_ipk.tar.zst\nDEBUG: For url file://a8/18/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/18/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.80.1%3Ar0%3Acore2-64%3A12%3Aa818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f_packagedata.tar.zst;downloadfilename=a8/18/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/b3/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/c2/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:a0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://86/ca/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/6f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6a6f6c0710b516bf6de7e0b30dcf1263fe5ecc1cc7196bba12ae4d8be68dc79d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/af/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3_package_write_rpm.tar.zst\nDEBUG: Searching for a0/c2/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:a0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 86/ca/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ef/39/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a4/c9/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd_recipe_qa.tar.zst\nDEBUG: Using  for a0/c2/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:a0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86_package_write_ipk.tar.zst\nDEBUG: Using  for 86/ca/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ef/39/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a4/c9/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a0/c2/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:a0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86_package_write_ipk.tar.zst\nDEBUG: Testing URL file://86/ca/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ef/39/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47_create_package_spdx.tar.zst\nDEBUG: Using  for universal/a4/c9/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a0/c2/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:a0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86_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', '', '86/ca/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a_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://ef/39/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/a4/c9/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd_recipe_qa.tar.zst\nDEBUG: For url file://a0/c2/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:a0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/c2/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A12%3Aa0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86_package_write_ipk.tar.zst;downloadfilename=a0/c2/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:a0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86_package_write_ipk.tar.zst\nDEBUG: For url file://86/ca/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/ca/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.33.1%3Ar0%3Acore2-64%3A12%3A86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a_deploy_source_date_epoch.tar.zst;downloadfilename=86/ca/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ef/39/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47_create_package_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/c9/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd_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/39/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/39/sstate%3Astrace%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3Aef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47_create_package_spdx.tar.zst;downloadfilename=ef/39/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2f/96/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://47/a3/sstate:libaio::0.3.113:r0::12:47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431_populate_lic.tar.zst\nDEBUG: For url file://universal/a4/c9/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a4/c9/sstate%3Apython3-markupsafe-native%3Ax86_64-linux%3A2.1.5%3Ar0%3Ax86_64%3A12%3Aa4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd_recipe_qa.tar.zst;downloadfilename=universal/a4/c9/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/6a/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:f36a351a53f5ccef9b0b78be7d867a30721443e32462374957a6f8bba3d92b5b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/07/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/18/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0d/8d/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/91/d7/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb_populate_sysroot.tar.zst\nDEBUG: Searching for e6/07/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://57/b5/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce_recipe_qa.tar.zst\nDEBUG: Searching for universal/0d/8d/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/91/d7/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e6/07/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3_packagedata.tar.zst\nDEBUG: Searching for 57/b5/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/0d/8d/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/91/d7/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e6/07/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3_packagedata.tar.zst\nDEBUG: Using  for 57/b5/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/0d/8d/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/91/d7/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e6/07/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://57/b5/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/0d/8d/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84_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/d7/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb_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/07/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/07/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A12%3Ae6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3_packagedata.tar.zst;downloadfilename=e6/07/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3_packagedata.tar.zst\nDEBUG: For url ['file', '', '57/b5/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce_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/0d/8d/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0d/8d/sstate%3Agperf-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A12%3A0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84_deploy_source_date_epoch.tar.zst;downloadfilename=universal/0d/8d/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/91/d7/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/91/d7/sstate%3Azlib-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A12%3A91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb_populate_sysroot.tar.zst;downloadfilename=universal/91/d7/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb_populate_sysroot.tar.zst\nDEBUG: For url file://57/b5/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/b5/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A12%3A57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce_recipe_qa.tar.zst;downloadfilename=57/b5/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/55/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/1e/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/4e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a4/c9/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/12/8c/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb_create_spdx.tar.zst\nDEBUG: Searching for 0e/4e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a0/62/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14_package_write_deb.tar.zst\nDEBUG: Searching for universal/12/8c/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0e/4e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348_package_write_ipk.tar.zst\nDEBUG: Searching for a0/62/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/12/8c/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb_create_spdx.tar.zst\nDEBUG: Testing URL file://0e/4e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348_package_write_ipk.tar.zst\nDEBUG: Using  for a0/62/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/12/8c/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0e/4e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348_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://a0/62/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/12/8c/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb_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/4e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/4e/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348_package_write_ipk.tar.zst;downloadfilename=0e/4e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'a0/62/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14_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/12/8c/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/12/8c/sstate%3Alibrsvg-native%3Ax86_64-linux%3A2.57.1%3Ar0%3Ax86_64%3A12%3A128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb_create_spdx.tar.zst;downloadfilename=universal/12/8c/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb_create_spdx.tar.zst\nDEBUG: For url file://a0/62/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/62/sstate%3Accache%3Acore2-64-poky-linux%3A4.10%3Ar0%3Acore2-64%3A12%3Aa06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14_package_write_deb.tar.zst;downloadfilename=a0/62/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0d/8d/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:0d8d6979b77162151d90d44db97725f171c6be37be13590003cb6c8489143e84_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://86/ca/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:86ca3a1dd422853890cc502386c4ea2d8b1003978f131f808ff9f024af12e07a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/91/d7/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/85/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://57/b5/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://de/fe/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/81/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0_create_package_spdx.tar.zst\nDEBUG: Searching for 1f/85/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://26/7c/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6_package_write_deb.tar.zst\nDEBUG: Searching for de/fe/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3a/81/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1f/85/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0_packagedata.tar.zst\nDEBUG: Searching for 26/7c/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for de/fe/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7_create_package_spdx.tar.zst\nDEBUG: Using  for 3a/81/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0_create_package_spdx.tar.zst\nDEBUG: Testing URL file://1f/85/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0_packagedata.tar.zst\nDEBUG: Using  for 26/7c/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6_package_write_deb.tar.zst\nDEBUG: Testing URL file://de/fe/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://3a/81/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '1f/85/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://26/7c/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'de/fe/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3a/81/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1f/85/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/85/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0_packagedata.tar.zst;downloadfilename=1f/85/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0_packagedata.tar.zst\nDEBUG: For url ['file', '', '26/7c/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6_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://de/fe/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/fe/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.18%3Ar0%3Acore2-64%3A12%3Adefee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7_create_package_spdx.tar.zst;downloadfilename=de/fe/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7_create_package_spdx.tar.zst\nDEBUG: For url file://3a/81/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/81/sstate%3Agdb%3Acore2-64-poky-linux%3A14.2%3Ar0%3Acore2-64%3A12%3A3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0_create_package_spdx.tar.zst;downloadfilename=3a/81/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0_create_package_spdx.tar.zst\nDEBUG: For url file://26/7c/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/7c/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.57.1%3Ar0%3Acore2-64%3A12%3A267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6_package_write_deb.tar.zst;downloadfilename=26/7c/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://55/c4/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/4e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:0e4ecffffc37b44d31f0a2ea6ee14500a53c0a53efa9cee2f9dd6e7c196e6348_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/12/8c/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://01/50/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:015049dc2fbf7daa9f39d5092dad028e667828f5525e1ad92db44ebd1995ac9d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/07/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/42/bb/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f7/9e/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ba/51/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/4e/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://32/36/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a_package.tar.zst\nDEBUG: Searching for universal/42/bb/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/f7/9e/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ba/51/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fe/4e/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 32/36/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/42/bb/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/f7/9e/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861_create_spdx.tar.zst\nDEBUG: Using  for universal/ba/51/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0_create_package_spdx.tar.zst\nDEBUG: Using  for fe/4e/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a_package_qa.tar.zst\nDEBUG: Using  for 32/36/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a_package.tar.zst\nDEBUG: Testing URL file://universal/42/bb/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/f7/9e/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/ba/51/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0_create_package_spdx.tar.zst\nDEBUG: Testing URL file://fe/4e/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a_package_qa.tar.zst\nDEBUG: Testing URL file://32/36/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a_package.tar.zst\nDEBUG: For url ['file', '', 'universal/42/bb/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a_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/f7/9e/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861_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/ba/51/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fe/4e/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '32/36/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/42/bb/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/42/bb/sstate%3Agconf-native%3Ax86_64-linux%3A3.2.6%3Ar0%3Ax86_64%3A12%3A42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/42/bb/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/f7/9e/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/9e/sstate%3Aspirv-headers-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3Af79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861_create_spdx.tar.zst;downloadfilename=universal/f7/9e/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861_create_spdx.tar.zst\nDEBUG: For url file://universal/ba/51/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/51/sstate%3Apython3-more-itertools-native%3Ax86_64-linux%3A10.3.0%3Ar0%3Ax86_64%3A12%3Aba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0_create_package_spdx.tar.zst;downloadfilename=universal/ba/51/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0_create_package_spdx.tar.zst\nDEBUG: For url file://fe/4e/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/4e/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3Afe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a_package_qa.tar.zst;downloadfilename=fe/4e/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a_package_qa.tar.zst\nDEBUG: For url file://32/36/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/36/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A12%3A323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a_package.tar.zst;downloadfilename=32/36/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/85/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://73/bf/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364_package_write_rpm.tar.zst\nDEBUG: Searching for 73/bf/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 73/bf/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364_package_write_rpm.tar.zst\nDEBUG: Testing URL file://73/bf/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '73/bf/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364_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://73/bf/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/bf/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A12%3A73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364_package_write_rpm.tar.zst;downloadfilename=73/bf/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/b3/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b9b332d9f87b4e0566f943ef31b102ac95d037bb7cd00f8eba07e72d97c2255f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/42/bb/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:42bb72f6601fe94496469d4dde1ad628bfafb3ac123d19dc5ee2c25c1dc3536a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f0/9a/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://87/d4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0_package_qa.tar.zst\nDEBUG: Searching for universal/f0/9a/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 87/d4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f0/9a/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88_recipe_qa.tar.zst\nDEBUG: Using  for 87/d4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0_package_qa.tar.zst\nDEBUG: Testing URL file://universal/f0/9a/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://de/fe/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://87/d4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f7/9e/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f0/9a/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88_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://f8/65/sstate:xmlto-native::0.0.28+0.0.29+git:r0::12:f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3_populate_lic.tar.zst\nDEBUG: For url ['file', '', '87/d4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0_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/ba/51/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://93/87/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73_create_spdx.tar.zst\nDEBUG: For url file://universal/f0/9a/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f0/9a/sstate%3Apbzip2-native%3Ax86_64-linux%3A1.1.13%3Ar0%3Ax86_64%3A12%3Af09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88_recipe_qa.tar.zst;downloadfilename=universal/f0/9a/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88_recipe_qa.tar.zst\nDEBUG: Searching for f8/65/sstate:xmlto-native::0.0.28+0.0.29+git:r0::12:f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fe/4e/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a_package_qa.tar.zst\nDEBUG: For url file://87/d4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/d4/sstate%3Aglib-2.0-initial%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0_package_qa.tar.zst;downloadfilename=87/d4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/8e/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079_package_write_deb.tar.zst\nDEBUG: Searching for 93/87/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/65/sstate:xmlto-native::0.0.28+0.0.29+git:r0::12:f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://40/a1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://32/36/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:323672b1418a942af678de24d25c9354eda573554a1e624d09eec527a241d79a_package.tar.zst\nDEBUG: Searching for 3a/8e/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 93/87/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73_create_spdx.tar.zst\nDEBUG: Testing URL file://f8/65/sstate:xmlto-native::0.0.28+0.0.29+git:r0::12:f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3_populate_lic.tar.zst\nDEBUG: Searching for 40/a1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://78/b6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3a/8e/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079_package_write_deb.tar.zst\nDEBUG: Testing URL file://93/87/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f8/65/sstate:xmlto-native::0.0.28+0.0.29+git:r0::12:f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 40/a1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d_package.tar.zst\nDEBUG: Searching for 78/b6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3a/8e/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '93/87/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f8/65/sstate:xmlto-native::0.0.28+0.0.29+git:r0::12:f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/65/sstate%3Axmlto-native%3A%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3A%3A12%3Af865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3_populate_lic.tar.zst;downloadfilename=f8/65/sstate:xmlto-native::0.0.28+0.0.29+git:r0::12:f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3_populate_lic.tar.zst\nDEBUG: Testing URL file://40/a1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d_package.tar.zst\nDEBUG: Using  for 78/b6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3a/8e/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079_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://93/87/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/87/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73_create_spdx.tar.zst;downloadfilename=93/87/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73_create_spdx.tar.zst\nDEBUG: For url ['file', '', '40/a1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://78/b6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3a/8e/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/8e/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.13.0%3Ar0%3Acore2-64%3A12%3A3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079_package_write_deb.tar.zst;downloadfilename=3a/8e/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079_package_write_deb.tar.zst\nDEBUG: For url file://40/a1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/a1/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d_package.tar.zst;downloadfilename=40/a1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d_package.tar.zst\nDEBUG: For url ['file', '', '78/b6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea_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://78/b6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/b6/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A12%3A78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea_deploy_source_date_epoch.tar.zst;downloadfilename=78/b6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://87/d4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/62/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a06299ec8d21077809ca0f571c68fb8caa603d6fe206e6ae4213c0483d85bf14_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/20/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://39/86/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5_recipe_qa.tar.zst\nDEBUG: Searching for 4a/20/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 39/86/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4a/20/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0_recipe_qa.tar.zst\nDEBUG: Using  for 39/86/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5_recipe_qa.tar.zst\nDEBUG: Testing URL file://4a/20/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0_recipe_qa.tar.zst\nDEBUG: Testing URL file://39/86/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4a/20/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0_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/86/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5_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/20/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/20/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0_recipe_qa.tar.zst;downloadfilename=4a/20/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0_recipe_qa.tar.zst\nDEBUG: For url file://39/86/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/86/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A12%3A3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5_recipe_qa.tar.zst;downloadfilename=39/86/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/65/sstate:xmlto-native::0.0.28+0.0.29+git:r0::12:f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f0/9a/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/72/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:b7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://97/e9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e_package_qa.tar.zst\nDEBUG: Searching for b7/72/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:b7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 97/e9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b7/72/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:b7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 97/e9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e_package_qa.tar.zst\nDEBUG: Testing URL file://b7/72/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:b7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://97/e9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b7/72/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:b7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15_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', '', '97/e9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b7/72/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:b7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/72/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A12%3Ab7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15_deploy_source_date_epoch.tar.zst;downloadfilename=b7/72/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:b7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://97/e9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/e9/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A12%3A97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e_package_qa.tar.zst;downloadfilename=97/e9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/c2/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:a0c291f8259bc7f487f9bf74966ee53638f0a5162036a036e66aa6c2e3914e86_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/7f/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3_package_qa.tar.zst\nDEBUG: Searching for ee/7f/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3a/81/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0_create_package_spdx.tar.zst\nDEBUG: Using  for ee/7f/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/26/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ee/7f/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3_package_qa.tar.zst\nDEBUG: Searching for e7/26/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ee/7f/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e7/26/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd_package_write_rpm.tar.zst\nDEBUG: For url file://ee/7f/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/7f/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.8.2%3Ar0%3Acore2-64%3A12%3Aee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3_package_qa.tar.zst;downloadfilename=ee/7f/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3_package_qa.tar.zst\nDEBUG: Testing URL file://e7/26/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e7/26/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd_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://e7/26/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/26/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ae7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd_package_write_rpm.tar.zst;downloadfilename=e7/26/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://39/86/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/66/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47_package_write_deb.tar.zst\nDEBUG: Searching for 6b/66/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6b/66/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47_package_write_deb.tar.zst\nDEBUG: Testing URL file://6b/66/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '6b/66/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47_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://6b/66/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/66/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A12%3A6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47_package_write_deb.tar.zst;downloadfilename=6b/66/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://78/b6/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:78b6bc6a36af0794cd0bb5404c8329a4ac922071cee22ef8920fc334e2f55cea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/10/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79_create_package_spdx.tar.zst\nDEBUG: Searching for 7f/10/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7f/10/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79_create_package_spdx.tar.zst\nDEBUG: Testing URL file://7f/10/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '7f/10/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7f/10/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/10/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A12%3A7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79_create_package_spdx.tar.zst;downloadfilename=7f/10/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://97/e9/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/dc/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d_package_write_ipk.tar.zst\nDEBUG: Searching for 4d/dc/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4d/dc/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://4d/dc/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '4d/dc/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d_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://4d/dc/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/dc/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A12%3A4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d_package_write_ipk.tar.zst;downloadfilename=4d/dc/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/7f/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/20/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/8e/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3a8efad06d6d264a49e96fd71638164313c2a36e723741bd53f067d6be0fc079_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://28/38/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/27/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cf/9a/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23_populate_sysroot.tar.zst\nDEBUG: Searching for 28/38/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cb/27/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/cf/9a/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 28/38/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533_create_package_spdx.tar.zst\nDEBUG: Using  for cb/27/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f_package_write_deb.tar.zst\nDEBUG: Using  for universal/cf/9a/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23_populate_sysroot.tar.zst\nDEBUG: Testing URL file://28/38/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533_create_package_spdx.tar.zst\nDEBUG: Testing URL file://cb/27/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/cf/9a/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '28/38/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533_create_package_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://6b/66/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:6b66d893c96ba6bad33e4c3a6a48e71bcd9d5953a324e603b1bcb84cf42a4b47_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'cb/27/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f_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://e7/26/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/cf/9a/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23_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/38/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/38/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.45.3%3Ar0%3Acore2-64%3A12%3A2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533_create_package_spdx.tar.zst;downloadfilename=28/38/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/70/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://cb/27/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/27/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A12%3Acb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f_package_write_deb.tar.zst;downloadfilename=cb/27/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/ea/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05_packagedata.tar.zst\nDEBUG: For url file://universal/cf/9a/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cf/9a/sstate%3Acairo-native%3Ax86_64-linux%3A1.18.0%3Ar0%3Ax86_64%3A12%3Acf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23_populate_sysroot.tar.zst;downloadfilename=universal/cf/9a/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23_populate_sysroot.tar.zst\nDEBUG: Searching for universal/24/70/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://93/87/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73_create_spdx.tar.zst\nDEBUG: Searching for 1d/ea/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b7/72/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:b7727704ae8141aef3fd8811fb9104dd41adb3ae3834d48f0f51518dfbb9bf15_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/24/70/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/ee/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416_package_write_ipk.tar.zst\nDEBUG: Using  for 1d/ea/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/19/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171_package_qa.tar.zst\nDEBUG: Testing URL file://universal/24/70/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b9/ee/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1d/ea/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05_packagedata.tar.zst\nDEBUG: Searching for d6/19/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/24/70/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90_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/ee/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '1d/ea/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d6/19/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171_package_qa.tar.zst\nDEBUG: For url file://universal/24/70/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/70/sstate%3Ago-cross-core2-64%3Ax86_64-poky-linux%3A1.22.4%3Ar0%3Ax86_64%3A12%3A24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90_deploy_source_date_epoch.tar.zst;downloadfilename=universal/24/70/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b9/ee/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416_package_write_ipk.tar.zst\nDEBUG: For url file://1d/ea/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/ea/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05_packagedata.tar.zst;downloadfilename=1d/ea/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05_packagedata.tar.zst\nDEBUG: Testing URL file://d6/19/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b9/ee/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416_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', '', 'd6/19/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171_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/ee/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/ee/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3Ab9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416_package_write_ipk.tar.zst;downloadfilename=b9/ee/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416_package_write_ipk.tar.zst\nDEBUG: For url file://d6/19/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/19/sstate%3Alzlib%3Acore2-64-poky-linux%3A1.14%3Ar0%3Acore2-64%3A12%3Ad6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171_package_qa.tar.zst;downloadfilename=d6/19/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/68/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/27/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cb27f5c0c8ba4c2621343528027bc8dda671167e2d370e25fa007d9f429e687f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/10/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://93/8b/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cf/9a/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4c/be/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://41/11/sstate:libgcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: Searching for 93/8b/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://bf/5a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf_package_qa.tar.zst\nDEBUG: Searching for universal/4c/be/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 41/11/sstate:libgcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 93/8b/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6_package.tar.zst\nDEBUG: Searching for bf/5a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/4c/be/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760_create_package_spdx.tar.zst\nDEBUG: Using  for 41/11/sstate:libgcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: Testing URL file://93/8b/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6_package.tar.zst\nDEBUG: Using  for bf/5a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf_package_qa.tar.zst\nDEBUG: Testing URL file://universal/4c/be/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760_create_package_spdx.tar.zst\nDEBUG: Testing URL file://41/11/sstate:libgcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: For url ['file', '', '93/8b/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bf/5a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/4c/be/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '41/11/sstate:libgcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://93/8b/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/8b/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A12%3A938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6_package.tar.zst;downloadfilename=93/8b/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6_package.tar.zst\nDEBUG: For url ['file', '', 'bf/5a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf_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/4c/be/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4c/be/sstate%3Adocbook-xsl-stylesheets-native%3Ax86_64-linux%3A1.79.1%3Ar0%3Ax86_64%3A12%3A4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760_create_package_spdx.tar.zst;downloadfilename=universal/4c/be/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760_create_package_spdx.tar.zst\nDEBUG: For url file://41/11/sstate:libgcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/11/sstate%3Alibgcc%3A%3A14.1.0%3Ar0%3A%3A12%3A4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst;downloadfilename=41/11/sstate:libgcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: For url file://bf/5a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/5a/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Abf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf_package_qa.tar.zst;downloadfilename=bf/5a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/ea/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/19/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/ee/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/74/29/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/17/sstate:update-rc.d::0.8+git:r0::12:9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/91/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd_create_spdx.tar.zst\nDEBUG: Searching for universal/74/29/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9a/17/sstate:update-rc.d::0.8+git:r0::12:9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2c/91/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/74/29/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f_populate_sysroot.tar.zst\nDEBUG: Using  for 9a/17/sstate:update-rc.d::0.8+git:r0::12:9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966_populate_lic.tar.zst\nDEBUG: Using  for 2c/91/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/74/29/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9a/17/sstate:update-rc.d::0.8+git:r0::12:9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://26/7c/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:267c799702d34dd3124e00c7b042b847a25fa2866066fa9227da9b40810f34b6_package_write_deb.tar.zst\nDEBUG: Testing URL file://2c/91/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/74/29/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9a/17/sstate:update-rc.d::0.8+git:r0::12:9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966_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://56/da/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2c/91/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd_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/74/29/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/74/29/sstate%3Ashared-mime-info-native%3Ax86_64-linux%3A2.4%3Ar0%3Ax86_64%3A12%3A7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f_populate_sysroot.tar.zst;downloadfilename=universal/74/29/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f_populate_sysroot.tar.zst\nDEBUG: For url file://9a/17/sstate:update-rc.d::0.8+git:r0::12:9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/17/sstate%3Aupdate-rc.d%3A%3A0.8%2Bgit%3Ar0%3A%3A12%3A9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966_populate_lic.tar.zst;downloadfilename=9a/17/sstate:update-rc.d::0.8+git:r0::12:9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966_populate_lic.tar.zst\nDEBUG: Searching for 56/da/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2c/91/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/91/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd_create_spdx.tar.zst;downloadfilename=2c/91/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd_create_spdx.tar.zst\nDEBUG: Using  for 56/da/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/24/70/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:24708aa5187ffddb3b01947cd7f91972a7663e4259463eb80b85fcf81fd49f90_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://73/bf/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364_package_write_rpm.tar.zst\nDEBUG: Testing URL file://56/da/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://41/11/sstate:libgcc::14.1.0:r0::12:4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://71/7a/sstate:tar::1.35:r0::12:717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4c/be/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/ea/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '56/da/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9_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://52/f3/sstate:gcc-sanitizers::14.1.0:r0::12:52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620_populate_lic.tar.zst\nDEBUG: Searching for 71/7a/sstate:tar::1.35:r0::12:717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://5a/73/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be_create_spdx.tar.zst\nDEBUG: Searching for bf/ea/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://56/da/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/da/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9_populate_sysroot.tar.zst;downloadfilename=56/da/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9_populate_sysroot.tar.zst\nDEBUG: Searching for 52/f3/sstate:gcc-sanitizers::14.1.0:r0::12:52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 71/7a/sstate:tar::1.35:r0::12:717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/5a/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf_package_qa.tar.zst\nDEBUG: Searching for 5a/73/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bf/ea/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 52/f3/sstate:gcc-sanitizers::14.1.0:r0::12:52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620_populate_lic.tar.zst\nDEBUG: Testing URL file://71/7a/sstate:tar::1.35:r0::12:717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://50/7a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711_recipe_qa.tar.zst\nDEBUG: Using  for 5a/73/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be_create_spdx.tar.zst\nDEBUG: Testing URL file://bf/ea/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://52/f3/sstate:gcc-sanitizers::14.1.0:r0::12:52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620_populate_lic.tar.zst\nDEBUG: For url ['file', '', '71/7a/sstate:tar::1.35:r0::12:717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 50/7a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5a/73/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bf/ea/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_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/f3/sstate:gcc-sanitizers::14.1.0:r0::12:52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://71/7a/sstate:tar::1.35:r0::12:717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/7a/sstate%3Atar%3A%3A1.35%3Ar0%3A%3A12%3A717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e_populate_lic.tar.zst;downloadfilename=71/7a/sstate:tar::1.35:r0::12:717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e_populate_lic.tar.zst\nDEBUG: Using  for 50/7a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5a/73/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bf/ea/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/ea/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3Abfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst;downloadfilename=bf/ea/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://52/f3/sstate:gcc-sanitizers::14.1.0:r0::12:52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/f3/sstate%3Agcc-sanitizers%3A%3A14.1.0%3Ar0%3A%3A12%3A52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620_populate_lic.tar.zst;downloadfilename=52/f3/sstate:gcc-sanitizers::14.1.0:r0::12:52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620_populate_lic.tar.zst\nDEBUG: Testing URL file://50/7a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/74/29/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f_populate_sysroot.tar.zst\nDEBUG: For url file://5a/73/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/73/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A12%3A5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be_create_spdx.tar.zst;downloadfilename=5a/73/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be_create_spdx.tar.zst\nDEBUG: For url ['file', '', '50/7a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711_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://9a/17/sstate:update-rc.d::0.8+git:r0::12:9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://15/1f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac_package.tar.zst\nDEBUG: For url file://50/7a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/7a/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711_recipe_qa.tar.zst;downloadfilename=50/7a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://58/54/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://56/da/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:56da689f602ccbd7461577531a960756cbdc3991df20ce6c5e3932afe682ead9_populate_sysroot.tar.zst\nDEBUG: Searching for 15/1f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 58/54/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://40/a1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:40a1a9e38a367f0c1cadfe84999b306ea40ba812885599b60ce479802a180d1d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://71/7a/sstate:tar::1.35:r0::12:717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/0f/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b_create_spdx.tar.zst\nDEBUG: Using  for 15/1f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac_package.tar.zst\nDEBUG: Using  for 58/54/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/6b/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://32/fa/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5_package_write_ipk.tar.zst\nDEBUG: Searching for 3e/0f/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://15/1f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac_package.tar.zst\nDEBUG: Testing URL file://58/54/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61_populate_sysroot.tar.zst\nDEBUG: Searching for fe/6b/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 32/fa/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3e/0f/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '15/1f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '58/54/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fe/6b/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af_package_write_rpm.tar.zst\nDEBUG: Using  for 32/fa/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://3e/0f/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b_create_spdx.tar.zst\nDEBUG: For url file://15/1f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/1f/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A12%3A151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac_package.tar.zst;downloadfilename=15/1f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac_package.tar.zst\nDEBUG: For url file://58/54/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/54/sstate%3Adepmodwrapper-cross%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61_populate_sysroot.tar.zst;downloadfilename=58/54/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61_populate_sysroot.tar.zst\nDEBUG: Testing URL file://fe/6b/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af_package_write_rpm.tar.zst\nDEBUG: Testing URL file://32/fa/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '3e/0f/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b_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://bf/ea/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fe/6b/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af_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/fa/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5_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://4d/dc/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:4ddc984db19d60d0e3623633a0340e59611d015f5b00517d9922c482d41df19d_package_write_ipk.tar.zst\nDEBUG: For url file://3e/0f/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/0f/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b_create_spdx.tar.zst;downloadfilename=3e/0f/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/05/c0/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec_recipe_qa.tar.zst\nDEBUG: For url file://fe/6b/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/6b/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Afe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af_package_write_rpm.tar.zst;downloadfilename=fe/6b/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af_package_write_rpm.tar.zst\nDEBUG: For url file://32/fa/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/fa/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.6%3Ar0%3Acore2-64%3A12%3A32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5_package_write_ipk.tar.zst;downloadfilename=32/fa/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://52/00/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/05/c0/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 52/00/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/05/c0/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec_recipe_qa.tar.zst\nDEBUG: Using  for 52/00/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/05/c0/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://15/66/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:156665853d3b42f464b6584f512bc9533705f92c3633871f450e13e26c8fe924_package_write_ipk.tar.zst\nDEBUG: Testing URL file://52/00/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/05/c0/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec_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://26/d4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '52/00/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb_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/05/c0/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/05/c0/sstate%3Arsync-native%3Ax86_64-linux%3A3.3.0%3Ar0%3Ax86_64%3A12%3A05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec_recipe_qa.tar.zst;downloadfilename=universal/05/c0/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec_recipe_qa.tar.zst\nDEBUG: Searching for 26/d4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://52/00/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/00/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A12%3A5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb_deploy_source_date_epoch.tar.zst;downloadfilename=52/00/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 26/d4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://58/54/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61_populate_sysroot.tar.zst\nDEBUG: Testing URL file://26/d4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/43/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/73/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://50/7a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '26/d4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ca/43/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b2/87/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/26/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796_create_package_spdx.tar.zst\nDEBUG: For url file://26/d4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/d4/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A12%3A26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70_package_write_deb.tar.zst;downloadfilename=26/d4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70_package_write_deb.tar.zst\nDEBUG: Using  for ca/43/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda_package_qa.tar.zst\nDEBUG: Searching for b2/87/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2c/26/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ca/43/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda_package_qa.tar.zst\nDEBUG: Using  for b2/87/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e_populate_sysroot.tar.zst\nDEBUG: Using  for 2c/26/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ca/43/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b2/87/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2c/26/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796_create_package_spdx.tar.zst\nDEBUG: For url file://ca/43/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/43/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3Aca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda_package_qa.tar.zst;downloadfilename=ca/43/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b2/87/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2c/26/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b2/87/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/87/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.14%3Ar0%3Acore2-64%3A12%3Ab287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e_populate_sysroot.tar.zst;downloadfilename=b2/87/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e_populate_sysroot.tar.zst\nDEBUG: For url file://2c/26/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/26/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.12%3Ar0%3Acore2-64%3A12%3A2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796_create_package_spdx.tar.zst;downloadfilename=2c/26/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://28/38/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/05/c0/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:05c03250b032dc98e5df6ab098adc216990cf7aff0035f64d6dfeb4937c9a2ec_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/d6/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:b3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://74/57/sstate:at-spi2-core::2.52.0:r0::12:7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7_populate_lic.tar.zst\nDEBUG: Searching for b3/d6/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:b3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 74/57/sstate:at-spi2-core::2.52.0:r0::12:7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b3/d6/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:b3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 74/57/sstate:at-spi2-core::2.52.0:r0::12:7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7_populate_lic.tar.zst\nDEBUG: Testing URL file://b3/d6/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:b3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://74/57/sstate:at-spi2-core::2.52.0:r0::12:7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b3/d6/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:b3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8_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', '', '74/57/sstate:at-spi2-core::2.52.0:r0::12:7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b3/d6/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:b3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/d6/sstate%3Alibtool-cross%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3Ab3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8_deploy_source_date_epoch.tar.zst;downloadfilename=b3/d6/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:b3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://74/57/sstate:at-spi2-core::2.52.0:r0::12:7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/57/sstate%3Aat-spi2-core%3A%3A2.52.0%3Ar0%3A%3A12%3A7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7_populate_lic.tar.zst;downloadfilename=74/57/sstate:at-spi2-core::2.52.0:r0::12:7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://52/00/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:5200b65db0b4259d4e57a7477a4f30e24c8b5135be55d585b0bfde67f84051fb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/fd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49_package.tar.zst\nDEBUG: Searching for 1f/fd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://26/d4/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:26d4aeb3c63b85e10e09899b711de4b515357b2d5b1eb180b1e748469fac4a70_package_write_deb.tar.zst\nDEBUG: Using  for 1f/fd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49_package.tar.zst\nDEBUG: SState: Attempting to fetch file://46/d8/sstate:debianutils-native::5.19:r0::12:46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf_populate_lic.tar.zst\nDEBUG: Testing URL file://1f/fd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49_package.tar.zst\nDEBUG: Searching for 46/d8/sstate:debianutils-native::5.19:r0::12:46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1f/fd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 46/d8/sstate:debianutils-native::5.19:r0::12:46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf_populate_lic.tar.zst\nDEBUG: For url file://1f/fd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/fd/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.2%3Ar0%3Acore2-64%3A12%3A1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49_package.tar.zst;downloadfilename=1f/fd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49_package.tar.zst\nDEBUG: Testing URL file://46/d8/sstate:debianutils-native::5.19:r0::12:46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf_populate_lic.tar.zst\nDEBUG: For url ['file', '', '46/d8/sstate:debianutils-native::5.19:r0::12:46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf_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/d8/sstate:debianutils-native::5.19:r0::12:46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/d8/sstate%3Adebianutils-native%3A%3A5.19%3Ar0%3A%3A12%3A46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf_populate_lic.tar.zst;downloadfilename=46/d8/sstate:debianutils-native::5.19:r0::12:46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/43/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://15/1f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:151fdf36870e5411c18b45bb521655353bdf0f3c0139c4f4f85802ed445da0ac_package.tar.zst\nDEBUG: SState: Attempting to fetch file://46/fc/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/4e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e_package_qa.tar.zst\nDEBUG: Searching for 46/fc/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f3/4e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 46/fc/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d_package_write_ipk.tar.zst\nDEBUG: Using  for f3/4e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e_package_qa.tar.zst\nDEBUG: Testing URL file://46/fc/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f3/4e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e_package_qa.tar.zst\nDEBUG: For url ['file', '', '46/fc/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d_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', '', 'f3/4e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e_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/fc/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/fc/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.4%3Ar0%3Acore2-64%3A12%3A46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d_package_write_ipk.tar.zst;downloadfilename=46/fc/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d_package_write_ipk.tar.zst\nDEBUG: For url file://f3/4e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/4e/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A12%3Af34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e_package_qa.tar.zst;downloadfilename=f3/4e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/0f/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://37/3b/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e_package_write_deb.tar.zst\nDEBUG: Searching for 37/3b/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 37/3b/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e_package_write_deb.tar.zst\nDEBUG: Testing URL file://37/3b/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '37/3b/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e_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://37/3b/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/3b/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e_package_write_deb.tar.zst;downloadfilename=37/3b/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://74/57/sstate:at-spi2-core::2.52.0:r0::12:7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://91/30/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a_package.tar.zst\nDEBUG: Searching for 91/30/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 91/30/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a_package.tar.zst\nDEBUG: Testing URL file://91/30/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a_package.tar.zst\nDEBUG: For url ['file', '', '91/30/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://91/30/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/30/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.31.1%3Ar0%3Acore2-64%3A12%3A9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a_package.tar.zst;downloadfilename=91/30/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/fd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:1ffdf3e19f96ab4634001ccb06b707a7bfa9f5e9437b93e26bd5653d4930ab49_package.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/69/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9e/69/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9e/69/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9e/69/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9e/69/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98_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://9e/69/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/69/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A12%3A9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98_deploy_source_date_epoch.tar.zst;downloadfilename=9e/69/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://46/fc/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:46fcd84ea7003037b94420c6da2585f6f9646fa0b775b044394c7dff70ecb64d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://46/d8/sstate:debianutils-native::5.19:r0::12:46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/91/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3d/b2/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac_create_package_spdx.tar.zst\nDEBUG: Searching for 4c/91/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3d/b2/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4c/91/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f_recipe_qa.tar.zst\nDEBUG: Using  for universal/3d/b2/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac_create_package_spdx.tar.zst\nDEBUG: Testing URL file://4c/91/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/3d/b2/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '4c/91/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f_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/3d/b2/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4c/91/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/91/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f_recipe_qa.tar.zst;downloadfilename=4c/91/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f_recipe_qa.tar.zst\nDEBUG: For url file://universal/3d/b2/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/b2/sstate%3Adesktop-file-utils-native%3Ax86_64-linux%3A0.27%3Ar0%3Ax86_64%3A12%3A3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac_create_package_spdx.tar.zst;downloadfilename=universal/3d/b2/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://93/8b/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:938beb044a79b1c495e631749c0fde07ad18e92467bb0bd01e6520ef9394b1f6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/39/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://91/30/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9130bf08f03e0d8f474aafc16967c068c9f6c97a33b7c9e4fc3fccf20cca2a1a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/4e/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/91/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://49/7e/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://10/59/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d2/8e/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/aa/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a4/b5/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:a4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 49/7e/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 10/59/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/d2/8e/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1b/aa/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://37/3b/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e_package_write_deb.tar.zst\nDEBUG: Searching for universal/a4/b5/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:a4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 49/7e/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 10/59/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118_package.tar.zst\nDEBUG: Using  for universal/d2/8e/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729_create_package_spdx.tar.zst\nDEBUG: Using  for 1b/aa/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/b3/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6_populate_sysroot.tar.zst\nDEBUG: Using  for universal/a4/b5/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:a4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://49/7e/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://10/59/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118_package.tar.zst\nDEBUG: Testing URL file://universal/d2/8e/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729_create_package_spdx.tar.zst\nDEBUG: Testing URL file://1b/aa/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615_create_spdx.tar.zst\nDEBUG: Searching for e8/b3/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/a4/b5/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:a4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '49/7e/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce_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', '', '10/59/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118_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/8e/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1b/aa/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e8/b3/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/a4/b5/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:a4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c_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://49/7e/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/7e/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce_deploy_source_date_epoch.tar.zst;downloadfilename=49/7e/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://10/59/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/59/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.7%3Ar0%3Acore2-64%3A12%3A1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118_package.tar.zst;downloadfilename=10/59/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118_package.tar.zst\nDEBUG: For url file://universal/d2/8e/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d2/8e/sstate%3Alibepoxy-native%3Ax86_64-linux%3A1.5.10%3Ar0%3Ax86_64%3A12%3Ad28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729_create_package_spdx.tar.zst;downloadfilename=universal/d2/8e/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729_create_package_spdx.tar.zst\nDEBUG: For url file://1b/aa/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/aa/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A12%3A1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615_create_spdx.tar.zst;downloadfilename=1b/aa/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615_create_spdx.tar.zst\nDEBUG: Testing URL file://e8/b3/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6_populate_sysroot.tar.zst\nDEBUG: For url file://universal/a4/b5/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:a4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a4/b5/sstate%3Apseudo-native%3Ax86_64-linux%3A1.9.0%2Bgit%3Ar0%3Ax86_64%3A12%3Aa4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a4/b5/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:a4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/d6/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:b3d687f931f8c5ce914e76c5859acbfe45f906d84ea905a36a5fe36e2b7892c8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e8/b3/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6_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://52/f3/sstate:gcc-sanitizers::14.1.0:r0::12:52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3d/b2/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://81/06/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/91/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f_recipe_qa.tar.zst\nDEBUG: For url file://e8/b3/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/b3/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.73.1%3Ar0%3Acore2-64%3A12%3Ae8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6_populate_sysroot.tar.zst;downloadfilename=e8/b3/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/83/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/21/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0_package_write_ipk.tar.zst\nDEBUG: Searching for 81/06/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/75/b8/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7c/83/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2f/21/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 81/06/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4_create_spdx.tar.zst\nDEBUG: Searching for universal/75/b8/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7c/83/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b_package_qa.tar.zst\nDEBUG: Using  for 2f/21/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0_package_write_ipk.tar.zst\nDEBUG: Testing URL file://81/06/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4_create_spdx.tar.zst\nDEBUG: Using  for universal/75/b8/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7c/83/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b_package_qa.tar.zst\nDEBUG: Testing URL file://2f/21/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '81/06/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4_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/75/b8/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7c/83/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b_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/21/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0_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://81/06/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/06/sstate%3Agcc-source-14.1.0%3Aall-poky-linux%3A14.1.0%3Ar0%3Aall%3A12%3A81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4_create_spdx.tar.zst;downloadfilename=81/06/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/75/b8/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c_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/83/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/83/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.36%3Ar0%3Aallarch%3A12%3A7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b_package_qa.tar.zst;downloadfilename=7c/83/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b_package_qa.tar.zst\nDEBUG: For url file://2f/21/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/21/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0_package_write_ipk.tar.zst;downloadfilename=2f/21/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0_package_write_ipk.tar.zst\nDEBUG: For url file://universal/75/b8/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/75/b8/sstate%3Alibical-native%3Ax86_64-linux%3A3.0.18%3Ar0%3Ax86_64%3A12%3A75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/75/b8/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://49/7e/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:497e0958f2c6c7a35b26ca02309fddac624b04de85200fd7cda31d96e0efacce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/69/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9e6915db6ea75c677ea665cf4aa0280ef901bf9f74341505a2475807e7cfcf98_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d2/8e/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/46/ff/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7e/f1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/fa/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1_create_spdx.tar.zst\nDEBUG: Searching for universal/46/ff/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/7e/f1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c7/fa/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/46/ff/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/7e/f1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c_populate_sysroot.tar.zst\nDEBUG: Using  for c7/fa/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/46/ff/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/7e/f1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c7/fa/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/46/ff/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45_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/7e/f1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c_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/fa/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1_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/46/ff/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/46/ff/sstate%3Alibxml-simple-perl-native%3Ax86_64-linux%3A2.25%3Ar0%3Ax86_64%3A12%3A46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45_deploy_source_date_epoch.tar.zst;downloadfilename=universal/46/ff/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/7e/f1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/f1/sstate%3Akmod-native%3Ax86_64-linux%3A32%3Ar0%3Ax86_64%3A12%3A7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c_populate_sysroot.tar.zst;downloadfilename=universal/7e/f1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c_populate_sysroot.tar.zst\nDEBUG: For url file://c7/fa/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/fa/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A12%3Ac7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1_create_spdx.tar.zst;downloadfilename=c7/fa/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a4/b5/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:a4b51858252134e4bd70398703be4564d18280624ef5809c6db366018a5b187c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/a6/sstate:libxext-native::1.3.6:r0::12:4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9_populate_lic.tar.zst\nDEBUG: Searching for 4f/a6/sstate:libxext-native::1.3.6:r0::12:4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fe/6b/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/83/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b_package_qa.tar.zst\nDEBUG: Using  for 4f/a6/sstate:libxext-native::1.3.6:r0::12:4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://81/06/sstate:gcc-source-14.1.0:all-poky-linux:14.1.0:r0:all:12:81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/9d/sstate:python3-iniconfig::2.0.0:r0::12:9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/85/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4f/a6/sstate:libxext-native::1.3.6:r0::12:4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://52/b8/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9f/9d/sstate:python3-iniconfig::2.0.0:r0::12:9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b2/85/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4f/a6/sstate:libxext-native::1.3.6:r0::12:4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 52/b8/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9f/9d/sstate:python3-iniconfig::2.0.0:r0::12:9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9_populate_lic.tar.zst\nDEBUG: Using  for b2/85/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4f/a6/sstate:libxext-native::1.3.6:r0::12:4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/a6/sstate%3Alibxext-native%3A%3A1.3.6%3Ar0%3A%3A12%3A4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9_populate_lic.tar.zst;downloadfilename=4f/a6/sstate:libxext-native::1.3.6:r0::12:4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9_populate_lic.tar.zst\nDEBUG: Using  for 52/b8/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9f/9d/sstate:python3-iniconfig::2.0.0:r0::12:9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9_populate_lic.tar.zst\nDEBUG: Testing URL file://b2/85/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/75/b8/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:75b86c07707963ef343ee64e445bb87bf8afa36cfa20161e5a3ceb7907934b2c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://52/b8/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9f/9d/sstate:python3-iniconfig::2.0.0:r0::12:9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9_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/fa/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:32fa2f9feb138e43e4e9a8f336c589b083ee3e1189a1e2005814c6f4323e0ad5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'b2/85/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e_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://2f/21/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:2f213db295f6bec570bbc6f67382fdc510e4cc6535566bf6c3af7733f00cdfa0_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/a2/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '52/b8/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452_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://9f/9d/sstate:python3-iniconfig::2.0.0:r0::12:9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/9d/sstate%3Apython3-iniconfig%3A%3A2.0.0%3Ar0%3A%3A12%3A9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9_populate_lic.tar.zst;downloadfilename=9f/9d/sstate:python3-iniconfig::2.0.0:r0::12:9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/73/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee_create_spdx.tar.zst\nDEBUG: For url file://b2/85/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/85/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A12%3Ab2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e_deploy_source_date_epoch.tar.zst;downloadfilename=b2/85/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/58/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb_recipe_qa.tar.zst\nDEBUG: Searching for 2e/a2/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://52/b8/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/b8/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A12%3A52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452_deploy_source_date_epoch.tar.zst;downloadfilename=52/b8/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ad/73/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/46/ff/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:46ff59dbc3b52c9dd758e21c8f45624785e1eca7e5d99c08d3bc50f40d89fe45_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3a/58/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2e/a2/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/f1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c_populate_sysroot.tar.zst\nDEBUG: Using  for ad/73/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/78/sstate:formfactor::0.0:r0::12:bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c_populate_lic.tar.zst\nDEBUG: Using  for 3a/58/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb_recipe_qa.tar.zst\nDEBUG: Testing URL file://2e/a2/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://59/d2/sstate:shutdown-desktop::1.0:r0::12:59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694_populate_lic.tar.zst\nDEBUG: Testing URL file://ad/73/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee_create_spdx.tar.zst\nDEBUG: Searching for bc/78/sstate:formfactor::0.0:r0::12:bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3a/58/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2e/a2/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 59/d2/sstate:shutdown-desktop::1.0:r0::12:59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ad/73/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bc/78/sstate:formfactor::0.0:r0::12:bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3a/58/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb_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/a2/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/a2/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7_package_write_rpm.tar.zst;downloadfilename=2e/a2/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7_package_write_rpm.tar.zst\nDEBUG: Using  for 59/d2/sstate:shutdown-desktop::1.0:r0::12:59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694_populate_lic.tar.zst\nDEBUG: For url file://ad/73/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/73/sstate%3Akmod%3Acore2-64-poky-linux%3A32%3Ar0%3Acore2-64%3A12%3Aad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee_create_spdx.tar.zst;downloadfilename=ad/73/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee_create_spdx.tar.zst\nDEBUG: Testing URL file://bc/78/sstate:formfactor::0.0:r0::12:bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c_populate_lic.tar.zst\nDEBUG: For url file://3a/58/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/58/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb_recipe_qa.tar.zst;downloadfilename=3a/58/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/a6/sstate:libxext-native::1.3.6:r0::12:4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9_populate_lic.tar.zst\nDEBUG: Testing URL file://59/d2/sstate:shutdown-desktop::1.0:r0::12:59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'bc/78/sstate:formfactor::0.0:r0::12:bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c_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/87/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:b287a8e44e7c8fc709d9cde37d10d6cad3480f80f4751d97cfcc8f52090c170e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/9d/sstate:python3-iniconfig::2.0.0:r0::12:9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/29/70/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '59/d2/sstate:shutdown-desktop::1.0:r0::12:59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694_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/85/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2853b958670a73881b93cfb67e78214b107c77cedd3fde71132842af7c9912e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bc/78/sstate:formfactor::0.0:r0::12:bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/78/sstate%3Aformfactor%3A%3A0.0%3Ar0%3A%3A12%3Abc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c_populate_lic.tar.zst;downloadfilename=bc/78/sstate:formfactor::0.0:r0::12:bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://63/95/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://de/88/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a_recipe_qa.tar.zst\nDEBUG: Searching for universal/29/70/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://59/d2/sstate:shutdown-desktop::1.0:r0::12:59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/d2/sstate%3Ashutdown-desktop%3A%3A1.0%3Ar0%3A%3A12%3A59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694_populate_lic.tar.zst;downloadfilename=59/d2/sstate:shutdown-desktop::1.0:r0::12:59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/a3/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e_package_write_ipk.tar.zst\nDEBUG: Searching for 63/95/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for de/88/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/29/70/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://52/b8/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:52b8255525185af038ccdb5f842e7ed90ff64497003ebca95057078857eb4452_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5e/a3/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 63/95/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5_create_package_spdx.tar.zst\nDEBUG: Using  for de/88/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/29/70/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/d7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5e/a3/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e_package_write_ipk.tar.zst\nDEBUG: Testing URL file://63/95/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5_create_package_spdx.tar.zst\nDEBUG: Testing URL file://de/88/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/29/70/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4b/d7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5e/a3/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '63/95/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'de/88/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a_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/29/70/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/29/70/sstate%3Alua-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A12%3A2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04_create_package_spdx.tar.zst;downloadfilename=universal/29/70/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04_create_package_spdx.tar.zst\nDEBUG: Using  for 4b/d7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5e/a3/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e_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://63/95/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/95/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A12%3A6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5_create_package_spdx.tar.zst;downloadfilename=63/95/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5_create_package_spdx.tar.zst\nDEBUG: For url file://de/88/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/88/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A12%3Ade88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a_recipe_qa.tar.zst;downloadfilename=de/88/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/a2/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://4b/d7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5e/a3/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/a3/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e_package_write_ipk.tar.zst;downloadfilename=5e/a3/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://03/05/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/58/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4b/d7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067_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://10/59/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:1059037310cea990908a67277a630379b1e772dcb7c823ecc77f2fa2d808b118_package.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/78/sstate:formfactor::0.0:r0::12:bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c_populate_lic.tar.zst\nDEBUG: Searching for 03/05/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c2/a6/sstate:python3-pluggy-native::1.5.0:r0::12:c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://59/d2/sstate:shutdown-desktop::1.0:r0::12:59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694_populate_lic.tar.zst\nDEBUG: For url file://4b/d7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/d7/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A12%3A4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067_deploy_source_date_epoch.tar.zst;downloadfilename=4b/d7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/91/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/5c/sstate:pulseaudio::17.0:r0::12:d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63_populate_lic.tar.zst\nDEBUG: Using  for 03/05/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af_create_package_spdx.tar.zst\nDEBUG: Searching for c2/a6/sstate:python3-pluggy-native::1.5.0:r0::12:c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://14/de/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e8/91/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d7/5c/sstate:pulseaudio::17.0:r0::12:d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://03/05/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af_create_package_spdx.tar.zst\nDEBUG: Using  for c2/a6/sstate:python3-pluggy-native::1.5.0:r0::12:c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c_populate_lic.tar.zst\nDEBUG: Searching for 14/de/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e8/91/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f_create_package_spdx.tar.zst\nDEBUG: Using  for d7/5c/sstate:pulseaudio::17.0:r0::12:d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63_populate_lic.tar.zst\nDEBUG: For url ['file', '', '03/05/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c2/a6/sstate:python3-pluggy-native::1.5.0:r0::12:c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c_populate_lic.tar.zst\nDEBUG: Using  for 14/de/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e8/91/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://d7/5c/sstate:pulseaudio::17.0:r0::12:d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63_populate_lic.tar.zst\nDEBUG: For url file://03/05/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/05/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af_create_package_spdx.tar.zst;downloadfilename=03/05/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c2/a6/sstate:python3-pluggy-native::1.5.0:r0::12:c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://14/de/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e8/91/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd7/5c/sstate:pulseaudio::17.0:r0::12:d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c2/a6/sstate:python3-pluggy-native::1.5.0:r0::12:c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/a6/sstate%3Apython3-pluggy-native%3A%3A1.5.0%3Ar0%3A%3A12%3Ac2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c_populate_lic.tar.zst;downloadfilename=c2/a6/sstate:python3-pluggy-native::1.5.0:r0::12:c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/29/70/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '14/de/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99_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://e8/91/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/91/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A12%3Ae891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f_create_package_spdx.tar.zst;downloadfilename=e8/91/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f_create_package_spdx.tar.zst\nDEBUG: For url file://d7/5c/sstate:pulseaudio::17.0:r0::12:d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/5c/sstate%3Apulseaudio%3A%3A17.0%3Ar0%3A%3A12%3Ad75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63_populate_lic.tar.zst;downloadfilename=d7/5c/sstate:pulseaudio::17.0:r0::12:d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/53/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://de/88/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a_recipe_qa.tar.zst\nDEBUG: For url file://14/de/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/de/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A12%3A14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99_deploy_source_date_epoch.tar.zst;downloadfilename=14/de/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7e/53/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://55/03/sstate:libical-native::3.0.18:r0::12:5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/d7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:4bd74e66735cbb2f3782832edee793a361d829f2b506e3c218e8e8d63443d067_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7e/53/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821_create_spdx.tar.zst\nDEBUG: Searching for 55/03/sstate:libical-native::3.0.18:r0::12:5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6a/06/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4_package_qa.tar.zst\nDEBUG: Testing URL file://7e/53/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821_create_spdx.tar.zst\nDEBUG: Using  for 55/03/sstate:libical-native::3.0.18:r0::12:5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7_populate_lic.tar.zst\nDEBUG: Searching for 6a/06/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7e/53/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://55/03/sstate:libical-native::3.0.18:r0::12:5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7_populate_lic.tar.zst\nDEBUG: Using  for 6a/06/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4_package_qa.tar.zst\nDEBUG: For url file://7e/53/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/53/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A12%3A7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821_create_spdx.tar.zst;downloadfilename=7e/53/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821_create_spdx.tar.zst\nDEBUG: For url ['file', '', '55/03/sstate:libical-native::3.0.18:r0::12:5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6a/06/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4_package_qa.tar.zst\nDEBUG: For url file://55/03/sstate:libical-native::3.0.18:r0::12:5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/03/sstate%3Alibical-native%3A%3A3.0.18%3Ar0%3A%3A12%3A5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7_populate_lic.tar.zst;downloadfilename=55/03/sstate:libical-native::3.0.18:r0::12:5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6a/06/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4_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/b3/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:e8b340883d39c58f40d5a767f8600c34f8ffc09ca4a4a1cdf893bbc6516570c6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/aa/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/a6/sstate:python3-pluggy-native::1.5.0:r0::12:c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c_populate_lic.tar.zst\nDEBUG: For url file://6a/06/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/06/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4_package_qa.tar.zst;downloadfilename=6a/06/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://51/23/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/01/18/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334_create_package_spdx.tar.zst\nDEBUG: Searching for 4b/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 51/23/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/01/18/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4b/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7_package.tar.zst\nDEBUG: Using  for 51/23/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1_create_package_spdx.tar.zst\nDEBUG: Using  for universal/01/18/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334_create_package_spdx.tar.zst\nDEBUG: Testing URL file://4b/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7_package.tar.zst\nDEBUG: Testing URL file://51/23/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/01/18/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '4b/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '51/23/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1_create_package_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/18/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4b/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/3e/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7_package.tar.zst;downloadfilename=4b/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7_package.tar.zst\nDEBUG: For url file://51/23/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/23/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A12%3A51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1_create_package_spdx.tar.zst;downloadfilename=51/23/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1_create_package_spdx.tar.zst\nDEBUG: For url file://universal/01/18/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/01/18/sstate%3Apython3-pluggy-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A12%3A0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334_create_package_spdx.tar.zst;downloadfilename=universal/01/18/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/5c/sstate:pulseaudio::17.0:r0::12:d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://14/de/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:14de15d54042893214514a16c2a13df86268324668b2be8286bfe56dc2be4e99_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://78/b3/sstate:xset::1.2.5:r0::12:78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://64/41/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 78/b3/sstate:xset::1.2.5:r0::12:78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 64/41/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 78/b3/sstate:xset::1.2.5:r0::12:78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d_populate_lic.tar.zst\nDEBUG: Using  for 64/41/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://78/b3/sstate:xset::1.2.5:r0::12:78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d_populate_lic.tar.zst\nDEBUG: Testing URL file://64/41/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '78/b3/sstate:xset::1.2.5:r0::12:78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d_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/41/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5_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://78/b3/sstate:xset::1.2.5:r0::12:78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/b3/sstate%3Axset%3A%3A1.2.5%3Ar0%3A%3A12%3A78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d_populate_lic.tar.zst;downloadfilename=78/b3/sstate:xset::1.2.5:r0::12:78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d_populate_lic.tar.zst\nDEBUG: For url file://64/41/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/41/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5_deploy_source_date_epoch.tar.zst;downloadfilename=64/41/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://55/03/sstate:libical-native::3.0.18:r0::12:5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/06/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://70/94/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/3e/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:4b3e85de1db9a1018b910b57cb928b5225c98d9c48a91276741f6358fb882ab7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e4/9e/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110_recipe_qa.tar.zst\nDEBUG: Searching for 70/94/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://cf/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1_recipe_qa.tar.zst\nDEBUG: Searching for universal/e4/9e/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 70/94/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cf/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e4/9e/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110_recipe_qa.tar.zst\nDEBUG: Testing URL file://70/94/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for cf/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/e4/9e/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '70/94/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161_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/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/e4/9e/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://70/94/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/94/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A12%3A709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161_deploy_source_date_epoch.tar.zst;downloadfilename=70/94/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cf/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1_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/e4/9e/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e4/9e/sstate%3Apixman-native%3Ax86_64-linux%3A0.42.2%3Ar0%3Ax86_64%3A12%3Ae49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110_recipe_qa.tar.zst;downloadfilename=universal/e4/9e/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110_recipe_qa.tar.zst\nDEBUG: For url file://cf/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/0d/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A12%3Acf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1_recipe_qa.tar.zst;downloadfilename=cf/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/01/18/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://80/cb/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/26/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://78/b3/sstate:xset::1.2.5:r0::12:78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d_populate_lic.tar.zst\nDEBUG: Searching for 80/cb/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ef/cf/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:efcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/29/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3_package_qa.tar.zst\nDEBUG: Using  for 80/cb/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582_package.tar.zst\nDEBUG: Searching for ef/cf/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:efcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fc/29/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://80/cb/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582_package.tar.zst\nDEBUG: Using  for ef/cf/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:efcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f_package.tar.zst\nDEBUG: Using  for fc/29/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3_package_qa.tar.zst\nDEBUG: For url ['file', '', '80/cb/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ef/cf/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:efcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f_package.tar.zst\nDEBUG: Testing URL file://fc/29/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3_package_qa.tar.zst\nDEBUG: For url file://80/cb/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/cb/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582_package.tar.zst;downloadfilename=80/cb/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582_package.tar.zst\nDEBUG: For url ['file', '', 'ef/cf/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:efcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fc/29/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ef/cf/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:efcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/cf/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.12%3Ar0%3Acore2-64%3A12%3Aefcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f_package.tar.zst;downloadfilename=ef/cf/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:efcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f_package.tar.zst\nDEBUG: For url file://fc/29/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/29/sstate%3Aell%3Acore2-64-poky-linux%3A0.66%3Ar0%3Acore2-64%3A12%3Afc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3_package_qa.tar.zst;downloadfilename=fc/29/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://64/41/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:644113084a669cc3b1ecea84a228db0d63e0e1f1af956015edbad3c98ed03cb5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/fa/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://70/94/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:709447b7621be4c44a87d6744414474a89e5031f076bbbda493e775a03328161_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/ae/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/d3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:b6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e4/9e/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/73/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/50/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35_packagedata.tar.zst\nDEBUG: Searching for 8c/ae/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b6/d3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:b6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/44/84/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6e/fa/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed_create_spdx.tar.zst\nDEBUG: Searching for c7/50/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8c/ae/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8_packagedata.tar.zst\nDEBUG: Using  for b6/d3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:b6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/44/84/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/6e/fa/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c7/50/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35_packagedata.tar.zst\nDEBUG: Testing URL file://8c/ae/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8_packagedata.tar.zst\nDEBUG: Testing URL file://b6/d3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:b6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/44/84/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9_create_package_spdx.tar.zst\nDEBUG: Using  for universal/6e/fa/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed_create_spdx.tar.zst\nDEBUG: Testing URL file://c7/50/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35_packagedata.tar.zst\nDEBUG: For url ['file', '', '8c/ae/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b6/d3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:b6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8_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/44/84/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/6e/fa/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c7/50/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8c/ae/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/ae/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.7%3Ar0%3Acore2-64%3A12%3A8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8_packagedata.tar.zst;downloadfilename=8c/ae/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8_packagedata.tar.zst\nDEBUG: For url file://b6/d3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:b6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/d3/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Ab6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8_deploy_source_date_epoch.tar.zst;downloadfilename=b6/d3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:b6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/44/84/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/6e/fa/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed_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/50/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/50/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A12%3Ac750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35_packagedata.tar.zst;downloadfilename=c7/50/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35_packagedata.tar.zst\nDEBUG: For url file://universal/44/84/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/44/84/sstate%3Aunzip-native%3Ax86_64-linux%3A6.0%3Ar0%3Ax86_64%3A12%3A4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9_create_package_spdx.tar.zst;downloadfilename=universal/44/84/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9_create_package_spdx.tar.zst\nDEBUG: For url file://universal/6e/fa/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6e/fa/sstate%3Ae2fsprogs-native%3Ax86_64-linux%3A1.47.0%3Ar0%3Ax86_64%3A12%3A6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed_create_spdx.tar.zst;downloadfilename=universal/6e/fa/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://80/cb/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:80cb041e9f9e58d680cad9c78a66293c4fea68c9288c6c4bc914c2353f858582_package.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/29/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://32/71/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/d6/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b_create_package_spdx.tar.zst\nDEBUG: Searching for 32/71/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4e/d6/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 32/71/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193_package.tar.zst\nDEBUG: Using  for 4e/d6/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://32/71/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193_package.tar.zst\nDEBUG: Testing URL file://4e/d6/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '32/71/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4e/d6/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://32/71/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/71/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.17%3Ar0%3Acore2-64%3A12%3A3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193_package.tar.zst;downloadfilename=32/71/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193_package.tar.zst\nDEBUG: For url file://4e/d6/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/d6/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.14.0%3Ar0%3Acore2-64%3A12%3A4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b_create_package_spdx.tar.zst;downloadfilename=4e/d6/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://63/95/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/ae/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://10/34/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://23/b6/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e_packagedata.tar.zst\nDEBUG: Searching for 10/34/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 23/b6/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 10/34/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383_package_write_deb.tar.zst\nDEBUG: Using  for 23/b6/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e_packagedata.tar.zst\nDEBUG: Testing URL file://10/34/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383_package_write_deb.tar.zst\nDEBUG: Testing URL file://23/b6/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e_packagedata.tar.zst\nDEBUG: For url ['file', '', '10/34/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383_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', '', '23/b6/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://10/34/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/34/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A12%3A103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383_package_write_deb.tar.zst;downloadfilename=10/34/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383_package_write_deb.tar.zst\nDEBUG: For url file://23/b6/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/b6/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.45.3%3Ar0%3Acore2-64%3A12%3A23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e_packagedata.tar.zst;downloadfilename=23/b6/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/0d/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://69/7e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911_recipe_qa.tar.zst\nDEBUG: Searching for 69/7e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 69/7e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911_recipe_qa.tar.zst\nDEBUG: Testing URL file://69/7e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '69/7e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://69/7e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/7e/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A12%3A697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911_recipe_qa.tar.zst;downloadfilename=69/7e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6e/fa/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/79/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566_populate_sysroot.tar.zst\nDEBUG: Searching for 3d/79/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3d/79/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3d/79/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3d/79/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566_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/79/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/79/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A12%3A3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566_populate_sysroot.tar.zst;downloadfilename=3d/79/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/44/84/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/de/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d_package_qa.tar.zst\nDEBUG: Searching for ab/de/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ab/de/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d_package_qa.tar.zst\nDEBUG: Testing URL file://ab/de/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ab/de/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ab/de/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/de/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.2%3Ar0%3Acore2-64%3A12%3Aabde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d_package_qa.tar.zst;downloadfilename=ab/de/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/d3/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:b6d3e72e7c483feeb737c7ed2790b0261149e376de1be466f7806166eae8a4e8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/50/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/98/29/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/39/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66_recipe_qa.tar.zst\nDEBUG: Searching for universal/98/29/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6d/39/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/98/29/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729_create_package_spdx.tar.zst\nDEBUG: Using  for 6d/39/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/98/29/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729_create_package_spdx.tar.zst\nDEBUG: Testing URL file://6d/39/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/98/29/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6d/39/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66_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/98/29/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/98/29/sstate%3Agnu-config-native%3Ax86_64-linux%3A20240101%2Bgit%3Ar0%3Ax86_64%3A12%3A9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729_create_package_spdx.tar.zst;downloadfilename=universal/98/29/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729_create_package_spdx.tar.zst\nDEBUG: For url file://6d/39/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/39/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2024.1%3Ar0%3Acore2-64%3A12%3A6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66_recipe_qa.tar.zst;downloadfilename=6d/39/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://23/b6/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://69/7e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/91/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/ed/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://be/c2/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:bec2e6d8fd7529073dbcc99c2f24f7cda1da393c658191e007b57ebcb71ba64c_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://53/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/49/sstate:pbzip2-native::1.1.13:r0::12:1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7_populate_lic.tar.zst\nDEBUG: Searching for c0/ed/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/ac/56/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6_recipe_qa.tar.zst\nDEBUG: Searching for 53/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1b/49/sstate:pbzip2-native::1.1.13:r0::12:1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c0/ed/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548_create_spdx.tar.zst\nDEBUG: Searching for universal/ac/56/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 53/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e_packagedata.tar.zst\nDEBUG: Using  for 1b/49/sstate:pbzip2-native::1.1.13:r0::12:1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7_populate_lic.tar.zst\nDEBUG: Testing URL file://c0/ed/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548_create_spdx.tar.zst\nDEBUG: Using  for universal/ac/56/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6_recipe_qa.tar.zst\nDEBUG: Testing URL file://53/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e_packagedata.tar.zst\nDEBUG: Testing URL file://1b/49/sstate:pbzip2-native::1.1.13:r0::12:1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c0/ed/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548_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/ac/56/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '53/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1b/49/sstate:pbzip2-native::1.1.13:r0::12:1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c0/ed/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/ed/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.11%3Ar0%3Acore2-64%3A12%3Ac0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548_create_spdx.tar.zst;downloadfilename=c0/ed/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/ac/56/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://53/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/ef/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A12%3A53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e_packagedata.tar.zst;downloadfilename=53/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e_packagedata.tar.zst\nDEBUG: For url file://1b/49/sstate:pbzip2-native::1.1.13:r0::12:1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/49/sstate%3Apbzip2-native%3A%3A1.1.13%3Ar0%3A%3A12%3A1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7_populate_lic.tar.zst;downloadfilename=1b/49/sstate:pbzip2-native::1.1.13:r0::12:1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7_populate_lic.tar.zst\nDEBUG: For url file://universal/ac/56/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ac/56/sstate%3Apython3-tomli-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A12%3Aac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6_recipe_qa.tar.zst;downloadfilename=universal/ac/56/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/de/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/c4/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9_populate_sysroot.tar.zst\nDEBUG: Searching for 5c/c4/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5c/c4/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://03/05/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5c/c4/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://46/01/sstate:unzip-native::6.0:r0::12:46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5c/c4/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 46/01/sstate:unzip-native::6.0:r0::12:46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5c/c4/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/c4/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A12%3A5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9_populate_sysroot.tar.zst;downloadfilename=5c/c4/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9_populate_sysroot.tar.zst\nDEBUG: Using  for 46/01/sstate:unzip-native::6.0:r0::12:46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c_populate_lic.tar.zst\nDEBUG: Testing URL file://46/01/sstate:unzip-native::6.0:r0::12:46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '46/01/sstate:unzip-native::6.0:r0::12:46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c_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/01/sstate:unzip-native::6.0:r0::12:46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/01/sstate%3Aunzip-native%3A%3A6.0%3Ar0%3A%3A12%3A46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c_populate_lic.tar.zst;downloadfilename=46/01/sstate:unzip-native::6.0:r0::12:46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/98/29/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/39/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/7e/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/f1/sstate:libcheck::0.15.2:r0::12:e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c_populate_lic.tar.zst\nDEBUG: Searching for b7/7e/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7e/53/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821_create_spdx.tar.zst\nDEBUG: Searching for e3/f1/sstate:libcheck::0.15.2:r0::12:e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b7/7e/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c0/7d/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb_create_spdx.tar.zst\nDEBUG: Using  for e3/f1/sstate:libcheck::0.15.2:r0::12:e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c_populate_lic.tar.zst\nDEBUG: Testing URL file://b7/7e/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43_packagedata.tar.zst\nDEBUG: Searching for universal/c0/7d/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e3/f1/sstate:libcheck::0.15.2:r0::12:e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b7/7e/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c0/7d/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e3/f1/sstate:libcheck::0.15.2:r0::12:e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c_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/7e/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/7e/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A12%3Ab77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43_packagedata.tar.zst;downloadfilename=b7/7e/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43_packagedata.tar.zst\nDEBUG: Testing URL file://universal/c0/7d/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb_create_spdx.tar.zst\nDEBUG: For url file://e3/f1/sstate:libcheck::0.15.2:r0::12:e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/f1/sstate%3Alibcheck%3A%3A0.15.2%3Ar0%3A%3A12%3Ae3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c_populate_lic.tar.zst;downloadfilename=e3/f1/sstate:libcheck::0.15.2:r0::12:e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/c0/7d/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb_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/c0/7d/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c0/7d/sstate%3Aninja-native%3Ax86_64-linux%3A1.12.1%3Ar0%3Ax86_64%3A12%3Ac07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb_create_spdx.tar.zst;downloadfilename=universal/c0/7d/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://53/ef/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ac/56/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/49/sstate:pbzip2-native::1.1.13:r0::12:1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/63/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bd/b4/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/22/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821_package_write_ipk.tar.zst\nDEBUG: Searching for 9d/63/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/bd/b4/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9c/22/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9d/63/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573_package_qa.tar.zst\nDEBUG: Using  for universal/bd/b4/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29_create_spdx.tar.zst\nDEBUG: Using  for 9c/22/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821_package_write_ipk.tar.zst\nDEBUG: Testing URL file://9d/63/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573_package_qa.tar.zst\nDEBUG: Testing URL file://universal/bd/b4/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29_create_spdx.tar.zst\nDEBUG: Testing URL file://9c/22/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '9d/63/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573_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/b4/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29_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/22/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821_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://9d/63/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/63/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A12%3A9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573_package_qa.tar.zst;downloadfilename=9d/63/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573_package_qa.tar.zst\nDEBUG: For url file://universal/bd/b4/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bd/b4/sstate%3Apython3-more-itertools-native%3Ax86_64-linux%3A10.3.0%3Ar0%3Ax86_64%3A12%3Abdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29_create_spdx.tar.zst;downloadfilename=universal/bd/b4/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29_create_spdx.tar.zst\nDEBUG: For url file://9c/22/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/22/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821_package_write_ipk.tar.zst;downloadfilename=9c/22/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://46/01/sstate:unzip-native::6.0:r0::12:46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://10/34/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:103405c2e8bf91ca7e1f215fa991bccea4ccfd22ee49459b4a85bcfef4c60383_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://32/71/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:3271c54ef3a6c083f63b70d0d3336bcd11b71a364979bd5f2bd09c743ce94193_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/cb/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst\nDEBUG: SState: Attempting to fetch file://af/fe/sstate:libtirpc-native::1.3.4:r0::12:affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa_populate_lic.tar.zst\nDEBUG: Searching for a0/cb/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for af/fe/sstate:libtirpc-native::1.3.4:r0::12:affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a0/cb/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7_package_write_rpm.tar.zst\nDEBUG: Using  for 5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst\nDEBUG: Using  for af/fe/sstate:libtirpc-native::1.3.4:r0::12:affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa_populate_lic.tar.zst\nDEBUG: Testing URL file://a0/cb/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst\nDEBUG: Testing URL file://af/fe/sstate:libtirpc-native::1.3.4:r0::12:affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a0/cb/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7_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', '', '5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'af/fe/sstate:libtirpc-native::1.3.4:r0::12:affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa_populate_lic.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:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/cb/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A12%3Aa0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7_package_write_rpm.tar.zst;downloadfilename=a0/cb/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7_package_write_rpm.tar.zst\nDEBUG: For url file://5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/48/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst;downloadfilename=5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst\nDEBUG: For url file://af/fe/sstate:libtirpc-native::1.3.4:r0::12:affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/fe/sstate%3Alibtirpc-native%3A%3A1.3.4%3Ar0%3A%3A12%3Aaffe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa_populate_lic.tar.zst;downloadfilename=af/fe/sstate:libtirpc-native::1.3.4:r0::12:affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/f1/sstate:libcheck::0.15.2:r0::12:e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c0/7d/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/91/36/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://65/32/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775_package_qa.tar.zst\nDEBUG: Searching for universal/91/36/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 65/32/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/91/36/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 65/32/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775_package_qa.tar.zst\nDEBUG: Testing URL file://universal/91/36/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://65/32/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/91/36/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0_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/32/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775_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/91/36/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/91/36/sstate%3Aunifdef-native%3Ax86_64-linux%3A2.12%3Ar0%3Ax86_64%3A12%3A91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/91/36/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://65/32/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/32/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775_package_qa.tar.zst;downloadfilename=65/32/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/7e/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/ed/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://54/4c/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://77/d2/sstate:sbc::2.0:r0::12:77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399_populate_lic.tar.zst\nDEBUG: Searching for 54/4c/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 77/d2/sstate:sbc::2.0:r0::12:77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 54/4c/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6_package.tar.zst\nDEBUG: Using  for 77/d2/sstate:sbc::2.0:r0::12:77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399_populate_lic.tar.zst\nDEBUG: Testing URL file://54/4c/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6_package.tar.zst\nDEBUG: Testing URL file://77/d2/sstate:sbc::2.0:r0::12:77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399_populate_lic.tar.zst\nDEBUG: For url ['file', '', '54/4c/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '77/d2/sstate:sbc::2.0:r0::12:77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399_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/4c/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/4c/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6_package.tar.zst;downloadfilename=54/4c/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6_package.tar.zst\nDEBUG: For url file://77/d2/sstate:sbc::2.0:r0::12:77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/d2/sstate%3Asbc%3A%3A2.0%3Ar0%3A%3A12%3A77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399_populate_lic.tar.zst;downloadfilename=77/d2/sstate:sbc::2.0:r0::12:77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/22/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9c22c368fe6e7d556667b78a9399ac348a4780a2b19fdab2ee16a9ce0a380821_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://51/23/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bd/b4/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/16/51/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://32/7c/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://14/d5/sstate:boost::1.85.0:r0::12:14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64_populate_lic.tar.zst\nDEBUG: Searching for universal/16/51/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 32/7c/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 14/d5/sstate:boost::1.85.0:r0::12:14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/16/51/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f_recipe_qa.tar.zst\nDEBUG: Using  for 32/7c/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c_recipe_qa.tar.zst\nDEBUG: Using  for 14/d5/sstate:boost::1.85.0:r0::12:14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/16/51/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f_recipe_qa.tar.zst\nDEBUG: Testing URL file://32/7c/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c_recipe_qa.tar.zst\nDEBUG: Testing URL file://14/d5/sstate:boost::1.85.0:r0::12:14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/16/51/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f_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/7c/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c_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://af/fe/sstate:libtirpc-native::1.3.4:r0::12:affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa_populate_lic.tar.zst\nDEBUG: For url ['file', '', '14/d5/sstate:boost::1.85.0:r0::12:14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64_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://a0/cb/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7_package_write_rpm.tar.zst\nDEBUG: For url file://universal/16/51/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/16/51/sstate%3Afreetype-native%3Ax86_64-linux%3A2.13.2%3Ar0%3Ax86_64%3A12%3A16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f_recipe_qa.tar.zst;downloadfilename=universal/16/51/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f_recipe_qa.tar.zst\nDEBUG: For url file://32/7c/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/7c/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.5%3Ar0%3Acore2-64%3A12%3A327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c_recipe_qa.tar.zst;downloadfilename=32/7c/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/86/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8_package_qa.tar.zst\nDEBUG: For url file://14/d5/sstate:boost::1.85.0:r0::12:14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/d5/sstate%3Aboost%3A%3A1.85.0%3Ar0%3A%3A12%3A14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64_populate_lic.tar.zst;downloadfilename=14/d5/sstate:boost::1.85.0:r0::12:14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c2/29/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:c229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3c/86/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9d/63/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/cf/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:efcfc9f144a7db643bedf56e35bfebd1790550011a731d2f7346888bda072c7f_package.tar.zst\nDEBUG: Searching for universal/c2/29/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:c229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/91/36/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:91367cbe34bae31ec3a84028ef5441208a8f862802933147541b73947744bab0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3c/86/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://99/26/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/5f/sstate:unifdef-native::2.12:r0::12:7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7_populate_lic.tar.zst\nDEBUG: Using  for universal/c2/29/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:c229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ef/91/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81_recipe_qa.tar.zst\nDEBUG: Testing URL file://3c/86/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8_package_qa.tar.zst\nDEBUG: Searching for 99/26/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7f/5f/sstate:unifdef-native::2.12:r0::12:7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/c2/29/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:c229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/ef/91/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3c/86/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 99/26/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2_packagedata.tar.zst\nDEBUG: Using  for 7f/5f/sstate:unifdef-native::2.12:r0::12:7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/c2/29/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:c229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58_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/ef/91/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81_recipe_qa.tar.zst\nDEBUG: For url file://3c/86/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/86/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A12%3A3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8_package_qa.tar.zst;downloadfilename=3c/86/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8_package_qa.tar.zst\nDEBUG: Testing URL file://99/26/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2_packagedata.tar.zst\nDEBUG: Testing URL file://7f/5f/sstate:unifdef-native::2.12:r0::12:7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7_populate_lic.tar.zst\nDEBUG: For url file://universal/c2/29/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:c229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c2/29/sstate%3Alibmpc-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A12%3Ac229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c2/29/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:c229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/ef/91/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '99/26/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2_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://77/d2/sstate:sbc::2.0:r0::12:77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7f/5f/sstate:unifdef-native::2.12:r0::12:7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7_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://65/32/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/ef/91/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81_recipe_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:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/26/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.57.1%3Ar0%3Acore2-64%3A12%3A9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2_packagedata.tar.zst;downloadfilename=99/26/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2_packagedata.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://universal/16/51/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://78/f2/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df_populate_sysroot.tar.zst\nDEBUG: For url file://7f/5f/sstate:unifdef-native::2.12:r0::12:7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/5f/sstate%3Aunifdef-native%3A%3A2.12%3Ar0%3A%3A12%3A7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7_populate_lic.tar.zst;downloadfilename=7f/5f/sstate:unifdef-native::2.12:r0::12:7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/5a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48_package_write_deb.tar.zst\nDEBUG: For url file://universal/ef/91/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ef/91/sstate%3Axcb-proto-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3Aef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81_recipe_qa.tar.zst;downloadfilename=universal/ef/91/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/58/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 78/f2/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6c/5a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f0/58/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://54/4c/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:544c8fa2cb2b7b1582130dacee2dd7895aad0da275686b1ce56a56646ff99dc6_package.tar.zst\nDEBUG: Using  for 78/f2/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/86/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8_package_qa.tar.zst\nDEBUG: Using  for 6c/5a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48_package_write_deb.tar.zst\nDEBUG: Using  for f0/58/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/80/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4_create_spdx.tar.zst\nDEBUG: Testing URL file://78/f2/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://57/f1/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647_package_qa.tar.zst\nDEBUG: Testing URL file://6c/5a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48_package_write_deb.tar.zst\nDEBUG: Testing URL file://f0/58/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5c/80/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '78/f2/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 57/f1/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6c/5a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48_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', '', 'f0/58/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552_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/80/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4_create_spdx.tar.zst\nDEBUG: For url file://78/f2/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/f2/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A12%3A78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df_populate_sysroot.tar.zst;downloadfilename=78/f2/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df_populate_sysroot.tar.zst\nDEBUG: Using  for 57/f1/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647_package_qa.tar.zst\nDEBUG: For url file://6c/5a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/5a/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48_package_write_deb.tar.zst;downloadfilename=6c/5a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48_package_write_deb.tar.zst\nDEBUG: For url file://f0/58/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/58/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A12%3Af05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552_deploy_source_date_epoch.tar.zst;downloadfilename=f0/58/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5c/80/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4_create_spdx.tar.zst\nDEBUG: Testing URL file://57/f1/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647_package_qa.tar.zst\nDEBUG: For url ['file', '', '5c/80/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4_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://32/7c/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://99/26/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2_packagedata.tar.zst\nDEBUG: For url ['file', '', '57/f1/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647_package_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/5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Successful fetch test for file://universal/c2/29/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:c229c4d0d38e706b8c198e5e1dc51cf5f778b46a3bfa5ffc22c0dc0ae28dec58_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5c/80/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/80/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A12%3A5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4_create_spdx.tar.zst;downloadfilename=5c/80/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/e3/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://12/fa/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08_packagedata.tar.zst\nDEBUG: For url file://57/f1/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/f1/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.6%3Ar0%3Acore2-64%3A12%3A57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647_package_qa.tar.zst;downloadfilename=57/f1/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647_package_qa.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst (FetchError(\"URL doesn't work\", 'file://5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://4d/5e/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c_package_qa.tar.zst\nDEBUG: Searching for 7a/e3/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 12/fa/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7f/5f/sstate:unifdef-native::2.12:r0::12:7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/3e/sstate:font-util::1.4.1:r0::12:f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea_populate_lic.tar.zst\nDEBUG: Searching for 4d/5e/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5c/c4/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:5cc44b9a404b76dda7cfc0cb8eb9909f602394e9c0fd59166128ac9106a01cc9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ef/91/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81_recipe_qa.tar.zst\nDEBUG: Using  for 7a/e3/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75_package_write_deb.tar.zst\nDEBUG: Using  for 12/fa/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://21/ec/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4_package_write_deb.tar.zst\nDEBUG: Searching for f8/3e/sstate:font-util::1.4.1:r0::12:f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4d/5e/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://de/fc/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:defc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://10/f9/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7a/e3/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75_package_write_deb.tar.zst\nDEBUG: Testing URL file://12/fa/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08_packagedata.tar.zst\nDEBUG: Searching for 21/ec/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/3e/sstate:font-util::1.4.1:r0::12:f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea_populate_lic.tar.zst\nDEBUG: Testing URL file://4d/5e/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c_package_qa.tar.zst\nDEBUG: Searching for de/fc/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:defc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 10/f9/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7a/e3/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75_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', '', '12/fa/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 21/ec/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4_package_write_deb.tar.zst\nDEBUG: Testing URL file://f8/3e/sstate:font-util::1.4.1:r0::12:f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4d/5e/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for de/fc/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:defc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e_package_write_ipk.tar.zst\nDEBUG: Using  for 10/f9/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230_package_write_rpm.tar.zst\nDEBUG: For url file://7a/e3/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/e3/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A12%3A7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75_package_write_deb.tar.zst;downloadfilename=7a/e3/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75_package_write_deb.tar.zst\nDEBUG: For url file://12/fa/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/fa/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08_packagedata.tar.zst;downloadfilename=12/fa/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08_packagedata.tar.zst\nDEBUG: Testing URL file://21/ec/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'f8/3e/sstate:font-util::1.4.1:r0::12:f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4d/5e/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/5e/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A8.2.2%3Ar0%3Acore2-64%3A12%3A4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c_package_qa.tar.zst;downloadfilename=4d/5e/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c_package_qa.tar.zst\nDEBUG: Testing URL file://de/fc/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:defc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e_package_write_ipk.tar.zst\nDEBUG: Testing URL file://10/f9/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://78/f2/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:78f21bccc0f3ed507203ad132a6c8e5819475ace08350a83275d378a1e8716df_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '21/ec/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4_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://6c/5a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6c5a84916859f666d9cd3fff88f2634b36980adc4c809ddef2853204103d0b48_package_write_deb.tar.zst\nDEBUG: For url file://f8/3e/sstate:font-util::1.4.1:r0::12:f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/3e/sstate%3Afont-util%3A%3A1.4.1%3Ar0%3A%3A12%3Af83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea_populate_lic.tar.zst;downloadfilename=f8/3e/sstate:font-util::1.4.1:r0::12:f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'de/fc/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:defc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e_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', '', '10/f9/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230_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://cf/dd/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:cfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://21/ec/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/ec/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3A21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4_package_write_deb.tar.zst;downloadfilename=21/ec/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://27/ea/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0_package_write_ipk.tar.zst\nDEBUG: For url file://de/fc/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:defc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/fc/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.12%3Ar0%3Aallarch%3A12%3Adefc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e_package_write_ipk.tar.zst;downloadfilename=de/fc/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:defc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e_package_write_ipk.tar.zst\nDEBUG: For url file://10/f9/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/f9/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3A10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230_package_write_rpm.tar.zst;downloadfilename=10/f9/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230_package_write_rpm.tar.zst\nDEBUG: Searching for cf/dd/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:cfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4e/d6/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/58/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f05805195b0fe3713417a43ddbc5f8cfb926cf4caab9ef273596bdf4ea64a552_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://14/d5/sstate:boost::1.85.0:r0::12:14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/80/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/79/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:3d7940a21a419a2a179629aafc815d31d7b01f113dd89c494ef92c71a2d16566_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://57/f1/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647_package_qa.tar.zst\nDEBUG: Searching for 27/ea/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://12/fa/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08_packagedata.tar.zst\nDEBUG: Using  for cf/dd/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:cfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/5e/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/ea/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:e3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://74/f8/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/eb/09/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/4e/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://93/6c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://38/bc/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13_package_write_ipk.tar.zst\nDEBUG: Using  for 27/ea/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/e3/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69_package_qa.tar.zst\nDEBUG: Testing URL file://cf/dd/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:cfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/07/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:e1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3_package.tar.zst\nDEBUG: Searching for e3/ea/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:e3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 74/f8/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/eb/09/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b2/4e/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 93/6c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 38/bc/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://27/ea/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0_package_write_ipk.tar.zst\nDEBUG: Searching for d2/e3/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cf/dd/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:cfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9_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 e1/07/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:e1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e3/ea/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:e3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 74/f8/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c_package.tar.zst\nDEBUG: Using  for universal/eb/09/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb_populate_sysroot.tar.zst\nDEBUG: Using  for b2/4e/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5_recipe_qa.tar.zst\nDEBUG: Using  for 93/6c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12_recipe_qa.tar.zst\nDEBUG: Using  for 38/bc/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '27/ea/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d2/e3/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69_package_qa.tar.zst\nDEBUG: For url file://cf/dd/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:cfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/dd/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.45.3%3Ar0%3Acore2-64%3A12%3Acfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9_deploy_source_date_epoch.tar.zst;downloadfilename=cf/dd/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:cfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e1/07/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:e1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3_package.tar.zst\nDEBUG: Testing URL file://e3/ea/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:e3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://74/f8/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c_package.tar.zst\nDEBUG: Testing URL file://universal/eb/09/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b2/4e/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5_recipe_qa.tar.zst\nDEBUG: Testing URL file://93/6c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12_recipe_qa.tar.zst\nDEBUG: Testing URL file://38/bc/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13_package_write_ipk.tar.zst\nDEBUG: For url file://27/ea/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/ea/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0_package_write_ipk.tar.zst;downloadfilename=27/ea/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0_package_write_ipk.tar.zst\nDEBUG: Testing URL file://d2/e3/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69_package_qa.tar.zst\nDEBUG: Testing URL file://e1/07/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:e1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3_package.tar.zst\nDEBUG: For url ['file', '', 'e3/ea/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:e3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f_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', '', '74/f8/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/eb/09/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b2/4e/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5_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/6c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '38/bc/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13_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', '', 'd2/e3/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e1/07/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:e1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e3/ea/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:e3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/ea/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.191%3Ar0%3Acore2-64%3A12%3Ae3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f_deploy_source_date_epoch.tar.zst;downloadfilename=e3/ea/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:e3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://74/f8/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/f8/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A12%3A74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c_package.tar.zst;downloadfilename=74/f8/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c_package.tar.zst\nDEBUG: For url file://universal/eb/09/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/eb/09/sstate%3Alibxml2-native%3Ax86_64-linux%3A2.12.8%3Ar0%3Ax86_64%3A12%3Aeb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb_populate_sysroot.tar.zst;downloadfilename=universal/eb/09/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb_populate_sysroot.tar.zst\nDEBUG: For url file://b2/4e/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/4e/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Ab24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5_recipe_qa.tar.zst;downloadfilename=b2/4e/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5_recipe_qa.tar.zst\nDEBUG: For url file://93/6c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/6c/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A12%3A936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12_recipe_qa.tar.zst;downloadfilename=93/6c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12_recipe_qa.tar.zst\nDEBUG: For url file://38/bc/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/bc/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A12%3A38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13_package_write_ipk.tar.zst;downloadfilename=38/bc/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13_package_write_ipk.tar.zst\nDEBUG: For url file://d2/e3/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/e3/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A12%3Ad2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69_package_qa.tar.zst;downloadfilename=d2/e3/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69_package_qa.tar.zst\nDEBUG: For url file://e1/07/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:e1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/07/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3Ae1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3_package.tar.zst;downloadfilename=e1/07/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:e1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://de/fc/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:defc94e2653493a7d5d2a63b778c3203e09836e358b305596b30392521939c5e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://10/f9/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/3e/sstate:font-util::1.4.1:r0::12:f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/dd/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:cfdd3a3014754ec277547a062d64d08ee6703ec6a51981c9d3b4816bd1defdd9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/80/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b6/99/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/ea/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:e3ea77deaf6320928aea173090889902c05cdfa4188fdbfaa8baa2b906097f7f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/c7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:f1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://46/94/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3_package_qa.tar.zst\nDEBUG: Searching for b9/80/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/b6/99/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3b/bd/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e_package_write_deb.tar.zst\nDEBUG: Searching for f1/c7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:f1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 46/94/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b9/80/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84_package_write_rpm.tar.zst\nDEBUG: Using  for universal/b6/99/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102_populate_sysroot.tar.zst\nDEBUG: Searching for 3b/bd/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f1/c7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:f1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3_package_write_deb.tar.zst\nDEBUG: Using  for 46/94/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3_package_qa.tar.zst\nDEBUG: Testing URL file://b9/80/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/b6/99/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102_populate_sysroot.tar.zst\nDEBUG: Using  for 3b/bd/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e_package_write_deb.tar.zst\nDEBUG: Testing URL file://f1/c7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:f1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3_package_write_deb.tar.zst\nDEBUG: Testing URL file://46/94/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b9/80/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84_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/b6/99/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102_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/bd/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'f1/c7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:f1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3_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', '', '46/94/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3_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/80/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/80/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.4%3Ar0%3Acore2-64%3A12%3Ab98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84_package_write_rpm.tar.zst;downloadfilename=b9/80/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84_package_write_rpm.tar.zst\nDEBUG: For url file://universal/b6/99/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b6/99/sstate%3Agtk%2B3-native%3Ax86_64-linux%3A3.24.42%3Ar0%3Ax86_64%3A12%3Ab6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102_populate_sysroot.tar.zst;downloadfilename=universal/b6/99/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3b/bd/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e_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://f1/c7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:f1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/c7/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A12%3Af1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3_package_write_deb.tar.zst;downloadfilename=f1/c7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:f1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3_package_write_deb.tar.zst\nDEBUG: For url file://46/94/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/94/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3_package_qa.tar.zst;downloadfilename=46/94/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3_package_qa.tar.zst\nDEBUG: For url file://3b/bd/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/bd/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.1%3Ar0%3Acore2-64%3A12%3A3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e_package_write_deb.tar.zst;downloadfilename=3b/bd/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://93/6c/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/4e/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/eb/09/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/e3/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://38/bc/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:38bc424f34ff360846d892d64f79ab3916b2515fa77fa4836d7513033623de13_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d7/fd/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:d7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/07/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:e1075ee66a4095e802d219443bae0c6b9730a367c38007dd54f7a46d7302e6d3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://78/83/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/e9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/b8/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:d0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://47/d2/sstate:udev-extraconf::1.1:r0::12:47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc_populate_lic.tar.zst\nDEBUG: Searching for universal/d7/fd/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:d7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4f/73/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc_create_spdx.tar.zst\nDEBUG: Searching for 78/83/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2c/e9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d0/b8/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:d0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 47/d2/sstate:udev-extraconf::1.1:r0::12:47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/d7/fd/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:d7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4_recipe_qa.tar.zst\nDEBUG: Searching for 4f/73/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 78/83/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b_packagedata.tar.zst\nDEBUG: Using  for 2c/e9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541_package_write_ipk.tar.zst\nDEBUG: Using  for d0/b8/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:d0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af_package_write_ipk.tar.zst\nDEBUG: Using  for 47/d2/sstate:udev-extraconf::1.1:r0::12:47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/d7/fd/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:d7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4_recipe_qa.tar.zst\nDEBUG: Using  for 4f/73/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc_create_spdx.tar.zst\nDEBUG: Testing URL file://78/83/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b_packagedata.tar.zst\nDEBUG: Testing URL file://2c/e9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541_package_write_ipk.tar.zst\nDEBUG: Testing URL file://d0/b8/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:d0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af_package_write_ipk.tar.zst\nDEBUG: Testing URL file://47/d2/sstate:udev-extraconf::1.1:r0::12:47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/d7/fd/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:d7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4f/73/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc_create_spdx.tar.zst\nDEBUG: For url ['file', '', '78/83/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2c/e9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541_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', '', 'd0/b8/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:d0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af_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', '', '47/d2/sstate:udev-extraconf::1.1:r0::12:47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc_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/d7/fd/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:d7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d7/fd/sstate%3Adocbook-xml-dtd4-native%3Ax86_64-linux%3A4.5%3Ar0%3Ax86_64%3A12%3Ad7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4_recipe_qa.tar.zst;downloadfilename=universal/d7/fd/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:d7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/80/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4f/73/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://78/83/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/83/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.18.0%3Ar0%3Acore2-64%3A12%3A78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b_packagedata.tar.zst;downloadfilename=78/83/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b_packagedata.tar.zst\nDEBUG: For url file://2c/e9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/e9/sstate%3Accache%3Acore2-64-poky-linux%3A4.10%3Ar0%3Acore2-64%3A12%3A2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541_package_write_ipk.tar.zst;downloadfilename=2c/e9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541_package_write_ipk.tar.zst\nDEBUG: For url file://d0/b8/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:d0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/b8/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A12%3Ad0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af_package_write_ipk.tar.zst;downloadfilename=d0/b8/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:d0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af_package_write_ipk.tar.zst\nDEBUG: For url file://47/d2/sstate:udev-extraconf::1.1:r0::12:47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/d2/sstate%3Audev-extraconf%3A%3A1.1%3Ar0%3A%3A12%3A47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc_populate_lic.tar.zst;downloadfilename=47/d2/sstate:udev-extraconf::1.1:r0::12:47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://50/89/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013_package_write_rpm.tar.zst\nDEBUG: For url file://4f/73/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/73/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc_create_spdx.tar.zst;downloadfilename=4f/73/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b6/99/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/c7/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:f1c75df8ed1a8cbe0c4fcb98031f4e2fabbde45997cd8adda25f16a4fbe803f3_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://46/94/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/bd/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:3bbd68235de1ef53456f9b172bf6c8b727067d7f180f082cdd470f97612dd48e_package_write_deb.tar.zst\nDEBUG: Searching for 50/89/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://70/6a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/5d/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://61/ec/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f3/a1/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f_create_package_spdx.tar.zst\nDEBUG: Using  for 50/89/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013_package_write_rpm.tar.zst\nDEBUG: Searching for 70/6a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4a/5d/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 61/ec/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/f3/a1/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://50/89/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013_package_write_rpm.tar.zst\nDEBUG: Using  for 70/6a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74_package_qa.tar.zst\nDEBUG: Using  for 4a/5d/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79_package_write_ipk.tar.zst\nDEBUG: Using  for 61/ec/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18_create_package_spdx.tar.zst\nDEBUG: Using  for universal/f3/a1/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '50/89/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013_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://70/6a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74_package_qa.tar.zst\nDEBUG: Testing URL file://4a/5d/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79_package_write_ipk.tar.zst\nDEBUG: Testing URL file://61/ec/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/f3/a1/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f_create_package_spdx.tar.zst\nDEBUG: For url file://50/89/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/89/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013_package_write_rpm.tar.zst;downloadfilename=50/89/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '70/6a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4a/5d/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79_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/ec/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18_create_package_spdx.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:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f_create_package_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/d7/fd/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:d7fde0a7d691defbc8a72399f79be531a7addcc9965a6db1187b7085b9f284d4_recipe_qa.tar.zst\nDEBUG: For url file://70/6a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/6a/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.4%3Ar0%3Acore2-64%3A12%3A706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74_package_qa.tar.zst;downloadfilename=70/6a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74_package_qa.tar.zst\nDEBUG: For url file://4a/5d/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/5d/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.13%3Ar0%3Acore2-64%3A12%3A4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79_package_write_ipk.tar.zst;downloadfilename=4a/5d/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://78/83/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b_packagedata.tar.zst\nDEBUG: For url file://61/ec/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/ec/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18_create_package_spdx.tar.zst;downloadfilename=61/ec/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18_create_package_spdx.tar.zst\nDEBUG: For url file://universal/f3/a1/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f3/a1/sstate%3Aat-spi2-core-native%3Ax86_64-linux%3A2.52.0%3Ar0%3Ax86_64%3A12%3Af3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f_create_package_spdx.tar.zst;downloadfilename=universal/f3/a1/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://26/ff/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/b8/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:d0b8df1649aa578340a5d5632133a0811b08effb0a178b3070cd4820f71cd2af_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://76/25/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992_create_spdx.tar.zst\nDEBUG: Searching for 26/ff/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9a/77/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68_package.tar.zst\nDEBUG: Searching for 76/25/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 26/ff/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9a/77/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 76/25/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992_create_spdx.tar.zst\nDEBUG: Testing URL file://26/ff/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9a/77/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68_package.tar.zst\nDEBUG: Testing URL file://76/25/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992_create_spdx.tar.zst\nDEBUG: For url ['file', '', '26/ff/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0_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://9a/77/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68_package.tar.zst\nDEBUG: For url ['file', '', '76/25/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992_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/ff/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/ff/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.48.2%3Ar0%3Acore2-64%3A12%3A26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0_deploy_source_date_epoch.tar.zst;downloadfilename=26/ff/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9a/77/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://76/25/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/25/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.22.4%3Ar0%3Acore2-64%3A12%3A7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992_create_spdx.tar.zst;downloadfilename=76/25/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992_create_spdx.tar.zst\nDEBUG: For url file://9a/77/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/77/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A12%3A9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68_package.tar.zst;downloadfilename=9a/77/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68_package.tar.zst\nDEBUG: SState: Successful fetch test for file://70/6a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/5d/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:4a5dd0bc2a0d78cf1228fb5d447d3acf67fe67b89f6416e475ff8065f67c0c79_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://50/89/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/50/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e3/6a/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:e36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/53/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:a05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5_package_write_ipk.tar.zst\nDEBUG: Searching for 5a/50/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/e3/6a/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:e36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a0/53/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:a05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/50/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b_recipe_qa.tar.zst\nDEBUG: Using  for universal/e3/6a/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:e36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a0/53/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:a05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://5a/50/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/e3/6a/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:e36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a0/53/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:a05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '5a/50/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b_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/e3/6a/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:e36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6_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/53/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:a05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5_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://5a/50/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/50/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A12%3A5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b_recipe_qa.tar.zst;downloadfilename=5a/50/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b_recipe_qa.tar.zst\nDEBUG: For url file://universal/e3/6a/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:e36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e3/6a/sstate%3Alibxdmcp-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A12%3Ae36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e3/6a/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:e36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a0/53/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:a05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/53/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.7.0%3Ar0%3Acore2-64%3A12%3Aa05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5_package_write_ipk.tar.zst;downloadfilename=a0/53/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:a05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f3/a1/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/e3/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:7ae386ad28f334d8fcc1fc1a239e0cea9a311875f06200c382eaf7bd6073be75_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/94/sstate:bison-native::3.8.2:r0::12:a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://26/ff/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:26ffc5ea7c9e5f4aa0140edbd97cac6ac20445b8feeb502b58300f93dbe802a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/80/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c_recipe_qa.tar.zst\nDEBUG: Searching for a7/94/sstate:bison-native::3.8.2:r0::12:a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/86/1a/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b8/80/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a7/94/sstate:bison-native::3.8.2:r0::12:a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c_populate_lic.tar.zst\nDEBUG: Searching for universal/86/1a/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b8/80/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c_recipe_qa.tar.zst\nDEBUG: Testing URL file://a7/94/sstate:bison-native::3.8.2:r0::12:a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c_populate_lic.tar.zst\nDEBUG: Using  for universal/86/1a/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b8/80/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a7/94/sstate:bison-native::3.8.2:r0::12:a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c_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/86/1a/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b8/80/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a7/94/sstate:bison-native::3.8.2:r0::12:a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/94/sstate%3Abison-native%3A%3A3.8.2%3Ar0%3A%3A12%3Aa794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c_populate_lic.tar.zst;downloadfilename=a7/94/sstate:bison-native::3.8.2:r0::12:a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/86/1a/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44_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://b8/80/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/80/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Ab88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c_recipe_qa.tar.zst;downloadfilename=b8/80/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c_recipe_qa.tar.zst\nDEBUG: For url file://universal/86/1a/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/86/1a/sstate%3Aglib-2.0-native%3Ax86_64-linux%3A2.80.2%3Ar0%3Ax86_64%3A12%3A861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44_deploy_source_date_epoch.tar.zst;downloadfilename=universal/86/1a/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/77/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:9a778edab7cf08d1eb16d69ff4c2f033c39ee6c56e25d89f1a4a2522de6d0c68_package.tar.zst\nDEBUG: SState: Successful fetch test for file://47/d2/sstate:udev-extraconf::1.1:r0::12:47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/96/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/48/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108_create_package_spdx.tar.zst\nDEBUG: Searching for 8e/96/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7a/48/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8e/96/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208_package_qa.tar.zst\nDEBUG: Using  for 7a/48/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108_create_package_spdx.tar.zst\nDEBUG: Testing URL file://8e/96/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208_package_qa.tar.zst\nDEBUG: Testing URL file://7a/48/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '8e/96/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7a/48/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8e/96/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/96/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.5%3Ar0%3Acore2-64%3A12%3A8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208_package_qa.tar.zst;downloadfilename=8e/96/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208_package_qa.tar.zst\nDEBUG: For url file://7a/48/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/48/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108_create_package_spdx.tar.zst;downloadfilename=7a/48/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/50/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e3/6a/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:e36a23ca8f9fe3ced6fd46eed5a89be098100855dbb0ae6d86fa2ea1901636a6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://28/48/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3_package.tar.zst\nDEBUG: SState: Successful fetch test for file://74/f8/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:74f89e94f35a90b84c3149e9ce582060dc2980f26b14c78afe932c72149ffd8c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/63/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475_populate_sysroot.tar.zst\nDEBUG: Searching for 28/48/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://59/51/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5f/63/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 28/48/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3_package.tar.zst\nDEBUG: Searching for 59/51/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5f/63/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475_populate_sysroot.tar.zst\nDEBUG: Testing URL file://28/48/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3_package.tar.zst\nDEBUG: Using  for 59/51/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5f/63/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '28/48/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://59/51/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5f/63/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475_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/48/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/48/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A12%3A28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3_package.tar.zst;downloadfilename=28/48/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3_package.tar.zst\nDEBUG: For url ['file', '', '59/51/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022_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/63/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/63/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.3.1%3Ar0%3Acore2-64%3A12%3A5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475_populate_sysroot.tar.zst;downloadfilename=5f/63/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://21/ec/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:21ec149c0c53a2552270b64775b80133cda0da50cfc5d37bcf5a3a25db6841b4_package_write_deb.tar.zst\nDEBUG: For url file://59/51/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/51/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A12%3A595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022_deploy_source_date_epoch.tar.zst;downloadfilename=59/51/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://44/32/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/86/1a/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:861a1d3b10d72485bd8d369fd22136a9565493ae17247772812703503b0cad44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/80/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c_recipe_qa.tar.zst\nDEBUG: Searching for 44/32/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c1/7d/sstate:openssl::3.3.1:r0::12:c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/96/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/2a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3_create_package_spdx.tar.zst\nDEBUG: Using  for 44/32/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c1/7d/sstate:openssl::3.3.1:r0::12:c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ae/79/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a_create_package_spdx.tar.zst\nDEBUG: Searching for 4d/2a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://44/32/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c1/7d/sstate:openssl::3.3.1:r0::12:c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db_populate_lic.tar.zst\nDEBUG: Searching for ae/79/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4d/2a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '44/32/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3_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://c1/7d/sstate:openssl::3.3.1:r0::12:c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db_populate_lic.tar.zst\nDEBUG: Using  for ae/79/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://4d/2a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3_create_package_spdx.tar.zst\nDEBUG: For url file://44/32/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/32/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A12%3A4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3_deploy_source_date_epoch.tar.zst;downloadfilename=44/32/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c1/7d/sstate:openssl::3.3.1:r0::12:c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ae/79/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '4d/2a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c1/7d/sstate:openssl::3.3.1:r0::12:c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/7d/sstate%3Aopenssl%3A%3A3.3.1%3Ar0%3A%3A12%3Ac17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db_populate_lic.tar.zst;downloadfilename=c1/7d/sstate:openssl::3.3.1:r0::12:c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ae/79/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4d/2a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/2a/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A12%3A4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3_create_package_spdx.tar.zst;downloadfilename=4d/2a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3_create_package_spdx.tar.zst\nDEBUG: For url file://ae/79/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/79/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A12%3Aae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a_create_package_spdx.tar.zst;downloadfilename=ae/79/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/94/sstate:bison-native::3.8.2:r0::12:a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/63/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://59/51/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:595165eaeb4a5e32a4ea2b3d518c3ef7d0817806e0a4aaf3cc2b185e0457b022_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/db/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/5c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/37/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:da374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78_recipe_qa.tar.zst\nDEBUG: Searching for 9e/db/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ee/5c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/da/37/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:da374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9e/db/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68_package_write_ipk.tar.zst\nDEBUG: Using  for ee/5c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539_create_spdx.tar.zst\nDEBUG: Using  for universal/da/37/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:da374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78_recipe_qa.tar.zst\nDEBUG: Testing URL file://9e/db/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ee/5c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/da/37/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:da374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9e/db/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68_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', '', 'ee/5c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539_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/da/37/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:da374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78_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/db/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/db/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A12%3A9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68_package_write_ipk.tar.zst;downloadfilename=9e/db/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68_package_write_ipk.tar.zst\nDEBUG: For url file://ee/5c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/5c/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A12%3Aee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539_create_spdx.tar.zst;downloadfilename=ee/5c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539_create_spdx.tar.zst\nDEBUG: For url file://universal/da/37/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:da374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/37/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A14.1.0%3Ar0%3Ax86_64%3A12%3Ada374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78_recipe_qa.tar.zst;downloadfilename=universal/da/37/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:da374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/7d/sstate:openssl::3.3.1:r0::12:c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bd/fd/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4_populate_sysroot.tar.zst\nDEBUG: Searching for universal/bd/fd/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/bd/fd/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/bd/fd/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/bd/fd/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4_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/bd/fd/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bd/fd/sstate%3Apython3-toml-native%3Ax86_64-linux%3A0.10.2%3Ar0%3Ax86_64%3A12%3Abdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4_populate_sysroot.tar.zst;downloadfilename=universal/bd/fd/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/2a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c_package_write_rpm.tar.zst\nDEBUG: Searching for ad/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ad/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ad/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ad/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c_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://ad/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/6c/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Aad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c_package_write_rpm.tar.zst;downloadfilename=ad/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/73/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/db/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:9edb176d6a1b788a5ae0566be1399220e8f5f3c70e9b9f3f69bde5e88d593c68_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://17/ce/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://87/66/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94_package_write_deb.tar.zst\nDEBUG: Searching for 17/ce/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 87/66/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 17/ce/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01_create_package_spdx.tar.zst\nDEBUG: Using  for 87/66/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94_package_write_deb.tar.zst\nDEBUG: Testing URL file://17/ce/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01_create_package_spdx.tar.zst\nDEBUG: Testing URL file://87/66/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '17/ce/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '87/66/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94_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://17/ce/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/ce/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A12%3A17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01_create_package_spdx.tar.zst;downloadfilename=17/ce/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01_create_package_spdx.tar.zst\nDEBUG: For url file://87/66/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/66/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94_package_write_deb.tar.zst;downloadfilename=87/66/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://44/32/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:4432311226a2161c77493f5c0d21811ad535395fb6a752d42f6496b63d99a4b3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/37/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:da374a8aa59d4e743bc21eb0db716c07241b2c585fd84f57fab24788b3e8ab78_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/48/sstate:lame::3.100:r0::12:cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/44/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624_create_package_spdx.tar.zst\nDEBUG: Searching for cc/48/sstate:lame::3.100:r0::12:cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fa/44/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cc/48/sstate:lame::3.100:r0::12:cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c_populate_lic.tar.zst\nDEBUG: Using  for fa/44/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624_create_package_spdx.tar.zst\nDEBUG: Testing URL file://cc/48/sstate:lame::3.100:r0::12:cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c_populate_lic.tar.zst\nDEBUG: Testing URL file://fa/44/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'cc/48/sstate:lame::3.100:r0::12:cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fa/44/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cc/48/sstate:lame::3.100:r0::12:cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/48/sstate%3Alame%3A%3A3.100%3Ar0%3A%3A12%3Acc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c_populate_lic.tar.zst;downloadfilename=cc/48/sstate:lame::3.100:r0::12:cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c_populate_lic.tar.zst\nDEBUG: For url file://fa/44/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/44/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A12%3Afa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624_create_package_spdx.tar.zst;downloadfilename=fa/44/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bd/fd/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://75/f8/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0_packagedata.tar.zst\nDEBUG: Searching for 75/f8/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 75/f8/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0_packagedata.tar.zst\nDEBUG: Testing URL file://75/f8/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0_packagedata.tar.zst\nDEBUG: For url ['file', '', '75/f8/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://75/f8/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/f8/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0_packagedata.tar.zst;downloadfilename=75/f8/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://40/b9/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448_package_write_ipk.tar.zst\nDEBUG: Searching for 40/b9/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 40/b9/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448_package_write_ipk.tar.zst\nDEBUG: Testing URL file://40/b9/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '40/b9/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448_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://40/b9/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/b9/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.73.1%3Ar0%3Acore2-64%3A12%3A40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448_package_write_ipk.tar.zst;downloadfilename=40/b9/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://87/66/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://39/ec/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca_package_write_rpm.tar.zst\nDEBUG: Searching for 39/ec/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 39/ec/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca_package_write_rpm.tar.zst\nDEBUG: Testing URL file://39/ec/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '39/ec/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca_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://39/ec/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/ec/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca_package_write_rpm.tar.zst;downloadfilename=39/ec/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/48/sstate:lame::3.100:r0::12:cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/a8/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b_package_qa.tar.zst\nDEBUG: Searching for b0/a8/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b0/a8/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b_package_qa.tar.zst\nDEBUG: Testing URL file://b0/a8/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b0/a8/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b0/a8/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/a8/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A12%3Ab0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b_package_qa.tar.zst;downloadfilename=b0/a8/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://75/f8/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/5f/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8a/5f/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8a/5f/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8a/5f/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8a/5f/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794_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/5f/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/5f/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.8.1%3Ar0%3Acore2-64%3A12%3A8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794_deploy_source_date_epoch.tar.zst;downloadfilename=8a/5f/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/e9/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:2ce93c05c0b7db905982e723d1db8d01508730fc6a6a9aae0223e476f7845541_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://37/46/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3_populate_sysroot.tar.zst\nDEBUG: Searching for 37/46/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 37/46/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://37/46/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '37/46/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/46/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/46/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.7%3Ar0%3Acore2-64%3A12%3A3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3_populate_sysroot.tar.zst;downloadfilename=37/46/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://39/ec/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/75/sstate:bluez5::5.72:r0::12:d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380_populate_lic.tar.zst\nDEBUG: Searching for d8/75/sstate:bluez5::5.72:r0::12:d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d8/75/sstate:bluez5::5.72:r0::12:d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380_populate_lic.tar.zst\nDEBUG: Testing URL file://d8/75/sstate:bluez5::5.72:r0::12:d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd8/75/sstate:bluez5::5.72:r0::12:d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d8/75/sstate:bluez5::5.72:r0::12:d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/75/sstate%3Abluez5%3A%3A5.72%3Ar0%3A%3A12%3Ad8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380_populate_lic.tar.zst;downloadfilename=d8/75/sstate:bluez5::5.72:r0::12:d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/a8/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/53/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:a05308461a891555e879dfee791439640c98472c747cf1b705d20213958c2ea5_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/96/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://70/fd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243_package_qa.tar.zst\nDEBUG: Searching for e5/96/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 70/fd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e5/96/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73_package_write_rpm.tar.zst\nDEBUG: Using  for 70/fd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243_package_qa.tar.zst\nDEBUG: Testing URL file://e5/96/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73_package_write_rpm.tar.zst\nDEBUG: Testing URL file://70/fd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e5/96/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73_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/fd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e5/96/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/96/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A12%3Ae596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73_package_write_rpm.tar.zst;downloadfilename=e5/96/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73_package_write_rpm.tar.zst\nDEBUG: For url file://70/fd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/fd/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243_package_qa.tar.zst;downloadfilename=70/fd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/5f/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:8a5fab8866884900417f77721b32551d2b8a7dc7e89147f447c5c404f3587794_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://54/92/sstate:re2c-native::3.1:r0::12:54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8_populate_lic.tar.zst\nDEBUG: Searching for 54/92/sstate:re2c-native::3.1:r0::12:54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 54/92/sstate:re2c-native::3.1:r0::12:54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8_populate_lic.tar.zst\nDEBUG: Testing URL file://54/92/sstate:re2c-native::3.1:r0::12:54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '54/92/sstate:re2c-native::3.1:r0::12:54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8_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/92/sstate:re2c-native::3.1:r0::12:54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/92/sstate%3Are2c-native%3A%3A3.1%3Ar0%3A%3A12%3A54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8_populate_lic.tar.zst;downloadfilename=54/92/sstate:re2c-native::3.1:r0::12:54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://37/46/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:3746825bc0034f45e2ed4221b4a44e37f24ec9ea0f3a0d08aea9f445c4cd31a3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://57/9e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef_package_qa.tar.zst\nDEBUG: Searching for 57/9e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 57/9e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef_package_qa.tar.zst\nDEBUG: Testing URL file://57/9e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef_package_qa.tar.zst\nDEBUG: For url ['file', '', '57/9e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef_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/9e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/9e/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef_package_qa.tar.zst;downloadfilename=57/9e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://17/ce/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://37/a1/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced_packagedata.tar.zst\nDEBUG: Searching for 37/a1/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 37/a1/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced_packagedata.tar.zst\nDEBUG: Testing URL file://37/a1/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced_packagedata.tar.zst\nDEBUG: For url ['file', '', '37/a1/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/a1/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/a1/sstate%3Accache%3Acore2-64-poky-linux%3A4.10%3Ar0%3Acore2-64%3A12%3A37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced_packagedata.tar.zst;downloadfilename=37/a1/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/75/sstate:bluez5::5.72:r0::12:d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/96/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://70/fd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ca/57/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:ca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://53/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/44/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214_packagedata.tar.zst\nDEBUG: Searching for universal/ca/57/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:ca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 53/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6f/44/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/ca/57/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:ca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 53/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6f/44/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214_packagedata.tar.zst\nDEBUG: Testing URL file://universal/ca/57/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:ca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://53/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6f/44/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/ca/57/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:ca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf_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/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411_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/44/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/ca/57/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:ca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ca/57/sstate%3Alibxml-sax-base-perl-native%3Ax86_64-linux%3A1.09%3Ar0%3Ax86_64%3A12%3Aca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ca/57/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:ca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://53/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/9f/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A12%3A539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411_deploy_source_date_epoch.tar.zst;downloadfilename=53/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://6f/44/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/44/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214_packagedata.tar.zst;downloadfilename=6f/44/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/48/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://54/92/sstate:re2c-native::3.1:r0::12:54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://28/48/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:28487bb8ece94fc6ad48027bdebba65b6ce9dd569355f273d87aa5ddb3c0b5c3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/38/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://12/ab/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://41/79/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6_create_spdx.tar.zst\nDEBUG: Searching for 3e/38/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 12/ab/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 41/79/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3e/38/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce_create_spdx.tar.zst\nDEBUG: Using  for 12/ab/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98_packagedata.tar.zst\nDEBUG: Using  for 41/79/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6_create_spdx.tar.zst\nDEBUG: Testing URL file://3e/38/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce_create_spdx.tar.zst\nDEBUG: Testing URL file://12/ab/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98_packagedata.tar.zst\nDEBUG: Testing URL file://41/79/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3e/38/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce_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/ab/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '41/79/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3e/38/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/38/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce_create_spdx.tar.zst;downloadfilename=3e/38/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce_create_spdx.tar.zst\nDEBUG: For url file://12/ab/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/ab/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.17%3Ar0%3Acore2-64%3A12%3A12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98_packagedata.tar.zst;downloadfilename=12/ab/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98_packagedata.tar.zst\nDEBUG: For url file://41/79/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/79/sstate%3Alibgcc-initial%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6_create_spdx.tar.zst;downloadfilename=41/79/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://57/9e/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ca/57/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:ca57b6bd3d617a143d059de7ee3dd96f470534ba4137d84efb46c814d05dd3cf_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/e9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://37/a1/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94_recipe_qa.tar.zst\nDEBUG: Searching for 8b/e9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c9/ba/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:c9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a_package_write_deb.tar.zst\nDEBUG: Searching for b8/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8b/e9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598_package_write_ipk.tar.zst\nDEBUG: Searching for c9/ba/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:c9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b8/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94_recipe_qa.tar.zst\nDEBUG: Testing URL file://8b/e9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598_package_write_ipk.tar.zst\nDEBUG: Using  for c9/ba/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:c9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a_package_write_deb.tar.zst\nDEBUG: Testing URL file://b8/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8b/e9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598_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://c9/ba/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:c9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b8/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8b/e9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/e9/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598_package_write_ipk.tar.zst;downloadfilename=8b/e9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'c9/ba/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:c9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a_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://b8/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/83/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3Ab883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94_recipe_qa.tar.zst;downloadfilename=b8/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94_recipe_qa.tar.zst\nDEBUG: For url file://c9/ba/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:c9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/ba/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A12%3Ac9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a_package_write_deb.tar.zst;downloadfilename=c9/ba/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:c9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/5c/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/44/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/44/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/79/sstate:tiff::4.6.0:r0::12:a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://61/ec/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/0b/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://da/a4/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:daa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42_package.tar.zst\nDEBUG: Searching for a0/79/sstate:tiff::4.6.0:r0::12:a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://36/85/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82_create_spdx.tar.zst\nDEBUG: Searching for ab/0b/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for da/a4/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:daa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a0/79/sstate:tiff::4.6.0:r0::12:a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8_populate_lic.tar.zst\nDEBUG: Searching for 36/85/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ab/0b/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2_packagedata.tar.zst\nDEBUG: Using  for da/a4/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:daa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42_package.tar.zst\nDEBUG: Testing URL file://a0/79/sstate:tiff::4.6.0:r0::12:a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8_populate_lic.tar.zst\nDEBUG: Using  for 36/85/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82_create_spdx.tar.zst\nDEBUG: Testing URL file://ab/0b/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2_packagedata.tar.zst\nDEBUG: Testing URL file://da/a4/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:daa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42_package.tar.zst\nDEBUG: For url ['file', '', 'a0/79/sstate:tiff::4.6.0:r0::12:a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://36/85/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ab/0b/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'da/a4/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:daa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a0/79/sstate:tiff::4.6.0:r0::12:a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/79/sstate%3Atiff%3A%3A4.6.0%3Ar0%3A%3A12%3Aa079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8_populate_lic.tar.zst;downloadfilename=a0/79/sstate:tiff::4.6.0:r0::12:a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '36/85/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ab/0b/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/0b/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.34.0%3Ar0%3Acore2-64%3A12%3Aab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2_packagedata.tar.zst;downloadfilename=ab/0b/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2_packagedata.tar.zst\nDEBUG: For url file://da/a4/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:daa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/a4/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A12%3Adaa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42_package.tar.zst;downloadfilename=da/a4/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:daa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42_package.tar.zst\nDEBUG: For url file://36/85/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/85/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82_create_spdx.tar.zst;downloadfilename=36/85/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://12/ab/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://53/9f/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:539f0198b6e7b081603fd6156de2e98a4cd2071ec4a9ac797afd1054c90f5411_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/96/17/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://db/00/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775_create_spdx.tar.zst\nDEBUG: Searching for universal/96/17/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for db/00/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/96/17/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for db/00/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/96/17/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://db/00/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/96/17/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5_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', '', 'db/00/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775_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/96/17/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/96/17/sstate%3Ae2fsprogs-native%3Ax86_64-linux%3A1.47.0%3Ar0%3Ax86_64%3A12%3A9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5_deploy_source_date_epoch.tar.zst;downloadfilename=universal/96/17/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://db/00/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/00/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3Adb00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775_create_spdx.tar.zst;downloadfilename=db/00/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/ba/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:c9baa1a206d2237859d970d85347d0387bc90ad81a2ee102817e54b35a101c5a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/13/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3_package_write_ipk.tar.zst\nDEBUG: Searching for 4b/13/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4b/13/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3_package_write_ipk.tar.zst\nDEBUG: Testing URL file://4b/13/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '4b/13/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3_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://4b/13/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/13/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.7%3Ar0%3Acore2-64%3A12%3A4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3_package_write_ipk.tar.zst;downloadfilename=4b/13/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/79/sstate:tiff::4.6.0:r0::12:a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/0b/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://03/4f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/2f/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd_create_spdx.tar.zst\nDEBUG: Searching for 03/4f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/dd/2f/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 03/4f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0_create_package_spdx.tar.zst\nDEBUG: Using  for universal/dd/2f/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd_create_spdx.tar.zst\nDEBUG: Testing URL file://03/4f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/dd/2f/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd_create_spdx.tar.zst\nDEBUG: For url ['file', '', '03/4f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0_create_package_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/2f/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://03/4f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/4f/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A12%3A034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0_create_package_spdx.tar.zst;downloadfilename=03/4f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0_create_package_spdx.tar.zst\nDEBUG: For url file://universal/dd/2f/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/2f/sstate%3Aupdate-rc.d-native%3Ax86_64-linux%3A0.8%2Bgit%3Ar0%3Ax86_64%3A12%3Add2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd_create_spdx.tar.zst;downloadfilename=universal/dd/2f/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/79/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/79/f2/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/6f/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204_create_spdx.tar.zst\nDEBUG: Searching for universal/79/f2/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4c/6f/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/79/f2/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b_create_spdx.tar.zst\nDEBUG: Using  for 4c/6f/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/79/f2/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b_create_spdx.tar.zst\nDEBUG: Testing URL file://4c/6f/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/79/f2/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4c/6f/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204_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/79/f2/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/f2/sstate%3Aicu-native%3Ax86_64-linux%3A75-1%3Ar0%3Ax86_64%3A12%3A79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b_create_spdx.tar.zst;downloadfilename=universal/79/f2/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b_create_spdx.tar.zst\nDEBUG: For url file://4c/6f/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/6f/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204_create_spdx.tar.zst;downloadfilename=4c/6f/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://76/25/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://08/e3/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/96/17/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:9617e4ead87ff07626ff3152b461e9d22ca2c67fe04d8b8d74deb2c2ebc196f5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 08/e3/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b7/ef/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa_create_package_spdx.tar.zst\nDEBUG: Using  for 08/e3/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547_package_write_ipk.tar.zst\nDEBUG: Searching for b7/ef/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://08/e3/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547_package_write_ipk.tar.zst\nDEBUG: Using  for b7/ef/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '08/e3/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547_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://b7/ef/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa_create_package_spdx.tar.zst\nDEBUG: For url file://08/e3/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/e3/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547_package_write_ipk.tar.zst;downloadfilename=08/e3/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'b7/ef/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b7/ef/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/ef/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2024.1%3Ar0%3Acore2-64%3A12%3Ab7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa_create_package_spdx.tar.zst;downloadfilename=b7/ef/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://41/79/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/ed/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450_package_write_rpm.tar.zst\nDEBUG: Searching for d6/ed/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://03/4f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0_create_package_spdx.tar.zst\nDEBUG: Using  for d6/ed/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/2f/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://14/94/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a_package_write_deb.tar.zst\nDEBUG: Testing URL file://d6/ed/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://25/47/sstate:git-native::2.45.2:r0::12:2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901_populate_lic.tar.zst\nDEBUG: Searching for 14/94/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd6/ed/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 25/47/sstate:git-native::2.45.2:r0::12:2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 14/94/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a_package_write_deb.tar.zst\nDEBUG: For url file://d6/ed/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/ed/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3Ad6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450_package_write_rpm.tar.zst;downloadfilename=d6/ed/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450_package_write_rpm.tar.zst\nDEBUG: Using  for 25/47/sstate:git-native::2.45.2:r0::12:2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901_populate_lic.tar.zst\nDEBUG: Testing URL file://14/94/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a_package_write_deb.tar.zst\nDEBUG: Testing URL file://25/47/sstate:git-native::2.45.2:r0::12:2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901_populate_lic.tar.zst\nDEBUG: For url ['file', '', '14/94/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a_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', '', '25/47/sstate:git-native::2.45.2:r0::12:2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901_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/94/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/94/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A12%3A14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a_package_write_deb.tar.zst;downloadfilename=14/94/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a_package_write_deb.tar.zst\nDEBUG: For url file://25/47/sstate:git-native::2.45.2:r0::12:2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/47/sstate%3Agit-native%3A%3A2.45.2%3Ar0%3A%3A12%3A2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901_populate_lic.tar.zst;downloadfilename=25/47/sstate:git-native::2.45.2:r0::12:2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/13/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:4b139b6cdc917308d03ea20a210c846b6637ea42cada35fd0ae7120aff3d33a3_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/79/f2/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/81/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/aa/89/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616_create_package_spdx.tar.zst\nDEBUG: Searching for 9f/81/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/aa/89/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9f/81/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242_create_package_spdx.tar.zst\nDEBUG: Using  for universal/aa/89/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616_create_package_spdx.tar.zst\nDEBUG: Testing URL file://9f/81/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/aa/89/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '9f/81/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/aa/89/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9f/81/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/81/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242_create_package_spdx.tar.zst;downloadfilename=9f/81/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242_create_package_spdx.tar.zst\nDEBUG: For url file://universal/aa/89/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/aa/89/sstate%3Ahelp2man-native%3Ax86_64-linux%3A1.49.3%3Ar0%3Ax86_64%3A12%3Aaa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616_create_package_spdx.tar.zst;downloadfilename=universal/aa/89/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/ed/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/69/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210_recipe_qa.tar.zst\nDEBUG: Searching for 4c/69/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4c/69/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210_recipe_qa.tar.zst\nDEBUG: Testing URL file://4c/69/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4c/69/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210_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/69/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/69/sstate%3Amesa%3Acore2-64-poky-linux%3A24.0.7%3Ar0%3Acore2-64%3A12%3A4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210_recipe_qa.tar.zst;downloadfilename=4c/69/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://db/00/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://da/a4/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:daa41d9a3442e9418c16b7a4181e137dc846b384d69146583fb81a3670ed6f42_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/83/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://89/31/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a_packagedata.tar.zst\nDEBUG: Searching for f2/83/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 89/31/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f2/83/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135_package_write_ipk.tar.zst\nDEBUG: Using  for 89/31/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a_packagedata.tar.zst\nDEBUG: Testing URL file://f2/83/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135_package_write_ipk.tar.zst\nDEBUG: Testing URL file://89/31/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f2/83/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135_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', '', '89/31/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f2/83/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/83/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Af283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135_package_write_ipk.tar.zst;downloadfilename=f2/83/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135_package_write_ipk.tar.zst\nDEBUG: For url file://89/31/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/31/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A12%3A893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a_packagedata.tar.zst;downloadfilename=89/31/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://14/94/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:14948e9b58f7ed13a8cc117972da0bb644dd94c0b5f294cf9e6ca498223f100a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/66/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625_create_spdx.tar.zst\nDEBUG: Searching for 3a/66/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3a/66/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://08/e3/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:08e335c24601968e8d0889b6a0d5d65270ea7b750d38feec1ffdd97f5b39d547_package_write_ipk.tar.zst\nDEBUG: Testing URL file://3a/66/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://01/63/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3a/66/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 01/63/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3a/66/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/66/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625_create_spdx.tar.zst;downloadfilename=3a/66/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625_create_spdx.tar.zst\nDEBUG: Using  for 01/63/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://01/63/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '01/63/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227_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/aa/89/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616_create_package_spdx.tar.zst\nDEBUG: For url file://01/63/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/63/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A12%3A0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227_deploy_source_date_epoch.tar.zst;downloadfilename=01/63/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://25/47/sstate:git-native::2.45.2:r0::12:2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/33/sstate:groff-native::1.23.0:r0::12:4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://92/c2/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939_package_qa.tar.zst\nDEBUG: Searching for 4a/33/sstate:groff-native::1.23.0:r0::12:4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3e/38/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce_create_spdx.tar.zst\nDEBUG: Searching for 92/c2/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4a/33/sstate:groff-native::1.23.0:r0::12:4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/34/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:e334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 92/c2/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939_package_qa.tar.zst\nDEBUG: Testing URL file://4a/33/sstate:groff-native::1.23.0:r0::12:4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9_populate_lic.tar.zst\nDEBUG: Searching for e3/34/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:e334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://92/c2/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939_package_qa.tar.zst\nDEBUG: For url ['file', '', '4a/33/sstate:groff-native::1.23.0:r0::12:4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e3/34/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:e334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '92/c2/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4a/33/sstate:groff-native::1.23.0:r0::12:4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/33/sstate%3Agroff-native%3A%3A1.23.0%3Ar0%3A%3A12%3A4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9_populate_lic.tar.zst;downloadfilename=4a/33/sstate:groff-native::1.23.0:r0::12:4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9_populate_lic.tar.zst\nDEBUG: Testing URL file://e3/34/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:e334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://92/c2/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/c2/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.6%3Ar0%3Acore2-64%3A12%3A92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939_package_qa.tar.zst;downloadfilename=92/c2/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e3/34/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:e334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138_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/34/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:e334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/34/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.36%3Ar0%3Aallarch%3A12%3Ae334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138_deploy_source_date_epoch.tar.zst;downloadfilename=e3/34/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:e334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/69/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://57/d9/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://89/31/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a_packagedata.tar.zst\nDEBUG: Searching for 57/d9/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4d/37/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db_recipe_qa.tar.zst\nDEBUG: Using  for 57/d9/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0_package_write_ipk.tar.zst\nDEBUG: Searching for 4d/37/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://57/d9/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0_package_write_ipk.tar.zst\nDEBUG: Using  for 4d/37/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '57/d9/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0_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://4d/37/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db_recipe_qa.tar.zst\nDEBUG: For url file://57/d9/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/d9/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A12%3A57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0_package_write_ipk.tar.zst;downloadfilename=57/d9/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '4d/37/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4d/37/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/37/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A12%3A4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db_recipe_qa.tar.zst;downloadfilename=4d/37/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/83/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f283940b74aad90013f42f47c3da7cb392904244ea2eefb9cb11bdccee7dd135_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://01/63/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:0163b5ac85fd0f4dddd4067f3652e0958d0cd0b11d7afe0ed9fdc9632d7f3227_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/ca/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/a2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25_create_package_spdx.tar.zst\nDEBUG: Searching for 0a/ca/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2f/a2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0a/ca/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8_package_write_deb.tar.zst\nDEBUG: Using  for 2f/a2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25_create_package_spdx.tar.zst\nDEBUG: Testing URL file://0a/ca/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8_package_write_deb.tar.zst\nDEBUG: Testing URL file://2f/a2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '0a/ca/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8_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', '', '2f/a2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0a/ca/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/ca/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A12%3A0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8_package_write_deb.tar.zst;downloadfilename=0a/ca/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8_package_write_deb.tar.zst\nDEBUG: For url file://2f/a2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/a2/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A12%3A2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25_create_package_spdx.tar.zst;downloadfilename=2f/a2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/b9/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:40b988b2b416d7067dc1a582df896465b85ab500f2d65769dcc425785a0a1448_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/99/ea/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817_create_spdx.tar.zst\nDEBUG: Searching for universal/99/ea/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/99/ea/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/99/ea/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/99/ea/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817_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/99/ea/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/99/ea/sstate%3Aattr-native%3Ax86_64-linux%3A2.5.2%3Ar0%3Ax86_64%3A12%3A99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817_create_spdx.tar.zst;downloadfilename=universal/99/ea/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/34/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:e334fe8f091a5aaa6bbeb34ea5df16396e18e01617672c21d78ee076a0e91138_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/81/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069_populate_sysroot.tar.zst\nDEBUG: Searching for 9f/81/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9f/81/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9f/81/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9f/81/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069_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/81/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/81/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A12%3A9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069_populate_sysroot.tar.zst;downloadfilename=9f/81/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://36/85/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0c/28/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9_create_spdx.tar.zst\nDEBUG: Searching for universal/0c/28/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/0c/28/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/0c/28/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/0c/28/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9_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/0c/28/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0c/28/sstate%3Aacl-native%3Ax86_64-linux%3A2.3.2%3Ar0%3Ax86_64%3A12%3A0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9_create_spdx.tar.zst;downloadfilename=universal/0c/28/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/99/ea/sstate:attr-native:x86_64-linux:2.5.2:r0:x86_64:12:99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://22/26/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7_populate_sysroot.tar.zst\nDEBUG: Searching for 22/26/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 22/26/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://22/26/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '22/26/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7_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/26/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/26/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.5%3Ar0%3Acore2-64%3A12%3A2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7_populate_sysroot.tar.zst;downloadfilename=22/26/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0c/28/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e0/0d/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:e00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/e0/0d/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:e00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e0/0d/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:e00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e0/0d/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:e00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/e0/0d/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:e00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144_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/0d/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:e00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/0d/sstate%3Ahelp2man-native%3Ax86_64-linux%3A1.49.3%3Ar0%3Ax86_64%3A12%3Ae00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e0/0d/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:e00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/37/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/7b/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451_create_package_spdx.tar.zst\nDEBUG: Searching for ad/7b/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ad/7b/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ad/7b/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ad/7b/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ad/7b/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/7b/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A12%3Aad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451_create_package_spdx.tar.zst;downloadfilename=ad/7b/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/33/sstate:groff-native::1.23.0:r0::12:4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for bf/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bf/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bf/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'bf/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_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://bf/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/ea/sstate%3Aglib-2.0-initial%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3Abfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst;downloadfilename=bf/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://92/c2/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/6f/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://22/26/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:2226110da56639925656f16d0cbafa6bc1a25f41274c0fb1394ef2548e214ef7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://92/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/7f/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://52/d7/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc_package_qa.tar.zst\nDEBUG: Searching for 92/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cf/7f/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 52/d7/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 92/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93_package_qa.tar.zst\nDEBUG: Using  for cf/7f/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605_create_package_spdx.tar.zst\nDEBUG: Using  for 52/d7/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc_package_qa.tar.zst\nDEBUG: Testing URL file://92/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93_package_qa.tar.zst\nDEBUG: Testing URL file://cf/7f/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605_create_package_spdx.tar.zst\nDEBUG: Testing URL file://52/d7/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc_package_qa.tar.zst\nDEBUG: For url ['file', '', '92/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cf/7f/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '52/d7/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://92/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/2c/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.7.0%3Ar0%3Acore2-64%3A12%3A922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93_package_qa.tar.zst;downloadfilename=92/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93_package_qa.tar.zst\nDEBUG: For url file://cf/7f/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/7f/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A12%3Acf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605_create_package_spdx.tar.zst;downloadfilename=cf/7f/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605_create_package_spdx.tar.zst\nDEBUG: For url file://52/d7/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/d7/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.5.1%3Ar0%3Acore2-64%3A12%3A52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc_package_qa.tar.zst;downloadfilename=52/d7/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e0/0d/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:e00d1766635f303aab25b409579ff7173be534c696cd397ff4fd00d30eff2144_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cb/c6/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:cbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83_populate_sysroot.tar.zst\nDEBUG: Searching for universal/cb/c6/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:cbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/cb/c6/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:cbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/cb/c6/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:cbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/cb/c6/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:cbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83_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/cb/c6/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:cbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cb/c6/sstate%3Apython3-hatch-fancy-pypi-readme-native%3Ax86_64-linux%3A24.1.0%3Ar0%3Ax86_64%3A12%3Acbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83_populate_sysroot.tar.zst;downloadfilename=universal/cb/c6/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:cbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/ea/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:bfea3f76af6844806f17c53cd9f2ae19ce671bfa478eeb775d196bd8731756e2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/81/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:9f816deefdccbd1be655f843c72ab2dab2403d209905018d1ec91e9d35b1e069_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/47/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/b0/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:cdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ff/47/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cd/b0/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:cdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ff/47/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a_populate_sysroot.tar.zst\nDEBUG: Using  for cd/b0/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:cdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ff/47/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cd/b0/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:cdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ff/47/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a_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/b0/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:cdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa_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://ff/47/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/47/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3Aff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a_populate_sysroot.tar.zst;downloadfilename=ff/47/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a_populate_sysroot.tar.zst\nDEBUG: For url file://cd/b0/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:cdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/b0/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Acdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa_deploy_source_date_epoch.tar.zst;downloadfilename=cd/b0/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:cdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/81/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/ef/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8b/2d/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/1e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd_package_qa.tar.zst\nDEBUG: Searching for universal/8b/2d/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a2/1e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/8b/2d/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3_create_spdx.tar.zst\nDEBUG: Using  for a2/1e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd_package_qa.tar.zst\nDEBUG: Testing URL file://universal/8b/2d/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3_create_spdx.tar.zst\nDEBUG: Testing URL file://a2/1e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/8b/2d/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3_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/1e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd_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/8b/2d/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/2d/sstate%3Apython3-toml-native%3Ax86_64-linux%3A0.10.2%3Ar0%3Ax86_64%3A12%3A8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3_create_spdx.tar.zst;downloadfilename=universal/8b/2d/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3_create_spdx.tar.zst\nDEBUG: For url file://a2/1e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/1e/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A12%3Aa21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd_package_qa.tar.zst;downloadfilename=a2/1e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://92/2c/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/48/sstate:rpm::4.19.1.1:r0::12:ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f_populate_lic.tar.zst\nDEBUG: Searching for ed/48/sstate:rpm::4.19.1.1:r0::12:ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ed/48/sstate:rpm::4.19.1.1:r0::12:ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f_populate_lic.tar.zst\nDEBUG: Testing URL file://ed/48/sstate:rpm::4.19.1.1:r0::12:ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ed/48/sstate:rpm::4.19.1.1:r0::12:ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f_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/48/sstate:rpm::4.19.1.1:r0::12:ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/48/sstate%3Arpm%3A%3A4.19.1.1%3Ar0%3A%3A12%3Aed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f_populate_lic.tar.zst;downloadfilename=ed/48/sstate:rpm::4.19.1.1:r0::12:ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/7f/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/09/36/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a_create_package_spdx.tar.zst\nDEBUG: Searching for universal/09/36/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/09/36/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/09/36/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/09/36/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/09/36/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/09/36/sstate%3Arust-llvm-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3A0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a_create_package_spdx.tar.zst;downloadfilename=universal/09/36/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cb/c6/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:cbc6fbd0979ed8a00b666522c44191eef3787d76be0ae8d6bad31869c79c2a83_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/71/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99_recipe_qa.tar.zst\nDEBUG: Searching for f7/71/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f7/71/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99_recipe_qa.tar.zst\nDEBUG: Testing URL file://f7/71/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f7/71/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f7/71/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/71/sstate%3Ashadow-sysroot%3Acore2-64-poky-linux%3A4.6%3Ar0%3Acore2-64%3A12%3Af77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99_recipe_qa.tar.zst;downloadfilename=f7/71/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/47/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:ff47bb6d87056db0bbcba22aebad6cf89bd16db4dbe678a720219e34a85c057a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/ed/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c_packagedata.tar.zst\nDEBUG: Searching for 9a/ed/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9a/ed/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c_packagedata.tar.zst\nDEBUG: Testing URL file://9a/ed/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c_packagedata.tar.zst\nDEBUG: For url ['file', '', '9a/ed/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9a/ed/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/ed/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.13%3Ar0%3Acore2-64%3A12%3A9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c_packagedata.tar.zst;downloadfilename=9a/ed/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8b/2d/sstate:python3-toml-native:x86_64-linux:0.10.2:r0:x86_64:12:8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/8d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f_package_write_ipk.tar.zst\nDEBUG: Searching for ff/8d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ff/8d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ff/8d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ff/8d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f_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://ff/8d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/8d/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A12%3Aff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f_package_write_ipk.tar.zst;downloadfilename=ff/8d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://57/d9/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:57d9536f65d0ab64e60123f088e8dad83e4d61ff631fc210166e18cd632f9cf0_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://de/f0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444_create_spdx.tar.zst\nDEBUG: Searching for de/f0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for de/f0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444_create_spdx.tar.zst\nDEBUG: Testing URL file://de/f0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'de/f0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444_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/f0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/f0/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A12%3Adef002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444_create_spdx.tar.zst;downloadfilename=de/f0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/09/36/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/a2/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/2a/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/41/f7/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0_recipe_qa.tar.zst\nDEBUG: Searching for universal/f6/2a/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/41/f7/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f6/2a/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186_recipe_qa.tar.zst\nDEBUG: Using  for universal/41/f7/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/f6/2a/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/41/f7/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f6/2a/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186_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/41/f7/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0_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/f6/2a/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/2a/sstate%3Alibxrandr-native%3Ax86_64-linux%3A1.5.4%3Ar0%3Ax86_64%3A12%3Af62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186_recipe_qa.tar.zst;downloadfilename=universal/f6/2a/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186_recipe_qa.tar.zst\nDEBUG: For url file://universal/41/f7/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/41/f7/sstate%3Apython3-setuptools-scm-native%3Ax86_64-linux%3A8.1.0%3Ar0%3Ax86_64%3A12%3A41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0_recipe_qa.tar.zst;downloadfilename=universal/41/f7/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/71/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/ed/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/b0/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:cdb05d1419ae3ae8deef77ada4029580e0330a9ddba8dce3ba60044aa982fefa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e7/af/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://84/ba/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/e7/af/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 84/ba/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7c/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e7/af/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4_populate_sysroot.tar.zst\nDEBUG: Using  for 84/ba/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d_package_write_deb.tar.zst\nDEBUG: Using  for 7c/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e7/af/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://84/ba/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d_package_write_deb.tar.zst\nDEBUG: Testing URL file://7c/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/e7/af/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '84/ba/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d_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', '', '7c/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_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/e7/af/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/af/sstate%3Apython3-native%3Ax86_64-linux%3A3.12.4%3Ar0%3Ax86_64%3A12%3Ae7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4_populate_sysroot.tar.zst;downloadfilename=universal/e7/af/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4_populate_sysroot.tar.zst\nDEBUG: For url file://84/ba/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/ba/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.22.0%3Ar0%3Acore2-64%3A12%3A84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d_package_write_deb.tar.zst;downloadfilename=84/ba/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d_package_write_deb.tar.zst\nDEBUG: For url file://7c/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/69/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst;downloadfilename=7c/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://52/d7/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/1e/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e5/71/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/f7/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/8d/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:ff8db9d31bf63b65061a1db42c215e577beff7b780125f4cd1c9097d7811938f_package_write_ipk.tar.zst\nDEBUG: Searching for universal/e5/71/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c1/f7/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://38/09/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea_package.tar.zst\nDEBUG: Using  for universal/e5/71/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463_populate_sysroot.tar.zst\nDEBUG: Using  for c1/f7/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f_package_qa.tar.zst\nDEBUG: Searching for 38/09/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/e5/71/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c1/f7/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f_package_qa.tar.zst\nDEBUG: Using  for 38/09/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea_package.tar.zst\nDEBUG: Testing URL file://38/09/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea_package.tar.zst\nDEBUG: For url ['file', '', 'c1/f7/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f_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/e5/71/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '38/09/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c1/f7/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/f7/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ac1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f_package_qa.tar.zst;downloadfilename=c1/f7/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f_package_qa.tar.zst\nDEBUG: For url file://universal/e5/71/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e5/71/sstate%3Alibtool-native%3Ax86_64-linux%3A2.5.0%3Ar0%3Ax86_64%3A12%3Ae5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463_populate_sysroot.tar.zst;downloadfilename=universal/e5/71/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463_populate_sysroot.tar.zst\nDEBUG: For url file://38/09/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/09/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea_package.tar.zst;downloadfilename=38/09/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/ca/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:0aca734608327df10aaee471bd9e5934db437ee2355e7a7c3b6de3c8010bd4a8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/41/f7/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/4a/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/2a/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/48/sstate:rpm::4.19.1.1:r0::12:ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/17/9a/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a_recipe_qa.tar.zst\nDEBUG: Searching for 2d/4a/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://83/42/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e_packagedata.tar.zst\nDEBUG: Searching for universal/17/9a/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2d/4a/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4_package_write_rpm.tar.zst\nDEBUG: Searching for 83/42/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for dc/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/17/9a/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a_recipe_qa.tar.zst\nDEBUG: Testing URL file://2d/4a/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4_package_write_rpm.tar.zst\nDEBUG: Using  for 83/42/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77_recipe_qa.tar.zst\nDEBUG: Using  for dc/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e_packagedata.tar.zst\nDEBUG: Testing URL file://universal/17/9a/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2d/4a/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4_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://83/42/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77_recipe_qa.tar.zst\nDEBUG: Testing URL file://dc/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/17/9a/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2d/4a/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/4a/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A12%3A2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4_package_write_rpm.tar.zst;downloadfilename=2d/4a/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '83/42/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77_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/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/17/9a/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/17/9a/sstate%3Apython3-flit-core-native%3Ax86_64-linux%3A3.9.0%3Ar0%3Ax86_64%3A12%3A179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a_recipe_qa.tar.zst;downloadfilename=universal/17/9a/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a_recipe_qa.tar.zst\nDEBUG: For url file://83/42/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/42/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A12%3A8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77_recipe_qa.tar.zst;downloadfilename=83/42/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://84/ba/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:84ba95efdea00fd3d428484efb6363aec85763c05e06296edd98fc500cd04f5d_package_write_deb.tar.zst\nDEBUG: For url file://dc/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/79/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.14.0%3Ar0%3Acore2-64%3A12%3Adc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e_packagedata.tar.zst;downloadfilename=dc/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/69/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/66/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e7/af/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://44/44/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/8d/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://38/09/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3809862427b0acda8296b9c5bd467b9bb44475fb9686da1f52b83904cbdc40ea_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/7b/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/c6/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:d3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df_create_spdx.tar.zst\nDEBUG: Searching for 44/44/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/80/8d/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a3/a6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:a3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fd/93/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:fd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d3/c6/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:d3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bd/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 44/44/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111_create_spdx.tar.zst\nDEBUG: Using  for universal/80/8d/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4_populate_sysroot.tar.zst\nDEBUG: Searching for a3/a6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:a3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/fd/93/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:fd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d3/c6/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:d3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb_populate_sysroot.tar.zst\nDEBUG: Using  for bd/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df_create_spdx.tar.zst\nDEBUG: Testing URL file://44/44/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/80/8d/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4_populate_sysroot.tar.zst\nDEBUG: Using  for a3/a6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:a3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb_package_write_ipk.tar.zst\nDEBUG: Using  for universal/fd/93/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:fd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d3/c6/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:d3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://bd/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df_create_spdx.tar.zst\nDEBUG: For url ['file', '', '44/44/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111_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/80/8d/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a3/a6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:a3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/fd/93/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:fd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd3/c6/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:d3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bd/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://44/44/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/44/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A12%3A44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111_create_spdx.tar.zst;downloadfilename=44/44/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e5/71/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463_populate_sysroot.tar.zst\nDEBUG: For url file://universal/80/8d/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/8d/sstate%3Agit-native%3Ax86_64-linux%3A2.45.2%3Ar0%3Ax86_64%3A12%3A808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4_populate_sysroot.tar.zst;downloadfilename=universal/80/8d/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a3/a6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:a3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb_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', '', 'universal/fd/93/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:fd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2_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://d3/c6/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:d3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/c6/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Ad3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb_populate_sysroot.tar.zst;downloadfilename=d3/c6/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:d3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb_populate_sysroot.tar.zst\nDEBUG: For url file://bd/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/1a/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A12%3Abd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df_create_spdx.tar.zst;downloadfilename=bd/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/4a/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e1/d4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652_create_package_spdx.tar.zst\nDEBUG: For url file://a3/a6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:a3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/a6/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A12%3Aa3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb_package_write_ipk.tar.zst;downloadfilename=a3/a6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:a3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb_package_write_ipk.tar.zst\nDEBUG: For url file://universal/fd/93/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:fd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fd/93/sstate%3Apython3-hatch-vcs-native%3Ax86_64-linux%3A0.4.0%3Ar0%3Ax86_64%3A12%3Afd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2_deploy_source_date_epoch.tar.zst;downloadfilename=universal/fd/93/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:fd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/17/9a/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/ef/sstate:gpgme::1.23.2:r0::12:1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://83/42/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77_recipe_qa.tar.zst\nDEBUG: Searching for universal/e1/d4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://dc/79/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/df/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185_package_write_ipk.tar.zst\nDEBUG: Searching for 1a/ef/sstate:gpgme::1.23.2:r0::12:1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0b/d9/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d_package.tar.zst\nDEBUG: Using  for universal/e1/d4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/e9/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:b7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0_populate_sysroot.tar.zst\nDEBUG: Searching for 7f/df/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1a/ef/sstate:gpgme::1.23.2:r0::12:1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a_populate_lic.tar.zst\nDEBUG: Searching for 0b/d9/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/e1/d4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652_create_package_spdx.tar.zst\nDEBUG: Searching for b7/e9/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:b7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7f/df/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185_package_write_ipk.tar.zst\nDEBUG: Testing URL file://1a/ef/sstate:gpgme::1.23.2:r0::12:1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a_populate_lic.tar.zst\nDEBUG: Using  for 0b/d9/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d_package.tar.zst\nDEBUG: For url ['file', '', 'universal/e1/d4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b7/e9/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:b7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://7f/df/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '1a/ef/sstate:gpgme::1.23.2:r0::12:1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0b/d9/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d_package.tar.zst\nDEBUG: For url file://universal/e1/d4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e1/d4/sstate%3Adwarfsrcfiles-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3Ae1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652_create_package_spdx.tar.zst;downloadfilename=universal/e1/d4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b7/e9/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:b7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7f/df/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185_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://1a/ef/sstate:gpgme::1.23.2:r0::12:1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/ef/sstate%3Agpgme%3A%3A1.23.2%3Ar0%3A%3A12%3A1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a_populate_lic.tar.zst;downloadfilename=1a/ef/sstate:gpgme::1.23.2:r0::12:1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0b/d9/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b7/e9/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:b7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7f/df/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/df/sstate%3Aell%3Acore2-64-poky-linux%3A0.66%3Ar0%3Acore2-64%3A12%3A7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185_package_write_ipk.tar.zst;downloadfilename=7f/df/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185_package_write_ipk.tar.zst\nDEBUG: For url file://0b/d9/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/d9/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A12%3A0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d_package.tar.zst;downloadfilename=0b/d9/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d_package.tar.zst\nDEBUG: For url file://b7/e9/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:b7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/e9/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3Ab7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0_populate_sysroot.tar.zst;downloadfilename=b7/e9/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:b7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/80/8d/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:808daebe7acb82655e61d4ebb881e2da4e4bf3e2e629dfad0cd0a6e46754c4e4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://13/25/sstate:speex::1.2.1:r0::12:13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fd/93/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:fd93a17efd92bbc3bb8bb563f0ad3c27aad61c05275d0ed170627b243cdadaa2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 13/25/sstate:speex::1.2.1:r0::12:13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d3/51/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:d351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 13/25/sstate:speex::1.2.1:r0::12:13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1_populate_lic.tar.zst\nDEBUG: Searching for d3/51/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:d351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://13/25/sstate:speex::1.2.1:r0::12:13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1_populate_lic.tar.zst\nDEBUG: Using  for d3/51/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:d351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '13/25/sstate:speex::1.2.1:r0::12:13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d3/51/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:d351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://13/25/sstate:speex::1.2.1:r0::12:13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/25/sstate%3Aspeex%3A%3A1.2.1%3Ar0%3A%3A12%3A13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1_populate_lic.tar.zst;downloadfilename=13/25/sstate:speex::1.2.1:r0::12:13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd3/51/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:d351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272_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://d3/51/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:d351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/51/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Ad351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272_deploy_source_date_epoch.tar.zst;downloadfilename=d3/51/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:d351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/ef/sstate:gpgme::1.23.2:r0::12:1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e1/d4/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/f1/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/7a/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca_recipe_qa.tar.zst\nDEBUG: Searching for 7d/f1/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/10/7a/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7d/f1/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/10/7a/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca_recipe_qa.tar.zst\nDEBUG: Testing URL file://7d/f1/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/10/7a/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7d/f1/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa_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/10/7a/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca_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/f1/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/f1/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.2%3Ar0%3Acore2-64%3A12%3A7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa_deploy_source_date_epoch.tar.zst;downloadfilename=7d/f1/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/10/7a/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/7a/sstate%3Alibcap-ng-native%3Ax86_64-linux%3A0.8.5%3Ar0%3Ax86_64%3A12%3A107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca_recipe_qa.tar.zst;downloadfilename=universal/10/7a/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/d9/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:0bd93ed7cbd6c8d89d5719c9b8233c89112a8a2a728cc2c3ab8f9f3deab97a4d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/5f/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:cb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cb/5f/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:cb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cb/5f/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:cb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cb/5f/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:cb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cb/5f/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:cb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4_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/5f/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:cb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/5f/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.13%3Ar0%3Acore2-64%3A12%3Acb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4_deploy_source_date_epoch.tar.zst;downloadfilename=cb/5f/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:cb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/e9/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:b7e92d7d92e5392b96b857c802f60f53bc6b4d8aac945fef65f989dd27496ee0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/c8/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d_package_write_rpm.tar.zst\nDEBUG: Searching for eb/c8/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for eb/c8/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://eb/c8/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'eb/c8/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d_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://eb/c8/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/c8/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.1%3Ar0%3Acore2-64%3A12%3Aebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d_package_write_rpm.tar.zst;downloadfilename=eb/c8/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/e9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:8be9d08a322876a84aa32364107947cea2bfaac8d7ef3c196f84b4ac00e5c598_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/34/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f_package_write_deb.tar.zst\nDEBUG: Searching for 9d/34/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9d/34/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f_package_write_deb.tar.zst\nDEBUG: Testing URL file://9d/34/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9d/34/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f_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://9d/34/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/34/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A12%3A9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f_package_write_deb.tar.zst;downloadfilename=9d/34/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/f7/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/1a/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/69/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:cc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/87/80/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639_create_package_spdx.tar.zst\nDEBUG: Searching for cc/69/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:cc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/87/80/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cc/69/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:cc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/87/80/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639_create_package_spdx.tar.zst\nDEBUG: Testing URL file://cc/69/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:cc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/87/80/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'cc/69/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:cc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e_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/87/80/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cc/69/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:cc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/69/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A12%3Acc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e_deploy_source_date_epoch.tar.zst;downloadfilename=cc/69/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:cc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/87/80/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/87/80/sstate%3Ago-cross-core2-64%3Ax86_64-poky-linux%3A1.22.4%3Ar0%3Ax86_64%3A12%3A87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639_create_package_spdx.tar.zst;downloadfilename=universal/87/80/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/10/7a/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/a6/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:a3a61e4984ec1c2f507e24ff39268082520b9cd7421b64cdb37f07a4b76437eb_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/a0/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/43/sstate:mtdev::1.1.7:r0::12:3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8_populate_lic.tar.zst\nDEBUG: Searching for ab/a0/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3e/43/sstate:mtdev::1.1.7:r0::12:3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ab/a0/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: Using  for 3e/43/sstate:mtdev::1.1.7:r0::12:3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8_populate_lic.tar.zst\nDEBUG: Testing URL file://ab/a0/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: Testing URL file://3e/43/sstate:mtdev::1.1.7:r0::12:3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ab/a0/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3e/43/sstate:mtdev::1.1.7:r0::12:3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ab/a0/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/a0/sstate%3Alibgcc-initial%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Aaba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst;downloadfilename=ab/a0/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: For url file://3e/43/sstate:mtdev::1.1.7:r0::12:3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/43/sstate%3Amtdev%3A%3A1.1.7%3Ar0%3A%3A12%3A3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8_populate_lic.tar.zst;downloadfilename=3e/43/sstate:mtdev::1.1.7:r0::12:3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/51/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:d351bc017c189c7eb8c8fcb1d5ed58a4c941f2a5f1e731c568a72d9fd4874272_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://de/f0/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://13/25/sstate:speex::1.2.1:r0::12:13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://53/f7/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://50/38/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/63/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 53/f7/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 50/38/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a2/63/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 53/f7/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139_recipe_qa.tar.zst\nDEBUG: Using  for 50/38/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3_package_write_ipk.tar.zst\nDEBUG: Using  for a2/63/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://53/f7/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139_recipe_qa.tar.zst\nDEBUG: Testing URL file://50/38/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3_package_write_ipk.tar.zst\nDEBUG: Testing URL file://a2/63/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '53/f7/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '50/38/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3_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', '', 'a2/63/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829_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/f7/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/f7/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139_recipe_qa.tar.zst;downloadfilename=53/f7/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139_recipe_qa.tar.zst\nDEBUG: For url file://50/38/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/38/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A12%3A503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3_package_write_ipk.tar.zst;downloadfilename=50/38/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3_package_write_ipk.tar.zst\nDEBUG: For url file://a2/63/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/63/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.34.0%3Ar0%3Acore2-64%3A12%3Aa263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829_deploy_source_date_epoch.tar.zst;downloadfilename=a2/63/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/69/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:cc69d5b4e45df96480f7db9576ca2350f14e8298a5d233d8a06036ad287a484e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/40/29/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284_recipe_qa.tar.zst\nDEBUG: Searching for universal/40/29/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/40/29/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/40/29/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/40/29/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284_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/40/29/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/40/29/sstate%3Alibarchive-native%3Ax86_64-linux%3A3.7.4%3Ar0%3Ax86_64%3A12%3A402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284_recipe_qa.tar.zst;downloadfilename=universal/40/29/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/43/sstate:mtdev::1.1.7:r0::12:3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/a8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80_create_package_spdx.tar.zst\nDEBUG: Searching for f0/a8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f0/a8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f0/a8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f0/a8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f0/a8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/a8/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Af0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80_create_package_spdx.tar.zst;downloadfilename=f0/a8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://53/f7/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/fc/sstate:python3-markupsafe::2.1.5:r0::12:edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46_populate_lic.tar.zst\nDEBUG: Searching for ed/fc/sstate:python3-markupsafe::2.1.5:r0::12:edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ed/fc/sstate:python3-markupsafe::2.1.5:r0::12:edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46_populate_lic.tar.zst\nDEBUG: Testing URL file://ed/fc/sstate:python3-markupsafe::2.1.5:r0::12:edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ed/fc/sstate:python3-markupsafe::2.1.5:r0::12:edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46_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/fc/sstate:python3-markupsafe::2.1.5:r0::12:edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/fc/sstate%3Apython3-markupsafe%3A%3A2.1.5%3Ar0%3A%3A12%3Aedfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46_populate_lic.tar.zst;downloadfilename=ed/fc/sstate:python3-markupsafe::2.1.5:r0::12:edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/40/29/sstate:libarchive-native:x86_64-linux:3.7.4:r0:x86_64:12:402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/da/53/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557_create_package_spdx.tar.zst\nDEBUG: Searching for universal/da/53/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/da/53/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/da/53/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/da/53/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/da/53/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/da/53/sstate%3Adnf-native%3Ax86_64-linux%3A4.20.0%3Ar0%3Ax86_64%3A12%3Ada53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557_create_package_spdx.tar.zst;downloadfilename=universal/da/53/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/5f/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:cb5fd4323744d336ae2e991d1e55891e4eb7d200d8435461ba87049a92400bb4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://44/44/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://14/d6/sstate:unfs3-native::0.10.0:r0::12:14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/22/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159_packagedata.tar.zst\nDEBUG: Searching for 14/d6/sstate:unfs3-native::0.10.0:r0::12:14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fa/22/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 14/d6/sstate:unfs3-native::0.10.0:r0::12:14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594_populate_lic.tar.zst\nDEBUG: Using  for fa/22/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159_packagedata.tar.zst\nDEBUG: Testing URL file://14/d6/sstate:unfs3-native::0.10.0:r0::12:14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594_populate_lic.tar.zst\nDEBUG: Testing URL file://fa/22/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159_packagedata.tar.zst\nDEBUG: For url ['file', '', '14/d6/sstate:unfs3-native::0.10.0:r0::12:14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fa/22/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://14/d6/sstate:unfs3-native::0.10.0:r0::12:14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/d6/sstate%3Aunfs3-native%3A%3A0.10.0%3Ar0%3A%3A12%3A14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594_populate_lic.tar.zst;downloadfilename=14/d6/sstate:unfs3-native::0.10.0:r0::12:14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594_populate_lic.tar.zst\nDEBUG: For url file://fa/22/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/22/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Afa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159_packagedata.tar.zst;downloadfilename=fa/22/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/a0/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/c6/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:d3c65bdc5a5fbaf0a5c2f2737b292cf8b24509322c1004a7f93b18e7b3aa66cb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://36/db/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/f0/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e_packagedata.tar.zst\nDEBUG: Searching for 36/db/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a8/f0/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 36/db/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6_package_write_ipk.tar.zst\nDEBUG: Using  for a8/f0/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e_packagedata.tar.zst\nDEBUG: Testing URL file://36/db/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6_package_write_ipk.tar.zst\nDEBUG: Testing URL file://a8/f0/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e_packagedata.tar.zst\nDEBUG: For url ['file', '', '36/db/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6_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', '', 'a8/f0/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://36/db/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/db/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A12%3A36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6_package_write_ipk.tar.zst;downloadfilename=36/db/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6_package_write_ipk.tar.zst\nDEBUG: For url file://a8/f0/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/f0/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Aa8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e_packagedata.tar.zst;downloadfilename=a8/f0/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/fc/sstate:python3-markupsafe::2.1.5:r0::12:edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/26/19/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05_create_package_spdx.tar.zst\nDEBUG: Searching for universal/26/19/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/26/19/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/26/19/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/26/19/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/26/19/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/26/19/sstate%3Agconf-native%3Ax86_64-linux%3A3.2.6%3Ar0%3Ax86_64%3A12%3A261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05_create_package_spdx.tar.zst;downloadfilename=universal/26/19/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://14/d6/sstate:unfs3-native::0.10.0:r0::12:14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/86/30/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858_create_package_spdx.tar.zst\nDEBUG: Searching for universal/86/30/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/86/30/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/22/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159_packagedata.tar.zst\nDEBUG: Testing URL file://universal/86/30/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/da/53/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/f4/sstate:python3-jinja2::3.1.4:r0::12:1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/86/30/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858_create_package_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://71/82/sstate:xrestop::0.4:r0::12:718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad_populate_lic.tar.zst\nDEBUG: Searching for 1f/f4/sstate:python3-jinja2::3.1.4:r0::12:1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/86/30/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/86/30/sstate%3Alibxft-native%3Ax86_64-linux%3A2.3.8%3Ar0%3Ax86_64%3A12%3A86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858_create_package_spdx.tar.zst;downloadfilename=universal/86/30/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858_create_package_spdx.tar.zst\nDEBUG: Searching for 71/82/sstate:xrestop::0.4:r0::12:718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1f/f4/sstate:python3-jinja2::3.1.4:r0::12:1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6_populate_lic.tar.zst\nDEBUG: Using  for 71/82/sstate:xrestop::0.4:r0::12:718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad_populate_lic.tar.zst\nDEBUG: Testing URL file://1f/f4/sstate:python3-jinja2::3.1.4:r0::12:1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6_populate_lic.tar.zst\nDEBUG: Testing URL file://71/82/sstate:xrestop::0.4:r0::12:718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1f/f4/sstate:python3-jinja2::3.1.4:r0::12:1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '71/82/sstate:xrestop::0.4:r0::12:718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad_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/f4/sstate:python3-jinja2::3.1.4:r0::12:1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/f4/sstate%3Apython3-jinja2%3A%3A3.1.4%3Ar0%3A%3A12%3A1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6_populate_lic.tar.zst;downloadfilename=1f/f4/sstate:python3-jinja2::3.1.4:r0::12:1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6_populate_lic.tar.zst\nDEBUG: For url file://71/82/sstate:xrestop::0.4:r0::12:718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/82/sstate%3Axrestop%3A%3A0.4%3Ar0%3A%3A12%3A718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad_populate_lic.tar.zst;downloadfilename=71/82/sstate:xrestop::0.4:r0::12:718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/f1/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:7df1b8067a14ab31c32c96f14018567c894551e86b7d540528e433973e9c6eaa_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://50/38/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:503820cb09681fd42b37871499d0a533a7aceed8d54f2160fe93f2447a7183c3_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/97/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://27/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0_package.tar.zst\nDEBUG: Searching for 3b/97/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 27/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3b/97/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53_recipe_qa.tar.zst\nDEBUG: Using  for 27/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0_package.tar.zst\nDEBUG: Testing URL file://3b/97/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53_recipe_qa.tar.zst\nDEBUG: Testing URL file://27/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0_package.tar.zst\nDEBUG: For url ['file', '', '3b/97/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53_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/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3b/97/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/97/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53_recipe_qa.tar.zst;downloadfilename=3b/97/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53_recipe_qa.tar.zst\nDEBUG: For url file://27/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/4c/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A12%3A274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0_package.tar.zst;downloadfilename=27/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/f0/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/df/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:7fdfff099e17761d5fb16f2a6698787bd4b5db0f3e7fe13af1474e2c9b866185_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://94/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/98/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:e098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510_package.tar.zst\nDEBUG: Searching for 94/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e0/98/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:e098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 94/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08_create_spdx.tar.zst\nDEBUG: Using  for e0/98/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:e098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510_package.tar.zst\nDEBUG: Testing URL file://94/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08_create_spdx.tar.zst\nDEBUG: Testing URL file://e0/98/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:e098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510_package.tar.zst\nDEBUG: For url ['file', '', '94/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08_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/98/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:e098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://94/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/ed/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A12%3A94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08_create_spdx.tar.zst;downloadfilename=94/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08_create_spdx.tar.zst\nDEBUG: For url file://e0/98/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:e098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/98/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A12%3Ae098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510_package.tar.zst;downloadfilename=e0/98/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:e098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/26/19/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/a3/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:5ea377c552c6c740121be276e2af5da876a7b9a1066ac2c9c330cc2eab2f593e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/20/1c/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bf/46/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1_create_spdx.tar.zst\nDEBUG: Searching for universal/20/1c/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/bf/46/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/20/1c/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d_recipe_qa.tar.zst\nDEBUG: Using  for universal/bf/46/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/20/1c/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/bf/46/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/20/1c/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d_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/bf/46/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1_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/20/1c/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/20/1c/sstate%3Abc-native%3Ax86_64-linux%3A1.07.1%3Ar0%3Ax86_64%3A12%3A201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d_recipe_qa.tar.zst;downloadfilename=universal/20/1c/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d_recipe_qa.tar.zst\nDEBUG: For url file://universal/bf/46/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/46/sstate%3Agconf-native%3Ax86_64-linux%3A3.2.6%3Ar0%3Ax86_64%3A12%3Abf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1_create_spdx.tar.zst;downloadfilename=universal/bf/46/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/86/30/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/c5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/10/c5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/10/c5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/10/c5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/10/c5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0_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/10/c5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/c5/sstate%3Aflex-native%3Ax86_64-linux%3A2.6.4%3Ar0%3Ax86_64%3A12%3A10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/10/c5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://71/82/sstate:xrestop::0.4:r0::12:718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/e5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4e/e5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3b/97/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53_recipe_qa.tar.zst\nDEBUG: Using  for 4e/e5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3c/3d/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4e/e5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/3c/3d/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4e/e5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44_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/3c/3d/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4e/e5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/e5/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A12%3A4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44_deploy_source_date_epoch.tar.zst;downloadfilename=4e/e5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/3c/3d/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/3c/3d/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b_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/3c/3d/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3c/3d/sstate%3Agpgme-native%3Ax86_64-linux%3A1.23.2%3Ar0%3Ax86_64%3A12%3A3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/3c/3d/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bf/46/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/98/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:e098470017696b3b609e19e1a915c33c8a9d45349f92c721f5e0c5d196aea510_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/c3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/45/ba/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde_create_package_spdx.tar.zst\nDEBUG: Searching for 4c/c3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/45/ba/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4c/c3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129_package_write_rpm.tar.zst\nDEBUG: Using  for universal/45/ba/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde_create_package_spdx.tar.zst\nDEBUG: Testing URL file://4c/c3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/45/ba/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '4c/c3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129_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/ba/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4c/c3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/c3/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A12%3A4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129_package_write_rpm.tar.zst;downloadfilename=4c/c3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129_package_write_rpm.tar.zst\nDEBUG: For url file://universal/45/ba/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/45/ba/sstate%3Alibxxf86vm-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A12%3A45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde_create_package_spdx.tar.zst;downloadfilename=universal/45/ba/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/20/1c/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:201cdfc102e9d74c8995e2e60b2196b52b56d73bd4204deab2e08f52f013a39d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/63/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a263f8872a0cf85c87369ef59f30dd983c08907cec4290915bc7591b1e89e829_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/25/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://33/ef/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601_populate_sysroot.tar.zst\nDEBUG: Searching for 5f/25/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 33/ef/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5f/25/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea_create_package_spdx.tar.zst\nDEBUG: Using  for 33/ef/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5f/25/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea_create_package_spdx.tar.zst\nDEBUG: Testing URL file://33/ef/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5f/25/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '33/ef/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601_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/25/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/25/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.14%3Ar0%3Acore2-64%3A12%3A5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea_create_package_spdx.tar.zst;downloadfilename=5f/25/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea_create_package_spdx.tar.zst\nDEBUG: For url file://33/ef/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/ef/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A12%3A33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601_populate_sysroot.tar.zst;downloadfilename=33/ef/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/a8/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/10/c5/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:10c51dc2e3c2c337ea79161ba2bb4fedd9e501fd8f5fa4d6c58a480d29357ff0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/f4/sstate:python3-jinja2::3.1.4:r0::12:1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/34/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9d34122ab7bf81d6a093cba0da5aaed1b806ce1117607c6be7813c83b148343f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://df/71/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://12/fa/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/3a/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a_create_package_spdx.tar.zst\nDEBUG: Searching for df/71/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3e/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 12/fa/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b9/3a/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for df/71/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389_package_qa.tar.zst\nDEBUG: Using  for 3e/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905_package_write_rpm.tar.zst\nDEBUG: Using  for 12/fa/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281_create_spdx.tar.zst\nDEBUG: Using  for b9/3a/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://df/71/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389_package_qa.tar.zst\nDEBUG: Testing URL file://3e/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905_package_write_rpm.tar.zst\nDEBUG: Testing URL file://12/fa/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281_create_spdx.tar.zst\nDEBUG: Testing URL file://b9/3a/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'df/71/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3e/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905_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', '', '12/fa/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b9/3a/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://df/71/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/71/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A12%3Adf711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389_package_qa.tar.zst;downloadfilename=df/71/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389_package_qa.tar.zst\nDEBUG: For url file://3e/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/0f/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A12%3A3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905_package_write_rpm.tar.zst;downloadfilename=3e/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905_package_write_rpm.tar.zst\nDEBUG: For url file://12/fa/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/fa/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A12%3A12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281_create_spdx.tar.zst;downloadfilename=12/fa/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281_create_spdx.tar.zst\nDEBUG: For url file://b9/3a/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/3a/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.13%3Ar0%3Acore2-64%3A12%3Ab93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a_create_package_spdx.tar.zst;downloadfilename=b9/3a/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/87/80/sstate:go-cross-core2-64:x86_64-poky-linux:1.22.4:r0:x86_64:12:87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/e5/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:4ee5211e77acbf13600a0b4069e2a6d552a156aa6adf6da773cf5f2019f7aa44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3c/3d/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:3c3d6075f8ab22e57168814ae13d65514f987ac20e784571a5140147c11a879b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://53/40/sstate:packagegroup-base::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/c3/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/8c/sstate:xf86-video-cirrus::1.6.0:r0::12:b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://02/bc/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9_create_spdx.tar.zst\nDEBUG: Searching for 53/40/sstate:packagegroup-base::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://11/d9/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51_packagedata.tar.zst\nDEBUG: Searching for b9/8c/sstate:xf86-video-cirrus::1.6.0:r0::12:b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 02/bc/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 53/40/sstate:packagegroup-base::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Searching for 11/d9/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b9/8c/sstate:xf86-video-cirrus::1.6.0:r0::12:b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826_populate_lic.tar.zst\nDEBUG: Using  for 02/bc/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9_create_spdx.tar.zst\nDEBUG: Testing URL file://53/40/sstate:packagegroup-base::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Using  for 11/d9/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51_packagedata.tar.zst\nDEBUG: Testing URL file://b9/8c/sstate:xf86-video-cirrus::1.6.0:r0::12:b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826_populate_lic.tar.zst\nDEBUG: Testing URL file://02/bc/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9_create_spdx.tar.zst\nDEBUG: For url ['file', '', '53/40/sstate:packagegroup-base::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://11/d9/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b9/8c/sstate:xf86-video-cirrus::1.6.0:r0::12:b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826_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/bc/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://53/40/sstate:packagegroup-base::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/40/sstate%3Apackagegroup-base%3A%3A1.0%3Ar0%3A%3A12%3A53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst;downloadfilename=53/40/sstate:packagegroup-base::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '11/d9/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b9/8c/sstate:xf86-video-cirrus::1.6.0:r0::12:b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/8c/sstate%3Axf86-video-cirrus%3A%3A1.6.0%3Ar0%3A%3A12%3Ab98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826_populate_lic.tar.zst;downloadfilename=b9/8c/sstate:xf86-video-cirrus::1.6.0:r0::12:b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826_populate_lic.tar.zst\nDEBUG: For url file://02/bc/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/bc/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.8%3Ar0%3Acore2-64%3A12%3A02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9_create_spdx.tar.zst;downloadfilename=02/bc/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9_create_spdx.tar.zst\nDEBUG: For url file://11/d9/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/d9/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A12%3A11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51_packagedata.tar.zst;downloadfilename=11/d9/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/45/ba/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/ef/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:33ef5e1bfa856fd5c0ab25f9126320734e503189e258a1b4932b79ca96091601_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://27/4c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:274c3c8e1f83a8c471eec70d91257a582a36a46a2a77ae8228f379c45fcc44c0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a2/1e/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2d/9d/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4d/03/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://61/ee/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee_populate_sysroot.tar.zst\nDEBUG: Searching for universal/a2/1e/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/2d/9d/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/4d/03/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 61/ee/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/a2/1e/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/2d/9d/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad_create_package_spdx.tar.zst\nDEBUG: Using  for universal/4d/03/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 61/ee/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/a2/1e/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/2d/9d/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/4d/03/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://61/ee/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/a2/1e/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330_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/2d/9d/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/4d/03/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d_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', '', '61/ee/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee_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/a2/1e/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a2/1e/sstate%3Atcl-native%3Ax86_64-linux%3A8.6.14%3Ar0%3Ax86_64%3A12%3Aa21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a2/1e/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/2d/9d/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2d/9d/sstate%3Aspirv-headers-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3A2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad_create_package_spdx.tar.zst;downloadfilename=universal/2d/9d/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad_create_package_spdx.tar.zst\nDEBUG: For url file://universal/4d/03/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4d/03/sstate%3Alibxrender-native%3Ax86_64-linux%3A0.9.11%3Ar0%3Ax86_64%3A12%3A4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4d/03/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://61/ee/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/ee/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A12%3A61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee_populate_sysroot.tar.zst;downloadfilename=61/ee/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://df/71/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://94/ed/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/c8/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/b0/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1f/c8/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bd/b0/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1f/c8/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf_populate_sysroot.tar.zst\nDEBUG: Using  for bd/b0/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1f/c8/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf_populate_sysroot.tar.zst\nDEBUG: Testing URL file://bd/b0/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1f/c8/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bd/b0/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6_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/c8/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/c8/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.1.0%3Ar0%3Acore2-64%3A12%3A1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf_populate_sysroot.tar.zst;downloadfilename=1f/c8/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf_populate_sysroot.tar.zst\nDEBUG: For url file://bd/b0/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/b0/sstate%3Adepmodwrapper-cross%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Abdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6_deploy_source_date_epoch.tar.zst;downloadfilename=bd/b0/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://36/db/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:36db580c462a5d9d8b7d54fb70b04125281e4b9a526a468de70019d5614042e6_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/8c/sstate:xf86-video-cirrus::1.6.0:r0::12:b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://32/1c/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/10/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19_package_write_rpm.tar.zst\nDEBUG: Searching for 32/1c/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f6/10/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 32/1c/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef_package_write_ipk.tar.zst\nDEBUG: Using  for f6/10/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19_package_write_rpm.tar.zst\nDEBUG: Testing URL file://32/1c/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f6/10/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '32/1c/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef_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', '', 'f6/10/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19_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/1c/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/1c/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.6.2%3Ar0%3Acore2-64%3A12%3A321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef_package_write_ipk.tar.zst;downloadfilename=32/1c/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef_package_write_ipk.tar.zst\nDEBUG: For url file://f6/10/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/10/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A12%3Af610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19_package_write_rpm.tar.zst;downloadfilename=f6/10/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a2/1e/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a21e8e589585b6721094278c06a8d8ffc609b25aac25f3989f80dcf04af87330_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/3a/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/10/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/25/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:a6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401_populate_sysroot.tar.zst\nDEBUG: Searching for b8/10/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a6/25/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:a6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b8/10/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94_package_write_rpm.tar.zst\nDEBUG: Using  for a6/25/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:a6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b8/10/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a6/25/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:a6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b8/10/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94_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/25/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:a6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b8/10/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/10/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A12%3Ab8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94_package_write_rpm.tar.zst;downloadfilename=b8/10/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94_package_write_rpm.tar.zst\nDEBUG: For url file://a6/25/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:a6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/25/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A12%3Aa6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401_populate_sysroot.tar.zst;downloadfilename=a6/25/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:a6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://11/d9/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://02/bc/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4d/03/sstate:libxrender-native:x86_64-linux:0.9.11:r0:x86_64:12:4d0388771c4aaa0a3804954ea4d0dab6f94d4cbcf47568b727f196317505fc1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/db/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/38/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/a2/sstate:gnu-config::20240101+git:r0::12:9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322_populate_lic.tar.zst\nDEBUG: Searching for f4/db/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a4/38/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9e/a2/sstate:gnu-config::20240101+git:r0::12:9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f4/db/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13_package_write_rpm.tar.zst\nDEBUG: Using  for a4/38/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d_recipe_qa.tar.zst\nDEBUG: Using  for 9e/a2/sstate:gnu-config::20240101+git:r0::12:9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322_populate_lic.tar.zst\nDEBUG: Testing URL file://f4/db/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a4/38/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d_recipe_qa.tar.zst\nDEBUG: Testing URL file://9e/a2/sstate:gnu-config::20240101+git:r0::12:9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f4/db/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13_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', '', 'a4/38/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d_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/a2/sstate:gnu-config::20240101+git:r0::12:9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322_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/db/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/db/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A12%3Af4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13_package_write_rpm.tar.zst;downloadfilename=f4/db/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13_package_write_rpm.tar.zst\nDEBUG: For url file://a4/38/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/38/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A12%3Aa438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d_recipe_qa.tar.zst;downloadfilename=a4/38/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d_recipe_qa.tar.zst\nDEBUG: For url file://9e/a2/sstate:gnu-config::20240101+git:r0::12:9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/a2/sstate%3Agnu-config%3A%3A20240101%2Bgit%3Ar0%3A%3A12%3A9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322_populate_lic.tar.zst;downloadfilename=9e/a2/sstate:gnu-config::20240101+git:r0::12:9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2d/9d/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://61/ee/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:61eee2ff0e183a64d3b6946947925c49542b9367862072e2726763139c6676ee_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/b0/sstate:depmodwrapper-cross:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bdb0a5015a65e83f701e0c4fc0089ca799f7179b0ff2003f4e91ef24de8368f6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/84/f9/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/10/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://26/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://07/7f/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c_create_package_spdx.tar.zst\nDEBUG: Searching for universal/84/f9/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/8b/eb/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3_create_spdx.tar.zst\nDEBUG: Searching for 26/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 07/7f/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/84/f9/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/8b/eb/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 26/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 07/7f/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/84/f9/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/8b/eb/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3_create_spdx.tar.zst\nDEBUG: Testing URL file://26/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://07/7f/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/84/f9/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897_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/8b/eb/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3_create_spdx.tar.zst\nDEBUG: For url ['file', '', '26/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6_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/7f/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c_create_package_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/f9/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/f9/sstate%3Apython3-pygments-native%3Ax86_64-linux%3A2.18.0%3Ar0%3Ax86_64%3A12%3A84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897_deploy_source_date_epoch.tar.zst;downloadfilename=universal/84/f9/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/8b/eb/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3_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/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/87/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6_deploy_source_date_epoch.tar.zst;downloadfilename=26/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://07/7f/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/7f/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.5%3Ar0%3Acore2-64%3A12%3A077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c_create_package_spdx.tar.zst;downloadfilename=07/7f/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c_create_package_spdx.tar.zst\nDEBUG: For url file://universal/8b/eb/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/eb/sstate%3Abison-native%3Ax86_64-linux%3A3.8.2%3Ar0%3Ax86_64%3A12%3A8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3_create_spdx.tar.zst;downloadfilename=universal/8b/eb/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/10/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/4b/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:cb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734_package.tar.zst\nDEBUG: Searching for cb/4b/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:cb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f4/db/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13_package_write_rpm.tar.zst\nDEBUG: Using  for cb/4b/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:cb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734_package.tar.zst\nDEBUG: SState: Attempting to fetch file://49/0d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://cb/4b/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:cb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734_package.tar.zst\nDEBUG: Searching for 49/0d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cb/4b/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:cb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 49/0d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a_package_write_ipk.tar.zst\nDEBUG: For url file://cb/4b/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:cb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/4b/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.8%3Ar0%3Acore2-64%3A12%3Acb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734_package.tar.zst;downloadfilename=cb/4b/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:cb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734_package.tar.zst\nDEBUG: Testing URL file://49/0d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '49/0d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a_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://49/0d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/0d/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a_package_write_ipk.tar.zst;downloadfilename=49/0d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/a2/sstate:gnu-config::20240101+git:r0::12:9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/91/sstate:intltool-native::0.51.0:r0::12:c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e_populate_lic.tar.zst\nDEBUG: Searching for c9/91/sstate:intltool-native::0.51.0:r0::12:c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c9/91/sstate:intltool-native::0.51.0:r0::12:c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e_populate_lic.tar.zst\nDEBUG: Testing URL file://c9/91/sstate:intltool-native::0.51.0:r0::12:c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c9/91/sstate:intltool-native::0.51.0:r0::12:c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e_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/91/sstate:intltool-native::0.51.0:r0::12:c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/91/sstate%3Aintltool-native%3A%3A0.51.0%3Ar0%3A%3A12%3Ac991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e_populate_lic.tar.zst;downloadfilename=c9/91/sstate:intltool-native::0.51.0:r0::12:c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/84/f9/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:84f948712e9ddc4b445623e61b8115318cfca76fa5d13203ebc671270bd6a897_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://26/87/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:2687cfcce11e49105afcdff6b1f008a6a9b9745ee96df982b8523b4fa940f6b6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/a0/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:eda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://15/e5/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725_package_write_ipk.tar.zst\nDEBUG: Searching for ed/a0/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:eda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 15/e5/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ed/a0/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:eda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea_package_write_ipk.tar.zst\nDEBUG: Using  for 15/e5/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ed/a0/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:eda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea_package_write_ipk.tar.zst\nDEBUG: Testing URL file://15/e5/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ed/a0/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:eda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea_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', '', '15/e5/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725_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://ed/a0/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:eda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/a0/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3Aeda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea_package_write_ipk.tar.zst;downloadfilename=ed/a0/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:eda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://12/fa/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281_create_spdx.tar.zst\nDEBUG: For url file://15/e5/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/e5/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725_package_write_ipk.tar.zst;downloadfilename=15/e5/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://40/be/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/c8/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:1fc8f8c2178526c840dd17d23ec2e54d0f84ac992647251d1ee7b4ba015911bf_populate_sysroot.tar.zst\nDEBUG: Searching for 40/be/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/2c/e2/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944_create_spdx.tar.zst\nDEBUG: Using  for 40/be/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8b/eb/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/38/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d_recipe_qa.tar.zst\nDEBUG: Searching for universal/2c/e2/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://40/be/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://52/28/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/92/8b/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c_create_package_spdx.tar.zst\nDEBUG: Using  for universal/2c/e2/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944_create_spdx.tar.zst\nDEBUG: For url ['file', '', '40/be/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 52/28/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/92/8b/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/2c/e2/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944_create_spdx.tar.zst\nDEBUG: For url file://40/be/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/be/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A12%3A40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75_package_write_rpm.tar.zst;downloadfilename=40/be/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75_package_write_rpm.tar.zst\nDEBUG: Using  for 52/28/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e_package_write_deb.tar.zst\nDEBUG: Using  for universal/92/8b/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/2c/e2/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://52/28/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/92/8b/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c_create_package_spdx.tar.zst\nDEBUG: For url file://universal/2c/e2/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2c/e2/sstate%3Alibical-native%3Ax86_64-linux%3A3.0.18%3Ar0%3Ax86_64%3A12%3A2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944_create_spdx.tar.zst;downloadfilename=universal/2c/e2/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://53/40/sstate:packagegroup-base::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://27/ea/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:27eab42d8f56e8997b19a79f7e60ae5c8030f8035b9100af126f5431be06dac0_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '52/28/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e_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/92/8b/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c_create_package_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/1f/e6/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c6/23/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2_recipe_qa.tar.zst\nDEBUG: For url file://52/28/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/28/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e_package_write_deb.tar.zst;downloadfilename=52/28/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e_package_write_deb.tar.zst\nDEBUG: For url file://universal/92/8b/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/92/8b/sstate%3Alibnsl2-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A12%3A928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c_create_package_spdx.tar.zst;downloadfilename=universal/92/8b/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c_create_package_spdx.tar.zst\nDEBUG: Searching for universal/1f/e6/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/c6/23/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/1f/e6/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0_populate_sysroot.tar.zst\nDEBUG: Using  for universal/c6/23/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/1f/e6/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/c6/23/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/1f/e6/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0_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/c6/23/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2_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/1f/e6/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/e6/sstate%3Acurl-native%3Ax86_64-linux%3A8.8.0%3Ar0%3Ax86_64%3A12%3A1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0_populate_sysroot.tar.zst;downloadfilename=universal/1f/e6/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0_populate_sysroot.tar.zst\nDEBUG: For url file://universal/c6/23/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c6/23/sstate%3Alibxdamage-native%3Ax86_64-linux%3A1.1.6%3Ar0%3Ax86_64%3A12%3Ac623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2_recipe_qa.tar.zst;downloadfilename=universal/c6/23/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/c8/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6e/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6e/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6e/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6e/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0_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://6e/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/4a/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A12%3A6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0_deploy_source_date_epoch.tar.zst;downloadfilename=6e/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2c/e2/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/74/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569_package_write_deb.tar.zst\nDEBUG: Searching for e5/74/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e5/74/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569_package_write_deb.tar.zst\nDEBUG: Testing URL file://e5/74/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e5/74/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569_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://e5/74/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/74/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.49%3Ar0%3Acore2-64%3A12%3Ae5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569_package_write_deb.tar.zst;downloadfilename=e5/74/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://52/28/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5228e3c3b1ed5898f1509ae4e9d93493a989939962956258b36a04f311fb0b5e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/92/sstate:automake-native::1.16.5:r0::12:7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/92/8b/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c_create_package_spdx.tar.zst\nDEBUG: Searching for 7d/92/sstate:automake-native::1.16.5:r0::12:7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://96/e7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0_package_write_rpm.tar.zst\nDEBUG: Using  for 7d/92/sstate:automake-native::1.16.5:r0::12:7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76_populate_lic.tar.zst\nDEBUG: Searching for 96/e7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7d/92/sstate:automake-native::1.16.5:r0::12:7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76_populate_lic.tar.zst\nDEBUG: Using  for 96/e7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '7d/92/sstate:automake-native::1.16.5:r0::12:7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://96/e7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0_package_write_rpm.tar.zst\nDEBUG: For url file://7d/92/sstate:automake-native::1.16.5:r0::12:7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/92/sstate%3Aautomake-native%3A%3A1.16.5%3Ar0%3A%3A12%3A7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76_populate_lic.tar.zst;downloadfilename=7d/92/sstate:automake-native::1.16.5:r0::12:7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76_populate_lic.tar.zst\nDEBUG: For url ['file', '', '96/e7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0_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://96/e7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/e7/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A12%3A96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0_package_write_rpm.tar.zst;downloadfilename=96/e7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/91/sstate:intltool-native::0.51.0:r0::12:c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:6e4ab7fb7984d95abd81d65fc55a22bdaa19bb2f12e972133c41ae10d5c6a4f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://be/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c6/23/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1f/e6/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/ee/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04_create_package_spdx.tar.zst\nDEBUG: Searching for be/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://02/d2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/8c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493_recipe_qa.tar.zst\nDEBUG: Searching for fd/ee/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://15/e5/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:15e57c116181e865ff69c51e0f3f2e2df2bd48d3ed0e52107dbb0b23c700f725_package_write_ipk.tar.zst\nDEBUG: Using  for be/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0_package_qa.tar.zst\nDEBUG: Searching for 02/d2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a2/8c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fd/ee/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://48/6e/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286_package.tar.zst\nDEBUG: Testing URL file://be/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0_package_qa.tar.zst\nDEBUG: Using  for 02/d2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a2/8c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493_recipe_qa.tar.zst\nDEBUG: Testing URL file://fd/ee/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04_create_package_spdx.tar.zst\nDEBUG: Searching for 48/6e/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'be/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://02/d2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a2/8c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fd/ee/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 48/6e/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286_package.tar.zst\nDEBUG: For url file://be/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/3a/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Abe3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0_package_qa.tar.zst;downloadfilename=be/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0_package_qa.tar.zst\nDEBUG: For url ['file', '', '02/d2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393_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', '', 'a2/8c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fd/ee/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/ee/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3Afdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04_create_package_spdx.tar.zst;downloadfilename=fd/ee/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04_create_package_spdx.tar.zst\nDEBUG: Testing URL file://48/6e/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286_package.tar.zst\nDEBUG: For url file://02/d2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/d2/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393_deploy_source_date_epoch.tar.zst;downloadfilename=02/d2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a2/8c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/8c/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Aa28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493_recipe_qa.tar.zst;downloadfilename=a2/8c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/92/sstate:automake-native::1.16.5:r0::12:7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76_populate_lic.tar.zst\nDEBUG: For url ['file', '', '48/6e/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286_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://a6/25/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:a6257a3fd2fd4cc07fc588a57637db9e08249d93eade82804b3fe2461187a401_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0b/62/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852_create_package_spdx.tar.zst\nDEBUG: For url file://48/6e/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/6e/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286_package.tar.zst;downloadfilename=48/6e/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c0/1f/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:c01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/0b/62/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/c0/1f/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:c01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/0b/62/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://be/3a/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0_package_qa.tar.zst\nDEBUG: Using  for universal/c0/1f/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:c01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/0b/62/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/27/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc_package_qa.tar.zst\nDEBUG: Testing URL file://universal/c0/1f/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:c01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/0b/62/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3c/27/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/c0/1f/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:c01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c_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/0b/62/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0b/62/sstate%3Acairo-native%3Ax86_64-linux%3A1.18.0%3Ar0%3Ax86_64%3A12%3A0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852_create_package_spdx.tar.zst;downloadfilename=universal/0b/62/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852_create_package_spdx.tar.zst\nDEBUG: Using  for 3c/27/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc_package_qa.tar.zst\nDEBUG: For url file://universal/c0/1f/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:c01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c0/1f/sstate%3Apython3-pip-native%3Ax86_64-linux%3A24.0%3Ar0%3Ax86_64%3A12%3Ac01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c0/1f/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:c01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3c/27/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc_package_qa.tar.zst\nDEBUG: For url ['file', '', '3c/27/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3c/27/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/27/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A12%3A3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc_package_qa.tar.zst;downloadfilename=3c/27/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://48/6e/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:486e3ce54f8b0d0a1d5dce0dc2f9d551f4b7cc73ddfc9e8a1a51206f6ab1f286_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/32/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:c8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1_package.tar.zst\nDEBUG: Searching for c8/32/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:c8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c8/32/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:c8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1_package.tar.zst\nDEBUG: Testing URL file://c8/32/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:c8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1_package.tar.zst\nDEBUG: For url ['file', '', 'c8/32/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:c8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c8/32/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:c8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/32/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A12%3Ac8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1_package.tar.zst;downloadfilename=c8/32/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:c8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/27/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c0/1f/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:c01f83bd66ac48a52e8ce6c8151a33b16752ccad91b103aa6a7d56421bcef46c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/88/sstate:xinit::1.4.2:r0::12:c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/59/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0b/62/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852_create_package_spdx.tar.zst\nDEBUG: Searching for c4/88/sstate:xinit::1.4.2:r0::12:c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2a/59/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://18/38/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf_package_qa.tar.zst\nDEBUG: Using  for c4/88/sstate:xinit::1.4.2:r0::12:c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc_populate_lic.tar.zst\nDEBUG: Using  for 2a/59/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 18/38/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c4/88/sstate:xinit::1.4.2:r0::12:c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc_populate_lic.tar.zst\nDEBUG: Testing URL file://2a/59/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 18/38/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c4/88/sstate:xinit::1.4.2:r0::12:c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2a/59/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4_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://18/38/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf_package_qa.tar.zst\nDEBUG: For url file://c4/88/sstate:xinit::1.4.2:r0::12:c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/88/sstate%3Axinit%3A%3A1.4.2%3Ar0%3A%3A12%3Ac48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc_populate_lic.tar.zst;downloadfilename=c4/88/sstate:xinit::1.4.2:r0::12:c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc_populate_lic.tar.zst\nDEBUG: For url file://2a/59/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/59/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4_deploy_source_date_epoch.tar.zst;downloadfilename=2a/59/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '18/38/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://18/38/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/38/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20240407%3Ar0%3Acore2-64%3A12%3A1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf_package_qa.tar.zst;downloadfilename=18/38/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://02/d2/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:02d2ed4180eed067e7ee532da1f72703846c9f65cd68263a42aad0b6bd4d0393_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://70/10/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39_recipe_qa.tar.zst\nDEBUG: Searching for 70/10/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c8/32/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:c8326ca836feb0178b0f3dac2850162a5d1af35dcd6725e9c7025d7f23cf39d1_package.tar.zst\nDEBUG: Using  for 70/10/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/ae/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43_package_qa.tar.zst\nDEBUG: Testing URL file://70/10/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39_recipe_qa.tar.zst\nDEBUG: Searching for ed/ae/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '70/10/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ed/ae/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43_package_qa.tar.zst\nDEBUG: For url file://70/10/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/10/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A12%3A70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39_recipe_qa.tar.zst;downloadfilename=70/10/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39_recipe_qa.tar.zst\nDEBUG: Testing URL file://ed/ae/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ed/ae/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ed/ae/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/ae/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Aedae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43_package_qa.tar.zst;downloadfilename=ed/ae/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/88/sstate:xinit::1.4.2:r0::12:c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/59/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:2a59cfc03cffa2c942fb30faaf1620da9ea2726464d6506758d90bd3d2b08cc4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://04/10/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/5d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:a55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 04/10/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a5/5d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:a55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 04/10/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2_populate_sysroot.tar.zst\nDEBUG: Using  for a5/5d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:a55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://04/10/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a5/5d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:a55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '04/10/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a5/5d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:a55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08_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/10/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/10/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A12%3A0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2_populate_sysroot.tar.zst;downloadfilename=04/10/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2_populate_sysroot.tar.zst\nDEBUG: For url file://a5/5d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:a55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/5d/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A12%3Aa55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08_deploy_source_date_epoch.tar.zst;downloadfilename=a5/5d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:a55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://18/38/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/d3/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ccd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/8c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493_recipe_qa.tar.zst\nDEBUG: Searching for cc/d3/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ccd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c6/fc/sstate:gobject-introspection::1.80.1:r0::12:c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222_populate_lic.tar.zst\nDEBUG: Using  for cc/d3/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ccd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd_package.tar.zst\nDEBUG: Searching for c6/fc/sstate:gobject-introspection::1.80.1:r0::12:c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://cc/d3/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ccd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd_package.tar.zst\nDEBUG: Using  for c6/fc/sstate:gobject-introspection::1.80.1:r0::12:c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cc/d3/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ccd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c6/fc/sstate:gobject-introspection::1.80.1:r0::12:c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222_populate_lic.tar.zst\nDEBUG: For url file://cc/d3/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ccd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/d3/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A12%3Accd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd_package.tar.zst;downloadfilename=cc/d3/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ccd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd_package.tar.zst\nDEBUG: For url ['file', '', 'c6/fc/sstate:gobject-introspection::1.80.1:r0::12:c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222_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/fc/sstate:gobject-introspection::1.80.1:r0::12:c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/fc/sstate%3Agobject-introspection%3A%3A1.80.1%3Ar0%3A%3A12%3Ac6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222_populate_lic.tar.zst;downloadfilename=c6/fc/sstate:gobject-introspection::1.80.1:r0::12:c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/ae/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/a0/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711_package_write_deb.tar.zst\nDEBUG: Searching for 8b/a0/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8b/a0/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711_package_write_deb.tar.zst\nDEBUG: Testing URL file://8b/a0/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '8b/a0/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711_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://8b/a0/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/a0/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A12%3A8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711_package_write_deb.tar.zst;downloadfilename=8b/a0/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/4b/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:cb4b0f058a8331f28d31ad74779dd3a2b4a7484f4531263596e6e8a2a7f09734_package.tar.zst\nDEBUG: SState: Attempting to fetch file://32/32/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 32/32/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 32/32/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://32/32/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '32/32/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd_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://32/32/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/32/sstate%3Altp%3Acore2-64-poky-linux%3A20240524%3Ar0%3Acore2-64%3A12%3A3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd_deploy_source_date_epoch.tar.zst;downloadfilename=32/32/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/5d/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:a55d0dbb18d81cd00e61116cd95ed8a078a3f5a2d23c2eb99234e19167211d08_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://04/10/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0410191c5c395724d017a616ca3481b36f00d36328fe831c915e2de052ca27d2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://82/7a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/76/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:e476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 82/7a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e4/76/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:e476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 82/7a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5_create_package_spdx.tar.zst\nDEBUG: Using  for e4/76/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:e476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://82/7a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e4/76/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:e476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '82/7a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e4/76/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:e476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7_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://cc/d3/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ccd3eee6b5f013a5f7ee5b4683a91cd119e9d0a0a4166186caa8191073bf44fd_package.tar.zst\nDEBUG: For url file://82/7a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/7a/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A12%3A827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5_create_package_spdx.tar.zst;downloadfilename=82/7a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5_create_package_spdx.tar.zst\nDEBUG: For url file://e4/76/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:e476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/76/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A12%3Ae476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7_deploy_source_date_epoch.tar.zst;downloadfilename=e4/76/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:e476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://13/a8/sstate:packagegroup-core-x11::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Searching for 13/a8/sstate:packagegroup-core-x11::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c6/fc/sstate:gobject-introspection::1.80.1:r0::12:c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/a0/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:8ba0f29c35a19dc6b1a90d5d747eda0ff7e83ec18a9f9e96c6167ca93ed3e711_package_write_deb.tar.zst\nDEBUG: Using  for 13/a8/sstate:packagegroup-core-x11::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/a0/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:eda072d505f49ae153ccc0c72652150db57ba9e05ff32f6475fdf491415027ea_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://70/10/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/e6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/ff/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://13/a8/sstate:packagegroup-core-x11::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/b9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:a1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://75/87/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68_package_write_deb.tar.zst\nDEBUG: Searching for b7/e6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7d/ff/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '13/a8/sstate:packagegroup-core-x11::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a1/b9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:a1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://40/be/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75_package_write_rpm.tar.zst\nDEBUG: Searching for 75/87/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b7/e6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab_package_write_deb.tar.zst\nDEBUG: Using  for 7d/ff/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://13/a8/sstate:packagegroup-core-x11::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/a8/sstate%3Apackagegroup-core-x11%3A%3A1.0%3Ar0%3A%3A12%3A13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst;downloadfilename=13/a8/sstate:packagegroup-core-x11::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Using  for a1/b9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:a1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/9a/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816_create_spdx.tar.zst\nDEBUG: Using  for 75/87/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68_package_write_deb.tar.zst\nDEBUG: Testing URL file://b7/e6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab_package_write_deb.tar.zst\nDEBUG: Testing URL file://7d/ff/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a1/b9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:a1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2_package_write_deb.tar.zst\nDEBUG: Searching for 4f/9a/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://32/32/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3232b6666776340cfef00526224d456368bf29079b556db59358de1176df8bfd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/74/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:e5749848eddae886e7114a1e6f80adb00058abcf65677192695ffd27fee62569_package_write_deb.tar.zst\nDEBUG: Testing URL file://75/87/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b7/e6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab_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', '', '7d/ff/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e_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/b9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:a1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4f/9a/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/fa/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/5d/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756_create_spdx.tar.zst\nDEBUG: For url ['file', '', '75/87/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68_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://b7/e6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/e6/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3Ab7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab_package_write_deb.tar.zst;downloadfilename=b7/e6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab_package_write_deb.tar.zst\nDEBUG: For url file://7d/ff/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/ff/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e_deploy_source_date_epoch.tar.zst;downloadfilename=7d/ff/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a1/b9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:a1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/b9/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3Aa1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2_package_write_deb.tar.zst;downloadfilename=a1/b9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:a1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2_package_write_deb.tar.zst\nDEBUG: Testing URL file://4f/9a/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816_create_spdx.tar.zst\nDEBUG: Searching for ee/fa/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ae/5d/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://75/87/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/87/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68_package_write_deb.tar.zst;downloadfilename=75/87/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '4f/9a/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ee/fa/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0_create_package_spdx.tar.zst\nDEBUG: Using  for ae/5d/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756_create_spdx.tar.zst\nDEBUG: For url file://4f/9a/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/9a/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816_create_spdx.tar.zst;downloadfilename=4f/9a/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816_create_spdx.tar.zst\nDEBUG: Testing URL file://ee/fa/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://13/a8/sstate:packagegroup-core-x11::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Testing URL file://ae/5d/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ee/fa/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0_create_package_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/76/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:e476e500c63179c0893c0cc4c00942d89aca112385b33d3a208dc8793f0bb7b7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://82/7a/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/ee/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/20/da/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ae/5d/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756_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/fa/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/fa/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Aeefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0_create_package_spdx.tar.zst;downloadfilename=ee/fa/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/02/e8/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a3/44/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/39/e5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68_create_package_spdx.tar.zst\nDEBUG: Searching for universal/20/da/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ae/5d/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/5d/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Aae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756_create_spdx.tar.zst;downloadfilename=ae/5d/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756_create_spdx.tar.zst\nDEBUG: Searching for universal/02/e8/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a3/44/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b7/e6/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7e626326b82c839446509359a4aa6a1bf46043d9fa7622994f301d490d4ddab_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/ff/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:7dffa4d956a979e4f7a3629bb47d8655eb8c95dff11154425a3013b2fcc51b6e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/39/e5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/20/da/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16_create_spdx.tar.zst\nDEBUG: Using  for universal/02/e8/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221_recipe_qa.tar.zst\nDEBUG: Using  for universal/a3/44/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://75/87/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:758760d333423908d5090a2bcd36377a88bdd5a3740ea68d9e59711a85eafb68_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://41/5d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cd/4d/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692_create_package_spdx.tar.zst\nDEBUG: Using  for universal/39/e5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/20/da/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/02/e8/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a3/44/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/68/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809_package_qa.tar.zst\nDEBUG: Searching for 41/5d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/cd/4d/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/39/e5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/20/da/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16_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/02/e8/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221_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/a3/44/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bb/68/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 41/5d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8_packagedata.tar.zst\nDEBUG: Using  for universal/cd/4d/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/39/e5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/20/da/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/20/da/sstate%3Alibsolv-native%3Ax86_64-linux%3A0.7.29%3Ar0%3Ax86_64%3A12%3A20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16_create_spdx.tar.zst;downloadfilename=universal/20/da/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16_create_spdx.tar.zst\nDEBUG: For url file://universal/02/e8/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/02/e8/sstate%3Am4-native%3Ax86_64-linux%3A1.4.19%3Ar0%3Ax86_64%3A12%3A02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221_recipe_qa.tar.zst;downloadfilename=universal/02/e8/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221_recipe_qa.tar.zst\nDEBUG: For url file://universal/a3/44/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a3/44/sstate%3Alibxcomposite-native%3Ax86_64-linux%3A0.4.6%3Ar0%3Ax86_64%3A12%3Aa344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea_create_spdx.tar.zst;downloadfilename=universal/a3/44/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea_create_spdx.tar.zst\nDEBUG: Using  for bb/68/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809_package_qa.tar.zst\nDEBUG: Testing URL file://41/5d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8_packagedata.tar.zst\nDEBUG: Testing URL file://universal/cd/4d/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692_create_package_spdx.tar.zst\nDEBUG: For url file://universal/39/e5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/e5/sstate%3Aca-certificates-native%3Ax86_64-linux%3A20211016%3Ar0%3Ax86_64%3A12%3A39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68_create_package_spdx.tar.zst;downloadfilename=universal/39/e5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bb/68/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://07/7f/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '41/5d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/cd/4d/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bb/68/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809_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://c1/af/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c_recipe_qa.tar.zst\nDEBUG: For url file://41/5d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/5d/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.13%3Ar0%3Acore2-64%3A12%3A415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8_packagedata.tar.zst;downloadfilename=41/5d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8_packagedata.tar.zst\nDEBUG: For url file://universal/cd/4d/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cd/4d/sstate%3Alibmicrohttpd-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3Acd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692_create_package_spdx.tar.zst;downloadfilename=universal/cd/4d/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692_create_package_spdx.tar.zst\nDEBUG: For url file://bb/68/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/68/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.5%3Ar0%3Acore2-64%3A12%3Abb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809_package_qa.tar.zst;downloadfilename=bb/68/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809_package_qa.tar.zst\nDEBUG: Searching for c1/af/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c1/af/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/20/da/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/25/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c1/af/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a3/44/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/02/e8/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cd/8c/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://75/cd/sstate:libsoup::3.4.4:r0::12:75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c1/af/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c_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://3d/5b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/5d/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756_create_spdx.tar.zst\nDEBUG: Searching for universal/cd/8c/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 75/cd/sstate:libsoup::3.4.4:r0::12:75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/39/e5/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68_create_package_spdx.tar.zst\nDEBUG: For url file://c1/af/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/af/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A12%3Ac1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c_recipe_qa.tar.zst;downloadfilename=c1/af/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c_recipe_qa.tar.zst\nDEBUG: Searching for 3d/5b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9b/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://dc/e2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7_create_package_spdx.tar.zst\nDEBUG: Using  for universal/cd/8c/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb_create_package_spdx.tar.zst\nDEBUG: Using  for 75/cd/sstate:libsoup::3.4.4:r0::12:75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://19/07/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520_packagedata.tar.zst\nDEBUG: Using  for 3d/5b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09_populate_sysroot.tar.zst\nDEBUG: Using  for 9b/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0_package.tar.zst\nDEBUG: Searching for dc/e2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/cd/8c/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb_create_package_spdx.tar.zst\nDEBUG: Testing URL file://75/cd/sstate:libsoup::3.4.4:r0::12:75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81_populate_lic.tar.zst\nDEBUG: Searching for 19/07/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3d/5b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9b/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0_package.tar.zst\nDEBUG: Using  for dc/e2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/cd/8c/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '75/cd/sstate:libsoup::3.4.4:r0::12:75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81_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/cd/4d/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692_create_package_spdx.tar.zst\nDEBUG: Using  for 19/07/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520_packagedata.tar.zst\nDEBUG: For url ['file', '', '3d/5b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09_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/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0_package.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:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7_create_package_spdx.tar.zst\nDEBUG: For url file://universal/cd/8c/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cd/8c/sstate%3Aswig-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A12%3Acd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb_create_package_spdx.tar.zst;downloadfilename=universal/cd/8c/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb_create_package_spdx.tar.zst\nDEBUG: For url file://75/cd/sstate:libsoup::3.4.4:r0::12:75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/cd/sstate%3Alibsoup%3A%3A3.4.4%3Ar0%3A%3A12%3A75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81_populate_lic.tar.zst;downloadfilename=75/cd/sstate:libsoup::3.4.4:r0::12:75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/68/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809_package_qa.tar.zst\nDEBUG: Testing URL file://19/07/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520_packagedata.tar.zst\nDEBUG: For url file://3d/5b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/5b/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A12%3A3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09_populate_sysroot.tar.zst;downloadfilename=3d/5b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09_populate_sysroot.tar.zst\nDEBUG: For url file://9b/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/83/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0_package.tar.zst;downloadfilename=9b/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0_package.tar.zst\nDEBUG: For url ['file', '', 'dc/e2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ee/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://81/95/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '19/07/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://dc/e2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/e2/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A12%3Adce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7_create_package_spdx.tar.zst;downloadfilename=dc/e2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7_create_package_spdx.tar.zst\nDEBUG: Using  for ee/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255_package_qa.tar.zst\nDEBUG: Searching for 81/95/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://19/07/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/07/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20240101%2Bgit%3Ar0%3Acore2-64%3A12%3A1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520_packagedata.tar.zst;downloadfilename=19/07/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520_packagedata.tar.zst\nDEBUG: Testing URL file://ee/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255_package_qa.tar.zst\nDEBUG: Using  for 81/95/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ee/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://81/95/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://75/cd/sstate:libsoup::3.4.4:r0::12:75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cd/8c/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb_create_package_spdx.tar.zst\nDEBUG: For url file://ee/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/d9/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A12%3Aeed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255_package_qa.tar.zst;downloadfilename=ee/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255_package_qa.tar.zst\nDEBUG: For url ['file', '', '81/95/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73_create_package_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/4b/26/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/42/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec_create_spdx.tar.zst\nDEBUG: For url file://81/95/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/95/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3A8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73_create_package_spdx.tar.zst;downloadfilename=81/95/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73_create_package_spdx.tar.zst\nDEBUG: Searching for universal/4b/26/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9e/42/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/4b/26/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9e/42/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/4b/26/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9e/42/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/4b/26/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c_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', '', '9e/42/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec_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/26/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/26/sstate%3Apython3-native%3Ax86_64-linux%3A3.12.4%3Ar0%3Ax86_64%3A12%3A4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4b/26/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9e/42/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/42/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec_create_spdx.tar.zst;downloadfilename=9e/42/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://41/5d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://19/07/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/fb/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/9b/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:ae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d_populate_sysroot.tar.zst\nDEBUG: Searching for e7/fb/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ae/9b/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:ae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e7/fb/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d_create_spdx.tar.zst\nDEBUG: Using  for ae/9b/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:ae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e7/fb/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d_create_spdx.tar.zst\nDEBUG: Testing URL file://ae/9b/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:ae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e7/fb/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d_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/9b/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:ae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e7/fb/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/fb/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3Ae7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d_create_spdx.tar.zst;downloadfilename=e7/fb/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/d9/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255_package_qa.tar.zst\nDEBUG: For url file://ae/9b/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:ae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/9b/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A12%3Aae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d_populate_sysroot.tar.zst;downloadfilename=ae/9b/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:ae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/83/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/83/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9b8358642c1d6abb8695acd9560ef51c122bc00a897657aaa543194cfa814cb0_package.tar.zst\nDEBUG: Searching for universal/04/83/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/c4/3b/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e_populate_sysroot.tar.zst\nDEBUG: Using  for universal/04/83/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38_recipe_qa.tar.zst\nDEBUG: Searching for universal/c4/3b/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/04/83/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38_recipe_qa.tar.zst\nDEBUG: Using  for universal/c4/3b/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/04/83/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38_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/c4/3b/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e_populate_sysroot.tar.zst\nDEBUG: For url file://universal/04/83/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/83/sstate%3Aunifdef-native%3Ax86_64-linux%3A2.12%3Ar0%3Ax86_64%3A12%3A0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38_recipe_qa.tar.zst;downloadfilename=universal/04/83/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/c4/3b/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e_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/c4/3b/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c4/3b/sstate%3Alibffi-native%3Ax86_64-linux%3A3.4.6%3Ar0%3Ax86_64%3A12%3Ac43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e_populate_sysroot.tar.zst;downloadfilename=universal/c4/3b/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4b/26/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:4b2627c5f4dc38644a137ff695656c95736dd250bf34b2d03641129b0d982a5c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/b9/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:a1b91d40d6c718c4b953f5ea856a1aecb8445d8c6190175701fbda91551500f2_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/ca/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/8f/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa_packagedata.tar.zst\nDEBUG: Searching for 7f/ca/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c7/8f/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7f/ca/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a_package_write_rpm.tar.zst\nDEBUG: Using  for c7/8f/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa_packagedata.tar.zst\nDEBUG: Testing URL file://7f/ca/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c7/8f/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa_packagedata.tar.zst\nDEBUG: For url ['file', '', '7f/ca/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a_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', '', 'c7/8f/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7f/ca/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/ca/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.4%3Ar0%3Acore2-64%3A12%3A7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a_package_write_rpm.tar.zst;downloadfilename=7f/ca/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a_package_write_rpm.tar.zst\nDEBUG: For url file://c7/8f/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/8f/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A46.0%3Ar0%3Aallarch%3A12%3Ac78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa_packagedata.tar.zst;downloadfilename=c7/8f/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/9b/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:ae9badc847f4ead2e235393ecd26d8179decc90a3d76cda29b69faa57ff2573d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/9a/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/04/83/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:0483922d118ed10b11819e9d7c08a6aafeb5004c451cc41fca9a1e71e6952a38_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://49/0d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:490d3ec3479b6bed8718d66da00ebc0e278fc5cc24325962f51b8c976b2c120a_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7b/f3/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://83/1e/sstate:libsndfile1::1.2.2:r0::12:831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/0f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:ab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/84/sstate:libsoup-2.4::2.74.3:r0::12:eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29_populate_lic.tar.zst\nDEBUG: Searching for universal/7b/f3/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 83/1e/sstate:libsndfile1::1.2.2:r0::12:831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ab/0f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:ab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for eb/84/sstate:libsoup-2.4::2.74.3:r0::12:eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/7b/f3/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 83/1e/sstate:libsndfile1::1.2.2:r0::12:831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d_populate_lic.tar.zst\nDEBUG: Using  for ab/0f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:ab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for eb/84/sstate:libsoup-2.4::2.74.3:r0::12:eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/7b/f3/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://83/1e/sstate:libsndfile1::1.2.2:r0::12:831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d_populate_lic.tar.zst\nDEBUG: Testing URL file://ab/0f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:ab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://eb/84/sstate:libsoup-2.4::2.74.3:r0::12:eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/7b/f3/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723_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/1e/sstate:libsndfile1::1.2.2:r0::12:831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ab/0f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:ab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0_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', '', 'eb/84/sstate:libsoup-2.4::2.74.3:r0::12:eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29_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/7b/f3/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7b/f3/sstate%3Axorgproto-native%3Ax86_64-linux%3A2024.1%3Ar0%3Ax86_64%3A12%3A7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723_deploy_source_date_epoch.tar.zst;downloadfilename=universal/7b/f3/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://83/1e/sstate:libsndfile1::1.2.2:r0::12:831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/1e/sstate%3Alibsndfile1%3A%3A1.2.2%3Ar0%3A%3A12%3A831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d_populate_lic.tar.zst;downloadfilename=83/1e/sstate:libsndfile1::1.2.2:r0::12:831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c4/3b/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e_populate_sysroot.tar.zst\nDEBUG: For url file://ab/0f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:ab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/0f/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3Aab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0_deploy_source_date_epoch.tar.zst;downloadfilename=ab/0f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:ab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://eb/84/sstate:libsoup-2.4::2.74.3:r0::12:eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/84/sstate%3Alibsoup-2.4%3A%3A2.74.3%3Ar0%3A%3A12%3Aeb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29_populate_lic.tar.zst;downloadfilename=eb/84/sstate:libsoup-2.4::2.74.3:r0::12:eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f1/26/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/ca/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/fa/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/8f/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa_packagedata.tar.zst\nDEBUG: Searching for universal/f1/26/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6d/93/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://12/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/92/65/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5_recipe_qa.tar.zst\nDEBUG: Using  for universal/f1/26/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607_recipe_qa.tar.zst\nDEBUG: Searching for 6d/93/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 12/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/92/65/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/f1/26/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607_recipe_qa.tar.zst\nDEBUG: Using  for 6d/93/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4_populate_sysroot.tar.zst\nDEBUG: Using  for 12/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468_package_qa.tar.zst\nDEBUG: Using  for universal/92/65/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f1/26/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6d/93/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://12/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468_package_qa.tar.zst\nDEBUG: Testing URL file://universal/92/65/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5_recipe_qa.tar.zst\nDEBUG: For url file://universal/f1/26/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f1/26/sstate%3Akmod-native%3Ax86_64-linux%3A32%3Ar0%3Ax86_64%3A12%3Af126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607_recipe_qa.tar.zst;downloadfilename=universal/f1/26/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6d/93/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '12/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468_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/92/65/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5_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/93/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/93/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A12%3A6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4_populate_sysroot.tar.zst;downloadfilename=6d/93/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4_populate_sysroot.tar.zst\nDEBUG: For url file://12/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/c3/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A12%3A12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468_package_qa.tar.zst;downloadfilename=12/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7b/f3/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:7bf35d85e9a260e1405c78a1778ad150973f95c54588ec24cf736a722ebf7723_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/92/65/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/92/65/sstate%3Arust-llvm-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3A926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5_recipe_qa.tar.zst;downloadfilename=universal/92/65/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://83/1e/sstate:libsndfile1::1.2.2:r0::12:831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://99/18/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a_create_rootfs_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/af/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/2f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd_recipe_qa.tar.zst\nDEBUG: Searching for 99/18/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a_create_rootfs_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://24/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6b/2f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 99/18/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a_create_rootfs_spdx.tar.zst\nDEBUG: Searching for 24/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6b/2f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd_recipe_qa.tar.zst\nDEBUG: Testing URL file://99/18/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a_create_rootfs_spdx.tar.zst\nDEBUG: Using  for 24/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6b/2f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '99/18/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a_create_rootfs_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://24/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6b/2f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://99/18/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a_create_rootfs_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/18/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a_create_rootfs_spdx.tar.zst;downloadfilename=99/18/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a_create_rootfs_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f1/26/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '24/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10_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://6b/2f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/2f/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A12%3A6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd_recipe_qa.tar.zst;downloadfilename=6b/2f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://27/ed/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd_package_qa.tar.zst\nDEBUG: For url file://24/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/b9/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10_deploy_source_date_epoch.tar.zst;downloadfilename=24/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 27/ed/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6d/93/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:6d930edd5387e791ff8325b37b4a22753068eac29779878d981c6f9ebe55b3e4_populate_sysroot.tar.zst\nDEBUG: Using  for 27/ed/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/5c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/84/sstate:libsoup-2.4::2.74.3:r0::12:eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29_populate_lic.tar.zst\nDEBUG: Testing URL file://27/ed/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/0f/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:ab0fe3e0a8444029e95574e59072a3a072e113e91e03ee829547ef6e370c4bf0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ef/5c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0e/1e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74_create_spdx.tar.zst\nDEBUG: For url ['file', '', '27/ed/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd_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://42/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a_package_qa.tar.zst\nDEBUG: Using  for ef/5c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6_create_spdx.tar.zst\nDEBUG: Searching for 0e/1e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://27/ed/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/ed/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.18.1%3Ar0%3Acore2-64%3A12%3A27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd_package_qa.tar.zst;downloadfilename=27/ed/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd_package_qa.tar.zst\nDEBUG: Searching for 42/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ef/5c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6_create_spdx.tar.zst\nDEBUG: Using  for 0e/1e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/92/65/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:926511545ac2cfe896f6f1fe6ef1a7748995b8274be30be5d8f7f75f7e4ebec5_recipe_qa.tar.zst\nDEBUG: Using  for 42/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ef/5c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0e/1e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/27/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757_package_qa.tar.zst\nDEBUG: Testing URL file://42/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a_package_qa.tar.zst\nDEBUG: For url file://ef/5c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/5c/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A12%3Aef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6_create_spdx.tar.zst;downloadfilename=ef/5c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0e/1e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e2/27/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '42/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0e/1e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/1e/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.13%3Ar0%3Aqemux86_64%3A12%3A0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74_create_spdx.tar.zst;downloadfilename=0e/1e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74_create_spdx.tar.zst\nDEBUG: Using  for e2/27/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757_package_qa.tar.zst\nDEBUG: For url file://42/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/8a/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A12%3A428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a_package_qa.tar.zst;downloadfilename=42/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a_package_qa.tar.zst\nDEBUG: Testing URL file://e2/27/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/2f/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://12/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e2/27/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757_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://24/b9/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:24b90aded8b7c1557faaa627d755270c29dfb23f8a2b4ad925180b69743aec10_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/8f/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/37/94/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc_create_package_spdx.tar.zst\nDEBUG: For url file://e2/27/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/27/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3Ae227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757_package_qa.tar.zst;downloadfilename=e2/27/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/97/8d/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/50/8f/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/37/94/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/97/8d/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/50/8f/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632_create_package_spdx.tar.zst\nDEBUG: Using  for universal/37/94/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc_create_package_spdx.tar.zst\nDEBUG: Using  for universal/97/8d/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/50/8f/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://99/18/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a_create_rootfs_spdx.tar.zst\nDEBUG: Testing URL file://universal/37/94/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/97/8d/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/50/8f/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632_create_package_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://7c/7f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/37/94/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/97/8d/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b_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/8f/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/8f/sstate%3Apbzip2-native%3Ax86_64-linux%3A1.1.13%3Ar0%3Ax86_64%3A12%3A508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632_create_package_spdx.tar.zst;downloadfilename=universal/50/8f/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632_create_package_spdx.tar.zst\nDEBUG: Searching for 7c/7f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/37/94/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/37/94/sstate%3Abc-native%3Ax86_64-linux%3A1.07.1%3Ar0%3Ax86_64%3A12%3A3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc_create_package_spdx.tar.zst;downloadfilename=universal/37/94/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc_create_package_spdx.tar.zst\nDEBUG: For url file://universal/97/8d/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/97/8d/sstate%3Apopt-native%3Ax86_64-linux%3A1.19%3Ar0%3Ax86_64%3A12%3A978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/97/8d/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7c/7f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2_create_spdx.tar.zst\nDEBUG: Testing URL file://7c/7f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7c/7f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2_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/7f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/7f/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2_create_spdx.tar.zst;downloadfilename=7c/7f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/42/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://42/8a/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/27/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/d4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3_package_write_rpm.tar.zst\nDEBUG: Searching for 8c/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/84/20/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66_create_package_spdx.tar.zst\nDEBUG: Searching for 2d/d4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8c/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/84/20/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2d/d4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://8c/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/84/20/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2d/d4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8c/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52_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/84/20/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/d4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3_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://8c/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/da/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.7%3Ar0%3Acore2-64%3A12%3A8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52_deploy_source_date_epoch.tar.zst;downloadfilename=8c/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/84/20/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2d/d4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/d4/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A12%3A2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3_package_write_rpm.tar.zst;downloadfilename=2d/d4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3_package_write_rpm.tar.zst\nDEBUG: For url file://universal/84/20/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/20/sstate%3Agroff-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A12%3A842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66_create_package_spdx.tar.zst;downloadfilename=universal/84/20/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/8f/sstate:pbzip2-native:x86_64-linux:1.1.13:r0:x86_64:12:508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://81/95/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/1e/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://19/76/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/37/94/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/97/8d/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:978d1ef354a6b3bbeefbbe65b844304f2fdb26af62a581c956f45236e6fa7b1b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c8/00/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:c800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://75/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 19/76/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://17/5e/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a3/91/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:a391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992_populate_sysroot.tar.zst\nDEBUG: Searching for universal/c8/00/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:c800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 75/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 19/76/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/5b/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3d5b4a96d28c910fb9ca8b0a9a22dd0a6384aebada88d028cc92145b33a05f09_populate_sysroot.tar.zst\nDEBUG: Searching for 17/5e/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a3/91/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:a391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c8/00/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:c800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 75/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://19/76/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://15/b9/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56_packagedata.tar.zst\nDEBUG: Using  for 17/5e/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f_packagedata.tar.zst\nDEBUG: Using  for universal/a3/91/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:a391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/c8/00/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:c800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://75/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '19/76/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 15/b9/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://17/5e/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f_packagedata.tar.zst\nDEBUG: Testing URL file://universal/a3/91/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:a391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/c8/00/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:c800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90_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/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989_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/76/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/76/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A12%3A197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8_packagedata.tar.zst;downloadfilename=19/76/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8_packagedata.tar.zst\nDEBUG: Using  for 15/b9/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56_packagedata.tar.zst\nDEBUG: For url ['file', '', '17/5e/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/a3/91/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:a391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992_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/c8/00/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:c800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c8/00/sstate%3Alibrsvg-native%3Ax86_64-linux%3A2.57.1%3Ar0%3Ax86_64%3A12%3Ac800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c8/00/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:c800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://75/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/23/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.5%3Ar0%3Acore2-64%3A12%3A752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989_deploy_source_date_epoch.tar.zst;downloadfilename=75/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://15/b9/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56_packagedata.tar.zst\nDEBUG: For url file://17/5e/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/5e/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f_packagedata.tar.zst;downloadfilename=17/5e/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f_packagedata.tar.zst\nDEBUG: For url file://universal/a3/91/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:a391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a3/91/sstate%3Alibxml-sax-base-perl-native%3Ax86_64-linux%3A1.09%3Ar0%3Ax86_64%3A12%3Aa391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992_populate_sysroot.tar.zst;downloadfilename=universal/a3/91/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:a391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/fb/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/da/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:8cda522521fd04f71decb22052ce7b6351e92926c30565b3173cbf9fecb38e52_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://27/ed/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd_package_qa.tar.zst\nDEBUG: For url ['file', '', '15/b9/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56_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/84/20/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/e2/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://96/e7/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://00/af/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://19/76/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://36/91/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/bd/sstate:gconf-native::3.2.6:r0::12:b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218_populate_lic.tar.zst\nDEBUG: For url file://15/b9/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/b9/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A12%3A15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56_packagedata.tar.zst;downloadfilename=15/b9/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://35/1e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b8/4d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://12/07/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba_package.tar.zst\nDEBUG: Searching for 00/af/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://10/fb/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e_package_write_rpm.tar.zst\nDEBUG: Searching for 36/91/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b0/bd/sstate:gconf-native::3.2.6:r0::12:b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 35/1e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/b8/4d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 12/07/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 00/af/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595_create_spdx.tar.zst\nDEBUG: Searching for 10/fb/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 36/91/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79_create_package_spdx.tar.zst\nDEBUG: Using  for b0/bd/sstate:gconf-native::3.2.6:r0::12:b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218_populate_lic.tar.zst\nDEBUG: Using  for 35/1e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/b8/4d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca_populate_sysroot.tar.zst\nDEBUG: Using  for 12/07/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba_package.tar.zst\nDEBUG: Testing URL file://00/af/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595_create_spdx.tar.zst\nDEBUG: Using  for 10/fb/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://36/91/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b0/bd/sstate:gconf-native::3.2.6:r0::12:b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218_populate_lic.tar.zst\nDEBUG: Testing URL file://35/1e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b8/4d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca_populate_sysroot.tar.zst\nDEBUG: Testing URL file://12/07/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba_package.tar.zst\nDEBUG: For url ['file', '', '00/af/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://10/fb/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://75/23/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:752398c41bfd084f6a16263f23ebc188844ef4b36e3a7221b1edd71cc911e989_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '36/91/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79_create_package_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/c8/00/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:c800f85ee6f2c24e3e14dc23dd9288f0c8a2007ac1247388bb136654c9672b90_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b0/bd/sstate:gconf-native::3.2.6:r0::12:b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '35/1e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69_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/b8/4d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '12/07/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://00/af/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/af/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595_create_spdx.tar.zst;downloadfilename=00/af/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595_create_spdx.tar.zst\nDEBUG: For url ['file', '', '10/fb/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e_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/ae/d8/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9_populate_sysroot.tar.zst\nDEBUG: For url file://36/91/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/91/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79_create_package_spdx.tar.zst;downloadfilename=36/91/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://17/5e/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/b3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:f7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a_package_write_ipk.tar.zst\nDEBUG: For url file://b0/bd/sstate:gconf-native::3.2.6:r0::12:b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/bd/sstate%3Agconf-native%3A%3A3.2.6%3Ar0%3A%3A12%3Ab0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218_populate_lic.tar.zst;downloadfilename=b0/bd/sstate:gconf-native::3.2.6:r0::12:b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218_populate_lic.tar.zst\nDEBUG: For url file://35/1e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/1e/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.68%3Ar0%3Acore2-64%3A12%3A351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69_deploy_source_date_epoch.tar.zst;downloadfilename=35/1e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/b8/4d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b8/4d/sstate%3Aunfs3-native%3Ax86_64-linux%3A0.10.0%3Ar0%3Ax86_64%3A12%3Ab84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca_populate_sysroot.tar.zst;downloadfilename=universal/b8/4d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca_populate_sysroot.tar.zst\nDEBUG: For url file://12/07/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/07/sstate%3Acargo%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba_package.tar.zst;downloadfilename=12/07/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba_package.tar.zst\nDEBUG: For url file://10/fb/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/fb/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A12%3A10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e_package_write_rpm.tar.zst;downloadfilename=10/fb/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e_package_write_rpm.tar.zst\nDEBUG: Searching for universal/ae/d8/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/a3/91/sstate:libxml-sax-base-perl-native:x86_64-linux:1.09:r0:x86_64:12:a391f69031cf222be3ee79b1b32a9db5a4cd91e599f8f2c54daa72d8857af992_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://68/06/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c_package_qa.tar.zst\nDEBUG: Searching for f7/b3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:f7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/ae/d8/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/f6/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://15/b9/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56_packagedata.tar.zst\nDEBUG: Searching for 68/06/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f7/b3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:f7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/ae/d8/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9_populate_sysroot.tar.zst\nDEBUG: Searching for e8/f6/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://45/16/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df_package_write_deb.tar.zst\nDEBUG: Using  for 68/06/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c_package_qa.tar.zst\nDEBUG: Testing URL file://f7/b3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:f7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/ae/d8/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e8/f6/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6_create_package_spdx.tar.zst\nDEBUG: Searching for 45/16/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://68/06/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f7/b3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:f7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a_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://universal/ae/d8/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/d8/sstate%3Alibxdmcp-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A12%3Aaed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9_populate_sysroot.tar.zst;downloadfilename=universal/ae/d8/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e8/f6/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6_create_package_spdx.tar.zst\nDEBUG: Using  for 45/16/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '68/06/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f7/b3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:f7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/b3/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A12%3Af7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a_package_write_ipk.tar.zst;downloadfilename=f7/b3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:f7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/bd/sstate:gconf-native::3.2.6:r0::12:b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e8/f6/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://45/16/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df_package_write_deb.tar.zst\nDEBUG: For url file://68/06/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/06/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A12%3A6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c_package_qa.tar.zst;downloadfilename=68/06/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/1e/sstate:python3-more-itertools::10.3.0:r0::12:7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://35/1e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:351eb4d2c21089294d2b65d12808509d3920da92068d24990d0ade36ac32bb69_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b8/4d/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca_populate_sysroot.tar.zst\nDEBUG: For url file://e8/f6/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/f6/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.48.2%3Ar0%3Acore2-64%3A12%3Ae8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6_create_package_spdx.tar.zst;downloadfilename=e8/f6/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '45/16/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7b/1e/sstate:python3-more-itertools::10.3.0:r0::12:7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6f/b5/sstate:cwautomacros-native::20110201:r0::12:6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/5c/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/7b/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8_package_write_rpm.tar.zst\nDEBUG: For url file://45/16/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/16/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.6%3Ar0%3Acore2-64%3A12%3A4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df_package_write_deb.tar.zst;downloadfilename=45/16/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df_package_write_deb.tar.zst\nDEBUG: Using  for 7b/1e/sstate:python3-more-itertools::10.3.0:r0::12:7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://10/fb/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://36/91/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79_create_package_spdx.tar.zst\nDEBUG: Searching for 6f/b5/sstate:cwautomacros-native::20110201:r0::12:6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/7e/b0/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8_create_package_spdx.tar.zst\nDEBUG: Searching for ac/7b/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7b/1e/sstate:python3-more-itertools::10.3.0:r0::12:7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://32/ef/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/da/sstate:libpciaccess-native::0.18.1:r0::12:2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442_populate_lic.tar.zst\nDEBUG: Using  for 6f/b5/sstate:cwautomacros-native::20110201:r0::12:6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01_populate_lic.tar.zst\nDEBUG: Searching for universal/7e/b0/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ac/7b/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '7b/1e/sstate:python3-more-itertools::10.3.0:r0::12:7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 32/ef/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2a/da/sstate:libpciaccess-native::0.18.1:r0::12:2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6f/b5/sstate:cwautomacros-native::20110201:r0::12:6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01_populate_lic.tar.zst\nDEBUG: Using  for universal/7e/b0/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ac/7b/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8_package_write_rpm.tar.zst\nDEBUG: For url file://7b/1e/sstate:python3-more-itertools::10.3.0:r0::12:7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/1e/sstate%3Apython3-more-itertools%3A%3A10.3.0%3Ar0%3A%3A12%3A7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0_populate_lic.tar.zst;downloadfilename=7b/1e/sstate:python3-more-itertools::10.3.0:r0::12:7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ae/d8/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9_populate_sysroot.tar.zst\nDEBUG: Using  for 32/ef/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc_create_spdx.tar.zst\nDEBUG: Using  for 2a/da/sstate:libpciaccess-native::0.18.1:r0::12:2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6f/b5/sstate:cwautomacros-native::20110201:r0::12:6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01_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/7e/b0/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ac/7b/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8_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://fc/63/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a_recipe_qa.tar.zst\nDEBUG: Testing URL file://32/ef/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://68/06/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c_package_qa.tar.zst\nDEBUG: Testing URL file://2a/da/sstate:libpciaccess-native::0.18.1:r0::12:2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442_populate_lic.tar.zst\nDEBUG: For url file://6f/b5/sstate:cwautomacros-native::20110201:r0::12:6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/b5/sstate%3Acwautomacros-native%3A%3A20110201%3Ar0%3A%3A12%3A6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01_populate_lic.tar.zst;downloadfilename=6f/b5/sstate:cwautomacros-native::20110201:r0::12:6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/7e/b0/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ac/7b/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/7b/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.8.1%3Ar0%3Acore2-64%3A12%3Aac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8_package_write_rpm.tar.zst;downloadfilename=ac/7b/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8_package_write_rpm.tar.zst\nDEBUG: Searching for fc/63/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '32/ef/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc_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://18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst\nDEBUG: For url ['file', '', '2a/da/sstate:libpciaccess-native::0.18.1:r0::12:2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442_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/b0/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/b0/sstate%3Acurl-native%3Ax86_64-linux%3A8.8.0%3Ar0%3Ax86_64%3A12%3A7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8_create_package_spdx.tar.zst;downloadfilename=universal/7e/b0/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8_create_package_spdx.tar.zst\nDEBUG: Using  for fc/63/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a_recipe_qa.tar.zst\nDEBUG: For url file://32/ef/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/ef/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc_create_spdx.tar.zst;downloadfilename=32/ef/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://45/16/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4516977b3bd6074a35ce67e4ae0c156ac4eec4afdef9f24fb02b393abeddc6df_package_write_deb.tar.zst\nDEBUG: Searching for 18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2a/da/sstate:libpciaccess-native::0.18.1:r0::12:2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/da/sstate%3Alibpciaccess-native%3A%3A0.18.1%3Ar0%3A%3A12%3A2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442_populate_lic.tar.zst;downloadfilename=2a/da/sstate:libpciaccess-native::0.18.1:r0::12:2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442_populate_lic.tar.zst\nDEBUG: Testing URL file://fc/63/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://da/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f_package_write_rpm.tar.zst\nDEBUG: Using  for 18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/1e/sstate:python3-more-itertools::10.3.0:r0::12:7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fc/63/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for da/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/92/62/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe_populate_sysroot.tar.zst\nDEBUG: For url file://fc/63/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/63/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.42%3Ar0%3Acore2-64%3A12%3Afc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a_recipe_qa.tar.zst;downloadfilename=fc/63/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a_recipe_qa.tar.zst\nDEBUG: Using  for da/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/92/62/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://da/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f_package_write_rpm.tar.zst\nDEBUG: For url file://18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/62/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst;downloadfilename=18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst\nDEBUG: Using  for universal/92/62/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/f6/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/b5/sstate:cwautomacros-native::20110201:r0::12:6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'da/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f_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/92/62/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://15/b5/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/b0/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://28/c0/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f_packagedata.tar.zst\nDEBUG: For url file://da/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/d5/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Adad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f_package_write_rpm.tar.zst;downloadfilename=da/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/92/62/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 15/b5/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://10/6e/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef_create_package_spdx.tar.zst\nDEBUG: Searching for 28/c0/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/92/62/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/92/62/sstate%3Aqemu-helper-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3A92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe_populate_sysroot.tar.zst;downloadfilename=universal/92/62/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe_populate_sysroot.tar.zst\nDEBUG: Using  for 15/b5/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84_package_write_rpm.tar.zst\nDEBUG: Searching for 10/6e/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 28/c0/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f_packagedata.tar.zst\nDEBUG: Testing URL file://15/b5/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84_package_write_rpm.tar.zst\nDEBUG: Using  for 10/6e/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/da/sstate:libpciaccess-native::0.18.1:r0::12:2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442_populate_lic.tar.zst\nDEBUG: Testing URL file://28/c0/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/63/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '15/b5/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84_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://10/6e/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://30/7b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '28/c0/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f_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://35/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://15/b5/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/b5/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A12%3A15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84_package_write_rpm.tar.zst;downloadfilename=15/b5/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '10/6e/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 30/7b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://28/c0/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/c0/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.4%3Ar0%3Acore2-64%3A12%3A28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f_packagedata.tar.zst;downloadfilename=28/c0/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f_packagedata.tar.zst\nDEBUG: Searching for 35/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://10/6e/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/6e/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef_create_package_spdx.tar.zst;downloadfilename=10/6e/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef_create_package_spdx.tar.zst\nDEBUG: Using  for 30/7b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/7b/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8_package_write_rpm.tar.zst\nDEBUG: Using  for 35/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://30/7b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/7f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a0/55/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://00/af/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595_create_spdx.tar.zst\nDEBUG: Testing URL file://35/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '30/7b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3_create_package_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://cd/02/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52_create_package_spdx.tar.zst\nDEBUG: Searching for universal/a0/55/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6c/4f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '35/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b_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/7b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/7b/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3_create_package_spdx.tar.zst;downloadfilename=30/7b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3_create_package_spdx.tar.zst\nDEBUG: Searching for cd/02/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/a0/55/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c_create_package_spdx.tar.zst\nDEBUG: Searching for 6c/4f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://35/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/3e/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b_deploy_source_date_epoch.tar.zst;downloadfilename=35/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://da/d5/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f_package_write_rpm.tar.zst\nDEBUG: Using  for cd/02/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/92/62/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/a0/55/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c_create_package_spdx.tar.zst\nDEBUG: Using  for 6c/4f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/25/4f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9_recipe_qa.tar.zst\nDEBUG: Testing URL file://cd/02/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://15/b5/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://12/07/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:120718df9e7d1e278d0ddce71a6654711b50da17c9b4d801c59879cb9d2a9aba_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:cea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/a0/55/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6c/4f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013_package_write_ipk.tar.zst\nDEBUG: Searching for universal/25/4f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cd/02/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52_create_package_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/d8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/0e/sstate:linux-yocto::6.6.32+git:r0::12:a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371_populate_lic.tar.zst\nDEBUG: Searching for ce/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:cea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/a0/55/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/55/sstate%3Apatch-native%3Ax86_64-linux%3A2.7.6%3Ar0%3Ax86_64%3A12%3Aa055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c_create_package_spdx.tar.zst;downloadfilename=universal/a0/55/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/4f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/25/4f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9_recipe_qa.tar.zst\nDEBUG: For url file://cd/02/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/02/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Acd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52_create_package_spdx.tar.zst;downloadfilename=cd/02/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52_create_package_spdx.tar.zst\nDEBUG: Searching for 87/d8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a3/0e/sstate:linux-yocto::6.6.32+git:r0::12:a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ce/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:cea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63_package_write_deb.tar.zst\nDEBUG: For url file://6c/4f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/4f/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1.1%3Ar0%3Acore2-64%3A12%3A6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013_package_write_ipk.tar.zst;downloadfilename=6c/4f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/25/4f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9_recipe_qa.tar.zst\nDEBUG: Using  for 87/d8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8_package_write_rpm.tar.zst\nDEBUG: Using  for a3/0e/sstate:linux-yocto::6.6.32+git:r0::12:a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371_populate_lic.tar.zst\nDEBUG: Testing URL file://ce/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:cea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/25/4f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://87/d8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a3/0e/sstate:linux-yocto::6.6.32+git:r0::12:a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ce/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:cea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63_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/25/4f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/25/4f/sstate%3Acreaterepo-c-native%3Ax86_64-linux%3A1.1.2%3Ar0%3Ax86_64%3A12%3A254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9_recipe_qa.tar.zst;downloadfilename=universal/25/4f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '87/d8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8_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/0e/sstate:linux-yocto::6.6.32+git:r0::12:a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ce/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:cea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/a7/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.1.0%3Ar0%3Acore2-64%3A12%3Acea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63_package_write_deb.tar.zst;downloadfilename=ce/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:cea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63_package_write_deb.tar.zst\nDEBUG: For url file://87/d8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/d8/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.18.1%3Ar0%3Acore2-64%3A12%3A87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8_package_write_rpm.tar.zst;downloadfilename=87/d8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8_package_write_rpm.tar.zst\nDEBUG: For url file://a3/0e/sstate:linux-yocto::6.6.32+git:r0::12:a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/0e/sstate%3Alinux-yocto%3A%3A6.6.32%2Bgit%3Ar0%3A%3A12%3Aa30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371_populate_lic.tar.zst;downloadfilename=a3/0e/sstate:linux-yocto::6.6.32+git:r0::12:a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://32/ef/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://35/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:353ea8049cfe45e3e33a2d02c900dbbd3ad57435942015c6610d01624a9b160b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://96/13/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/55/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/77/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/4f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013_package_write_ipk.tar.zst\nDEBUG: Searching for 96/13/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2b/87/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8e/77/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/7e/54/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 96/13/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4_populate_sysroot.tar.zst\nDEBUG: Searching for 2b/87/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8e/77/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237_package_qa.tar.zst\nDEBUG: Searching for universal/7e/54/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://96/13/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4_populate_sysroot.tar.zst\nDEBUG: Using  for 2b/87/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8e/77/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237_package_qa.tar.zst\nDEBUG: Using  for universal/7e/54/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '96/13/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2b/87/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8e/77/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237_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/7e/54/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://96/13/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/13/sstate%3Astrace%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4_populate_sysroot.tar.zst;downloadfilename=96/13/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2b/87/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59_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/77/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/77/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.42%3Ar0%3Acore2-64%3A12%3A8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237_package_qa.tar.zst;downloadfilename=8e/77/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/7e/54/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb_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://2b/87/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/87/sstate%3Agcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59_deploy_source_date_epoch.tar.zst;downloadfilename=2b/87/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/7e/54/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/54/sstate%3Adebianutils-native%3Ax86_64-linux%3A5.19%3Ar0%3Ax86_64%3A12%3A7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb_deploy_source_date_epoch.tar.zst;downloadfilename=universal/7e/54/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/25/4f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:cea76bd62963babe5736e5936b215f30993b5c5ca1aeab4747a5d9f363119a63_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://87/d8/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e8/39/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/12/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/44/be/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/e8/39/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3a/12/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/44/be/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e8/39/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73_recipe_qa.tar.zst\nDEBUG: Using  for 3a/12/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7_recipe_qa.tar.zst\nDEBUG: Using  for universal/44/be/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e8/39/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73_recipe_qa.tar.zst\nDEBUG: Testing URL file://3a/12/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/44/be/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/e8/39/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73_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/12/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7_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/be/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991_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/e8/39/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e8/39/sstate%3Aopenssl-native%3Ax86_64-linux%3A3.3.1%3Ar0%3Ax86_64%3A12%3Ae839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73_recipe_qa.tar.zst;downloadfilename=universal/e8/39/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73_recipe_qa.tar.zst\nDEBUG: For url file://3a/12/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/12/sstate%3Altp%3Acore2-64-poky-linux%3A20240524%3Ar0%3Acore2-64%3A12%3A3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7_recipe_qa.tar.zst;downloadfilename=3a/12/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7_recipe_qa.tar.zst\nDEBUG: For url file://universal/44/be/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/44/be/sstate%3Alibcap-ng-native%3Ax86_64-linux%3A0.8.5%3Ar0%3Ax86_64%3A12%3A44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991_deploy_source_date_epoch.tar.zst;downloadfilename=universal/44/be/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/77/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/b3/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:f7b36b5843342fe21f5f8027676f4289341d9278757bda006e4a997b43c71c1a_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/a1/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:f5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/8d/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d_package.tar.zst\nDEBUG: Searching for f5/a1/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:f5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2b/8d/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f5/a1/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:f5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733_package.tar.zst\nDEBUG: Using  for 2b/8d/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d_package.tar.zst\nDEBUG: Testing URL file://f5/a1/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:f5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733_package.tar.zst\nDEBUG: Testing URL file://2b/8d/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d_package.tar.zst\nDEBUG: For url ['file', '', 'f5/a1/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:f5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2b/8d/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f5/a1/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:f5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/a1/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Af5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733_package.tar.zst;downloadfilename=f5/a1/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:f5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733_package.tar.zst\nDEBUG: For url file://2b/8d/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/8d/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A12%3A2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d_package.tar.zst;downloadfilename=2b/8d/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/87/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:2b87bdaf9a330d7f0a4984d3738f2f057e0afef1211fcc426bf4164e89ec2a59_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/54/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:7e5449e1312b24b766a9b4fc70db466f1da4843250596bde04af2825320833bb_deploy_source_date_epoch.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Attempting to fetch file://universal/c9/bf/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:c9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/02/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://26/d9/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc_recipe_qa.tar.zst\nDEBUG: Searching for universal/c9/bf/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:c9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/e8/39/sstate:openssl-native:x86_64-linux:3.3.1:r0:x86_64:12:e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://15/e2/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de_recipe_qa.tar.zst\nDEBUG: Searching for 26/d9/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c9/bf/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:c9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/ab/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b_recipe_qa.tar.zst\nDEBUG: Searching for 15/e2/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 26/d9/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/c9/bf/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:c9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e_populate_sysroot.tar.zst\nDEBUG: Searching for ae/ab/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 15/e2/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de_recipe_qa.tar.zst\nDEBUG: Testing URL file://26/d9/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/c9/bf/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:c9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ae/ab/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b_recipe_qa.tar.zst\nDEBUG: Testing URL file://15/e2/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '26/d9/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc_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/c9/bf/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:c9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c9/bf/sstate%3Alibssh2-native%3Ax86_64-linux%3A1.11.0%3Ar0%3Ax86_64%3A12%3Ac9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e_populate_sysroot.tar.zst;downloadfilename=universal/c9/bf/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:c9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ae/ab/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '15/e2/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://26/d9/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/d9/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.29%3Ar0%3Acore2-64%3A12%3A26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc_recipe_qa.tar.zst;downloadfilename=26/d9/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ae/ab/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b_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/e2/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/e2/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.15%3Ar0%3Acore2-64%3A12%3A15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de_recipe_qa.tar.zst;downloadfilename=15/e2/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/44/be/sstate:libcap-ng-native:x86_64-linux:0.8.5:r0:x86_64:12:44bef8241d9a72c704b6c8e1c43f3fff5b4f01155c7d479a11d1f49ec1b4c991_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ae/ab/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/ab/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Aaeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b_recipe_qa.tar.zst;downloadfilename=ae/ab/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5d/32/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/8d/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2b8d3c2e3f75e522a403acfb1f891dbdd7fcbafdb5667d6cc4b11fb138b7275d_package.tar.zst\nDEBUG: Searching for universal/5d/32/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Attempting to fetch file://universal/07/e4/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5_populate_sysroot.tar.zst\nDEBUG: Using  for universal/5d/32/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/07/e4/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Unsuccessful fetch test for file://18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst (FetchError(\"URL doesn't work\", 'file://18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst'. URL doesn't work\n\nDEBUG: Testing URL file://universal/5d/32/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/07/e4/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://31/a2/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/5d/32/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514_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/07/e4/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5_populate_sysroot.tar.zst\nDEBUG: Searching for 31/a2/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/5d/32/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5d/32/sstate%3Avirglrenderer-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3A5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5d/32/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/07/e4/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 31/a2/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5_create_spdx.tar.zst\nDEBUG: For url file://universal/07/e4/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/07/e4/sstate%3Alibcheck-native%3Ax86_64-linux%3A0.15.2%3Ar0%3Ax86_64%3A12%3A07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5_populate_sysroot.tar.zst;downloadfilename=universal/07/e4/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://31/a2/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c9/bf/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:c9bf4789ffda8a79bd6fa81fffa809d76d232d479165241ea67f84ef8e69990e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '31/a2/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5_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://d4/02/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6_package_qa.tar.zst\nDEBUG: For url file://31/a2/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/a2/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A12%3A31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5_create_spdx.tar.zst;downloadfilename=31/a2/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5_create_spdx.tar.zst\nDEBUG: Searching for d4/02/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3a/12/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7_recipe_qa.tar.zst\nDEBUG: Using  for d4/02/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://15/e2/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://26/d9/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://95/48/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3_package_qa.tar.zst\nDEBUG: Testing URL file://d4/02/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/f3/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/63/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7_package_write_rpm.tar.zst\nDEBUG: Searching for 95/48/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd4/02/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2e/f3/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://28/c0/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f_packagedata.tar.zst\nDEBUG: Searching for a9/63/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 95/48/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3_package_qa.tar.zst\nDEBUG: For url file://d4/02/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/02/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3Ad402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6_package_qa.tar.zst;downloadfilename=d4/02/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6_package_qa.tar.zst\nDEBUG: Using  for 2e/f3/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/ab/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/99/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c_package_qa.tar.zst\nDEBUG: Using  for a9/63/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://95/48/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3_package_qa.tar.zst\nDEBUG: Testing URL file://2e/f3/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/d4/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://10/6e/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://30/7b/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/86/2b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581_create_spdx.tar.zst\nDEBUG: Searching for 8b/99/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a9/63/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '95/48/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3_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/f3/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda_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://a3/d3/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/03/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:d458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179_populate_sysroot.tar.zst\nDEBUG: Searching for universal/86/2b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8b/99/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a9/63/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7_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/48/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/48/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3A9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3_package_qa.tar.zst;downloadfilename=95/48/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3_package_qa.tar.zst\nDEBUG: For url file://2e/f3/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/f3/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda_package_qa.tar.zst;downloadfilename=2e/f3/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda_package_qa.tar.zst\nDEBUG: Searching for a3/d3/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0b/03/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/5d/32/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:5d32051bca9e39d138a5fbd497e1a89fb728cecf38544a55270b1e5975e21514_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d4/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:d458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/86/2b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581_create_spdx.tar.zst\nDEBUG: Testing URL file://8b/99/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c_package_qa.tar.zst\nDEBUG: For url file://a9/63/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/63/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Aa963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7_package_write_rpm.tar.zst;downloadfilename=a9/63/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7_package_write_rpm.tar.zst\nDEBUG: Using  for a3/d3/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/07/e4/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5_populate_sysroot.tar.zst\nDEBUG: Using  for 0b/03/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/da/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84_create_package_spdx.tar.zst\nDEBUG: Using  for d4/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:d458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/86/2b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8b/99/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a3/d3/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/51/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0b/03/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52_create_package_spdx.tar.zst\nDEBUG: Searching for f5/da/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d4/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:d458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/86/2b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581_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/99/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/99/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A12%3A8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c_package_qa.tar.zst;downloadfilename=8b/99/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a3/d3/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb_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/a1/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:f5a103121c667bc4263702f17f6eb551e50439be26398d01ac4c7af3578d0733_package.tar.zst\nDEBUG: Searching for universal/04/51/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0b/03/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f5/da/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd4/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:d458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179_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/86/2b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/86/2b/sstate%3Ahelp2man-native%3Ax86_64-linux%3A1.49.3%3Ar0%3Ax86_64%3A12%3A862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581_create_spdx.tar.zst;downloadfilename=universal/86/2b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581_create_spdx.tar.zst\nDEBUG: For url file://a3/d3/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/d3/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A12%3Aa3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb_create_spdx.tar.zst;downloadfilename=a3/d3/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://db/b2/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/02/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6_package_qa.tar.zst\nDEBUG: Using  for universal/04/51/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87_populate_sysroot.tar.zst\nDEBUG: For url file://0b/03/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/03/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A12%3A0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52_create_package_spdx.tar.zst;downloadfilename=0b/03/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f5/da/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84_create_package_spdx.tar.zst\nDEBUG: For url file://d4/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:d458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/58/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.14.0%3Ar0%3Acore2-64%3A12%3Ad458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179_populate_sysroot.tar.zst;downloadfilename=d4/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:d458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179_populate_sysroot.tar.zst\nDEBUG: Searching for db/b2/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://95/48/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/fc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/04/51/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f5/da/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for db/b2/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/63/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/a0/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/0e/sstate:linux-yocto::6.6.32+git:r0::12:a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371_populate_lic.tar.zst\nDEBUG: Searching for 4f/fc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8b/99/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/04/51/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87_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/da/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/da/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A12%3Af5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84_create_package_spdx.tar.zst;downloadfilename=f5/da/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84_create_package_spdx.tar.zst\nDEBUG: Testing URL file://db/b2/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/52/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a_create_spdx.tar.zst\nDEBUG: Searching for ab/a0/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://23/6a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada_populate_sysroot.tar.zst\nDEBUG: Using  for 4f/fc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7c/15/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318_recipe_qa.tar.zst\nDEBUG: For url file://universal/04/51/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/51/sstate%3Alibpthread-stubs-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3A0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87_populate_sysroot.tar.zst;downloadfilename=universal/04/51/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'db/b2/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f0/52/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2e/f3/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda_package_qa.tar.zst\nDEBUG: Using  for ab/a0/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: Searching for 23/6a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4f/fc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360_recipe_qa.tar.zst\nDEBUG: Searching for universal/7c/15/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://db/b2/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/b2/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3Adbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f_create_spdx.tar.zst;downloadfilename=db/b2/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f_create_spdx.tar.zst\nDEBUG: Using  for f0/52/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://da/d2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/86/2b/sstate:help2man-native:x86_64-linux:1.49.3:r0:x86_64:12:862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581_create_spdx.tar.zst\nDEBUG: Testing URL file://ab/a0/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: Using  for 23/6a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4f/fc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/7c/15/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318_recipe_qa.tar.zst\nDEBUG: Testing URL file://f0/52/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://31/a2/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://96/13/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:961352702cdba0e46ebca1f555ea7ecd79cfa2024c19f7e6aff67ca79f7d5ce4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/d3/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb_create_spdx.tar.zst\nDEBUG: Searching for da/d2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0b/03/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:d458ed0b1a6dba9a2224f7775f01d377ecd9b078b446c1acf89e181195d6b179_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/b7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ab/a0/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://23/6a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/04/51/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87_populate_sysroot.tar.zst\nDEBUG: For url file://4f/fc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/fc/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360_recipe_qa.tar.zst;downloadfilename=4f/fc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/7c/15/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f0/52/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a_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/d8/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/45/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://66/bf/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f_package_qa.tar.zst\nDEBUG: Using  for da/d2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://da/d1/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://64/0c/sstate:make-mod-scripts::1.0:r0::12:640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943_populate_lic.tar.zst\nDEBUG: Searching for 6c/b7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ab/a0/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/a0/sstate%3Agcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Aaba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst;downloadfilename=ab/a0/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '23/6a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada_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://58/39/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/7c/15/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f0/52/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/52/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Af052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a_create_spdx.tar.zst;downloadfilename=f0/52/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a_create_spdx.tar.zst\nDEBUG: Searching for 54/d8/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d3/45/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 66/bf/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://da/d2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46_package_qa.tar.zst\nDEBUG: Searching for da/d1/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 64/0c/sstate:make-mod-scripts::1.0:r0::12:640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6c/b7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b_package_write_deb.tar.zst\nDEBUG: For url file://23/6a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/6a/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A12%3A236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada_populate_sysroot.tar.zst;downloadfilename=23/6a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada_populate_sysroot.tar.zst\nDEBUG: Searching for 58/39/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/7c/15/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7c/15/sstate%3Avala-native%3Ax86_64-linux%3A0.56.17%3Ar0%3Ax86_64%3A12%3A7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318_recipe_qa.tar.zst;downloadfilename=universal/7c/15/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318_recipe_qa.tar.zst\nDEBUG: Using  for 54/d8/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99_recipe_qa.tar.zst\nDEBUG: Using  for d3/45/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298_recipe_qa.tar.zst\nDEBUG: Using  for 66/bf/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'da/d2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for da/d1/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3_recipe_qa.tar.zst\nDEBUG: Using  for 64/0c/sstate:make-mod-scripts::1.0:r0::12:640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943_populate_lic.tar.zst\nDEBUG: Testing URL file://6c/b7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b_package_write_deb.tar.zst\nDEBUG: Using  for 58/39/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e_packagedata.tar.zst\nDEBUG: Testing URL file://54/d8/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99_recipe_qa.tar.zst\nDEBUG: Testing URL file://d3/45/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/fc/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://db/b2/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f_create_spdx.tar.zst\nDEBUG: Testing URL file://66/bf/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f_package_qa.tar.zst\nDEBUG: For url file://da/d2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/d2/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Adad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46_package_qa.tar.zst;downloadfilename=da/d2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46_package_qa.tar.zst\nDEBUG: Testing URL file://da/d1/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3_recipe_qa.tar.zst\nDEBUG: Testing URL file://64/0c/sstate:make-mod-scripts::1.0:r0::12:640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6c/b7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b_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://58/39/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e_packagedata.tar.zst\nDEBUG: For url ['file', '', '54/d8/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd3/45/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298_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/bb/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://00/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '66/bf/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f_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/d1/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3_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/0c/sstate:make-mod-scripts::1.0:r0::12:640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943_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/b7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/b7/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b_package_write_deb.tar.zst;downloadfilename=6c/b7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '58/39/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://54/d8/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/d8/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.2%3Ar0%3Acore2-64%3A12%3A54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99_recipe_qa.tar.zst;downloadfilename=54/d8/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99_recipe_qa.tar.zst\nDEBUG: For url file://d3/45/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/45/sstate%3Anpth%3Acore2-64-poky-linux%3A1.7%3Ar0%3Acore2-64%3A12%3Ad3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298_recipe_qa.tar.zst;downloadfilename=d3/45/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298_recipe_qa.tar.zst\nDEBUG: Searching for 55/bb/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 00/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://66/bf/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/bf/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1.1%3Ar0%3Acore2-64%3A12%3A66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f_package_qa.tar.zst;downloadfilename=66/bf/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f_package_qa.tar.zst\nDEBUG: For url file://da/d1/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/d1/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A12%3Adad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3_recipe_qa.tar.zst;downloadfilename=da/d1/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3_recipe_qa.tar.zst\nDEBUG: For url file://64/0c/sstate:make-mod-scripts::1.0:r0::12:640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/0c/sstate%3Amake-mod-scripts%3A%3A1.0%3Ar0%3A%3A12%3A640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943_populate_lic.tar.zst;downloadfilename=64/0c/sstate:make-mod-scripts::1.0:r0::12:640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943_populate_lic.tar.zst\nDEBUG: For url file://58/39/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/39/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e_packagedata.tar.zst;downloadfilename=58/39/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/a0/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: Using  for 55/bb/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://23/6a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:236afef4bdbb25ddfb29186f954bbbc64446083c0b8b8431bb81f2e9c5347ada_populate_sysroot.tar.zst\nDEBUG: Using  for 00/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7c/15/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:7c1542ecaa671c771123d6d1c42c500f6258ac96d997c6be8d82b22132388318_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e6/b9/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed_recipe_qa.tar.zst\nDEBUG: Testing URL file://55/bb/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://16/59/sstate:libxtst::1.2.4:r0::12:16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe_populate_lic.tar.zst\nDEBUG: Testing URL file://00/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://83/92/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46_recipe_qa.tar.zst\nDEBUG: Searching for universal/e6/b9/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '55/bb/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 16/59/sstate:libxtst::1.2.4:r0::12:16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '00/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746_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/92/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e6/b9/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed_recipe_qa.tar.zst\nDEBUG: For url file://55/bb/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/bb/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A12%3A55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd_packagedata.tar.zst;downloadfilename=55/bb/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd_packagedata.tar.zst\nDEBUG: Using  for 16/59/sstate:libxtst::1.2.4:r0::12:16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe_populate_lic.tar.zst\nDEBUG: For url file://00/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/66/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746_package_write_rpm.tar.zst;downloadfilename=00/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746_package_write_rpm.tar.zst\nDEBUG: Using  for 83/92/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/e6/b9/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/45/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298_recipe_qa.tar.zst\nDEBUG: Testing URL file://16/59/sstate:libxtst::1.2.4:r0::12:16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe_populate_lic.tar.zst\nDEBUG: Testing URL file://83/92/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/e6/b9/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed_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/d8/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://da/d1/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://66/bf/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://07/22/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5_package.tar.zst\nDEBUG: For url ['file', '', '16/59/sstate:libxtst::1.2.4:r0::12:16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe_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/92/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46_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/e6/b9/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e6/b9/sstate%3Alibxau-native%3Ax86_64-linux%3A1.0.11%3Ar0%3Ax86_64%3A12%3Ae6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed_recipe_qa.tar.zst;downloadfilename=universal/e6/b9/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/8f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/1d/sstate:kexec-tools::2.0.28:r0::12:6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://de/ae/sstate:diffstat::1.66:r0::12:deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053_populate_lic.tar.zst\nDEBUG: Searching for 07/22/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://16/59/sstate:libxtst::1.2.4:r0::12:16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/59/sstate%3Alibxtst%3A%3A1.2.4%3Ar0%3A%3A12%3A16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe_populate_lic.tar.zst;downloadfilename=16/59/sstate:libxtst::1.2.4:r0::12:16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe_populate_lic.tar.zst\nDEBUG: For url file://83/92/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/92/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.18.1%3Ar0%3Acore2-64%3A12%3A8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46_recipe_qa.tar.zst;downloadfilename=83/92/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46_recipe_qa.tar.zst\nDEBUG: Searching for 4b/8f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6e/1d/sstate:kexec-tools::2.0.28:r0::12:6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for de/ae/sstate:diffstat::1.66:r0::12:deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://64/0c/sstate:make-mod-scripts::1.0:r0::12:640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943_populate_lic.tar.zst\nDEBUG: Using  for 07/22/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5_package.tar.zst\nDEBUG: Using  for 4b/8f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24_package_qa.tar.zst\nDEBUG: Using  for 6e/1d/sstate:kexec-tools::2.0.28:r0::12:6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd_populate_lic.tar.zst\nDEBUG: Using  for de/ae/sstate:diffstat::1.66:r0::12:deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://55/bb/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/ef/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7_package_write_deb.tar.zst\nDEBUG: Testing URL file://07/22/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5_package.tar.zst\nDEBUG: Testing URL file://4b/8f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24_package_qa.tar.zst\nDEBUG: Testing URL file://6e/1d/sstate:kexec-tools::2.0.28:r0::12:6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd_populate_lic.tar.zst\nDEBUG: Testing URL file://de/ae/sstate:diffstat::1.66:r0::12:deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://71/ec/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134_package_write_deb.tar.zst\nDEBUG: Searching for f9/ef/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '07/22/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4b/8f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6e/1d/sstate:kexec-tools::2.0.28:r0::12:6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd_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/ae/sstate:diffstat::1.66:r0::12:deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 71/ec/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f9/ef/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7_package_write_deb.tar.zst\nDEBUG: For url file://07/22/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/22/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A12%3A07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5_package.tar.zst;downloadfilename=07/22/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5_package.tar.zst\nDEBUG: For url file://4b/8f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/8f/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24_package_qa.tar.zst;downloadfilename=4b/8f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24_package_qa.tar.zst\nDEBUG: For url file://6e/1d/sstate:kexec-tools::2.0.28:r0::12:6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/1d/sstate%3Akexec-tools%3A%3A2.0.28%3Ar0%3A%3A12%3A6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd_populate_lic.tar.zst;downloadfilename=6e/1d/sstate:kexec-tools::2.0.28:r0::12:6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd_populate_lic.tar.zst\nDEBUG: For url file://de/ae/sstate:diffstat::1.66:r0::12:deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/ae/sstate%3Adiffstat%3A%3A1.66%3Ar0%3A%3A12%3Adeae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053_populate_lic.tar.zst;downloadfilename=de/ae/sstate:diffstat::1.66:r0::12:deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053_populate_lic.tar.zst\nDEBUG: Using  for 71/ec/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://00/66/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f9/ef/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7_package_write_deb.tar.zst\nDEBUG: Testing URL file://71/ec/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e6/b9/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://da/d2/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://58/39/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/ab/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://16/59/sstate:libxtst::1.2.4:r0::12:16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f9/ef/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7_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', '', '71/ec/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134_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://b9/5d/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://83/92/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://06/15/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://05/5a/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558_create_package_spdx.tar.zst\nDEBUG: Searching for 1f/ab/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0c/b9/sstate:gdk-pixbuf-native::2.42.12:r0::12:0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db_populate_lic.tar.zst\nDEBUG: For url file://f9/ef/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/ef/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A12%3Af9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7_package_write_deb.tar.zst;downloadfilename=f9/ef/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7_package_write_deb.tar.zst\nDEBUG: For url file://71/ec/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/ec/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134_package_write_deb.tar.zst;downloadfilename=71/ec/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134_package_write_deb.tar.zst\nDEBUG: Searching for b9/5d/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/8c/7a/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75_create_package_spdx.tar.zst\nDEBUG: Searching for 06/15/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 05/5a/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1f/ab/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd_package_write_rpm.tar.zst\nDEBUG: Searching for 0c/b9/sstate:gdk-pixbuf-native::2.42.12:r0::12:0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b9/5d/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/8c/7a/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f5/da/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84_create_package_spdx.tar.zst\nDEBUG: Using  for 06/15/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 05/5a/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558_create_package_spdx.tar.zst\nDEBUG: Testing URL file://1f/ab/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd_package_write_rpm.tar.zst\nDEBUG: Using  for 0c/b9/sstate:gdk-pixbuf-native::2.42.12:r0::12:0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db_populate_lic.tar.zst\nDEBUG: Testing URL file://b9/5d/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/8c/7a/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/7c/sstate:libpthread-stubs-native::0.5:r0::12:e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea_populate_lic.tar.zst\nDEBUG: Testing URL file://06/15/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://05/5a/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '1f/ab/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd_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://0c/b9/sstate:gdk-pixbuf-native::2.42.12:r0::12:0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b9/5d/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4_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/7a/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75_create_package_spdx.tar.zst\nDEBUG: Searching for e0/7c/sstate:libpthread-stubs-native::0.5:r0::12:e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '06/15/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644_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', '', '05/5a/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1f/ab/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/ab/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd_package_write_rpm.tar.zst;downloadfilename=1f/ab/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0c/b9/sstate:gdk-pixbuf-native::2.42.12:r0::12:0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db_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/5d/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/5d/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3Ab95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4_deploy_source_date_epoch.tar.zst;downloadfilename=b9/5d/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://de/ae/sstate:diffstat::1.66:r0::12:deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/8c/7a/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e0/7c/sstate:libpthread-stubs-native::0.5:r0::12:e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea_populate_lic.tar.zst\nDEBUG: For url file://06/15/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/15/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A12%3A06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644_deploy_source_date_epoch.tar.zst;downloadfilename=06/15/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://05/5a/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/5a/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.1%3Ar0%3Acore2-64%3A12%3A055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558_create_package_spdx.tar.zst;downloadfilename=05/5a/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/8f/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24_package_qa.tar.zst\nDEBUG: For url file://0c/b9/sstate:gdk-pixbuf-native::2.42.12:r0::12:0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/b9/sstate%3Agdk-pixbuf-native%3A%3A2.42.12%3Ar0%3A%3A12%3A0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db_populate_lic.tar.zst;downloadfilename=0c/b9/sstate:gdk-pixbuf-native::2.42.12:r0::12:0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://55/92/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/52/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a_create_spdx.tar.zst\nDEBUG: For url file://universal/8c/7a/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8c/7a/sstate%3Apython3-wheel-native%3Ax86_64-linux%3A0.43.0%3Ar0%3Ax86_64%3A12%3A8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75_create_package_spdx.tar.zst;downloadfilename=universal/8c/7a/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e0/7c/sstate:libpthread-stubs-native::0.5:r0::12:e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/56/sstate:connman::1.42:r0::12:1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://32/1c/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:321c768a43e52162d2cb5c290ebb28f2ee938dd560a18799511695c565eaa1ef_package_write_ipk.tar.zst\nDEBUG: Searching for 55/92/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://71/ec/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:71ec52d0dfcee9700a06ee57332dd9f4689f4526df05ae780191e349d23b4134_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/1d/sstate:kexec-tools::2.0.28:r0::12:6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/32/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e0/7c/sstate:libpthread-stubs-native::0.5:r0::12:e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1a/56/sstate:connman::1.42:r0::12:1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://82/73/sstate:make-native::4.4.1:r0::12:8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c_populate_lic.tar.zst\nDEBUG: Using  for 55/92/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://63/29/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/56/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7_populate_sysroot.tar.zst\nDEBUG: Searching for ac/32/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e0/7c/sstate:libpthread-stubs-native::0.5:r0::12:e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/7c/sstate%3Alibpthread-stubs-native%3A%3A0.5%3Ar0%3A%3A12%3Ae07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea_populate_lic.tar.zst;downloadfilename=e0/7c/sstate:libpthread-stubs-native::0.5:r0::12:e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea_populate_lic.tar.zst\nDEBUG: Using  for 1a/56/sstate:connman::1.42:r0::12:1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b_populate_lic.tar.zst\nDEBUG: Searching for 82/73/sstate:make-native::4.4.1:r0::12:8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://55/92/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f_package.tar.zst\nDEBUG: Searching for 63/29/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5a/56/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ac/32/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5_create_spdx.tar.zst\nDEBUG: Testing URL file://1a/56/sstate:connman::1.42:r0::12:1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b_populate_lic.tar.zst\nDEBUG: Using  for 82/73/sstate:make-native::4.4.1:r0::12:8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/5d/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b95d1ac62ef23023219efa32cd8f469d62d14847cacec5a0347a492fd054c9c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '55/92/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 63/29/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5_package_write_rpm.tar.zst\nDEBUG: Using  for 5a/56/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ac/32/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1a/56/sstate:connman::1.42:r0::12:1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b_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/73/sstate:make-native::4.4.1:r0::12:8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://20/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240_package_write_rpm.tar.zst\nDEBUG: For url file://55/92/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/92/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f_package.tar.zst;downloadfilename=55/92/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f_package.tar.zst\nDEBUG: Testing URL file://63/29/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://5a/56/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ac/32/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5_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/56/sstate:connman::1.42:r0::12:1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/56/sstate%3Aconnman%3A%3A1.42%3Ar0%3A%3A12%3A1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b_populate_lic.tar.zst;downloadfilename=1a/56/sstate:connman::1.42:r0::12:1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '82/73/sstate:make-native::4.4.1:r0::12:8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 20/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '63/29/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5_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/56/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7_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/15/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:06156f023533cbe18a968e55d6e1d94f0bd2163f759fde9e3931e87c27cbd644_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ac/32/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/32/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3Aac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5_create_spdx.tar.zst;downloadfilename=ac/32/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5_create_spdx.tar.zst\nDEBUG: For url file://82/73/sstate:make-native::4.4.1:r0::12:8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/73/sstate%3Amake-native%3A%3A4.4.1%3Ar0%3A%3A12%3A8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c_populate_lic.tar.zst;downloadfilename=82/73/sstate:make-native::4.4.1:r0::12:8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c_populate_lic.tar.zst\nDEBUG: Using  for 20/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240_package_write_rpm.tar.zst\nDEBUG: For url file://63/29/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/29/sstate%3Akmod%3Acore2-64-poky-linux%3A32%3Ar0%3Acore2-64%3A12%3A6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5_package_write_rpm.tar.zst;downloadfilename=63/29/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/b9/sstate:gdk-pixbuf-native::2.42.12:r0::12:0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8c/7a/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75_create_package_spdx.tar.zst\nDEBUG: For url file://5a/56/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/56/sstate%3Awayland%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7_populate_sysroot.tar.zst;downloadfilename=5a/56/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/2d/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140_package_write_deb.tar.zst\nDEBUG: Testing URL file://20/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/36/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/ab/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/7c/sstate:libpthread-stubs-native::0.5:r0::12:e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/c6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7_recipe_qa.tar.zst\nDEBUG: Searching for 1d/2d/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '20/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240_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://55/92/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:55922ea91b04de62fa5c401d143f71d1141b13203392a9353d656ca2d2a6036f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/56/sstate:connman::1.42:r0::12:1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b_populate_lic.tar.zst\nDEBUG: Searching for a4/36/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://50/1d/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/b3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7_create_spdx.tar.zst\nDEBUG: Searching for c4/c6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1d/2d/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140_package_write_deb.tar.zst\nDEBUG: For url file://20/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/6b/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.45.3%3Ar0%3Acore2-64%3A12%3A206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240_package_write_rpm.tar.zst;downloadfilename=20/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3e/e5/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/bc/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:cbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8_package.tar.zst\nDEBUG: Using  for a4/36/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2_packagedata.tar.zst\nDEBUG: Searching for 50/1d/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c5/b3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c4/c6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7_recipe_qa.tar.zst\nDEBUG: Testing URL file://1d/2d/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140_package_write_deb.tar.zst\nDEBUG: Searching for universal/3e/e5/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cb/bc/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:cbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a4/36/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2_packagedata.tar.zst\nDEBUG: Using  for 50/1d/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc_create_package_spdx.tar.zst\nDEBUG: Using  for c5/b3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7_create_spdx.tar.zst\nDEBUG: Testing URL file://c4/c6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1d/2d/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/3e/e5/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db_recipe_qa.tar.zst\nDEBUG: Using  for cb/bc/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:cbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8_package.tar.zst\nDEBUG: For url ['file', '', 'a4/36/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://50/1d/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c5/b3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c4/c6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1d/2d/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/2d/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140_package_write_deb.tar.zst;downloadfilename=1d/2d/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/3e/e5/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db_recipe_qa.tar.zst\nDEBUG: Testing URL file://cb/bc/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:cbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8_package.tar.zst\nDEBUG: For url file://a4/36/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/36/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.7%3Ar0%3Acore2-64%3A12%3Aa4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2_packagedata.tar.zst;downloadfilename=a4/36/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2_packagedata.tar.zst\nDEBUG: For url ['file', '', '50/1d/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c5/b3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7_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/c6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/c6/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3Ac4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7_recipe_qa.tar.zst;downloadfilename=c4/c6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/3e/e5/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'cb/bc/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:cbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8_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://82/73/sstate:make-native::4.4.1:r0::12:8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c_populate_lic.tar.zst\nDEBUG: For url file://50/1d/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/1d/sstate%3Aicu%3Acore2-64-poky-linux%3A75-1%3Ar0%3Acore2-64%3A12%3A501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc_create_package_spdx.tar.zst;downloadfilename=50/1d/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc_create_package_spdx.tar.zst\nDEBUG: For url file://c5/b3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/b3/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A12%3Ac5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7_create_spdx.tar.zst;downloadfilename=c5/b3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://63/29/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5_package_write_rpm.tar.zst\nDEBUG: For url file://universal/3e/e5/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3e/e5/sstate%3Aspirv-headers-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3A3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db_recipe_qa.tar.zst;downloadfilename=universal/3e/e5/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db_recipe_qa.tar.zst\nDEBUG: For url file://cb/bc/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:cbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/bc/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A12%3Acbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8_package.tar.zst;downloadfilename=cb/bc/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:cbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://26/02/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://20/6b/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://05/5a/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558_create_package_spdx.tar.zst\nDEBUG: Searching for 26/02/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5a/56/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:5a565265bd071da113833b578a3c76c88a55a5df5cd75f05676018e9bf90e2d7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/36/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5c/59/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c4/c6/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f4/d7/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a_populate_sysroot.tar.zst\nDEBUG: Using  for 26/02/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/77/06/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/6f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c_packagedata.tar.zst\nDEBUG: Searching for universal/5c/59/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/43/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:c8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a_package_write_ipk.tar.zst\nDEBUG: Searching for universal/f4/d7/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://26/02/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a_package_write_rpm.tar.zst\nDEBUG: Searching for universal/77/06/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4b/6f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/5c/59/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst\nDEBUG: Searching for c8/43/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:c8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f4/d7/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '26/02/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a_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/77/06/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4b/6f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c_packagedata.tar.zst\nDEBUG: Testing URL file://universal/5c/59/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c8/43/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:c8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/f4/d7/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a_populate_sysroot.tar.zst\nDEBUG: For url file://26/02/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/02/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a_package_write_rpm.tar.zst;downloadfilename=26/02/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/77/06/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4b/6f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/5c/59/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8_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/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/28/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ab5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst;downloadfilename=b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c8/43/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:c8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/f4/d7/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a_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/77/06/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1_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://f9/ef/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f9ef6ee1d436dea22db2722f9dd7e57d563424be0d466b47945ede86dbd394b7_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '4b/6f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/5c/59/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5c/59/sstate%3Apython3-typing-extensions-native%3Ax86_64-linux%3A4.12.2%3Ar0%3Ax86_64%3A12%3A5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5c/59/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c8/43/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:c8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a_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://universal/f4/d7/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/d7/sstate%3Adpkg-native%3Ax86_64-linux%3A1.22.6%3Ar0%3Ax86_64%3A12%3Af4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a_populate_sysroot.tar.zst;downloadfilename=universal/f4/d7/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a_populate_sysroot.tar.zst\nDEBUG: For url file://universal/77/06/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/77/06/sstate%3Alibmicrohttpd-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3A7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1_deploy_source_date_epoch.tar.zst;downloadfilename=universal/77/06/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3e/e5/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:3ee52e379ab3d9eb1f4155447c9c622dcde3034a0edf1992f400f6137220c6db_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://61/c5/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498_packagedata.tar.zst\nDEBUG: For url file://4b/6f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/6f/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c_packagedata.tar.zst;downloadfilename=4b/6f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c_packagedata.tar.zst\nDEBUG: For url file://c8/43/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:c8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/43/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A12%3Ac8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a_package_write_ipk.tar.zst;downloadfilename=c8/43/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:c8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/bc/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:cbbc1326092b7b08fbb9a1054f424155aa28dd42e28c32b1626dd38afcb11cf8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/46/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54_package_write_rpm.tar.zst\nDEBUG: Searching for 61/c5/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://84/26/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33_package_write_ipk.tar.zst\nDEBUG: Searching for eb/46/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 61/c5/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498_packagedata.tar.zst\nDEBUG: Searching for 84/26/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for eb/46/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54_package_write_rpm.tar.zst\nDEBUG: Testing URL file://61/c5/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498_packagedata.tar.zst\nDEBUG: Using  for 84/26/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33_package_write_ipk.tar.zst\nDEBUG: Testing URL file://eb/46/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '61/c5/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://84/26/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'eb/46/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54_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://61/c5/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/c5/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A12%3A61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498_packagedata.tar.zst;downloadfilename=61/c5/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498_packagedata.tar.zst\nDEBUG: For url ['file', '', '84/26/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33_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://eb/46/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/46/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A12%3Aeb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54_package_write_rpm.tar.zst;downloadfilename=eb/46/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54_package_write_rpm.tar.zst\nDEBUG: For url file://84/26/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/26/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33_package_write_ipk.tar.zst;downloadfilename=84/26/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5c/59/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:5c597b6b93e2ee96e3d8f722ea54a200598b1c5380cb056dace4d925865fcfb8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/58/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f4/d7/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a_populate_sysroot.tar.zst\nDEBUG: Searching for ca/58/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/77/06/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:7706c54f93b78044bdacac6a3063bf95f4bd20832025f7003cf2de73983a31f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://36/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4_package_write_ipk.tar.zst\nDEBUG: Using  for ca/58/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://de/dc/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b_packagedata.tar.zst\nDEBUG: Searching for 36/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ca/58/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249_create_package_spdx.tar.zst\nDEBUG: Searching for de/dc/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 36/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ca/58/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for de/dc/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b_packagedata.tar.zst\nDEBUG: Testing URL file://36/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4_package_write_ipk.tar.zst\nDEBUG: For url file://ca/58/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/58/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3Aca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249_create_package_spdx.tar.zst;downloadfilename=ca/58/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249_create_package_spdx.tar.zst\nDEBUG: Testing URL file://de/dc/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b_packagedata.tar.zst\nDEBUG: For url ['file', '', '36/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4_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', '', 'de/dc/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b_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://4b/6f/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c_packagedata.tar.zst\nDEBUG: For url file://36/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/ff/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A12%3A36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4_package_write_ipk.tar.zst;downloadfilename=36/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4_package_write_ipk.tar.zst\nDEBUG: For url file://de/dc/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/dc/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A12%3Adedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b_packagedata.tar.zst;downloadfilename=de/dc/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4d/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721_create_spdx.tar.zst\nDEBUG: Searching for universal/4d/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c8/43/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:c8439e40c626498011e48b9ec7a4f7964c66aef3dca96b2dc9c156bae290bf0a_package_write_ipk.tar.zst\nDEBUG: Using  for universal/4d/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/2b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5_package.tar.zst\nDEBUG: Testing URL file://universal/4d/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721_create_spdx.tar.zst\nDEBUG: Searching for 9b/2b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/4d/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9b/2b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5_package.tar.zst\nDEBUG: For url file://universal/4d/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4d/7a/sstate%3Axcb-proto-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3A4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721_create_spdx.tar.zst;downloadfilename=universal/4d/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721_create_spdx.tar.zst\nDEBUG: Testing URL file://9b/2b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5_package.tar.zst\nDEBUG: For url ['file', '', '9b/2b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9b/2b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/2b/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A12%3A9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5_package.tar.zst;downloadfilename=9b/2b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://26/02/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://84/26/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:8426d99f4c5585f846750a49422a5b96c809b579b8aa038c16b5f695456eaa33_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/60/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/8f/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a_package_write_rpm.tar.zst\nDEBUG: Searching for 7b/60/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f8/8f/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7b/60/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb_package_write_rpm.tar.zst\nDEBUG: Using  for f8/8f/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7b/60/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f8/8f/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '7b/60/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb_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', '', 'f8/8f/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a_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/60/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/60/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A12%3A7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb_package_write_rpm.tar.zst;downloadfilename=7b/60/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb_package_write_rpm.tar.zst\nDEBUG: For url file://f8/8f/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/8f/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A12%3Af88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a_package_write_rpm.tar.zst;downloadfilename=f8/8f/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://de/dc/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/32/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://16/2a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://02/51/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c_packagedata.tar.zst\nDEBUG: Searching for 16/2a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 02/51/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 16/2a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914_create_spdx.tar.zst\nDEBUG: Using  for 02/51/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c_packagedata.tar.zst\nDEBUG: Testing URL file://16/2a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914_create_spdx.tar.zst\nDEBUG: Testing URL file://02/51/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c_packagedata.tar.zst\nDEBUG: For url ['file', '', '16/2a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '02/51/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://16/2a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/2a/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914_create_spdx.tar.zst;downloadfilename=16/2a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914_create_spdx.tar.zst\nDEBUG: For url file://02/51/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/51/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A12%3A02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c_packagedata.tar.zst;downloadfilename=02/51/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4d/7a/sstate:xcb-proto-native:x86_64-linux:1.17.0:r0:x86_64:12:4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/46/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/f5/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/66/sstate:libxres::1.2.2:r0::12:3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807_populate_lic.tar.zst\nDEBUG: Searching for 9b/f5/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3c/66/sstate:libxres::1.2.2:r0::12:3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9b/f5/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801_package_write_deb.tar.zst\nDEBUG: Using  for 3c/66/sstate:libxres::1.2.2:r0::12:3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807_populate_lic.tar.zst\nDEBUG: Testing URL file://9b/f5/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801_package_write_deb.tar.zst\nDEBUG: Testing URL file://3c/66/sstate:libxres::1.2.2:r0::12:3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9b/f5/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801_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', '', '3c/66/sstate:libxres::1.2.2:r0::12:3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9b/f5/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/f5/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A12%3A9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801_package_write_deb.tar.zst;downloadfilename=9b/f5/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801_package_write_deb.tar.zst\nDEBUG: For url file://3c/66/sstate:libxres::1.2.2:r0::12:3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/66/sstate%3Alibxres%3A%3A1.2.2%3Ar0%3A%3A12%3A3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807_populate_lic.tar.zst;downloadfilename=3c/66/sstate:libxres::1.2.2:r0::12:3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://36/ff/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:36ff6e4c3e633bbdbea3e5ae6d9915a0551c9a6a784b2954010718a0d9a3dff4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/1a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586_create_spdx.tar.zst\nDEBUG: Searching for 8f/1a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8f/1a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586_create_spdx.tar.zst\nDEBUG: Testing URL file://8f/1a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8f/1a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8f/1a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/1a/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586_create_spdx.tar.zst;downloadfilename=8f/1a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://02/51/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://95/ba/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6_create_package_spdx.tar.zst\nDEBUG: Searching for 95/ba/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 95/ba/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://95/ba/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '95/ba/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://95/ba/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/ba/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6_create_package_spdx.tar.zst;downloadfilename=95/ba/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/f5/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:9bf5d4c58d2f564737236c1729dc92499a3d666c4b58b4692f3b0434b3e31801_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a3/4c/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae_recipe_qa.tar.zst\nDEBUG: Searching for universal/a3/4c/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/a3/4c/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/a3/4c/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/a3/4c/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae_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/a3/4c/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a3/4c/sstate%3Alibepoxy-native%3Ax86_64-linux%3A1.5.10%3Ar0%3Ax86_64%3A12%3Aa34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae_recipe_qa.tar.zst;downloadfilename=universal/a3/4c/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/66/sstate:libxres::1.2.2:r0::12:3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/1a/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/2b/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:9b2b3de8ebc7c274602638bb4d9660d5869e1f218e2945963716b81fabbe13a5_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f7/0e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:f70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/51/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:ce51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/df/sstate:gawk::5.3.0:r0::12:e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7_populate_lic.tar.zst\nDEBUG: Searching for universal/f7/0e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:f70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ce/51/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:ce51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e4/df/sstate:gawk::5.3.0:r0::12:e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f7/0e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:f70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477_populate_sysroot.tar.zst\nDEBUG: Using  for ce/51/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:ce51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9_populate_sysroot.tar.zst\nDEBUG: Using  for e4/df/sstate:gawk::5.3.0:r0::12:e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/f7/0e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:f70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ce/51/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:ce51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e4/df/sstate:gawk::5.3.0:r0::12:e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/f7/0e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:f70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477_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/51/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:ce51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9_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/df/sstate:gawk::5.3.0:r0::12:e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7_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/f7/0e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:f70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/0e/sstate%3Alzip-native%3Ax86_64-linux%3A1.24.1%3Ar0%3Ax86_64%3A12%3Af70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477_populate_sysroot.tar.zst;downloadfilename=universal/f7/0e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:f70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477_populate_sysroot.tar.zst\nDEBUG: For url file://ce/51/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:ce51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/51/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Ace51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9_populate_sysroot.tar.zst;downloadfilename=ce/51/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:ce51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9_populate_sysroot.tar.zst\nDEBUG: For url file://e4/df/sstate:gawk::5.3.0:r0::12:e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/df/sstate%3Agawk%3A%3A5.3.0%3Ar0%3A%3A12%3Ae4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7_populate_lic.tar.zst;downloadfilename=e4/df/sstate:gawk::5.3.0:r0::12:e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/2d/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:1d2df9c07273beb4159513386ce002d168853325b826273d5bc83a7bfcb11140_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/37/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25_package_write_rpm.tar.zst\nDEBUG: Searching for 0c/37/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0c/37/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0c/37/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0c/37/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25_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/37/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/37/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A12%3A0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25_package_write_rpm.tar.zst;downloadfilename=0c/37/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a3/4c/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/b4/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6a/b4/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6a/b4/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6a/b4/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6a/b4/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937_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/b4/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/b4/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937_deploy_source_date_epoch.tar.zst;downloadfilename=6a/b4/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://61/c5/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://52/6c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50_create_package_spdx.tar.zst\nDEBUG: Searching for 52/6c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 52/6c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50_create_package_spdx.tar.zst\nDEBUG: Testing URL file://52/6c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '52/6c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://52/6c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/6c/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A12%3A526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50_create_package_spdx.tar.zst;downloadfilename=52/6c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f7/0e/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:f70efbf8ca24b1a8b0fffcaa044b56f4fedf3a5623f18fd6254bdf55c49a3477_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/df/sstate:gawk::5.3.0:r0::12:e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://24/56/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/5e/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:dd5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 24/56/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: checkstatus: trying again\nDEBUG: Searching for dd/5e/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:dd5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 24/56/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b_recipe_qa.tar.zst\nDEBUG: Using  for dd/5e/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:dd5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://24/56/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/b3/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7_create_spdx.tar.zst\nDEBUG: Testing URL file://dd/5e/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:dd5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '24/56/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b_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/fa/77/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'dd/5e/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:dd5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231_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/56/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/56/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b_recipe_qa.tar.zst;downloadfilename=24/56/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b_recipe_qa.tar.zst\nDEBUG: Searching for universal/fa/77/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://dd/5e/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:dd5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/5e/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Add5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231_deploy_source_date_epoch.tar.zst;downloadfilename=dd/5e/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:dd5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/fa/77/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/37/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://07/22/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:07220ab6c5fd1e460dabb5d2707e930c2a5117713221982f0401e9b248c83ad5_package.tar.zst\nDEBUG: Testing URL file://universal/fa/77/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/f8/sstate:qemu-helper-native::1.0:r0::12:2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/9d/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:a89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/fa/77/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2c/f8/sstate:qemu-helper-native::1.0:r0::12:2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a8/9d/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:a89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/fa/77/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fa/77/sstate%3Agettext-minimal-native%3Ax86_64-linux%3A0.22.5%3Ar0%3Ax86_64%3A12%3Afa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc_populate_sysroot.tar.zst;downloadfilename=universal/fa/77/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc_populate_sysroot.tar.zst\nDEBUG: Using  for 2c/f8/sstate:qemu-helper-native::1.0:r0::12:2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78_populate_lic.tar.zst\nDEBUG: Using  for a8/9d/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:a89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161_package_write_ipk.tar.zst\nDEBUG: Testing URL file://2c/f8/sstate:qemu-helper-native::1.0:r0::12:2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78_populate_lic.tar.zst\nDEBUG: Testing URL file://a8/9d/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:a89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '2c/f8/sstate:qemu-helper-native::1.0:r0::12:2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a8/9d/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:a89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161_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/f8/sstate:qemu-helper-native::1.0:r0::12:2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/f8/sstate%3Aqemu-helper-native%3A%3A1.0%3Ar0%3A%3A12%3A2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78_populate_lic.tar.zst;downloadfilename=2c/f8/sstate:qemu-helper-native::1.0:r0::12:2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78_populate_lic.tar.zst\nDEBUG: For url file://a8/9d/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:a89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/9d/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A12%3Aa89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161_package_write_ipk.tar.zst;downloadfilename=a8/9d/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:a89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161_package_write_ipk.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Successful fetch test for file://6a/b4/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ab4502329537c37f78cb5086423de815dd2f7a1136998b6c7812235f236b937_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/b7/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:6cb78516611a86ddc9d2d4a545a7f9140f6cfbdb765be68545ef044a6e97791b_package_write_deb.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst (FetchError(\"URL doesn't work\", 'file://b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://45/0e/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/67/f8/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/5e/sstate:quilt::0.68:r0::12:9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89_populate_lic.tar.zst\nDEBUG: Searching for 45/0e/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/67/f8/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9d/5e/sstate:quilt::0.68:r0::12:9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 45/0e/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af_package_write_rpm.tar.zst\nDEBUG: Using  for universal/67/f8/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad_create_spdx.tar.zst\nDEBUG: Using  for 9d/5e/sstate:quilt::0.68:r0::12:9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89_populate_lic.tar.zst\nDEBUG: Testing URL file://45/0e/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/67/f8/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad_create_spdx.tar.zst\nDEBUG: Testing URL file://9d/5e/sstate:quilt::0.68:r0::12:9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89_populate_lic.tar.zst\nDEBUG: For url ['file', '', '45/0e/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af_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/67/f8/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9d/5e/sstate:quilt::0.68:r0::12:9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://45/0e/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/0e/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A12%3A450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af_package_write_rpm.tar.zst;downloadfilename=45/0e/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af_package_write_rpm.tar.zst\nDEBUG: For url file://universal/67/f8/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/f8/sstate%3Alibffi-native%3Ax86_64-linux%3A3.4.6%3Ar0%3Ax86_64%3A12%3A67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad_create_spdx.tar.zst;downloadfilename=universal/67/f8/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad_create_spdx.tar.zst\nDEBUG: For url file://9d/5e/sstate:quilt::0.68:r0::12:9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/5e/sstate%3Aquilt%3A%3A0.68%3Ar0%3A%3A12%3A9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89_populate_lic.tar.zst;downloadfilename=9d/5e/sstate:quilt::0.68:r0::12:9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/5e/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:dd5e04961aab3d7f30d61922b389c0a008d9194f3270b4dd7e139a0077cc4231_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://37/12/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a_packagedata.tar.zst\nDEBUG: Searching for 37/12/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/fa/77/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc_populate_sysroot.tar.zst\nDEBUG: Using  for 37/12/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/d5/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://37/12/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a_packagedata.tar.zst\nDEBUG: Searching for 7c/d5/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '37/12/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7c/d5/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d_package_write_ipk.tar.zst\nDEBUG: For url file://37/12/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/12/sstate%3Aglib-2.0-initial%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a_packagedata.tar.zst;downloadfilename=37/12/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a_packagedata.tar.zst\nDEBUG: Testing URL file://7c/d5/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '7c/d5/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d_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://7c/d5/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/d5/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A12%3A7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d_package_write_ipk.tar.zst;downloadfilename=7c/d5/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/51/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:ce51d789b046cc0e8aaea8ad0e284b3db49ba8a59972918d2f00855fe520f4d9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/2a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://24/56/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b_recipe_qa.tar.zst\nDEBUG: Searching for e2/2a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://21/6b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06_create_package_spdx.tar.zst\nDEBUG: Using  for e2/2a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12_create_package_spdx.tar.zst\nDEBUG: Searching for 21/6b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e2/2a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12_create_package_spdx.tar.zst\nDEBUG: Using  for 21/6b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e2/2a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://21/6b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06_create_package_spdx.tar.zst\nDEBUG: For url file://e2/2a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/2a/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20240407%3Ar0%3Acore2-64%3A12%3Ae22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12_create_package_spdx.tar.zst;downloadfilename=e2/2a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '21/6b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://21/6b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/6b/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A12%3A216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06_create_package_spdx.tar.zst;downloadfilename=21/6b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/58/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f8/35/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:f835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/f8/sstate:libffi-native:x86_64-linux:3.4.6:r0:x86_64:12:67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://45/0e/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/5e/sstate:quilt::0.68:r0::12:9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89_populate_lic.tar.zst\nDEBUG: Searching for universal/f8/35/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:f835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://11/61/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://20/8c/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/12/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f_package_write_deb.tar.zst\nDEBUG: Using  for universal/f8/35/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:f835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 11/61/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 20/8c/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ed/12/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/f8/35/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:f835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 11/61/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 20/8c/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155_create_spdx.tar.zst\nDEBUG: Using  for ed/12/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/f8/35/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:f835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d_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://11/61/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://20/8c/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155_create_spdx.tar.zst\nDEBUG: Testing URL file://ed/12/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f_package_write_deb.tar.zst\nDEBUG: For url file://universal/f8/35/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:f835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f8/35/sstate%3Agnu-config-native%3Ax86_64-linux%3A20240101%2Bgit%3Ar0%3Ax86_64%3A12%3Af835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f8/35/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:f835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '11/61/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d_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/8c/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155_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/12/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f_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://11/61/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/61/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A12%3A1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d_deploy_source_date_epoch.tar.zst;downloadfilename=11/61/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://20/8c/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/8c/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.6%3Ar0%3Acore2-64%3A12%3A208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155_create_spdx.tar.zst;downloadfilename=20/8c/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/f8/sstate:qemu-helper-native::1.0:r0::12:2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78_populate_lic.tar.zst\nDEBUG: For url file://ed/12/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/12/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.8.1%3Ar0%3Acore2-64%3A12%3Aed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f_package_write_deb.tar.zst;downloadfilename=ed/12/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://37/12/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://52/6c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://80/9a/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/9c/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/f4/sstate:settings-daemon::0.0.2+git:r0::12:9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f_populate_lic.tar.zst\nDEBUG: Searching for 80/9a/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6f/9c/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9b/f4/sstate:settings-daemon::0.0.2+git:r0::12:9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 80/9a/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c_package_qa.tar.zst\nDEBUG: Using  for 6f/9c/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c_package_write_deb.tar.zst\nDEBUG: Using  for 9b/f4/sstate:settings-daemon::0.0.2+git:r0::12:9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f_populate_lic.tar.zst\nDEBUG: Testing URL file://80/9a/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c_package_qa.tar.zst\nDEBUG: Testing URL file://6f/9c/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c_package_write_deb.tar.zst\nDEBUG: Testing URL file://9b/f4/sstate:settings-daemon::0.0.2+git:r0::12:9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '80/9a/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c_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/9c/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c_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', '', '9b/f4/sstate:settings-daemon::0.0.2+git:r0::12:9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f_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/9a/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/9a/sstate%3Alibedit%3Acore2-64-poky-linux%3A20240517-3.1%3Ar0%3Acore2-64%3A12%3A809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c_package_qa.tar.zst;downloadfilename=80/9a/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c_package_qa.tar.zst\nDEBUG: For url file://6f/9c/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/9c/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A12%3A6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c_package_write_deb.tar.zst;downloadfilename=6f/9c/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c_package_write_deb.tar.zst\nDEBUG: For url file://9b/f4/sstate:settings-daemon::0.0.2+git:r0::12:9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/f4/sstate%3Asettings-daemon%3A%3A0.0.2%2Bgit%3Ar0%3A%3A12%3A9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f_populate_lic.tar.zst;downloadfilename=9b/f4/sstate:settings-daemon::0.0.2+git:r0::12:9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f8/35/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:f835db94afa21df85b54dead822d9e1b03b6392a4afb05d7682eb50a9074181d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/60/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://95/ba/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dc/1c/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f5/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/9d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d_recipe_qa.tar.zst\nDEBUG: Searching for universal/dc/1c/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/f5/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e3/9d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/dc/1c/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/dc/1c/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003_create_spdx.tar.zst\nDEBUG: Using  for e3/9d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d_recipe_qa.tar.zst\nDEBUG: Using  for universal/f5/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/dc/1c/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e3/9d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/f5/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3_populate_sysroot.tar.zst\nDEBUG: For url file://universal/dc/1c/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/1c/sstate%3Allvm-native%3Ax86_64-linux%3A18.1.6%3Ar0%3Ax86_64%3A12%3Adc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003_create_spdx.tar.zst;downloadfilename=universal/dc/1c/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e3/9d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d_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/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3_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/9d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/9d/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.7p1%3Ar0%3Acore2-64%3A12%3Ae39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d_recipe_qa.tar.zst;downloadfilename=e3/9d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://16/2a/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914_create_spdx.tar.zst\nDEBUG: For url file://universal/f5/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f5/10/sstate%3Alibpcre2-native%3Ax86_64-linux%3A10.44%3Ar0%3Ax86_64%3A12%3Af510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3_populate_sysroot.tar.zst;downloadfilename=universal/f5/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://08/c2/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7_populate_sysroot.tar.zst\nDEBUG: Searching for 08/c2/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 08/c2/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://08/c2/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '08/c2/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7_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/c2/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/c2/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A12%3A08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7_populate_sysroot.tar.zst;downloadfilename=08/c2/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://50/1d/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://11/61/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:1161849bfe4f2b2aca8313ab856b414471052da8d595f3ff538eb9ac6753707d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/f4/sstate:settings-daemon::0.0.2+git:r0::12:9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/e7/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://61/2f/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cf/42/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d_populate_sysroot.tar.zst\nDEBUG: Searching for cf/e7/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 61/2f/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/cf/42/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cf/e7/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc_create_spdx.tar.zst\nDEBUG: Using  for 61/2f/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086_package.tar.zst\nDEBUG: Using  for universal/cf/42/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cf/e7/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc_create_spdx.tar.zst\nDEBUG: Testing URL file://61/2f/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086_package.tar.zst\nDEBUG: Testing URL file://universal/cf/42/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'cf/e7/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc_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/2f/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/cf/42/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d_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/e7/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/e7/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.5%3Ar0%3Acore2-64%3A12%3Acfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc_create_spdx.tar.zst;downloadfilename=cf/e7/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc_create_spdx.tar.zst\nDEBUG: For url file://61/2f/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/2f/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A12%3A612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086_package.tar.zst;downloadfilename=61/2f/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086_package.tar.zst\nDEBUG: For url file://universal/cf/42/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cf/42/sstate%3Aelfutils-native%3Ax86_64-linux%3A0.191%3Ar0%3Ax86_64%3A12%3Acf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d_populate_sysroot.tar.zst;downloadfilename=universal/cf/42/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/2a/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dc/1c/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/99/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/9d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://87/18/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e_package_write_deb.tar.zst\nDEBUG: Searching for 9f/99/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3f/2a/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 87/18/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9f/99/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7_package_write_ipk.tar.zst\nDEBUG: Searching for 3f/2a/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 87/18/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e_package_write_deb.tar.zst\nDEBUG: Testing URL file://9f/99/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7_package_write_ipk.tar.zst\nDEBUG: Using  for 3f/2a/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://87/18/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9f/99/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7_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://3f/2a/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '87/18/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e_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://9f/99/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/99/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7_package_write_ipk.tar.zst;downloadfilename=9f/99/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '3f/2a/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124_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://87/18/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/18/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A12%3A87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e_package_write_deb.tar.zst;downloadfilename=87/18/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e_package_write_deb.tar.zst\nDEBUG: For url file://3f/2a/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/2a/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124_deploy_source_date_epoch.tar.zst;downloadfilename=3f/2a/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://20/8c/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f5/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://80/9a/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/47/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://47/b7/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://09/f1/sstate:init-system-helpers::1.66:r0::12:09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86_populate_lic.tar.zst\nDEBUG: Searching for 3f/47/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 47/b7/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 09/f1/sstate:init-system-helpers::1.66:r0::12:09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3f/47/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 47/b7/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d_packagedata.tar.zst\nDEBUG: Using  for 09/f1/sstate:init-system-helpers::1.66:r0::12:09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86_populate_lic.tar.zst\nDEBUG: Testing URL file://3f/47/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://47/b7/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d_packagedata.tar.zst\nDEBUG: Testing URL file://09/f1/sstate:init-system-helpers::1.66:r0::12:09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3f/47/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4_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/b7/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '09/f1/sstate:init-system-helpers::1.66:r0::12:09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86_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/47/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/47/sstate%3Aiw%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4_deploy_source_date_epoch.tar.zst;downloadfilename=3f/47/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://47/b7/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/b7/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d_packagedata.tar.zst;downloadfilename=47/b7/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d_packagedata.tar.zst\nDEBUG: For url file://09/f1/sstate:init-system-helpers::1.66:r0::12:09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/f1/sstate%3Ainit-system-helpers%3A%3A1.66%3Ar0%3A%3A12%3A09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86_populate_lic.tar.zst;downloadfilename=09/f1/sstate:init-system-helpers::1.66:r0::12:09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cf/42/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/99/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:9f9938889c5203ac9af98aa4076d1ad851edaa942dcb89763922463350c3a6a7_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://88/62/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://08/c2/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:08c220f6fbd021a82bc70bd7792375767da5fc1bb176ae0dad9684817e5491e7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://20/af/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44_package_qa.tar.zst\nDEBUG: Searching for 88/62/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://bc/11/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599_packagedata.tar.zst\nDEBUG: Searching for 20/af/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 88/62/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23_package_write_rpm.tar.zst\nDEBUG: Searching for bc/11/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 20/af/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44_package_qa.tar.zst\nDEBUG: Testing URL file://88/62/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23_package_write_rpm.tar.zst\nDEBUG: Using  for bc/11/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599_packagedata.tar.zst\nDEBUG: Testing URL file://20/af/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44_package_qa.tar.zst\nDEBUG: For url ['file', '', '88/62/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23_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://bc/11/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599_packagedata.tar.zst\nDEBUG: For url ['file', '', '20/af/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44_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/62/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/62/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A12%3A8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23_package_write_rpm.tar.zst;downloadfilename=88/62/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'bc/11/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://20/af/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/af/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44_package_qa.tar.zst;downloadfilename=20/af/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44_package_qa.tar.zst\nDEBUG: For url file://bc/11/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/11/sstate%3Aiw%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3Abc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599_packagedata.tar.zst;downloadfilename=bc/11/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/2a/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:3f2abc71a77ac3e05869754a7742c71c770049a6dc9fe8bfa6bfbb25e8787124_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/30/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://61/2f/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:612f1c53bc1403bdb369f05d3164742cd3eeb898f174c4c9df2c0c558f2c7086_package.tar.zst\nDEBUG: Searching for 3e/30/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b7/1a/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb_package_qa.tar.zst\nDEBUG: Using  for 3e/30/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a_create_spdx.tar.zst\nDEBUG: Searching for b7/1a/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3e/30/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a_create_spdx.tar.zst\nDEBUG: Using  for b7/1a/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb_package_qa.tar.zst\nDEBUG: For url ['file', '', '3e/30/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a_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/1a/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb_package_qa.tar.zst\nDEBUG: For url file://3e/30/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/30/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A12%3A3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a_create_spdx.tar.zst;downloadfilename=3e/30/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b7/1a/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb_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://47/b7/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d_packagedata.tar.zst\nDEBUG: For url file://b7/1a/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/1a/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Ab71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb_package_qa.tar.zst;downloadfilename=b7/1a/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/9d/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:a89d98cf4e0411e4e74cd22cb0715f2487e3a4da879a9b7892d269dd08fb6161_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/a0/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/eb/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559_create_spdx.tar.zst\nDEBUG: Searching for 7c/a0/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d2/eb/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7c/a0/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c_package_write_deb.tar.zst\nDEBUG: Using  for d2/eb/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559_create_spdx.tar.zst\nDEBUG: Testing URL file://7c/a0/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c_package_write_deb.tar.zst\nDEBUG: Testing URL file://d2/eb/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7c/a0/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c_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', '', 'd2/eb/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559_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/a0/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/a0/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.4%3Ar0%3Acore2-64%3A12%3A7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c_package_write_deb.tar.zst;downloadfilename=7c/a0/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c_package_write_deb.tar.zst\nDEBUG: For url file://d2/eb/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/eb/sstate%3Accache%3Acore2-64-poky-linux%3A4.10%3Ar0%3Acore2-64%3A12%3Ad2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559_create_spdx.tar.zst;downloadfilename=d2/eb/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://09/f1/sstate:init-system-helpers::1.66:r0::12:09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/14/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a_package_write_ipk.tar.zst\nDEBUG: Searching for 1c/14/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1c/14/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://1c/14/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '1c/14/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a_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://1c/14/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/14/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a_package_write_ipk.tar.zst;downloadfilename=1c/14/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/1a/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e_recipe_qa.tar.zst\nDEBUG: Searching for b1/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b1/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e_recipe_qa.tar.zst\nDEBUG: Testing URL file://b1/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b1/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b1/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/c8/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.4%3Ar0%3Acore2-64%3A12%3Ab1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e_recipe_qa.tar.zst;downloadfilename=b1/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9f/dc/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c_create_package_spdx.tar.zst\nDEBUG: Searching for universal/9f/dc/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/9f/dc/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/9f/dc/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/9f/dc/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/9f/dc/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9f/dc/sstate%3Amkfontscale-native%3Ax86_64-linux%3A1.2.3%3Ar0%3Ax86_64%3A12%3A9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c_create_package_spdx.tar.zst;downloadfilename=universal/9f/dc/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://20/af/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/11/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://13/be/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/07/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753_package_qa.tar.zst\nDEBUG: Searching for 13/be/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ce/07/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 13/be/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae_populate_sysroot.tar.zst\nDEBUG: Using  for ce/07/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753_package_qa.tar.zst\nDEBUG: Testing URL file://13/be/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ce/07/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753_package_qa.tar.zst\nDEBUG: For url ['file', '', '13/be/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae_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/07/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753_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/be/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/be/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A12%3A13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae_populate_sysroot.tar.zst;downloadfilename=13/be/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae_populate_sysroot.tar.zst\nDEBUG: For url file://ce/07/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/07/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Ace07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753_package_qa.tar.zst;downloadfilename=ce/07/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/9c/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:6f9c6fa59ca499dccccf56fc5e6b15625be32499dfda57bf40646d5d1f73796c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://be/57/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6_create_package_spdx.tar.zst\nDEBUG: Searching for be/57/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for be/57/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://be/57/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'be/57/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://be/57/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/57/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A12%3Abe571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6_create_package_spdx.tar.zst;downloadfilename=be/57/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://21/6b/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://88/62/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/4d/sstate:pigz-native::2.8:r0::12:f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9f/98/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f0/4d/sstate:pigz-native::2.8:r0::12:f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/9f/98/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f0/4d/sstate:pigz-native::2.8:r0::12:f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560_populate_lic.tar.zst\nDEBUG: Using  for universal/9f/98/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f0/4d/sstate:pigz-native::2.8:r0::12:f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/9f/98/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f0/4d/sstate:pigz-native::2.8:r0::12:f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560_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/9f/98/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692_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://f0/4d/sstate:pigz-native::2.8:r0::12:f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/4d/sstate%3Apigz-native%3A%3A2.8%3Ar0%3A%3A12%3Af04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560_populate_lic.tar.zst;downloadfilename=f0/4d/sstate:pigz-native::2.8:r0::12:f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560_populate_lic.tar.zst\nDEBUG: For url file://universal/9f/98/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9f/98/sstate%3Arust-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3A9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692_deploy_source_date_epoch.tar.zst;downloadfilename=universal/9f/98/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9f/dc/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/14/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:1c14e6c9cf06241ca2b08e9eaa44430fb3eb30f50c1fe24d9b90afb041bc623a_package_write_ipk.tar.zst\nDEBUG: Searching for 3f/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/06/b1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a_create_spdx.tar.zst\nDEBUG: Using  for 3f/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729_package_write_ipk.tar.zst\nDEBUG: Searching for universal/06/b1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3f/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729_package_write_ipk.tar.zst\nDEBUG: Using  for universal/06/b1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3f/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729_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://universal/06/b1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a_create_spdx.tar.zst\nDEBUG: For url file://3f/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/58/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A12%3A3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729_package_write_ipk.tar.zst;downloadfilename=3f/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/06/b1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a_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/06/b1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/06/b1/sstate%3Afreetype-native%3Ax86_64-linux%3A2.13.2%3Ar0%3Ax86_64%3A12%3A06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a_create_spdx.tar.zst;downloadfilename=universal/06/b1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/12/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:ed12d2242543c76025f042570aba9ed5c5ea94ad50b985401f7673184d21697f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://81/5e/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/07/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753_package_qa.tar.zst\nDEBUG: Searching for 81/5e/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1a/2a/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8_recipe_qa.tar.zst\nDEBUG: Using  for 81/5e/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966_package_qa.tar.zst\nDEBUG: Searching for 1a/2a/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://81/5e/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966_package_qa.tar.zst\nDEBUG: Using  for 1a/2a/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '81/5e/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1a/2a/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8_recipe_qa.tar.zst\nDEBUG: For url file://81/5e/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/5e/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A12%3A815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966_package_qa.tar.zst;downloadfilename=81/5e/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966_package_qa.tar.zst\nDEBUG: For url ['file', '', '1a/2a/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1a/2a/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/2a/sstate%3Awireless-regdb%3Aall-poky-linux%3A2024.05.08%3Ar0%3Aallarch%3A12%3A1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8_recipe_qa.tar.zst;downloadfilename=1a/2a/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/4d/sstate:pigz-native::2.8:r0::12:f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://13/be/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:13bef4b910daa844c5782483c7c6f59c1ee1dafc19d002050507776a5a4c0dae_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://72/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0a/3f/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 72/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/0a/3f/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 72/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31_recipe_qa.tar.zst\nDEBUG: Using  for universal/0a/3f/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://72/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/0a/3f/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '72/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31_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/0a/3f/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768_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/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/9e/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A12%3A729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31_recipe_qa.tar.zst;downloadfilename=72/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31_recipe_qa.tar.zst\nDEBUG: For url file://universal/0a/3f/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0a/3f/sstate%3Are2c-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A12%3A0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768_deploy_source_date_epoch.tar.zst;downloadfilename=universal/0a/3f/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9f/98/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:9f988b6aaff2c3b9a79e89df35868ffb04b0f6c3763cdc646719ff1339ca1692_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/47/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:3f47e32f9d60927bef5279a934fa160d4bfb9a0cc6ddeec22bf4b3a2fcb0a9b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/06/b1/sstate:freetype-native:x86_64-linux:2.13.2:r0:x86_64:12:06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/8e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0a/0c/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://41/e4/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: Searching for 5a/8e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/0a/0c/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 41/e4/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/8e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36_package_write_rpm.tar.zst\nDEBUG: Using  for universal/0a/0c/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658_recipe_qa.tar.zst\nDEBUG: Using  for 41/e4/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: Testing URL file://5a/8e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/0a/0c/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658_recipe_qa.tar.zst\nDEBUG: Testing URL file://41/e4/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5a/8e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36_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/0a/0c/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658_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/e4/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5a/8e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/8e/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A12%3A5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36_package_write_rpm.tar.zst;downloadfilename=5a/8e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36_package_write_rpm.tar.zst\nDEBUG: For url file://universal/0a/0c/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0a/0c/sstate%3Ancurses-native%3Ax86_64-linux%3A6.5%3Ar0%3Ax86_64%3A12%3A0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658_recipe_qa.tar.zst;downloadfilename=universal/0a/0c/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658_recipe_qa.tar.zst\nDEBUG: For url file://41/e4/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/e4/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst;downloadfilename=41/e4/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://81/5e/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/f9/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e8/f9/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1a/2a/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8_recipe_qa.tar.zst\nDEBUG: Using  for e8/f9/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/bb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:b7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e8/f9/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b7/bb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:b7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e8/f9/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8_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/bb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:b7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e8/f9/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/f9/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20240407%3Ar0%3Acore2-64%3A12%3Ae8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8_deploy_source_date_epoch.tar.zst;downloadfilename=e8/f9/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b7/bb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:b7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b7/bb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:b7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab_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/bb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:b7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/bb/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A12%3Ab7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab_deploy_source_date_epoch.tar.zst;downloadfilename=b7/bb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:b7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0a/3f/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:0a3f807fce5a1dd01381f72174c9a67d059562cc235ec3f60564810447cc9768_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/30/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://86/da/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://77/c2/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 86/da/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 77/c2/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 86/da/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd_packagedata.tar.zst\nDEBUG: Using  for 77/c2/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://86/da/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd_packagedata.tar.zst\nDEBUG: Testing URL file://77/c2/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '86/da/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '77/c2/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda_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/da/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/da/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd_packagedata.tar.zst;downloadfilename=86/da/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd_packagedata.tar.zst\nDEBUG: For url file://77/c2/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/c2/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.5%3Ar0%3Acore2-64%3A12%3A77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda_deploy_source_date_epoch.tar.zst;downloadfilename=77/c2/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/8e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8b/16/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c_populate_sysroot.tar.zst\nDEBUG: Searching for universal/8b/16/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/8b/16/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/8b/16/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/8b/16/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c_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/8b/16/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/16/sstate%3Ampfr-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A12%3A8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c_populate_sysroot.tar.zst;downloadfilename=universal/8b/16/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://41/e4/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://72/9e/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0a/0c/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/e5/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/6e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://54/59/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e_recipe_qa.tar.zst\nDEBUG: Searching for a6/e5/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c9/6e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 54/59/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a6/e5/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d_package_write_ipk.tar.zst\nDEBUG: Using  for c9/6e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc_package_qa.tar.zst\nDEBUG: Using  for 54/59/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e_recipe_qa.tar.zst\nDEBUG: Testing URL file://a6/e5/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c9/6e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc_package_qa.tar.zst\nDEBUG: Testing URL file://54/59/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a6/e5/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d_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', '', 'c9/6e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc_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/59/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e_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/e5/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/e5/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.5%3Ar0%3Acore2-64%3A12%3Aa6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d_package_write_ipk.tar.zst;downloadfilename=a6/e5/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d_package_write_ipk.tar.zst\nDEBUG: For url file://c9/6e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/6e/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A12%3Ac96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc_package_qa.tar.zst;downloadfilename=c9/6e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc_package_qa.tar.zst\nDEBUG: For url file://54/59/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/59/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e_recipe_qa.tar.zst;downloadfilename=54/59/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/a0/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7ca051ed7459687f5d09dd5781718144aa7789549b229278c68c43af4c7f1b5c_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://86/da/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/eb/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/bb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:b7bb306924bee71237a188426b627dd0f0ebc6fd9ac9c0f0f24003032b4344ab_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://35/4c/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://08/2e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/c0/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/e1/sstate:menu-cache::1.1.0:r0::12:c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37_populate_lic.tar.zst\nDEBUG: Searching for 35/4c/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 08/2e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b2/c0/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c2/e1/sstate:menu-cache::1.1.0:r0::12:c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 35/4c/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830_recipe_qa.tar.zst\nDEBUG: Using  for 08/2e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b2/c0/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0_package.tar.zst\nDEBUG: Using  for c2/e1/sstate:menu-cache::1.1.0:r0::12:c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37_populate_lic.tar.zst\nDEBUG: Testing URL file://35/4c/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830_recipe_qa.tar.zst\nDEBUG: Testing URL file://08/2e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b2/c0/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0_package.tar.zst\nDEBUG: Testing URL file://c2/e1/sstate:menu-cache::1.1.0:r0::12:c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37_populate_lic.tar.zst\nDEBUG: For url ['file', '', '35/4c/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '08/2e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9_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/c0/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c2/e1/sstate:menu-cache::1.1.0:r0::12:c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://35/4c/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/4c/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.6%3Ar0%3Acore2-64%3A12%3A354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830_recipe_qa.tar.zst;downloadfilename=35/4c/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://77/c2/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:77c2e72c0ffe0cb1410eff5e547995f4a9a4ea951bb1c76d35a7294412c4dfda_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://08/2e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/2e/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A12%3A082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9_deploy_source_date_epoch.tar.zst;downloadfilename=08/2e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b2/c0/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/c0/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A12%3Ab2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0_package.tar.zst;downloadfilename=b2/c0/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0_package.tar.zst\nDEBUG: For url file://c2/e1/sstate:menu-cache::1.1.0:r0::12:c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/e1/sstate%3Amenu-cache%3A%3A1.1.0%3Ar0%3A%3A12%3Ac2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37_populate_lic.tar.zst;downloadfilename=c2/e1/sstate:menu-cache::1.1.0:r0::12:c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8b/16/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:8b168e4a6ccda36ef6ced4d5b1681f14323a7496cac43c072657e082e246316c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/4f/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/f9/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:e8f996438a35eec7a7a58f27e54f2a7d4953783757ab2140529b6b57e3ef54e8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/6e/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/2f/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7_packagedata.tar.zst\nDEBUG: Searching for d1/4f/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e6/0f/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/ac/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011_recipe_qa.tar.zst\nDEBUG: Searching for c2/2f/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d1/4f/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041_create_spdx.tar.zst\nDEBUG: Searching for e6/0f/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f4/ac/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c2/2f/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7_packagedata.tar.zst\nDEBUG: Testing URL file://d1/4f/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041_create_spdx.tar.zst\nDEBUG: Using  for e6/0f/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3_create_package_spdx.tar.zst\nDEBUG: Using  for f4/ac/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011_recipe_qa.tar.zst\nDEBUG: Testing URL file://c2/2f/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd1/4f/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e6/0f/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f4/ac/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c2/2f/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d1/4f/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/4f/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A12%3Ad14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041_create_spdx.tar.zst;downloadfilename=d1/4f/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e6/0f/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f4/ac/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011_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/2f/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/2f/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A12%3Ac22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7_packagedata.tar.zst;downloadfilename=c2/2f/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7_packagedata.tar.zst\nDEBUG: For url file://e6/0f/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/0f/sstate%3Apango%3Acore2-64-poky-linux%3A1.52.2%3Ar0%3Acore2-64%3A12%3Ae60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3_create_package_spdx.tar.zst;downloadfilename=e6/0f/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3_create_package_spdx.tar.zst\nDEBUG: For url file://f4/ac/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/ac/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A12%3Af4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011_recipe_qa.tar.zst;downloadfilename=f4/ac/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/e7/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/8f/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://08/2e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:082e883230c5d9b1e6a4a9b9ea76ecc47aace4adcc0e5a78fd009ebd95b440c9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/78/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://35/4c/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://85/f6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/4c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa_create_spdx.tar.zst\nDEBUG: Searching for c8/78/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ee/39/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c_create_package_spdx.tar.zst\nDEBUG: Searching for 85/f6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ea/4c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c8/78/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80_recipe_qa.tar.zst\nDEBUG: Searching for ee/39/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 85/f6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb_recipe_qa.tar.zst\nDEBUG: Using  for ea/4c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa_create_spdx.tar.zst\nDEBUG: Testing URL file://c8/78/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80_recipe_qa.tar.zst\nDEBUG: Testing URL file://85/f6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb_recipe_qa.tar.zst\nDEBUG: Using  for ee/39/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ea/4c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/e1/sstate:menu-cache::1.1.0:r0::12:c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c8/78/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '85/f6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ee/39/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ea/4c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa_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/64/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9_package_qa.tar.zst\nDEBUG: For url file://c8/78/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/78/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A12%3Ac87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80_recipe_qa.tar.zst;downloadfilename=c8/78/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80_recipe_qa.tar.zst\nDEBUG: For url file://85/f6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/f6/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A12%3A85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb_recipe_qa.tar.zst;downloadfilename=85/f6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ee/39/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ea/4c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/4c/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.6%3Ar0%3Acore2-64%3A12%3Aea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa_create_spdx.tar.zst;downloadfilename=ea/4c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa_create_spdx.tar.zst\nDEBUG: Searching for 10/64/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ee/39/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/39/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3Aee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c_create_package_spdx.tar.zst;downloadfilename=ee/39/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/2f/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7_packagedata.tar.zst\nDEBUG: Using  for 10/64/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/f4/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:e8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1_package_write_deb.tar.zst\nDEBUG: Testing URL file://10/64/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9_package_qa.tar.zst\nDEBUG: Searching for e8/f4/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:e8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '10/64/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e8/f4/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:e8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1_package_write_deb.tar.zst\nDEBUG: For url file://10/64/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/64/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A12%3A106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9_package_qa.tar.zst;downloadfilename=10/64/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9_package_qa.tar.zst\nDEBUG: Testing URL file://e8/f4/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:e8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e8/f4/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:e8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1_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://e8/f4/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:e8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/f4/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3Ae8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1_package_write_deb.tar.zst;downloadfilename=e8/f4/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:e8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://54/59/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/81/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/78/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80_recipe_qa.tar.zst\nDEBUG: Searching for 4c/81/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8a/25/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853_package_write_rpm.tar.zst\nDEBUG: Using  for 4c/81/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd_package_write_ipk.tar.zst\nDEBUG: Searching for 8a/25/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4c/81/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd_package_write_ipk.tar.zst\nDEBUG: Using  for 8a/25/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4c/81/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd_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://8a/25/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853_package_write_rpm.tar.zst\nDEBUG: For url file://4c/81/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/81/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd_package_write_ipk.tar.zst;downloadfilename=4c/81/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '8a/25/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853_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://3f/58/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:3f5817fd4a578940de9599ab4e15908d124ec397387ca6ac5fa9dee3937f4729_package_write_ipk.tar.zst\nDEBUG: For url file://8a/25/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/25/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.5%3Ar0%3Acore2-64%3A12%3A8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853_package_write_rpm.tar.zst;downloadfilename=8a/25/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://77/4f/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://85/f6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb_recipe_qa.tar.zst\nDEBUG: Searching for 77/4f/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://69/b3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57_package_write_deb.tar.zst\nDEBUG: Using  for 77/4f/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 69/b3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://77/4f/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 69/b3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '77/4f/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d_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://69/b3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57_package_write_deb.tar.zst\nDEBUG: For url file://77/4f/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/4f/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A12%3A774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d_deploy_source_date_epoch.tar.zst;downloadfilename=77/4f/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '69/b3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57_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://69/b3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/b3/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57_package_write_deb.tar.zst;downloadfilename=69/b3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://10/64/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/f4/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:e8f4919458bfe47b79ed4c426c133b361db55c66ddfb44cadcf72d2228dab0a1_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/98/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa_recipe_qa.tar.zst\nDEBUG: Searching for 3d/98/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d4/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3d/98/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489_package_write_deb.tar.zst\nDEBUG: Using  for d4/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/98/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489_package_write_deb.tar.zst\nDEBUG: Testing URL file://d4/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3d/98/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489_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', '', 'd4/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa_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/98/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/98/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.5%3Ar0%3Acore2-64%3A12%3A3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489_package_write_deb.tar.zst;downloadfilename=3d/98/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489_package_write_deb.tar.zst\nDEBUG: For url file://d4/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/04/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A12%3Ad404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa_recipe_qa.tar.zst;downloadfilename=d4/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/81/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:4c81ca42423cbaa87134b2282e763291c084645e9787d325d5dceaefa8e7cbcd_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://56/80/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0_packagedata.tar.zst\nDEBUG: Searching for 56/80/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 56/80/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0_packagedata.tar.zst\nDEBUG: Testing URL file://56/80/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0_packagedata.tar.zst\nDEBUG: For url ['file', '', '56/80/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://56/80/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/80/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A12%3A5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0_packagedata.tar.zst;downloadfilename=56/80/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/ac/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/09/54/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034_create_spdx.tar.zst\nDEBUG: Searching for universal/09/54/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/09/54/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/09/54/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/09/54/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034_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/09/54/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/09/54/sstate%3Alibnsl2-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A12%3A095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034_create_spdx.tar.zst;downloadfilename=universal/09/54/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://77/4f/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:774ff01ca5589015b5c0d8883817494892e9e8c4d9ae9a399502aba33506aa8d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/5e/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826_create_spdx.tar.zst\nDEBUG: Searching for 1e/5e/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1e/5e/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826_create_spdx.tar.zst\nDEBUG: Testing URL file://1e/5e/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1e/5e/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1e/5e/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/5e/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A12%3A1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826_create_spdx.tar.zst;downloadfilename=1e/5e/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://69/b3/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:69b317343681a490350d3d799b238a6dab428585cbb4f88d1930641fa2892a57_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://81/8f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6_recipe_qa.tar.zst\nDEBUG: Searching for 81/8f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 81/8f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6_recipe_qa.tar.zst\nDEBUG: Testing URL file://81/8f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '81/8f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://81/8f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/8f/sstate%3Axxhash%3Acore2-64-poky-linux%3A0.8.2%3Ar0%3Acore2-64%3A12%3A818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6_recipe_qa.tar.zst;downloadfilename=81/8f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://56/80/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/8e/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2_create_package_spdx.tar.zst\nDEBUG: Searching for bb/8e/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bb/8e/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bb/8e/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'bb/8e/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bb/8e/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/8e/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%2Bgit%3Ar0%3Acore2-64%3A12%3Abb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2_create_package_spdx.tar.zst;downloadfilename=bb/8e/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/09/54/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/be/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce_populate_sysroot.tar.zst\nDEBUG: Searching for universal/be/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/be/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/be/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/be/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce_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/be/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/be/a1/sstate%3Alibedit-native%3Ax86_64-linux%3A20240517-3.1%3Ar0%3Ax86_64%3A12%3Abea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce_populate_sysroot.tar.zst;downloadfilename=universal/be/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/4f/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e4/47/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5_create_spdx.tar.zst\nDEBUG: Searching for universal/e4/47/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/be/a1/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce_populate_sysroot.tar.zst\nDEBUG: Using  for universal/e4/47/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/5a/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0_packagedata.tar.zst\nDEBUG: Testing URL file://universal/e4/47/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5_create_spdx.tar.zst\nDEBUG: Searching for 3d/5a/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/e4/47/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3d/5a/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0_packagedata.tar.zst\nDEBUG: For url file://universal/e4/47/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e4/47/sstate%3Aglslang-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3Ae4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5_create_spdx.tar.zst;downloadfilename=universal/e4/47/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5_create_spdx.tar.zst\nDEBUG: Testing URL file://3d/5a/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0_packagedata.tar.zst\nDEBUG: For url ['file', '', '3d/5a/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3d/5a/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/5a/sstate%3Aboost%3Acore2-64-poky-linux%3A1.85.0%3Ar0%3Acore2-64%3A12%3A3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0_packagedata.tar.zst;downloadfilename=3d/5a/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/72/05/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/72/05/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/72/05/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/72/05/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/72/05/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752_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/05/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/72/05/sstate%3Arust-llvm-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3A7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752_deploy_source_date_epoch.tar.zst;downloadfilename=universal/72/05/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://81/8f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/30/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/50/30/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/50/30/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/50/30/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/50/30/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d_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/30/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/30/sstate%3Adtc-native%3Ax86_64-linux%3A1.7.0%3Ar0%3Ax86_64%3A12%3A5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/50/30/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e4/47/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://91/9d/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374_packagedata.tar.zst\nDEBUG: Searching for 91/9d/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 91/9d/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374_packagedata.tar.zst\nDEBUG: Testing URL file://91/9d/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374_packagedata.tar.zst\nDEBUG: For url ['file', '', '91/9d/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://91/9d/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/9d/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374_packagedata.tar.zst;downloadfilename=91/9d/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/5a/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/72/05/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:7205e87b27ee0c0e30eac4cd20766741f3c484f5d0ed1e025839e62490b27752_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/61/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:a161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/86/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3_package_write_ipk.tar.zst\nDEBUG: Searching for a1/61/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:a161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0e/86/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a1/61/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:a161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4_package_write_ipk.tar.zst\nDEBUG: Using  for 0e/86/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3_package_write_ipk.tar.zst\nDEBUG: Testing URL file://a1/61/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:a161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4_package_write_ipk.tar.zst\nDEBUG: Testing URL file://0e/86/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'a1/61/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:a161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4_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', '', '0e/86/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3_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://a1/61/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:a161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/61/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.3.1%3Ar0%3Acore2-64%3A12%3Aa161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4_package_write_ipk.tar.zst;downloadfilename=a1/61/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:a161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4_package_write_ipk.tar.zst\nDEBUG: For url file://0e/86/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/86/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.12%3Ar0%3Acore2-64%3A12%3A0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3_package_write_ipk.tar.zst;downloadfilename=0e/86/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/e5/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:a6e5ca677d8c0c40429add459288103bf079cfb113f7e6bca9f20d21d8d2208d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://14/ec/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6_package_write_ipk.tar.zst\nDEBUG: Searching for 14/ec/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 14/ec/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6_package_write_ipk.tar.zst\nDEBUG: Testing URL file://14/ec/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '14/ec/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6_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://14/ec/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/ec/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6_package_write_ipk.tar.zst;downloadfilename=14/ec/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/30/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:5030fbc59d5b4f4431ab7f89f0c4b3ce3a02a9752003c156012bbe38468c758d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f8/bd/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e_create_spdx.tar.zst\nDEBUG: Searching for universal/f8/bd/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f8/bd/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f8/bd/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f8/bd/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e_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/f8/bd/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f8/bd/sstate%3Akmod-native%3Ax86_64-linux%3A32%3Ar0%3Ax86_64%3A12%3Af8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e_create_spdx.tar.zst;downloadfilename=universal/f8/bd/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://91/9d/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://be/57/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://88/49/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/55/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328_create_package_spdx.tar.zst\nDEBUG: Searching for 88/49/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1e/55/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 88/49/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520_create_spdx.tar.zst\nDEBUG: Using  for 1e/55/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328_create_package_spdx.tar.zst\nDEBUG: Testing URL file://88/49/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520_create_spdx.tar.zst\nDEBUG: Testing URL file://1e/55/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '88/49/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '1e/55/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://88/49/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/49/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A12%3A88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520_create_spdx.tar.zst;downloadfilename=88/49/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520_create_spdx.tar.zst\nDEBUG: For url file://1e/55/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/55/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A12%3A1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328_create_package_spdx.tar.zst;downloadfilename=1e/55/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/c0/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:b2c03cce9dce2a235efdf431898fab3c7d1417428e65613efabf94605aec33a0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/4c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/43/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8b/bb/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669_populate_sysroot.tar.zst\nDEBUG: Searching for 4b/43/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/8b/bb/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4b/43/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451_package_qa.tar.zst\nDEBUG: Using  for universal/8b/bb/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4b/43/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451_package_qa.tar.zst\nDEBUG: Testing URL file://universal/8b/bb/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4b/43/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451_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/8b/bb/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669_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/43/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/43/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451_package_qa.tar.zst;downloadfilename=4b/43/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451_package_qa.tar.zst\nDEBUG: For url file://universal/8b/bb/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/bb/sstate%3Agnutls-native%3Ax86_64-linux%3A3.8.5%3Ar0%3Ax86_64%3A12%3A8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669_populate_sysroot.tar.zst;downloadfilename=universal/8b/bb/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/0f/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/c7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c_create_spdx.tar.zst\nDEBUG: Searching for a5/c7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a5/c7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c_create_spdx.tar.zst\nDEBUG: Testing URL file://a5/c7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a5/c7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a5/c7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/c7/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.7p1%3Ar0%3Acore2-64%3A12%3Aa5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c_create_spdx.tar.zst;downloadfilename=a5/c7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f8/bd/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/39/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/c4/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://21/f5/sstate:libxml-namespacesupport-perl-native::1.12:r0::12:21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e_populate_lic.tar.zst\nDEBUG: Searching for universal/50/c4/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 21/f5/sstate:libxml-namespacesupport-perl-native::1.12:r0::12:21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/50/c4/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc_create_spdx.tar.zst\nDEBUG: Using  for 21/f5/sstate:libxml-namespacesupport-perl-native::1.12:r0::12:21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/50/c4/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc_create_spdx.tar.zst\nDEBUG: Testing URL file://21/f5/sstate:libxml-namespacesupport-perl-native::1.12:r0::12:21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/50/c4/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc_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/f5/sstate:libxml-namespacesupport-perl-native::1.12:r0::12:21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e_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/50/c4/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/c4/sstate%3Azlib-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A12%3A50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc_create_spdx.tar.zst;downloadfilename=universal/50/c4/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc_create_spdx.tar.zst\nDEBUG: For url file://21/f5/sstate:libxml-namespacesupport-perl-native::1.12:r0::12:21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/f5/sstate%3Alibxml-namespacesupport-perl-native%3A%3A1.12%3Ar0%3A%3A12%3A21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e_populate_lic.tar.zst;downloadfilename=21/f5/sstate:libxml-namespacesupport-perl-native::1.12:r0::12:21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8b/bb/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/43/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/d7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/ff/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b_package_write_deb.tar.zst\nDEBUG: Searching for 2d/d7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1e/ff/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2d/d7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8_package_write_ipk.tar.zst\nDEBUG: Using  for 1e/ff/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b_package_write_deb.tar.zst\nDEBUG: Testing URL file://2d/d7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://1e/ff/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '2d/d7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8_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', '', '1e/ff/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b_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://2d/d7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/d7/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A12%3A2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8_package_write_ipk.tar.zst;downloadfilename=2d/d7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8_package_write_ipk.tar.zst\nDEBUG: For url file://1e/ff/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/ff/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A12%3A1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b_package_write_deb.tar.zst;downloadfilename=1e/ff/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/c4/sstate:zlib-native:x86_64-linux:1.3.1:r0:x86_64:12:50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://63/c5/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8_package_qa.tar.zst\nDEBUG: Searching for 63/c5/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 63/c5/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://21/f5/sstate:libxml-namespacesupport-perl-native::1.12:r0::12:21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e_populate_lic.tar.zst\nDEBUG: Testing URL file://63/c5/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/6c/sstate:alsa-utils::1.2.11:r0::12:e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '63/c5/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e2/6c/sstate:alsa-utils::1.2.11:r0::12:e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://63/c5/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/c5/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A12%3A63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8_package_qa.tar.zst;downloadfilename=63/c5/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8_package_qa.tar.zst\nDEBUG: Using  for e2/6c/sstate:alsa-utils::1.2.11:r0::12:e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1_populate_lic.tar.zst\nDEBUG: Testing URL file://e2/6c/sstate:alsa-utils::1.2.11:r0::12:e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e2/6c/sstate:alsa-utils::1.2.11:r0::12:e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1_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/6c/sstate:alsa-utils::1.2.11:r0::12:e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/6c/sstate%3Aalsa-utils%3A%3A1.2.11%3Ar0%3A%3A12%3Ae26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1_populate_lic.tar.zst;downloadfilename=e2/6c/sstate:alsa-utils::1.2.11:r0::12:e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/8e/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://88/49/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/5e/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/56/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/61/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:a161f0a6b6f4af637970ae583888fbaefbb66855e57ee9bcb992fc60a7751cc4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e0/00/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://77/a0/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb_package_write_rpm.tar.zst\nDEBUG: Searching for ee/56/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://19/31/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c_packagedata.tar.zst\nDEBUG: Searching for universal/e0/00/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 77/a0/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ee/56/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed_populate_sysroot.tar.zst\nDEBUG: Searching for 19/31/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e0/00/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90_recipe_qa.tar.zst\nDEBUG: Using  for 77/a0/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ee/56/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed_populate_sysroot.tar.zst\nDEBUG: Using  for 19/31/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c_packagedata.tar.zst\nDEBUG: Testing URL file://universal/e0/00/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90_recipe_qa.tar.zst\nDEBUG: Testing URL file://77/a0/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ee/56/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://19/31/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/e0/00/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90_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/a0/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb_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/56/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/56/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A12%3Aee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed_populate_sysroot.tar.zst;downloadfilename=ee/56/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '19/31/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c_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/00/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/00/sstate%3Aat-spi2-core-native%3Ax86_64-linux%3A2.52.0%3Ar0%3Ax86_64%3A12%3Ae000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90_recipe_qa.tar.zst;downloadfilename=universal/e0/00/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90_recipe_qa.tar.zst\nDEBUG: For url file://77/a0/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/a0/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A12%3A77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb_package_write_rpm.tar.zst;downloadfilename=77/a0/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb_package_write_rpm.tar.zst\nDEBUG: For url file://19/31/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/31/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c_packagedata.tar.zst;downloadfilename=19/31/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/d7/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:2dd7bb896d43b6e1180907f6789a3aa4f9bc44f9bf0dc203b887f1edc06c28a8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/c7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/ff/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:1eff17edbc147bf97b92c4a385613053fa8972932ea5b0b83bbf026547bcd36b_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://45/0e/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://43/56/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/04/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:ae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72_package_write_ipk.tar.zst\nDEBUG: Searching for 45/0e/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 43/56/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ae/04/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:ae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 45/0e/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0_package_qa.tar.zst\nDEBUG: Using  for 43/56/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b_package_write_ipk.tar.zst\nDEBUG: Using  for ae/04/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:ae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72_package_write_ipk.tar.zst\nDEBUG: Testing URL file://45/0e/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0_package_qa.tar.zst\nDEBUG: Testing URL file://43/56/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ae/04/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:ae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '45/0e/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '43/56/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b_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', '', 'ae/04/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:ae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72_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://45/0e/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/0e/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.27%3Ar0%3Acore2-64%3A12%3A450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0_package_qa.tar.zst;downloadfilename=45/0e/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0_package_qa.tar.zst\nDEBUG: For url file://43/56/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/56/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A12%3A4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b_package_write_ipk.tar.zst;downloadfilename=43/56/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b_package_write_ipk.tar.zst\nDEBUG: For url file://ae/04/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:ae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/04/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.31%3Ar0%3Acore2-64%3A12%3Aae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72_package_write_ipk.tar.zst;downloadfilename=ae/04/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:ae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/6c/sstate:alsa-utils::1.2.11:r0::12:e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://70/96/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85_package_write_ipk.tar.zst\nDEBUG: Searching for 70/96/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 70/96/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://63/c5/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8_package_qa.tar.zst\nDEBUG: Testing URL file://70/96/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/44/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '70/96/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0f/44/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://70/96/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/96/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A12%3A70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85_package_write_ipk.tar.zst;downloadfilename=70/96/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85_package_write_ipk.tar.zst\nDEBUG: Using  for 0f/44/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d_recipe_qa.tar.zst\nDEBUG: Testing URL file://0f/44/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '0f/44/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0f/44/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/44/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.38%3Ar0%3Acore2-64%3A12%3A0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d_recipe_qa.tar.zst;downloadfilename=0f/44/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://19/31/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e0/00/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://50/ca/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/f8/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb_create_package_spdx.tar.zst\nDEBUG: Searching for 50/ca/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4a/f8/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 50/ca/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8_packagedata.tar.zst\nDEBUG: Using  for 4a/f8/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb_create_package_spdx.tar.zst\nDEBUG: Testing URL file://50/ca/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8_packagedata.tar.zst\nDEBUG: Testing URL file://4a/f8/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '50/ca/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4a/f8/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://50/ca/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/ca/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A12%3A50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8_packagedata.tar.zst;downloadfilename=50/ca/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8_packagedata.tar.zst\nDEBUG: For url file://4a/f8/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/f8/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb_create_package_spdx.tar.zst;downloadfilename=4a/f8/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/d5/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:7cd5dffab4092532e4e0cded4a6ffe957bb5621713a6fdb0cb1bb705019ca10d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/56/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ee56e3700da19eb8e4ef3a6d3b199fe4fbcc721e75a87a70666a82a82199e4ed_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://45/0e/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/de/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/5d/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ce5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/98/a0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e2/de/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ce/5d/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ce5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/98/a0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e2/de/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f_packagedata.tar.zst\nDEBUG: Using  for ce/5d/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ce5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/98/a0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e2/de/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f_packagedata.tar.zst\nDEBUG: Testing URL file://ce/5d/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ce5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/98/a0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/25/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e2/de/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ce/5d/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ce5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2_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/98/a0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109_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/66/b4/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e_create_spdx.tar.zst\nDEBUG: For url file://e2/de/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/de/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A24.1%3Ar0%3Acore2-64%3A12%3Ae2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f_packagedata.tar.zst;downloadfilename=e2/de/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f_packagedata.tar.zst\nDEBUG: For url file://ce/5d/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ce5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/5d/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3Ace5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2_deploy_source_date_epoch.tar.zst;downloadfilename=ce/5d/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ce5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/98/a0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/98/a0/sstate%3Aperl-native%3Ax86_64-linux%3A5.38.2%3Ar0%3Ax86_64%3A12%3A98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109_deploy_source_date_epoch.tar.zst;downloadfilename=universal/98/a0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/66/b4/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/66/b4/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/98/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:3d98e7d0a8894b22c729ef304b069390156659327e766efb92c321a77f729489_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/66/b4/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/44/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/79/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:ec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/66/b4/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e_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://98/a1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b_recipe_qa.tar.zst\nDEBUG: Searching for ec/79/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:ec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/66/b4/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/66/b4/sstate%3Alibxcb-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3A66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e_create_spdx.tar.zst;downloadfilename=universal/66/b4/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e_create_spdx.tar.zst\nDEBUG: Searching for 98/a1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ec/79/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:ec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963_package_write_ipk.tar.zst\nDEBUG: Using  for 98/a1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b_recipe_qa.tar.zst\nDEBUG: Testing URL file://ec/79/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:ec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963_package_write_ipk.tar.zst\nDEBUG: Testing URL file://98/a1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://50/ca/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ec/79/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:ec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963_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', '', '98/a1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b_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/67/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ec/79/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:ec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/79/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A12%3Aec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963_package_write_ipk.tar.zst;downloadfilename=ec/79/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:ec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963_package_write_ipk.tar.zst\nDEBUG: For url file://98/a1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/a1/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A12%3A98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b_recipe_qa.tar.zst;downloadfilename=98/a1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b_recipe_qa.tar.zst\nDEBUG: Searching for 67/67/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 67/67/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://67/67/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '67/67/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66_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/67/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/67/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A12%3A6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66_deploy_source_date_epoch.tar.zst;downloadfilename=67/67/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/de/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://82/f2/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f_package_write_deb.tar.zst\nDEBUG: Searching for 82/f2/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 82/f2/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f_package_write_deb.tar.zst\nDEBUG: Testing URL file://82/f2/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '82/f2/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f_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://82/f2/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/f2/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f_package_write_deb.tar.zst;downloadfilename=82/f2/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://77/a0/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/98/a0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:98a09feffbfbf68bbd09ef52a6643570f58dd2bb6865616f56e67e1596bda109_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/5d/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ce5de7c7cc262d70fa36accb554f2d7d1c2bbb2831528c6ec2596abeb6a193f2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0f/69/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/7a/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/1e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492_packagedata.tar.zst\nDEBUG: Searching for universal/0f/69/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bf/7a/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d0/1e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/0f/69/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3_create_package_spdx.tar.zst\nDEBUG: Using  for bf/7a/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc_package_write_rpm.tar.zst\nDEBUG: Using  for d0/1e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492_packagedata.tar.zst\nDEBUG: Testing URL file://universal/0f/69/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bf/7a/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d0/1e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/0f/69/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bf/7a/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc_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/1e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/0f/69/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0f/69/sstate%3Autil-macros-native%3Ax86_64-linux%3A1.20.1%3Ar0%3Ax86_64%3A12%3A0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3_create_package_spdx.tar.zst;downloadfilename=universal/0f/69/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3_create_package_spdx.tar.zst\nDEBUG: For url file://bf/7a/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/7a/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A12%3Abf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc_package_write_rpm.tar.zst;downloadfilename=bf/7a/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc_package_write_rpm.tar.zst\nDEBUG: For url file://d0/1e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/1e/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A12%3Ad01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492_packagedata.tar.zst;downloadfilename=d0/1e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/66/b4/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://14/ec/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:14ec383eb12f1fac6b10b959c3e4e60d560a4bb16999e457142f13a72f78c6c6_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://87/18/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:87186fadb6bcc441d96614c16afddf064d567e17a9dab3c25b21da6f9a5ce03e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/6a/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://98/a1/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://67/67/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6767a78437b08aed60940fa40ac7a35b71abc88ffeb709e193079177a1991b66_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://07/61/sstate:spirv-headers-native::1.3.283.0:r0::12:07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://89/13/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5_populate_sysroot.tar.zst\nDEBUG: Searching for 2c/6a/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/35/dc/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://18/fb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea_package_write_rpm.tar.zst\nDEBUG: Searching for 07/61/sstate:spirv-headers-native::1.3.283.0:r0::12:07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 89/13/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2c/6a/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33_populate_sysroot.tar.zst\nDEBUG: Searching for universal/35/dc/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 18/fb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 07/61/sstate:spirv-headers-native::1.3.283.0:r0::12:07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c_populate_lic.tar.zst\nDEBUG: Using  for 89/13/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2c/6a/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33_populate_sysroot.tar.zst\nDEBUG: Using  for universal/35/dc/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 18/fb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea_package_write_rpm.tar.zst\nDEBUG: Testing URL file://07/61/sstate:spirv-headers-native::1.3.283.0:r0::12:07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c_populate_lic.tar.zst\nDEBUG: Testing URL file://89/13/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2c/6a/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33_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/35/dc/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://18/fb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '07/61/sstate:spirv-headers-native::1.3.283.0:r0::12:07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c_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/13/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2c/6a/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/6a/sstate%3Aglib-2.0-initial%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33_populate_sysroot.tar.zst;downloadfilename=2c/6a/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/35/dc/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f_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://ae/04/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:ae04ac16a0f6f1443ba4079d9612e67ab969e0c28eaaaf75bc900833cccc3b72_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '18/fb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea_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/61/sstate:spirv-headers-native::1.3.283.0:r0::12:07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/61/sstate%3Aspirv-headers-native%3A%3A1.3.283.0%3Ar0%3A%3A12%3A07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c_populate_lic.tar.zst;downloadfilename=07/61/sstate:spirv-headers-native::1.3.283.0:r0::12:07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c_populate_lic.tar.zst\nDEBUG: For url file://89/13/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/13/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A12%3A8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5_populate_sysroot.tar.zst;downloadfilename=89/13/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5_populate_sysroot.tar.zst\nDEBUG: For url file://universal/35/dc/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/35/dc/sstate%3Alibidn2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A12%3A35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/35/dc/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/dd/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e_create_package_spdx.tar.zst\nDEBUG: For url file://18/fb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/fb/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A12%3A18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea_package_write_rpm.tar.zst;downloadfilename=18/fb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0f/69/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3_create_package_spdx.tar.zst\nDEBUG: Searching for 8d/dd/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://bf/7a/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://38/52/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36_recipe_qa.tar.zst\nDEBUG: Using  for 8d/dd/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://29/ba/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515_package_write_deb.tar.zst\nDEBUG: Searching for 38/52/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://82/f2/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:82f2ba05450e942059f4de8c189a8f1e580b1ab89a468969a5249f8746c6705f_package_write_deb.tar.zst\nDEBUG: Testing URL file://8d/dd/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/86/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:0e862ea5b9459c24e93ca088271ac9f1555f7a547ce7f5f07dd24bb1ed894cd3_package_write_ipk.tar.zst\nDEBUG: Searching for 29/ba/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 38/52/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/e3/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132_package_qa.tar.zst\nDEBUG: For url ['file', '', '8d/dd/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e_create_package_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://1a/cf/sstate:iproute2::6.9.0:r0::12:1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39_populate_lic.tar.zst\nDEBUG: Using  for 29/ba/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515_package_write_deb.tar.zst\nDEBUG: Testing URL file://38/52/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36_recipe_qa.tar.zst\nDEBUG: Searching for c1/e3/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8d/dd/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/dd/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A12%3A8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e_create_package_spdx.tar.zst;downloadfilename=8d/dd/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e_create_package_spdx.tar.zst\nDEBUG: Searching for 1a/cf/sstate:iproute2::6.9.0:r0::12:1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://29/ba/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '38/52/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c1/e3/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132_package_qa.tar.zst\nDEBUG: Using  for 1a/cf/sstate:iproute2::6.9.0:r0::12:1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39_populate_lic.tar.zst\nDEBUG: For url ['file', '', '29/ba/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515_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://38/52/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/52/sstate%3Astrace%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36_recipe_qa.tar.zst;downloadfilename=38/52/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36_recipe_qa.tar.zst\nDEBUG: Testing URL file://c1/e3/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132_package_qa.tar.zst\nDEBUG: Testing URL file://1a/cf/sstate:iproute2::6.9.0:r0::12:1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39_populate_lic.tar.zst\nDEBUG: For url file://29/ba/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/ba/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A12%3A29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515_package_write_deb.tar.zst;downloadfilename=29/ba/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c1/e3/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132_package_qa.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:iproute2::6.9.0:r0::12:1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39_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/61/sstate:spirv-headers-native::1.3.283.0:r0::12:07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://89/13/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5_populate_sysroot.tar.zst\nDEBUG: For url file://c1/e3/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/e3/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3Ac1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132_package_qa.tar.zst;downloadfilename=c1/e3/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132_package_qa.tar.zst\nDEBUG: For url file://1a/cf/sstate:iproute2::6.9.0:r0::12:1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/cf/sstate%3Aiproute2%3A%3A6.9.0%3Ar0%3A%3A12%3A1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39_populate_lic.tar.zst;downloadfilename=1a/cf/sstate:iproute2::6.9.0:r0::12:1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/5f/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/35/dc/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:35dc0b2c11d4cd426a6c0559c859daa949031712cacf528f7f001c682f67d83f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://22/f0/sstate:python3-typing-extensions-native::4.12.2:r0::12:22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb_populate_lic.tar.zst\nDEBUG: Searching for c9/5f/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://70/96/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:70962bc3cc68906bda44b6b9d3642553658b4e10d2cdc4de3668b69ff4888f85_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9b/06/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02_populate_sysroot.tar.zst\nDEBUG: Searching for 22/f0/sstate:python3-typing-extensions-native::4.12.2:r0::12:22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c9/5f/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/a0/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef_recipe_qa.tar.zst\nDEBUG: Searching for universal/9b/06/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 22/f0/sstate:python3-typing-extensions-native::4.12.2:r0::12:22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb_populate_lic.tar.zst\nDEBUG: Testing URL file://c9/5f/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a_create_package_spdx.tar.zst\nDEBUG: Searching for 98/a0/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/9b/06/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02_populate_sysroot.tar.zst\nDEBUG: Testing URL file://22/f0/sstate:python3-typing-extensions-native::4.12.2:r0::12:22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c9/5f/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 98/a0/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/9b/06/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '22/f0/sstate:python3-typing-extensions-native::4.12.2:r0::12:22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb_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/5f/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/5f/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.6%3Ar0%3Acore2-64%3A12%3Ac95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a_create_package_spdx.tar.zst;downloadfilename=c9/5f/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://98/a0/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/9b/06/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02_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/f0/sstate:python3-typing-extensions-native::4.12.2:r0::12:22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/f0/sstate%3Apython3-typing-extensions-native%3A%3A4.12.2%3Ar0%3A%3A12%3A22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb_populate_lic.tar.zst;downloadfilename=22/f0/sstate:python3-typing-extensions-native::4.12.2:r0::12:22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb_populate_lic.tar.zst\nDEBUG: For url ['file', '', '98/a0/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef_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/9b/06/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9b/06/sstate%3Apython3-build-native%3Ax86_64-linux%3A1.2.1%3Ar0%3Ax86_64%3A12%3A9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02_populate_sysroot.tar.zst;downloadfilename=universal/9b/06/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02_populate_sysroot.tar.zst\nDEBUG: For url file://98/a0/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/a0/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.7%3Ar0%3Acore2-64%3A12%3A98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef_recipe_qa.tar.zst;downloadfilename=98/a0/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://38/52/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://27/93/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b_create_package_spdx.tar.zst\nDEBUG: Searching for 27/93/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c1/e3/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132_package_qa.tar.zst\nDEBUG: Using  for 27/93/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cf/00/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2_create_spdx.tar.zst\nDEBUG: Testing URL file://27/93/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b_create_package_spdx.tar.zst\nDEBUG: Searching for universal/cf/00/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '27/93/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/cf/00/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2_create_spdx.tar.zst\nDEBUG: For url file://27/93/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/93/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.7.0%3Ar0%3Acore2-64%3A12%3A2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b_create_package_spdx.tar.zst;downloadfilename=27/93/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/cf/00/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/cf/00/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2_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/cf/00/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cf/00/sstate%3Aitstool-native%3Ax86_64-linux%3A2.0.7%3Ar0%3Ax86_64%3A12%3Acf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2_create_spdx.tar.zst;downloadfilename=universal/cf/00/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/cf/sstate:iproute2::6.9.0:r0::12:1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/9f/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/55/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328_create_package_spdx.tar.zst\nDEBUG: Searching for f5/9f/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://bd/57/sstate:libsolv-native::0.7.29:r0::12:bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56_populate_lic.tar.zst\nDEBUG: Using  for f5/9f/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5_create_spdx.tar.zst\nDEBUG: Searching for bd/57/sstate:libsolv-native::0.7.29:r0::12:bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f5/9f/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5_create_spdx.tar.zst\nDEBUG: Using  for bd/57/sstate:libsolv-native::0.7.29:r0::12:bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f5/9f/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bd/57/sstate:libsolv-native::0.7.29:r0::12:bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56_populate_lic.tar.zst\nDEBUG: For url file://f5/9f/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/9f/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A12%3Af59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5_create_spdx.tar.zst;downloadfilename=f5/9f/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bd/57/sstate:libsolv-native::0.7.29:r0::12:bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bd/57/sstate:libsolv-native::0.7.29:r0::12:bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/57/sstate%3Alibsolv-native%3A%3A0.7.29%3Ar0%3A%3A12%3Abd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56_populate_lic.tar.zst;downloadfilename=bd/57/sstate:libsolv-native::0.7.29:r0::12:bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9b/06/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://22/f0/sstate:python3-typing-extensions-native::4.12.2:r0::12:22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/3b/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/ad/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:faadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280_package_write_deb.tar.zst\nDEBUG: Searching for 0b/3b/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fa/ad/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:faadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0b/3b/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e_recipe_qa.tar.zst\nDEBUG: Using  for fa/ad/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:faadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280_package_write_deb.tar.zst\nDEBUG: Testing URL file://0b/3b/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e_recipe_qa.tar.zst\nDEBUG: Testing URL file://fa/ad/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:faadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '0b/3b/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fa/ad/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:faadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280_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://0b/3b/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/3b/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e_recipe_qa.tar.zst;downloadfilename=0b/3b/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e_recipe_qa.tar.zst\nDEBUG: For url file://fa/ad/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:faadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/ad/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Afaadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280_package_write_deb.tar.zst;downloadfilename=fa/ad/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:faadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://43/56/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:4356412937381e922d4b8be720512da573035280153b1190c2ff1b0b387a9f6b_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://60/b7/sstate:python3-iniparse::0.5:r0::12:60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640_populate_lic.tar.zst\nDEBUG: Searching for 60/b7/sstate:python3-iniparse::0.5:r0::12:60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 60/b7/sstate:python3-iniparse::0.5:r0::12:60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640_populate_lic.tar.zst\nDEBUG: Testing URL file://60/b7/sstate:python3-iniparse::0.5:r0::12:60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640_populate_lic.tar.zst\nDEBUG: For url ['file', '', '60/b7/sstate:python3-iniparse::0.5:r0::12:60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://60/b7/sstate:python3-iniparse::0.5:r0::12:60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/b7/sstate%3Apython3-iniparse%3A%3A0.5%3Ar0%3A%3A12%3A60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640_populate_lic.tar.zst;downloadfilename=60/b7/sstate:python3-iniparse::0.5:r0::12:60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cf/00/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/84/f1/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/84/f1/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/84/f1/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/84/f1/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/84/f1/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0_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/84/f1/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/f1/sstate%3Aautomake-native%3Ax86_64-linux%3A1.16.5%3Ar0%3Ax86_64%3A12%3A84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/84/f1/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://98/a0/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/79/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:ec79db4e9b5b75bfbededc0ec9e5fe00e955a19a34e6f677ede09485a61e2963_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://70/5f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://96/0d/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad_package_write_rpm.tar.zst\nDEBUG: Searching for 70/5f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 96/0d/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 70/5f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857_package_write_rpm.tar.zst\nDEBUG: Using  for 96/0d/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad_package_write_rpm.tar.zst\nDEBUG: Testing URL file://70/5f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857_package_write_rpm.tar.zst\nDEBUG: Testing URL file://96/0d/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '70/5f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857_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', '', '96/0d/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad_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/5f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/5f/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.3.0%3Ar0%3Acore2-64%3A12%3A705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857_package_write_rpm.tar.zst;downloadfilename=70/5f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857_package_write_rpm.tar.zst\nDEBUG: For url file://96/0d/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/0d/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.13%3Ar0%3Acore2-64%3A12%3A960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad_package_write_rpm.tar.zst;downloadfilename=96/0d/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/1e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/a0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: Searching for ab/a0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ab/a0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: Testing URL file://ab/a0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ab/a0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ab/a0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/a0/sstate%3Alibgcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Aaba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst;downloadfilename=ab/a0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://18/fb/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/3b/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/ad/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:faadfa42fc7c87c7c532135cbcced01015dbfab66373b54563cf9caea1023280_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/57/sstate:libsolv-native::0.7.29:r0::12:bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/51/30/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/64/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/53/sstate:startup-notification::0.12:r0::12:f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7c/c8/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29_create_package_spdx.tar.zst\nDEBUG: Searching for universal/51/30/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2c/64/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f5/53/sstate:startup-notification::0.12:r0::12:f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/7c/c8/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/51/30/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62_populate_sysroot.tar.zst\nDEBUG: Using  for 2c/64/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057_package.tar.zst\nDEBUG: Using  for f5/53/sstate:startup-notification::0.12:r0::12:f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527_populate_lic.tar.zst\nDEBUG: Using  for universal/7c/c8/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/51/30/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2c/64/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057_package.tar.zst\nDEBUG: Testing URL file://f5/53/sstate:startup-notification::0.12:r0::12:f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/7c/c8/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/51/30/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2c/64/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f5/53/sstate:startup-notification::0.12:r0::12:f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527_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/7c/c8/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29_create_package_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/30/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/51/30/sstate%3Aswig-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A12%3A513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62_populate_sysroot.tar.zst;downloadfilename=universal/51/30/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62_populate_sysroot.tar.zst\nDEBUG: For url file://2c/64/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/64/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057_package.tar.zst;downloadfilename=2c/64/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057_package.tar.zst\nDEBUG: For url file://f5/53/sstate:startup-notification::0.12:r0::12:f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/53/sstate%3Astartup-notification%3A%3A0.12%3Ar0%3A%3A12%3Af55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527_populate_lic.tar.zst;downloadfilename=f5/53/sstate:startup-notification::0.12:r0::12:f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527_populate_lic.tar.zst\nDEBUG: For url file://universal/7c/c8/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7c/c8/sstate%3Alibassuan-native%3Ax86_64-linux%3A2.5.7%3Ar0%3Ax86_64%3A12%3A7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29_create_package_spdx.tar.zst;downloadfilename=universal/7c/c8/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/84/f1/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:84f16d71e236257a7f55d93a9a6e2564497883bd5f2ba44acdee703c900360f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/7c/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744_packagedata.tar.zst\nDEBUG: Searching for 9d/7c/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://70/5f/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/6a/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:2c6acfd84947732b68a32a3c749bad5003b02ed7af20698ad1e255e9b4b80b33_populate_sysroot.tar.zst\nDEBUG: Using  for 9d/7c/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://60/b7/sstate:python3-iniparse::0.5:r0::12:60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a6/74/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/f8/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c_package_qa.tar.zst\nDEBUG: Testing URL file://9d/7c/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://61/d4/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd_package_write_ipk.tar.zst\nDEBUG: Searching for universal/a6/74/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7f/f8/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9d/7c/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 61/d4/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/a6/74/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0_recipe_qa.tar.zst\nDEBUG: Using  for 7f/f8/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c_package_qa.tar.zst\nDEBUG: For url file://9d/7c/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/7c/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A12%3A9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744_packagedata.tar.zst;downloadfilename=9d/7c/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744_packagedata.tar.zst\nDEBUG: Using  for 61/d4/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/a6/74/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0_recipe_qa.tar.zst\nDEBUG: Testing URL file://7f/f8/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://96/0d/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad_package_write_rpm.tar.zst\nDEBUG: Testing URL file://61/d4/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/a6/74/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0_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/f8/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c_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://8c/78/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365_create_spdx.tar.zst\nDEBUG: For url ['file', '', '61/d4/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd_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://universal/a6/74/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a6/74/sstate%3Apython3-iniparse-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3Aa67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0_recipe_qa.tar.zst;downloadfilename=universal/a6/74/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0_recipe_qa.tar.zst\nDEBUG: For url file://7f/f8/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/f8/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c_package_qa.tar.zst;downloadfilename=7f/f8/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c_package_qa.tar.zst\nDEBUG: Searching for 8c/78/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://61/d4/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/d4/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd_package_write_ipk.tar.zst;downloadfilename=61/d4/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd_package_write_ipk.tar.zst\nDEBUG: Using  for 8c/78/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/a0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/51/30/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8c/78/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://99/91/sstate:puzzles::0.0+git:r0::12:9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/53/sstate:startup-notification::0.12:r0::12:f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/64/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2c645ef7e5a61f8390dffbc16b62c49ad50e1c37ccc07a1260df247d20cd4057_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/cb/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:d2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '8c/78/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 99/91/sstate:puzzles::0.0+git:r0::12:9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://24/2a/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://86/22/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2_package_qa.tar.zst\nDEBUG: Searching for d2/cb/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:d2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8c/78/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/78/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A12%3A8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365_create_spdx.tar.zst;downloadfilename=8c/78/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365_create_spdx.tar.zst\nDEBUG: Using  for 99/91/sstate:puzzles::0.0+git:r0::12:9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643_populate_lic.tar.zst\nDEBUG: Searching for 24/2a/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 86/22/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d2/cb/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:d2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0_package_write_ipk.tar.zst\nDEBUG: Testing URL file://99/91/sstate:puzzles::0.0+git:r0::12:9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643_populate_lic.tar.zst\nDEBUG: Using  for 24/2a/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40_create_package_spdx.tar.zst\nDEBUG: Using  for 86/22/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2_package_qa.tar.zst\nDEBUG: Testing URL file://d2/cb/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:d2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '99/91/sstate:puzzles::0.0+git:r0::12:9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643_populate_lic.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:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40_create_package_spdx.tar.zst\nDEBUG: Testing URL file://86/22/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd2/cb/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:d2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0_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/91/sstate:puzzles::0.0+git:r0::12:9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/91/sstate%3Apuzzles%3A%3A0.0%2Bgit%3Ar0%3A%3A12%3A9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643_populate_lic.tar.zst;downloadfilename=99/91/sstate:puzzles::0.0+git:r0::12:9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643_populate_lic.tar.zst\nDEBUG: For url ['file', '', '24/2a/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '86/22/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d2/cb/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:d2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/cb/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A12%3Ad2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0_package_write_ipk.tar.zst;downloadfilename=d2/cb/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:d2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0_package_write_ipk.tar.zst\nDEBUG: For url file://24/2a/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/2a/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A12%3A242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40_create_package_spdx.tar.zst;downloadfilename=24/2a/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40_create_package_spdx.tar.zst\nDEBUG: For url file://86/22/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/22/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.5%3Ar0%3Acore2-64%3A12%3A862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2_package_qa.tar.zst;downloadfilename=86/22/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7c/c8/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/7c/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/dd/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/f8/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://29/ba/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:29bac0eb04df1effcf917378aa7e5a77f7e75f613726e4d4c7fb9b3b13cd0515_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a6/74/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/1a/sstate:perl-native::5.38.2:r0::12:5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/ba/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ccbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/1a/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1_package_write_rpm.tar.zst\nDEBUG: Searching for ed/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://84/11/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/9a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:c59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962_populate_sysroot.tar.zst\nDEBUG: Searching for 5a/1a/sstate:perl-native::5.38.2:r0::12:5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cc/ba/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ccbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cf/1a/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ed/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367_create_spdx.tar.zst\nDEBUG: Searching for 84/11/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c5/9a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:c59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/1a/sstate:perl-native::5.38.2:r0::12:5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e_populate_lic.tar.zst\nDEBUG: Using  for cc/ba/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ccbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for cf/1a/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ed/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367_create_spdx.tar.zst\nDEBUG: Using  for 84/11/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80_create_package_spdx.tar.zst\nDEBUG: Using  for c5/9a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:c59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962_populate_sysroot.tar.zst\nDEBUG: Testing URL file://5a/1a/sstate:perl-native::5.38.2:r0::12:5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e_populate_lic.tar.zst\nDEBUG: Testing URL file://cc/ba/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ccbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cf/1a/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ed/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367_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/11/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c5/9a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:c59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5a/1a/sstate:perl-native::5.38.2:r0::12:5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e_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/ba/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ccbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413_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', '', 'cf/1a/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1_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/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/a1/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A12%3Aeda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367_create_spdx.tar.zst;downloadfilename=ed/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367_create_spdx.tar.zst\nDEBUG: For url ['file', '', '84/11/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c5/9a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:c59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962_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/1a/sstate:perl-native::5.38.2:r0::12:5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/1a/sstate%3Aperl-native%3A%3A5.38.2%3Ar0%3A%3A12%3A5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e_populate_lic.tar.zst;downloadfilename=5a/1a/sstate:perl-native::5.38.2:r0::12:5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e_populate_lic.tar.zst\nDEBUG: For url file://cc/ba/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ccbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/ba/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A12%3Accbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413_deploy_source_date_epoch.tar.zst;downloadfilename=cc/ba/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ccbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://cf/1a/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/1a/sstate%3Autfcpp%3Acore2-64-poky-linux%3A4.0.5%3Ar0%3Acore2-64%3A12%3Acf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1_package_write_rpm.tar.zst;downloadfilename=cf/1a/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1_package_write_rpm.tar.zst\nDEBUG: For url file://84/11/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/11/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A12%3A84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80_create_package_spdx.tar.zst;downloadfilename=84/11/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80_create_package_spdx.tar.zst\nDEBUG: For url file://c5/9a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:c59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/9a/sstate%3Aencodings%3Aall-poky-linux%3A1.1.0%3Ar0%3Aallarch%3A12%3Ac59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962_populate_sysroot.tar.zst;downloadfilename=c5/9a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:c59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://99/91/sstate:puzzles::0.0+git:r0::12:9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://86/22/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ba/8d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://40/4c/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de_packagedata.tar.zst\nDEBUG: Searching for universal/ba/8d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 40/4c/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/ba/8d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a_recipe_qa.tar.zst\nDEBUG: Using  for 40/4c/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de_packagedata.tar.zst\nDEBUG: Testing URL file://universal/ba/8d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a_recipe_qa.tar.zst\nDEBUG: Testing URL file://40/4c/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/ba/8d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a_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/4c/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de_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/8d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/8d/sstate%3Adbus-native%3Ax86_64-linux%3A1.14.10%3Ar0%3Ax86_64%3A12%3Aba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a_recipe_qa.tar.zst;downloadfilename=universal/ba/8d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a_recipe_qa.tar.zst\nDEBUG: For url file://40/4c/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/4c/sstate%3Afmt%3Acore2-64-poky-linux%3A10.2.1%3Ar0%3Acore2-64%3A12%3A404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de_packagedata.tar.zst;downloadfilename=40/4c/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/5f/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://27/93/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8f/e2/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/ec/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5_create_spdx.tar.zst\nDEBUG: Searching for universal/8f/e2/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b9/ec/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/8f/e2/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917_populate_sysroot.tar.zst\nDEBUG: Using  for b9/ec/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/8f/e2/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b9/ec/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/8f/e2/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b9/ec/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5_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/e2/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8f/e2/sstate%3Apython3-trove-classifiers-native%3Ax86_64-linux%3A2024.5.22%3Ar0%3Ax86_64%3A12%3A8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917_populate_sysroot.tar.zst;downloadfilename=universal/8f/e2/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917_populate_sysroot.tar.zst\nDEBUG: For url file://b9/ec/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/ec/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A12%3Ab9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5_create_spdx.tar.zst;downloadfilename=b9/ec/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/1a/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/9f/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/14/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://74/ce/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e0/14/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 74/ce/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e0/14/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0_package_write_rpm.tar.zst\nDEBUG: Using  for 74/ce/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e0/14/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://74/ce/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e0/14/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0_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/ce/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39_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/14/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/14/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.8%3Ar0%3Acore2-64%3A12%3Ae0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0_package_write_rpm.tar.zst;downloadfilename=e0/14/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0_package_write_rpm.tar.zst\nDEBUG: For url file://74/ce/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/ce/sstate%3Amatchbox-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39_deploy_source_date_epoch.tar.zst;downloadfilename=74/ce/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/1a/sstate:perl-native::5.38.2:r0::12:5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/cb/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:d2cb4b4865dcc5e78d22ae98c48d421bd4815ef35fd5b93fbaab304cc0a4a6f0_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/ba/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:ccbaf46aa53a0ed92436c1ccb4f9328af2fe794d6f7224b4d9753909c9f38413_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/9a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:c59a02acb4b607e645fc19cada7d4f64e59263dc88d660f5724c9db4e1233962_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/9e/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/65/sstate:go-helloworld::0.1:r0::12:ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/ff/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://07/63/sstate:sysklogd::2.5.2:r0::12:07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf_populate_lic.tar.zst\nDEBUG: Searching for d3/9e/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ac/65/sstate:go-helloworld::0.1:r0::12:ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1f/ff/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 07/63/sstate:sysklogd::2.5.2:r0::12:07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d3/9e/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610_package.tar.zst\nDEBUG: Using  for ac/65/sstate:go-helloworld::0.1:r0::12:ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e_populate_lic.tar.zst\nDEBUG: Using  for 1f/ff/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069_package_write_deb.tar.zst\nDEBUG: Using  for 07/63/sstate:sysklogd::2.5.2:r0::12:07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf_populate_lic.tar.zst\nDEBUG: Testing URL file://d3/9e/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610_package.tar.zst\nDEBUG: Testing URL file://ac/65/sstate:go-helloworld::0.1:r0::12:ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e_populate_lic.tar.zst\nDEBUG: Testing URL file://1f/ff/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069_package_write_deb.tar.zst\nDEBUG: Testing URL file://07/63/sstate:sysklogd::2.5.2:r0::12:07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd3/9e/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ac/65/sstate:go-helloworld::0.1:r0::12:ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e_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/ff/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069_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', '', '07/63/sstate:sysklogd::2.5.2:r0::12:07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf_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/9e/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/9e/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A12%3Ad39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610_package.tar.zst;downloadfilename=d3/9e/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610_package.tar.zst\nDEBUG: For url file://ac/65/sstate:go-helloworld::0.1:r0::12:ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/65/sstate%3Ago-helloworld%3A%3A0.1%3Ar0%3A%3A12%3Aac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e_populate_lic.tar.zst;downloadfilename=ac/65/sstate:go-helloworld::0.1:r0::12:ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e_populate_lic.tar.zst\nDEBUG: For url file://1f/ff/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/ff/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.22.4%3Ar0%3Acore2-64%3A12%3A1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069_package_write_deb.tar.zst;downloadfilename=1f/ff/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069_package_write_deb.tar.zst\nDEBUG: For url file://07/63/sstate:sysklogd::2.5.2:r0::12:07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/63/sstate%3Asysklogd%3A%3A2.5.2%3Ar0%3A%3A12%3A07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf_populate_lic.tar.zst;downloadfilename=07/63/sstate:sysklogd::2.5.2:r0::12:07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ba/8d/sstate:dbus-native:x86_64-linux:1.14.10:r0:x86_64:12:ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://24/2a/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8f/e2/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://40/4c/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://33/a0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/33/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://65/7b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad_package.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/69/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 33/a0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2e/33/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 65/7b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7c/69/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 33/a0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a_packagedata.tar.zst\nDEBUG: Using  for 2e/33/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0_create_package_spdx.tar.zst\nDEBUG: Using  for 65/7b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad_package.tar.zst\nDEBUG: Using  for 7c/69/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://33/a0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a_packagedata.tar.zst\nDEBUG: Testing URL file://2e/33/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0_create_package_spdx.tar.zst\nDEBUG: Testing URL file://65/7b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad_package.tar.zst\nDEBUG: Testing URL file://7c/69/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '33/a0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2e/33/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '65/7b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7c/69/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_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/a0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/a0/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A12%3A33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a_packagedata.tar.zst;downloadfilename=33/a0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a_packagedata.tar.zst\nDEBUG: For url file://2e/33/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/33/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A12%3A2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0_create_package_spdx.tar.zst;downloadfilename=2e/33/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0_create_package_spdx.tar.zst\nDEBUG: For url file://65/7b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/7b/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A12%3A657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad_package.tar.zst;downloadfilename=65/7b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad_package.tar.zst\nDEBUG: For url file://7c/69/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/69/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst;downloadfilename=7c/69/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://74/ce/sstate:matchbox-session:core2-64-poky-linux:0.1:r0:core2-64:12:74ceb862edb1ad1a90b77344fb286dd215b45bf286d9777cc532de043c8bcc39_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/14/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/78/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/5b/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/d2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/0f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3_package_qa.tar.zst\nDEBUG: Searching for a2/5b/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e5/d2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b7/0f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a2/5b/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce_create_spdx.tar.zst\nDEBUG: Using  for e5/d2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066_recipe_qa.tar.zst\nDEBUG: Using  for b7/0f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3_package_qa.tar.zst\nDEBUG: Testing URL file://a2/5b/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce_create_spdx.tar.zst\nDEBUG: Testing URL file://e5/d2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066_recipe_qa.tar.zst\nDEBUG: Testing URL file://b7/0f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a2/5b/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e5/d2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b7/0f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a2/5b/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/5b/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A12%3Aa25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce_create_spdx.tar.zst;downloadfilename=a2/5b/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce_create_spdx.tar.zst\nDEBUG: For url file://e5/d2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/d2/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Ae5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066_recipe_qa.tar.zst;downloadfilename=e5/d2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066_recipe_qa.tar.zst\nDEBUG: For url file://b7/0f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/0f/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Ab70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3_package_qa.tar.zst;downloadfilename=b7/0f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/f8/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4c/ae/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/4c/ae/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://33/a0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/9e/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d39e3619676cac8e9ec6ee728253b2298a41a529b21da128fcc02e42832b6610_package.tar.zst\nDEBUG: Using  for universal/4c/ae/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7b/01/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://18/0a/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/4c/ae/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/7b/01/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 18/0a/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/4c/ae/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4_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/7b/01/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a_create_spdx.tar.zst\nDEBUG: Using  for 18/0a/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/4c/ae/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4c/ae/sstate%3Afribidi-native%3Ax86_64-linux%3A1.0.15%3Ar0%3Ax86_64%3A12%3A4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4c/ae/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/7b/01/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a_create_spdx.tar.zst\nDEBUG: Testing URL file://18/0a/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/7b/01/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '18/0a/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44_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://07/63/sstate:sysklogd::2.5.2:r0::12:07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf_populate_lic.tar.zst\nDEBUG: For url file://universal/7b/01/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7b/01/sstate%3Alibcap-native%3Ax86_64-linux%3A2.70%3Ar0%3Ax86_64%3A12%3A7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a_create_spdx.tar.zst;downloadfilename=universal/7b/01/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a_create_spdx.tar.zst\nDEBUG: For url file://18/0a/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/0a/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A12%3A180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44_deploy_source_date_epoch.tar.zst;downloadfilename=18/0a/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/62/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/69/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:7c6928d7da06016633f22b2d0d49dcb1c296d4822424629ced087f5d6247bce2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1b/62/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://65/7b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:657b6deb3009fde4d463d3037839d6cd83b04c19541fd77a70a21f7d3e15ffad_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/d1/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052_package_write_rpm.tar.zst\nDEBUG: Using  for 1b/62/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/07/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894_create_spdx.tar.zst\nDEBUG: Searching for c1/d1/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1b/62/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f_packagedata.tar.zst\nDEBUG: Searching for c5/07/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c1/d1/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c1/d1/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052_package_write_rpm.tar.zst\nDEBUG: Using  for c5/07/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1b/62/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c1/d1/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052_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://c5/07/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894_create_spdx.tar.zst\nDEBUG: For url file://1b/62/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/62/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f_packagedata.tar.zst;downloadfilename=1b/62/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f_packagedata.tar.zst\nDEBUG: For url file://c1/d1/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/d1/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Ac1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052_package_write_rpm.tar.zst;downloadfilename=c1/d1/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c5/07/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894_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/07/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/07/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A46.0%3Ar0%3Aallarch%3A12%3Ac5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894_create_spdx.tar.zst;downloadfilename=c5/07/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/d2/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/7e/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4c/ae/sstate:fribidi-native:x86_64-linux:1.0.15:r0:x86_64:12:4cae36170d2b590b9f57ef1df0533b62062d3ae4e5655bf38ec830a211a33ff4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cb/7e/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b7/0f/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/2d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2_create_spdx.tar.zst\nDEBUG: Using  for cb/7e/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/11/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2_package.tar.zst\nDEBUG: Searching for 35/2d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://cb/7e/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813_package_write_rpm.tar.zst\nDEBUG: Searching for f7/11/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 35/2d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cb/7e/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f7/11/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2_package.tar.zst\nDEBUG: Testing URL file://35/2d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2_create_spdx.tar.zst\nDEBUG: For url file://cb/7e/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/7e/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A12%3Acb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813_package_write_rpm.tar.zst;downloadfilename=cb/7e/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f7/11/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2_package.tar.zst\nDEBUG: For url ['file', '', '35/2d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f7/11/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://35/2d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/2d/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2_create_spdx.tar.zst;downloadfilename=35/2d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2_create_spdx.tar.zst\nDEBUG: For url file://f7/11/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/11/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.5%3Ar0%3Acore2-64%3A12%3Af711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2_package.tar.zst;downloadfilename=f7/11/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://18/0a/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:180a8edff2d3c6198229cd3055fa39efa23294cbd58e5a74ce84163568ca3f44_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7b/01/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/5b/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/ff/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/a3/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/10/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:b810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d_populate_sysroot.tar.zst\nDEBUG: Searching for 9a/ff/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b5/a3/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b8/10/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:b810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9a/ff/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc_create_package_spdx.tar.zst\nDEBUG: Using  for b5/a3/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff_package_write_deb.tar.zst\nDEBUG: Using  for b8/10/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:b810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9a/ff/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b5/a3/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff_package_write_deb.tar.zst\nDEBUG: Testing URL file://b8/10/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:b810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9a/ff/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b5/a3/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff_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', '', 'b8/10/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:b810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9a/ff/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/ff/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc_create_package_spdx.tar.zst;downloadfilename=9a/ff/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc_create_package_spdx.tar.zst\nDEBUG: For url file://b5/a3/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/a3/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3Ab5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff_package_write_deb.tar.zst;downloadfilename=b5/a3/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff_package_write_deb.tar.zst\nDEBUG: For url file://b8/10/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:b810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/10/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A12%3Ab810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d_populate_sysroot.tar.zst;downloadfilename=b8/10/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:b810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/33/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/0c/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824_package_write_rpm.tar.zst\nDEBUG: Searching for 2b/0c/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1b/62/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f_packagedata.tar.zst\nDEBUG: Using  for 2b/0c/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/07/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/09/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2b/0c/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://07/ef/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e_package_write_deb.tar.zst\nDEBUG: Searching for 6c/09/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2b/0c/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 07/ef/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6c/09/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc_populate_sysroot.tar.zst\nDEBUG: For url file://2b/0c/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/0c/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.8%3Ar0%3Acore2-64%3A12%3A2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824_package_write_rpm.tar.zst;downloadfilename=2b/0c/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824_package_write_rpm.tar.zst\nDEBUG: Using  for 07/ef/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e_package_write_deb.tar.zst\nDEBUG: Testing URL file://6c/09/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://07/ef/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '6c/09/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '07/ef/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e_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://6c/09/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/09/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.13%3Ar0%3Acore2-64%3A12%3A6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc_populate_sysroot.tar.zst;downloadfilename=6c/09/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc_populate_sysroot.tar.zst\nDEBUG: For url file://07/ef/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/ef/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A12%3A07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e_package_write_deb.tar.zst;downloadfilename=07/ef/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/a1/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/d1/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/29/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/73/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:a973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/65/sstate:go-helloworld::0.1:r0::12:ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e_populate_lic.tar.zst\nDEBUG: Searching for 2a/29/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a9/73/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:a973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://07/68/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2a/29/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7_create_package_spdx.tar.zst\nDEBUG: Using  for a9/73/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:a973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084_populate_sysroot.tar.zst\nDEBUG: Searching for 07/68/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2a/29/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a9/73/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:a973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084_populate_sysroot.tar.zst\nDEBUG: Using  for 07/68/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2a/29/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a9/73/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:a973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084_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/68/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2a/29/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/29/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A12%3A2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7_create_package_spdx.tar.zst;downloadfilename=2a/29/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7_create_package_spdx.tar.zst\nDEBUG: For url file://a9/73/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:a973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/73/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3Aa973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084_populate_sysroot.tar.zst;downloadfilename=a9/73/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:a973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '07/68/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d_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/68/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/68/sstate%3Aell%3Acore2-64-poky-linux%3A0.66%3Ar0%3Acore2-64%3A12%3A07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d_deploy_source_date_epoch.tar.zst;downloadfilename=07/68/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/73/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:a973ebb456fc33fd3e467baf439f6577e73e509e566ba718ad415f38e97c4084_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/6b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f_package.tar.zst\nDEBUG: Searching for 0b/6b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0b/6b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f_package.tar.zst\nDEBUG: Testing URL file://0b/6b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f_package.tar.zst\nDEBUG: For url ['file', '', '0b/6b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0b/6b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/6b/sstate%3Aglib-2.0-initial%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f_package.tar.zst;downloadfilename=0b/6b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://07/68/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:07687a80f77a1b4e0d3d9aadefc6d05963ca499da94ac981b978ed1b1fec4c7d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://43/cb/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848_package_write_deb.tar.zst\nDEBUG: Searching for 43/cb/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 43/cb/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848_package_write_deb.tar.zst\nDEBUG: Testing URL file://43/cb/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '43/cb/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848_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://43/cb/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/cb/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A12%3A43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848_package_write_deb.tar.zst;downloadfilename=43/cb/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://84/11/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a_create_package_spdx.tar.zst\nDEBUG: Searching for b1/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b1/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b1/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b1/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b1/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/51/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A12%3Ab1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a_create_package_spdx.tar.zst;downloadfilename=b1/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/6b/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:0b6ba3e97b6975ba80cef3d5c8531b47a604b4d86af05fa2bdee7551a8ad966f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3f/3d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3_create_spdx.tar.zst\nDEBUG: Searching for universal/3f/3d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/3f/3d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/3f/3d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/3f/3d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3_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/3f/3d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3f/3d/sstate%3Amakedepend-native%3Ax86_64-linux%3A1.0.9%3Ar0%3Ax86_64%3A12%3A3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3_create_spdx.tar.zst;downloadfilename=universal/3f/3d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/0c/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/e1/sstate:man-db::2.12.1:r0::12:5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa_populate_lic.tar.zst\nDEBUG: Searching for 5a/e1/sstate:man-db::2.12.1:r0::12:5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/e1/sstate:man-db::2.12.1:r0::12:5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa_populate_lic.tar.zst\nDEBUG: Testing URL file://5a/e1/sstate:man-db::2.12.1:r0::12:5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5a/e1/sstate:man-db::2.12.1:r0::12:5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5a/e1/sstate:man-db::2.12.1:r0::12:5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/e1/sstate%3Aman-db%3A%3A2.12.1%3Ar0%3A%3A12%3A5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa_populate_lic.tar.zst;downloadfilename=5a/e1/sstate:man-db::2.12.1:r0::12:5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/09/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:6c09d32bbcbac0f269cd016fd74b040d9eb2d5c5b4df3266212f018dfbc443fc_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://08/79/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211_package_write_deb.tar.zst\nDEBUG: Searching for 08/79/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 08/79/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211_package_write_deb.tar.zst\nDEBUG: Testing URL file://08/79/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '08/79/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211_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://08/79/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/79/sstate%3Aofono%3Acore2-64-poky-linux%3A2.8%3Ar0%3Acore2-64%3A12%3A0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211_package_write_deb.tar.zst;downloadfilename=08/79/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3f/3d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/c6/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:b2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb_package_write_deb.tar.zst\nDEBUG: Searching for b2/c6/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:b2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b2/c6/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:b2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb_package_write_deb.tar.zst\nDEBUG: Testing URL file://b2/c6/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:b2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b2/c6/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:b2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb_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://b2/c6/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:b2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/c6/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.9.0%3Ar0%3Acore2-64%3A12%3Ab2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb_package_write_deb.tar.zst;downloadfilename=b2/c6/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:b2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://43/cb/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:43cba6589084aa7886933efcb2d930f5495998b21e390ae781f5561649e0e848_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/e1/sstate:man-db::2.12.1:r0::12:5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/4d/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/7c/sstate:binutils-cross-x86_64::2.42:r0::12:e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf_populate_lic.tar.zst\nDEBUG: Searching for e7/4d/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e7/7c/sstate:binutils-cross-x86_64::2.42:r0::12:e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e7/4d/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b_package_qa.tar.zst\nDEBUG: Using  for e7/7c/sstate:binutils-cross-x86_64::2.42:r0::12:e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf_populate_lic.tar.zst\nDEBUG: Testing URL file://e7/4d/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b_package_qa.tar.zst\nDEBUG: Testing URL file://e7/7c/sstate:binutils-cross-x86_64::2.42:r0::12:e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e7/4d/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b_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/7c/sstate:binutils-cross-x86_64::2.42:r0::12:e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e7/4d/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/4d/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A12%3Ae74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b_package_qa.tar.zst;downloadfilename=e7/4d/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b_package_qa.tar.zst\nDEBUG: For url file://e7/7c/sstate:binutils-cross-x86_64::2.42:r0::12:e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/7c/sstate%3Abinutils-cross-x86_64%3A%3A2.42%3Ar0%3A%3A12%3Ae77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf_populate_lic.tar.zst;downloadfilename=e7/7c/sstate:binutils-cross-x86_64::2.42:r0::12:e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://61/d4/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:61d4d2fb84fe2a372c907466d228c558ed8460bfdcb9e480ec50f84313f4a8cd_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/60/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7_recipe_qa.tar.zst\nDEBUG: Searching for 1b/60/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1b/60/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7_recipe_qa.tar.zst\nDEBUG: Testing URL file://1b/60/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1b/60/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7_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/60/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/60/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7_recipe_qa.tar.zst;downloadfilename=1b/60/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/51/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/a3/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0_packagedata.tar.zst\nDEBUG: Searching for 2d/a3/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2d/a3/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0_packagedata.tar.zst\nDEBUG: Testing URL file://2d/a3/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0_packagedata.tar.zst\nDEBUG: For url ['file', '', '2d/a3/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2d/a3/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/a3/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3A2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0_packagedata.tar.zst;downloadfilename=2d/a3/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/4d/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://35/2d/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/7c/sstate:binutils-cross-x86_64::2.42:r0::12:e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/d4/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3e/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://82/e0/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab_package_qa.tar.zst\nDEBUG: Searching for 5d/d4/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3e/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 82/e0/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5d/d4/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3_populate_sysroot.tar.zst\nDEBUG: Using  for universal/3e/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0_create_spdx.tar.zst\nDEBUG: Using  for 82/e0/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab_package_qa.tar.zst\nDEBUG: Testing URL file://5d/d4/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/3e/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0_create_spdx.tar.zst\nDEBUG: Testing URL file://82/e0/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab_package_qa.tar.zst\nDEBUG: For url ['file', '', '5d/d4/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3_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/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0_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/e0/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab_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/d4/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/d4/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.5%3Ar0%3Acore2-64%3A12%3A5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3_populate_sysroot.tar.zst;downloadfilename=5d/d4/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3_populate_sysroot.tar.zst\nDEBUG: For url file://universal/3e/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3e/57/sstate%3Arust-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3A3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0_create_spdx.tar.zst;downloadfilename=universal/3e/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0_create_spdx.tar.zst\nDEBUG: For url file://82/e0/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/e0/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.3.0%3Ar0%3Acore2-64%3A12%3A82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab_package_qa.tar.zst;downloadfilename=82/e0/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/60/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/78/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52_package_write_deb.tar.zst\nDEBUG: Searching for 9a/78/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9a/78/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52_package_write_deb.tar.zst\nDEBUG: Testing URL file://9a/78/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9a/78/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52_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://9a/78/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/78/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52_package_write_deb.tar.zst;downloadfilename=9a/78/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/a3/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:b5a3f956fc930f8ef9eb903d185d952095d6d7c5114f549a6413402853b9b6ff_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/18/1a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36_create_spdx.tar.zst\nDEBUG: Searching for universal/18/1a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/18/1a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/18/1a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/18/1a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36_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/18/1a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/1a/sstate%3Alibxau-native%3Ax86_64-linux%3A1.0.11%3Ar0%3Ax86_64%3A12%3A181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36_create_spdx.tar.zst;downloadfilename=universal/18/1a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3e/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://59/3d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd_create_package_spdx.tar.zst\nDEBUG: Searching for 59/3d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5d/d4/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5dd45f4756abefcd4988afac80a97348e4fe1b6c335b297bfc89f13e03427ea3_populate_sysroot.tar.zst\nDEBUG: Using  for 59/3d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/0d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:a60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab_populate_sysroot.tar.zst\nDEBUG: Testing URL file://59/3d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd_create_package_spdx.tar.zst\nDEBUG: Searching for a6/0d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:a60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '59/3d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a6/0d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:a60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab_populate_sysroot.tar.zst\nDEBUG: For url file://59/3d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/3d/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.8%3Ar0%3Acore2-64%3A12%3A593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd_create_package_spdx.tar.zst;downloadfilename=59/3d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a6/0d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:a60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a6/0d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:a60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a6/0d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:a60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/0d/sstate%3Aofono%3Acore2-64-poky-linux%3A2.8%3Ar0%3Acore2-64%3A12%3Aa60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab_populate_sysroot.tar.zst;downloadfilename=a6/0d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:a60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/a3/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/93/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192_package_qa.tar.zst\nDEBUG: Searching for d4/93/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d4/93/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192_package_qa.tar.zst\nDEBUG: Testing URL file://d4/93/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd4/93/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d4/93/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/93/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.73.1%3Ar0%3Acore2-64%3A12%3Ad4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192_package_qa.tar.zst;downloadfilename=d4/93/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/ff/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/20/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/78/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:9a789616731b9c6a48d92cd406b7082c974331aa880e543deaa4298a74b76b52_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://07/ef/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:07ef7b48aaaa07da90fcf6457ab70f66bc21de02d8558d22b55ee01270bab58e_package_write_deb.tar.zst\nDEBUG: Searching for 3f/20/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/5a/17/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3d/73/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223_recipe_qa.tar.zst\nDEBUG: Using  for 3f/20/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/5a/17/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3d/73/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3f/20/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/5a/17/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1_create_package_spdx.tar.zst\nDEBUG: Using  for universal/3d/73/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3f/20/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604_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/5a/17/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/3d/73/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223_recipe_qa.tar.zst\nDEBUG: For url file://3f/20/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/20/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A12%3A3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604_deploy_source_date_epoch.tar.zst;downloadfilename=3f/20/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/5a/17/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/3d/73/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223_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/17/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5a/17/sstate%3Aupdate-rc.d-native%3Ax86_64-linux%3A0.8%2Bgit%3Ar0%3Ax86_64%3A12%3A5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1_create_package_spdx.tar.zst;downloadfilename=universal/5a/17/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1_create_package_spdx.tar.zst\nDEBUG: For url file://universal/3d/73/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/73/sstate%3Amake-native%3Ax86_64-linux%3A4.4.1%3Ar0%3Ax86_64%3A12%3A3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223_recipe_qa.tar.zst;downloadfilename=universal/3d/73/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/18/1a/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://82/e0/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://03/26/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/29/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/96/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260_package_write_rpm.tar.zst\nDEBUG: Searching for 03/26/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9f/34/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2c/96/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 03/26/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72_populate_sysroot.tar.zst\nDEBUG: Searching for 9f/34/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2c/96/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260_package_write_rpm.tar.zst\nDEBUG: Testing URL file://03/26/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72_populate_sysroot.tar.zst\nDEBUG: Using  for 9f/34/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2c/96/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '03/26/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9f/34/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2c/96/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260_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/26/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/26/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A12%3A03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72_populate_sysroot.tar.zst;downloadfilename=03/26/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9f/34/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169_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://2c/96/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/96/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3A2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260_package_write_rpm.tar.zst;downloadfilename=2c/96/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260_package_write_rpm.tar.zst\nDEBUG: For url file://9f/34/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/34/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A12%3A9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169_deploy_source_date_epoch.tar.zst;downloadfilename=9f/34/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/7e/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/bc/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563_create_package_spdx.tar.zst\nDEBUG: Searching for 3c/bc/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3c/bc/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563_create_package_spdx.tar.zst\nDEBUG: Testing URL file://3c/bc/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '3c/bc/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3c/bc/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/bc/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A12%3A3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563_create_package_spdx.tar.zst;downloadfilename=3c/bc/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5a/17/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://42/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 42/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 42/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://42/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '42/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1_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/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/32/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1_deploy_source_date_epoch.tar.zst;downloadfilename=42/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3d/73/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e1/63/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:e163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/e1/63/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:e163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e1/63/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:e163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e1/63/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:e163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/e1/63/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:e163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597_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/e1/63/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:e163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e1/63/sstate%3Alibmd-native%3Ax86_64-linux%3A1.1.0%3Ar0%3Ax86_64%3A12%3Ae163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e1/63/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:e163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://03/26/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:03267ac13f24508e12590c7766315269a42acbe228fa76b0dfa9a95603608f72_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/af/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448_create_spdx.tar.zst\nDEBUG: Searching for f8/af/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/af/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448_create_spdx.tar.zst\nDEBUG: Testing URL file://f8/af/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f8/af/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f8/af/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/af/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A12%3Af8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448_create_spdx.tar.zst;downloadfilename=f8/af/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/93/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://db/c7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595_package.tar.zst\nDEBUG: Searching for db/c7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for db/c7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595_package.tar.zst\nDEBUG: Testing URL file://db/c7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595_package.tar.zst\nDEBUG: For url ['file', '', 'db/c7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://db/c7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/c7/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.62.0%3Ar0%3Acore2-64%3A12%3Adbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595_package.tar.zst;downloadfilename=db/c7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/20/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:3f20e47db8eb1c84a6240ced9e6e0a4752c8b7836819c398e3fe26678e719604_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/34/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:9f347c1a82e7f9ff69dafb45fda9cc4076b615dbe6d42a3292d999311fdbd169_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/a9/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/db/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d_package.tar.zst\nDEBUG: Searching for e5/a9/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6b/db/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e5/a9/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214_packagedata.tar.zst\nDEBUG: Using  for 6b/db/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d_package.tar.zst\nDEBUG: Testing URL file://e5/a9/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214_packagedata.tar.zst\nDEBUG: Testing URL file://6b/db/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d_package.tar.zst\nDEBUG: For url ['file', '', 'e5/a9/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6b/db/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e5/a9/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/a9/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.6%3Ar0%3Acore2-64%3A12%3Ae5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214_packagedata.tar.zst;downloadfilename=e5/a9/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214_packagedata.tar.zst\nDEBUG: For url file://6b/db/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/db/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.9.0%3Ar0%3Acore2-64%3A12%3A6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d_package.tar.zst;downloadfilename=6b/db/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/0d/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:a60da9e592ee74a919951a1344141e1f0e520eaeb5499404a6cc0d188f05dbab_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/11/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:f711495be86d9e5b37b1be1b75594399eae1b9909479b431f6f6fb98449f18e2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/99/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://56/c2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8_packagedata.tar.zst\nDEBUG: Searching for 8a/99/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 56/c2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8a/99/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394_create_spdx.tar.zst\nDEBUG: Using  for 56/c2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8_packagedata.tar.zst\nDEBUG: Testing URL file://8a/99/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394_create_spdx.tar.zst\nDEBUG: Testing URL file://56/c2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8_packagedata.tar.zst\nDEBUG: For url ['file', '', '8a/99/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394_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/c2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8a/99/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/99/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A12%3A8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394_create_spdx.tar.zst;downloadfilename=8a/99/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394_create_spdx.tar.zst\nDEBUG: For url file://56/c2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/c2/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.3.1%3Ar0%3Acore2-64%3A12%3A56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8_packagedata.tar.zst;downloadfilename=56/c2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e1/63/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:e163949271172bf33f37c09dfa781ef3ef2e2e79743235cddc677da3cd64e597_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://42/32/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:4232f485dbe8413e3750f84a1ed35b479ddc4f198f7735d1a242e8fac6991cf1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://37/90/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://08/79/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:0879001e55820f5d00d01722ddcc7995a14f358c13568f64e2e6405d0d10d211_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/12/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:fd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1_package_write_deb.tar.zst\nDEBUG: Searching for 37/90/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7b/ae/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753_package_write_deb.tar.zst\nDEBUG: Searching for fd/12/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:fd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 37/90/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e_package_write_ipk.tar.zst\nDEBUG: Searching for 7b/ae/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fd/12/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:fd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1_package_write_deb.tar.zst\nDEBUG: Testing URL file://37/90/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e_package_write_ipk.tar.zst\nDEBUG: Using  for 7b/ae/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753_package_write_deb.tar.zst\nDEBUG: Testing URL file://fd/12/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:fd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '37/90/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e_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://7b/ae/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'fd/12/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:fd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1_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://37/90/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/90/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A12%3A3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e_package_write_ipk.tar.zst;downloadfilename=37/90/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '7b/ae/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753_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://fd/12/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:fd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/12/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.80.1%3Ar0%3Acore2-64%3A12%3Afd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1_package_write_deb.tar.zst;downloadfilename=fd/12/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:fd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1_package_write_deb.tar.zst\nDEBUG: For url file://7b/ae/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/ae/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A12%3A7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753_package_write_deb.tar.zst;downloadfilename=7b/ae/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/a9/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ea/f2/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea_recipe_qa.tar.zst\nDEBUG: Searching for universal/ea/f2/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/ea/f2/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/ea/f2/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/ea/f2/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea_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/ea/f2/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/f2/sstate%3Aldconfig-native%3Ax86_64-linux%3A2.12.1%3Ar0%3Ax86_64%3A12%3Aeaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea_recipe_qa.tar.zst;downloadfilename=universal/ea/f2/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/96/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://46/b1/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43_package_write_ipk.tar.zst\nDEBUG: Searching for 46/b1/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 46/b1/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43_package_write_ipk.tar.zst\nDEBUG: Testing URL file://46/b1/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '46/b1/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43_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://46/b1/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/b1/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A12%3A46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43_package_write_ipk.tar.zst;downloadfilename=46/b1/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://db/c7/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dbc705afc1d861ee213c59a80caba81b7c95171cf87822cafaa297be59bd2595_package.tar.zst\nDEBUG: SState: Successful fetch test for file://56/c2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/59/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/a9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec_package.tar.zst\nDEBUG: Searching for bf/59/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3c/a9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bf/59/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5_create_spdx.tar.zst\nDEBUG: Using  for 3c/a9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec_package.tar.zst\nDEBUG: Testing URL file://bf/59/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5_create_spdx.tar.zst\nDEBUG: Testing URL file://3c/a9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec_package.tar.zst\nDEBUG: For url ['file', '', 'bf/59/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5_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/a9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bf/59/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/59/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Abf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5_create_spdx.tar.zst;downloadfilename=bf/59/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5_create_spdx.tar.zst\nDEBUG: For url file://3c/a9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/a9/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A12%3A3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec_package.tar.zst;downloadfilename=3c/a9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/10/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:b810694ffcd58ca84cc53de03596d57b14705fd1e081e4a7a14e2d5846ce031d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://29/c9/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855_create_spdx.tar.zst\nDEBUG: Searching for 29/c9/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 29/c9/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/ae/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:7bae49c9ccea7f7127401f12dfee088cb77a49101fd285869043e802eee1d753_package_write_deb.tar.zst\nDEBUG: Testing URL file://29/c9/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/31/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '29/c9/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2f/31/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://29/c9/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/c9/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855_create_spdx.tar.zst;downloadfilename=29/c9/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855_create_spdx.tar.zst\nDEBUG: Using  for 2f/31/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2f/31/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2f/31/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946_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/ea/f2/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea_recipe_qa.tar.zst\nDEBUG: For url file://2f/31/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/31/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.15%3Ar0%3Acore2-64%3A12%3A2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946_populate_sysroot.tar.zst;downloadfilename=2f/31/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/34/ed/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24_recipe_qa.tar.zst\nDEBUG: Searching for universal/34/ed/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/34/ed/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/34/ed/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://46/b1/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:46b1e25299ca38727092e6f099732a569561e63ea4db4031ddb4ce9154865b43_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/ec/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/34/ed/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24_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://09/7a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/65/8f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced_create_package_spdx.tar.zst\nDEBUG: For url file://universal/34/ed/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/34/ed/sstate%3Allvm-native%3Ax86_64-linux%3A18.1.6%3Ar0%3Ax86_64%3A12%3A34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24_recipe_qa.tar.zst;downloadfilename=universal/34/ed/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24_recipe_qa.tar.zst\nDEBUG: Searching for 09/7a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/65/8f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 09/7a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430_package_write_ipk.tar.zst\nDEBUG: Using  for universal/65/8f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced_create_package_spdx.tar.zst\nDEBUG: Testing URL file://09/7a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/a9/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:3ca981d6e3381c465f977cfe88a4536f20121988a8d56795fd588d98ec7ec3ec_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/af/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/65/8f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '09/7a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430_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://48/9b/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a7/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/65/8f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://09/7a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/7a/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A12%3A097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430_package_write_ipk.tar.zst;downloadfilename=09/7a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430_package_write_ipk.tar.zst\nDEBUG: Searching for 48/9b/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a7/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/65/8f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/65/8f/sstate%3Aperlcross-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A12%3A658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced_create_package_spdx.tar.zst;downloadfilename=universal/65/8f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced_create_package_spdx.tar.zst\nDEBUG: Using  for 48/9b/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/a7/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197_populate_sysroot.tar.zst\nDEBUG: Testing URL file://48/9b/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/a7/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '48/9b/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757_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/a7/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://48/9b/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/9b/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A12%3A489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757_deploy_source_date_epoch.tar.zst;downloadfilename=48/9b/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a7/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a7/db/sstate%3Alibxml-namespacesupport-perl-native%3Ax86_64-linux%3A1.12%3Ar0%3Ax86_64%3A12%3Aa7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197_populate_sysroot.tar.zst;downloadfilename=universal/a7/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/31/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:2f313b4ed0a209935d84fa996c25cf723a56a26743456d00dc0fe9be3e392946_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/70/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9_package_write_rpm.tar.zst\nDEBUG: Searching for 7c/70/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7c/70/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7c/70/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '7c/70/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9_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://7c/70/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/70/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.23.0%3Ar0%3Acore2-64%3A12%3A7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9_package_write_rpm.tar.zst;downloadfilename=7c/70/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/34/ed/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/59/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/49/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://11/c7/sstate:libassuan::2.5.7:r0::12:11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a_populate_lic.tar.zst\nDEBUG: Searching for cb/49/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 11/c7/sstate:libassuan::2.5.7:r0::12:11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cb/49/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160_package_qa.tar.zst\nDEBUG: Using  for 11/c7/sstate:libassuan::2.5.7:r0::12:11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a_populate_lic.tar.zst\nDEBUG: Testing URL file://cb/49/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160_package_qa.tar.zst\nDEBUG: Testing URL file://11/c7/sstate:libassuan::2.5.7:r0::12:11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cb/49/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160_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/c7/sstate:libassuan::2.5.7:r0::12:11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a_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/49/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/49/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A12%3Acb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160_package_qa.tar.zst;downloadfilename=cb/49/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160_package_qa.tar.zst\nDEBUG: For url file://11/c7/sstate:libassuan::2.5.7:r0::12:11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/c7/sstate%3Alibassuan%3A%3A2.5.7%3Ar0%3A%3A12%3A11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a_populate_lic.tar.zst;downloadfilename=11/c7/sstate:libassuan::2.5.7:r0::12:11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://09/7a/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:097add13772e81013e6c385a604a294965a98b15325125abec62f6be28077430_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/65/8f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://59/3d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://06/66/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/b3/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/71/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64_populate_sysroot.tar.zst\nDEBUG: Searching for 06/66/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/24/b3/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 98/71/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 06/66/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3_package_write_deb.tar.zst\nDEBUG: Using  for universal/24/b3/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3_create_spdx.tar.zst\nDEBUG: Using  for 98/71/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64_populate_sysroot.tar.zst\nDEBUG: Testing URL file://06/66/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/24/b3/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3_create_spdx.tar.zst\nDEBUG: Testing URL file://98/71/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '06/66/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3_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/24/b3/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '98/71/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://06/66/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/66/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3_package_write_deb.tar.zst;downloadfilename=06/66/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3_package_write_deb.tar.zst\nDEBUG: For url file://universal/24/b3/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/b3/sstate%3Adpkg-native%3Ax86_64-linux%3A1.22.6%3Ar0%3Ax86_64%3A12%3A24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3_create_spdx.tar.zst;downloadfilename=universal/24/b3/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3_create_spdx.tar.zst\nDEBUG: For url file://98/71/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/71/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64_populate_sysroot.tar.zst;downloadfilename=98/71/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a7/db/sstate:libxml-namespacesupport-perl-native:x86_64-linux:1.12:r0:x86_64:12:a7dbaf786647972c2501ea70ae1c4a28e99789096af85418740ed1eb0a94a197_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://59/fc/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3_package_write_deb.tar.zst\nDEBUG: Searching for 59/fc/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 59/fc/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3_package_write_deb.tar.zst\nDEBUG: Testing URL file://59/fc/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '59/fc/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3_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://59/fc/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/fc/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3_package_write_deb.tar.zst;downloadfilename=59/fc/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/70/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://91/ac/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1_create_spdx.tar.zst\nDEBUG: Searching for 91/ac/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 91/ac/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1_create_spdx.tar.zst\nDEBUG: Testing URL file://91/ac/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1_create_spdx.tar.zst\nDEBUG: For url ['file', '', '91/ac/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1_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/ac/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/ac/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1_create_spdx.tar.zst;downloadfilename=91/ac/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/49/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/83/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d_package_write_rpm.tar.zst\nDEBUG: Searching for 5a/83/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/83/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://5a/83/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '5a/83/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d_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/83/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/83/sstate%3Aicu%3Acore2-64-poky-linux%3A75-1%3Ar0%3Acore2-64%3A12%3A5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d_package_write_rpm.tar.zst;downloadfilename=5a/83/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://11/c7/sstate:libassuan::2.5.7:r0::12:11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/8e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc_package_write_ipk.tar.zst\nDEBUG: Searching for f9/8e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f9/8e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f9/8e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'f9/8e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc_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://f9/8e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/8e/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.68%3Ar0%3Acore2-64%3A12%3Af98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc_package_write_ipk.tar.zst;downloadfilename=f9/8e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://48/9b/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:489b5b9623e6347b0417cc6ea6f0ec7d36a2722a9067124ae06f75ee89b7f757_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/43/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7_package_qa.tar.zst\nDEBUG: Searching for 2b/43/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8a/99/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394_create_spdx.tar.zst\nDEBUG: Using  for 2b/43/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/05/sstate:iputils::20240117:r0::12:b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c_populate_lic.tar.zst\nDEBUG: Testing URL file://2b/43/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7_package_qa.tar.zst\nDEBUG: Searching for b2/05/sstate:iputils::20240117:r0::12:b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2b/43/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b2/05/sstate:iputils::20240117:r0::12:b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c_populate_lic.tar.zst\nDEBUG: For url file://2b/43/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/43/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.34.0%3Ar0%3Acore2-64%3A12%3A2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7_package_qa.tar.zst;downloadfilename=2b/43/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7_package_qa.tar.zst\nDEBUG: Testing URL file://b2/05/sstate:iputils::20240117:r0::12:b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b2/05/sstate:iputils::20240117:r0::12:b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c_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/05/sstate:iputils::20240117:r0::12:b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/05/sstate%3Aiputils%3A%3A20240117%3Ar0%3A%3A12%3Ab2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c_populate_lic.tar.zst;downloadfilename=b2/05/sstate:iputils::20240117:r0::12:b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://98/71/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:98714aed45cea1d147a017f3e03b1647b97d14b322e2ecb3c14a0aac2ba67f64_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/24/b3/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/32/sstate:makedepend-native::1.0.9:r0::12:3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://59/cb/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36_create_package_spdx.tar.zst\nDEBUG: Searching for 3c/32/sstate:makedepend-native::1.0.9:r0::12:3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 59/cb/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3c/32/sstate:makedepend-native::1.0.9:r0::12:3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e_populate_lic.tar.zst\nDEBUG: Using  for 59/cb/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36_create_package_spdx.tar.zst\nDEBUG: Testing URL file://3c/32/sstate:makedepend-native::1.0.9:r0::12:3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e_populate_lic.tar.zst\nDEBUG: Testing URL file://59/cb/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '3c/32/sstate:makedepend-native::1.0.9:r0::12:3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '59/cb/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3c/32/sstate:makedepend-native::1.0.9:r0::12:3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/32/sstate%3Amakedepend-native%3A%3A1.0.9%3Ar0%3A%3A12%3A3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e_populate_lic.tar.zst;downloadfilename=3c/32/sstate:makedepend-native::1.0.9:r0::12:3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e_populate_lic.tar.zst\nDEBUG: For url file://59/cb/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/cb/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A12%3A59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36_create_package_spdx.tar.zst;downloadfilename=59/cb/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/8e/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:f98e077c66bb6c75c355407fcf331830d94c3ddcaae5b1f82310741366d9e2cc_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/b2/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805_package_write_rpm.tar.zst\nDEBUG: Searching for 6f/b2/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6f/b2/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6f/b2/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6f/b2/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805_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://6f/b2/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/b2/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805_package_write_rpm.tar.zst;downloadfilename=6f/b2/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/43/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/cf/sstate:matchbox-desktop::2.3:r0::12:fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06_populate_lic.tar.zst\nDEBUG: Searching for fc/cf/sstate:matchbox-desktop::2.3:r0::12:fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fc/cf/sstate:matchbox-desktop::2.3:r0::12:fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06_populate_lic.tar.zst\nDEBUG: Testing URL file://fc/cf/sstate:matchbox-desktop::2.3:r0::12:fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fc/cf/sstate:matchbox-desktop::2.3:r0::12:fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fc/cf/sstate:matchbox-desktop::2.3:r0::12:fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/cf/sstate%3Amatchbox-desktop%3A%3A2.3%3Ar0%3A%3A12%3Afccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06_populate_lic.tar.zst;downloadfilename=fc/cf/sstate:matchbox-desktop::2.3:r0::12:fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/05/sstate:iputils::20240117:r0::12:b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/98/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861_create_image_spdx.tar.zst\nDEBUG: Searching for 0b/98/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861_create_image_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0b/98/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861_create_image_spdx.tar.zst\nDEBUG: Testing URL file://0b/98/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861_create_image_spdx.tar.zst\nDEBUG: For url ['file', '', '0b/98/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861_create_image_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0b/98/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861_create_image_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/98/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861_create_image_spdx.tar.zst;downloadfilename=0b/98/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861_create_image_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/32/sstate:makedepend-native::1.0.9:r0::12:3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/12/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:fd12661ca305ce14f21865d0138327bf178fa6224ec0004fa2940f1580ffcba1_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d2/b0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/89/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400_package_write_rpm.tar.zst\nDEBUG: Searching for universal/d2/b0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c3/89/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/d2/b0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07_create_spdx.tar.zst\nDEBUG: Using  for c3/89/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/d2/b0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07_create_spdx.tar.zst\nDEBUG: Testing URL file://c3/89/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/d2/b0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c3/89/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400_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/d2/b0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d2/b0/sstate%3Aperl-native%3Ax86_64-linux%3A5.38.2%3Ar0%3Ax86_64%3A12%3Ad2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07_create_spdx.tar.zst;downloadfilename=universal/d2/b0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07_create_spdx.tar.zst\nDEBUG: For url file://c3/89/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/89/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3Ac389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400_package_write_rpm.tar.zst;downloadfilename=c3/89/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://37/90/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:3790efaddff710c4e3f73c000b641f9c70e620337d38e7e09aac1de42857d19e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/39/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd_package_qa.tar.zst\nDEBUG: Searching for a0/39/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a0/39/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd_package_qa.tar.zst\nDEBUG: Testing URL file://a0/39/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a0/39/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd_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/39/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/39/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3Aa03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd_package_qa.tar.zst;downloadfilename=a0/39/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/83/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://59/fc/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:59fcef27087a071e3173d845f43e06a790e1200c835476ce0ce21779f6f437b3_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/db/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:6bdb6e5ef5d63416c8f8955a7db4d7a25aa326481854928af4a8a601f887c02d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://83/4a/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/bf/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/4e/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806_create_package_spdx.tar.zst\nDEBUG: Searching for 83/4a/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bb/bf/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/dd/4e/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6f/b2/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805_package_write_rpm.tar.zst\nDEBUG: Using  for 83/4a/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19_create_package_spdx.tar.zst\nDEBUG: Using  for bb/bf/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b_create_spdx.tar.zst\nDEBUG: Using  for universal/dd/4e/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/e0/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436_populate_sysroot.tar.zst\nDEBUG: Testing URL file://83/4a/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bb/bf/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/dd/4e/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806_create_package_spdx.tar.zst\nDEBUG: Searching for 5c/e0/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '83/4a/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bb/bf/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b_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/4e/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5c/e0/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436_populate_sysroot.tar.zst\nDEBUG: For url file://83/4a/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/4a/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19_create_package_spdx.tar.zst;downloadfilename=83/4a/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19_create_package_spdx.tar.zst\nDEBUG: For url file://bb/bf/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/bf/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.22.0%3Ar0%3Acore2-64%3A12%3Abbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b_create_spdx.tar.zst;downloadfilename=bb/bf/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b_create_spdx.tar.zst\nDEBUG: For url file://universal/dd/4e/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/4e/sstate%3Aharfbuzz-native%3Ax86_64-linux%3A8.5.0%3Ar0%3Ax86_64%3A12%3Add4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806_create_package_spdx.tar.zst;downloadfilename=universal/dd/4e/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5c/e0/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5c/e0/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436_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://c3/89/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400_package_write_rpm.tar.zst\nDEBUG: For url file://5c/e0/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/e0/sstate%3Alibtool-cross%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436_populate_sysroot.tar.zst;downloadfilename=5c/e0/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d2/b0/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/c1/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:a3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55_package.tar.zst\nDEBUG: SState: Successful fetch test for file://91/ac/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://83/1e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://59/cb/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36_create_package_spdx.tar.zst\nDEBUG: Searching for a3/c1/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:a3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a0/39/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://81/c9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 83/1e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d5/6b/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:d56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1_populate_sysroot.tar.zst\nDEBUG: Using  for a3/c1/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:a3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/6f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:b46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9_package_write_deb.tar.zst\nDEBUG: Searching for 81/c9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 83/1e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a_create_spdx.tar.zst\nDEBUG: Searching for d5/6b/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:d56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a3/c1/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:a3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55_package.tar.zst\nDEBUG: Searching for b4/6f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:b46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 81/c9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://83/1e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a_create_spdx.tar.zst\nDEBUG: Using  for d5/6b/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:d56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a3/c1/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:a3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b4/6f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:b46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9_package_write_deb.tar.zst\nDEBUG: Testing URL file://81/c9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '83/1e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a_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/6b/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:d56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1_populate_sysroot.tar.zst\nDEBUG: For url file://a3/c1/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:a3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/c1/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A12%3Aa3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55_package.tar.zst;downloadfilename=a3/c1/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:a3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55_package.tar.zst\nDEBUG: Testing URL file://b4/6f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:b46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '81/c9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_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/1e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/1e/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a_create_spdx.tar.zst;downloadfilename=83/1e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd5/6b/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:d56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b4/6f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:b46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9_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://fc/cf/sstate:matchbox-desktop::2.3:r0::12:fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06_populate_lic.tar.zst\nDEBUG: For url file://81/c9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/c9/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst;downloadfilename=81/c9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d5/6b/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:d56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/6b/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3Ad56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1_populate_sysroot.tar.zst;downloadfilename=d5/6b/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:d56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1_populate_sysroot.tar.zst\nDEBUG: For url file://b4/6f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:b46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/6f/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Ab46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9_package_write_deb.tar.zst;downloadfilename=b4/6f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:b46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/98/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861_create_image_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://27/07/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/e0/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:5ce0de214898f49e8b480b60b557a35739923ffe53d1395637be5cdc81372436_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/4e/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/69/74/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6_recipe_qa.tar.zst\nDEBUG: Searching for 27/07/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://06/66/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5c/9f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://97/4f/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/69/74/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 27/07/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://49/d0/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/5c/9f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 97/4f/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/69/74/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6_recipe_qa.tar.zst\nDEBUG: Testing URL file://27/07/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205_package_write_rpm.tar.zst\nDEBUG: Searching for 49/d0/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/5c/9f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a_recipe_qa.tar.zst\nDEBUG: Using  for 97/4f/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/69/74/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '27/07/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 49/d0/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/5c/9f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a_recipe_qa.tar.zst\nDEBUG: Testing URL file://97/4f/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/69/74/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6_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/07/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/07/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A12%3A2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205_package_write_rpm.tar.zst;downloadfilename=27/07/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205_package_write_rpm.tar.zst\nDEBUG: Testing URL file://49/d0/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/5c/9f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '97/4f/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720_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/69/74/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/69/74/sstate%3Aflex-native%3Ax86_64-linux%3A2.6.4%3Ar0%3Ax86_64%3A12%3A6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6_recipe_qa.tar.zst;downloadfilename=universal/69/74/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '49/d0/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c_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/5c/9f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5c/9f/sstate%3Aperlcross-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A12%3A5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a_recipe_qa.tar.zst;downloadfilename=universal/5c/9f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a_recipe_qa.tar.zst\nDEBUG: For url file://97/4f/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/4f/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720_deploy_source_date_epoch.tar.zst;downloadfilename=97/4f/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://49/d0/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/d0/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A12%3A49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c_deploy_source_date_epoch.tar.zst;downloadfilename=49/d0/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/c1/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:a3c1a9bd4b6aafc22b91cf96d7347eb2e143f728a311307356a985d87e525f55_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/43/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://29/c9/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://83/1e/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/c6/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:b2c6db901bc3e62cb2a2d13eef919f3a2c0152f0e4faaa1adf77facb3ab01cdb_package_write_deb.tar.zst\nDEBUG: Searching for e5/43/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://81/c9/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/bf/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/e1/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://76/e1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/ac/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70_package_write_rpm.tar.zst\nDEBUG: Using  for e5/43/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/1e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://84/b9/sstate:xz-native::5.4.6:r0::12:84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba_populate_lic.tar.zst\nDEBUG: Searching for f2/e1/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 76/e1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9c/ac/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e5/43/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14_package_write_ipk.tar.zst\nDEBUG: Searching for e8/1e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 84/b9/sstate:xz-native::5.4.6:r0::12:84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f2/e1/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b_create_spdx.tar.zst\nDEBUG: Using  for 76/e1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220_recipe_qa.tar.zst\nDEBUG: Using  for 9c/ac/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e5/43/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e8/1e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d_populate_sysroot.tar.zst\nDEBUG: Using  for 84/b9/sstate:xz-native::5.4.6:r0::12:84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba_populate_lic.tar.zst\nDEBUG: Testing URL file://f2/e1/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b_create_spdx.tar.zst\nDEBUG: Testing URL file://76/e1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220_recipe_qa.tar.zst\nDEBUG: Testing URL file://9c/ac/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70_package_write_rpm.tar.zst\nDEBUG: For url file://e5/43/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/43/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A12%3Ae543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14_package_write_ipk.tar.zst;downloadfilename=e5/43/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e8/1e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://84/b9/sstate:xz-native::5.4.6:r0::12:84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f2/e1/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '76/e1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220_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/ac/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70_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', '', 'e8/1e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '84/b9/sstate:xz-native::5.4.6:r0::12:84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba_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/e1/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/e1/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.21%3Ar0%3Acore2-64%3A12%3Af2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b_create_spdx.tar.zst;downloadfilename=f2/e1/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b_create_spdx.tar.zst\nDEBUG: For url file://76/e1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/e1/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A12%3A76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220_recipe_qa.tar.zst;downloadfilename=76/e1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220_recipe_qa.tar.zst\nDEBUG: For url file://9c/ac/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/ac/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.34.0%3Ar0%3Acore2-64%3A12%3A9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70_package_write_rpm.tar.zst;downloadfilename=9c/ac/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70_package_write_rpm.tar.zst\nDEBUG: For url file://e8/1e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/1e/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3Ae81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d_populate_sysroot.tar.zst;downloadfilename=e8/1e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d_populate_sysroot.tar.zst\nDEBUG: For url file://84/b9/sstate:xz-native::5.4.6:r0::12:84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/b9/sstate%3Axz-native%3A%3A5.4.6%3Ar0%3A%3A12%3A84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba_populate_lic.tar.zst;downloadfilename=84/b9/sstate:xz-native::5.4.6:r0::12:84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://27/07/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5c/9f/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:5c9f540855c7489903f1696b9006ecf17c926a1c541c861d3799ac90f86e944a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/69/74/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/71/f0/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://97/4f/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:974f937fd40e702117cc3249e92875ff6c0fe2b9bba3f757c4545faeed804720_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/38/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:dc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/81/18/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/71/f0/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://86/98/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1_populate_sysroot.tar.zst\nDEBUG: Searching for dc/38/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:dc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/81/18/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/71/f0/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30_populate_sysroot.tar.zst\nDEBUG: Searching for 86/98/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for dc/38/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:dc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/81/18/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/71/f0/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30_populate_sysroot.tar.zst\nDEBUG: Using  for 86/98/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://dc/38/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:dc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/81/18/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/71/f0/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://86/98/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'dc/38/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:dc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea_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/81/18/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992_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/71/f0/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/f0/sstate%3Aflex-native%3Ax86_64-linux%3A2.6.4%3Ar0%3Ax86_64%3A12%3A71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30_populate_sysroot.tar.zst;downloadfilename=universal/71/f0/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '86/98/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1_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/38/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:dc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/38/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.13%3Ar0%3Acore2-64%3A12%3Adc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea_deploy_source_date_epoch.tar.zst;downloadfilename=dc/38/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:dc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/81/18/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/81/18/sstate%3Aitstool-native%3Ax86_64-linux%3A2.0.7%3Ar0%3Ax86_64%3A12%3A8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992_deploy_source_date_epoch.tar.zst;downloadfilename=universal/81/18/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://86/98/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/98/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1_populate_sysroot.tar.zst;downloadfilename=86/98/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/ac/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/d0/sstate:zstd::1.5.6:r0::12:ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141_populate_lic.tar.zst\nDEBUG: Searching for ea/d0/sstate:zstd::1.5.6:r0::12:ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d5/6b/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:d56be9ba4f391d73110fe07e956d2c61c77a80a69236f6882176c8499feb2dd1_populate_sysroot.tar.zst\nDEBUG: Using  for ea/d0/sstate:zstd::1.5.6:r0::12:ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://11/c7/sstate:zip::3.0:r0::12:11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174_populate_lic.tar.zst\nDEBUG: Testing URL file://ea/d0/sstate:zstd::1.5.6:r0::12:ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141_populate_lic.tar.zst\nDEBUG: Searching for 11/c7/sstate:zip::3.0:r0::12:11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ea/d0/sstate:zstd::1.5.6:r0::12:ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 11/c7/sstate:zip::3.0:r0::12:11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174_populate_lic.tar.zst\nDEBUG: For url file://ea/d0/sstate:zstd::1.5.6:r0::12:ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/d0/sstate%3Azstd%3A%3A1.5.6%3Ar0%3A%3A12%3Aead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141_populate_lic.tar.zst;downloadfilename=ea/d0/sstate:zstd::1.5.6:r0::12:ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141_populate_lic.tar.zst\nDEBUG: Testing URL file://11/c7/sstate:zip::3.0:r0::12:11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174_populate_lic.tar.zst\nDEBUG: For url ['file', '', '11/c7/sstate:zip::3.0:r0::12:11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://11/c7/sstate:zip::3.0:r0::12:11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/c7/sstate%3Azip%3A%3A3.0%3Ar0%3A%3A12%3A11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174_populate_lic.tar.zst;downloadfilename=11/c7/sstate:zip::3.0:r0::12:11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://84/b9/sstate:xz-native::5.4.6:r0::12:84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/1e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:e81e56aba9d4421533df7ff4461ab3eef052624921a0b8f0c0e9a75e4a64391d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://49/d0/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:49d092103f1fad7ac1ded768c63c9bf4c31c4019a05c267ab215a5736181327c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e1/5c/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/71/f0/sstate:flex-native:x86_64-linux:2.6.4:r0:x86_64:12:71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/89/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://76/e1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cf/18/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a_create_package_spdx.tar.zst\nDEBUG: Searching for universal/e1/5c/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://17/60/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624_create_spdx.tar.zst\nDEBUG: Searching for 1b/89/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6c/e4/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48_package.tar.zst\nDEBUG: Searching for universal/cf/18/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e1/5c/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2_create_spdx.tar.zst\nDEBUG: Searching for 17/60/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1b/89/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5_package_write_ipk.tar.zst\nDEBUG: Searching for 6c/e4/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/cf/18/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/e1/5c/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2_create_spdx.tar.zst\nDEBUG: Using  for 17/60/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624_create_spdx.tar.zst\nDEBUG: Testing URL file://1b/89/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5_package_write_ipk.tar.zst\nDEBUG: Using  for 6c/e4/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48_package.tar.zst\nDEBUG: Testing URL file://universal/cf/18/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e1/5c/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://17/60/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1b/89/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5_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://6c/e4/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48_package.tar.zst\nDEBUG: For url ['file', '', 'universal/cf/18/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a_create_package_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/6f/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:b46fc9728a55a8ae1cb7db780b547a6e47688445cbaeefa41d4d35a3a38effd9_package_write_deb.tar.zst\nDEBUG: For url file://universal/e1/5c/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e1/5c/sstate%3Alibxext-native%3Ax86_64-linux%3A1.3.6%3Ar0%3Ax86_64%3A12%3Ae15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2_create_spdx.tar.zst;downloadfilename=universal/e1/5c/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '17/60/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1b/89/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/89/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.44%3Ar0%3Acore2-64%3A12%3A1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5_package_write_ipk.tar.zst;downloadfilename=1b/89/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '6c/e4/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/cf/18/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cf/18/sstate%3Amesa-native%3Ax86_64-linux%3A24.0.7%3Ar0%3Ax86_64%3A12%3Acf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a_create_package_spdx.tar.zst;downloadfilename=universal/cf/18/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/38/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:dc38f22f0a2adce6cf840c52cb07c283977c3a91c0b9561544aeb76454930dea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/11/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868_recipe_qa.tar.zst\nDEBUG: For url file://17/60/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/60/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A12%3A1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624_create_spdx.tar.zst;downloadfilename=17/60/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624_create_spdx.tar.zst\nDEBUG: For url file://6c/e4/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/e4/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A12%3A6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48_package.tar.zst;downloadfilename=6c/e4/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48_package.tar.zst\nDEBUG: SState: Successful fetch test for file://86/98/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:86986bed6767a48ef7ffd7fba0e5c3e759b1eb43cf73b3bc8dee2f4bebbcecd1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/81/18/sstate:itstool-native:x86_64-linux:2.0.7:r0:x86_64:12:8118cb56a9ebcf29410e91200a63a2a4942e796f6150d951057f073fe6a34992_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/f0/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708_populate_sysroot.tar.zst\nDEBUG: Searching for d7/11/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://32/1b/sstate:dbus-glib::0.112:r0::12:321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/d0/sstate:zstd::1.5.6:r0::12:ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/83/sstate:python3-markdown::3.6:r0::12:e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45_populate_lic.tar.zst\nDEBUG: Searching for f7/f0/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d7/11/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868_recipe_qa.tar.zst\nDEBUG: Searching for 32/1b/sstate:dbus-glib::0.112:r0::12:321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://5e/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039_package.tar.zst\nDEBUG: Searching for e0/83/sstate:python3-markdown::3.6:r0::12:e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f7/f0/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d7/11/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868_recipe_qa.tar.zst\nDEBUG: Using  for 32/1b/sstate:dbus-glib::0.112:r0::12:321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1_populate_lic.tar.zst\nDEBUG: Searching for 5e/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e0/83/sstate:python3-markdown::3.6:r0::12:e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45_populate_lic.tar.zst\nDEBUG: Testing URL file://f7/f0/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd7/11/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://32/1b/sstate:dbus-glib::0.112:r0::12:321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1_populate_lic.tar.zst\nDEBUG: Using  for 5e/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039_package.tar.zst\nDEBUG: Testing URL file://e0/83/sstate:python3-markdown::3.6:r0::12:e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f7/f0/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708_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/11/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/11/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A12%3Ad711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868_recipe_qa.tar.zst;downloadfilename=d7/11/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '32/1b/sstate:dbus-glib::0.112:r0::12:321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5e/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039_package.tar.zst\nDEBUG: For url ['file', '', 'e0/83/sstate:python3-markdown::3.6:r0::12:e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45_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/f0/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/f0/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A12%3Af7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708_populate_sysroot.tar.zst;downloadfilename=f7/f0/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708_populate_sysroot.tar.zst\nDEBUG: For url file://32/1b/sstate:dbus-glib::0.112:r0::12:321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/1b/sstate%3Adbus-glib%3A%3A0.112%3Ar0%3A%3A12%3A321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1_populate_lic.tar.zst;downloadfilename=32/1b/sstate:dbus-glib::0.112:r0::12:321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5e/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039_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/e1/5c/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2_create_spdx.tar.zst\nDEBUG: For url file://e0/83/sstate:python3-markdown::3.6:r0::12:e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/83/sstate%3Apython3-markdown%3A%3A3.6%3Ar0%3A%3A12%3Ae083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45_populate_lic.tar.zst;downloadfilename=e0/83/sstate:python3-markdown::3.6:r0::12:e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45_populate_lic.tar.zst\nDEBUG: For url file://5e/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/9e/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A12%3A5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039_package.tar.zst;downloadfilename=5e/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cf/18/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://11/c7/sstate:zip::3.0:r0::12:11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/33/sstate:libatomic-ops::7.8.2:r0::12:7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://92/68/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/92/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c_populate_sysroot.tar.zst\nDEBUG: Searching for 7c/33/sstate:libatomic-ops::7.8.2:r0::12:7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 92/68/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7d/92/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7c/33/sstate:libatomic-ops::7.8.2:r0::12:7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8_populate_lic.tar.zst\nDEBUG: Using  for 92/68/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef_recipe_qa.tar.zst\nDEBUG: Using  for 7d/92/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://7c/33/sstate:libatomic-ops::7.8.2:r0::12:7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8_populate_lic.tar.zst\nDEBUG: Testing URL file://92/68/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef_recipe_qa.tar.zst\nDEBUG: Testing URL file://7d/92/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7c/33/sstate:libatomic-ops::7.8.2:r0::12:7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8_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/68/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef_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/92/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c_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/33/sstate:libatomic-ops::7.8.2:r0::12:7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/33/sstate%3Alibatomic-ops%3A%3A7.8.2%3Ar0%3A%3A12%3A7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8_populate_lic.tar.zst;downloadfilename=7c/33/sstate:libatomic-ops::7.8.2:r0::12:7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8_populate_lic.tar.zst\nDEBUG: For url file://92/68/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/68/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.4%2Bgit%3Ar0%3Acore2-64%3A12%3A9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef_recipe_qa.tar.zst;downloadfilename=92/68/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef_recipe_qa.tar.zst\nDEBUG: For url file://7d/92/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/92/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c_populate_sysroot.tar.zst;downloadfilename=7d/92/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://32/1b/sstate:dbus-glib::0.112:r0::12:321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://74/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5_create_spdx.tar.zst\nDEBUG: Searching for 74/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 74/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5_create_spdx.tar.zst\nDEBUG: Testing URL file://74/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '74/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://74/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/be/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A12%3A74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5_create_spdx.tar.zst;downloadfilename=74/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/92/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:7d92ed1bed4e193db3a7817a86b26d65d93892156e21cbb980a4fe0078be403c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/85/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/33/sstate:libatomic-ops::7.8.2:r0::12:7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8_populate_lic.tar.zst\nDEBUG: Searching for 3e/85/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://5e/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581_package.tar.zst\nDEBUG: Using  for 3e/85/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5e/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3e/85/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5e/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581_package.tar.zst\nDEBUG: For url ['file', '', '3e/85/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9_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://5e/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581_package.tar.zst\nDEBUG: For url file://3e/85/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/85/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A12%3A3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9_deploy_source_date_epoch.tar.zst;downloadfilename=3e/85/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5e/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581_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://f2/e1/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b_create_spdx.tar.zst\nDEBUG: For url file://5e/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/d5/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A12%3A5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581_package.tar.zst;downloadfilename=5e/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/87/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293_populate_sysroot.tar.zst\nDEBUG: Searching for 8f/87/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8f/87/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8f/87/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8f/87/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293_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/87/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/87/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293_populate_sysroot.tar.zst;downloadfilename=8f/87/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/f0/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f7f08f1c537033323899dcb2dd929ddbb132ab471b3f9b19b8ed47e839488708_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/54/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea_package_write_deb.tar.zst\nDEBUG: Searching for 8d/54/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8d/54/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea_package_write_deb.tar.zst\nDEBUG: Testing URL file://8d/54/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '8d/54/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea_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://8d/54/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/54/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.5%3Ar0%3Acore2-64%3A12%3A8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea_package_write_deb.tar.zst;downloadfilename=8d/54/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/e4/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:6ce41d27a1112c0d9ba853aeb4158220dbf5fb134996e5bc9db3a24bd80cfe48_package.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/b6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60_recipe_qa.tar.zst\nDEBUG: Searching for 1f/b6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1f/b6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60_recipe_qa.tar.zst\nDEBUG: Testing URL file://1f/b6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1f/b6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60_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/b6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/b6/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60_recipe_qa.tar.zst;downloadfilename=1f/b6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://92/68/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/20/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1_package_write_deb.tar.zst\nDEBUG: Searching for 9e/20/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9e/20/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1_package_write_deb.tar.zst\nDEBUG: Testing URL file://9e/20/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9e/20/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1_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://9e/20/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/20/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1_package_write_deb.tar.zst;downloadfilename=9e/20/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/9e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:5e9e3537f341e332a88d18ba5cc81c1b2b2610314a15d838e849ed636a256039_package.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/d5/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:5ed50c971d44670ca0cb9f1f9f1ceaf9b56c3f47f1e83c0eefdcb449a9569581_package.tar.zst\nDEBUG: SState: Attempting to fetch file://df/53/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8d/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31_populate_sysroot.tar.zst\nDEBUG: Searching for df/53/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/8d/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for df/53/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879_package_write_ipk.tar.zst\nDEBUG: Using  for universal/8d/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31_populate_sysroot.tar.zst\nDEBUG: Testing URL file://df/53/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/8d/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'df/53/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879_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', '', 'universal/8d/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31_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/53/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/53/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.42%3Ar0%3Acore2-64%3A12%3Adf53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879_package_write_ipk.tar.zst;downloadfilename=df/53/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879_package_write_ipk.tar.zst\nDEBUG: For url file://universal/8d/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8d/f8/sstate%3Alibyaml-native%3Ax86_64-linux%3A0.2.5%3Ar0%3Ax86_64%3A12%3A8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31_populate_sysroot.tar.zst;downloadfilename=universal/8d/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/87/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:8f87a1d490ef10a8309c97c8d81b4b6d978757f23560f182a0aa08e7dbda0293_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/83/sstate:python3-markdown::3.6:r0::12:e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/3e/sstate:harfbuzz-native::8.5.0:r0::12:b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/73/01/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf_populate_sysroot.tar.zst\nDEBUG: Searching for b8/3e/sstate:harfbuzz-native::8.5.0:r0::12:b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/73/01/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b8/3e/sstate:harfbuzz-native::8.5.0:r0::12:b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569_populate_lic.tar.zst\nDEBUG: Using  for universal/73/01/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b8/3e/sstate:harfbuzz-native::8.5.0:r0::12:b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/73/01/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b8/3e/sstate:harfbuzz-native::8.5.0:r0::12:b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569_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/73/01/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b8/3e/sstate:harfbuzz-native::8.5.0:r0::12:b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/3e/sstate%3Aharfbuzz-native%3A%3A8.5.0%3Ar0%3A%3A12%3Ab83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569_populate_lic.tar.zst;downloadfilename=b8/3e/sstate:harfbuzz-native::8.5.0:r0::12:b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569_populate_lic.tar.zst\nDEBUG: For url file://universal/73/01/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/73/01/sstate%3Acracklib-native%3Ax86_64-linux%3A2.9.11%3Ar0%3Ax86_64%3A12%3A7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf_populate_sysroot.tar.zst;downloadfilename=universal/73/01/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/54/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:8d54cc9723996e45260b44ac1a0bbd4d3b7dee8c93bf3e07301b7fa10f19bbea_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://56/15/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce_populate_sysroot.tar.zst\nDEBUG: Searching for 56/15/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 56/15/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce_populate_sysroot.tar.zst\nDEBUG: Testing URL file://56/15/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '56/15/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce_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/15/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/15/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A12%3A5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce_populate_sysroot.tar.zst;downloadfilename=56/15/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/b6/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/b0/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3_create_package_spdx.tar.zst\nDEBUG: Searching for 1e/b0/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1e/b0/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://1e/b0/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '1e/b0/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1e/b0/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/b0/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3A1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3_create_package_spdx.tar.zst;downloadfilename=1e/b0/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/43/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e543dc330d0b488c6f45809ff68f836c9321dfdf34f925fdd74d473bf8c31c14_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b9/db/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:b9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/b9/db/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:b9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/b9/db/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:b9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b9/db/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:b9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/b9/db/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:b9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2_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/b9/db/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:b9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b9/db/sstate%3Agdbm-native%3Ax86_64-linux%3A1.23%3Ar0%3Ax86_64%3A12%3Ab9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b9/db/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:b9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8d/f8/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://da/f1/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:daf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for da/f1/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:daf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for da/f1/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:daf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://da/f1/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:daf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'da/f1/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:daf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41_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/f1/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:daf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/f1/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3Adaf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41_deploy_source_date_epoch.tar.zst;downloadfilename=da/f1/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:daf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/73/01/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:7301e16cf32eaa664ea96a407d3ac440866b7fd72872ba7cc9cd6eaf6df32caf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/3e/sstate:harfbuzz-native::8.5.0:r0::12:b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/85/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:3e85cb37cd0e611955fccc4d88d581609f466fac79d898ea62e54bd14e5792a9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/d3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/84/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:e0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/96/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d4/d3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e0/84/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:e0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2c/96/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d4/d3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee_create_package_spdx.tar.zst\nDEBUG: Using  for e0/84/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:e0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333_package_write_deb.tar.zst\nDEBUG: Using  for 2c/96/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d4/d3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e0/84/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:e0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333_package_write_deb.tar.zst\nDEBUG: Testing URL file://2c/96/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd4/d3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e0/84/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:e0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333_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', '', '2c/96/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0_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/d3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/d3/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ad4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee_create_package_spdx.tar.zst;downloadfilename=d4/d3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee_create_package_spdx.tar.zst\nDEBUG: For url file://e0/84/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:e0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/84/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3Ae0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333_package_write_deb.tar.zst;downloadfilename=e0/84/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:e0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333_package_write_deb.tar.zst\nDEBUG: For url file://2c/96/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/96/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0_deploy_source_date_epoch.tar.zst;downloadfilename=2c/96/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://56/15/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5615aa552c23ef8773a9d1d147f64db60470442b683b8bda9626a20a75c100ce_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dc/b6/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa_create_spdx.tar.zst\nDEBUG: Searching for universal/dc/b6/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/dc/b6/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/dc/b6/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/dc/b6/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa_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/dc/b6/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/b6/sstate%3Amesa-native%3Ax86_64-linux%3A24.0.7%3Ar0%3Ax86_64%3A12%3Adcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa_create_spdx.tar.zst;downloadfilename=universal/dc/b6/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b9/db/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:b9db488fb9a194b1780eb06ab4efc3533721158ae30330a04b149fff69b7dfb2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/29/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c_package_write_deb.tar.zst\nDEBUG: Searching for 4d/29/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4d/29/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c_package_write_deb.tar.zst\nDEBUG: Testing URL file://4d/29/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '4d/29/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c_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://4d/29/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/29/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c_package_write_deb.tar.zst;downloadfilename=4d/29/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://da/f1/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:daf11b0431be781d4105ebae7a7d8cf57e0707857e394605b772fc02853a7e41_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/b3/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059_recipe_qa.tar.zst\nDEBUG: Searching for d5/b3/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d5/b3/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059_recipe_qa.tar.zst\nDEBUG: Testing URL file://d5/b3/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd5/b3/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d5/b3/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/b3/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%2Bgit%3Ar0%3Aallarch%3A12%3Ad5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059_recipe_qa.tar.zst;downloadfilename=d5/b3/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://17/60/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc_package_write_ipk.tar.zst\nDEBUG: Searching for 1b/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1b/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc_package_write_ipk.tar.zst\nDEBUG: Testing URL file://1b/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '1b/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc_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://1b/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/cb/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A12%3A1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc_package_write_ipk.tar.zst;downloadfilename=1b/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://74/be/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/9f/sstate:libxshmfence::1.3.2:r0::12:e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d_populate_lic.tar.zst\nDEBUG: Searching for e4/9f/sstate:libxshmfence::1.3.2:r0::12:e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e4/9f/sstate:libxshmfence::1.3.2:r0::12:e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d_populate_lic.tar.zst\nDEBUG: Testing URL file://e4/9f/sstate:libxshmfence::1.3.2:r0::12:e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e4/9f/sstate:libxshmfence::1.3.2:r0::12:e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d_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/9f/sstate:libxshmfence::1.3.2:r0::12:e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/9f/sstate%3Alibxshmfence%3A%3A1.3.2%3Ar0%3A%3A12%3Ae49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d_populate_lic.tar.zst;downloadfilename=e4/9f/sstate:libxshmfence::1.3.2:r0::12:e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dc/b6/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/21/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:fc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/89/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:1b89de343429df31df61c04970d1ce6d48b0f977c9c6415e0889f8d3a74ab4f5_package_write_ipk.tar.zst\nDEBUG: Searching for fc/21/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:fc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://40/e3/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871_package_write_ipk.tar.zst\nDEBUG: Using  for fc/21/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:fc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 40/e3/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fc/21/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:fc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 40/e3/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'fc/21/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:fc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc_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://40/e3/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871_package_write_ipk.tar.zst\nDEBUG: For url file://fc/21/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:fc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/21/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A12%3Afc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc_deploy_source_date_epoch.tar.zst;downloadfilename=fc/21/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:fc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '40/e3/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871_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://40/e3/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/e3/sstate%3Arust%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871_package_write_ipk.tar.zst;downloadfilename=40/e3/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/29/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:4d297e28a9d9eab9e1b9671a7fc4b7cbd6d0e96ef699f6c03828251d1899f55c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/b8/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030_package.tar.zst\nDEBUG: Searching for 5c/b8/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d7/11/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868_recipe_qa.tar.zst\nDEBUG: Using  for 5c/b8/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/75/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb_create_spdx.tar.zst\nDEBUG: Testing URL file://5c/b8/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030_package.tar.zst\nDEBUG: Searching for ec/75/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5c/b8/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ec/75/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb_create_spdx.tar.zst\nDEBUG: For url file://5c/b8/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/b8/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.36%3Ar0%3Aallarch%3A12%3A5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030_package.tar.zst;downloadfilename=5c/b8/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030_package.tar.zst\nDEBUG: Testing URL file://ec/75/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ec/75/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ec/75/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/75/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Aec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb_create_spdx.tar.zst;downloadfilename=ec/75/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/96/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c96929bb36d65f36c641b1c80db48201837a12234389f0e13a6fffcb61f37f0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/b3/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/55/1c/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://00/bc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8_package_write_ipk.tar.zst\nDEBUG: Searching for universal/55/1c/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 00/bc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/55/1c/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 00/bc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/55/1c/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://00/bc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/55/1c/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725_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', '', '00/bc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8_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://universal/55/1c/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/55/1c/sstate%3Aorc-native%3Ax86_64-linux%3A0.4.38%3Ar0%3Ax86_64%3A12%3A551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725_deploy_source_date_epoch.tar.zst;downloadfilename=universal/55/1c/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://00/bc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/bc/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A12%3A00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8_package_write_ipk.tar.zst;downloadfilename=00/bc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/b0/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://83/4a/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/20/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:9e2077b2e4e61c594c526573530183c506536d3d90e52f738b3f343e0f2347c1_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4f/55/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://02/67/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/54/62/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f_create_package_spdx.tar.zst\nDEBUG: Searching for universal/4f/55/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 02/67/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/54/62/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/4f/55/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 02/67/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97_package_write_ipk.tar.zst\nDEBUG: Using  for universal/54/62/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/4f/55/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://02/67/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/54/62/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/4f/55/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006_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/67/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97_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', '', 'universal/54/62/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/4f/55/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4f/55/sstate%3Alibepoxy-native%3Ax86_64-linux%3A1.5.10%3Ar0%3Ax86_64%3A12%3A4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006_deploy_source_date_epoch.tar.zst;downloadfilename=universal/4f/55/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://02/67/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/67/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97_package_write_ipk.tar.zst;downloadfilename=02/67/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97_package_write_ipk.tar.zst\nDEBUG: For url file://universal/54/62/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/54/62/sstate%3Alibxcomposite-native%3Ax86_64-linux%3A0.4.6%3Ar0%3Ax86_64%3A12%3A5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f_create_package_spdx.tar.zst;downloadfilename=universal/54/62/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/9f/sstate:libxshmfence::1.3.2:r0::12:e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://54/5f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c_recipe_qa.tar.zst\nDEBUG: Searching for 54/5f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 54/5f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c_recipe_qa.tar.zst\nDEBUG: Testing URL file://54/5f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '54/5f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c_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/5f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/5f/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.9%3Ar0%3Acore2-64%3A12%3A545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c_recipe_qa.tar.zst;downloadfilename=54/5f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/b8/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:5cb88d88f6edc494dd6eb26219f5534e54704a51873157f6a0b411a9e83f7030_package.tar.zst\nDEBUG: SState: Successful fetch test for file://40/e3/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:40e3b24b5b39546285355497304959812d00fcc8ffb655c608e5c8234ec13871_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://03/8d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://48/cd/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e_package.tar.zst\nDEBUG: Searching for 03/8d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 48/cd/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 03/8d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5_recipe_qa.tar.zst\nDEBUG: Using  for 48/cd/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e_package.tar.zst\nDEBUG: Testing URL file://03/8d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5_recipe_qa.tar.zst\nDEBUG: Testing URL file://48/cd/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e_package.tar.zst\nDEBUG: For url ['file', '', '03/8d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5_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/cd/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://03/8d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/8d/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A12%3A038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5_recipe_qa.tar.zst;downloadfilename=03/8d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5_recipe_qa.tar.zst\nDEBUG: For url file://48/cd/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/cd/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e_package.tar.zst;downloadfilename=48/cd/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/21/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:fc21b178d1db519557fe7af24f5ad92970116d2fd119200b58f37686c6c572fc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://03/38/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db_package_write_deb.tar.zst\nDEBUG: Searching for 03/38/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 03/38/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db_package_write_deb.tar.zst\nDEBUG: Testing URL file://03/38/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '03/38/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db_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://03/38/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/38/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A12%3A033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db_package_write_deb.tar.zst;downloadfilename=03/38/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/55/1c/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:551c079e20aef075306a59a3ba8f7bff1d23f8b4f03bf3ff09881e38eec10725_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://68/c0/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1_create_spdx.tar.zst\nDEBUG: Searching for 68/c0/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 68/c0/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1_create_spdx.tar.zst\nDEBUG: Testing URL file://68/c0/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1_create_spdx.tar.zst\nDEBUG: For url ['file', '', '68/c0/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1_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/c0/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/c0/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.80.1%3Ar0%3Acore2-64%3A12%3A68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1_create_spdx.tar.zst;downloadfilename=68/c0/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4f/55/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:4f5592a7017330207985e3e962496fb1c1d25ad08e85ee47def197098985d006_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/b1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:f2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f2/b1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:f2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f2/b1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:f2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f2/b1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:f2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f2/b1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:f2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce_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://f2/b1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:f2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/b1/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3Af2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce_deploy_source_date_epoch.tar.zst;downloadfilename=f2/b1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:f2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/54/62/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://54/5f/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://02/67/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:0267521e64f48826d62646d2d7a78a824bb7e3f3d3fef6f040fd9617820cea97_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://45/7f/sstate:libmatchbox::1.12:r0::12:457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://50/68/sstate:gettext-minimal-native::0.22.5:r0::12:5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/88/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d_populate_sysroot.tar.zst\nDEBUG: Searching for 45/7f/sstate:libmatchbox::1.12:r0::12:457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 50/68/sstate:gettext-minimal-native::0.22.5:r0::12:5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cc/88/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 45/7f/sstate:libmatchbox::1.12:r0::12:457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93_populate_lic.tar.zst\nDEBUG: Using  for 50/68/sstate:gettext-minimal-native::0.22.5:r0::12:5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1_populate_lic.tar.zst\nDEBUG: Using  for cc/88/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://45/7f/sstate:libmatchbox::1.12:r0::12:457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93_populate_lic.tar.zst\nDEBUG: Testing URL file://50/68/sstate:gettext-minimal-native::0.22.5:r0::12:5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1_populate_lic.tar.zst\nDEBUG: Testing URL file://cc/88/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '45/7f/sstate:libmatchbox::1.12:r0::12:457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93_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/68/sstate:gettext-minimal-native::0.22.5:r0::12:5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1_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/88/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://45/7f/sstate:libmatchbox::1.12:r0::12:457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/7f/sstate%3Alibmatchbox%3A%3A1.12%3Ar0%3A%3A12%3A457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93_populate_lic.tar.zst;downloadfilename=45/7f/sstate:libmatchbox::1.12:r0::12:457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93_populate_lic.tar.zst\nDEBUG: For url file://50/68/sstate:gettext-minimal-native::0.22.5:r0::12:5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/68/sstate%3Agettext-minimal-native%3A%3A0.22.5%3Ar0%3A%3A12%3A5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1_populate_lic.tar.zst;downloadfilename=50/68/sstate:gettext-minimal-native::0.22.5:r0::12:5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1_populate_lic.tar.zst\nDEBUG: For url file://cc/88/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/88/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3Acc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d_populate_sysroot.tar.zst;downloadfilename=cc/88/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/d3/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://03/8d/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://48/cd/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:48cd8b7b6f919685ac0bd93b66b924a1590a9b2412339494cd156ddbe8f6c93e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://42/e2/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://54/a8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/01/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6_recipe_qa.tar.zst\nDEBUG: Searching for 42/e2/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 54/a8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fb/01/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 42/e2/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab_recipe_qa.tar.zst\nDEBUG: Using  for 54/a8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a_package_write_ipk.tar.zst\nDEBUG: Using  for fb/01/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6_recipe_qa.tar.zst\nDEBUG: Testing URL file://42/e2/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab_recipe_qa.tar.zst\nDEBUG: Testing URL file://54/a8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://fb/01/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '42/e2/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab_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/a8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a_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', '', 'fb/01/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6_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/e2/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/e2/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab_recipe_qa.tar.zst;downloadfilename=42/e2/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab_recipe_qa.tar.zst\nDEBUG: For url file://54/a8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/a8/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a_package_write_ipk.tar.zst;downloadfilename=54/a8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a_package_write_ipk.tar.zst\nDEBUG: For url file://fb/01/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/01/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3Afb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6_recipe_qa.tar.zst;downloadfilename=fb/01/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://03/38/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:033854aa30b7b04504ba31a324028b32e057e7008d5cc93a4fe7ddb425a911db_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/b1/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:f2b1f31fa0bf154aef3a63f9bc325f2f869f85b2d5997e1bec72e9ef74b187ce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://38/e6/sstate:debugedit::5.0:r0::12:38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/44/sstate:rgb::1.1.0:r0::12:0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7_populate_lic.tar.zst\nDEBUG: Searching for 38/e6/sstate:debugedit::5.0:r0::12:38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0f/44/sstate:rgb::1.1.0:r0::12:0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 38/e6/sstate:debugedit::5.0:r0::12:38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55_populate_lic.tar.zst\nDEBUG: Using  for 0f/44/sstate:rgb::1.1.0:r0::12:0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7_populate_lic.tar.zst\nDEBUG: Testing URL file://38/e6/sstate:debugedit::5.0:r0::12:38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55_populate_lic.tar.zst\nDEBUG: Testing URL file://0f/44/sstate:rgb::1.1.0:r0::12:0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '38/e6/sstate:debugedit::5.0:r0::12:38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55_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/44/sstate:rgb::1.1.0:r0::12:0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://38/e6/sstate:debugedit::5.0:r0::12:38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/e6/sstate%3Adebugedit%3A%3A5.0%3Ar0%3A%3A12%3A38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55_populate_lic.tar.zst;downloadfilename=38/e6/sstate:debugedit::5.0:r0::12:38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55_populate_lic.tar.zst\nDEBUG: For url file://0f/44/sstate:rgb::1.1.0:r0::12:0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/44/sstate%3Argb%3A%3A1.1.0%3Ar0%3A%3A12%3A0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7_populate_lic.tar.zst;downloadfilename=0f/44/sstate:rgb::1.1.0:r0::12:0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://50/68/sstate:gettext-minimal-native::0.22.5:r0::12:5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://29/a8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb_packagedata.tar.zst\nDEBUG: Searching for 29/a8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 29/a8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb_packagedata.tar.zst\nDEBUG: Testing URL file://29/a8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb_packagedata.tar.zst\nDEBUG: For url ['file', '', '29/a8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://29/a8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/a8/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb_packagedata.tar.zst;downloadfilename=29/a8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://42/e2/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/da/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226_create_package_spdx.tar.zst\nDEBUG: Searching for 7a/da/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7a/da/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226_create_package_spdx.tar.zst\nDEBUG: Testing URL file://7a/da/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '7a/da/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7a/da/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/da/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.29%3Ar0%3Acore2-64%3A12%3A7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226_create_package_spdx.tar.zst;downloadfilename=7a/da/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://54/a8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:54a89ad179e9376168c70c6647e6e654e3d614430cc42a30a9e3b1a183b7d80a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/01/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/75/sstate:lzip-native::1.24.1:r0::12:d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ed/7b/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:ed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a_recipe_qa.tar.zst\nDEBUG: Searching for d0/75/sstate:lzip-native::1.24.1:r0::12:d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ed/7b/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:ed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d0/75/sstate:lzip-native::1.24.1:r0::12:d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c_populate_lic.tar.zst\nDEBUG: Using  for universal/ed/7b/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:ed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a_recipe_qa.tar.zst\nDEBUG: Testing URL file://d0/75/sstate:lzip-native::1.24.1:r0::12:d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ed/7b/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:ed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd0/75/sstate:lzip-native::1.24.1:r0::12:d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c_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/ed/7b/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:ed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a_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/75/sstate:lzip-native::1.24.1:r0::12:d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/75/sstate%3Alzip-native%3A%3A1.24.1%3Ar0%3A%3A12%3Ad0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c_populate_lic.tar.zst;downloadfilename=d0/75/sstate:lzip-native::1.24.1:r0::12:d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c_populate_lic.tar.zst\nDEBUG: For url file://universal/ed/7b/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:ed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/7b/sstate%3Alibmpc-native%3Ax86_64-linux%3A1.3.1%3Ar0%3Ax86_64%3A12%3Aed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a_recipe_qa.tar.zst;downloadfilename=universal/ed/7b/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:ed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://00/bc/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:00bc9c51cde79557942a14630b73150e71e94e092c3821dc49259c3d487465f8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://38/e6/sstate:debugedit::5.0:r0::12:38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://45/7f/sstate:libmatchbox::1.12:r0::12:457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/44/sstate:rgb::1.1.0:r0::12:0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/05/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://64/1e/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://09/00/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/05/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/bc/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563_create_package_spdx.tar.zst\nDEBUG: Searching for 3a/05/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 64/1e/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 09/00/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a6/05/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d2/31/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166_populate_sysroot.tar.zst\nDEBUG: Using  for 3a/05/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61_package_qa.tar.zst\nDEBUG: Using  for 64/1e/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b_create_spdx.tar.zst\nDEBUG: Using  for 09/00/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41_package_qa.tar.zst\nDEBUG: Using  for a6/05/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a_recipe_qa.tar.zst\nDEBUG: Searching for d2/31/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3a/05/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61_package_qa.tar.zst\nDEBUG: Testing URL file://64/1e/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b_create_spdx.tar.zst\nDEBUG: Testing URL file://09/00/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41_package_qa.tar.zst\nDEBUG: Testing URL file://a6/05/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a_recipe_qa.tar.zst\nDEBUG: Using  for d2/31/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3a/05/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '64/1e/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b_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/00/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a6/05/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d2/31/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166_populate_sysroot.tar.zst\nDEBUG: For url file://3a/05/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/05/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A12%3A3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61_package_qa.tar.zst;downloadfilename=3a/05/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61_package_qa.tar.zst\nDEBUG: For url file://64/1e/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/1e/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A12%3A641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b_create_spdx.tar.zst;downloadfilename=64/1e/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b_create_spdx.tar.zst\nDEBUG: For url file://09/00/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/00/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41_package_qa.tar.zst;downloadfilename=09/00/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41_package_qa.tar.zst\nDEBUG: For url file://a6/05/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/05/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3Aa605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a_recipe_qa.tar.zst;downloadfilename=a6/05/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd2/31/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166_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://29/a8/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb_packagedata.tar.zst\nDEBUG: For url file://d2/31/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/31/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.4%3Ar0%3Acore2-64%3A12%3Ad231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166_populate_sysroot.tar.zst;downloadfilename=d2/31/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/75/sstate:lzip-native::1.24.1:r0::12:d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/f7/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:e2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa_package.tar.zst\nDEBUG: SState: Attempting to fetch file://32/78/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d_populate_sysroot.tar.zst\nDEBUG: Searching for e2/f7/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:e2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 32/78/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e2/f7/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:e2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa_package.tar.zst\nDEBUG: Using  for 32/78/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e2/f7/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:e2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa_package.tar.zst\nDEBUG: Testing URL file://32/78/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e2/f7/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:e2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '32/78/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d_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/f7/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:e2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/f7/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3Ae2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa_package.tar.zst;downloadfilename=e2/f7/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:e2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa_package.tar.zst\nDEBUG: For url file://32/78/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/78/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.10.0%3Ar0%3Acore2-64%3A12%3A327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d_populate_sysroot.tar.zst;downloadfilename=32/78/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/05/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://cc/88/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/75/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ed/7b/sstate:libmpc-native:x86_64-linux:1.3.1:r0:x86_64:12:ed7b87900951582c4faa461218d3f58c6fc6dd61631a5afad42a2faa6d63f01a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/24/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://65/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/4a/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/dd/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81_create_package_spdx.tar.zst\nDEBUG: Searching for bf/24/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 65/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b9/4a/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fe/dd/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bf/24/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65_package_write_rpm.tar.zst\nDEBUG: Using  for 65/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f_package_write_deb.tar.zst\nDEBUG: Using  for b9/4a/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3_recipe_qa.tar.zst\nDEBUG: Testing URL file://b9/4a/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3_recipe_qa.tar.zst\nDEBUG: Testing URL file://bf/24/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65_package_write_rpm.tar.zst\nDEBUG: Testing URL file://65/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f_package_write_deb.tar.zst\nDEBUG: Using  for fe/dd/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b9/4a/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3_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/24/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65_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', '', '65/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f_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://fe/dd/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81_create_package_spdx.tar.zst\nDEBUG: For url file://b9/4a/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/4a/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.11%3Ar0%3Acore2-64%3A12%3Ab94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3_recipe_qa.tar.zst;downloadfilename=b9/4a/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3_recipe_qa.tar.zst\nDEBUG: For url file://bf/24/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/24/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.191%3Ar0%3Acore2-64%3A12%3Abf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65_package_write_rpm.tar.zst;downloadfilename=bf/24/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65_package_write_rpm.tar.zst\nDEBUG: For url file://65/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/89/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A12%3A6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f_package_write_deb.tar.zst;downloadfilename=65/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'fe/dd/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fe/dd/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/dd/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Afeddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81_create_package_spdx.tar.zst;downloadfilename=fe/dd/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/31/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/bc/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8_populate_sysroot.tar.zst\nDEBUG: Searching for universal/85/bc/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a6/05/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a_recipe_qa.tar.zst\nDEBUG: Using  for universal/85/bc/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://60/d2/sstate:dosfstools::4.2:r0::12:60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/85/bc/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8_populate_sysroot.tar.zst\nDEBUG: Searching for 60/d2/sstate:dosfstools::4.2:r0::12:60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/85/bc/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 60/d2/sstate:dosfstools::4.2:r0::12:60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405_populate_lic.tar.zst\nDEBUG: For url file://universal/85/bc/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/bc/sstate%3Anasm-native%3Ax86_64-linux%3A2.16.03%3Ar0%3Ax86_64%3A12%3A85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8_populate_sysroot.tar.zst;downloadfilename=universal/85/bc/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://60/d2/sstate:dosfstools::4.2:r0::12:60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405_populate_lic.tar.zst\nDEBUG: For url ['file', '', '60/d2/sstate:dosfstools::4.2:r0::12:60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://60/d2/sstate:dosfstools::4.2:r0::12:60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/d2/sstate%3Adosfstools%3A%3A4.2%3Ar0%3A%3A12%3A60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405_populate_lic.tar.zst;downloadfilename=60/d2/sstate:dosfstools::4.2:r0::12:60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/84/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:e0849facf2048cddaec0db7dfe0b98f5337ef27d75ae785222499ef71d084333_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/74/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://32/78/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:327851cef5f5ba86e7a109c9e85d144642f247763697524e48786916f5862b8d_populate_sysroot.tar.zst\nDEBUG: Searching for 4c/74/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b9/4a/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/c6/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3_package.tar.zst\nDEBUG: Using  for 4c/74/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/df/sstate:libidn2::2.3.7:r0::12:d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632_populate_lic.tar.zst\nDEBUG: Searching for a8/c6/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4c/74/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056_package_qa.tar.zst\nDEBUG: Searching for d2/df/sstate:libidn2::2.3.7:r0::12:d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a8/c6/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3_package.tar.zst\nDEBUG: For url ['file', '', '4c/74/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d2/df/sstate:libidn2::2.3.7:r0::12:d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632_populate_lic.tar.zst\nDEBUG: Testing URL file://a8/c6/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3_package.tar.zst\nDEBUG: For url file://4c/74/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/74/sstate%3Anpth%3Acore2-64-poky-linux%3A1.7%3Ar0%3Acore2-64%3A12%3A4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056_package_qa.tar.zst;downloadfilename=4c/74/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056_package_qa.tar.zst\nDEBUG: Testing URL file://d2/df/sstate:libidn2::2.3.7:r0::12:d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a8/c6/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd2/df/sstate:libidn2::2.3.7:r0::12:d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a8/c6/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/c6/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aa8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3_package.tar.zst;downloadfilename=a8/c6/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3_package.tar.zst\nDEBUG: For url file://d2/df/sstate:libidn2::2.3.7:r0::12:d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/df/sstate%3Alibidn2%3A%3A2.3.7%3Ar0%3A%3A12%3Ad2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632_populate_lic.tar.zst;downloadfilename=d2/df/sstate:libidn2::2.3.7:r0::12:d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://09/00/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/26/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268_package_write_deb.tar.zst\nDEBUG: Searching for e7/26/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e7/26/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268_package_write_deb.tar.zst\nDEBUG: Testing URL file://e7/26/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e7/26/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268_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://e7/26/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/26/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.6%3Ar0%3Acore2-64%3A12%3Ae72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268_package_write_deb.tar.zst;downloadfilename=e7/26/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/f7/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:e2f701073b756973448a3dc8874bff0ae04ed8972bde5391c4b80e558d2ac7aa_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/3f/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48_packagedata.tar.zst\nDEBUG: Searching for f3/3f/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f3/3f/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48_packagedata.tar.zst\nDEBUG: Testing URL file://f3/3f/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f3/3f/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f3/3f/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/3f/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Af33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48_packagedata.tar.zst;downloadfilename=f3/3f/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/df/sstate:libidn2::2.3.7:r0::12:d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://37/55/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d_package.tar.zst\nDEBUG: Searching for 37/55/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 37/55/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d_package.tar.zst\nDEBUG: Testing URL file://37/55/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d_package.tar.zst\nDEBUG: For url ['file', '', '37/55/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/55/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/55/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d_package.tar.zst;downloadfilename=37/55/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/c6/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a8c660e1237d31a12104ec0164a5c89fe33ff3ce2dc2781bd70b077aa79d05e3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/01/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8_packagedata.tar.zst\nDEBUG: Searching for fe/01/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fe/01/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8_packagedata.tar.zst\nDEBUG: Testing URL file://fe/01/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8_packagedata.tar.zst\nDEBUG: For url ['file', '', 'fe/01/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fe/01/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/01/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3Afe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8_packagedata.tar.zst;downloadfilename=fe/01/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/3f/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://24/f4/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5_package_write_rpm.tar.zst\nDEBUG: Searching for 24/f4/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 24/f4/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://24/f4/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '24/f4/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5_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://24/f4/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/f4/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.2%3Ar0%3Acore2-64%3A12%3A24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5_package_write_rpm.tar.zst;downloadfilename=24/f4/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://60/d2/sstate:dosfstools::4.2:r0::12:60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://68/c0/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/be/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://18/2b/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967_package_qa.tar.zst\nDEBUG: Searching for d2/be/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 18/2b/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d2/be/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b_packagedata.tar.zst\nDEBUG: Using  for 18/2b/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967_package_qa.tar.zst\nDEBUG: Testing URL file://d2/be/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b_packagedata.tar.zst\nDEBUG: Testing URL file://18/2b/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd2/be/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '18/2b/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d2/be/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/be/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.191%3Ar0%3Acore2-64%3A12%3Ad2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b_packagedata.tar.zst;downloadfilename=d2/be/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b_packagedata.tar.zst\nDEBUG: For url file://18/2b/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/2b/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A12%3A182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967_package_qa.tar.zst;downloadfilename=18/2b/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://37/55/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:37551f5ad865e7ec7ac251290e4b92b893569be1fb67dfe2e7e1c433b1cb6b8d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/ca/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:abca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0_package_write_ipk.tar.zst\nDEBUG: Searching for ab/ca/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:abca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ab/ca/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:abca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ab/ca/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:abca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ab/ca/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:abca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0_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://ab/ca/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:abca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/ca/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3Aabca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0_package_write_ipk.tar.zst;downloadfilename=ab/ca/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:abca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/01/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://07/9c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 07/9c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 07/9c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://07/9c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '07/9c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59_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/9c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/9c/sstate%3Aboost%3Acore2-64-poky-linux%3A1.85.0%3Ar0%3Acore2-64%3A12%3A079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59_deploy_source_date_epoch.tar.zst;downloadfilename=07/9c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://24/f4/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/da/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2d/6a/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://33/a1/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5_package_write_rpm.tar.zst\nDEBUG: Searching for universal/2d/6a/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 33/a1/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/2d/6a/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591_create_package_spdx.tar.zst\nDEBUG: Using  for 33/a1/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/2d/6a/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591_create_package_spdx.tar.zst\nDEBUG: Testing URL file://33/a1/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/2d/6a/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '33/a1/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5_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/2d/6a/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2d/6a/sstate%3Apython3-installer-native%3Ax86_64-linux%3A0.7.0%3Ar0%3Ax86_64%3A12%3A2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591_create_package_spdx.tar.zst;downloadfilename=universal/2d/6a/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591_create_package_spdx.tar.zst\nDEBUG: For url file://33/a1/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/a1/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5_package_write_rpm.tar.zst;downloadfilename=33/a1/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/74/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/be/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c1/a6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:c1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9c/19/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944_recipe_qa.tar.zst\nDEBUG: Searching for universal/c1/a6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:c1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/9c/19/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c1/a6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:c1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/9c/19/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/c1/a6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:c1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/9c/19/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/c1/a6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:c1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded_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/9c/19/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944_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/c1/a6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:c1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c1/a6/sstate%3Alibnsl2-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A12%3Ac1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c1/a6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:c1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/9c/19/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9c/19/sstate%3Axrandr-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A12%3A9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944_recipe_qa.tar.zst;downloadfilename=universal/9c/19/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://18/2b/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/3f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084_package_write_rpm.tar.zst\nDEBUG: Searching for 6e/3f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6e/3f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/ca/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:abca52d5f351c47e6cba16dfb45789ace5b38717f61619a8e868a9dbbdaa35a0_package_write_ipk.tar.zst\nDEBUG: Testing URL file://6e/3f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/30/74/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6e/3f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084_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/30/74/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6e/3f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/3f/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A12%3A6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084_package_write_rpm.tar.zst;downloadfilename=6e/3f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084_package_write_rpm.tar.zst\nDEBUG: Using  for universal/30/74/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/30/74/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/30/74/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3_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://07/9c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:079cbcce65a271e537a074ccfff30008b47b6fa2e213181275d7727543628e59_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/30/74/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/30/74/sstate%3Alibx11-native%3Ax86_64-linux%3A1.8.9%3Ar0%3Ax86_64%3A12%3A3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/30/74/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/d4/sstate:libsolv::0.7.29:r0::12:9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9_populate_lic.tar.zst\nDEBUG: Searching for 9e/d4/sstate:libsolv::0.7.29:r0::12:9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9e/d4/sstate:libsolv::0.7.29:r0::12:9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9_populate_lic.tar.zst\nDEBUG: Testing URL file://9e/d4/sstate:libsolv::0.7.29:r0::12:9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9e/d4/sstate:libsolv::0.7.29:r0::12:9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9e/d4/sstate:libsolv::0.7.29:r0::12:9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/d4/sstate%3Alibsolv%3A%3A0.7.29%3Ar0%3A%3A12%3A9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9_populate_lic.tar.zst;downloadfilename=9e/d4/sstate:libsolv::0.7.29:r0::12:9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2d/6a/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://26/dc/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://33/a1/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5_package_write_rpm.tar.zst\nDEBUG: Searching for 26/dc/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1d/9d/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1_recipe_qa.tar.zst\nDEBUG: Using  for 26/dc/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927_recipe_qa.tar.zst\nDEBUG: Searching for 1d/9d/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://26/dc/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927_recipe_qa.tar.zst\nDEBUG: Using  for 1d/9d/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '26/dc/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1d/9d/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1_recipe_qa.tar.zst\nDEBUG: For url file://26/dc/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/dc/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A46.0%3Ar0%3Aallarch%3A12%3A26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927_recipe_qa.tar.zst;downloadfilename=26/dc/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1d/9d/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1d/9d/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/9d/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A12%3A1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1_recipe_qa.tar.zst;downloadfilename=1d/9d/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c1/a6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:c1a6dd9c30542a9ad8491583fc615be3459661c522bd45e4b1016aa596f1eded_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://42/c8/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590_package.tar.zst\nDEBUG: Searching for 42/c8/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/9c/19/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944_recipe_qa.tar.zst\nDEBUG: Using  for 42/c8/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590_package.tar.zst\nDEBUG: SState: Attempting to fetch file://97/7b/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://42/c8/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590_package.tar.zst\nDEBUG: Searching for 97/7b/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '42/c8/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 97/7b/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c_populate_sysroot.tar.zst\nDEBUG: For url file://42/c8/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/c8/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.8.1%3Ar0%3Acore2-64%3A12%3A42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590_package.tar.zst;downloadfilename=42/c8/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590_package.tar.zst\nDEBUG: Testing URL file://97/7b/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '97/7b/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://97/7b/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/7b/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.68%3Ar0%3Acore2-64%3A12%3A977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c_populate_sysroot.tar.zst;downloadfilename=97/7b/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/3f/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://64/1e/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b_create_spdx.tar.zst\nDEBUG: Searching for 7b/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/30/74/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:3074dc52c6494b289705dce7ca8b215544b6b6b8b12d56064fc1a6173e948de3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/7b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840_packagedata.tar.zst\nDEBUG: Using  for 7b/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://55/77/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc_recipe_qa.tar.zst\nDEBUG: Searching for 6c/7b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7b/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8_populate_sysroot.tar.zst\nDEBUG: Searching for 55/77/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6c/7b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840_packagedata.tar.zst\nDEBUG: For url ['file', '', '7b/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 55/77/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc_recipe_qa.tar.zst\nDEBUG: Testing URL file://6c/7b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840_packagedata.tar.zst\nDEBUG: For url file://7b/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/d1/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20240407%3Ar0%3Acore2-64%3A12%3A7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8_populate_sysroot.tar.zst;downloadfilename=7b/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://55/77/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6c/7b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '55/77/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc_recipe_qa.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:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/7b/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A12%3A6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840_packagedata.tar.zst;downloadfilename=6c/7b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/d4/sstate:libsolv::0.7.29:r0::12:9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9_populate_lic.tar.zst\nDEBUG: For url file://55/77/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/77/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.1%3Ar0%3Acore2-64%3A12%3A55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc_recipe_qa.tar.zst;downloadfilename=55/77/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://43/a6/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://26/dc/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927_recipe_qa.tar.zst\nDEBUG: Searching for 43/a6/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8c/44/sstate:python3-dbusmock::0.31.1:r0::12:8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/9d/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1_recipe_qa.tar.zst\nDEBUG: Using  for 43/a6/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f_create_package_spdx.tar.zst\nDEBUG: Searching for 8c/44/sstate:python3-dbusmock::0.31.1:r0::12:8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c0/72/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:c072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96_package_write_ipk.tar.zst\nDEBUG: Testing URL file://43/a6/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f_create_package_spdx.tar.zst\nDEBUG: Using  for 8c/44/sstate:python3-dbusmock::0.31.1:r0::12:8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e_populate_lic.tar.zst\nDEBUG: Searching for c0/72/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:c072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '43/a6/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8c/44/sstate:python3-dbusmock::0.31.1:r0::12:8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e_populate_lic.tar.zst\nDEBUG: Using  for c0/72/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:c072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96_package_write_ipk.tar.zst\nDEBUG: For url file://43/a6/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/a6/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A12%3A43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f_create_package_spdx.tar.zst;downloadfilename=43/a6/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '8c/44/sstate:python3-dbusmock::0.31.1:r0::12:8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c0/72/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:c072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96_package_write_ipk.tar.zst\nDEBUG: For url file://8c/44/sstate:python3-dbusmock::0.31.1:r0::12:8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/44/sstate%3Apython3-dbusmock%3A%3A0.31.1%3Ar0%3A%3A12%3A8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e_populate_lic.tar.zst;downloadfilename=8c/44/sstate:python3-dbusmock::0.31.1:r0::12:8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c0/72/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:c072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96_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://42/c8/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42c8987fc1a0fd7ff3a4b55fd7c8dbf7fb2e03aebc7789dc673cddcfecd56590_package.tar.zst\nDEBUG: For url file://c0/72/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:c072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/72/sstate%3Acurl%3Acore2-64-poky-linux%3A8.8.0%3Ar0%3Acore2-64%3A12%3Ac072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96_package_write_ipk.tar.zst;downloadfilename=c0/72/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:c072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/13/sstate:ccache::4.10:r0::12:c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://97/7b/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:977bc4ac8191e95134d3fc96d4f218a535a486fedb378fb46c09f4e42187d88c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/dd/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81_create_package_spdx.tar.zst\nDEBUG: Searching for c9/13/sstate:ccache::4.10:r0::12:c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7b/d1/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7bd1d1f8b54bc0066a617b6e0af1c1313be44d55a571dc8648f095ed86ab0eb8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://db/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:db47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82_package.tar.zst\nDEBUG: SState: Successful fetch test for file://65/89/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:6589ab00f36d4e50082a65292062d32061c7f7d386f54ad5c8583870430df95f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/24/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788_package_qa.tar.zst\nDEBUG: Using  for c9/13/sstate:ccache::4.10:r0::12:c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://84/43/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d_package_write_ipk.tar.zst\nDEBUG: Searching for db/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:db47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/7d/af/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7f/24/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c9/13/sstate:ccache::4.10:r0::12:c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630_populate_lic.tar.zst\nDEBUG: Searching for 84/43/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for db/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:db47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82_package.tar.zst\nDEBUG: Searching for universal/7d/af/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7f/24/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c9/13/sstate:ccache::4.10:r0::12:c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 84/43/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://db/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:db47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82_package.tar.zst\nDEBUG: Using  for universal/7d/af/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7f/24/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788_package_qa.tar.zst\nDEBUG: For url file://c9/13/sstate:ccache::4.10:r0::12:c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/13/sstate%3Accache%3A%3A4.10%3Ar0%3A%3A12%3Ac9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630_populate_lic.tar.zst;downloadfilename=c9/13/sstate:ccache::4.10:r0::12:c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630_populate_lic.tar.zst\nDEBUG: Testing URL file://84/43/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'db/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:db47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/7d/af/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7f/24/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '84/43/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d_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://db/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:db47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/47/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A12%3Adb47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82_package.tar.zst;downloadfilename=db/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:db47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/7b/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/7d/af/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f_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://55/77/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc_recipe_qa.tar.zst\nDEBUG: For url file://7f/24/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/24/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A12%3A7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788_package_qa.tar.zst;downloadfilename=7f/24/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788_package_qa.tar.zst\nDEBUG: For url file://84/43/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/43/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d_package_write_ipk.tar.zst;downloadfilename=84/43/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://27/7d/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://43/a6/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f_create_package_spdx.tar.zst\nDEBUG: For url file://universal/7d/af/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/af/sstate%3Abzip2-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A12%3A7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/7d/af/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/24/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/31/ea/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8_populate_sysroot.tar.zst\nDEBUG: Searching for 27/7d/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8c/44/sstate:python3-dbusmock::0.31.1:r0::12:8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/72/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:c072356b61afd809d9ef07ee529a32c7903c632965784b42f9fe64b48375ac96_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/61/8f/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142_populate_sysroot.tar.zst\nDEBUG: Searching for universal/31/ea/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 27/7d/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/e4/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076_recipe_qa.tar.zst\nDEBUG: Searching for 2b/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/ed/1c/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a_populate_sysroot.tar.zst\nDEBUG: Searching for universal/61/8f/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/31/ea/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://27/7d/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68_create_package_spdx.tar.zst\nDEBUG: Searching for f5/e4/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2b/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1_create_package_spdx.tar.zst\nDEBUG: Searching for universal/ed/1c/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/61/8f/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/31/ea/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '27/7d/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f5/e4/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076_recipe_qa.tar.zst\nDEBUG: Testing URL file://2b/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1_create_package_spdx.tar.zst\nDEBUG: Using  for universal/ed/1c/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/61/8f/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/31/ea/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://27/7d/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/7d/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A12%3A277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68_create_package_spdx.tar.zst;downloadfilename=27/7d/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f5/e4/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2b/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/ed/1c/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/61/8f/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142_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/31/ea/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/ea/sstate%3Apython3-hatch-vcs-native%3Ax86_64-linux%3A0.4.0%3Ar0%3Ax86_64%3A12%3A31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8_populate_sysroot.tar.zst;downloadfilename=universal/31/ea/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f5/e4/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2b/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/5c/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A12%3A2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1_create_package_spdx.tar.zst;downloadfilename=2b/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/ed/1c/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a_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://c9/13/sstate:ccache::4.10:r0::12:c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://db/47/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:db47027c176fdf402d6f8c550f6449f9b1864781e27c5218a90dfa7e9412dd82_package.tar.zst\nDEBUG: For url file://universal/61/8f/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/61/8f/sstate%3Am4-native%3Ax86_64-linux%3A1.4.19%3Ar0%3Ax86_64%3A12%3A618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142_populate_sysroot.tar.zst;downloadfilename=universal/61/8f/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142_populate_sysroot.tar.zst\nDEBUG: For url file://f5/e4/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/e4/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A12%3Af5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076_recipe_qa.tar.zst;downloadfilename=f5/e4/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://84/43/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d_package_write_ipk.tar.zst\nDEBUG: For url file://universal/ed/1c/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/1c/sstate%3Apython3-mako-native%3Ax86_64-linux%3A1.3.5%3Ar0%3Ax86_64%3A12%3Aed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a_populate_sysroot.tar.zst;downloadfilename=universal/ed/1c/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/76/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/24/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://07/98/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7d/af/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:7dafc380b6ddc82a1e8fc51e2a1df06c8717d2847991bb525598db5ce327101f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/34/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0_package_write_rpm.tar.zst\nDEBUG: Searching for 8c/76/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://27/7d/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/3c/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:f13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3_package_write_deb.tar.zst\nDEBUG: Searching for 07/98/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2a/25/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af_package_qa.tar.zst\nDEBUG: Searching for 8b/34/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8c/76/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/0b/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0_create_spdx.tar.zst\nDEBUG: Searching for f1/3c/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:f13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 07/98/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/5c/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1_create_package_spdx.tar.zst\nDEBUG: Searching for 2a/25/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/31/ea/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:31ea26b18917e8f6d135e0114eda4ccc3ec00b3ad11144a9b3a73f88ffacddd8_populate_sysroot.tar.zst\nDEBUG: Using  for 8b/34/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://8c/76/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224_create_package_spdx.tar.zst\nDEBUG: Searching for 1f/0b/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f1/3c/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:f13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3_package_write_deb.tar.zst\nDEBUG: Testing URL file://07/98/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://85/7d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7_package_write_rpm.tar.zst\nDEBUG: Using  for 2a/25/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://44/bd/sstate:popt-native::1.19:r0::12:44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6_populate_lic.tar.zst\nDEBUG: Testing URL file://8b/34/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8c/76/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1f/0b/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/61/8f/sstate:m4-native:x86_64-linux:1.4.19:r0:x86_64:12:618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f1/3c/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:f13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '07/98/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 85/7d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2a/25/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af_package_qa.tar.zst\nDEBUG: Searching for 44/bd/sstate:popt-native::1.19:r0::12:44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8b/34/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0_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://8c/76/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/76/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A12%3A8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224_create_package_spdx.tar.zst;downloadfilename=8c/76/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224_create_package_spdx.tar.zst\nDEBUG: Testing URL file://1f/0b/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/2b/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f1/3c/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:f13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3_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://07/98/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/98/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A12%3A0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef_package_write_rpm.tar.zst;downloadfilename=07/98/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef_package_write_rpm.tar.zst\nDEBUG: Using  for 85/7d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2a/25/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 44/bd/sstate:popt-native::1.19:r0::12:44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6_populate_lic.tar.zst\nDEBUG: For url file://8b/34/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/34/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3A8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0_package_write_rpm.tar.zst;downloadfilename=8b/34/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '1f/0b/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3c/2b/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f1/3c/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:f13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/3c/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A12%3Af13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3_package_write_deb.tar.zst;downloadfilename=f1/3c/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:f13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ed/1c/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/e4/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076_recipe_qa.tar.zst\nDEBUG: Testing URL file://85/7d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7_package_write_rpm.tar.zst\nDEBUG: For url file://2a/25/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/25/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.80.1%3Ar0%3Acore2-64%3A12%3A2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af_package_qa.tar.zst;downloadfilename=2a/25/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af_package_qa.tar.zst\nDEBUG: Testing URL file://44/bd/sstate:popt-native::1.19:r0::12:44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/26/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e72673df70be211b180594253b647071825d8d146810e9f2f63c543caca9a268_package_write_deb.tar.zst\nDEBUG: For url file://1f/0b/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/0b/sstate%3Acargo%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0_create_spdx.tar.zst;downloadfilename=1f/0b/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0_create_spdx.tar.zst\nDEBUG: Using  for 3c/2b/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/fe/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/76/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e3/ff/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '85/7d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7_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://07/98/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '44/bd/sstate:popt-native::1.19:r0::12:44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6_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://5a/13/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4_recipe_qa.tar.zst\nDEBUG: Testing URL file://3c/2b/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324_packagedata.tar.zst\nDEBUG: Searching for 6a/fe/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8b/34/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/ef/sstate:init-ifupdown::1.0:r0::12:5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d_populate_lic.tar.zst\nDEBUG: Searching for universal/e3/ff/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://85/7d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/7d/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.7p1%3Ar0%3Acore2-64%3A12%3A857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7_package_write_rpm.tar.zst;downloadfilename=85/7d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/2c/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/cb/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:1bcb5fe506ec6b2f68e8148b8c71af496ea6e14f01b3be3c8d2d5a69ccd8dcbc_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/3c/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:f13c356558f40798bbad80ae7ed895544d0dbfa187f08390a2d423c3b97c14c3_package_write_deb.tar.zst\nDEBUG: For url file://44/bd/sstate:popt-native::1.19:r0::12:44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/bd/sstate%3Apopt-native%3A%3A1.19%3Ar0%3A%3A12%3A44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6_populate_lic.tar.zst;downloadfilename=44/bd/sstate:popt-native::1.19:r0::12:44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6_populate_lic.tar.zst\nDEBUG: Searching for 5a/13/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3c/2b/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6a/fe/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/0f/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899_package_write_deb.tar.zst\nDEBUG: Searching for 5b/ef/sstate:init-ifupdown::1.0:r0::12:5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e3/ff/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/25/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af_package_qa.tar.zst\nDEBUG: Searching for universal/85/2c/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://02/7c/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/0b/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://62/90/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5a/13/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4_recipe_qa.tar.zst\nDEBUG: For url file://3c/2b/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/2b/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324_packagedata.tar.zst;downloadfilename=3c/2b/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324_packagedata.tar.zst\nDEBUG: Testing URL file://6a/fe/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920_recipe_qa.tar.zst\nDEBUG: Searching for 5a/0f/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5b/ef/sstate:init-ifupdown::1.0:r0::12:5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/e3/ff/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://58/fa/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55_package.tar.zst\nDEBUG: Using  for universal/85/2c/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0_populate_sysroot.tar.zst\nDEBUG: Searching for 02/7c/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3d/6d/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 62/90/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://85/7d/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7_package_write_rpm.tar.zst\nDEBUG: Testing URL file://5a/13/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6a/fe/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5a/0f/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899_package_write_deb.tar.zst\nDEBUG: Testing URL file://5b/ef/sstate:init-ifupdown::1.0:r0::12:5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/e3/ff/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016_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 58/fa/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/85/2c/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0_populate_sysroot.tar.zst\nDEBUG: Using  for 02/7c/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe_create_spdx.tar.zst\nDEBUG: Searching for 3d/6d/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://44/bd/sstate:popt-native::1.19:r0::12:44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6_populate_lic.tar.zst\nDEBUG: Using  for 62/90/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://55/3a/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '5a/13/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4_recipe_qa.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:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/fe/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920_recipe_qa.tar.zst;downloadfilename=6a/fe/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920_recipe_qa.tar.zst\nDEBUG: Testing URL file://5a/0f/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '5b/ef/sstate:init-ifupdown::1.0:r0::12:5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d_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/e3/ff/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e3/ff/sstate%3Apixman-native%3Ax86_64-linux%3A0.42.2%3Ar0%3Ax86_64%3A12%3Ae3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e3/ff/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 58/fa/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55_package.tar.zst\nDEBUG: For url ['file', '', 'universal/85/2c/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://02/7c/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe_create_spdx.tar.zst\nDEBUG: Using  for 3d/6d/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/df/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://62/90/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 55/3a/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5a/13/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/13/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.6%3Ar0%3Acore2-64%3A12%3A5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4_recipe_qa.tar.zst;downloadfilename=5a/13/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5a/0f/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899_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://5b/ef/sstate:init-ifupdown::1.0:r0::12:5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/ef/sstate%3Ainit-ifupdown%3A%3A1.0%3Ar0%3A%3A12%3A5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d_populate_lic.tar.zst;downloadfilename=5b/ef/sstate:init-ifupdown::1.0:r0::12:5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/2b/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324_packagedata.tar.zst\nDEBUG: Testing URL file://58/fa/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55_package.tar.zst\nDEBUG: For url file://universal/85/2c/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/2c/sstate%3Alibslirp-native%3Ax86_64-linux%3A4.8.0%3Ar0%3Ax86_64%3A12%3A852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0_populate_sysroot.tar.zst;downloadfilename=universal/85/2c/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '02/7c/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3d/6d/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8b/df/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '62/90/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89_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 55/3a/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189_package_write_rpm.tar.zst\nDEBUG: For url file://5a/0f/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/0f/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A12%3A5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899_package_write_deb.tar.zst;downloadfilename=5a/0f/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://36/f0/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/fe/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '58/fa/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55_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/e3/ff/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:e3ff24266f064cad3f8e1851bdb4f8c1bf878284ba4379c3ec83b19b6415f016_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://02/7c/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/7c/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A12%3A027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe_create_spdx.tar.zst;downloadfilename=02/7c/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3d/6d/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb_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/df/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3_package_write_rpm.tar.zst\nDEBUG: For url file://62/90/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/90/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A12%3A6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89_deploy_source_date_epoch.tar.zst;downloadfilename=62/90/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://55/3a/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189_package_write_rpm.tar.zst\nDEBUG: Searching for 36/f0/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5a/13/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/98/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5_package_qa.tar.zst\nDEBUG: For url file://58/fa/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/fa/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A12%3A58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55_package.tar.zst;downloadfilename=58/fa/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55_package.tar.zst\nDEBUG: SState: Attempting to fetch file://80/27/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/ef/sstate:init-ifupdown::1.0:r0::12:5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d_populate_lic.tar.zst\nDEBUG: For url file://3d/6d/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/6d/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.4%3Ar0%3Acore2-64%3A12%3A3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb_deploy_source_date_epoch.tar.zst;downloadfilename=3d/6d/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8b/df/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '55/3a/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 36/f0/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/85/2c/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/dd/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114_create_spdx.tar.zst\nDEBUG: Searching for 7a/98/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5a/0f/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:5a0f9a44fd1151558aef194bb214c5d220383c8b256634742c8d97184873c899_package_write_deb.tar.zst\nDEBUG: Searching for 80/27/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a4/3c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8b/df/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3_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://55/3a/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/3a/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.1%3Ar0%3Acore2-64%3A12%3A553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189_package_write_rpm.tar.zst;downloadfilename=55/3a/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://02/7c/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe_create_spdx.tar.zst\nDEBUG: Testing URL file://36/f0/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://62/90/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:6290ba362210687b82eaf537ec05555e4370c47f02ff27a88b37766a81992f89_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/19/sstate:wpa-supplicant::2.10:r0::12:f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a_populate_lic.tar.zst\nDEBUG: Searching for 9f/dd/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7a/98/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://84/e8/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 80/27/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f_recipe_qa.tar.zst\nDEBUG: Searching for a4/3c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8b/df/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/df/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A12%3A8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3_package_write_rpm.tar.zst;downloadfilename=8b/df/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ed/91/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://58/fa/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:58fa67c9911c57892a9ecc4ee2b521c4c95600c2150a2604547618df1a280b55_package.tar.zst\nDEBUG: For url ['file', '', '36/f0/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165_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://7e/76/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98_package.tar.zst\nDEBUG: Searching for f8/19/sstate:wpa-supplicant::2.10:r0::12:f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9f/dd/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/6d/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:3d6de133f37b4cbe04f9cb25e81151ce0d96735ee24655c7434e7c5d307f99bb_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7a/98/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5_package_qa.tar.zst\nDEBUG: Searching for 84/e8/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://80/27/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f_recipe_qa.tar.zst\nDEBUG: Using  for a4/3c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287_create_spdx.tar.zst\nDEBUG: Searching for universal/ed/91/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7f/9a/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://36/f0/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/f0/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A12%3A36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165_packagedata.tar.zst;downloadfilename=36/f0/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165_packagedata.tar.zst\nDEBUG: Searching for 7e/76/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/19/sstate:wpa-supplicant::2.10:r0::12:f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a_populate_lic.tar.zst\nDEBUG: Testing URL file://9f/dd/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f0/b9/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7a/98/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5_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/3a/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189_package_write_rpm.tar.zst\nDEBUG: Using  for 84/e8/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '80/27/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f_recipe_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:time:core2-64-poky-linux:1.9:r0:core2-64:12:a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287_create_spdx.tar.zst\nDEBUG: Using  for universal/ed/91/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7f/9a/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7e/76/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98_package.tar.zst\nDEBUG: Testing URL file://f8/19/sstate:wpa-supplicant::2.10:r0::12:f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9f/dd/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/f0/b9/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7a/98/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/98/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.1.0%3Ar0%3Acore2-64%3A12%3A7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5_package_qa.tar.zst;downloadfilename=7a/98/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7e/71/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81_populate_sysroot.tar.zst\nDEBUG: Testing URL file://84/e8/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://80/27/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/27/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A12%3A802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f_recipe_qa.tar.zst;downloadfilename=80/27/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a4/3c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287_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/ed/91/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7f/9a/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7f/9a/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f8/19/sstate:wpa-supplicant::2.10:r0::12:f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a_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://8b/df/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3_package_write_rpm.tar.zst\nDEBUG: For url file://9f/dd/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/dd/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114_create_spdx.tar.zst;downloadfilename=9f/dd/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114_create_spdx.tar.zst\nDEBUG: Using  for universal/f0/b9/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3_recipe_qa.tar.zst\nDEBUG: Searching for universal/7e/71/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '84/e8/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e_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/3c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/3c/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A12%3Aa43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287_create_spdx.tar.zst;downloadfilename=a4/3c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/ed/91/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_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://36/f0/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165_packagedata.tar.zst\nDEBUG: Testing URL file://7e/76/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98_package.tar.zst\nDEBUG: For url ['file', '', '7f/9a/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8_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://f8/19/sstate:wpa-supplicant::2.10:r0::12:f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/19/sstate%3Awpa-supplicant%3A%3A2.10%3Ar0%3A%3A12%3Af81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a_populate_lic.tar.zst;downloadfilename=f8/19/sstate:wpa-supplicant::2.10:r0::12:f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/f5/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/f0/b9/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3_recipe_qa.tar.zst\nDEBUG: Using  for universal/7e/71/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81_populate_sysroot.tar.zst\nDEBUG: For url file://84/e8/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/e8/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e_deploy_source_date_epoch.tar.zst;downloadfilename=84/e8/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/ed/91/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/91/sstate%3Aqemu-system-native%3Ax86_64-linux%3A9.0.0%3Ar0%3Ax86_64%3A12%3Aed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ed/91/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/98/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/85/bc/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:85bccd3b36ce226f1e48fe79bde7d5b069bb2e6000b3c09a6489d63ae7466ab8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://00/3f/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7e/76/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98_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://80/27/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f_recipe_qa.tar.zst\nDEBUG: For url file://7f/9a/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/9a/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8_deploy_source_date_epoch.tar.zst;downloadfilename=7f/9a/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2c/f5/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/f0/b9/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3_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/7e/71/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/dd/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/3c/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ec/7f/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:c6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce_package_write_ipk.tar.zst\nDEBUG: Searching for 00/3f/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7e/76/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/76/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A12%3A7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98_package.tar.zst;downloadfilename=7e/76/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98_package.tar.zst\nDEBUG: SState: Attempting to fetch file://64/e8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7_populate_sysroot.tar.zst\nDEBUG: Using  for 2c/f5/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3_create_package_spdx.tar.zst\nDEBUG: For url file://universal/f0/b9/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f0/b9/sstate%3Alibxml-simple-perl-native%3Ax86_64-linux%3A2.25%3Ar0%3Ax86_64%3A12%3Af0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3_recipe_qa.tar.zst;downloadfilename=universal/f0/b9/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/7e/71/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81_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/19/sstate:wpa-supplicant::2.10:r0::12:f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/03/6c/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a3/26/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e_populate_sysroot.tar.zst\nDEBUG: Searching for universal/ec/7f/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/ed/91/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:ed91fb4587f08f75bb8c44bbba99e43bcf5483926569b6fbf3a67d711563e1a0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://84/e8/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:84e897a48f144480b0e71d88510efe804768eb8ef25036a0ac485ff81250296e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c6/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:c6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 00/3f/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01_recipe_qa.tar.zst\nDEBUG: Searching for 64/e8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2c/f5/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3_create_package_spdx.tar.zst\nDEBUG: For url file://universal/7e/71/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/71/sstate%3Arpm-native%3Ax86_64-linux%3A4.19.1.1%3Ar0%3Ax86_64%3A12%3A7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81_populate_sysroot.tar.zst;downloadfilename=universal/7e/71/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/9a/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:7f9a3f0762dde20b257f20a54446b9d78e47c74bd11f362df2e958297d4468d8_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://98/89/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e_package_write_ipk.tar.zst\nDEBUG: Searching for universal/03/6c/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a3/26/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/ec/7f/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://68/62/sstate:gtk+3::3.24.42:r0::12:68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://85/f6/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367_packagedata.tar.zst\nDEBUG: Using  for c6/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:c6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce_package_write_ipk.tar.zst\nDEBUG: Testing URL file://00/3f/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01_recipe_qa.tar.zst\nDEBUG: Using  for 64/e8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2c/f5/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3_create_package_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://2f/5e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/76/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:7e76dd7783662b4fa03e5f33c3db4e5b932c74632e7e74517891f4338d2e0a98_package.tar.zst\nDEBUG: Searching for 98/89/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/03/6c/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/a3/26/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/ec/7f/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd_create_spdx.tar.zst\nDEBUG: Searching for 68/62/sstate:gtk+3::3.24.42:r0::12:68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 85/f6/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/f0/b9/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f0b941ab3680601b64841965b50483d77759994a04622f7699a23e9fd64386b3_recipe_qa.tar.zst\nDEBUG: Testing URL file://c6/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:c6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '00/3f/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://64/e8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7_populate_sysroot.tar.zst\nDEBUG: For url file://2c/f5/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/f5/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3_create_package_spdx.tar.zst;downloadfilename=2c/f5/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3_create_package_spdx.tar.zst\nDEBUG: Searching for 2f/5e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c3/29/sstate:libcap::2.70:r0::12:c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46_populate_lic.tar.zst\nDEBUG: Using  for 98/89/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/03/6c/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/a3/26/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/ec/7f/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 68/62/sstate:gtk+3::3.24.42:r0::12:68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839_populate_lic.tar.zst\nDEBUG: Using  for 85/f6/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://87/f3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c6/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:c6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce_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://00/3f/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/3f/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A12%3A003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01_recipe_qa.tar.zst;downloadfilename=00/3f/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '64/e8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2f/5e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/71/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81_populate_sysroot.tar.zst\nDEBUG: Searching for c3/29/sstate:libcap::2.70:r0::12:c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://98/89/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/03/6c/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f_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/a3/26/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e_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/ec/7f/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ec/7f/sstate%3Autil-linux-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A12%3Aec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd_create_spdx.tar.zst;downloadfilename=universal/ec/7f/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd_create_spdx.tar.zst\nDEBUG: Testing URL file://68/62/sstate:gtk+3::3.24.42:r0::12:68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839_populate_lic.tar.zst\nDEBUG: Testing URL file://85/f6/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367_packagedata.tar.zst\nDEBUG: Searching for 87/f3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c6/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:c6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/a7/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A12%3Ac6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce_package_write_ipk.tar.zst;downloadfilename=c6/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:c6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce_package_write_ipk.tar.zst\nDEBUG: For url file://64/e8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/e8/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A12%3A64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7_populate_sysroot.tar.zst;downloadfilename=64/e8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2f/5e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://83/43/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c3/29/sstate:libcap::2.70:r0::12:c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46_populate_lic.tar.zst\nDEBUG: For url ['file', '', '98/89/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e_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://universal/03/6c/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/6c/sstate%3Apango-native%3Ax86_64-linux%3A1.52.2%3Ar0%3Ax86_64%3A12%3A036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/03/6c/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a3/26/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a3/26/sstate%3Autil-macros-native%3Ax86_64-linux%3A1.20.1%3Ar0%3Ax86_64%3A12%3Aa326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e_populate_sysroot.tar.zst;downloadfilename=universal/a3/26/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/f5/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '68/62/sstate:gtk+3::3.24.42:r0::12:68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839_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/f6/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/f3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '2f/5e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 83/43/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c3/29/sstate:libcap::2.70:r0::12:c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46_populate_lic.tar.zst\nDEBUG: For url file://98/89/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/89/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A12%3A9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e_package_write_ipk.tar.zst;downloadfilename=98/89/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://00/3f/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ec/7f/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/6c/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f_create_spdx.tar.zst\nDEBUG: For url file://68/62/sstate:gtk+3::3.24.42:r0::12:68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/62/sstate%3Agtk%2B3%3A%3A3.24.42%3Ar0%3A%3A12%3A68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839_populate_lic.tar.zst;downloadfilename=68/62/sstate:gtk+3::3.24.42:r0::12:68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839_populate_lic.tar.zst\nDEBUG: For url file://85/f6/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/f6/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A12%3A85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367_packagedata.tar.zst;downloadfilename=85/f6/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367_packagedata.tar.zst\nDEBUG: Testing URL file://87/f3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8_package_write_deb.tar.zst\nDEBUG: For url file://2f/5e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/5e/sstate%3Awireless-regdb%3Aall-poky-linux%3A2024.05.08%3Ar0%3Aallarch%3A12%3A2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814_package_write_ipk.tar.zst;downloadfilename=2f/5e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814_package_write_ipk.tar.zst\nDEBUG: Using  for 83/43/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c3/29/sstate:libcap::2.70:r0::12:c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46_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://82/5e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://64/e8/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:64e8828f0834e1894f4f61363fc53d9c40062578655a0cce441d92c5fb4005c7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/03/6c/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:036cc965552dc7829fea008bb03d56353aae2cbb61edef9752cf4c14b580c10f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:c6a706469de3c90678b8bd462f9fdb322d03ab7ad5d29fe3a27a3e9ab74365ce_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/48/e5/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959_recipe_qa.tar.zst\nDEBUG: Searching for f2/6c/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '87/f3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8_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://universal/a3/26/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://83/43/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c3/29/sstate:libcap::2.70:r0::12:c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/29/sstate%3Alibcap%3A%3A2.70%3Ar0%3A%3A12%3Ac3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46_populate_lic.tar.zst;downloadfilename=c3/29/sstate:libcap::2.70:r0::12:c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46_populate_lic.tar.zst\nDEBUG: Searching for 82/5e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b4/cc/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/3b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:bc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/75/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11_create_package_spdx.tar.zst\nDEBUG: Searching for universal/48/e5/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f2/6c/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f_create_spdx.tar.zst\nDEBUG: For url file://87/f3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/f3/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A12%3A87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8_package_write_deb.tar.zst;downloadfilename=87/f3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f9/2e/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:f92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '83/43/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521_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/5e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://98/89/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:9889647c2adaa5a47a930ec310ee073fd23b9664c21c20a393236ce8d1a6fc6e_package_write_ipk.tar.zst\nDEBUG: Searching for b4/cc/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://68/62/sstate:gtk+3::3.24.42:r0::12:68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://85/f6/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367_packagedata.tar.zst\nDEBUG: Searching for bc/3b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:bc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e6/75/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/48/e5/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959_recipe_qa.tar.zst\nDEBUG: Testing URL file://f2/6c/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f_create_spdx.tar.zst\nDEBUG: Searching for universal/f9/2e/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:f92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://83/43/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/43/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A12%3A834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521_deploy_source_date_epoch.tar.zst;downloadfilename=83/43/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/5e/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:2f5e5ba234ebe5efb5b655879626dcc0189565b97beddc502314226f99a56814_package_write_ipk.tar.zst\nDEBUG: Testing URL file://82/5e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/bd/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef_package_write_ipk.tar.zst\nDEBUG: Using  for b4/cc/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/57/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:bb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b_package_write_deb.tar.zst\nDEBUG: Using  for bc/3b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:bc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466_package_write_deb.tar.zst\nDEBUG: Using  for e6/75/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/48/e5/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f2/6c/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/f9/2e/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:f92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://00/0a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/29/sstate:libcap::2.70:r0::12:c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46_populate_lic.tar.zst\nDEBUG: For url ['file', '', '82/5e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7b/bd/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b4/cc/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858_package_qa.tar.zst\nDEBUG: Searching for fe/57/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bb/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:bb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://bc/3b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:bc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466_package_write_deb.tar.zst\nDEBUG: Testing URL file://e6/75/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/48/e5/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959_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/6c/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/6c/sstate%3Atzdata%3Aall-poky-linux%3A2024a%3Ar0%3Aallarch%3A12%3Af26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f_create_spdx.tar.zst;downloadfilename=f2/6c/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f9/2e/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:f92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362_populate_sysroot.tar.zst\nDEBUG: Searching for 00/0a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/d4/16/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac_create_spdx.tar.zst\nDEBUG: For url file://82/5e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/5e/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965_create_spdx.tar.zst;downloadfilename=82/5e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965_create_spdx.tar.zst\nDEBUG: Using  for 7b/bd/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'b4/cc/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fe/57/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for bb/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:bb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'bc/3b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:bc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466_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', '', 'e6/75/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/48/e5/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/48/e5/sstate%3Azstd-native%3Ax86_64-linux%3A1.5.6%3Ar0%3Ax86_64%3A12%3A48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959_recipe_qa.tar.zst;downloadfilename=universal/48/e5/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f9/2e/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:f92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 00/0a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://83/43/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:834352f7c6036db4653071469163c4ebaee102abac95cc97f90b51d6d027a521_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://87/f3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:87f30fba170165d2d0120a9274178a517d5416f44f6082203f006abf998960b8_package_write_deb.tar.zst\nDEBUG: Searching for universal/d4/16/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7b/bd/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef_package_write_ipk.tar.zst\nDEBUG: For url file://b4/cc/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/cc/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3Ab4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858_package_qa.tar.zst;downloadfilename=b4/cc/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858_package_qa.tar.zst\nDEBUG: Testing URL file://fe/57/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bb/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:bb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b_package_write_deb.tar.zst\nDEBUG: For url file://bc/3b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:bc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/3b/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3Abc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466_package_write_deb.tar.zst;downloadfilename=bc/3b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:bc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466_package_write_deb.tar.zst\nDEBUG: For url file://e6/75/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/75/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A12%3Ae675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11_create_package_spdx.tar.zst;downloadfilename=e6/75/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11_create_package_spdx.tar.zst\nDEBUG: For url file://universal/f9/2e/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:f92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f9/2e/sstate%3Ago-native%3Ax86_64-linux%3A1.22.4%3Ar0%3Ax86_64%3A12%3Af92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362_populate_sysroot.tar.zst;downloadfilename=universal/f9/2e/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:f92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362_populate_sysroot.tar.zst\nDEBUG: Testing URL file://00/0a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://50/7c/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://88/9d/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e_create_package_spdx.tar.zst\nDEBUG: Using  for universal/d4/16/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7b/bd/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef_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', '', 'fe/57/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d_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/6c/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bb/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:bb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b_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://82/5e/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965_create_spdx.tar.zst\nDEBUG: For url ['file', '', '00/0a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33_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/48/e5/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959_recipe_qa.tar.zst\nDEBUG: Searching for 50/7c/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 88/9d/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/d4/16/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac_create_spdx.tar.zst\nDEBUG: For url file://7b/bd/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/bd/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.7%3Ar0%3Acore2-64%3A12%3A7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef_package_write_ipk.tar.zst;downloadfilename=7b/bd/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef_package_write_ipk.tar.zst\nDEBUG: For url file://fe/57/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/57/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A46.0%3Ar0%3Aallarch%3A12%3Afe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d_deploy_source_date_epoch.tar.zst;downloadfilename=fe/57/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/ce/sstate:libmodulemd-native::2.15.0:r0::12:2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0_populate_lic.tar.zst\nDEBUG: For url file://bb/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:bb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/4e/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.34.0%3Ar0%3Acore2-64%3A12%3Abb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b_package_write_deb.tar.zst;downloadfilename=bb/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:bb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/cc/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://13/a8/sstate:packagegroup-core-full-cmdline::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: For url file://00/0a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/0a/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A12%3A000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33_packagedata.tar.zst;downloadfilename=00/0a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/6d/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97_package_write_deb.tar.zst\nDEBUG: Using  for 50/7c/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2_create_package_spdx.tar.zst\nDEBUG: Using  for 88/9d/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/d4/16/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac_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/3b/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:bc3bace5a3178ce60c648a61e263cf29b61fd2466d8534612da4bb26b960a466_package_write_deb.tar.zst\nDEBUG: Searching for 2d/ce/sstate:libmodulemd-native::2.15.0:r0::12:2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e6/75/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f9/2e/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:f92ef998c466f5608f302a48196ac51fac006c4abb33039d349295ef6baca362_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/b5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb_packagedata.tar.zst\nDEBUG: Searching for 13/a8/sstate:packagegroup-core-full-cmdline::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5a/6d/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://50/7c/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://88/9d/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e_create_package_spdx.tar.zst\nDEBUG: For url file://universal/d4/16/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d4/16/sstate%3Apython3-installer-native%3Ax86_64-linux%3A0.7.0%3Ar0%3Ax86_64%3A12%3Ad4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac_create_spdx.tar.zst;downloadfilename=universal/d4/16/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://42/46/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca_package_write_rpm.tar.zst\nDEBUG: Using  for 2d/ce/sstate:libmodulemd-native::2.15.0:r0::12:2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://17/37/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/bd/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:7bbd5f4afece8c6730ff0a56820312d3de469f806975be8dca93c564f9076fef_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://78/44/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df_package_write_deb.tar.zst\nDEBUG: Searching for 5f/b5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 13/a8/sstate:packagegroup-core-full-cmdline::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Using  for 5a/6d/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '50/7c/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '88/9d/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 42/46/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fe/57/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:fe57e72d5ff89771514c58dc211137089ec70aeef652225ece59599170e79a1d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:bb4e06cd8525fa1d089acc0747977476d9fede75a68cd9f1017f90c007dee14b_package_write_deb.tar.zst\nDEBUG: Testing URL file://2d/ce/sstate:libmodulemd-native::2.15.0:r0::12:2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0_populate_lic.tar.zst\nDEBUG: Searching for 17/37/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e2/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://00/0a/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33_packagedata.tar.zst\nDEBUG: Searching for 78/44/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5f/b5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb_packagedata.tar.zst\nDEBUG: Testing URL file://13/a8/sstate:packagegroup-core-full-cmdline::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Testing URL file://5a/6d/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97_package_write_deb.tar.zst\nDEBUG: For url file://50/7c/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/7c/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.2%3Ar0%3Acore2-64%3A12%3A507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2_create_package_spdx.tar.zst;downloadfilename=50/7c/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2_create_package_spdx.tar.zst\nDEBUG: For url file://88/9d/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/9d/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A12%3A889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e_create_package_spdx.tar.zst;downloadfilename=88/9d/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e_create_package_spdx.tar.zst\nDEBUG: Using  for 42/46/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://60/cb/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/ad/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/ce/sstate:libmodulemd-native::2.15.0:r0::12:2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 17/37/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01_create_spdx.tar.zst\nDEBUG: Searching for e2/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6a/1e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce_create_package_spdx.tar.zst\nDEBUG: Using  for 78/44/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df_package_write_deb.tar.zst\nDEBUG: Testing URL file://5f/b5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb_packagedata.tar.zst\nDEBUG: For url ['file', '', '13/a8/sstate:packagegroup-core-full-cmdline::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5a/6d/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97_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://42/46/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca_package_write_rpm.tar.zst\nDEBUG: Searching for 60/cb/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/d4/16/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac_create_spdx.tar.zst\nDEBUG: Searching for a9/ad/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2d/ce/sstate:libmodulemd-native::2.15.0:r0::12:2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/ce/sstate%3Alibmodulemd-native%3A%3A2.15.0%3Ar0%3A%3A12%3A2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0_populate_lic.tar.zst;downloadfilename=2d/ce/sstate:libmodulemd-native::2.15.0:r0::12:2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0_populate_lic.tar.zst\nDEBUG: Testing URL file://17/37/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01_create_spdx.tar.zst\nDEBUG: Using  for e2/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8_recipe_qa.tar.zst\nDEBUG: Searching for 6a/1e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://78/44/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '5f/b5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://13/a8/sstate:packagegroup-core-full-cmdline::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/a8/sstate%3Apackagegroup-core-full-cmdline%3A%3A1.0%3Ar0%3A%3A12%3A13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst;downloadfilename=13/a8/sstate:packagegroup-core-full-cmdline::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: For url file://5a/6d/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/6d/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A12%3A5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97_package_write_deb.tar.zst;downloadfilename=5a/6d/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '42/46/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 60/cb/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1_package_qa.tar.zst\nDEBUG: Testing URL file://60/cb/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1_package_qa.tar.zst\nDEBUG: Using  for a9/ad/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '17/37/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e2/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8_recipe_qa.tar.zst\nDEBUG: Using  for 6a/1e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '78/44/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df_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://5f/b5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/b5/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb_packagedata.tar.zst;downloadfilename=5f/b5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb_packagedata.tar.zst\nDEBUG: For url file://42/46/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/46/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A12%3A424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca_package_write_rpm.tar.zst;downloadfilename=42/46/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://50/7c/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://88/9d/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ca/1a/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:ca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '60/cb/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a9/ad/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77_create_package_spdx.tar.zst\nDEBUG: For url file://17/37/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/37/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A12%3A1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01_create_spdx.tar.zst;downloadfilename=17/37/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e2/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8_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/1e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce_create_package_spdx.tar.zst\nDEBUG: For url file://78/44/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/44/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A12%3A7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df_package_write_deb.tar.zst;downloadfilename=78/44/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ac/0c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/ce/sstate:libmodulemd-native::2.15.0:r0::12:2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://de/3d/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:de3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954_populate_sysroot.tar.zst\nDEBUG: Searching for universal/ca/1a/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:ca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://60/cb/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/cb/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.1%3Ar0%3Acore2-64%3A12%3A60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1_package_qa.tar.zst;downloadfilename=60/cb/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a9/ad/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e2/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/f7/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.12%3Ar0%3Acore2-64%3A12%3Ae2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8_recipe_qa.tar.zst;downloadfilename=e2/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6a/1e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/ac/0c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://13/a8/sstate:packagegroup-core-full-cmdline::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/6d/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:5a6d8e4e43265e831c17c3ae3f31ea1c66aaebc953c1e528112af02ad0232b97_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://4f/6d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for de/3d/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:de3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/ca/1a/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:ca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/b5/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://42/46/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca_package_write_rpm.tar.zst\nDEBUG: For url file://a9/ad/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/ad/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Aa9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77_create_package_spdx.tar.zst;downloadfilename=a9/ad/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77_create_package_spdx.tar.zst\nDEBUG: For url file://6a/1e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/1e/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce_create_package_spdx.tar.zst;downloadfilename=6a/1e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce_create_package_spdx.tar.zst\nDEBUG: Using  for universal/ac/0c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://17/37/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://40/1f/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/03/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206_packagedata.tar.zst\nDEBUG: Searching for 4f/6d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for de/3d/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:de3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/ca/1a/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:ca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://80/07/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5c/6b/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://78/44/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:7844f02fc92aca35145d01df7d2569759c704103f9537eaaf97cec3a323d79df_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/ac/0c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://60/cb/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/96/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:bb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb_populate_sysroot.tar.zst\nDEBUG: Searching for 40/1f/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e2/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8_recipe_qa.tar.zst\nDEBUG: Searching for bf/03/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4f/6d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://de/3d/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:de3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/ca/1a/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:ca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 80/07/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/5c/6b/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://48/68/sstate:strace::6.9:r0::12:48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ac/0c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff_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://19/55/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5_package.tar.zst\nDEBUG: Searching for bb/96/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:bb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 40/1f/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/fb/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87_package_write_rpm.tar.zst\nDEBUG: Using  for bf/03/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206_packagedata.tar.zst\nDEBUG: Testing URL file://4f/6d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'de/3d/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:de3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954_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/ca/1a/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:ca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ca/1a/sstate%3Arust-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3Aca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3_populate_sysroot.tar.zst;downloadfilename=universal/ca/1a/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:ca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3_populate_sysroot.tar.zst\nDEBUG: Using  for 80/07/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780_package_write_rpm.tar.zst\nDEBUG: Using  for universal/5c/6b/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 48/68/sstate:strace::6.9:r0::12:48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/ac/0c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ac/0c/sstate%3Agnutls-native%3Ax86_64-linux%3A3.8.5%3Ar0%3Ax86_64%3A12%3Aac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff_create_spdx.tar.zst;downloadfilename=universal/ac/0c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff_create_spdx.tar.zst\nDEBUG: Searching for 19/55/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bb/96/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:bb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://40/1f/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae_create_package_spdx.tar.zst\nDEBUG: Searching for b6/fb/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://bf/03/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206_packagedata.tar.zst\nDEBUG: For url ['file', '', '4f/6d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994_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/3d/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:de3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/3d/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ade3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954_populate_sysroot.tar.zst;downloadfilename=de/3d/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:de3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/ad/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77_create_package_spdx.tar.zst\nDEBUG: Testing URL file://80/07/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/5c/6b/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/1e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce_create_package_spdx.tar.zst\nDEBUG: Using  for 48/68/sstate:strace::6.9:r0::12:48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832_populate_lic.tar.zst\nDEBUG: Using  for 19/55/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5_package.tar.zst\nDEBUG: Testing URL file://bb/96/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:bb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '40/1f/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b6/fb/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'bf/03/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4f/6d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/6d/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.13%3Ar0%3Acore2-64%3A12%3A4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994_deploy_source_date_epoch.tar.zst;downloadfilename=4f/6d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/01/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:ec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '80/07/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780_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/5c/6b/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2_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://07/14/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69_package_write_ipk.tar.zst\nDEBUG: Testing URL file://48/68/sstate:strace::6.9:r0::12:48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832_populate_lic.tar.zst\nDEBUG: Testing URL file://19/55/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5_package.tar.zst\nDEBUG: For url ['file', '', 'bb/96/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:bb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://40/1f/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/1f/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20240101%2Bgit%3Ar0%3Acore2-64%3A12%3A401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae_create_package_spdx.tar.zst;downloadfilename=40/1f/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b6/fb/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87_package_write_rpm.tar.zst\nDEBUG: For url file://bf/03/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/03/sstate%3Akmod%3Acore2-64-poky-linux%3A32%3Ar0%3Acore2-64%3A12%3Abf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206_packagedata.tar.zst;downloadfilename=bf/03/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206_packagedata.tar.zst\nDEBUG: Searching for ec/01/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:ec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://80/07/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/07/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A12%3A800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780_package_write_rpm.tar.zst;downloadfilename=80/07/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ca/1a/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:ca1afa053ea80e59a30d392092e9b7d3658057523975a01ab8d1babb44a305e3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ac/0c/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff_create_spdx.tar.zst\nDEBUG: For url file://universal/5c/6b/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5c/6b/sstate%3Alibfontenc-native%3Ax86_64-linux%3A1.1.8%3Ar0%3Ax86_64%3A12%3A5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5c/6b/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 07/14/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '48/68/sstate:strace::6.9:r0::12:48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832_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/55/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bb/96/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:bb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/96/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A12%3Abb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb_populate_sysroot.tar.zst;downloadfilename=bb/96/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:bb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b6/fb/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ec/01/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:ec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://de/3d/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:de3ddee9486f4aad818c8865dd4539f4c22c0f12d4a740bcb690036b83e51954_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0c/a5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://48/9a/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e_package_write_ipk.tar.zst\nDEBUG: Using  for 07/14/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/6d/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:4f6d1c0e57c4a8fb54f3d4426f647c5a4228beeb066b6ddd3e445b5748024994_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://48/68/sstate:strace::6.9:r0::12:48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/68/sstate%3Astrace%3A%3A6.9%3Ar0%3A%3A12%3A48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832_populate_lic.tar.zst;downloadfilename=48/68/sstate:strace::6.9:r0::12:48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832_populate_lic.tar.zst\nDEBUG: For url file://19/55/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/55/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A12%3A19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5_package.tar.zst;downloadfilename=19/55/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5_package.tar.zst\nDEBUG: For url file://b6/fb/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/fb/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.7%3Ar0%3Acore2-64%3A12%3Ab6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87_package_write_rpm.tar.zst;downloadfilename=b6/fb/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ec/01/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:ec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://40/1f/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/84/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/0c/a5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://bf/03/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206_packagedata.tar.zst\nDEBUG: Searching for 48/9a/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://80/07/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780_package_write_rpm.tar.zst\nDEBUG: Testing URL file://07/14/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/cb/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ec/01/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:ec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826_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/5c/6b/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:5c6b036ae9a9693f1df618b9e65c08454759c4eb576da621fcce91e244a72cc2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1e/33/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/96/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:bb96c8cd54e54fee80e01dedda33318f40b4ab7b96a77f0209bb6c737b06beeb_populate_sysroot.tar.zst\nDEBUG: Searching for 7f/84/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/0c/a5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://86/64/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c_package_write_rpm.tar.zst\nDEBUG: Using  for 48/9a/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/38/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '07/14/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0e/cb/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ec/01/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:ec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/01/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.13%3Ar0%3Acore2-64%3A12%3Aec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826_populate_sysroot.tar.zst;downloadfilename=ec/01/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:ec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/cc/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c_create_spdx.tar.zst\nDEBUG: Searching for universal/1e/33/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://56/da/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43_package_write_ipk.tar.zst\nDEBUG: Using  for 7f/84/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7f/84/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 86/64/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://48/9a/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e_package_write_ipk.tar.zst\nDEBUG: Searching for b9/38/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://07/14/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/14/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69_package_write_ipk.tar.zst;downloadfilename=07/14/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://48/68/sstate:strace::6.9:r0::12:48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832_populate_lic.tar.zst\nDEBUG: Using  for 0e/cb/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://19/55/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:19554edced98d09a4162eaadbbaea992ed3231d71a6ce47fd933fda83e70aba5_package.tar.zst\nDEBUG: Searching for ea/cc/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/1e/33/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/fb/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87_package_write_rpm.tar.zst\nDEBUG: Searching for 56/da/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/0c/a5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7f/84/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1_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 86/64/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '48/9a/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b9/38/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/de/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:c2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603_package_write_deb.tar.zst\nDEBUG: Testing URL file://0e/cb/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://81/de/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506_packagedata.tar.zst\nDEBUG: Using  for ea/cc/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/1e/33/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8d/69/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b_create_package_spdx.tar.zst\nDEBUG: Using  for 56/da/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43_package_write_ipk.tar.zst\nDEBUG: Testing URL file://56/da/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43_package_write_ipk.tar.zst\nDEBUG: For url file://7f/84/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/84/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.52.0%3Ar0%3Acore2-64%3A12%3A7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1_deploy_source_date_epoch.tar.zst;downloadfilename=7f/84/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://86/64/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c_package_write_rpm.tar.zst\nDEBUG: For url file://48/9a/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/9a/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e_package_write_ipk.tar.zst;downloadfilename=48/9a/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e_package_write_ipk.tar.zst\nDEBUG: Testing URL file://b9/38/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5_package_write_ipk.tar.zst\nDEBUG: Searching for c2/de/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:c2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0e/cb/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 81/de/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ea/cc/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/1e/33/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50_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/8d/69/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/0c/a5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a_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/da/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43_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', '', '86/64/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c_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/01/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:ec017bacb4de84a055778fd60d80b73d940c8e78bd38df23d8c3d062300b6826_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b9/38/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5_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://07/14/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:0714e7ce2390f832afa1415fba983821d28bf2eca4b2e3becada1f369ea1bd69_package_write_ipk.tar.zst\nDEBUG: Using  for c2/de/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:c2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603_package_write_deb.tar.zst\nDEBUG: For url file://0e/cb/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/cb/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.2%3Ar0%3Acore2-64%3A12%3A0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e_create_spdx.tar.zst;downloadfilename=0e/cb/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e_create_spdx.tar.zst\nDEBUG: Using  for 81/de/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ea/cc/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c_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/1e/33/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/33/sstate%3Agmp-native%3Ax86_64-linux%3A6.3.0%3Ar0%3Ax86_64%3A12%3A1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50_deploy_source_date_epoch.tar.zst;downloadfilename=universal/1e/33/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/8d/69/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b_create_package_spdx.tar.zst\nDEBUG: For url file://universal/0c/a5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0c/a5/sstate%3Alibxft-native%3Ax86_64-linux%3A2.3.8%3Ar0%3Ax86_64%3A12%3A0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a_create_spdx.tar.zst;downloadfilename=universal/0c/a5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a_create_spdx.tar.zst\nDEBUG: For url file://56/da/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/da/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43_package_write_ipk.tar.zst;downloadfilename=56/da/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43_package_write_ipk.tar.zst\nDEBUG: For url file://86/64/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/64/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c_package_write_rpm.tar.zst;downloadfilename=86/64/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/a9/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd_create_spdx.tar.zst\nDEBUG: For url file://b9/38/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/38/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A12%3Ab9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5_package_write_ipk.tar.zst;downloadfilename=b9/38/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/3a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130_package_qa.tar.zst\nDEBUG: Testing URL file://c2/de/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:c2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603_package_write_deb.tar.zst\nDEBUG: Testing URL file://81/de/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506_packagedata.tar.zst\nDEBUG: For url file://ea/cc/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/cc/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A12%3Aeaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c_create_spdx.tar.zst;downloadfilename=ea/cc/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/8d/69/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/84/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7f84d0dbea0f94aec131f1bb0bf238d4b8124704d96e41d90c00e53a6b08b6a1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://48/9a/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:489a11eeed83281613b4c0c116de9592ceb1a80591a01f8caecd9bac4c74a06e_package_write_ipk.tar.zst\nDEBUG: Searching for c7/a9/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0e/cb/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e_create_spdx.tar.zst\nDEBUG: Searching for d8/3a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c2/de/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:c2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603_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', '', '81/de/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/8d/69/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b_create_package_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/1e/33/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:1e330cc0ae964ff84c760e626dc220e31d5400f2ff212d99d623c14a017aaf50_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://09/08/sstate:texinfo-dummy-native::1.0:r0::12:0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://56/da/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:56da46eeb7ba95748d3c8261eb2e1d36d4412f54c18cc91ec00acba721912f43_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://86/64/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://54/3b/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89_package_write_ipk.tar.zst\nDEBUG: Using  for c7/a9/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/f5/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6_package_write_deb.tar.zst\nDEBUG: Using  for d8/3a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0c/a5/sstate:libxft-native:x86_64-linux:2.3.8:r0:x86_64:12:0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a_create_spdx.tar.zst\nDEBUG: For url file://c2/de/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:c2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/de/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3Ac2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603_package_write_deb.tar.zst;downloadfilename=c2/de/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:c2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603_package_write_deb.tar.zst\nDEBUG: For url file://81/de/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/de/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506_packagedata.tar.zst;downloadfilename=81/de/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506_packagedata.tar.zst\nDEBUG: For url file://universal/8d/69/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8d/69/sstate%3Alibdnf-native%3Ax86_64-linux%3A0.73.1%3Ar0%3Ax86_64%3A12%3A8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b_create_package_spdx.tar.zst;downloadfilename=universal/8d/69/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/66/04/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f_populate_sysroot.tar.zst\nDEBUG: Searching for 09/08/sstate:texinfo-dummy-native::1.0:r0::12:0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8e/b1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d4/7f/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71_create_spdx.tar.zst\nDEBUG: Searching for 54/3b/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c7/a9/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd_create_spdx.tar.zst\nDEBUG: Searching for 3e/f5/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d8/3a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/38/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:b9389682629d3660feab051a7d6281bfe989712e0bc5afffb7e0990ae33eb6c5_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://22/18/sstate:libcap-native::2.70:r0::12:221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/cc/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c_create_spdx.tar.zst\nDEBUG: Searching for universal/66/04/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 09/08/sstate:texinfo-dummy-native::1.0:r0::12:0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b_populate_lic.tar.zst\nDEBUG: Searching for 8e/b1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/d4/7f/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 54/3b/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'c7/a9/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3e/f5/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'd8/3a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130_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://6c/63/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6_populate_sysroot.tar.zst\nDEBUG: Searching for 22/18/sstate:libcap-native::2.70:r0::12:221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://97/e8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086_packagedata.tar.zst\nDEBUG: Using  for universal/66/04/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://09/08/sstate:texinfo-dummy-native::1.0:r0::12:0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b_populate_lic.tar.zst\nDEBUG: Using  for 8e/b1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c_create_package_spdx.tar.zst\nDEBUG: Using  for universal/d4/7f/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71_create_spdx.tar.zst\nDEBUG: Testing URL file://54/3b/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89_package_write_ipk.tar.zst\nDEBUG: For url file://c7/a9/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/a9/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A12%3Ac7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd_create_spdx.tar.zst;downloadfilename=c7/a9/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd_create_spdx.tar.zst\nDEBUG: Testing URL file://3e/f5/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6_package_write_deb.tar.zst\nDEBUG: For url file://d8/3a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/3a/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3Ad83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130_package_qa.tar.zst;downloadfilename=d8/3a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130_package_qa.tar.zst\nDEBUG: Searching for 6c/63/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 22/18/sstate:libcap-native::2.70:r0::12:221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197_populate_lic.tar.zst\nDEBUG: Searching for 97/e8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/66/04/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '09/08/sstate:texinfo-dummy-native::1.0:r0::12:0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8e/b1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/d4/7f/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71_create_spdx.tar.zst\nDEBUG: For url ['file', '', '54/3b/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89_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', '', '3e/f5/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6_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://81/de/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506_packagedata.tar.zst\nDEBUG: Using  for 6c/63/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/de/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:c2ded8a6e0f92aab8638cbcf21b57ec587bc4e584fb252cc8220d9db2ca8e603_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8d/69/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://22/18/sstate:libcap-native::2.70:r0::12:221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197_populate_lic.tar.zst\nDEBUG: Using  for 97/e8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/66/04/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://09/08/sstate:texinfo-dummy-native::1.0:r0::12:0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/08/sstate%3Atexinfo-dummy-native%3A%3A1.0%3Ar0%3A%3A12%3A0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b_populate_lic.tar.zst;downloadfilename=09/08/sstate:texinfo-dummy-native::1.0:r0::12:0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8e/b1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/d4/7f/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71_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/3b/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/3b/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.14.4%3Ar0%3Acore2-64%3A12%3A543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89_package_write_ipk.tar.zst;downloadfilename=54/3b/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89_package_write_ipk.tar.zst\nDEBUG: For url file://3e/f5/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/f5/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6_package_write_deb.tar.zst;downloadfilename=3e/f5/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://43/4b/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf_package.tar.zst\nDEBUG: Testing URL file://6c/63/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f3/38/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:f338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://16/38/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '22/18/sstate:libcap-native::2.70:r0::12:221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://97/e8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086_packagedata.tar.zst\nDEBUG: For url file://universal/66/04/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/66/04/sstate%3Amakedevs-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3A6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f_populate_sysroot.tar.zst;downloadfilename=universal/66/04/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f_populate_sysroot.tar.zst\nDEBUG: For url file://8e/b1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/b1/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A12%3A8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c_create_package_spdx.tar.zst;downloadfilename=8e/b1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c_create_package_spdx.tar.zst\nDEBUG: For url file://universal/d4/7f/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d4/7f/sstate%3Apython3-hatch-vcs-native%3Ax86_64-linux%3A0.4.0%3Ar0%3Ax86_64%3A12%3Ad47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71_create_spdx.tar.zst;downloadfilename=universal/d4/7f/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/a9/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd_create_spdx.tar.zst\nDEBUG: Searching for 43/4b/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6c/63/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6_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://d8/3a/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130_package_qa.tar.zst\nDEBUG: Searching for universal/f3/38/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:f338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 16/38/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://22/18/sstate:libcap-native::2.70:r0::12:221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/18/sstate%3Alibcap-native%3A%3A2.70%3Ar0%3A%3A12%3A221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197_populate_lic.tar.zst;downloadfilename=22/18/sstate:libcap-native::2.70:r0::12:221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197_populate_lic.tar.zst\nDEBUG: For url ['file', '', '97/e8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086_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://09/08/sstate:texinfo-dummy-native::1.0:r0::12:0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/8f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37_create_package_spdx.tar.zst\nDEBUG: Using  for 43/4b/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf_package.tar.zst\nDEBUG: For url file://6c/63/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/63/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6_populate_sysroot.tar.zst;downloadfilename=6c/63/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/3b/sstate:python3-pluggy::1.5.0:r0::12:b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4_populate_lic.tar.zst\nDEBUG: Using  for universal/f3/38/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:f338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 16/38/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/f5/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:3ef5c713fc1e79abc7f894de12d7c9664a6ddec6266fdb7f48cd957c215cfdd6_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://54/3b/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:543bd0b4c113803cb2121390b9f22856ffd596eacffc3ddc7f113f6d2551ba89_package_write_ipk.tar.zst\nDEBUG: For url file://97/e8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/e8/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A12%3A97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086_packagedata.tar.zst;downloadfilename=97/e8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://86/1c/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c_package_qa.tar.zst\nDEBUG: Searching for cf/8f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://43/4b/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf_package.tar.zst\nDEBUG: Searching for b8/3b/sstate:python3-pluggy::1.5.0:r0::12:b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/f3/38/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:f338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://16/38/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/8a/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/c7/sstate:pinentry::1.3.0:r0::12:0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4_populate_lic.tar.zst\nDEBUG: Searching for 86/1c/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/d4/7f/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/b1/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/66/04/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f_populate_sysroot.tar.zst\nDEBUG: Using  for cf/8f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '43/4b/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b8/3b/sstate:python3-pluggy::1.5.0:r0::12:b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/f3/38/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:f338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc_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/38/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3d/8a/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0b/c7/sstate:pinentry::1.3.0:r0::12:0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 86/1c/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://22/18/sstate:libcap-native::2.70:r0::12:221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/63/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/35/sstate:matchbox-wm::1.2.3:r0::12:ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/39/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://cf/8f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37_create_package_spdx.tar.zst\nDEBUG: For url file://43/4b/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/4b/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.13%3Ar0%3Aqemux86_64%3A12%3A434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf_package.tar.zst;downloadfilename=43/4b/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf_package.tar.zst\nDEBUG: Testing URL file://b8/3b/sstate:python3-pluggy::1.5.0:r0::12:b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4_populate_lic.tar.zst\nDEBUG: For url file://universal/f3/38/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:f338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f3/38/sstate%3Apython3-calver-native%3Ax86_64-linux%3A2022.6.26%3Ar0%3Ax86_64%3A12%3Af338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f3/38/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:f338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://16/38/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/38/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924_package_write_rpm.tar.zst;downloadfilename=16/38/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924_package_write_rpm.tar.zst\nDEBUG: Using  for 3d/8a/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97_package_write_deb.tar.zst\nDEBUG: Using  for 0b/c7/sstate:pinentry::1.3.0:r0::12:0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4_populate_lic.tar.zst\nDEBUG: Testing URL file://86/1c/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c7/9e/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4_create_spdx.tar.zst\nDEBUG: Searching for 3a/63/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ba/35/sstate:matchbox-wm::1.2.3:r0::12:ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6c/63/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:6c635bb0fb9d6250823d0dcb627a72a9249323bbd306d611d8f02ca8fd8d39b6_populate_sysroot.tar.zst\nDEBUG: Searching for ff/39/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cf/8f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b8/3b/sstate:python3-pluggy::1.5.0:r0::12:b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4_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://97/e8/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086_packagedata.tar.zst\nDEBUG: Testing URL file://3d/8a/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97_package_write_deb.tar.zst\nDEBUG: Testing URL file://0b/c7/sstate:pinentry::1.3.0:r0::12:0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '86/1c/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c7/9e/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3a/63/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e_populate_sysroot.tar.zst\nDEBUG: Using  for ba/35/sstate:matchbox-wm::1.2.3:r0::12:ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/ea/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430_create_spdx.tar.zst\nDEBUG: Using  for ff/39/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2_package_write_rpm.tar.zst\nDEBUG: For url file://cf/8f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/8f/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A12%3Acf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37_create_package_spdx.tar.zst;downloadfilename=cf/8f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37_create_package_spdx.tar.zst\nDEBUG: For url file://b8/3b/sstate:python3-pluggy::1.5.0:r0::12:b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/3b/sstate%3Apython3-pluggy%3A%3A1.5.0%3Ar0%3A%3A12%3Ab83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4_populate_lic.tar.zst;downloadfilename=b8/3b/sstate:python3-pluggy::1.5.0:r0::12:b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5b/b5/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '3d/8a/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97_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', '', '0b/c7/sstate:pinentry::1.3.0:r0::12:0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4_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/1c/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/1c/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A12%3A861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c_package_qa.tar.zst;downloadfilename=86/1c/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c_package_qa.tar.zst\nDEBUG: Using  for c7/9e/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4_create_spdx.tar.zst\nDEBUG: Testing URL file://3a/63/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ba/35/sstate:matchbox-wm::1.2.3:r0::12:ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815_populate_lic.tar.zst\nDEBUG: Searching for universal/2e/ea/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ff/39/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2_package_write_rpm.tar.zst\nDEBUG: Searching for universal/5b/b5/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3d/8a/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/8a/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97_package_write_deb.tar.zst;downloadfilename=3d/8a/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f3/38/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:f338b15eeb3a6427ae0f5d7639bee2040d6e2ac80ee5a7919b36c017212202bc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0b/c7/sstate:pinentry::1.3.0:r0::12:0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/c7/sstate%3Apinentry%3A%3A1.3.0%3Ar0%3A%3A12%3A0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4_populate_lic.tar.zst;downloadfilename=0b/c7/sstate:pinentry::1.3.0:r0::12:0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://43/4b/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:434be3390fe9376e1288650afa5dfe430f1e20b330ab26dd8f15fb1cc33ae1cf_package.tar.zst\nDEBUG: Testing URL file://c7/9e/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3a/63/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e_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://16/38/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ba/35/sstate:matchbox-wm::1.2.3:r0::12:ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/2e/ea/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ff/39/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2_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/5b/b5/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://39/28/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://65/5e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/3b/sstate:python3-pluggy::1.5.0:r0::12:b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c7/9e/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4_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://cf/8f/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37_create_package_spdx.tar.zst\nDEBUG: For url file://3a/63/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/63/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.5%3Ar0%3Acore2-64%3A12%3A3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e_populate_sysroot.tar.zst;downloadfilename=3a/63/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/19/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e_packagedata.tar.zst\nDEBUG: For url file://ba/35/sstate:matchbox-wm::1.2.3:r0::12:ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/35/sstate%3Amatchbox-wm%3A%3A1.2.3%3Ar0%3A%3A12%3Aba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815_populate_lic.tar.zst;downloadfilename=ba/35/sstate:matchbox-wm::1.2.3:r0::12:ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/2e/ea/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430_create_spdx.tar.zst\nDEBUG: For url file://ff/39/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/39/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A12%3Aff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2_package_write_rpm.tar.zst;downloadfilename=ff/39/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/5b/b5/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd_recipe_qa.tar.zst\nDEBUG: Searching for 39/28/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 65/5e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d3/7f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c_package_write_rpm.tar.zst\nDEBUG: For url file://c7/9e/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/9e/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A12%3Ac79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4_create_spdx.tar.zst;downloadfilename=c7/9e/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/99/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b_create_package_spdx.tar.zst\nDEBUG: Searching for a9/19/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/2e/ea/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430_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/8a/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:3d8a088e3db5bcd00c4c47638336e33413c935ced4862ba19a013d82c753fc97_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/5b/b5/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd_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://0b/c7/sstate:pinentry::1.3.0:r0::12:0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4_populate_lic.tar.zst\nDEBUG: Using  for 39/28/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1_create_package_spdx.tar.zst\nDEBUG: Using  for 65/5e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772_packagedata.tar.zst\nDEBUG: Searching for d3/7f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6e/99/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3a/63/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:3a63e6bd3c3ca868096fa49f1a10df6eaf7d362158d69218af13e50da2b8797e_populate_sysroot.tar.zst\nDEBUG: Using  for a9/19/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e_packagedata.tar.zst\nDEBUG: For url file://universal/2e/ea/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/ea/sstate%3Alibxi-native%3Ax86_64-linux%3A1.8.1%3Ar0%3Ax86_64%3A12%3A2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430_create_spdx.tar.zst;downloadfilename=universal/2e/ea/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/2e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/5b/b5/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5b/b5/sstate%3Apython3-zipp-native%3Ax86_64-linux%3A3.19.2%3Ar0%3Ax86_64%3A12%3A5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd_recipe_qa.tar.zst;downloadfilename=universal/5b/b5/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/6e/sstate:sato-icon-theme::git:r0::12:d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e_populate_lic.tar.zst\nDEBUG: Testing URL file://39/28/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://65/5e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772_packagedata.tar.zst\nDEBUG: Using  for d3/7f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c_package_write_rpm.tar.zst\nDEBUG: Using  for 6e/99/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/a0/sstate:python3-editables-native::0.5:r0::12:8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b_populate_lic.tar.zst\nDEBUG: Testing URL file://a9/19/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/35/sstate:matchbox-wm::1.2.3:r0::12:ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815_populate_lic.tar.zst\nDEBUG: Searching for f5/2e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d9/6e/sstate:sato-icon-theme::git:r0::12:d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '39/28/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '65/5e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772_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://ff/39/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d3/7f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://6e/99/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b_create_package_spdx.tar.zst\nDEBUG: Searching for 8b/a0/sstate:python3-editables-native::0.5:r0::12:8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a9/19/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e_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://95/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6_package_write_rpm.tar.zst\nDEBUG: Using  for f5/2e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d9/6e/sstate:sato-icon-theme::git:r0::12:d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e_populate_lic.tar.zst\nDEBUG: For url file://39/28/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/28/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1_create_package_spdx.tar.zst;downloadfilename=39/28/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1_create_package_spdx.tar.zst\nDEBUG: For url file://65/5e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/5e/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772_packagedata.tar.zst;downloadfilename=65/5e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/9e/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://88/3e/sstate:python3-markupsafe-native::2.1.5:r0::12:883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd3/7f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c_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', '', '6e/99/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8b/a0/sstate:python3-editables-native::0.5:r0::12:8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b_populate_lic.tar.zst\nDEBUG: For url file://a9/19/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/19/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aa919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e_packagedata.tar.zst;downloadfilename=a9/19/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e_packagedata.tar.zst\nDEBUG: Searching for 95/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f5/2e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d9/6e/sstate:sato-icon-theme::git:r0::12:d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/47/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/ea/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430_create_spdx.tar.zst\nDEBUG: Searching for 88/3e/sstate:python3-markupsafe-native::2.1.5:r0::12:883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/5b/b5/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd_recipe_qa.tar.zst\nDEBUG: For url file://d3/7f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/7f/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ad37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c_package_write_rpm.tar.zst;downloadfilename=d3/7f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c_package_write_rpm.tar.zst\nDEBUG: For url file://6e/99/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/99/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A12%3A6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b_create_package_spdx.tar.zst;downloadfilename=6e/99/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://8b/a0/sstate:python3-editables-native::0.5:r0::12:8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b_populate_lic.tar.zst\nDEBUG: Using  for 95/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f5/2e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc_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://86/1c/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd9/6e/sstate:sato-icon-theme::git:r0::12:d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5c/47/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/7f/f6/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be_populate_sysroot.tar.zst\nDEBUG: Using  for 88/3e/sstate:python3-markupsafe-native::2.1.5:r0::12:883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://43/e2/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://39/28/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '8b/a0/sstate:python3-editables-native::0.5:r0::12:8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://95/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://65/5e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772_packagedata.tar.zst\nDEBUG: For url file://f5/2e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/2e/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Af52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc_deploy_source_date_epoch.tar.zst;downloadfilename=f5/2e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/33/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:ca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9_package_write_deb.tar.zst\nDEBUG: For url file://d9/6e/sstate:sato-icon-theme::git:r0::12:d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/6e/sstate%3Asato-icon-theme%3A%3Agit%3Ar0%3A%3A12%3Ad96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e_populate_lic.tar.zst;downloadfilename=d9/6e/sstate:sato-icon-theme::git:r0::12:d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e_populate_lic.tar.zst\nDEBUG: Using  for 5c/47/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495_packagedata.tar.zst\nDEBUG: Searching for universal/7f/f6/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://88/3e/sstate:python3-markupsafe-native::2.1.5:r0::12:883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45_populate_lic.tar.zst\nDEBUG: Searching for 43/e2/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://be/40/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b_package_write_rpm.tar.zst\nDEBUG: For url file://8b/a0/sstate:python3-editables-native::0.5:r0::12:8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/a0/sstate%3Apython3-editables-native%3A%3A0.5%3Ar0%3A%3A12%3A8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b_populate_lic.tar.zst;downloadfilename=8b/a0/sstate:python3-editables-native::0.5:r0::12:8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '95/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6_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://fe/08/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7_create_spdx.tar.zst\nDEBUG: Searching for ca/33/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:ca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a9/19/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e_packagedata.tar.zst\nDEBUG: Testing URL file://5c/47/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/7f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c_package_write_rpm.tar.zst\nDEBUG: Using  for universal/7f/f6/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '88/3e/sstate:python3-markupsafe-native::2.1.5:r0::12:883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 43/e2/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac_create_spdx.tar.zst\nDEBUG: Searching for be/40/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://95/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/1b/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20240407%3Ar0%3Acore2-64%3A12%3A951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6_package_write_rpm.tar.zst;downloadfilename=95/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6_package_write_rpm.tar.zst\nDEBUG: Searching for fe/08/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6e/99/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b_create_package_spdx.tar.zst\nDEBUG: Using  for ca/33/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:ca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://13/31/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5c/47/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495_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/c5/e7/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:c5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/7f/f6/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be_populate_sysroot.tar.zst\nDEBUG: For url file://88/3e/sstate:python3-markupsafe-native::2.1.5:r0::12:883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/3e/sstate%3Apython3-markupsafe-native%3A%3A2.1.5%3Ar0%3A%3A12%3A883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45_populate_lic.tar.zst;downloadfilename=88/3e/sstate:python3-markupsafe-native::2.1.5:r0::12:883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45_populate_lic.tar.zst\nDEBUG: Testing URL file://43/e2/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac_create_spdx.tar.zst\nDEBUG: Using  for be/40/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b_package_write_rpm.tar.zst\nDEBUG: Using  for fe/08/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/2e/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f52eb1f551dba18cf66dc83ab8d53c312461886dcb212a355345db51c30decfc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/8b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b_recipe_qa.tar.zst\nDEBUG: Testing URL file://ca/33/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:ca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9_package_write_deb.tar.zst\nDEBUG: Searching for 13/31/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5c/47/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/47/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495_packagedata.tar.zst;downloadfilename=5c/47/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495_packagedata.tar.zst\nDEBUG: Searching for universal/c5/e7/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:c5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/7f/f6/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be_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/6e/sstate:sato-icon-theme::git:r0::12:d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '43/e2/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://be/40/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fe/08/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/07/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410_create_package_spdx.tar.zst\nDEBUG: Searching for fe/8b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ca/33/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:ca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 13/31/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6_recipe_qa.tar.zst\nDEBUG: Using  for universal/c5/e7/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:c5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/a0/sstate:python3-editables-native::0.5:r0::12:8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b_populate_lic.tar.zst\nDEBUG: For url file://universal/7f/f6/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7f/f6/sstate%3Ashaderc-native%3Ax86_64-linux%3A2024.1%3Ar0%3Ax86_64%3A12%3A7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be_populate_sysroot.tar.zst;downloadfilename=universal/7f/f6/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade_create_package_spdx.tar.zst\nDEBUG: For url file://43/e2/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/e2/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A12%3A43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac_create_spdx.tar.zst;downloadfilename=43/e2/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'be/40/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b_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/08/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b5/07/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fe/8b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b_recipe_qa.tar.zst\nDEBUG: For url file://ca/33/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:ca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/33/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.12%3Ar0%3Acore2-64%3A12%3Aca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9_package_write_deb.tar.zst;downloadfilename=ca/33/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:ca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9_package_write_deb.tar.zst\nDEBUG: Testing URL file://13/31/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/c5/e7/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:c5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/ba/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb_create_spdx.tar.zst\nDEBUG: Searching for f1/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://be/40/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/40/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.22.0%3Ar0%3Acore2-64%3A12%3Abe405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b_package_write_rpm.tar.zst;downloadfilename=be/40/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b_package_write_rpm.tar.zst\nDEBUG: For url file://fe/08/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/08/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3Afe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7_create_spdx.tar.zst;downloadfilename=fe/08/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://88/3e/sstate:python3-markupsafe-native::2.1.5:r0::12:883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://95/1b/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6_package_write_rpm.tar.zst\nDEBUG: Using  for b5/07/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410_create_package_spdx.tar.zst\nDEBUG: Testing URL file://fe/8b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '13/31/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6_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/c5/e7/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:c5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2c/ba/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f1/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7f/f6/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:7ff652c929c5ed08f62bc6a9b467ba159ad92c7907db456a6aef6f18fe75a3be_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://45/04/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/47/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/c9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:fdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363_package.tar.zst\nDEBUG: Testing URL file://b5/07/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'fe/8b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b_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/31/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/31/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A12%3A133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6_recipe_qa.tar.zst;downloadfilename=13/31/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6_recipe_qa.tar.zst\nDEBUG: For url file://universal/c5/e7/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:c5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/e7/sstate%3Agperf-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A12%3Ac5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727_recipe_qa.tar.zst;downloadfilename=universal/c5/e7/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:c5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727_recipe_qa.tar.zst\nDEBUG: Using  for 2c/ba/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb_create_spdx.tar.zst\nDEBUG: Testing URL file://f1/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://43/e2/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/e7/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714_package.tar.zst\nDEBUG: Searching for 45/04/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ca/33/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:ca335898f469377c5d7027087d1ea3740025e0e09dd6b0231ab9e3775d4a7df9_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/89/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e_package_write_deb.tar.zst\nDEBUG: Searching for fd/c9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:fdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b5/07/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fe/8b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/8b/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A12%3Afe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b_recipe_qa.tar.zst;downloadfilename=fe/8b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b_recipe_qa.tar.zst\nDEBUG: Testing URL file://2c/ba/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f1/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade_create_package_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/40/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4_create_package_spdx.tar.zst\nDEBUG: Searching for e7/e7/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 45/04/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://45/66/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed_recipe_qa.tar.zst\nDEBUG: Searching for 9f/89/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fd/c9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:fdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363_package.tar.zst\nDEBUG: For url file://b5/07/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/07/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A12%3Ab50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410_create_package_spdx.tar.zst;downloadfilename=b5/07/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2c/ba/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb_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/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/1a/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Af11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade_create_package_spdx.tar.zst;downloadfilename=f1/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/08/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://40/7c/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825_package_write_ipk.tar.zst\nDEBUG: Searching for c2/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e7/e7/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714_package.tar.zst\nDEBUG: Testing URL file://45/04/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6_package.tar.zst\nDEBUG: Searching for 45/66/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9f/89/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e_package_write_deb.tar.zst\nDEBUG: Testing URL file://fd/c9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:fdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363_package.tar.zst\nDEBUG: For url file://2c/ba/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/ba/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.6.2%3Ar0%3Acore2-64%3A12%3A2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb_create_spdx.tar.zst;downloadfilename=2c/ba/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/bd/sstate:fribidi-native::1.0.15:r0::12:d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://13/31/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6_recipe_qa.tar.zst\nDEBUG: Searching for 40/7c/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/c5/e7/sstate:gperf-native:x86_64-linux:3.1:r0:x86_64:12:c5e7bf1042a0e91ac15f28af3103c5409e277fbb90196f02c1d8f45a36d9d727_recipe_qa.tar.zst\nDEBUG: Using  for c2/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e7/e7/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714_package.tar.zst\nDEBUG: For url ['file', '', '45/04/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 45/66/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed_recipe_qa.tar.zst\nDEBUG: Testing URL file://45/66/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fd/c9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:fdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d9/bd/sstate:fribidi-native::1.0.15:r0::12:d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fe/8b/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/58/sstate:shared-mime-info-native::2.4:r0::12:6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9_populate_lic.tar.zst\nDEBUG: Using  for 40/7c/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/89/fa/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c2/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e7/e7/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://45/04/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/04/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.22.0%3Ar0%3Acore2-64%3A12%3A45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6_package.tar.zst;downloadfilename=45/04/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6_package.tar.zst\nDEBUG: Testing URL file://9f/89/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '45/66/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fd/c9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:fdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/c9/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A12%3Afdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363_package.tar.zst;downloadfilename=fd/c9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:fdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363_package.tar.zst\nDEBUG: Using  for d9/bd/sstate:fribidi-native::1.0.15:r0::12:d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/13/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0_populate_sysroot.tar.zst\nDEBUG: Searching for 6a/58/sstate:shared-mime-info-native::2.4:r0::12:6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://40/7c/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825_package_write_ipk.tar.zst\nDEBUG: Searching for universal/89/fa/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c2/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e7/e7/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/e7/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.5%3Ar0%3Acore2-64%3A12%3Ae7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714_package.tar.zst;downloadfilename=e7/e7/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714_package.tar.zst\nDEBUG: For url ['file', '', '9f/89/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e_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://b5/07/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410_create_package_spdx.tar.zst\nDEBUG: For url file://45/66/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/66/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A12%3A4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed_recipe_qa.tar.zst;downloadfilename=45/66/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed_recipe_qa.tar.zst\nDEBUG: Testing URL file://d9/bd/sstate:fribidi-native::1.0.15:r0::12:d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a_populate_lic.tar.zst\nDEBUG: Searching for 9e/13/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2c/ba/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/1a/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade_create_package_spdx.tar.zst\nDEBUG: Using  for 6a/58/sstate:shared-mime-info-native::2.4:r0::12:6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9_populate_lic.tar.zst\nDEBUG: For url ['file', '', '40/7c/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/89/fa/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255_create_package_spdx.tar.zst\nDEBUG: For url file://c2/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/f0/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3Ac2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4_create_package_spdx.tar.zst;downloadfilename=c2/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4_create_package_spdx.tar.zst\nDEBUG: For url file://9f/89/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/89/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A12%3A9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e_package_write_deb.tar.zst;downloadfilename=9f/89/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/0a/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:ad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd9/bd/sstate:fribidi-native::1.0.15:r0::12:d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9e/13/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/24/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/19/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6a/58/sstate:shared-mime-info-native::2.4:r0::12:6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9_populate_lic.tar.zst\nDEBUG: For url file://40/7c/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/7c/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.52.0%3Ar0%3Acore2-64%3A12%3A407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825_package_write_ipk.tar.zst;downloadfilename=40/7c/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://45/04/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:45044d636b0ab15041877d159450d37c87cd0c439c2ca6910ba42fd0ae7d3de6_package.tar.zst\nDEBUG: Testing URL file://universal/89/fa/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255_create_package_spdx.tar.zst\nDEBUG: Searching for ad/0a/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:ad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d9/bd/sstate:fribidi-native::1.0.15:r0::12:d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/bd/sstate%3Afribidi-native%3A%3A1.0.15%3Ar0%3A%3A12%3Ad9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a_populate_lic.tar.zst;downloadfilename=d9/bd/sstate:fribidi-native::1.0.15:r0::12:d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a_populate_lic.tar.zst\nDEBUG: Testing URL file://9e/13/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0_populate_sysroot.tar.zst\nDEBUG: Searching for 1d/24/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fd/c9/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:fdc9fcd0c445a104ebdbe16300a331e0c56ce942314abfe11a22f9433e94f363_package.tar.zst\nDEBUG: Searching for f4/19/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6a/58/sstate:shared-mime-info-native::2.4:r0::12:6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9_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/64/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/89/fa/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255_create_package_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://e7/e7/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e7e7c8d4dbc9a5c39a343186d1e7da03e600322a0da1d2d724dd044c7ca6e714_package.tar.zst\nDEBUG: Using  for ad/0a/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:ad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9e/13/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1d/24/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://45/66/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://18/82/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f_recipe_qa.tar.zst\nDEBUG: Using  for f4/19/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://6a/58/sstate:shared-mime-info-native::2.4:r0::12:6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/58/sstate%3Ashared-mime-info-native%3A%3A2.4%3Ar0%3A%3A12%3A6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9_populate_lic.tar.zst;downloadfilename=6a/58/sstate:shared-mime-info-native::2.4:r0::12:6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9_populate_lic.tar.zst\nDEBUG: Searching for d5/64/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/89/fa/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/89/fa/sstate%3Apython3-pathlib2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A12%3A89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255_create_package_spdx.tar.zst;downloadfilename=universal/89/fa/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/61/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839_packagedata.tar.zst\nDEBUG: Testing URL file://ad/0a/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:ad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5_populate_sysroot.tar.zst\nDEBUG: For url file://9e/13/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/13/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A12%3A9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0_populate_sysroot.tar.zst;downloadfilename=9e/13/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1d/24/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://36/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1_populate_sysroot.tar.zst\nDEBUG: Searching for 18/82/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f4/19/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/f0/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4_create_package_spdx.tar.zst\nDEBUG: Using  for d5/64/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://df/53/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df53509661154fc699573ef8f0e960e29bd6acf4c24ae045095f6f0eea1e2879_package_write_ipk.tar.zst\nDEBUG: Searching for fd/61/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9f/89/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9f89b96e81eb6af03c2e4bdba0cb95eaf75c314bb1816ac6c23bd925fba6938e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ad/0a/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:ad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5_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://40/7c/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:407cb18d22af83f717a5a00f06f0aa9a3946e189068b13d59543788333ecb825_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '1d/24/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e_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://d9/bd/sstate:fribidi-native::1.0.15:r0::12:d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a_populate_lic.tar.zst\nDEBUG: Searching for 36/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 18/82/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f4/19/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b_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://98/5a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d5/64/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://20/01/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123_create_spdx.tar.zst\nDEBUG: Using  for fd/61/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/94/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16_package_write_ipk.tar.zst\nDEBUG: For url file://ad/0a/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:ad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/0a/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3Aad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5_populate_sysroot.tar.zst;downloadfilename=ad/0a/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:ad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/47/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903_create_package_spdx.tar.zst\nDEBUG: For url file://1d/24/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/24/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e_package_qa.tar.zst;downloadfilename=1d/24/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://73/93/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5_populate_sysroot.tar.zst\nDEBUG: Using  for 36/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://18/82/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f_recipe_qa.tar.zst\nDEBUG: For url file://f4/19/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/19/sstate%3Aofono%3Acore2-64-poky-linux%3A2.8%3Ar0%3Acore2-64%3A12%3Af41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b_deploy_source_date_epoch.tar.zst;downloadfilename=f4/19/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 98/5a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd5/64/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 20/01/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fd/61/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839_packagedata.tar.zst\nDEBUG: Searching for b5/94/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6a/58/sstate:shared-mime-info-native::2.4:r0::12:6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9_populate_lic.tar.zst\nDEBUG: Searching for ff/47/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/89/fa/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255_create_package_spdx.tar.zst\nDEBUG: Searching for 73/93/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://36/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '18/82/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 98/5a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d5/64/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/64/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.191%3Ar0%3Acore2-64%3A12%3Ad5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522_package_write_ipk.tar.zst;downloadfilename=d5/64/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/13/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:9e13273a183684e380dd2da13127c7ec127062c22348181c0ed190a9fd2459c0_populate_sysroot.tar.zst\nDEBUG: Using  for 20/01/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fd/61/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b5/94/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/04/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ff/47/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://94/6e/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593_package_qa.tar.zst\nDEBUG: Using  for 73/93/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '36/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://18/82/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/82/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A12%3A1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f_recipe_qa.tar.zst;downloadfilename=18/82/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f_recipe_qa.tar.zst\nDEBUG: Testing URL file://98/5a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/b7/sstate:groff::1.23.0:r0::12:f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684_populate_lic.tar.zst\nDEBUG: Testing URL file://20/01/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123_create_spdx.tar.zst\nDEBUG: For url file://fd/61/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/61/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Afd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839_packagedata.tar.zst;downloadfilename=fd/61/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839_packagedata.tar.zst\nDEBUG: Testing URL file://b5/94/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16_package_write_ipk.tar.zst\nDEBUG: Searching for f5/04/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ff/47/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903_create_package_spdx.tar.zst\nDEBUG: Searching for 94/6e/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://73/93/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/24/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e_package_qa.tar.zst\nDEBUG: For url file://36/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/bd/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A12%3A36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1_populate_sysroot.tar.zst;downloadfilename=36/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/0a/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:ad0ad2909867de1068d7fd03cc51c30077b6758b9da96fddf4f065f6e8f6fcf5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '98/5a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a_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 f7/b7/sstate:groff::1.23.0:r0::12:f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '20/01/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b5/94/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f5/04/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/19/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f41941308ceb7684b5b1ac99498683e2bb52983c5820f14a132ecdf29c0dd96b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ff/47/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 94/6e/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593_package_qa.tar.zst\nDEBUG: For url ['file', '', '73/93/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5_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/b1/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:c0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://42/a7/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb_create_spdx.tar.zst\nDEBUG: For url file://98/5a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/5a/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A12%3A985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a_deploy_source_date_epoch.tar.zst;downloadfilename=98/5a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f7/b7/sstate:groff::1.23.0:r0::12:f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684_populate_lic.tar.zst\nDEBUG: For url file://20/01/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/01/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123_create_spdx.tar.zst;downloadfilename=20/01/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123_create_spdx.tar.zst\nDEBUG: For url file://b5/94/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/94/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ab594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16_package_write_ipk.tar.zst;downloadfilename=b5/94/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f5/04/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/de/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a_populate_sysroot.tar.zst\nDEBUG: For url file://ff/47/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/47/sstate%3Aell%3Acore2-64-poky-linux%3A0.66%3Ar0%3Acore2-64%3A12%3Aff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903_create_package_spdx.tar.zst;downloadfilename=ff/47/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903_create_package_spdx.tar.zst\nDEBUG: Testing URL file://94/6e/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593_package_qa.tar.zst\nDEBUG: For url file://73/93/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/93/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5_populate_sysroot.tar.zst;downloadfilename=73/93/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5_populate_sysroot.tar.zst\nDEBUG: Searching for c0/b1/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:c0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 42/a7/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://18/82/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/64/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:d5641356e1393212821fa39e6ea1247196212bf8c94140af5d82ce4d95de0522_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f7/b7/sstate:groff::1.23.0:r0::12:f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f5/04/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1_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/de/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fd/61/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://36/bd/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:36bdac1d375e94d40e6c375947f563bd2d0fc99ff23eb4d3ac113aec788045a1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '94/6e/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c0/b1/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:c0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 42/a7/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://98/5a/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:985a0d2055304c01330a268d5ef799619044e71d451f253a61937707af146c5a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/0f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f7/33/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f7/b7/sstate:groff::1.23.0:r0::12:f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f5/04/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/04/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Af504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1_deploy_source_date_epoch.tar.zst;downloadfilename=f5/04/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for cf/de/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://25/e1/sstate:acl-native::2.3.2:r0::12:25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8d/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1_create_spdx.tar.zst\nDEBUG: For url file://94/6e/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/6e/sstate%3Aed%3Acore2-64-poky-linux%3A1.20.2%3Ar0%3Acore2-64%3A12%3A946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593_package_qa.tar.zst;downloadfilename=94/6e/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593_package_qa.tar.zst\nDEBUG: Testing URL file://c0/b1/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:c0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://42/a7/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://da/f4/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:daf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://20/01/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123_create_spdx.tar.zst\nDEBUG: Searching for universal/50/0f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/f7/33/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f7/b7/sstate:groff::1.23.0:r0::12:f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/b7/sstate%3Agroff%3A%3A1.23.0%3Ar0%3A%3A12%3Af7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684_populate_lic.tar.zst;downloadfilename=f7/b7/sstate:groff::1.23.0:r0::12:f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684_populate_lic.tar.zst\nDEBUG: Testing URL file://cf/de/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a_populate_sysroot.tar.zst\nDEBUG: Searching for 25/e1/sstate:acl-native::2.3.2:r0::12:25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/8d/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b5/94/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'c0/b1/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:c0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f_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/a7/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb_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://ff/47/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903_create_package_spdx.tar.zst\nDEBUG: Searching for da/f4/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:daf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://21/29/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf_package_write_ipk.tar.zst\nDEBUG: Using  for universal/50/0f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1_create_package_spdx.tar.zst\nDEBUG: Using  for universal/f7/33/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cf/de/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 25/e1/sstate:acl-native::2.3.2:r0::12:25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://73/93/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:7393670827732e86e66c147c75f07e988f7bafa1ed4cc4f1767deb1f2fa9d4e5_populate_sysroot.tar.zst\nDEBUG: Using  for universal/8d/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://95/73/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f_package_write_deb.tar.zst\nDEBUG: For url file://c0/b1/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:c0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/b1/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A12%3Ac0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f_deploy_source_date_epoch.tar.zst;downloadfilename=c0/b1/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:c0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://42/a7/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/a7/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb_create_spdx.tar.zst;downloadfilename=42/a7/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://75/17/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15_package_write_ipk.tar.zst\nDEBUG: Using  for da/f4/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:daf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751_populate_sysroot.tar.zst\nDEBUG: Searching for 21/29/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/50/0f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/f7/33/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b_create_spdx.tar.zst\nDEBUG: For url file://cf/de/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/de/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A12%3Acfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a_populate_sysroot.tar.zst;downloadfilename=cf/de/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://25/e1/sstate:acl-native::2.3.2:r0::12:25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://96/58/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/8d/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1_create_spdx.tar.zst\nDEBUG: Searching for 95/73/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f5/04/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:f504894b71ae442bc0a59fd127f765f0b6348e23835e4198951cc2d7a605ccd1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 75/17/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://da/f4/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:daf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751_populate_sysroot.tar.zst\nDEBUG: Using  for 21/29/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://94/6e/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/50/0f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/f7/33/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b_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/e1/sstate:acl-native::2.3.2:r0::12:25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 96/58/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f7/b7/sstate:groff::1.23.0:r0::12:f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/8d/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 95/73/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9e/9a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 75/17/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'da/f4/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:daf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://21/29/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://61/a5/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4_package.tar.zst\nDEBUG: For url file://universal/50/0f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/0f/sstate%3Acreaterepo-c-native%3Ax86_64-linux%3A1.1.2%3Ar0%3Ax86_64%3A12%3A500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1_create_package_spdx.tar.zst;downloadfilename=universal/50/0f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1_create_package_spdx.tar.zst\nDEBUG: For url file://universal/f7/33/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f7/33/sstate%3Achrpath-native%3Ax86_64-linux%3A0.16%3Ar0%3Ax86_64%3A12%3Af733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b_create_spdx.tar.zst;downloadfilename=universal/f7/33/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b_create_spdx.tar.zst\nDEBUG: For url file://25/e1/sstate:acl-native::2.3.2:r0::12:25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/e1/sstate%3Aacl-native%3A%3A2.3.2%3Ar0%3A%3A12%3A25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc_populate_lic.tar.zst;downloadfilename=25/e1/sstate:acl-native::2.3.2:r0::12:25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc_populate_lic.tar.zst\nDEBUG: Using  for 96/58/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/bb/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1_packagedata.tar.zst\nDEBUG: For url file://universal/8d/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8d/1e/sstate%3Acracklib-native%3Ax86_64-linux%3A2.9.11%3Ar0%3Ax86_64%3A12%3A8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1_create_spdx.tar.zst;downloadfilename=universal/8d/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1_create_spdx.tar.zst\nDEBUG: Testing URL file://95/73/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f_package_write_deb.tar.zst\nDEBUG: Searching for universal/9e/9a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://75/17/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15_package_write_ipk.tar.zst\nDEBUG: For url file://da/f4/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:daf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/f4/sstate%3Aell%3Acore2-64-poky-linux%3A0.66%3Ar0%3Acore2-64%3A12%3Adaf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751_populate_sysroot.tar.zst;downloadfilename=da/f4/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:daf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '21/29/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 61/a5/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c0/b1/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:c0b107111336fd81305b0a29beaa97f4d7e713efaf6e40eacfb9c2d3c441e92f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://96/58/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9_recipe_qa.tar.zst\nDEBUG: Searching for c8/bb/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://42/a7/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb_create_spdx.tar.zst\nDEBUG: For url ['file', '', '95/73/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/9e/9a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/de/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '75/17/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15_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://21/29/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/29/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A12%3A21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf_package_write_ipk.tar.zst;downloadfilename=21/29/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/0f/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1_create_package_spdx.tar.zst\nDEBUG: Using  for 61/a5/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/b3/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '96/58/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c8/bb/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://44/e3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6_packagedata.tar.zst\nDEBUG: For url file://95/73/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/73/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.42%3Ar0%3Acore2-64%3A12%3A9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f_package_write_deb.tar.zst;downloadfilename=95/73/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/9e/9a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/18/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://75/17/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/17/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A12%3A75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15_package_write_ipk.tar.zst;downloadfilename=75/17/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://cc/c6/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:ccc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f7/33/sstate:chrpath-native:x86_64-linux:0.16:r0:x86_64:12:f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b_create_spdx.tar.zst\nDEBUG: Testing URL file://61/a5/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4_package.tar.zst\nDEBUG: Searching for fe/b3/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://96/58/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/58/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A12%3A9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9_recipe_qa.tar.zst;downloadfilename=96/58/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9_recipe_qa.tar.zst\nDEBUG: Testing URL file://c8/bb/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1_packagedata.tar.zst\nDEBUG: Searching for 44/e3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/9e/9a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6_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://25/e1/sstate:acl-native::2.3.2:r0::12:25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc_populate_lic.tar.zst\nDEBUG: Searching for 1c/18/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cc/c6/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:ccc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/8d/1e/sstate:cracklib-native:x86_64-linux:2.9.11:r0:x86_64:12:8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/be/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '61/a5/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fe/b3/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c8/bb/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 44/e3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://da/f4/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:daf40ea779b002548560d16a12f6d3b7582d79e2dd6677deef390fa95d944751_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://21/29/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:21293a03d799abd11b9bc952722d2c0164edb74610e25896c81ae7718ae823cf_package_write_ipk.tar.zst\nDEBUG: For url file://universal/9e/9a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9e/9a/sstate%3Aacl-native%3Ax86_64-linux%3A2.3.2%3Ar0%3Ax86_64%3A12%3A9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6_deploy_source_date_epoch.tar.zst;downloadfilename=universal/9e/9a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://06/43/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27_create_package_spdx.tar.zst\nDEBUG: Using  for 1c/18/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for cc/c6/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:ccc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/39/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0_populate_sysroot.tar.zst\nDEBUG: Searching for 8c/be/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://61/a5/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/a5/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4_package.tar.zst;downloadfilename=61/a5/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4_package.tar.zst\nDEBUG: Testing URL file://fe/b3/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3_recipe_qa.tar.zst\nDEBUG: For url file://c8/bb/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/bb/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3Ac8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1_packagedata.tar.zst;downloadfilename=c8/bb/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1_packagedata.tar.zst\nDEBUG: Testing URL file://44/e3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/03/87/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/dd/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:abdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 06/43/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://95/73/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:9573bb67449cb76c7a8a323f3adfa5623b726ca433e84ff6cb7cc48f1c8f047f_package_write_deb.tar.zst\nDEBUG: Testing URL file://1c/18/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cc/c6/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:ccc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd_package_write_ipk.tar.zst\nDEBUG: Searching for 8e/39/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8c/be/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'fe/b3/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3_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/e3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/03/87/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ab/dd/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:abdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://75/17/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:75177c07fd451775e5e8c69abeec13ec1290ba2df6a76887477b7de4b42d5d15_package_write_ipk.tar.zst\nDEBUG: Using  for 06/43/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/d8/sstate:systemtap::5.1:r0::12:a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1c/18/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd_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', '', 'cc/c6/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:ccc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8e/39/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8c/be/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd_package_write_ipk.tar.zst\nDEBUG: For url file://fe/b3/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/b3/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A12%3Afeb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3_recipe_qa.tar.zst;downloadfilename=fe/b3/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3_recipe_qa.tar.zst\nDEBUG: For url file://44/e3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/e3/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6_packagedata.tar.zst;downloadfilename=44/e3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6_packagedata.tar.zst\nDEBUG: Using  for universal/03/87/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960_recipe_qa.tar.zst\nDEBUG: Using  for ab/dd/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:abdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://31/ad/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://96/58/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9_recipe_qa.tar.zst\nDEBUG: Testing URL file://06/43/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27_create_package_spdx.tar.zst\nDEBUG: Searching for a3/d8/sstate:systemtap::5.1:r0::12:a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1c/18/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/18/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.14.4%3Ar0%3Acore2-64%3A12%3A1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd_deploy_source_date_epoch.tar.zst;downloadfilename=1c/18/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://cc/c6/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:ccc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/c6/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Accc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd_package_write_ipk.tar.zst;downloadfilename=cc/c6/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:ccc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd_package_write_ipk.tar.zst\nDEBUG: Testing URL file://8e/39/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8c/be/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd_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://universal/03/87/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960_recipe_qa.tar.zst\nDEBUG: Testing URL file://ab/dd/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:abdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 31/ad/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ba/15/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '06/43/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a3/d8/sstate:systemtap::5.1:r0::12:a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8e/39/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0_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/9e/9a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9e9aff26611f6d4e370f171b78c4734fbd3ab7783bc15bdfc58532e8c1cf1cf6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/bb/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://61/a5/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:61a5048d759fce3edb42bfdcbb48f6dcbb9c18c2c26572f73dd37b12d79bc0e4_package.tar.zst\nDEBUG: For url file://8c/be/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/be/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd_package_write_ipk.tar.zst;downloadfilename=8c/be/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/03/87/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ab/dd/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:abdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77_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 31/ad/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3_create_spdx.tar.zst\nDEBUG: Searching for ba/15/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://06/43/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/43/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A12%3A06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27_create_package_spdx.tar.zst;downloadfilename=06/43/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a3/d8/sstate:systemtap::5.1:r0::12:a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e_populate_lic.tar.zst\nDEBUG: For url file://8e/39/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/39/sstate%3Afontconfig%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0_populate_sysroot.tar.zst;downloadfilename=8e/39/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://03/86/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/95/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/c4/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:cac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de_populate_sysroot.tar.zst\nDEBUG: For url file://universal/03/87/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/87/sstate%3Alibcheck-native%3Ax86_64-linux%3A0.15.2%3Ar0%3Ax86_64%3A12%3A038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960_recipe_qa.tar.zst;downloadfilename=universal/03/87/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960_recipe_qa.tar.zst\nDEBUG: For url file://ab/dd/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:abdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/dd/sstate%3Apango%3Acore2-64-poky-linux%3A1.52.2%3Ar0%3Acore2-64%3A12%3Aabdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77_deploy_source_date_epoch.tar.zst;downloadfilename=ab/dd/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:abdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://31/ad/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3_create_spdx.tar.zst\nDEBUG: Using  for ba/15/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a3/d8/sstate:systemtap::5.1:r0::12:a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e_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/18/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:1c1868e433a0cbef3e31de91a958fe686a342b5267a284f5b97a64ca09aa91dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://44/e3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/b3/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3_recipe_qa.tar.zst\nDEBUG: Searching for 03/86/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ad/95/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cc/c6/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:ccc6814db26d6e95afb0d29ccd29635d4484a171bbfb61986fa6f23d2b0382dd_package_write_ipk.tar.zst\nDEBUG: Searching for ca/c4/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:cac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '31/ad/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ba/15/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/be/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8cbe94cc99089efce3f8323b9cb9b27bf786ce7448a85f129433c18132bdfdcd_package_write_ipk.tar.zst\nDEBUG: For url file://a3/d8/sstate:systemtap::5.1:r0::12:a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/d8/sstate%3Asystemtap%3A%3A5.1%3Ar0%3A%3A12%3Aa3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e_populate_lic.tar.zst;downloadfilename=a3/d8/sstate:systemtap::5.1:r0::12:a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://85/58/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://98/78/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25_package.tar.zst\nDEBUG: SState: Attempting to fetch file://03/11/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934_package_write_rpm.tar.zst\nDEBUG: Using  for 03/86/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625_populate_sysroot.tar.zst\nDEBUG: Using  for ad/95/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://37/79/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a_package.tar.zst\nDEBUG: Using  for ca/c4/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:cac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de_populate_sysroot.tar.zst\nDEBUG: For url file://31/ad/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/ad/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.49%3Ar0%3Acore2-64%3A12%3A31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3_create_spdx.tar.zst;downloadfilename=31/ad/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ba/15/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a_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://0b/58/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3_package_write_ipk.tar.zst\nDEBUG: Searching for 85/58/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 98/78/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 03/11/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://03/86/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ad/95/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d_create_spdx.tar.zst\nDEBUG: Searching for 37/79/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ca/c4/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:cac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de_populate_sysroot.tar.zst\nDEBUG: For url file://ba/15/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/15/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3Aba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a_create_spdx.tar.zst;downloadfilename=ba/15/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/39/sstate:fontconfig:core2-64-poky-linux:2.15.0:r0:core2-64:12:8e39a733e7cea757065a3ca453ac417bc10b6a61b8e33e676adcd07b5ec1e3b0_populate_sysroot.tar.zst\nDEBUG: Searching for 0b/58/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://06/43/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27_create_package_spdx.tar.zst\nDEBUG: Using  for 85/58/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890_package_write_rpm.tar.zst\nDEBUG: Using  for 98/78/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25_package.tar.zst\nDEBUG: Using  for 03/11/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '03/86/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ad/95/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 37/79/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a_package.tar.zst\nDEBUG: For url ['file', '', 'ca/c4/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:cac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de_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://5c/3d/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8_create_package_spdx.tar.zst\nDEBUG: Using  for 0b/58/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/72/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://85/58/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890_package_write_rpm.tar.zst\nDEBUG: Testing URL file://98/78/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25_package.tar.zst\nDEBUG: Testing URL file://03/11/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934_package_write_rpm.tar.zst\nDEBUG: For url file://03/86/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/86/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A12%3A038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625_populate_sysroot.tar.zst;downloadfilename=03/86/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625_populate_sysroot.tar.zst\nDEBUG: For url file://ad/95/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/95/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A12%3Aad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d_create_spdx.tar.zst;downloadfilename=ad/95/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d_create_spdx.tar.zst\nDEBUG: Testing URL file://37/79/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a_package.tar.zst\nDEBUG: For url file://ca/c4/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:cac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/c4/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A12%3Acac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de_populate_sysroot.tar.zst;downloadfilename=ca/c4/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:cac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de_populate_sysroot.tar.zst\nDEBUG: Searching for 5c/3d/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0b/58/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3_package_write_ipk.tar.zst\nDEBUG: Searching for 6c/72/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '85/58/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890_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', '', '98/78/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '03/11/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934_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/03/87/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '37/79/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a_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://31/ad/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3_create_spdx.tar.zst\nDEBUG: Using  for 5c/3d/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '0b/58/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6c/72/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://85/58/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/58/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A12%3A8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890_package_write_rpm.tar.zst;downloadfilename=85/58/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/d8/sstate:systemtap::5.1:r0::12:a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e_populate_lic.tar.zst\nDEBUG: For url file://98/78/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/78/sstate%3Anpth%3Acore2-64-poky-linux%3A1.7%3Ar0%3Acore2-64%3A12%3A9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25_package.tar.zst;downloadfilename=98/78/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25_package.tar.zst\nDEBUG: For url file://03/11/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/11/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A12%3A0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934_package_write_rpm.tar.zst;downloadfilename=03/11/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://95/ef/sstate:eudev::3.2.14:r0::12:95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53_populate_lic.tar.zst\nDEBUG: For url file://37/79/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/79/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A12%3A377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a_package.tar.zst;downloadfilename=37/79/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://32/5e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6_package.tar.zst\nDEBUG: Testing URL file://5c/3d/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8_create_package_spdx.tar.zst\nDEBUG: For url file://0b/58/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/58/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.13%3Ar0%3Aqemux86_64%3A12%3A0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3_package_write_ipk.tar.zst;downloadfilename=0b/58/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3_package_write_ipk.tar.zst\nDEBUG: Testing URL file://6c/72/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1a/35/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/15/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/dd/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:abdd7ef4636c7c693e4f3b950fd34e9dd490c5a3ef342b7f9ead1fd61ca01c77_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 95/ef/sstate:eudev::3.2.14:r0::12:95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://03/86/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:038683c5b4db57915e7e22b39eb77cfbd9396e8d62c3678066296c8aa7d0a625_populate_sysroot.tar.zst\nDEBUG: Searching for 32/5e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ad/95/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5c/3d/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6c/72/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea_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/c4/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:cac408ab45ba86e4653c0ee2b483ffc6477271b0af9663efbbd0f7d5435219de_populate_sysroot.tar.zst\nDEBUG: Searching for universal/1a/35/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://85/58/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/54/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/14/f4/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7_populate_sysroot.tar.zst\nDEBUG: Using  for 95/ef/sstate:eudev::3.2.14:r0::12:95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/89/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4_create_spdx.tar.zst\nDEBUG: Using  for 32/5e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/15/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11_packagedata.tar.zst\nDEBUG: For url file://5c/3d/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/3d/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A12%3A5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8_create_package_spdx.tar.zst;downloadfilename=5c/3d/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8_create_package_spdx.tar.zst\nDEBUG: For url file://6c/72/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/72/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea_deploy_source_date_epoch.tar.zst;downloadfilename=6c/72/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/8f/sstate:go-native::1.22.4:r0::12:7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121_populate_lic.tar.zst\nDEBUG: Using  for universal/1a/35/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/6b/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f_create_package_spdx.tar.zst\nDEBUG: Searching for d0/54/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/14/f4/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://98/78/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:9878a56e55b75051e1d05e8955397eff7f3e88768dbf71ac088a5b450e90cd25_package.tar.zst\nDEBUG: Testing URL file://95/ef/sstate:eudev::3.2.14:r0::12:95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53_populate_lic.tar.zst\nDEBUG: Searching for d0/89/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://32/5e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6_package.tar.zst\nDEBUG: Searching for e6/15/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7a/8f/sstate:go-native::1.22.4:r0::12:7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/1a/35/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b9/6b/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://03/11/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934_package_write_rpm.tar.zst\nDEBUG: Using  for d0/54/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c_create_package_spdx.tar.zst\nDEBUG: Using  for universal/14/f4/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/29/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:cf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '95/ef/sstate:eudev::3.2.14:r0::12:95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d0/89/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4_create_spdx.tar.zst\nDEBUG: For url ['file', '', '32/5e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e6/15/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11_packagedata.tar.zst\nDEBUG: Using  for 7a/8f/sstate:go-native::1.22.4:r0::12:7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/1a/35/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4_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/6b/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/45/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:c24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4_package_write_ipk.tar.zst\nDEBUG: Testing URL file://d0/54/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/14/f4/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7_populate_sysroot.tar.zst\nDEBUG: Searching for cf/29/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:cf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://95/ef/sstate:eudev::3.2.14:r0::12:95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/ef/sstate%3Aeudev%3A%3A3.2.14%3Ar0%3A%3A12%3A95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53_populate_lic.tar.zst;downloadfilename=95/ef/sstate:eudev::3.2.14:r0::12:95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53_populate_lic.tar.zst\nDEBUG: Testing URL file://d0/89/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4_create_spdx.tar.zst\nDEBUG: For url file://32/5e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/5e/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A12%3A325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6_package.tar.zst;downloadfilename=32/5e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6_package.tar.zst\nDEBUG: Testing URL file://e6/15/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11_packagedata.tar.zst\nDEBUG: Testing URL file://7a/8f/sstate:go-native::1.22.4:r0::12:7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121_populate_lic.tar.zst\nDEBUG: For url file://universal/1a/35/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1a/35/sstate%3Alibxslt-native%3Ax86_64-linux%3A1.1.39%3Ar0%3Ax86_64%3A12%3A1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/1a/35/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b9/6b/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f_create_package_spdx.tar.zst\nDEBUG: Searching for c2/45/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:c24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd0/54/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/14/f4/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cf/29/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:cf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'd0/89/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4_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://0b/58/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:0b58bf81119e4c643483047aef5acc1e197dd850b301045fec9f36f2793b49d3_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'e6/15/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7a/8f/sstate:go-native::1.22.4:r0::12:7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121_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/72/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:6c7237340b9cc196613122f6658d4f50fdb78f8ade5504f0b7072e41e37cdfea_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/3d/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b9/6b/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c2/45/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:c24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4_package_write_ipk.tar.zst\nDEBUG: For url file://d0/54/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/54/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.7%3Ar0%3Acore2-64%3A12%3Ad0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c_create_package_spdx.tar.zst;downloadfilename=d0/54/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c_create_package_spdx.tar.zst\nDEBUG: For url file://universal/14/f4/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/14/f4/sstate%3Apython3-calver-native%3Ax86_64-linux%3A2022.6.26%3Ar0%3Ax86_64%3A12%3A14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7_populate_sysroot.tar.zst;downloadfilename=universal/14/f4/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cf/29/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:cf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb_package_write_deb.tar.zst\nDEBUG: For url file://d0/89/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/89/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A12%3Ad0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4_create_spdx.tar.zst;downloadfilename=d0/89/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb_package_write_rpm.tar.zst\nDEBUG: For url file://e6/15/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/15/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.8%3Ar0%3Acore2-64%3A12%3Ae6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11_packagedata.tar.zst;downloadfilename=e6/15/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11_packagedata.tar.zst\nDEBUG: For url file://7a/8f/sstate:go-native::1.22.4:r0::12:7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/8f/sstate%3Ago-native%3A%3A1.22.4%3Ar0%3A%3A12%3A7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121_populate_lic.tar.zst;downloadfilename=7a/8f/sstate:go-native::1.22.4:r0::12:7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4b/90/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/57/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72_recipe_qa.tar.zst\nDEBUG: For url file://b9/6b/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/6b/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A12%3Ab96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f_create_package_spdx.tar.zst;downloadfilename=b9/6b/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c2/45/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:c24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'cf/29/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:cf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4e/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://32/5e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:325ea9149158d66df811e9ad562b735c7f284dc4d4f35cf7b0363908c39ac7c6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://95/ef/sstate:eudev::3.2.14:r0::12:95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53_populate_lic.tar.zst\nDEBUG: Searching for universal/4b/90/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/1a/35/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:1a3586160a4ae9f034db6abfa15432726c099b4f086dc1a6950e2d9b47fe57a4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/2e/57/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c2/45/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:c24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4_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://cf/29/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:cf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/29/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3Acf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb_package_write_deb.tar.zst;downloadfilename=cf/29/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:cf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://37/79/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:377937bb51ad55914c5b8685398d10a52f8de1c50f5fa96f4ca6da9e6cc9534a_package.tar.zst\nDEBUG: Using  for 4e/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/54/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/96/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://21/a1/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed_package_qa.tar.zst\nDEBUG: Using  for universal/4b/90/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/f7/sstate:libxfixes::6.0.1:r0::12:aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8_populate_lic.tar.zst\nDEBUG: Using  for universal/2e/57/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72_recipe_qa.tar.zst\nDEBUG: For url file://c2/45/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:c24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/45/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A12%3Ac24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4_package_write_ipk.tar.zst;downloadfilename=c2/45/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:c24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b3/76/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384_create_spdx.tar.zst\nDEBUG: Testing URL file://4e/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/14/f4/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://60/af/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977_package_write_deb.tar.zst\nDEBUG: Searching for ee/96/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 21/a1/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/4b/90/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3_recipe_qa.tar.zst\nDEBUG: Searching for ae/f7/sstate:libxfixes::6.0.1:r0::12:aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/2e/57/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72_recipe_qa.tar.zst\nDEBUG: Searching for universal/b3/76/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d0/89/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/8f/sstate:go-native::1.22.4:r0::12:7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4e/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb_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://e6/15/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/14/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60_package_write_rpm.tar.zst\nDEBUG: Searching for 60/af/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ee/96/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69_package_write_rpm.tar.zst\nDEBUG: Using  for 21/a1/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/4b/90/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ae/f7/sstate:libxfixes::6.0.1:r0::12:aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/2e/57/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/b3/76/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0e/ea/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/51/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce_package.tar.zst\nDEBUG: For url file://4e/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/e6/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A12%3A4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb_package_write_rpm.tar.zst;downloadfilename=4e/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://22/39/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8_package_write_ipk.tar.zst\nDEBUG: Searching for cd/14/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 60/af/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977_package_write_deb.tar.zst\nDEBUG: Testing URL file://ee/96/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69_package_write_rpm.tar.zst\nDEBUG: Testing URL file://21/a1/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed_package_qa.tar.zst\nDEBUG: For url file://universal/4b/90/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/90/sstate%3Apython3-importlib-metadata-native%3Ax86_64-linux%3A7.1.0%3Ar0%3Ax86_64%3A12%3A4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3_recipe_qa.tar.zst;downloadfilename=universal/4b/90/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3_recipe_qa.tar.zst\nDEBUG: Testing URL file://ae/f7/sstate:libxfixes::6.0.1:r0::12:aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8_populate_lic.tar.zst\nDEBUG: For url file://universal/2e/57/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/57/sstate%3Afile-native%3Ax86_64-linux%3A5.45%3Ar0%3Ax86_64%3A12%3A2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72_recipe_qa.tar.zst;downloadfilename=universal/2e/57/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/b3/76/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384_create_spdx.tar.zst\nDEBUG: Searching for universal/0e/ea/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ee/51/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 22/39/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cd/14/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/6b/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://60/af/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/29/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:cf29f5b28b1581616c917654fda9a6100f0d3fb213edc4e177d20f9746394ffb_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ee/96/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69_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', '', '21/a1/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed_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/f7/sstate:libxfixes::6.0.1:r0::12:aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8_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/b3/76/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/0e/ea/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67_create_spdx.tar.zst\nDEBUG: Using  for ee/51/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/45/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:c24546098edfd8efa3de46d80526729fd03270d354db72316de037ef95c399b4_package_write_ipk.tar.zst\nDEBUG: Using  for 22/39/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://cd/14/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/3a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '60/af/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977_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://d4/a2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:d4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec_package_write_ipk.tar.zst\nDEBUG: For url file://ee/96/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/96/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.5%3Ar0%3Acore2-64%3A12%3Aee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69_package_write_rpm.tar.zst;downloadfilename=ee/96/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69_package_write_rpm.tar.zst\nDEBUG: For url file://21/a1/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/a1/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3A21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed_package_qa.tar.zst;downloadfilename=21/a1/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed_package_qa.tar.zst\nDEBUG: For url file://ae/f7/sstate:libxfixes::6.0.1:r0::12:aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/f7/sstate%3Alibxfixes%3A%3A6.0.1%3Ar0%3A%3A12%3Aaef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8_populate_lic.tar.zst;downloadfilename=ae/f7/sstate:libxfixes::6.0.1:r0::12:aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8_populate_lic.tar.zst\nDEBUG: For url file://universal/b3/76/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b3/76/sstate%3Awayland-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A12%3Ab3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384_create_spdx.tar.zst;downloadfilename=universal/b3/76/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/0e/ea/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67_create_spdx.tar.zst\nDEBUG: Testing URL file://ee/51/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce_package.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/9d/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00_populate_sysroot.tar.zst\nDEBUG: Testing URL file://22/39/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'cd/14/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60_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/3a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://60/af/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/af/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A12%3A60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977_package_write_deb.tar.zst;downloadfilename=60/af/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977_package_write_deb.tar.zst\nDEBUG: Searching for d4/a2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:d4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4e/e6/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/0e/ea/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67_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/4b/90/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ee/51/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9c/9d/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '22/39/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8_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://cd/14/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/14/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A12%3Acd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60_package_write_rpm.tar.zst;downloadfilename=cd/14/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60_package_write_rpm.tar.zst\nDEBUG: Using  for b0/3a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada_recipe_qa.tar.zst\nDEBUG: Using  for d4/a2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:d4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/57/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/8e/sstate:libassuan-native::2.5.7:r0::12:f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132_populate_lic.tar.zst\nDEBUG: For url file://universal/0e/ea/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0e/ea/sstate%3Ashared-mime-info-native%3Ax86_64-linux%3A2.4%3Ar0%3Ax86_64%3A12%3A0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67_create_spdx.tar.zst;downloadfilename=universal/0e/ea/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3c/90/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978_create_spdx.tar.zst\nDEBUG: For url file://ee/51/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/51/sstate%3Awayland%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3Aee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce_package.tar.zst;downloadfilename=ee/51/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce_package.tar.zst\nDEBUG: Using  for 9c/9d/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00_populate_sysroot.tar.zst\nDEBUG: For url file://22/39/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/39/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8_package_write_ipk.tar.zst;downloadfilename=22/39/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://b0/3a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada_recipe_qa.tar.zst\nDEBUG: Testing URL file://d4/a2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:d4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://81/c9/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f9/8e/sstate:libassuan-native::2.5.7:r0::12:f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3c/90/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/b3/76/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384_create_spdx.tar.zst\nDEBUG: Testing URL file://9c/9d/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/96/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://21/a1/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/f7/sstate:libxfixes::6.0.1:r0::12:aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b0/3a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd4/a2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:d4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec_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://60/af/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:60afc216a155c32132302045300a85f9378573a2382dc50104f156317f79c977_package_write_deb.tar.zst\nDEBUG: Searching for 81/c9/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f9/8e/sstate:libassuan-native::2.5.7:r0::12:f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132_populate_lic.tar.zst\nDEBUG: Using  for universal/3c/90/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://54/4c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1_packagedata.tar.zst\nDEBUG: For url ['file', '', '9c/9d/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00_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://dd/74/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://96/71/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://22/a2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31_package.tar.zst\nDEBUG: For url file://b0/3a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/3a/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A12%3Ab03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada_recipe_qa.tar.zst;downloadfilename=b0/3a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada_recipe_qa.tar.zst\nDEBUG: For url file://d4/a2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:d4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/a2/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A12%3Ad4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec_package_write_ipk.tar.zst;downloadfilename=d4/a2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:d4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/7a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4_package_qa.tar.zst\nDEBUG: Using  for 81/c9/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f9/8e/sstate:libassuan-native::2.5.7:r0::12:f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/3c/90/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978_create_spdx.tar.zst\nDEBUG: Searching for 54/4c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9c/9d/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/9d/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.8.1%3Ar0%3Acore2-64%3A12%3A9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00_populate_sysroot.tar.zst;downloadfilename=9c/9d/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/14/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60_package_write_rpm.tar.zst\nDEBUG: Searching for dd/74/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 96/71/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 22/a2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a3/7a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/0e/ea/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67_create_spdx.tar.zst\nDEBUG: Testing URL file://81/c9/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f9/8e/sstate:libassuan-native::2.5.7:r0::12:f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132_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/90/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 54/4c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://17/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba_create_spdx.tar.zst\nDEBUG: Using  for dd/74/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/51/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:ee51f4fd801b125f9a5606012ed2a835e2a56d1601108bf76aac21330a62a2ce_package.tar.zst\nDEBUG: Using  for 96/71/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704_populate_sysroot.tar.zst\nDEBUG: Testing URL file://96/71/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704_populate_sysroot.tar.zst\nDEBUG: Using  for a3/7a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/02/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '81/c9/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_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://f9/8e/sstate:libassuan-native::2.5.7:r0::12:f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/8e/sstate%3Alibassuan-native%3A%3A2.5.7%3Ar0%3A%3A12%3Af98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132_populate_lic.tar.zst;downloadfilename=f9/8e/sstate:libassuan-native::2.5.7:r0::12:f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132_populate_lic.tar.zst\nDEBUG: For url file://universal/3c/90/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3c/90/sstate%3Adbus-glib-native%3Ax86_64-linux%3A0.112%3Ar0%3Ax86_64%3A12%3A3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978_create_spdx.tar.zst;downloadfilename=universal/3c/90/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978_create_spdx.tar.zst\nDEBUG: Testing URL file://54/4c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1_packagedata.tar.zst\nDEBUG: Searching for 17/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://dd/74/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://15/68/sstate:btrfs-tools::6.8.1:r0::12:1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba_populate_lic.tar.zst\nDEBUG: Using  for 22/a2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31_package.tar.zst\nDEBUG: SState: Successful fetch test for file://22/39/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:22391eae577ba7007373ba2057a4c34a370d98cc9fd19eb7149fcb640eb824c8_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '96/71/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a3/7a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4_package_qa.tar.zst\nDEBUG: Searching for 9d/02/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://81/c9/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/c9/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst;downloadfilename=81/c9/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '54/4c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 17/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/3a/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'dd/74/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616_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/a2/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:d4a2f20d088a7617be14c31555cf31519100e2eed420c118bc5b246588303fec_package_write_ipk.tar.zst\nDEBUG: Searching for 15/68/sstate:btrfs-tools::6.8.1:r0::12:1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://22/a2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/a3/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:f6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac_package_write_deb.tar.zst\nDEBUG: For url file://96/71/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/71/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.33.1%3Ar0%3Acore2-64%3A12%3A9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704_populate_sysroot.tar.zst;downloadfilename=96/71/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a3/7a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9d/02/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f_package_write_ipk.tar.zst\nDEBUG: For url file://54/4c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/4c/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A12%3A544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1_packagedata.tar.zst;downloadfilename=54/4c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1_packagedata.tar.zst\nDEBUG: Testing URL file://17/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/54/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:d1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299_package.tar.zst\nDEBUG: For url file://dd/74/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/74/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A12%3Add74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616_create_spdx.tar.zst;downloadfilename=dd/74/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://71/76/sstate:libxml-sax-perl-native::1.02:r0::12:7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28_populate_lic.tar.zst\nDEBUG: Using  for 15/68/sstate:btrfs-tools::6.8.1:r0::12:1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba_populate_lic.tar.zst\nDEBUG: Testing URL file://15/68/sstate:btrfs-tools::6.8.1:r0::12:1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba_populate_lic.tar.zst\nDEBUG: Searching for f6/a3/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:f6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a3/7a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/7a/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.23.0%3Ar0%3Acore2-64%3A12%3Aa37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4_package_qa.tar.zst;downloadfilename=a3/7a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4_package_qa.tar.zst\nDEBUG: Testing URL file://9d/02/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/9d/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:9c9dd2cd0a47af04dbcbfe0af4452f86b3bb627c1eabeaed70f5e58a85544a00_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '17/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d1/54/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:d1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 71/76/sstate:libxml-sax-perl-native::1.02:r0::12:7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '22/a2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '15/68/sstate:btrfs-tools::6.8.1:r0::12:1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba_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://f9/8e/sstate:libassuan-native::2.5.7:r0::12:f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3c/90/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978_create_spdx.tar.zst\nDEBUG: Using  for f6/a3/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:f6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9d/02/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f_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://universal/83/08/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://81/c9/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://17/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/74/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba_create_spdx.tar.zst;downloadfilename=17/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba_create_spdx.tar.zst\nDEBUG: Using  for d1/54/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:d1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299_package.tar.zst\nDEBUG: Using  for 71/76/sstate:libxml-sax-perl-native::1.02:r0::12:7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28_populate_lic.tar.zst\nDEBUG: Testing URL file://71/76/sstate:libxml-sax-perl-native::1.02:r0::12:7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28_populate_lic.tar.zst\nDEBUG: For url file://15/68/sstate:btrfs-tools::6.8.1:r0::12:1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/68/sstate%3Abtrfs-tools%3A%3A6.8.1%3Ar0%3A%3A12%3A1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba_populate_lic.tar.zst;downloadfilename=15/68/sstate:btrfs-tools::6.8.1:r0::12:1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d3/64/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:d364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://22/66/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f6/a3/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:f6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac_package_write_deb.tar.zst\nDEBUG: For url file://9d/02/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/02/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A12%3A9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f_package_write_ipk.tar.zst;downloadfilename=9d/02/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f_package_write_ipk.tar.zst\nDEBUG: Searching for universal/83/08/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://88/00/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d1/54/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:d1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299_package.tar.zst\nDEBUG: For url file://22/a2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/a2/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A12%3A22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31_package.tar.zst;downloadfilename=22/a2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31_package.tar.zst\nDEBUG: SState: Successful fetch test for file://96/71/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:9671b7557a3758b0352ab7e42ef51129c07336de31cbab65f00f96dc38a1d704_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '71/76/sstate:libxml-sax-perl-native::1.02:r0::12:7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/d3/64/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:d364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 22/66/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f6/a3/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:f6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac_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://54/4c/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1_packagedata.tar.zst\nDEBUG: Using  for universal/83/08/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938_create_package_spdx.tar.zst\nDEBUG: Searching for 88/00/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd1/54/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:d1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299_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://59/f1/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/74/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616_create_spdx.tar.zst\nDEBUG: For url file://71/76/sstate:libxml-sax-perl-native::1.02:r0::12:7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/76/sstate%3Alibxml-sax-perl-native%3A%3A1.02%3Ar0%3A%3A12%3A7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28_populate_lic.tar.zst;downloadfilename=71/76/sstate:libxml-sax-perl-native::1.02:r0::12:7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/7a/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4_package_qa.tar.zst\nDEBUG: Using  for universal/d3/64/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:d364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 22/66/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7_package_write_ipk.tar.zst\nDEBUG: For url file://f6/a3/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:f6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/a3/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.5%3Ar0%3Acore2-64%3A12%3Af6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac_package_write_deb.tar.zst;downloadfilename=f6/a3/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:f6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://80/49/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/83/08/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938_create_package_spdx.tar.zst\nDEBUG: Using  for 88/00/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84_package_write_rpm.tar.zst\nDEBUG: For url file://d1/54/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:d1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/54/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Ad1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299_package.tar.zst;downloadfilename=d1/54/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:d1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299_package.tar.zst\nDEBUG: Searching for 59/f1/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d4/88/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:d4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/88/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914_package_qa.tar.zst\nDEBUG: Testing URL file://universal/d3/64/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:d364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://22/66/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7_package_write_ipk.tar.zst\nDEBUG: Searching for 80/49/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/83/08/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938_create_package_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://17/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba_create_spdx.tar.zst\nDEBUG: Testing URL file://88/00/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84_package_write_rpm.tar.zst\nDEBUG: Using  for 59/f1/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://15/68/sstate:btrfs-tools::6.8.1:r0::12:1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/02/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:9d028da9ff679427015cb9a2f5067c5731c180dcff661859d36f194b77a2b54f_package_write_ipk.tar.zst\nDEBUG: Searching for d4/88/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:d4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f2/88/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/d3/64/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:d364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd_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/66/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 80/49/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc_package_write_deb.tar.zst\nDEBUG: For url file://universal/83/08/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/83/08/sstate%3Aquilt-native%3Ax86_64-linux%3A0.68%3Ar0%3Ax86_64%3A12%3A8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938_create_package_spdx.tar.zst;downloadfilename=universal/83/08/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f0/d7/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:f0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '88/00/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84_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://59/f1/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://be/ee/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/c2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974_packagedata.tar.zst\nDEBUG: Using  for d4/88/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:d4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e_package_write_deb.tar.zst\nDEBUG: Using  for f2/88/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914_package_qa.tar.zst\nDEBUG: For url file://universal/d3/64/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:d364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/64/sstate%3Adocbook-xsl-stylesheets-native%3Ax86_64-linux%3A1.79.1%3Ar0%3Ax86_64%3A12%3Ad364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d3/64/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:d364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://22/66/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/66/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7_package_write_ipk.tar.zst;downloadfilename=22/66/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7_package_write_ipk.tar.zst\nDEBUG: Testing URL file://80/49/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc_package_write_deb.tar.zst\nDEBUG: Searching for universal/f0/d7/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:f0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://88/00/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/00/sstate%3Agcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84_package_write_rpm.tar.zst;downloadfilename=88/00/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://22/a2/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:22a2d350f09204e04fd0fa9693f199a4e4a71c60f33a335788be43f0bf808c31_package.tar.zst\nDEBUG: For url ['file', '', '59/f1/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a_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://71/76/sstate:libxml-sax-perl-native::1.02:r0::12:7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28_populate_lic.tar.zst\nDEBUG: Searching for be/ee/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8c/c2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d4/88/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:d4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e_package_write_deb.tar.zst\nDEBUG: Testing URL file://f2/88/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914_package_qa.tar.zst\nDEBUG: For url ['file', '', '80/49/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/f0/d7/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:f0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/54/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:d1548106d0e1f7e4ecbc6364edc6ff87bb468e501e1e17019e4b5263be078299_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/a3/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:f6a32eb5d1dd31f8dea627f095cc71be44a35f21b565f6b79747c9460f27bcac_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/68/6b/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://59/f1/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/f1/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A12%3A59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a_deploy_source_date_epoch.tar.zst;downloadfilename=59/f1/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/ef/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3_package_write_ipk.tar.zst\nDEBUG: Using  for be/ee/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57_packagedata.tar.zst\nDEBUG: Using  for 8c/c2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd4/88/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:d4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e_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', '', 'f2/88/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://80/49/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/49/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc_package_write_deb.tar.zst;downloadfilename=80/49/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/f0/d7/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:f0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/fe/sstate:binutils::2.42:r0::12:4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://db/25/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7_create_package_spdx.tar.zst\nDEBUG: Searching for universal/68/6b/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4b/ef/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://be/ee/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/83/08/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938_create_package_spdx.tar.zst\nDEBUG: Testing URL file://8c/c2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974_packagedata.tar.zst\nDEBUG: For url file://d4/88/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:d4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/88/sstate%3Autfcpp%3Acore2-64-poky-linux%3A4.0.5%3Ar0%3Acore2-64%3A12%3Ad4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e_package_write_deb.tar.zst;downloadfilename=d4/88/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:d4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e_package_write_deb.tar.zst\nDEBUG: For url file://f2/88/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/88/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Af288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914_package_qa.tar.zst;downloadfilename=f2/88/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f0/d7/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:f0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350_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 4a/fe/sstate:binutils::2.42:r0::12:4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for db/25/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/d3/64/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:d364a34d7f3e8ba3e1616d80ec41e18b8f0e31da1f011bf2b2e9fd3338a6a6dd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/68/6b/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 4b/ef/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'be/ee/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57_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/49/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8c/c2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/f0/d7/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:f0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f0/d7/sstate%3Aquilt-native%3Ax86_64-linux%3A0.68%3Ar0%3Ax86_64%3A12%3Af0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f0/d7/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:f0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://22/66/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:22661673daf54db6a352e1531dc5bbb502cb013b6c6b64f1673aa4c4e3da88d7_package_write_ipk.tar.zst\nDEBUG: Using  for 4a/fe/sstate:binutils::2.42:r0::12:4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5_populate_lic.tar.zst\nDEBUG: Using  for db/25/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/11/a0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/68/6b/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4b/ef/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3_package_write_ipk.tar.zst\nDEBUG: For url file://be/ee/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/ee/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.7p1%3Ar0%3Acore2-64%3A12%3Abeee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57_packagedata.tar.zst;downloadfilename=be/ee/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57_packagedata.tar.zst\nDEBUG: Searching for 56/49/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8c/c2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/c2/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A12%3A8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974_packagedata.tar.zst;downloadfilename=8c/c2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://88/00/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e5/ea/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed_create_package_spdx.tar.zst\nDEBUG: Testing URL file://4a/fe/sstate:binutils::2.42:r0::12:4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5_populate_lic.tar.zst\nDEBUG: Testing URL file://db/25/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7_create_package_spdx.tar.zst\nDEBUG: Searching for universal/11/a0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/68/6b/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c_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/ef/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 56/49/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://80/49/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:8049f361c6cef44673ce32382065e45dc277339e592a2aab576b463a51a1decc_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://59/f1/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:59f17697c149930a06455bc8eea214e282de72b45bdfed072f43b7e31fb90f0a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/77/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/88/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:d4889aea1982c9ea08e507f9deaa814924320e2ff52d405e99874aa087947e6e_package_write_deb.tar.zst\nDEBUG: Searching for universal/e5/ea/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4a/fe/sstate:binutils::2.42:r0::12:4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'db/25/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/11/a0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/11/a0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94_recipe_qa.tar.zst\nDEBUG: For url file://4b/ef/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/ef/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A12%3A4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3_package_write_ipk.tar.zst;downloadfilename=4b/ef/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3_package_write_ipk.tar.zst\nDEBUG: Testing URL file://56/49/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/20/3c/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/5a/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd_create_package_spdx.tar.zst\nDEBUG: Searching for 9d/77/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://64/89/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2_create_spdx.tar.zst\nDEBUG: Using  for universal/e5/ea/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed_create_package_spdx.tar.zst\nDEBUG: For url file://4a/fe/sstate:binutils::2.42:r0::12:4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/fe/sstate%3Abinutils%3A%3A2.42%3Ar0%3A%3A12%3A4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5_populate_lic.tar.zst;downloadfilename=4a/fe/sstate:binutils::2.42:r0::12:4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5_populate_lic.tar.zst\nDEBUG: For url file://db/25/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/25/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3Adb25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7_create_package_spdx.tar.zst;downloadfilename=db/25/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7_create_package_spdx.tar.zst\nDEBUG: For url file://universal/68/6b/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/68/6b/sstate%3Alibsolv-native%3Ax86_64-linux%3A0.7.29%3Ar0%3Ax86_64%3A12%3A686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/68/6b/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/11/a0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '56/49/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0_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://f2/88/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914_package_qa.tar.zst\nDEBUG: Searching for universal/20/3c/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/f0/d7/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:f0d712af37fb6c4abf9d617fe2655355d76ba90948a1b876cc955f8698eb0350_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5d/5a/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9d/77/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0_package_write_ipk.tar.zst\nDEBUG: Searching for 64/89/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/e5/ea/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://be/ee/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57_packagedata.tar.zst\nDEBUG: For url file://universal/11/a0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/11/a0/sstate%3Alibmodulemd-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A12%3A11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94_recipe_qa.tar.zst;downloadfilename=universal/11/a0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94_recipe_qa.tar.zst\nDEBUG: For url file://56/49/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/49/sstate%3Aencodings%3Aall-poky-linux%3A1.1.0%3Ar0%3Aallarch%3A12%3A5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0_package_write_rpm.tar.zst;downloadfilename=56/49/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/c2/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://14/9a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5_recipe_qa.tar.zst\nDEBUG: Using  for universal/20/3c/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/9c/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5_package.tar.zst\nDEBUG: Using  for 5d/5a/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd_create_package_spdx.tar.zst\nDEBUG: Testing URL file://9d/77/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0_package_write_ipk.tar.zst\nDEBUG: Using  for 64/89/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e5/ea/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed_create_package_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/2e/9f/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/ef/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:4bef5027d5ab3b25edbfd55570b35ff6d0f85328bc23cf5ee6dbd25f0c2438c3_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/aa/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 14/9a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/20/3c/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7c/9c/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5d/5a/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '9d/77/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0_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://64/89/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2_create_spdx.tar.zst\nDEBUG: For url file://universal/e5/ea/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e5/ea/sstate%3Alibsolv-native%3Ax86_64-linux%3A0.7.29%3Ar0%3Ax86_64%3A12%3Ae5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed_create_package_spdx.tar.zst;downloadfilename=universal/e5/ea/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed_create_package_spdx.tar.zst\nDEBUG: Searching for universal/2e/9f/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://93/d0/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb_package_write_deb.tar.zst\nDEBUG: Searching for 3f/aa/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 14/9a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/20/3c/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d_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://4a/fe/sstate:binutils::2.42:r0::12:4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5_populate_lic.tar.zst\nDEBUG: Using  for 7c/9c/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5_package.tar.zst\nDEBUG: For url ['file', '', '5d/5a/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9d/77/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/77/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A12%3A9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0_package_write_ipk.tar.zst;downloadfilename=9d/77/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '64/89/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/2e/9f/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4_create_spdx.tar.zst\nDEBUG: Searching for 93/d0/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3f/aa/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://14/9a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5_recipe_qa.tar.zst\nDEBUG: For url file://universal/20/3c/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/20/3c/sstate%3Aopkg-utils-native%3Ax86_64-linux%3A0.6.3%3Ar0%3Ax86_64%3A12%3A203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/20/3c/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/78/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7c/9c/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5_package.tar.zst\nDEBUG: For url file://5d/5a/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/5a/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A46.0%3Ar0%3Aallarch%3A12%3A5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd_create_package_spdx.tar.zst;downloadfilename=5d/5a/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd_create_package_spdx.tar.zst\nDEBUG: For url file://64/89/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/89/sstate%3Aicu%3Acore2-64-poky-linux%3A75-1%3Ar0%3Acore2-64%3A12%3A6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2_create_spdx.tar.zst;downloadfilename=64/89/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/2e/9f/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://db/25/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7_create_package_spdx.tar.zst\nDEBUG: Using  for 93/d0/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/68/6b/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:686b29961ca7cfc69d7289dab2c20cff9247a5b16b8a37ab4f286309c045df9c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3f/aa/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '14/9a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d5/78/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7c/9c/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5_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/11/a0/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/2e/9f/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4_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://56/49/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://80/95/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e5/ea/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed_create_package_spdx.tar.zst\nDEBUG: Testing URL file://93/d0/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://20/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3f/aa/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784_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/9a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/9a/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.6%3Ar0%3Acore2-64%3A12%3A149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5_recipe_qa.tar.zst;downloadfilename=14/9a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5_recipe_qa.tar.zst\nDEBUG: Using  for d5/78/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052_package_write_rpm.tar.zst\nDEBUG: For url file://7c/9c/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/9c/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A12%3A7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5_package.tar.zst;downloadfilename=7c/9c/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5_package.tar.zst\nDEBUG: SState: Attempting to fetch file://78/a3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb_populate_sysroot.tar.zst\nDEBUG: For url file://universal/2e/9f/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/9f/sstate%3Alibtool-native%3Ax86_64-linux%3A2.5.0%3Ar0%3Ax86_64%3A12%3A2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4_create_spdx.tar.zst;downloadfilename=universal/2e/9f/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://58/92/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99_package_write_deb.tar.zst\nDEBUG: Searching for 80/95/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://63/76/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '93/d0/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 20/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3f/aa/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/aa/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784_deploy_source_date_epoch.tar.zst;downloadfilename=3f/aa/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d5/78/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052_package_write_rpm.tar.zst\nDEBUG: Searching for 78/a3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 58/92/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/20/3c/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:203c40ca59b3ee1507fd1209ada894cbf5af98fef75ce3f1ad3dc415ad24ae9d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/5a/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd_create_package_spdx.tar.zst\nDEBUG: Using  for 80/95/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/77/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:9d770ca6647b94d3b86d028612a2c2c6370b391f0d8b035be3f01651c3f41fb0_package_write_ipk.tar.zst\nDEBUG: Searching for 63/76/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://93/d0/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/d0/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb_package_write_deb.tar.zst;downloadfilename=93/d0/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb_package_write_deb.tar.zst\nDEBUG: Using  for 20/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd5/78/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052_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/a3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb_populate_sysroot.tar.zst\nDEBUG: Using  for 58/92/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://64/89/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/50/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://78/45/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://80/95/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4b/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119_populate_sysroot.tar.zst\nDEBUG: Using  for 63/76/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef_create_package_spdx.tar.zst\nDEBUG: Testing URL file://63/76/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef_create_package_spdx.tar.zst\nDEBUG: For url file://d5/78/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/78/sstate%3Aofono%3Acore2-64-poky-linux%3A2.8%3Ar0%3Acore2-64%3A12%3Ad57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052_package_write_rpm.tar.zst;downloadfilename=d5/78/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052_package_write_rpm.tar.zst\nDEBUG: Testing URL file://78/a3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://58/92/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/b2/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420_create_package_spdx.tar.zst\nDEBUG: Searching for f8/50/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 78/45/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '80/95/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/4b/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://20/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '63/76/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '78/a3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb_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://7c/9c/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7c9c73a6e1a89285f3a3ba29b80d476125240be3ba39e47cf94f207bb2b4d1c5_package.tar.zst\nDEBUG: For url ['file', '', '58/92/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99_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://14/9a/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5_recipe_qa.tar.zst\nDEBUG: Searching for 8e/b2/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/50/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3_create_spdx.tar.zst\nDEBUG: Using  for 78/45/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://80/95/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/95/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a_populate_sysroot.tar.zst;downloadfilename=80/95/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a_populate_sysroot.tar.zst\nDEBUG: Using  for universal/4b/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '20/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d_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/76/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/76/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef_create_package_spdx.tar.zst;downloadfilename=63/76/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef_create_package_spdx.tar.zst\nDEBUG: For url file://78/a3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/a3/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb_populate_sysroot.tar.zst;downloadfilename=78/a3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://24/b7/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e_package_write_deb.tar.zst\nDEBUG: For url file://58/92/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/92/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.21%3Ar0%3Acore2-64%3A12%3A58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99_package_write_deb.tar.zst;downloadfilename=58/92/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/69/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af_package_write_rpm.tar.zst\nDEBUG: Using  for 8e/b2/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f8/50/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3_create_spdx.tar.zst\nDEBUG: Testing URL file://78/45/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/4b/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119_populate_sysroot.tar.zst\nDEBUG: For url file://20/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/3e/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d_create_spdx.tar.zst;downloadfilename=20/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d_create_spdx.tar.zst\nDEBUG: Searching for 24/b7/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/2e/9f/sstate:libtool-native:x86_64-linux:2.5.0:r0:x86_64:12:2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://93/d0/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:93d084775cd11fdf012d88859ddc34082274d25ec8fda769f54b51a71a438deb_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/aa/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:3faa0e6dd4d64c5f9e2df300a65c61d56b125cb3dd707981e37a635e80847784_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3d/69/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://8e/b2/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/78/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f8/50/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '78/45/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03_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/4b/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 24/b7/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/0d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://28/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://72/ee/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c_populate_sysroot.tar.zst\nDEBUG: Using  for 3d/69/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8e/b2/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420_create_package_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://fd/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda_create_spdx.tar.zst\nDEBUG: For url file://f8/50/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/50/sstate%3Aofono%3Acore2-64-poky-linux%3A2.8%3Ar0%3Acore2-64%3A12%3Af850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3_create_spdx.tar.zst;downloadfilename=f8/50/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3_create_spdx.tar.zst\nDEBUG: For url file://78/45/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/45/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A24.1%3Ar0%3Acore2-64%3A12%3A78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03_deploy_source_date_epoch.tar.zst;downloadfilename=78/45/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/4b/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/69/sstate%3Abison-native%3Ax86_64-linux%3A3.8.2%3Ar0%3Ax86_64%3A12%3A4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119_populate_sysroot.tar.zst;downloadfilename=universal/4b/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119_populate_sysroot.tar.zst\nDEBUG: Testing URL file://24/b7/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e_package_write_deb.tar.zst\nDEBUG: Searching for 0d/0d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 28/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 72/ee/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3d/69/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af_package_write_rpm.tar.zst\nDEBUG: For url file://8e/b2/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/b2/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420_create_package_spdx.tar.zst;downloadfilename=8e/b2/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420_create_package_spdx.tar.zst\nDEBUG: Searching for fd/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://80/95/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:8095a73ebe869b44cb0c1727170134af614a7ac16bbac38f0551d6717045ad9a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '24/b7/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e_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://63/76/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef_create_package_spdx.tar.zst\nDEBUG: Using  for 0d/0d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://78/a3/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:78a376dcb8ee6ceb38ec405d1f13a3cbb20bb3b05eccbe10bb85b7da39c1e1eb_populate_sysroot.tar.zst\nDEBUG: Using  for 28/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd_package_write_rpm.tar.zst\nDEBUG: Using  for 72/ee/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3d/69/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fd/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c5/03/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://58/92/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:58925a3b977aa3bf8b63aec8e6735f02f805dee1ece6f3d5c2190413d45e6d99_package_write_deb.tar.zst\nDEBUG: For url file://24/b7/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/b7/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e_package_write_deb.tar.zst;downloadfilename=24/b7/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/ab/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa_create_spdx.tar.zst\nDEBUG: Testing URL file://0d/0d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/fe/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167_recipe_qa.tar.zst\nDEBUG: Testing URL file://28/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd_package_write_rpm.tar.zst\nDEBUG: Testing URL file://72/ee/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c_populate_sysroot.tar.zst\nDEBUG: For url file://3d/69/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/69/sstate%3Acargo%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af_package_write_rpm.tar.zst;downloadfilename=3d/69/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fd/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda_create_spdx.tar.zst\nDEBUG: Searching for universal/c5/03/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b1/cb/sstate:libsamplerate0::0.2.2:r0::12:b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15_populate_lic.tar.zst\nDEBUG: Searching for ad/ab/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0d/0d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d_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://20/3e/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d_create_spdx.tar.zst\nDEBUG: Searching for ae/fe/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '28/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd_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/ee/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fd/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c5/03/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/50/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3_create_spdx.tar.zst\nDEBUG: Searching for b1/cb/sstate:libsamplerate0::0.2.2:r0::12:b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ad/ab/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa_create_spdx.tar.zst\nDEBUG: For url file://0d/0d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/0d/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A12%3A0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d_package.tar.zst;downloadfilename=0d/0d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://44/ef/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904_populate_sysroot.tar.zst\nDEBUG: Using  for ae/fe/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167_recipe_qa.tar.zst\nDEBUG: For url file://28/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/a0/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd_package_write_rpm.tar.zst;downloadfilename=28/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd_package_write_rpm.tar.zst\nDEBUG: For url file://72/ee/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/ee/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A12%3A72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c_populate_sysroot.tar.zst;downloadfilename=72/ee/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c_populate_sysroot.tar.zst\nDEBUG: For url file://fd/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/d5/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Afdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda_create_spdx.tar.zst;downloadfilename=fd/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/c5/03/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/94/87/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456_populate_sysroot.tar.zst\nDEBUG: Using  for b1/cb/sstate:libsamplerate0::0.2.2:r0::12:b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15_populate_lic.tar.zst\nDEBUG: Testing URL file://ad/ab/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa_create_spdx.tar.zst\nDEBUG: Searching for 44/ef/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ae/fe/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4b/69/sstate:bison-native:x86_64-linux:3.8.2:r0:x86_64:12:4b6911fba81889a613d4b9cfd72ea425ab118053d7d7cedfe2d3f53f33ff3119_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://78/45/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:78452daf5d6e2c3bc68790bd833a3f629b366eaa46b1c003d52ed91ed2064e03_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/c5/03/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f_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/b2/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420_create_package_spdx.tar.zst\nDEBUG: Searching for universal/94/87/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b1/cb/sstate:libsamplerate0::0.2.2:r0::12:b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/69/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ad/ab/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 44/ef/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ae/fe/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167_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/4a/cd/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/76/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee_create_package_spdx.tar.zst\nDEBUG: For url file://universal/c5/03/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/03/sstate%3Aelfutils-native%3Ax86_64-linux%3A0.191%3Ar0%3Ax86_64%3A12%3Ac50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f_create_spdx.tar.zst;downloadfilename=universal/c5/03/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8e/3a/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6_recipe_qa.tar.zst\nDEBUG: Using  for universal/94/87/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b1/cb/sstate:libsamplerate0::0.2.2:r0::12:b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15_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://27/ed/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c_package_write_deb.tar.zst\nDEBUG: For url file://ad/ab/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/ab/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A12%3Aadab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa_create_spdx.tar.zst;downloadfilename=ad/ab/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa_create_spdx.tar.zst\nDEBUG: Testing URL file://44/ef/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904_populate_sysroot.tar.zst\nDEBUG: For url file://ae/fe/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/fe/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A12%3Aaefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167_recipe_qa.tar.zst;downloadfilename=ae/fe/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167_recipe_qa.tar.zst\nDEBUG: Searching for universal/4a/cd/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b7/76/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://24/b7/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e_package_write_deb.tar.zst\nDEBUG: Searching for universal/8e/3a/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/94/87/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456_populate_sysroot.tar.zst\nDEBUG: For url file://b1/cb/sstate:libsamplerate0::0.2.2:r0::12:b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/cb/sstate%3Alibsamplerate0%3A%3A0.2.2%3Ar0%3A%3A12%3Ab1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15_populate_lic.tar.zst;downloadfilename=b1/cb/sstate:libsamplerate0::0.2.2:r0::12:b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15_populate_lic.tar.zst\nDEBUG: Searching for 27/ed/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '44/ef/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904_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://0d/0d/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:0d0d1791bcee479993d62560585fddb6caf3600909e39ec2d2ac8df6a2450a2d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://28/a0/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://72/ee/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:72ee1b04086805da8ad8bd502f46f78d8aee9a953a9e843089583868ece8675c_populate_sysroot.tar.zst\nDEBUG: Using  for universal/4a/cd/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/d5/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda_create_spdx.tar.zst\nDEBUG: Using  for b7/76/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/33/30/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d_create_package_spdx.tar.zst\nDEBUG: Using  for universal/8e/3a/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/94/87/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 27/ed/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c_package_write_deb.tar.zst\nDEBUG: Testing URL file://27/ed/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c5/03/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://95/3d/sstate:curl::8.8.0:r0::12:953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://db/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://70/54/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/4a/cd/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://91/cb/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc_package_write_ipk.tar.zst\nDEBUG: Testing URL file://b7/76/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee_create_package_spdx.tar.zst\nDEBUG: Searching for universal/33/30/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/8e/3a/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6_recipe_qa.tar.zst\nDEBUG: For url file://universal/94/87/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/94/87/sstate%3Apython3-pip-native%3Ax86_64-linux%3A24.0%3Ar0%3Ax86_64%3A12%3A948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456_populate_sysroot.tar.zst;downloadfilename=universal/94/87/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456_populate_sysroot.tar.zst\nDEBUG: For url file://44/ef/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/ef/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A12%3A44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904_populate_sysroot.tar.zst;downloadfilename=44/ef/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '27/ed/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c_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://9b/63/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135_recipe_qa.tar.zst\nDEBUG: Searching for 95/3d/sstate:curl::8.8.0:r0::12:953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for db/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 70/54/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/4a/cd/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 91/cb/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b7/76/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/33/30/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/8e/3a/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6_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/ed/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/ed/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c_package_write_deb.tar.zst;downloadfilename=27/ed/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c_package_write_deb.tar.zst\nDEBUG: Searching for 9b/63/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ad/ab/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa_create_spdx.tar.zst\nDEBUG: Using  for 95/3d/sstate:curl::8.8.0:r0::12:953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c_populate_lic.tar.zst\nDEBUG: Using  for db/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1_package_qa.tar.zst\nDEBUG: Using  for 70/54/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff_populate_sysroot.tar.zst\nDEBUG: For url file://universal/4a/cd/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4a/cd/sstate%3Aglslang-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3A4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0_populate_sysroot.tar.zst;downloadfilename=universal/4a/cd/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0_populate_sysroot.tar.zst\nDEBUG: Using  for 91/cb/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc_package_write_ipk.tar.zst\nDEBUG: For url file://b7/76/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/76/sstate%3Alzlib%3Acore2-64-poky-linux%3A1.14%3Ar0%3Acore2-64%3A12%3Ab776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee_create_package_spdx.tar.zst;downloadfilename=b7/76/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/33/30/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d_create_package_spdx.tar.zst\nDEBUG: For url file://universal/8e/3a/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8e/3a/sstate%3Aca-certificates-native%3Ax86_64-linux%3A20211016%3Ar0%3Ax86_64%3A12%3A8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6_recipe_qa.tar.zst;downloadfilename=universal/8e/3a/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6_recipe_qa.tar.zst\nDEBUG: Using  for 9b/63/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/01/4e/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704_populate_sysroot.tar.zst\nDEBUG: Testing URL file://95/3d/sstate:curl::8.8.0:r0::12:953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/fe/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167_recipe_qa.tar.zst\nDEBUG: Testing URL file://db/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1_package_qa.tar.zst\nDEBUG: Testing URL file://70/54/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff_populate_sysroot.tar.zst\nDEBUG: Testing URL file://91/cb/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/33/30/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d_create_package_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://b1/cb/sstate:libsamplerate0::0.2.2:r0::12:b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15_populate_lic.tar.zst\nDEBUG: Testing URL file://9b/63/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/94/87/sstate:python3-pip-native:x86_64-linux:24.0:r0:x86_64:12:948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456_populate_sysroot.tar.zst\nDEBUG: Searching for universal/01/4e/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '95/3d/sstate:curl::8.8.0:r0::12:953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c_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/37/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'db/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '70/54/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '91/cb/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc_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://universal/33/30/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/30/sstate%3Alibxml-simple-perl-native%3Ax86_64-linux%3A2.25%3Ar0%3Ax86_64%3A12%3A3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d_create_package_spdx.tar.zst;downloadfilename=universal/33/30/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a4/e0/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9b/63/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135_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://51/74/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd_packagedata.tar.zst\nDEBUG: Using  for universal/01/4e/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704_populate_sysroot.tar.zst\nDEBUG: For url file://95/3d/sstate:curl::8.8.0:r0::12:953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/3d/sstate%3Acurl%3A%3A8.8.0%3Ar0%3A%3A12%3A953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c_populate_lic.tar.zst;downloadfilename=95/3d/sstate:curl::8.8.0:r0::12:953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c_populate_lic.tar.zst\nDEBUG: Searching for e0/37/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://db/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/db/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A12%3Adbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1_package_qa.tar.zst;downloadfilename=db/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1_package_qa.tar.zst\nDEBUG: For url file://70/54/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/54/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff_populate_sysroot.tar.zst;downloadfilename=70/54/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff_populate_sysroot.tar.zst\nDEBUG: For url file://91/cb/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/cb/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc_package_write_ipk.tar.zst;downloadfilename=91/cb/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc_package_write_ipk.tar.zst\nDEBUG: Searching for universal/a4/e0/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9b/63/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/63/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A12%3A9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135_recipe_qa.tar.zst;downloadfilename=9b/63/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135_recipe_qa.tar.zst\nDEBUG: Searching for 51/74/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://44/ef/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:44efce154dbc39455bb41aa3e40821eac5d023c7be1dad6d69ee0ff6a3999904_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/01/4e/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704_populate_sysroot.tar.zst\nDEBUG: Using  for e0/37/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://27/ed/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:27ed23d38f0412c6d74c5c1e49c13621b91d3fc6c48d0721dabb173781c72f5c_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4a/cd/sstate:glslang-native:x86_64-linux:1.3.283.0:r0:x86_64:12:4acd8b3b8dfcf94007d8533e016decd145ccf127a144947ad83fe0201dc2b3d0_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/76/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee_create_package_spdx.tar.zst\nDEBUG: Using  for universal/a4/e0/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8e/3a/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:8e3aef1e1a61693906e8d0f65d83c5d51336fe45ca514b2ee0622e91d7bb35f6_recipe_qa.tar.zst\nDEBUG: Using  for 51/74/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://50/92/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/01/4e/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e0/37/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/93/28/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://05/83/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://90/1e/sstate:gst-examples::1.18.6:r0::12:901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/a4/e0/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/94/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:c994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526_package_write_deb.tar.zst\nDEBUG: Testing URL file://51/74/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd_packagedata.tar.zst\nDEBUG: Searching for 50/92/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/01/4e/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/01/4e/sstate%3Apseudo-native%3Ax86_64-linux%3A1.9.0%2Bgit%3Ar0%3Ax86_64%3A12%3A014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704_populate_sysroot.tar.zst;downloadfilename=universal/01/4e/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e0/37/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea_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/93/28/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 05/83/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 90/1e/sstate:gst-examples::1.18.6:r0::12:901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/a4/e0/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c9/94/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:c994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '51/74/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 50/92/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6_packagedata.tar.zst\nDEBUG: For url file://e0/37/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/37/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3Ae037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea_package_write_rpm.tar.zst;downloadfilename=e0/37/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea_package_write_rpm.tar.zst\nDEBUG: Using  for universal/93/28/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://95/3d/sstate:curl::8.8.0:r0::12:953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c_populate_lic.tar.zst\nDEBUG: Using  for 05/83/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/33/30/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d_create_package_spdx.tar.zst\nDEBUG: Using  for 90/1e/sstate:gst-examples::1.18.6:r0::12:901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7_populate_lic.tar.zst\nDEBUG: For url file://universal/a4/e0/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a4/e0/sstate%3Amkfontscale-native%3Ax86_64-linux%3A1.2.3%3Ar0%3Ax86_64%3A12%3Aa4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519_recipe_qa.tar.zst;downloadfilename=universal/a4/e0/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519_recipe_qa.tar.zst\nDEBUG: Using  for c9/94/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:c994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526_package_write_deb.tar.zst\nDEBUG: For url file://51/74/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/74/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A12%3A51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd_packagedata.tar.zst;downloadfilename=51/74/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd_packagedata.tar.zst\nDEBUG: Testing URL file://50/92/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6_packagedata.tar.zst\nDEBUG: Testing URL file://universal/93/28/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://62/eb/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://db/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1_package_qa.tar.zst\nDEBUG: Testing URL file://05/83/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://91/cb/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:91cb7e2afff6b66e7b19835da2fcfc5c952cf879c3aacfd1d7da798d16b69ecc_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://70/54/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:70540731b0cc6de3134ccc48e7e24404be7f5ad928f3ec4c456a94b0aac033ff_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://83/55/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b_package_qa.tar.zst\nDEBUG: Testing URL file://90/1e/sstate:gst-examples::1.18.6:r0::12:901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7_populate_lic.tar.zst\nDEBUG: Testing URL file://c9/94/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:c994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/63/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '50/92/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/93/28/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 62/eb/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://13/68/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '05/83/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd_create_package_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/67/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:e067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://04/7b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb_package_write_rpm.tar.zst\nDEBUG: Searching for 83/55/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '90/1e/sstate:gst-examples::1.18.6:r0::12:901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7_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/94/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:c994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526_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://85/f2/sstate:shaderc-native::2024.1:r0::12:85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752_populate_lic.tar.zst\nDEBUG: For url file://50/92/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/92/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.1%3Ar0%3Acore2-64%3A12%3A509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6_packagedata.tar.zst;downloadfilename=50/92/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6_packagedata.tar.zst\nDEBUG: For url file://universal/93/28/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/93/28/sstate%3Alibgpg-error-native%3Ax86_64-linux%3A1.49%3Ar0%3Ax86_64%3A12%3A932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055_create_spdx.tar.zst;downloadfilename=universal/93/28/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055_create_spdx.tar.zst\nDEBUG: Using  for 62/eb/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9_populate_sysroot.tar.zst\nDEBUG: Searching for 13/68/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://05/83/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/83/sstate%3Awayland%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd_create_package_spdx.tar.zst;downloadfilename=05/83/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd_create_package_spdx.tar.zst\nDEBUG: Searching for e0/67/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:e067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 04/7b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 83/55/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/01/4e/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704_populate_sysroot.tar.zst\nDEBUG: For url file://90/1e/sstate:gst-examples::1.18.6:r0::12:901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/1e/sstate%3Agst-examples%3A%3A1.18.6%3Ar0%3A%3A12%3A901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7_populate_lic.tar.zst;downloadfilename=90/1e/sstate:gst-examples::1.18.6:r0::12:901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7_populate_lic.tar.zst\nDEBUG: For url file://c9/94/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:c994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/94/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3Ac994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526_package_write_deb.tar.zst;downloadfilename=c9/94/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:c994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526_package_write_deb.tar.zst\nDEBUG: Searching for 85/f2/sstate:shaderc-native::2024.1:r0::12:85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://62/eb/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9_populate_sysroot.tar.zst\nDEBUG: Using  for 13/68/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/37/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea_package_write_rpm.tar.zst\nDEBUG: Using  for e0/67/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:e067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e_package_write_deb.tar.zst\nDEBUG: Using  for 04/7b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a4/e0/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519_recipe_qa.tar.zst\nDEBUG: Testing URL file://83/55/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/b1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://51/74/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd_packagedata.tar.zst\nDEBUG: Using  for 85/f2/sstate:shaderc-native::2024.1:r0::12:85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752_populate_lic.tar.zst\nDEBUG: For url ['file', '', '62/eb/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://13/68/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/d2/sstate:mkfontscale-native::1.2.3:r0::12:0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e_populate_lic.tar.zst\nDEBUG: Testing URL file://e0/67/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:e067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e_package_write_deb.tar.zst\nDEBUG: Testing URL file://04/7b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://80/99/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '83/55/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2c/b1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ef/09/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988_recipe_qa.tar.zst\nDEBUG: Testing URL file://85/f2/sstate:shaderc-native::2024.1:r0::12:85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752_populate_lic.tar.zst\nDEBUG: For url file://62/eb/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/eb/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.4%3Ar0%3Acore2-64%3A12%3A62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9_populate_sysroot.tar.zst;downloadfilename=62/eb/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '13/68/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0a/d2/sstate:mkfontscale-native::1.2.3:r0::12:0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e0/67/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:e067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e_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', '', '04/7b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 80/99/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://83/55/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/55/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b_package_qa.tar.zst;downloadfilename=83/55/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b_package_qa.tar.zst\nDEBUG: Using  for 2c/b1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720_create_package_spdx.tar.zst\nDEBUG: Searching for ef/09/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '85/f2/sstate:shaderc-native::2024.1:r0::12:85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://13/68/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/68/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.11%3Ar0%3Acore2-64%3A12%3A13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f_package_write_deb.tar.zst;downloadfilename=13/68/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f_package_write_deb.tar.zst\nDEBUG: Using  for 0a/d2/sstate:mkfontscale-native::1.2.3:r0::12:0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/93/28/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055_create_spdx.tar.zst\nDEBUG: For url file://e0/67/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:e067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/67/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A12%3Ae067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e_package_write_deb.tar.zst;downloadfilename=e0/67/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:e067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e_package_write_deb.tar.zst\nDEBUG: For url file://04/7b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/7b/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A12%3A047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb_package_write_rpm.tar.zst;downloadfilename=04/7b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb_package_write_rpm.tar.zst\nDEBUG: Using  for 80/99/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6_package_write_ipk.tar.zst\nDEBUG: Testing URL file://2c/b1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720_create_package_spdx.tar.zst\nDEBUG: Using  for ef/09/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://50/92/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://05/83/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd_create_package_spdx.tar.zst\nDEBUG: For url file://85/f2/sstate:shaderc-native::2024.1:r0::12:85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/f2/sstate%3Ashaderc-native%3A%3A2024.1%3Ar0%3A%3A12%3A85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752_populate_lic.tar.zst;downloadfilename=85/f2/sstate:shaderc-native::2024.1:r0::12:85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752_populate_lic.tar.zst\nDEBUG: Testing URL file://0a/d2/sstate:mkfontscale-native::1.2.3:r0::12:0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://90/1e/sstate:gst-examples::1.18.6:r0::12:901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://90/08/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e_recipe_qa.tar.zst\nDEBUG: Testing URL file://80/99/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/94/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:c994e0cb75875e2331691d23003ca47f3ea7197daef1f240baa2e22c439b9526_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '2c/b1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ef/09/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/33/sstate:procps::4.0.4:r0::12:d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3a/94/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0a/d2/sstate:mkfontscale-native::1.2.3:r0::12:0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e_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/8e/sstate:python3-importlib-metadata::7.1.0:r0::12:7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f_populate_lic.tar.zst\nDEBUG: Searching for 90/08/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '80/99/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6_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://c8/76/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9_package_write_rpm.tar.zst\nDEBUG: For url file://2c/b1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/b1/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A12%3A2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720_create_package_spdx.tar.zst;downloadfilename=2c/b1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ef/09/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d9/33/sstate:procps::4.0.4:r0::12:d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3a/94/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0a/d2/sstate:mkfontscale-native::1.2.3:r0::12:0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/d2/sstate%3Amkfontscale-native%3A%3A1.2.3%3Ar0%3A%3A12%3A0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e_populate_lic.tar.zst;downloadfilename=0a/d2/sstate:mkfontscale-native::1.2.3:r0::12:0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e_populate_lic.tar.zst\nDEBUG: Searching for 7e/8e/sstate:python3-importlib-metadata::7.1.0:r0::12:7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 90/08/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e_recipe_qa.tar.zst\nDEBUG: For url file://80/99/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/99/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6_package_write_ipk.tar.zst;downloadfilename=80/99/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6_package_write_ipk.tar.zst\nDEBUG: Searching for c8/76/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ef/09/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/09/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3Aef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988_recipe_qa.tar.zst;downloadfilename=ef/09/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://62/eb/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9_populate_sysroot.tar.zst\nDEBUG: Using  for d9/33/sstate:procps::4.0.4:r0::12:d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://83/55/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b_package_qa.tar.zst\nDEBUG: Using  for universal/3a/94/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7e/8e/sstate:python3-importlib-metadata::7.1.0:r0::12:7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f_populate_lic.tar.zst\nDEBUG: Testing URL file://90/08/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/67/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:e067354b68120973cbae13d2692c1fcde4bc85ef325a07824bbc5b77ba10b90e_package_write_deb.tar.zst\nDEBUG: Using  for c8/76/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://13/68/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:13684ac01c482acb34a443d37bafb9a651a9585ad6cfd90b74364365607f493f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://85/f2/sstate:shaderc-native::2024.1:r0::12:85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://54/c9/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://04/7b/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d9/33/sstate:procps::4.0.4:r0::12:d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://23/dd/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/3a/94/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7e/8e/sstate:python3-importlib-metadata::7.1.0:r0::12:7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '90/08/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e_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/83/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:b18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c8/76/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/c5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:a7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/7a/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169_package_qa.tar.zst\nDEBUG: Searching for 54/c9/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://58/17/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd9/33/sstate:procps::4.0.4:r0::12:d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 23/dd/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/3a/94/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053_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/8e/sstate:python3-importlib-metadata::7.1.0:r0::12:7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f_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/08/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/08/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e_recipe_qa.tar.zst;downloadfilename=90/08/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e_recipe_qa.tar.zst\nDEBUG: Searching for b1/83/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:b18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c8/76/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a7/c5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:a7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ea/7a/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 54/c9/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 58/17/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d9/33/sstate:procps::4.0.4:r0::12:d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/33/sstate%3Aprocps%3A%3A4.0.4%3Ar0%3A%3A12%3Ad93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93_populate_lic.tar.zst;downloadfilename=d9/33/sstate:procps::4.0.4:r0::12:d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93_populate_lic.tar.zst\nDEBUG: Using  for 23/dd/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6_package_write_rpm.tar.zst\nDEBUG: For url file://universal/3a/94/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3a/94/sstate%3Adesktop-file-utils-native%3Ax86_64-linux%3A0.27%3Ar0%3Ax86_64%3A12%3A3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053_deploy_source_date_epoch.tar.zst;downloadfilename=universal/3a/94/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7e/8e/sstate:python3-importlib-metadata::7.1.0:r0::12:7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/8e/sstate%3Apython3-importlib-metadata%3A%3A7.1.0%3Ar0%3A%3A12%3A7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f_populate_lic.tar.zst;downloadfilename=7e/8e/sstate:python3-importlib-metadata::7.1.0:r0::12:7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f_populate_lic.tar.zst\nDEBUG: Using  for b1/83/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:b18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c8/76/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/76/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.42%3Ar0%3Acore2-64%3A12%3Ac87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9_package_write_rpm.tar.zst;downloadfilename=c8/76/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9_package_write_rpm.tar.zst\nDEBUG: Using  for a7/c5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:a7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/b1/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720_create_package_spdx.tar.zst\nDEBUG: Using  for ea/7a/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169_package_qa.tar.zst\nDEBUG: Testing URL file://54/c9/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 58/17/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19_package_write_rpm.tar.zst\nDEBUG: Testing URL file://23/dd/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://80/99/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:80997b4b588c3fefed8c063c525e2a94caf2ba69b1db10fe2d80c649693ac3d6_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/d2/sstate:mkfontscale-native::1.2.3:r0::12:0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e_populate_lic.tar.zst\nDEBUG: Testing URL file://b1/83/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:b18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/09/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988_recipe_qa.tar.zst\nDEBUG: Testing URL file://a7/c5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:a7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://48/57/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb_package_qa.tar.zst\nDEBUG: Testing URL file://ea/7a/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169_package_qa.tar.zst\nDEBUG: For url ['file', '', '54/c9/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870_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/17/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '23/dd/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6_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://77/7b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://54/34/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b1/83/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:b18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000_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/a3/57/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a7/c5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:a7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 48/57/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ea/7a/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169_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/c9/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/c9/sstate%3Aencodings%3Aall-poky-linux%3A1.1.0%3Ar0%3Aallarch%3A12%3A54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870_deploy_source_date_epoch.tar.zst;downloadfilename=54/c9/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '58/17/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19_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://23/dd/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/dd/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6_package_write_rpm.tar.zst;downloadfilename=23/dd/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6_package_write_rpm.tar.zst\nDEBUG: Searching for 77/7b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 54/34/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b1/83/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:b18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/83/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A12%3Ab18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000_deploy_source_date_epoch.tar.zst;downloadfilename=b1/83/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:b18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/a3/57/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a7/c5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:a7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/c5/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A12%3Aa7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f_populate_sysroot.tar.zst;downloadfilename=a7/c5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:a7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f_populate_sysroot.tar.zst\nDEBUG: Using  for 48/57/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb_package_qa.tar.zst\nDEBUG: For url file://ea/7a/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/7a/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169_package_qa.tar.zst;downloadfilename=ea/7a/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169_package_qa.tar.zst\nDEBUG: For url file://58/17/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/17/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19_package_write_rpm.tar.zst;downloadfilename=58/17/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://90/08/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e_recipe_qa.tar.zst\nDEBUG: Using  for 77/7b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/33/sstate:procps::4.0.4:r0::12:d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93_populate_lic.tar.zst\nDEBUG: Using  for 54/34/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3a/94/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:3a94f14eb647e24720257430aa4cd81fd7adc7c19de85f0cbc334b1e02687053_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/a3/57/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/8e/sstate:python3-importlib-metadata::7.1.0:r0::12:7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f_populate_lic.tar.zst\nDEBUG: Testing URL file://48/57/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/76/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://01/e4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824_packagedata.tar.zst\nDEBUG: Testing URL file://77/7b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://54/c9/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:54c9ce119c8694cf55ab735189328822ebbdb57610fc807f6ffb099257035870_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2b/99/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37_create_spdx.tar.zst\nDEBUG: Testing URL file://54/34/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/e2/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e_packagedata.tar.zst\nDEBUG: Testing URL file://universal/a3/57/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://98/fb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '48/57/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb_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://82/28/sstate:libxinerama::1.1.5:r0::12:8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948_populate_lic.tar.zst\nDEBUG: Searching for 01/e4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '77/7b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4_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://45/b7/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0_package.tar.zst\nDEBUG: Searching for universal/2b/99/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '54/34/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for eb/e2/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/a3/57/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7_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://23/dd/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6_package_write_rpm.tar.zst\nDEBUG: Searching for 98/fb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://48/57/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/57/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb_package_qa.tar.zst;downloadfilename=48/57/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb_package_qa.tar.zst\nDEBUG: Searching for 82/28/sstate:libxinerama::1.1.5:r0::12:8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 01/e4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824_packagedata.tar.zst\nDEBUG: For url file://77/7b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/7b/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4_recipe_qa.tar.zst;downloadfilename=77/7b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4_recipe_qa.tar.zst\nDEBUG: Searching for 45/b7/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/2b/99/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37_create_spdx.tar.zst\nDEBUG: For url file://54/34/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/34/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A12%3A54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab_package_write_rpm.tar.zst;downloadfilename=54/34/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab_package_write_rpm.tar.zst\nDEBUG: Using  for eb/e2/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e_packagedata.tar.zst\nDEBUG: For url file://universal/a3/57/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a3/57/sstate%3Aunzip-native%3Ax86_64-linux%3A6.0%3Ar0%3Ax86_64%3A12%3Aa3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7_populate_sysroot.tar.zst;downloadfilename=universal/a3/57/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://89/22/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43_packagedata.tar.zst\nDEBUG: Using  for 98/fb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 82/28/sstate:libxinerama::1.1.5:r0::12:8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948_populate_lic.tar.zst\nDEBUG: Testing URL file://01/e4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/83/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:b18353bb7fb911ba8b5a71416754036b4b13daf59b8dec32f0bab9aaca461000_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 45/b7/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0_package.tar.zst\nDEBUG: Testing URL file://universal/2b/99/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/7a/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/c5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:a7c50a7b0ff790348a0c79cc2ec5f3be36cc2d4366f0b7aed5a605ca83db366f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://eb/e2/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e_packagedata.tar.zst\nDEBUG: Searching for 89/22/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://58/17/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19_package_write_rpm.tar.zst\nDEBUG: Testing URL file://98/fb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://82/28/sstate:libxinerama::1.1.5:r0::12:8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948_populate_lic.tar.zst\nDEBUG: For url ['file', '', '01/e4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824_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://5e/7d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757_package_write_deb.tar.zst\nDEBUG: Testing URL file://45/b7/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0_package.tar.zst\nDEBUG: For url ['file', '', 'universal/2b/99/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37_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://0f/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/a3/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b_packagedata.tar.zst\nDEBUG: For url ['file', '', 'eb/e2/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 89/22/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/84/7c/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '98/fb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6_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', '', '82/28/sstate:libxinerama::1.1.5:r0::12:8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://01/e4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/e4/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A12%3A01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824_packagedata.tar.zst;downloadfilename=01/e4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824_packagedata.tar.zst\nDEBUG: Searching for 5e/7d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '45/b7/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/2b/99/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2b/99/sstate%3Axorgproto-native%3Ax86_64-linux%3A2024.1%3Ar0%3Ax86_64%3A12%3A2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37_create_spdx.tar.zst;downloadfilename=universal/2b/99/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37_create_spdx.tar.zst\nDEBUG: Searching for 0f/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fb/a3/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://eb/e2/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/e2/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A12%3Aebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e_packagedata.tar.zst;downloadfilename=eb/e2/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e_packagedata.tar.zst\nDEBUG: Testing URL file://89/22/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43_packagedata.tar.zst\nDEBUG: Searching for universal/84/7c/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://98/fb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/fb/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6_deploy_source_date_epoch.tar.zst;downloadfilename=98/fb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://82/28/sstate:libxinerama::1.1.5:r0::12:8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/28/sstate%3Alibxinerama%3A%3A1.1.5%3Ar0%3A%3A12%3A8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948_populate_lic.tar.zst;downloadfilename=82/28/sstate:libxinerama::1.1.5:r0::12:8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948_populate_lic.tar.zst\nDEBUG: Using  for 5e/7d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757_package_write_deb.tar.zst\nDEBUG: For url file://45/b7/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/b7/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A12%3A45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0_package.tar.zst;downloadfilename=45/b7/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://48/57/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb_package_qa.tar.zst\nDEBUG: Using  for 0f/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b_create_spdx.tar.zst\nDEBUG: Using  for fb/a3/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b_packagedata.tar.zst\nDEBUG: For url ['file', '', '89/22/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/84/7c/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://54/34/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab_package_write_rpm.tar.zst\nDEBUG: Testing URL file://5e/7d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a3/57/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://60/4e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831_package.tar.zst\nDEBUG: Testing URL file://0f/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b_create_spdx.tar.zst\nDEBUG: Testing URL file://fb/a3/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://77/7b/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://01/e4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824_packagedata.tar.zst\nDEBUG: For url file://89/22/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/22/sstate%3Anpth%3Acore2-64-poky-linux%3A1.7%3Ar0%3Acore2-64%3A12%3A8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43_packagedata.tar.zst;downloadfilename=89/22/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43_packagedata.tar.zst\nDEBUG: Testing URL file://universal/84/7c/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://99/0b/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5e/7d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757_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://f8/28/sstate:lua::5.4.6:r0::12:f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e_populate_lic.tar.zst\nDEBUG: Searching for 60/4e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0f/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b_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/a3/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b_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/0f/30/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/fe/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/84/7c/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 99/0b/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5e/7d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/7d/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.52.0%3Ar0%3Acore2-64%3A12%3A5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757_package_write_deb.tar.zst;downloadfilename=5e/7d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757_package_write_deb.tar.zst\nDEBUG: Searching for f8/28/sstate:lua::5.4.6:r0::12:f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 60/4e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831_package.tar.zst\nDEBUG: For url file://0f/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/72/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A12%3A0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b_create_spdx.tar.zst;downloadfilename=0f/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b_create_spdx.tar.zst\nDEBUG: For url file://fb/a3/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/a3/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Afba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b_packagedata.tar.zst;downloadfilename=fb/a3/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b_packagedata.tar.zst\nDEBUG: Searching for universal/0f/30/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5b/fe/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/84/7c/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/7c/sstate%3Aldconfig-native%3Ax86_64-linux%3A2.12.1%3Ar0%3Ax86_64%3A12%3A847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309_populate_sysroot.tar.zst;downloadfilename=universal/84/7c/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309_populate_sysroot.tar.zst\nDEBUG: Using  for 99/0b/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6_recipe_qa.tar.zst\nDEBUG: Using  for f8/28/sstate:lua::5.4.6:r0::12:f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e_populate_lic.tar.zst\nDEBUG: Testing URL file://60/4e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2b/99/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/e2/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e_packagedata.tar.zst\nDEBUG: Using  for universal/0f/30/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b_create_spdx.tar.zst\nDEBUG: Using  for 5b/fe/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://82/28/sstate:libxinerama::1.1.5:r0::12:8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948_populate_lic.tar.zst\nDEBUG: Testing URL file://99/0b/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6_recipe_qa.tar.zst\nDEBUG: Testing URL file://f8/28/sstate:lua::5.4.6:r0::12:f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '60/4e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831_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://98/fb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:98fb93f035b0e03443f1ff933f0bab1cb87bd0b59b440d65584825290572d4e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/b4/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/18/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/0f/30/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b_create_spdx.tar.zst\nDEBUG: Testing URL file://5b/fe/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/81/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '99/0b/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f8/28/sstate:lua::5.4.6:r0::12:f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://60/4e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/4e/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831_package.tar.zst;downloadfilename=60/4e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831_package.tar.zst\nDEBUG: SState: Attempting to fetch file://47/de/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6c/b4/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9a/18/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/0f/30/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b_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://89/22/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://45/b7/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:45b726a90614205606cc13f52f11a3a1d896bc1c9f6e419ed714fd0a91e439f0_package.tar.zst\nDEBUG: For url ['file', '', '5b/fe/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3e/81/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://99/0b/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/0b/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A12%3A990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6_recipe_qa.tar.zst;downloadfilename=99/0b/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6_recipe_qa.tar.zst\nDEBUG: For url file://f8/28/sstate:lua::5.4.6:r0::12:f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/28/sstate%3Alua%3A%3A5.4.6%3Ar0%3A%3A12%3Af8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e_populate_lic.tar.zst;downloadfilename=f8/28/sstate:lua::5.4.6:r0::12:f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/7d/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:5e7de1808e18b0402ef4c1be35d71b1e151a479963bd079897c98b4eaace6757_package_write_deb.tar.zst\nDEBUG: Searching for 47/de/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6c/b4/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc_package_write_deb.tar.zst\nDEBUG: Using  for 9a/18/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501_package_write_rpm.tar.zst\nDEBUG: For url file://universal/0f/30/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0f/30/sstate%3Alibslirp-native%3Ax86_64-linux%3A4.8.0%3Ar0%3Ax86_64%3A12%3A0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b_create_spdx.tar.zst;downloadfilename=universal/0f/30/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/e9/sstate:iw::6.9:r0::12:f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/1e/sstate:alsa-state::0.2.0:r0::12:fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30_populate_lic.tar.zst\nDEBUG: For url file://5b/fe/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/fe/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%2Bgit%3Ar0%3Aallarch%3A12%3A5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2_create_spdx.tar.zst;downloadfilename=5b/fe/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2_create_spdx.tar.zst\nDEBUG: Using  for 3e/81/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://80/ee/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/72/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b_create_spdx.tar.zst\nDEBUG: Using  for 47/de/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/84/7c/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6c/b4/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc_package_write_deb.tar.zst\nDEBUG: Testing URL file://9a/18/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501_package_write_rpm.tar.zst\nDEBUG: Searching for f5/e9/sstate:iw::6.9:r0::12:f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fb/1e/sstate:alsa-state::0.2.0:r0::12:fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fb/a3/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b_packagedata.tar.zst\nDEBUG: Testing URL file://3e/81/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4_package_write_deb.tar.zst\nDEBUG: Searching for 80/ee/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://51/b0/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d_package_qa.tar.zst\nDEBUG: Testing URL file://47/de/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/9e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6c/b4/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc_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', '', '9a/18/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f5/e9/sstate:iw::6.9:r0::12:f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b_populate_lic.tar.zst\nDEBUG: Using  for fb/1e/sstate:alsa-state::0.2.0:r0::12:fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://64/74/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '3e/81/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 80/ee/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533_package_qa.tar.zst\nDEBUG: Searching for 51/b0/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '47/de/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0_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 bd/9e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6c/b4/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/b4/sstate%3Atcf-agent%3Acore2-64-poky-linux%3A1.8.0%2Bgit%3Ar0%3Acore2-64%3A12%3A6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc_package_write_deb.tar.zst;downloadfilename=6c/b4/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc_package_write_deb.tar.zst\nDEBUG: For url file://9a/18/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/18/sstate%3Aboost%3Acore2-64-poky-linux%3A1.85.0%3Ar0%3Acore2-64%3A12%3A9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501_package_write_rpm.tar.zst;downloadfilename=9a/18/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f5/e9/sstate:iw::6.9:r0::12:f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b_populate_lic.tar.zst\nDEBUG: Testing URL file://fb/1e/sstate:alsa-state::0.2.0:r0::12:fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30_populate_lic.tar.zst\nDEBUG: Searching for 64/74/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3e/81/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/81/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A12%3A3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4_package_write_deb.tar.zst;downloadfilename=3e/81/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4_package_write_deb.tar.zst\nDEBUG: Testing URL file://80/ee/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://60/4e/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:604e4531b6a2bcfe8d37faa9ce7a73c34f498d67787559519db76e41a5bda831_package.tar.zst\nDEBUG: Using  for 51/b0/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d_package_qa.tar.zst\nDEBUG: For url file://47/de/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/de/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.14%3Ar0%3Acore2-64%3A12%3A47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0_deploy_source_date_epoch.tar.zst;downloadfilename=47/de/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for bd/9e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f5/e9/sstate:iw::6.9:r0::12:f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b_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://99/0b/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fb/1e/sstate:alsa-state::0.2.0:r0::12:fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 64/74/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/28/sstate:lua::5.4.6:r0::12:f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '80/ee/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533_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/0f/30/sstate:libslirp-native:x86_64-linux:4.8.0:r0:x86_64:12:0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://90/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af_populate_sysroot.tar.zst\nDEBUG: Testing URL file://51/b0/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d_package_qa.tar.zst\nDEBUG: Testing URL file://bd/9e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2_create_spdx.tar.zst\nDEBUG: For url file://f5/e9/sstate:iw::6.9:r0::12:f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/e9/sstate%3Aiw%3A%3A6.9%3Ar0%3A%3A12%3Af5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b_populate_lic.tar.zst;downloadfilename=f5/e9/sstate:iw::6.9:r0::12:f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/fe/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://89/49/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a_package_write_deb.tar.zst\nDEBUG: For url file://fb/1e/sstate:alsa-state::0.2.0:r0::12:fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/1e/sstate%3Aalsa-state%3A%3A0.2.0%3Ar0%3A%3A12%3Afb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30_populate_lic.tar.zst;downloadfilename=fb/1e/sstate:alsa-state::0.2.0:r0::12:fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30_populate_lic.tar.zst\nDEBUG: Testing URL file://64/74/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/69/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc_packagedata.tar.zst\nDEBUG: For url file://80/ee/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/ee/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533_package_qa.tar.zst;downloadfilename=80/ee/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/ed/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703_create_spdx.tar.zst\nDEBUG: Searching for 90/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '51/b0/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bd/9e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2_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/71/c6/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde_recipe_qa.tar.zst\nDEBUG: Searching for 89/49/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '64/74/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e7/69/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6c/b4/sstate:tcf-agent:core2-64-poky-linux:1.8.0+git:r0:core2-64:12:6cb4cd2f477248e6822bea2abcb8a97cbc698b3f67dff1e1cd9155c1590c74dc_package_write_deb.tar.zst\nDEBUG: Searching for 0c/ed/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 90/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af_populate_sysroot.tar.zst\nDEBUG: For url file://51/b0/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/b0/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A12%3A51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d_package_qa.tar.zst;downloadfilename=51/b0/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d_package_qa.tar.zst\nDEBUG: For url file://bd/9e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/9e/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.5%3Ar0%3Acore2-64%3A12%3Abd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2_create_spdx.tar.zst;downloadfilename=bd/9e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2_create_spdx.tar.zst\nDEBUG: Searching for universal/71/c6/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 89/49/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a_package_write_deb.tar.zst\nDEBUG: For url file://64/74/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/74/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A12%3A6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3_package_write_deb.tar.zst;downloadfilename=64/74/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3_package_write_deb.tar.zst\nDEBUG: Using  for e7/69/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc_packagedata.tar.zst\nDEBUG: Testing URL file://e7/69/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc_packagedata.tar.zst\nDEBUG: Using  for 0c/ed/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703_create_spdx.tar.zst\nDEBUG: Testing URL file://90/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af_populate_sysroot.tar.zst\nDEBUG: Using  for universal/71/c6/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde_recipe_qa.tar.zst\nDEBUG: Testing URL file://89/49/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/81/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:3e81e85cfa825a6914416a88ccce14087941b21de4bcf856248db1891fc240d4_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ec/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:eced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e7/69/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc_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://47/de/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:47de12d06bb911e52b7dbcec7c5fbe0197b2637e11cfc99c501f2fed2c3ed2b0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0c/ed/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703_create_spdx.tar.zst\nDEBUG: For url ['file', '', '90/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af_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://f5/e9/sstate:iw::6.9:r0::12:f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/71/c6/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '89/49/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a_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://84/04/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13_populate_sysroot.tar.zst\nDEBUG: Searching for universal/ec/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:eced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e7/69/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/69/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3Ae769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc_packagedata.tar.zst;downloadfilename=e7/69/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://46/79/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/18/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '0c/ed/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703_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/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/e2/sstate%3Alibmpc%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af_populate_sysroot.tar.zst;downloadfilename=90/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/ac/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:e1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/71/c6/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde_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/49/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/49/sstate%3Aed%3Acore2-64-poky-linux%3A1.20.2%3Ar0%3Acore2-64%3A12%3A89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a_package_write_deb.tar.zst;downloadfilename=89/49/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a_package_write_deb.tar.zst\nDEBUG: Searching for 84/04/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/ec/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:eced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 46/79/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fb/1e/sstate:alsa-state::0.2.0:r0::12:fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://80/ee/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/f8/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:aaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677_package_write_deb.tar.zst\nDEBUG: For url file://0c/ed/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/ed/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A12%3A0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703_create_spdx.tar.zst;downloadfilename=0c/ed/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703_create_spdx.tar.zst\nDEBUG: Searching for e1/ac/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:e1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/71/c6/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/c6/sstate%3Apython3-docutils-native%3Ax86_64-linux%3A0.21.2%3Ar0%3Ax86_64%3A12%3A71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde_recipe_qa.tar.zst;downloadfilename=universal/71/c6/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://51/b0/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d_package_qa.tar.zst\nDEBUG: Using  for 84/04/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13_populate_sysroot.tar.zst\nDEBUG: Testing URL file://84/04/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13_populate_sysroot.tar.zst\nDEBUG: Using  for 46/79/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/21/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:cf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://70/91/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc_package.tar.zst\nDEBUG: Searching for aa/f8/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:aaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e1/ac/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:e1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/9e/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://64/74/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:6474c0663069ba220ad09b2708f94aa97529eae554befb67b8fae6471932fcf3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/c1/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/ec/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:eced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '84/04/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://46/79/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a_package_write_ipk.tar.zst\nDEBUG: Searching for cf/21/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:cf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 70/91/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for aa/f8/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:aaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677_package_write_deb.tar.zst\nDEBUG: Testing URL file://e1/ac/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:e1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/22/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/6a/sstate:autoconf-native::2.72e:r0::12:9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a_populate_lic.tar.zst\nDEBUG: Searching for fd/c1/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ec/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:eced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9_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://e7/69/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc_packagedata.tar.zst\nDEBUG: For url file://84/04/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/04/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.4%2Bgit%3Ar0%3Acore2-64%3A12%3A84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13_populate_sysroot.tar.zst;downloadfilename=84/04/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '46/79/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cf/21/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:cf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df_package_write_ipk.tar.zst\nDEBUG: Using  for 70/91/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc_package.tar.zst\nDEBUG: Testing URL file://aa/f8/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:aaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e1/ac/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:e1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b9/22/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9d/6a/sstate:autoconf-native::2.72e:r0::12:9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fd/c1/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/ec/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:eced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ec/ed/sstate%3Alibgcrypt-native%3Ax86_64-linux%3A1.10.3%3Ar0%3Ax86_64%3A12%3Aeced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ec/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:eced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/74/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4_package.tar.zst\nDEBUG: For url file://46/79/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/79/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A12%3A4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a_package_write_ipk.tar.zst;downloadfilename=46/79/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://cf/21/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:cf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df_package_write_ipk.tar.zst\nDEBUG: Testing URL file://70/91/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://90/e2/sstate:libmpc:core2-64-poky-linux:1.3.1:r0:core2-64:12:90e2ca195c1340b398ed00d77a6797fc9853b8e0ac375212fe66f75674c519af_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'aa/f8/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:aaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677_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://e1/ac/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:e1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/ac/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A12%3Ae1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a_package_write_ipk.tar.zst;downloadfilename=e1/ac/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:e1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a_package_write_ipk.tar.zst\nDEBUG: Using  for b9/22/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0_package_qa.tar.zst\nDEBUG: Using  for 9d/6a/sstate:autoconf-native::2.72e:r0::12:9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a_populate_lic.tar.zst\nDEBUG: Testing URL file://fd/c1/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a9/74/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://89/49/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:89497008d74f13fa198681124fe2c08c681ba98c5a145a405c415007ffaee40a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/ed/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'cf/21/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:cf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df_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', '', '70/91/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc_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/71/c6/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:71c605460adfc817126fb7f7e1c2c59f8a9337fdd715b1acd84c0ee630d1ebde_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/66/sstate:xwininfo::1.1.6:r0::12:9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a_populate_lic.tar.zst\nDEBUG: For url file://aa/f8/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:aaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/f8/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.13%3Ar0%3Aqemux86_64%3A12%3Aaaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677_package_write_deb.tar.zst;downloadfilename=aa/f8/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:aaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677_package_write_deb.tar.zst\nDEBUG: Testing URL file://b9/22/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0_package_qa.tar.zst\nDEBUG: Testing URL file://9d/6a/sstate:autoconf-native::2.72e:r0::12:9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fd/c1/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d_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 a9/74/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/8c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://60/ce/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37_create_spdx.tar.zst\nDEBUG: For url file://cf/21/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:cf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/21/sstate%3Astrace%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3Acf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df_package_write_ipk.tar.zst;downloadfilename=cf/21/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:cf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df_package_write_ipk.tar.zst\nDEBUG: For url file://70/91/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/91/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc_package.tar.zst;downloadfilename=70/91/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc_package.tar.zst\nDEBUG: SState: Attempting to fetch file://34/46/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d_package.tar.zst\nDEBUG: Searching for 9d/66/sstate:xwininfo::1.1.6:r0::12:9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b9/22/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9d/6a/sstate:autoconf-native::2.72e:r0::12:9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a_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/c1/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/c1/sstate%3Autfcpp%3Acore2-64-poky-linux%3A4.0.5%3Ar0%3Acore2-64%3A12%3Afdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d_deploy_source_date_epoch.tar.zst;downloadfilename=fd/c1/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a9/74/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4_package.tar.zst\nDEBUG: Searching for 3c/8c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 60/ce/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 34/46/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://84/04/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13_populate_sysroot.tar.zst\nDEBUG: Using  for 9d/66/sstate:xwininfo::1.1.6:r0::12:9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a_populate_lic.tar.zst\nDEBUG: For url file://b9/22/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/22/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A12%3Ab92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0_package_qa.tar.zst;downloadfilename=b9/22/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0_package_qa.tar.zst\nDEBUG: For url file://9d/6a/sstate:autoconf-native::2.72e:r0::12:9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/6a/sstate%3Aautoconf-native%3A%3A2.72e%3Ar0%3A%3A12%3A9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a_populate_lic.tar.zst;downloadfilename=9d/6a/sstate:autoconf-native::2.72e:r0::12:9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a9/74/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3c/8c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef_recipe_qa.tar.zst\nDEBUG: Using  for 60/ce/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37_create_spdx.tar.zst\nDEBUG: Using  for 34/46/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ec/ed/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:eced500e159404501aa14054453fbe10aacc90e8b0d39f28ed40182d51df70a9_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://89/6f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf_package_write_ipk.tar.zst\nDEBUG: Testing URL file://9d/66/sstate:xwininfo::1.1.6:r0::12:9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a_populate_lic.tar.zst\nDEBUG: For url file://a9/74/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/74/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3Aa974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4_package.tar.zst;downloadfilename=a9/74/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://46/79/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:4679575613bba8db6a0901d5d70eacece57bcdc3bfe75360c5192bcf6b78050a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/ac/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:e1ac408ee35e3ecd0ee23fc010efe2e77160eaa751f25b0c15679fcb2e3ba71a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://3c/8c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/f8/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:aaf870e29602478231dc0fcb91f3631aa947c41078d5995c0be15a64e567d677_package_write_deb.tar.zst\nDEBUG: Testing URL file://60/ce/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37_create_spdx.tar.zst\nDEBUG: Testing URL file://34/46/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/d6/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229_package_qa.tar.zst\nDEBUG: Searching for 89/6f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9d/66/sstate:xwininfo::1.1.6:r0::12:9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a_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://a9/57/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/d3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://70/91/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7091fc42cb2a17b1ee6229554680ce0001f4faa1f94426373310759eff4961dc_package.tar.zst\nDEBUG: For url ['file', '', '3c/8c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef_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://e1/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '60/ce/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37_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/46/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8a/d6/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 89/6f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf_package_write_ipk.tar.zst\nDEBUG: For url file://9d/66/sstate:xwininfo::1.1.6:r0::12:9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/66/sstate%3Axwininfo%3A%3A1.1.6%3Ar0%3A%3A12%3A9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a_populate_lic.tar.zst;downloadfilename=9d/66/sstate:xwininfo::1.1.6:r0::12:9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a_populate_lic.tar.zst\nDEBUG: Searching for a9/57/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6f/d3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://30/2a/sstate:python3-pip-native::24.0:r0::12:302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8_populate_lic.tar.zst\nDEBUG: For url file://3c/8c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/8c/sstate%3Aboost%3Acore2-64-poky-linux%3A1.85.0%3Ar0%3Acore2-64%3A12%3A3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef_recipe_qa.tar.zst;downloadfilename=3c/8c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef_recipe_qa.tar.zst\nDEBUG: Searching for e1/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://60/ce/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/ce/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A12%3A60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37_create_spdx.tar.zst;downloadfilename=60/ce/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37_create_spdx.tar.zst\nDEBUG: For url file://34/46/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/46/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A12%3A344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d_package.tar.zst;downloadfilename=34/46/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d_package.tar.zst\nDEBUG: Using  for 8a/d6/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229_package_qa.tar.zst\nDEBUG: Testing URL file://89/6f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/21/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:cf2158bff9be422f602a7767397bf6ae32feca8d8d43b0857c5e045b799459df_package_write_ipk.tar.zst\nDEBUG: Using  for a9/57/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4_package_qa.tar.zst\nDEBUG: Using  for 6f/d3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b_populate_sysroot.tar.zst\nDEBUG: Searching for 30/2a/sstate:python3-pip-native::24.0:r0::12:302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fd/c1/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fdc19f897f44b33d886e11c2f66f473dd3f202ac2d91bbee8fec606111ed685d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e1/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/22/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0_package_qa.tar.zst\nDEBUG: Testing URL file://8a/d6/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229_package_qa.tar.zst\nDEBUG: For url ['file', '', '89/6f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf_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://9d/6a/sstate:autoconf-native::2.72e:r0::12:9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://23/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://a9/57/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4_package_qa.tar.zst\nDEBUG: Testing URL file://6f/d3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b_populate_sysroot.tar.zst\nDEBUG: Using  for 30/2a/sstate:python3-pip-native::24.0:r0::12:302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/96/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c_recipe_qa.tar.zst\nDEBUG: Testing URL file://e1/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://19/5c/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '8a/d6/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://89/6f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/6f/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf_package_write_ipk.tar.zst;downloadfilename=89/6f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://34/e1/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8_recipe_qa.tar.zst\nDEBUG: Searching for 23/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a9/57/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4_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/d3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://30/2a/sstate:python3-pip-native::24.0:r0::12:302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8_populate_lic.tar.zst\nDEBUG: Searching for d0/96/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e1/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 19/5c/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8a/d6/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/d6/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A12%3A8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229_package_qa.tar.zst;downloadfilename=8a/d6/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229_package_qa.tar.zst\nDEBUG: Searching for 34/e1/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a9/74/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a974de67b56e673736fe8712d12cdac1f13ecac27cd24e13e4e248d2a0267dd4_package.tar.zst\nDEBUG: Using  for 23/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d_package_write_ipk.tar.zst\nDEBUG: For url file://a9/57/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/57/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3Aa957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4_package_qa.tar.zst;downloadfilename=a9/57/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4_package_qa.tar.zst\nDEBUG: For url file://6f/d3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/d3/sstate%3Axxhash%3Acore2-64-poky-linux%3A0.8.2%3Ar0%3Acore2-64%3A12%3A6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b_populate_sysroot.tar.zst;downloadfilename=6f/d3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '30/2a/sstate:python3-pip-native::24.0:r0::12:302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d0/96/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c_recipe_qa.tar.zst\nDEBUG: For url file://e1/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/6a/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Ae16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21_recipe_qa.tar.zst;downloadfilename=e1/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21_recipe_qa.tar.zst\nDEBUG: Using  for 19/5c/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc_package_write_deb.tar.zst\nDEBUG: Using  for 34/e1/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ae/1c/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:ae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/66/sstate:xwininfo::1.1.6:r0::12:9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a_populate_lic.tar.zst\nDEBUG: Testing URL file://23/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d_package_write_ipk.tar.zst\nDEBUG: For url file://30/2a/sstate:python3-pip-native::24.0:r0::12:302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/2a/sstate%3Apython3-pip-native%3A%3A24.0%3Ar0%3A%3A12%3A302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8_populate_lic.tar.zst;downloadfilename=30/2a/sstate:python3-pip-native::24.0:r0::12:302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/8c/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef_recipe_qa.tar.zst\nDEBUG: Testing URL file://d0/96/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://60/ce/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://34/46/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:344618526487a8a3760a56104904d931c5d4ee52f5cee52ca16652aa778f388d_package.tar.zst\nDEBUG: Testing URL file://19/5c/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc_package_write_deb.tar.zst\nDEBUG: Testing URL file://34/e1/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8_recipe_qa.tar.zst\nDEBUG: Searching for universal/ae/1c/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:ae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://78/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784_package.tar.zst\nDEBUG: For url ['file', '', '23/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d_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://75/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd0/96/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c_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/6f/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/f6/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/af/f1/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '19/5c/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc_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', '', '34/e1/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ae/1c/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:ae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 78/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://23/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/a6/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d_package_write_ipk.tar.zst;downloadfilename=23/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d_package_write_ipk.tar.zst\nDEBUG: Searching for 75/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d0/96/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/96/sstate%3Aflex%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3Ad09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c_recipe_qa.tar.zst;downloadfilename=d0/96/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://91/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3_populate_sysroot.tar.zst\nDEBUG: Searching for 0a/f6/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/af/f1/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://19/5c/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/5c/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.1%3Ar0%3Acore2-64%3A12%3A195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc_package_write_deb.tar.zst;downloadfilename=19/5c/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc_package_write_deb.tar.zst\nDEBUG: For url file://34/e1/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/e1/sstate%3Acargo%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8_recipe_qa.tar.zst;downloadfilename=34/e1/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/ae/1c/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:ae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 78/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784_package.tar.zst\nDEBUG: Using  for 75/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169_create_spdx.tar.zst\nDEBUG: Searching for 91/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a9/57/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/d6/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229_package_qa.tar.zst\nDEBUG: Using  for 0a/f6/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051_packagedata.tar.zst\nDEBUG: Using  for universal/af/f1/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/ae/1c/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:ae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f_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://6f/d3/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:6fd313397ba62b7e8215a8715ad7aea55b06138157812650f950352cc2f4c19b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/6a/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21_recipe_qa.tar.zst\nDEBUG: Testing URL file://78/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784_package.tar.zst\nDEBUG: SState: Successful fetch test for file://30/2a/sstate:python3-pip-native::24.0:r0::12:302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8_populate_lic.tar.zst\nDEBUG: Testing URL file://75/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169_create_spdx.tar.zst\nDEBUG: Using  for 91/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/97/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2c/eb/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58_create_spdx.tar.zst\nDEBUG: Testing URL file://0a/f6/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051_packagedata.tar.zst\nDEBUG: Testing URL file://universal/af/f1/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c_populate_sysroot.tar.zst\nDEBUG: For url file://universal/ae/1c/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:ae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/1c/sstate%3Alua-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A12%3Aae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ae/1c/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:ae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://99/04/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://33/d9/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '78/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784_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://82/1b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '75/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169_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/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3_populate_sysroot.tar.zst\nDEBUG: Searching for 2f/97/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/2c/eb/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0a/f6/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/af/f1/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 99/04/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 33/d9/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://78/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/f4/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784_package.tar.zst;downloadfilename=78/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784_package.tar.zst\nDEBUG: Searching for 82/1b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://75/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/77/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169_create_spdx.tar.zst;downloadfilename=75/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169_create_spdx.tar.zst\nDEBUG: For url ['file', '', '91/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2f/97/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee_package.tar.zst\nDEBUG: Testing URL file://2f/97/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee_package.tar.zst\nDEBUG: For url file://0a/f6/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/f6/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A12%3A0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051_packagedata.tar.zst;downloadfilename=0a/f6/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051_packagedata.tar.zst\nDEBUG: For url file://universal/af/f1/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/af/f1/sstate%3Agpgme-native%3Ax86_64-linux%3A1.23.2%3Ar0%3Ax86_64%3A12%3Aaff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c_populate_sysroot.tar.zst;downloadfilename=universal/af/f1/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c_populate_sysroot.tar.zst\nDEBUG: Using  for 99/04/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce_recipe_qa.tar.zst\nDEBUG: Using  for 33/d9/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0_recipe_qa.tar.zst\nDEBUG: Using  for 82/1b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/96/sstate:flex:core2-64-poky-linux:2.6.4:r0:core2-64:12:d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://23/a6/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d_package_write_ipk.tar.zst\nDEBUG: For url file://91/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/8f/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3_populate_sysroot.tar.zst;downloadfilename=91/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3_populate_sysroot.tar.zst\nDEBUG: Using  for universal/2c/eb/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2f/97/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee_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://34/e1/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8_recipe_qa.tar.zst\nDEBUG: Testing URL file://99/04/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://19/5c/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:195c02450268d4012d9a750135da2fd9c2035cc3244a5e74d87daf76b43b46cc_package_write_deb.tar.zst\nDEBUG: Testing URL file://33/d9/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0_recipe_qa.tar.zst\nDEBUG: Testing URL file://82/1b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/95/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://39/b0/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0_package.tar.zst\nDEBUG: Testing URL file://universal/2c/eb/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ae/1c/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:ae1c12419fd691cdd37a07a642a38c8e19534ee23e94152be538fd43f503278f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2f/97/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/97/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee_package.tar.zst;downloadfilename=2f/97/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee_package.tar.zst\nDEBUG: SState: Attempting to fetch file://43/21/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '99/04/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce_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/1f/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326_packagedata.tar.zst\nDEBUG: For url ['file', '', '33/d9/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '82/1b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830_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/95/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 39/b0/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/2c/eb/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58_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/f3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4_package.tar.zst\nDEBUG: Searching for 43/21/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://78/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:78f430276f0d97636b7ef4c086a397787aa90f41c15279d193e78c0b22249784_package.tar.zst\nDEBUG: For url file://99/04/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/04/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.9.0%3Ar0%3Acore2-64%3A12%3A9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce_recipe_qa.tar.zst;downloadfilename=99/04/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce_recipe_qa.tar.zst\nDEBUG: Searching for b1/1f/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://33/d9/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/d9/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0_recipe_qa.tar.zst;downloadfilename=33/d9/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0_recipe_qa.tar.zst\nDEBUG: For url file://82/1b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/1b/sstate%3Ataglib%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830_deploy_source_date_epoch.tar.zst;downloadfilename=82/1b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e9/95/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0_create_spdx.tar.zst\nDEBUG: Using  for 39/b0/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0_package.tar.zst\nDEBUG: For url file://universal/2c/eb/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2c/eb/sstate%3Atzcode-native%3Ax86_64-linux%3A2024a%3Ar0%3Ax86_64%3A12%3A2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58_create_spdx.tar.zst;downloadfilename=universal/2c/eb/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58_create_spdx.tar.zst\nDEBUG: Searching for 63/f3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 43/21/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/d1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34_package_write_rpm.tar.zst\nDEBUG: Using  for b1/1f/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://75/77/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169_create_spdx.tar.zst\nDEBUG: Testing URL file://e9/95/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0_create_spdx.tar.zst\nDEBUG: Testing URL file://39/b0/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/f6/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/af/f1/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c_populate_sysroot.tar.zst\nDEBUG: Using  for 63/f3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4_package.tar.zst\nDEBUG: Testing URL file://43/21/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f_recipe_qa.tar.zst\nDEBUG: Searching for 5e/d1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b1/1f/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6b/6c/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e9/95/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '39/b0/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0_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/4e/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/d1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278_recipe_qa.tar.zst\nDEBUG: Testing URL file://63/f3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4_package.tar.zst\nDEBUG: For url ['file', '', '43/21/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5e/d1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b1/1f/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/6b/6c/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e9/95/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/95/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.42%3Ar0%3Acore2-64%3A12%3Ae995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0_create_spdx.tar.zst;downloadfilename=e9/95/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0_create_spdx.tar.zst\nDEBUG: For url file://39/b0/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/b0/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.19.2%3Ar0%3Acore2-64%3A12%3A39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0_package.tar.zst;downloadfilename=39/b0/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0_package.tar.zst\nDEBUG: Searching for f6/4e/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3e/d1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '63/f3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://43/21/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/21/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f_recipe_qa.tar.zst;downloadfilename=43/21/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f_recipe_qa.tar.zst\nDEBUG: Testing URL file://5e/d1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34_package_write_rpm.tar.zst\nDEBUG: For url file://b1/1f/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/1f/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Ab11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326_packagedata.tar.zst;downloadfilename=b1/1f/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326_packagedata.tar.zst\nDEBUG: Using  for universal/6b/6c/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://91/8f/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:918f9cc572fc93ca13d97038bee15f9cc900f428ef93b96cf9cf93aab41f8fb3_populate_sysroot.tar.zst\nDEBUG: Using  for f6/4e/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/97/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:2f9725cf37c7e878be3471afad76667fbcdef0b20cce32e336d3921ef9ae81ee_package.tar.zst\nDEBUG: Using  for 3e/d1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278_recipe_qa.tar.zst\nDEBUG: For url file://63/f3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/f3/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4_package.tar.zst;downloadfilename=63/f3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://99/04/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5e/d1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34_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://33/d9/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://82/1b/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:821b7e3f3b4df5080f46d3457090df393d3fb59c9fdbf6ec1246dfd3e458d830_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/6b/6c/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://74/c5/sstate:ncurses::6.5:r0::12:74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6_populate_lic.tar.zst\nDEBUG: Testing URL file://f6/4e/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://95/ef/sstate:libmodulemd::2.15.0:r0::12:95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4_populate_lic.tar.zst\nDEBUG: Testing URL file://3e/d1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/fe/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63_package_write_deb.tar.zst\nDEBUG: For url file://5e/d1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/d1/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A12%3A5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34_package_write_rpm.tar.zst;downloadfilename=5e/d1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2c/eb/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/17/a5/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/d2/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/6b/6c/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 74/c5/sstate:ncurses::6.5:r0::12:74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f6/4e/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 95/ef/sstate:libmodulemd::2.15.0:r0::12:95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3e/d1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4d/fe/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c0/78/sstate:xmodmap::1.0.11:r0::12:c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd_populate_lic.tar.zst\nDEBUG: Searching for universal/17/a5/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e9/95/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0_create_spdx.tar.zst\nDEBUG: Searching for 9d/d2/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/6b/6c/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6b/6c/sstate%3Alibedit-native%3Ax86_64-linux%3A20240517-3.1%3Ar0%3Ax86_64%3A12%3A6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db_create_spdx.tar.zst;downloadfilename=universal/6b/6c/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db_create_spdx.tar.zst\nDEBUG: Using  for 74/c5/sstate:ncurses::6.5:r0::12:74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6_populate_lic.tar.zst\nDEBUG: For url file://f6/4e/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/4e/sstate%3Aiw%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3Af64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf_recipe_qa.tar.zst;downloadfilename=f6/4e/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf_recipe_qa.tar.zst\nDEBUG: Using  for 95/ef/sstate:libmodulemd::2.15.0:r0::12:95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4_populate_lic.tar.zst\nDEBUG: For url file://3e/d1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/d1/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278_recipe_qa.tar.zst;downloadfilename=3e/d1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278_recipe_qa.tar.zst\nDEBUG: Using  for 4d/fe/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63_package_write_deb.tar.zst\nDEBUG: Searching for c0/78/sstate:xmodmap::1.0.11:r0::12:c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/17/a5/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/17/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:ae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8_package_write_deb.tar.zst\nDEBUG: Using  for 9d/d2/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec_create_spdx.tar.zst\nDEBUG: Testing URL file://74/c5/sstate:ncurses::6.5:r0::12:74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6_populate_lic.tar.zst\nDEBUG: Testing URL file://95/ef/sstate:libmodulemd::2.15.0:r0::12:95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://39/b0/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:39b016ddac8819d80cf36a04c6f1963594d030a0e0d34c2d86ed5eceb00b63a0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://43/21/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f_recipe_qa.tar.zst\nDEBUG: Testing URL file://4d/fe/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63_package_write_deb.tar.zst\nDEBUG: Using  for c0/78/sstate:xmodmap::1.0.11:r0::12:c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/1f/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326_packagedata.tar.zst\nDEBUG: Testing URL file://universal/17/a5/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c_create_package_spdx.tar.zst\nDEBUG: Searching for ae/17/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:ae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9d/d2/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec_create_spdx.tar.zst\nDEBUG: For url ['file', '', '74/c5/sstate:ncurses::6.5:r0::12:74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6_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/ef/sstate:libmodulemd::2.15.0:r0::12:95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4_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://08/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0b/03/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '4d/fe/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63_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://c0/78/sstate:xmodmap::1.0.11:r0::12:c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/c7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/17/a5/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ae/17/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:ae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9d/d2/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://74/c5/sstate:ncurses::6.5:r0::12:74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/c5/sstate%3Ancurses%3A%3A6.5%3Ar0%3A%3A12%3A74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6_populate_lic.tar.zst;downloadfilename=74/c5/sstate:ncurses::6.5:r0::12:74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6_populate_lic.tar.zst\nDEBUG: For url file://95/ef/sstate:libmodulemd::2.15.0:r0::12:95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/ef/sstate%3Alibmodulemd%3A%3A2.15.0%3Ar0%3A%3A12%3A95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4_populate_lic.tar.zst;downloadfilename=95/ef/sstate:libmodulemd::2.15.0:r0::12:95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4_populate_lic.tar.zst\nDEBUG: Searching for 08/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/0b/03/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4d/fe/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/fe/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A12%3A4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63_package_write_deb.tar.zst;downloadfilename=4d/fe/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c0/78/sstate:xmodmap::1.0.11:r0::12:c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ac/c7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://63/f3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:63f3b0898e8348b4e85186a04b81b848da3692b83f3b5cd45d5f733797be7aa4_package.tar.zst\nDEBUG: For url file://universal/17/a5/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/17/a5/sstate%3Alibrsvg-native%3Ax86_64-linux%3A2.57.1%3Ar0%3Ax86_64%3A12%3A17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c_create_package_spdx.tar.zst;downloadfilename=universal/17/a5/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ae/17/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:ae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8_package_write_deb.tar.zst\nDEBUG: For url file://9d/d2/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/d2/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec_create_spdx.tar.zst;downloadfilename=9d/d2/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/d1/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34_package_write_rpm.tar.zst\nDEBUG: Using  for 08/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912_package_qa.tar.zst\nDEBUG: Using  for universal/0b/03/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6b/6c/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db_create_spdx.tar.zst\nDEBUG: For url file://c0/78/sstate:xmodmap::1.0.11:r0::12:c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/78/sstate%3Axmodmap%3A%3A1.0.11%3Ar0%3A%3A12%3Ac07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd_populate_lic.tar.zst;downloadfilename=c0/78/sstate:xmodmap::1.0.11:r0::12:c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/4e/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf_recipe_qa.tar.zst\nDEBUG: Using  for ac/c7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/8a/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ae/17/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:ae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8_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://3e/d1/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://55/b2/sstate:libxcursor-native::1.2.2:r0::12:55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7_populate_lic.tar.zst\nDEBUG: Testing URL file://08/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912_package_qa.tar.zst\nDEBUG: Testing URL file://universal/0b/03/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://21/55/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://74/9e/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8_create_spdx.tar.zst\nDEBUG: Testing URL file://ac/c7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939_packagedata.tar.zst\nDEBUG: Searching for cd/8a/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://74/c5/sstate:ncurses::6.5:r0::12:74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6_populate_lic.tar.zst\nDEBUG: For url file://ae/17/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:ae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/17/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20240101%2Bgit%3Ar0%3Acore2-64%3A12%3Aae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8_package_write_deb.tar.zst;downloadfilename=ae/17/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:ae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://74/4f/sstate:libpcre2-native::10.44:r0::12:744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30_populate_lic.tar.zst\nDEBUG: Searching for 55/b2/sstate:libxcursor-native::1.2.2:r0::12:55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '08/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912_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/0b/03/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 21/55/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 74/9e/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ac/c7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cd/8a/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/ab/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2_populate_sysroot.tar.zst\nDEBUG: Searching for 74/4f/sstate:libpcre2-native::10.44:r0::12:744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://95/ef/sstate:libmodulemd::2.15.0:r0::12:95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4_populate_lic.tar.zst\nDEBUG: Using  for 55/b2/sstate:libxcursor-native::1.2.2:r0::12:55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7_populate_lic.tar.zst\nDEBUG: For url file://08/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/58/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A12%3A0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912_package_qa.tar.zst;downloadfilename=08/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912_package_qa.tar.zst\nDEBUG: For url file://universal/0b/03/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0b/03/sstate%3Apython3-typing-extensions-native%3Ax86_64-linux%3A4.12.2%3Ar0%3Ax86_64%3A12%3A0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385_create_package_spdx.tar.zst;downloadfilename=universal/0b/03/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385_create_package_spdx.tar.zst\nDEBUG: Using  for 21/55/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8_package_write_deb.tar.zst\nDEBUG: Using  for 74/9e/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8_create_spdx.tar.zst\nDEBUG: For url file://ac/c7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/c7/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3Aacc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939_packagedata.tar.zst;downloadfilename=ac/c7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939_packagedata.tar.zst\nDEBUG: Testing URL file://cd/8a/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/04/ab/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 74/4f/sstate:libpcre2-native::10.44:r0::12:744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://69/75/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1_package_qa.tar.zst\nDEBUG: Testing URL file://55/b2/sstate:libxcursor-native::1.2.2:r0::12:55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7_populate_lic.tar.zst\nDEBUG: Testing URL file://21/55/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8_package_write_deb.tar.zst\nDEBUG: Testing URL file://74/9e/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/fe/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:4dfef293be03f6b67aa25cedf0fe62c4b09979818b0d427a903b6acf98464f63_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'cd/8a/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661_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/04/ab/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2_populate_sysroot.tar.zst\nDEBUG: Testing URL file://74/4f/sstate:libpcre2-native::10.44:r0::12:744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/17/a5/sstate:librsvg-native:x86_64-linux:2.57.1:r0:x86_64:12:17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c_create_package_spdx.tar.zst\nDEBUG: Searching for 69/75/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '55/b2/sstate:libxcursor-native::1.2.2:r0::12:55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '21/55/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8_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', '', '74/9e/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8_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/bd/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5_recipe_qa.tar.zst\nDEBUG: For url file://cd/8a/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/8a/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3Acd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661_deploy_source_date_epoch.tar.zst;downloadfilename=cd/8a/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/04/ab/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '74/4f/sstate:libpcre2-native::10.44:r0::12:744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30_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://b7/b1/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637_create_spdx.tar.zst\nDEBUG: Using  for 69/75/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1_package_qa.tar.zst\nDEBUG: For url file://55/b2/sstate:libxcursor-native::1.2.2:r0::12:55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/b2/sstate%3Alibxcursor-native%3A%3A1.2.2%3Ar0%3A%3A12%3A55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7_populate_lic.tar.zst;downloadfilename=55/b2/sstate:libxcursor-native::1.2.2:r0::12:55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7_populate_lic.tar.zst\nDEBUG: For url file://21/55/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/55/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8_package_write_deb.tar.zst;downloadfilename=21/55/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8_package_write_deb.tar.zst\nDEBUG: For url file://74/9e/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/9e/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A12%3A749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8_create_spdx.tar.zst;downloadfilename=74/9e/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8_create_spdx.tar.zst\nDEBUG: Searching for af/bd/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/04/ab/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2_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/4f/sstate:libpcre2-native::10.44:r0::12:744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/4f/sstate%3Alibpcre2-native%3A%3A10.44%3Ar0%3A%3A12%3A744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30_populate_lic.tar.zst;downloadfilename=74/4f/sstate:libpcre2-native::10.44:r0::12:744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/d2/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec_create_spdx.tar.zst\nDEBUG: Searching for b7/b1/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c0/78/sstate:xmodmap::1.0.11:r0::12:c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd_populate_lic.tar.zst\nDEBUG: Testing URL file://69/75/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/17/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:ae17a8bc0189482dab61278a4defd8257ee71c1bb47f237d0a55ce7f0146c2e8_package_write_deb.tar.zst\nDEBUG: Using  for af/bd/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5_recipe_qa.tar.zst\nDEBUG: For url file://universal/04/ab/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/ab/sstate%3Alibassuan-native%3Ax86_64-linux%3A2.5.7%3Ar0%3Ax86_64%3A12%3A04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2_populate_sysroot.tar.zst;downloadfilename=universal/04/ab/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://54/c7/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54_package_write_rpm.tar.zst\nDEBUG: Using  for b7/b1/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://08/58/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0b/03/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/bd/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '69/75/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1_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://15/b0/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://af/bd/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5_recipe_qa.tar.zst\nDEBUG: Searching for 54/c7/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b7/b1/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/c7/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://86/bd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/00/sstate:swig-native::4.2.1:r0::12:9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc_populate_lic.tar.zst\nDEBUG: Searching for 4d/bd/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://69/75/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/75/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1_package_qa.tar.zst;downloadfilename=69/75/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1_package_qa.tar.zst\nDEBUG: Searching for 15/b0/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'af/bd/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 54/c7/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b7/b1/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637_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://34/86/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85_package_write_rpm.tar.zst\nDEBUG: Searching for 86/bd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cd/8a/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cd8a46db6e5c81665221c1a29a03e71bb0ae5bff0ae8657def3cb784bfc3e661_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9f/00/sstate:swig-native::4.2.1:r0::12:9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4d/bd/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621_populate_sysroot.tar.zst\nDEBUG: Using  for 15/b0/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5_package_write_rpm.tar.zst\nDEBUG: For url file://af/bd/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/bd/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3Aafbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5_recipe_qa.tar.zst;downloadfilename=af/bd/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5_recipe_qa.tar.zst\nDEBUG: Testing URL file://54/c7/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://55/b2/sstate:libxcursor-native::1.2.2:r0::12:55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7_populate_lic.tar.zst\nDEBUG: For url file://b7/b1/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/b1/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Ab7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637_create_spdx.tar.zst;downloadfilename=b7/b1/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637_create_spdx.tar.zst\nDEBUG: Searching for 34/86/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 86/bd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://49/75/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8_package_write_deb.tar.zst\nDEBUG: Using  for 9f/00/sstate:swig-native::4.2.1:r0::12:9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc_populate_lic.tar.zst\nDEBUG: Testing URL file://9f/00/sstate:swig-native::4.2.1:r0::12:9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc_populate_lic.tar.zst\nDEBUG: Testing URL file://15/b0/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '54/c7/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54_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://7e/a4/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc_package_write_rpm.tar.zst\nDEBUG: Using  for 34/86/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85_package_write_rpm.tar.zst\nDEBUG: Testing URL file://86/bd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://74/9e/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8_create_spdx.tar.zst\nDEBUG: Searching for 49/75/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://21/55/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:215529ece9ddcbd2e785da14c7df06e7ac77f779eb75163d39aa69972aca8eb8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://74/4f/sstate:libpcre2-native::10.44:r0::12:744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30_populate_lic.tar.zst\nDEBUG: Testing URL file://4d/bd/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9f/00/sstate:swig-native::4.2.1:r0::12:9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '15/b0/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5_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/c7/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/c7/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.17%3Ar0%3Acore2-64%3A12%3A54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54_package_write_rpm.tar.zst;downloadfilename=54/c7/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54_package_write_rpm.tar.zst\nDEBUG: Searching for 7e/a4/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://34/86/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '86/bd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b_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://f2/29/sstate:libbsd-native::0.12.2:r0::12:f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef_populate_lic.tar.zst\nDEBUG: Using  for 49/75/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://03/82/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4d/bd/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621_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/00/sstate:swig-native::4.2.1:r0::12:9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/00/sstate%3Aswig-native%3A%3A4.2.1%3Ar0%3A%3A12%3A9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc_populate_lic.tar.zst;downloadfilename=9f/00/sstate:swig-native::4.2.1:r0::12:9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc_populate_lic.tar.zst\nDEBUG: For url file://15/b0/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/b0/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5_package_write_rpm.tar.zst;downloadfilename=15/b0/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5_package_write_rpm.tar.zst\nDEBUG: Using  for 7e/a4/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '34/86/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85_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://86/bd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/bd/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.2%3Ar0%3Acore2-64%3A12%3A86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b_create_spdx.tar.zst;downloadfilename=86/bd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b_create_spdx.tar.zst\nDEBUG: Searching for f2/29/sstate:libbsd-native::0.12.2:r0::12:f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://49/75/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8_package_write_deb.tar.zst\nDEBUG: Searching for d1/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 03/82/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4d/bd/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/bd/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A12%3A4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621_populate_sysroot.tar.zst;downloadfilename=4d/bd/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621_populate_sysroot.tar.zst\nDEBUG: Testing URL file://7e/a4/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/04/ab/sstate:libassuan-native:x86_64-linux:2.5.7:r0:x86_64:12:04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2_populate_sysroot.tar.zst\nDEBUG: For url file://34/86/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/86/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85_package_write_rpm.tar.zst;downloadfilename=34/86/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85_package_write_rpm.tar.zst\nDEBUG: Using  for f2/29/sstate:libbsd-native::0.12.2:r0::12:f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef_populate_lic.tar.zst\nDEBUG: For url ['file', '', '49/75/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8_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://69/75/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1_package_qa.tar.zst\nDEBUG: Using  for d1/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38_create_spdx.tar.zst\nDEBUG: Using  for 03/82/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '7e/a4/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc_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/a1/59/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://af/bd/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5_recipe_qa.tar.zst\nDEBUG: Testing URL file://f2/29/sstate:libbsd-native::0.12.2:r0::12:f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef_populate_lic.tar.zst\nDEBUG: For url file://49/75/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/75/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A12%3A4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8_package_write_deb.tar.zst;downloadfilename=49/75/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/b1/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/1f/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf_package.tar.zst\nDEBUG: Testing URL file://d1/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38_create_spdx.tar.zst\nDEBUG: Testing URL file://03/82/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f_package_write_rpm.tar.zst\nDEBUG: For url file://7e/a4/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/a4/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc_package_write_rpm.tar.zst;downloadfilename=7e/a4/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc_package_write_rpm.tar.zst\nDEBUG: Searching for universal/a1/59/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3f/17/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f2/29/sstate:libbsd-native::0.12.2:r0::12:f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef_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://50/03/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/00/sstate:swig-native::4.2.1:r0::12:9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc_populate_lic.tar.zst\nDEBUG: Searching for 4c/1f/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://54/c7/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd1/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38_create_spdx.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:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f_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/a1/59/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231_recipe_qa.tar.zst\nDEBUG: Searching for 3f/17/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://15/b0/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://86/bd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b_create_spdx.tar.zst\nDEBUG: For url file://f2/29/sstate:libbsd-native::0.12.2:r0::12:f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/29/sstate%3Alibbsd-native%3A%3A0.12.2%3Ar0%3A%3A12%3Af22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef_populate_lic.tar.zst;downloadfilename=f2/29/sstate:libbsd-native::0.12.2:r0::12:f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef_populate_lic.tar.zst\nDEBUG: Searching for 50/03/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://75/0e/sstate:sed::4.9:r0::12:750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5_populate_lic.tar.zst\nDEBUG: Using  for 4c/1f/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/ba/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2_create_package_spdx.tar.zst\nDEBUG: For url file://d1/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/09/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3Ad1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38_create_spdx.tar.zst;downloadfilename=d1/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38_create_spdx.tar.zst\nDEBUG: For url file://03/82/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/82/sstate%3Abash%3Acore2-64-poky-linux%3A5.2.21%3Ar0%3Acore2-64%3A12%3A0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f_package_write_rpm.tar.zst;downloadfilename=03/82/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/a1/59/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231_recipe_qa.tar.zst\nDEBUG: Using  for 3f/17/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/1e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://82/d0/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505_package.tar.zst\nDEBUG: Using  for 50/03/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba_package_write_ipk.tar.zst\nDEBUG: Searching for 75/0e/sstate:sed::4.9:r0::12:750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4c/1f/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf_package.tar.zst\nDEBUG: Searching for b6/ba/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/a1/59/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231_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://34/86/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/bd/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:4dbdb06e37bc89e0af1bb8e4e965b989d97fb230dfc9f22127746e20a22bf621_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3f/17/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee_create_package_spdx.tar.zst\nDEBUG: Searching for e2/1e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 82/d0/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://50/03/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba_package_write_ipk.tar.zst\nDEBUG: Using  for 75/0e/sstate:sed::4.9:r0::12:750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4c/1f/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b6/ba/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2_create_package_spdx.tar.zst\nDEBUG: For url file://universal/a1/59/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a1/59/sstate%3Alibxcb-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3Aa159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231_recipe_qa.tar.zst;downloadfilename=universal/a1/59/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/80/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:c0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555_package.tar.zst\nDEBUG: SState: Attempting to fetch file://66/86/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06_packagedata.tar.zst\nDEBUG: For url ['file', '', '3f/17/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e2/1e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938_create_package_spdx.tar.zst\nDEBUG: Using  for 82/d0/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505_package.tar.zst\nDEBUG: For url ['file', '', '50/03/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba_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://75/0e/sstate:sed::4.9:r0::12:750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5_populate_lic.tar.zst\nDEBUG: For url file://4c/1f/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/1f/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.6%3Ar0%3Acore2-64%3A12%3A4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf_package.tar.zst;downloadfilename=4c/1f/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf_package.tar.zst\nDEBUG: Testing URL file://b6/ba/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2_create_package_spdx.tar.zst\nDEBUG: Searching for c0/80/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:c0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 66/86/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3f/17/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/17/sstate%3Aiputils%3Acore2-64-poky-linux%3A20240117%3Ar0%3Acore2-64%3A12%3A3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee_create_package_spdx.tar.zst;downloadfilename=3f/17/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e2/1e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938_create_package_spdx.tar.zst\nDEBUG: Testing URL file://82/d0/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505_package.tar.zst\nDEBUG: For url file://50/03/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/03/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A12%3A5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba_package_write_ipk.tar.zst;downloadfilename=50/03/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '75/0e/sstate:sed::4.9:r0::12:750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b6/ba/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c0/80/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:c0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555_package.tar.zst\nDEBUG: SState: Successful fetch test for file://49/75/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:4975b53777a21a12df70ad2cc127ef90488ec8e1e9884ff49326d41c87e74cf8_package_write_deb.tar.zst\nDEBUG: Using  for 66/86/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e2/1e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '82/d0/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505_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://7e/a4/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc_package_write_rpm.tar.zst\nDEBUG: For url file://75/0e/sstate:sed::4.9:r0::12:750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/0e/sstate%3Ased%3A%3A4.9%3Ar0%3A%3A12%3A750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5_populate_lic.tar.zst;downloadfilename=75/0e/sstate:sed::4.9:r0::12:750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5_populate_lic.tar.zst\nDEBUG: For url file://b6/ba/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/ba/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Ab6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2_create_package_spdx.tar.zst;downloadfilename=b6/ba/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c0/80/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:c0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/03/ad/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://66/86/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06_packagedata.tar.zst\nDEBUG: For url file://e2/1e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/1e/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Ae21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938_create_package_spdx.tar.zst;downloadfilename=e2/1e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938_create_package_spdx.tar.zst\nDEBUG: For url file://82/d0/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/d0/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.48.2%3Ar0%3Acore2-64%3A12%3A82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505_package.tar.zst;downloadfilename=82/d0/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a4/a2/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c0/80/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:c0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555_package.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:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://03/82/sstate:bash:core2-64-poky-linux:5.2.21:r0:core2-64:12:0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38_create_spdx.tar.zst\nDEBUG: For url ['file', '', '66/86/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06_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/a1/59/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231_recipe_qa.tar.zst\nDEBUG: Searching for universal/a4/a2/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4c/1f/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:4c1fa59c08ddd9304d684fe0ba739c3bd77c55d40a09d4e2176d396efa31b4bf_package.tar.zst\nDEBUG: For url file://c0/80/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:c0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/80/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.1%3Ar0%3Acore2-64%3A12%3Ac0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555_package.tar.zst;downloadfilename=c0/80/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:c0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/17/sstate:iputils:core2-64-poky-linux:20240117:r0:core2-64:12:3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee_create_package_spdx.tar.zst\nDEBUG: Using  for universal/03/ad/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/29/sstate:libbsd-native::0.12.2:r0::12:f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/a7/sstate:cracklib::2.9.11:r0::12:5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/ec/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://66/86/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/86/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06_packagedata.tar.zst;downloadfilename=66/86/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/a3/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/a4/a2/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/a1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://55/c1/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://50/03/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:5003fb113db0c13adbe747053d2f8de80967754fbbc72c442c803983602198ba_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/03/ad/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://92/f6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8_create_package_spdx.tar.zst\nDEBUG: Searching for 5d/a7/sstate:cracklib::2.9.11:r0::12:5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9f/ec/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3f/a3/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/a4/a2/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4_create_package_spdx.tar.zst\nDEBUG: Searching for b2/a1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://75/0e/sstate:sed::4.9:r0::12:750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5_populate_lic.tar.zst\nDEBUG: Searching for 55/c1/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/c2/75/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/03/ad/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 92/f6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5d/a7/sstate:cracklib::2.9.11:r0::12:5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628_populate_lic.tar.zst\nDEBUG: Using  for 9f/ec/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 3f/a3/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/a4/a2/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b2/a1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/22/3e/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa_populate_sysroot.tar.zst\nDEBUG: Using  for 55/c1/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046_recipe_qa.tar.zst\nDEBUG: Searching for universal/c2/75/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/03/ad/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/ad/sstate%3Apython3-pyparsing-native%3Ax86_64-linux%3A3.1.2%3Ar0%3Ax86_64%3A12%3A03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d_populate_sysroot.tar.zst;downloadfilename=universal/03/ad/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d_populate_sysroot.tar.zst\nDEBUG: Using  for 92/f6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5d/a7/sstate:cracklib::2.9.11:r0::12:5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628_populate_lic.tar.zst\nDEBUG: Testing URL file://9f/ec/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3f/a3/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a4/a2/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a4/a2/sstate%3Azstd-native%3Ax86_64-linux%3A1.5.6%3Ar0%3Ax86_64%3A12%3Aa4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4_create_package_spdx.tar.zst;downloadfilename=universal/a4/a2/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b2/a1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a_package_qa.tar.zst\nDEBUG: Searching for universal/22/3e/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://55/c1/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046_recipe_qa.tar.zst\nDEBUG: Using  for universal/c2/75/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://92/f6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '5d/a7/sstate:cracklib::2.9.11:r0::12:5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628_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/ba/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '9f/ec/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5_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/a3/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654_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/a1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a_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/d0/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:82d0cc60a1b0bcab79c4e3ea8f52f0d29fc363c75ef9de0102192d11ffe65505_package.tar.zst\nDEBUG: Using  for universal/22/3e/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/1e/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '55/c1/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046_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/c2/75/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '92/f6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5d/a7/sstate:cracklib::2.9.11:r0::12:5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/a7/sstate%3Acracklib%3A%3A2.9.11%3Ar0%3A%3A12%3A5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628_populate_lic.tar.zst;downloadfilename=5d/a7/sstate:cracklib::2.9.11:r0::12:5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/39/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87_package_write_ipk.tar.zst\nDEBUG: For url file://9f/ec/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/ec/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5_deploy_source_date_epoch.tar.zst;downloadfilename=9f/ec/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3f/a3/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/a3/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654_deploy_source_date_epoch.tar.zst;downloadfilename=3f/a3/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b2/a1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/a1/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A12%3Ab2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a_package_qa.tar.zst;downloadfilename=b2/a1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0c/b8/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/22/3e/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://06/a5/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60_populate_sysroot.tar.zst\nDEBUG: For url file://55/c1/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/c1/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A12%3A55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046_recipe_qa.tar.zst;downloadfilename=55/c1/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/c2/75/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e_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/f6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/f6/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8_create_package_spdx.tar.zst;downloadfilename=92/f6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8_create_package_spdx.tar.zst\nDEBUG: Searching for f4/39/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c0/80/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:c0809b2748683281bcacca90bdeb338087a3e87def2354a3f7a2f7e9b1e7a555_package.tar.zst\nDEBUG: Searching for universal/0c/b8/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://66/86/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/22/3e/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 06/a5/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/c2/75/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c2/75/sstate%3Allvm-native%3Ax86_64-linux%3A18.1.6%3Ar0%3Ax86_64%3A12%3Ac2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e_populate_sysroot.tar.zst;downloadfilename=universal/c2/75/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e_populate_sysroot.tar.zst\nDEBUG: Using  for f4/39/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/03/ad/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a4/a2/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/ff/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88_recipe_qa.tar.zst\nDEBUG: Using  for universal/0c/b8/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/0c/b8/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a_create_package_spdx.tar.zst\nDEBUG: For url file://universal/22/3e/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/22/3e/sstate%3Alibcap-native%3Ax86_64-linux%3A2.70%3Ar0%3Ax86_64%3A12%3A223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa_populate_sysroot.tar.zst;downloadfilename=universal/22/3e/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa_populate_sysroot.tar.zst\nDEBUG: Using  for 06/a5/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f4/39/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/a7/sstate:cracklib::2.9.11:r0::12:5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/f4/sstate:readline::8.2:r0::12:7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://55/89/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4_package_write_deb.tar.zst\nDEBUG: Searching for 73/ff/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://bd/c7/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:bdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/0c/b8/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://06/a5/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f4/39/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87_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://3f/a3/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:3fa32b16ab94e37b9accf11a3d1faafbf57ee5b9ee83e31df907328b635fe654_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/ec/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:9fec459975e710940f0bc2524180b6f95184e5f4b4a09702f0440a31835117e5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://35/21/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5_package_write_rpm.tar.zst\nDEBUG: Searching for 7b/f4/sstate:readline::8.2:r0::12:7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 55/89/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 73/ff/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88_recipe_qa.tar.zst\nDEBUG: Testing URL file://73/ff/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88_recipe_qa.tar.zst\nDEBUG: For url file://universal/0c/b8/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0c/b8/sstate%3Apseudo-native%3Ax86_64-linux%3A1.9.0%2Bgit%3Ar0%3Ax86_64%3A12%3A0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a_create_package_spdx.tar.zst;downloadfilename=universal/0c/b8/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '06/a5/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60_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/39/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/39/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Af439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87_package_write_ipk.tar.zst;downloadfilename=f4/39/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/7a/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/43/sstate:cronie::1.7.2:r0::12:f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506_populate_lic.tar.zst\nDEBUG: Searching for 35/21/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7b/f4/sstate:readline::8.2:r0::12:7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c_populate_lic.tar.zst\nDEBUG: Using  for 55/89/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4_package_write_deb.tar.zst\nDEBUG: Searching for bd/c7/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:bdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '73/ff/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88_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/a5/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/a5/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A12%3A06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60_populate_sysroot.tar.zst;downloadfilename=06/a5/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/a1/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a_package_qa.tar.zst\nDEBUG: Searching for 6b/7a/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f3/43/sstate:cronie::1.7.2:r0::12:f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://55/c1/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046_recipe_qa.tar.zst\nDEBUG: Using  for 35/21/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7b/f4/sstate:readline::8.2:r0::12:7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c_populate_lic.tar.zst\nDEBUG: Testing URL file://55/89/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4_package_write_deb.tar.zst\nDEBUG: Using  for bd/c7/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:bdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://73/ff/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/ff/sstate%3Alzlib%3Acore2-64-poky-linux%3A1.14%3Ar0%3Acore2-64%3A12%3A73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88_recipe_qa.tar.zst;downloadfilename=73/ff/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/59/fb/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125_create_spdx.tar.zst\nDEBUG: Using  for 6b/7a/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75_package.tar.zst\nDEBUG: SState: Successful fetch test for file://92/f6/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8_create_package_spdx.tar.zst\nDEBUG: Using  for f3/43/sstate:cronie::1.7.2:r0::12:f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://73/0d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05_package_qa.tar.zst\nDEBUG: Testing URL file://35/21/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '7b/f4/sstate:readline::8.2:r0::12:7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c_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/89/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4_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://bd/c7/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:bdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/59/fb/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6b/7a/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/23/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206_packagedata.tar.zst\nDEBUG: Testing URL file://f3/43/sstate:cronie::1.7.2:r0::12:f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506_populate_lic.tar.zst\nDEBUG: Searching for 73/0d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '35/21/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5_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/f4/sstate:readline::8.2:r0::12:7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/f4/sstate%3Areadline%3A%3A8.2%3Ar0%3A%3A12%3A7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c_populate_lic.tar.zst;downloadfilename=7b/f4/sstate:readline::8.2:r0::12:7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c_populate_lic.tar.zst\nDEBUG: For url file://55/89/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/89/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4_package_write_deb.tar.zst;downloadfilename=55/89/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'bd/c7/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:bdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6_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/c2/75/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e_populate_sysroot.tar.zst\nDEBUG: Using  for universal/59/fb/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6b/7a/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f9/23/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f3/43/sstate:cronie::1.7.2:r0::12:f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 73/0d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05_package_qa.tar.zst\nDEBUG: For url file://35/21/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/21/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A12%3A3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5_package_write_rpm.tar.zst;downloadfilename=35/21/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5_package_write_rpm.tar.zst\nDEBUG: For url file://bd/c7/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:bdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/c7/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A12%3Abdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6_deploy_source_date_epoch.tar.zst;downloadfilename=bd/c7/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:bdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/22/3e/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/46/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/59/fb/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125_create_spdx.tar.zst\nDEBUG: For url file://6b/7a/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/7a/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75_package.tar.zst;downloadfilename=6b/7a/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75_package.tar.zst\nDEBUG: Using  for f9/23/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206_packagedata.tar.zst\nDEBUG: For url file://f3/43/sstate:cronie::1.7.2:r0::12:f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/43/sstate%3Acronie%3A%3A1.7.2%3Ar0%3A%3A12%3Af343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506_populate_lic.tar.zst;downloadfilename=f3/43/sstate:cronie::1.7.2:r0::12:f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506_populate_lic.tar.zst\nDEBUG: Testing URL file://73/0d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0c/b8/sstate:pseudo-native:x86_64-linux:1.9.0+git:r0:x86_64:12:0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/2d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/39/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:f439c325af570b7e6f7287baa11ca7c54dba399c3971ba72dfcc9860fb321f87_package_write_ipk.tar.zst\nDEBUG: Searching for 1a/46/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/59/fb/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f9/23/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://73/ff/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://06/a5/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:06a55e2e4527c0b1af4ddb76ed821f13358fd32df124770c356b368ab168ca60_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '73/0d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05_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/7e/84/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4_populate_sysroot.tar.zst\nDEBUG: Searching for 73/2d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://68/71/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308_populate_sysroot.tar.zst\nDEBUG: Using  for 1a/46/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: For url file://universal/59/fb/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/59/fb/sstate%3Aperlcross-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A12%3A59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125_create_spdx.tar.zst;downloadfilename=universal/59/fb/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f9/23/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206_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/c3/88/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://60/19/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1_package_write_rpm.tar.zst\nDEBUG: For url file://73/0d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/0d/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05_package_qa.tar.zst;downloadfilename=73/0d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05_package_qa.tar.zst\nDEBUG: Searching for universal/7e/84/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 73/2d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58_packagedata.tar.zst\nDEBUG: Searching for 68/71/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1a/46/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: For url file://f9/23/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/23/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A12%3Af9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206_packagedata.tar.zst;downloadfilename=f9/23/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206_packagedata.tar.zst\nDEBUG: Searching for universal/c3/88/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://55/89/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5589b49b5e2c5b5bedc5c4bb60484cb7d0624f33581b74da19ab9ef9e57f38f4_package_write_deb.tar.zst\nDEBUG: Searching for 60/19/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7b/f4/sstate:readline::8.2:r0::12:7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c_populate_lic.tar.zst\nDEBUG: Using  for universal/7e/84/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://73/2d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58_packagedata.tar.zst\nDEBUG: Using  for 68/71/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://35/21/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '1a/46/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c3/88/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://40/73/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/c7/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:bdc74e1891b6488ef65b8f35b46b2449062ac359487a2be7b116865483262ce6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 60/19/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://10/bb/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/7e/84/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '73/2d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://68/71/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b_package_write_deb.tar.zst\nDEBUG: For url file://1a/46/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/46/sstate%3Apackagegroup-core-standalone-sdk-target%3A%3A1.0%3Ar0%3A%3A12%3A1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst;downloadfilename=1a/46/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/c3/88/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f_create_spdx.tar.zst\nDEBUG: Searching for 40/73/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://67/e0/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960_package_write_deb.tar.zst\nDEBUG: Testing URL file://60/19/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1_package_write_rpm.tar.zst\nDEBUG: Searching for 10/bb/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/7e/84/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://73/2d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/2d/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A12%3A732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58_packagedata.tar.zst;downloadfilename=73/2d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58_packagedata.tar.zst\nDEBUG: For url ['file', '', '68/71/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2a/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/c3/88/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 40/73/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1_package_write_rpm.tar.zst\nDEBUG: Searching for 67/e0/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '60/19/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 10/bb/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730_recipe_qa.tar.zst\nDEBUG: For url file://universal/7e/84/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/84/sstate%3Axrandr-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A12%3A7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4_populate_sysroot.tar.zst;downloadfilename=universal/7e/84/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4_populate_sysroot.tar.zst\nDEBUG: For url file://68/71/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/71/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308_populate_sysroot.tar.zst;downloadfilename=68/71/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/7a/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:6b7a5e351fff7227d0e64c2f17b5034adba9cf5d81b5fc9631e65d6aba8b4a75_package.tar.zst\nDEBUG: Using  for 2a/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b_package_write_deb.tar.zst\nDEBUG: For url file://universal/c3/88/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c3/88/sstate%3Alibbsd-native%3Ax86_64-linux%3A0.12.2%3Ar0%3Ax86_64%3A12%3Ac3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f_create_spdx.tar.zst;downloadfilename=universal/c3/88/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/43/sstate:cronie::1.7.2:r0::12:f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506_populate_lic.tar.zst\nDEBUG: Testing URL file://40/73/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1_package_write_rpm.tar.zst\nDEBUG: Using  for 67/e0/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960_package_write_deb.tar.zst\nDEBUG: For url file://60/19/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/19/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A12%3A6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1_package_write_rpm.tar.zst;downloadfilename=60/19/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://10/bb/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/59/fb/sstate:perlcross-native:x86_64-linux:1.5.2:r0:x86_64:12:59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/55/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296_package.tar.zst\nDEBUG: Testing URL file://2a/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://73/0d/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/23/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/9a/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2_packagedata.tar.zst\nDEBUG: For url ['file', '', '40/73/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1_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://67/e0/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '10/bb/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730_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://1a/46/sstate:packagegroup-core-standalone-sdk-target::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/3a/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78_recipe_qa.tar.zst\nDEBUG: Searching for 9c/55/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2a/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b_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://universal/0b/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://69/47/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee_populate_sysroot.tar.zst\nDEBUG: Searching for 0c/9a/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://40/73/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/73/sstate%3Alzlib%3Acore2-64-poky-linux%3A1.14%3Ar0%3Acore2-64%3A12%3A4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1_package_write_rpm.tar.zst;downloadfilename=40/73/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '67/e0/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960_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://10/bb/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/bb/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.6%3Ar0%3Acore2-64%3A12%3A10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730_recipe_qa.tar.zst;downloadfilename=10/bb/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/5a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cf/3a/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9c/55/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296_package.tar.zst\nDEBUG: For url file://2a/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/6a/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b_package_write_deb.tar.zst;downloadfilename=2a/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b_package_write_deb.tar.zst\nDEBUG: Searching for universal/0b/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 69/47/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0c/9a/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2_packagedata.tar.zst\nDEBUG: For url file://67/e0/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/e0/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A12%3A67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960_package_write_deb.tar.zst;downloadfilename=67/e0/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://73/2d/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58_packagedata.tar.zst\nDEBUG: Searching for fe/5a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cf/3a/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78_recipe_qa.tar.zst\nDEBUG: Testing URL file://9c/55/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/84/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4_populate_sysroot.tar.zst\nDEBUG: Using  for universal/0b/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 69/47/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0c/9a/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://68/71/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://af/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c3/88/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://60/19/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1_package_write_rpm.tar.zst\nDEBUG: Using  for fe/5a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://cf/3a/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9c/55/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296_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/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127_package_qa.tar.zst\nDEBUG: Testing URL file://universal/0b/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://69/47/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0c/9a/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2_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/f5/75/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba_populate_sysroot.tar.zst\nDEBUG: Searching for af/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f8/79/sstate:python3-build-native::1.2.1:r0::12:f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/5a/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://fe/5a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'cf/3a/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78_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/55/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/55/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A12%3A9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296_package.tar.zst;downloadfilename=9c/55/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296_package.tar.zst\nDEBUG: Searching for bd/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/0b/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1_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/47/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee_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/9a/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/9a/sstate%3Aed%3Acore2-64-poky-linux%3A1.20.2%3Ar0%3Acore2-64%3A12%3A0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2_packagedata.tar.zst;downloadfilename=0c/9a/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2_packagedata.tar.zst\nDEBUG: Searching for universal/f5/75/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for af/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae_packagedata.tar.zst\nDEBUG: Searching for f8/79/sstate:python3-build-native::1.2.1:r0::12:f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9c/5a/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'fe/5a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403_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://cf/3a/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/3a/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Acf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78_recipe_qa.tar.zst;downloadfilename=cf/3a/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78_recipe_qa.tar.zst\nDEBUG: Using  for bd/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127_package_qa.tar.zst\nDEBUG: For url file://universal/0b/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0b/73/sstate%3Aautoconf-archive-native%3Ax86_64-linux%3A2023.02.20%3Ar0%3Ax86_64%3A12%3A0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1_deploy_source_date_epoch.tar.zst;downloadfilename=universal/0b/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://69/47/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/47/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A12%3A69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee_populate_sysroot.tar.zst;downloadfilename=69/47/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://40/73/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1_package_write_rpm.tar.zst\nDEBUG: Using  for universal/f5/75/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba_populate_sysroot.tar.zst\nDEBUG: Testing URL file://af/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://10/bb/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730_recipe_qa.tar.zst\nDEBUG: Using  for f8/79/sstate:python3-build-native::1.2.1:r0::12:f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59_populate_lic.tar.zst\nDEBUG: Using  for 9c/5a/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b_create_package_spdx.tar.zst\nDEBUG: For url file://fe/5a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/5a/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A12%3Afe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403_deploy_source_date_epoch.tar.zst;downloadfilename=fe/5a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bd/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/6a/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2a6a99ca0002c3e6532dc7d9e96438b630354b217febc53aa46ceda0dbdc6a6b_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://81/79/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/f5/75/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'af/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae_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://67/e0/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:67e00670a2b1536f45c9ca4eaf70559434c570686bb6bb1e844f48e5d88bb960_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://43/ab/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f8/79/sstate:python3-build-native::1.2.1:r0::12:f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59_populate_lic.tar.zst\nDEBUG: Testing URL file://9c/5a/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'bd/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127_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/55/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:9c55f9a6da0c18611adc1adbf021edf01584b8bc302373486c343d082bd59296_package.tar.zst\nDEBUG: SState: Attempting to fetch file://77/9a/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc_package.tar.zst\nDEBUG: Searching for 81/79/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/f5/75/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://af/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/e1/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A12%3Aafe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae_packagedata.tar.zst;downloadfilename=af/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/33/sstate:update-rc.d-native::0.8+git:r0::12:8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c_populate_lic.tar.zst\nDEBUG: Searching for 43/ab/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f8/79/sstate:python3-build-native::1.2.1:r0::12:f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9c/5a/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bd/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/4a/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A12%3Abd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127_package_qa.tar.zst;downloadfilename=bd/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://98/a6/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d_package.tar.zst\nDEBUG: Searching for 77/9a/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 81/79/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba_create_package_spdx.tar.zst\nDEBUG: For url file://universal/f5/75/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f5/75/sstate%3Apython3-pluggy-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A12%3Af575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba_populate_sysroot.tar.zst;downloadfilename=universal/f5/75/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba_populate_sysroot.tar.zst\nDEBUG: Searching for 8f/33/sstate:update-rc.d-native::0.8+git:r0::12:8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 43/ab/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460_populate_sysroot.tar.zst\nDEBUG: For url file://f8/79/sstate:python3-build-native::1.2.1:r0::12:f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/79/sstate%3Apython3-build-native%3A%3A1.2.1%3Ar0%3A%3A12%3Af879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59_populate_lic.tar.zst;downloadfilename=f8/79/sstate:python3-build-native::1.2.1:r0::12:f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/9a/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2_packagedata.tar.zst\nDEBUG: For url file://9c/5a/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/5a/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.15%3Ar0%3Acore2-64%3A12%3A9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b_create_package_spdx.tar.zst;downloadfilename=9c/5a/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b_create_package_spdx.tar.zst\nDEBUG: Searching for 98/a6/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 77/9a/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc_package.tar.zst\nDEBUG: Testing URL file://81/79/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/3a/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78_recipe_qa.tar.zst\nDEBUG: Using  for 8f/33/sstate:update-rc.d-native::0.8+git:r0::12:8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c_populate_lic.tar.zst\nDEBUG: Testing URL file://43/ab/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0b/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:0b7303c22a76415df92f5f6036a72d38ce6c9a471bf1fd5d24f6ea4e29b78db1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/be/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:ebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1_package.tar.zst\nDEBUG: SState: Successful fetch test for file://69/47/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee_populate_sysroot.tar.zst\nDEBUG: Using  for 98/a6/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d_package.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/5a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fe5a35ddc46fc292159bac1e565a21998518f61e5c05527995010e03ec9ef403_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://77/9a/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc_package.tar.zst\nDEBUG: For url ['file', '', '81/79/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba_create_package_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/7d/sstate:libmicrohttpd::1.0.1:r0::12:f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf_populate_lic.tar.zst\nDEBUG: Testing URL file://8f/33/sstate:update-rc.d-native::0.8+git:r0::12:8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '43/ab/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460_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/4f/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e_packagedata.tar.zst\nDEBUG: Searching for eb/be/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:ebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://18/72/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8_package_write_deb.tar.zst\nDEBUG: Testing URL file://98/a6/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/bb/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c_create_spdx.tar.zst\nDEBUG: For url ['file', '', '77/9a/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://81/79/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/79/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.1%3Ar0%3Acore2-64%3A12%3A817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba_create_package_spdx.tar.zst;downloadfilename=81/79/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba_create_package_spdx.tar.zst\nDEBUG: Searching for f5/7d/sstate:libmicrohttpd::1.0.1:r0::12:f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8f/33/sstate:update-rc.d-native::0.8+git:r0::12:8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://43/ab/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/ab/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.19.2%3Ar0%3Acore2-64%3A12%3A43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460_populate_sysroot.tar.zst;downloadfilename=43/ab/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460_populate_sysroot.tar.zst\nDEBUG: Searching for 99/4f/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for eb/be/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:ebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1_package.tar.zst\nDEBUG: Searching for 18/72/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '98/a6/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cf/bb/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://77/9a/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/9a/sstate%3Arust%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc_package.tar.zst;downloadfilename=77/9a/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc_package.tar.zst\nDEBUG: Using  for f5/7d/sstate:libmicrohttpd::1.0.1:r0::12:f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf_populate_lic.tar.zst\nDEBUG: Testing URL file://f5/7d/sstate:libmicrohttpd::1.0.1:r0::12:f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://af/e1/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae_packagedata.tar.zst\nDEBUG: Using  for 99/4f/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e_packagedata.tar.zst\nDEBUG: Testing URL file://eb/be/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:ebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1_package.tar.zst\nDEBUG: Using  for 18/72/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/4a/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f5/75/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba_populate_sysroot.tar.zst\nDEBUG: For url file://98/a6/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/a6/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.22.4%3Ar0%3Acore2-64%3A12%3A98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d_package.tar.zst;downloadfilename=98/a6/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d_package.tar.zst\nDEBUG: Using  for cf/bb/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c_create_spdx.tar.zst\nDEBUG: For url file://8f/33/sstate:update-rc.d-native::0.8+git:r0::12:8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/33/sstate%3Aupdate-rc.d-native%3A%3A0.8%2Bgit%3Ar0%3A%3A12%3A8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c_populate_lic.tar.zst;downloadfilename=8f/33/sstate:update-rc.d-native::0.8+git:r0::12:8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f5/7d/sstate:libmicrohttpd::1.0.1:r0::12:f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf_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://92/dc/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0_recipe_qa.tar.zst\nDEBUG: Testing URL file://99/4f/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'eb/be/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:ebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://18/72/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/2a/sstate:sqlite3-native::3.45.3:r0::12:2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/27/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae_create_spdx.tar.zst\nDEBUG: Testing URL file://cf/bb/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c_create_spdx.tar.zst\nDEBUG: For url file://f5/7d/sstate:libmicrohttpd::1.0.1:r0::12:f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/7d/sstate%3Alibmicrohttpd%3A%3A1.0.1%3Ar0%3A%3A12%3Af57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf_populate_lic.tar.zst;downloadfilename=f5/7d/sstate:libmicrohttpd::1.0.1:r0::12:f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/79/sstate:python3-build-native::1.2.1:r0::12:f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59_populate_lic.tar.zst\nDEBUG: Searching for 92/dc/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9c/5a/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '99/4f/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://eb/be/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:ebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/be/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A12%3Aebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1_package.tar.zst;downloadfilename=eb/be/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:ebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1_package.tar.zst\nDEBUG: For url ['file', '', '18/72/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2b/2a/sstate:sqlite3-native::3.45.3:r0::12:2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e4/27/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cf/bb/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c_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/61/f9/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f_create_package_spdx.tar.zst\nDEBUG: Using  for 92/dc/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://81/79/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://56/fc/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396_recipe_qa.tar.zst\nDEBUG: For url file://99/4f/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/4f/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e_packagedata.tar.zst;downloadfilename=99/4f/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e_packagedata.tar.zst\nDEBUG: For url file://18/72/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/72/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.2%3Ar0%3Acore2-64%3A12%3A1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8_package_write_deb.tar.zst;downloadfilename=18/72/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8_package_write_deb.tar.zst\nDEBUG: Using  for 2b/2a/sstate:sqlite3-native::3.45.3:r0::12:2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://43/ab/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:43abf5fa438b041f5a56545a05f1c127052803c0f5eb9c9fc1011c2b45b11460_populate_sysroot.tar.zst\nDEBUG: Using  for e4/27/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae_create_spdx.tar.zst\nDEBUG: For url file://cf/bb/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/bb/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.6%3Ar0%3Acore2-64%3A12%3Acfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c_create_spdx.tar.zst;downloadfilename=cf/bb/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c_create_spdx.tar.zst\nDEBUG: Searching for universal/61/f9/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://92/dc/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://71/61/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086_package_qa.tar.zst\nDEBUG: Searching for 56/fc/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2b/2a/sstate:sqlite3-native::3.45.3:r0::12:2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://98/a6/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:98a62c29ec584869385e357ddfc2c356dd2e9b91a2bb739cfa611c4ee64bf26d_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5e/a6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e4/27/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae_create_spdx.tar.zst\nDEBUG: Using  for universal/61/f9/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '92/dc/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 71/61/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://77/9a/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:779afba755b2193a72bd42114a253a63dd2d2067f9d119b7cb83fa6bbe68cbdc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/33/sstate:update-rc.d-native::0.8+git:r0::12:8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c_populate_lic.tar.zst\nDEBUG: Using  for 56/fc/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2b/2a/sstate:sqlite3-native::3.45.3:r0::12:2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878_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://8c/c0/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320_packagedata.tar.zst\nDEBUG: Searching for universal/5e/a6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e4/27/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae_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/61/f9/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f_create_package_spdx.tar.zst\nDEBUG: For url file://92/dc/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/dc/sstate%3Adnf%3Acore2-64-poky-linux%3A4.20.0%3Ar0%3Acore2-64%3A12%3A92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0_recipe_qa.tar.zst;downloadfilename=92/dc/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0_recipe_qa.tar.zst\nDEBUG: Using  for 71/61/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9a/e8/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/6d/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427_recipe_qa.tar.zst\nDEBUG: Testing URL file://56/fc/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396_recipe_qa.tar.zst\nDEBUG: For url file://2b/2a/sstate:sqlite3-native::3.45.3:r0::12:2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/2a/sstate%3Asqlite3-native%3A%3A3.45.3%3Ar0%3A%3A12%3A2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878_populate_lic.tar.zst;downloadfilename=2b/2a/sstate:sqlite3-native::3.45.3:r0::12:2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878_populate_lic.tar.zst\nDEBUG: Searching for 8c/c0/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/5e/a6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e4/27/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/27/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.14%3Ar0%3Acore2-64%3A12%3Ae427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae_create_spdx.tar.zst;downloadfilename=e4/27/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/61/f9/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://71/61/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086_package_qa.tar.zst\nDEBUG: Searching for universal/9a/e8/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/2e/6d/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '56/fc/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8c/c0/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320_packagedata.tar.zst\nDEBUG: Testing URL file://universal/5e/a6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/be/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:ebbe5451bb2e3e4f2e1dc2c5099a73038b0e78e6dd092d09ac0eb7b84647dce1_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f5/7d/sstate:libmicrohttpd::1.0.1:r0::12:f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf_populate_lic.tar.zst\nDEBUG: For url file://universal/61/f9/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/61/f9/sstate%3Agnutls-native%3Ax86_64-linux%3A3.8.5%3Ar0%3Ax86_64%3A12%3A61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f_create_package_spdx.tar.zst;downloadfilename=universal/61/f9/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '71/61/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086_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://99/4f/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e_packagedata.tar.zst\nDEBUG: Using  for universal/9a/e8/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/9a/e8/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd_create_spdx.tar.zst\nDEBUG: For url file://56/fc/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/fc/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A12%3A56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396_recipe_qa.tar.zst;downloadfilename=56/fc/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396_recipe_qa.tar.zst\nDEBUG: Testing URL file://8c/c0/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/5e/a6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c_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/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/58/sstate:pciutils::3.13.0:r0::12:e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c_populate_lic.tar.zst\nDEBUG: For url file://71/61/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/61/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086_package_qa.tar.zst;downloadfilename=71/61/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9c/3a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://18/72/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:1872f625683f5efa5597b6f765e3e4abef3ff79d8662ca5afcd6b2ffd0f507e8_package_write_deb.tar.zst\nDEBUG: Using  for universal/2e/6d/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/9a/e8/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd_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/c0/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/5e/a6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5e/a6/sstate%3Acwautomacros-native%3Ax86_64-linux%3A20110201%3Ar0%3Ax86_64%3A12%3A5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5e/a6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/bb/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c_create_spdx.tar.zst\nDEBUG: Searching for 40/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e2/58/sstate:pciutils::3.13.0:r0::12:e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/9c/3a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/94/ce/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://92/dc/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/2e/6d/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427_recipe_qa.tar.zst\nDEBUG: For url file://universal/9a/e8/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9a/e8/sstate%3Alibfontenc-native%3Ax86_64-linux%3A1.1.8%3Ar0%3Ax86_64%3A12%3A9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd_create_spdx.tar.zst;downloadfilename=universal/9a/e8/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd_create_spdx.tar.zst\nDEBUG: For url file://8c/c0/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/c0/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.70%3Ar0%3Acore2-64%3A12%3A8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320_packagedata.tar.zst;downloadfilename=8c/c0/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://11/74/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/2a/sstate:sqlite3-native::3.45.3:r0::12:2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878_populate_lic.tar.zst\nDEBUG: Using  for 40/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84_package_write_ipk.tar.zst\nDEBUG: Using  for e2/58/sstate:pciutils::3.13.0:r0::12:e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c_populate_lic.tar.zst\nDEBUG: Using  for universal/9c/3a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de_populate_sysroot.tar.zst\nDEBUG: Searching for universal/94/ce/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a7/72/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:a772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/2e/6d/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 11/74/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e4/27/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://41/f9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://40/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/61/f9/sstate:gnutls-native:x86_64-linux:3.8.5:r0:x86_64:12:61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e2/58/sstate:pciutils::3.13.0:r0::12:e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/9c/3a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de_populate_sysroot.tar.zst\nDEBUG: Using  for universal/94/ce/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a_populate_sysroot.tar.zst\nDEBUG: Searching for a7/72/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:a772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/2e/6d/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/6d/sstate%3Alibxshmfence-native%3Ax86_64-linux%3A1.3.2%3Ar0%3Ax86_64%3A12%3A2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427_recipe_qa.tar.zst;downloadfilename=universal/2e/6d/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427_recipe_qa.tar.zst\nDEBUG: Using  for 11/74/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://28/0f/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804_packagedata.tar.zst\nDEBUG: Searching for 41/f9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '40/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84_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://86/72/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e2/58/sstate:pciutils::3.13.0:r0::12:e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c_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/3a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de_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/94/ce/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a_populate_sysroot.tar.zst\nDEBUG: Using  for a7/72/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:a772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://11/74/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d_packagedata.tar.zst\nDEBUG: Searching for 28/0f/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://56/fc/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396_recipe_qa.tar.zst\nDEBUG: Using  for 41/f9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d_package_write_rpm.tar.zst\nDEBUG: For url file://40/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/27/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A12%3A40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84_package_write_ipk.tar.zst;downloadfilename=40/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84_package_write_ipk.tar.zst\nDEBUG: Searching for 86/72/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e2/58/sstate:pciutils::3.13.0:r0::12:e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/58/sstate%3Apciutils%3A%3A3.13.0%3Ar0%3A%3A12%3Ae2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c_populate_lic.tar.zst;downloadfilename=e2/58/sstate:pciutils::3.13.0:r0::12:e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c_populate_lic.tar.zst\nDEBUG: For url file://universal/9c/3a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9c/3a/sstate%3Aacl-native%3Ax86_64-linux%3A2.3.2%3Ar0%3Ax86_64%3A12%3A9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de_populate_sysroot.tar.zst;downloadfilename=universal/9c/3a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/94/ce/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a7/72/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:a772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '11/74/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 28/0f/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/a9/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8_package_write_deb.tar.zst\nDEBUG: Testing URL file://41/f9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d_package_write_rpm.tar.zst\nDEBUG: Using  for 86/72/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a_package_qa.tar.zst\nDEBUG: For url file://universal/94/ce/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/94/ce/sstate%3Alibxcb-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3A94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a_populate_sysroot.tar.zst;downloadfilename=universal/94/ce/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://71/61/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a7/72/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:a772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a_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://universal/5e/a6/sstate:cwautomacros-native:x86_64-linux:20110201:r0:x86_64:12:5ea6805b7856f3e31b50c467773d6212ab5af64cd8fb1538c0191c653e063e7c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://11/74/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/74/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d_packagedata.tar.zst;downloadfilename=11/74/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d_packagedata.tar.zst\nDEBUG: Testing URL file://28/0f/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804_packagedata.tar.zst\nDEBUG: Searching for e1/a9/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '41/f9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d_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://86/72/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/22/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9a/e8/sstate:libfontenc-native:x86_64-linux:1.1.8:r0:x86_64:12:9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd_create_spdx.tar.zst\nDEBUG: For url file://a7/72/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:a772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/72/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3Aa772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a_package_write_ipk.tar.zst;downloadfilename=a7/72/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:a772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://14/5a/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '28/0f/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e1/a9/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/c0/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320_packagedata.tar.zst\nDEBUG: For url file://41/f9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/f9/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A12%3A41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d_package_write_rpm.tar.zst;downloadfilename=41/f9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '86/72/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4e/22/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://73/98/sstate:xkeyboard-config::2.41:r0::12:739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e_populate_lic.tar.zst\nDEBUG: Searching for 14/5a/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://28/0f/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/0f/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.2%3Ar0%3Acore2-64%3A12%3A280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804_packagedata.tar.zst;downloadfilename=28/0f/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804_packagedata.tar.zst\nDEBUG: Testing URL file://e1/a9/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/6d/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/32/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d_package_write_deb.tar.zst\nDEBUG: For url file://86/72/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/72/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.6%3Ar0%3Acore2-64%3A12%3A8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a_package_qa.tar.zst;downloadfilename=86/72/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a_package_qa.tar.zst\nERROR: SState: cannot test file://1f/ff/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:1ffff0c01fa04f025a1592232f24548b9a366cc9002ccd34aec5c6e27899a069_package_write_deb.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 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1951, 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 1648, 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 1163, 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 1055, 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 374, 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: Using  for 4e/22/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://40/27/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:40276665006baa880ad02e4066adc00cfd6b61407ac01be0a5869b283be66f84_package_write_ipk.tar.zst\nDEBUG: Searching for 73/98/sstate:xkeyboard-config::2.41:r0::12:739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 14/5a/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e1/a9/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8_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://universal/9c/3a/sstate:acl-native:x86_64-linux:2.3.2:r0:x86_64:12:9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/58/sstate:pciutils::3.13.0:r0::12:e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://89/f1/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e_recipe_qa.tar.zst\nDEBUG: Searching for 9b/32/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3c/c8/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1_packagedata.tar.zst\nDEBUG: Testing URL file://4e/22/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/94/ce/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/91/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5_packagedata.tar.zst\nDEBUG: Using  for 73/98/sstate:xkeyboard-config::2.41:r0::12:739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e_populate_lic.tar.zst\nDEBUG: Testing URL file://14/5a/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e1/a9/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/a9/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3Ae1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8_package_write_deb.tar.zst;downloadfilename=e1/a9/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/fc/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/68/7a/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa_recipe_qa.tar.zst\nDEBUG: Searching for 89/f1/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9b/32/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d_package_write_deb.tar.zst\nDEBUG: Searching for 3c/c8/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4e/22/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca_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://f6/d9/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537_create_spdx.tar.zst\nDEBUG: Searching for 0e/91/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://73/98/sstate:xkeyboard-config::2.41:r0::12:739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '14/5a/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5_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 c2/fc/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/68/7a/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://11/74/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d_packagedata.tar.zst\nDEBUG: Using  for 89/f1/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e_recipe_qa.tar.zst\nDEBUG: Testing URL file://9b/32/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d_package_write_deb.tar.zst\nDEBUG: Using  for 3c/c8/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1_packagedata.tar.zst\nDEBUG: For url file://4e/22/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/22/sstate%3Aeudev%3Acore2-64-poky-linux%3A3.2.14%3Ar0%3Acore2-64%3A12%3A4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca_create_spdx.tar.zst;downloadfilename=4e/22/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca_create_spdx.tar.zst\nDEBUG: Searching for f6/d9/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0e/91/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5_packagedata.tar.zst\nDEBUG: For url ['file', '', '73/98/sstate:xkeyboard-config::2.41:r0::12:739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e_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/5a/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/5a/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20240101%2Bgit%3Ar0%3Acore2-64%3A12%3A145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5_deploy_source_date_epoch.tar.zst;downloadfilename=14/5a/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c2/fc/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac_packagedata.tar.zst\nDEBUG: Using  for universal/68/7a/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/57/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466_package_write_rpm.tar.zst\nDEBUG: Testing URL file://89/f1/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9b/32/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d_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://3c/c8/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1_packagedata.tar.zst\nDEBUG: Using  for f6/d9/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537_create_spdx.tar.zst\nDEBUG: Testing URL file://0e/91/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5_packagedata.tar.zst\nDEBUG: For url file://73/98/sstate:xkeyboard-config::2.41:r0::12:739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/98/sstate%3Axkeyboard-config%3A%3A2.41%3Ar0%3A%3A12%3A739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e_populate_lic.tar.zst;downloadfilename=73/98/sstate:xkeyboard-config::2.41:r0::12:739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/72/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:a772863117962d868e3fda5f01e578afd4909ca815e60a7fee620d14639f9f4a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c2/fc/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac_packagedata.tar.zst\nDEBUG: Testing URL file://universal/68/7a/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa_recipe_qa.tar.zst\nDEBUG: Searching for 1c/57/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://41/f9/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '89/f1/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e_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/32/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/32/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d_package_write_deb.tar.zst;downloadfilename=9b/32/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '3c/c8/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f6/d9/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0e/91/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5_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://63/41/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c2/fc/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/68/7a/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa_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://28/0f/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804_packagedata.tar.zst\nDEBUG: Using  for 1c/57/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/22/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab_populate_sysroot.tar.zst\nDEBUG: For url file://89/f1/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/f1/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A12%3A89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e_recipe_qa.tar.zst;downloadfilename=89/f1/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e_recipe_qa.tar.zst\nDEBUG: For url file://3c/c8/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/c8/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1_packagedata.tar.zst;downloadfilename=3c/c8/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f6/d9/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537_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/91/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/91/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5_packagedata.tar.zst;downloadfilename=0e/91/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://86/72/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a_package_qa.tar.zst\nDEBUG: Searching for 63/41/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c2/fc/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/fc/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.5%3Ar0%3Acore2-64%3A12%3Ac2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac_packagedata.tar.zst;downloadfilename=c2/fc/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac_packagedata.tar.zst\nDEBUG: For url file://universal/68/7a/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/68/7a/sstate%3Apython3-six-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A12%3A687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa_recipe_qa.tar.zst;downloadfilename=universal/68/7a/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://39/0d/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1c/57/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466_package_write_rpm.tar.zst\nDEBUG: Searching for universal/22/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f6/d9/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/d9/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3Af6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537_create_spdx.tar.zst;downloadfilename=f6/d9/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/a9/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:e1a95dbba4cdb496e4c2c7c410414f62b226c7abc3b0cc42e3f3532172f50ac8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://46/fd/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add_create_spdx.tar.zst\nDEBUG: Using  for 63/41/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/22/sstate:eudev:core2-64-poky-linux:3.2.14:r0:core2-64:12:4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca_create_spdx.tar.zst\nDEBUG: Searching for 39/0d/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://14/5a/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:145a03f5d5f1c0467e102e35b1d40ee2f244b19b700131c3c4baaf01fe568ce5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1c/57/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466_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://73/98/sstate:xkeyboard-config::2.41:r0::12:739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e_populate_lic.tar.zst\nDEBUG: Using  for universal/22/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/f6/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8_package.tar.zst\nDEBUG: Searching for 46/fd/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9b/32/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9b32dda9847687c40aa3aa381fa0dc5c45852304486495d1a6c30e2655b43f1d_package_write_deb.tar.zst\nDEBUG: Testing URL file://63/41/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/9e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32_populate_sysroot.tar.zst\nDEBUG: Using  for 39/0d/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://69/80/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60_package_write_deb.tar.zst\nDEBUG: For url file://1c/57/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/57/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466_package_write_rpm.tar.zst;downloadfilename=1c/57/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2d/1a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/22/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab_populate_sysroot.tar.zst\nDEBUG: Searching for a1/f6/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 46/fd/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/b9/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:d3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '63/41/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bd/9e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://39/0d/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 69/80/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/2d/1a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/22/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a1/f6/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/c8/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://89/f1/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e_recipe_qa.tar.zst\nDEBUG: Testing URL file://46/fd/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add_create_spdx.tar.zst\nDEBUG: Searching for d3/b9/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:d3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://63/41/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/41/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864_package_write_rpm.tar.zst;downloadfilename=63/41/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864_package_write_rpm.tar.zst\nDEBUG: Using  for bd/9e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '39/0d/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486_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/80/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60_package_write_deb.tar.zst\nDEBUG: Using  for universal/2d/1a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739_create_package_spdx.tar.zst\nDEBUG: For url file://universal/22/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/22/5b/sstate%3Adocbook-xsl-stylesheets-native%3Ax86_64-linux%3A1.79.1%3Ar0%3Ax86_64%3A12%3A225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab_populate_sysroot.tar.zst;downloadfilename=universal/22/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a1/f6/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b0/6e/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/06/62/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '46/fd/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d3/b9/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:d3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bd/9e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32_populate_sysroot.tar.zst\nDEBUG: For url file://39/0d/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/0d/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.73.1%3Ar0%3Acore2-64%3A12%3A390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486_deploy_source_date_epoch.tar.zst;downloadfilename=39/0d/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/91/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5_packagedata.tar.zst\nDEBUG: Testing URL file://69/80/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/2d/1a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a1/f6/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/b0/6e/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c2/fc/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac_packagedata.tar.zst\nDEBUG: Searching for universal/06/62/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://46/fd/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/fd/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A12%3A46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add_create_spdx.tar.zst;downloadfilename=46/fd/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add_create_spdx.tar.zst\nDEBUG: Testing URL file://d3/b9/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:d3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'bd/9e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32_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/fb/7b/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/68/7a/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '69/80/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60_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/2d/1a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a1/f6/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/f6/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aa1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8_package.tar.zst;downloadfilename=a1/f6/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8_package.tar.zst\nDEBUG: Using  for universal/b0/6e/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://42/06/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf_populate_sysroot.tar.zst\nDEBUG: Using  for universal/06/62/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd3/b9/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:d3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1_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/9e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/9e/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.1%3Ar0%3Acore2-64%3A12%3Abd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32_populate_sysroot.tar.zst;downloadfilename=bd/9e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/d9/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537_create_spdx.tar.zst\nDEBUG: Searching for universal/fb/7b/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a4/f6/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61_package.tar.zst\nDEBUG: For url file://69/80/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/80/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.48.2%3Ar0%3Acore2-64%3A12%3A698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60_package_write_deb.tar.zst;downloadfilename=69/80/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60_package_write_deb.tar.zst\nDEBUG: For url file://universal/2d/1a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2d/1a/sstate%3Alibpthread-stubs-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3A2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739_create_package_spdx.tar.zst;downloadfilename=universal/2d/1a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b0/6e/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205_create_spdx.tar.zst\nDEBUG: Searching for 42/06/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://63/41/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/57/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/06/62/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d3/b9/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:d3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/b9/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A12%3Ad3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1_deploy_source_date_epoch.tar.zst;downloadfilename=d3/b9/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:d3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://90/58/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d_create_package_spdx.tar.zst\nDEBUG: Using  for universal/fb/7b/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432_create_package_spdx.tar.zst\nDEBUG: Searching for a4/f6/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/b0/6e/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 42/06/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/22/5b/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:225bfb18cc4b3b227494739cf26ce4aef881138ec6c6966ac45bd8a0ef7e63ab_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://39/0d/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:390ddce391b8552725aaeea703dd3af43352638862f977415d81af0596d6d486_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:dc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://21/3d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e_package.tar.zst\nDEBUG: For url ['file', '', 'universal/06/62/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a_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 90/58/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/fb/7b/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432_create_package_spdx.tar.zst\nDEBUG: Using  for a4/f6/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61_package.tar.zst\nDEBUG: For url file://universal/b0/6e/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b0/6e/sstate%3Acmake-native%3Ax86_64-linux%3A3.29.3%3Ar0%3Ax86_64%3A12%3Ab06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205_create_spdx.tar.zst;downloadfilename=universal/b0/6e/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205_create_spdx.tar.zst\nDEBUG: Testing URL file://42/06/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4f/41/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://91/63/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281_create_spdx.tar.zst\nDEBUG: Searching for dc/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:dc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 21/3d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/06/62/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/06/62/sstate%3Alibxcb-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3A0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/06/62/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 90/58/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/fb/7b/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a4/f6/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61_package.tar.zst\nDEBUG: For url ['file', '', '42/06/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/4f/41/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 91/63/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for dc/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:dc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://46/fd/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add_create_spdx.tar.zst\nDEBUG: Using  for 21/3d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e_package.tar.zst\nDEBUG: Testing URL file://90/58/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/9e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bd9e72c5f6185935b3fa275634efb7bafdba963e2c463429e2f59848dfb57e32_populate_sysroot.tar.zst\nDEBUG: For url file://universal/fb/7b/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fb/7b/sstate%3Apython3-docutils-native%3Ax86_64-linux%3A0.21.2%3Ar0%3Ax86_64%3A12%3Afb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432_create_package_spdx.tar.zst;downloadfilename=universal/fb/7b/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/f6/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a1f6a085e44b3fe91da51bbe248ec1545dc9345a9f20f845b12ab452d7efb1a8_package.tar.zst\nDEBUG: For url ['file', '', 'a4/f6/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://42/06/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/06/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A12%3A4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf_populate_sysroot.tar.zst;downloadfilename=42/06/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf_populate_sysroot.tar.zst\nDEBUG: Using  for universal/4f/41/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76_create_spdx.tar.zst\nDEBUG: Using  for 91/63/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281_create_spdx.tar.zst\nDEBUG: Testing URL file://dc/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:dc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/d8/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873_recipe_qa.tar.zst\nDEBUG: Testing URL file://21/3d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e_package.tar.zst\nDEBUG: For url ['file', '', '90/58/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d_create_package_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/fc/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/ff/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:d4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455_package_write_deb.tar.zst\nDEBUG: For url file://a4/f6/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/f6/sstate%3Accache%3Acore2-64-poky-linux%3A4.10%3Ar0%3Acore2-64%3A12%3Aa4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61_package.tar.zst;downloadfilename=a4/f6/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61_package.tar.zst\nDEBUG: Testing URL file://universal/4f/41/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76_create_spdx.tar.zst\nDEBUG: Testing URL file://91/63/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'dc/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:dc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca_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://universal/2d/1a/sstate:libpthread-stubs-native:x86_64-linux:0.5:r0:x86_64:12:2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://69/80/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:698002442412166ab20ecda5a1b5e9b9c41153e230baf8048affe0d5ae157f60_package_write_deb.tar.zst\nDEBUG: Searching for 9d/d8/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '21/3d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://90/58/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/58/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d_create_package_spdx.tar.zst;downloadfilename=90/58/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d_create_package_spdx.tar.zst\nDEBUG: Searching for 14/fc/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d4/ff/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:d4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/4f/41/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76_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/63/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://dc/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:dc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/7f/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3Adc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca_package_write_deb.tar.zst;downloadfilename=dc/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:dc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/b9/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:d3b96c3cee7a54ef2dc051d16b220952b686079115bc781ffd362721e123a9c1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/11/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://96/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9d/d8/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873_recipe_qa.tar.zst\nDEBUG: For url file://21/3d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/3d/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A12%3A213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e_package.tar.zst;downloadfilename=21/3d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e_package.tar.zst\nDEBUG: Using  for 14/fc/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd_package.tar.zst\nDEBUG: Using  for d4/ff/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:d4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455_package_write_deb.tar.zst\nDEBUG: For url file://universal/4f/41/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4f/41/sstate%3Adocbook-xml-dtd4-native%3Ax86_64-linux%3A4.5%3Ar0%3Ax86_64%3A12%3A4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76_create_spdx.tar.zst;downloadfilename=universal/4f/41/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76_create_spdx.tar.zst\nDEBUG: For url file://91/63/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/63/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A12%3A9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281_create_spdx.tar.zst;downloadfilename=91/63/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b0/6e/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://68/f0/sstate:python3-tomli-native::2.0.1:r0::12:68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f_populate_lic.tar.zst\nDEBUG: Searching for 5d/11/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 96/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/06/62/sstate:libxcb-native:x86_64-linux:1.17.0:r0:x86_64:12:0662f9d6af81cc8fa8ab45e6d026e2e7edde3816987813181b64bc75648c7c6a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9d/d8/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873_recipe_qa.tar.zst\nDEBUG: Testing URL file://14/fc/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd_package.tar.zst\nDEBUG: Testing URL file://d4/ff/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:d4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fb/7b/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://42/06/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:4206b4c49bf103e09bc20727de317f9cba08ba1f4b3a6b6ed32dd7c2ddafaaaf_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/3e/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f_populate_sysroot.tar.zst\nDEBUG: Searching for 68/f0/sstate:python3-tomli-native::2.0.1:r0::12:68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5d/11/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/f6/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:a4f6cdae9bdb53ee1d83b7e38638070e2b689b74769d700f6e92b88eabd82a61_package.tar.zst\nDEBUG: Using  for 96/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://96/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9d/d8/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873_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/fc/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd4/ff/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:d4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455_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://91/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb_package.tar.zst\nDEBUG: Searching for 4d/3e/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 68/f0/sstate:python3-tomli-native::2.0.1:r0::12:68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f_populate_lic.tar.zst\nDEBUG: Testing URL file://5d/11/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/0e/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/33/e3/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '96/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752_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://9d/d8/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/d8/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A12%3A9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873_recipe_qa.tar.zst;downloadfilename=9d/d8/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873_recipe_qa.tar.zst\nDEBUG: For url file://14/fc/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/fc/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A12%3A14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd_package.tar.zst;downloadfilename=14/fc/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd_package.tar.zst\nDEBUG: For url file://d4/ff/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:d4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/ff/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3Ad4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455_package_write_deb.tar.zst;downloadfilename=d4/ff/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:d4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455_package_write_deb.tar.zst\nDEBUG: Searching for 91/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8f/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4d/3e/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://68/f0/sstate:python3-tomli-native::2.0.1:r0::12:68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5d/11/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6c/0e/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/33/e3/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://96/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/a7/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.26.0%3Ar0%3Acore2-64%3A12%3A96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752_deploy_source_date_epoch.tar.zst;downloadfilename=96/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://90/58/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d_create_package_spdx.tar.zst\nDEBUG: Using  for 91/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://21/3d/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:213dcae9774c1d8658ecee47185c5f098a2c7215eaceb3f9c1de979359e8944e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/7f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:dc7fd5df099d8ff4f5df78162f5e47e644fdf6c0cef1b6b988a59c63e066a4ca_package_write_deb.tar.zst\nDEBUG: Using  for 8f/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb_package.tar.zst\nDEBUG: Testing URL file://4d/3e/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '68/f0/sstate:python3-tomli-native::2.0.1:r0::12:68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5d/11/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/11/sstate%3Anpth%3Acore2-64-poky-linux%3A1.7%3Ar0%3Acore2-64%3A12%3A5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc_package_write_deb.tar.zst;downloadfilename=5d/11/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc_package_write_deb.tar.zst\nDEBUG: Using  for 6c/0e/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6c/0e/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/f2/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4f/41/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76_create_spdx.tar.zst\nDEBUG: Testing URL file://91/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/32/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/b4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8f/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb_package.tar.zst\nDEBUG: For url ['file', '', '4d/3e/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f_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/f0/sstate:python3-tomli-native::2.0.1:r0::12:68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/f0/sstate%3Apython3-tomli-native%3A%3A2.0.1%3Ar0%3A%3A12%3A68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f_populate_lic.tar.zst;downloadfilename=68/f0/sstate:python3-tomli-native::2.0.1:r0::12:68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f_populate_lic.tar.zst\nDEBUG: Using  for universal/33/e3/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6c/0e/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0f/f2/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://91/63/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/a8/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14_package_qa.tar.zst\nDEBUG: For url ['file', '', '91/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ff/32/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f3/b4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8f/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4d/3e/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/3e/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A12%3A4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f_populate_sysroot.tar.zst;downloadfilename=4d/3e/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/33/e3/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226_recipe_qa.tar.zst\nDEBUG: For url file://6c/0e/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/0e/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.11%3Ar0%3Acore2-64%3A12%3A6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c_populate_sysroot.tar.zst;downloadfilename=6c/0e/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c_populate_sysroot.tar.zst\nDEBUG: Using  for 0f/f2/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/d8/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/74/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4_package_write_rpm.tar.zst\nDEBUG: Searching for ca/a8/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://91/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/8b/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.11%3Ar0%3Acore2-64%3A12%3A918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658_package_write_ipk.tar.zst;downloadfilename=91/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658_package_write_ipk.tar.zst\nDEBUG: Using  for ff/32/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8_package_write_ipk.tar.zst\nDEBUG: Using  for f3/b4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8f/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/99/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.11%3Ar0%3Acore2-64%3A12%3A8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb_package.tar.zst;downloadfilename=8f/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb_package.tar.zst\nDEBUG: For url ['file', '', 'universal/33/e3/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0f/f2/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://14/fc/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:14fc7f9d2472a2484fa177203f7457f33277b97603353306de5e6fd449fec1dd_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/ca/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:c9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/ff/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:d4ff42b5bcc784cacbe69ef4264409ffc88a9748c908e3890e448415c293c455_package_write_deb.tar.zst\nDEBUG: Searching for 9f/74/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ca/a8/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14_package_qa.tar.zst\nDEBUG: Testing URL file://ff/32/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f3/b4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://96/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:96a7d62117d0ecc71e79a68bfa7dac469551420622f3fd9e04b91b395833f752_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/33/e3/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/e3/sstate%3Alzlib-native%3Ax86_64-linux%3A1.14%3Ar0%3Ax86_64%3A12%3A33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226_recipe_qa.tar.zst;downloadfilename=universal/33/e3/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '0f/f2/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe_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://0b/56/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/11/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:5d11abf0c743b3343e3372c43dd93f6e4d68bedfed3fee6f4e54bb41f94677fc_package_write_deb.tar.zst\nDEBUG: Searching for c9/ca/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:c9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://17/82/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16_package.tar.zst\nDEBUG: Using  for 9f/74/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ca/a8/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ff/32/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8_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', '', 'f3/b4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63_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://d0/73/sstate:xserver-nodm-init::3.0:r0::12:d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868_populate_lic.tar.zst\nDEBUG: For url file://0f/f2/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/f2/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.191%3Ar0%3Acore2-64%3A12%3A0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe_package_write_deb.tar.zst;downloadfilename=0f/f2/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe_package_write_deb.tar.zst\nDEBUG: Searching for 0b/56/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://68/f0/sstate:python3-tomli-native::2.0.1:r0::12:68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://82/83/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e_create_package_spdx.tar.zst\nDEBUG: Using  for c9/ca/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:c9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02_package_write_deb.tar.zst\nDEBUG: Searching for 17/82/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9f/74/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ca/a8/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14_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/32/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/32/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A12%3Aff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8_package_write_ipk.tar.zst;downloadfilename=ff/32/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8_package_write_ipk.tar.zst\nDEBUG: For url file://f3/b4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/b4/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Af3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63_deploy_source_date_epoch.tar.zst;downloadfilename=f3/b4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d0/73/sstate:xserver-nodm-init::3.0:r0::12:d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0b/56/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://59/9e/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/3e/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:4d3e824f15dda1c36ef47164bfd189661b1dd3f3b48488b90d5b4e30b29b366f_populate_sysroot.tar.zst\nDEBUG: Searching for 82/83/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c9/ca/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:c9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02_package_write_deb.tar.zst\nDEBUG: Using  for 17/82/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16_package.tar.zst\nDEBUG: For url ['file', '', '9f/74/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4_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/a8/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/a8/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.5%3Ar0%3Acore2-64%3A12%3Acaa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14_package_qa.tar.zst;downloadfilename=ca/a8/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14_package_qa.tar.zst\nDEBUG: Using  for d0/73/sstate:xserver-nodm-init::3.0:r0::12:d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868_populate_lic.tar.zst\nDEBUG: Testing URL file://0b/56/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e_package_write_rpm.tar.zst\nDEBUG: Searching for 59/9e/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6c/0e/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:6c0eec9e670c0072250ce470aa218458be1778df983dcedc26e002d9998cd79c_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/67/sstate:python3-setuptools-native::69.5.1:r0::12:fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8_populate_lic.tar.zst\nDEBUG: Using  for 82/83/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c9/ca/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:c9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02_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://17/82/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16_package.tar.zst\nDEBUG: For url file://9f/74/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/74/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.2%3Ar0%3Acore2-64%3A12%3A9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4_package_write_rpm.tar.zst;downloadfilename=9f/74/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d0/73/sstate:xserver-nodm-init::3.0:r0::12:d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0b/56/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e_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://91/8b/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:918b540860dab01a25e7f3ea6be280c12d49745488aaed993f4db5a5a8327658_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/99/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:8f994d499feed705638752559166d9e90696492bc127648322cb9203b1d8b3bb_package.tar.zst\nDEBUG: Using  for 59/9e/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/ce/sstate:curl-native::8.8.0:r0::12:f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69_populate_lic.tar.zst\nDEBUG: Searching for fd/67/sstate:python3-setuptools-native::69.5.1:r0::12:fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://82/83/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e_create_package_spdx.tar.zst\nDEBUG: For url file://c9/ca/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:c9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/ca/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A12%3Ac9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02_package_write_deb.tar.zst;downloadfilename=c9/ca/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:c9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '17/82/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd0/73/sstate:xserver-nodm-init::3.0:r0::12:d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868_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/56/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/56/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A12%3A0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e_package_write_rpm.tar.zst;downloadfilename=0b/56/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/3a/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:ac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/a5/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc_deploy.tar.zst\nDEBUG: Testing URL file://59/9e/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696_package_write_rpm.tar.zst\nDEBUG: Searching for f0/ce/sstate:curl-native::8.8.0:r0::12:f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fd/67/sstate:python3-setuptools-native::69.5.1:r0::12:fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '82/83/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://17/82/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/82/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.5.1%3Ar0%3Acore2-64%3A12%3A17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16_package.tar.zst;downloadfilename=17/82/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16_package.tar.zst\nDEBUG: For url file://d0/73/sstate:xserver-nodm-init::3.0:r0::12:d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/73/sstate%3Axserver-nodm-init%3A%3A3.0%3Ar0%3A%3A12%3Ad0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868_populate_lic.tar.zst;downloadfilename=d0/73/sstate:xserver-nodm-init::3.0:r0::12:d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/33/e3/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/f2/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:0ff2349e651b403d186f0ed9f164c658d541589f7c27855d8b7c9553313840fe_package_write_deb.tar.zst\nDEBUG: Searching for ac/3a/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:ac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e2/a5/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc_deploy.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '59/9e/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f0/ce/sstate:curl-native::8.8.0:r0::12:f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69_populate_lic.tar.zst\nDEBUG: Testing URL file://fd/67/sstate:python3-setuptools-native::69.5.1:r0::12:fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8_populate_lic.tar.zst\nDEBUG: For url file://82/83/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/83/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e_create_package_spdx.tar.zst;downloadfilename=82/83/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/b5/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/b4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f3b41747870d8ce2a79953721d00c5a9c2354327a73216f304418a3dc46f6c63_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/32/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:ff326bbb7465649c270b76dfc5add63ece07bd01121f9eafac3e9878b477d4c8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/ba/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b_create_spdx.tar.zst\nDEBUG: Using  for ac/3a/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:ac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e2/a5/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc_deploy.tar.zst\nDEBUG: For url file://59/9e/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/9e/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696_package_write_rpm.tar.zst;downloadfilename=59/9e/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f0/ce/sstate:curl-native::8.8.0:r0::12:f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fd/67/sstate:python3-setuptools-native::69.5.1:r0::12:fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2f/b5/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ca/a8/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/4c/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/3b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c_create_spdx.tar.zst\nDEBUG: Searching for d5/ba/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ac/3a/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:ac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e2/a5/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc_deploy.tar.zst\nDEBUG: For url ['file', '', 'f0/ce/sstate:curl-native::8.8.0:r0::12:f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69_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/67/sstate:python3-setuptools-native::69.5.1:r0::12:fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/67/sstate%3Apython3-setuptools-native%3A%3A69.5.1%3Ar0%3A%3A12%3Afd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8_populate_lic.tar.zst;downloadfilename=fd/67/sstate:python3-setuptools-native::69.5.1:r0::12:fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/74/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4_package_write_rpm.tar.zst\nDEBUG: Using  for 2f/b5/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://74/dd/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd_package_write_ipk.tar.zst\nDEBUG: Searching for 9d/4c/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4d/3b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d5/ba/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ac/3a/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:ac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1_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', '', 'e2/a5/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc_deploy.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f0/ce/sstate:curl-native::8.8.0:r0::12:f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/ce/sstate%3Acurl-native%3A%3A8.8.0%3Ar0%3A%3A12%3Af0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69_populate_lic.tar.zst;downloadfilename=f0/ce/sstate:curl-native::8.8.0:r0::12:f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/92/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1_recipe_qa.tar.zst\nDEBUG: Testing URL file://2f/b5/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 74/dd/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c9/ca/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:c9cad9c067fe9254c552df593a5f72da3d6c1367650bb13e7445eac95bec6c02_package_write_deb.tar.zst\nDEBUG: Using  for 9d/4c/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003_populate_sysroot.tar.zst\nDEBUG: Using  for 4d/3b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c_create_spdx.tar.zst\nDEBUG: Testing URL file://d5/ba/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b_create_spdx.tar.zst\nDEBUG: For url file://ac/3a/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:ac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/3a/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3Aac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1_deploy_source_date_epoch.tar.zst;downloadfilename=ac/3a/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:ac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e2/a5/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc_deploy.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/a5/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3Ae2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc_deploy.tar.zst;downloadfilename=e2/a5/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc_deploy.tar.zst\nDEBUG: Searching for f7/92/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2f/b5/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82_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 74/dd/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/56/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/ee/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96_create_spdx.tar.zst\nDEBUG: Testing URL file://9d/4c/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4d/3b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd5/ba/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f7/92/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://17/82/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:17821b2b951ae9e37a702dbc9ba037bbff78520e7270a7fb8eb07162516a9c16_package.tar.zst\nDEBUG: For url file://2f/b5/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/b5/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.21%3Ar0%3Acore2-64%3A12%3A2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82_deploy_source_date_epoch.tar.zst;downloadfilename=2f/b5/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/73/sstate:xserver-nodm-init::3.0:r0::12:d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868_populate_lic.tar.zst\nDEBUG: Testing URL file://74/dd/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/f5/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60_package_write_ipk.tar.zst\nDEBUG: Searching for 3c/ee/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9d/4c/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4d/3b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d5/ba/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/ba/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.5%3Ar0%3Acore2-64%3A12%3Ad5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b_create_spdx.tar.zst;downloadfilename=d5/ba/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b_create_spdx.tar.zst\nDEBUG: Testing URL file://f7/92/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/91/sstate:python3-toml-native::0.10.2:r0::12:f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/03/ca/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '74/dd/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd_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://82/83/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e_create_package_spdx.tar.zst\nDEBUG: Searching for 9c/f5/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3c/ee/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96_create_spdx.tar.zst\nDEBUG: For url file://9d/4c/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/4c/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.6%3Ar0%3Acore2-64%3A12%3A9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003_populate_sysroot.tar.zst;downloadfilename=9d/4c/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003_populate_sysroot.tar.zst\nDEBUG: For url file://4d/3b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/3b/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c_create_spdx.tar.zst;downloadfilename=4d/3b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f7/92/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f7/91/sstate:python3-toml-native::0.10.2:r0::12:f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://59/9e/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696_package_write_rpm.tar.zst\nDEBUG: Searching for universal/03/ca/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://74/dd/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/dd/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.6%3Ar0%3Acore2-64%3A12%3A74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd_package_write_ipk.tar.zst;downloadfilename=74/dd/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/60/a0/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8_create_package_spdx.tar.zst\nDEBUG: Using  for 9c/f5/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60_package_write_ipk.tar.zst\nDEBUG: Testing URL file://3c/ee/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96_create_spdx.tar.zst\nDEBUG: For url file://f7/92/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/92/sstate%3Alibxfixes%3Acore2-64-poky-linux%3A6.0.1%3Ar0%3Acore2-64%3A12%3Af792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1_recipe_qa.tar.zst;downloadfilename=f7/92/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/67/sstate:python3-setuptools-native::69.5.1:r0::12:fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8_populate_lic.tar.zst\nDEBUG: Using  for f7/91/sstate:python3-toml-native::0.10.2:r0::12:f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://51/51/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10_recipe_qa.tar.zst\nDEBUG: Using  for universal/03/ca/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/60/a0/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f0/ce/sstate:curl-native::8.8.0:r0::12:f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/3a/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:ac3af553037604c373fa00457ad06155be3e3d7b999a88a215bf3164e29e45d1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9c/f5/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '3c/ee/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96_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://06/a0/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4_package.tar.zst\nDEBUG: Testing URL file://f7/91/sstate:python3-toml-native::0.10.2:r0::12:f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf_populate_lic.tar.zst\nDEBUG: Searching for 51/51/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/03/ca/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/60/a0/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://99/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://35/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9c/f5/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60_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://3c/ee/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/ee/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96_create_spdx.tar.zst;downloadfilename=3c/ee/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96_create_spdx.tar.zst\nDEBUG: Searching for 06/a0/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f7/91/sstate:python3-toml-native::0.10.2:r0::12:f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf_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://e2/a5/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc_deploy.tar.zst\nDEBUG: Using  for 51/51/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/03/ca/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df_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/60/a0/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8_create_package_spdx.tar.zst\nDEBUG: Searching for 99/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 35/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9c/f5/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/f5/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A12%3A9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60_package_write_ipk.tar.zst;downloadfilename=9c/f5/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60_package_write_ipk.tar.zst\nDEBUG: Using  for 06/a0/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4_package.tar.zst\nDEBUG: For url file://f7/91/sstate:python3-toml-native::0.10.2:r0::12:f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/91/sstate%3Apython3-toml-native%3A%3A0.10.2%3Ar0%3A%3A12%3Af79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf_populate_lic.tar.zst;downloadfilename=f7/91/sstate:python3-toml-native::0.10.2:r0::12:f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/b5/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:2fb520708893a026aa7cd4e7a0ee68e234181ae69607ba193d9be7590f041d82_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/99/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415_package_write_deb.tar.zst\nDEBUG: Testing URL file://51/51/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10_recipe_qa.tar.zst\nDEBUG: For url file://universal/03/ca/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/ca/sstate%3Avala-native%3Ax86_64-linux%3A0.56.17%3Ar0%3Ax86_64%3A12%3A03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df_deploy_source_date_epoch.tar.zst;downloadfilename=universal/03/ca/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/60/a0/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 99/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79_recipe_qa.tar.zst\nDEBUG: Using  for 35/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d_package_write_deb.tar.zst\nDEBUG: Testing URL file://06/a0/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/ba/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/4c/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:9d4c51b523947d911e837b19c3b7fe813e5f94c37938e8f81bee0011eb396003_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://99/4f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/3b/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c_create_spdx.tar.zst\nDEBUG: Searching for 4c/99/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '51/51/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10_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/60/a0/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/60/a0/sstate%3Axorgproto-native%3Ax86_64-linux%3A2024.1%3Ar0%3Ax86_64%3A12%3A60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8_create_package_spdx.tar.zst;downloadfilename=universal/60/a0/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8_create_package_spdx.tar.zst\nDEBUG: Testing URL file://99/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79_recipe_qa.tar.zst\nDEBUG: Testing URL file://35/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://74/dd/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:74ddaea1350d8da6a2aa50b9ac901bdc54a350b227fa32f82d3fafbf8f6132dd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '06/a0/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4_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://81/b8/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/01/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70_packagedata.tar.zst\nDEBUG: Searching for 99/4f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e9/e5/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77_package_write_ipk.tar.zst\nDEBUG: Using  for 4c/99/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415_package_write_deb.tar.zst\nDEBUG: For url file://51/51/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/51/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10_recipe_qa.tar.zst;downloadfilename=51/51/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '99/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79_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/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d_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://f7/92/sstate:libxfixes:core2-64-poky-linux:6.0.1:r0:core2-64:12:f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://05/5d/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f_packagedata.tar.zst\nDEBUG: For url file://06/a0/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/a0/sstate%3Agdb%3Acore2-64-poky-linux%3A14.2%3Ar0%3Acore2-64%3A12%3A06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4_package.tar.zst;downloadfilename=06/a0/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4_package.tar.zst\nDEBUG: Searching for 81/b8/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c2/01/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 99/4f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68_package_write_rpm.tar.zst\nDEBUG: Searching for e9/e5/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4c/99/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415_package_write_deb.tar.zst\nDEBUG: For url file://99/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/76/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.73.1%3Ar0%3Acore2-64%3A12%3A9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79_recipe_qa.tar.zst;downloadfilename=99/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79_recipe_qa.tar.zst\nDEBUG: For url file://35/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/58/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.14.0%3Ar0%3Acore2-64%3A12%3A35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d_package_write_deb.tar.zst;downloadfilename=35/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/ee/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://11/91/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9_package_write_rpm.tar.zst\nDEBUG: Searching for 05/5d/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 81/b8/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53_populate_sysroot.tar.zst\nDEBUG: Using  for c2/01/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70_packagedata.tar.zst\nDEBUG: Testing URL file://99/4f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68_package_write_rpm.tar.zst\nDEBUG: Using  for e9/e5/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/f5/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:9cf505b3c23a9f69abd5dade50a281dffdc595eb7e8802e385a9329c5a17bd60_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '4c/99/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415_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://universal/6b/3a/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/91/sstate:python3-toml-native::0.10.2:r0::12:f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf_populate_lic.tar.zst\nDEBUG: Searching for 11/91/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 05/5d/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f_packagedata.tar.zst\nDEBUG: Testing URL file://81/b8/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c2/01/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70_packagedata.tar.zst\nDEBUG: For url ['file', '', '99/4f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68_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://e9/e5/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/40/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3_populate_sysroot.tar.zst\nDEBUG: For url file://4c/99/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/99/sstate%3Astrace%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415_package_write_deb.tar.zst;downloadfilename=4c/99/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415_package_write_deb.tar.zst\nDEBUG: Searching for universal/6b/3a/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0a/bb/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 11/91/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://05/5d/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f_packagedata.tar.zst\nDEBUG: For url ['file', '', '81/b8/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53_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/01/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://99/4f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/4f/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68_package_write_rpm.tar.zst;downloadfilename=99/4f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e9/e5/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a8/40/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/6b/3a/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0a/bb/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/03/ca/sstate:vala-native:x86_64-linux:0.56.17:r0:x86_64:12:03cab36a976c33e926f7b177a500286aa076257ab8289bcf8f9a09106b7ca0df_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://11/91/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/60/a0/sstate:xorgproto-native:x86_64-linux:2024.1:r0:x86_64:12:60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '05/5d/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://81/b8/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/b8/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A12%3A81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53_populate_sysroot.tar.zst;downloadfilename=81/b8/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53_populate_sysroot.tar.zst\nDEBUG: For url file://c2/01/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/01/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A12%3Ac20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70_packagedata.tar.zst;downloadfilename=c2/01/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70_packagedata.tar.zst\nDEBUG: For url file://e9/e5/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/e5/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.23.0%3Ar0%3Acore2-64%3A12%3Ae9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77_package_write_ipk.tar.zst;downloadfilename=e9/e5/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77_package_write_ipk.tar.zst\nDEBUG: Using  for a8/40/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/6b/3a/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0a/bb/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/52/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:b25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '11/91/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9_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://ce/0c/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:ce0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://05/5d/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/5d/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A12%3A055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f_packagedata.tar.zst;downloadfilename=05/5d/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://51/51/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10_recipe_qa.tar.zst\nDEBUG: Testing URL file://a8/40/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://99/76/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/6b/3a/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce_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://0a/bb/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b2/52/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:b25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://11/91/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/91/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.27%3Ar0%3Acore2-64%3A12%3A1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9_package_write_rpm.tar.zst;downloadfilename=11/91/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9_package_write_rpm.tar.zst\nDEBUG: Searching for ce/0c/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:ce0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://06/a0/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:06a0684c542ef3b4d7aa46dbae4cba02b89cd21b6d0ca423050fd0b2d0bad6d4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a1/35/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:a135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a8/40/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3_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/58/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:35582dc39c40a5c2eb2513f3dfd2d8b9407c9813cfbd39afadc8fa252933f58d_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://70/0c/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc_package_write_deb.tar.zst\nDEBUG: For url file://universal/6b/3a/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6b/3a/sstate%3Alibxxf86vm-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A12%3A6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce_deploy_source_date_epoch.tar.zst;downloadfilename=universal/6b/3a/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0a/bb/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98_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 b2/52/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:b25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000_package_write_deb.tar.zst\nDEBUG: Using  for ce/0c/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:ce0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/99/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:4c9903510b39dd8dbdfa1fb38fab11facd46fdf3e0b97f9d30c744d7f3972415_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fd/75/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21_populate_sysroot.tar.zst\nDEBUG: Searching for universal/a1/35/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:a135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a8/40/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/40/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A12%3Aa840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3_populate_sysroot.tar.zst;downloadfilename=a8/40/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/34/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:ad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 70/0c/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0a/bb/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/bb/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98_deploy_source_date_epoch.tar.zst;downloadfilename=0a/bb/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b2/52/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:b25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://81/b8/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ce/0c/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:ce0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://99/4f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://df/8d/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d_package_write_rpm.tar.zst\nDEBUG: Searching for universal/fd/75/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/a1/35/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:a135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ad/34/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:ad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 70/0c/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b2/52/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:b25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000_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://4b/5a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ce/0c/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:ce0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0_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://c2/01/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/bc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:a3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc_package.tar.zst\nDEBUG: Searching for df/8d/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/fd/75/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/a1/35/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:a135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ad/34/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:ad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://70/0c/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc_package_write_deb.tar.zst\nDEBUG: For url file://b2/52/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:b25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/52/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3Ab25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000_package_write_deb.tar.zst;downloadfilename=b2/52/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:b25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/e5/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e9e5410e033186aa97928f5d6b30a99ab6d0182ab9d1b28a2a1338974e8d3b77_package_write_ipk.tar.zst\nDEBUG: Searching for 4b/5a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ce/0c/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:ce0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/0c/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A12%3Ace0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0_deploy_source_date_epoch.tar.zst;downloadfilename=ce/0c/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:ce0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://05/19/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d_package_write_ipk.tar.zst\nDEBUG: Searching for a3/bc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:a3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for df/8d/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/fd/75/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/a1/35/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:a135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255_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://ad/34/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:ad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '70/0c/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc_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://09/c2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757_package_write_ipk.tar.zst\nDEBUG: Using  for 4b/5a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://05/5d/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f_packagedata.tar.zst\nDEBUG: Searching for 05/19/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a3/bc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:a3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://11/91/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://df/8d/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/fd/75/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21_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/a1/35/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:a135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a1/35/sstate%3Acreaterepo-c-native%3Ax86_64-linux%3A1.1.2%3Ar0%3Ax86_64%3A12%3Aa135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a1/35/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:a135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ad/34/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:ad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41_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/0c/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/0c/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.17%3Ar0%3Acore2-64%3A12%3A700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc_package_write_deb.tar.zst;downloadfilename=70/0c/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc_package_write_deb.tar.zst\nDEBUG: Searching for 09/c2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4b/5a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://37/cf/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633_package.tar.zst\nDEBUG: Using  for 05/19/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://a3/bc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:a3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc_package.tar.zst\nDEBUG: SState: Attempting to fetch file://da/1f/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:da1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6_package.tar.zst\nDEBUG: For url ['file', '', 'df/8d/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d_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/fd/75/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fd/75/sstate%3Alibxfixes-native%3Ax86_64-linux%3A6.0.1%3Ar0%3Ax86_64%3A12%3Afd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21_populate_sysroot.tar.zst;downloadfilename=universal/fd/75/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21_populate_sysroot.tar.zst\nDEBUG: For url file://ad/34/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:ad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/34/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Aad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41_deploy_source_date_epoch.tar.zst;downloadfilename=ad/34/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:ad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6b/3a/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:6b3aec74975fda5d2f071ae58664bf8b8bf0120fcb8fcf840cbf6ba0507d97ce_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 09/c2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '4b/5a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 37/cf/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0a/bb/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0abb8ca4cb3fa57b7970748e265d4fefd9bdd43a4cdbcaf2d9590ae4e8b1bf98_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://05/19/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/40/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a840f501e269f40263b5f4953b2ffb835d0a55ffa62fe8b3a9a7549d0a45e4c3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a3/bc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:a3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for da/1f/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:da1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://df/8d/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/8d/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A12%3Adf8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d_package_write_rpm.tar.zst;downloadfilename=df/8d/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/2b/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725_package_write_deb.tar.zst\nDEBUG: Testing URL file://09/c2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/52/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:b25267741499552891c6ef3b4e11cfa1df7e49109988545c8529edc0d4e4a000_package_write_deb.tar.zst\nDEBUG: For url file://4b/5a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/5a/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.12%3Ar0%3Aallarch%3A12%3A4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a_recipe_qa.tar.zst;downloadfilename=4b/5a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a_recipe_qa.tar.zst\nDEBUG: Using  for 37/cf/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/2c/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09_packagedata.tar.zst\nDEBUG: For url ['file', '', '05/19/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d_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://c6/ab/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a3/bc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:a3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/bc/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3Aa3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc_package.tar.zst;downloadfilename=a3/bc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:a3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc_package.tar.zst\nDEBUG: Using  for da/1f/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:da1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6_package.tar.zst\nDEBUG: Searching for a4/2b/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '09/c2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757_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://ce/0c/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:ce0ce73de58f0a097b06f8f81bcfdecba89404eaaa1fba8b38b375ec529c79d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d3/7f/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://37/cf/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633_package.tar.zst\nDEBUG: Searching for d7/2c/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://05/19/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/19/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.17%3Ar0%3Acore2-64%3A12%3A0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d_package_write_ipk.tar.zst;downloadfilename=05/19/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a1/35/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:a135d73cd065cdbd9f90d3db62be89dea048dc1d5ea89869ea1f6a4ff48c8255_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c6/ab/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://da/1f/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:da1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6_package.tar.zst\nDEBUG: Using  for a4/2b/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725_package_write_deb.tar.zst\nDEBUG: For url file://09/c2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/c2/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.8.2%3Ar0%3Acore2-64%3A12%3A09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757_package_write_ipk.tar.zst;downloadfilename=09/c2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://70/0c/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:700cc96ba2fc49c7ba8cd152c29fe7cc0ace4a65127f566d696fb62c40f03acc_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/78/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:e3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc_populate_sysroot.tar.zst\nDEBUG: Searching for universal/d3/7f/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '37/cf/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d7/2c/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/d2/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fd/75/sstate:libxfixes-native:x86_64-linux:6.0.1:r0:x86_64:12:fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21_populate_sysroot.tar.zst\nDEBUG: Using  for c6/ab/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'da/1f/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:da1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a4/2b/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/5d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746_package_write_rpm.tar.zst\nDEBUG: Searching for e3/78/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:e3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/d3/7f/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/34/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:ad3409cf93415cebf676b56c8da1938a7a442118c0eca0ddab875a8f06bebd41_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://37/cf/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/cf/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.2%3Ar0%3Acore2-64%3A12%3A37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633_package.tar.zst;downloadfilename=37/cf/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633_package.tar.zst\nDEBUG: Testing URL file://d7/2c/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09_packagedata.tar.zst\nDEBUG: Searching for 8c/d2/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e5/37/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:e537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61_package.tar.zst\nDEBUG: Testing URL file://c6/ab/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://da/1f/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:da1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/1f/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.43%3Ar0%3Acore2-64%3A12%3Ada1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6_package.tar.zst;downloadfilename=da/1f/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:da1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6_package.tar.zst\nDEBUG: For url ['file', '', 'a4/2b/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c5/5d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e3/78/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:e3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/d3/7f/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/44/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd7/2c/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8c/d2/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf_packagedata.tar.zst\nDEBUG: Searching for e5/37/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:e537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://df/8d/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c6/ab/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215_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/2b/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/2b/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A12%3Aa42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725_package_write_deb.tar.zst;downloadfilename=a4/2b/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725_package_write_deb.tar.zst\nDEBUG: Using  for c5/5d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/5a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a_recipe_qa.tar.zst\nDEBUG: Testing URL file://e3/78/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:e3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/d3/7f/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cd/44/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d7/2c/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/2c/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A12%3Ad72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09_packagedata.tar.zst;downloadfilename=d7/2c/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09_packagedata.tar.zst\nDEBUG: Testing URL file://8c/d2/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf_packagedata.tar.zst\nDEBUG: Using  for e5/37/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:e537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61_package.tar.zst\nDEBUG: SState: Attempting to fetch file://33/3a/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37_package_write_rpm.tar.zst\nDEBUG: For url file://c6/ab/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/ab/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.5%3Ar0%3Acore2-64%3A12%3Ac6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215_deploy_source_date_epoch.tar.zst;downloadfilename=c6/ab/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c5/5d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://54/79/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/bc/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:a3bc7fc7b88aa1bf9bd9dbd09b2a89373387ead829b612a5e22940a6993b07bc_package.tar.zst\nDEBUG: For url ['file', '', 'e3/78/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:e3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc_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/d3/7f/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/7f/sstate%3Alibtirpc-native%3Ax86_64-linux%3A1.3.4%3Ar0%3Ax86_64%3A12%3Ad37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a_populate_sysroot.tar.zst;downloadfilename=universal/d3/7f/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a_populate_sysroot.tar.zst\nDEBUG: Using  for cd/44/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77_package_qa.tar.zst\nDEBUG: For url ['file', '', '8c/d2/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e5/37/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:e537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61_package.tar.zst\nDEBUG: Searching for 33/3a/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://05/19/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:0519873268d4fc6d10c759fea4977887f9dbc25da34bd391991c29e584997e9d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'c5/5d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 54/79/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://09/c2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:09c2a7100af33e7ff2085ac5c4e4929b88b86dc73e2cb0a85e7a0c01c3dfd757_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/fa/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:a6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e3/78/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:e3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/78/sstate%3Aiproute2%3Acore2-64-poky-linux%3A6.9.0%3Ar0%3Acore2-64%3A12%3Ae3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc_populate_sysroot.tar.zst;downloadfilename=e3/78/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:e3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cd/44/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77_package_qa.tar.zst\nDEBUG: For url file://8c/d2/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/d2/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A12%3A8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf_packagedata.tar.zst;downloadfilename=8c/d2/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://37/cf/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:37cf40fc77a037117752d85d2a69688bd0ddd10dac0adbc06bffe10b6e715633_package.tar.zst\nDEBUG: For url ['file', '', 'e5/37/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:e537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 33/3a/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://61/04/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db_recipe_qa.tar.zst\nDEBUG: For url file://c5/5d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/5d/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.6%3Ar0%3Acore2-64%3A12%3Ac55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746_package_write_rpm.tar.zst;downloadfilename=c5/5d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746_package_write_rpm.tar.zst\nDEBUG: Using  for 54/79/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/29/91/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb_populate_sysroot.tar.zst\nDEBUG: Searching for a6/fa/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:a6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cd/44/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77_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://da/1f/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:da1f8c53fcfff7153025a02826dcc770013dc726d050309a03d2f2c3e67c2da6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/e1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7_create_package_spdx.tar.zst\nDEBUG: For url file://e5/37/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:e537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/37/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3Ae537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61_package.tar.zst;downloadfilename=e5/37/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:e537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/2b/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:a42b5ec2cd83c35c8ae99163b9e518f9fcfc60e5e18dc1065605de6fafe04725_package_write_deb.tar.zst\nDEBUG: Testing URL file://33/3a/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37_package_write_rpm.tar.zst\nDEBUG: Searching for 61/04/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://54/79/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17_package_write_deb.tar.zst\nDEBUG: Searching for universal/29/91/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a6/fa/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:a6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/2c/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09_packagedata.tar.zst\nDEBUG: For url file://cd/44/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/44/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.21%3Ar0%3Acore2-64%3A12%3Acd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77_package_qa.tar.zst;downloadfilename=cd/44/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/3a/sstate:libusb1::1.0.27:r0::12:c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41_populate_lic.tar.zst\nDEBUG: Searching for a5/e1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://98/fd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '33/3a/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37_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://c6/ab/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:c6ab8946d6fabd55677de9d6b2e88698011464a266cbdc87b442cb6ec9bf1215_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 61/04/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '54/79/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/29/91/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a6/fa/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:a6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/69/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91_create_package_spdx.tar.zst\nDEBUG: Searching for c8/3a/sstate:libusb1::1.0.27:r0::12:c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a5/e1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7_create_package_spdx.tar.zst\nDEBUG: Searching for 98/fd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/d3/7f/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a_populate_sysroot.tar.zst\nDEBUG: For url file://33/3a/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/3a/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.15.1%3Ar0%3Acore2-64%3A12%3A333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37_package_write_rpm.tar.zst;downloadfilename=33/3a/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cf/a7/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611_populate_sysroot.tar.zst\nDEBUG: Testing URL file://61/04/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db_recipe_qa.tar.zst\nDEBUG: For url file://54/79/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/79/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17_package_write_deb.tar.zst;downloadfilename=54/79/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/29/91/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a6/fa/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:a6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73_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 2c/69/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c8/3a/sstate:libusb1::1.0.27:r0::12:c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41_populate_lic.tar.zst\nDEBUG: Testing URL file://a5/e1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7_create_package_spdx.tar.zst\nDEBUG: Using  for 98/fd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://51/7d/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada_create_spdx.tar.zst\nDEBUG: Searching for universal/cf/a7/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '61/04/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db_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://e3/78/sstate:iproute2:core2-64-poky-linux:6.9.0:r0:core2-64:12:e3783de45781fc827e36672f5cd7c61d1970ac3c9e21033b9badd002ea02c6cc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/29/91/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb_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://8c/d2/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf_packagedata.tar.zst\nDEBUG: For url file://a6/fa/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:a6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/fa/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.4%3Ar0%3Acore2-64%3A12%3Aa6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73_deploy_source_date_epoch.tar.zst;downloadfilename=a6/fa/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:a6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2c/69/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c8/3a/sstate:libusb1::1.0.27:r0::12:c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a5/e1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://98/fd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89_create_package_spdx.tar.zst\nDEBUG: Searching for 51/7d/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/cf/a7/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611_populate_sysroot.tar.zst\nDEBUG: For url file://61/04/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/04/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db_recipe_qa.tar.zst;downloadfilename=61/04/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/44/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142_create_package_spdx.tar.zst\nDEBUG: For url file://universal/29/91/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/29/91/sstate%3Axz-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A12%3A29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb_populate_sysroot.tar.zst;downloadfilename=universal/29/91/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/f3/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2c/69/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/5d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c8/3a/sstate:libusb1::1.0.27:r0::12:c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a5/e1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/e1/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.22.4%3Ar0%3Acore2-64%3A12%3Aa5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7_create_package_spdx.tar.zst;downloadfilename=a5/e1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '98/fd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 51/7d/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/cf/a7/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611_populate_sysroot.tar.zst\nDEBUG: Searching for b0/44/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e5/37/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:e537079e57ed39e374cedf4b091346801a60a643b219d3102dae81a5cc597c61_package.tar.zst\nDEBUG: Searching for 1f/f3/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2c/69/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91_create_package_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/44/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/63/sstate:python3-unittest-automake-output::0.2:r0::12:f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed_populate_lic.tar.zst\nDEBUG: For url file://c8/3a/sstate:libusb1::1.0.27:r0::12:c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/3a/sstate%3Alibusb1%3A%3A1.0.27%3Ar0%3A%3A12%3Ac83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41_populate_lic.tar.zst;downloadfilename=c8/3a/sstate:libusb1::1.0.27:r0::12:c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41_populate_lic.tar.zst\nDEBUG: For url file://98/fd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/fd/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89_create_package_spdx.tar.zst;downloadfilename=98/fd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89_create_package_spdx.tar.zst\nDEBUG: Testing URL file://51/7d/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/3a/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/cf/a7/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b0/44/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/e9/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:e3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13_package_write_deb.tar.zst\nDEBUG: Using  for 1f/f3/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a_create_package_spdx.tar.zst\nDEBUG: For url file://2c/69/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/69/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.5%3Ar0%3Acore2-64%3A12%3A2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91_create_package_spdx.tar.zst;downloadfilename=2c/69/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/e9/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b_populate_sysroot.tar.zst\nDEBUG: Searching for f8/63/sstate:python3-unittest-automake-output::0.2:r0::12:f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '51/7d/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada_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/96/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://54/79/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17_package_write_deb.tar.zst\nDEBUG: For url file://universal/cf/a7/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cf/a7/sstate%3Awayland-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A12%3Acfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611_populate_sysroot.tar.zst;downloadfilename=universal/cf/a7/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b0/44/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142_create_package_spdx.tar.zst\nDEBUG: Searching for e3/e9/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:e3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1f/f3/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a_create_package_spdx.tar.zst\nDEBUG: Searching for 8c/e9/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/63/sstate:python3-unittest-automake-output::0.2:r0::12:f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed_populate_lic.tar.zst\nDEBUG: Testing URL file://f8/63/sstate:python3-unittest-automake-output::0.2:r0::12:f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed_populate_lic.tar.zst\nDEBUG: For url file://51/7d/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/7d/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A12%3A517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada_create_spdx.tar.zst;downloadfilename=51/7d/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada_create_spdx.tar.zst\nDEBUG: Searching for 5b/96/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d7/18/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:d7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b0/44/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e3/e9/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:e3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://61/04/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1f/f3/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8c/e9/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8c/e9/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f8/63/sstate:python3-unittest-automake-output::0.2:r0::12:f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5b/96/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b_package.tar.zst\nDEBUG: Searching for d7/18/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:d7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b0/44/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/44/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A12%3Ab0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142_create_package_spdx.tar.zst;downloadfilename=b0/44/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e3/e9/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:e3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/e1/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/29/91/sstate:xz-native:x86_64-linux:5.4.6:r0:x86_64:12:29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/68/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8_package_write_rpm.tar.zst\nDEBUG: For url file://1f/f3/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/f3/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.5%3Ar0%3Acore2-64%3A12%3A1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a_create_package_spdx.tar.zst;downloadfilename=1f/f3/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/fa/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:a6fa328aa5c2466f9cd1d3aa8f7a804fb0eaa42cf6d919c3c915b772d759ce73_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8c/e9/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f8/63/sstate:python3-unittest-automake-output::0.2:r0::12:f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/63/sstate%3Apython3-unittest-automake-output%3A%3A0.2%3Ar0%3A%3A12%3Af86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed_populate_lic.tar.zst;downloadfilename=f8/63/sstate:python3-unittest-automake-output::0.2:r0::12:f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed_populate_lic.tar.zst\nDEBUG: Testing URL file://5b/96/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b_package.tar.zst\nDEBUG: Using  for d7/18/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:d7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e3/e9/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:e3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13_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://aa/ea/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:aaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/3a/sstate:libusb1::1.0.27:r0::12:c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://54/59/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://98/fd/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89_create_package_spdx.tar.zst\nDEBUG: Searching for 9e/68/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2c/69/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/61/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200_recipe_qa.tar.zst\nDEBUG: For url file://8c/e9/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/e9/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b_populate_sysroot.tar.zst;downloadfilename=8c/e9/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cf/a7/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://51/7d/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5b/96/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d7/18/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:d7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/44/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142_create_package_spdx.tar.zst\nDEBUG: For url file://e3/e9/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:e3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/e9/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.7%3Ar0%3Acore2-64%3A12%3Ae3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13_package_write_deb.tar.zst;downloadfilename=e3/e9/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:e3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13_package_write_deb.tar.zst\nDEBUG: Searching for aa/ea/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:aaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://79/94/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32_create_package_spdx.tar.zst\nDEBUG: Searching for 54/59/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0b/ae/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970_create_package_spdx.tar.zst\nDEBUG: Using  for 9e/68/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/f3/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/89/78/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9d/61/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://06/2c/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/61/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/63/sstate:python3-unittest-automake-output::0.2:r0::12:f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed_populate_lic.tar.zst\nDEBUG: For url file://5b/96/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/96/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A12%3A5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b_package.tar.zst;downloadfilename=5b/96/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b_package.tar.zst\nDEBUG: For url ['file', '', 'd7/18/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:d7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f_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://7d/8e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27_recipe_qa.tar.zst\nDEBUG: Using  for aa/ea/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:aaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94_package_write_deb.tar.zst\nDEBUG: Searching for 79/94/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 54/59/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2_package_write_deb.tar.zst\nDEBUG: Searching for 0b/ae/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9e/68/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/15/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954_package.tar.zst\nDEBUG: Searching for universal/89/78/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9d/61/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200_recipe_qa.tar.zst\nDEBUG: Searching for 06/2c/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a4/61/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://28/63/sstate:tcf-agent::1.8.0+git:r0::12:28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22_populate_lic.tar.zst\nDEBUG: For url file://d7/18/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:d7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/18/sstate%3Acurl%3Acore2-64-poky-linux%3A8.8.0%3Ar0%3Acore2-64%3A12%3Ad7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f_deploy_source_date_epoch.tar.zst;downloadfilename=d7/18/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:d7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7d/8e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8c/e9/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:8ce943e1a2c61837d1a1e08697cc9197e91bf28056863ed60407e80c34a8291b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://aa/ea/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:aaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94_package_write_deb.tar.zst\nDEBUG: Using  for 79/94/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32_create_package_spdx.tar.zst\nDEBUG: Testing URL file://54/59/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2_package_write_deb.tar.zst\nDEBUG: Using  for 0b/ae/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '9e/68/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8_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://e3/e9/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:e3e93aa5f7be6dae04a1b1e899e3f111ce979f24198ebbccbd0b50ee7be8ac13_package_write_deb.tar.zst\nDEBUG: Searching for 9c/15/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/89/78/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9d/61/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200_recipe_qa.tar.zst\nDEBUG: Using  for 06/2c/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee_recipe_qa.tar.zst\nDEBUG: Using  for a4/61/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6_package_qa.tar.zst\nDEBUG: Searching for 28/63/sstate:tcf-agent::1.8.0+git:r0::12:28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7d/8e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://29/98/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'aa/ea/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:aaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94_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://79/94/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '54/59/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2_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://0b/ae/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970_create_package_spdx.tar.zst\nDEBUG: For url file://9e/68/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/68/sstate%3Afmt%3Acore2-64-poky-linux%3A10.2.1%3Ar0%3Acore2-64%3A12%3A9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8_package_write_rpm.tar.zst;downloadfilename=9e/68/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/84/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00_recipe_qa.tar.zst\nDEBUG: Using  for 9c/15/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954_package.tar.zst\nDEBUG: Testing URL file://universal/89/78/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/96/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:5b961f9e725433ff5e26a0c5d763edc6a2b50731674862f79d52d08b136a149b_package.tar.zst\nDEBUG: For url ['file', '', '9d/61/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200_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/2c/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee_recipe_qa.tar.zst\nDEBUG: Testing URL file://a4/61/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6_package_qa.tar.zst\nDEBUG: Using  for 28/63/sstate:tcf-agent::1.8.0+git:r0::12:28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22_populate_lic.tar.zst\nDEBUG: Testing URL file://7d/8e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27_recipe_qa.tar.zst\nDEBUG: Searching for 29/98/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://aa/ea/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:aaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/ea/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.10.0%3Ar0%3Acore2-64%3A12%3Aaaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94_package_write_deb.tar.zst;downloadfilename=aa/ea/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:aaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '79/94/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://54/59/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/59/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.5%3Ar0%3Acore2-64%3A12%3A5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2_package_write_deb.tar.zst;downloadfilename=54/59/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '0b/ae/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8a/84/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9c/15/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954_package.tar.zst\nDEBUG: For url ['file', '', 'universal/89/78/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443_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://d7/18/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:d7182aee350411a21d7bb62c16e116bf033f2f8f2b8d1045e60090e9791da07f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/d6/sstate:xauth::1.1.3:r0::12:8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85_populate_lic.tar.zst\nDEBUG: For url file://9d/61/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/61/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A12%3A9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200_recipe_qa.tar.zst;downloadfilename=9d/61/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '06/2c/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a4/61/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://28/63/sstate:tcf-agent::1.8.0+git:r0::12:28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7d/8e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 29/98/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f_package_write_rpm.tar.zst\nDEBUG: For url file://79/94/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/94/sstate%3Alibtool-cross%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32_create_package_spdx.tar.zst;downloadfilename=79/94/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32_create_package_spdx.tar.zst\nDEBUG: For url file://0b/ae/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/ae/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.1.0%3Ar0%3Acore2-64%3A12%3A0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970_create_package_spdx.tar.zst;downloadfilename=0b/ae/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970_create_package_spdx.tar.zst\nDEBUG: Using  for 8a/84/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9c/15/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954_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://9e/68/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8_package_write_rpm.tar.zst\nDEBUG: For url file://universal/89/78/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/89/78/sstate%3Apython3-build-native%3Ax86_64-linux%3A1.2.1%3Ar0%3Ax86_64%3A12%3A8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443_deploy_source_date_epoch.tar.zst;downloadfilename=universal/89/78/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/27/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:c02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c_package.tar.zst\nDEBUG: Searching for 8f/d6/sstate:xauth::1.1.3:r0::12:8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://06/2c/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/2c/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.5%3Ar0%3Acore2-64%3A12%3A062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee_recipe_qa.tar.zst;downloadfilename=06/2c/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee_recipe_qa.tar.zst\nDEBUG: For url file://a4/61/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/61/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.8%3Ar0%3Acore2-64%3A12%3Aa461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6_package_qa.tar.zst;downloadfilename=a4/61/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6_package_qa.tar.zst\nDEBUG: For url ['file', '', '28/63/sstate:tcf-agent::1.8.0+git:r0::12:28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7d/8e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/8e/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A12%3A7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27_recipe_qa.tar.zst;downloadfilename=7d/8e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27_recipe_qa.tar.zst\nDEBUG: Testing URL file://29/98/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/ea/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:aaeaf5b9e5220db171f25eafc2a091d7182b0aed65e96a380b9eb03221803f94_package_write_deb.tar.zst\nDEBUG: Testing URL file://8a/84/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00_recipe_qa.tar.zst\nDEBUG: For url file://9c/15/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/15/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.191%3Ar0%3Acore2-64%3A12%3A9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954_package.tar.zst;downloadfilename=9c/15/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/41/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://54/59/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:5459799b5e78260ec989a778734f1172c627bdb261ca254a9351bf44487becf2_package_write_deb.tar.zst\nDEBUG: Searching for c0/27/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:c02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8f/d6/sstate:xauth::1.1.3:r0::12:8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/61/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200_recipe_qa.tar.zst\nDEBUG: For url file://28/63/sstate:tcf-agent::1.8.0+git:r0::12:28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/63/sstate%3Atcf-agent%3A%3A1.8.0%2Bgit%3Ar0%3A%3A12%3A28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22_populate_lic.tar.zst;downloadfilename=28/63/sstate:tcf-agent::1.8.0+git:r0::12:28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/ae/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://79/94/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '29/98/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f_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://42/61/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206_package.tar.zst\nDEBUG: For url ['file', '', '8a/84/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a2/41/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/89/78/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:8978fa37d1f71a0f6184848e3844c4b97d4a659f043de5ad56a52668045af443_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/f0/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d_recipe_qa.tar.zst\nDEBUG: Using  for c0/27/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:c02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c_package.tar.zst\nDEBUG: Testing URL file://8f/d6/sstate:xauth::1.1.3:r0::12:8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/1f/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:fc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/61/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/d8/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://06/2c/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0a/d0/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8_create_spdx.tar.zst\nDEBUG: For url file://29/98/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/98/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f_package_write_rpm.tar.zst;downloadfilename=29/98/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f_package_write_rpm.tar.zst\nDEBUG: Searching for 42/61/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8a/84/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/84/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00_recipe_qa.tar.zst;downloadfilename=8a/84/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00_recipe_qa.tar.zst\nDEBUG: Using  for a2/41/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6_create_spdx.tar.zst\nDEBUG: Testing URL file://a2/41/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e_create_package_spdx.tar.zst\nDEBUG: Searching for d6/f0/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c0/27/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:c02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c_package.tar.zst\nDEBUG: For url ['file', '', '8f/d6/sstate:xauth::1.1.3:r0::12:8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fc/1f/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:fc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ef/8f/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5_recipe_qa.tar.zst\nDEBUG: Searching for a4/d8/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3b/ae/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16_package_write_rpm.tar.zst\nDEBUG: Searching for universal/0a/d0/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9c/15/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9c151863514980389da18601e554bb7b51326595e0d22b2cd0758ad525ba4954_package.tar.zst\nDEBUG: Using  for 42/61/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206_package.tar.zst\nDEBUG: Testing URL file://42/61/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206_package.tar.zst\nDEBUG: SState: Successful fetch test for file://28/63/sstate:tcf-agent::1.8.0+git:r0::12:28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a2/41/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 98/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d6/f0/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c0/27/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:c02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8f/d6/sstate:xauth::1.1.3:r0::12:8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/d6/sstate%3Axauth%3A%3A1.1.3%3Ar0%3A%3A12%3A8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85_populate_lic.tar.zst;downloadfilename=8f/d6/sstate:xauth::1.1.3:r0::12:8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85_populate_lic.tar.zst\nDEBUG: Using  for fc/1f/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:fc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe_package.tar.zst\nDEBUG: Searching for ef/8f/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a4/d8/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548_create_spdx.tar.zst\nDEBUG: Searching for 3b/ae/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/0a/d0/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://80/ce/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/8e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '42/61/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206_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://a4/d3/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816_package_write_rpm.tar.zst\nDEBUG: For url file://a2/41/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/41/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.1%3Ar0%3Acore2-64%3A12%3Aa2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6_create_spdx.tar.zst;downloadfilename=a2/41/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6_create_spdx.tar.zst\nDEBUG: Using  for 98/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e_create_package_spdx.tar.zst\nDEBUG: Testing URL file://d6/f0/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d_recipe_qa.tar.zst\nDEBUG: For url file://c0/27/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:c02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/27/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3Ac02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c_package.tar.zst;downloadfilename=c0/27/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:c02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c_package.tar.zst\nDEBUG: Testing URL file://fc/1f/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:fc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe_package.tar.zst\nDEBUG: Using  for ef/8f/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/84/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://29/98/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a4/d8/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548_create_spdx.tar.zst\nDEBUG: Using  for 3b/ae/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/0a/d0/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8_create_spdx.tar.zst\nDEBUG: Searching for 80/ce/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://41/f9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1_create_spdx.tar.zst\nDEBUG: For url file://42/61/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/61/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A12%3A426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206_package.tar.zst;downloadfilename=42/61/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206_package.tar.zst\nDEBUG: Searching for a4/d3/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://98/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd6/f0/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d_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/1f/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:fc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ef/8f/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/d6/sstate:xauth::1.1.3:r0::12:8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/ef/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/08/6b/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a4/d8/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://3b/ae/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/0a/d0/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 80/ce/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80_package.tar.zst\nDEBUG: Searching for 41/f9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a4/d3/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '98/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fc/1f/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:fc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/1f/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A12%3Afc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe_package.tar.zst;downloadfilename=fc/1f/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:fc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe_package.tar.zst\nDEBUG: For url file://d6/f0/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/f0/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A12%3Ad6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d_recipe_qa.tar.zst;downloadfilename=d6/f0/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ef/8f/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5_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/22/9b/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e_create_package_spdx.tar.zst\nDEBUG: Searching for 5a/ef/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/08/6b/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a2/41/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6_create_spdx.tar.zst\nDEBUG: For url file://a4/d8/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/d8/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A12%3Aa4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548_create_spdx.tar.zst;downloadfilename=a4/d8/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/27/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:c02721b2420c9635f81ac327989234517811c74faa5ca25004d8caa5d7eeff6c_package.tar.zst\nDEBUG: For url ['file', '', '3b/ae/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16_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/0a/d0/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0a/d0/sstate%3Alibxml2-native%3Ax86_64-linux%3A2.12.8%3Ar0%3Ax86_64%3A12%3A0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8_create_spdx.tar.zst;downloadfilename=universal/0a/d0/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8_create_spdx.tar.zst\nDEBUG: Testing URL file://80/ce/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80_package.tar.zst\nDEBUG: Using  for 41/f9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1_create_spdx.tar.zst\nDEBUG: Testing URL file://a4/d3/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816_package_write_rpm.tar.zst\nDEBUG: For url file://98/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/09/sstate%3Amatchbox-terminal%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e_create_package_spdx.tar.zst;downloadfilename=98/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e_create_package_spdx.tar.zst\nDEBUG: For url file://ef/8f/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/8f/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.70%3Ar0%3Acore2-64%3A12%3Aef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5_recipe_qa.tar.zst;downloadfilename=ef/8f/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5_recipe_qa.tar.zst\nDEBUG: Searching for universal/22/9b/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/ef/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3_package_write_ipk.tar.zst\nDEBUG: Using  for universal/08/6b/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/33/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/98/1b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4_recipe_qa.tar.zst\nDEBUG: For url file://3b/ae/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/ae/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16_package_write_rpm.tar.zst;downloadfilename=3b/ae/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://42/61/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:426190880461756d50769d22704b15ce8b89c17acf2d7bb5856f020134f2a206_package.tar.zst\nDEBUG: For url ['file', '', '80/ce/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://41/f9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a4/d3/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816_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://fc/1f/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:fc1f9119f1c9f05d38d44831da9528ea6e892b50cb20eb4e8a0fb253ddd6e7fe_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/f0/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d_recipe_qa.tar.zst\nDEBUG: Using  for universal/22/9b/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5a/ef/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/08/6b/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/d8/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548_create_spdx.tar.zst\nDEBUG: Searching for c2/33/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/98/1b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://93/d1/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895_package_qa.tar.zst\nDEBUG: For url file://80/ce/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/ce/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.14.0%3Ar0%3Acore2-64%3A12%3A80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80_package.tar.zst;downloadfilename=80/ce/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80_package.tar.zst\nDEBUG: For url ['file', '', '41/f9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1_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/d3/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/d3/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A12%3Aa4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816_package_write_rpm.tar.zst;downloadfilename=a4/d3/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://86/4c/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/22/9b/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0a/d0/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5a/ef/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3_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', '', 'universal/08/6b/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13_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://98/09/sstate:matchbox-terminal:core2-64-poky-linux:0.2+git:r0:core2-64:12:980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/f7/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011_package.tar.zst\nDEBUG: Using  for c2/33/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285_package.tar.zst\nDEBUG: Using  for universal/98/1b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4_recipe_qa.tar.zst\nDEBUG: Searching for 93/d1/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://41/f9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/f9/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A12%3A41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1_create_spdx.tar.zst;downloadfilename=41/f9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/8f/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5_recipe_qa.tar.zst\nDEBUG: Searching for 20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 86/4c/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3b/ae/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/22/9b/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e_create_package_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/7a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:fe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3_package.tar.zst\nDEBUG: For url file://5a/ef/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/ef/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3_package_write_ipk.tar.zst;downloadfilename=5a/ef/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3_package_write_ipk.tar.zst\nDEBUG: For url file://universal/08/6b/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/6b/sstate%3Akmod-native%3Ax86_64-linux%3A32%3Ar0%3Ax86_64%3A12%3A086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13_deploy_source_date_epoch.tar.zst;downloadfilename=universal/08/6b/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://64/39/sstate:libxcomposite-native::0.4.6:r0::12:6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce_populate_lic.tar.zst\nDEBUG: Searching for c2/f7/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c2/33/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285_package.tar.zst\nDEBUG: Testing URL file://universal/98/1b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4_recipe_qa.tar.zst\nDEBUG: Using  for 93/d1/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6a/16/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392_populate_sysroot.tar.zst\nDEBUG: Using  for 20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst\nDEBUG: Using  for 86/4c/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/a0/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85_package_qa.tar.zst\nDEBUG: For url file://universal/22/9b/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/22/9b/sstate%3Alibxdmcp-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A12%3A229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e_create_package_spdx.tar.zst;downloadfilename=universal/22/9b/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e_create_package_spdx.tar.zst\nDEBUG: Searching for fe/7a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:fe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://80/ce/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:80ce2251db9f38e88e6d4e057f60fe6fa59049bb98694324b012bb2336b97a80_package.tar.zst\nDEBUG: Searching for 64/39/sstate:libxcomposite-native::0.4.6:r0::12:6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c2/f7/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011_package.tar.zst\nDEBUG: For url ['file', '', 'c2/33/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285_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://a4/d3/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/98/1b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4_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/d1/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895_package_qa.tar.zst\nDEBUG: Searching for universal/6a/16/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://86/4c/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810_package_write_ipk.tar.zst\nDEBUG: Searching for a0/a0/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fe/7a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:fe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://87/5e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c_create_spdx.tar.zst\nDEBUG: Using  for 64/39/sstate:libxcomposite-native::0.4.6:r0::12:6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce_populate_lic.tar.zst\nDEBUG: Testing URL file://c2/f7/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011_package.tar.zst\nDEBUG: SState: Successful fetch test for file://41/f9/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1_create_spdx.tar.zst\nDEBUG: For url file://c2/33/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/33/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3Ac23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285_package.tar.zst;downloadfilename=c2/33/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/ab/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31_recipe_qa.tar.zst\nDEBUG: For url file://universal/98/1b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/98/1b/sstate%3Ae2fsprogs-native%3Ax86_64-linux%3A1.47.0%3Ar0%3Ax86_64%3A12%3A981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4_recipe_qa.tar.zst;downloadfilename=universal/98/1b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '93/d1/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/6a/16/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '86/4c/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810_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://5a/ef/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:5aefc11371680a13babfa6f1cfc96f8ca4c0aff07269e5ded11dd00a487526f3_package_write_ipk.tar.zst\nDEBUG: Using  for a0/a0/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85_package_qa.tar.zst\nDEBUG: Testing URL file://fe/7a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:fe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3_package.tar.zst\nDEBUG: Searching for 87/5e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://64/39/sstate:libxcomposite-native::0.4.6:r0::12:6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c2/f7/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011_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://62/51/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8_package.tar.zst\nDEBUG: Searching for d0/ab/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/08/6b/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:086b914c7be253ecbd20e641f030281d485a108aaf5466b45a41c53b77e8ca13_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://93/d1/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/d1/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A12%3A93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895_package_qa.tar.zst;downloadfilename=93/d1/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895_package_qa.tar.zst\nDEBUG: Testing URL file://universal/6a/16/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392_populate_sysroot.tar.zst\nDEBUG: For url file://20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/54/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst;downloadfilename=20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/22/9b/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e_create_package_spdx.tar.zst\nDEBUG: For url file://86/4c/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/4c/sstate%3Areadline%3Acore2-64-poky-linux%3A8.2%3Ar0%3Acore2-64%3A12%3A864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810_package_write_ipk.tar.zst;downloadfilename=86/4c/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://00/cd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27_packagedata.tar.zst\nDEBUG: Testing URL file://a0/a0/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85_package_qa.tar.zst\nDEBUG: For url ['file', '', 'fe/7a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:fe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 87/5e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c_create_spdx.tar.zst\nDEBUG: For url ['file', '', '64/39/sstate:libxcomposite-native::0.4.6:r0::12:6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c2/f7/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/f7/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A12%3Ac2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011_package.tar.zst;downloadfilename=c2/f7/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011_package.tar.zst\nDEBUG: Searching for 62/51/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d0/ab/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/2d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/6a/16/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392_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://6a/22/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/33/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:c23387d2b6586fde8fd78d3e636fa04dba1d484017e18b55aaa161a39d32d285_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/98/1b/sstate:e2fsprogs-native:x86_64-linux:1.47.0:r0:x86_64:12:981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4_recipe_qa.tar.zst\nDEBUG: Searching for 00/cd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a0/a0/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fe/7a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:fe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/7a/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.12.8%3Ar0%3Acore2-64%3A12%3Afe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3_package.tar.zst;downloadfilename=fe/7a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:fe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3_package.tar.zst\nDEBUG: Testing URL file://87/5e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c_create_spdx.tar.zst\nDEBUG: For url file://64/39/sstate:libxcomposite-native::0.4.6:r0::12:6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/39/sstate%3Alibxcomposite-native%3A%3A0.4.6%3Ar0%3A%3A12%3A6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce_populate_lic.tar.zst;downloadfilename=64/39/sstate:libxcomposite-native::0.4.6:r0::12:6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce_populate_lic.tar.zst\nDEBUG: Using  for 62/51/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8_package.tar.zst\nDEBUG: Testing URL file://d0/ab/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://93/d1/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895_package_qa.tar.zst\nDEBUG: Searching for 7e/2d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/6a/16/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6a/16/sstate%3Acreaterepo-c-native%3Ax86_64-linux%3A1.1.2%3Ar0%3Ax86_64%3A12%3A6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392_populate_sysroot.tar.zst;downloadfilename=universal/6a/16/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392_populate_sysroot.tar.zst\nDEBUG: Searching for 6a/22/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4b/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918_package_write_ipk.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Attempting to fetch file://b7/88/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd_create_spdx.tar.zst\nDEBUG: Using  for 00/cd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27_packagedata.tar.zst\nDEBUG: For url file://a0/a0/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/a0/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.12%3Ar0%3Aallarch%3A12%3Aa0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85_package_qa.tar.zst;downloadfilename=a0/a0/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85_package_qa.tar.zst\nDEBUG: For url ['file', '', '87/5e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c_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/51/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8_package.tar.zst\nDEBUG: SState: Successful fetch test for file://86/4c/sstate:readline:core2-64-poky-linux:8.2:r0:core2-64:12:864ce8b1463777fce7f731fb9027867b23f2a9e5433111d665fa56ad6df9b810_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'd0/ab/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31_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://f0/29/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6_create_spdx.tar.zst\nDEBUG: Using  for 7e/2d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631_populate_sysroot.tar.zst\nDEBUG: Using  for 6a/22/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5_create_spdx.tar.zst\nDEBUG: Searching for 4b/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c2/f7/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:c2f7e6f4368266b104954ee390a92000e9a9c186a614566160d60b3ed01b2011_package.tar.zst\nDEBUG: Searching for b7/88/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://00/cd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27_packagedata.tar.zst\nDEBUG: For url file://87/5e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/5e/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A12%3A875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c_create_spdx.tar.zst;downloadfilename=87/5e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c_create_spdx.tar.zst\nDEBUG: For url ['file', '', '62/51/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8_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://fe/7a/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:fe7a463a7d2772b2210c7aedbd5793683a09bd22ef9aa0f65929a2254e501be3_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/55/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911_create_package_spdx.tar.zst\nDEBUG: For url file://d0/ab/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/ab/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A12%3Ad0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31_recipe_qa.tar.zst;downloadfilename=d0/ab/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://64/39/sstate:libxcomposite-native::0.4.6:r0::12:6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce_populate_lic.tar.zst\nDEBUG: Searching for f0/29/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7e/2d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6a/22/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5_create_spdx.tar.zst\nDEBUG: Using  for 4b/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:e644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff_package.tar.zst\nDEBUG: Using  for b7/88/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd_create_spdx.tar.zst\nDEBUG: For url ['file', '', '00/cd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://62/51/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/51/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.5%3Ar0%3Acore2-64%3A12%3A6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8_package.tar.zst;downloadfilename=62/51/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/e7/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310_populate_sysroot.tar.zst\nDEBUG: Searching for 8f/55/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Successful fetch test for file://universal/6a/16/sstate:createrepo-c-native:x86_64-linux:1.1.2:r0:x86_64:12:6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bc/2a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:bc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/a0/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85_package_qa.tar.zst\nDEBUG: Using  for f0/29/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7e/2d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6a/22/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4b/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918_package_write_ipk.tar.zst\nDEBUG: Searching for e6/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:e644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b7/88/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd_create_spdx.tar.zst\nDEBUG: For url file://00/cd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/cd/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.3.0%3Ar0%3Acore2-64%3A12%3A00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27_packagedata.tar.zst;downloadfilename=00/cd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27_packagedata.tar.zst\nDEBUG: Searching for 7d/e7/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8f/55/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911_create_package_spdx.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst (FetchError(\"URL doesn't work\", 'file://20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://46/23/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096_package.tar.zst\nDEBUG: Searching for universal/bc/2a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:bc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://87/5e/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://13/a8/sstate:packagegroup-core-eclipse-debug::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Testing URL file://f0/29/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6_create_spdx.tar.zst\nDEBUG: For url file://7e/2d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/2d/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.49%3Ar0%3Acore2-64%3A12%3A7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631_populate_sysroot.tar.zst;downloadfilename=7e/2d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631_populate_sysroot.tar.zst\nDEBUG: For url file://6a/22/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/22/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A12%3A6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5_create_spdx.tar.zst;downloadfilename=6a/22/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '4b/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e6/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:e644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff_package.tar.zst\nDEBUG: For url ['file', '', 'b7/88/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7d/e7/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8f/55/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/ab/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/36/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3_package_write_rpm.tar.zst\nDEBUG: Searching for 46/23/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/bc/2a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:bc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://de/bc/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6_package_write_rpm.tar.zst\nDEBUG: Searching for 13/a8/sstate:packagegroup-core-eclipse-debug::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f0/29/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6_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/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/a7/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.1.0%3Ar0%3Acore2-64%3A12%3A4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918_package_write_ipk.tar.zst;downloadfilename=4b/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e6/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:e644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff_package.tar.zst\nDEBUG: SState: Successful fetch test for file://62/51/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:6251fe0ea1673e67f34220b90fae40dac9577a1afc67e55ed72b6b215f1d7bf8_package.tar.zst\nDEBUG: For url file://b7/88/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/88/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A12%3Ab78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd_create_spdx.tar.zst;downloadfilename=b7/88/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd_create_spdx.tar.zst\nDEBUG: Testing URL file://7d/e7/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8f/55/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911_create_package_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/15/6f/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc_create_package_spdx.tar.zst\nDEBUG: Searching for 8e/36/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 46/23/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096_package.tar.zst\nDEBUG: Testing URL file://universal/bc/2a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:bc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514_populate_sysroot.tar.zst\nDEBUG: Searching for de/bc/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 13/a8/sstate:packagegroup-core-eclipse-debug::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: For url file://f0/29/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/29/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3Af0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6_create_spdx.tar.zst;downloadfilename=f0/29/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e6/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:e644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff_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/cd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/5e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '7d/e7/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310_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/55/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/55/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.23.0%3Ar0%3Acore2-64%3A12%3A8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911_create_package_spdx.tar.zst;downloadfilename=8f/55/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/2d/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631_populate_sysroot.tar.zst\nDEBUG: Searching for universal/15/6f/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8e/36/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3_package_write_rpm.tar.zst\nDEBUG: Testing URL file://46/23/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096_package.tar.zst\nDEBUG: For url ['file', '', 'universal/bc/2a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:bc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for de/bc/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://13/a8/sstate:packagegroup-core-eclipse-debug::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/22/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5_create_spdx.tar.zst\nDEBUG: For url file://e6/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:e644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/44/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A12%3Ae644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff_package.tar.zst;downloadfilename=e6/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:e644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff_package.tar.zst\nDEBUG: SState: Attempting to fetch file://37/b4/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516_package.tar.zst\nDEBUG: Searching for e0/5e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7d/e7/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/e7/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310_populate_sysroot.tar.zst;downloadfilename=7d/e7/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://22/6f/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/a7/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:4ba73246fefeca17e607dc2516f3b2c80e115c0bc14d4d403be11521d9a9e918_package_write_ipk.tar.zst\nDEBUG: Using  for universal/15/6f/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://8e/36/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '46/23/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/bc/2a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:bc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bc/2a/sstate%3Adwarfsrcfiles-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3Abc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514_populate_sysroot.tar.zst;downloadfilename=universal/bc/2a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:bc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514_populate_sysroot.tar.zst\nDEBUG: Testing URL file://de/bc/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '13/a8/sstate:packagegroup-core-eclipse-debug::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_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://4e/16/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77_create_package_spdx.tar.zst\nDEBUG: Searching for 37/b4/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b7/88/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd_create_spdx.tar.zst\nDEBUG: Using  for e0/5e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e_create_package_spdx.tar.zst\nDEBUG: Searching for 22/6f/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f0/29/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://11/e2/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d_packagedata.tar.zst\nDEBUG: Testing URL file://universal/15/6f/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '8e/36/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3_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://46/23/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/23/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A12%3A46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096_package.tar.zst;downloadfilename=46/23/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096_package.tar.zst\nDEBUG: For url ['file', '', 'de/bc/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6_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://13/a8/sstate:packagegroup-core-eclipse-debug::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/a8/sstate%3Apackagegroup-core-eclipse-debug%3A%3A1.0%3Ar0%3A%3A12%3A13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst;downloadfilename=13/a8/sstate:packagegroup-core-eclipse-debug::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Searching for 4e/16/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 37/b4/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516_package.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/b9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:feb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff_package_write_deb.tar.zst\nDEBUG: Testing URL file://e0/5e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e_create_package_spdx.tar.zst\nDEBUG: Using  for 22/6f/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/55/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367_populate_sysroot.tar.zst\nDEBUG: Searching for 11/e2/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/15/6f/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8e/36/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/36/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3_package_write_rpm.tar.zst;downloadfilename=8e/36/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:e644b482755b59bc5b72f30c35e12acf50f91d83c2c6036ccab2ffddfa5d77ff_package.tar.zst\nDEBUG: For url file://de/bc/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/bc/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.18.0%3Ar0%3Acore2-64%3A12%3Adebcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6_package_write_rpm.tar.zst;downloadfilename=de/bc/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/e7/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:7de7b0b413d48b96ddcb39b3c1e1e94090dc56a2e65dfd2a4cfd85cfc9755310_populate_sysroot.tar.zst\nDEBUG: Using  for 4e/16/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77_create_package_spdx.tar.zst\nDEBUG: Testing URL file://37/b4/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516_package.tar.zst\nDEBUG: Searching for fe/b9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:feb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e0/5e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://22/6f/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/b9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452_recipe_qa.tar.zst\nDEBUG: Searching for 98/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 11/e2/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bc/2a/sstate:dwarfsrcfiles-native:x86_64-linux:1.0:r0:x86_64:12:bc2a1518cf5f63cc98905c2c777e20b67c7bfe634c743a2edcc33076fb745514_populate_sysroot.tar.zst\nDEBUG: For url file://universal/15/6f/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/15/6f/sstate%3Areadline-native%3Ax86_64-linux%3A8.2%3Ar0%3Ax86_64%3A12%3A156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc_create_package_spdx.tar.zst;downloadfilename=universal/15/6f/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a9/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:a957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/16/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d_recipe_qa.tar.zst\nDEBUG: Testing URL file://4e/16/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '37/b4/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fe/b9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:feb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff_package_write_deb.tar.zst\nDEBUG: For url file://e0/5e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/5e/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A12%3Ae05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e_create_package_spdx.tar.zst;downloadfilename=e0/5e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '22/6f/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d6/b9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://46/23/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:46231c83454b415fd9aa3823b75822d59ad50a2dec2cdeeaaddae1ecee9b5096_package.tar.zst\nDEBUG: Using  for 98/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367_populate_sysroot.tar.zst\nDEBUG: Testing URL file://11/e2/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/82/21/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://13/a8/sstate:packagegroup-core-eclipse-debug::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Searching for universal/a9/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:a957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1b/16/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4e/16/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://37/b4/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/b4/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.34.0%3Ar0%3Acore2-64%3A12%3A37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516_package.tar.zst;downloadfilename=37/b4/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516_package.tar.zst\nDEBUG: Testing URL file://fe/b9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:feb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff_package_write_deb.tar.zst\nDEBUG: For url file://22/6f/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/6f/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.23.0%3Ar0%3Acore2-64%3A12%3A226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642_create_spdx.tar.zst;downloadfilename=22/6f/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://de/bc/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/36/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3_package_write_rpm.tar.zst\nDEBUG: Using  for d6/b9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/15/63/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4_create_spdx.tar.zst\nDEBUG: Testing URL file://98/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '11/e2/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/82/21/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6a/5a/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354_populate_sysroot.tar.zst\nDEBUG: Using  for universal/a9/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:a957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b_recipe_qa.tar.zst\nDEBUG: Using  for 1b/16/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d_recipe_qa.tar.zst\nDEBUG: For url file://4e/16/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/16/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.5%3Ar0%3Acore2-64%3A12%3A4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77_create_package_spdx.tar.zst;downloadfilename=4e/16/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'fe/b9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:feb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff_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://ba/08/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:ba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/3e/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:ab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://d6/b9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452_recipe_qa.tar.zst\nDEBUG: Searching for universal/15/63/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '98/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367_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/e2/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/e2/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A12%3A11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d_packagedata.tar.zst;downloadfilename=11/e2/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d_packagedata.tar.zst\nDEBUG: Using  for universal/82/21/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/15/6f/sstate:readline-native:x86_64-linux:8.2:r0:x86_64:12:156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc_create_package_spdx.tar.zst\nDEBUG: Searching for 6a/5a/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/a9/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:a957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b_recipe_qa.tar.zst\nDEBUG: Testing URL file://1b/16/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d_recipe_qa.tar.zst\nDEBUG: For url file://fe/b9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:feb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/b9/sstate%3Agcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Afeb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff_package_write_deb.tar.zst;downloadfilename=fe/b9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:feb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff_package_write_deb.tar.zst\nDEBUG: Searching for ba/08/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:ba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ab/3e/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:ab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e0/5e/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd6/b9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/15/63/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4_create_spdx.tar.zst\nDEBUG: For url file://98/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/4a/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367_populate_sysroot.tar.zst;downloadfilename=98/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://37/b4/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:37b48dcee612eeac60b273759e5f27963c9e64807999bb7fbcf2dc546d79e516_package.tar.zst\nDEBUG: Testing URL file://universal/82/21/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/4b/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874_package_qa.tar.zst\nDEBUG: Using  for 6a/5a/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/a9/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:a957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b_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/16/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ba/08/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:ba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42_package.tar.zst\nDEBUG: Using  for ab/3e/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:ab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://22/6f/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c8/0d/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:c80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836_populate_sysroot.tar.zst\nDEBUG: For url file://d6/b9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/b9/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A12%3Ad6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452_recipe_qa.tar.zst;downloadfilename=d6/b9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/15/63/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/16/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://de/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/82/21/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800_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 ab/4b/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6a/5a/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354_populate_sysroot.tar.zst\nDEBUG: For url file://universal/a9/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:a957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a9/57/sstate%3Arust-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3Aa957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b_recipe_qa.tar.zst;downloadfilename=universal/a9/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:a957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b_recipe_qa.tar.zst\nDEBUG: For url file://1b/16/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/16/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.2%3Ar0%3Acore2-64%3A12%3A1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d_recipe_qa.tar.zst;downloadfilename=1b/16/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d_recipe_qa.tar.zst\nDEBUG: Testing URL file://ba/08/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:ba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42_package.tar.zst\nDEBUG: Testing URL file://ab/3e/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:ab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/71/95/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd_create_spdx.tar.zst\nDEBUG: Searching for universal/c8/0d/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:c80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/15/63/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4_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://11/e2/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/3f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1_package_write_ipk.tar.zst\nDEBUG: Searching for de/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/82/21/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/82/21/sstate%3Axmlto-native%3Ax86_64-linux%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3Ax86_64%3A12%3A8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800_deploy_source_date_epoch.tar.zst;downloadfilename=universal/82/21/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ab/4b/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874_package_qa.tar.zst\nDEBUG: For url ['file', '', '6a/5a/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ba/08/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:ba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ab/3e/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:ab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/71/95/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fe/b9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:feb9c6b769b9e395e48607ce83a5efb758e67449fdebff5c1491e19573198fff_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://98/4a/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:984a632a4d51aaf644b2cd2a98629c09d5cd3909de1c52da60a2d284875cb367_populate_sysroot.tar.zst\nDEBUG: Using  for universal/c8/0d/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:c80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836_populate_sysroot.tar.zst\nDEBUG: For url file://universal/15/63/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/15/63/sstate%3Aquilt-native%3Ax86_64-linux%3A0.68%3Ar0%3Ax86_64%3A12%3A15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4_create_spdx.tar.zst;downloadfilename=universal/15/63/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/fe/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5_package.tar.zst\nDEBUG: Searching for 8b/3f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for de/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/b9/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452_recipe_qa.tar.zst\nDEBUG: Testing URL file://ab/4b/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874_package_qa.tar.zst\nDEBUG: For url file://6a/5a/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/5a/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A12%3A6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354_populate_sysroot.tar.zst;downloadfilename=6a/5a/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354_populate_sysroot.tar.zst\nDEBUG: For url file://ba/08/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:ba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/08/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A12%3Aba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42_package.tar.zst;downloadfilename=ba/08/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:ba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42_package.tar.zst\nDEBUG: For url file://ab/3e/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:ab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/3e/sstate%3Alibedit%3Acore2-64-poky-linux%3A20240517-3.1%3Ar0%3Acore2-64%3A12%3Aab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b_package_write_ipk.tar.zst;downloadfilename=ab/3e/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:ab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b_package_write_ipk.tar.zst\nDEBUG: Using  for universal/71/95/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ac/5c/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:ac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://06/bd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/c8/0d/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:c80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a9/57/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:a957b394d4e3a18c5a535055c96c87f8d63e9a72e924f765baab3737ba43323b_recipe_qa.tar.zst\nDEBUG: Searching for 7b/fe/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8b/3f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1_package_write_ipk.tar.zst\nDEBUG: Testing URL file://de/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://67/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ab/4b/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874_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/71/95/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/16/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d_recipe_qa.tar.zst\nDEBUG: Searching for ac/5c/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:ac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/82/21/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:8221da91d628e20e6e326f2338fc856c95b88cdcdc3e0679f644a96ca8b8a800_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 06/bd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/c8/0d/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:c80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836_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/fd/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7b/fe/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5_package.tar.zst\nDEBUG: Testing URL file://8b/3f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/15/63/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'de/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 67/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ab/4b/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/4b/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A12%3Aab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874_package_qa.tar.zst;downloadfilename=ab/4b/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/71/95/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd_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://b5/fe/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:b5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65_package.tar.zst\nDEBUG: Using  for ac/5c/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:ac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://20/09/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d_package_write_ipk.tar.zst\nDEBUG: Using  for 06/bd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://06/bd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b_package_write_rpm.tar.zst\nDEBUG: Searching for 2a/fd/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7b/fe/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5_package.tar.zst\nDEBUG: For url ['file', '', '8b/3f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1_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://db/82/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94_packagedata.tar.zst\nDEBUG: For url file://de/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/a8/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A12%3Adea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4_recipe_qa.tar.zst;downloadfilename=de/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4_recipe_qa.tar.zst\nDEBUG: Using  for 67/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309_package_write_ipk.tar.zst\nDEBUG: For url file://universal/71/95/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/95/sstate%3Apython3-build-native%3Ax86_64-linux%3A1.2.1%3Ar0%3Ax86_64%3A12%3A7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd_create_spdx.tar.zst;downloadfilename=universal/71/95/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd_create_spdx.tar.zst\nDEBUG: Searching for b5/fe/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:b5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ba/08/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:ba083bfd34f37209e66b3c1efa0fb9a6d32fe48f3a6b11d8d742c8812f8fdd42_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/5a/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:6a5a723bba12dae66e6f50e0b06a811af1f76ca8e8d7c9d9ce9cae57622b4354_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ac/5c/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:ac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2_populate_sysroot.tar.zst\nDEBUG: Searching for 20/09/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/c8/0d/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:c80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c8/0d/sstate%3Aautoconf-native%3Ax86_64-linux%3A2.72e%3Ar0%3Ax86_64%3A12%3Ac80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836_populate_sysroot.tar.zst;downloadfilename=universal/c8/0d/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:c80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '06/bd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2a/fd/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7b/fe/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8b/3f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/3f/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A12%3A8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1_package_write_ipk.tar.zst;downloadfilename=8b/3f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1_package_write_ipk.tar.zst\nDEBUG: Searching for db/82/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ab/3e/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:ab3ee5d5766294c2045b2575e91a7227b4d931393653164c4884761275ab007b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://67/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309_package_write_ipk.tar.zst\nDEBUG: Using  for b5/fe/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:b5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/87/fb/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/c7/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'ac/5c/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:ac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 20/09/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d_package_write_ipk.tar.zst\nDEBUG: For url file://06/bd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/bd/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b_package_write_rpm.tar.zst;downloadfilename=06/bd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://2a/fd/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/4b/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874_package_qa.tar.zst\nDEBUG: For url file://7b/fe/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/fe/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A12%3A7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5_package.tar.zst;downloadfilename=7b/fe/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5_package.tar.zst\nDEBUG: Using  for db/82/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/68/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054_create_spdx.tar.zst\nDEBUG: For url ['file', '', '67/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309_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://b5/fe/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:b5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65_package.tar.zst\nDEBUG: Searching for universal/87/fb/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8a/c7/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ac/5c/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:ac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/5c/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A12%3Aac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2_populate_sysroot.tar.zst;downloadfilename=ac/5c/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:ac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://de/a8/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4_recipe_qa.tar.zst\nDEBUG: Testing URL file://20/09/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '2a/fd/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a_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/71/95/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/f8/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5_packagedata.tar.zst\nDEBUG: Testing URL file://db/82/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94_packagedata.tar.zst\nDEBUG: Searching for 3a/68/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/c8/0d/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:c80d1a85ba91304acb001b0f4b90ed89b922161d29add8313443fc7461969836_populate_sysroot.tar.zst\nDEBUG: For url file://67/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/72/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309_package_write_ipk.tar.zst;downloadfilename=67/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'b5/fe/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:b5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/87/fb/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad_populate_sysroot.tar.zst\nDEBUG: Using  for 8a/c7/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://94/19/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::12:94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743_populate_lic.tar.zst\nDEBUG: For url ['file', '', '20/09/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d_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://8b/3f/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:8b3fb1647bc9e81f35aeef639ff967e7453725008691a0c77cd5584b9ee036f1_package_write_ipk.tar.zst\nDEBUG: For url file://2a/fd/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/fd/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A12%3A2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a_deploy_source_date_epoch.tar.zst;downloadfilename=2a/fd/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://97/92/sstate:lttng-modules::2.13.13:r0::12:9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0_populate_lic.tar.zst\nDEBUG: Searching for 7a/f8/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'db/82/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3a/68/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054_create_spdx.tar.zst\nDEBUG: Testing URL file://3a/68/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://06/bd/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b_package_write_rpm.tar.zst\nDEBUG: For url file://b5/fe/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:b5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/fe/sstate%3Adesktop-file-utils%3Acore2-64-poky-linux%3A0.27%3Ar0%3Acore2-64%3A12%3Ab5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65_package.tar.zst;downloadfilename=b5/fe/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:b5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65_package.tar.zst\nDEBUG: Testing URL file://universal/87/fb/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8a/c7/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8_package_write_rpm.tar.zst\nDEBUG: Searching for 94/19/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::12:94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://20/09/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/09/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d_package_write_ipk.tar.zst;downloadfilename=20/09/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/06/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/fe/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:7bfe7530265a3b1cd1688bc168c9b8d3fb447384154f7ad882190c672b22d2c5_package.tar.zst\nDEBUG: Searching for 97/92/sstate:lttng-modules::2.13.13:r0::12:9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7a/f8/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5_packagedata.tar.zst\nDEBUG: For url file://db/82/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/82/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Adb82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94_packagedata.tar.zst;downloadfilename=db/82/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/ac/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '3a/68/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054_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://c1/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:c1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/87/fb/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8a/c7/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 94/19/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::12:94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/5c/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:ac5caa2f01625d597a5ab1d548fa56dd217fe33e5e008b41514d5d9731f300c2_populate_sysroot.tar.zst\nDEBUG: Searching for 8b/06/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://67/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/f1/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff_recipe_qa.tar.zst\nDEBUG: Using  for 97/92/sstate:lttng-modules::2.13.13:r0::12:9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0_populate_lic.tar.zst\nDEBUG: Testing URL file://7a/f8/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5_packagedata.tar.zst\nDEBUG: Searching for a2/ac/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3a/68/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/68/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A12%3A3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054_create_spdx.tar.zst;downloadfilename=3a/68/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054_create_spdx.tar.zst\nDEBUG: Searching for c1/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:c1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/87/fb/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/87/fb/sstate%3Apython3-six-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A12%3A87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad_populate_sysroot.tar.zst;downloadfilename=universal/87/fb/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad_populate_sysroot.tar.zst\nDEBUG: For url file://8a/c7/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/c7/sstate%3Agstreamer1.0%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8_package_write_rpm.tar.zst;downloadfilename=8a/c7/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://94/19/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::12:94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/33/89/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc_create_spdx.tar.zst\nDEBUG: Using  for 8b/06/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/79/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109_packagedata.tar.zst\nDEBUG: Searching for 8b/f1/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://97/92/sstate:lttng-modules::2.13.13:r0::12:9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/fd/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:2afd6f2365993092ae2805b08f49acad76751cf7f4d7bd2ca2878b8b9c32228a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7a/f8/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a2/ac/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32_create_package_spdx.tar.zst\nDEBUG: Using  for c1/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:c1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/fe/sstate:desktop-file-utils:core2-64-poky-linux:0.27:r0:core2-64:12:b5fe54d2daf0f88aa6407b089ae5f5240c9b01753a0b1ab0e5f728b017b3bf65_package.tar.zst\nDEBUG: SState: Successful fetch test for file://20/09/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:2009e8668956dfcde2af935c52df493c3d13601de56d2779cd6c369352b7e98d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '94/19/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::12:94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/33/89/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://8b/06/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4_create_package_spdx.tar.zst\nDEBUG: Searching for 3d/79/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8b/f1/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '97/92/sstate:lttng-modules::2.13.13:r0::12:9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0_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/1a/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d_create_spdx.tar.zst\nDEBUG: For url file://7a/f8/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/f8/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A12%3A7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5_packagedata.tar.zst;downloadfilename=7a/f8/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5_packagedata.tar.zst\nDEBUG: Testing URL file://a2/ac/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c1/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:c1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://41/3c/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/46/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://db/82/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94_packagedata.tar.zst\nDEBUG: For url file://94/19/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::12:94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/19/sstate%3Apython3-hatch-fancy-pypi-readme-native%3A%3A24.1.0%3Ar0%3A%3A12%3A94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743_populate_lic.tar.zst;downloadfilename=94/19/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::12:94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743_populate_lic.tar.zst\nDEBUG: Using  for universal/33/89/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8b/06/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3d/79/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109_packagedata.tar.zst\nDEBUG: Testing URL file://8b/f1/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff_recipe_qa.tar.zst\nDEBUG: For url file://97/92/sstate:lttng-modules::2.13.13:r0::12:9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/92/sstate%3Alttng-modules%3A%3A2.13.13%3Ar0%3A%3A12%3A9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0_populate_lic.tar.zst;downloadfilename=97/92/sstate:lttng-modules::2.13.13:r0::12:9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0_populate_lic.tar.zst\nDEBUG: Searching for c0/1a/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a2/ac/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c1/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:c1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c_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 41/3c/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3a/68/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054_create_spdx.tar.zst\nDEBUG: Searching for ae/46/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ab/92/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:ab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/33/89/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc_create_spdx.tar.zst\nDEBUG: For url file://8b/06/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/06/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4_create_package_spdx.tar.zst;downloadfilename=8b/06/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/c7/sstate:gstreamer1.0:core2-64-poky-linux:1.24.4:r0:core2-64:12:8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://3d/79/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/87/fb/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8b/f1/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c0/1a/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d_create_spdx.tar.zst\nDEBUG: Testing URL file://c0/1a/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d_create_spdx.tar.zst\nDEBUG: For url file://c1/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:c1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/46/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A12%3Ac1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c_deploy_source_date_epoch.tar.zst;downloadfilename=c1/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:c1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 41/3c/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://53/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029_package.tar.zst\nDEBUG: Using  for ae/46/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f_recipe_qa.tar.zst\nDEBUG: Searching for ab/92/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:ab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/33/89/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc_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://47/c4/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '3d/79/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109_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/f8/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fa/03/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:fa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8b/f1/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/f1/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff_recipe_qa.tar.zst;downloadfilename=8b/f1/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff_recipe_qa.tar.zst\nDEBUG: For url file://a2/ac/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/ac/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3Aa2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32_create_package_spdx.tar.zst;downloadfilename=a2/ac/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c0/1a/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://41/3c/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671_package_write_deb.tar.zst\nDEBUG: Searching for 53/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ae/46/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://94/19/sstate:python3-hatch-fancy-pypi-readme-native::24.1.0:r0::12:94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743_populate_lic.tar.zst\nDEBUG: Using  for ab/92/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:ab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/33/89/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/33/89/sstate%3Agdbm-native%3Ax86_64-linux%3A1.23%3Ar0%3Ax86_64%3A12%3A3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc_create_spdx.tar.zst;downloadfilename=universal/33/89/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc_create_spdx.tar.zst\nDEBUG: Searching for 47/c4/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3d/79/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/79/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A12%3A3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109_packagedata.tar.zst;downloadfilename=3d/79/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/1a/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1_recipe_qa.tar.zst\nDEBUG: Searching for universal/fa/03/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:fa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://97/92/sstate:lttng-modules::2.13.13:r0::12:9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0_populate_lic.tar.zst\nDEBUG: For url file://c0/1a/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/1a/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A12%3Ac01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d_create_spdx.tar.zst;downloadfilename=c0/1a/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '41/3c/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 53/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029_package.tar.zst\nDEBUG: For url ['file', '', 'ae/46/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f_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://8b/06/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://00/82/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ab/92/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:ab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 47/c4/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/46/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:c1461c7b5448594053a898d95ff82b77ccaa09182c2cff37105b25752c4bba7c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7a/1a/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/fa/03/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:fa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://64/a6/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99_package_qa.tar.zst\nDEBUG: For url file://41/3c/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/3c/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A12%3A413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671_package_write_deb.tar.zst;downloadfilename=41/3c/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671_package_write_deb.tar.zst\nDEBUG: Testing URL file://53/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029_package.tar.zst\nDEBUG: For url file://ae/46/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/46/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f_recipe_qa.tar.zst;downloadfilename=ae/46/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/f1/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/f3/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:eff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce_package_write_ipk.tar.zst\nDEBUG: Searching for 00/82/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ab/92/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:ab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed_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://47/c4/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://96/0e/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f_package.tar.zst\nDEBUG: Using  for 7a/1a/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/fa/03/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:fa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 64/a6/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '53/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029_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/33/89/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/cd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/ac/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/79/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109_packagedata.tar.zst\nDEBUG: Searching for ef/f3/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:eff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 00/82/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60_create_package_spdx.tar.zst\nDEBUG: For url file://ab/92/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:ab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/92/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A12%3Aab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed_deploy_source_date_epoch.tar.zst;downloadfilename=ab/92/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:ab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '47/c4/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 96/0e/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7a/1a/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/fa/03/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:fa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da_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 64/a6/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99_package_qa.tar.zst\nDEBUG: For url file://53/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/dd/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A12%3A53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029_package.tar.zst;downloadfilename=53/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/03/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de_package_write_ipk.tar.zst\nDEBUG: Searching for b7/cd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b2/df/sstate:ell::0.66:r0::12:b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/64/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19_create_spdx.tar.zst\nDEBUG: Using  for ef/f3/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:eff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce_package_write_ipk.tar.zst\nDEBUG: Testing URL file://00/82/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60_create_package_spdx.tar.zst\nDEBUG: For url file://47/c4/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/c4/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4_package_write_ipk.tar.zst;downloadfilename=47/c4/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4_package_write_ipk.tar.zst\nDEBUG: Using  for 96/0e/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/1a/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7a/1a/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1_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/03/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:fa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fa/03/sstate%3Ampfr-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A12%3Afa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da_deploy_source_date_epoch.tar.zst;downloadfilename=universal/fa/03/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:fa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://64/a6/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99_package_qa.tar.zst\nDEBUG: Searching for d8/03/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b7/cd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://41/3c/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:413c459142b557761ddb2d4f209e11ddefb484f76843ca96e1d5c0a50910b671_package_write_deb.tar.zst\nDEBUG: Searching for b2/df/sstate:ell::0.66:r0::12:b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6a/64/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ef/f3/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:eff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '00/82/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://96/0e/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f_package.tar.zst\nDEBUG: SState: Attempting to fetch file://25/48/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285_recipe_qa.tar.zst\nDEBUG: For url file://7a/1a/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/1a/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A12%3A7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1_recipe_qa.tar.zst;downloadfilename=7a/1a/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '64/a6/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d8/03/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/92/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:ab92ca442b8a178416add3419b0f6f065d2a4e14045cafefcf8c886f344bffed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/46/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f_recipe_qa.tar.zst\nDEBUG: Testing URL file://b7/cd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/02/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:e8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b2/df/sstate:ell::0.66:r0::12:b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4_populate_lic.tar.zst\nDEBUG: Using  for 6a/64/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ef/f3/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:eff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce_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://00/82/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/82/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60_create_package_spdx.tar.zst;downloadfilename=00/82/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '96/0e/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 25/48/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://64/a6/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/a6/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A12%3A64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99_package_qa.tar.zst;downloadfilename=64/a6/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99_package_qa.tar.zst\nDEBUG: Testing URL file://d8/03/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://53/dd/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:53dd979e716a451d10aebb8228df2b43b701162a49b5a6ccf1dd7b196b7b7029_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/8f/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://21/40/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b7/cd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e8/02/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:e8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b2/df/sstate:ell::0.66:r0::12:b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4_populate_lic.tar.zst\nDEBUG: Testing URL file://6a/64/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19_create_spdx.tar.zst\nDEBUG: For url file://ef/f3/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:eff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/f3/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A12%3Aeff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce_package_write_ipk.tar.zst;downloadfilename=ef/f3/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:eff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://47/c4/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:47c40b8d8824941b68dee19f8d6decfcd8c3c04a48644e50e172de339e01a0d4_package_write_ipk.tar.zst\nDEBUG: For url file://96/0e/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/0e/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f_package.tar.zst;downloadfilename=96/0e/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f_package.tar.zst\nDEBUG: Using  for 25/48/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd8/03/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de_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://universal/fa/03/sstate:mpfr-native:x86_64-linux:4.2.1:r0:x86_64:12:fa03f394c9137597ef889bda5cc3b20e4679ceac550e27a66029496a01b9f0da_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://88/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd_create_spdx.tar.zst\nDEBUG: Searching for ff/8f/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 21/40/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b7/cd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/cd/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A12%3Ab7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a_package_write_deb.tar.zst;downloadfilename=b7/cd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a_package_write_deb.tar.zst\nDEBUG: Using  for e8/02/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:e8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b2/df/sstate:ell::0.66:r0::12:b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4_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/64/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19_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/99/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/1a/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1_recipe_qa.tar.zst\nDEBUG: Testing URL file://25/48/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285_recipe_qa.tar.zst\nDEBUG: For url file://d8/03/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/03/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3Ad80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de_package_write_ipk.tar.zst;downloadfilename=d8/03/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://00/82/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://04/6c/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e_package_write_deb.tar.zst\nDEBUG: Searching for 88/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ff/8f/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf_populate_sysroot.tar.zst\nDEBUG: Using  for 21/40/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e8/02/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:e8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b2/df/sstate:ell::0.66:r0::12:b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/df/sstate%3Aell%3A%3A0.66%3Ar0%3A%3A12%3Ab2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4_populate_lic.tar.zst;downloadfilename=b2/df/sstate:ell::0.66:r0::12:b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://64/a6/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99_package_qa.tar.zst\nDEBUG: For url file://6a/64/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/64/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A12%3A6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19_create_spdx.tar.zst;downloadfilename=6a/64/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19_create_spdx.tar.zst\nDEBUG: Searching for 3a/99/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c9/23/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:c92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0_package.tar.zst\nDEBUG: For url ['file', '', '25/48/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285_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://0a/76/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/f3/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:eff32485c7a69c3de637f1e67d5cea5c1ea75aeb108e20768e2c2c3b115845ce_package_write_ipk.tar.zst\nDEBUG: Searching for 04/6c/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 88/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd_create_spdx.tar.zst\nDEBUG: Testing URL file://ff/8f/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf_populate_sysroot.tar.zst\nDEBUG: Testing URL file://21/40/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e8/02/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:e8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f_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://a0/ae/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://96/0e/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:960e329f4992ac5695dc7bccb67cd105561f51087614dd4b792f7f9c91a1ee0f_package.tar.zst\nDEBUG: Using  for 3a/99/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a_package_qa.tar.zst\nDEBUG: Searching for c9/23/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:c92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b7/cd/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:b7cdc08de67319e64497832553c78e2690084c1916ffc60cb8d12256b40df56a_package_write_deb.tar.zst\nDEBUG: For url file://25/48/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/48/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.49%3Ar0%3Acore2-64%3A12%3A2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285_recipe_qa.tar.zst;downloadfilename=25/48/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285_recipe_qa.tar.zst\nDEBUG: Searching for 0a/76/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/1c/0c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e_create_spdx.tar.zst\nDEBUG: Using  for 04/6c/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e_package_write_deb.tar.zst\nDEBUG: Testing URL file://88/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ff/8f/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf_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/40/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e_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://e8/02/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:e8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/02/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3Ae8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f_deploy_source_date_epoch.tar.zst;downloadfilename=e8/02/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:e8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a0/ae/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/79/e2/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/03/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:d80358ee8962bf8e6601a43e8233d000af698d631abddc2c15aacbb2d91996de_package_write_ipk.tar.zst\nDEBUG: Testing URL file://3a/99/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a_package_qa.tar.zst\nDEBUG: Using  for c9/23/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:c92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/fa/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:f1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0a/76/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4_package_write_rpm.tar.zst\nDEBUG: Searching for universal/1c/0c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://04/6c/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '88/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd_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://b2/df/sstate:ell::0.66:r0::12:b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4_populate_lic.tar.zst\nDEBUG: For url file://ff/8f/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/8f/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.2%3Ar0%3Acore2-64%3A12%3Aff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf_populate_sysroot.tar.zst;downloadfilename=ff/8f/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf_populate_sysroot.tar.zst\nDEBUG: For url file://21/40/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/40/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.6%3Ar0%3Acore2-64%3A12%3A2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e_deploy_source_date_epoch.tar.zst;downloadfilename=21/40/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a0/ae/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881_package_write_rpm.tar.zst\nDEBUG: Searching for universal/79/e2/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8d/b2/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '3a/99/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c9/23/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:c92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0_package.tar.zst\nDEBUG: Searching for f1/fa/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:f1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0a/76/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4_package_write_rpm.tar.zst\nDEBUG: Using  for universal/1c/0c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '04/6c/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e_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://6a/64/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19_create_spdx.tar.zst\nDEBUG: For url file://88/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/ca/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd_create_spdx.tar.zst;downloadfilename=88/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/49/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5_package.tar.zst\nDEBUG: Testing URL file://a0/ae/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881_package_write_rpm.tar.zst\nDEBUG: Using  for universal/79/e2/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983_recipe_qa.tar.zst\nDEBUG: Searching for 8d/b2/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3a/99/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/99/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.2%3Ar0%3Acore2-64%3A12%3A3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a_package_qa.tar.zst;downloadfilename=3a/99/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c9/23/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:c92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f1/fa/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:f1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0a/76/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4_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/0c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e_create_spdx.tar.zst\nDEBUG: For url file://04/6c/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/6c/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.33.1%3Ar0%3Acore2-64%3A12%3A046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e_package_write_deb.tar.zst;downloadfilename=04/6c/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/b5/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796_create_package_spdx.tar.zst\nDEBUG: Searching for 2a/49/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e8/02/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:e8026596f1fa0ffc57613ea2ce15bc943c9f70a9e479f9682e3797f41c754f5f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://25/48/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a0/ae/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881_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/79/e2/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983_recipe_qa.tar.zst\nDEBUG: Using  for 8d/b2/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9_package_write_ipk.tar.zst\nDEBUG: For url file://c9/23/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:c92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/23/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3Ac92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0_package.tar.zst;downloadfilename=c9/23/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:c92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0_package.tar.zst\nDEBUG: Testing URL file://f1/fa/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:f1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0a/76/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/76/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4_package_write_rpm.tar.zst;downloadfilename=0a/76/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/1c/0c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e2/b5/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2a/49/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5_package.tar.zst\nDEBUG: SState: Successful fetch test for file://21/40/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:2140486b0e6e60c8432cd2449ad284771922f4dd4006a9a1638f73f520f0831e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/8f/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ff8fc89222c163835afee2c785391590e7b456e551e97e1df37d428181e4d7bf_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/ef/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:c1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/5b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046_create_package_spdx.tar.zst\nDEBUG: For url file://a0/ae/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/ae/sstate%3Awireless-regdb%3Aall-poky-linux%3A2024.05.08%3Ar0%3Aallarch%3A12%3Aa0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881_package_write_rpm.tar.zst;downloadfilename=a0/ae/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/79/e2/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983_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/b2/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'f1/fa/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:f1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b_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://88/ca/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd_create_spdx.tar.zst\nDEBUG: For url file://universal/1c/0c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1c/0c/sstate%3Alibxxf86vm-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A12%3A1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e_create_spdx.tar.zst;downloadfilename=universal/1c/0c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e_create_spdx.tar.zst\nDEBUG: Using  for e2/b5/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e2/b5/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/87/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:f487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/81/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307_populate_sysroot.tar.zst\nDEBUG: Searching for c1/ef/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:c1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cd/5b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/79/e2/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/e2/sstate%3Ajson-c-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A12%3A79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983_recipe_qa.tar.zst;downloadfilename=universal/79/e2/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8d/b2/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9_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://3a/99/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a_package_qa.tar.zst\nDEBUG: For url file://f1/fa/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:f1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/fa/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A12%3Af1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b_deploy_source_date_epoch.tar.zst;downloadfilename=f1/fa/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:f1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://04/6c/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:046c72ea8e9d100076927590a125dc580d2f2472e4717329084a00a567c9d43e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227_create_spdx.tar.zst\nDEBUG: Testing URL file://2a/49/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5_package.tar.zst\nDEBUG: For url ['file', '', 'e2/b5/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f4/87/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:f487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b6/81/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c1/ef/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:c1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/23/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:c92308ee82ac24a00a2185c5156a8e820185dee1e0f97b5d960b45486f4884d0_package.tar.zst\nDEBUG: Using  for cd/5b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046_create_package_spdx.tar.zst\nDEBUG: For url file://8d/b2/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/b2/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A12%3A8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9_package_write_ipk.tar.zst;downloadfilename=8d/b2/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/76/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/23/43/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/52/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f_create_spdx.tar.zst\nDEBUG: Searching for 0c/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a0/ae/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2a/49/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e2/b5/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/b5/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Ae2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796_create_package_spdx.tar.zst;downloadfilename=e2/b5/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796_create_package_spdx.tar.zst\nDEBUG: Using  for f4/87/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:f487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b6/81/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c1/ef/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:c1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://12/bc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476_package_write_deb.tar.zst\nDEBUG: Testing URL file://cd/5b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5b/ae/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1c/0c/sstate:libxxf86vm-native:x86_64-linux:1.1.5:r0:x86_64:12:1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e_create_spdx.tar.zst\nDEBUG: Searching for universal/23/43/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2a/52/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0c/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://92/c7/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c_packagedata.tar.zst\nDEBUG: For url file://2a/49/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/49/sstate%3Apulseaudio%3Acore2-64-poky-linux%3A17.0%3Ar0%3Acore2-64%3A12%3A2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5_package.tar.zst;downloadfilename=2a/49/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5_package.tar.zst\nDEBUG: Testing URL file://f4/87/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:f487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b6/81/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c1/ef/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:c1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06_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/79/e2/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983_recipe_qa.tar.zst\nDEBUG: Searching for 12/bc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cd/5b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/5b/ae/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a5/df/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c_package.tar.zst\nDEBUG: Using  for universal/23/43/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b_create_package_spdx.tar.zst\nDEBUG: Using  for 2a/52/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f_create_spdx.tar.zst\nDEBUG: Testing URL file://0c/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227_create_spdx.tar.zst\nDEBUG: Searching for 92/c7/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f4/87/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:f487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7_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', '', 'b6/81/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307_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/ef/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:c1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/ef/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A12%3Ac1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06_populate_sysroot.tar.zst;downloadfilename=c1/ef/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:c1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://02/b7/sstate:shadow-native::4.15.1:r0::12:02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312_populate_lic.tar.zst\nDEBUG: Using  for 12/bc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476_package_write_deb.tar.zst\nDEBUG: For url file://cd/5b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/5b/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Acd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046_create_package_spdx.tar.zst;downloadfilename=cd/5b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046_create_package_spdx.tar.zst\nDEBUG: Using  for universal/5b/ae/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed_create_spdx.tar.zst\nDEBUG: Searching for a5/df/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/23/43/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2a/52/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0c/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 92/c7/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/fa/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:f1fa579759d5d0335a4e5d660cdd81923b3f94f0c376a83ec5a8de49896a361b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f4/87/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:f487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/87/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A12%3Af487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7_deploy_source_date_epoch.tar.zst;downloadfilename=f4/87/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:f487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b6/81/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/81/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.31%3Ar0%3Acore2-64%3A12%3Ab6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307_populate_sysroot.tar.zst;downloadfilename=b6/81/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307_populate_sysroot.tar.zst\nDEBUG: Searching for 02/b7/sstate:shadow-native::4.15.1:r0::12:02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://12/bc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/b2/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:8db2f3215737945940dd93fd983f0f11729d6f0eb8ea2405756af4616e221dc9_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/5b/ae/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed_create_spdx.tar.zst\nDEBUG: Using  for a5/df/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/b5/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/23/43/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2a/52/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0c/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/6c/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227_create_spdx.tar.zst;downloadfilename=0c/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227_create_spdx.tar.zst\nDEBUG: Testing URL file://92/c7/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/d2/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48_packagedata.tar.zst\nDEBUG: Using  for 02/b7/sstate:shadow-native::4.15.1:r0::12:02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/49/sstate:pulseaudio:core2-64-poky-linux:17.0:r0:core2-64:12:2a4982842f0e387ae94d9f4e20129db211c99533ad8ab42117c4dca14d13d5f5_package.tar.zst\nDEBUG: For url ['file', '', '12/bc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476_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://26/f0/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/5b/ae/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a5/df/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://33/02/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9_create_package_spdx.tar.zst\nDEBUG: For url file://universal/23/43/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/23/43/sstate%3Aautoconf-archive-native%3Ax86_64-linux%3A2023.02.20%3Ar0%3Ax86_64%3A12%3A234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b_create_package_spdx.tar.zst;downloadfilename=universal/23/43/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b_create_package_spdx.tar.zst\nDEBUG: For url file://2a/52/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/52/sstate%3Arust%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f_create_spdx.tar.zst;downloadfilename=2a/52/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '92/c7/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c_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://c1/ef/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:c1efa7a0c8c82e4d147cd27b1a024f286ce3916933235ae43551a1b4f7601a06_populate_sysroot.tar.zst\nDEBUG: Searching for c5/d2/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://02/b7/sstate:shadow-native::4.15.1:r0::12:02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://57/5c/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a_package_write_ipk.tar.zst\nDEBUG: For url file://12/bc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/bc/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A12%3A12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476_package_write_deb.tar.zst;downloadfilename=12/bc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476_package_write_deb.tar.zst\nDEBUG: Searching for 26/f0/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cd/5b/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046_create_package_spdx.tar.zst\nDEBUG: For url file://universal/5b/ae/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5b/ae/sstate%3Apython3-setuptools-native%3Ax86_64-linux%3A69.5.1%3Ar0%3Ax86_64%3A12%3A5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed_create_spdx.tar.zst;downloadfilename=universal/5b/ae/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a5/df/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 33/02/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://92/c7/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/c7/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A12%3A92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c_packagedata.tar.zst;downloadfilename=92/c7/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://53/aa/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/87/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:f487fbcb7e4bd1ed17720879f8b19bae2b1ee676a65c5d23ff5608a2843b9cc7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/81/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b6811fd59e7396106fe11799dfe961b43a91b9ec032c4b1c89661a7dc4682307_populate_sysroot.tar.zst\nDEBUG: Using  for c5/d2/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48_packagedata.tar.zst\nDEBUG: For url ['file', '', '02/b7/sstate:shadow-native::4.15.1:r0::12:02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 57/5c/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 26/f0/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/af/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/6c/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227_create_spdx.tar.zst\nDEBUG: For url file://a5/df/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/df/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A12%3Aa5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c_package.tar.zst;downloadfilename=a5/df/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c_package.tar.zst\nDEBUG: Using  for 33/02/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9_create_package_spdx.tar.zst\nDEBUG: Searching for 53/aa/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://44/86/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/23/43/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://de/85/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c5/d2/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48_packagedata.tar.zst\nDEBUG: For url file://02/b7/sstate:shadow-native::4.15.1:r0::12:02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/b7/sstate%3Ashadow-native%3A%3A4.15.1%3Ar0%3A%3A12%3A02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312_populate_lic.tar.zst;downloadfilename=02/b7/sstate:shadow-native::4.15.1:r0::12:02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312_populate_lic.tar.zst\nDEBUG: Using  for 57/5c/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a_package_write_ipk.tar.zst\nDEBUG: Testing URL file://26/f0/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf_packagedata.tar.zst\nDEBUG: Searching for 9b/af/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/39/9d/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237_recipe_qa.tar.zst\nDEBUG: Testing URL file://33/02/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9_create_package_spdx.tar.zst\nDEBUG: Using  for 53/aa/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85_recipe_qa.tar.zst\nDEBUG: Searching for 44/86/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2a/52/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/20/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:e820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for de/85/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c5/d2/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://57/5c/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '26/f0/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf_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/5b/ae/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://12/bc/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:12bc098f20c99f7094b1a0fa7bca2fd6ae6c530347b422d621b3663590d92476_package_write_deb.tar.zst\nDEBUG: Using  for 9b/af/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751_populate_sysroot.tar.zst\nDEBUG: Searching for universal/39/9d/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '33/02/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://53/aa/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85_recipe_qa.tar.zst\nDEBUG: Using  for 44/86/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/da/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966_package_write_ipk.tar.zst\nDEBUG: Searching for e8/20/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:e820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for de/85/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb_package_write_rpm.tar.zst\nDEBUG: For url file://c5/d2/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/d2/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3Ac5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48_packagedata.tar.zst;downloadfilename=c5/d2/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48_packagedata.tar.zst\nDEBUG: For url ['file', '', '57/5c/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a_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://92/c7/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c_packagedata.tar.zst\nDEBUG: For url file://26/f0/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/f0/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf_packagedata.tar.zst;downloadfilename=26/f0/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/40/aa/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://26/a6/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe_package.tar.zst\nDEBUG: Testing URL file://9b/af/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751_populate_sysroot.tar.zst\nDEBUG: Using  for universal/39/9d/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237_recipe_qa.tar.zst\nDEBUG: For url file://33/02/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/02/sstate%3Amesa%3Acore2-64-poky-linux%3A24.0.7%3Ar0%3Acore2-64%3A12%3A33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9_create_package_spdx.tar.zst;downloadfilename=33/02/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '53/aa/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://44/86/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678_package_write_ipk.tar.zst\nDEBUG: Searching for fc/da/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e8/20/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:e820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://de/85/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb_package_write_rpm.tar.zst\nDEBUG: For url file://57/5c/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/5c/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a_package_write_ipk.tar.zst;downloadfilename=57/5c/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/df/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a5dfa166a7d9ee1b6afc90d80df54e9d78879ddd0a8f01427b3b1a3ea3de4f4c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://72/01/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff_package_qa.tar.zst\nDEBUG: Searching for universal/40/aa/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 26/a6/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://02/b7/sstate:shadow-native::4.15.1:r0::12:02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9b/af/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751_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/39/9d/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237_recipe_qa.tar.zst\nDEBUG: For url file://53/aa/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/aa/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85_recipe_qa.tar.zst;downloadfilename=53/aa/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '44/86/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fc/da/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e8/20/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:e820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'de/85/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb_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/23/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b_populate_sysroot.tar.zst\nDEBUG: Searching for 72/01/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/40/aa/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02_recipe_qa.tar.zst\nDEBUG: Using  for 26/a6/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe_package.tar.zst\nDEBUG: SState: Attempting to fetch file://37/39/sstate:python3-pygobject::3.48.2:r0::12:37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc_populate_lic.tar.zst\nDEBUG: For url file://9b/af/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/af/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.12%3Ar0%3Acore2-64%3A12%3A9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751_populate_sysroot.tar.zst;downloadfilename=9b/af/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/39/9d/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237_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/86/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/86/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.18.1%3Ar0%3Acore2-64%3A12%3A4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678_package_write_ipk.tar.zst;downloadfilename=44/86/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678_package_write_ipk.tar.zst\nDEBUG: Testing URL file://fc/da/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/d2/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e8/20/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:e820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1_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/85/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/85/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.7.0%3Ar0%3Acore2-64%3A12%3Ade85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb_package_write_rpm.tar.zst;downloadfilename=de/85/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb_package_write_rpm.tar.zst\nDEBUG: Searching for 10/23/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 72/01/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff_package_qa.tar.zst\nDEBUG: Testing URL file://universal/40/aa/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02_recipe_qa.tar.zst\nDEBUG: Testing URL file://26/a6/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe_package.tar.zst\nDEBUG: Searching for 37/39/sstate:python3-pygobject::3.48.2:r0::12:37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://26/f0/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf_packagedata.tar.zst\nDEBUG: For url file://universal/39/9d/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/9d/sstate%3Aquilt-native%3Ax86_64-linux%3A0.68%3Ar0%3Ax86_64%3A12%3A399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237_recipe_qa.tar.zst;downloadfilename=universal/39/9d/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://33/02/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'fc/da/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966_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://7d/30/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://57/5c/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:575c886a1e395db2e183f800ae98828aa4918bcccbd522c66819844ef62a584a_package_write_ipk.tar.zst\nDEBUG: For url file://e8/20/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:e820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/20/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Ae820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1_deploy_source_date_epoch.tar.zst;downloadfilename=e8/20/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:e820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 10/23/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://72/01/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/40/aa/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '26/a6/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 37/39/sstate:python3-pygobject::3.48.2:r0::12:37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/cf/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://73/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57_package_write_deb.tar.zst\nDEBUG: For url file://fc/da/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/da/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.14.0%3Ar0%3Acore2-64%3A12%3Afcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966_package_write_ipk.tar.zst;downloadfilename=fc/da/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://53/aa/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85_recipe_qa.tar.zst\nDEBUG: Searching for 7d/30/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b0/e4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:b0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://10/23/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '72/01/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff_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/40/aa/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/40/aa/sstate%3Aautomake-native%3Ax86_64-linux%3A1.16.5%3Ar0%3Ax86_64%3A12%3A40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02_recipe_qa.tar.zst;downloadfilename=universal/40/aa/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02_recipe_qa.tar.zst\nDEBUG: For url file://26/a6/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/a6/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe_package.tar.zst;downloadfilename=26/a6/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe_package.tar.zst\nDEBUG: Testing URL file://37/39/sstate:python3-pygobject::3.48.2:r0::12:37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc_populate_lic.tar.zst\nDEBUG: Searching for 8f/cf/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 73/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6d/61/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://de/85/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/af/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:9baf2ec85bc27d2c60e85a295396222eb872914436cebb3f9bd65137ff460751_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://44/86/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:4486ea005af3815e3585baa4c967fc2bcab1548d4c0c8d23f8f11f643b23c678_package_write_ipk.tar.zst\nDEBUG: Using  for 7d/30/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d_recipe_qa.tar.zst\nDEBUG: Searching for b0/e4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:b0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '10/23/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://72/01/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/01/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff_package_qa.tar.zst;downloadfilename=72/01/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/39/9d/sstate:quilt-native:x86_64-linux:0.68:r0:x86_64:12:399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '37/39/sstate:python3-pygobject::3.48.2:r0::12:37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8f/cf/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7_create_package_spdx.tar.zst\nDEBUG: Using  for 73/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57_package_write_deb.tar.zst\nDEBUG: Searching for 6d/61/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://31/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c3/2d/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:c32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://46/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7d/30/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d_recipe_qa.tar.zst\nDEBUG: Using  for b0/e4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:b0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://10/23/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/23/sstate%3Aiw%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b_populate_sysroot.tar.zst;downloadfilename=10/23/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/22/b2/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://37/39/sstate:python3-pygobject::3.48.2:r0::12:37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/39/sstate%3Apython3-pygobject%3A%3A3.48.2%3Ar0%3A%3A12%3A37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc_populate_lic.tar.zst;downloadfilename=37/39/sstate:python3-pygobject::3.48.2:r0::12:37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc_populate_lic.tar.zst\nDEBUG: Testing URL file://8f/cf/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://73/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57_package_write_deb.tar.zst\nDEBUG: Using  for 6d/61/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33_package_write_rpm.tar.zst\nDEBUG: Searching for 31/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/c3/2d/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:c32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 46/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7d/30/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b0/e4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:b0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/22/b2/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e8/20/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:e820857fa25ec804b3f8123eaf84ce3557ccab6675a2474c6844d387f5bb4ca1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/da/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:fcda032677cb74d303a4919218e724d75a095c51ed619e7d826f6dd692653966_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '8f/cf/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '73/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57_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://26/a6/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:26a67350b75d9763036c6b51fa0b0fb3e373fde1b11464d3b321a05b7f6eaefe_package.tar.zst\nDEBUG: Testing URL file://6d/61/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/40/aa/sstate:automake-native:x86_64-linux:1.16.5:r0:x86_64:12:40aac17fe0f62c1380021a552d8e10a202a9bcbc8c6e3d5b21b0a5ad05aa2a02_recipe_qa.tar.zst\nDEBUG: Using  for 31/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386_package_write_deb.tar.zst\nDEBUG: Using  for universal/c3/2d/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:c32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0_populate_sysroot.tar.zst\nDEBUG: Using  for 46/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7d/30/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/30/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A12%3A7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d_recipe_qa.tar.zst;downloadfilename=7d/30/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b0/e4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:b0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea_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/22/b2/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6b/06/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://41/4d/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea_package.tar.zst\nDEBUG: For url file://8f/cf/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/cf/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.31.1%3Ar0%3Acore2-64%3A12%3A8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7_create_package_spdx.tar.zst;downloadfilename=8f/cf/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7_create_package_spdx.tar.zst\nDEBUG: For url file://73/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/65/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A12%3A7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57_package_write_deb.tar.zst;downloadfilename=73/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://72/01/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/72/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6d/61/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33_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://c2/dc/sstate:acl::2.3.2:r0::12:c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2_populate_lic.tar.zst\nDEBUG: Testing URL file://31/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/c3/2d/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:c32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://46/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b0/e4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:b0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/e4/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.15%3Ar0%3Acore2-64%3A12%3Ab0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea_deploy_source_date_epoch.tar.zst;downloadfilename=b0/e4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:b0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/22/b2/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/6b/06/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 41/4d/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://10/23/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:102343da21243d48b08b69595fd776d21341d124fccaa8ef5a86d46b3224652b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/39/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:dd39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7_recipe_qa.tar.zst\nDEBUG: Searching for b9/72/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6d/61/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/61/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A12%3A6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33_package_write_rpm.tar.zst;downloadfilename=6d/61/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33_package_write_rpm.tar.zst\nDEBUG: Searching for c2/dc/sstate:acl::2.3.2:r0::12:c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '31/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386_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/c3/2d/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:c32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0_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/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2_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/22/b2/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd_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/6b/06/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://37/39/sstate:python3-pygobject::3.48.2:r0::12:37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc_populate_lic.tar.zst\nDEBUG: Using  for 41/4d/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea_package.tar.zst\nDEBUG: SState: Attempting to fetch file://af/f8/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0_create_spdx.tar.zst\nDEBUG: Searching for universal/dd/39/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:dd39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b9/72/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953_package_write_rpm.tar.zst\nDEBUG: Using  for c2/dc/sstate:acl::2.3.2:r0::12:c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2_populate_lic.tar.zst\nDEBUG: For url file://31/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/e0/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386_package_write_deb.tar.zst;downloadfilename=31/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386_package_write_deb.tar.zst\nDEBUG: For url file://universal/c3/2d/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:c32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c3/2d/sstate%3Abinutils-cross-x86_64%3Ax86_64-poky-linux%3A2.42%3Ar0%3Ax86_64%3A12%3Ac32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0_populate_sysroot.tar.zst;downloadfilename=universal/c3/2d/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:c32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0_populate_sysroot.tar.zst\nDEBUG: For url file://46/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/58/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A12%3A46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2_deploy_source_date_epoch.tar.zst;downloadfilename=46/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/22/b2/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/22/b2/sstate%3Abinutils-cross-x86_64%3Ax86_64-poky-linux%3A2.42%3Ar0%3Ax86_64%3A12%3A22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd_deploy_source_date_epoch.tar.zst;downloadfilename=universal/22/b2/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/6b/06/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/6c/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4_package_qa.tar.zst\nDEBUG: Testing URL file://41/4d/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea_package.tar.zst\nDEBUG: Searching for af/f8/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/dd/39/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:dd39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7_recipe_qa.tar.zst\nDEBUG: Testing URL file://b9/72/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/30/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d_recipe_qa.tar.zst\nDEBUG: Testing URL file://c2/dc/sstate:acl::2.3.2:r0::12:c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://73/65/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:7365fcdd205770473ce39349384ee6429a58f983af09a0ac498245694fb1ab57_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/cf/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/e4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:b0e4ede991e0e33925ad70ece912f99db3ab0bc84d289b2f83bed494d2b280ea_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/6b/06/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fb/6c/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '41/4d/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for af/f8/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/dd/39/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:dd39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/61/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b9/72/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953_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://14/fb/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c2/dc/sstate:acl::2.3.2:r0::12:c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2_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://bd/92/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1a/41/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://90/b1/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40_package_write_rpm.tar.zst\nDEBUG: For url file://universal/6b/06/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6b/06/sstate%3Apkgconfig-native%3Ax86_64-linux%3A0.29.2%2Bgit%3Ar0%3Ax86_64%3A12%3A6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468_recipe_qa.tar.zst;downloadfilename=universal/6b/06/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468_recipe_qa.tar.zst\nDEBUG: Using  for fb/6c/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4_package_qa.tar.zst\nDEBUG: For url file://41/4d/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/4d/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A12%3A414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea_package.tar.zst;downloadfilename=41/4d/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea_package.tar.zst\nDEBUG: Testing URL file://af/f8/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/dd/39/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:dd39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7_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://e8/9c/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28_package_write_rpm.tar.zst\nDEBUG: For url file://b9/72/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/72/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A12%3Ab972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953_package_write_rpm.tar.zst;downloadfilename=b9/72/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953_package_write_rpm.tar.zst\nDEBUG: Searching for 14/fb/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c2/dc/sstate:acl::2.3.2:r0::12:c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/dc/sstate%3Aacl%3A%3A2.3.2%3Ar0%3A%3A12%3Ac2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2_populate_lic.tar.zst;downloadfilename=c2/dc/sstate:acl::2.3.2:r0::12:c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2_populate_lic.tar.zst\nDEBUG: Searching for bd/92/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/1a/41/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 90/b1/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fb/6c/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4_package_qa.tar.zst\nDEBUG: For url ['file', '', 'af/f8/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0_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/c3/2d/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:c32dbc96c86fd8eecdf7f0cc479429646d6e3d0157b3d864e852cf08c71bd6f0_populate_sysroot.tar.zst\nDEBUG: For url file://universal/dd/39/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:dd39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/39/sstate%3Aautoconf-archive-native%3Ax86_64-linux%3A2023.02.20%3Ar0%3Ax86_64%3A12%3Add39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7_recipe_qa.tar.zst;downloadfilename=universal/dd/39/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:dd39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://31/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386_package_write_deb.tar.zst\nDEBUG: Searching for e8/9c/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 14/fb/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://46/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:46586730534e541705386e861ecb6829efa264deb2ec97fd81c371000c8cc7e2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for bd/92/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/22/b2/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:22b2acb6d443acaf991a2969002c227a8a68a8653c60aef726ea882bc6e46cdd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/1a/41/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86_populate_sysroot.tar.zst\nDEBUG: Using  for 90/b1/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'fb/6c/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://af/f8/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/f8/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.13%3Ar0%3Acore2-64%3A12%3Aaff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0_create_spdx.tar.zst;downloadfilename=af/f8/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/38/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6d/11/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d_create_spdx.tar.zst\nDEBUG: Using  for e8/9c/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28_package_write_rpm.tar.zst\nDEBUG: Testing URL file://14/fb/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://91/df/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bd/92/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://79/64/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/1a/41/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86_populate_sysroot.tar.zst\nDEBUG: Testing URL file://90/b1/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40_package_write_rpm.tar.zst\nDEBUG: For url file://fb/6c/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/6c/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Afb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4_package_qa.tar.zst;downloadfilename=fb/6c/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4_package_qa.tar.zst\nDEBUG: Searching for 7a/38/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/6d/11/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/6b/06/sstate:pkgconfig-native:x86_64-linux:0.29.2+git:r0:x86_64:12:6b06feb0422585fab97641a3156d40fc0c328dcf8e0ee68a065815a076c3b468_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/72/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e8/9c/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '14/fb/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 91/df/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'bd/92/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 79/64/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/1a/41/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '90/b1/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40_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://c2/dc/sstate:acl::2.3.2:r0::12:c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2_populate_lic.tar.zst\nDEBUG: Using  for 7a/38/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://41/4d/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:414d6d8d76a1131551db486741db6baef8d76e3e20b1a26e1be0c99535ff38ea_package.tar.zst\nDEBUG: Using  for universal/6d/11/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/b1/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/09/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e8/9c/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28_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://14/fb/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/fb/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b_package_write_deb.tar.zst;downloadfilename=14/fb/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b_package_write_deb.tar.zst\nDEBUG: Using  for 91/df/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b_create_package_spdx.tar.zst\nDEBUG: For url file://bd/92/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/92/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.5%3Ar0%3Acore2-64%3A12%3Abd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c_recipe_qa.tar.zst;downloadfilename=bd/92/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c_recipe_qa.tar.zst\nDEBUG: Using  for 79/64/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165_package_write_deb.tar.zst\nDEBUG: For url file://universal/1a/41/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1a/41/sstate%3Azstd-native%3Ax86_64-linux%3A1.5.6%3Ar0%3Ax86_64%3A12%3A1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86_populate_sysroot.tar.zst;downloadfilename=universal/1a/41/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86_populate_sysroot.tar.zst\nDEBUG: For url file://90/b1/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/b1/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A12%3A90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40_package_write_rpm.tar.zst;downloadfilename=90/b1/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://66/74/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f_package_write_deb.tar.zst\nDEBUG: Testing URL file://7a/38/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/39/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:dd39bd495e9bd4672f26d558b7b80c1656e32c0522128ff909f3e454020d3fa7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/b9/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/6d/11/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d_create_spdx.tar.zst\nDEBUG: Searching for 9e/b1/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ef/09/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e8/9c/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/9c/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3Ae89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28_package_write_rpm.tar.zst;downloadfilename=e8/9c/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28_package_write_rpm.tar.zst\nDEBUG: Testing URL file://91/df/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://af/f8/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0_create_spdx.tar.zst\nDEBUG: Testing URL file://79/64/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/6c/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4_package_qa.tar.zst\nDEBUG: Searching for 66/74/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7a/38/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea_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/66/93/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41_create_spdx.tar.zst\nDEBUG: Searching for e1/b9/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/6d/11/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9e/b1/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538_packagedata.tar.zst\nDEBUG: Using  for ef/09/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '91/df/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b_create_package_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/68/7e/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '79/64/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165_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://53/b0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840_populate_sysroot.tar.zst\nDEBUG: Using  for 66/74/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f_package_write_deb.tar.zst\nDEBUG: For url file://7a/38/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/38/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea_populate_sysroot.tar.zst;downloadfilename=7a/38/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea_populate_sysroot.tar.zst\nDEBUG: Searching for universal/66/93/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e1/b9/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/6d/11/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6d/11/sstate%3Agpgme-native%3Ax86_64-linux%3A1.23.2%3Ar0%3Ax86_64%3A12%3A6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d_create_spdx.tar.zst;downloadfilename=universal/6d/11/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d_create_spdx.tar.zst\nDEBUG: Testing URL file://9e/b1/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538_packagedata.tar.zst\nDEBUG: Testing URL file://ef/09/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4_package_write_rpm.tar.zst\nDEBUG: For url file://91/df/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/df/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.26.0%3Ar0%3Acore2-64%3A12%3A91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b_create_package_spdx.tar.zst;downloadfilename=91/df/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b_create_package_spdx.tar.zst\nDEBUG: Searching for universal/68/7e/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://79/64/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/64/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A12%3A796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165_package_write_deb.tar.zst;downloadfilename=79/64/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165_package_write_deb.tar.zst\nDEBUG: Searching for 53/b0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://66/74/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f_package_write_deb.tar.zst\nDEBUG: Using  for universal/66/93/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/92/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1a/41/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e1/b9/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://14/fb/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9e/b1/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ef/09/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4_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://90/b1/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40_package_write_rpm.tar.zst\nDEBUG: Using  for universal/68/7e/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/9c/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28_package_write_rpm.tar.zst\nDEBUG: Using  for 53/b0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '66/74/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f_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://universal/66/93/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/80/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:fc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/26/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564_package.tar.zst\nDEBUG: For url ['file', '', 'e1/b9/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b_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/b5/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05_create_spdx.tar.zst\nDEBUG: For url file://9e/b1/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/b1/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538_packagedata.tar.zst;downloadfilename=9e/b1/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538_packagedata.tar.zst\nDEBUG: For url file://ef/09/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/09/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Aef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4_package_write_rpm.tar.zst;downloadfilename=ef/09/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://87/90/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/68/7e/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/c9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:a7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://53/b0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840_populate_sysroot.tar.zst\nDEBUG: For url file://66/74/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/74/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A12%3A6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f_package_write_deb.tar.zst;downloadfilename=66/74/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/66/93/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fc/80/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:fc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ff/26/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e1/b9/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/b9/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3Ae1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b_deploy_source_date_epoch.tar.zst;downloadfilename=e1/b9/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f8/b5/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7a/38/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:7a38f0038957ba9e4f15bd1f442b6f2a8a1fe78c5b2cc0024185ba63a10d3fea_populate_sysroot.tar.zst\nDEBUG: Searching for 87/90/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/68/7e/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9_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/11/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d_create_spdx.tar.zst\nDEBUG: Searching for a7/c9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:a7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://91/df/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '53/b0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840_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/66/93/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/66/93/sstate%3Alibgcrypt-native%3Ax86_64-linux%3A1.10.3%3Ar0%3Ax86_64%3A12%3A6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41_create_spdx.tar.zst;downloadfilename=universal/66/93/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41_create_spdx.tar.zst\nDEBUG: Using  for fc/80/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:fc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585_populate_sysroot.tar.zst\nDEBUG: Using  for ff/26/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564_package.tar.zst\nDEBUG: SState: Successful fetch test for file://79/64/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:796412ab9bb304fc42669d12548e49ebf4d13611f78eb1d6e89447ed7d915165_package_write_deb.tar.zst\nDEBUG: Using  for f8/b5/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://16/ef/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16_package_write_rpm.tar.zst\nDEBUG: Using  for 87/90/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a_package_write_deb.tar.zst\nDEBUG: For url file://universal/68/7e/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/68/7e/sstate%3Apython3-trove-classifiers-native%3Ax86_64-linux%3A2024.5.22%3Ar0%3Ax86_64%3A12%3A687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9_recipe_qa.tar.zst;downloadfilename=universal/68/7e/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/91/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f_create_spdx.tar.zst\nDEBUG: Using  for a7/c9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:a7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://94/93/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://53/b0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/b0/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A12%3A53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840_populate_sysroot.tar.zst;downloadfilename=53/b0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840_populate_sysroot.tar.zst\nDEBUG: Testing URL file://fc/80/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:fc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ff/26/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564_package.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/b1/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf_package.tar.zst\nDEBUG: Testing URL file://f8/b5/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05_create_spdx.tar.zst\nDEBUG: Searching for 16/ef/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://87/90/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a_package_write_deb.tar.zst\nDEBUG: Searching for e5/91/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a7/c9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:a7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/09/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4_package_write_rpm.tar.zst\nDEBUG: Searching for 94/93/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'fc/80/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:fc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585_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/26/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564_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://66/74/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:6674c611579b5df2c051039c77b93e03a6abb170b94db8874ccebc2a2e7c0e3f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/b9/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e1b9344da3ae390099dfe30cae39cb09e9a2c4a4fb7d2118523c2e46a665029b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/0d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec_recipe_qa.tar.zst\nDEBUG: Searching for 6a/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f8/b5/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 16/ef/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16_package_write_rpm.tar.zst\nDEBUG: Testing URL file://16/ef/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16_package_write_rpm.tar.zst\nDEBUG: Using  for e5/91/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a7/c9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:a7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc_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/b3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3_create_package_spdx.tar.zst\nDEBUG: Using  for 94/93/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://fc/80/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:fc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/80/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A12%3Afc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585_populate_sysroot.tar.zst;downloadfilename=fc/80/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:fc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585_populate_sysroot.tar.zst\nDEBUG: For url file://ff/26/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/26/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564_package.tar.zst;downloadfilename=ff/26/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564_package.tar.zst\nDEBUG: SState: Attempting to fetch file://69/c5/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/16/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469_package_write_rpm.tar.zst\nDEBUG: Searching for fd/0d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6a/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/66/93/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41_create_spdx.tar.zst\nDEBUG: For url file://f8/b5/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/b5/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A12%3Af8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05_create_spdx.tar.zst;downloadfilename=f8/b5/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05_create_spdx.tar.zst\nDEBUG: For url ['file', '', '87/90/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a_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', '', '16/ef/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16_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/91/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f_create_spdx.tar.zst\nDEBUG: For url file://a7/c9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:a7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/c9/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A12%3Aa7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc_deploy_source_date_epoch.tar.zst;downloadfilename=a7/c9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:a7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 49/b3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://94/93/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 69/c5/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ef/16/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/68/7e/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9_recipe_qa.tar.zst\nDEBUG: Using  for fd/0d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec_recipe_qa.tar.zst\nDEBUG: Testing URL file://6a/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/3c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798_create_package_spdx.tar.zst\nDEBUG: For url file://87/90/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/90/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A12%3A87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a_package_write_deb.tar.zst;downloadfilename=87/90/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a_package_write_deb.tar.zst\nDEBUG: For url file://16/ef/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/ef/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A8.2.2%3Ar0%3Acore2-64%3A12%3A16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16_package_write_rpm.tar.zst;downloadfilename=16/ef/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://53/b0/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:53b0b79394e8466f78b342fad9b52322a9dda72e7aafb17eb5eead3b61578840_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e5/91/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 49/b3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '94/93/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c_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/c5/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81_populate_sysroot.tar.zst\nDEBUG: Using  for ef/16/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://52/f6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1_package.tar.zst\nDEBUG: Testing URL file://fd/0d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6a/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c0/3c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://32/a1/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ff/26/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ff26d85ff5f438035453b03e7ffb9842407fdaf2b8687b44c6039eace9a84564_package.tar.zst\nDEBUG: For url file://e5/91/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/91/sstate%3Alibgcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Ae591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f_create_spdx.tar.zst;downloadfilename=e5/91/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/80/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:fc800c8ae3004267e3bbdbe6b8ae0caecb36df55eee7caa8820e8736ad719585_populate_sysroot.tar.zst\nDEBUG: Testing URL file://49/b3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3_create_package_spdx.tar.zst\nDEBUG: For url file://94/93/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/93/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A12%3A9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c_deploy_source_date_epoch.tar.zst;downloadfilename=94/93/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://69/c5/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ef/16/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469_package_write_rpm.tar.zst\nDEBUG: Searching for 52/f6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'fd/0d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6a/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/07/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.5%3Ar0%3Acore2-64%3A12%3A6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf_package.tar.zst;downloadfilename=6a/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf_package.tar.zst\nDEBUG: Using  for c0/3c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798_create_package_spdx.tar.zst\nDEBUG: Searching for 32/a1/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://85/76/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '49/b3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3_create_package_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://f8/b5/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05_create_spdx.tar.zst\nDEBUG: For url ['file', '', '69/c5/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ef/16/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 52/f6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/c9/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:a7c9c12e47fa4c4114aee15c2d7723b260832d5da73029db53ca964c2b86cebc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://fd/0d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/0d/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3Afd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec_recipe_qa.tar.zst;downloadfilename=fd/0d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec_recipe_qa.tar.zst\nDEBUG: Testing URL file://c0/3c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798_create_package_spdx.tar.zst\nDEBUG: Using  for 32/a1/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856_package.tar.zst\nDEBUG: Searching for 85/76/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c2/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://49/b3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/b3/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A12%3A49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3_create_package_spdx.tar.zst;downloadfilename=49/b3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/82/sstate:ed::1.20.2:r0::12:9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200_populate_lic.tar.zst\nDEBUG: For url file://69/c5/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/c5/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81_populate_sysroot.tar.zst;downloadfilename=69/c5/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81_populate_sysroot.tar.zst\nDEBUG: For url file://ef/16/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/16/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.13%3Ar0%3Acore2-64%3A12%3Aef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469_package_write_rpm.tar.zst;downloadfilename=ef/16/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469_package_write_rpm.tar.zst\nDEBUG: Testing URL file://52/f6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/30/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c0/3c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://32/a1/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856_package.tar.zst\nDEBUG: SState: Successful fetch test for file://16/ef/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://87/90/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:87904da0fa2762ea992abb680bb1c759a8629fb185f06c7301021c5ac6de5c8a_package_write_deb.tar.zst\nDEBUG: Using  for 85/76/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1_recipe_qa.tar.zst\nDEBUG: Using  for c2/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f_create_package_spdx.tar.zst\nDEBUG: Searching for 98/82/sstate:ed::1.20.2:r0::12:9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://94/93/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:9493811d948ff75e0c88935851a9c01812f9a19c2bc131171a8ff33401fdc70c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/91/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '52/f6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c3/30/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c0/3c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/3c/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A12%3Ac03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798_create_package_spdx.tar.zst;downloadfilename=c0/3c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '32/a1/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856_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://60/b7/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/83/f3/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://85/76/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1_recipe_qa.tar.zst\nDEBUG: Testing URL file://c2/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f_create_package_spdx.tar.zst\nDEBUG: Using  for 98/82/sstate:ed::1.20.2:r0::12:9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/ef/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7e/4d/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79_recipe_qa.tar.zst\nDEBUG: For url file://52/f6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/f6/sstate%3Aexpect%3Acore2-64-poky-linux%3A5.45.4%3Ar0%3Acore2-64%3A12%3A52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1_package.tar.zst;downloadfilename=52/f6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1_package.tar.zst\nDEBUG: Using  for c3/30/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9_package_qa.tar.zst\nDEBUG: For url file://32/a1/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/a1/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.13%3Ar0%3Acore2-64%3A12%3A32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856_package.tar.zst;downloadfilename=32/a1/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856_package.tar.zst\nDEBUG: Searching for 60/b7/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/83/f3/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '85/76/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1_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/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://98/82/sstate:ed::1.20.2:r0::12:9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200_populate_lic.tar.zst\nDEBUG: Searching for 0d/ef/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/7e/4d/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6a/07/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:6a0735ac1d4a0e3031a6c7ded0e373a533e32b6d8dac7ef8d21a553d301f2faf_package.tar.zst\nDEBUG: Testing URL file://c3/30/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/0d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec_recipe_qa.tar.zst\nDEBUG: Using  for 60/b7/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://60/b7/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://49/b3/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://69/c5/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:69c59852d2b8c32afac628def51935351550be4dd74608df657ab0fa632abe81_populate_sysroot.tar.zst\nDEBUG: For url file://85/76/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/76/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.6.2%3Ar0%3Acore2-64%3A12%3A857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1_recipe_qa.tar.zst;downloadfilename=85/76/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1_recipe_qa.tar.zst\nDEBUG: For url file://c2/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/12/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Ac212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f_create_package_spdx.tar.zst;downloadfilename=c2/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '98/82/sstate:ed::1.20.2:r0::12:9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0d/ef/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582_package_write_deb.tar.zst\nDEBUG: Using  for universal/7e/4d/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/bb/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c3/30/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9_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://e4/5e/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:e45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/83/f3/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '60/b7/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e_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://ef/16/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/cc/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://26/87/sstate:libepoxy-native::1.5.10:r0::12:26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb_populate_lic.tar.zst\nDEBUG: For url file://98/82/sstate:ed::1.20.2:r0::12:9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/82/sstate%3Aed%3A%3A1.20.2%3Ar0%3A%3A12%3A9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200_populate_lic.tar.zst;downloadfilename=98/82/sstate:ed::1.20.2:r0::12:9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200_populate_lic.tar.zst\nDEBUG: Testing URL file://0d/ef/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/7e/4d/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79_recipe_qa.tar.zst\nDEBUG: Searching for 2d/bb/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c0/3c/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798_create_package_spdx.tar.zst\nDEBUG: For url file://c3/30/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/30/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A12%3Ac3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9_package_qa.tar.zst;downloadfilename=c3/30/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9_package_qa.tar.zst\nDEBUG: Searching for e4/5e/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:e45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/83/f3/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://60/b7/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/b7/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.42%3Ar0%3Acore2-64%3A12%3A60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e_package_write_rpm.tar.zst;downloadfilename=60/b7/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/8f/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78_populate_sysroot.tar.zst\nDEBUG: Searching for a9/cc/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 26/87/sstate:libepoxy-native::1.5.10:r0::12:26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0d/ef/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582_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/7e/4d/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79_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://52/f6/sstate:expect:core2-64-poky-linux:5.45.4:r0:core2-64:12:52f6f0b9e1ec3fc923cd52498b9823871bf6ea24aa0cca03d41f883f8de03af1_package.tar.zst\nDEBUG: Using  for 2d/bb/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/0f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:c90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for e4/5e/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:e45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://32/a1/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:32a11fd649be8a03ae821fc721aad57a92fe2ce59319d1e1ba7ce483475fe856_package.tar.zst\nDEBUG: For url ['file', '', 'universal/83/f3/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a_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 ed/8f/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a9/cc/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca_create_spdx.tar.zst\nDEBUG: Using  for 26/87/sstate:libepoxy-native::1.5.10:r0::12:26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb_populate_lic.tar.zst\nDEBUG: For url file://0d/ef/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/ef/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A12%3A0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582_package_write_deb.tar.zst;downloadfilename=0d/ef/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582_package_write_deb.tar.zst\nDEBUG: For url file://universal/7e/4d/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7e/4d/sstate%3Apython3-build-native%3Ax86_64-linux%3A1.2.1%3Ar0%3Ax86_64%3A12%3A7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79_recipe_qa.tar.zst;downloadfilename=universal/7e/4d/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/59/70/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2d/bb/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c9/0f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:c90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e4/5e/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:e45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/49/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:f749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe_package.tar.zst\nDEBUG: For url file://universal/83/f3/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/83/f3/sstate%3Aunzip-native%3Ax86_64-linux%3A6.0%3Ar0%3Ax86_64%3A12%3A83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/83/f3/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ed/8f/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a9/cc/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca_create_spdx.tar.zst\nDEBUG: Testing URL file://26/87/sstate:libepoxy-native::1.5.10:r0::12:26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://85/76/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1_recipe_qa.tar.zst\nDEBUG: Searching for universal/59/70/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c2/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/bb/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64_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 c9/0f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:c90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://98/82/sstate:ed::1.20.2:r0::12:9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e4/5e/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:e45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a_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 f7/49/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:f749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ed/8f/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a9/cc/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca_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/30/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9_package_qa.tar.zst\nDEBUG: For url ['file', '', '26/87/sstate:libepoxy-native::1.5.10:r0::12:26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb_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://98/66/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c_package.tar.zst\nDEBUG: Using  for universal/59/70/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/fc/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1_package_qa.tar.zst\nDEBUG: For url file://2d/bb/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/bb/sstate%3Arpcbind%3Acore2-64-poky-linux%3A1.2.6%3Ar0%3Acore2-64%3A12%3A2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64_deploy_source_date_epoch.tar.zst;downloadfilename=2d/bb/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c9/0f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:c90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d_create_package_spdx.tar.zst\nDEBUG: For url file://e4/5e/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:e45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/5e/sstate%3Amesa%3Acore2-64-poky-linux%3A24.0.7%3Ar0%3Acore2-64%3A12%3Ae45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a_deploy_source_date_epoch.tar.zst;downloadfilename=e4/5e/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:e45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f7/49/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:f749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe_package.tar.zst\nDEBUG: For url ['file', '', 'ed/8f/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a9/cc/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/cc/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Aa9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca_create_spdx.tar.zst;downloadfilename=a9/cc/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://79/48/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954_package.tar.zst\nDEBUG: For url file://26/87/sstate:libepoxy-native::1.5.10:r0::12:26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/87/sstate%3Alibepoxy-native%3A%3A1.5.10%3Ar0%3A%3A12%3A26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb_populate_lic.tar.zst;downloadfilename=26/87/sstate:libepoxy-native::1.5.10:r0::12:26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb_populate_lic.tar.zst\nDEBUG: Searching for 98/66/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://60/b7/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/59/70/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c3/fc/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c9/0f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:c90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6_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 6c/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f7/49/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:f749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe_package.tar.zst\nDEBUG: For url file://ed/8f/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/8f/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3Aed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78_populate_sysroot.tar.zst;downloadfilename=ed/8f/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/ef/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:0defa897bf1159896b9a29a65461bf45b4eaa42e1ec39f597369e2c659121582_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7e/4d/sstate:python3-build-native:x86_64-linux:1.2.1:r0:x86_64:12:7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79_recipe_qa.tar.zst\nDEBUG: Searching for 79/48/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 98/66/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/54/e2/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/59/70/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a_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/83/f3/sstate:unzip-native:x86_64-linux:6.0:r0:x86_64:12:83f361dc2bd622f4d9d756d4ab34eb3c16329c32d58bec736802d9f4baad623a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c3/fc/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1_package_qa.tar.zst\nDEBUG: For url file://c9/0f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:c90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/0f/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.4%2Bgit%3Ar0%3Acore2-64%3A12%3Ac90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6_deploy_source_date_epoch.tar.zst;downloadfilename=c9/0f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:c90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6c/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f7/49/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:f749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe_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/a6/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67_package.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/e1/sstate:libfm::1.3.2:r0::12:0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691_populate_lic.tar.zst\nDEBUG: Using  for 79/48/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954_package.tar.zst\nDEBUG: Testing URL file://98/66/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c_package.tar.zst\nDEBUG: Searching for universal/54/e2/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/59/70/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/59/70/sstate%3Alibtirpc-native%3Ax86_64-linux%3A1.3.4%3Ar0%3Ax86_64%3A12%3A5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/59/70/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://64/59/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c3/fc/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1_package_qa.tar.zst\nDEBUG: Testing URL file://6c/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d_create_package_spdx.tar.zst\nDEBUG: For url file://f7/49/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:f749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/49/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.5%3Ar0%3Acore2-64%3A12%3Af749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe_package.tar.zst;downloadfilename=f7/49/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:f749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/bb/sstate:rpcbind:core2-64-poky-linux:1.2.6:r0:core2-64:12:2dbb35594ffb5da736a1cbb2cef846919d3b6706752d9e2a7de8cb443d296d64_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2e/a6/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0b/e1/sstate:libfm::1.3.2:r0::12:0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://79/48/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954_package.tar.zst\nDEBUG: For url ['file', '', '98/66/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/54/e2/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/5e/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:e45ee80299aa7c8d3c348b4ea350a5e99e94cca7c9b75c633dcb63144433af4a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 64/59/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c3/fc/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1_package_qa.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:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d_create_package_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/14/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://26/87/sstate:libepoxy-native::1.5.10:r0::12:26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/cc/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca_create_spdx.tar.zst\nDEBUG: Using  for 2e/a6/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67_package.tar.zst\nDEBUG: Using  for 0b/e1/sstate:libfm::1.3.2:r0::12:0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691_populate_lic.tar.zst\nDEBUG: For url ['file', '', '79/48/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://98/66/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/66/sstate%3Agcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c_package.tar.zst;downloadfilename=98/66/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c_package.tar.zst\nDEBUG: Testing URL file://universal/54/e2/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/69/d7/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 64/59/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a_populate_sysroot.tar.zst\nDEBUG: For url file://c3/fc/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/fc/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3Ac3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1_package_qa.tar.zst;downloadfilename=c3/fc/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1_package_qa.tar.zst\nDEBUG: For url file://6c/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/ed/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A12%3A6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d_create_package_spdx.tar.zst;downloadfilename=6c/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d_create_package_spdx.tar.zst\nDEBUG: Searching for 38/14/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/19/36/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://19/2d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2e/a6/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67_package.tar.zst\nDEBUG: Testing URL file://0b/e1/sstate:libfm::1.3.2:r0::12:0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/8f/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:ed8f217998c68979d14613ec0f88a7d82441c174683cab4d8c71d1eff5710f78_populate_sysroot.tar.zst\nDEBUG: For url file://79/48/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/48/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A12%3A79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954_package.tar.zst;downloadfilename=79/48/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954_package.tar.zst\nDEBUG: For url ['file', '', 'universal/54/e2/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5_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/d7/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://64/59/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/0f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:c90f10f05cacf5739d3026c0ebb7b633a89f17725234591306a3261e37e8add6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 38/14/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450_package_write_ipk.tar.zst\nDEBUG: Searching for universal/19/36/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 19/2d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2e/a6/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0b/e1/sstate:libfm::1.3.2:r0::12:0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691_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://a2/a3/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:a2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06_populate_sysroot.tar.zst\nDEBUG: For url file://universal/54/e2/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/54/e2/sstate%3Alibcomps-native%3Ax86_64-linux%3A0.1.21%3Ar0%3Ax86_64%3A12%3A54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5_populate_sysroot.tar.zst;downloadfilename=universal/54/e2/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5_populate_sysroot.tar.zst\nDEBUG: Using  for universal/69/d7/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '64/59/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a_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/59/70/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:5970469a977665b5cf52ed2d3422d8bec4efec60ed26cb5d195f033d2e9f316a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/5b/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c_package_qa.tar.zst\nDEBUG: Testing URL file://38/14/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450_package_write_ipk.tar.zst\nDEBUG: Using  for universal/19/36/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/19/36/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033_recipe_qa.tar.zst\nDEBUG: For url file://2e/a6/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/a6/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67_package.tar.zst;downloadfilename=2e/a6/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67_package.tar.zst\nDEBUG: For url file://0b/e1/sstate:libfm::1.3.2:r0::12:0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/e1/sstate%3Alibfm%3A%3A1.3.2%3Ar0%3A%3A12%3A0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691_populate_lic.tar.zst;downloadfilename=0b/e1/sstate:libfm::1.3.2:r0::12:0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691_populate_lic.tar.zst\nDEBUG: Searching for a2/a3/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:a2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/69/d7/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://64/59/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/59/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.12.8%3Ar0%3Acore2-64%3A12%3A6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a_populate_sysroot.tar.zst;downloadfilename=64/59/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/49/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:f749870de2dedb0409fb1c1f686f03379735899cff6d28da14d7eae70eadbcbe_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/c5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330_package_write_rpm.tar.zst\nDEBUG: Searching for 8a/5b/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '38/14/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 19/2d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/19/36/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033_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/66/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:986667815102ba22ce1b2f533b9ad86af0f997154855b2591afb48e5a274414c_package.tar.zst\nDEBUG: Using  for a2/a3/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:a2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/ed/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/69/d7/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a_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/fc/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://79/48/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:79484ae0804d9bffda6c08a66ea38ee9bb9d0b693715415a937aa9e7ba655954_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/61/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135_populate_sysroot.tar.zst\nDEBUG: Searching for ee/c5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8a/5b/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c_package_qa.tar.zst\nDEBUG: For url file://38/14/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/14/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.13.0%3Ar0%3Acore2-64%3A12%3A3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450_package_write_ipk.tar.zst;downloadfilename=38/14/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450_package_write_ipk.tar.zst\nDEBUG: Testing URL file://19/2d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/19/36/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/36/sstate%3Alibcap-native%3Ax86_64-linux%3A2.70%3Ar0%3Ax86_64%3A12%3A19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033_recipe_qa.tar.zst;downloadfilename=universal/19/36/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://71/8c/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a2/a3/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:a2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/33/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62_create_package_spdx.tar.zst\nDEBUG: For url file://universal/69/d7/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/69/d7/sstate%3Agobject-introspection-native%3Ax86_64-linux%3A1.80.1%3Ar0%3Ax86_64%3A12%3A69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/69/d7/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://91/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628_package.tar.zst\nDEBUG: SState: Attempting to fetch file://94/49/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425_package_write_rpm.tar.zst\nDEBUG: Searching for 4e/61/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ee/c5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330_package_write_rpm.tar.zst\nDEBUG: Testing URL file://8a/5b/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c_package_qa.tar.zst\nDEBUG: For url ['file', '', '19/2d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3_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 71/8c/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/54/e2/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a2/a3/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:a2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06_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://2e/a6/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2ea64f81c2f5a5d6e8e3d6c3ea1bed093432111c0d081013cc8fd7ce9339dd67_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/e1/sstate:libfm::1.3.2:r0::12:0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691_populate_lic.tar.zst\nDEBUG: Searching for b5/33/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 91/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 94/49/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4e/61/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ee/c5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8a/5b/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://19/2d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/2d/sstate%3Accache%3Acore2-64-poky-linux%3A4.10%3Ar0%3Acore2-64%3A12%3A192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3_deploy_source_date_epoch.tar.zst;downloadfilename=19/2d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 71/8c/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/74/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:eb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079_populate_sysroot.tar.zst\nDEBUG: For url file://a2/a3/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:a2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/a3/sstate%3Amesa%3Acore2-64-poky-linux%3A24.0.7%3Ar0%3Acore2-64%3A12%3Aa2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06_populate_sysroot.tar.zst;downloadfilename=a2/a3/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:a2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0b/71/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://67/dd/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a_populate_sysroot.tar.zst\nDEBUG: Using  for b5/33/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62_create_package_spdx.tar.zst\nDEBUG: Using  for 91/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628_package.tar.zst\nDEBUG: Using  for 94/49/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425_package_write_rpm.tar.zst\nDEBUG: Testing URL file://4e/61/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ee/c5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330_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://8a/5b/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/5b/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A12%3A8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c_package_qa.tar.zst;downloadfilename=8a/5b/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c_package_qa.tar.zst\nDEBUG: Testing URL file://71/8c/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63_package_write_rpm.tar.zst\nDEBUG: Searching for eb/74/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:eb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://64/59/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6459736fcdbba964aeb1cc400ce18a2d2b9ab913033caf52f918d24628792e6a_populate_sysroot.tar.zst\nDEBUG: Searching for universal/0b/71/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 67/dd/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://38/14/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3814a4c77c1a6d3433c42b7c0b8549354932cf3ac2517ce0e0c2f3caa235f450_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/19/36/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033_recipe_qa.tar.zst\nDEBUG: Testing URL file://b5/33/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62_create_package_spdx.tar.zst\nDEBUG: Testing URL file://91/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628_package.tar.zst\nDEBUG: Testing URL file://94/49/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4e/61/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ee/c5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/c5/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A12%3Aeec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330_package_write_rpm.tar.zst;downloadfilename=ee/c5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '71/8c/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for eb/74/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:eb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://13/44/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c_package_write_rpm.tar.zst\nDEBUG: Using  for universal/0b/71/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819_create_package_spdx.tar.zst\nDEBUG: Using  for 67/dd/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/d7/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:c5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/27/84/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b5/33/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '91/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '94/49/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425_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://4e/61/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/61/sstate%3Asystemtap%3Acore2-64-poky-linux%3A5.1%3Ar0%3Acore2-64%3A12%3A4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135_populate_sysroot.tar.zst;downloadfilename=4e/61/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/69/d7/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:69d7636777d62f00611edae253e98f1be3aeb8c0ff6690da2d348d2647eef95a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://71/8c/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/8c/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.10.0%3Ar0%3Acore2-64%3A12%3A718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63_package_write_rpm.tar.zst;downloadfilename=71/8c/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63_package_write_rpm.tar.zst\nDEBUG: Testing URL file://eb/74/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:eb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079_populate_sysroot.tar.zst\nDEBUG: Searching for 13/44/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/0b/71/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819_create_package_spdx.tar.zst\nDEBUG: Testing URL file://67/dd/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a_populate_sysroot.tar.zst\nDEBUG: Searching for c5/d7/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:c5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/27/84/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b5/33/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/33/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A12%3Ab533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62_create_package_spdx.tar.zst;downloadfilename=b5/33/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62_create_package_spdx.tar.zst\nDEBUG: For url file://91/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/bc/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A12%3A91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628_package.tar.zst;downloadfilename=91/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628_package.tar.zst\nDEBUG: For url file://94/49/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/49/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425_package_write_rpm.tar.zst;downloadfilename=94/49/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://19/2d/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:192d28d70fa44e756d7efa0ba1cd53a2b424c99b4d55a114c4d9c476f097ecd3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/5f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/a3/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:a2a38bc87cbb20202641231eb4a20c1caff91836289cfa7831b5584d2385df06_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'eb/74/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:eb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 13/44/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/0b/71/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819_create_package_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/5b/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c_package_qa.tar.zst\nDEBUG: For url ['file', '', '67/dd/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c5/d7/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:c5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c_package_write_ipk.tar.zst\nDEBUG: Using  for universal/27/84/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/c5/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://70/c4/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5a/5f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://22/82/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109_package_write_rpm.tar.zst\nDEBUG: For url file://eb/74/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:eb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/74/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.17%3Ar0%3Acore2-64%3A12%3Aeb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079_populate_sysroot.tar.zst;downloadfilename=eb/74/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:eb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079_populate_sysroot.tar.zst\nDEBUG: Testing URL file://13/44/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c_package_write_rpm.tar.zst\nDEBUG: For url file://universal/0b/71/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0b/71/sstate%3Alibxdamage-native%3Ax86_64-linux%3A1.1.6%3Ar0%3Ax86_64%3A12%3A0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819_create_package_spdx.tar.zst;downloadfilename=universal/0b/71/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/8d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf_packagedata.tar.zst\nDEBUG: For url file://67/dd/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/dd/sstate%3Afmt%3Acore2-64-poky-linux%3A10.2.1%3Ar0%3Acore2-64%3A12%3A67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a_populate_sysroot.tar.zst;downloadfilename=67/dd/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c5/d7/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:c5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/27/84/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/5b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574_package.tar.zst\nDEBUG: Searching for 70/c4/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/5f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6_package_write_rpm.tar.zst\nDEBUG: Searching for 22/82/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '13/44/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c_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/61/sstate:systemtap:core2-64-poky-linux:5.1:r0:core2-64:12:4e61f7d4e2c6c8bd55d98a9698112ab314f68554e4c428c61d5686417c623135_populate_sysroot.tar.zst\nDEBUG: Searching for fe/8d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://71/8c/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c5/d7/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:c5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c_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/33/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/27/84/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8c/5b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://91/bc/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:91bc57f22ae8bb220475a841eb08831510aa3d3ffa3812092206d76a29742628_package.tar.zst\nDEBUG: Using  for 70/c4/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5a/5f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6_package_write_rpm.tar.zst\nDEBUG: Using  for 22/82/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109_package_write_rpm.tar.zst\nDEBUG: For url file://13/44/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/44/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A12%3A13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c_package_write_rpm.tar.zst;downloadfilename=13/44/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/2f/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009_package_write_rpm.tar.zst\nDEBUG: Using  for fe/8d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/36/69/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68_recipe_qa.tar.zst\nDEBUG: For url file://c5/d7/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:c5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/d7/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A12%3Ac5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c_package_write_ipk.tar.zst;downloadfilename=c5/d7/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:c5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/d9/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661_create_spdx.tar.zst\nDEBUG: For url file://universal/27/84/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/27/84/sstate%3Agmp-native%3Ax86_64-linux%3A6.3.0%3Ar0%3Ax86_64%3A12%3A2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f_populate_sysroot.tar.zst;downloadfilename=universal/27/84/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f_populate_sysroot.tar.zst\nDEBUG: Using  for 8c/5b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/c2/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:f4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07_populate_sysroot.tar.zst\nDEBUG: Testing URL file://70/c4/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '5a/5f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6_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://22/82/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109_package_write_rpm.tar.zst\nDEBUG: Searching for b9/2f/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fe/8d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf_packagedata.tar.zst\nDEBUG: Searching for universal/36/69/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://eb/74/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:eb7445397a8ecdea29ea4ef2daef867b9cac20d490348af30fca6d951f862079_populate_sysroot.tar.zst\nDEBUG: Searching for universal/10/d9/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://8c/5b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0b/71/sstate:libxdamage-native:x86_64-linux:1.1.6:r0:x86_64:12:0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819_create_package_spdx.tar.zst\nDEBUG: Searching for f4/c2/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:f4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://67/dd/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:67dd27ae29035dcbdcd96130f1ce1992626892b452531983c81918f3018ab10a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '70/c4/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27_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/5f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/5f/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6_package_write_rpm.tar.zst;downloadfilename=5a/5f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '22/82/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b9/2f/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'fe/8d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/36/69/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/2c/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c_recipe_qa.tar.zst\nDEBUG: Using  for universal/10/d9/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8c/5b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574_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://1a/4e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f4/c2/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:f4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/f2/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99_recipe_qa.tar.zst\nDEBUG: For url file://70/c4/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/c4/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A12%3A70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27_deploy_source_date_epoch.tar.zst;downloadfilename=70/c4/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://22/82/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/82/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A12%3A2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109_package_write_rpm.tar.zst;downloadfilename=22/82/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b9/2f/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009_package_write_rpm.tar.zst\nDEBUG: For url file://fe/8d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/8d/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Afe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf_packagedata.tar.zst;downloadfilename=fe/8d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://94/49/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/36/69/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68_recipe_qa.tar.zst\nDEBUG: Searching for 9b/2c/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/10/d9/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661_create_spdx.tar.zst\nDEBUG: For url file://8c/5b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/5b/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A12%3A8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574_package.tar.zst;downloadfilename=8c/5b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574_package.tar.zst\nDEBUG: Searching for 1a/4e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f4/c2/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:f4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07_populate_sysroot.tar.zst\nDEBUG: Searching for cf/f2/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b9/2f/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009_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://ef/2d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/d7/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:c5d7ab43757b41a11d505f147c99574ab2a441245bf878002b3a219b39b9891c_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/36/69/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9b/2c/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c_recipe_qa.tar.zst\nDEBUG: Testing URL file://9b/2c/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/10/d9/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1a/4e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f4/c2/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:f4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07_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/27/84/sstate:gmp-native:x86_64-linux:6.3.0:r0:x86_64:12:2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f_populate_sysroot.tar.zst\nDEBUG: Using  for cf/f2/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/5f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6_package_write_rpm.tar.zst\nDEBUG: For url file://b9/2f/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/2f/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.48.2%3Ar0%3Acore2-64%3A12%3Ab92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009_package_write_rpm.tar.zst;downloadfilename=b9/2f/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009_package_write_rpm.tar.zst\nDEBUG: Searching for ef/2d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/6c/ca/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac_recipe_qa.tar.zst\nDEBUG: For url file://universal/36/69/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/36/69/sstate%3Alibxdmcp-native%3Ax86_64-linux%3A1.1.5%3Ar0%3Ax86_64%3A12%3A3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68_recipe_qa.tar.zst;downloadfilename=universal/36/69/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://13/44/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9b/2c/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c_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/10/d9/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/d9/sstate%3Acurl-native%3Ax86_64-linux%3A8.8.0%3Ar0%3Ax86_64%3A12%3A10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661_create_spdx.tar.zst;downloadfilename=universal/10/d9/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661_create_spdx.tar.zst\nDEBUG: Testing URL file://1a/4e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f4/c2/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:f4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/c2/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A12%3Af4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07_populate_sysroot.tar.zst;downloadfilename=f4/c2/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:f4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://45/15/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03_package_write_ipk.tar.zst\nDEBUG: Testing URL file://cf/f2/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/74/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:c6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8_package_write_deb.tar.zst\nDEBUG: Using  for ef/2d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b_populate_sysroot.tar.zst\nDEBUG: Searching for universal/6c/ca/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/be/91/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:be91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://70/c4/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:70c4778042f32911de77c043cf1cfe7b655de2c696377cf16e22c276f1153d27_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9b/2c/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/2c/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.26.0%3Ar0%3Acore2-64%3A12%3A9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c_recipe_qa.tar.zst;downloadfilename=9b/2c/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1a/4e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91_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://22/82/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109_package_write_rpm.tar.zst\nDEBUG: Searching for 45/15/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cf/f2/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99_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/8d/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf_packagedata.tar.zst\nDEBUG: Searching for c6/74/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:c6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ef/2d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b_populate_sysroot.tar.zst\nDEBUG: Using  for universal/6c/ca/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac_recipe_qa.tar.zst\nDEBUG: Searching for universal/be/91/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:be91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c4/3f/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:c43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b_package_write_deb.tar.zst\nDEBUG: For url file://1a/4e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/4e/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A12%3A1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91_deploy_source_date_epoch.tar.zst;downloadfilename=1a/4e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/56/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/5b/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:8c5bb1d4a702c6b93ecc102b8d55907f60e7f7ba1042c3c5047f4b1290274574_package.tar.zst\nDEBUG: Using  for 45/15/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03_package_write_ipk.tar.zst\nDEBUG: For url file://cf/f2/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/f2/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A12%3Acff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99_recipe_qa.tar.zst;downloadfilename=cf/f2/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/77/sstate:libxxf86vm::1.1.5:r0::12:2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41_populate_lic.tar.zst\nDEBUG: Using  for c6/74/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:c6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ef/2d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b_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/6c/ca/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac_recipe_qa.tar.zst\nDEBUG: Using  for universal/be/91/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:be91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003_populate_sysroot.tar.zst\nDEBUG: Searching for c4/3f/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:c43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1b/56/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://86/62/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/36/69/sstate:libxdmcp-native:x86_64-linux:1.1.5:r0:x86_64:12:3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/2f/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009_package_write_rpm.tar.zst\nDEBUG: Testing URL file://45/15/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03_package_write_ipk.tar.zst\nDEBUG: Searching for 2d/77/sstate:libxxf86vm::1.1.5:r0::12:2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c6/74/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:c6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8_package_write_deb.tar.zst\nDEBUG: For url file://ef/2d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/2d/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A12%3Aef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b_populate_sysroot.tar.zst;downloadfilename=ef/2d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/6c/ca/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac_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/be/91/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:be91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003_populate_sysroot.tar.zst\nDEBUG: Using  for c4/3f/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:c43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b_package_write_deb.tar.zst\nDEBUG: Using  for 1b/56/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c_package_qa.tar.zst\nDEBUG: Searching for 86/62/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://07/90/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1e/63/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '45/15/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2d/77/sstate:libxxf86vm::1.1.5:r0::12:2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c6/74/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:c6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8_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/6c/ca/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6c/ca/sstate%3Agdbm-native%3Ax86_64-linux%3A1.23%3Ar0%3Ax86_64%3A12%3A6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac_recipe_qa.tar.zst;downloadfilename=universal/6c/ca/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/be/91/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:be91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003_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/3f/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:c43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/10/d9/sstate:curl-native:x86_64-linux:8.8.0:r0:x86_64:12:10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/c2/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:f4c2a9d6fa146d324b7bd0b2fb731519f277fa4c64ca3bde80f26694bc299e07_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1b/56/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c_package_qa.tar.zst\nDEBUG: Using  for 86/62/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a_packagedata.tar.zst\nDEBUG: Searching for 07/90/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/1e/63/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://45/15/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/15/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.5%3Ar0%3Acore2-64%3A12%3A45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03_package_write_ipk.tar.zst;downloadfilename=45/15/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03_package_write_ipk.tar.zst\nDEBUG: Testing URL file://2d/77/sstate:libxxf86vm::1.1.5:r0::12:2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41_populate_lic.tar.zst\nDEBUG: For url file://c6/74/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:c6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/74/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A12%3Ac6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8_package_write_deb.tar.zst;downloadfilename=c6/74/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:c6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://9b/2c/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c_recipe_qa.tar.zst\nDEBUG: For url file://universal/be/91/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:be91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/be/91/sstate%3Aspirv-tools-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3Abe91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003_populate_sysroot.tar.zst;downloadfilename=universal/be/91/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:be91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c4/3f/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:c43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b_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://42/87/sstate:libarchive::3.7.4:r0::12:428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5d/80/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '1b/56/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://86/62/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a_packagedata.tar.zst\nDEBUG: Using  for 07/90/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878_create_spdx.tar.zst\nDEBUG: Using  for universal/1e/63/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2d/77/sstate:libxxf86vm::1.1.5:r0::12:2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41_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://1a/4e/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:1a4e1b7bd7eac3b237668382a98bc863e9ff500025620d5afc462ff50ddc0f91_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/68/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c4/3f/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:c43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/3f/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A12%3Ac43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b_package_write_deb.tar.zst;downloadfilename=c4/3f/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:c43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b_package_write_deb.tar.zst\nDEBUG: Searching for 42/87/sstate:libarchive::3.7.4:r0::12:428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/5d/80/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cf/f2/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99_recipe_qa.tar.zst\nDEBUG: For url file://1b/56/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/56/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.6%3Ar0%3Acore2-64%3A12%3A1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c_package_qa.tar.zst;downloadfilename=1b/56/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c_package_qa.tar.zst\nDEBUG: For url ['file', '', '86/62/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://07/90/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/1e/63/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51_recipe_qa.tar.zst\nDEBUG: For url file://2d/77/sstate:libxxf86vm::1.1.5:r0::12:2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/77/sstate%3Alibxxf86vm%3A%3A1.1.5%3Ar0%3A%3A12%3A2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41_populate_lic.tar.zst;downloadfilename=2d/77/sstate:libxxf86vm::1.1.5:r0::12:2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ae/4d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4_recipe_qa.tar.zst\nDEBUG: Searching for 1a/68/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 42/87/sstate:libarchive::3.7.4:r0::12:428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0_populate_lic.tar.zst\nDEBUG: Using  for universal/5d/80/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/2d/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:ef2d9969046a0de080151e60c75cb0013acf9231c7a6b43ef4ce3249eecc153b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6c/ca/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/c8/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47_packagedata.tar.zst\nDEBUG: For url file://86/62/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/62/sstate%3Apango%3Acore2-64-poky-linux%3A1.52.2%3Ar0%3Acore2-64%3A12%3A866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a_packagedata.tar.zst;downloadfilename=86/62/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a_packagedata.tar.zst\nDEBUG: For url ['file', '', '07/90/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878_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/1e/63/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/ae/4d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://45/15/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:45154c3f684b5c0aceeac8b32f50867f23c4336808f3ad2ae2179c364baadb03_package_write_ipk.tar.zst\nDEBUG: Using  for 1a/68/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://42/87/sstate:libarchive::3.7.4:r0::12:428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/5d/80/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/18/be/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://49/8d/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e_populate_sysroot.tar.zst\nDEBUG: Searching for b8/c8/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://07/90/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/90/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.57.1%3Ar0%3Acore2-64%3A12%3A07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878_create_spdx.tar.zst;downloadfilename=07/90/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/74/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:c6748b214f3a9cd0602004224388cad68271f2dde9a2d0421f9ebc9753324eb8_package_write_deb.tar.zst\nDEBUG: For url file://universal/1e/63/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/63/sstate%3Adtc-native%3Ax86_64-linux%3A1.7.0%3Ar0%3Ax86_64%3A12%3A1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51_recipe_qa.tar.zst;downloadfilename=universal/1e/63/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51_recipe_qa.tar.zst\nDEBUG: Using  for universal/ae/4d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://43/2d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473_recipe_qa.tar.zst\nDEBUG: Testing URL file://1a/68/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '42/87/sstate:libarchive::3.7.4:r0::12:428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0_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/5d/80/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/18/be/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 49/8d/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b8/c8/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/df/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/be/91/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:be91fba2abf5ebef726e4e1b26030dbb41b4e1ff9c9888e567d7ff0ae844d003_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/56/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c_package_qa.tar.zst\nDEBUG: Testing URL file://universal/ae/4d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4_recipe_qa.tar.zst\nDEBUG: Searching for 43/2d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c4/3f/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:c43fbf8e72050d30834298543a5d9f3a16a6a6b4dcde435459d56ac3aef4b21b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '1a/68/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545_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/87/sstate:libarchive::3.7.4:r0::12:428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/87/sstate%3Alibarchive%3A%3A3.7.4%3Ar0%3A%3A12%3A428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0_populate_lic.tar.zst;downloadfilename=42/87/sstate:libarchive::3.7.4:r0::12:428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0_populate_lic.tar.zst\nDEBUG: For url file://universal/5d/80/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5d/80/sstate%3Apython3-trove-classifiers-native%3Ax86_64-linux%3A2024.5.22%3Ar0%3Ax86_64%3A12%3A5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a_create_package_spdx.tar.zst;downloadfilename=universal/5d/80/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a_create_package_spdx.tar.zst\nDEBUG: Using  for universal/18/be/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2_recipe_qa.tar.zst\nDEBUG: Using  for 49/8d/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b8/c8/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47_packagedata.tar.zst\nDEBUG: Searching for 0c/df/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ed/70/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://af/24/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/ae/4d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 43/2d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/60/ca/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1a/68/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/68/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545_deploy_source_date_epoch.tar.zst;downloadfilename=1a/68/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/18/be/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2_recipe_qa.tar.zst\nDEBUG: Testing URL file://49/8d/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/77/sstate:libxxf86vm::1.1.5:r0::12:2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b8/c8/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47_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://86/62/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a_packagedata.tar.zst\nDEBUG: Using  for 0c/df/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://0c/df/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3_create_package_spdx.tar.zst\nDEBUG: Searching for af/24/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/ae/4d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/4d/sstate%3Amakedepend-native%3Ax86_64-linux%3A1.0.9%3Ar0%3Ax86_64%3A12%3Aae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4_recipe_qa.tar.zst;downloadfilename=universal/ae/4d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4_recipe_qa.tar.zst\nDEBUG: Testing URL file://43/2d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473_recipe_qa.tar.zst\nDEBUG: Searching for universal/60/ca/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/18/be/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '49/8d/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e_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://ea/8a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:ea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06_package_write_deb.tar.zst\nDEBUG: For url file://b8/c8/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/c8/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A12%3Ab8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47_packagedata.tar.zst;downloadfilename=b8/c8/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/99/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0_recipe_qa.tar.zst\nDEBUG: Searching for ed/70/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0c/df/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for af/24/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3_packagedata.tar.zst\nDEBUG: For url ['file', '', '43/2d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473_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://07/90/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878_create_spdx.tar.zst\nDEBUG: Using  for universal/60/ca/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/60/ca/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/18/be/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/be/sstate%3Alibidn2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A12%3A18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2_recipe_qa.tar.zst;downloadfilename=universal/18/be/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2_recipe_qa.tar.zst\nDEBUG: For url file://49/8d/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/8d/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A12%3A498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e_populate_sysroot.tar.zst;downloadfilename=49/8d/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e_populate_sysroot.tar.zst\nDEBUG: Searching for ea/8a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:ea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3e/99/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://42/87/sstate:libarchive::3.7.4:r0::12:428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0_populate_lic.tar.zst\nDEBUG: Using  for ed/70/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://0c/df/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/df/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3_create_package_spdx.tar.zst;downloadfilename=0c/df/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://af/24/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3_packagedata.tar.zst\nDEBUG: For url file://43/2d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/2d/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A12%3A432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473_recipe_qa.tar.zst;downloadfilename=43/2d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/af/cc/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:afcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1e/63/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/60/ca/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4_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/5d/80/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a_create_package_spdx.tar.zst\nDEBUG: Using  for ea/8a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:ea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06_package_write_deb.tar.zst\nDEBUG: Using  for 3e/99/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ae/4d/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://45/11/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ed/70/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'af/24/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/af/cc/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:afcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1a/68/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:1a68c4068158b7b6e32f24c45447afb3e9b3b78982a27e7b727bec35c732d545_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/a1/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422_create_package_spdx.tar.zst\nDEBUG: For url file://universal/60/ca/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/60/ca/sstate%3Adnf-native%3Ax86_64-linux%3A4.20.0%3Ar0%3Ax86_64%3A12%3A60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/60/ca/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/ba/sstate:libxrender-native::0.9.11:r0::12:a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592_populate_lic.tar.zst\nDEBUG: Testing URL file://ea/8a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:ea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06_package_write_deb.tar.zst\nDEBUG: Testing URL file://3e/99/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://58/31/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6_package_qa.tar.zst\nDEBUG: Searching for 45/11/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ed/70/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a_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/24/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/24/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A12%3Aaf243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3_packagedata.tar.zst;downloadfilename=af/24/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3_packagedata.tar.zst\nDEBUG: Using  for universal/af/cc/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:afcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://15/27/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951_package_write_rpm.tar.zst\nDEBUG: Searching for b7/a1/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a7/ba/sstate:libxrender-native::0.9.11:r0::12:a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ea/8a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:ea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06_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://b8/c8/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47_packagedata.tar.zst\nDEBUG: For url ['file', '', '3e/99/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 58/31/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 45/11/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae_package_write_ipk.tar.zst\nDEBUG: For url file://ed/70/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/70/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3Aed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a_deploy_source_date_epoch.tar.zst;downloadfilename=ed/70/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/af/cc/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:afcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 15/27/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b7/a1/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/18/be/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://49/8d/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:498d07bc3ce12a3742d1ccb7dd10be82710b4d5fa35f11d3389f2ea0534c703e_populate_sysroot.tar.zst\nDEBUG: Using  for a7/ba/sstate:libxrender-native::0.9.11:r0::12:a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592_populate_lic.tar.zst\nDEBUG: For url file://ea/8a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:ea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/8a/sstate%3Aencodings%3Aall-poky-linux%3A1.1.0%3Ar0%3Aallarch%3A12%3Aea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06_package_write_deb.tar.zst;downloadfilename=ea/8a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:ea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://6b/af/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38_package_write_rpm.tar.zst\nDEBUG: For url file://3e/99/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/99/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0_recipe_qa.tar.zst;downloadfilename=3e/99/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0_recipe_qa.tar.zst\nDEBUG: Using  for 58/31/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6_package_qa.tar.zst\nDEBUG: Testing URL file://45/11/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/af/cc/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:afcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29_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 15/27/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b7/a1/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://55/27/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/4b/sstate:gstreamer1.0-plugins-bad::1.24.4:r0::12:f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b_populate_lic.tar.zst\nDEBUG: Testing URL file://a7/ba/sstate:libxrender-native::0.9.11:r0::12:a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592_populate_lic.tar.zst\nDEBUG: Searching for 6b/af/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://43/2d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473_recipe_qa.tar.zst\nDEBUG: Testing URL file://58/31/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/df/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '45/11/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae_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://universal/af/cc/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:afcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/af/cc/sstate%3Apython3-pluggy-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A12%3Aafcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29_deploy_source_date_epoch.tar.zst;downloadfilename=universal/af/cc/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:afcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://15/27/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b7/a1/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 55/27/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f9/4b/sstate:gstreamer1.0-plugins-bad::1.24.4:r0::12:f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a7/ba/sstate:libxrender-native::0.9.11:r0::12:a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6b/af/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/63/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '58/31/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6_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://cc/4d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e_packagedata.tar.zst\nDEBUG: For url file://45/11/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/11/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A12%3A4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae_package_write_ipk.tar.zst;downloadfilename=45/11/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '15/27/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951_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://b7/a1/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/a1/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3Ab7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422_create_package_spdx.tar.zst;downloadfilename=b7/a1/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://af/24/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/60/ca/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:60ca62344dc25892cc83acd77ed23ad88297bb077b729b4376659717b37bf5c4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 55/27/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4_create_package_spdx.tar.zst\nDEBUG: Using  for f9/4b/sstate:gstreamer1.0-plugins-bad::1.24.4:r0::12:f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b_populate_lic.tar.zst\nDEBUG: For url file://a7/ba/sstate:libxrender-native::0.9.11:r0::12:a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/ba/sstate%3Alibxrender-native%3A%3A0.9.11%3Ar0%3A%3A12%3Aa7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592_populate_lic.tar.zst;downloadfilename=a7/ba/sstate:libxrender-native::0.9.11:r0::12:a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592_populate_lic.tar.zst\nDEBUG: Testing URL file://6b/af/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38_package_write_rpm.tar.zst\nDEBUG: Searching for universal/04/63/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://58/31/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/31/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6_package_qa.tar.zst;downloadfilename=58/31/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6_package_qa.tar.zst\nDEBUG: Searching for cc/4d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://15/27/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/27/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A12%3A15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951_package_write_rpm.tar.zst;downloadfilename=15/27/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/70/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:ed70fbb28a03200dc2eea602b0e8756db9cdebb810f23b313c899519e6df988a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://14/3f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/8a/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:ea8a242993529902c259f03f37ad9bdf35b850d3ffa4c5507629db32070e4b06_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://89/97/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa_populate_sysroot.tar.zst\nDEBUG: Testing URL file://55/27/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f9/4b/sstate:gstreamer1.0-plugins-bad::1.24.4:r0::12:f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6b/af/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38_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/04/63/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a_create_spdx.tar.zst\nDEBUG: Using  for cc/4d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/99/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/af/cc/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:afcc27ed9c474f28b01ca44a5f12365e68078909f0e1621f12e33bb513a2da29_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/6c/sstate:gnutls-native::3.8.5:r0::12:3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b_populate_lic.tar.zst\nDEBUG: Searching for 14/3f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://68/fa/sstate:shadow::4.15.1:r0::12:68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da_populate_lic.tar.zst\nDEBUG: Searching for 89/97/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '55/27/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f9/4b/sstate:gstreamer1.0-plugins-bad::1.24.4:r0::12:f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6b/af/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/af/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38_package_write_rpm.tar.zst;downloadfilename=6b/af/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/04/63/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a_create_spdx.tar.zst\nDEBUG: Testing URL file://cc/4d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://97/3d/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://04/94/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9_recipe_qa.tar.zst\nDEBUG: Searching for 3b/6c/sstate:gnutls-native::3.8.5:r0::12:3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 14/3f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306_package.tar.zst\nDEBUG: Searching for 68/fa/sstate:shadow::4.15.1:r0::12:68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 89/97/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa_populate_sysroot.tar.zst\nDEBUG: For url file://55/27/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/27/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.14.4%3Ar0%3Acore2-64%3A12%3A55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4_create_package_spdx.tar.zst;downloadfilename=55/27/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4_create_package_spdx.tar.zst\nDEBUG: For url file://f9/4b/sstate:gstreamer1.0-plugins-bad::1.24.4:r0::12:f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/4b/sstate%3Agstreamer1.0-plugins-bad%3A%3A1.24.4%3Ar0%3A%3A12%3Af94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b_populate_lic.tar.zst;downloadfilename=f9/4b/sstate:gstreamer1.0-plugins-bad::1.24.4:r0::12:f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://45/11/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:4511e3b4eb854d9f03f6e657600cf05589a7d1a1f5f802615111e0e4e5acb9ae_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/04/63/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a_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/4d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e_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://b7/a1/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422_create_package_spdx.tar.zst\nDEBUG: Searching for 97/3d/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 04/94/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3b/6c/sstate:gnutls-native::3.8.5:r0::12:3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b_populate_lic.tar.zst\nDEBUG: Testing URL file://14/3f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306_package.tar.zst\nDEBUG: Using  for 68/fa/sstate:shadow::4.15.1:r0::12:68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da_populate_lic.tar.zst\nDEBUG: Testing URL file://89/97/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/ba/sstate:libxrender-native::0.9.11:r0::12:a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://da/15/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee_recipe_qa.tar.zst\nDEBUG: For url file://universal/04/63/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/63/sstate%3Alibmodulemd-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A12%3A04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a_create_spdx.tar.zst;downloadfilename=universal/04/63/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://58/31/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6_package_qa.tar.zst\nDEBUG: For url file://cc/4d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/4d/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A12%3Acc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e_packagedata.tar.zst;downloadfilename=cc/4d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/fe/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54_package.tar.zst\nDEBUG: Using  for 97/3d/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 04/94/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9_recipe_qa.tar.zst\nDEBUG: Testing URL file://3b/6c/sstate:gnutls-native::3.8.5:r0::12:3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '14/3f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://68/fa/sstate:shadow::4.15.1:r0::12:68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da_populate_lic.tar.zst\nDEBUG: For url ['file', '', '89/97/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa_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/53/44/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for da/15/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://49/2e/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://15/27/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951_package_write_rpm.tar.zst\nDEBUG: Searching for 5f/fe/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://97/3d/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://04/94/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/af/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3b/6c/sstate:gnutls-native::3.8.5:r0::12:3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b_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/3f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/3f/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306_package.tar.zst;downloadfilename=14/3f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306_package.tar.zst\nDEBUG: For url ['file', '', '68/fa/sstate:shadow::4.15.1:r0::12:68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da_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/97/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/97/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A12%3A899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa_populate_sysroot.tar.zst;downloadfilename=89/97/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa_populate_sysroot.tar.zst\nDEBUG: Searching for universal/53/44/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for da/15/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee_recipe_qa.tar.zst\nDEBUG: Searching for 49/2e/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e6/15/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90_package.tar.zst\nDEBUG: Using  for 5f/fe/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54_package.tar.zst\nDEBUG: For url ['file', '', '97/3d/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b_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/94/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9_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://9d/66/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda_populate_sysroot.tar.zst\nDEBUG: For url file://3b/6c/sstate:gnutls-native::3.8.5:r0::12:3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/6c/sstate%3Agnutls-native%3A%3A3.8.5%3Ar0%3A%3A12%3A3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b_populate_lic.tar.zst;downloadfilename=3b/6c/sstate:gnutls-native::3.8.5:r0::12:3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b_populate_lic.tar.zst\nDEBUG: For url file://68/fa/sstate:shadow::4.15.1:r0::12:68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/fa/sstate%3Ashadow%3A%3A4.15.1%3Ar0%3A%3A12%3A68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da_populate_lic.tar.zst;downloadfilename=68/fa/sstate:shadow::4.15.1:r0::12:68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/4b/sstate:gstreamer1.0-plugins-bad::1.24.4:r0::12:f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b_populate_lic.tar.zst\nDEBUG: Using  for universal/53/44/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://55/27/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://da/15/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee_recipe_qa.tar.zst\nDEBUG: Using  for 49/2e/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/04/63/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a_create_spdx.tar.zst\nDEBUG: Searching for e6/15/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5f/fe/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54_package.tar.zst\nDEBUG: For url file://97/3d/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/3d/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A12%3A973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b_deploy_source_date_epoch.tar.zst;downloadfilename=97/3d/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://04/94/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/94/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.22.0%3Ar0%3Acore2-64%3A12%3A049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9_recipe_qa.tar.zst;downloadfilename=04/94/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9_recipe_qa.tar.zst\nDEBUG: Searching for 9d/66/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://da/f5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7_package_qa.tar.zst\nDEBUG: Testing URL file://universal/53/44/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://43/70/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'da/15/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://49/2e/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2c/1b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370_recipe_qa.tar.zst\nDEBUG: Using  for e6/15/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90_package.tar.zst\nDEBUG: For url ['file', '', '5f/fe/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9d/66/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda_populate_sysroot.tar.zst\nDEBUG: Searching for da/f5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cc/4d/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/53/44/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6_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://89/97/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:899790c7d8a2f7d6dc6160d57b65a8b1c09a48dd130aee5315970ef717e866aa_populate_sysroot.tar.zst\nDEBUG: Searching for 43/70/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://14/3f/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:143f8db7cc38a111bb9251cfed557b252e401cf8276446e994fc6a4244425306_package.tar.zst\nDEBUG: For url file://da/15/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/15/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A12%3Ada150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee_recipe_qa.tar.zst;downloadfilename=da/15/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '49/2e/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/2c/1b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e6/15/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90_package.tar.zst\nDEBUG: For url file://5f/fe/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/fe/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54_package.tar.zst;downloadfilename=5f/fe/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54_package.tar.zst\nDEBUG: Testing URL file://9d/66/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda_populate_sysroot.tar.zst\nDEBUG: Using  for da/f5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://01/72/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a_populate_sysroot.tar.zst\nDEBUG: For url file://universal/53/44/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/44/sstate%3Apython3-pathlib2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A12%3A5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6_deploy_source_date_epoch.tar.zst;downloadfilename=universal/53/44/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6f/27/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 43/70/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/20/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:bc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515_package_write_ipk.tar.zst\nDEBUG: For url file://49/2e/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/2e/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A12%3A492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308_package_write_ipk.tar.zst;downloadfilename=49/2e/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308_package_write_ipk.tar.zst\nDEBUG: Using  for universal/2c/1b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e6/15/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9d/66/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://da/f5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7_package_qa.tar.zst\nDEBUG: Searching for 01/72/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3b/6c/sstate:gnutls-native::3.8.5:r0::12:3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://68/fa/sstate:shadow::4.15.1:r0::12:68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da_populate_lic.tar.zst\nDEBUG: Searching for universal/6f/27/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://43/70/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://97/3d/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:973d11b483138faa761a82bcc4382320be45fb748d333278e5467ea3ead1320b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for bc/20/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:bc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/2c/1b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370_recipe_qa.tar.zst\nDEBUG: For url file://e6/15/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/15/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A12%3Ae615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90_package.tar.zst;downloadfilename=e6/15/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90_package.tar.zst\nDEBUG: SState: Successful fetch test for file://04/94/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9_recipe_qa.tar.zst\nDEBUG: For url file://9d/66/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/66/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.15.1%3Ar0%3Acore2-64%3A12%3A9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda_populate_sysroot.tar.zst;downloadfilename=9d/66/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'da/f5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 01/72/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://01/72/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/88/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d_packagedata.tar.zst\nDEBUG: Using  for universal/6f/27/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '43/70/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5_create_package_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://6e/cd/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5_package_write_ipk.tar.zst\nDEBUG: Using  for bc/20/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:bc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/2c/1b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370_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/07/04/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://da/f5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/f5/sstate%3Atzdata%3Aall-poky-linux%3A2024a%3Ar0%3Aallarch%3A12%3Adaf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7_package_qa.tar.zst;downloadfilename=da/f5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/da/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:cedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '01/72/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a_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://5f/fe/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:5ffe230aea74794a3f3e5968b7238039441da791d15185804749d5ab3c223c54_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/44/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:5344bc7b0ac90856a6104b7d0f9cbe8482c4f0fa7917c923d88538f5142b73f6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c3/88/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/6f/27/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://43/70/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/70/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.13%3Ar0%3Acore2-64%3A12%3A437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5_create_package_spdx.tar.zst;downloadfilename=43/70/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5_create_package_spdx.tar.zst\nDEBUG: Searching for 6e/cd/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://bc/20/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:bc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515_package_write_ipk.tar.zst\nDEBUG: For url file://universal/2c/1b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2c/1b/sstate%3Akern-tools-native%3Ax86_64-linux%3A0.3%2Bgit%3Ar0%3Ax86_64%3A12%3A2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370_recipe_qa.tar.zst;downloadfilename=universal/2c/1b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370_recipe_qa.tar.zst\nDEBUG: Searching for universal/07/04/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ce/da/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:cedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://01/72/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/72/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A12%3A0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a_populate_sysroot.tar.zst;downloadfilename=01/72/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/54/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c3/88/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/6f/27/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764_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 6e/cd/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'bc/20/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:bc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515_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://49/2e/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:492eea899439fe6b5ad060454c287763aaa1387ddcfc3da569041dd2cf961308_package_write_ipk.tar.zst\nDEBUG: Using  for universal/07/04/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ce/da/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:cedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/15/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:e615d393552bc6af214f19b911da14164929a683dfd7306b9fad6310adb9bd90_package.tar.zst\nDEBUG: SState: Successful fetch test for file://da/15/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee_recipe_qa.tar.zst\nDEBUG: Searching for e7/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d4/54/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c3/88/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/66/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda_populate_sysroot.tar.zst\nDEBUG: For url file://universal/6f/27/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/27/sstate%3Agdk-pixbuf-native%3Ax86_64-linux%3A2.42.12%3Ar0%3Ax86_64%3A12%3A6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764_deploy_source_date_epoch.tar.zst;downloadfilename=universal/6f/27/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://6e/cd/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5_package_write_ipk.tar.zst\nDEBUG: For url file://bc/20/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:bc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/20/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Abc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515_package_write_ipk.tar.zst;downloadfilename=bc/20/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:bc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c6/62/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:c66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/07/04/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ce/da/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:cedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/17/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/f5/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205_package_write_rpm.tar.zst\nDEBUG: Using  for e7/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d4/54/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c3/88/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d_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/ce/b2/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '6e/cd/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/c6/62/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:c66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/07/04/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294_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://da/f5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ce/da/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:cedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3d/17/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c8/f5/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e7/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d4/54/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c3/88/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/88/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Ac3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d_packagedata.tar.zst;downloadfilename=c3/88/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d_packagedata.tar.zst\nDEBUG: Searching for universal/ce/b2/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6e/cd/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/cd/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A12%3A6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5_package_write_ipk.tar.zst;downloadfilename=6e/cd/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5_package_write_ipk.tar.zst\nDEBUG: Using  for universal/c6/62/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:c66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/07/04/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/07/04/sstate%3Aat-spi2-core-native%3Ax86_64-linux%3A2.52.0%3Ar0%3Ax86_64%3A12%3A07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294_deploy_source_date_epoch.tar.zst;downloadfilename=universal/07/04/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://02/85/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814_populate_sysroot.tar.zst\nDEBUG: For url file://ce/da/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:cedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/da/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Acedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30_package_write_deb.tar.zst;downloadfilename=ce/da/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:cedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30_package_write_deb.tar.zst\nDEBUG: Using  for 3d/17/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721_package.tar.zst\nDEBUG: Using  for c8/f5/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e7/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62_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/54/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80_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/ce/b2/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://43/70/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/c6/62/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:c66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://01/72/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:0172fb33129cebc9a89d4db867874a74be57ccf8a4a16d30fea067b276a0001a_populate_sysroot.tar.zst\nDEBUG: Searching for 02/85/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/2c/1b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:2c1bf960014373e885ea6192d7a3f9fb2f11bb3fee1e037890fd943286770370_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/17/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721_package.tar.zst\nDEBUG: Testing URL file://c8/f5/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205_package_write_rpm.tar.zst\nDEBUG: For url file://e7/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/5c/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A12%3Ae75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62_deploy_source_date_epoch.tar.zst;downloadfilename=e7/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6f/27/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:6f27b4e5f89b397ce47adc3dd8c4c51e04e4ddf6767590aabced71a35d123764_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/20/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:bc208687598b2ba10a0c7dd275296b062aa8661384fcecf6e21e1b30d1d61515_package_write_ipk.tar.zst\nDEBUG: For url file://d4/54/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/54/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3Ad454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80_deploy_source_date_epoch.tar.zst;downloadfilename=d4/54/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/ce/b2/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/d1/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c6/62/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:c66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357_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://1f/2a/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa_recipe_qa.tar.zst\nDEBUG: Using  for 02/85/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fc/4a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3d/17/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c8/f5/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205_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://a0/99/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/ce/b2/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f3/d1/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/c6/62/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:c66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c6/62/sstate%3Aspirv-headers-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3Ac66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c6/62/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:c66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/88/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d_packagedata.tar.zst\nDEBUG: Searching for 1f/2a/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://02/85/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814_populate_sysroot.tar.zst\nDEBUG: Searching for universal/fc/4a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3d/17/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/17/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A12%3A3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721_package.tar.zst;downloadfilename=3d/17/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721_package.tar.zst\nDEBUG: For url file://c8/f5/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/f5/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.7%3Ar0%3Acore2-64%3A12%3Ac8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205_package_write_rpm.tar.zst;downloadfilename=c8/f5/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205_package_write_rpm.tar.zst\nDEBUG: Searching for a0/99/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c6/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/ce/b2/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ce/b2/sstate%3Ashared-mime-info-native%3Ax86_64-linux%3A2.4%3Ar0%3Ax86_64%3A12%3Aceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8_create_package_spdx.tar.zst;downloadfilename=universal/ce/b2/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8_create_package_spdx.tar.zst\nDEBUG: Using  for f3/d1/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/b1/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:fcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/cd/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:6ecd3aac75c53d9e6e7ba40b5dfcf144c1b8adbf9e743adc7a253b62e2de92f5_package_write_ipk.tar.zst\nDEBUG: Using  for 1f/2a/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '02/85/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/fc/4a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941_create_spdx.tar.zst\nDEBUG: Using  for a0/99/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/da/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:cedad334b1aa9d75a03764129c42304ad5e7522eaea2ccf4bda202637e8f8d30_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/07/04/sstate:at-spi2-core-native:x86_64-linux:2.52.0:r0:x86_64:12:07045aa8cad8b4655955227a8105fc4f7d0c734f8df7819e776c77ffd80b6294_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c6/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783_package_qa.tar.zst\nDEBUG: Testing URL file://f3/d1/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475_create_package_spdx.tar.zst\nDEBUG: Searching for fc/b1/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:fcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e7/5c/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:e75cd1c46abd578d958214753b58fcf92364e2722dee9cca4b6c5788a2303a62_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/a8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:cda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21_package_write_deb.tar.zst\nDEBUG: Testing URL file://1f/2a/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa_recipe_qa.tar.zst\nDEBUG: For url file://02/85/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/85/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A12%3A028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814_populate_sysroot.tar.zst;downloadfilename=02/85/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/fc/4a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941_create_spdx.tar.zst\nDEBUG: Testing URL file://a0/99/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/e1/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/22/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd_package_write_deb.tar.zst\nDEBUG: Testing URL file://c6/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f3/d1/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fc/b1/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:fcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba_package.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/74/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09_package_write_rpm.tar.zst\nDEBUG: Searching for cd/a8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:cda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1f/2a/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa_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/fc/4a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941_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/99/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979_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/54/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:d454d6a95b157ccc8efbbec7ff893028d63f51b4000bdd7122401bef2a46ae80_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1c/e1/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1c/22/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c6/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783_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/d1/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/d1/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.6%3Ar0%3Acore2-64%3A12%3Af3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475_create_package_spdx.tar.zst;downloadfilename=f3/d1/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475_create_package_spdx.tar.zst\nDEBUG: Testing URL file://fc/b1/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:fcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba_package.tar.zst\nDEBUG: Searching for 1a/74/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cd/a8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:cda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21_package_write_deb.tar.zst\nDEBUG: For url file://1f/2a/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/2a/sstate%3Afmt%3Acore2-64-poky-linux%3A10.2.1%3Ar0%3Acore2-64%3A12%3A1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa_recipe_qa.tar.zst;downloadfilename=1f/2a/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa_recipe_qa.tar.zst\nDEBUG: For url file://universal/fc/4a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fc/4a/sstate%3Alibssh2-native%3Ax86_64-linux%3A1.11.0%3Ar0%3Ax86_64%3A12%3Afc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941_create_spdx.tar.zst;downloadfilename=universal/fc/4a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941_create_spdx.tar.zst\nDEBUG: For url file://a0/99/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/99/sstate%3Acurl%3Acore2-64-poky-linux%3A8.8.0%3Ar0%3Acore2-64%3A12%3Aa099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979_packagedata.tar.zst;downloadfilename=a0/99/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/30/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37_package_write_deb.tar.zst\nDEBUG: Using  for 1c/e1/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1c/22/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd_package_write_deb.tar.zst\nDEBUG: For url file://c6/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/d4/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3Ac6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783_package_qa.tar.zst;downloadfilename=c6/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783_package_qa.tar.zst\nDEBUG: For url ['file', '', 'fc/b1/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:fcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1a/74/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09_package_write_rpm.tar.zst\nDEBUG: Testing URL file://cd/a8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:cda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/f5/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ce/b2/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/17/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:3d1724fb2cc14bdc7eb6b64d8f935da0812cffe9e59ca38240aca0e2c0999721_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c6/62/sstate:spirv-headers-native:x86_64-linux:1.3.283.0:r0:x86_64:12:c66257d55d27ec5e1b3811cb953ac235e841671b2fbb58d6e281374565a61357_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8b/30/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1c/e1/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1c/22/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd_package_write_deb.tar.zst\nDEBUG: For url file://fc/b1/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:fcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/b1/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A12%3Afcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba_package.tar.zst;downloadfilename=fc/b1/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:fcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba_package.tar.zst\nDEBUG: Testing URL file://1a/74/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://02/85/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:028510ab50b6564c0c25c9e60db35880810cfdf99a97fe3f9756fb414ae20814_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'cd/a8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:cda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21_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://universal/95/fc/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/cf/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/e3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/89/94/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363_recipe_qa.tar.zst\nDEBUG: Using  for 8b/30/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '1c/e1/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82_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', '', '1c/22/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd_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', '', '1a/74/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09_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://cc/45/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748_recipe_qa.tar.zst\nDEBUG: For url file://cd/a8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:cda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/a8/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A12%3Acda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21_package_write_deb.tar.zst;downloadfilename=cd/a8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:cda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21_package_write_deb.tar.zst\nDEBUG: Searching for universal/95/fc/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b5/cf/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c2/e3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/89/94/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://8b/30/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37_package_write_deb.tar.zst\nDEBUG: For url file://1c/e1/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/e1/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A12%3A1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82_deploy_source_date_epoch.tar.zst;downloadfilename=1c/e1/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1c/22/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/22/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A12%3A1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd_package_write_deb.tar.zst;downloadfilename=1c/22/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd_package_write_deb.tar.zst\nDEBUG: For url file://1a/74/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/74/sstate%3Alibmodulemd%3Acore2-64-poky-linux%3A2.15.0%3Ar0%3Acore2-64%3A12%3A1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09_package_write_rpm.tar.zst;downloadfilename=1a/74/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09_package_write_rpm.tar.zst\nDEBUG: Searching for cc/45/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/95/fc/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4_recipe_qa.tar.zst\nDEBUG: Using  for b5/cf/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/d1/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475_create_package_spdx.tar.zst\nDEBUG: Using  for c2/e3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e_package.tar.zst\nDEBUG: Using  for universal/89/94/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8b/30/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37_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://universal/fc/4a/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/99/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979_packagedata.tar.zst\nDEBUG: Using  for cc/45/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/d4/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783_package_qa.tar.zst\nDEBUG: Testing URL file://universal/95/fc/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/2a/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa_recipe_qa.tar.zst\nDEBUG: Testing URL file://b5/cf/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/e6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa_create_spdx.tar.zst\nDEBUG: Testing URL file://c2/e3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e_package.tar.zst\nDEBUG: Testing URL file://universal/89/94/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363_recipe_qa.tar.zst\nDEBUG: For url file://8b/30/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/30/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37_package_write_deb.tar.zst;downloadfilename=8b/30/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/e7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/ff/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328_create_spdx.tar.zst\nDEBUG: Testing URL file://cc/45/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:b341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/95/fc/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4_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/d2/a0/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:d2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b5/cf/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0d/e6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c2/e3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/89/94/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a1/e7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cb/ff/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fc/b1/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:fcb15129c5283fdaad6b329e888817551344ceab386b438757c72376c7b1fbba_package.tar.zst\nDEBUG: For url ['file', '', 'cc/45/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b3/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:b341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/95/fc/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/95/fc/sstate%3Ashaderc-native%3Ax86_64-linux%3A2024.1%3Ar0%3Ax86_64%3A12%3A95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4_recipe_qa.tar.zst;downloadfilename=universal/95/fc/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4_recipe_qa.tar.zst\nDEBUG: Searching for universal/d2/a0/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:d2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b5/cf/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/cf/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3Ab5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494_create_spdx.tar.zst;downloadfilename=b5/cf/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494_create_spdx.tar.zst\nDEBUG: Using  for 0d/e6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa_create_spdx.tar.zst\nDEBUG: For url file://c2/e3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/e3/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A12%3Ac2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e_package.tar.zst;downloadfilename=c2/e3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e_package.tar.zst\nDEBUG: For url file://universal/89/94/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/89/94/sstate%3Alibxtst-native%3Ax86_64-linux%3A1.2.4%3Ar0%3Ax86_64%3A12%3A8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363_recipe_qa.tar.zst;downloadfilename=universal/89/94/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363_recipe_qa.tar.zst\nDEBUG: Using  for a1/e7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8_package_write_deb.tar.zst\nDEBUG: Using  for cb/ff/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/54/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a_populate_sysroot.tar.zst\nDEBUG: For url file://cc/45/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cc/45/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A12%3Acc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748_recipe_qa.tar.zst;downloadfilename=cc/45/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748_recipe_qa.tar.zst\nDEBUG: Using  for b3/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:b341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/d2/a0/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:d2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://cd/a8/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:cda890403872db516df22871cec0026eb93ea8f467295f35532b4185202c0e21_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/e1/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:1ce17c1971d8f152d89861304b9ed713ca3ea3bc40bc8537e4897ded6ca2db82_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0d/e6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/74/sstate:libmodulemd:core2-64-poky-linux:2.15.0:r0:core2-64:12:1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/22/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:1c22f1eecfaffba1eaffec52a41cf27c361a777441e2228b8a9cffbaa84940fd_package_write_deb.tar.zst\nDEBUG: Testing URL file://a1/e7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8_package_write_deb.tar.zst\nDEBUG: Testing URL file://cb/ff/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328_create_spdx.tar.zst\nDEBUG: Searching for e2/54/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8b/30/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b303fce11afcd66db3e75762a53c8513eba51ff0223f6a97b01fd91aa0d4a37_package_write_deb.tar.zst\nDEBUG: Testing URL file://b3/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:b341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/d2/a0/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:d2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/f7/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/3e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '0d/e6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa_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://e9/ea/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/d9/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'a1/e7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8_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', '', 'cb/ff/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e2/54/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://60/80/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b3/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:b341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61_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/d2/a0/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:d2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229_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/95/fc/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:95fcdf93be246670a55d830b66be3352d449431aceb47c6a78c344748f8ccfb4_recipe_qa.tar.zst\nDEBUG: Searching for f0/f7/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d0/3e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0d/e6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/e6/sstate%3Alibedit%3Acore2-64-poky-linux%3A20240517-3.1%3Ar0%3Acore2-64%3A12%3A0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa_create_spdx.tar.zst;downloadfilename=0d/e6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa_create_spdx.tar.zst\nDEBUG: Searching for e9/ea/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6f/d9/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a1/e7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/e7/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A12%3Aa1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8_package_write_deb.tar.zst;downloadfilename=a1/e7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8_package_write_deb.tar.zst\nDEBUG: For url file://cb/ff/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/ff/sstate%3Ashadow-sysroot%3Acore2-64-poky-linux%3A4.6%3Ar0%3Acore2-64%3A12%3Acbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328_create_spdx.tar.zst;downloadfilename=cb/ff/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328_create_spdx.tar.zst\nDEBUG: Testing URL file://e2/54/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a_populate_sysroot.tar.zst\nDEBUG: Searching for 60/80/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b3/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:b341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/41/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A12%3Ab341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61_deploy_source_date_epoch.tar.zst;downloadfilename=b3/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:b341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/d2/a0/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:d2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d2/a0/sstate%3Abc-native%3Ax86_64-linux%3A1.07.1%3Ar0%3Ax86_64%3A12%3Ad2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229_populate_sysroot.tar.zst;downloadfilename=universal/d2/a0/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:d2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://83/dd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49_populate_sysroot.tar.zst\nDEBUG: Using  for f0/f7/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e_package_qa.tar.zst\nDEBUG: Using  for d0/3e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b_recipe_qa.tar.zst\nDEBUG: Using  for e9/ea/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/cf/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494_create_spdx.tar.zst\nDEBUG: Using  for 6f/d9/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e2/54/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a_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://c2/e3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c2e35c73cae9e4ef9de52d8e053eb500820941ca4c3badc87830e98132bfcd4e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/89/94/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363_recipe_qa.tar.zst\nDEBUG: Using  for 60/80/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064_packagedata.tar.zst\nDEBUG: Searching for 83/dd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cc/45/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748_recipe_qa.tar.zst\nDEBUG: Testing URL file://f0/f7/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e_package_qa.tar.zst\nDEBUG: Testing URL file://d0/3e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b_recipe_qa.tar.zst\nDEBUG: Testing URL file://e9/ea/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/18/4d/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf_create_spdx.tar.zst\nDEBUG: Testing URL file://6f/d9/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55_package_write_deb.tar.zst\nDEBUG: For url file://e2/54/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/54/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A12%3Ae2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a_populate_sysroot.tar.zst;downloadfilename=e2/54/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/f6/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/db/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c_package.tar.zst\nDEBUG: Testing URL file://60/80/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064_packagedata.tar.zst\nDEBUG: Using  for 83/dd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/71/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'f0/f7/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd0/3e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b_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/ea/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/18/4d/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6f/d9/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3e/f6/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2d/db/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '60/80/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://83/dd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49_populate_sysroot.tar.zst\nDEBUG: Searching for 2c/71/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f0/f7/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/f7/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Af0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e_package_qa.tar.zst;downloadfilename=f0/f7/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e_package_qa.tar.zst\nDEBUG: For url file://d0/3e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/3e/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A12%3Ad03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b_recipe_qa.tar.zst;downloadfilename=d0/3e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b_recipe_qa.tar.zst\nDEBUG: For url file://e9/ea/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/ea/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Ae9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9_package_qa.tar.zst;downloadfilename=e9/ea/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9_package_qa.tar.zst\nDEBUG: Using  for universal/18/4d/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf_create_spdx.tar.zst\nDEBUG: For url file://6f/d9/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/d9/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A12%3A6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55_package_write_deb.tar.zst;downloadfilename=6f/d9/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55_package_write_deb.tar.zst\nDEBUG: Using  for 3e/f6/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045_create_package_spdx.tar.zst\nDEBUG: Using  for 2d/db/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c_package.tar.zst\nDEBUG: For url file://60/80/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/80/sstate%3Aencodings%3Aall-poky-linux%3A1.1.0%3Ar0%3Aallarch%3A12%3A60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064_packagedata.tar.zst;downloadfilename=60/80/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064_packagedata.tar.zst\nDEBUG: For url ['file', '', '83/dd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2c/71/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/e7/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:a1e75bcc97f06a9f4d40df7cf952fe8077e539c832cdf47d7fa7c5d91029a4b8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/ff/sstate:shadow-sysroot:core2-64-poky-linux:4.6:r0:core2-64:12:cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/18/4d/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/e6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:b341aadf413b94105059401d288e2da38dc804d042772627d625ff60f7347a61_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3e/f6/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2d/db/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d2/a0/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:d2a0a6fdd2e7896e1b62855bd0775bfb776b19d0a79fcca24d20369f2abbc229_populate_sysroot.tar.zst\nDEBUG: For url file://83/dd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/dd/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.2%3Ar0%3Acore2-64%3A12%3A83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49_populate_sysroot.tar.zst;downloadfilename=83/dd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2c/71/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/54/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/c0/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://46/92/sstate:attr::2.5.2:r0::12:46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/18/4d/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf_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://7c/7b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://85/80/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3e/f6/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2d/db/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c_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://46/a7/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '2c/71/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5_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://universal/73/2c/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456_populate_sysroot.tar.zst\nDEBUG: Searching for 2a/c0/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 46/92/sstate:attr::2.5.2:r0::12:46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/18/4d/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/4d/sstate%3Ajson-c-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A12%3A184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf_create_spdx.tar.zst;downloadfilename=universal/18/4d/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf_create_spdx.tar.zst\nDEBUG: Searching for 7c/7b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 85/80/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3e/f6/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/f6/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045_create_package_spdx.tar.zst;downloadfilename=3e/f6/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045_create_package_spdx.tar.zst\nDEBUG: For url file://2d/db/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/db/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c_package.tar.zst;downloadfilename=2d/db/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c_package.tar.zst\nDEBUG: Searching for 46/a7/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2c/71/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/71/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5_package_write_ipk.tar.zst;downloadfilename=2c/71/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5_package_write_ipk.tar.zst\nDEBUG: Searching for universal/73/2c/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2a/c0/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630_populate_sysroot.tar.zst\nDEBUG: Using  for 46/92/sstate:attr::2.5.2:r0::12:46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790_populate_lic.tar.zst\nDEBUG: Using  for 7c/7b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec_create_package_spdx.tar.zst\nDEBUG: Using  for 85/80/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/3e/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/f7/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/ea/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9_package_qa.tar.zst\nDEBUG: Using  for 46/a7/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://60/80/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064_packagedata.tar.zst\nDEBUG: Using  for universal/73/2c/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/d9/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:6fd99cbb4581ce795774a7909e27737968d498463edb0f6059a0ed11a4bbcf55_package_write_deb.tar.zst\nDEBUG: Testing URL file://2a/c0/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630_populate_sysroot.tar.zst\nDEBUG: Testing URL file://46/92/sstate:attr::2.5.2:r0::12:46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790_populate_lic.tar.zst\nDEBUG: Testing URL file://7c/7b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec_create_package_spdx.tar.zst\nDEBUG: Testing URL file://85/80/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://86/47/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/79/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/32/70/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07_create_spdx.tar.zst\nDEBUG: Testing URL file://46/a7/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://52/73/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/73/2c/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5c/9b/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2a/c0/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630_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/92/sstate:attr::2.5.2:r0::12:46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7c/7b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '85/80/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 86/47/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for aa/79/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/32/70/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '46/a7/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8_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://83/dd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49_populate_sysroot.tar.zst\nDEBUG: Searching for 52/73/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/73/2c/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/5c/9b/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2a/c0/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/c0/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A12%3A2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630_populate_sysroot.tar.zst;downloadfilename=2a/c0/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630_populate_sysroot.tar.zst\nDEBUG: For url file://46/92/sstate:attr::2.5.2:r0::12:46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/92/sstate%3Aattr%3A%3A2.5.2%3Ar0%3A%3A12%3A46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790_populate_lic.tar.zst;downloadfilename=46/92/sstate:attr::2.5.2:r0::12:46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790_populate_lic.tar.zst\nDEBUG: For url file://7c/7b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/7b/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A12%3A7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec_create_package_spdx.tar.zst;downloadfilename=7c/7b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec_create_package_spdx.tar.zst\nDEBUG: For url file://85/80/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/80/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.70%3Ar0%3Acore2-64%3A12%3A858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f_package_write_rpm.tar.zst;downloadfilename=85/80/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f_package_write_rpm.tar.zst\nDEBUG: Using  for 86/47/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5_package_write_ipk.tar.zst\nDEBUG: Using  for aa/79/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad_package_qa.tar.zst\nDEBUG: Using  for universal/32/70/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07_create_spdx.tar.zst\nDEBUG: For url file://46/a7/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/a7/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A46.0%3Ar0%3Aallarch%3A12%3A46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8_package_write_ipk.tar.zst;downloadfilename=46/a7/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://40/42/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0_create_spdx.tar.zst\nDEBUG: Using  for 52/73/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/73/2c/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/73/2c/sstate%3Alibmicrohttpd-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3A732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456_populate_sysroot.tar.zst;downloadfilename=universal/73/2c/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456_populate_sysroot.tar.zst\nDEBUG: Using  for universal/5c/9b/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/18/4d/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/db/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:2ddb8bf1b215db437f5f49a830c446dca140235f4cdf271719bf3fe8e0f4f12c_package.tar.zst\nDEBUG: Testing URL file://86/47/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://aa/79/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad_package_qa.tar.zst\nDEBUG: Testing URL file://universal/32/70/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/f6/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/71/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:2c7181f44d2bd9d97e8bd3d00a01c59909ff9ffd01d182faebc83217b6bcf4e5_package_write_ipk.tar.zst\nDEBUG: Searching for 40/42/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://52/73/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/5c/9b/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/38/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/d5/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '86/47/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5_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', '', 'aa/79/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad_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/32/70/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07_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://ca/e8/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://21/67/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3_package_write_rpm.tar.zst\nDEBUG: Using  for 40/42/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0_create_spdx.tar.zst\nDEBUG: For url ['file', '', '52/73/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429_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/5c/9b/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1b/38/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9d/d5/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://86/47/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/47/sstate%3Autfcpp%3Acore2-64-poky-linux%3A4.0.5%3Ar0%3Acore2-64%3A12%3A86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5_package_write_ipk.tar.zst;downloadfilename=86/47/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5_package_write_ipk.tar.zst\nDEBUG: For url file://aa/79/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/79/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A12%3Aaa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad_package_qa.tar.zst;downloadfilename=aa/79/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad_package_qa.tar.zst\nDEBUG: For url file://universal/32/70/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/32/70/sstate%3Aunfs3-native%3Ax86_64-linux%3A0.10.0%3Ar0%3Ax86_64%3A12%3A3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07_create_spdx.tar.zst;downloadfilename=universal/32/70/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07_create_spdx.tar.zst\nDEBUG: Searching for ca/e8/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 21/67/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://40/42/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0_create_spdx.tar.zst\nDEBUG: For url file://52/73/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/73/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A12%3A5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429_deploy_source_date_epoch.tar.zst;downloadfilename=52/73/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/5c/9b/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5c/9b/sstate%3Alibcheck-native%3Ax86_64-linux%3A0.15.2%3Ar0%3Ax86_64%3A12%3A5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110_create_package_spdx.tar.zst;downloadfilename=universal/5c/9b/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110_create_package_spdx.tar.zst\nDEBUG: Using  for 1b/38/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683_create_package_spdx.tar.zst\nDEBUG: Using  for 9d/d5/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6_package_write_rpm.tar.zst\nDEBUG: Using  for ca/e8/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://46/92/sstate:attr::2.5.2:r0::12:46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790_populate_lic.tar.zst\nDEBUG: Using  for 21/67/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://85/80/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '40/42/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0_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://7c/7b/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/c0/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:2ac0a3092e411e3eb0dd2410a6308dda3dbcf10a31814f38ea8347ccd3790630_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1b/38/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/73/2c/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9d/d5/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://46/a7/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:46a77a3be92eba8ae87a9fc30f287ecf0976215e99af54b76d7a0cbe49eb9bd8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ca/e8/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5e/65/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22_create_package_spdx.tar.zst\nDEBUG: Testing URL file://21/67/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://61/2b/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751_package_write_ipk.tar.zst\nDEBUG: For url file://40/42/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/42/sstate%3Anpth%3Acore2-64-poky-linux%3A1.7%3Ar0%3Acore2-64%3A12%3A404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0_create_spdx.tar.zst;downloadfilename=40/42/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5d/a7/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/97/de/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1b/38/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683_create_package_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://51/e7/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f_package_qa.tar.zst\nDEBUG: For url ['file', '', '9d/d5/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6_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/b9/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ca/e8/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/5e/65/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '21/67/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3_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/2b/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/5d/a7/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/97/de/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://86/47/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:86475b39051d0fdd8f752edc2caefbcade84a8a89177506345a6444a59773de5_package_write_ipk.tar.zst\nDEBUG: For url file://1b/38/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/38/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.57.1%3Ar0%3Acore2-64%3A12%3A1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683_create_package_spdx.tar.zst;downloadfilename=1b/38/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683_create_package_spdx.tar.zst\nDEBUG: Searching for 51/e7/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9d/d5/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/d5/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6_package_write_rpm.tar.zst;downloadfilename=9d/d5/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6_package_write_rpm.tar.zst\nDEBUG: Searching for f6/b9/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ca/e8/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/e8/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A12%3Acae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596_create_spdx.tar.zst;downloadfilename=ca/e8/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596_create_spdx.tar.zst\nDEBUG: Using  for universal/5e/65/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22_create_package_spdx.tar.zst\nDEBUG: For url file://21/67/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/67/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A12%3A2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3_package_write_rpm.tar.zst;downloadfilename=21/67/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3_package_write_rpm.tar.zst\nDEBUG: Using  for 61/2b/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751_package_write_ipk.tar.zst\nDEBUG: Using  for universal/5d/a7/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/97/de/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/d5/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:a5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec_package_write_ipk.tar.zst\nDEBUG: Using  for 51/e7/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://aa/79/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad_package_qa.tar.zst\nDEBUG: Using  for f6/b9/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/5e/65/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://52/73/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:5273d9b8632faba79a53bbf7ab57b8d2617dc2e55211a71d8e04a11da0cee429_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/32/70/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07_create_spdx.tar.zst\nDEBUG: Testing URL file://61/2b/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/5d/a7/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5c/9b/sstate:libcheck-native:x86_64-linux:0.15.2:r0:x86_64:12:5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/97/de/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a5/d5/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:a5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://51/e7/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/c8/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f6/b9/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/5e/65/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22_create_package_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://ed/2a/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://98/94/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '61/2b/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751_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', '', 'universal/5d/a7/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed_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://50/d8/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/97/de/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19_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 a5/d5/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:a5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '51/e7/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9d/c8/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f6/b9/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea_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://40/42/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0_create_spdx.tar.zst\nDEBUG: For url file://universal/5e/65/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5e/65/sstate%3Afont-util-native%3Ax86_64-linux%3A1.4.1%3Ar0%3Ax86_64%3A12%3A5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22_create_package_spdx.tar.zst;downloadfilename=universal/5e/65/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22_create_package_spdx.tar.zst\nDEBUG: Searching for ed/2a/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 98/94/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://61/2b/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/2b/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A12%3A612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751_package_write_ipk.tar.zst;downloadfilename=61/2b/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751_package_write_ipk.tar.zst\nDEBUG: For url file://universal/5d/a7/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5d/a7/sstate%3Apython3-trove-classifiers-native%3Ax86_64-linux%3A2024.5.22%3Ar0%3Ax86_64%3A12%3A5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5d/a7/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 50/d8/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/97/de/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/97/de/sstate%3Apython3-pathspec-native%3Ax86_64-linux%3A0.12.1%3Ar0%3Ax86_64%3A12%3A97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19_deploy_source_date_epoch.tar.zst;downloadfilename=universal/97/de/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a5/d5/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:a5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec_package_write_ipk.tar.zst\nDEBUG: For url file://51/e7/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/e7/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f_package_qa.tar.zst;downloadfilename=51/e7/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f_package_qa.tar.zst\nDEBUG: Using  for 9d/c8/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1_populate_sysroot.tar.zst\nDEBUG: For url file://f6/b9/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/b9/sstate%3Ahicolor-icon-theme%3Aall-poky-linux%3A0.17%3Ar0%3Aallarch%3A12%3Af6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea_create_spdx.tar.zst;downloadfilename=f6/b9/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/0b/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde_package.tar.zst\nDEBUG: Using  for ed/2a/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/38/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683_create_package_spdx.tar.zst\nDEBUG: Using  for 98/94/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf_recipe_qa.tar.zst\nDEBUG: Using  for 50/d8/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/e8/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/d5/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://21/67/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a5/d5/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:a5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec_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://9d/c8/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1_populate_sysroot.tar.zst\nDEBUG: Searching for b5/0b/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ed/2a/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/30/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://98/94/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf_recipe_qa.tar.zst\nDEBUG: Testing URL file://50/d8/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/54/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/dc/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:a6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/1d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a5/d5/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:a5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/d5/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3Aa5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec_package_write_ipk.tar.zst;downloadfilename=a5/d5/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:a5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '9d/c8/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b5/0b/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde_package.tar.zst\nDEBUG: For url ['file', '', 'ed/2a/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab_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://61/2b/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:612be9f4f0449e28445f3a243c3337038f04ae5e433ee7b4e37bcd15a2a4e751_package_write_ipk.tar.zst\nDEBUG: Searching for 8b/30/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '98/94/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf_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/5e/65/sstate:font-util-native:x86_64-linux:1.4.1:r0:x86_64:12:5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '50/d8/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f3/54/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a6/dc/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:a6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2d/1d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9d/c8/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/c8/sstate%3Alibedit%3Acore2-64-poky-linux%3A20240517-3.1%3Ar0%3Acore2-64%3A12%3A9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1_populate_sysroot.tar.zst;downloadfilename=9d/c8/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/97/de/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:97de0850b6ed36309a3cd2f1b8851ca6c9136805ba2c47740ac61d7c6bc29c19_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b5/0b/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5d/a7/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5da72996994893652a35a8b0d46ece37e228ac4a6dea421d1b163ba09a86c1ed_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ed/2a/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/2a/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.8.2%3Ar0%3Acore2-64%3A12%3Aed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab_package_write_deb.tar.zst;downloadfilename=ed/2a/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://40/13/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d_package_write_ipk.tar.zst\nDEBUG: Using  for 8b/30/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d_package_write_ipk.tar.zst\nDEBUG: For url file://98/94/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/94/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A12%3A9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf_recipe_qa.tar.zst;downloadfilename=98/94/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/6d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559_recipe_qa.tar.zst\nDEBUG: For url file://50/d8/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/d8/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A12%3A50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2_populate_sysroot.tar.zst;downloadfilename=50/d8/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2_populate_sysroot.tar.zst\nDEBUG: Using  for f3/54/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f_package_write_rpm.tar.zst\nDEBUG: Using  for a6/dc/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:a6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970_package_write_ipk.tar.zst\nDEBUG: Using  for 2d/1d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/f3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:f2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://51/e7/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b5/0b/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde_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/42/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8_recipe_qa.tar.zst\nDEBUG: Searching for 40/13/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://8b/30/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/b9/sstate:hicolor-icon-theme:all-poky-linux:0.17:r0:allarch:12:f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea_create_spdx.tar.zst\nDEBUG: Searching for 6f/6d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f3/54/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/d5/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:a5d56f9506b78f5515b8c8b1be928729dae1bac5129b8638e832f4cd11b26bec_package_write_ipk.tar.zst\nDEBUG: Testing URL file://a6/dc/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:a6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/c8/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2d/1d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f2/f3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:f2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ed/2a/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:ed2aa9c790ffbe39c202e7d1e031cd8634f6ea8bb71fe7547cbef103042cfcab_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://80/c0/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29_populate_sysroot.tar.zst\nDEBUG: For url file://b5/0b/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/0b/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ab50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde_package.tar.zst;downloadfilename=b5/0b/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde_package.tar.zst\nDEBUG: Searching for ae/42/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 40/13/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://98/94/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8b/30/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d_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://50/0a/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e_create_spdx.tar.zst\nDEBUG: Using  for 6f/6d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f3/54/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f_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://50/d8/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:50d8e3fd8f07cf756a86a31644d0a9028324521f030dd76f3d8307cd209b6bb2_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://16/45/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a6/dc/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:a6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970_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://universal/41/4d/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/1d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5_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 f2/f3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:f2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/98/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b_package_qa.tar.zst\nDEBUG: Searching for 80/c0/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ae/42/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8_recipe_qa.tar.zst\nDEBUG: Testing URL file://40/13/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://36/ff/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8b/30/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/30/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d_package_write_ipk.tar.zst;downloadfilename=8b/30/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d_package_write_ipk.tar.zst\nDEBUG: Searching for 50/0a/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6f/6d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559_recipe_qa.tar.zst\nDEBUG: For url file://f3/54/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/54/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.13%3Ar0%3Acore2-64%3A12%3Af35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f_package_write_rpm.tar.zst;downloadfilename=f3/54/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/0c/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb_create_spdx.tar.zst\nDEBUG: Searching for 16/45/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a6/dc/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:a6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/dc/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3Aa6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970_package_write_ipk.tar.zst;downloadfilename=a6/dc/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:a6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970_package_write_ipk.tar.zst\nDEBUG: Searching for universal/41/4d/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2d/1d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/1d/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.10.0%3Ar0%3Acore2-64%3A12%3A2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5_deploy_source_date_epoch.tar.zst;downloadfilename=2d/1d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f2/f3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:f2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906_package_write_ipk.tar.zst\nDEBUG: Searching for f8/98/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 80/c0/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ae/42/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '40/13/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 36/ff/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 50/0a/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6f/6d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5c/0c/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 16/45/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/0b/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b50b1b3787dff45550d44a6175a4f203a80aa76ba8ac6ab3e6502c5f82834fde_package.tar.zst\nDEBUG: Using  for universal/41/4d/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f2/f3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:f2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f8/98/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b_package_qa.tar.zst\nDEBUG: Testing URL file://80/c0/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/30/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:8b3037d827661e123e9e82b4dd6d8f0c8bcd3b1a0124cc06559bb9184576209d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ae/42/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8_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/13/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/13/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.34.0%3Ar0%3Acore2-64%3A12%3A40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d_package_write_ipk.tar.zst;downloadfilename=40/13/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d_package_write_ipk.tar.zst\nDEBUG: Using  for 36/ff/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://50/0a/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e_create_spdx.tar.zst\nDEBUG: For url file://6f/6d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/6d/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559_recipe_qa.tar.zst;downloadfilename=6f/6d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559_recipe_qa.tar.zst\nDEBUG: Using  for 5c/0c/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb_create_spdx.tar.zst\nDEBUG: Testing URL file://16/45/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://58/41/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/41/4d/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6_create_package_spdx.tar.zst\nDEBUG: For url file://f2/f3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:f2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/f3/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3Af2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906_package_write_ipk.tar.zst;downloadfilename=f2/f3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:f2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f8/98/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b_package_qa.tar.zst\nDEBUG: For url ['file', '', '80/c0/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29_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://6a/78/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a_package.tar.zst\nDEBUG: For url file://ae/42/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/42/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A12%3Aae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8_recipe_qa.tar.zst;downloadfilename=ae/42/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/54/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://36/ff/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/dc/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:a6dc0de2c67994324137687b67506f35f78095025c24f913f677217417558970_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '50/0a/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5c/0c/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/1d/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:2d1dec241ea292c01b49b20aeea588362fb0da1f12e684b718029f5d4b6f8ad5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '16/45/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 58/41/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/41/4d/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f8/98/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://80/c0/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/c0/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.43%3Ar0%3Acore2-64%3A12%3A80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29_populate_sysroot.tar.zst;downloadfilename=80/c0/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29_populate_sysroot.tar.zst\nDEBUG: Searching for 6a/78/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ac/08/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://40/13/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:40131a335532f5a0a45602e25f002b220ae0e59a177d7be4c0bd609e630c2a2d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '36/ff/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829_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://f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst\nDEBUG: For url file://50/0a/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/0a/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e_create_spdx.tar.zst;downloadfilename=50/0a/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5c/0c/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb_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://6f/6d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/50/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05_populate_sysroot.tar.zst\nDEBUG: For url file://16/45/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/45/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.43%3Ar0%3Acore2-64%3A12%3A16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012_package_qa.tar.zst;downloadfilename=16/45/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012_package_qa.tar.zst\nDEBUG: Using  for 58/41/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985_package_write_ipk.tar.zst\nDEBUG: For url file://universal/41/4d/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/41/4d/sstate%3Apigz-native%3Ax86_64-linux%3A2.8%3Ar0%3Ax86_64%3A12%3A414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6_create_package_spdx.tar.zst;downloadfilename=universal/41/4d/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6_create_package_spdx.tar.zst\nDEBUG: For url file://f8/98/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/98/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.31.1%3Ar0%3Acore2-64%3A12%3Af898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b_package_qa.tar.zst;downloadfilename=f8/98/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b_package_qa.tar.zst\nDEBUG: Using  for 6a/78/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a_package.tar.zst\nDEBUG: Searching for ac/08/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f2/f3/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:f2f3844bb7b4af9a5bca122b1fc515af701937c9fa12c0ec452cb90baae67906_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/c3/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125_create_spdx.tar.zst\nDEBUG: For url file://36/ff/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/ff/sstate%3Apython3-markupsafe%3Acore2-64-poky-linux%3A2.1.5%3Ar0%3Acore2-64%3A12%3A36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829_deploy_source_date_epoch.tar.zst;downloadfilename=36/ff/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5c/0c/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/0c/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.27%3Ar0%3Acore2-64%3A12%3A5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb_create_spdx.tar.zst;downloadfilename=5c/0c/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/42/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8c/67/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926_create_package_spdx.tar.zst\nDEBUG: Searching for 1c/50/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://58/41/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://80/c0/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:80c06f999ebd5677260b38c356259ad21f0b5ca1c703b63983342452dadfaa29_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6a/78/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a_package.tar.zst\nDEBUG: Using  for ac/08/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fc/04/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e_create_package_spdx.tar.zst\nDEBUG: Searching for a7/c3/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/82/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://50/0a/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e_create_spdx.tar.zst\nDEBUG: Searching for universal/8c/67/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://16/45/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012_package_qa.tar.zst\nDEBUG: Using  for 1c/50/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '58/41/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985_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://universal/41/4d/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/98/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/d8/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '6a/78/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ac/08/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2_recipe_qa.tar.zst\nDEBUG: Searching for universal/fc/04/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a7/c3/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125_create_spdx.tar.zst\nDEBUG: Testing URL file://f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst\nDEBUG: Searching for c8/82/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://fd/e5/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:fde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3_package_write_ipk.tar.zst\nDEBUG: Using  for universal/8c/67/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/64/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1c/50/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05_populate_sysroot.tar.zst\nDEBUG: For url file://58/41/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/41/sstate%3Alibcomps%3Acore2-64-poky-linux%3A0.1.21%3Ar0%3Acore2-64%3A12%3A5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985_package_write_ipk.tar.zst;downloadfilename=58/41/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://af/01/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:af0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://38/32/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://36/ff/sstate:python3-markupsafe:core2-64-poky-linux:2.1.5:r0:core2-64:12:36ff245bc7c06ea633de27823449f077c58f40b1ce2e8c49045ffec4022cb829_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6a/d8/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6a/78/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/78/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A12%3A6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a_package.tar.zst;downloadfilename=6a/78/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a_package.tar.zst\nDEBUG: For url ['file', '', 'ac/08/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/fc/04/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a7/c3/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c8/82/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/0c/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb_create_spdx.tar.zst\nDEBUG: Searching for fd/e5/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:fde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/8c/67/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926_create_package_spdx.tar.zst\nDEBUG: Searching for b8/64/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1c/50/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for af/01/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:af0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 38/32/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://21/a2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc_packagedata.tar.zst\nDEBUG: Using  for 6a/d8/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02_create_package_spdx.tar.zst\nDEBUG: For url file://ac/08/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/08/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.5%3Ar0%3Acore2-64%3A12%3Aac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2_recipe_qa.tar.zst;downloadfilename=ac/08/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/fc/04/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a7/c3/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/21/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Af22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst;downloadfilename=f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst\nDEBUG: Testing URL file://c8/82/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/72/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812_package_qa.tar.zst\nDEBUG: Using  for fd/e5/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:fde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/8c/67/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b8/64/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc_package_write_rpm.tar.zst\nDEBUG: For url file://1c/50/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/50/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A12%3A1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05_populate_sysroot.tar.zst;downloadfilename=1c/50/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05_populate_sysroot.tar.zst\nDEBUG: Using  for af/01/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:af0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5_populate_sysroot.tar.zst\nDEBUG: Using  for 38/32/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908_create_package_spdx.tar.zst\nDEBUG: Searching for 21/a2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6a/d8/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/fc/04/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e_create_package_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/41/sstate:libcomps:core2-64-poky-linux:0.1.21:r0:core2-64:12:5841d4e8b2e62f04419d536ea8d9a63ec6c5bc66e2d02f50bd7c93a9f6c77985_package_write_ipk.tar.zst\nDEBUG: For url file://a7/c3/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/c3/sstate%3Abash-completion%3Acore2-64-poky-linux%3A2.14.0%3Ar0%3Acore2-64%3A12%3Aa7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125_create_spdx.tar.zst;downloadfilename=a7/c3/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c8/82/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574_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://6a/78/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:6a78bb9498588c811c964b702c23cdd39415ff70cec7cebed17c2fec83cce06a_package.tar.zst\nDEBUG: Searching for 5c/72/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fd/e5/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:fde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3_package_write_ipk.tar.zst\nDEBUG: For url file://universal/8c/67/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8c/67/sstate%3Apython3-hatch-vcs-native%3Ax86_64-linux%3A0.4.0%3Ar0%3Ax86_64%3A12%3A8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926_create_package_spdx.tar.zst;downloadfilename=universal/8c/67/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b8/64/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://af/01/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:af0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://38/32/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908_create_package_spdx.tar.zst\nDEBUG: Using  for 21/a2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc_packagedata.tar.zst\nDEBUG: For url ['file', '', '6a/d8/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02_create_package_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/08/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2_recipe_qa.tar.zst\nDEBUG: For url file://universal/fc/04/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fc/04/sstate%3Ajson-c-native%3Ax86_64-linux%3A0.17%3Ar0%3Ax86_64%3A12%3Afc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e_create_package_spdx.tar.zst;downloadfilename=universal/fc/04/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://12/cd/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325_recipe_qa.tar.zst\nDEBUG: For url file://c8/82/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/82/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A12%3Ac882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574_package_qa.tar.zst;downloadfilename=c8/82/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574_package_qa.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Attempting to fetch file://8a/ee/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568_create_package_spdx.tar.zst\nDEBUG: Using  for 5c/72/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812_package_qa.tar.zst\nDEBUG: For url ['file', '', 'fd/e5/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:fde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3_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', '', 'b8/64/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc_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/01/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:af0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '38/32/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://21/a2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc_packagedata.tar.zst\nDEBUG: For url file://6a/d8/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/d8/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A12%3A6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02_create_package_spdx.tar.zst;downloadfilename=6a/d8/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/0b/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1c/50/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:1c5049bc48cc9e640602f92d918310c4db3e9ceeab644e41f73f367ae1f91c05_populate_sysroot.tar.zst\nDEBUG: Searching for 12/cd/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a7/c3/sstate:bash-completion:core2-64-poky-linux:2.14.0:r0:core2-64:12:a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125_create_spdx.tar.zst\nDEBUG: Searching for 8a/ee/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5c/72/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812_package_qa.tar.zst\nDEBUG: For url file://fd/e5/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:fde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/e5/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A12%3Afde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3_package_write_ipk.tar.zst;downloadfilename=fd/e5/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:fde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3_package_write_ipk.tar.zst\nDEBUG: For url file://b8/64/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/64/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Ab8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc_package_write_rpm.tar.zst;downloadfilename=b8/64/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc_package_write_rpm.tar.zst\nDEBUG: For url file://af/01/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:af0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/01/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A12%3Aaf0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5_populate_sysroot.tar.zst;downloadfilename=af/01/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:af0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5_populate_sysroot.tar.zst\nDEBUG: For url file://38/32/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/32/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908_create_package_spdx.tar.zst;downloadfilename=38/32/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '21/a2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc_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/8c/67/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926_create_package_spdx.tar.zst\nDEBUG: Searching for 9f/0b/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4c/f9/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174_package_qa.tar.zst\nDEBUG: Using  for 12/cd/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325_recipe_qa.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Attempting to fetch file://81/c5/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fc/04/sstate:json-c-native:x86_64-linux:0.17:r0:x86_64:12:fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e_create_package_spdx.tar.zst\nDEBUG: Using  for 8a/ee/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '5c/72/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812_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://c8/82/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574_package_qa.tar.zst\nDEBUG: For url file://21/a2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/a2/sstate%3Awireless-regdb%3Aall-poky-linux%3A2024.05.08%3Ar0%3Aallarch%3A12%3A21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc_packagedata.tar.zst;downloadfilename=21/a2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/59/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:a6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9f/0b/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/d8/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02_create_package_spdx.tar.zst\nDEBUG: Searching for 4c/f9/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://12/cd/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325_recipe_qa.tar.zst\nDEBUG: Searching for 81/c5/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Unsuccessful fetch test for file://f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst (FetchError(\"URL doesn't work\", 'file://f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://f2/ab/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34_package_write_ipk.tar.zst\nDEBUG: Testing URL file://8a/ee/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568_create_package_spdx.tar.zst\nDEBUG: For url file://5c/72/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/72/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812_package_qa.tar.zst;downloadfilename=5c/72/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://92/2f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a6/59/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:a6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b8/64/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/e5/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:fde5c855a7cd53ed7b54acc06141ef8677e31991fb215621497aafede5c934e3_package_write_ipk.tar.zst\nDEBUG: Testing URL file://9f/0b/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/42/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d_recipe_qa.tar.zst\nDEBUG: Using  for 4c/f9/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174_package_qa.tar.zst\nDEBUG: For url ['file', '', '12/cd/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 81/c5/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/a4/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://38/32/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://af/01/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:af0100aafc55bfac9c365cce947a88b2b8b0afd3ddbc29d238e0ad6410fd8ef5_populate_sysroot.tar.zst\nDEBUG: Searching for f2/ab/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8a/ee/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 92/2f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a6/59/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:a6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://28/0b/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/5e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f_packagedata.tar.zst\nDEBUG: For url ['file', '', '9f/0b/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fd/42/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4c/f9/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174_package_qa.tar.zst\nDEBUG: For url file://12/cd/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/cd/sstate%3Alibedit%3Acore2-64-poky-linux%3A20240517-3.1%3Ar0%3Acore2-64%3A12%3A12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325_recipe_qa.tar.zst;downloadfilename=12/cd/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325_recipe_qa.tar.zst\nDEBUG: Testing URL file://81/c5/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d_packagedata.tar.zst\nDEBUG: Searching for a4/a4/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://45/1e/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c5/c6/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a_populate_sysroot.tar.zst\nDEBUG: Using  for f2/ab/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34_package_write_ipk.tar.zst\nDEBUG: For url file://8a/ee/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/ee/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A12%3A8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568_create_package_spdx.tar.zst;downloadfilename=8a/ee/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568_create_package_spdx.tar.zst\nDEBUG: Using  for 92/2f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a6/59/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:a6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 28/0b/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bf/5e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9f/0b/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/0b/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.38%3Ar0%3Acore2-64%3A12%3A9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c_create_spdx.tar.zst;downloadfilename=9f/0b/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c_create_spdx.tar.zst\nDEBUG: Using  for fd/42/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4c/f9/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '81/c5/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a4/a4/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490_create_spdx.tar.zst\nDEBUG: Searching for 45/1e/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://21/a2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc_packagedata.tar.zst\nDEBUG: Searching for universal/c5/c6/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f2/ab/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34_package_write_ipk.tar.zst\nDEBUG: Testing URL file://92/2f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a6/59/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:a6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991_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://5c/72/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812_package_qa.tar.zst\nDEBUG: Using  for 28/0b/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede_packagedata.tar.zst\nDEBUG: Testing URL file://28/0b/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede_packagedata.tar.zst\nDEBUG: Testing URL file://fd/42/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d_recipe_qa.tar.zst\nDEBUG: For url file://4c/f9/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/f9/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174_package_qa.tar.zst;downloadfilename=4c/f9/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174_package_qa.tar.zst\nDEBUG: For url file://81/c5/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/c5/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d_packagedata.tar.zst;downloadfilename=81/c5/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d_packagedata.tar.zst\nDEBUG: Testing URL file://a4/a4/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490_create_spdx.tar.zst\nDEBUG: Using  for 45/1e/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/6f/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:f06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb_populate_sysroot.tar.zst\nDEBUG: Using  for universal/c5/c6/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f2/ab/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34_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', '', '92/2f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_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/59/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:a6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/59/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3Aa6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991_deploy_source_date_epoch.tar.zst;downloadfilename=a6/59/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:a6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/b1/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f_package_write_deb.tar.zst\nDEBUG: Using  for bf/5e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f_packagedata.tar.zst\nDEBUG: For url ['file', '', '28/0b/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fd/42/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a4/a4/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490_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://12/cd/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325_recipe_qa.tar.zst\nDEBUG: Testing URL file://45/1e/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/ee/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568_create_package_spdx.tar.zst\nDEBUG: Searching for f0/6f/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:f06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/c5/c6/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/0b/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c_create_spdx.tar.zst\nDEBUG: For url file://f2/ab/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/ab/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A12%3Af2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34_package_write_ipk.tar.zst;downloadfilename=f2/ab/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34_package_write_ipk.tar.zst\nDEBUG: For url file://92/2f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/2f/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst;downloadfilename=92/2f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5c/b1/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://bf/5e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f_packagedata.tar.zst\nDEBUG: For url file://28/0b/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/0b/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.5.1%3Ar0%3Acore2-64%3A12%3A280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede_packagedata.tar.zst;downloadfilename=28/0b/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede_packagedata.tar.zst\nDEBUG: For url file://fd/42/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/42/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A12%3Afd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d_recipe_qa.tar.zst;downloadfilename=fd/42/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d_recipe_qa.tar.zst\nDEBUG: For url file://a4/a4/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/a4/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.4%3Ar0%3Acore2-64%3A12%3Aa4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490_create_spdx.tar.zst;downloadfilename=a4/a4/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/22/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '45/1e/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684_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://universal/c5/ac/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:c5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b_populate_sysroot.tar.zst\nDEBUG: Using  for f0/6f/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:f06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/f9/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/c5/c6/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a_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://13/bf/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a_package_write_ipk.tar.zst\nDEBUG: Using  for 5c/b1/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://81/c5/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d_packagedata.tar.zst\nDEBUG: For url ['file', '', 'bf/5e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f_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://a6/59/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:a6596a65360841e8d360bdc50f910db1719c32aa5e50688c3ab75f2eb4ec6991_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6e/22/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://45/1e/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/1e/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684_package_write_ipk.tar.zst;downloadfilename=45/1e/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684_package_write_ipk.tar.zst\nDEBUG: Searching for universal/c5/ac/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:c5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f0/6f/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:f06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/05/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759_package_qa.tar.zst\nDEBUG: For url file://universal/c5/c6/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/c6/sstate%3Alibunistring-native%3Ax86_64-linux%3A1.2%3Ar0%3Ax86_64%3A12%3Ac5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a_populate_sysroot.tar.zst;downloadfilename=universal/c5/c6/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a_populate_sysroot.tar.zst\nDEBUG: Searching for 13/bf/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5c/b1/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/87/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef_package_write_rpm.tar.zst\nDEBUG: For url file://bf/5e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/5e/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.36%3Ar0%3Aallarch%3A12%3Abf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f_packagedata.tar.zst;downloadfilename=bf/5e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/ab/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:f2ab2c62db5fb1d76614117b9a0e49137331991f767a88614179483003ed5d34_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/b0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc_package.tar.zst\nDEBUG: Using  for 6e/22/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833_package_write_ipk.tar.zst\nDEBUG: Using  for universal/c5/ac/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:c5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f0/6f/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:f06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb_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://92/2f/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5f/05/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 13/bf/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/42/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '5c/b1/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f_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://28/0b/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/a4/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490_create_spdx.tar.zst\nDEBUG: Searching for 6f/87/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1d/ab/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264_recipe_qa.tar.zst\nDEBUG: Searching for 4b/b0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6e/22/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/c5/ac/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:c5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b_populate_sysroot.tar.zst\nDEBUG: For url file://f0/6f/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:f06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/6f/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.26.0%3Ar0%3Acore2-64%3A12%3Af06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb_populate_sysroot.tar.zst;downloadfilename=f0/6f/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:f06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/97/sstate:libxtst-native::1.2.4:r0::12:ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e_populate_lic.tar.zst\nDEBUG: Using  for 5f/05/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759_package_qa.tar.zst\nDEBUG: Testing URL file://13/bf/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/54/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:b354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737_populate_sysroot.tar.zst\nDEBUG: For url file://5c/b1/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/b1/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f_package_write_deb.tar.zst;downloadfilename=5c/b1/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/64/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://57/60/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e_packagedata.tar.zst\nDEBUG: Using  for 6f/87/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef_package_write_rpm.tar.zst\nDEBUG: Searching for 1d/ab/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4b/b0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc_package.tar.zst\nDEBUG: For url ['file', '', '6e/22/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833_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', '', 'universal/c5/ac/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:c5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b_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://45/1e/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451e12e3176730c86576f70ac82d00913ae713958fa31c2b0befbe44e2a85684_package_write_ipk.tar.zst\nDEBUG: Searching for ec/97/sstate:libxtst-native::1.2.4:r0::12:ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5f/05/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c5/c6/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '13/bf/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b3/54/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:b354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5a/64/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 57/60/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://bf/5e/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f_packagedata.tar.zst\nDEBUG: Testing URL file://6f/87/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef_package_write_rpm.tar.zst\nDEBUG: Using  for 1d/ab/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264_recipe_qa.tar.zst\nDEBUG: Testing URL file://4b/b0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc_package.tar.zst\nDEBUG: For url file://6e/22/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/22/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A12%3A6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833_package_write_ipk.tar.zst;downloadfilename=6e/22/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833_package_write_ipk.tar.zst\nDEBUG: For url file://universal/c5/ac/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:c5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/ac/sstate%3Aicon-naming-utils-native%3Ax86_64-linux%3A0.8.90%3Ar0%3Ax86_64%3A12%3Ac5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b_populate_sysroot.tar.zst;downloadfilename=universal/c5/ac/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:c5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/f8/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322_package_write_ipk.tar.zst\nDEBUG: Using  for ec/97/sstate:libxtst-native::1.2.4:r0::12:ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5f/05/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759_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/98/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:db9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d_package.tar.zst\nDEBUG: For url file://13/bf/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/bf/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.15.1%3Ar0%3Acore2-64%3A12%3A13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a_package_write_ipk.tar.zst;downloadfilename=13/bf/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a_package_write_ipk.tar.zst\nDEBUG: Using  for b3/54/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:b354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737_populate_sysroot.tar.zst\nDEBUG: Using  for 5a/64/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656_package_write_ipk.tar.zst\nDEBUG: Using  for 57/60/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://21/76/sstate:freetype-native::2.13.2:r0::12:2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6f/87/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef_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://1d/ab/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4b/b0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8a/f8/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ec/97/sstate:libxtst-native::1.2.4:r0::12:ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/6f/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:f06fd8dc19b20e9066a85ea58e6ac0476751709614b3f3de179116f0476a1ebb_populate_sysroot.tar.zst\nDEBUG: For url file://5f/05/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/05/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.5%3Ar0%3Acore2-64%3A12%3A5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759_package_qa.tar.zst;downloadfilename=5f/05/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759_package_qa.tar.zst\nDEBUG: Searching for db/98/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:db9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b3/54/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:b354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/b1/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:5cb16251cf339118afc7d803b38869f95d47b099f459d7413117ef0682145b0f_package_write_deb.tar.zst\nDEBUG: Testing URL file://5a/64/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656_package_write_ipk.tar.zst\nDEBUG: Testing URL file://57/60/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e_packagedata.tar.zst\nDEBUG: Searching for 21/76/sstate:freetype-native::2.13.2:r0::12:2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6f/87/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/87/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A12%3A6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef_package_write_rpm.tar.zst;downloadfilename=6f/87/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '1d/ab/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264_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://6e/22/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:6e2257b51d27150d8ad02f0fc2eb6249d02c0d1618c062b2362f05a5e9d86833_package_write_ipk.tar.zst\nDEBUG: For url file://4b/b0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/b0/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A12%3A4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc_package.tar.zst;downloadfilename=4b/b0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc_package.tar.zst\nDEBUG: Using  for 8a/f8/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ec/97/sstate:libxtst-native::1.2.4:r0::12:ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e_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/40/sstate:perl::5.38.2:r0::12:2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc_populate_lic.tar.zst\nDEBUG: Using  for db/98/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:db9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d_package.tar.zst\nDEBUG: For url ['file', '', 'b3/54/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:b354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737_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://d7/fd/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:d7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c5/ac/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:c5ac3380232a8cd220dbd7a327d57da1abddda9857a8301d4e240116f43d9c3b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '5a/64/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656_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', '', '57/60/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 21/76/sstate:freetype-native::2.13.2:r0::12:2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179_populate_lic.tar.zst\nDEBUG: For url file://1d/ab/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/ab/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A12%3A1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264_recipe_qa.tar.zst;downloadfilename=1d/ab/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://26/2e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b_package_qa.tar.zst\nDEBUG: Testing URL file://8a/f8/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322_package_write_ipk.tar.zst\nDEBUG: For url file://ec/97/sstate:libxtst-native::1.2.4:r0::12:ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/97/sstate%3Alibxtst-native%3A%3A1.2.4%3Ar0%3A%3A12%3Aec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e_populate_lic.tar.zst;downloadfilename=ec/97/sstate:libxtst-native::1.2.4:r0::12:ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://13/bf/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:13bfc67606fb0c80c3cfa3d9a6724b2585d2ab1fd4c5a8d21e8c9b3ee618d23a_package_write_ipk.tar.zst\nDEBUG: Searching for 2e/40/sstate:perl::5.38.2:r0::12:2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://db/98/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:db9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d_package.tar.zst\nDEBUG: For url file://b3/54/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:b354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/54/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3Ab354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737_populate_sysroot.tar.zst;downloadfilename=b3/54/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:b354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737_populate_sysroot.tar.zst\nDEBUG: Searching for d7/fd/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:d7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/11/f0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e_populate_sysroot.tar.zst\nDEBUG: For url file://5a/64/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/64/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A12%3A5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656_package_write_ipk.tar.zst;downloadfilename=5a/64/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656_package_write_ipk.tar.zst\nDEBUG: For url file://57/60/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/60/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.19.2%3Ar0%3Acore2-64%3A12%3A5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e_packagedata.tar.zst;downloadfilename=57/60/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e_packagedata.tar.zst\nDEBUG: Testing URL file://21/76/sstate:freetype-native::2.13.2:r0::12:2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179_populate_lic.tar.zst\nDEBUG: Searching for 26/2e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8a/f8/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322_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://5f/05/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/d1/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:bfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/87/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef_package_write_rpm.tar.zst\nDEBUG: Using  for 2e/40/sstate:perl::5.38.2:r0::12:2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'db/98/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:db9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d7/fd/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:d7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6_package.tar.zst\nDEBUG: Searching for universal/11/f0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4b/b0/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:4bb013423bd1dc33365c27eb612c673d73a4855168b3a528da8886841e3e9abc_package.tar.zst\nDEBUG: For url ['file', '', '21/76/sstate:freetype-native::2.13.2:r0::12:2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179_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/ab/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264_recipe_qa.tar.zst\nDEBUG: Using  for 26/2e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b_package_qa.tar.zst\nDEBUG: For url file://8a/f8/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/f8/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322_package_write_ipk.tar.zst;downloadfilename=8a/f8/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://41/e4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: Searching for bf/d1/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:bfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/dd/a8/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:dda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/97/sstate:libxtst-native::1.2.4:r0::12:ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e_populate_lic.tar.zst\nDEBUG: Testing URL file://2e/40/sstate:perl::5.38.2:r0::12:2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc_populate_lic.tar.zst\nDEBUG: For url file://db/98/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:db9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/98/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A12%3Adb9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d_package.tar.zst;downloadfilename=db/98/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:db9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d_package.tar.zst\nDEBUG: Testing URL file://d7/fd/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:d7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6_package.tar.zst\nDEBUG: Using  for universal/11/f0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/46/1f/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59_create_package_spdx.tar.zst\nDEBUG: For url file://21/76/sstate:freetype-native::2.13.2:r0::12:2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/76/sstate%3Afreetype-native%3A%3A2.13.2%3Ar0%3A%3A12%3A2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179_populate_lic.tar.zst;downloadfilename=21/76/sstate:freetype-native::2.13.2:r0::12:2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://77/a5/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b_package_qa.tar.zst\nDEBUG: Testing URL file://26/2e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b_package_qa.tar.zst\nDEBUG: Searching for 41/e4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b3/54/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:b354cbc3208e501662e265194809c9783067c9424b0387784b68659ad1634737_populate_sysroot.tar.zst\nDEBUG: Using  for bf/d1/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:bfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5_populate_sysroot.tar.zst\nDEBUG: Searching for universal/dd/a8/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:dda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5a/64/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:5a64b41c8d5b49690bc45eead664fa29e6eeb6087718b2259861ffa7332ae656_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/4a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2e/40/sstate:perl::5.38.2:r0::12:2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd7/fd/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:d7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/11/f0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e_populate_sysroot.tar.zst\nDEBUG: Searching for universal/46/1f/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://57/60/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e_packagedata.tar.zst\nDEBUG: Searching for 77/a5/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '26/2e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 41/e4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/9e/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d_create_spdx.tar.zst\nDEBUG: Testing URL file://bf/d1/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:bfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5_populate_sysroot.tar.zst\nDEBUG: Using  for universal/dd/a8/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:dda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://66/e4/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66_package_write_rpm.tar.zst\nDEBUG: Searching for 9a/4a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2e/40/sstate:perl::5.38.2:r0::12:2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/40/sstate%3Aperl%3A%3A5.38.2%3Ar0%3A%3A12%3A2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc_populate_lic.tar.zst;downloadfilename=2e/40/sstate:perl::5.38.2:r0::12:2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc_populate_lic.tar.zst\nDEBUG: For url file://d7/fd/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:d7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/fd/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A12%3Ad7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6_package.tar.zst;downloadfilename=d7/fd/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:d7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6_package.tar.zst\nDEBUG: For url ['file', '', 'universal/11/f0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/46/1f/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://64/19/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c_packagedata.tar.zst\nDEBUG: Using  for 77/a5/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b_package_qa.tar.zst\nDEBUG: For url file://26/2e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/2e/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b_package_qa.tar.zst;downloadfilename=26/2e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b_package_qa.tar.zst\nDEBUG: Testing URL file://41/e4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: Searching for 3d/9e/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'bf/d1/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:bfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5_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/dd/a8/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:dda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 66/e4/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8a/f8/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:8af881f936391ba78297569b39e6d6add43737ac264f255d5980047ce5018322_package_write_ipk.tar.zst\nDEBUG: Using  for 9a/4a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d_package_write_rpm.tar.zst\nDEBUG: For url file://universal/11/f0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/11/f0/sstate%3Agobject-introspection-native%3Ax86_64-linux%3A1.80.1%3Ar0%3Ax86_64%3A12%3A11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e_populate_sysroot.tar.zst;downloadfilename=universal/11/f0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://db/98/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:db9899bcbc845470584148601920b12ae050df622a2cc39e05f32e180502816d_package.tar.zst\nDEBUG: Testing URL file://universal/46/1f/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://21/76/sstate:freetype-native::2.13.2:r0::12:2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179_populate_lic.tar.zst\nDEBUG: Searching for 64/19/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://77/a5/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b_package_qa.tar.zst\nDEBUG: For url ['file', '', '41/e4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3d/9e/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d_create_spdx.tar.zst\nDEBUG: For url file://bf/d1/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:bfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/d1/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.42%3Ar0%3Acore2-64%3A12%3Abfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5_populate_sysroot.tar.zst;downloadfilename=bf/d1/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:bfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/dd/a8/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:dda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1_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 66/e4/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://48/85/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://9a/4a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://86/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/46/1f/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59_create_package_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://6e/6c/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1_recipe_qa.tar.zst\nDEBUG: Using  for 64/19/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c_packagedata.tar.zst\nDEBUG: For url ['file', '', '77/a5/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://41/e4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/e4/sstate%3Aglib-2.0-initial%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst;downloadfilename=41/e4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: Testing URL file://3d/9e/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d_create_spdx.tar.zst\nDEBUG: For url file://universal/dd/a8/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:dda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/a8/sstate%3Apython3-setuptools-native%3Ax86_64-linux%3A69.5.1%3Ar0%3Ax86_64%3A12%3Adda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1_deploy_source_date_epoch.tar.zst;downloadfilename=universal/dd/a8/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:dda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://66/e4/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/40/sstate:perl::5.38.2:r0::12:2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc_populate_lic.tar.zst\nDEBUG: Searching for 48/85/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d7/fd/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:d7fd5e851cf3eb6bd6ff644f2ad9f0be25d8f167ad86fe49c0499760cc141db6_package.tar.zst\nDEBUG: For url ['file', '', '9a/4a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 86/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/46/1f/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/46/1f/sstate%3Apython3-importlib-metadata-native%3Ax86_64-linux%3A7.1.0%3Ar0%3Ax86_64%3A12%3A461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59_create_package_spdx.tar.zst;downloadfilename=universal/46/1f/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59_create_package_spdx.tar.zst\nDEBUG: Searching for 6e/6c/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://64/19/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://26/2e/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b_package_qa.tar.zst\nDEBUG: For url file://77/a5/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/a5/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b_package_qa.tar.zst;downloadfilename=77/a5/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b_package_qa.tar.zst\nDEBUG: For url ['file', '', '3d/9e/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d_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/e4/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66_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/11/f0/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/05/sstate:mesa-native::24.0.7:r0::12:4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a_populate_lic.tar.zst\nDEBUG: Using  for 48/85/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://02/ff/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1_create_package_spdx.tar.zst\nDEBUG: For url file://9a/4a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/4a/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A12%3A9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d_package_write_rpm.tar.zst;downloadfilename=9a/4a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d_package_write_rpm.tar.zst\nDEBUG: Using  for 86/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1_package_qa.tar.zst\nDEBUG: Using  for 6e/6c/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '64/19/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c_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://bf/d1/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:bfd1062ac6ba1df67c546ecfbb0886dd7bc14813a33617207cdbfc71218e44f5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cb/b3/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad_create_package_spdx.tar.zst\nDEBUG: For url file://3d/9e/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/9e/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.10.0%3Ar0%3Acore2-64%3A12%3A3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d_create_spdx.tar.zst;downloadfilename=3d/9e/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d_create_spdx.tar.zst\nDEBUG: For url file://66/e4/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/e4/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A12%3A66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66_package_write_rpm.tar.zst;downloadfilename=66/e4/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://41/e4/sstate:glib-2.0-initial:core2-64-poky-linux:2.80.2:r0:core2-64:12:41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/13/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:fa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb_populate_sysroot.tar.zst\nDEBUG: Searching for 4c/05/sstate:mesa-native::24.0.7:r0::12:4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://48/85/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c_package_write_rpm.tar.zst\nDEBUG: Searching for 02/ff/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://86/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1_package_qa.tar.zst\nDEBUG: Testing URL file://6e/6c/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/a8/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:dda86f562953bba29284376c44b6a8fd200ca490348645cb5a55274dc90918c1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://64/19/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/19/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A12%3A6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c_packagedata.tar.zst;downloadfilename=64/19/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e5/ba/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d_create_package_spdx.tar.zst\nDEBUG: Searching for universal/cb/b3/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9b/24/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/46/1f/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59_create_package_spdx.tar.zst\nDEBUG: Searching for fa/13/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:fa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4c/05/sstate:mesa-native::24.0.7:r0::12:4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '48/85/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 02/ff/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '86/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6e/6c/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1_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/1e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756_create_spdx.tar.zst\nDEBUG: Searching for universal/e5/ba/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9b/24/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/cb/b3/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://77/5a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db_populate_sysroot.tar.zst\nDEBUG: Using  for fa/13/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:fa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://4c/05/sstate:mesa-native::24.0.7:r0::12:4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a_populate_lic.tar.zst\nDEBUG: For url file://48/85/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/85/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c_package_write_rpm.tar.zst;downloadfilename=48/85/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://02/ff/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1_create_package_spdx.tar.zst\nDEBUG: For url file://86/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/12/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.4%3Ar0%3Acore2-64%3A12%3A8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1_package_qa.tar.zst;downloadfilename=86/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1_package_qa.tar.zst\nDEBUG: For url file://6e/6c/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/6c/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A12%3A6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1_recipe_qa.tar.zst;downloadfilename=6e/6c/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1_recipe_qa.tar.zst\nDEBUG: Searching for 57/1e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e5/ba/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d_create_package_spdx.tar.zst\nDEBUG: Using  for 9b/24/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/cb/b3/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad_create_package_spdx.tar.zst\nDEBUG: Searching for 77/5a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fa/13/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:fa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4c/05/sstate:mesa-native::24.0.7:r0::12:4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a_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://9a/4a/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '02/ff/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1_create_package_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://66/e4/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/9e/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d_create_spdx.tar.zst\nDEBUG: Using  for 57/1e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/e5/ba/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://77/a5/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b_package_qa.tar.zst\nDEBUG: Testing URL file://9b/24/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/cb/b3/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 77/5a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'fa/13/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:fa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb_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/05/sstate:mesa-native::24.0.7:r0::12:4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/05/sstate%3Amesa-native%3A%3A24.0.7%3Ar0%3A%3A12%3A4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a_populate_lic.tar.zst;downloadfilename=4c/05/sstate:mesa-native::24.0.7:r0::12:4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/7a/sstate:expat::2.6.2:r0::12:ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://64/19/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c_packagedata.tar.zst\nDEBUG: For url file://02/ff/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/ff/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.52.0%3Ar0%3Acore2-64%3A12%3A02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1_create_package_spdx.tar.zst;downloadfilename=02/ff/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://13/f8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/8f/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb_package_qa.tar.zst\nDEBUG: Testing URL file://57/1e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e5/ba/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d_create_package_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://bc/96/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721_packagedata.tar.zst\nDEBUG: For url ['file', '', '9b/24/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d_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/cb/b3/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cb/b3/sstate%3Amakedepend-native%3Ax86_64-linux%3A1.0.9%3Ar0%3Ax86_64%3A12%3Acbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad_create_package_spdx.tar.zst;downloadfilename=universal/cb/b3/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad_create_package_spdx.tar.zst\nDEBUG: Testing URL file://77/5a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db_populate_sysroot.tar.zst\nDEBUG: For url file://fa/13/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:fa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/13/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.13.0%3Ar0%3Acore2-64%3A12%3Afa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb_populate_sysroot.tar.zst;downloadfilename=fa/13/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:fa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb_populate_sysroot.tar.zst\nDEBUG: Searching for ae/7a/sstate:expat::2.6.2:r0::12:ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://48/85/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e8/98/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:e898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/6c/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://86/12/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1_package_qa.tar.zst\nDEBUG: Searching for 13/f8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7c/8f/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '57/1e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756_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/e5/ba/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e5/ba/sstate%3Apython3-mako-native%3Ax86_64-linux%3A1.3.5%3Ar0%3Ax86_64%3A12%3Ae5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d_create_package_spdx.tar.zst;downloadfilename=universal/e5/ba/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d_create_package_spdx.tar.zst\nDEBUG: Searching for bc/96/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9b/24/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/24/sstate%3Akmod%3Acore2-64-poky-linux%3A32%3Ar0%3Acore2-64%3A12%3A9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d_package_write_deb.tar.zst;downloadfilename=9b/24/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '77/5a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ae/7a/sstate:expat::2.6.2:r0::12:ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/05/sstate:mesa-native::24.0.7:r0::12:4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://88/68/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901_populate_sysroot.tar.zst\nDEBUG: Searching for universal/e8/98/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:e898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c0/4b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://67/3c/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4_package_write_deb.tar.zst\nDEBUG: Using  for 13/f8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7_package.tar.zst\nDEBUG: Using  for 7c/8f/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb_package_qa.tar.zst\nDEBUG: For url file://57/1e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/1e/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A12%3A571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756_create_spdx.tar.zst;downloadfilename=57/1e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://02/ff/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1_create_package_spdx.tar.zst\nDEBUG: Using  for bc/96/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721_packagedata.tar.zst\nDEBUG: For url file://77/5a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/5a/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.42%3Ar0%3Acore2-64%3A12%3A775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db_populate_sysroot.tar.zst;downloadfilename=77/5a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ae/7a/sstate:expat::2.6.2:r0::12:ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/ee/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24_create_package_spdx.tar.zst\nDEBUG: Searching for 88/68/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e8/98/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:e898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c0/4b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 67/3c/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://13/f8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7_package.tar.zst\nDEBUG: Testing URL file://7c/8f/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cb/b3/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/13/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:fa13de614fffad7a2017c9996944838f5e921479a4e6ace78734e77e52f6acbb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://90/a2/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce_package_qa.tar.zst\nDEBUG: Testing URL file://bc/96/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721_packagedata.tar.zst\nDEBUG: For url ['file', '', 'ae/7a/sstate:expat::2.6.2:r0::12:ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a3/ee/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 88/68/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e5/ba/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/e8/98/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:e898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c0/4b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919_create_package_spdx.tar.zst\nDEBUG: Using  for 67/3c/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '13/f8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7c/8f/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb_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/1b/sstate:libffi::3.4.6:r0::12:5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/29/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a_packagedata.tar.zst\nDEBUG: Searching for 90/a2/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'bc/96/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ae/7a/sstate:expat::2.6.2:r0::12:ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/7a/sstate%3Aexpat%3A%3A2.6.2%3Ar0%3A%3A12%3Aae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185_populate_lic.tar.zst;downloadfilename=ae/7a/sstate:expat::2.6.2:r0::12:ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185_populate_lic.tar.zst\nDEBUG: Using  for a3/ee/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24_create_package_spdx.tar.zst\nDEBUG: Testing URL file://88/68/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1f/09/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/e8/98/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:e898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1_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://c0/4b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919_create_package_spdx.tar.zst\nDEBUG: Testing URL file://67/3c/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4_package_write_deb.tar.zst\nDEBUG: For url file://13/f8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/f8/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7_package.tar.zst;downloadfilename=13/f8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7_package.tar.zst\nDEBUG: For url file://7c/8f/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/8f/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A12%3A7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb_package_qa.tar.zst;downloadfilename=7c/8f/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb_package_qa.tar.zst\nDEBUG: Searching for 5d/1b/sstate:libffi::3.4.6:r0::12:5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9b/24/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:9b241b84d9601595dd8b79c24946a552ff805a98bda992a315f2087b5197917d_package_write_deb.tar.zst\nDEBUG: Searching for 1e/29/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 90/a2/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce_package_qa.tar.zst\nDEBUG: For url file://bc/96/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/96/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.15.1%3Ar0%3Acore2-64%3A12%3Abc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721_packagedata.tar.zst;downloadfilename=bc/96/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721_packagedata.tar.zst\nDEBUG: Testing URL file://a3/ee/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '88/68/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901_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://57/1e/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756_create_spdx.tar.zst\nDEBUG: Searching for universal/1f/09/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/e8/98/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:e898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e8/98/sstate%3Anettle-native%3Ax86_64-linux%3A3.9.1%3Ar0%3Ax86_64%3A12%3Ae898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e8/98/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:e898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c0/4b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '67/3c/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5d/1b/sstate:libffi::3.4.6:r0::12:5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://77/5a/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/f0/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a_package_qa.tar.zst\nDEBUG: Using  for 1e/29/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a_packagedata.tar.zst\nDEBUG: Testing URL file://90/a2/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a3/ee/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://88/68/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/68/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901_populate_sysroot.tar.zst;downloadfilename=88/68/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/68/d5/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a_recipe_qa.tar.zst\nDEBUG: Using  for universal/1f/09/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f_recipe_qa.tar.zst\nDEBUG: For url file://c0/4b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/4b/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ac04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919_create_package_spdx.tar.zst;downloadfilename=c0/4b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919_create_package_spdx.tar.zst\nDEBUG: For url file://67/3c/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/3c/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A12%3A673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4_package_write_deb.tar.zst;downloadfilename=67/3c/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/7a/sstate:expat::2.6.2:r0::12:ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185_populate_lic.tar.zst\nDEBUG: Testing URL file://5d/1b/sstate:libffi::3.4.6:r0::12:5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://50/59/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de_populate_sysroot.tar.zst\nDEBUG: Searching for ba/f0/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://13/f8/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:13f884e1db114b385fe2f309b213283b611529b493ba85a2850bc462318d60f7_package.tar.zst\nDEBUG: Testing URL file://1e/29/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a_packagedata.tar.zst\nDEBUG: For url ['file', '', '90/a2/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a3/ee/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/ee/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A12%3Aa3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24_create_package_spdx.tar.zst;downloadfilename=a3/ee/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24_create_package_spdx.tar.zst\nDEBUG: Searching for universal/68/d5/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7c/8f/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb_package_qa.tar.zst\nDEBUG: Testing URL file://universal/1f/09/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/96/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/93/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '5d/1b/sstate:libffi::3.4.6:r0::12:5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 50/59/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ba/f0/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ec/2b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1e/29/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://90/a2/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/a2/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce_package_qa.tar.zst;downloadfilename=90/a2/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce_package_qa.tar.zst\nDEBUG: Using  for universal/68/d5/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/c1/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e8/98/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:e898f16f20f90e4428e41c1f77b6362705220b3d833f7b0e1e8ab7d9320e42a1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/1f/09/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f_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://7a/5b/sstate:help2man-native::1.49.3:r0::12:7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a_populate_lic.tar.zst\nDEBUG: Searching for f1/93/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5d/1b/sstate:libffi::3.4.6:r0::12:5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/1b/sstate%3Alibffi%3A%3A3.4.6%3Ar0%3A%3A12%3A5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f_populate_lic.tar.zst;downloadfilename=5d/1b/sstate:libffi::3.4.6:r0::12:5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f_populate_lic.tar.zst\nDEBUG: Using  for 50/59/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ba/f0/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a_package_qa.tar.zst\nDEBUG: Searching for universal/ec/2b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c0/4b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919_create_package_spdx.tar.zst\nDEBUG: For url file://1e/29/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/29/sstate%3Arust%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a_packagedata.tar.zst;downloadfilename=1e/29/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://88/68/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:8868503db39b2f2185b4a83ac847098c28e90e7d869cc16ca5a3d7d907bac901_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/68/d5/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a_recipe_qa.tar.zst\nDEBUG: Searching for c2/c1/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/f6/1d/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d_populate_sysroot.tar.zst\nDEBUG: For url file://universal/1f/09/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/09/sstate%3Aunfs3-native%3Ax86_64-linux%3A0.10.0%3Ar0%3Ax86_64%3A12%3A1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f_recipe_qa.tar.zst;downloadfilename=universal/1f/09/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f_recipe_qa.tar.zst\nDEBUG: Searching for 7a/5b/sstate:help2man-native::1.49.3:r0::12:7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f1/93/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd_package_write_deb.tar.zst\nDEBUG: Testing URL file://50/59/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ba/f0/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a_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://67/3c/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:673cfec39b9e1622a9143bf24ac7c2b55b181ca86c41c0408a85c7df0cf654a4_package_write_deb.tar.zst\nDEBUG: Using  for universal/ec/2b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/d5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://27/d2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794_package.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/ee/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/68/d5/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c2/c1/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d_create_package_spdx.tar.zst\nDEBUG: Searching for universal/f6/1d/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7a/5b/sstate:help2man-native::1.49.3:r0::12:7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a_populate_lic.tar.zst\nDEBUG: Testing URL file://7a/5b/sstate:help2man-native::1.49.3:r0::12:7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '50/59/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ba/f0/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/f0/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.6.2%3Ar0%3Acore2-64%3A12%3Abaf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a_package_qa.tar.zst;downloadfilename=ba/f0/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/52/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/ec/2b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f_create_spdx.tar.zst\nDEBUG: Searching for 9e/d5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 27/d2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://90/a2/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e4/26/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae_create_spdx.tar.zst\nDEBUG: For url file://universal/68/d5/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/68/d5/sstate%3Agtk%2B3-native%3Ax86_64-linux%3A3.24.42%3Ar0%3Ax86_64%3A12%3A68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a_recipe_qa.tar.zst;downloadfilename=universal/68/d5/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a_recipe_qa.tar.zst\nDEBUG: Testing URL file://c2/c1/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d_create_package_spdx.tar.zst\nDEBUG: Using  for universal/f6/1d/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f1/93/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '7a/5b/sstate:help2man-native::1.49.3:r0::12:7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a_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/59/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/59/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de_populate_sysroot.tar.zst;downloadfilename=50/59/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de_populate_sysroot.tar.zst\nDEBUG: Searching for 7f/52/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ec/2b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f_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://5d/1b/sstate:libffi::3.4.6:r0::12:5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f_populate_lic.tar.zst\nDEBUG: Using  for 9e/d5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e_recipe_qa.tar.zst\nDEBUG: Using  for 27/d2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794_package.tar.zst\nDEBUG: SState: Attempting to fetch file://51/b3/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05_create_package_spdx.tar.zst\nDEBUG: Searching for universal/e4/26/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c2/c1/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d_create_package_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/1d/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1f/09/sstate:unfs3-native:x86_64-linux:0.10.0:r0:x86_64:12:1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/29/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a_packagedata.tar.zst\nDEBUG: For url ['file', '', 'f1/93/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd_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://7a/5b/sstate:help2man-native::1.49.3:r0::12:7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/5b/sstate%3Ahelp2man-native%3A%3A1.49.3%3Ar0%3A%3A12%3A7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a_populate_lic.tar.zst;downloadfilename=7a/5b/sstate:help2man-native::1.49.3:r0::12:7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a_populate_lic.tar.zst\nDEBUG: Using  for 7f/52/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1_package_write_rpm.tar.zst\nDEBUG: For url file://universal/ec/2b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ec/2b/sstate%3Akern-tools-native%3Ax86_64-linux%3A0.3%2Bgit%3Ar0%3Ax86_64%3A12%3Aec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f_create_spdx.tar.zst;downloadfilename=universal/ec/2b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/e4/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:c3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://9e/d5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e_recipe_qa.tar.zst\nDEBUG: Testing URL file://27/d2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794_package.tar.zst\nDEBUG: Searching for 51/b3/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e4/26/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae_create_spdx.tar.zst\nDEBUG: For url file://c2/c1/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/c1/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.5.1%3Ar0%3Acore2-64%3A12%3Ac2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d_create_package_spdx.tar.zst;downloadfilename=c2/c1/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f6/1d/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d_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://e9/45/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:e9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/18/71/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f1/93/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/93/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Af1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd_package_write_deb.tar.zst;downloadfilename=f1/93/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd_package_write_deb.tar.zst\nDEBUG: Testing URL file://7f/52/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/f0/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a_package_qa.tar.zst\nDEBUG: Searching for c3/e4/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:c3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9e/d5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e_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/68/d5/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '27/d2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 51/b3/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/e4/26/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae_create_spdx.tar.zst\nDEBUG: For url file://universal/f6/1d/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/1d/sstate%3Alibxml-simple-perl-native%3Ax86_64-linux%3A2.25%3Ar0%3Ax86_64%3A12%3Af61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d_populate_sysroot.tar.zst;downloadfilename=universal/f6/1d/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d_populate_sysroot.tar.zst\nDEBUG: Searching for e9/45/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:e9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://50/59/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:5059254a3858ced3841011641fcb59d1f4d9112aac388ed7544e0089508003de_populate_sysroot.tar.zst\nDEBUG: Searching for universal/18/71/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7f/52/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1_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://c6/8c/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:c68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc_package.tar.zst\nDEBUG: Using  for c3/e4/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:c3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9e/d5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/d5/sstate%3Alibglu%3Acore2-64-poky-linux%3A9.0.3%3Ar0%3Acore2-64%3A12%3A9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e_recipe_qa.tar.zst;downloadfilename=9e/d5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://22/1d/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6_package_write_ipk.tar.zst\nDEBUG: For url file://27/d2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/d2/sstate%3Awireless-regdb%3Aall-poky-linux%3A2024.05.08%3Ar0%3Aallarch%3A12%3A27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794_package.tar.zst;downloadfilename=27/d2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794_package.tar.zst\nDEBUG: Testing URL file://51/b3/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e4/26/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e9/45/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:e9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/98/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ec/2b/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/5b/sstate:help2man-native::1.49.3:r0::12:7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a_populate_lic.tar.zst\nDEBUG: Using  for universal/18/71/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7f/52/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/52/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A12%3A7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1_package_write_rpm.tar.zst;downloadfilename=7f/52/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1_package_write_rpm.tar.zst\nDEBUG: Searching for c6/8c/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:c68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c3/e4/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:c3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 22/1d/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c2/c1/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '51/b3/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05_create_package_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/26/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e4/26/sstate%3Abc-native%3Ax86_64-linux%3A1.07.1%3Ar0%3Ax86_64%3A12%3Ae426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae_create_spdx.tar.zst;downloadfilename=universal/e4/26/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae_create_spdx.tar.zst\nDEBUG: Testing URL file://e9/45/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:e9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4_package_write_ipk.tar.zst\nDEBUG: Searching for c0/98/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://29/8f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/bd/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/18/71/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c6/8c/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:c68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/93/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f1932e42818b6567304e1679fc05deeed076e6f16c03ec06f183a617ff798dcd_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c3/e4/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:c3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad_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 22/1d/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/1d/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:f61dab9f7a569c450b37c65ba7b44ed100916f6f7a98470f0ed41e961a46f82d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e4/1b/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d_package_write_rpm.tar.zst\nDEBUG: For url file://51/b3/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/b3/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05_create_package_spdx.tar.zst;downloadfilename=51/b3/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e9/45/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:e9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c0/98/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/d5/sstate:libglu:core2-64-poky-linux:9.0.3:r0:core2-64:12:9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e_recipe_qa.tar.zst\nDEBUG: Searching for 29/8f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f6/bd/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/18/71/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406_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/8c/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:c68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc_package.tar.zst\nDEBUG: SState: Attempting to fetch file://08/8f/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9_recipe_qa.tar.zst\nDEBUG: For url file://c3/e4/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:c3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/e4/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A12%3Ac3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad_deploy_source_date_epoch.tar.zst;downloadfilename=c3/e4/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:c3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://22/1d/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://47/b9/sstate:bc-native::1.07.1:r0::12:47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38_populate_lic.tar.zst\nDEBUG: Searching for e4/1b/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e9/45/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:e9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/45/sstate%3Aicu%3Acore2-64-poky-linux%3A75-1%3Ar0%3Acore2-64%3A12%3Ae9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4_package_write_ipk.tar.zst;downloadfilename=e9/45/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:e9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c0/98/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://27/d2/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:27d24835268b8eea29f65bddff56b76a6270c58420c065fcbe8324a4a5fb2794_package.tar.zst\nDEBUG: SState: Attempting to fetch file://61/78/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9_package_qa.tar.zst\nDEBUG: Using  for 29/8f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391_recipe_qa.tar.zst\nDEBUG: Using  for f6/bd/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177_populate_sysroot.tar.zst\nDEBUG: For url file://universal/18/71/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/71/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A14.1.0%3Ar0%3Ax86_64%3A12%3A18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406_deploy_source_date_epoch.tar.zst;downloadfilename=universal/18/71/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c6/8c/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:c68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 08/8f/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '22/1d/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 47/b9/sstate:bc-native::1.07.1:r0::12:47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e4/1b/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/52/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'c0/98/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e_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://4f/0a/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e4/26/sstate:bc-native:x86_64-linux:1.07.1:r0:x86_64:12:e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae_create_spdx.tar.zst\nDEBUG: Searching for 61/78/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://29/8f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391_recipe_qa.tar.zst\nDEBUG: Testing URL file://f6/bd/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177_populate_sysroot.tar.zst\nDEBUG: For url file://c6/8c/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:c68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/8c/sstate%3Amodutils-initscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Ac68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc_package.tar.zst;downloadfilename=c6/8c/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:c68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc_package.tar.zst\nDEBUG: Using  for 08/8f/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9_recipe_qa.tar.zst\nDEBUG: For url file://22/1d/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/1d/sstate%3Alibgcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6_package_write_ipk.tar.zst;downloadfilename=22/1d/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://51/b3/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05_create_package_spdx.tar.zst\nDEBUG: Using  for 47/b9/sstate:bc-native::1.07.1:r0::12:47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38_populate_lic.tar.zst\nDEBUG: Testing URL file://e4/1b/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/74/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72_recipe_qa.tar.zst\nDEBUG: For url file://c0/98/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/98/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A12%3Ac098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e_packagedata.tar.zst;downloadfilename=c0/98/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e_packagedata.tar.zst\nDEBUG: Searching for 4f/0a/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d7/66/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608_packagedata.tar.zst\nDEBUG: Using  for 61/78/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9_package_qa.tar.zst\nDEBUG: For url ['file', '', '29/8f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391_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/bd/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177_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://c3/e4/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:c3e4843f3890289586dd056d1e7704aa4d0c3e26923ec9a861fedc3085528aad_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://08/8f/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://82/3b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412_create_package_spdx.tar.zst\nDEBUG: Testing URL file://47/b9/sstate:bc-native::1.07.1:r0::12:47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/45/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:e9450fa0076ab6b594d89cb40f28dccc55ebd2589f9b5017bf1c94e89d5129e4_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'e4/1b/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c4/74/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4f/0a/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5_create_spdx.tar.zst\nDEBUG: Searching for d7/66/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://61/78/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9_package_qa.tar.zst\nDEBUG: For url file://29/8f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/8f/sstate%3Asocat%3Acore2-64-poky-linux%3A1.8.0.0%3Ar0%3Acore2-64%3A12%3A298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391_recipe_qa.tar.zst;downloadfilename=29/8f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391_recipe_qa.tar.zst\nDEBUG: For url file://f6/bd/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/bd/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.5%3Ar0%3Acore2-64%3A12%3Af6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177_populate_sysroot.tar.zst;downloadfilename=f6/bd/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://45/d2/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '08/8f/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 82/3b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/18/71/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:18718aa4cfc3bbe30c30d8e46c6508b7436215c8b74a8e96b98da788487a7406_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '47/b9/sstate:bc-native::1.07.1:r0::12:47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38_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://e8/cf/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:e8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe_package.tar.zst\nDEBUG: For url file://e4/1b/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/1b/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A12%3Ae41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d_package_write_rpm.tar.zst;downloadfilename=e4/1b/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d_package_write_rpm.tar.zst\nDEBUG: Using  for c4/74/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72_recipe_qa.tar.zst\nDEBUG: Testing URL file://4f/0a/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5_create_spdx.tar.zst\nDEBUG: Using  for d7/66/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608_packagedata.tar.zst\nDEBUG: For url ['file', '', '61/78/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 45/d2/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://22/1d/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:221d8f1c66690eac48a12dd80b0b9f6337b936f185b96b2b6badb01f2446cca6_package_write_ipk.tar.zst\nDEBUG: For url file://08/8f/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/8f/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A12%3A088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9_recipe_qa.tar.zst;downloadfilename=08/8f/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/8c/sstate:modutils-initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:c68c37a15d9b6a0c82ce2f26d86d94b4decb682c4d5d57e7a7f840ce0d8464bc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/98/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e_packagedata.tar.zst\nDEBUG: Using  for 82/3b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/65/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4_packagedata.tar.zst\nDEBUG: For url file://47/b9/sstate:bc-native::1.07.1:r0::12:47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/b9/sstate%3Abc-native%3A%3A1.07.1%3Ar0%3A%3A12%3A47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38_populate_lic.tar.zst;downloadfilename=47/b9/sstate:bc-native::1.07.1:r0::12:47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38_populate_lic.tar.zst\nDEBUG: Searching for e8/cf/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:e8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c4/74/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '4f/0a/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5_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/66/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608_packagedata.tar.zst\nDEBUG: For url file://61/78/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/78/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9_package_qa.tar.zst;downloadfilename=61/78/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9_package_qa.tar.zst\nDEBUG: Using  for 45/d2/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://60/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f4/56/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dc/28/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43_populate_sysroot.tar.zst\nDEBUG: Testing URL file://82/3b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412_create_package_spdx.tar.zst\nDEBUG: Searching for 3b/65/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e8/cf/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:e8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe_package.tar.zst\nDEBUG: SState: Successful fetch test for file://29/8f/sstate:socat:core2-64-poky-linux:1.8.0.0:r0:core2-64:12:298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c4/74/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72_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/bd/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177_populate_sysroot.tar.zst\nDEBUG: For url file://4f/0a/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4f/0a/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5_create_spdx.tar.zst;downloadfilename=4f/0a/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd7/66/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://45/d2/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e_create_package_spdx.tar.zst\nDEBUG: Searching for 60/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/f4/56/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/dc/28/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '82/3b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3b/65/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4_packagedata.tar.zst\nDEBUG: Testing URL file://e8/cf/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:e8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe_package.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/c1/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4_package_qa.tar.zst\nDEBUG: For url file://c4/74/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/74/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A12%3Ac474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72_recipe_qa.tar.zst;downloadfilename=c4/74/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/3c/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e4/1b/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://08/8f/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9_recipe_qa.tar.zst\nDEBUG: For url file://d7/66/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/66/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A12%3Ad7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608_packagedata.tar.zst;downloadfilename=d7/66/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608_packagedata.tar.zst\nDEBUG: For url ['file', '', '45/d2/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 60/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47_create_package_spdx.tar.zst\nDEBUG: Using  for universal/f4/56/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab_create_spdx.tar.zst\nDEBUG: Using  for universal/dc/28/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43_populate_sysroot.tar.zst\nDEBUG: For url file://82/3b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/3b/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A12%3A823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412_create_package_spdx.tar.zst;downloadfilename=82/3b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412_create_package_spdx.tar.zst\nDEBUG: Testing URL file://3b/65/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e8/cf/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:e8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9b/c1/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2c/3c/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8b/9c/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://47/b9/sstate:bc-native::1.07.1:r0::12:47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/2a/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8_package_write_ipk.tar.zst\nDEBUG: For url file://45/d2/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/d2/sstate%3Aqemuwrapper-cross%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e_create_package_spdx.tar.zst;downloadfilename=45/d2/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e_create_package_spdx.tar.zst\nDEBUG: Testing URL file://60/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/f4/56/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://61/78/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9_package_qa.tar.zst\nDEBUG: Testing URL file://universal/dc/28/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '3b/65/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e8/cf/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:e8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/cf/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A12%3Ae8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe_package.tar.zst;downloadfilename=e8/cf/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:e8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe_package.tar.zst\nDEBUG: Using  for 9b/c1/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4f/0a/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5_create_spdx.tar.zst\nDEBUG: Using  for 2c/3c/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c_package_write_rpm.tar.zst\nDEBUG: Searching for 8b/9c/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://af/97/sstate:quota::4.09:r0::12:af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348_populate_lic.tar.zst\nDEBUG: Searching for 7a/2a/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '60/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47_create_package_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/56/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab_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://c4/74/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/e4/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/dc/28/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3b/65/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/65/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A12%3A3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4_packagedata.tar.zst;downloadfilename=3b/65/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4_packagedata.tar.zst\nDEBUG: Testing URL file://9b/c1/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/66/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/ac/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2c/3c/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c_package_write_rpm.tar.zst\nDEBUG: Using  for 8b/9c/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc_package.tar.zst\nDEBUG: Searching for af/97/sstate:quota::4.09:r0::12:af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7a/2a/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8_package_write_ipk.tar.zst\nDEBUG: For url file://60/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/3e/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A12%3A603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47_create_package_spdx.tar.zst;downloadfilename=60/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47_create_package_spdx.tar.zst\nDEBUG: For url file://universal/f4/56/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/56/sstate%3Apython3-pathspec-native%3Ax86_64-linux%3A0.12.1%3Ar0%3Ax86_64%3A12%3Af456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab_create_spdx.tar.zst;downloadfilename=universal/f4/56/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://02/0f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c_create_spdx.tar.zst\nDEBUG: Searching for e6/e4/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/dc/28/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dc/28/sstate%3Alibxrandr-native%3Ax86_64-linux%3A1.5.4%3Ar0%3Ax86_64%3A12%3Adc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43_populate_sysroot.tar.zst;downloadfilename=universal/dc/28/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://82/3b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '9b/c1/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4_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://71/a1/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316_package_write_deb.tar.zst\nDEBUG: Searching for 3d/ac/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2c/3c/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c_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://8b/9c/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc_package.tar.zst\nDEBUG: Using  for af/97/sstate:quota::4.09:r0::12:af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348_populate_lic.tar.zst\nDEBUG: Testing URL file://af/97/sstate:quota::4.09:r0::12:af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348_populate_lic.tar.zst\nDEBUG: Searching for 02/0f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://45/d2/sstate:qemuwrapper-cross:core2-64-poky-linux:1.0:r0:core2-64:12:45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e_create_package_spdx.tar.zst\nDEBUG: Using  for e6/e4/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/a1/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/cf/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:e8cf546a1b94d496b8d6e860cd60141e367992951e5c33f21ccedaa33d858fbe_package.tar.zst\nDEBUG: For url file://9b/c1/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/c1/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A12%3A9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4_package_qa.tar.zst;downloadfilename=9b/c1/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4_package_qa.tar.zst\nDEBUG: Searching for 71/a1/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3d/ac/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2c/3c/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/3c/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c_package_write_rpm.tar.zst;downloadfilename=2c/3c/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '8b/9c/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7a/2a/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'af/97/sstate:quota::4.09:r0::12:af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 02/0f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c_create_spdx.tar.zst\nDEBUG: Testing URL file://02/0f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c_create_spdx.tar.zst\nDEBUG: Testing URL file://e6/e4/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e_packagedata.tar.zst\nDEBUG: Searching for 9b/a1/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9b/a1/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5_package_write_deb.tar.zst\nDEBUG: Using  for 71/a1/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/65/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4_packagedata.tar.zst\nDEBUG: Testing URL file://3d/ac/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8b/9c/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/9c/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3A8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc_package.tar.zst;downloadfilename=8b/9c/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc_package.tar.zst\nDEBUG: For url ['file', '', '7a/2a/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8_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://universal/f4/56/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://60/3e/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47_create_package_spdx.tar.zst\nDEBUG: For url file://af/97/sstate:quota::4.09:r0::12:af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/97/sstate%3Aquota%3A%3A4.09%3Ar0%3A%3A12%3Aaf97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348_populate_lic.tar.zst;downloadfilename=af/97/sstate:quota::4.09:r0::12:af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/4f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '02/0f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e6/e4/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9b/a1/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://83/a7/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da_recipe_qa.tar.zst\nDEBUG: Testing URL file://71/a1/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4a/b0/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3d/ac/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b_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://7a/2a/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/2a/sstate%3Atzdata%3Aall-poky-linux%3A2024a%3Ar0%3Aallarch%3A12%3A7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8_package_write_ipk.tar.zst;downloadfilename=7a/2a/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dc/28/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/bc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/e0/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7_create_spdx.tar.zst\nDEBUG: Searching for 0b/4f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9b/c1/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4_package_qa.tar.zst\nDEBUG: For url file://02/0f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/0f/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A12%3A020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c_create_spdx.tar.zst;downloadfilename=02/0f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c_create_spdx.tar.zst\nDEBUG: For url file://e6/e4/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/e4/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.5%3Ar0%3Acore2-64%3A12%3Ae6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e_packagedata.tar.zst;downloadfilename=e6/e4/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e_packagedata.tar.zst\nDEBUG: For url ['file', '', '9b/a1/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 83/a7/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '71/a1/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/4a/b0/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3d/ac/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/ac/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A12%3A3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b_deploy_source_date_epoch.tar.zst;downloadfilename=3d/ac/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/3c/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://56/55/sstate:libxxf86vm-native::1.1.5:r0::12:5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430_populate_lic.tar.zst\nDEBUG: Searching for a5/bc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ba/e0/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0b/4f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/83/be/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9b/a1/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/a1/sstate%3Apython3-sortedcontainers%3Acore2-64-poky-linux%3A2.4.0%3Ar0%3Acore2-64%3A12%3A9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5_package_write_deb.tar.zst;downloadfilename=9b/a1/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5_package_write_deb.tar.zst\nDEBUG: Using  for 83/a7/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/9c/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:8b9cab69a8635a24392b2aaa5d350347bcd7bfc1d616709096fb234a8f112ccc_package.tar.zst\nDEBUG: For url file://71/a1/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/a1/sstate%3Ancurses%3Acore2-64-poky-linux%3A6.5%3Ar0%3Acore2-64%3A12%3A71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316_package_write_deb.tar.zst;downloadfilename=71/a1/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316_package_write_deb.tar.zst\nDEBUG: Using  for universal/4a/b0/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/10/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://af/97/sstate:quota::4.09:r0::12:af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348_populate_lic.tar.zst\nDEBUG: Searching for 56/55/sstate:libxxf86vm-native::1.1.5:r0::12:5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a5/bc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11_package_write_ipk.tar.zst\nDEBUG: Using  for ba/e0/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7_create_spdx.tar.zst\nDEBUG: Testing URL file://0b/4f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7_recipe_qa.tar.zst\nDEBUG: Searching for universal/83/be/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://83/a7/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/3e/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/2a/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:7a2a4550feac7143b57cea8875a23b62985418275e62fd3b20d31e58c9ecbde8_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/4a/b0/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640_create_spdx.tar.zst\nDEBUG: Searching for f4/10/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://02/0f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/14/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:bb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51_package_write_deb.tar.zst\nDEBUG: Using  for 56/55/sstate:libxxf86vm-native::1.1.5:r0::12:5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430_populate_lic.tar.zst\nDEBUG: Testing URL file://a5/bc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ba/e0/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0b/4f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/83/be/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '83/a7/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a2/3e/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://16/7e/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/4a/b0/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f4/10/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://58/cd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8_recipe_qa.tar.zst\nDEBUG: Searching for bb/14/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:bb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://56/55/sstate:libxxf86vm-native::1.1.5:r0::12:5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a5/bc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11_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', '', 'ba/e0/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0b/4f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/4f/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.44%3Ar0%3Acore2-64%3A12%3A0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7_recipe_qa.tar.zst;downloadfilename=0b/4f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/83/be/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://83/a7/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/a7/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da_recipe_qa.tar.zst;downloadfilename=83/a7/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da_recipe_qa.tar.zst\nDEBUG: Using  for a2/3e/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b_package_write_rpm.tar.zst\nDEBUG: Searching for 16/7e/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e6/e4/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e_packagedata.tar.zst\nDEBUG: For url file://universal/4a/b0/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4a/b0/sstate%3Agtk%2B3-native%3Ax86_64-linux%3A3.24.42%3Ar0%3Ax86_64%3A12%3A4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640_create_spdx.tar.zst;downloadfilename=universal/4a/b0/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640_create_spdx.tar.zst\nDEBUG: Testing URL file://f4/10/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1_package_qa.tar.zst\nDEBUG: Searching for 58/cd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bb/14/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:bb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '56/55/sstate:libxxf86vm-native::1.1.5:r0::12:5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a5/bc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/bc/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3Aa5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11_package_write_ipk.tar.zst;downloadfilename=a5/bc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11_package_write_ipk.tar.zst\nDEBUG: For url file://ba/e0/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/e0/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A12%3Abae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7_create_spdx.tar.zst;downloadfilename=ba/e0/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/83/be/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26_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/a1/sstate:python3-sortedcontainers:core2-64-poky-linux:2.4.0:r0:core2-64:12:9ba13c87777ed98217acbe6e9737e4568f9e3c8d511de38b4f751d1a8269d7b5_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/ac/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:3dac2dabe005242a2f38e170ff9bddb8720caacb7e8cb245b1d77971a0743d9b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a2/3e/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b_package_write_rpm.tar.zst\nDEBUG: Using  for 16/7e/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://71/a1/sstate:ncurses:core2-64-poky-linux:6.5:r0:core2-64:12:71a15b569435d73d7496296de11c377a50efe8f14edc366fadc210f84b161316_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://59/cd/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f4/10/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 58/cd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8_recipe_qa.tar.zst\nDEBUG: Testing URL file://bb/14/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:bb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51_package_write_deb.tar.zst\nDEBUG: For url file://56/55/sstate:libxxf86vm-native::1.1.5:r0::12:5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/55/sstate%3Alibxxf86vm-native%3A%3A1.1.5%3Ar0%3A%3A12%3A5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430_populate_lic.tar.zst;downloadfilename=56/55/sstate:libxxf86vm-native::1.1.5:r0::12:5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430_populate_lic.tar.zst\nDEBUG: For url file://universal/83/be/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/83/be/sstate%3Alibpciaccess-native%3Ax86_64-linux%3A0.18.1%3Ar0%3Ax86_64%3A12%3A83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26_deploy_source_date_epoch.tar.zst;downloadfilename=universal/83/be/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/34/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/ea/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:d3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8_package.tar.zst\nDEBUG: For url ['file', '', 'a2/3e/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b_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://16/7e/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://53/02/sstate:gettext-native::0.22.5:r0::12:5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/4f/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7_recipe_qa.tar.zst\nDEBUG: Searching for 59/cd/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://58/cd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8_recipe_qa.tar.zst\nDEBUG: For url file://f4/10/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/10/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3Af4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1_package_qa.tar.zst;downloadfilename=f4/10/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://83/a7/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'bb/14/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:bb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d3/34/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d3/ea/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:d3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/4a/b0/sstate:gtk+3-native:x86_64-linux:3.24.42:r0:x86_64:12:4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640_create_spdx.tar.zst\nDEBUG: For url file://a2/3e/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/3e/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3Aa23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b_package_write_rpm.tar.zst;downloadfilename=a2/3e/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '16/7e/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 53/02/sstate:gettext-native::0.22.5:r0::12:5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/9f/a4/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d_populate_sysroot.tar.zst\nDEBUG: Using  for 59/cd/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '58/cd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8_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://49/b5/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/bc/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:a5bc96ada9f3892c177195f9b41c162c05ba8145e0ef26f9daf719ea598bef11_package_write_ipk.tar.zst\nDEBUG: For url file://bb/14/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:bb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/14/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.6%3Ar0%3Acore2-64%3A12%3Abb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51_package_write_deb.tar.zst;downloadfilename=bb/14/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:bb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51_package_write_deb.tar.zst\nDEBUG: Using  for d3/34/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622_create_spdx.tar.zst\nDEBUG: Using  for d3/ea/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:d3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://61/28/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8_packagedata.tar.zst\nDEBUG: For url file://16/7e/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/7e/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A12%3A167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923_package_write_ipk.tar.zst;downloadfilename=16/7e/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923_package_write_ipk.tar.zst\nDEBUG: Using  for 53/02/sstate:gettext-native::0.22.5:r0::12:5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/e0/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7_create_spdx.tar.zst\nDEBUG: Searching for universal/9f/a4/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://59/cd/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1_create_package_spdx.tar.zst\nDEBUG: For url file://58/cd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/cd/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.2%3Ar0%3Acore2-64%3A12%3A58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8_recipe_qa.tar.zst;downloadfilename=58/cd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8_recipe_qa.tar.zst\nDEBUG: Searching for 49/b5/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://df/44/sstate:cargo-native::1.75.0:r0::12:df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0_populate_lic.tar.zst\nDEBUG: Testing URL file://d3/34/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622_create_spdx.tar.zst\nDEBUG: Testing URL file://d3/ea/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:d3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8_package.tar.zst\nDEBUG: Searching for 61/28/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://53/02/sstate:gettext-native::0.22.5:r0::12:5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://53/40/sstate:packagegroup-core-x11-xserver::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://56/55/sstate:libxxf86vm-native::1.1.5:r0::12:5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/83/be/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:83be6fc0c43340aa9fb819453ad8a3227bdb54eb62ea31e7b520bf7b07912f26_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/9f/a4/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '59/cd/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 49/b5/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/3e/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b_package_write_rpm.tar.zst\nDEBUG: Searching for df/44/sstate:cargo-native::1.75.0:r0::12:df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f4/10/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1_package_qa.tar.zst\nDEBUG: For url ['file', '', 'd3/34/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'd3/ea/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:d3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 61/28/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8_packagedata.tar.zst\nDEBUG: For url ['file', '', '53/02/sstate:gettext-native::0.22.5:r0::12:5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 53/40/sstate:packagegroup-core-x11-xserver::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9f/29/sstate:python3-docutils-native::0.21.2:r0::12:9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/69/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:c869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/9f/a4/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d_populate_sysroot.tar.zst\nDEBUG: For url file://59/cd/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/cd/sstate%3Alibksba%3Acore2-64-poky-linux%3A1.6.6%3Ar0%3Acore2-64%3A12%3A59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1_create_package_spdx.tar.zst;downloadfilename=59/cd/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://49/b5/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/90/e5/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/14/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:bb149fbfe77aa1aa084a2963bea2874d812f1fc35c0659f5414539ac89445e51_package_write_deb.tar.zst\nDEBUG: Using  for df/44/sstate:cargo-native::1.75.0:r0::12:df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://31/f3/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce_package_write_deb.tar.zst\nDEBUG: For url file://d3/34/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/34/sstate%3Alibtool-cross%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3Ad33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622_create_spdx.tar.zst;downloadfilename=d3/34/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622_create_spdx.tar.zst\nDEBUG: For url file://d3/ea/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:d3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/ea/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A12%3Ad3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8_package.tar.zst;downloadfilename=d3/ea/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:d3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8_package.tar.zst\nDEBUG: Testing URL file://61/28/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8_packagedata.tar.zst\nDEBUG: For url file://53/02/sstate:gettext-native::0.22.5:r0::12:5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/02/sstate%3Agettext-native%3A%3A0.22.5%3Ar0%3A%3A12%3A5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf_populate_lic.tar.zst;downloadfilename=53/02/sstate:gettext-native::0.22.5:r0::12:5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf_populate_lic.tar.zst\nDEBUG: Using  for 53/40/sstate:packagegroup-core-x11-xserver::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Searching for 9f/29/sstate:python3-docutils-native::0.21.2:r0::12:9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c8/69/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:c869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/9f/a4/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '49/b5/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/90/e5/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://16/7e/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:167e8632eb4807f58d51be6f961afbdbdb3c8ab83ddbeceaf45bfa0512d96923_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0e/9a/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432_create_package_spdx.tar.zst\nDEBUG: Testing URL file://df/44/sstate:cargo-native::1.75.0:r0::12:df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0_populate_lic.tar.zst\nDEBUG: Searching for 31/f3/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '61/28/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8_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/cd/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8_recipe_qa.tar.zst\nDEBUG: Testing URL file://53/40/sstate:packagegroup-core-x11-xserver::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Using  for 9f/29/sstate:python3-docutils-native::0.21.2:r0::12:9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d_populate_lic.tar.zst\nDEBUG: Using  for c8/69/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:c869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/9f/a4/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9f/a4/sstate%3Apython3-typing-extensions-native%3Ax86_64-linux%3A4.12.2%3Ar0%3Ax86_64%3A12%3A9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d_populate_sysroot.tar.zst;downloadfilename=universal/9f/a4/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d_populate_sysroot.tar.zst\nDEBUG: For url file://49/b5/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/b5/sstate%3Aboost%3Acore2-64-poky-linux%3A1.85.0%3Ar0%3Acore2-64%3A12%3A49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b_package_qa.tar.zst;downloadfilename=49/b5/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b_package_qa.tar.zst\nDEBUG: Using  for universal/90/e5/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://86/0c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8_packagedata.tar.zst\nDEBUG: Searching for universal/0e/9a/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'df/44/sstate:cargo-native::1.75.0:r0::12:df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 31/f3/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce_package_write_deb.tar.zst\nDEBUG: For url file://61/28/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/28/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8_packagedata.tar.zst;downloadfilename=61/28/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/51/d1/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '53/40/sstate:packagegroup-core-x11-xserver::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_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/29/sstate:python3-docutils-native::0.21.2:r0::12:9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d_populate_lic.tar.zst\nDEBUG: Testing URL file://c8/69/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:c869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/90/e5/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f_recipe_qa.tar.zst\nDEBUG: Searching for 86/0c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/0e/9a/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://59/cd/sstate:libksba:core2-64-poky-linux:1.6.6:r0:core2-64:12:59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1_create_package_spdx.tar.zst\nDEBUG: For url file://df/44/sstate:cargo-native::1.75.0:r0::12:df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/44/sstate%3Acargo-native%3A%3A1.75.0%3Ar0%3A%3A12%3Adf44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0_populate_lic.tar.zst;downloadfilename=df/44/sstate:cargo-native::1.75.0:r0::12:df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0_populate_lic.tar.zst\nDEBUG: Testing URL file://31/f3/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce_package_write_deb.tar.zst\nDEBUG: Searching for universal/51/d1/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://53/40/sstate:packagegroup-core-x11-xserver::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/40/sstate%3Apackagegroup-core-x11-xserver%3A%3A1.0%3Ar0%3A%3A12%3A53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst;downloadfilename=53/40/sstate:packagegroup-core-x11-xserver::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/ea/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:d3ea639dbfa594a4b4ac65e8c21ad61e6235b5bf382ee2c1dd67289dff83d8b8_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/34/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622_create_spdx.tar.zst\nDEBUG: For url ['file', '', '9f/29/sstate:python3-docutils-native::0.21.2:r0::12:9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d_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/69/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:c869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6_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/e5/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 86/0c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8_packagedata.tar.zst\nDEBUG: Testing URL file://universal/0e/9a/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/85/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '31/f3/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/51/d1/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/0a/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://53/02/sstate:gettext-native::0.22.5:r0::12:5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://49/b5/sstate:boost:core2-64-poky-linux:1.85.0:r0:core2-64:12:49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/10/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067_package_write_ipk.tar.zst\nDEBUG: For url file://9f/29/sstate:python3-docutils-native::0.21.2:r0::12:9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/29/sstate%3Apython3-docutils-native%3A%3A0.21.2%3Ar0%3A%3A12%3A9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d_populate_lic.tar.zst;downloadfilename=9f/29/sstate:python3-docutils-native::0.21.2:r0::12:9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d_populate_lic.tar.zst\nDEBUG: For url file://c8/69/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:c869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/69/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.1.0%3Ar0%3Acore2-64%3A12%3Ac869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6_deploy_source_date_epoch.tar.zst;downloadfilename=c8/69/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:c869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/90/e5/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/90/e5/sstate%3Alibx11-native%3Ax86_64-linux%3A1.8.9%3Ar0%3Ax86_64%3A12%3A90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f_recipe_qa.tar.zst;downloadfilename=universal/90/e5/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f_recipe_qa.tar.zst\nDEBUG: Testing URL file://86/0c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/0e/9a/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4b/85/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://31/f3/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/f3/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20240407%3Ar0%3Acore2-64%3A12%3A31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce_package_write_deb.tar.zst;downloadfilename=31/f3/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/51/d1/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67_create_package_spdx.tar.zst\nDEBUG: Searching for 7b/0a/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/96/cd/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/80/22/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://61/28/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8_packagedata.tar.zst\nDEBUG: Searching for 2d/10/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/9f/a4/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '86/0c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8_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://df/44/sstate:cargo-native::1.75.0:r0::12:df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0_populate_lic.tar.zst\nDEBUG: For url file://universal/0e/9a/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0e/9a/sstate%3Atzcode-native%3Ax86_64-linux%3A2024a%3Ar0%3Ax86_64%3A12%3A0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432_create_package_spdx.tar.zst;downloadfilename=universal/0e/9a/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432_create_package_spdx.tar.zst\nDEBUG: Using  for 4b/85/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/51/d1/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7b/0a/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d_populate_sysroot.tar.zst\nDEBUG: Searching for universal/96/cd/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://53/40/sstate:packagegroup-core-x11-xserver::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Searching for universal/80/22/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1a/60/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8_package_qa.tar.zst\nDEBUG: Using  for 2d/10/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/b9/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:c2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09_package_write_ipk.tar.zst\nDEBUG: For url file://86/0c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/0c/sstate%3Apackagegroup-core-ssh-openssh%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8_packagedata.tar.zst;downloadfilename=86/0c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://55/ed/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed_package.tar.zst\nDEBUG: Testing URL file://4b/85/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361_recipe_qa.tar.zst\nDEBUG: For url file://universal/51/d1/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/51/d1/sstate%3Agit-native%3Ax86_64-linux%3A2.45.2%3Ar0%3Ax86_64%3A12%3A51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67_create_package_spdx.tar.zst;downloadfilename=universal/51/d1/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67_create_package_spdx.tar.zst\nDEBUG: Testing URL file://7b/0a/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d_populate_sysroot.tar.zst\nDEBUG: Using  for universal/96/cd/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://84/b3/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6_package.tar.zst\nDEBUG: Using  for universal/80/22/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1_create_spdx.tar.zst\nDEBUG: Searching for 1a/60/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2d/10/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067_package_write_ipk.tar.zst\nDEBUG: Searching for c2/b9/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:c2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/90/e5/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f_recipe_qa.tar.zst\nDEBUG: Searching for 55/ed/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c8/69/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:c869619913061649e5af9ed43cf873fce71cdb1531d5eaf55f88dda901abf4a6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4b/85/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361_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://9f/29/sstate:python3-docutils-native::0.21.2:r0::12:9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7b/0a/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d_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/96/cd/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01_create_package_spdx.tar.zst\nDEBUG: Searching for 84/b3/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://31/f3/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:31f376deee4c0b57d99c325ea197f84bbc7598f6fb9e3c6b24a29b03fb1ec7ce_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/80/22/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1_create_spdx.tar.zst\nDEBUG: Using  for 1a/60/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8_package_qa.tar.zst\nDEBUG: For url ['file', '', '2d/10/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c2/b9/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:c2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7d/d5/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e_create_package_spdx.tar.zst\nDEBUG: Using  for 55/ed/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed_package.tar.zst\nDEBUG: SState: Attempting to fetch file://da/ba/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6_create_spdx.tar.zst\nDEBUG: For url file://4b/85/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/85/sstate%3Apython3-packaging%3Acore2-64-poky-linux%3A24.1%3Ar0%3Acore2-64%3A12%3A4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361_recipe_qa.tar.zst;downloadfilename=4b/85/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/d8/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc_package_write_ipk.tar.zst\nDEBUG: For url file://7b/0a/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/0a/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.22.0%3Ar0%3Acore2-64%3A12%3A7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d_populate_sysroot.tar.zst;downloadfilename=7b/0a/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/96/cd/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 84/b3/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/6a/sstate:sysvinit-inittab::2.88dsf:r0::12:2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/80/22/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1a/60/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8_package_qa.tar.zst\nDEBUG: For url file://2d/10/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/10/sstate%3Alibxres%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067_package_write_ipk.tar.zst;downloadfilename=2d/10/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c2/b9/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:c2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09_package_write_ipk.tar.zst\nDEBUG: Searching for universal/7d/d5/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://55/ed/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed_package.tar.zst\nDEBUG: Searching for da/ba/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0f/d8/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/96/cd/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/96/cd/sstate%3Ameson-native%3Ax86_64-linux%3A1.4.0%3Ar0%3Ax86_64%3A12%3A96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01_create_package_spdx.tar.zst;downloadfilename=universal/96/cd/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://86/0c/sstate:packagegroup-core-ssh-openssh:all-poky-linux:1.0:r0:allarch:12:860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0e/9a/sstate:tzcode-native:x86_64-linux:2024a:r0:x86_64:12:0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432_create_package_spdx.tar.zst\nDEBUG: Testing URL file://84/b3/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6_package.tar.zst\nDEBUG: Searching for 2f/6a/sstate:sysvinit-inittab::2.88dsf:r0::12:2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/80/22/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/80/22/sstate%3Alzip-native%3Ax86_64-linux%3A1.24.1%3Ar0%3Ax86_64%3A12%3A8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1_create_spdx.tar.zst;downloadfilename=universal/80/22/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1a/60/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c2/b9/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:c2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/7d/d5/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/51/d1/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '55/ed/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for da/ba/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6_create_spdx.tar.zst\nDEBUG: Using  for 0f/d8/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/1b/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://59/43/sstate:vte::0.74.2:r0::12:59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '84/b3/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2f/6a/sstate:sysvinit-inittab::2.88dsf:r0::12:2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2_populate_lic.tar.zst\nDEBUG: For url file://1a/60/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/60/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A12%3A1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8_package_qa.tar.zst;downloadfilename=1a/60/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8_package_qa.tar.zst\nDEBUG: For url file://c2/b9/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:c2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/b9/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Ac2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09_package_write_ipk.tar.zst;downloadfilename=c2/b9/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:c2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/7d/d5/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://00/61/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a_create_spdx.tar.zst\nDEBUG: For url file://55/ed/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/ed/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed_package.tar.zst;downloadfilename=55/ed/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed_package.tar.zst\nDEBUG: Testing URL file://da/ba/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6_create_spdx.tar.zst\nDEBUG: Testing URL file://0f/d8/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc_package_write_ipk.tar.zst\nDEBUG: Searching for 4a/1b/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 59/43/sstate:vte::0.74.2:r0::12:59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://84/b3/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/b3/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A12%3A84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6_package.tar.zst;downloadfilename=84/b3/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6_package.tar.zst\nDEBUG: Testing URL file://2f/6a/sstate:sysvinit-inittab::2.88dsf:r0::12:2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/0a/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:7b0a30b88883d41ce724a69b4d5b96e99681b7fb8c7a5ab641787d031fd1028d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/7d/d5/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 00/61/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4b/85/sstate:python3-packaging:core2-64-poky-linux:24.1:r0:core2-64:12:4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'da/ba/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6_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://2d/10/sstate:libxres:core2-64-poky-linux:1.2.2:r0:core2-64:12:2d102de4f25c39cf59ca4063a7150a2887839518c7df21816c6556a11746f067_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '0f/d8/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc_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://universal/96/cd/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01_create_package_spdx.tar.zst\nDEBUG: Using  for 4a/1b/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b_recipe_qa.tar.zst\nDEBUG: Using  for 59/43/sstate:vte::0.74.2:r0::12:59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2f/6a/sstate:sysvinit-inittab::2.88dsf:r0::12:2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2_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/97/7f/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/80/22/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1_create_spdx.tar.zst\nDEBUG: For url file://universal/7d/d5/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/d5/sstate%3Awayland-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A12%3A7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e_create_package_spdx.tar.zst;downloadfilename=universal/7d/d5/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e_create_package_spdx.tar.zst\nDEBUG: Using  for 00/61/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/fe/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af_package_write_ipk.tar.zst\nDEBUG: For url file://da/ba/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/ba/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.8.1%3Ar0%3Acore2-64%3A12%3Adaba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6_create_spdx.tar.zst;downloadfilename=da/ba/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/03/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36_package.tar.zst\nDEBUG: For url file://0f/d8/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/d8/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%2Bgit%3Ar0%3Aallarch%3A12%3A0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc_package_write_ipk.tar.zst;downloadfilename=0f/d8/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/b4/sstate:libptytty::2.0:r0::12:d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e_populate_lic.tar.zst\nDEBUG: Testing URL file://4a/1b/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b_recipe_qa.tar.zst\nDEBUG: Testing URL file://59/43/sstate:vte::0.74.2:r0::12:59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4_populate_lic.tar.zst\nDEBUG: For url file://2f/6a/sstate:sysvinit-inittab::2.88dsf:r0::12:2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/6a/sstate%3Asysvinit-inittab%3A%3A2.88dsf%3Ar0%3A%3A12%3A2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2_populate_lic.tar.zst;downloadfilename=2f/6a/sstate:sysvinit-inittab::2.88dsf:r0::12:2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2_populate_lic.tar.zst\nDEBUG: Searching for universal/97/7f/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d0/50/sstate:vala-native::0.56.17:r0::12:d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382_populate_lic.tar.zst\nDEBUG: Testing URL file://00/61/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/60/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8_package_qa.tar.zst\nDEBUG: Searching for ec/fe/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9a/03/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c2/b9/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:c2b902303e98199961dacbe941dd8a5993c38ba82bab89ca277e3c9e28104a09_package_write_ipk.tar.zst\nDEBUG: Searching for d7/b4/sstate:libptytty::2.0:r0::12:d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://84/b3/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:84b3d5ca44b5a4ce9ac665d6dd35e83c2cb2d6177b153d8b8a8284925fcc1cd6_package.tar.zst\nDEBUG: For url ['file', '', '4a/1b/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b_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://55/ed/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:55edc2f6c5fa592ede492270bd05488011941b0a7734b92b6508748c005e23ed_package.tar.zst\nDEBUG: For url ['file', '', '59/43/sstate:vte::0.74.2:r0::12:59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/97/7f/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0_create_package_spdx.tar.zst\nDEBUG: Searching for d0/50/sstate:vala-native::0.56.17:r0::12:d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '00/61/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a_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://64/fe/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11_recipe_qa.tar.zst\nDEBUG: Using  for ec/fe/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af_package_write_ipk.tar.zst\nDEBUG: Using  for 9a/03/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36_package.tar.zst\nDEBUG: SState: Attempting to fetch file://14/93/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1_create_spdx.tar.zst\nDEBUG: Using  for d7/b4/sstate:libptytty::2.0:r0::12:d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/44/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2_package_write_deb.tar.zst\nDEBUG: For url file://4a/1b/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/1b/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.43%3Ar0%3Acore2-64%3A12%3A4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b_recipe_qa.tar.zst;downloadfilename=4a/1b/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/2b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba_create_spdx.tar.zst\nDEBUG: For url file://59/43/sstate:vte::0.74.2:r0::12:59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/43/sstate%3Avte%3A%3A0.74.2%3Ar0%3A%3A12%3A59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4_populate_lic.tar.zst;downloadfilename=59/43/sstate:vte::0.74.2:r0::12:59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/97/7f/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0_create_package_spdx.tar.zst\nDEBUG: Using  for d0/50/sstate:vala-native::0.56.17:r0::12:d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382_populate_lic.tar.zst\nDEBUG: For url file://00/61/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/61/sstate%3Amesa%3Acore2-64-poky-linux%3A24.0.7%3Ar0%3Acore2-64%3A12%3A0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a_create_spdx.tar.zst;downloadfilename=00/61/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a_create_spdx.tar.zst\nDEBUG: Searching for 64/fe/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/7d/d5/sstate:wayland-native:x86_64-linux:1.23.0:r0:x86_64:12:7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ec/fe/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af_package_write_ipk.tar.zst\nDEBUG: Testing URL file://9a/03/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36_package.tar.zst\nDEBUG: Searching for 14/93/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d7/b4/sstate:libptytty::2.0:r0::12:d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e_populate_lic.tar.zst\nDEBUG: Searching for c4/44/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5b/2b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/97/7f/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d0/50/sstate:vala-native::0.56.17:r0::12:d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://da/ba/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6_create_spdx.tar.zst\nDEBUG: Using  for 64/fe/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f2/50/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/6a/sstate:sysvinit-inittab::2.88dsf:r0::12:2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ec/fe/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af_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', '', '9a/03/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 14/93/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd7/b4/sstate:libptytty::2.0:r0::12:d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c4/44/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2_package_write_deb.tar.zst\nDEBUG: Using  for 5b/2b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba_create_spdx.tar.zst\nDEBUG: For url file://universal/97/7f/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/97/7f/sstate%3Aldconfig-native%3Ax86_64-linux%3A2.12.1%3Ar0%3Ax86_64%3A12%3A977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0_create_package_spdx.tar.zst;downloadfilename=universal/97/7f/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd0/50/sstate:vala-native::0.56.17:r0::12:d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382_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/ff/54/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e_recipe_qa.tar.zst\nDEBUG: Testing URL file://64/fe/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11_recipe_qa.tar.zst\nDEBUG: Searching for universal/f2/50/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b8/57/sstate:gmp::6.3.0:r0::12:b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f_populate_lic.tar.zst\nDEBUG: For url file://ec/fe/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/fe/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.2%3Ar0%3Acore2-64%3A12%3Aecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af_package_write_ipk.tar.zst;downloadfilename=ec/fe/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af_package_write_ipk.tar.zst\nDEBUG: For url file://9a/03/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/03/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A12%3A9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36_package.tar.zst;downloadfilename=9a/03/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36_package.tar.zst\nDEBUG: Testing URL file://14/93/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1_create_spdx.tar.zst\nDEBUG: For url file://d7/b4/sstate:libptytty::2.0:r0::12:d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/b4/sstate%3Alibptytty%3A%3A2.0%3Ar0%3A%3A12%3Ad7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e_populate_lic.tar.zst;downloadfilename=d7/b4/sstate:libptytty::2.0:r0::12:d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e_populate_lic.tar.zst\nDEBUG: Testing URL file://c4/44/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2_package_write_deb.tar.zst\nDEBUG: Testing URL file://5b/2b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba_create_spdx.tar.zst\nDEBUG: For url file://d0/50/sstate:vala-native::0.56.17:r0::12:d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/50/sstate%3Avala-native%3A%3A0.56.17%3Ar0%3A%3A12%3Ad0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382_populate_lic.tar.zst;downloadfilename=d0/50/sstate:vala-native::0.56.17:r0::12:d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382_populate_lic.tar.zst\nDEBUG: Searching for universal/ff/54/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '64/fe/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/f2/50/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050_recipe_qa.tar.zst\nDEBUG: Searching for b8/57/sstate:gmp::6.3.0:r0::12:b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4a/1b/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '14/93/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1_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://59/43/sstate:vte::0.74.2:r0::12:59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c4/44/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2_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://0f/d8/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:0fd83ac9dc1a402ab4835f6301ca0e2a0be7cc025dc41bd55482522f59717fcc_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://00/61/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5b/2b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ff/54/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e_recipe_qa.tar.zst\nDEBUG: For url file://64/fe/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/fe/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.191%3Ar0%3Acore2-64%3A12%3A64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11_recipe_qa.tar.zst;downloadfilename=64/fe/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/f2/50/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050_recipe_qa.tar.zst\nDEBUG: Using  for b8/57/sstate:gmp::6.3.0:r0::12:b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f_populate_lic.tar.zst\nDEBUG: Testing URL file://b8/57/sstate:gmp::6.3.0:r0::12:b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f_populate_lic.tar.zst\nDEBUG: For url file://14/93/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/93/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A12%3A14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1_create_spdx.tar.zst;downloadfilename=14/93/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/02/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c_package_write_deb.tar.zst\nDEBUG: For url file://c4/44/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/44/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A12%3Ac4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2_package_write_deb.tar.zst;downloadfilename=c4/44/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/e9/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://09/8d/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc_package_qa.tar.zst\nDEBUG: For url file://5b/2b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/2b/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1.1%3Ar0%3Acore2-64%3A12%3A5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba_create_spdx.tar.zst;downloadfilename=5b/2b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/ff/54/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/97/7f/sstate:ldconfig-native:x86_64-linux:2.12.1:r0:x86_64:12:977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f2/50/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050_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://f8/ff/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/fe/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:ecfe4163f21f30e28f135f298430bfca3c8fd6a83ee41adce80a685c46c2c8af_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'b8/57/sstate:gmp::6.3.0:r0::12:b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9c/02/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9a/03/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:9a03d9b05575a7950cc4be4769287947ed41fac17eb11872c01d31ea2f463f36_package.tar.zst\nDEBUG: Searching for 8c/e9/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 09/8d/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d7/b4/sstate:libptytty::2.0:r0::12:d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ff/54/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e_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/50/sstate:vala-native::0.56.17:r0::12:d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/f8/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7_package_write_deb.tar.zst\nDEBUG: For url file://universal/f2/50/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f2/50/sstate%3Alibpciaccess-native%3Ax86_64-linux%3A0.18.1%3Ar0%3Ax86_64%3A12%3Af2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050_recipe_qa.tar.zst;downloadfilename=universal/f2/50/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050_recipe_qa.tar.zst\nDEBUG: Searching for f8/ff/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a8/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07_package_write_ipk.tar.zst\nDEBUG: For url file://b8/57/sstate:gmp::6.3.0:r0::12:b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/57/sstate%3Agmp%3A%3A6.3.0%3Ar0%3A%3A12%3Ab857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f_populate_lic.tar.zst;downloadfilename=b8/57/sstate:gmp::6.3.0:r0::12:b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f_populate_lic.tar.zst\nDEBUG: Using  for 9c/02/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/15/6f/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8_create_spdx.tar.zst\nDEBUG: Using  for 8c/e9/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f_package_write_rpm.tar.zst\nDEBUG: Using  for 09/8d/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://75/59/sstate:matchbox-panel-2::2.12:r0::12:7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc_populate_lic.tar.zst\nDEBUG: For url file://universal/ff/54/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ff/54/sstate%3Alibxi-native%3Ax86_64-linux%3A1.8.1%3Ar0%3Ax86_64%3A12%3Aff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e_recipe_qa.tar.zst;downloadfilename=universal/ff/54/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/73/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8_package_write_rpm.tar.zst\nDEBUG: Searching for e6/f8/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/ff/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e_packagedata.tar.zst\nDEBUG: Searching for a8/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://64/fe/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11_recipe_qa.tar.zst\nDEBUG: Testing URL file://9c/02/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c_package_write_deb.tar.zst\nDEBUG: Searching for universal/15/6f/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://14/93/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1_create_spdx.tar.zst\nDEBUG: Testing URL file://8c/e9/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://09/8d/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc_package_qa.tar.zst\nDEBUG: Searching for 75/59/sstate:matchbox-panel-2::2.12:r0::12:7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3f/73/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e6/f8/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/44/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:c4441fe1677cfa5c5e35eaf62ef435c2c00237f8b09685f68fac3e9e3ff16ad2_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/2b/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba_create_spdx.tar.zst\nDEBUG: Testing URL file://f8/ff/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e_packagedata.tar.zst\nDEBUG: Using  for a8/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/f3/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '9c/02/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/15/6f/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://44/ab/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0_packagedata.tar.zst\nDEBUG: For url ['file', '', '8c/e9/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f_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', '', '09/8d/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 75/59/sstate:matchbox-panel-2::2.12:r0::12:7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc_populate_lic.tar.zst\nDEBUG: Using  for 3f/73/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e6/f8/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/e5/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:c4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/57/sstate:libxcb::1.17.0:r0::12:9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f8/ff/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a8/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07_package_write_ipk.tar.zst\nDEBUG: Searching for 4b/f3/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9c/02/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/02/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.31.1%3Ar0%3Acore2-64%3A12%3A9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c_package_write_deb.tar.zst;downloadfilename=9c/02/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/15/6f/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8_create_spdx.tar.zst\nDEBUG: Searching for 44/ab/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8c/e9/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/e9/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f_package_write_rpm.tar.zst;downloadfilename=8c/e9/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f_package_write_rpm.tar.zst\nDEBUG: For url file://09/8d/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/8d/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc_package_qa.tar.zst;downloadfilename=09/8d/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc_package_qa.tar.zst\nDEBUG: Testing URL file://75/59/sstate:matchbox-panel-2::2.12:r0::12:7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc_populate_lic.tar.zst\nDEBUG: Testing URL file://3f/73/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e6/f8/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c4/e5/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:c4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9f/57/sstate:libxcb::1.17.0:r0::12:9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/f2/50/sstate:libpciaccess-native:x86_64-linux:0.18.1:r0:x86_64:12:f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050_recipe_qa.tar.zst\nDEBUG: For url file://f8/ff/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/ff/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A12%3Af8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e_packagedata.tar.zst;downloadfilename=f8/ff/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'a8/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4b/f3/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/15/6f/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8_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://b8/57/sstate:gmp::6.3.0:r0::12:b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f_populate_lic.tar.zst\nDEBUG: Using  for 44/ab/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0_packagedata.tar.zst\nDEBUG: For url ['file', '', '75/59/sstate:matchbox-panel-2::2.12:r0::12:7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc_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/73/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8_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/ff/54/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e_recipe_qa.tar.zst\nDEBUG: For url file://e6/f8/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/f8/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A12%3Ae6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7_package_write_deb.tar.zst;downloadfilename=e6/f8/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7_package_write_deb.tar.zst\nDEBUG: Using  for c4/e5/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:c4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75_populate_sysroot.tar.zst\nDEBUG: Using  for 9f/57/sstate:libxcb::1.17.0:r0::12:9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://52/b0/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02_package_write_deb.tar.zst\nDEBUG: For url file://a8/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/b7/sstate%3Alibxcrypt%3Acore2-64-poky-linux%3A4.4.36%3Ar0%3Acore2-64%3A12%3Aa8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07_package_write_ipk.tar.zst;downloadfilename=a8/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07_package_write_ipk.tar.zst\nDEBUG: Testing URL file://4b/f3/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d_package_write_ipk.tar.zst\nDEBUG: For url file://universal/15/6f/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/15/6f/sstate%3Azstd-native%3Ax86_64-linux%3A1.5.6%3Ar0%3Ax86_64%3A12%3A156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8_create_spdx.tar.zst;downloadfilename=universal/15/6f/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/f9/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be_recipe_qa.tar.zst\nDEBUG: Testing URL file://44/ab/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0_packagedata.tar.zst\nDEBUG: For url file://75/59/sstate:matchbox-panel-2::2.12:r0::12:7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/59/sstate%3Amatchbox-panel-2%3A%3A2.12%3Ar0%3A%3A12%3A7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc_populate_lic.tar.zst;downloadfilename=75/59/sstate:matchbox-panel-2::2.12:r0::12:7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc_populate_lic.tar.zst\nDEBUG: For url file://3f/73/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/73/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8_package_write_rpm.tar.zst;downloadfilename=3f/73/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://68/b2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c4/e5/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:c4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9f/57/sstate:libxcb::1.17.0:r0::12:9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0_populate_lic.tar.zst\nDEBUG: Searching for 52/b0/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4b/f3/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8a/f9/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9c/02/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:9c02ba0c9e25b6812549acb0f7e3a3c0ad1cf74c6dfa2d844441d414279abe6c_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '44/ab/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0_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://8c/e9/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://09/8d/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc_package_qa.tar.zst\nDEBUG: Searching for 68/b2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f8/ff/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c4/e5/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:c4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75_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/57/sstate:libxcb::1.17.0:r0::12:9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 52/b0/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02_package_write_deb.tar.zst\nDEBUG: Testing URL file://52/b0/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02_package_write_deb.tar.zst\nDEBUG: Using  for 8a/f9/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/13/80/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac_create_spdx.tar.zst\nDEBUG: For url file://44/ab/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/ab/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.12%3Ar0%3Acore2-64%3A12%3A44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0_packagedata.tar.zst;downloadfilename=44/ab/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://60/d0/sstate:libdnf-native::0.73.1:r0::12:60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/81/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f_packagedata.tar.zst\nDEBUG: Using  for 68/b2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://53/42/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/f8/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:e6f8da5374aaaf6fd18d76d528ceb0798876924db2ce9f5811995994346c82e7_package_write_deb.tar.zst\nDEBUG: For url file://c4/e5/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:c4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/e5/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3Ac4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75_populate_sysroot.tar.zst;downloadfilename=c4/e5/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:c4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75_populate_sysroot.tar.zst\nDEBUG: For url file://9f/57/sstate:libxcb::1.17.0:r0::12:9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/57/sstate%3Alibxcb%3A%3A1.17.0%3Ar0%3A%3A12%3A9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0_populate_lic.tar.zst;downloadfilename=9f/57/sstate:libxcb::1.17.0:r0::12:9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0_populate_lic.tar.zst\nDEBUG: For url file://4b/f3/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/f3/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A12%3A4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d_package_write_ipk.tar.zst;downloadfilename=4b/f3/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '52/b0/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02_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://8a/f9/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be_recipe_qa.tar.zst\nDEBUG: Searching for universal/13/80/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 60/d0/sstate:libdnf-native::0.73.1:r0::12:60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f6/81/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://68/b2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/15/6f/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8_create_spdx.tar.zst\nDEBUG: Searching for 53/42/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/d3/7c/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/73/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8_package_write_rpm.tar.zst\nDEBUG: For url file://52/b0/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/b0/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3A52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02_package_write_deb.tar.zst;downloadfilename=52/b0/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/b7/sstate:libxcrypt:core2-64-poky-linux:4.4.36:r0:core2-64:12:a8b710e8aecbaec610357b3ddf23a92dc0f6ed116bca366588e774b7332fbe07_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://75/59/sstate:matchbox-panel-2::2.12:r0::12:7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8a/f9/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/13/80/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac_create_spdx.tar.zst\nDEBUG: Using  for 60/d0/sstate:libdnf-native::0.73.1:r0::12:60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b_populate_lic.tar.zst\nDEBUG: Using  for f6/81/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f_packagedata.tar.zst\nDEBUG: For url ['file', '', '68/b2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e_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://e7/09/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59_package_qa.tar.zst\nDEBUG: Using  for 53/42/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84_packagedata.tar.zst\nDEBUG: Searching for universal/d3/7c/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e5/07/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/dc/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://63/aa/sstate:util-macros-native::1.20.1:r0::12:63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082_populate_lic.tar.zst\nDEBUG: For url file://8a/f9/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/f9/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.12.8%3Ar0%3Acore2-64%3A12%3A8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be_recipe_qa.tar.zst;downloadfilename=8a/f9/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/13/80/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac_create_spdx.tar.zst\nDEBUG: Testing URL file://60/d0/sstate:libdnf-native::0.73.1:r0::12:60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b_populate_lic.tar.zst\nDEBUG: Testing URL file://f6/81/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f_packagedata.tar.zst\nDEBUG: For url file://68/b2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/b2/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.8.2%3Ar0%3Acore2-64%3A12%3A68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e_deploy_source_date_epoch.tar.zst;downloadfilename=68/b2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e7/09/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://53/42/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84_packagedata.tar.zst\nDEBUG: Using  for universal/d3/7c/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632_create_spdx.tar.zst\nDEBUG: Searching for e5/07/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6d/dc/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 63/aa/sstate:util-macros-native::1.20.1:r0::12:63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c4/e5/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:c4e5338cd27821bf8db13d840e2e22ddefa8c347a26363c5d9005ca6acbe2f75_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/13/80/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac_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/d0/sstate:libdnf-native::0.73.1:r0::12:60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f6/81/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f_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://9f/57/sstate:libxcb::1.17.0:r0::12:9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0_populate_lic.tar.zst\nDEBUG: Using  for e7/09/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59_package_qa.tar.zst\nDEBUG: For url ['file', '', '53/42/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84_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://4b/f3/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:4bf3c6dc668610bba41d53e30d57ebd0e7fff96a0ed347befc7b5c74f55f892d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/d3/7c/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632_create_spdx.tar.zst\nDEBUG: Using  for e5/07/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1_package_qa.tar.zst\nDEBUG: Using  for 6d/dc/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575_package_write_deb.tar.zst\nDEBUG: Using  for 63/aa/sstate:util-macros-native::1.20.1:r0::12:63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/98/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/13/80/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/13/80/sstate%3Alibdrm-native%3Ax86_64-linux%3A2.4.120%3Ar0%3Ax86_64%3A12%3A1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac_create_spdx.tar.zst;downloadfilename=universal/13/80/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac_create_spdx.tar.zst\nDEBUG: For url file://60/d0/sstate:libdnf-native::0.73.1:r0::12:60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/d0/sstate%3Alibdnf-native%3A%3A0.73.1%3Ar0%3A%3A12%3A60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b_populate_lic.tar.zst;downloadfilename=60/d0/sstate:libdnf-native::0.73.1:r0::12:60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b_populate_lic.tar.zst\nDEBUG: For url file://f6/81/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/81/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A12%3Af681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f_packagedata.tar.zst;downloadfilename=f6/81/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/38/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e7/09/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59_package_qa.tar.zst\nDEBUG: For url file://53/42/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/42/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A12%3A5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84_packagedata.tar.zst;downloadfilename=53/42/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/31/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:ab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/d3/7c/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e5/07/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://52/b0/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:52b04dd388e313683ce4f387de5570094150c64be3d49632cab5eddb2e66fc02_package_write_deb.tar.zst\nDEBUG: Testing URL file://6d/dc/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575_package_write_deb.tar.zst\nDEBUG: Testing URL file://63/aa/sstate:util-macros-native::1.20.1:r0::12:63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082_populate_lic.tar.zst\nDEBUG: Searching for d9/98/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b1/38/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e7/09/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ab/31/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:ab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/d3/7c/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/7c/sstate%3Apython3-importlib-metadata-native%3Ax86_64-linux%3A7.1.0%3Ar0%3Ax86_64%3A12%3Ad37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632_create_spdx.tar.zst;downloadfilename=universal/d3/7c/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e5/07/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1_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/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6d/dc/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575_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', '', '63/aa/sstate:util-macros-native::1.20.1:r0::12:63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d9/98/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://68/b2/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:68b2b112d7ea7d19b61944bf4fbb681f2fc4cb844ad95800db71a64c4267466e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b1/38/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08_package_write_rpm.tar.zst\nDEBUG: For url file://e7/09/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/09/sstate%3Afont-util%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3Ae709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59_package_qa.tar.zst;downloadfilename=e7/09/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59_package_qa.tar.zst\nDEBUG: Using  for ab/31/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:ab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4_package_write_ipk.tar.zst\nDEBUG: For url file://e5/07/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/07/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A12%3Ae5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1_package_qa.tar.zst;downloadfilename=e5/07/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1_package_qa.tar.zst\nDEBUG: Searching for e8/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6d/dc/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/dc/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A12%3A6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575_package_write_deb.tar.zst;downloadfilename=6d/dc/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575_package_write_deb.tar.zst\nDEBUG: For url file://63/aa/sstate:util-macros-native::1.20.1:r0::12:63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/aa/sstate%3Autil-macros-native%3A%3A1.20.1%3Ar0%3A%3A12%3A63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082_populate_lic.tar.zst;downloadfilename=63/aa/sstate:util-macros-native::1.20.1:r0::12:63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082_populate_lic.tar.zst\nDEBUG: Testing URL file://d9/98/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://86/0c/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad_packagedata.tar.zst\nDEBUG: Testing URL file://b1/38/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ab/31/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:ab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/81/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/f9/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://60/d0/sstate:libdnf-native::0.73.1:r0::12:60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b_populate_lic.tar.zst\nDEBUG: Using  for e8/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/13/80/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd9/98/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39_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 86/0c/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://53/42/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b1/38/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08_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', '', 'ab/31/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:ab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4_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://universal/c5/b8/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/0b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/d4/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061_package_qa.tar.zst\nDEBUG: Testing URL file://e8/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d3/7c/sstate:python3-importlib-metadata-native:x86_64-linux:7.1.0:r0:x86_64:12:d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/d0/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:ced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201_package.tar.zst\nDEBUG: For url file://d9/98/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/98/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A12%3Ad998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39_deploy_source_date_epoch.tar.zst;downloadfilename=d9/98/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 86/0c/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://35/c6/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b1/38/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/38/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.6%3Ar0%3Acore2-64%3A12%3Ab138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08_package_write_rpm.tar.zst;downloadfilename=b1/38/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08_package_write_rpm.tar.zst\nDEBUG: For url file://ab/31/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:ab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/31/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A12%3Aab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4_package_write_ipk.tar.zst;downloadfilename=ab/31/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:ab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4_package_write_ipk.tar.zst\nDEBUG: Searching for universal/c5/b8/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0d/0b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a1/d4/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e8/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc_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://4d/7e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151_create_package_spdx.tar.zst\nDEBUG: Searching for ce/d0/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:ced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://86/0c/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad_packagedata.tar.zst\nDEBUG: Searching for 35/c6/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e7/09/sstate:font-util:core2-64-poky-linux:1.4.1:r0:core2-64:12:e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/07/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1_package_qa.tar.zst\nDEBUG: Using  for universal/c5/b8/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/dc/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:6ddc929f9d8fd3cdf7a6ccd6b57a73d8929d1eb394b4c48adfa5f105b5fe9575_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://63/aa/sstate:util-macros-native::1.20.1:r0::12:63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082_populate_lic.tar.zst\nDEBUG: Using  for 0d/0b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360_populate_sysroot.tar.zst\nDEBUG: Using  for a1/d4/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061_package_qa.tar.zst\nDEBUG: For url file://e8/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/c4/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.3.1%3Ar0%3Acore2-64%3A12%3Ae8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc_recipe_qa.tar.zst;downloadfilename=e8/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc_recipe_qa.tar.zst\nDEBUG: Searching for 4d/7e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ce/d0/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:ced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201_package.tar.zst\nDEBUG: For url ['file', '', '86/0c/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 35/c6/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c0/77/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/02/d9/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/c5/b8/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/2d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/99/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699_create_package_spdx.tar.zst\nDEBUG: Testing URL file://0d/0b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a1/d4/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061_package_qa.tar.zst\nDEBUG: Using  for 4d/7e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ce/d0/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:ced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201_package.tar.zst\nDEBUG: For url file://86/0c/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/0c/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A12%3A860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad_packagedata.tar.zst;downloadfilename=86/0c/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad_packagedata.tar.zst\nDEBUG: Testing URL file://35/c6/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/c0/77/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/02/d9/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/c5/b8/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a8/2d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f7/99/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d9/98/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d998782cdfb21cffabfc06f2689750928e6b45ac1dc16d03ba93f8b9d5b7de39_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '0d/0b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360_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/d4/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4d/7e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ce/d0/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:ced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '35/c6/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d_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/c0/77/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/02/d9/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b1/38/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08_package_write_rpm.tar.zst\nDEBUG: For url file://universal/c5/b8/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c5/b8/sstate%3Adebianutils-native%3Ax86_64-linux%3A5.19%3Ar0%3Ax86_64%3A12%3Ac5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892_recipe_qa.tar.zst;downloadfilename=universal/c5/b8/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892_recipe_qa.tar.zst\nDEBUG: Using  for a8/2d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6_package.tar.zst\nDEBUG: Using  for f7/99/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/a9/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:b6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d_populate_sysroot.tar.zst\nDEBUG: For url file://0d/0b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/0b/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A12%3A0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360_populate_sysroot.tar.zst;downloadfilename=0d/0b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360_populate_sysroot.tar.zst\nDEBUG: For url file://a1/d4/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/d4/sstate%3Alogrotate%3Acore2-64-poky-linux%3A3.22.0%3Ar0%3Acore2-64%3A12%3Aa1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061_package_qa.tar.zst;downloadfilename=a1/d4/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061_package_qa.tar.zst\nDEBUG: For url ['file', '', '4d/7e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ce/d0/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:ced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/d0/sstate%3Aicu%3Acore2-64-poky-linux%3A75-1%3Ar0%3Acore2-64%3A12%3Aced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201_package.tar.zst;downloadfilename=ce/d0/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:ced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201_package.tar.zst\nDEBUG: For url file://35/c6/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/c6/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.2%3Ar0%3Acore2-64%3A12%3A35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d_deploy_source_date_epoch.tar.zst;downloadfilename=35/c6/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/31/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:ab31ea1c3c5ee2e557ae17bb091491f5121d34f4a6cc6e8df1d2eee55d1320c4_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/c0/77/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/02/d9/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://13/a8/sstate:packagegroup-core-x11-base::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Testing URL file://a8/2d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6_package.tar.zst\nDEBUG: Testing URL file://f7/99/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699_create_package_spdx.tar.zst\nDEBUG: Searching for b6/a9/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:b6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4d/7e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/7e/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A12%3A4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151_create_package_spdx.tar.zst;downloadfilename=4d/7e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/c4/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/40/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/c0/77/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0_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/02/d9/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e_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/0c/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad_packagedata.tar.zst\nDEBUG: Searching for 13/a8/sstate:packagegroup-core-x11-base::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a8/2d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f7/99/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b6/a9/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:b6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b6/a9/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:b6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c5/b8/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892_recipe_qa.tar.zst\nDEBUG: Searching for 1c/40/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/c0/77/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c0/77/sstate%3Alibcomps-native%3Ax86_64-linux%3A0.1.21%3Ar0%3Ax86_64%3A12%3Ac0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c0/77/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/02/d9/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/02/d9/sstate%3Alibmicrohttpd-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3A02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e_recipe_qa.tar.zst;downloadfilename=universal/02/d9/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/dd/ac/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd_populate_sysroot.tar.zst\nDEBUG: Using  for 13/a8/sstate:packagegroup-core-x11-base::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: For url file://a8/2d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/2d/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3Aa82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6_package.tar.zst;downloadfilename=a8/2d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6_package.tar.zst\nDEBUG: For url file://f7/99/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/99/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Af7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699_create_package_spdx.tar.zst;downloadfilename=f7/99/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/de/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b6/a9/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:b6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d_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://1a/32/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4_package.tar.zst\nDEBUG: Using  for 1c/40/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6_package_write_deb.tar.zst\nDEBUG: Searching for universal/dd/ac/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0d/0b/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:0d0b2651c5d9ed1c53dad33a51e3ea10e0c03513456d3bd3a8ca0672835e0360_populate_sysroot.tar.zst\nDEBUG: Testing URL file://13/a8/sstate:packagegroup-core-x11-base::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://44/ab/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://35/c6/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:35c607119d57fc1d2532ee28e4196eb87df2a292783f9775584798f6bc7e454d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/d0/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:ced07f318698f751c76781c94dc03ef8d8d325b7a8586943d9d68e1d42887201_package.tar.zst\nDEBUG: Searching for 9f/de/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a1/d4/sstate:logrotate:core2-64-poky-linux:3.22.0:r0:core2-64:12:a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061_package_qa.tar.zst\nDEBUG: For url file://b6/a9/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:b6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/a9/sstate%3Acargo%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Ab6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d_populate_sysroot.tar.zst;downloadfilename=b6/a9/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:b6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d_populate_sysroot.tar.zst\nDEBUG: Searching for 1a/32/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4d/7e/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151_create_package_spdx.tar.zst\nDEBUG: Testing URL file://1c/40/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6_package_write_deb.tar.zst\nDEBUG: Using  for universal/dd/ac/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6e/e3/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '13/a8/sstate:packagegroup-core-x11-base::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_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://0e/c6/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://80/75/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/66/99/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9f/de/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3d/77/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0_recipe_qa.tar.zst\nDEBUG: Using  for 1a/32/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c0/77/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c0770713f2784384be6ebde352c2666181116146b90b0d4977eabde9361656d0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/02/d9/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1c/40/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6_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://universal/dd/ac/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd_populate_sysroot.tar.zst\nDEBUG: Searching for universal/6e/e3/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://13/a8/sstate:packagegroup-core-x11-base::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/a8/sstate%3Apackagegroup-core-x11-base%3A%3A1.0%3Ar0%3A%3A12%3A13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst;downloadfilename=13/a8/sstate:packagegroup-core-x11-base::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: Searching for 0e/c6/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 80/75/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/66/99/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9f/de/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5_package_write_rpm.tar.zst\nDEBUG: Searching for universal/3d/77/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1a/32/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4_package.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/6f/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe_packagedata.tar.zst\nDEBUG: Searching for 3f/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c0/d5/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee_create_spdx.tar.zst\nDEBUG: For url file://1c/40/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/40/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6_package_write_deb.tar.zst;downloadfilename=1c/40/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/dd/ac/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/6e/e3/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329_recipe_qa.tar.zst\nDEBUG: Using  for 0e/c6/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00_package_write_rpm.tar.zst\nDEBUG: Using  for 80/75/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/2d/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a82d9231596828832cbb1d58d7461482ce141437355951bb89b135ab39077ed6_package.tar.zst\nDEBUG: Using  for universal/66/99/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9f/de/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5_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/77/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1a/32/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b5/6f/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3f/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9_packagedata.tar.zst\nDEBUG: Searching for c0/d5/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/dd/ac/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/dd/ac/sstate%3Alibdnf-native%3Ax86_64-linux%3A0.73.1%3Ar0%3Ax86_64%3A12%3Addac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd_populate_sysroot.tar.zst;downloadfilename=universal/dd/ac/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/6e/e3/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/99/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699_create_package_spdx.tar.zst\nDEBUG: Testing URL file://0e/c6/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00_package_write_rpm.tar.zst\nDEBUG: Testing URL file://80/75/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/81/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:c2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/66/99/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9f/de/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/de/sstate%3Awayland%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5_package_write_rpm.tar.zst;downloadfilename=9f/de/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/3d/77/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0_recipe_qa.tar.zst\nDEBUG: For url file://1a/32/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/32/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.6%3Ar0%3Acore2-64%3A12%3A1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4_package.tar.zst;downloadfilename=1a/32/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4_package.tar.zst\nDEBUG: Using  for b5/6f/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe_packagedata.tar.zst\nDEBUG: Testing URL file://3f/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9_packagedata.tar.zst\nDEBUG: Using  for c0/d5/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/6e/e3/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329_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/03/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:b003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/a9/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:b6a98bdda94548afff66630af5a84f060d7ce49d5a59dacee7886f7a5c5c510d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0e/c6/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00_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', '', '80/75/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c2/81/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:c2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/66/99/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a_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/3d/77/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b5/6f/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe_packagedata.tar.zst\nDEBUG: For url ['file', '', '3f/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c0/d5/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://13/a8/sstate:packagegroup-core-x11-base::1.0:r0::12:13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b_populate_lic.tar.zst\nDEBUG: For url file://universal/6e/e3/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6e/e3/sstate%3Aicon-naming-utils-native%3Ax86_64-linux%3A0.8.90%3Ar0%3Ax86_64%3A12%3A6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329_recipe_qa.tar.zst;downloadfilename=universal/6e/e3/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329_recipe_qa.tar.zst\nDEBUG: Searching for b0/03/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:b003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8d/97/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7_populate_sysroot.tar.zst\nDEBUG: For url file://0e/c6/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/c6/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00_package_write_rpm.tar.zst;downloadfilename=0e/c6/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00_package_write_rpm.tar.zst\nDEBUG: For url file://80/75/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/75/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A12%3A80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e_recipe_qa.tar.zst;downloadfilename=80/75/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e_recipe_qa.tar.zst\nDEBUG: Using  for c2/81/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:c2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/66/99/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/66/99/sstate%3Alibdnf-native%3Ax86_64-linux%3A0.73.1%3Ar0%3Ax86_64%3A12%3A6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/66/99/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/3d/77/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3d/77/sstate%3Ashared-mime-info-native%3Ax86_64-linux%3A2.4%3Ar0%3Ax86_64%3A12%3A3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0_recipe_qa.tar.zst;downloadfilename=universal/3d/77/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b5/6f/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3f/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/58/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A12%3A3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9_packagedata.tar.zst;downloadfilename=3f/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c0/d5/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee_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://ca/20/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9_populate_sysroot.tar.zst\nDEBUG: Using  for b0/03/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:b003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873_populate_sysroot.tar.zst\nDEBUG: Searching for 8d/97/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1c/40/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:1c40c3041c7e9e779e42a606032c39446fe8579abaa3695ef04167308fb77ba6_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/dd/ac/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c2/81/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:c2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/de/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/32/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:1a325e1c6a3d905cb1b89969761dca1bef45542c1e95023b955163320af2b0c4_package.tar.zst\nDEBUG: For url file://b5/6f/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/6f/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A12%3Ab56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe_packagedata.tar.zst;downloadfilename=b5/6f/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe_packagedata.tar.zst\nDEBUG: For url file://c0/d5/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/d5/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A12%3Ac0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee_create_spdx.tar.zst;downloadfilename=c0/d5/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee_create_spdx.tar.zst\nDEBUG: Searching for ca/20/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/6e/e3/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:6ee3622a6745d044dcdaf9fdd1f0141e0190c80b3a306bf95619066806487329_recipe_qa.tar.zst\nDEBUG: Testing URL file://b0/03/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:b003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873_populate_sysroot.tar.zst\nDEBUG: Using  for 8d/97/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/52/cb/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f5/5f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c2/81/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:c2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6_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://12/d0/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://37/3d/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05_recipe_qa.tar.zst\nDEBUG: Using  for ca/20/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://80/75/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/18/04/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/c6/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b0/03/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:b003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873_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/97/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7_populate_sysroot.tar.zst\nDEBUG: Searching for universal/52/cb/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f5/5f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c2/81/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:c2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/81/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%2Bgit%3Ar0%3Acore2-64%3A12%3Ac2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6_deploy_source_date_epoch.tar.zst;downloadfilename=c2/81/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:c2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 12/d0/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 37/3d/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ca/20/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://16/9f/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74_populate_sysroot.tar.zst\nDEBUG: Searching for universal/18/04/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/8d/68/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b0/03/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:b003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/03/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.38%3Ar0%3Acore2-64%3A12%3Ab003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873_populate_sysroot.tar.zst;downloadfilename=b0/03/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:b003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8d/97/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/52/cb/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3d/77/sstate:shared-mime-info-native:x86_64-linux:2.4:r0:x86_64:12:3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0_recipe_qa.tar.zst\nDEBUG: Using  for f5/5f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/66/99/sstate:libdnf-native:x86_64-linux:0.73.1:r0:x86_64:12:6699cb72e2b45e0fc0131701c6d75b9196d0b039af647e1352c3a02cd6b8ee2a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 12/d0/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074_package_write_rpm.tar.zst\nDEBUG: Using  for 37/3d/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ca/20/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 16/9f/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3f/58/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9_packagedata.tar.zst\nDEBUG: Using  for universal/18/04/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa_create_spdx.tar.zst\nDEBUG: Searching for universal/8d/68/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8d/97/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/97/sstate%3Apatch%3Acore2-64-poky-linux%3A2.7.6%3Ar0%3Acore2-64%3A12%3A8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7_populate_sysroot.tar.zst;downloadfilename=8d/97/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/52/cb/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/6f/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/60/f3/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109_recipe_qa.tar.zst\nDEBUG: Testing URL file://f5/5f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/b7/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57_create_spdx.tar.zst\nDEBUG: Testing URL file://12/d0/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074_package_write_rpm.tar.zst\nDEBUG: Testing URL file://37/3d/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05_recipe_qa.tar.zst\nDEBUG: For url file://ca/20/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/20/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A8.2.2%3Ar0%3Acore2-64%3A12%3Aca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9_populate_sysroot.tar.zst;downloadfilename=ca/20/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9_populate_sysroot.tar.zst\nDEBUG: Using  for 16/9f/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://af/df/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:afdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/18/04/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa_create_spdx.tar.zst\nDEBUG: Using  for universal/8d/68/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/52/cb/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20_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://7a/79/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/d5/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee_create_spdx.tar.zst\nDEBUG: Searching for universal/60/f3/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f5/5f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8c/b7/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '12/d0/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074_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/3d/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://16/9f/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74_populate_sysroot.tar.zst\nDEBUG: Searching for af/df/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:afdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/18/04/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa_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/8d/68/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/52/cb/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/52/cb/sstate%3Alibxi-native%3Ax86_64-linux%3A1.8.1%3Ar0%3Ax86_64%3A12%3A52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20_populate_sysroot.tar.zst;downloadfilename=universal/52/cb/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20_populate_sysroot.tar.zst\nDEBUG: Searching for 7a/79/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2d/f8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151_package_qa.tar.zst\nDEBUG: Using  for universal/60/f3/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109_recipe_qa.tar.zst\nDEBUG: For url file://f5/5f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f5/5f/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A12%3Af55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6_package_qa.tar.zst;downloadfilename=f5/5f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6_package_qa.tar.zst\nDEBUG: Using  for 8c/b7/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57_create_spdx.tar.zst\nDEBUG: For url file://12/d0/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/d0/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3A12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074_package_write_rpm.tar.zst;downloadfilename=12/d0/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074_package_write_rpm.tar.zst\nDEBUG: For url file://37/3d/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/3d/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A12%3A373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05_recipe_qa.tar.zst;downloadfilename=37/3d/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '16/9f/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for af/df/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:afdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f_package_write_ipk.tar.zst\nDEBUG: For url file://universal/18/04/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/04/sstate%3Aqemu-helper-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3A18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa_create_spdx.tar.zst;downloadfilename=universal/18/04/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/8d/68/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258_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 7a/79/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca_create_package_spdx.tar.zst\nDEBUG: Searching for 2d/f8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c2/81/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:c2814b689105c120db84dc026a6c7046ecbc7980741c9ae655273c39bd9cacf6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/60/f3/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109_recipe_qa.tar.zst\nDEBUG: Testing URL file://8c/b7/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/03/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:b003eb7949ae11761943c20e9f94db5683dd2178839ab7e87f245b0a068ff873_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/97/sstate:patch:core2-64-poky-linux:2.7.6:r0:core2-64:12:8d97aa92a3bdbd75ee3a94c2d49d86bb0f7a08415f8b0e3de0030880905491d7_populate_sysroot.tar.zst\nDEBUG: For url file://16/9f/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/9f/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A12%3A169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74_populate_sysroot.tar.zst;downloadfilename=16/9f/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74_populate_sysroot.tar.zst\nDEBUG: Testing URL file://af/df/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:afdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/20/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:ca209c5cb9223410c7ccb0fc341c01697ef0e15056d7ef5dee770172d82023d9_populate_sysroot.tar.zst\nDEBUG: For url file://universal/8d/68/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8d/68/sstate%3Apython3-more-itertools-native%3Ax86_64-linux%3A10.3.0%3Ar0%3Ax86_64%3A12%3A8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258_deploy_source_date_epoch.tar.zst;downloadfilename=universal/8d/68/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7a/79/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca_create_package_spdx.tar.zst\nDEBUG: Using  for 2d/f8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://44/70/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/60/f3/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8c/b7/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57_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://ff/01/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:ff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://77/fb/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'af/df/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:afdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f_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://universal/52/cb/sstate:libxi-native:x86_64-linux:1.8.1:r0:x86_64:12:52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/9b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '7a/79/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2d/f8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151_package_qa.tar.zst\nDEBUG: Searching for 44/70/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f5/5f/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6_package_qa.tar.zst\nDEBUG: For url file://universal/60/f3/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/60/f3/sstate%3Aorc-native%3Ax86_64-linux%3A0.4.38%3Ar0%3Ax86_64%3A12%3A60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109_recipe_qa.tar.zst;downloadfilename=universal/60/f3/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109_recipe_qa.tar.zst\nDEBUG: For url file://8c/b7/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/b7/sstate%3Asettings-daemon%3Acore2-64-poky-linux%3A0.0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57_create_spdx.tar.zst;downloadfilename=8c/b7/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57_create_spdx.tar.zst\nDEBUG: Searching for ff/01/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:ff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 77/fb/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://af/df/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:afdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/df/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Aafdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f_package_write_ipk.tar.zst;downloadfilename=af/df/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:afdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://39/4d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f6/9b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7a/79/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/79/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca_create_package_spdx.tar.zst;downloadfilename=7a/79/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/f8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 44/70/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://03/d2/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61_populate_sysroot.tar.zst\nDEBUG: Using  for ff/01/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:ff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://12/d0/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074_package_write_rpm.tar.zst\nDEBUG: Using  for 77/fb/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/18/04/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://37/3d/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05_recipe_qa.tar.zst\nDEBUG: Searching for 39/4d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f6/9b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c_create_package_spdx.tar.zst\nDEBUG: For url file://2d/f8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/f8/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.44%3Ar0%3Acore2-64%3A12%3A2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151_package_qa.tar.zst;downloadfilename=2d/f8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151_package_qa.tar.zst\nDEBUG: Testing URL file://44/70/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0_recipe_qa.tar.zst\nDEBUG: Searching for 03/d2/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ff/01/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:ff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/59/sstate:attr-native::2.5.2:r0::12:3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434_populate_lic.tar.zst\nDEBUG: Testing URL file://77/fb/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/5f/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:c95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/80/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7_recipe_qa.tar.zst\nDEBUG: Using  for 39/4d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://39/4d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '44/70/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 03/d2/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://16/9f/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:169f96665b8f94c8d9a7188fa13a3512fc5bd5326e99ed9831b665e2fc31ff74_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ff/01/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:ff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5_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/8d/68/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:8d68765acd05d03f62844d0056cb051358e0f36faaf5f3f97316cfd771173258_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3a/59/sstate:attr-native::2.5.2:r0::12:3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '77/fb/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c9/5f/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:c95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b9/80/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f6/9b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '39/4d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f_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://44/70/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/70/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A12%3A4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0_recipe_qa.tar.zst;downloadfilename=44/70/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0_recipe_qa.tar.zst\nDEBUG: Testing URL file://03/d2/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/1d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2_packagedata.tar.zst\nDEBUG: For url file://ff/01/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:ff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/01/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A12%3Aff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5_deploy_source_date_epoch.tar.zst;downloadfilename=ff/01/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:ff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/21/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c_create_spdx.tar.zst\nDEBUG: Using  for 3a/59/sstate:attr-native::2.5.2:r0::12:3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434_populate_lic.tar.zst\nDEBUG: For url file://77/fb/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/fb/sstate%3Awireless-regdb%3Aall-poky-linux%3A2024.05.08%3Ar0%3Aallarch%3A12%3A77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a_populate_sysroot.tar.zst;downloadfilename=77/fb/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a_populate_sysroot.tar.zst\nDEBUG: Using  for c9/5f/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:c95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72_package_write_ipk.tar.zst\nDEBUG: Using  for b9/80/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f6/9b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://39/4d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/4d/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.31%3Ar0%3Acore2-64%3A12%3A394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f_deploy_source_date_epoch.tar.zst;downloadfilename=39/4d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '03/d2/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fa/1d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/60/f3/sstate:orc-native:x86_64-linux:0.4.38:r0:x86_64:12:60f35e5fe7e7bf91a848093e3e54d47bf88133ff92e8a7125fe57ec9384cf109_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/b7/sstate:settings-daemon:core2-64-poky-linux:0.0.2+git:r0:core2-64:12:8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57_create_spdx.tar.zst\nDEBUG: Searching for 9f/21/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3a/59/sstate:attr-native::2.5.2:r0::12:3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/79/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c9/5f/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:c95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/f8/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://af/df/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:afdf7b42574f475bcb180c8be4189df9ec239f8cdadaa1aea3aad602c7eb545f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://b9/80/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7_recipe_qa.tar.zst\nDEBUG: For url file://f6/9b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/9b/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.8.2%3Ar0%3Acore2-64%3A12%3Af69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c_create_package_spdx.tar.zst;downloadfilename=f6/9b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c_create_package_spdx.tar.zst\nDEBUG: For url file://03/d2/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/d2/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A12%3A03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61_populate_sysroot.tar.zst;downloadfilename=03/d2/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61_populate_sysroot.tar.zst\nDEBUG: Using  for fa/1d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://93/23/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3_populate_sysroot.tar.zst\nDEBUG: Using  for 9f/21/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3a/59/sstate:attr-native::2.5.2:r0::12:3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434_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://59/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c9/5f/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:c95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72_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://eb/20/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:eb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/fe/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b9/80/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fa/1d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2_packagedata.tar.zst\nDEBUG: Searching for 7c/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://44/70/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0_recipe_qa.tar.zst\nDEBUG: Searching for 93/23/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://77/fb/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:77fb46e7e00e3b0191c49b2cbffdd3cd1dc77c22cf89d43b3236dd45c7accf1a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9f/21/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c_create_spdx.tar.zst\nDEBUG: For url file://3a/59/sstate:attr-native::2.5.2:r0::12:3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/59/sstate%3Aattr-native%3A%3A2.5.2%3Ar0%3A%3A12%3A3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434_populate_lic.tar.zst;downloadfilename=3a/59/sstate:attr-native::2.5.2:r0::12:3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434_populate_lic.tar.zst\nDEBUG: Searching for 59/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c9/5f/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:c95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/5f/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3Ac95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72_package_write_ipk.tar.zst;downloadfilename=c9/5f/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:c95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72_package_write_ipk.tar.zst\nDEBUG: Searching for eb/20/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:eb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2c/fe/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b9/80/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/80/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3Ab9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7_recipe_qa.tar.zst;downloadfilename=b9/80/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fa/1d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7c/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/ee/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d_package_write_ipk.tar.zst\nDEBUG: Using  for 93/23/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/bb/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14_create_spdx.tar.zst\nDEBUG: For url ['file', '', '9f/21/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c_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://ff/01/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:ff017f65f3d25c239eee2f8a57468a29d996ef2a20b65e5ffbc5814bcf1219d5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 59/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://39/4d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:394d06534d17408d7973fdf3b982c3e5f3e685fae700f61f68d0b8a546303c8f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for eb/20/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:eb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2c/fe/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801_packagedata.tar.zst\nDEBUG: For url file://fa/1d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/1d/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A12%3Afa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2_packagedata.tar.zst;downloadfilename=fa/1d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2_packagedata.tar.zst\nDEBUG: Testing URL file://7c/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875_recipe_qa.tar.zst\nDEBUG: Searching for 1d/ee/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://93/23/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3_populate_sysroot.tar.zst\nDEBUG: Searching for 3b/bb/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9f/21/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/21/sstate%3Apango%3Acore2-64-poky-linux%3A1.52.2%3Ar0%3Acore2-64%3A12%3A9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c_create_spdx.tar.zst;downloadfilename=9f/21/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/27/b8/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48_recipe_qa.tar.zst\nDEBUG: Testing URL file://59/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://67/aa/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09_create_package_spdx.tar.zst\nDEBUG: Testing URL file://eb/20/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:eb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2c/fe/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801_packagedata.tar.zst\nDEBUG: For url ['file', '', '7c/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1d/ee/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://03/d2/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:03d269490e0a2a9f58722678f270ecd090ab387b71555001369e118607729e61_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '93/23/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3_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://f6/9b/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c_create_package_spdx.tar.zst\nDEBUG: Using  for 3b/bb/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14_create_spdx.tar.zst\nDEBUG: Searching for universal/27/b8/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '59/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 67/aa/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'eb/20/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:eb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e_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', '', '2c/fe/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7c/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/bd/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875_recipe_qa.tar.zst;downloadfilename=7c/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875_recipe_qa.tar.zst\nDEBUG: Testing URL file://1d/ee/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/78/68/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495_recipe_qa.tar.zst\nDEBUG: For url file://93/23/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/23/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A12%3A9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3_populate_sysroot.tar.zst;downloadfilename=93/23/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/59/sstate:attr-native::2.5.2:r0::12:3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/49/0e/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3b/bb/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14_create_spdx.tar.zst\nDEBUG: Using  for universal/27/b8/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48_recipe_qa.tar.zst\nDEBUG: For url file://59/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/29/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f_populate_sysroot.tar.zst;downloadfilename=59/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f_populate_sysroot.tar.zst\nDEBUG: Using  for 67/aa/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09_create_package_spdx.tar.zst\nDEBUG: For url file://eb/20/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:eb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/20/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A12%3Aeb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e_deploy_source_date_epoch.tar.zst;downloadfilename=eb/20/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:eb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2c/fe/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/fe/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801_packagedata.tar.zst;downloadfilename=2c/fe/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/5f/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:c95f0bf39d9cc1b6087c644112053fc2eb090fb62da92de9aa0d3246c6383f72_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '1d/ee/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/78/68/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e1/6c/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4_create_package_spdx.tar.zst\nDEBUG: Searching for universal/49/0e/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fa/1d/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2_packagedata.tar.zst\nDEBUG: For url ['file', '', '3b/bb/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14_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://b9/80/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/27/b8/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48_recipe_qa.tar.zst\nDEBUG: Testing URL file://67/aa/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/a6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:eaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a_package.tar.zst\nDEBUG: For url file://1d/ee/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/ee/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d_package_write_ipk.tar.zst;downloadfilename=1d/ee/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/21/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c_create_spdx.tar.zst\nDEBUG: Using  for universal/78/68/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495_recipe_qa.tar.zst\nDEBUG: Searching for e1/6c/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/49/0e/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/48/bb/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84_recipe_qa.tar.zst\nDEBUG: For url file://3b/bb/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/bb/sstate%3Aencodings%3Aall-poky-linux%3A1.1.0%3Ar0%3Aallarch%3A12%3A3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14_create_spdx.tar.zst;downloadfilename=3b/bb/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/56/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:dc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73_package.tar.zst\nDEBUG: For url ['file', '', 'universal/27/b8/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '67/aa/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ea/a6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:eaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f7/ae/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/bd/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/78/68/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495_recipe_qa.tar.zst\nDEBUG: Using  for e1/6c/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/49/0e/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8_populate_sysroot.tar.zst\nDEBUG: Searching for universal/48/bb/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for dc/56/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:dc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/27/b8/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/27/b8/sstate%3Aninja-native%3Ax86_64-linux%3A1.12.1%3Ar0%3Ax86_64%3A12%3A27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48_recipe_qa.tar.zst;downloadfilename=universal/27/b8/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://93/23/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:9323afaa00f0aed2916fbd0d21e0c61fb7cebba03c4f044d920e647d8ecb1bd3_populate_sysroot.tar.zst\nDEBUG: For url file://67/aa/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/aa/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09_create_package_spdx.tar.zst;downloadfilename=67/aa/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09_create_package_spdx.tar.zst\nDEBUG: Using  for ea/a6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:eaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a_package.tar.zst\nDEBUG: Testing URL file://ea/a6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:eaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://94/e3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87_package.tar.zst\nDEBUG: For url ['file', '', 'universal/78/68/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e1/6c/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/49/0e/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/48/bb/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84_recipe_qa.tar.zst\nDEBUG: Using  for dc/56/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:dc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73_package.tar.zst\nDEBUG: SState: Attempting to fetch file://81/c9/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://59/29/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/20/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:eb207701f8a93fd57a938e7de8bfacc3fa5db4839a757196684d6f89c93d145e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f7/ae/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ea/a6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:eaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a_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://2c/fe/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801_packagedata.tar.zst\nDEBUG: Searching for 94/e3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/78/68/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/78/68/sstate%3Alibgpg-error-native%3Ax86_64-linux%3A1.49%3Ar0%3Ax86_64%3A12%3A78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495_recipe_qa.tar.zst;downloadfilename=universal/78/68/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e1/6c/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/49/0e/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/49/0e/sstate%3Alibsolv-native%3Ax86_64-linux%3A0.7.29%3Ar0%3Ax86_64%3A12%3A490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8_populate_sysroot.tar.zst;downloadfilename=universal/49/0e/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/48/bb/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84_recipe_qa.tar.zst\nDEBUG: Testing URL file://dc/56/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:dc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73_package.tar.zst\nDEBUG: Searching for 81/c9/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://49/5c/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://87/66/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6_package_qa.tar.zst\nDEBUG: Using  for f7/ae/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821_packagedata.tar.zst\nDEBUG: For url file://ea/a6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:eaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/a6/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A12%3Aeaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a_package.tar.zst;downloadfilename=ea/a6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:eaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005_package_qa.tar.zst\nDEBUG: Using  for 94/e3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87_package.tar.zst\nDEBUG: Testing URL file://94/e3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87_package.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/bb/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/ee/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:1dee7cab11128155b7c8014cadfbb15b5d6af7f5401ed7c94d477e20509d0f4d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/48/bb/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84_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/56/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:dc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 81/c9/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 49/5c/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 87/66/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f7/ae/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821_packagedata.tar.zst\nDEBUG: Searching for 7b/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e1/6c/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/6c/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.42%3Ar0%3Acore2-64%3A12%3Ae16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4_create_package_spdx.tar.zst;downloadfilename=e1/6c/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '94/e3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87_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://7f/62/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/ad/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f_packagedata.tar.zst\nDEBUG: For url file://universal/48/bb/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/48/bb/sstate%3Aqemu-helper-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3A48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84_recipe_qa.tar.zst;downloadfilename=universal/48/bb/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84_recipe_qa.tar.zst\nDEBUG: For url file://dc/56/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:dc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/56/sstate%3Abc%3Acore2-64-poky-linux%3A1.07.1%3Ar0%3Acore2-64%3A12%3Adc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73_package.tar.zst;downloadfilename=dc/56/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:dc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73_package.tar.zst\nDEBUG: Testing URL file://81/c9/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 49/5c/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5_packagedata.tar.zst\nDEBUG: Using  for 87/66/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f7/ae/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7b/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005_package_qa.tar.zst\nDEBUG: For url file://94/e3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/e3/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A12%3A94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87_package.tar.zst;downloadfilename=94/e3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87_package.tar.zst\nDEBUG: SState: Successful fetch test for file://67/aa/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/27/b8/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:27b8e62c6442b9c00d04f9b51135f95ccee4e866b6cfe7ccc5ca28854a818c48_recipe_qa.tar.zst\nDEBUG: Searching for 7f/62/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bf/ad/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '81/c9/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_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://49/5c/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5_packagedata.tar.zst\nDEBUG: Testing URL file://87/66/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/49/0e/sstate:libsolv-native:x86_64-linux:0.7.29:r0:x86_64:12:490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/78/68/sstate:libgpg-error-native:x86_64-linux:1.49:r0:x86_64:12:78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495_recipe_qa.tar.zst\nDEBUG: For url file://f7/ae/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/ae/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Af7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821_packagedata.tar.zst;downloadfilename=f7/ae/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821_packagedata.tar.zst\nDEBUG: Testing URL file://7b/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://10/41/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/a6/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:eaa6a64f3b65a72c4baf252c45c686050cd2b27a810a2073a8c1e0893851d87a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4f/e8/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655_populate_sysroot.tar.zst\nDEBUG: Using  for 7f/62/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b_create_spdx.tar.zst\nDEBUG: Using  for bf/ad/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f_packagedata.tar.zst\nDEBUG: For url file://81/c9/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/c9/sstate%3Apackagegroup-core-x11%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst;downloadfilename=81/c9/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '49/5c/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '87/66/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6_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://97/b2/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/48/69/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7b/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 10/41/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e1/6c/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/75/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/4f/e8/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7f/62/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b_create_spdx.tar.zst\nDEBUG: Testing URL file://bf/ad/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f_packagedata.tar.zst\nDEBUG: For url file://49/5c/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/5c/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A12%3A495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5_packagedata.tar.zst;downloadfilename=49/5c/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/48/bb/sstate:qemu-helper-native:x86_64-linux:1.0:r0:x86_64:12:48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84_recipe_qa.tar.zst\nDEBUG: For url file://87/66/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/66/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A12%3A87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6_package_qa.tar.zst;downloadfilename=87/66/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6_package_qa.tar.zst\nDEBUG: Searching for 97/b2/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://dc/56/sstate:bc:core2-64-poky-linux:1.07.1:r0:core2-64:12:dc5681d463e0bea48903de606f835ae890e5363b25bcf6974e818ee3605b6c73_package.tar.zst\nDEBUG: Searching for universal/48/69/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7b/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/41/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A12%3A7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005_package_qa.tar.zst;downloadfilename=7b/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005_package_qa.tar.zst\nDEBUG: Using  for 10/41/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2e/01/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/2e/75/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/4f/e8/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7f/62/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bf/ad/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f_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://94/e3/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:94e3766945ed33fb1534b4e24d1f05ec11e2916b5e199ab48a091851ec200f87_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/16/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2_create_spdx.tar.zst\nDEBUG: Using  for 97/b2/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://83/e8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b_package_write_ipk.tar.zst\nDEBUG: Using  for universal/48/69/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/ae/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821_packagedata.tar.zst\nDEBUG: Testing URL file://10/41/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c_package_write_ipk.tar.zst\nDEBUG: Searching for universal/2e/01/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/2e/75/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/4f/e8/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655_populate_sysroot.tar.zst\nDEBUG: For url file://7f/62/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/62/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b_create_spdx.tar.zst;downloadfilename=7f/62/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b_create_spdx.tar.zst\nDEBUG: For url file://bf/ad/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/ad/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A12%3Abfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f_packagedata.tar.zst;downloadfilename=bf/ad/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://38/83/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8_package.tar.zst\nDEBUG: Searching for d8/16/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://97/b2/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a_package_qa.tar.zst\nDEBUG: Searching for 83/e8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/48/69/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2a/17/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '10/41/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/2e/01/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/2e/75/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/4f/e8/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655_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://81/c9/sstate:packagegroup-core-x11:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 38/83/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d8/16/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2_create_spdx.tar.zst\nDEBUG: For url ['file', '', '97/b2/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a_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://49/5c/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5_packagedata.tar.zst\nDEBUG: Using  for 83/e8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/48/69/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed_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/2a/17/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://10/41/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/41/sstate%3Aencodings%3Aall-poky-linux%3A1.1.0%3Ar0%3Aallarch%3A12%3A1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c_package_write_ipk.tar.zst;downloadfilename=10/41/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/2e/01/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/2e/75/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3_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/4f/e8/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4f/e8/sstate%3Aharfbuzz-native%3Ax86_64-linux%3A8.5.0%3Ar0%3Ax86_64%3A12%3A4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655_populate_sysroot.tar.zst;downloadfilename=universal/4f/e8/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/6e/sstate:gcc-cross-x86_64::14.1.0:r0::12:b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0_populate_lic.tar.zst\nDEBUG: Using  for 38/83/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8_package.tar.zst\nDEBUG: Testing URL file://d8/16/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2_create_spdx.tar.zst\nDEBUG: For url file://97/b2/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/b2/sstate%3Asqlite3%3Acore2-64-poky-linux%3A3.45.3%3Ar0%3Acore2-64%3A12%3A97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a_package_qa.tar.zst;downloadfilename=97/b2/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/1b/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba_recipe_qa.tar.zst\nDEBUG: Testing URL file://83/e8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b_package_write_ipk.tar.zst\nDEBUG: For url file://universal/48/69/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/48/69/sstate%3Apython3-packaging-native%3Ax86_64-linux%3A24.1%3Ar0%3Ax86_64%3A12%3A48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed_deploy_source_date_epoch.tar.zst;downloadfilename=universal/48/69/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/2a/17/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/2e/01/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac_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://87/66/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6_package_qa.tar.zst\nDEBUG: For url file://universal/2e/75/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/75/sstate%3Awayland-protocols-native%3Ax86_64-linux%3A1.36%3Ar0%3Ax86_64%3A12%3A2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/2e/75/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/41/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005_package_qa.tar.zst\nDEBUG: Searching for b9/6e/sstate:gcc-cross-x86_64::14.1.0:r0::12:b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://38/83/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8_package.tar.zst\nDEBUG: For url ['file', '', 'd8/16/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d6/1b/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '83/e8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b_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://universal/2a/17/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/62/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b_create_spdx.tar.zst\nDEBUG: For url file://universal/2e/01/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2e/01/sstate%3Apython3-flit-core-native%3Ax86_64-linux%3A3.9.0%3Ar0%3Ax86_64%3A12%3A2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac_deploy_source_date_epoch.tar.zst;downloadfilename=universal/2e/01/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/ad/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://43/45/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/62/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f_create_package_spdx.tar.zst\nDEBUG: Using  for b9/6e/sstate:gcc-cross-x86_64::14.1.0:r0::12:b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0_populate_lic.tar.zst\nDEBUG: For url ['file', '', '38/83/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d8/16/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/16/sstate%3Apython3-toml%3Acore2-64-poky-linux%3A0.10.2%3Ar0%3Acore2-64%3A12%3Ad816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2_create_spdx.tar.zst;downloadfilename=d8/16/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2_create_spdx.tar.zst\nDEBUG: Using  for d6/1b/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba_recipe_qa.tar.zst\nDEBUG: For url file://83/e8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/e8/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A12%3A83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b_package_write_ipk.tar.zst;downloadfilename=83/e8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/2a/17/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a_create_package_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://07/7c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/9b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd_create_spdx.tar.zst\nDEBUG: Searching for 43/45/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/4f/e8/sstate:harfbuzz-native:x86_64-linux:8.5.0:r0:x86_64:12:4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://10/41/sstate:encodings:all-poky-linux:1.1.0:r0:allarch:12:1041a6ff935c03c0ee334fc068a1989a65c504cce65a2e76eae752b3e65b7b8c_package_write_ipk.tar.zst\nDEBUG: Searching for dd/62/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b9/6e/sstate:gcc-cross-x86_64::14.1.0:r0::12:b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0_populate_lic.tar.zst\nDEBUG: For url file://38/83/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/83/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.12%3Ar0%3Aallarch%3A12%3A38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8_package.tar.zst;downloadfilename=38/83/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8_package.tar.zst\nDEBUG: Testing URL file://d6/1b/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/48/69/sstate:python3-packaging-native:x86_64-linux:24.1:r0:x86_64:12:48692eafb58d8c520b74ec56cc1d2736c9e38f53a24cea9ef7857abf713f50ed_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://97/b2/sstate:sqlite3:core2-64-poky-linux:3.45.3:r0:core2-64:12:97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a_package_qa.tar.zst\nDEBUG: For url file://universal/2a/17/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2a/17/sstate%3Alibsdl2-native%3Ax86_64-linux%3A2.30.3%3Ar0%3Ax86_64%3A12%3A2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a_create_package_spdx.tar.zst;downloadfilename=universal/2a/17/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a_create_package_spdx.tar.zst\nDEBUG: Searching for 07/7c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ed/9b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 43/45/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://18/b6/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/77/4f/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928_create_package_spdx.tar.zst\nDEBUG: Using  for dd/62/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b9/6e/sstate:gcc-cross-x86_64::14.1.0:r0::12:b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0_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/1b/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba_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://64/86/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2e/75/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2e752f38a37e88b0f0f1f2ea25d11dcc2abc67e8a82aba5b08d5b085e031b0c3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/50/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3_create_package_spdx.tar.zst\nDEBUG: Using  for 07/7c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0_populate_sysroot.tar.zst\nDEBUG: Using  for ed/9b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd_create_spdx.tar.zst\nDEBUG: Testing URL file://43/45/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15_packagedata.tar.zst\nDEBUG: Searching for 18/b6/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/77/4f/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://dd/62/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f_create_package_spdx.tar.zst\nDEBUG: For url file://b9/6e/sstate:gcc-cross-x86_64::14.1.0:r0::12:b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/6e/sstate%3Agcc-cross-x86_64%3A%3A14.1.0%3Ar0%3A%3A12%3Ab96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0_populate_lic.tar.zst;downloadfilename=b9/6e/sstate:gcc-cross-x86_64::14.1.0:r0::12:b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0_populate_lic.tar.zst\nDEBUG: For url file://d6/1b/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/1b/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A12%3Ad61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba_recipe_qa.tar.zst;downloadfilename=d6/1b/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba_recipe_qa.tar.zst\nDEBUG: Searching for 64/86/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://46/8c/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee_create_package_spdx.tar.zst\nDEBUG: Searching for 1f/50/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://07/7c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ed/9b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd_create_spdx.tar.zst\nDEBUG: For url ['file', '', '43/45/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 18/b6/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53_recipe_qa.tar.zst\nDEBUG: Using  for universal/77/4f/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'dd/62/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f_create_package_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/2e/01/sstate:python3-flit-core-native:x86_64-linux:3.9.0:r0:x86_64:12:2e01be4385fe053cf68dd211864015d0b517ead5dca9954837954ad8d3e84eac_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 64/86/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://83/e8/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:83e8bebad6e54368033fa925803fb75c1495d6807240ffe52d5a102ddfc3f22b_package_write_ipk.tar.zst\nDEBUG: Searching for 46/8c/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d8/16/sstate:python3-toml:core2-64-poky-linux:0.10.2:r0:core2-64:12:d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2_create_spdx.tar.zst\nDEBUG: Using  for 1f/50/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '07/7c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0_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/9b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd_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/45/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/45/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15_packagedata.tar.zst;downloadfilename=43/45/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15_packagedata.tar.zst\nDEBUG: Testing URL file://18/b6/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/77/4f/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928_create_package_spdx.tar.zst\nDEBUG: For url file://dd/62/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/62/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.8%3Ar0%3Acore2-64%3A12%3Add62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f_create_package_spdx.tar.zst;downloadfilename=dd/62/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://5f/e9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0_create_spdx.tar.zst\nDEBUG: Testing URL file://64/86/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/3e/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b_package_qa.tar.zst\nDEBUG: Using  for 46/8c/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/67/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1f/50/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3_create_package_spdx.tar.zst\nDEBUG: For url file://07/7c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/7c/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.6%3Ar0%3Acore2-64%3A12%3A077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0_populate_sysroot.tar.zst;downloadfilename=07/7c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0_populate_sysroot.tar.zst\nDEBUG: For url file://ed/9b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/9b/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3Aed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd_create_spdx.tar.zst;downloadfilename=ed/9b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd_create_spdx.tar.zst\nDEBUG: For url ['file', '', '18/b6/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53_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/77/4f/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928_create_package_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/83/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:38833625e75772741764a307c9f2e1d069967798266e21b3c960082480ecc8b8_package.tar.zst\nDEBUG: Searching for 5f/e9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '64/86/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8e/3e/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/2a/17/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://46/8c/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee_create_package_spdx.tar.zst\nDEBUG: Searching for c6/67/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1f/50/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://18/b6/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/b6/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A12%3A18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53_recipe_qa.tar.zst;downloadfilename=18/b6/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/6e/sstate:gcc-cross-x86_64::14.1.0:r0::12:b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/1b/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba_recipe_qa.tar.zst\nDEBUG: For url file://universal/77/4f/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/77/4f/sstate%3Adebianutils-native%3Ax86_64-linux%3A5.19%3Ar0%3Ax86_64%3A12%3A774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928_create_package_spdx.tar.zst;downloadfilename=universal/77/4f/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/13/41/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38_create_spdx.tar.zst\nDEBUG: Using  for 5f/e9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0_create_spdx.tar.zst\nDEBUG: For url file://64/86/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/86/sstate%3Amesa%3Acore2-64-poky-linux%3A24.0.7%3Ar0%3Acore2-64%3A12%3A6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e_package.tar.zst;downloadfilename=64/86/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e_package.tar.zst\nDEBUG: Using  for 8e/3e/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b_package_qa.tar.zst\nDEBUG: Testing URL file://8e/3e/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b_package_qa.tar.zst\nDEBUG: For url ['file', '', '46/8c/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c6/67/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51_package_write_rpm.tar.zst\nDEBUG: For url file://1f/50/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/50/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3_create_package_spdx.tar.zst;downloadfilename=1f/50/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://be/20/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:be206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://43/45/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://13/88/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3_package_qa.tar.zst\nDEBUG: Searching for universal/13/41/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5f/e9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/62/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://04/02/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '8e/3e/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b_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/8c/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/8c/sstate%3Axmodmap%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee_create_package_spdx.tar.zst;downloadfilename=46/8c/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c6/67/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51_package_write_rpm.tar.zst\nDEBUG: Searching for be/20/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:be206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://07/7c/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:077cc3b1ea9179d83a43b2cd2257b27f3f1fc9bc7713a3d6bf6fcc9cf051cdf0_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/11/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049_create_package_spdx.tar.zst\nDEBUG: Searching for 13/88/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/13/41/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5f/e9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0_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://f6/a5/sstate:matchbox-session-sato::0.1:r0::12:f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896_populate_lic.tar.zst\nDEBUG: Searching for 04/02/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8e/3e/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/3e/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A12%3A8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b_package_qa.tar.zst;downloadfilename=8e/3e/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c6/67/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51_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/9b/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd_create_spdx.tar.zst\nDEBUG: Using  for be/20/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:be206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://86/54/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c_package.tar.zst\nDEBUG: Searching for b0/11/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 13/88/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3_package_qa.tar.zst\nDEBUG: Testing URL file://universal/13/41/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38_create_spdx.tar.zst\nDEBUG: For url file://5f/e9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5f/e9/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A12%3A5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0_create_spdx.tar.zst;downloadfilename=5f/e9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0_create_spdx.tar.zst\nDEBUG: Searching for f6/a5/sstate:matchbox-session-sato::0.1:r0::12:f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 04/02/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f_package_write_deb.tar.zst\nDEBUG: For url file://c6/67/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/67/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A12%3Ac66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51_package_write_rpm.tar.zst;downloadfilename=c6/67/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://18/b6/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/49/56/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/77/4f/sstate:debianutils-native:x86_64-linux:5.19:r0:x86_64:12:774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928_create_package_spdx.tar.zst\nDEBUG: Testing URL file://be/20/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:be206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91_populate_sysroot.tar.zst\nDEBUG: Searching for 86/54/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b0/11/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049_create_package_spdx.tar.zst\nDEBUG: Testing URL file://13/88/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/13/41/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f6/a5/sstate:matchbox-session-sato::0.1:r0::12:f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896_populate_lic.tar.zst\nDEBUG: Testing URL file://f6/a5/sstate:matchbox-session-sato::0.1:r0::12:f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5d/8b/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9_recipe_qa.tar.zst\nDEBUG: Searching for universal/49/56/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1f/50/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://59/bd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://64/86/sstate:mesa:core2-64-poky-linux:24.0.7:r0:core2-64:12:6486a7065b3aed132ae7af5fec2299774115330d9e8cbd42660a2024ff98fe3e_package.tar.zst\nDEBUG: For url ['file', '', 'be/20/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:be206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 86/54/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c_package.tar.zst\nDEBUG: Testing URL file://b0/11/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '13/88/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3_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/13/41/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/13/41/sstate%3Alibtirpc-native%3Ax86_64-linux%3A1.3.4%3Ar0%3Ax86_64%3A12%3A1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38_create_spdx.tar.zst;downloadfilename=universal/13/41/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38_create_spdx.tar.zst\nDEBUG: Testing URL file://04/02/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'f6/a5/sstate:matchbox-session-sato::0.1:r0::12:f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/5d/8b/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/49/56/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/a1/sstate:go-cross-core2-64::1.22.4:r0::12:cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366_populate_lic.tar.zst\nDEBUG: Searching for 59/bd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://60/dc/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f_package_write_ipk.tar.zst\nDEBUG: For url file://be/20/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:be206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/20/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A12%3Abe206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91_populate_sysroot.tar.zst;downloadfilename=be/20/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:be206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91_populate_sysroot.tar.zst\nDEBUG: Testing URL file://86/54/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c_package.tar.zst\nDEBUG: For url ['file', '', 'b0/11/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049_create_package_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://46/8c/sstate:xmodmap:core2-64-poky-linux:1.0.11:r0:core2-64:12:468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee_create_package_spdx.tar.zst\nDEBUG: For url file://13/88/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/88/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3_package_qa.tar.zst;downloadfilename=13/88/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3_package_qa.tar.zst\nDEBUG: For url ['file', '', '04/02/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f_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://f6/a5/sstate:matchbox-session-sato::0.1:r0::12:f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/a5/sstate%3Amatchbox-session-sato%3A%3A0.1%3Ar0%3A%3A12%3Af6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896_populate_lic.tar.zst;downloadfilename=f6/a5/sstate:matchbox-session-sato::0.1:r0::12:f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896_populate_lic.tar.zst\nDEBUG: Using  for universal/5d/8b/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/49/56/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627_populate_sysroot.tar.zst\nDEBUG: Searching for cb/a1/sstate:go-cross-core2-64::1.22.4:r0::12:cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 59/bd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168_create_spdx.tar.zst\nDEBUG: Searching for 60/dc/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '86/54/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b0/11/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/11/sstate%3Apointercal-xinput%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3Ab0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049_create_package_spdx.tar.zst;downloadfilename=b0/11/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5f/e9/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/3e/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8f/ce/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf_recipe_qa.tar.zst\nDEBUG: For url file://04/02/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/02/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A12%3A04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f_package_write_deb.tar.zst;downloadfilename=04/02/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/5d/8b/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/49/56/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cb/a1/sstate:go-cross-core2-64::1.22.4:r0::12:cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/67/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51_package_write_rpm.tar.zst\nDEBUG: Testing URL file://59/bd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168_create_spdx.tar.zst\nDEBUG: Using  for 60/dc/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f_package_write_ipk.tar.zst\nDEBUG: For url file://86/54/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/54/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c_package.tar.zst;downloadfilename=86/54/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://da/d4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://61/79/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e_package.tar.zst\nDEBUG: Searching for universal/8f/ce/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/5d/8b/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9_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/49/56/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/49/56/sstate%3Aunifdef-native%3Ax86_64-linux%3A2.12%3Ar0%3Ax86_64%3A12%3A4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627_populate_sysroot.tar.zst;downloadfilename=universal/49/56/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cb/a1/sstate:go-cross-core2-64::1.22.4:r0::12:cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/13/41/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e2/ea/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '59/bd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://60/dc/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f_package_write_ipk.tar.zst\nDEBUG: Searching for da/d4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 61/79/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/8f/ce/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://be/20/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:be206ed29386f480d9dfc3e6dd63e78b48fffac213fbc18b231ab13775679e91_populate_sysroot.tar.zst\nDEBUG: For url file://universal/5d/8b/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5d/8b/sstate%3Autil-linux-libuuid-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A12%3A5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9_recipe_qa.tar.zst;downloadfilename=universal/5d/8b/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'cb/a1/sstate:go-cross-core2-64::1.22.4:r0::12:cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366_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://13/88/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/14/32/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/e2/ea/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://59/bd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/bd/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.3.0%3Ar0%3Acore2-64%3A12%3A59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168_create_spdx.tar.zst;downloadfilename=59/bd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168_create_spdx.tar.zst\nDEBUG: For url ['file', '', '60/dc/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for da/d4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2_package_qa.tar.zst\nDEBUG: Using  for 61/79/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e_package.tar.zst\nDEBUG: Testing URL file://universal/8f/ce/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://95/70/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd_package_qa.tar.zst\nDEBUG: For url file://cb/a1/sstate:go-cross-core2-64::1.22.4:r0::12:cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/a1/sstate%3Ago-cross-core2-64%3A%3A1.22.4%3Ar0%3A%3A12%3Acba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366_populate_lic.tar.zst;downloadfilename=cb/a1/sstate:go-cross-core2-64::1.22.4:r0::12:cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6c/58/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/a5/sstate:matchbox-session-sato::0.1:r0::12:f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896_populate_lic.tar.zst\nDEBUG: Searching for universal/14/32/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e2/ea/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9_populate_sysroot.tar.zst\nDEBUG: For url file://60/dc/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/dc/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f_package_write_ipk.tar.zst;downloadfilename=60/dc/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://da/d4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2_package_qa.tar.zst\nDEBUG: Testing URL file://61/79/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/11/sstate:pointercal-xinput:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/8f/ce/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 95/70/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/6c/58/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://04/02/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:04022e1b7c49e12a1769f88879c9a1ab0737db77a4981431323006a0e19b581f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://09/4c/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18_package_qa.tar.zst\nDEBUG: Using  for universal/14/32/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/e2/ea/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'da/d4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '61/79/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e_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://86/54/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:86546a1a8eda45627a52a10892b044a054b9306175832b952e89d5ed5f44400c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/49/56/sstate:unifdef-native:x86_64-linux:2.12:r0:x86_64:12:4956cec4dd74159133d5d9bd4dd38fd9f985f9672d2d54c6ae8537effb7ff627_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/5e/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f_package_write_deb.tar.zst\nDEBUG: For url file://universal/8f/ce/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8f/ce/sstate%3Ago-native%3Ax86_64-linux%3A1.22.4%3Ar0%3Ax86_64%3A12%3A8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf_recipe_qa.tar.zst;downloadfilename=universal/8f/ce/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf_recipe_qa.tar.zst\nDEBUG: Using  for 95/70/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd_package_qa.tar.zst\nDEBUG: Using  for universal/6c/58/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://22/f4/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b_package.tar.zst\nDEBUG: Searching for 09/4c/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/14/32/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/e2/ea/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9_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/d4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/d4/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A12%3Adad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2_package_qa.tar.zst;downloadfilename=da/d4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2_package_qa.tar.zst\nDEBUG: For url file://61/79/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/79/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A12%3A617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e_package.tar.zst;downloadfilename=61/79/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://96/68/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/a0/sstate:mobile-broadband-provider-info::20240407:r0::12:8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308_populate_lic.tar.zst\nDEBUG: Searching for 8d/5e/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://95/70/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd_package_qa.tar.zst\nDEBUG: Testing URL file://universal/6c/58/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5d/8b/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9_recipe_qa.tar.zst\nDEBUG: Searching for 22/f4/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 09/4c/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/14/32/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea_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/ea/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e2/ea/sstate%3Aqemu-native%3Ax86_64-linux%3A9.0.0%3Ar0%3Ax86_64%3A12%3Ae2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9_populate_sysroot.tar.zst;downloadfilename=universal/e2/ea/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9_populate_sysroot.tar.zst\nDEBUG: Searching for 96/68/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8b/a0/sstate:mobile-broadband-provider-info::20240407:r0::12:8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8d/5e/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://59/bd/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168_create_spdx.tar.zst\nDEBUG: For url ['file', '', '95/70/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd_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/6c/58/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d_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://6b/a2/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b_create_spdx.tar.zst\nDEBUG: Using  for 22/f4/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b_package.tar.zst\nDEBUG: Testing URL file://09/4c/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18_package_qa.tar.zst\nDEBUG: For url file://universal/14/32/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/14/32/sstate%3Aexpat-native%3Ax86_64-linux%3A2.6.2%3Ar0%3Ax86_64%3A12%3A14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea_deploy_source_date_epoch.tar.zst;downloadfilename=universal/14/32/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 96/68/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://60/dc/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:60dce7ad53a1de0a57647e5bd7c10b43017f9e8d005f7351a5b3f730d93e8f3f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/a1/sstate:go-cross-core2-64::1.22.4:r0::12:cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366_populate_lic.tar.zst\nDEBUG: Using  for 8b/a0/sstate:mobile-broadband-provider-info::20240407:r0::12:8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308_populate_lic.tar.zst\nDEBUG: Testing URL file://8d/5e/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://34/14/sstate:rust-llvm-native::1.75.0:r0::12:341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e_populate_lic.tar.zst\nDEBUG: For url file://95/70/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/70/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A12%3A9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd_package_qa.tar.zst;downloadfilename=95/70/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd_package_qa.tar.zst\nDEBUG: For url file://universal/6c/58/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6c/58/sstate%3Alibxrandr-native%3Ax86_64-linux%3A1.5.4%3Ar0%3Ax86_64%3A12%3A6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d_deploy_source_date_epoch.tar.zst;downloadfilename=universal/6c/58/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6b/a2/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://22/f4/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b_package.tar.zst\nDEBUG: For url ['file', '', '09/4c/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://96/68/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/92/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8f/ce/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:8fce4c83cd2021d300487ef290482c27cdbf49a24914a39aebd896c612303cbf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://27/b0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be_package_write_ipk.tar.zst\nDEBUG: Testing URL file://8b/a0/sstate:mobile-broadband-provider-info::20240407:r0::12:8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8d/5e/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 34/14/sstate:rust-llvm-native::1.75.0:r0::12:341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6b/a2/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '22/f4/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b_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/d4/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2_package_qa.tar.zst\nDEBUG: For url file://09/4c/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/4c/sstate%3Acantarell-fonts%3Aall-poky-linux%3A0.303.1%3Ar0%3Aallarch%3A12%3A094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18_package_qa.tar.zst;downloadfilename=09/4c/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18_package_qa.tar.zst\nDEBUG: For url ['file', '', '96/68/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0a/92/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://13/96/sstate:fontconfig::2.15.0:r0::12:1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7_populate_lic.tar.zst\nDEBUG: Searching for 27/b0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8b/a0/sstate:mobile-broadband-provider-info::20240407:r0::12:8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8d/5e/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/5e/sstate%3Acurl%3Acore2-64-poky-linux%3A8.8.0%3Ar0%3Acore2-64%3A12%3A8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f_package_write_deb.tar.zst;downloadfilename=8d/5e/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f_package_write_deb.tar.zst\nDEBUG: Using  for 34/14/sstate:rust-llvm-native::1.75.0:r0::12:341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e_populate_lic.tar.zst\nDEBUG: Testing URL file://6b/a2/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b_create_spdx.tar.zst\nDEBUG: For url file://22/f4/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/f4/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b_package.tar.zst;downloadfilename=22/f4/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://49/3d/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb_packagedata.tar.zst\nDEBUG: For url file://96/68/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/68/sstate%3Apython3-unittest-automake-output%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650_package_write_ipk.tar.zst;downloadfilename=96/68/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650_package_write_ipk.tar.zst\nDEBUG: Using  for 0a/92/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e_package_qa.tar.zst\nDEBUG: Searching for 13/96/sstate:fontconfig::2.15.0:r0::12:1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 27/b0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be_package_write_ipk.tar.zst\nDEBUG: For url file://8b/a0/sstate:mobile-broadband-provider-info::20240407:r0::12:8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/a0/sstate%3Amobile-broadband-provider-info%3A%3A20240407%3Ar0%3A%3A12%3A8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308_populate_lic.tar.zst;downloadfilename=8b/a0/sstate:mobile-broadband-provider-info::20240407:r0::12:8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308_populate_lic.tar.zst\nDEBUG: Testing URL file://34/14/sstate:rust-llvm-native::1.75.0:r0::12:341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6b/a2/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b_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://61/79/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:617973039621f12cab156bf2eef88dbf4360fcb9fe3300bb6f740a52b888df3e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/14/32/sstate:expat-native:x86_64-linux:2.6.2:r0:x86_64:12:14320eca911521c4236995ea689053bd99663f99fa5e357dc4e48465574a29ea_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 49/3d/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0a/92/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e2/ea/sstate:qemu-native:x86_64-linux:9.0.0:r0:x86_64:12:e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9_populate_sysroot.tar.zst\nDEBUG: Using  for 13/96/sstate:fontconfig::2.15.0:r0::12:1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6c/58/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:6c5898c415ea137ac9071fb205c7d06f9ea99a7300106595200599995c8aef7d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://95/70/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd_package_qa.tar.zst\nDEBUG: Testing URL file://27/b0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '34/14/sstate:rust-llvm-native::1.75.0:r0::12:341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://6b/a2/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6b/a2/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b_create_spdx.tar.zst;downloadfilename=6b/a2/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/49/f2/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://09/4c/sstate:cantarell-fonts:all-poky-linux:0.303.1:r0:allarch:12:094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://49/ec/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 49/3d/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb_packagedata.tar.zst\nDEBUG: For url ['file', '', '0a/92/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e_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://4b/ad/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://13/96/sstate:fontconfig::2.15.0:r0::12:1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/6a/sstate:libssh2::1.11.0:r0::12:2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://51/97/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '27/b0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be_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://34/14/sstate:rust-llvm-native::1.75.0:r0::12:341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/14/sstate%3Arust-llvm-native%3A%3A1.75.0%3Ar0%3A%3A12%3A341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e_populate_lic.tar.zst;downloadfilename=34/14/sstate:rust-llvm-native::1.75.0:r0::12:341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e_populate_lic.tar.zst\nDEBUG: Searching for universal/49/f2/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://16/78/sstate:xrandr-native::1.5.2:r0::12:1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2_populate_lic.tar.zst\nDEBUG: Searching for 49/ec/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://49/3d/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb_packagedata.tar.zst\nDEBUG: For url file://0a/92/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/92/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.70%3Ar0%3Acore2-64%3A12%3A0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e_package_qa.tar.zst;downloadfilename=0a/92/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e_package_qa.tar.zst\nDEBUG: Searching for 4b/ad/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '13/96/sstate:fontconfig::2.15.0:r0::12:1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2d/6a/sstate:libssh2::1.11.0:r0::12:2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 51/97/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://27/b0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/b0/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be_package_write_ipk.tar.zst;downloadfilename=27/b0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be_package_write_ipk.tar.zst\nDEBUG: Using  for universal/49/f2/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb_create_spdx.tar.zst\nDEBUG: Searching for 16/78/sstate:xrandr-native::1.5.2:r0::12:1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8d/5e/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:8d5e26814fbcac78d2f90dc6aa19048ed3a938bf096a12c700845237d209b84f_package_write_deb.tar.zst\nDEBUG: Using  for 49/ec/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '49/3d/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4b/ad/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://13/96/sstate:fontconfig::2.15.0:r0::12:1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/96/sstate%3Afontconfig%3A%3A2.15.0%3Ar0%3A%3A12%3A1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7_populate_lic.tar.zst;downloadfilename=13/96/sstate:fontconfig::2.15.0:r0::12:1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://96/68/sstate:python3-unittest-automake-output:core2-64-poky-linux:0.2:r0:core2-64:12:96684689ca1ec04901683ddc73f072c6205a89047ce68a962d55751d21919650_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://22/f4/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:22f4a3e6dd071e1ba18b4001347e497fb2f93ecac9448f5c9bb8a6788bb6e14b_package.tar.zst\nDEBUG: Using  for 2d/6a/sstate:libssh2::1.11.0:r0::12:2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a_populate_lic.tar.zst\nDEBUG: Using  for 51/97/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/49/f2/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb_create_spdx.tar.zst\nDEBUG: Using  for 16/78/sstate:xrandr-native::1.5.2:r0::12:1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/e4/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719_recipe_qa.tar.zst\nDEBUG: Testing URL file://49/ec/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://49/3d/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/3d/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb_packagedata.tar.zst;downloadfilename=49/3d/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb_packagedata.tar.zst\nDEBUG: Testing URL file://4b/ad/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ed/d6/sstate:ofono::2.8:r0::12:edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/a0/sstate:mobile-broadband-provider-info::20240407:r0::12:8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6b/a2/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/30/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e_recipe_qa.tar.zst\nDEBUG: Testing URL file://2d/6a/sstate:libssh2::1.11.0:r0::12:2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a_populate_lic.tar.zst\nDEBUG: Testing URL file://51/97/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/49/f2/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://16/78/sstate:xrandr-native::1.5.2:r0::12:1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2_populate_lic.tar.zst\nDEBUG: Searching for d5/e4/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '49/ec/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36_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/ad/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1_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 ed/d6/sstate:ofono::2.8:r0::12:edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/82/06/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c_gcc_stash_builddir.tar.zst\nDEBUG: SState: Attempting to fetch file://42/68/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d_package_qa.tar.zst\nDEBUG: Searching for 2e/30/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2d/6a/sstate:libssh2::1.11.0:r0::12:2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a_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/97/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f_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://universal/49/f2/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/49/f2/sstate%3Agdk-pixbuf-native%3Ax86_64-linux%3A2.42.12%3Ar0%3Ax86_64%3A12%3A49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb_create_spdx.tar.zst;downloadfilename=universal/49/f2/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb_create_spdx.tar.zst\nDEBUG: For url ['file', '', '16/78/sstate:xrandr-native::1.5.2:r0::12:1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d5/e4/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719_recipe_qa.tar.zst\nDEBUG: For url file://49/ec/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/ec/sstate%3Agi-docgen%3Acore2-64-poky-linux%3A2023.3%3Ar0%3Acore2-64%3A12%3A49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36_deploy_source_date_epoch.tar.zst;downloadfilename=49/ec/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4b/ad/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/ad/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.1%3Ar0%3Acore2-64%3A12%3A4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1_deploy_source_date_epoch.tar.zst;downloadfilename=4b/ad/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ed/d6/sstate:ofono::2.8:r0::12:edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944_populate_lic.tar.zst\nDEBUG: Searching for universal/82/06/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c_gcc_stash_builddir.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 42/68/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2e/30/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e_recipe_qa.tar.zst\nDEBUG: For url file://2d/6a/sstate:libssh2::1.11.0:r0::12:2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/6a/sstate%3Alibssh2%3A%3A1.11.0%3Ar0%3A%3A12%3A2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a_populate_lic.tar.zst;downloadfilename=2d/6a/sstate:libssh2::1.11.0:r0::12:2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a_populate_lic.tar.zst\nDEBUG: For url file://51/97/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/97/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A12%3A5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f_package_write_ipk.tar.zst;downloadfilename=51/97/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f_package_write_ipk.tar.zst\nDEBUG: For url file://16/78/sstate:xrandr-native::1.5.2:r0::12:1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/78/sstate%3Axrandr-native%3A%3A1.5.2%3Ar0%3A%3A12%3A1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2_populate_lic.tar.zst;downloadfilename=16/78/sstate:xrandr-native::1.5.2:r0::12:1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2_populate_lic.tar.zst\nDEBUG: Testing URL file://d5/e4/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://34/14/sstate:rust-llvm-native::1.75.0:r0::12:341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e_populate_lic.tar.zst\nDEBUG: Testing URL file://ed/d6/sstate:ofono::2.8:r0::12:edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/92/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://13/96/sstate:fontconfig::2.15.0:r0::12:1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7_populate_lic.tar.zst\nDEBUG: Using  for universal/82/06/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c_gcc_stash_builddir.tar.zst\nDEBUG: Using  for 42/68/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d_package_qa.tar.zst\nDEBUG: Testing URL file://2e/30/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://27/b0/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:27b04597efe3d41b551ae60532ab37db3648f637f902fd1c8712b3c5497766be_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'd5/e4/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719_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://49/3d/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/49/f2/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/e6/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ed/d6/sstate:ofono::2.8:r0::12:edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944_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://27/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624_package_qa.tar.zst\nDEBUG: Testing URL file://universal/82/06/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c_gcc_stash_builddir.tar.zst\nDEBUG: Testing URL file://42/68/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d_package_qa.tar.zst\nDEBUG: For url ['file', '', '2e/30/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e_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://0d/99/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2_create_package_spdx.tar.zst\nDEBUG: For url file://d5/e4/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/e4/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.13%3Ar0%3Acore2-64%3A12%3Ad5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719_recipe_qa.tar.zst;downloadfilename=d5/e4/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://76/15/sstate:makedevs::1.0.1:r0::12:76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://58/d8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7_package_write_rpm.tar.zst\nDEBUG: Searching for d7/e6/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ed/d6/sstate:ofono::2.8:r0::12:edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/d6/sstate%3Aofono%3A%3A2.8%3Ar0%3A%3A12%3Aedd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944_populate_lic.tar.zst;downloadfilename=ed/d6/sstate:ofono::2.8:r0::12:edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944_populate_lic.tar.zst\nDEBUG: Searching for 27/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a5/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/82/06/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c_gcc_stash_builddir.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '42/68/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d_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/30/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/30/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A12%3A2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e_recipe_qa.tar.zst;downloadfilename=2e/30/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e_recipe_qa.tar.zst\nDEBUG: Searching for 0d/99/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 76/15/sstate:makedevs::1.0.1:r0::12:76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://49/ec/sstate:gi-docgen:core2-64-poky-linux:2023.3:r0:core2-64:12:49ecc75f2678c6dbfecec51e53757562dedf107d56c3a3fe28cc527d6368ff36_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 58/d8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4b/ad/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:4bad9150e53096f82760c3287e157e3f356bce2d17338e10afa12a37b50d2aa1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d7/e6/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77_recipe_qa.tar.zst\nDEBUG: Using  for 27/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53_populate_sysroot.tar.zst\nDEBUG: Using  for a5/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624_package_qa.tar.zst\nDEBUG: For url file://universal/82/06/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c_gcc_stash_builddir.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/82/06/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A14.1.0%3Ar0%3Ax86_64%3A12%3A8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c_gcc_stash_builddir.tar.zst;downloadfilename=universal/82/06/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c_gcc_stash_builddir.tar.zst\nDEBUG: For url file://42/68/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/68/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.8.1%3Ar0%3Acore2-64%3A12%3A42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d_package_qa.tar.zst;downloadfilename=42/68/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d_package_qa.tar.zst\nDEBUG: Using  for 0d/99/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/e1/sstate:python3-sortedcontainers::2.4.0:r0::12:f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c_populate_lic.tar.zst\nDEBUG: Using  for 76/15/sstate:makedevs::1.0.1:r0::12:76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/6a/sstate:libssh2::1.11.0:r0::12:2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a_populate_lic.tar.zst\nDEBUG: Using  for 58/d8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://51/97/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:5197ae08c24ed43d654bce95a6b7dc5412b24bb856ef6d0c33a0339448f7ba8f_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/78/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://d7/e6/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77_recipe_qa.tar.zst\nDEBUG: Testing URL file://27/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a5/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624_package_qa.tar.zst\nDEBUG: Testing URL file://0d/99/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2_create_package_spdx.tar.zst\nDEBUG: Searching for f9/e1/sstate:python3-sortedcontainers::2.4.0:r0::12:f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://16/78/sstate:xrandr-native::1.5.2:r0::12:1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2_populate_lic.tar.zst\nDEBUG: Testing URL file://76/15/sstate:makedevs::1.0.1:r0::12:76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://32/0a/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6_packagedata.tar.zst\nDEBUG: Testing URL file://58/d8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/b2/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24_create_package_spdx.tar.zst\nDEBUG: Searching for b2/78/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd7/e6/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77_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/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a5/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0d/99/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f9/e1/sstate:python3-sortedcontainers::2.4.0:r0::12:f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://19/3b/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '76/15/sstate:makedevs::1.0.1:r0::12:76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 32/0a/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d5/e4/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '58/d8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7_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/b2/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b2/78/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2_create_package_spdx.tar.zst\nDEBUG: For url file://d7/e6/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/e6/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A12%3Ad7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77_recipe_qa.tar.zst;downloadfilename=d7/e6/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77_recipe_qa.tar.zst\nDEBUG: For url file://27/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/e0/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53_populate_sysroot.tar.zst;downloadfilename=27/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53_populate_sysroot.tar.zst\nDEBUG: For url file://a5/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/d6/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3Aa5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624_package_qa.tar.zst;downloadfilename=a5/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624_package_qa.tar.zst\nDEBUG: For url file://0d/99/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/99/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A12%3A0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2_create_package_spdx.tar.zst;downloadfilename=0d/99/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f9/e1/sstate:python3-sortedcontainers::2.4.0:r0::12:f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c_populate_lic.tar.zst\nDEBUG: Searching for 19/3b/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://76/15/sstate:makedevs::1.0.1:r0::12:76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/15/sstate%3Amakedevs%3A%3A1.0.1%3Ar0%3A%3A12%3A76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3_populate_lic.tar.zst;downloadfilename=76/15/sstate:makedevs::1.0.1:r0::12:76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3_populate_lic.tar.zst\nDEBUG: Using  for 32/0a/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://46/36/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://58/d8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/d8/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A12%3A58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7_package_write_rpm.tar.zst;downloadfilename=58/d8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7_package_write_rpm.tar.zst\nDEBUG: Using  for 1f/b2/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b2/78/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/30/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f9/e1/sstate:python3-sortedcontainers::2.4.0:r0::12:f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c_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://ed/d6/sstate:ofono::2.8:r0::12:edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944_populate_lic.tar.zst\nDEBUG: Using  for 19/3b/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://42/68/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d_package_qa.tar.zst\nDEBUG: Testing URL file://32/0a/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/82/06/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:8206b947c42d0f2d86b27651ff31c36e8546fa1470c78acfd8fb2ce6b735230c_gcc_stash_builddir.tar.zst\nDEBUG: Searching for 46/36/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1f/b2/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b2/78/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2_create_package_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/7b/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204_packagedata.tar.zst\nDEBUG: For url file://f9/e1/sstate:python3-sortedcontainers::2.4.0:r0::12:f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/e1/sstate%3Apython3-sortedcontainers%3A%3A2.4.0%3Ar0%3A%3A12%3Af9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c_populate_lic.tar.zst;downloadfilename=f9/e1/sstate:python3-sortedcontainers::2.4.0:r0::12:f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2c/85/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: Testing URL file://19/3b/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/f6/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff_create_spdx.tar.zst\nDEBUG: For url ['file', '', '32/0a/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6_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://2f/7b/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc_recipe_qa.tar.zst\nDEBUG: Using  for 46/36/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1f/b2/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b2/78/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/78/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A12%3Ab278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2_create_package_spdx.tar.zst;downloadfilename=b2/78/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2_create_package_spdx.tar.zst\nDEBUG: Searching for 86/7b/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/2c/85/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '19/3b/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4_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://27/e0/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:27e012c33f2eb51ebe85c264de7d103d85b4a07eeb3f75d2e1a622c0f47c7f53_populate_sysroot.tar.zst\nDEBUG: Searching for b2/f6/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d7/e6/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77_recipe_qa.tar.zst\nDEBUG: For url file://32/0a/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/0a/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6_packagedata.tar.zst;downloadfilename=32/0a/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6_packagedata.tar.zst\nDEBUG: Searching for 2f/7b/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://46/36/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://1f/b2/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/b2/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A8.2.2%3Ar0%3Acore2-64%3A12%3A1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24_create_package_spdx.tar.zst;downloadfilename=1f/b2/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24_create_package_spdx.tar.zst\nDEBUG: Using  for 86/7b/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204_packagedata.tar.zst\nDEBUG: Using  for universal/2c/85/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: For url file://19/3b/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/3b/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A12%3A193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4_package_write_deb.tar.zst;downloadfilename=19/3b/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/ac/sstate:python3-hatchling-native::1.24.2:r0::12:fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5_populate_lic.tar.zst\nDEBUG: Using  for b2/f6/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://49/ee/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed_populate_sysroot.tar.zst\nDEBUG: Using  for 2f/7b/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '46/36/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc_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/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/99/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2_create_package_spdx.tar.zst\nDEBUG: Testing URL file://86/7b/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204_packagedata.tar.zst\nDEBUG: Testing URL file://universal/2c/85/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://58/d8/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://76/15/sstate:makedevs::1.0.1:r0::12:76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3_populate_lic.tar.zst\nDEBUG: Searching for fc/ac/sstate:python3-hatchling-native::1.24.2:r0::12:fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b2/f6/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff_create_spdx.tar.zst\nDEBUG: Searching for 49/ee/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2f/7b/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc_recipe_qa.tar.zst\nDEBUG: For url file://46/36/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/46/36/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc_deploy_source_date_epoch.tar.zst;downloadfilename=46/36/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://99/4d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://12/a4/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '86/7b/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/2c/85/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_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://88/77/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/09/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7_create_package_spdx.tar.zst\nDEBUG: Using  for fc/ac/sstate:python3-hatchling-native::1.24.2:r0::12:fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b2/f6/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 49/ee/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2f/7b/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 99/4d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 12/a4/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f9/e1/sstate:python3-sortedcontainers::2.4.0:r0::12:f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c_populate_lic.tar.zst\nDEBUG: For url file://86/7b/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/7b/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A12%3A867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204_packagedata.tar.zst;downloadfilename=86/7b/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204_packagedata.tar.zst\nDEBUG: For url file://universal/2c/85/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2c/85/sstate%3Aqemu-system-native%3Ax86_64-linux%3A9.0.0%3Ar0%3Ax86_64%3A12%3A2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst;downloadfilename=universal/2c/85/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: Searching for 88/77/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c1/09/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fc/ac/sstate:python3-hatchling-native::1.24.2:r0::12:fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5_populate_lic.tar.zst\nDEBUG: For url file://b2/f6/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/f6/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A12%3Ab2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff_create_spdx.tar.zst;downloadfilename=b2/f6/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff_create_spdx.tar.zst\nDEBUG: Testing URL file://49/ee/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed_populate_sysroot.tar.zst\nDEBUG: For url file://2f/7b/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/7b/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc_recipe_qa.tar.zst;downloadfilename=2f/7b/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc_recipe_qa.tar.zst\nDEBUG: Using  for 99/4d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406_package_qa.tar.zst\nDEBUG: Using  for 12/a4/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/6b/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f_populate_sysroot.tar.zst\nDEBUG: Using  for 88/77/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/78/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://32/0a/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6_packagedata.tar.zst\nDEBUG: Using  for c1/09/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'fc/ac/sstate:python3-hatchling-native::1.24.2:r0::12:fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '49/ee/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://99/4d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406_package_qa.tar.zst\nDEBUG: Testing URL file://12/a4/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://19/3b/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:193b0d19b3e6aa3370e1d11ac4a7d27702e478db0de6ef3054b7564b55b40ec4_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/b2/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24_create_package_spdx.tar.zst\nDEBUG: Searching for d5/6b/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://88/77/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/98/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:a09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/b3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c1/09/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7_create_package_spdx.tar.zst\nDEBUG: For url file://fc/ac/sstate:python3-hatchling-native::1.24.2:r0::12:fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/ac/sstate%3Apython3-hatchling-native%3A%3A1.24.2%3Ar0%3A%3A12%3Afcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5_populate_lic.tar.zst;downloadfilename=fc/ac/sstate:python3-hatchling-native::1.24.2:r0::12:fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5_populate_lic.tar.zst\nDEBUG: For url file://49/ee/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/ee/sstate%3Awhich%3Acore2-64-poky-linux%3A2.21%3Ar0%3Acore2-64%3A12%3A49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed_populate_sysroot.tar.zst;downloadfilename=49/ee/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '99/4d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406_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/a4/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7_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/e4/5d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://62/59/sstate:virglrenderer-native::1.0.1:r0::12:6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903_populate_lic.tar.zst\nDEBUG: Using  for d5/6b/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '88/77/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec_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 a0/98/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:a09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8a/b3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c1/09/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://99/4d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/4d/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A12%3A994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406_package_qa.tar.zst;downloadfilename=99/4d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://46/36/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:4636ac9682b2068881c64a57ddb8f8784801bec19a3c60b849185211c9f327cc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/e4/5d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://12/a4/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/a4/sstate%3Astrace%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7_package_write_rpm.tar.zst;downloadfilename=12/a4/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7_package_write_rpm.tar.zst\nDEBUG: Searching for 62/59/sstate:virglrenderer-native::1.0.1:r0::12:6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://86/7b/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2c/85/sstate:qemu-system-native:x86_64-linux:9.0.0:r0:x86_64:12:2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3_recipe_qa.tar.zst\nDEBUG: Testing URL file://d5/6b/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f_populate_sysroot.tar.zst\nDEBUG: For url file://88/77/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/77/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.57.1%3Ar0%3Acore2-64%3A12%3A88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec_deploy_source_date_epoch.tar.zst;downloadfilename=88/77/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a0/98/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:a09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c_package_write_deb.tar.zst\nDEBUG: Using  for 8a/b3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa_package_write_rpm.tar.zst\nDEBUG: For url file://c1/09/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/09/sstate%3Aacl%3Acore2-64-poky-linux%3A2.3.2%3Ar0%3Acore2-64%3A12%3Ac109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7_create_package_spdx.tar.zst;downloadfilename=c1/09/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/87/sstate:python3-pathlib2::2.3.7:r0::12:e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/f6/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff_create_spdx.tar.zst\nDEBUG: Using  for universal/e4/5d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d_recipe_qa.tar.zst\nDEBUG: Using  for 62/59/sstate:virglrenderer-native::1.0.1:r0::12:6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/7b/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/c6/sstate:libevdev::1.13.2:r0::12:9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/c1/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'd5/6b/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f_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/98/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:a09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c_package_write_deb.tar.zst\nDEBUG: Testing URL file://8a/b3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa_package_write_rpm.tar.zst\nDEBUG: Searching for e5/87/sstate:python3-pathlib2::2.3.7:r0::12:e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fc/ac/sstate:python3-hatchling-native::1.24.2:r0::12:fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/29/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://49/ee/sstate:which:core2-64-poky-linux:2.21:r0:core2-64:12:49ee8342204d9056739fb8293ea8bd6cbadf18f735d7bfd8f42062ba3b2424ed_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/e4/5d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d_recipe_qa.tar.zst\nDEBUG: Testing URL file://62/59/sstate:virglrenderer-native::1.0.1:r0::12:6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/fe/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211_create_spdx.tar.zst\nDEBUG: Searching for 9d/c6/sstate:libevdev::1.13.2:r0::12:9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8b/c1/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://99/4d/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406_package_qa.tar.zst\nDEBUG: For url file://d5/6b/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/6b/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Ad56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f_populate_sysroot.tar.zst;downloadfilename=d5/6b/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a0/98/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:a09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c_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', '', '8a/b3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e5/87/sstate:python3-pathlib2::2.3.7:r0::12:e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/f8/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624_create_spdx.tar.zst\nDEBUG: Searching for 5a/29/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://45/0e/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/e4/5d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '62/59/sstate:virglrenderer-native::1.0.1:r0::12:6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7d/fe/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9d/c6/sstate:libevdev::1.13.2:r0::12:9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322_populate_lic.tar.zst\nDEBUG: Using  for 8b/c1/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/31/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b_package_qa.tar.zst\nDEBUG: For url file://a0/98/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:a09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/98/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A12%3Aa09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c_package_write_deb.tar.zst;downloadfilename=a0/98/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:a09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://12/a4/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://88/77/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:88775382840f3bbf776b13c2f8da3612ab5be941f3d62ca10346fc4de14deeec_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8a/b3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/b3/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A12%3A8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa_package_write_rpm.tar.zst;downloadfilename=8a/b3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e5/87/sstate:python3-pathlib2::2.3.7:r0::12:e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad_populate_lic.tar.zst\nDEBUG: Searching for a2/f8/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/29/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42_package_write_rpm.tar.zst\nDEBUG: Searching for 45/0e/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/e4/5d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e4/5d/sstate%3Afontconfig-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A12%3Ae45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d_recipe_qa.tar.zst;downloadfilename=universal/e4/5d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d_recipe_qa.tar.zst\nDEBUG: For url file://62/59/sstate:virglrenderer-native::1.0.1:r0::12:6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/59/sstate%3Avirglrenderer-native%3A%3A1.0.1%3Ar0%3A%3A12%3A6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903_populate_lic.tar.zst;downloadfilename=62/59/sstate:virglrenderer-native::1.0.1:r0::12:6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903_populate_lic.tar.zst\nDEBUG: Using  for 7d/fe/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211_create_spdx.tar.zst\nDEBUG: Testing URL file://7d/fe/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211_create_spdx.tar.zst\nDEBUG: Testing URL file://8b/c1/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac_package_write_ipk.tar.zst\nDEBUG: Searching for e2/31/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://32/f4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f6/86/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:f68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e5/87/sstate:python3-pathlib2::2.3.7:r0::12:e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a2/f8/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624_create_spdx.tar.zst\nDEBUG: Testing URL file://5a/29/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42_package_write_rpm.tar.zst\nDEBUG: Using  for 45/0e/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/09/sstate:acl:core2-64-poky-linux:2.3.2:r0:core2-64:12:c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://9d/c6/sstate:libevdev::1.13.2:r0::12:9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7d/fe/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211_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/c1/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e2/31/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b_package_qa.tar.zst\nDEBUG: Searching for 32/f4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/f6/86/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:f68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e5/87/sstate:python3-pathlib2::2.3.7:r0::12:e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/87/sstate%3Apython3-pathlib2%3A%3A2.3.7%3Ar0%3A%3A12%3Ae587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad_populate_lic.tar.zst;downloadfilename=e5/87/sstate:python3-pathlib2::2.3.7:r0::12:e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad_populate_lic.tar.zst\nDEBUG: Testing URL file://a2/f8/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5a/29/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42_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://45/0e/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/39/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9d/c6/sstate:libevdev::1.13.2:r0::12:9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7d/fe/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/fe/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211_create_spdx.tar.zst;downloadfilename=7d/fe/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211_create_spdx.tar.zst\nDEBUG: For url file://8b/c1/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/c1/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A12%3A8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac_package_write_ipk.tar.zst;downloadfilename=8b/c1/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e2/31/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b_package_qa.tar.zst\nDEBUG: Using  for 32/f4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe_package_write_rpm.tar.zst\nDEBUG: Using  for universal/f6/86/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:f68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a2/f8/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://5a/29/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/29/sstate%3Aiw%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42_package_write_rpm.tar.zst;downloadfilename=5a/29/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '45/0e/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd_create_package_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/6b/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:d56b6e34cff690afba5d220ff7b04eb230c320f07ab675fbaaff52f86f313b5f_populate_sysroot.tar.zst\nDEBUG: Searching for 98/39/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9d/c6/sstate:libevdev::1.13.2:r0::12:9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/c6/sstate%3Alibevdev%3A%3A1.13.2%3Ar0%3A%3A12%3A9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322_populate_lic.tar.zst;downloadfilename=9d/c6/sstate:libevdev::1.13.2:r0::12:9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e2/31/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://32/f4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/f6/86/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:f68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/b3/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/98/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:a09894d924fb33ab95b9297855bf002437f7eba2a18f95eefbfe89a8ad495f4c_package_write_deb.tar.zst\nDEBUG: For url file://a2/f8/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/f8/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3Aa2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624_create_spdx.tar.zst;downloadfilename=a2/f8/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624_create_spdx.tar.zst\nDEBUG: For url file://45/0e/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/0e/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A12%3A450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd_create_package_spdx.tar.zst;downloadfilename=45/0e/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e4/5d/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/36/4f/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5_recipe_qa.tar.zst\nDEBUG: Using  for 98/39/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2_recipe_qa.tar.zst\nDEBUG: For url file://e2/31/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/31/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3Ae231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b_package_qa.tar.zst;downloadfilename=e2/31/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b_package_qa.tar.zst\nDEBUG: For url ['file', '', '32/f4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe_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/59/sstate:virglrenderer-native::1.0.1:r0::12:6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/f6/86/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:f68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3_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/7d/82/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://03/10/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://03/7b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/87/sstate:python3-pathlib2::2.3.7:r0::12:e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad_populate_lic.tar.zst\nDEBUG: Searching for universal/36/4f/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://98/39/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2_recipe_qa.tar.zst\nDEBUG: For url file://32/f4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/f4/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A12%3A32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe_package_write_rpm.tar.zst;downloadfilename=32/f4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/33/sstate:glib-networking::2.78.1:r0::12:9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/fe/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211_create_spdx.tar.zst\nDEBUG: For url file://universal/f6/86/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:f68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f6/86/sstate%3Alibxcomposite-native%3Ax86_64-linux%3A0.4.6%3Ar0%3Ax86_64%3A12%3Af68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f6/86/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:f68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/7d/82/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 03/10/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 03/7b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ca/e1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae_packagedata.tar.zst\nDEBUG: Using  for universal/36/4f/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '98/39/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9f/33/sstate:glib-networking::2.78.1:r0::12:9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8b/c1/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:8bc161def7800782cfdcdb55c77051bcddd055c4bc84384a539a386d860323ac_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://06/06/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b_package_qa.tar.zst\nDEBUG: Using  for universal/7d/82/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b_create_package_spdx.tar.zst\nDEBUG: Using  for 03/10/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/29/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42_package_write_rpm.tar.zst\nDEBUG: Using  for 03/7b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/c6/sstate:libevdev::1.13.2:r0::12:9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322_populate_lic.tar.zst\nDEBUG: Searching for ca/e1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/36/4f/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5_recipe_qa.tar.zst\nDEBUG: For url file://98/39/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/39/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2_recipe_qa.tar.zst;downloadfilename=98/39/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2_recipe_qa.tar.zst\nDEBUG: Using  for 9f/33/sstate:glib-networking::2.78.1:r0::12:9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/c4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450_package_write_rpm.tar.zst\nDEBUG: Searching for 06/06/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/7d/82/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://03/10/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e7/20/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:e720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://03/7b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://53/40/sstate:packagegroup-core-sdk::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Using  for ca/e1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/36/4f/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9f/33/sstate:glib-networking::2.78.1:r0::12:9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b_populate_lic.tar.zst\nDEBUG: Searching for a9/c4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 06/06/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/7d/82/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '03/10/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/e7/20/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:e720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '03/7b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 53/40/sstate:packagegroup-core-sdk::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ca/e1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae_packagedata.tar.zst\nDEBUG: For url file://universal/36/4f/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/36/4f/sstate%3Aspirv-tools-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3A364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5_recipe_qa.tar.zst;downloadfilename=universal/36/4f/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9f/33/sstate:glib-networking::2.78.1:r0::12:9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a9/c4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450_package_write_rpm.tar.zst\nDEBUG: Testing URL file://06/06/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b_package_qa.tar.zst\nDEBUG: For url file://universal/7d/82/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/82/sstate%3Aglib-2.0-native%3Ax86_64-linux%3A2.80.2%3Ar0%3Ax86_64%3A12%3A7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b_create_package_spdx.tar.zst;downloadfilename=universal/7d/82/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b_create_package_spdx.tar.zst\nDEBUG: For url file://03/10/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/10/sstate%3Agtk4%3Acore2-64-poky-linux%3A4.14.4%3Ar0%3Acore2-64%3A12%3A03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c_packagedata.tar.zst;downloadfilename=03/10/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c_packagedata.tar.zst\nDEBUG: Using  for universal/e7/20/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:e720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://03/7b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/7b/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A12%3A037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2_recipe_qa.tar.zst;downloadfilename=03/7b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2_recipe_qa.tar.zst\nDEBUG: Using  for 53/40/sstate:packagegroup-core-sdk::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ca/e1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9f/33/sstate:glib-networking::2.78.1:r0::12:9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/33/sstate%3Aglib-networking%3A%3A2.78.1%3Ar0%3A%3A12%3A9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b_populate_lic.tar.zst;downloadfilename=9f/33/sstate:glib-networking::2.78.1:r0::12:9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://45/0e/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/31/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/f8/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624_create_spdx.tar.zst\nDEBUG: Testing URL file://a9/c4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '06/06/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b_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/e7/20/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:e720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://53/40/sstate:packagegroup-core-sdk::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: For url file://ca/e1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/e1/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Acae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae_packagedata.tar.zst;downloadfilename=ca/e1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://32/f4/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://64/f9/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f6/86/sstate:libxcomposite-native:x86_64-linux:0.4.6:r0:x86_64:12:f68622e132426705cf44bd43d3a1c6cbf4f4ae3a3cd7cfc760bf9bfcc55bdea3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/51/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://98/39/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fd/59/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a9/c4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450_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://06/06/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/06/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A12%3A0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b_package_qa.tar.zst;downloadfilename=06/06/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/e7/20/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:e720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018_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/40/sstate:packagegroup-core-sdk::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_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://52/5c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb_package.tar.zst\nDEBUG: Searching for 64/f9/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://dc/c3/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:dcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2_package.tar.zst\nDEBUG: Searching for 7d/51/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8f/dc/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140_recipe_qa.tar.zst\nDEBUG: Searching for fd/59/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a9/c4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/c4/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A12%3Aa9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450_package_write_rpm.tar.zst;downloadfilename=a9/c4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450_package_write_rpm.tar.zst\nDEBUG: For url file://universal/e7/20/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:e720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/20/sstate%3Afile-native%3Ax86_64-linux%3A5.45%3Ar0%3Ax86_64%3A12%3Ae720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e7/20/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:e720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://53/40/sstate:packagegroup-core-sdk::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/40/sstate%3Apackagegroup-core-sdk%3A%3A1.0%3Ar0%3A%3A12%3A53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst;downloadfilename=53/40/sstate:packagegroup-core-sdk::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/36/4f/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:364f97647927981c9b55ae8a12c7b60102ac1d8d5f13b64d0db89a6f0999b3f5_recipe_qa.tar.zst\nDEBUG: Searching for 52/5c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 64/f9/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for dc/c3/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:dcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7d/51/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a_create_package_spdx.tar.zst\nDEBUG: Searching for 8f/dc/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fd/59/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7d/82/sstate:glib-2.0-native:x86_64-linux:2.80.2:r0:x86_64:12:7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://03/7b/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/85/92/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://03/10/sstate:gtk4:core2-64-poky-linux:4.14.4:r0:core2-64:12:03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c_packagedata.tar.zst\nDEBUG: Using  for 52/5c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb_package.tar.zst\nDEBUG: Testing URL file://64/f9/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for dc/c3/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:dcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2_package.tar.zst\nDEBUG: Testing URL file://7d/51/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a_create_package_spdx.tar.zst\nDEBUG: Using  for 8f/dc/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140_recipe_qa.tar.zst\nDEBUG: Testing URL file://fd/59/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://be/f0/sstate:desktop-file-utils::0.27:r0::12:bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://01/a5/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/85/92/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://72/d3/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645_package_write_ipk.tar.zst\nDEBUG: Testing URL file://52/5c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb_package.tar.zst\nDEBUG: For url ['file', '', '64/f9/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70_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/c3/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:dcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2_package.tar.zst\nDEBUG: For url ['file', '', '7d/51/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://8f/dc/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fd/59/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for be/f0/sstate:desktop-file-utils::0.27:r0::12:bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9f/33/sstate:glib-networking::2.78.1:r0::12:9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b_populate_lic.tar.zst\nDEBUG: Searching for 01/a5/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/85/92/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd_recipe_qa.tar.zst\nDEBUG: Searching for 72/d3/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '52/5c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://64/f9/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/f9/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A12%3A64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70_deploy_source_date_epoch.tar.zst;downloadfilename=64/f9/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'dc/c3/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:dcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7d/51/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/51/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A12%3A7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a_create_package_spdx.tar.zst;downloadfilename=7d/51/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '8f/dc/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://fd/59/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fd/59/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Afd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189_recipe_qa.tar.zst;downloadfilename=fd/59/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189_recipe_qa.tar.zst\nDEBUG: Using  for be/f0/sstate:desktop-file-utils::0.27:r0::12:bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/1c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934_package_qa.tar.zst\nDEBUG: Using  for 01/a5/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/85/92/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd_recipe_qa.tar.zst\nDEBUG: Using  for 72/d3/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645_package_write_ipk.tar.zst\nDEBUG: For url file://52/5c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/5c/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.31%3Ar0%3Acore2-64%3A12%3A525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb_package.tar.zst;downloadfilename=52/5c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb_package.tar.zst\nDEBUG: For url file://dc/c3/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:dcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/c3/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Adcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2_package.tar.zst;downloadfilename=dc/c3/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:dcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/e1/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae_packagedata.tar.zst\nDEBUG: For url file://8f/dc/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/dc/sstate%3Alibxdmcp%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140_recipe_qa.tar.zst;downloadfilename=8f/dc/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140_recipe_qa.tar.zst\nDEBUG: Testing URL file://be/f0/sstate:desktop-file-utils::0.27:r0::12:bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76_populate_lic.tar.zst\nDEBUG: Searching for 8c/1c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://06/06/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b_package_qa.tar.zst\nDEBUG: Testing URL file://01/a5/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/c4/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/85/92/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://72/d3/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d0/ef/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e7/20/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:e720c1befe56c7f7fb6c9e66c68ab9b7ee36026daa1afaceacf7c7d147761018_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://64/f9/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:64f9da989054cdf3b315b34ba18c970444f34599242d270d1e7c59ff17e32a70_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://53/40/sstate:packagegroup-core-sdk::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'be/f0/sstate:desktop-file-utils::0.27:r0::12:bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8c/1c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/10/d8/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '01/a5/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e_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://cf/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9_package_write_rpm.tar.zst\nDEBUG: For url file://universal/85/92/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/85/92/sstate%3Apython3-hatch-vcs-native%3Ax86_64-linux%3A0.4.0%3Ar0%3Ax86_64%3A12%3A8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd_recipe_qa.tar.zst;downloadfilename=universal/85/92/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '72/d3/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d0/ef/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1e/88/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://64/57/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://17/0b/sstate:libxi::1.8.1:r0::12:170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c_populate_lic.tar.zst\nDEBUG: For url file://be/f0/sstate:desktop-file-utils::0.27:r0::12:bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/f0/sstate%3Adesktop-file-utils%3A%3A0.27%3Ar0%3A%3A12%3Abef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76_populate_lic.tar.zst;downloadfilename=be/f0/sstate:desktop-file-utils::0.27:r0::12:bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76_populate_lic.tar.zst\nDEBUG: Testing URL file://8c/1c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934_package_qa.tar.zst\nDEBUG: Searching for universal/10/d8/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://01/a5/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/a5/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e_deploy_source_date_epoch.tar.zst;downloadfilename=01/a5/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for cf/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://72/d3/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/d3/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.1%3Ar0%3Acore2-64%3A12%3A72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645_package_write_ipk.tar.zst;downloadfilename=72/d3/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645_package_write_ipk.tar.zst\nDEBUG: Using  for d0/ef/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305_package_write_rpm.tar.zst\nDEBUG: Searching for 1e/88/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7d/51/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a_create_package_spdx.tar.zst\nDEBUG: Searching for 64/57/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 17/0b/sstate:libxi::1.8.1:r0::12:170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8c/1c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/10/d8/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fd/59/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189_recipe_qa.tar.zst\nDEBUG: Using  for cf/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d0/ef/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://52/5c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:525cf66a234fc593e9cbf798e6b648ed10a7441e4d343287aa20078840a9c6bb_package.tar.zst\nDEBUG: Using  for 1e/88/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/dc/sstate:libxdmcp:core2-64-poky-linux:1.1.5:r0:core2-64:12:8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/c3/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:dcc38fd1b9761517a8f926d206b6bb8d697cf39ab4f745ea4190728539e1b4c2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/35/8c/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c_create_package_spdx.tar.zst\nDEBUG: Using  for 64/57/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58_package_write_deb.tar.zst\nDEBUG: Using  for 17/0b/sstate:libxi::1.8.1:r0::12:170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c_populate_lic.tar.zst\nDEBUG: For url file://8c/1c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/1c/sstate%3Alibassuan%3Acore2-64-poky-linux%3A2.5.7%3Ar0%3Acore2-64%3A12%3A8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934_package_qa.tar.zst;downloadfilename=8c/1c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934_package_qa.tar.zst\nDEBUG: Testing URL file://universal/10/d8/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://18/06/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13_packagedata.tar.zst\nDEBUG: Testing URL file://cf/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd0/ef/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305_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://05/1a/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8_recipe_qa.tar.zst\nDEBUG: Testing URL file://1e/88/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/da/sstate:lzlib::1.14:r0::12:b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ba/44/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b_create_package_spdx.tar.zst\nDEBUG: Searching for universal/35/8c/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://64/57/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58_package_write_deb.tar.zst\nDEBUG: Testing URL file://17/0b/sstate:libxi::1.8.1:r0::12:170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/10/d8/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 18/06/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cf/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9_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/ef/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d0/ef/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.38%3Ar0%3Acore2-64%3A12%3Ad0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305_package_write_rpm.tar.zst;downloadfilename=d0/ef/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305_package_write_rpm.tar.zst\nDEBUG: Searching for 05/1a/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1e/88/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b6/da/sstate:lzlib::1.14:r0::12:b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ba/44/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/35/8c/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '64/57/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58_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', '', '17/0b/sstate:libxi::1.8.1:r0::12:170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c_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/10/d8/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/10/d8/sstate%3Alibmodulemd-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A12%3A10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb_create_package_spdx.tar.zst;downloadfilename=universal/10/d8/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb_create_package_spdx.tar.zst\nDEBUG: Using  for 18/06/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13_packagedata.tar.zst\nDEBUG: For url file://cf/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/3d/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A12%3Acf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9_package_write_rpm.tar.zst;downloadfilename=cf/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9_package_write_rpm.tar.zst\nDEBUG: Using  for 05/1a/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8_recipe_qa.tar.zst\nDEBUG: For url file://1e/88/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/88/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226_package_write_ipk.tar.zst;downloadfilename=1e/88/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/85/92/sstate:python3-hatch-vcs-native:x86_64-linux:0.4.0:r0:x86_64:12:8592d79bc098e3e820e60da9ba5ddc40f717b888842208a94972d8f69f5d86dd_recipe_qa.tar.zst\nDEBUG: Using  for b6/da/sstate:lzlib::1.14:r0::12:b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c_populate_lic.tar.zst\nDEBUG: Using  for universal/ba/44/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/35/8c/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c_create_package_spdx.tar.zst\nDEBUG: For url file://64/57/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/57/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A12%3A645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58_package_write_deb.tar.zst;downloadfilename=64/57/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58_package_write_deb.tar.zst\nDEBUG: For url file://17/0b/sstate:libxi::1.8.1:r0::12:170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/0b/sstate%3Alibxi%3A%3A1.8.1%3Ar0%3A%3A12%3A170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c_populate_lic.tar.zst;downloadfilename=17/0b/sstate:libxi::1.8.1:r0::12:170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c_populate_lic.tar.zst\nDEBUG: Testing URL file://18/06/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://01/a5/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:01a5be0fb9c8d17a4050039387fea6ac956884ddac0fb30696372bf28328fd8e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://be/f0/sstate:desktop-file-utils::0.27:r0::12:bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76_populate_lic.tar.zst\nDEBUG: Testing URL file://05/1a/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://72/d3/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:72d3a7208fec6858d04c19fed8428f43eb4f52d5fecd5b1557d6ee8fd68a2645_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b_recipe_qa.tar.zst\nDEBUG: Testing URL file://b6/da/sstate:lzlib::1.14:r0::12:b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ba/44/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/35/8c/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '18/06/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13_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://8c/1c/sstate:libassuan:core2-64-poky-linux:2.5.7:r0:core2-64:12:8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/bf/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d0/ef/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/b9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60_packagedata.tar.zst\nDEBUG: For url ['file', '', '05/1a/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8_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://b7/f6/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:b7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b_package_write_deb.tar.zst\nDEBUG: Searching for 9d/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b6/da/sstate:lzlib::1.14:r0::12:b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c_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/ba/44/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/35/8c/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/35/8c/sstate%3Agobject-introspection-native%3Ax86_64-linux%3A1.80.1%3Ar0%3Ax86_64%3A12%3A358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c_create_package_spdx.tar.zst;downloadfilename=universal/35/8c/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c_create_package_spdx.tar.zst\nDEBUG: For url file://18/06/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/06/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A12%3A18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13_packagedata.tar.zst;downloadfilename=18/06/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2b/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 4e/bf/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e3/8f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf_package_write_deb.tar.zst\nDEBUG: Searching for b9/b9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://05/1a/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/1a/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1.1%3Ar0%3Acore2-64%3A12%3A051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8_recipe_qa.tar.zst;downloadfilename=05/1a/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8_recipe_qa.tar.zst\nDEBUG: Searching for b7/f6/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:b7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9d/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b_recipe_qa.tar.zst\nDEBUG: For url file://b6/da/sstate:lzlib::1.14:r0::12:b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/da/sstate%3Alzlib%3A%3A1.14%3Ar0%3A%3A12%3Ab6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c_populate_lic.tar.zst;downloadfilename=b6/da/sstate:lzlib::1.14:r0::12:b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c_populate_lic.tar.zst\nDEBUG: For url file://universal/ba/44/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ba/44/sstate%3Apython3-six-native%3Ax86_64-linux%3A1.16.0%3Ar0%3Ax86_64%3A12%3Aba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b_create_package_spdx.tar.zst;downloadfilename=universal/ba/44/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b_create_package_spdx.tar.zst\nDEBUG: Searching for universal/2b/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/10/d8/sstate:libmodulemd-native:x86_64-linux:2.15.0:r0:x86_64:12:10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb_create_package_spdx.tar.zst\nDEBUG: Using  for 4e/bf/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08_package_write_rpm.tar.zst\nDEBUG: Searching for e3/8f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cf/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9_package_write_rpm.tar.zst\nDEBUG: Using  for b9/b9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60_packagedata.tar.zst\nDEBUG: Using  for b7/f6/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:b7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b_package_write_deb.tar.zst\nDEBUG: Testing URL file://9d/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/88/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:1e8854ea75339112f82b9548efe1ce4a855df89bff87025ead872dd96879e226_package_write_ipk.tar.zst\nDEBUG: Using  for universal/2b/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://17/0b/sstate:libxi::1.8.1:r0::12:170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://64/57/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:645788c9de3e5483d3b773a3545fcb7744b764690b3242f623999ff66804cc58_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/32/fd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698_create_spdx.tar.zst\nDEBUG: Testing URL file://4e/bf/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08_package_write_rpm.tar.zst\nDEBUG: Using  for e3/8f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a0/e6/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b9/b9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60_packagedata.tar.zst\nDEBUG: Testing URL file://b7/f6/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:b7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9d/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b_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://10/de/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/2b/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f1/77/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://49/fe/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/32/fd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4e/bf/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08_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://e3/8f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf_package_write_deb.tar.zst\nDEBUG: Searching for universal/a0/e6/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b9/b9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b7/f6/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:b7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b_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://9d/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/db/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A12%3A9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b_recipe_qa.tar.zst;downloadfilename=9d/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b_recipe_qa.tar.zst\nDEBUG: Searching for 10/de/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/2b/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25_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/8c/sstate:gobject-introspection-native:x86_64-linux:1.80.1:r0:x86_64:12:358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c_create_package_spdx.tar.zst\nDEBUG: Searching for universal/f1/77/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 49/fe/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/32/fd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698_create_spdx.tar.zst\nDEBUG: For url file://4e/bf/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/bf/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A12%3A4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08_package_write_rpm.tar.zst;downloadfilename=4e/bf/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e3/8f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/a0/e6/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757_populate_sysroot.tar.zst\nDEBUG: For url file://b9/b9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/b9/sstate%3Alibxcvt%3Acore2-64-poky-linux%3A0.1.2%3Ar0%3Acore2-64%3A12%3Ab9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60_packagedata.tar.zst;downloadfilename=b9/b9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60_packagedata.tar.zst\nDEBUG: For url file://b7/f6/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:b7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/f6/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.2%3Ar0%3Acore2-64%3A12%3Ab7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b_package_write_deb.tar.zst;downloadfilename=b7/f6/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:b7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b_package_write_deb.tar.zst\nDEBUG: Using  for 10/de/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980_package_write_rpm.tar.zst\nDEBUG: For url file://universal/2b/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2b/76/sstate%3Alibxtst-native%3Ax86_64-linux%3A1.2.4%3Ar0%3Ax86_64%3A12%3A2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25_deploy_source_date_epoch.tar.zst;downloadfilename=universal/2b/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://82/75/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268_package_write_rpm.tar.zst\nDEBUG: Using  for universal/f1/77/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6_create_package_spdx.tar.zst\nDEBUG: Using  for 49/fe/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/32/fd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698_create_spdx.tar.zst\nDEBUG: For url file://e3/8f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/8f/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A12%3Ae38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf_package_write_deb.tar.zst;downloadfilename=e3/8f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/a0/e6/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://18/06/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13_packagedata.tar.zst\nDEBUG: Testing URL file://10/de/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://05/1a/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8_recipe_qa.tar.zst\nDEBUG: Searching for 82/75/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/ba/44/sstate:python3-six-native:x86_64-linux:1.16.0:r0:x86_64:12:ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/f1/77/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://49/fe/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/32/fd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698_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/da/sstate:lzlib::1.14:r0::12:b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/a0/e6/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757_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://93/e7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b_package_qa.tar.zst\nDEBUG: For url ['file', '', '10/de/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980_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://9d/db/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6e/d1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb_create_package_spdx.tar.zst\nDEBUG: Using  for 82/75/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/0c/ba/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f1/77/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '49/fe/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3_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/32/fd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/32/fd/sstate%3Aintltool-native%3Ax86_64-linux%3A0.51.0%3Ar0%3Ax86_64%3A12%3A32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698_create_spdx.tar.zst;downloadfilename=universal/32/fd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/e3/sstate:pango::1.52.2:r0::12:8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1_populate_lic.tar.zst\nDEBUG: For url file://universal/a0/e6/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a0/e6/sstate%3Agdk-pixbuf-native%3Ax86_64-linux%3A2.42.12%3Ar0%3Ax86_64%3A12%3Aa0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757_populate_sysroot.tar.zst;downloadfilename=universal/a0/e6/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757_populate_sysroot.tar.zst\nDEBUG: Searching for 93/e7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://10/de/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/de/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20240101%2Bgit%3Ar0%3Acore2-64%3A12%3A10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980_package_write_rpm.tar.zst;downloadfilename=10/de/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://93/db/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e_recipe_qa.tar.zst\nDEBUG: Searching for universal/6e/d1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://82/75/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268_package_write_rpm.tar.zst\nDEBUG: Searching for universal/0c/ba/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/f1/77/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f1/77/sstate%3Alibical-native%3Ax86_64-linux%3A3.0.18%3Ar0%3Ax86_64%3A12%3Af177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6_create_package_spdx.tar.zst;downloadfilename=universal/f1/77/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6_create_package_spdx.tar.zst\nDEBUG: For url file://49/fe/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/fe/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A12%3A49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3_deploy_source_date_epoch.tar.zst;downloadfilename=49/fe/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8f/e3/sstate:pango::1.52.2:r0::12:8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4e/bf/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/b9/sstate:libxcvt:core2-64-poky-linux:0.1.2:r0:core2-64:12:b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60_packagedata.tar.zst\nDEBUG: Using  for 93/e7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/f6/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:b7f63f1d3a087cd323549d7290f8498a20c7ec0668b14662b86b09ff5227ab4b_package_write_deb.tar.zst\nDEBUG: Searching for 93/db/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/2b/76/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:2b7646e5775ccc93ba9ad26d3f10a06fb4461d1df5a44472deea750904586e25_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/6e/d1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '82/75/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268_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/0c/ba/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4_create_spdx.tar.zst\nDEBUG: Using  for 8f/e3/sstate:pango::1.52.2:r0::12:8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/8f/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:e38f737321f42211c531526f9e7380a2159136ac86d6cadcf5aeb7df91c583bf_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/3f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:f03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://34/3f/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf_package_write_rpm.tar.zst\nDEBUG: Testing URL file://93/e7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://96/0b/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3_create_spdx.tar.zst\nDEBUG: Using  for 93/db/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/c6/sstate:glib-2.0-native::2.80.2:r0::12:a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/6e/d1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb_create_package_spdx.tar.zst\nDEBUG: For url file://82/75/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/75/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268_package_write_rpm.tar.zst;downloadfilename=82/75/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/0c/ba/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4_create_spdx.tar.zst\nDEBUG: Testing URL file://8f/e3/sstate:pango::1.52.2:r0::12:8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://37/9e/sstate:bzip2-native::1.0.8:r0::12:379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988_populate_lic.tar.zst\nDEBUG: Searching for f0/3f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:f03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 34/3f/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '93/e7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 96/0b/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://93/db/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e_recipe_qa.tar.zst\nDEBUG: Searching for a7/c6/sstate:glib-2.0-native::2.80.2:r0::12:a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/6e/d1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/0c/ba/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '8f/e3/sstate:pango::1.52.2:r0::12:8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 37/9e/sstate:bzip2-native::1.0.8:r0::12:379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f0/3f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:f03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618_populate_sysroot.tar.zst\nDEBUG: Using  for 34/3f/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf_package_write_rpm.tar.zst\nDEBUG: For url file://93/e7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/e7/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A12%3A93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b_package_qa.tar.zst;downloadfilename=93/e7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b_package_qa.tar.zst\nDEBUG: Using  for 96/0b/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3_create_spdx.tar.zst\nDEBUG: For url ['file', '', '93/db/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a7/c6/sstate:glib-2.0-native::2.80.2:r0::12:a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865_populate_lic.tar.zst\nDEBUG: For url file://universal/6e/d1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6e/d1/sstate%3Akmod-native%3Ax86_64-linux%3A32%3Ar0%3Ax86_64%3A12%3A6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb_create_package_spdx.tar.zst;downloadfilename=universal/6e/d1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb_create_package_spdx.tar.zst\nDEBUG: For url file://universal/0c/ba/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0c/ba/sstate%3Azip-native%3Ax86_64-linux%3A3.0%3Ar0%3Ax86_64%3A12%3A0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4_create_spdx.tar.zst;downloadfilename=universal/0c/ba/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4_create_spdx.tar.zst\nDEBUG: For url file://8f/e3/sstate:pango::1.52.2:r0::12:8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/e3/sstate%3Apango%3A%3A1.52.2%3Ar0%3A%3A12%3A8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1_populate_lic.tar.zst;downloadfilename=8f/e3/sstate:pango::1.52.2:r0::12:8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1_populate_lic.tar.zst\nDEBUG: Using  for 37/9e/sstate:bzip2-native::1.0.8:r0::12:379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988_populate_lic.tar.zst\nDEBUG: Testing URL file://f0/3f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:f03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618_populate_sysroot.tar.zst\nDEBUG: Testing URL file://34/3f/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf_package_write_rpm.tar.zst\nDEBUG: Testing URL file://96/0b/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3_create_spdx.tar.zst\nDEBUG: For url file://93/db/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/db/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e_recipe_qa.tar.zst;downloadfilename=93/db/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e_recipe_qa.tar.zst\nDEBUG: Testing URL file://a7/c6/sstate:glib-2.0-native::2.80.2:r0::12:a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a0/e6/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/32/fd/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://10/de/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980_package_write_rpm.tar.zst\nDEBUG: Testing URL file://37/9e/sstate:bzip2-native::1.0.8:r0::12:379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f0/3f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:f03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618_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/3f/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf_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://49/fe/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:49feb398abc090dec1045d31f325ab599cc5e5103a11ce2f9cf547e9500ea4a3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '96/0b/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3_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/c6/sstate:glib-2.0-native::2.80.2:r0::12:a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865_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://71/e6/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f1/77/sstate:libical-native:x86_64-linux:3.0.18:r0:x86_64:12:f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://36/e1/sstate:xf86-input-libinput::1.4.0:r0::12:36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/1d/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '37/9e/sstate:bzip2-native::1.0.8:r0::12:379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f0/3f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:f03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/3f/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A12%3Af03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618_populate_sysroot.tar.zst;downloadfilename=f0/3f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:f03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618_populate_sysroot.tar.zst\nDEBUG: For url file://34/3f/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/3f/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf_package_write_rpm.tar.zst;downloadfilename=34/3f/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://05/69/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269_package_qa.tar.zst\nDEBUG: For url file://96/0b/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/0b/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A12%3A960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3_create_spdx.tar.zst;downloadfilename=96/0b/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3_create_spdx.tar.zst\nDEBUG: For url file://a7/c6/sstate:glib-2.0-native::2.80.2:r0::12:a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/c6/sstate%3Aglib-2.0-native%3A%3A2.80.2%3Ar0%3A%3A12%3Aa7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865_populate_lic.tar.zst;downloadfilename=a7/c6/sstate:glib-2.0-native::2.80.2:r0::12:a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865_populate_lic.tar.zst\nDEBUG: Searching for 71/e6/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b2/89/sstate:libtirpc::1.3.4:r0::12:b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b_populate_lic.tar.zst\nDEBUG: Searching for 36/e1/sstate:xf86-input-libinput::1.4.0:r0::12:36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2a/1d/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://37/9e/sstate:bzip2-native::1.0.8:r0::12:379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/9e/sstate%3Abzip2-native%3A%3A1.0.8%3Ar0%3A%3A12%3A379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988_populate_lic.tar.zst;downloadfilename=37/9e/sstate:bzip2-native::1.0.8:r0::12:379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988_populate_lic.tar.zst\nDEBUG: Searching for 05/69/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://82/75/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://93/e7/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b_package_qa.tar.zst\nDEBUG: Using  for 71/e6/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd_package_write_ipk.tar.zst\nDEBUG: Searching for b2/89/sstate:libtirpc::1.3.4:r0::12:b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/0c/ba/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4_create_spdx.tar.zst\nDEBUG: Using  for 36/e1/sstate:xf86-input-libinput::1.4.0:r0::12:36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627_populate_lic.tar.zst\nDEBUG: Using  for 2a/1d/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751_populate_sysroot.tar.zst\nDEBUG: Using  for 05/69/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://20/89/sstate:linux-libc-headers::6.9:r0::12:2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://93/db/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://72/d5/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43_create_package_spdx.tar.zst\nDEBUG: Testing URL file://71/e6/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd_package_write_ipk.tar.zst\nDEBUG: Using  for b2/89/sstate:libtirpc::1.3.4:r0::12:b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c9/ff/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:c9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c_package.tar.zst\nDEBUG: Testing URL file://36/e1/sstate:xf86-input-libinput::1.4.0:r0::12:36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627_populate_lic.tar.zst\nDEBUG: Testing URL file://2a/1d/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751_populate_sysroot.tar.zst\nDEBUG: Testing URL file://05/69/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269_package_qa.tar.zst\nDEBUG: Searching for 20/89/sstate:linux-libc-headers::6.9:r0::12:2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://73/05/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c_create_package_spdx.tar.zst\nDEBUG: Searching for 72/d5/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '71/e6/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd_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://b2/89/sstate:libtirpc::1.3.4:r0::12:b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b_populate_lic.tar.zst\nDEBUG: Searching for c9/ff/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:c9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '36/e1/sstate:xf86-input-libinput::1.4.0:r0::12:36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2a/1d/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '05/69/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 20/89/sstate:linux-libc-headers::6.9:r0::12:2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac_populate_lic.tar.zst\nDEBUG: Searching for 73/05/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 72/d5/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43_create_package_spdx.tar.zst\nDEBUG: For url file://71/e6/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/e6/sstate%3Aiw%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd_package_write_ipk.tar.zst;downloadfilename=71/e6/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'b2/89/sstate:libtirpc::1.3.4:r0::12:b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c9/ff/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:c9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c_package.tar.zst\nDEBUG: For url file://36/e1/sstate:xf86-input-libinput::1.4.0:r0::12:36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/e1/sstate%3Axf86-input-libinput%3A%3A1.4.0%3Ar0%3A%3A12%3A36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627_populate_lic.tar.zst;downloadfilename=36/e1/sstate:xf86-input-libinput::1.4.0:r0::12:36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627_populate_lic.tar.zst\nDEBUG: For url file://2a/1d/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/1d/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A12%3A2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751_populate_sysroot.tar.zst;downloadfilename=2a/1d/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751_populate_sysroot.tar.zst\nDEBUG: For url file://05/69/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/69/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A12%3A0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269_package_qa.tar.zst;downloadfilename=05/69/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269_package_qa.tar.zst\nDEBUG: Testing URL file://20/89/sstate:linux-libc-headers::6.9:r0::12:2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac_populate_lic.tar.zst\nDEBUG: Using  for 73/05/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://72/d5/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6e/d1/sstate:kmod-native:x86_64-linux:32:r0:x86_64:12:6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/e3/sstate:pango::1.52.2:r0::12:8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1_populate_lic.tar.zst\nDEBUG: For url file://b2/89/sstate:libtirpc::1.3.4:r0::12:b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/89/sstate%3Alibtirpc%3A%3A1.3.4%3Ar0%3A%3A12%3Ab289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b_populate_lic.tar.zst;downloadfilename=b2/89/sstate:libtirpc::1.3.4:r0::12:b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b_populate_lic.tar.zst\nDEBUG: Testing URL file://c9/ff/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:c9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/3f/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:f03fe4fb204720871cc4ff0be7d0d79ee12fed07a379a144683f71ed5c767618_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '20/89/sstate:linux-libc-headers::6.9:r0::12:2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac_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://96/0b/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://34/3f/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf_package_write_rpm.tar.zst\nDEBUG: Testing URL file://73/05/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/c6/sstate:glib-2.0-native::2.80.2:r0::12:a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865_populate_lic.tar.zst\nDEBUG: For url ['file', '', '72/d5/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43_create_package_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://c7/3f/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:c73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://34/a4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c9/ff/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:c9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c_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/9e/sstate:bzip2-native::1.0.8:r0::12:379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/38/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528_create_spdx.tar.zst\nDEBUG: For url file://20/89/sstate:linux-libc-headers::6.9:r0::12:2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/89/sstate%3Alinux-libc-headers%3A%3A6.9%3Ar0%3A%3A12%3A2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac_populate_lic.tar.zst;downloadfilename=20/89/sstate:linux-libc-headers::6.9:r0::12:2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/90/79/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://01/c6/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '73/05/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c_create_package_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://ae/d0/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:aed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358_package.tar.zst\nDEBUG: For url file://72/d5/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/d5/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.7%3Ar0%3Acore2-64%3A12%3A72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43_create_package_spdx.tar.zst;downloadfilename=72/d5/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43_create_package_spdx.tar.zst\nDEBUG: Searching for c7/3f/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:c73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 34/a4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c9/ff/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:c9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c9/ff/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Ac9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c_package.tar.zst;downloadfilename=c9/ff/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:c9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/60/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4_create_package_spdx.tar.zst\nDEBUG: Searching for f8/38/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/90/79/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 01/c6/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://73/05/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/05/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c_create_package_spdx.tar.zst;downloadfilename=73/05/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c_create_package_spdx.tar.zst\nDEBUG: Searching for ae/d0/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:aed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c7/3f/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:c73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d_package_write_ipk.tar.zst\nDEBUG: Using  for 34/a4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://36/e1/sstate:xf86-input-libinput::1.4.0:r0::12:36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://71/e6/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:71e63387bd894f89575cafc03551bd69db99c9bd386976f766471787ee022fcd_package_write_ipk.tar.zst\nDEBUG: Searching for ab/60/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f8/38/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528_create_spdx.tar.zst\nDEBUG: Using  for universal/90/79/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82_recipe_qa.tar.zst\nDEBUG: Using  for 01/c6/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764_create_package_spdx.tar.zst\nDEBUG: Using  for ae/d0/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:aed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358_package.tar.zst\nDEBUG: Testing URL file://c7/3f/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:c73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://34/a4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/1d/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:2a1d89bd3c828ee1b336222bcaee6ca93289476a9deac722c94ec9385e568751_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://05/69/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://24/a0/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/61/sstate:wayland-native::1.23.0:r0::12:e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283_populate_lic.tar.zst\nDEBUG: Using  for ab/60/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f8/38/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/90/79/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82_recipe_qa.tar.zst\nDEBUG: Testing URL file://01/c6/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ae/d0/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:aed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358_package.tar.zst\nDEBUG: For url ['file', '', 'c7/3f/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:c73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d_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', '', '34/a4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45_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://35/58/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/02/d6/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f_recipe_qa.tar.zst\nDEBUG: Searching for 24/a0/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e1/61/sstate:wayland-native::1.23.0:r0::12:e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ab/60/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'f8/38/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528_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/90/79/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '01/c6/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ae/d0/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:aed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c7/3f/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:c73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/3f/sstate%3Alibxmu%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Ac73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d_package_write_ipk.tar.zst;downloadfilename=c7/3f/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:c73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d_package_write_ipk.tar.zst\nDEBUG: For url file://34/a4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/a4/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A12%3A34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45_create_spdx.tar.zst;downloadfilename=34/a4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45_create_spdx.tar.zst\nDEBUG: Searching for 35/58/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/02/d6/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 24/a0/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb_create_package_spdx.tar.zst\nDEBUG: Using  for e1/61/sstate:wayland-native::1.23.0:r0::12:e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ab/60/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f8/38/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/38/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Af8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528_create_spdx.tar.zst;downloadfilename=f8/38/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528_create_spdx.tar.zst\nDEBUG: For url file://universal/90/79/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/90/79/sstate%3Adpkg-native%3Ax86_64-linux%3A1.22.6%3Ar0%3Ax86_64%3A12%3A90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82_recipe_qa.tar.zst;downloadfilename=universal/90/79/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82_recipe_qa.tar.zst\nDEBUG: For url file://01/c6/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/c6/sstate%3Aliberation-fonts%3Aall-poky-linux%3A2.1.5%3Ar0%3Aallarch%3A12%3A01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764_create_package_spdx.tar.zst;downloadfilename=01/c6/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764_create_package_spdx.tar.zst\nDEBUG: For url file://ae/d0/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:aed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/d0/sstate%3Aell%3Acore2-64-poky-linux%3A0.66%3Ar0%3Acore2-64%3A12%3Aaed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358_package.tar.zst;downloadfilename=ae/d0/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:aed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/89/sstate:libtirpc::1.3.4:r0::12:b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b_populate_lic.tar.zst\nDEBUG: Using  for 35/58/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://20/89/sstate:linux-libc-headers::6.9:r0::12:2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac_populate_lic.tar.zst\nDEBUG: Using  for universal/02/d6/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://72/d5/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43_create_package_spdx.tar.zst\nDEBUG: Testing URL file://24/a0/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e1/61/sstate:wayland-native::1.23.0:r0::12:e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283_populate_lic.tar.zst\nDEBUG: For url file://ab/60/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/60/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A12%3Aab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4_create_package_spdx.tar.zst;downloadfilename=ab/60/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c9/ff/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:c9ff9992fa1c5083e299ae61712a0b75033fb46a013563a044e04dc3c6f3313c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://73/05/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ee/e1/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9_package_qa.tar.zst\nDEBUG: Testing URL file://35/58/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://44/75/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/02/d6/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://39/9c/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e_package_qa.tar.zst\nDEBUG: For url ['file', '', '24/a0/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e1/61/sstate:wayland-native::1.23.0:r0::12:e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283_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/53/83/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/49/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/3f/sstate:libxmu:core2-64-poky-linux:1.2.1:r0:core2-64:12:c73fc5d20ed93da3c7dcd5b6862c48d75918bf307b738a5cbb428bd7e551548d_package_write_ipk.tar.zst\nDEBUG: Searching for ee/e1/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '35/58/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 44/75/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/02/d6/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 39/9c/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://24/a0/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/a0/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A12%3A24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb_create_package_spdx.tar.zst;downloadfilename=24/a0/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb_create_package_spdx.tar.zst\nDEBUG: For url file://e1/61/sstate:wayland-native::1.23.0:r0::12:e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/61/sstate%3Awayland-native%3A%3A1.23.0%3Ar0%3A%3A12%3Ae1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283_populate_lic.tar.zst;downloadfilename=e1/61/sstate:wayland-native::1.23.0:r0::12:e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283_populate_lic.tar.zst\nDEBUG: Searching for universal/53/83/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b9/49/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://69/45/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4_create_spdx.tar.zst\nDEBUG: Using  for ee/e1/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9_package_qa.tar.zst\nDEBUG: For url file://35/58/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/58/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d_package_write_deb.tar.zst;downloadfilename=35/58/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d_package_write_deb.tar.zst\nDEBUG: Using  for 44/75/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085_package_write_deb.tar.zst\nDEBUG: For url file://universal/02/d6/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/02/d6/sstate%3Aelfutils-native%3Ax86_64-linux%3A0.191%3Ar0%3Ax86_64%3A12%3A02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f_recipe_qa.tar.zst;downloadfilename=universal/02/d6/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f_recipe_qa.tar.zst\nDEBUG: Using  for 39/9c/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e_package_qa.tar.zst\nDEBUG: Using  for universal/53/83/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://34/a4/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45_create_spdx.tar.zst\nDEBUG: Using  for b9/49/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://b9/49/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/38/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528_create_spdx.tar.zst\nDEBUG: Testing URL file://ee/e1/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://01/c6/sstate:liberation-fonts:all-poky-linux:2.1.5:r0:allarch:12:01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764_create_package_spdx.tar.zst\nDEBUG: Testing URL file://44/75/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085_package_write_deb.tar.zst\nDEBUG: Testing URL file://39/9c/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e_package_qa.tar.zst\nDEBUG: Testing URL file://universal/53/83/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/be/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/60/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4_create_package_spdx.tar.zst\nDEBUG: Searching for 69/45/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ae/d0/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:aed0ca3966e056e6276241c869ac04aed3bf950541c8df74061e0531ab9d0358_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/90/79/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b9/49/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f_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://36/c7/sstate:asciidoc-native::10.2.0:r0::12:36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ee/e1/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9_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/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst\nDEBUG: For url ['file', '', '44/75/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085_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', '', '39/9c/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e_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/83/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ea/be/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/2b/0f/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d_create_spdx.tar.zst\nDEBUG: Using  for 69/45/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/75/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2_package.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/03/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3_package_write_deb.tar.zst\nDEBUG: For url file://b9/49/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/49/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.49%3Ar0%3Acore2-64%3A12%3Ab949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f_package_write_ipk.tar.zst;downloadfilename=b9/49/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f_package_write_ipk.tar.zst\nDEBUG: Searching for 36/c7/sstate:asciidoc-native::10.2.0:r0::12:36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ee/e1/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/e1/sstate%3Agnu-config%3Acore2-64-poky-linux%3A20240101%2Bgit%3Ar0%3Acore2-64%3A12%3Aeee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9_package_qa.tar.zst;downloadfilename=ee/e1/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9_package_qa.tar.zst\nDEBUG: Searching for 2f/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://44/75/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/75/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A12%3A44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085_package_write_deb.tar.zst;downloadfilename=44/75/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085_package_write_deb.tar.zst\nDEBUG: For url file://39/9c/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/9c/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A12%3A399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e_package_qa.tar.zst;downloadfilename=39/9c/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e_package_qa.tar.zst\nDEBUG: For url file://universal/53/83/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/53/83/sstate%3Alibxml-sax-perl-native%3Ax86_64-linux%3A1.02%3Ar0%3Ax86_64%3A12%3A538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e_create_package_spdx.tar.zst;downloadfilename=universal/53/83/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e_create_package_spdx.tar.zst\nDEBUG: Using  for ea/be/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d_create_spdx.tar.zst\nDEBUG: Searching for universal/2b/0f/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://69/45/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4_create_spdx.tar.zst\nDEBUG: Searching for 4e/75/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6d/03/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 36/c7/sstate:asciidoc-native::10.2.0:r0::12:36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://24/a0/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb_create_package_spdx.tar.zst\nDEBUG: Using  for 2f/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst\nDEBUG: SState: Successful fetch test for file://e1/61/sstate:wayland-native::1.23.0:r0::12:e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://35/58/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:355816632188d0fe4e3a19d03fea072a0aada728a8546c2758af0e0cf9445b4d_package_write_deb.tar.zst\nDEBUG: Testing URL file://ea/be/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d_create_spdx.tar.zst\nDEBUG: Using  for universal/2b/0f/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '69/45/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4e/75/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2_package.tar.zst\nDEBUG: Using  for 6d/03/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3_package_write_deb.tar.zst\nDEBUG: Testing URL file://36/c7/sstate:asciidoc-native::10.2.0:r0::12:36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/69/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2f/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst\nDEBUG: SState: Attempting to fetch file://96/2c/sstate:libgcc-initial::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://52/29/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ea/be/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d_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/2b/0f/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d_create_spdx.tar.zst\nDEBUG: For url file://69/45/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/45/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A12%3A6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4_create_spdx.tar.zst;downloadfilename=69/45/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4_create_spdx.tar.zst\nDEBUG: Testing URL file://4e/75/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2_package.tar.zst\nDEBUG: Testing URL file://6d/03/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '36/c7/sstate:asciidoc-native::10.2.0:r0::12:36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4e/69/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2f/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 96/2c/sstate:libgcc-initial::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 52/29/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ea/be/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/be/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A12%3Aeabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d_create_spdx.tar.zst;downloadfilename=ea/be/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/2b/0f/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d_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/75/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2_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/02/d6/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6d/03/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3_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://36/c7/sstate:asciidoc-native::10.2.0:r0::12:36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/c7/sstate%3Aasciidoc-native%3A%3A10.2.0%3Ar0%3A%3A12%3A36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8_populate_lic.tar.zst;downloadfilename=36/c7/sstate:asciidoc-native::10.2.0:r0::12:36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8_populate_lic.tar.zst\nDEBUG: Using  for 4e/69/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9_populate_sysroot.tar.zst\nDEBUG: For url file://2f/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/09/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst;downloadfilename=2f/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst\nDEBUG: Using  for 96/2c/sstate:libgcc-initial::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: Using  for 52/29/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af_package_write_deb.tar.zst\nDEBUG: For url file://universal/2b/0f/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2b/0f/sstate%3Apython3-pygments-native%3Ax86_64-linux%3A2.18.0%3Ar0%3Ax86_64%3A12%3A2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d_create_spdx.tar.zst;downloadfilename=universal/2b/0f/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d_create_spdx.tar.zst\nDEBUG: For url file://4e/75/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/75/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2_package.tar.zst;downloadfilename=4e/75/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/49/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:b949400356aeadeccd780c031109c4abe48e7e4de75fac14fe9360cac35c128f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/e1/sstate:gnu-config:core2-64-poky-linux:20240101+git:r0:core2-64:12:eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/be/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc_package_write_rpm.tar.zst\nDEBUG: For url file://6d/03/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/03/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3_package_write_deb.tar.zst;downloadfilename=6d/03/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3_package_write_deb.tar.zst\nDEBUG: Testing URL file://4e/69/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://96/2c/sstate:libgcc-initial::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://44/75/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:44754d0257067abcf8fcfbfaee3e052f2a6dbde3dbcf22e0405c0cc1db0af085_package_write_deb.tar.zst\nDEBUG: Testing URL file://52/29/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/53/83/sstate:libxml-sax-perl-native:x86_64-linux:1.02:r0:x86_64:12:538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://39/9c/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://15/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3f/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8b/be/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4e/69/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '96/2c/sstate:libgcc-initial::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_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://69/45/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/53/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '52/29/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af_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://33/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c_create_package_spdx.tar.zst\nDEBUG: Searching for 15/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3f/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8b/be/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc_package_write_rpm.tar.zst\nDEBUG: For url file://4e/69/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/69/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2024.1%3Ar0%3Acore2-64%3A12%3A4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9_populate_sysroot.tar.zst;downloadfilename=4e/69/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9_populate_sysroot.tar.zst\nDEBUG: For url file://96/2c/sstate:libgcc-initial::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/2c/sstate%3Alibgcc-initial%3A%3A14.1.0%3Ar0%3A%3A12%3A962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst;downloadfilename=96/2c/sstate:libgcc-initial::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/d6/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d_recipe_qa.tar.zst\nDEBUG: Searching for ab/53/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://52/29/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/29/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.12.8%3Ar0%3Acore2-64%3A12%3A52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af_package_write_deb.tar.zst;downloadfilename=52/29/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af_package_write_deb.tar.zst\nDEBUG: Searching for 33/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2c/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 15/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba_create_package_spdx.tar.zst\nDEBUG: Using  for universal/3f/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8b/be/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc_package_write_rpm.tar.zst\nDEBUG: Searching for 1c/d6/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ea/be/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d_create_spdx.tar.zst\nDEBUG: Using  for ab/53/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://36/c7/sstate:asciidoc-native::10.2.0:r0::12:36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8_populate_lic.tar.zst\nDEBUG: Using  for 33/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088_create_spdx.tar.zst\nDEBUG: Using  for 2c/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c_create_package_spdx.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: Testing URL file://15/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/3f/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8b/be/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1c/d6/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/57/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:d657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83_package.tar.zst\nDEBUG: Testing URL file://ab/53/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fd/40/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53_recipe_qa.tar.zst\nDEBUG: Testing URL file://33/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088_create_spdx.tar.zst\nDEBUG: Testing URL file://2c/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '15/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba_create_package_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/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec_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/75/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:4e75b781719d5f800cfa0e87551e08f3a69bfebec86271b88e232e73b494c1c2_package.tar.zst\nDEBUG: For url file://8b/be/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/be/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A12%3A8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc_package_write_rpm.tar.zst;downloadfilename=8b/be/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc_package_write_rpm.tar.zst\nDEBUG: Testing URL file://1c/d6/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d_recipe_qa.tar.zst\nDEBUG: Searching for d6/57/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:d657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ab/53/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/fd/40/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '33/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2c/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://15/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/f6/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba_create_package_spdx.tar.zst;downloadfilename=15/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba_create_package_spdx.tar.zst\nDEBUG: For url file://universal/3f/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3f/10/sstate%3Alibpcre2-native%3Ax86_64-linux%3A10.44%3Ar0%3Ax86_64%3A12%3A3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec_deploy_source_date_epoch.tar.zst;downloadfilename=universal/3f/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/6d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '1c/d6/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ab/53/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/53/sstate%3Apango%3Acore2-64-poky-linux%3A1.52.2%3Ar0%3Acore2-64%3A12%3Aab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f_recipe_qa.tar.zst;downloadfilename=ab/53/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f_recipe_qa.tar.zst\nDEBUG: Using  for d6/57/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:d657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2b/0f/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/03/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:6d034b22542a7a9d0cd22af8a95824fedbc355f2c91bf19f23ad75323de110a3_package_write_deb.tar.zst\nDEBUG: Using  for universal/fd/40/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53_recipe_qa.tar.zst\nDEBUG: For url file://33/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/62/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A12%3A3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088_create_spdx.tar.zst;downloadfilename=33/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088_create_spdx.tar.zst\nDEBUG: For url file://2c/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/55/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c_create_package_spdx.tar.zst;downloadfilename=2c/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c_create_package_spdx.tar.zst\nDEBUG: Searching for bb/6d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1c/d6/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/d6/sstate%3Apackagegroup-rust-sdk-target%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d_recipe_qa.tar.zst;downloadfilename=1c/d6/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://96/2c/sstate:libgcc-initial::14.1.0:r0::12:962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c_populate_lic.tar.zst\nDEBUG: Testing URL file://d6/57/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:d657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83_package.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/2f/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Attempting to fetch file://e0/c3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://52/29/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:52293064b1bf72b6061d8f71f33099811b029bc18cb660c3989d97111bb360af_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/92/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/fd/40/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53_recipe_qa.tar.zst\nDEBUG: Using  for bb/6d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/d1/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd6/57/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:d657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83_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://8b/be/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc_package_write_rpm.tar.zst\nDEBUG: Searching for e0/c3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Unsuccessful fetch test for file://2f/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst (FetchError(\"URL doesn't work\", 'file://2f/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://2f/09/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce_image_complete.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://9b/c5/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e_package_write_rpm.tar.zst\nDEBUG: Searching for fb/92/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/fd/40/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bb/6d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817_package_write_rpm.tar.zst\nDEBUG: Searching for 7a/d1/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d6/57/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:d657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/57/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Ad657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83_package.tar.zst;downloadfilename=d6/57/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:d657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83_package.tar.zst\nDEBUG: SState: Attempting to fetch file://95/28/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883_create_spdx.tar.zst\nDEBUG: Using  for e0/c3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://76/89/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f_packagedata.tar.zst\nDEBUG: Searching for 9b/c5/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fb/92/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a_create_spdx.tar.zst\nDEBUG: For url file://universal/fd/40/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fd/40/sstate%3Alibedit-native%3Ax86_64-linux%3A20240517-3.1%3Ar0%3Ax86_64%3A12%3Afd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53_recipe_qa.tar.zst;downloadfilename=universal/fd/40/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'bb/6d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7a/d1/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59_populate_sysroot.tar.zst\nDEBUG: Searching for 95/28/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e0/c3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1_create_spdx.tar.zst\nDEBUG: Searching for 76/89/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://15/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba_create_package_spdx.tar.zst\nDEBUG: Using  for 9b/c5/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://fb/92/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a_create_spdx.tar.zst\nDEBUG: For url file://bb/6d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/6d/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Abb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817_package_write_rpm.tar.zst;downloadfilename=bb/6d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7a/d1/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59_populate_sysroot.tar.zst\nDEBUG: Using  for 95/28/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e0/c3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 76/89/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/17/sstate:xcb-util::0.4.1:r0::12:9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf_populate_lic.tar.zst\nDEBUG: Testing URL file://9b/c5/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'fb/92/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a_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/d1/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59_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://ab/53/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3f/10/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:3f108d3df1a8f1a2c8b538fe724690b70a85203ac1d08cddedbcc9f53773f1ec_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://95/28/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883_create_spdx.tar.zst\nDEBUG: For url file://e0/c3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/c3/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3Ae0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1_create_spdx.tar.zst;downloadfilename=e0/c3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1_create_spdx.tar.zst\nDEBUG: Testing URL file://76/89/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f_packagedata.tar.zst\nDEBUG: Searching for 9c/17/sstate:xcb-util::0.4.1:r0::12:9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9b/c5/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e_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/92/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/92/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.26.0%3Ar0%3Acore2-64%3A12%3Afb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a_create_spdx.tar.zst;downloadfilename=fb/92/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a_create_spdx.tar.zst\nDEBUG: For url file://7a/d1/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/d1/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A12%3A7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59_populate_sysroot.tar.zst;downloadfilename=7a/d1/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/10/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://83/18/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '95/28/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '76/89/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9c/17/sstate:xcb-util::0.4.1:r0::12:9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://33/62/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/55/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c_create_package_spdx.tar.zst\nDEBUG: For url file://9b/c5/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/c5/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e_package_write_rpm.tar.zst;downloadfilename=9b/c5/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e_package_write_rpm.tar.zst\nDEBUG: Searching for 0f/10/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1c/d6/sstate:packagegroup-rust-sdk-target:all-poky-linux:1.0:r0:allarch:12:1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d_recipe_qa.tar.zst\nDEBUG: Searching for 83/18/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://95/28/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/28/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3A95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883_create_spdx.tar.zst;downloadfilename=95/28/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883_create_spdx.tar.zst\nDEBUG: For url file://76/89/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/89/sstate%3Astartup-notification%3Acore2-64-poky-linux%3A0.12%3Ar0%3Acore2-64%3A12%3A7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f_packagedata.tar.zst;downloadfilename=76/89/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f_packagedata.tar.zst\nDEBUG: Testing URL file://9c/17/sstate:xcb-util::0.4.1:r0::12:9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/9f/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:f89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/1b/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:ae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408_populate_sysroot.tar.zst\nDEBUG: Using  for 0f/10/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/57/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:d657e18bee926c82dd738836438bff588773e960ad6bdf039315fad1d0594a83_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/57/1d/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fd/40/sstate:libedit-native:x86_64-linux:20240517-3.1:r0:x86_64:12:fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53_recipe_qa.tar.zst\nDEBUG: Using  for 83/18/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9c/17/sstate:xcb-util::0.4.1:r0::12:9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f8/9f/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:f89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://bb/6d/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817_package_write_rpm.tar.zst\nDEBUG: Searching for ae/1b/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:ae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0f/10/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/40/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:e640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3_package_write_deb.tar.zst\nDEBUG: Searching for universal/57/1d/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d9/2c/sstate:python3-hypothesis::6.103.2:r0::12:d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274_populate_lic.tar.zst\nDEBUG: Testing URL file://83/18/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7_package_write_rpm.tar.zst\nDEBUG: For url file://9c/17/sstate:xcb-util::0.4.1:r0::12:9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/17/sstate%3Axcb-util%3A%3A0.4.1%3Ar0%3A%3A12%3A9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf_populate_lic.tar.zst;downloadfilename=9c/17/sstate:xcb-util::0.4.1:r0::12:9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf_populate_lic.tar.zst\nDEBUG: Using  for f8/9f/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:f89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/be/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4_package_write_rpm.tar.zst\nDEBUG: Using  for ae/1b/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:ae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0f/10/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e6/40/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:e640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/57/1d/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44_recipe_qa.tar.zst\nDEBUG: Searching for d9/2c/sstate:python3-hypothesis::6.103.2:r0::12:d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '83/18/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7_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://f8/9f/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:f89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b_package_write_deb.tar.zst\nDEBUG: Searching for d9/be/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e0/c3/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1_create_spdx.tar.zst\nDEBUG: Testing URL file://ae/1b/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:ae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408_populate_sysroot.tar.zst\nDEBUG: For url file://0f/10/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/10/sstate%3Av86d%3Aqemux86_64-poky-linux%3A0.1.10%3Ar0%3Aqemux86_64%3A12%3A0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9_package_write_ipk.tar.zst;downloadfilename=0f/10/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9_package_write_ipk.tar.zst\nDEBUG: Using  for e6/40/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:e640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/57/1d/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44_recipe_qa.tar.zst\nDEBUG: Using  for d9/2c/sstate:python3-hypothesis::6.103.2:r0::12:d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274_populate_lic.tar.zst\nDEBUG: For url file://83/18/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/18/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A12%3A831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7_package_write_rpm.tar.zst;downloadfilename=83/18/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f8/9f/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:f89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d9/be/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6c/88/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ae/1b/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:ae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408_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/40/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:e640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/57/1d/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://d9/2c/sstate:python3-hypothesis::6.103.2:r0::12:d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274_populate_lic.tar.zst\nDEBUG: For url file://f8/9f/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:f89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/9f/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.8%3Ar0%3Acore2-64%3A12%3Af89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b_package_write_deb.tar.zst;downloadfilename=f8/9f/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:f89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/92/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a_create_spdx.tar.zst\nDEBUG: Testing URL file://d9/be/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/d1/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:7ad1b50d94ede6e666a27f101ef1866d5c075ddbe15adfb9a505091440e09f59_populate_sysroot.tar.zst\nDEBUG: Searching for universal/6c/88/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ae/1b/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:ae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/1b/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A12%3Aae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408_populate_sysroot.tar.zst;downloadfilename=ae/1b/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:ae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e6/40/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:e640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3_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/57/1d/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/57/1d/sstate%3Aopkg-utils-native%3Ax86_64-linux%3A0.6.3%3Ar0%3Ax86_64%3A12%3A571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44_recipe_qa.tar.zst;downloadfilename=universal/57/1d/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd9/2c/sstate:python3-hypothesis::6.103.2:r0::12:d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274_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/fe/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48_package.tar.zst\nDEBUG: SState: Successful fetch test for file://95/28/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://76/89/sstate:startup-notification:core2-64-poky-linux:0.12:r0:core2-64:12:7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd9/be/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4_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://9b/c5/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/e4/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97_packagedata.tar.zst\nDEBUG: Using  for universal/6c/88/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9_recipe_qa.tar.zst\nDEBUG: For url file://e6/40/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:e640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/40/sstate%3Axkeyboard-config%3Acore2-64-poky-linux%3A2.41%3Ar0%3Acore2-64%3A12%3Ae640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3_package_write_deb.tar.zst;downloadfilename=e6/40/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:e640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3_package_write_deb.tar.zst\nDEBUG: For url file://d9/2c/sstate:python3-hypothesis::6.103.2:r0::12:d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/2c/sstate%3Apython3-hypothesis%3A%3A6.103.2%3Ar0%3A%3A12%3Ad92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274_populate_lic.tar.zst;downloadfilename=d9/2c/sstate:python3-hypothesis::6.103.2:r0::12:d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274_populate_lic.tar.zst\nDEBUG: Searching for 2e/fe/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9c/17/sstate:xcb-util::0.4.1:r0::12:9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/62/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://40/6d/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803_create_package_spdx.tar.zst\nDEBUG: For url file://d9/be/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/be/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Ad9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4_package_write_rpm.tar.zst;downloadfilename=d9/be/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://88/43/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50_populate_sysroot.tar.zst\nDEBUG: Searching for a7/e4/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/6c/88/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9_recipe_qa.tar.zst\nDEBUG: Using  for 2e/fe/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/10/sstate:v86d:qemux86_64-poky-linux:0.1.10:r0:qemux86_64:12:0f10efe7bc630b8033a747ade077f0ca6a0b3e1f93e57f3718bf5681924860e9_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://24/ea/sstate:iso-codes::4.16.0:r0::12:24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25_populate_lic.tar.zst\nDEBUG: Searching for 9f/62/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://83/18/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7_package_write_rpm.tar.zst\nDEBUG: Searching for 40/6d/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 88/43/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a7/e4/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/6c/88/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9_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/9f/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:f89f10e3665429ba5324dae4a13745b338718fd77419a41f6840a3cc25d58c0b_package_write_deb.tar.zst\nDEBUG: Testing URL file://2e/fe/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48_package.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/6e/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:a46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7_package.tar.zst\nDEBUG: Searching for 24/ea/sstate:iso-codes::4.16.0:r0::12:24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9f/62/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/62/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455_create_package_spdx.tar.zst\nDEBUG: Using  for 40/6d/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803_create_package_spdx.tar.zst\nDEBUG: Using  for 88/43/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a7/e4/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97_packagedata.tar.zst\nDEBUG: For url file://universal/6c/88/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6c/88/sstate%3Apopt-native%3Ax86_64-linux%3A1.19%3Ar0%3Ax86_64%3A12%3A6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9_recipe_qa.tar.zst;downloadfilename=universal/6c/88/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/81/sstate:orc-native::0.4.38:r0::12:e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2e/fe/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a4/6e/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:a46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 24/ea/sstate:iso-codes::4.16.0:r0::12:24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25_populate_lic.tar.zst\nDEBUG: Testing URL file://9f/62/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e_package_write_deb.tar.zst\nDEBUG: Searching for 4b/62/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://40/6d/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803_create_package_spdx.tar.zst\nDEBUG: Testing URL file://88/43/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a7/e4/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e9/81/sstate:orc-native::0.4.38:r0::12:e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2e/fe/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/fe/sstate%3Aofono%3Acore2-64-poky-linux%3A2.8%3Ar0%3Acore2-64%3A12%3A2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48_package.tar.zst;downloadfilename=2e/fe/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48_package.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/1b/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:ae1b08ecd30b2cb79cbaa17eaa482f5c6f8e4f85ac81152115e8653d9b6dd408_populate_sysroot.tar.zst\nDEBUG: Using  for a4/6e/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:a46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7_package.tar.zst\nDEBUG: Testing URL file://24/ea/sstate:iso-codes::4.16.0:r0::12:24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25_populate_lic.tar.zst\nDEBUG: For url ['file', '', '9f/62/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 4b/62/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '40/6d/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '88/43/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a7/e4/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/e4/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3Aa7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97_packagedata.tar.zst;downloadfilename=a7/e4/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97_packagedata.tar.zst\nDEBUG: Using  for e9/81/sstate:orc-native::0.4.38:r0::12:e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://86/7a/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/57/1d/sstate:opkg-utils-native:x86_64-linux:0.6.3:r0:x86_64:12:571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44_recipe_qa.tar.zst\nDEBUG: Testing URL file://a4/6e/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:a46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7_package.tar.zst\nDEBUG: For url ['file', '', '24/ea/sstate:iso-codes::4.16.0:r0::12:24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25_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/62/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/62/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e_package_write_deb.tar.zst;downloadfilename=9f/62/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e_package_write_deb.tar.zst\nDEBUG: Testing URL file://4b/62/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455_create_package_spdx.tar.zst\nDEBUG: For url file://40/6d/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/6d/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.4%2Bgit%3Ar0%3Acore2-64%3A12%3A406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803_create_package_spdx.tar.zst;downloadfilename=40/6d/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803_create_package_spdx.tar.zst\nDEBUG: For url file://88/43/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/43/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A12%3A884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50_populate_sysroot.tar.zst;downloadfilename=88/43/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e9/81/sstate:orc-native::0.4.38:r0::12:e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535_populate_lic.tar.zst\nDEBUG: Searching for 86/7a/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e6/40/sstate:xkeyboard-config:core2-64-poky-linux:2.41:r0:core2-64:12:e640efaad5648947ac0a005ca1395b952604b9a05adb90ca40fd0b5e7fbb61c3_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/f8/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a4/6e/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:a46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://24/ea/sstate:iso-codes::4.16.0:r0::12:24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/ea/sstate%3Aiso-codes%3A%3A4.16.0%3Ar0%3A%3A12%3A24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25_populate_lic.tar.zst;downloadfilename=24/ea/sstate:iso-codes::4.16.0:r0::12:24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4b/62/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455_create_package_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://d9/2c/sstate:python3-hypothesis::6.103.2:r0::12:d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e9/81/sstate:orc-native::0.4.38:r0::12:e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 86/7a/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/be/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/6e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c_package_write_rpm.tar.zst\nDEBUG: Searching for e1/f8/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a4/6e/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:a46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/6e/sstate%3Amenu-cache%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3Aa46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7_package.tar.zst;downloadfilename=a4/6e/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:a46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7_package.tar.zst\nDEBUG: For url file://4b/62/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/62/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.36%3Ar0%3Aallarch%3A12%3A4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455_create_package_spdx.tar.zst;downloadfilename=4b/62/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/31/f6/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e9/81/sstate:orc-native::0.4.38:r0::12:e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/81/sstate%3Aorc-native%3A%3A0.4.38%3Ar0%3A%3A12%3Ae981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535_populate_lic.tar.zst;downloadfilename=e9/81/sstate:orc-native::0.4.38:r0::12:e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6c/88/sstate:popt-native:x86_64-linux:1.19:r0:x86_64:12:6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9_recipe_qa.tar.zst\nDEBUG: Testing URL file://86/7a/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b6/04/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:b6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5b/6e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e1/f8/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531_create_spdx.tar.zst\nDEBUG: Searching for universal/31/f6/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2e/fe/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:2efe667b7647b6c962d636e99cf708df529440427c7a4f758e1be27b0fe46d48_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/18/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '86/7a/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573_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://9f/62/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:9f62090601285813bfab686f55162e7fae89c294f1f889ac9cd4ed65ae441e6e_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/e4/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97_packagedata.tar.zst\nDEBUG: Searching for universal/b6/04/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:b6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://40/6d/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803_create_package_spdx.tar.zst\nDEBUG: Using  for 5b/6e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://e1/f8/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531_create_spdx.tar.zst\nDEBUG: Using  for universal/31/f6/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/de/3e/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20_populate_sysroot.tar.zst\nDEBUG: Searching for universal/18/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://86/7a/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/7a/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573_create_spdx.tar.zst;downloadfilename=86/7a/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bd/c0/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:bdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/ee/sstate:python3-more-itertools-native::10.3.0:r0::12:d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d_populate_lic.tar.zst\nDEBUG: Using  for universal/b6/04/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:b6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://64/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5b/6e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e1/f8/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531_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/31/f6/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/de/3e/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/18/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b_populate_sysroot.tar.zst\nDEBUG: Searching for universal/bd/c0/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:bdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d6/ee/sstate:python3-more-itertools-native::10.3.0:r0::12:d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/b6/04/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:b6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 64/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5b/6e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c_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://e1/f8/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/f8/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Ae1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531_create_spdx.tar.zst;downloadfilename=e1/f8/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/31/f6/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2_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/de/3e/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/18/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b_populate_sysroot.tar.zst\nDEBUG: Using  for universal/bd/c0/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:bdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb_populate_sysroot.tar.zst\nDEBUG: Using  for d6/ee/sstate:python3-more-itertools-native::10.3.0:r0::12:d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/b6/04/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:b6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5_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 64/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5b/6e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/6e/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A12%3A5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c_package_write_rpm.tar.zst;downloadfilename=5b/6e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c_package_write_rpm.tar.zst\nDEBUG: For url file://universal/31/f6/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/f6/sstate%3Asqlite3-native%3Ax86_64-linux%3A3.45.3%3Ar0%3Ax86_64%3A12%3A31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2_deploy_source_date_epoch.tar.zst;downloadfilename=universal/31/f6/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://88/43/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:884377e69ca11ffed5c48f2215f6cc3bf21412cb3a57ac8103b8df2d46e4dc50_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://24/ea/sstate:iso-codes::4.16.0:r0::12:24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/de/3e/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/18/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b_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/bd/c0/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:bdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d6/ee/sstate:python3-more-itertools-native::10.3.0:r0::12:d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d_populate_lic.tar.zst\nDEBUG: For url file://universal/b6/04/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:b6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b6/04/sstate%3Amkfontscale-native%3Ax86_64-linux%3A1.2.3%3Ar0%3Ax86_64%3A12%3Ab6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b6/04/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:b6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://64/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bf/36/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:bf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/81/sstate:orc-native::0.4.38:r0::12:e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c1/54/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/6e/sstate:menu-cache:core2-64-poky-linux:1.1.0:r0:core2-64:12:a46ed4e20301175fce083aaa577dda6ea498f7e14bcbaf0cd5ec92e633d756e7_package.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/62/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/de/3e/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20_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/18/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/a2/sstate%3Amake-native%3Ax86_64-linux%3A4.4.1%3Ar0%3Ax86_64%3A12%3A18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b_populate_sysroot.tar.zst;downloadfilename=universal/18/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/bd/c0/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:bdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb_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/ee/sstate:python3-more-itertools-native::10.3.0:r0::12:d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d_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/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca_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/bf/36/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:bf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ea/fd/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0_package_qa.tar.zst\nDEBUG: Searching for universal/c1/54/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1b/c5/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://76/8b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371_package.tar.zst\nDEBUG: For url file://universal/de/3e/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/de/3e/sstate%3Alibtasn1-native%3Ax86_64-linux%3A4.19.0%3Ar0%3Ax86_64%3A12%3Ade3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20_populate_sysroot.tar.zst;downloadfilename=universal/de/3e/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20_populate_sysroot.tar.zst\nDEBUG: For url file://universal/bd/c0/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:bdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bd/c0/sstate%3Agroff-native%3Ax86_64-linux%3A1.23.0%3Ar0%3Ax86_64%3A12%3Abdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb_populate_sysroot.tar.zst;downloadfilename=universal/bd/c0/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:bdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb_populate_sysroot.tar.zst\nDEBUG: For url file://d6/ee/sstate:python3-more-itertools-native::10.3.0:r0::12:d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/ee/sstate%3Apython3-more-itertools-native%3A%3A10.3.0%3Ar0%3A%3A12%3Ad6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d_populate_lic.tar.zst;downloadfilename=d6/ee/sstate:python3-more-itertools-native::10.3.0:r0::12:d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d_populate_lic.tar.zst\nDEBUG: For url file://64/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/a7/sstate%3Axserver-nodm-init%3Aqemux86_64-poky-linux%3A3.0%3Ar0%3Aqemux86_64%3A12%3A64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca_deploy_source_date_epoch.tar.zst;downloadfilename=64/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://86/7a/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573_create_spdx.tar.zst\nDEBUG: Using  for universal/bf/36/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:bf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ea/fd/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c1/54/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee_recipe_qa.tar.zst\nDEBUG: Searching for 1b/c5/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 76/8b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e1/f8/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/69/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:4e69d7aabfb3172cc5fbc4d3f4d192f284761d1d47d2950c01df514955034de9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://95/7e/sstate:ncurses-native::6.5:r0::12:957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/6e/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/bf/36/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:bf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ea/fd/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/31/f6/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:31f6e515838cca047c5fa022e3c50fe2ba7f6d3fc75a2b6c4fc38cc90337f5b2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/c1/54/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee_recipe_qa.tar.zst\nDEBUG: Using  for 1b/c5/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e_package_write_deb.tar.zst\nDEBUG: Using  for 76/8b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371_package.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/b2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ca/b3/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0_recipe_qa.tar.zst\nDEBUG: Searching for 95/7e/sstate:ncurses-native::6.5:r0::12:957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://26/96/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834_package.tar.zst\nDEBUG: For url ['file', '', 'universal/bf/36/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:bf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c_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://ea/fd/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/bd/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/c1/54/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1b/c5/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e_package_write_deb.tar.zst\nDEBUG: Testing URL file://76/8b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371_package.tar.zst\nDEBUG: Searching for 8f/b2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ca/b3/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 95/7e/sstate:ncurses-native::6.5:r0::12:957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277_populate_lic.tar.zst\nDEBUG: Searching for 26/96/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/bf/36/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:bf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/36/sstate%3Amake-native%3Ax86_64-linux%3A4.4.1%3Ar0%3Ax86_64%3A12%3Abf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/bf/36/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:bf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ea/fd/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4b/bd/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/c1/54/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c1/54/sstate%3Apython3-pathlib2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A12%3Ac154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee_recipe_qa.tar.zst;downloadfilename=universal/c1/54/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1b/c5/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e_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', '', '76/8b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8f/b2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a_package_qa.tar.zst\nDEBUG: Using  for universal/ca/b3/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0_recipe_qa.tar.zst\nDEBUG: Testing URL file://95/7e/sstate:ncurses-native::6.5:r0::12:957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277_populate_lic.tar.zst\nDEBUG: Using  for 26/96/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b6/04/sstate:mkfontscale-native:x86_64-linux:1.2.3:r0:x86_64:12:b6047458e94cd152d8882d5799d1057bb56f198f3b8d94cd2d54c8d8bafd4ca5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://ea/fd/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/fd/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Aeafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0_package_qa.tar.zst;downloadfilename=ea/fd/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/18/a2/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b_populate_sysroot.tar.zst\nDEBUG: Using  for 4b/bd/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780_populate_sysroot.tar.zst\nDEBUG: For url file://1b/c5/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/c5/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.43%3Ar0%3Acore2-64%3A12%3A1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e_package_write_deb.tar.zst;downloadfilename=1b/c5/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/de/3e/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20_populate_sysroot.tar.zst\nDEBUG: For url file://76/8b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/8b/sstate%3Aconsolekit%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3A768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371_package.tar.zst;downloadfilename=76/8b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371_package.tar.zst\nDEBUG: Testing URL file://8f/b2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a_package_qa.tar.zst\nDEBUG: Testing URL file://universal/ca/b3/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '95/7e/sstate:ncurses-native::6.5:r0::12:957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://26/96/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834_package.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/cb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://4b/bd/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/ee/sstate:python3-more-itertools-native::10.3.0:r0::12:d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bd/c0/sstate:groff-native:x86_64-linux:1.23.0:r0:x86_64:12:bdc0a20e4fd9e5df73b869a5e375a6403a2519411523921ab0c46b6748cf94cb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e4/a5/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://64/a7/sstate:xserver-nodm-init:qemux86_64-poky-linux:3.0:r0:qemux86_64:12:64a745af9302f6262a6d5643602936d644c4639eecb19ae80515e61f105098ca_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8f/b2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a_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/ca/b3/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0_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/7e/sstate:ncurses-native::6.5:r0::12:957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/7e/sstate%3Ancurses-native%3A%3A6.5%3Ar0%3A%3A12%3A957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277_populate_lic.tar.zst;downloadfilename=95/7e/sstate:ncurses-native::6.5:r0::12:957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277_populate_lic.tar.zst\nDEBUG: For url ['file', '', '26/96/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6f/cb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0a/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4b/bd/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780_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://9e/3a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/9e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:ea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1_populate_sysroot.tar.zst\nDEBUG: Searching for universal/e4/a5/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://98/79/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9_packagedata.tar.zst\nDEBUG: For url file://8f/b2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/b2/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.3.1%3Ar0%3Acore2-64%3A12%3A8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a_package_qa.tar.zst;downloadfilename=8f/b2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a_package_qa.tar.zst\nDEBUG: For url file://universal/ca/b3/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ca/b3/sstate%3Alibtasn1-native%3Ax86_64-linux%3A4.19.0%3Ar0%3Ax86_64%3A12%3Acab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0_recipe_qa.tar.zst;downloadfilename=universal/ca/b3/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0_recipe_qa.tar.zst\nDEBUG: For url file://26/96/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/96/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.38%3Ar0%3Acore2-64%3A12%3A269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834_package.tar.zst;downloadfilename=26/96/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834_package.tar.zst\nDEBUG: Using  for 6f/cb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bf/36/sstate:make-native:x86_64-linux:4.4.1:r0:x86_64:12:bf365e5540e4a574b11b0e3974ba16fd9fd901b64930484d6b7f3d49e277f17c_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 0a/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4b/bd/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/bd/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780_populate_sysroot.tar.zst;downloadfilename=4b/bd/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780_populate_sysroot.tar.zst\nDEBUG: Searching for 9e/3a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ea/9e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:ea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e4/a5/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008_populate_sysroot.tar.zst\nDEBUG: Searching for 98/79/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/c1/54/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee_recipe_qa.tar.zst\nDEBUG: Testing URL file://6f/cb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/fd/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/c5/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:1bc5a8c8c87c993b456fa94a49bcac6fad0d41b57aacb3aea2e71b657ddc7d5e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/0c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316_recipe_qa.tar.zst\nDEBUG: Testing URL file://0a/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9e/3a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://76/8b/sstate:consolekit:core2-64-poky-linux:0.4.6:r0:core2-64:12:768bed229acd28b1fbb8626fcd93c14bbd68a22d5388742dbecd8a46b5847371_package.tar.zst\nDEBUG: Using  for ea/9e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:ea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/e4/a5/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008_populate_sysroot.tar.zst\nDEBUG: Using  for 98/79/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e7/3b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0_package_qa.tar.zst\nDEBUG: For url ['file', '', '6f/cb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75_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/51/2b/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/9a/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c_package.tar.zst\nDEBUG: Searching for 2e/0c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0a/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97_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://9e/3a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://53/40/sstate:packagegroup-core-x11-sato::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Testing URL file://ea/9e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:ea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/e4/a5/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://98/79/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9_packagedata.tar.zst\nDEBUG: Searching for e7/3b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6f/cb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/cb/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75_populate_sysroot.tar.zst;downloadfilename=6f/cb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75_populate_sysroot.tar.zst\nDEBUG: Searching for universal/51/2b/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0f/9a/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2e/0c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316_recipe_qa.tar.zst\nDEBUG: For url file://0a/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/54/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A12%3A0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97_deploy_source_date_epoch.tar.zst;downloadfilename=0a/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9e/3a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 53/40/sstate:packagegroup-core-x11-sato::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ea/9e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:ea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1_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/e4/a5/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e4/a5/sstate%3Agconf-native%3Ax86_64-linux%3A3.2.6%3Ar0%3Ax86_64%3A12%3Ae4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008_populate_sysroot.tar.zst;downloadfilename=universal/e4/a5/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '98/79/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e7/3b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0_package_qa.tar.zst\nDEBUG: Using  for universal/51/2b/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4_populate_sysroot.tar.zst\nDEBUG: Using  for 0f/9a/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c_package.tar.zst\nDEBUG: Testing URL file://2e/0c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316_recipe_qa.tar.zst\nDEBUG: For url file://9e/3a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/3a/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.29%3Ar0%3Acore2-64%3A12%3A9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56_package_write_deb.tar.zst;downloadfilename=9e/3a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56_package_write_deb.tar.zst\nDEBUG: Using  for 53/40/sstate:packagegroup-core-x11-sato::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ca/b3/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0_recipe_qa.tar.zst\nDEBUG: For url file://ea/9e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:ea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/9e/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Aea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1_populate_sysroot.tar.zst;downloadfilename=ea/9e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:ea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://95/7e/sstate:ncurses-native::6.5:r0::12:957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/b2/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a_package_qa.tar.zst\nDEBUG: For url file://98/79/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/79/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9_packagedata.tar.zst;downloadfilename=98/79/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9_packagedata.tar.zst\nDEBUG: Testing URL file://e7/3b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0_package_qa.tar.zst\nDEBUG: Testing URL file://universal/51/2b/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://26/96/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:269620ea4e310caea56127d245a419bc79faab7750c9859cfad3c0777cdfd834_package.tar.zst\nDEBUG: Testing URL file://0f/9a/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c_package.tar.zst\nDEBUG: For url ['file', '', '2e/0c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316_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/40/sstate:packagegroup-core-x11-sato::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://4b/bd/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/d7/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/94/sstate:xorgproto-native::2024.1:r0::12:e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/2a/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d_package.tar.zst\nDEBUG: For url ['file', '', 'e7/3b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0_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/51/2b/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4_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://6f/cb/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6fcbed9f1db1e1f1ff776ba2990457712e3d3f6257eed1a9e759e1cd45156b75_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/37/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403_packagedata.tar.zst\nDEBUG: For url ['file', '', '0f/9a/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2e/0c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/0c/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.31%3Ar0%3Acore2-64%3A12%3A2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316_recipe_qa.tar.zst;downloadfilename=2e/0c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '53/40/sstate:packagegroup-core-x11-sato::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_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://9c/b4/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924_package_write_rpm.tar.zst\nDEBUG: Searching for f6/d7/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e6/94/sstate:xorgproto-native::2024.1:r0::12:e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7a/2a/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e7/3b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e7/3b/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A12%3Ae73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0_package_qa.tar.zst;downloadfilename=e7/3b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0_package_qa.tar.zst\nDEBUG: For url file://universal/51/2b/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/51/2b/sstate%3Ashadow-native%3Ax86_64-linux%3A4.15.1%3Ar0%3Ax86_64%3A12%3A512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4_populate_sysroot.tar.zst;downloadfilename=universal/51/2b/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06_recipe_qa.tar.zst\nDEBUG: Searching for 7e/37/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0f/9a/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/9a/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c_package.tar.zst;downloadfilename=0f/9a/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c_package.tar.zst\nDEBUG: For url file://53/40/sstate:packagegroup-core-x11-sato::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/40/sstate%3Apackagegroup-core-x11-sato%3A%3A1.0%3Ar0%3A%3A12%3A53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst;downloadfilename=53/40/sstate:packagegroup-core-x11-sato::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Searching for 9c/b4/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f6/d7/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3_package_write_ipk.tar.zst\nDEBUG: Using  for e6/94/sstate:xorgproto-native::2024.1:r0::12:e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/54/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:0a54e82b2774406eeedf43f66c86a1bf083758657c33db00b006f05e581b6a97_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7a/2a/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d_package.tar.zst\nDEBUG: Searching for 7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/e4/a5/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008_populate_sysroot.tar.zst\nDEBUG: Using  for 7e/37/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/3a/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:9e3a7254dbfd95942edc51e1182ebbfa62b245c6990e6ddb939eff3fe4922e56_package_write_deb.tar.zst\nDEBUG: Using  for 9c/b4/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924_package_write_rpm.tar.zst\nDEBUG: Testing URL file://f6/d7/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e6/94/sstate:xorgproto-native::2024.1:r0::12:e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/ac/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87_create_package_spdx.tar.zst\nDEBUG: Testing URL file://7a/2a/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d_package.tar.zst\nDEBUG: Using  for 7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://88/5e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387_packagedata.tar.zst\nDEBUG: Testing URL file://7e/37/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://5e/f8/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72_package_write_deb.tar.zst\nDEBUG: Testing URL file://9c/b4/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'f6/d7/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3_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', '', 'e6/94/sstate:xorgproto-native::2024.1:r0::12:e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for cb/ac/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7a/2a/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06_recipe_qa.tar.zst\nDEBUG: Searching for 88/5e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7e/37/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5e/f8/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ea/9e/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:ea9e61c9f025c86a03d7c5c371873cda824e570784ef09d6f206a1e3fd9202e1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9c/b4/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924_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://f6/d7/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/d7/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Af6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3_package_write_ipk.tar.zst;downloadfilename=f6/d7/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3_package_write_ipk.tar.zst\nDEBUG: For url file://e6/94/sstate:xorgproto-native::2024.1:r0::12:e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/94/sstate%3Axorgproto-native%3A%3A2024.1%3Ar0%3A%3A12%3Ae6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b_populate_lic.tar.zst;downloadfilename=e6/94/sstate:xorgproto-native::2024.1:r0::12:e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b_populate_lic.tar.zst\nDEBUG: Using  for cb/ac/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87_create_package_spdx.tar.zst\nDEBUG: For url file://7a/2a/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/2a/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d_package.tar.zst;downloadfilename=7a/2a/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d_package.tar.zst\nDEBUG: For url ['file', '', '7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 88/5e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387_packagedata.tar.zst\nDEBUG: For url file://7e/37/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/37/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.22.4%3Ar0%3Acore2-64%3A12%3A7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403_packagedata.tar.zst;downloadfilename=7e/37/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403_packagedata.tar.zst\nDEBUG: Using  for 5e/f8/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c6/e3/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a_create_package_spdx.tar.zst\nDEBUG: For url file://9c/b4/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/b4/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A12%3A9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924_package_write_rpm.tar.zst;downloadfilename=9c/b4/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/0c/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/51/2b/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://98/79/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9_packagedata.tar.zst\nDEBUG: Testing URL file://cb/ac/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e7/3b/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0_package_qa.tar.zst\nDEBUG: For url file://7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/0f/sstate%3Appp%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06_recipe_qa.tar.zst;downloadfilename=7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06_recipe_qa.tar.zst\nDEBUG: Testing URL file://88/5e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/9a/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:0f9a3124b8cdb6c1a0ebdbdd1458fedbe28a90916e7c0607b767a919df06117c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://53/40/sstate:packagegroup-core-x11-sato::1.0:r0::12:53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7_populate_lic.tar.zst\nDEBUG: Testing URL file://5e/f8/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72_package_write_deb.tar.zst\nDEBUG: Searching for universal/c6/e3/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/6d/b6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/26/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://17/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'cb/ac/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87_create_package_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://ed/36/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '88/5e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387_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://0c/7b/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/d7/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:f6d7a927f8ab24be518ae058f237a6be70160cfbd70dae1a2120cf2a7e71cde3_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1f/64/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5e/f8/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/c6/e3/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a_create_package_spdx.tar.zst\nDEBUG: Searching for universal/6d/b6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b6/26/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 17/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://cb/ac/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/ac/sstate%3Alibgcc-initial%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Acbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87_create_package_spdx.tar.zst;downloadfilename=cb/ac/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87_create_package_spdx.tar.zst\nDEBUG: Searching for ed/36/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://88/5e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/5e/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387_packagedata.tar.zst;downloadfilename=88/5e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387_packagedata.tar.zst\nDEBUG: Searching for 0c/7b/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7c/0c/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32_packagedata.tar.zst\nDEBUG: Searching for universal/1f/64/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5e/f8/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5e/f8/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.7p1%3Ar0%3Acore2-64%3A12%3A5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72_package_write_deb.tar.zst;downloadfilename=5e/f8/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/94/sstate:xorgproto-native::2024.1:r0::12:e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/c6/e3/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a_create_package_spdx.tar.zst\nDEBUG: Using  for universal/6d/b6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9_populate_sysroot.tar.zst\nDEBUG: Using  for b6/26/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9_package_write_rpm.tar.zst\nDEBUG: Using  for 17/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4_populate_sysroot.tar.zst\nDEBUG: Using  for ed/36/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/2a/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:7a2a0b32abb1a87f9bb3d326cffd0c1b87f0cf95867166a832874d2813c7383d_package.tar.zst\nDEBUG: Using  for 0c/7b/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e_create_spdx.tar.zst\nDEBUG: Searching for 7c/0c/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7e/37/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/b4/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924_package_write_rpm.tar.zst\nDEBUG: Using  for universal/1f/64/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/da/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9_package.tar.zst\nDEBUG: For url ['file', '', 'universal/c6/e3/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/6d/b6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/0f/sstate:ppp:core2-64-poky-linux:2.5.0:r0:core2-64:12:7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06_recipe_qa.tar.zst\nDEBUG: Testing URL file://b6/26/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://17/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ed/36/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://21/d8/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd_create_spdx.tar.zst\nDEBUG: Testing URL file://0c/7b/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e_create_spdx.tar.zst\nDEBUG: Using  for 7c/0c/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://92/2f/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/17/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:b817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/1f/64/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f_create_spdx.tar.zst\nDEBUG: Searching for 9b/da/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/c6/e3/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c6/e3/sstate%3Alibidn2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A12%3Ac6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a_create_package_spdx.tar.zst;downloadfilename=universal/c6/e3/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/6d/b6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9_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://70/89/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01_package.tar.zst\nDEBUG: For url ['file', '', 'b6/26/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9_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', '', '17/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4_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/36/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 21/d8/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0c/7b/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7c/0c/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32_packagedata.tar.zst\nDEBUG: Searching for 92/2f/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b8/17/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:b817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/1f/64/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 9b/da/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9_package.tar.zst\nDEBUG: For url file://universal/6d/b6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6d/b6/sstate%3Alibnsl2-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A12%3A6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9_populate_sysroot.tar.zst;downloadfilename=universal/6d/b6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9_populate_sysroot.tar.zst\nDEBUG: Searching for 70/89/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cb/ac/sstate:libgcc-initial:core2-64-poky-linux:14.1.0:r0:core2-64:12:cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87_create_package_spdx.tar.zst\nDEBUG: For url file://b6/26/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/26/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.12.8%3Ar0%3Acore2-64%3A12%3Ab626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9_package_write_rpm.tar.zst;downloadfilename=b6/26/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9_package_write_rpm.tar.zst\nDEBUG: For url file://17/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/46/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4_populate_sysroot.tar.zst;downloadfilename=17/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4_populate_sysroot.tar.zst\nDEBUG: For url file://ed/36/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/36/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3Aed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486_create_package_spdx.tar.zst;downloadfilename=ed/36/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486_create_package_spdx.tar.zst\nDEBUG: Using  for 21/d8/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd_create_spdx.tar.zst\nDEBUG: For url file://0c/7b/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/7b/sstate%3Alibdnf%3Acore2-64-poky-linux%3A0.73.1%3Ar0%3Acore2-64%3A12%3A0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e_create_spdx.tar.zst;downloadfilename=0c/7b/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7c/0c/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 92/2f/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b8/17/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:b817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f_package_write_ipk.tar.zst\nDEBUG: For url file://universal/1f/64/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/64/sstate%3Apigz-native%3Ax86_64-linux%3A2.8%3Ar0%3Ax86_64%3A12%3A1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f_create_spdx.tar.zst;downloadfilename=universal/1f/64/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f_create_spdx.tar.zst\nDEBUG: Testing URL file://9b/da/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9_package.tar.zst\nDEBUG: Using  for 70/89/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/04/87/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://88/5e/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387_packagedata.tar.zst\nDEBUG: Testing URL file://21/d8/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd_create_spdx.tar.zst\nDEBUG: For url file://7c/0c/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/0c/sstate%3Ashutdown-desktop%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32_packagedata.tar.zst;downloadfilename=7c/0c/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5e/f8/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:5ef8e3ac39f783b2c7c07ce7b1c8c9ff7f066ef1c0ff17c8c9820193f2607a72_package_write_deb.tar.zst\nDEBUG: Testing URL file://92/2f/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b8/17/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:b817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c6/e3/sstate:libidn2-native:x86_64-linux:2.3.7:r0:x86_64:12:c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '9b/da/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://70/89/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01_package.tar.zst\nDEBUG: Searching for universal/04/87/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e8/28/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '21/d8/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd_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://9c/b2/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6d/b6/sstate:libnsl2-native:x86_64-linux:2.0.1:r0:x86_64:12:6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '92/2f/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_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', '', 'b8/17/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:b817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f_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://6a/d9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983_package_write_ipk.tar.zst\nDEBUG: For url file://9b/da/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/da/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A12%3A9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9_package.tar.zst;downloadfilename=9b/da/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9_package.tar.zst\nDEBUG: For url ['file', '', '70/89/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/04/87/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97_create_spdx.tar.zst\nDEBUG: Searching for e8/28/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://21/d8/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/d8/sstate%3Ampfr%3Acore2-64-poky-linux%3A4.2.1%3Ar0%3Acore2-64%3A12%3A21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd_create_spdx.tar.zst;downloadfilename=21/d8/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd_create_spdx.tar.zst\nDEBUG: Searching for 9c/b2/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://87/5b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597_package_write_ipk.tar.zst\nDEBUG: For url file://92/2f/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/2f/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst;downloadfilename=92/2f/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b8/17/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:b817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/17/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Ab817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f_package_write_ipk.tar.zst;downloadfilename=b8/17/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:b817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f_package_write_ipk.tar.zst\nDEBUG: Searching for 6a/d9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://70/89/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/89/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.68%3Ar0%3Acore2-64%3A12%3A7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01_package.tar.zst;downloadfilename=70/89/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01_package.tar.zst\nDEBUG: Testing URL file://universal/04/87/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://17/46/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1746447197a282429e4540cac04ef3581edfd8dfef3f2c6a0602bbb2d33087f4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/36/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/26/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9_package_write_rpm.tar.zst\nDEBUG: Using  for e8/28/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e_recipe_qa.tar.zst\nDEBUG: Using  for 9c/b2/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/7b/sstate:libdnf:core2-64-poky-linux:0.73.1:r0:core2-64:12:0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e_create_spdx.tar.zst\nDEBUG: Searching for 87/5b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/1f/64/sstate:pigz-native:x86_64-linux:2.8:r0:x86_64:12:1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f_create_spdx.tar.zst\nDEBUG: Using  for 6a/d9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/0c/sstate:shutdown-desktop:all-poky-linux:1.0:r0:allarch:12:7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/04/87/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97_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/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/9f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/74/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e8/28/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e_recipe_qa.tar.zst\nDEBUG: Testing URL file://9c/b2/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/73/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782_package_write_deb.tar.zst\nDEBUG: Using  for 87/5b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://13/05/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa_package_write_deb.tar.zst\nDEBUG: Testing URL file://6a/d9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/89/sstate:libice::1.1.1:r0::12:6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69_populate_lic.tar.zst\nDEBUG: For url file://universal/04/87/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/04/87/sstate%3Alibxslt-native%3Ax86_64-linux%3A1.1.39%3Ar0%3Ax86_64%3A12%3A048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97_create_spdx.tar.zst;downloadfilename=universal/04/87/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97_create_spdx.tar.zst\nDEBUG: Searching for 55/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e8/9f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e3/74/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e8/28/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e_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/b2/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2f/73/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9b/da/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:9bda282eed718199efa06b2c3a0d23e87b21a87736f6e0049f89dc580cf953f9_package.tar.zst\nDEBUG: Testing URL file://87/5b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597_package_write_ipk.tar.zst\nDEBUG: Searching for 13/05/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '6a/d9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6f/89/sstate:libice::1.1.1:r0::12:6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 55/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255_package.tar.zst\nDEBUG: Using  for e8/9f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4_packagedata.tar.zst\nDEBUG: Using  for e3/74/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://21/d8/sstate:mpfr:core2-64-poky-linux:4.2.1:r0:core2-64:12:21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd_create_spdx.tar.zst\nDEBUG: For url file://e8/28/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/28/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A12%3Ae828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e_recipe_qa.tar.zst;downloadfilename=e8/28/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e_recipe_qa.tar.zst\nDEBUG: For url file://9c/b2/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/b2/sstate%3Agstreamer1.0-plugins-good%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0_create_spdx.tar.zst;downloadfilename=9c/b2/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0_create_spdx.tar.zst\nDEBUG: Using  for 2f/73/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/fa/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:f6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '87/5b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 13/05/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa_package_write_deb.tar.zst\nDEBUG: For url file://6a/d9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/d9/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A12%3A6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983_package_write_ipk.tar.zst;downloadfilename=6a/d9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983_package_write_ipk.tar.zst\nDEBUG: Using  for 6f/89/sstate:libice::1.1.1:r0::12:6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69_populate_lic.tar.zst\nDEBUG: Testing URL file://55/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255_package.tar.zst\nDEBUG: Testing URL file://e8/9f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4_packagedata.tar.zst\nDEBUG: Testing URL file://e3/74/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/da/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489_create_spdx.tar.zst\nDEBUG: Testing URL file://2f/73/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://92/2f/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f6/fa/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:f6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b8/17/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:b817ce4986862825faed50b3fd890b4de4a7bd4d77fa19f794a31ff325e8598f_package_write_ipk.tar.zst\nDEBUG: For url file://87/5b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/5b/sstate%3Anettle%3Acore2-64-poky-linux%3A3.9.1%3Ar0%3Acore2-64%3A12%3A875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597_package_write_ipk.tar.zst;downloadfilename=87/5b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597_package_write_ipk.tar.zst\nDEBUG: Testing URL file://13/05/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa_package_write_deb.tar.zst\nDEBUG: Testing URL file://6f/89/sstate:libice::1.1.1:r0::12:6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69_populate_lic.tar.zst\nDEBUG: For url ['file', '', '55/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255_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://70/89/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:7089b7e995a7561aa6a5efb858008dc07dcefe7656333e9f8b4885d1abcf0a01_package.tar.zst\nDEBUG: For url ['file', '', 'e8/9f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e3/74/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67_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 c1/da/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2f/73/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782_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://88/ff/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529_package_qa.tar.zst\nDEBUG: Using  for f6/fa/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:f6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://93/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '13/05/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa_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', '', '6f/89/sstate:libice::1.1.1:r0::12:6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69_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/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/0f/sstate%3Alibfakekey%3Acore2-64-poky-linux%3A0.3%2Bgit%3Ar0%3Acore2-64%3A12%3A550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255_package.tar.zst;downloadfilename=55/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255_package.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/82/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08_package.tar.zst\nDEBUG: For url file://e8/9f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/9f/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A12%3Ae89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4_packagedata.tar.zst;downloadfilename=e8/9f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4_packagedata.tar.zst\nDEBUG: For url file://e3/74/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/74/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.29%3Ar0%3Acore2-64%3A12%3Ae374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67_deploy_source_date_epoch.tar.zst;downloadfilename=e3/74/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for c1/da/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489_create_spdx.tar.zst\nDEBUG: For url file://2f/73/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/73/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.31%3Ar0%3Acore2-64%3A12%3A2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782_package_write_deb.tar.zst;downloadfilename=2f/73/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782_package_write_deb.tar.zst\nDEBUG: Searching for 88/ff/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f6/fa/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:f6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8_populate_sysroot.tar.zst\nDEBUG: Searching for 93/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://13/05/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/05/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa_package_write_deb.tar.zst;downloadfilename=13/05/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa_package_write_deb.tar.zst\nDEBUG: For url file://6f/89/sstate:libice::1.1.1:r0::12:6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/89/sstate%3Alibice%3A%3A1.1.1%3Ar0%3A%3A12%3A6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69_populate_lic.tar.zst;downloadfilename=6f/89/sstate:libice::1.1.1:r0::12:6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69_populate_lic.tar.zst\nDEBUG: Searching for 3e/82/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/04/87/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97_create_spdx.tar.zst\nDEBUG: Testing URL file://c1/da/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/28/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e_recipe_qa.tar.zst\nDEBUG: Using  for 88/ff/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/b2/sstate:gstreamer1.0-plugins-good:core2-64-poky-linux:1.24.4:r0:core2-64:12:9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f6/fa/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:f6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 93/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/d9/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:6ad9f480d672f3d30d402d0c568d36baa80428eb1c06d6c1601ddffb5e321983_package_write_ipk.tar.zst\nDEBUG: Using  for 3e/82/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08_package.tar.zst\nDEBUG: SState: Successful fetch test for file://87/5b/sstate:nettle:core2-64-poky-linux:3.9.1:r0:core2-64:12:875b3a40043100b3cc88d5d7478145780d8d51d7b5c7d97232cc4b7b352c2597_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://89/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c1/da/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489_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://68/23/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576_packagedata.tar.zst\nDEBUG: Testing URL file://88/ff/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://52/7d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374_recipe_qa.tar.zst\nDEBUG: For url file://f6/fa/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:f6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/fa/sstate%3Agzip%3Acore2-64-poky-linux%3A1.13%3Ar0%3Acore2-64%3A12%3Af6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8_populate_sysroot.tar.zst;downloadfilename=f6/fa/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:f6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://93/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://96/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a_create_spdx.tar.zst\nDEBUG: Testing URL file://3e/82/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08_package.tar.zst\nDEBUG: SState: Attempting to fetch file://23/f0/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8_package_write_deb.tar.zst\nDEBUG: Searching for 89/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c1/da/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/da/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.19.2%3Ar0%3Acore2-64%3A12%3Ac1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489_create_spdx.tar.zst;downloadfilename=c1/da/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489_create_spdx.tar.zst\nDEBUG: Searching for 68/23/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '88/ff/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 52/7d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '93/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 96/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://55/0f/sstate:libfakekey:core2-64-poky-linux:0.3+git:r0:core2-64:12:550fa8618f08d396f13f77989043f4b37d37c493042e44dd2c2170760592d255_package.tar.zst\nDEBUG: For url ['file', '', '3e/82/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 23/f0/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 89/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 68/23/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576_packagedata.tar.zst\nDEBUG: For url file://88/ff/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/ff/sstate%3Akmod%3Acore2-64-poky-linux%3A32%3Ar0%3Acore2-64%3A12%3A88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529_package_qa.tar.zst;downloadfilename=88/ff/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/74/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:e374b29aa2578f2842f17718bee3578d42ad4e83c2f846b33656cbafaf82ce67_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 52/7d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/9f/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4_packagedata.tar.zst\nDEBUG: For url file://93/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/c3/sstate%3Apopt%3Acore2-64-poky-linux%3A1.19%3Ar0%3Acore2-64%3A12%3A93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0_recipe_qa.tar.zst;downloadfilename=93/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0_recipe_qa.tar.zst\nDEBUG: Using  for 96/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/4c/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081_package_write_rpm.tar.zst\nDEBUG: For url file://3e/82/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/82/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A12%3A3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08_package.tar.zst;downloadfilename=3e/82/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08_package.tar.zst\nDEBUG: Using  for 23/f0/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8_package_write_deb.tar.zst\nDEBUG: Testing URL file://89/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://68/23/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/17/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://52/7d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/73/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:2f73e6bc19949eb4bab7f09b217672c8d79ea070f29b05cd3b2fbeec1db41782_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/dc/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:eadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://96/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a_create_spdx.tar.zst\nDEBUG: Searching for 8a/4c/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://13/05/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:1305478087ac884bb3b1cdb2629df10e6a78e3b2a50825aa06b080ef8eec18aa_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/89/sstate:libice::1.1.1:r0::12:6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69_populate_lic.tar.zst\nDEBUG: Testing URL file://23/f0/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '89/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5_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/23/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0c/17/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '52/7d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374_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://05/75/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241_package_qa.tar.zst\nDEBUG: Searching for ea/dc/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:eadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '96/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8a/4c/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/51/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:b651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://df/92/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '23/f0/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8_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://89/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/aa/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A12%3A89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5_deploy_source_date_epoch.tar.zst;downloadfilename=89/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://68/23/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/68/23/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2024.1%3Ar0%3Acore2-64%3A12%3A682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576_packagedata.tar.zst;downloadfilename=68/23/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/da/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/fa/sstate:gzip:core2-64-poky-linux:1.13:r0:core2-64:12:f6fa26fc06b403f6b6564a5cf0655b80144f6250f90a9d779c23a77d662091c8_populate_sysroot.tar.zst\nDEBUG: Using  for 0c/17/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c_create_package_spdx.tar.zst\nDEBUG: For url file://52/7d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/7d/sstate%3Akmod%3Acore2-64-poky-linux%3A32%3Ar0%3Acore2-64%3A12%3A527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374_recipe_qa.tar.zst;downloadfilename=52/7d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374_recipe_qa.tar.zst\nDEBUG: Searching for 05/75/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ea/dc/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:eadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://96/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/ad/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A12%3A96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a_create_spdx.tar.zst;downloadfilename=96/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a_create_spdx.tar.zst\nDEBUG: Testing URL file://8a/4c/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081_package_write_rpm.tar.zst\nDEBUG: Searching for b6/51/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:b651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for df/92/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://23/f0/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/f0/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8_package_write_deb.tar.zst;downloadfilename=23/f0/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/06/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:dd06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://88/ff/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://84/df/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2_package_qa.tar.zst\nDEBUG: Testing URL file://0c/17/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c_create_package_spdx.tar.zst\nDEBUG: Using  for 05/75/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241_package_qa.tar.zst\nDEBUG: Testing URL file://ea/dc/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:eadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/82/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:3e827ac637d13df182c46a9af4a33fb58b6489c65c73502950fbd0eb4f7ccf08_package.tar.zst\nDEBUG: SState: Successful fetch test for file://93/c3/sstate:popt:core2-64-poky-linux:1.19:r0:core2-64:12:93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8a/4c/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b6/51/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:b651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5_package_write_ipk.tar.zst\nDEBUG: Using  for df/92/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927_package_write_rpm.tar.zst\nDEBUG: Searching for dd/06/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:dd06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://83/67/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6_create_package_spdx.tar.zst\nDEBUG: Searching for 84/df/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0c/17/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://05/75/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ea/dc/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:eadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a_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/73/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://12/cd/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f_package_qa.tar.zst\nDEBUG: For url file://8a/4c/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/4c/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A12%3A8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081_package_write_rpm.tar.zst;downloadfilename=8a/4c/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081_package_write_rpm.tar.zst\nDEBUG: Testing URL file://b6/51/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:b651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5_package_write_ipk.tar.zst\nDEBUG: Testing URL file://df/92/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927_package_write_rpm.tar.zst\nDEBUG: Using  for dd/06/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:dd06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533_package_write_ipk.tar.zst\nDEBUG: Searching for 83/67/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 84/df/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2_package_qa.tar.zst\nDEBUG: For url file://0c/17/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/17/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A12%3A0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c_create_package_spdx.tar.zst;downloadfilename=0c/17/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '05/75/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ea/dc/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:eadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/dc/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A12%3Aeadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a_deploy_source_date_epoch.tar.zst;downloadfilename=ea/dc/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:eadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0a/73/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 12/cd/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b6/51/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:b651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5_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', '', 'df/92/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927_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/aa/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:89aa8153ffd0fca60ba693215190385cfcee72438be86a3934fa157d0eacd1a5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://dd/06/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:dd06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533_package_write_ipk.tar.zst\nDEBUG: Using  for 83/67/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://84/df/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2_package_qa.tar.zst\nDEBUG: For url file://05/75/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/75/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A12%3A0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241_package_qa.tar.zst;downloadfilename=05/75/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://52/7d/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://68/23/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576_packagedata.tar.zst\nDEBUG: Using  for 0a/73/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://96/ad/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a_create_spdx.tar.zst\nDEBUG: Using  for 12/cd/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f_package_qa.tar.zst\nDEBUG: For url file://b6/51/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:b651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/51/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A12%3Ab651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5_package_write_ipk.tar.zst;downloadfilename=b6/51/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:b651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5_package_write_ipk.tar.zst\nDEBUG: For url file://df/92/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/92/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3Adf92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927_package_write_rpm.tar.zst;downloadfilename=df/92/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/2f/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'dd/06/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:dd06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533_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://83/67/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '84/df/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2_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://d9/c4/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://23/f0/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:23f0fe2cc7513549fd74b610e393827c017406dd06d82703c976d9b46d8818b8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://a9/60/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0a/73/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://72/2e/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://12/cd/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f_package_qa.tar.zst\nDEBUG: Searching for a7/2f/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8a/4c/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081_package_write_rpm.tar.zst\nDEBUG: For url file://dd/06/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:dd06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/06/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A12%3Add06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533_package_write_ipk.tar.zst;downloadfilename=dd/06/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:dd06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '83/67/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://84/df/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/df/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A12%3A84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2_package_qa.tar.zst;downloadfilename=84/df/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2_package_qa.tar.zst\nDEBUG: Searching for d9/c4/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a1/00/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06_recipe_qa.tar.zst\nDEBUG: Searching for a9/60/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0a/73/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 72/2e/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '12/cd/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a7/2f/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/9e/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:c89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/17/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c_create_package_spdx.tar.zst\nDEBUG: For url file://83/67/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/67/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6_create_package_spdx.tar.zst;downloadfilename=83/67/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6_create_package_spdx.tar.zst\nDEBUG: Using  for d9/c4/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7_create_spdx.tar.zst\nDEBUG: Searching for a1/00/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ea/dc/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:eadce08b3e84f0bae1e28280d32957cd657657310eb8cbd84a121efc248fad0a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a9/60/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6_package_write_rpm.tar.zst\nDEBUG: For url file://0a/73/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/73/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.103.2%3Ar0%3Acore2-64%3A12%3A0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97_package_write_deb.tar.zst;downloadfilename=0a/73/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97_package_write_deb.tar.zst\nDEBUG: Using  for 72/2e/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0_package_write_rpm.tar.zst\nDEBUG: For url file://12/cd/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/cd/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.26.0%3Ar0%3Acore2-64%3A12%3A12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f_package_qa.tar.zst;downloadfilename=12/cd/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f_package_qa.tar.zst\nDEBUG: Testing URL file://a7/2f/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0_package_write_deb.tar.zst\nDEBUG: Searching for c8/9e/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:c89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://58/5b/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9_package_write_ipk.tar.zst\nDEBUG: Testing URL file://d9/c4/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7_create_spdx.tar.zst\nDEBUG: Using  for a1/00/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/35/dd/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://05/75/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241_package_qa.tar.zst\nDEBUG: Testing URL file://a9/60/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://72/2e/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/51/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:b651698a9174321a72b3435badae4677cc4dca1362d0b579ebcdd0420c728cf5_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://df/92/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a7/2f/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c8/9e/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:c89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04_populate_sysroot.tar.zst\nDEBUG: Searching for 58/5b/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd9/c4/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a1/00/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06_recipe_qa.tar.zst\nDEBUG: Searching for universal/35/dd/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/09/d2/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a9/60/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6_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/2e/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0_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://8d/e0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9c/33/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc_create_package_spdx.tar.zst\nDEBUG: For url file://a7/2f/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/2f/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3Aa72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0_package_write_deb.tar.zst;downloadfilename=a7/2f/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0_package_write_deb.tar.zst\nDEBUG: Testing URL file://c8/9e/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:c89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04_populate_sysroot.tar.zst\nDEBUG: Using  for 58/5b/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9_package_write_ipk.tar.zst\nDEBUG: For url file://d9/c4/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/c4/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.5%3Ar0%3Acore2-64%3A12%3Ad9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7_create_spdx.tar.zst;downloadfilename=d9/c4/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a1/00/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06_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/dd/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da_populate_sysroot.tar.zst\nDEBUG: Searching for universal/09/d2/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://a9/60/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/60/sstate%3Apackagegroup-core-x11-xserver%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aa9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6_package_write_rpm.tar.zst;downloadfilename=a9/60/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6_package_write_rpm.tar.zst\nDEBUG: For url file://72/2e/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/2e/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A12%3A722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0_package_write_rpm.tar.zst;downloadfilename=72/2e/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0_package_write_rpm.tar.zst\nDEBUG: Searching for 8d/e0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/9c/33/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c8/9e/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:c89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://58/5b/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://84/df/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/06/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:dd06b332383aea434e537642895fa6e99f1c7dd9c6783e72f80cb2a8c0ffb533_package_write_ipk.tar.zst\nDEBUG: For url file://a1/00/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/00/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.34.0%3Ar0%3Acore2-64%3A12%3Aa1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06_recipe_qa.tar.zst;downloadfilename=a1/00/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/35/dd/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da_populate_sysroot.tar.zst\nDEBUG: Using  for universal/09/d2/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://83/67/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6_create_package_spdx.tar.zst\nDEBUG: Using  for 8d/e0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/73/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:0a732450d8347d6a1b03ed6f849abef960fc31ca93c5fe4ad3d11aece079fe97_package_write_deb.tar.zst\nDEBUG: Using  for universal/9c/33/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc_create_package_spdx.tar.zst\nDEBUG: For url file://c8/9e/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:c89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/9e/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.23.0%3Ar0%3Acore2-64%3A12%3Ac89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04_populate_sysroot.tar.zst;downloadfilename=c8/9e/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:c89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '58/5b/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9_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://55/a4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://04/b1/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/35/dd/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da_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/09/d2/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://12/cd/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://63/3e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff_recipe_qa.tar.zst\nDEBUG: Testing URL file://8d/e0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/22/b7/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/9c/33/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc_create_package_spdx.tar.zst\nDEBUG: For url file://58/5b/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/5b/sstate%3Apango%3Acore2-64-poky-linux%3A1.52.2%3Ar0%3Acore2-64%3A12%3A585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9_package_write_ipk.tar.zst;downloadfilename=58/5b/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9_package_write_ipk.tar.zst\nDEBUG: Searching for 55/a4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 04/b1/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/35/dd/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/35/dd/sstate%3Acargo-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3A35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da_populate_sysroot.tar.zst;downloadfilename=universal/35/dd/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/09/d2/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb_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://81/c9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 63/3e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8d/e0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/22/b7/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/9c/33/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 55/a4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2_packagedata.tar.zst\nDEBUG: Using  for 04/b1/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/2f/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:a72f9ac32cd7f053f0631fbfbb7eaee066df5049c84a0259c8f6c141583bbbe0_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/c4/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7_create_spdx.tar.zst\nDEBUG: For url file://universal/09/d2/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/09/d2/sstate%3Aperl-native%3Ax86_64-linux%3A5.38.2%3Ar0%3Ax86_64%3A12%3A09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb_populate_sysroot.tar.zst;downloadfilename=universal/09/d2/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb_populate_sysroot.tar.zst\nDEBUG: Searching for 81/c9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 63/3e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff_recipe_qa.tar.zst\nDEBUG: Testing URL file://63/3e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff_recipe_qa.tar.zst\nDEBUG: For url file://8d/e0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/e0/sstate%3Alibgcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a_populate_sysroot.tar.zst;downloadfilename=8d/e0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a_populate_sysroot.tar.zst\nDEBUG: Using  for universal/22/b7/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec_create_spdx.tar.zst\nDEBUG: For url file://universal/9c/33/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9c/33/sstate%3Axmlto-native%3Ax86_64-linux%3A0.0.28%2B0.0.29%2Bgit%3Ar0%3Ax86_64%3A12%3A9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc_create_package_spdx.tar.zst;downloadfilename=universal/9c/33/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://55/a4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2_packagedata.tar.zst\nDEBUG: Testing URL file://04/b1/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://62/1a/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://16/3c/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99_packagedata.tar.zst\nDEBUG: Using  for 81/c9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/60/sstate:packagegroup-core-x11-xserver:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '63/3e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff_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://72/2e/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/22/b7/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a1/00/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '55/a4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '04/b1/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 62/1a/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c8/9e/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:c89e0b73c498900279e08b867f53a115ce0168c0c3b861c04f3bef4c87d43a04_populate_sysroot.tar.zst\nDEBUG: Searching for 16/3c/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://81/c9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b8/d8/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4_create_spdx.tar.zst\nDEBUG: For url file://63/3e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/3e/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A12%3A633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff_recipe_qa.tar.zst;downloadfilename=63/3e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/f6/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:baf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/22/b7/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec_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/1a/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8_package_qa.tar.zst\nDEBUG: For url file://55/a4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/a4/sstate%3Ainit-ifupdown%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2_packagedata.tar.zst;downloadfilename=55/a4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2_packagedata.tar.zst\nDEBUG: For url file://04/b1/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/b1/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000_populate_sysroot.tar.zst;downloadfilename=04/b1/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000_populate_sysroot.tar.zst\nDEBUG: Using  for 62/1a/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/8d/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f_package_write_rpm.tar.zst\nDEBUG: Using  for 16/3c/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99_packagedata.tar.zst\nDEBUG: For url ['file', '', '81/c9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_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/b8/d8/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ba/f6/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:baf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/22/b7/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/22/b7/sstate%3Apython3-hatch-fancy-pypi-readme-native%3Ax86_64-linux%3A24.1.0%3Ar0%3Ax86_64%3A12%3A22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec_create_spdx.tar.zst;downloadfilename=universal/22/b7/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://58/5b/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:585bfdc8911045aee976c549daef07e89b41e29dd7e0673308e1393edcc646f9_package_write_ipk.tar.zst\nDEBUG: Searching for 87/1a/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/35/dd/sstate:cargo-native:x86_64-linux:1.75.0:r0:x86_64:12:35dd0c70f8bdf4bc85b83c42071a3e8e607052da22d8019eebec9c0f84b849da_populate_sysroot.tar.zst\nDEBUG: Testing URL file://62/1a/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/09/d2/sstate:perl-native:x86_64-linux:5.38.2:r0:x86_64:12:09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb_populate_sysroot.tar.zst\nDEBUG: Searching for 3b/8d/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://16/3c/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8d/e0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a_populate_sysroot.tar.zst\nDEBUG: For url file://81/c9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/c9/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst;downloadfilename=81/c9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/b8/d8/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4_create_spdx.tar.zst\nDEBUG: Using  for ba/f6/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:baf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/e4/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9_create_package_spdx.tar.zst\nDEBUG: Using  for 87/1a/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9c/33/sstate:xmlto-native:x86_64-linux:0.0.28+0.0.29+git:r0:x86_64:12:9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://58/57/sstate:less::643:r0::12:5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0_populate_lic.tar.zst\nDEBUG: For url ['file', '', '62/1a/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f_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://a9/35/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1_package_qa.tar.zst\nDEBUG: Using  for 3b/8d/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '16/3c/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99_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/3f/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/b8/d8/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4_create_spdx.tar.zst\nDEBUG: Testing URL file://ba/f6/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:baf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f_package_write_deb.tar.zst\nDEBUG: Searching for d5/e4/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://87/1a/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst\nDEBUG: Searching for 58/57/sstate:less::643:r0::12:5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://62/1a/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/1a/sstate%3Apackagegroup-core-buildessential%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f_packagedata.tar.zst;downloadfilename=62/1a/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f_packagedata.tar.zst\nDEBUG: Searching for a9/35/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3b/8d/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f_package_write_rpm.tar.zst\nDEBUG: For url file://16/3c/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/3c/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99_packagedata.tar.zst;downloadfilename=16/3c/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99_packagedata.tar.zst\nDEBUG: Searching for universal/03/3f/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/b8/d8/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4_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/f6/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:baf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d5/e4/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '87/1a/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 58/57/sstate:less::643:r0::12:5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0_populate_lic.tar.zst\nDEBUG: Using  for a9/35/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1_package_qa.tar.zst\nDEBUG: For url ['file', '', '3b/8d/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f_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://63/3e/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff_recipe_qa.tar.zst\nDEBUG: Using  for universal/03/3f/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835_populate_sysroot.tar.zst\nDEBUG: For url file://universal/b8/d8/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b8/d8/sstate%3Alibxml-parser-perl-native%3Ax86_64-linux%3A2.47%3Ar0%3Ax86_64%3A12%3Ab8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4_create_spdx.tar.zst;downloadfilename=universal/b8/d8/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4_create_spdx.tar.zst\nDEBUG: For url file://ba/f6/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:baf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/f6/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.44%3Ar0%3Acore2-64%3A12%3Abaf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f_package_write_deb.tar.zst;downloadfilename=ba/f6/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:baf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://55/a4/sstate:init-ifupdown:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2_packagedata.tar.zst\nDEBUG: Testing URL file://d5/e4/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9_create_package_spdx.tar.zst\nDEBUG: For url file://87/1a/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/1a/sstate%3Asato-screenshot%3Acore2-64-poky-linux%3A0.3%3Ar0%3Acore2-64%3A12%3A871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8_package_qa.tar.zst;downloadfilename=87/1a/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8_package_qa.tar.zst\nDEBUG: Using  for fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst\nDEBUG: Testing URL file://58/57/sstate:less::643:r0::12:5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0_populate_lic.tar.zst\nDEBUG: Testing URL file://a9/35/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1_package_qa.tar.zst\nDEBUG: For url file://3b/8d/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/8d/sstate%3Am4%3Acore2-64-poky-linux%3A1.4.19%3Ar0%3Acore2-64%3A12%3A3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f_package_write_rpm.tar.zst;downloadfilename=3b/8d/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://45/89/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/03/3f/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/f1/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://04/b1/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:04b18e2948a86e4663cb2add238495136d9b993b473ece724f2480302e240000_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'd5/e4/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9_create_package_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/22/b7/sstate:python3-hatch-fancy-pypi-readme-native:x86_64-linux:24.1.0:r0:x86_64:12:22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec_create_spdx.tar.zst\nDEBUG: Testing URL file://fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst\nDEBUG: For url ['file', '', '58/57/sstate:less::643:r0::12:5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0_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://81/c9/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:81c9c17873407c314174e1d988ea69e46338f57740a03160b321dbae8e3c4918_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a9/35/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 45/89/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/03/3f/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835_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://62/1a/sstate:packagegroup-core-buildessential:core2-64-poky-linux:1.0:r0:core2-64:12:621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f_packagedata.tar.zst\nDEBUG: Searching for d5/f1/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/3e/ed/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd_populate_sysroot.tar.zst\nDEBUG: For url file://d5/e4/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/e4/sstate%3Apython3-pygments%3Acore2-64-poky-linux%3A2.18.0%3Ar0%3Acore2-64%3A12%3Ad5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9_create_package_spdx.tar.zst;downloadfilename=d5/e4/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/e7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:f4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://58/57/sstate:less::643:r0::12:5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/57/sstate%3Aless%3A%3A643%3Ar0%3A%3A12%3A5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0_populate_lic.tar.zst;downloadfilename=58/57/sstate:less::643:r0::12:5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/72/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0_create_package_spdx.tar.zst\nDEBUG: For url file://a9/35/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/35/sstate%3Alibjpeg-turbo%3Acore2-64-poky-linux%3A3.0.1%3Ar0%3Acore2-64%3A12%3Aa93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1_package_qa.tar.zst;downloadfilename=a9/35/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1_package_qa.tar.zst\nDEBUG: Using  for 45/89/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://45/89/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://67/76/sstate:libxml2::2.12.8:r0::12:6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858_populate_lic.tar.zst\nDEBUG: Using  for d5/f1/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5_package_qa.tar.zst\nDEBUG: Searching for universal/3e/ed/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f4/e7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:f4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/73/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Afa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst;downloadfilename=fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst\nDEBUG: Searching for 5a/72/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://16/3c/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99_packagedata.tar.zst\nDEBUG: For url file://universal/03/3f/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/03/3f/sstate%3Arust-llvm-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3A033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835_populate_sysroot.tar.zst;downloadfilename=universal/03/3f/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '45/89/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f_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/b8/d8/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4_create_spdx.tar.zst\nDEBUG: Searching for 67/76/sstate:libxml2::2.12.8:r0::12:6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d5/f1/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5_package_qa.tar.zst\nDEBUG: Using  for universal/3e/ed/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd_populate_sysroot.tar.zst\nDEBUG: Using  for f4/e7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:f4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952_package_write_ipk.tar.zst\nDEBUG: Using  for 5a/72/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://25/9f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://87/1a/sstate:sato-screenshot:core2-64-poky-linux:0.3:r0:core2-64:12:871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/8d/sstate:m4:core2-64-poky-linux:1.4.19:r0:core2-64:12:3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/f6/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:baf62865bdd50cc0a5068afd8ad093b657e61f5e6ff98e969c3f4b947ed44a7f_package_write_deb.tar.zst\nDEBUG: For url file://45/89/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/89/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f_deploy_source_date_epoch.tar.zst;downloadfilename=45/89/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/0d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950_create_spdx.tar.zst\nDEBUG: Using  for 67/76/sstate:libxml2::2.12.8:r0::12:6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd5/f1/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5_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/3e/ed/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f4/e7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:f4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952_package_write_ipk.tar.zst\nDEBUG: Testing URL file://5a/72/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0_create_package_spdx.tar.zst\nDEBUG: Searching for 25/9f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e8/6e/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:e86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/2b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://da/ee/sstate:lzlib-native::1.14:r0::12:daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5_populate_lic.tar.zst\nDEBUG: Searching for b2/0d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://67/76/sstate:libxml2::2.12.8:r0::12:6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/e4/sstate:python3-pygments:core2-64-poky-linux:2.18.0:r0:core2-64:12:d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9_create_package_spdx.tar.zst\nDEBUG: For url file://d5/f1/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/f1/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.13%3Ar0%3Acore2-64%3A12%3Ad5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5_package_qa.tar.zst;downloadfilename=d5/f1/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/3e/ed/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd_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/e7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:f4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952_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', '', '5a/72/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 25/9f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb_package.tar.zst\nDEBUG: Searching for e8/6e/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:e86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5b/2b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for da/ee/sstate:lzlib-native::1.14:r0::12:daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b2/0d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950_create_spdx.tar.zst\nDEBUG: For url ['file', '', '67/76/sstate:libxml2::2.12.8:r0::12:6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858_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/8b/26/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f_recipe_qa.tar.zst\nDEBUG: For url file://universal/3e/ed/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3e/ed/sstate%3Alibmd-native%3Ax86_64-linux%3A1.1.0%3Ar0%3Ax86_64%3A12%3A3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd_populate_sysroot.tar.zst;downloadfilename=universal/3e/ed/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd_populate_sysroot.tar.zst\nDEBUG: For url file://f4/e7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:f4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/e7/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.7p1%3Ar0%3Acore2-64%3A12%3Af4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952_package_write_ipk.tar.zst;downloadfilename=f4/e7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:f4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952_package_write_ipk.tar.zst\nDEBUG: For url file://5a/72/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/72/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0_create_package_spdx.tar.zst;downloadfilename=5a/72/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/35/sstate:libjpeg-turbo:core2-64-poky-linux:3.0.1:r0:core2-64:12:a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1_package_qa.tar.zst\nDEBUG: Testing URL file://25/9f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb_package.tar.zst\nDEBUG: Using  for e8/6e/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:e86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5b/2b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225_packagedata.tar.zst\nDEBUG: Using  for da/ee/sstate:lzlib-native::1.14:r0::12:daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5_populate_lic.tar.zst\nDEBUG: Testing URL file://b2/0d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950_create_spdx.tar.zst\nDEBUG: For url file://67/76/sstate:libxml2::2.12.8:r0::12:6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/76/sstate%3Alibxml2%3A%3A2.12.8%3Ar0%3A%3A12%3A6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858_populate_lic.tar.zst;downloadfilename=67/76/sstate:libxml2::2.12.8:r0::12:6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858_populate_lic.tar.zst\nDEBUG: Searching for universal/8b/26/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://58/57/sstate:less::643:r0::12:5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/cc/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:bccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '25/9f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e8/6e/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:e86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5b/2b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225_packagedata.tar.zst\nDEBUG: Testing URL file://da/ee/sstate:lzlib-native::1.14:r0::12:daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b2/0d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/8b/26/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/21/7c/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987_create_spdx.tar.zst\nDEBUG: Searching for bc/cc/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:bccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/03/3f/sstate:rust-llvm-native:x86_64-linux:1.75.0:r0:x86_64:12:033f36755d015df4f2c407c37e603cb9b6c63bf193e0310a1db9d6a19a422835_populate_sysroot.tar.zst\nDEBUG: For url file://25/9f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/9f/sstate%3Alibexif%3Acore2-64-poky-linux%3A0.6.24%3Ar0%3Acore2-64%3A12%3A259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb_package.tar.zst;downloadfilename=25/9f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb_package.tar.zst\nDEBUG: For url ['file', '', 'e8/6e/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:e86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4_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', '', '5b/2b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'da/ee/sstate:lzlib-native::1.14:r0::12:daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5_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/0d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/0d/sstate%3Amc%3Acore2-64-poky-linux%3A4.8.31%3Ar0%3Acore2-64%3A12%3Ab20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950_create_spdx.tar.zst;downloadfilename=b2/0d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/8b/26/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f_recipe_qa.tar.zst\nDEBUG: Searching for universal/21/7c/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bc/cc/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:bccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/db/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/f1/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5_package_qa.tar.zst\nDEBUG: For url file://e8/6e/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:e86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/6e/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Ae86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4_deploy_source_date_epoch.tar.zst;downloadfilename=e8/6e/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:e86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5b/2b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/2b/sstate%3Alibxxf86vm%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225_packagedata.tar.zst;downloadfilename=5b/2b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://45/89/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:45897de3dd891c38f8bfc02f6cfc2d02d07f83129f494b01d1ce8f7e120d2f6f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://da/ee/sstate:lzlib-native::1.14:r0::12:daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/ee/sstate%3Alzlib-native%3A%3A1.14%3Ar0%3A%3A12%3Adaee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5_populate_lic.tar.zst;downloadfilename=da/ee/sstate:lzlib-native::1.14:r0::12:daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/8b/26/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f_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://5a/72/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0_create_package_spdx.tar.zst\nDEBUG: Using  for universal/21/7c/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987_create_spdx.tar.zst\nDEBUG: Testing URL file://bc/cc/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:bccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5_populate_sysroot.tar.zst\nDEBUG: Searching for d3/db/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://03/52/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3e/ed/sstate:libmd-native:x86_64-linux:1.1.0:r0:x86_64:12:3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/e7/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:f4e79cb45abd9e8a57a346873b1283b6b344d629cfce65e9d0f4e7ea57b96952_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/19/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:a519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://67/76/sstate:libxml2::2.12.8:r0::12:6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858_populate_lic.tar.zst\nDEBUG: For url file://universal/8b/26/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8b/26/sstate%3Adesktop-file-utils-native%3Ax86_64-linux%3A0.27%3Ar0%3Ax86_64%3A12%3A8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f_recipe_qa.tar.zst;downloadfilename=universal/8b/26/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f_recipe_qa.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Attempting to fetch file://82/09/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/21/7c/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bc/cc/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:bccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d3/db/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec_packagedata.tar.zst\nDEBUG: Searching for 03/52/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b4/f7/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://de/c5/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3_create_spdx.tar.zst\nDEBUG: Searching for a5/19/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:a519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://fe/77/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99_package_write_rpm.tar.zst\nDEBUG: Searching for 82/09/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Unsuccessful fetch test for file://fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst (FetchError(\"URL doesn't work\", 'file://fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://fa/73/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230_image_qa.tar.zst'. URL doesn't work\n\nDEBUG: SState: Successful fetch test for file://25/9f/sstate:libexif:core2-64-poky-linux:0.6.24:r0:core2-64:12:259fe1aa4599572caffedd1e5b7de877b54a3fbbd60124d5eee4b63f6dec08cb_package.tar.zst\nDEBUG: For url ['file', '', 'universal/21/7c/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987_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/cc/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:bccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/cc/sstate%3Axcb-proto%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Abccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5_populate_sysroot.tar.zst;downloadfilename=bc/cc/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:bccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d3/db/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec_packagedata.tar.zst\nDEBUG: Using  for 03/52/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce_packagedata.tar.zst\nDEBUG: Searching for b4/f7/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for de/c5/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a5/19/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:a519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f_package_write_ipk.tar.zst\nDEBUG: Searching for fe/77/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 82/09/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://21/9f/sstate:pkgconfig-native::0.29.2+git:r0::12:219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://82/b6/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5_package_write_rpm.tar.zst\nDEBUG: For url file://universal/21/7c/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/21/7c/sstate%3Apython3-zipp-native%3Ax86_64-linux%3A3.19.2%3Ar0%3Ax86_64%3A12%3A217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987_create_spdx.tar.zst;downloadfilename=universal/21/7c/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'd3/db/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://03/52/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce_packagedata.tar.zst\nDEBUG: Using  for b4/f7/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/0d/sstate:mc:core2-64-poky-linux:4.8.31:r0:core2-64:12:b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950_create_spdx.tar.zst\nDEBUG: Using  for de/c5/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3_create_spdx.tar.zst\nDEBUG: Testing URL file://a5/19/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:a519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f_package_write_ipk.tar.zst\nDEBUG: Using  for fe/77/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99_package_write_rpm.tar.zst\nDEBUG: Testing URL file://82/09/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97_package_write_rpm.tar.zst\nDEBUG: Searching for 21/9f/sstate:pkgconfig-native::0.29.2+git:r0::12:219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 82/b6/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d3/db/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/db/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A12%3Ad3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec_packagedata.tar.zst;downloadfilename=d3/db/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec_packagedata.tar.zst\nDEBUG: For url ['file', '', '03/52/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b4/f7/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/6e/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:e86edf4866c1cf75a36534b9ee4091bc2bd694b545e1c6c5381388f65559eed4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/cd/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa_populate_sysroot.tar.zst\nDEBUG: Testing URL file://de/c5/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a5/19/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:a519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f_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://fe/77/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '82/09/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97_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/9f/sstate:pkgconfig-native::0.29.2+git:r0::12:219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97_populate_lic.tar.zst\nDEBUG: Using  for 82/b6/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5_package_write_rpm.tar.zst\nDEBUG: For url file://03/52/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/52/sstate%3Amatchbox-theme-sato%3Acore2-64-poky-linux%3A0.2%3Ar0%3Acore2-64%3A12%3A035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce_packagedata.tar.zst;downloadfilename=03/52/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/2b/sstate:libxxf86vm:core2-64-poky-linux:1.1.5:r0:core2-64:12:5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b4/f7/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461_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/09/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309_packagedata.tar.zst\nDEBUG: Searching for 2e/cd/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'de/c5/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a5/19/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:a519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/19/sstate%3Axwininfo%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3Aa519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f_package_write_ipk.tar.zst;downloadfilename=a5/19/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:a519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'fe/77/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99_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/09/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/09/sstate%3Aalsa-utils%3Acore2-64-poky-linux%3A1.2.11%3Ar0%3Acore2-64%3A12%3A820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97_package_write_rpm.tar.zst;downloadfilename=82/09/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97_package_write_rpm.tar.zst\nDEBUG: Testing URL file://21/9f/sstate:pkgconfig-native::0.29.2+git:r0::12:219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97_populate_lic.tar.zst\nDEBUG: Testing URL file://82/b6/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://da/ee/sstate:lzlib-native::1.14:r0::12:daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://77/da/sstate:matchbox-terminal::0.2+git:r0::12:77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8b/26/sstate:desktop-file-utils-native:x86_64-linux:0.27:r0:x86_64:12:8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f_recipe_qa.tar.zst\nDEBUG: For url file://b4/f7/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/f7/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A12%3Ab4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461_recipe_qa.tar.zst;downloadfilename=b4/f7/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461_recipe_qa.tar.zst\nDEBUG: Searching for 73/09/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2e/cd/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa_populate_sysroot.tar.zst\nDEBUG: For url file://de/c5/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/c5/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.8%3Ar0%3Acore2-64%3A12%3Adec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3_create_spdx.tar.zst;downloadfilename=de/c5/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3_create_spdx.tar.zst\nDEBUG: For url file://fe/77/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/77/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.2%3Ar0%3Acore2-64%3A12%3Afe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99_package_write_rpm.tar.zst;downloadfilename=fe/77/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '21/9f/sstate:pkgconfig-native::0.29.2+git:r0::12:219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97_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/b6/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5_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://4c/ab/sstate:ethtool::6.7:r0::12:4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567_populate_lic.tar.zst\nDEBUG: Searching for 77/da/sstate:matchbox-terminal::0.2+git:r0::12:77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/d4/b7/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44_create_spdx.tar.zst\nDEBUG: Using  for 73/09/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309_packagedata.tar.zst\nDEBUG: Testing URL file://2e/cd/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/cc/sstate:xcb-proto:core2-64-poky-linux:1.17.0:r0:core2-64:12:bccc3fce9e99be2e4de49def54c8bf0e79d897627522e6db409d65b2fda971b5_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/21/7c/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987_create_spdx.tar.zst\nDEBUG: For url file://21/9f/sstate:pkgconfig-native::0.29.2+git:r0::12:219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/21/9f/sstate%3Apkgconfig-native%3A%3A0.29.2%2Bgit%3Ar0%3A%3A12%3A219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97_populate_lic.tar.zst;downloadfilename=21/9f/sstate:pkgconfig-native::0.29.2+git:r0::12:219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/db/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec_packagedata.tar.zst\nDEBUG: For url file://82/b6/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/b6/sstate%3Asudo%3Acore2-64-poky-linux%3A1.9.15p5%3Ar0%3Acore2-64%3A12%3A82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5_package_write_rpm.tar.zst;downloadfilename=82/b6/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5_package_write_rpm.tar.zst\nDEBUG: Searching for 4c/ab/sstate:ethtool::6.7:r0::12:4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://03/52/sstate:matchbox-theme-sato:core2-64-poky-linux:0.2:r0:core2-64:12:035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce_packagedata.tar.zst\nDEBUG: Using  for 77/da/sstate:matchbox-terminal::0.2+git:r0::12:77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad_populate_lic.tar.zst\nDEBUG: Searching for universal/d4/b7/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://73/09/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309_packagedata.tar.zst\nDEBUG: For url ['file', '', '2e/cd/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa_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/5a/10/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/90/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/03/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/19/sstate:xwininfo:core2-64-poky-linux:1.1.6:r0:core2-64:12:a519a80ced098c60641fd110a9371882889e8a78b1d85880236bffa5d152ed6f_package_write_ipk.tar.zst\nDEBUG: Using  for 4c/ab/sstate:ethtool::6.7:r0::12:4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://58/09/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8_package_write_rpm.tar.zst\nDEBUG: Testing URL file://77/da/sstate:matchbox-terminal::0.2+git:r0::12:77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://82/09/sstate:alsa-utils:core2-64-poky-linux:1.2.11:r0:core2-64:12:820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97_package_write_rpm.tar.zst\nDEBUG: Using  for universal/d4/b7/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44_create_spdx.tar.zst\nDEBUG: For url ['file', '', '73/09/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2e/cd/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/cd/sstate%3Axinit%3Acore2-64-poky-linux%3A1.4.2%3Ar0%3Acore2-64%3A12%3A2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa_populate_sysroot.tar.zst;downloadfilename=2e/cd/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa_populate_sysroot.tar.zst\nDEBUG: Searching for universal/5a/10/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2a/90/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a3/03/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/43/ac/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://4c/ab/sstate:ethtool::6.7:r0::12:4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567_populate_lic.tar.zst\nDEBUG: Searching for 58/09/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '77/da/sstate:matchbox-terminal::0.2+git:r0::12:77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad_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/ee/sstate:libpipeline::1.5.7:r0::12:d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/d4/b7/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44_create_spdx.tar.zst\nDEBUG: For url file://73/09/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/09/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.9%3Ar0%3Acore2-64%3A12%3A73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309_packagedata.tar.zst;downloadfilename=73/09/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309_packagedata.tar.zst\nDEBUG: Using  for universal/5a/10/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2a/90/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368_create_spdx.tar.zst\nDEBUG: Using  for a3/03/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/f7/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461_recipe_qa.tar.zst\nDEBUG: Searching for universal/43/ac/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '4c/ab/sstate:ethtool::6.7:r0::12:4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 58/09/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8_package_write_rpm.tar.zst\nDEBUG: For url file://77/da/sstate:matchbox-terminal::0.2+git:r0::12:77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/da/sstate%3Amatchbox-terminal%3A%3A0.2%2Bgit%3Ar0%3A%3A12%3A77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad_populate_lic.tar.zst;downloadfilename=77/da/sstate:matchbox-terminal::0.2+git:r0::12:77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad_populate_lic.tar.zst\nDEBUG: Searching for d5/ee/sstate:libpipeline::1.5.7:r0::12:d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/d4/b7/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44_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/5a/10/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2a/90/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368_create_spdx.tar.zst\nDEBUG: Testing URL file://a3/03/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://de/c5/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/99/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f_create_package_spdx.tar.zst\nDEBUG: Using  for universal/43/ac/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7_create_package_spdx.tar.zst\nDEBUG: For url file://4c/ab/sstate:ethtool::6.7:r0::12:4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/ab/sstate%3Aethtool%3A%3A6.7%3Ar0%3A%3A12%3A4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567_populate_lic.tar.zst;downloadfilename=4c/ab/sstate:ethtool::6.7:r0::12:4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567_populate_lic.tar.zst\nDEBUG: Testing URL file://58/09/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8_package_write_rpm.tar.zst\nDEBUG: Using  for d5/ee/sstate:libpipeline::1.5.7:r0::12:d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5_populate_lic.tar.zst\nDEBUG: For url file://universal/d4/b7/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d4/b7/sstate%3Agtk-doc-native%3Ax86_64-linux%3A1.34.0%3Ar0%3Ax86_64%3A12%3Ad4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44_create_spdx.tar.zst;downloadfilename=universal/d4/b7/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/77/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/5a/10/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee_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', '', '2a/90/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a3/03/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5_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://a8/9e/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a_package_write_deb.tar.zst\nDEBUG: Searching for e0/99/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/43/ac/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '58/09/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8_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/ee/sstate:libpipeline::1.5.7:r0::12:d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/61/25/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://21/9f/sstate:pkgconfig-native::0.29.2+git:r0::12:219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/cd/sstate:xinit:core2-64-poky-linux:1.4.2:r0:core2-64:12:2ecdfc801a7a5bf2f23229b38de13866c3cc25206a1384585315f021cb7798fa_populate_sysroot.tar.zst\nDEBUG: For url file://universal/5a/10/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5a/10/sstate%3Apython3-editables-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3A5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5a/10/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://82/b6/sstate:sudo:core2-64-poky-linux:1.9.15p5:r0:core2-64:12:82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5_package_write_rpm.tar.zst\nDEBUG: For url file://2a/90/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/90/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368_create_spdx.tar.zst;downloadfilename=2a/90/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368_create_spdx.tar.zst\nDEBUG: For url file://a3/03/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/03/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3Aa303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5_packagedata.tar.zst;downloadfilename=a3/03/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5_packagedata.tar.zst\nDEBUG: Searching for a8/9e/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e0/99/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/43/ac/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://58/09/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/09/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8_package_write_rpm.tar.zst;downloadfilename=58/09/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'd5/ee/sstate:libpipeline::1.5.7:r0::12:d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/61/25/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a1/0f/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:a10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/00/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/b1/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b_package_qa.tar.zst\nDEBUG: Using  for a8/9e/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a_package_write_deb.tar.zst\nDEBUG: Testing URL file://e0/99/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://77/da/sstate:matchbox-terminal::0.2+git:r0::12:77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://73/09/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309_packagedata.tar.zst\nDEBUG: For url file://universal/43/ac/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/43/ac/sstate%3Anasm-native%3Ax86_64-linux%3A2.16.03%3Ar0%3Ax86_64%3A12%3A43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7_create_package_spdx.tar.zst;downloadfilename=universal/43/ac/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7_create_package_spdx.tar.zst\nDEBUG: For url file://d5/ee/sstate:libpipeline::1.5.7:r0::12:d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/ee/sstate%3Alibpipeline%3A%3A1.5.7%3Ar0%3A%3A12%3Ad5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5_populate_lic.tar.zst;downloadfilename=d5/ee/sstate:libpipeline::1.5.7:r0::12:d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5_populate_lic.tar.zst\nDEBUG: Using  for universal/61/25/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186_create_package_spdx.tar.zst\nDEBUG: Searching for a1/0f/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:a10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for dc/00/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for cd/b1/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a8/9e/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e0/99/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f_create_package_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://0c/d9/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/b1/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/61/25/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186_create_package_spdx.tar.zst\nDEBUG: Using  for a1/0f/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:a10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1_package_write_deb.tar.zst\nDEBUG: Using  for dc/00/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/ab/sstate:ethtool::6.7:r0::12:4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d4/b7/sstate:gtk-doc-native:x86_64-linux:1.34.0:r0:x86_64:12:d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44_create_spdx.tar.zst\nDEBUG: Using  for cd/b1/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a8/9e/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a_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://e0/99/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/99/sstate%3Alibxv%3Acore2-64-poky-linux%3A1.0.12%3Ar0%3Acore2-64%3A12%3Ae09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f_create_package_spdx.tar.zst;downloadfilename=e0/99/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f_create_package_spdx.tar.zst\nDEBUG: Searching for 0c/d9/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7f/b1/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/61/25/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a1/0f/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:a10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1_package_write_deb.tar.zst\nDEBUG: Testing URL file://dc/00/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8f/31/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/3f/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25_recipe_qa.tar.zst\nDEBUG: Testing URL file://cd/b1/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b_package_qa.tar.zst\nDEBUG: For url file://a8/9e/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/9e/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aa89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a_package_write_deb.tar.zst;downloadfilename=a8/9e/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a_package_write_deb.tar.zst\nDEBUG: Using  for 0c/d9/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7f/b1/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5a/10/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:5a10c61b999a965999b217837cb3d2334a42bcb88c98b3012c1dddfc07c74bee_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/61/25/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/61/25/sstate%3Across-localedef-native%3Ax86_64-linux%3A2.39%2Bgit%3Ar0%3Ax86_64%3A12%3A6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186_create_package_spdx.tar.zst;downloadfilename=universal/61/25/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a1/0f/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:a10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1_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', '', 'dc/00/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/8f/31/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5a/3f/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'cd/b1/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0c/d9/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7f/b1/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/fd/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:e8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2_package.tar.zst\nDEBUG: For url file://a1/0f/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:a10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/0f/sstate%3Apsmisc%3Acore2-64-poky-linux%3A23.7%3Ar0%3Acore2-64%3A12%3Aa10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1_package_write_deb.tar.zst;downloadfilename=a1/0f/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:a10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/90/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/03/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://58/09/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8_package_write_rpm.tar.zst\nDEBUG: For url file://dc/00/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/00/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3Adc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da_create_spdx.tar.zst;downloadfilename=dc/00/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da_create_spdx.tar.zst\nDEBUG: Using  for universal/8f/31/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5a/3f/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25_recipe_qa.tar.zst\nDEBUG: For url file://cd/b1/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/b1/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A12%3Acdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b_package_qa.tar.zst;downloadfilename=cd/b1/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b_package_qa.tar.zst\nDEBUG: For url ['file', '', '0c/d9/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a_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', '', '7f/b1/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e8/fd/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:e8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7e/44/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ae/02/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/bd/sstate:psplash::0.1+git:r0::12:d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/8f/31/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5a/3f/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/ee/sstate:libpipeline::1.5.7:r0::12:d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5_populate_lic.tar.zst\nDEBUG: For url file://0c/d9/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/d9/sstate%3Alibx11%3Acore2-64-poky-linux%3A1.8.9%3Ar0%3Acore2-64%3A12%3A0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a_deploy_source_date_epoch.tar.zst;downloadfilename=0c/d9/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/43/ac/sstate:nasm-native:x86_64-linux:2.16.03:r0:x86_64:12:43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7_create_package_spdx.tar.zst\nDEBUG: For url file://7f/b1/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/b1/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.43%3Ar0%3Acore2-64%3A12%3A7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098_package_write_rpm.tar.zst;downloadfilename=7f/b1/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/99/sstate:libxv:core2-64-poky-linux:1.0.12:r0:core2-64:12:e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f_create_package_spdx.tar.zst\nDEBUG: Using  for e8/fd/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:e8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2_package.tar.zst\nDEBUG: Searching for 7e/44/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ae/02/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d7/bd/sstate:psplash::0.1+git:r0::12:d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/8f/31/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6_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/3f/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25_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/43/28/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/de/9f/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/9e/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/15/dc/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/61/25/sstate:cross-localedef-native:x86_64-linux:2.39+git:r0:x86_64:12:6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e8/fd/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:e8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2_package.tar.zst\nDEBUG: Using  for 7e/44/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5_packagedata.tar.zst\nDEBUG: Using  for universal/ae/02/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372_populate_sysroot.tar.zst\nDEBUG: Using  for d7/bd/sstate:psplash::0.1+git:r0::12:d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3_populate_lic.tar.zst\nDEBUG: For url file://universal/8f/31/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8f/31/sstate%3Aalsa-lib-native%3Ax86_64-linux%3A1.2.12%3Ar0%3Ax86_64%3A12%3A8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6_deploy_source_date_epoch.tar.zst;downloadfilename=universal/8f/31/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5a/3f/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/3f/sstate%3Aofono%3Acore2-64-poky-linux%3A2.8%3Ar0%3Acore2-64%3A12%3A5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25_recipe_qa.tar.zst;downloadfilename=5a/3f/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25_recipe_qa.tar.zst\nDEBUG: Searching for universal/43/28/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/de/9f/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f4/04/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661_create_package_spdx.tar.zst\nDEBUG: Searching for universal/15/dc/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/39/fc/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e8/fd/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:e8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7e/44/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5_packagedata.tar.zst\nDEBUG: Testing URL file://universal/ae/02/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d7/bd/sstate:psplash::0.1+git:r0::12:d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3_populate_lic.tar.zst\nDEBUG: Using  for universal/43/28/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/de/9f/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a_create_spdx.tar.zst\nDEBUG: Searching for f4/04/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a1/0f/sstate:psmisc:core2-64-poky-linux:23.7:r0:core2-64:12:a10ff20e63121fafa3d4112ca7e15cd1b2b4075d9327cef8ae661bb20e0a20d1_package_write_deb.tar.zst\nDEBUG: Using  for universal/15/dc/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/00/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da_create_spdx.tar.zst\nDEBUG: Searching for universal/39/fc/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e8/fd/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:e8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/fd/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Ae8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2_package.tar.zst;downloadfilename=e8/fd/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:e8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2_package.tar.zst\nDEBUG: For url ['file', '', '7e/44/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'universal/ae/02/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372_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/bd/sstate:psplash::0.1+git:r0::12:d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3_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/43/28/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/de/9f/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a_create_spdx.tar.zst\nDEBUG: Using  for f4/04/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661_create_package_spdx.tar.zst\nDEBUG: Testing URL file://f4/04/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/15/dc/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/08/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01_package_write_rpm.tar.zst\nDEBUG: Using  for universal/39/fc/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82_populate_sysroot.tar.zst\nDEBUG: For url file://7e/44/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/44/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A12%3A7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5_packagedata.tar.zst;downloadfilename=7e/44/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5_packagedata.tar.zst\nDEBUG: For url file://universal/ae/02/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ae/02/sstate%3Autil-linux-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A12%3Aae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372_populate_sysroot.tar.zst;downloadfilename=universal/ae/02/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372_populate_sysroot.tar.zst\nDEBUG: For url file://d7/bd/sstate:psplash::0.1+git:r0::12:d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/bd/sstate%3Apsplash%3A%3A0.1%2Bgit%3Ar0%3A%3A12%3Ad7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3_populate_lic.tar.zst;downloadfilename=d7/bd/sstate:psplash::0.1+git:r0::12:d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/43/28/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7_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://cd/b1/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/de/9f/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a_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://f3/9a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:f39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'f4/04/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661_create_package_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/dc/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4_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 ce/08/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/39/fc/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/d9/sstate:libx11:core2-64-poky-linux:1.8.9:r0:core2-64:12:0cd97ace8f82477d02749d8b6b373486614585759de3bdfcf581da004188e58a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/b1/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098_package_write_rpm.tar.zst\nDEBUG: For url file://universal/43/28/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/43/28/sstate%3Ashadow-native%3Ax86_64-linux%3A4.15.1%3Ar0%3Ax86_64%3A12%3A4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7_deploy_source_date_epoch.tar.zst;downloadfilename=universal/43/28/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://88/17/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff_populate_sysroot.tar.zst\nDEBUG: For url file://universal/de/9f/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/de/9f/sstate%3Abinutils-cross-x86_64%3Ax86_64-poky-linux%3A2.42%3Ar0%3Ax86_64%3A12%3Ade9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a_create_spdx.tar.zst;downloadfilename=universal/de/9f/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a_create_spdx.tar.zst\nDEBUG: Searching for f3/9a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:f39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f4/04/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/04/sstate%3Alibpcre2%3Acore2-64-poky-linux%3A10.44%3Ar0%3Acore2-64%3A12%3Af4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661_create_package_spdx.tar.zst;downloadfilename=f4/04/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661_create_package_spdx.tar.zst\nDEBUG: For url file://universal/15/dc/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/15/dc/sstate%3Alibcap-native%3Ax86_64-linux%3A2.70%3Ar0%3Ax86_64%3A12%3A15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4_deploy_source_date_epoch.tar.zst;downloadfilename=universal/15/dc/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ce/08/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/39/fc/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82_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/0b/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:c00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de_package.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/fb/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f_create_spdx.tar.zst\nDEBUG: Searching for 88/17/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5a/3f/sstate:ofono:core2-64-poky-linux:2.8:r0:core2-64:12:5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8f/31/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:8f31c0643473eec252f15b7450e955a4ce0652fc0cd40e3a40f357faf41f33e6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f3/9a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:f39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ce/08/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/fd/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:e8fd9229db7f0105c8c292f0a8179c2afd82c112f6d1c90abd517d59f7f198a2_package.tar.zst\nDEBUG: For url file://universal/39/fc/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/39/fc/sstate%3Apython3-hatchling-native%3Ax86_64-linux%3A1.24.2%3Ar0%3Ax86_64%3A12%3A39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82_populate_sysroot.tar.zst;downloadfilename=universal/39/fc/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ae/02/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372_populate_sysroot.tar.zst\nDEBUG: Searching for c0/0b/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:c00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7f/fb/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 88/17/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://15/bf/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/4f/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d_package_write_deb.tar.zst\nDEBUG: Testing URL file://f3/9a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:f39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ce/08/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01_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://d4/e6/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/60/86/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/44/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5_packagedata.tar.zst\nDEBUG: Using  for c0/0b/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:c00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de_package.tar.zst\nDEBUG: Using  for 7f/fb/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f_create_spdx.tar.zst\nDEBUG: Testing URL file://88/17/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff_populate_sysroot.tar.zst\nDEBUG: Searching for 15/bf/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7c/4f/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f3/9a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:f39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1_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://ce/08/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/08/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.12%3Ar0%3Aallarch%3A12%3Ace08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01_package_write_rpm.tar.zst;downloadfilename=ce/08/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01_package_write_rpm.tar.zst\nDEBUG: Searching for d4/e6/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/60/86/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://45/62/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57_create_spdx.tar.zst\nDEBUG: Testing URL file://c0/0b/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:c00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de_package.tar.zst\nDEBUG: Testing URL file://7f/fb/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '88/17/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 15/bf/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b_package_write_rpm.tar.zst\nDEBUG: Using  for 7c/4f/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d_package_write_deb.tar.zst\nDEBUG: For url file://f3/9a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:f39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/9a/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.4%3Ar0%3Acore2-64%3A12%3Af39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1_package_write_ipk.tar.zst;downloadfilename=f3/9a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:f39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1_package_write_ipk.tar.zst\nDEBUG: Using  for d4/e6/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b_recipe_qa.tar.zst\nDEBUG: Using  for universal/60/86/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 45/62/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d7/bd/sstate:psplash::0.1+git:r0::12:d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c0/0b/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:c00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7f/fb/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f_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/17/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/17/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A12%3A8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff_populate_sysroot.tar.zst;downloadfilename=88/17/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff_populate_sysroot.tar.zst\nDEBUG: Testing URL file://15/bf/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7c/4f/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d_package_write_deb.tar.zst\nDEBUG: Testing URL file://d4/e6/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/43/28/sstate:shadow-native:x86_64-linux:4.15.1:r0:x86_64:12:4328d693b06a63c4b40934e484f699430e3647c52a8892adde4f2ec5f7cbb5f7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/60/86/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/de/9f/sstate:binutils-cross-x86_64:x86_64-poky-linux:2.42:r0:x86_64:12:de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a_create_spdx.tar.zst\nDEBUG: Using  for 45/62/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ad/c6/sstate:xinput-calibrator::0.7.5+git:r0::12:adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0_populate_lic.tar.zst\nDEBUG: For url file://c0/0b/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:c00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/0b/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.6%3Ar0%3Acore2-64%3A12%3Ac00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de_package.tar.zst;downloadfilename=c0/0b/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:c00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de_package.tar.zst\nDEBUG: For url file://7f/fb/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/fb/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f_create_spdx.tar.zst;downloadfilename=7f/fb/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f_create_spdx.tar.zst\nDEBUG: For url ['file', '', '15/bf/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b_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', '', '7c/4f/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d_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', '', 'd4/e6/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b_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://f4/04/sstate:libpcre2:core2-64-poky-linux:10.44:r0:core2-64:12:f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/db/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/60/86/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532_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://9c/29/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72_package_write_deb.tar.zst\nDEBUG: Testing URL file://45/62/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57_create_spdx.tar.zst\nDEBUG: Searching for ad/c6/sstate:xinput-calibrator::0.7.5+git:r0::12:adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://15/bf/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/bf/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A12%3A15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b_package_write_rpm.tar.zst;downloadfilename=15/bf/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/15/dc/sstate:libcap-native:x86_64-linux:2.70:r0:x86_64:12:15dc6a4debd45d6f8ff2c8644a9415b883d64cb97fb3703a370f55e08f93e2b4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7c/4f/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/4f/sstate%3Awireless-regdb%3Aall-poky-linux%3A2024.05.08%3Ar0%3Aallarch%3A12%3A7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d_package_write_deb.tar.zst;downloadfilename=7c/4f/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d_package_write_deb.tar.zst\nDEBUG: For url file://d4/e6/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/e6/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.27%3Ar0%3Acore2-64%3A12%3Ad4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b_recipe_qa.tar.zst;downloadfilename=d4/e6/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://41/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee_populate_sysroot.tar.zst\nDEBUG: Searching for 2b/db/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/60/86/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/60/86/sstate%3Allvm-native%3Ax86_64-linux%3A18.1.6%3Ar0%3Ax86_64%3A12%3A6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532_deploy_source_date_epoch.tar.zst;downloadfilename=universal/60/86/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 9c/29/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '45/62/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ad/c6/sstate:xinput-calibrator::0.7.5+git:r0::12:adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://51/73/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/08/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/39/fc/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82_populate_sysroot.tar.zst\nDEBUG: Searching for 41/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2b/db/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://88/17/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:8817f11f88eac1df42b89f7b658a7e5772dc9686a9b23258bd7142214fb2e1ff_populate_sysroot.tar.zst\nDEBUG: Using  for 9c/29/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72_package_write_deb.tar.zst\nDEBUG: For url file://45/62/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/62/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.33.1%3Ar0%3Acore2-64%3A12%3A456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57_create_spdx.tar.zst;downloadfilename=45/62/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57_create_spdx.tar.zst\nDEBUG: Testing URL file://ad/c6/sstate:xinput-calibrator::0.7.5+git:r0::12:adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/9a/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:f39abafc4343cd277ee89d6bc14f94113bde3cf1568636904597fa0359aad0b1_package_write_ipk.tar.zst\nDEBUG: Searching for 51/73/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/65/c8/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/14/48/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704_populate_sysroot.tar.zst\nDEBUG: Using  for 41/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2b/db/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://86/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff_package_write_ipk.tar.zst\nDEBUG: Testing URL file://9c/29/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ad/c6/sstate:xinput-calibrator::0.7.5+git:r0::12:adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0_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/f1/b6/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36_populate_sysroot.tar.zst\nDEBUG: Using  for 51/73/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4_populate_sysroot.tar.zst\nDEBUG: Searching for universal/65/c8/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/14/48/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://41/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2b/db/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e_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 86/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9c/29/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72_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://ad/c6/sstate:xinput-calibrator::0.7.5+git:r0::12:adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/c6/sstate%3Axinput-calibrator%3A%3A0.7.5%2Bgit%3Ar0%3A%3A12%3Aadc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0_populate_lic.tar.zst;downloadfilename=ad/c6/sstate:xinput-calibrator::0.7.5+git:r0::12:adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0_populate_lic.tar.zst\nDEBUG: Searching for universal/f1/b6/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://51/73/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4_populate_sysroot.tar.zst\nDEBUG: Using  for universal/65/c8/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b_populate_sysroot.tar.zst\nDEBUG: Using  for universal/14/48/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '41/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://2b/db/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/db/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A12%3A2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e_deploy_source_date_epoch.tar.zst;downloadfilename=2b/db/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 86/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff_package_write_ipk.tar.zst\nDEBUG: For url file://9c/29/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/29/sstate%3Ataglib%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72_package_write_deb.tar.zst;downloadfilename=9c/29/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72_package_write_deb.tar.zst\nDEBUG: Using  for universal/f1/b6/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '51/73/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4_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://c0/0b/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:c00b2f826afb2586b944a87df17c929ce4e7dd7a838024c626131fb40105a2de_package.tar.zst\nDEBUG: SState: Successful fetch test for file://15/bf/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/fb/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/65/c8/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/14/48/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704_populate_sysroot.tar.zst\nDEBUG: For url file://41/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/9e/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A12%3A419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee_populate_sysroot.tar.zst;downloadfilename=41/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee_populate_sysroot.tar.zst\nDEBUG: Testing URL file://86/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/f1/b6/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/4f/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c4ff5532e8875aa307a204415f380163c1daf98433f0c8052b1c3f3d390d80d_package_write_deb.tar.zst\nDEBUG: For url file://51/73/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/73/sstate%3Alttng-tools%3Acore2-64-poky-linux%3A2.13.13%3Ar0%3Acore2-64%3A12%3A51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4_populate_sysroot.tar.zst;downloadfilename=51/73/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/84/sstate:mpfr-native::4.2.1:r0::12:5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/57/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56_package.tar.zst\nDEBUG: SState: Attempting to fetch file://9e/b3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/65/c8/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b_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/48/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '86/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff_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', '', 'universal/f1/b6/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36_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://d4/e6/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/9b/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/60/86/sstate:llvm-native:x86_64-linux:18.1.6:r0:x86_64:12:6086656ba9f4c5b6162b32bd0da210d39e446c3f3d58ee789e97303893a67532_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5b/84/sstate:mpfr-native::4.2.1:r0::12:5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8c/57/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://45/62/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57_create_spdx.tar.zst\nDEBUG: Searching for 9e/b3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/65/c8/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/65/c8/sstate%3Are2c-native%3Ax86_64-linux%3A3.1%3Ar0%3Ax86_64%3A12%3A65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b_populate_sysroot.tar.zst;downloadfilename=universal/65/c8/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b_populate_sysroot.tar.zst\nDEBUG: For url file://universal/14/48/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/14/48/sstate%3Alzlib-native%3Ax86_64-linux%3A1.14%3Ar0%3Ax86_64%3A12%3A1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704_populate_sysroot.tar.zst;downloadfilename=universal/14/48/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704_populate_sysroot.tar.zst\nDEBUG: For url file://86/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/86/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.62.0%3Ar0%3Acore2-64%3A12%3A86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff_package_write_ipk.tar.zst;downloadfilename=86/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff_package_write_ipk.tar.zst\nDEBUG: For url file://universal/f1/b6/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f1/b6/sstate%3Alibxml-parser-perl-native%3Ax86_64-linux%3A2.47%3Ar0%3Ax86_64%3A12%3Af1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36_populate_sysroot.tar.zst;downloadfilename=universal/f1/b6/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://69/ae/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8_create_spdx.tar.zst\nDEBUG: Searching for 0d/9b/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://bf/b6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0_package_write_rpm.tar.zst\nDEBUG: Using  for 5b/84/sstate:mpfr-native::4.2.1:r0::12:5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01_populate_lic.tar.zst\nDEBUG: Using  for 8c/57/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56_package.tar.zst\nDEBUG: SState: Attempting to fetch file://19/eb/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b_create_spdx.tar.zst\nDEBUG: Using  for 9e/b3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/c6/sstate:xinput-calibrator::0.7.5+git:r0::12:adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0_populate_lic.tar.zst\nDEBUG: Searching for 69/ae/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2b/db/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:2bdb909557d7a648141c0620e8e3da0daa167732f68ea2dd8629049ff8e5f53e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/29/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:9c29a369bb51fa85cb63e05cf735a6baf0a96fa47c001b3aafbcbb306ccc9a72_package_write_deb.tar.zst\nDEBUG: Using  for 0d/9b/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870_package.tar.zst\nDEBUG: Searching for bf/b6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5b/84/sstate:mpfr-native::4.2.1:r0::12:5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01_populate_lic.tar.zst\nDEBUG: Testing URL file://8c/57/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56_package.tar.zst\nDEBUG: Searching for 19/eb/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9e/b3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/9e/sstate:e2fsprogs::1.47.0:r0::12:1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3_populate_lic.tar.zst\nDEBUG: Using  for 69/ae/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://54/71/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/f3/sstate:cmake-native::3.29.3:r0::12:7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206_populate_lic.tar.zst\nDEBUG: Testing URL file://0d/9b/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870_package.tar.zst\nDEBUG: Using  for bf/b6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '5b/84/sstate:mpfr-native::4.2.1:r0::12:5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01_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/57/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 19/eb/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b_create_spdx.tar.zst\nDEBUG: For url ['file', '', '9e/b3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1f/9e/sstate:e2fsprogs::1.47.0:r0::12:1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://69/ae/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8_create_spdx.tar.zst\nDEBUG: Searching for 54/71/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7e/f3/sstate:cmake-native::3.29.3:r0::12:7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0d/9b/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bf/b6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0_package_write_rpm.tar.zst\nDEBUG: For url file://5b/84/sstate:mpfr-native::4.2.1:r0::12:5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/84/sstate%3Ampfr-native%3A%3A4.2.1%3Ar0%3A%3A12%3A5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01_populate_lic.tar.zst;downloadfilename=5b/84/sstate:mpfr-native::4.2.1:r0::12:5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01_populate_lic.tar.zst\nDEBUG: For url file://8c/57/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/57/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56_package.tar.zst;downloadfilename=8c/57/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56_package.tar.zst\nDEBUG: Testing URL file://19/eb/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b_create_spdx.tar.zst\nDEBUG: For url file://9e/b3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/b3/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A12%3A9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d_packagedata.tar.zst;downloadfilename=9e/b3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d_packagedata.tar.zst\nDEBUG: Using  for 1f/9e/sstate:e2fsprogs::1.47.0:r0::12:1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3_populate_lic.tar.zst\nDEBUG: For url ['file', '', '69/ae/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 54/71/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca_packagedata.tar.zst\nDEBUG: Using  for 7e/f3/sstate:cmake-native::3.29.3:r0::12:7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206_populate_lic.tar.zst\nDEBUG: For url file://0d/9b/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/9b/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870_package.tar.zst;downloadfilename=0d/9b/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870_package.tar.zst\nDEBUG: For url ['file', '', 'bf/b6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0_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/9e/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:419e6cefdfe3043c874c460d92f6d50b0b20cff6a5033f42571b7107683700ee_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '19/eb/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b_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://51/73/sstate:lttng-tools:core2-64-poky-linux:2.13.13:r0:core2-64:12:51738a231b9613479e76fab53ba0015f5c909ea41bf513400a836fe760632eb4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1f/9e/sstate:e2fsprogs::1.47.0:r0::12:1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/14/48/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704_populate_sysroot.tar.zst\nDEBUG: For url file://69/ae/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/ae/sstate%3Aell%3Acore2-64-poky-linux%3A0.66%3Ar0%3Acore2-64%3A12%3A69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8_create_spdx.tar.zst;downloadfilename=69/ae/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/65/c8/sstate:re2c-native:x86_64-linux:3.1:r0:x86_64:12:65c8c8d012bafac1f562f7a7cf708824be0e095845e808d5eb5a744d5422a93b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://86/86/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:86862d6dde6e579e0777300cbe8ce21aa960a296c374f7a7f383cde32ce4c5ff_package_write_ipk.tar.zst\nDEBUG: Testing URL file://54/71/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca_packagedata.tar.zst\nDEBUG: Testing URL file://7e/f3/sstate:cmake-native::3.29.3:r0::12:7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206_populate_lic.tar.zst\nDEBUG: For url file://bf/b6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/b6/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A12%3Abfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0_package_write_rpm.tar.zst;downloadfilename=bf/b6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://4e/e6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86_package_write_ipk.tar.zst\nDEBUG: For url file://19/eb/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/eb/sstate%3Alibxkbfile%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3A19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b_create_spdx.tar.zst;downloadfilename=19/eb/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/f1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d_packagedata.tar.zst\nDEBUG: For url ['file', '', '1f/9e/sstate:e2fsprogs::1.47.0:r0::12:1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3_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/65/46/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://13/8e/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '54/71/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '7e/f3/sstate:cmake-native::3.29.3:r0::12:7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4e/e6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5b/84/sstate:mpfr-native::4.2.1:r0::12:5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01_populate_lic.tar.zst\nDEBUG: Searching for 2d/f1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1f/9e/sstate:e2fsprogs::1.47.0:r0::12:1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/9e/sstate%3Ae2fsprogs%3A%3A1.47.0%3Ar0%3A%3A12%3A1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3_populate_lic.tar.zst;downloadfilename=1f/9e/sstate:e2fsprogs::1.47.0:r0::12:1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/57/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:8c5773a64078cd463230a99cda98a862acdf732bcf64194e01974a5814187a56_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f1/b6/sstate:libxml-parser-perl-native:x86_64-linux:2.47:r0:x86_64:12:f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36_populate_sysroot.tar.zst\nDEBUG: Searching for universal/65/46/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 13/8e/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bb/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://54/71/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/71/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.12.8%3Ar0%3Acore2-64%3A12%3A5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca_packagedata.tar.zst;downloadfilename=54/71/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca_packagedata.tar.zst\nDEBUG: For url file://7e/f3/sstate:cmake-native::3.29.3:r0::12:7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/f3/sstate%3Acmake-native%3A%3A3.29.3%3Ar0%3A%3A12%3A7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206_populate_lic.tar.zst;downloadfilename=7e/f3/sstate:cmake-native::3.29.3:r0::12:7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206_populate_lic.tar.zst\nDEBUG: Using  for 4e/e6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/92/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335_packagedata.tar.zst\nDEBUG: Using  for 2d/f1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/06/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:a406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://78/c8/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/b3/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d_packagedata.tar.zst\nDEBUG: Using  for universal/65/46/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67_create_package_spdx.tar.zst\nDEBUG: Using  for 13/8e/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772_packagedata.tar.zst\nDEBUG: Using  for bb/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358_package_write_rpm.tar.zst\nDEBUG: Testing URL file://4e/e6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/9b/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:0d9b3a19c6621f69e8577453628a7f0a2fc55a8f1a15431daf9b8dea0b6c4870_package.tar.zst\nDEBUG: Searching for b4/92/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2d/f1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d_packagedata.tar.zst\nDEBUG: Searching for a4/06/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:a406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 78/c8/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/20/c9/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/65/46/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67_create_package_spdx.tar.zst\nDEBUG: Testing URL file://13/8e/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772_packagedata.tar.zst\nDEBUG: Testing URL file://bb/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '4e/e6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86_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://33/b6/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b4/92/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335_packagedata.tar.zst\nDEBUG: For url ['file', '', '2d/f1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a4/06/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:a406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 78/c8/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67_create_spdx.tar.zst\nDEBUG: Searching for universal/20/c9/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/65/46/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '13/8e/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bb/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358_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://4e/e6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/e6/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86_package_write_ipk.tar.zst;downloadfilename=4e/e6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86_package_write_ipk.tar.zst\nDEBUG: Searching for 33/b6/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b4/92/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335_packagedata.tar.zst\nDEBUG: For url file://2d/f1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/f1/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A12%3A2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d_packagedata.tar.zst;downloadfilename=2d/f1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d_packagedata.tar.zst\nDEBUG: Testing URL file://a4/06/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:a406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://78/c8/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67_create_spdx.tar.zst\nDEBUG: Using  for universal/20/c9/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35_create_spdx.tar.zst\nDEBUG: For url file://universal/65/46/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/65/46/sstate%3Apixman-native%3Ax86_64-linux%3A0.42.2%3Ar0%3Ax86_64%3A12%3A6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67_create_package_spdx.tar.zst;downloadfilename=universal/65/46/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67_create_package_spdx.tar.zst\nDEBUG: For url file://13/8e/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/8e/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A12%3A138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772_packagedata.tar.zst;downloadfilename=13/8e/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772_packagedata.tar.zst\nDEBUG: For url file://bb/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/12/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Abb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358_package_write_rpm.tar.zst;downloadfilename=bb/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358_package_write_rpm.tar.zst\nDEBUG: Using  for 33/b6/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://69/ae/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bf/b6/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'b4/92/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'a4/06/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:a406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2_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', '', '78/c8/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67_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/c9/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://19/eb/sstate:libxkbfile:core2-64-poky-linux:1.1.3:r0:core2-64:12:19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/9e/sstate:e2fsprogs::1.47.0:r0::12:1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://54/71/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/f3/sstate:cmake-native::3.29.3:r0::12:7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206_populate_lic.tar.zst\nDEBUG: Testing URL file://33/b6/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://01/6f/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/bb/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5_package.tar.zst\nDEBUG: For url file://b4/92/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/92/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Ab49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335_packagedata.tar.zst;downloadfilename=b4/92/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335_packagedata.tar.zst\nDEBUG: For url file://a4/06/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:a406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/06/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A12%3Aa406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2_deploy_source_date_epoch.tar.zst;downloadfilename=a4/06/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:a406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/e6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:4ee60fb54005f2091153473d6062749e7c86383c58490db8057afce4de005d86_package_write_ipk.tar.zst\nDEBUG: For url file://78/c8/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/c8/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.48.2%3Ar0%3Acore2-64%3A12%3A78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67_create_spdx.tar.zst;downloadfilename=78/c8/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/20/c9/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35_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://89/eb/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e5/e0/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:e5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/b0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/4d/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '33/b6/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80_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/6f/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0a/bb/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2d/f1/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/18/70/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec_create_spdx.tar.zst\nDEBUG: For url file://universal/20/c9/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/20/c9/sstate%3Agnu-config-native%3Ax86_64-linux%3A20240101%2Bgit%3Ar0%3Ax86_64%3A12%3A20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35_create_spdx.tar.zst;downloadfilename=universal/20/c9/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://13/8e/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/65/46/sstate:pixman-native:x86_64-linux:0.42.2:r0:x86_64:12:6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67_create_package_spdx.tar.zst\nDEBUG: Searching for 89/eb/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://bb/12/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358_package_write_rpm.tar.zst\nDEBUG: Searching for e5/e0/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:e5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8f/b0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 9a/4d/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://33/b6/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/b6/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%2Bgit%3Ar0%3Aallarch%3A12%3A33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80_deploy_source_date_epoch.tar.zst;downloadfilename=33/b6/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 01/6f/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346_create_package_spdx.tar.zst\nDEBUG: Using  for 0a/bb/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5_package.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/e9/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738_populate_sysroot.tar.zst\nDEBUG: Searching for universal/18/70/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://35/ee/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://24/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce_package_write_ipk.tar.zst\nDEBUG: Using  for 89/eb/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/25/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a_package_qa.tar.zst\nDEBUG: Using  for e5/e0/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:e5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4_package_write_ipk.tar.zst\nDEBUG: Using  for 8f/b0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3_packagedata.tar.zst\nDEBUG: Using  for 9a/4d/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9_package_write_deb.tar.zst\nDEBUG: Testing URL file://01/6f/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346_create_package_spdx.tar.zst\nDEBUG: Testing URL file://0a/bb/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5_package.tar.zst\nDEBUG: Searching for 5a/e9/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/18/70/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec_create_spdx.tar.zst\nDEBUG: Searching for 35/ee/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 24/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://89/eb/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140_package_write_rpm.tar.zst\nDEBUG: Searching for bc/25/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e5/e0/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:e5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4_package_write_ipk.tar.zst\nDEBUG: Testing URL file://8f/b0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3_packagedata.tar.zst\nDEBUG: Testing URL file://9a/4d/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '01/6f/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0a/bb/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5a/e9/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/18/70/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/92/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335_packagedata.tar.zst\nDEBUG: Using  for 35/ee/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872_recipe_qa.tar.zst\nDEBUG: Using  for 24/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '89/eb/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bc/25/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e5/e0/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:e5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4_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', '', '8f/b0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9a/4d/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9_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://a4/06/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:a406dbff7d9ceeeb0d4ec122b40e0ae77caa4989f015edb2a97eff7981cdf7b2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://01/6f/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/6f/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A12%3A016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346_create_package_spdx.tar.zst;downloadfilename=01/6f/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346_create_package_spdx.tar.zst\nDEBUG: For url file://0a/bb/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/bb/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3A0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5_package.tar.zst;downloadfilename=0a/bb/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5_package.tar.zst\nDEBUG: Testing URL file://5a/e9/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/18/70/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec_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://51/f8/sstate:libyaml::0.2.5:r0::12:51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483_populate_lic.tar.zst\nDEBUG: Testing URL file://35/ee/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872_recipe_qa.tar.zst\nDEBUG: Testing URL file://24/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce_package_write_ipk.tar.zst\nDEBUG: For url file://89/eb/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/89/eb/sstate%3Atzdata%3Aall-poky-linux%3A2024a%3Ar0%3Aallarch%3A12%3A89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140_package_write_rpm.tar.zst;downloadfilename=89/eb/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140_package_write_rpm.tar.zst\nDEBUG: Testing URL file://bc/25/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a_package_qa.tar.zst\nDEBUG: For url file://e5/e0/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:e5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/e0/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.103.2%3Ar0%3Acore2-64%3A12%3Ae5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4_package_write_ipk.tar.zst;downloadfilename=e5/e0/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:e5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4_package_write_ipk.tar.zst\nDEBUG: For url file://8f/b0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/b0/sstate%3Alibgcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3_packagedata.tar.zst;downloadfilename=8f/b0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3_packagedata.tar.zst\nDEBUG: For url file://9a/4d/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/4d/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9_package_write_deb.tar.zst;downloadfilename=9a/4d/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://78/c8/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f0/bd/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:f0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/20/c9/sstate:gnu-config-native:x86_64-linux:20240101+git:r0:x86_64:12:20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5a/e9/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738_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/18/70/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/18/70/sstate%3Abzip2-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A12%3A18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec_create_spdx.tar.zst;downloadfilename=universal/18/70/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/b6/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:33b6b87cacdbdf132a19981663bad64e5d7de314a3671e9967a0e92f09b87d80_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 51/f8/sstate:libyaml::0.2.5:r0::12:51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '35/ee/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872_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/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce_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', '', 'bc/25/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a_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/31/be/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://01/6f/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346_create_package_spdx.tar.zst\nDEBUG: Searching for f0/bd/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:f0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b9/6c/sstate:npth::1.7:r0::12:b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f_populate_lic.tar.zst\nDEBUG: For url file://5a/e9/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/e9/sstate%3Aperl%3Acore2-64-poky-linux%3A5.38.2%3Ar0%3Acore2-64%3A12%3A5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738_populate_sysroot.tar.zst;downloadfilename=5a/e9/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://87/03/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704_package_write_ipk.tar.zst\nDEBUG: Using  for 51/f8/sstate:libyaml::0.2.5:r0::12:51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/bb/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:0abb0bac501f3e02de41e76fdd8794c414f54d7e288a3eeaa1ae0a684a8f12c5_package.tar.zst\nDEBUG: For url file://35/ee/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/ee/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.23.0%3Ar0%3Acore2-64%3A12%3A35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872_recipe_qa.tar.zst;downloadfilename=35/ee/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872_recipe_qa.tar.zst\nDEBUG: For url file://24/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/24/de/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A12%3A24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce_package_write_ipk.tar.zst;downloadfilename=24/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce_package_write_ipk.tar.zst\nDEBUG: For url file://bc/25/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/25/sstate%3Aglibc%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Abc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a_package_qa.tar.zst;downloadfilename=bc/25/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a_package_qa.tar.zst\nDEBUG: Searching for universal/31/be/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0e/0b/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663_populate_sysroot.tar.zst\nDEBUG: Using  for f0/bd/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:f0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117_populate_sysroot.tar.zst\nDEBUG: Searching for b9/6c/sstate:npth::1.7:r0::12:b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 87/03/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://51/f8/sstate:libyaml::0.2.5:r0::12:51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/56/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://89/eb/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140_package_write_rpm.tar.zst\nDEBUG: Using  for universal/31/be/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/b0/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/e0/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:e5e03848c6c3b37ebd18d955d428773a0be67b3ef58012bc5f8597937529c9a4_package_write_ipk.tar.zst\nDEBUG: Searching for 0e/0b/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f0/bd/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:f0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/18/70/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/4d/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:9a4dee46d665a9d09727256975bfc40d13057a94020dc0a6b5bf9b611b2257a9_package_write_deb.tar.zst\nDEBUG: Using  for b9/6c/sstate:npth::1.7:r0::12:b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f_populate_lic.tar.zst\nDEBUG: Using  for 87/03/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '51/f8/sstate:libyaml::0.2.5:r0::12:51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a8/56/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3b/cb/sstate:gnupg::2.4.5:r0::12:3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/31/be/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a3/fd/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:a3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ca/4c/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5_create_spdx.tar.zst\nDEBUG: Using  for 0e/0b/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f0/bd/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:f0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117_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://f1/54/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/26/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b9/6c/sstate:npth::1.7:r0::12:b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f_populate_lic.tar.zst\nDEBUG: Testing URL file://87/03/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704_package_write_ipk.tar.zst\nDEBUG: For url file://51/f8/sstate:libyaml::0.2.5:r0::12:51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/f8/sstate%3Alibyaml%3A%3A0.2.5%3Ar0%3A%3A12%3A51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483_populate_lic.tar.zst;downloadfilename=51/f8/sstate:libyaml::0.2.5:r0::12:51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483_populate_lic.tar.zst\nDEBUG: Using  for a8/56/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b_package_write_deb.tar.zst\nDEBUG: Searching for 3b/cb/sstate:gnupg::2.4.5:r0::12:3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/31/be/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/a3/fd/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:a3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ca/4c/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0e/0b/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663_populate_sysroot.tar.zst\nDEBUG: For url file://f0/bd/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:f0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f0/bd/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1.1%3Ar0%3Acore2-64%3A12%3Af0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117_populate_sysroot.tar.zst;downloadfilename=f0/bd/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:f0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117_populate_sysroot.tar.zst\nDEBUG: Searching for f1/54/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e0/26/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b9/6c/sstate:npth::1.7:r0::12:b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f_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/03/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704_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://a8/56/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b_package_write_deb.tar.zst\nDEBUG: Using  for 3b/cb/sstate:gnupg::2.4.5:r0::12:3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21_populate_lic.tar.zst\nDEBUG: For url file://universal/31/be/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/31/be/sstate%3Aspirv-tools-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3A31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3_create_spdx.tar.zst;downloadfilename=universal/31/be/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3_create_spdx.tar.zst\nDEBUG: Using  for universal/a3/fd/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:a3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/e9/sstate:perl:core2-64-poky-linux:5.38.2:r0:core2-64:12:5ae9c94c9131f4376fc1faa6cf35e9d9bdeea9a6747f07bf5662af7fffa10738_populate_sysroot.tar.zst\nDEBUG: Using  for universal/ca/4c/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0e/0b/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f1/54/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5_create_spdx.tar.zst\nDEBUG: Using  for e0/26/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://35/ee/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872_recipe_qa.tar.zst\nDEBUG: For url file://b9/6c/sstate:npth::1.7:r0::12:b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/6c/sstate%3Anpth%3A%3A1.7%3Ar0%3A%3A12%3Ab96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f_populate_lic.tar.zst;downloadfilename=b9/6c/sstate:npth::1.7:r0::12:b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://24/de/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:24deb0d5237dcb8acc86c336af91717af43039bbd76d907ab5f2f71b9cd5cfce_package_write_ipk.tar.zst\nDEBUG: For url file://87/03/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/03/sstate%3Acargo%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704_package_write_ipk.tar.zst;downloadfilename=87/03/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'a8/56/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b_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://3b/cb/sstate:gnupg::2.4.5:r0::12:3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/a3/fd/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:a3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/25/sstate:glibc:core2-64-poky-linux:2.39+git:r0:core2-64:12:bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/63/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:cd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/ca/4c/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5_create_spdx.tar.zst\nDEBUG: For url file://0e/0b/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/0b/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.6%3Ar0%3Acore2-64%3A12%3A0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663_populate_sysroot.tar.zst;downloadfilename=0e/0b/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f1/54/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5_create_spdx.tar.zst\nDEBUG: Testing URL file://e0/26/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/aa/61/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/c3/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a8/56/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/56/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A12%3Aa856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b_package_write_deb.tar.zst;downloadfilename=a8/56/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '3b/cb/sstate:gnupg::2.4.5:r0::12:3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21_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://51/f8/sstate:libyaml::0.2.5:r0::12:51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/a3/fd/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:a3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1_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://b2/3e/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:b23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268_package_write_deb.tar.zst\nDEBUG: Searching for cd/63/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:cd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ca/4c/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5_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/54/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5_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/26/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba_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/aa/61/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c2/c3/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/31/be/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3_create_spdx.tar.zst\nDEBUG: For url file://3b/cb/sstate:gnupg::2.4.5:r0::12:3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/cb/sstate%3Agnupg%3A%3A2.4.5%3Ar0%3A%3A12%3A3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21_populate_lic.tar.zst;downloadfilename=3b/cb/sstate:gnupg::2.4.5:r0::12:3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f0/bd/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:f0bd896ebe782e65f5e6f87ad91f78bc0eb490ef8e03327c8b496e9659a37117_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/64/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/a3/fd/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:a3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a3/fd/sstate%3Adpkg-native%3Ax86_64-linux%3A1.22.6%3Ar0%3Ax86_64%3A12%3Aa3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a3/fd/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:a3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for b2/3e/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:b23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cd/63/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:cd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a_package_write_deb.tar.zst\nDEBUG: For url file://universal/ca/4c/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ca/4c/sstate%3Afontconfig-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A12%3Aca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5_create_spdx.tar.zst;downloadfilename=universal/ca/4c/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5_create_spdx.tar.zst\nDEBUG: For url file://f1/54/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/54/sstate%3Agdb%3Acore2-64-poky-linux%3A14.2%3Ar0%3Acore2-64%3A12%3Af154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5_create_spdx.tar.zst;downloadfilename=f1/54/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5_create_spdx.tar.zst\nDEBUG: For url file://e0/26/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/26/sstate%3Alibffi%3Acore2-64-poky-linux%3A3.4.6%3Ar0%3Acore2-64%3A12%3Ae026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba_deploy_source_date_epoch.tar.zst;downloadfilename=e0/26/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/aa/61/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c_create_package_spdx.tar.zst\nDEBUG: Using  for c2/c3/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/54/a4/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/b5/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec_package_qa.tar.zst\nDEBUG: Searching for 2e/64/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b2/3e/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:b23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268_package_write_deb.tar.zst\nDEBUG: Testing URL file://cd/63/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:cd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://87/03/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:8703e890aeb66c4ff84b5d0925036ee0ea647eb8a2b25d08e8c968366cb5a704_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://b9/6c/sstate:npth::1.7:r0::12:b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/aa/61/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c2/c3/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/56/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:a856ae27b0b755e7c8f025c018f853bd94ebe35d6e11c6ba3968e67d4db9748b_package_write_deb.tar.zst\nDEBUG: Searching for universal/54/a4/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3b/cb/sstate:gnupg::2.4.5:r0::12:3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21_populate_lic.tar.zst\nDEBUG: Searching for 2c/b5/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0e/0b/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663_populate_sysroot.tar.zst\nDEBUG: Using  for 2e/64/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b2/3e/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:b23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'cd/63/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:cd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a_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://04/63/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://49/ea/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/aa/61/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c2/c3/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b_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://58/52/sstate:libxau-native::1.0.11:r0::12:585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9_populate_lic.tar.zst\nDEBUG: Using  for universal/54/a4/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2c/b5/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/84/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2_recipe_qa.tar.zst\nDEBUG: Testing URL file://2e/64/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b2/3e/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:b23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268_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://cd/63/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:cd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/63/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3Acd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a_package_write_deb.tar.zst;downloadfilename=cd/63/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:cd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a_package_write_deb.tar.zst\nDEBUG: Searching for 04/63/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 49/ea/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/aa/61/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/aa/61/sstate%3Aautoconf-native%3Ax86_64-linux%3A2.72e%3Ar0%3Ax86_64%3A12%3Aaa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c_create_package_spdx.tar.zst;downloadfilename=universal/aa/61/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c_create_package_spdx.tar.zst\nDEBUG: For url file://c2/c3/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/c3/sstate%3Alibxfont2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3Ac2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b_deploy_source_date_epoch.tar.zst;downloadfilename=c2/c3/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 58/52/sstate:libxau-native::1.0.11:r0::12:585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/54/a4/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb_populate_sysroot.tar.zst\nDEBUG: Searching for 44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2c/b5/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec_package_qa.tar.zst\nDEBUG: Searching for f4/84/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2e/64/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1_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/3e/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:b23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/3e/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A12%3Ab23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268_package_write_deb.tar.zst;downloadfilename=b2/3e/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:b23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a3/fd/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:a3fd8fe97967909768f807337226c0333fa91ee78acd1fe2a8de993f57c814e1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 04/63/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2_packagedata.tar.zst\nDEBUG: Using  for 49/ea/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ca/4c/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/54/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5_create_spdx.tar.zst\nDEBUG: Using  for 58/52/sstate:libxau-native::1.0.11:r0::12:585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/26/sstate:libffi:core2-64-poky-linux:3.4.6:r0:core2-64:12:e026b9bc93494e62f63f3bcdda666bd3ef79b656e7dc9b617c07d97fa1caccba_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/54/a4/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2c/b5/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f4/84/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2_recipe_qa.tar.zst\nDEBUG: For url file://2e/64/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/64/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A12%3A2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1_deploy_source_date_epoch.tar.zst;downloadfilename=2e/64/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://53/60/sstate:encodings::1.1.0:r0::12:536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc_populate_lic.tar.zst\nDEBUG: Testing URL file://04/63/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2_packagedata.tar.zst\nDEBUG: Testing URL file://49/ea/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://85/ae/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/20/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://58/52/sstate:libxau-native::1.0.11:r0::12:585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://31/12/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88_package_write_rpm.tar.zst\nDEBUG: For url file://universal/54/a4/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/54/a4/sstate%3Azip-native%3Ax86_64-linux%3A3.0%3Ar0%3Ax86_64%3A12%3A54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb_populate_sysroot.tar.zst;downloadfilename=universal/54/a4/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb_populate_sysroot.tar.zst\nDEBUG: Testing URL file://44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2c/b5/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/b5/sstate%3Alibxext%3Acore2-64-poky-linux%3A1.3.6%3Ar0%3Acore2-64%3A12%3A2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec_package_qa.tar.zst;downloadfilename=2c/b5/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec_package_qa.tar.zst\nDEBUG: Testing URL file://f4/84/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2_recipe_qa.tar.zst\nDEBUG: Searching for 53/60/sstate:encodings::1.1.0:r0::12:536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '04/63/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '49/ea/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 85/ae/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ca/20/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '58/52/sstate:libxau-native::1.0.11:r0::12:585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 31/12/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_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://cd/63/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:cd63a90f5c63cdbb88131a1c14402f2210faf2406eb7357155b9030478a1f81a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'f4/84/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 53/60/sstate:encodings::1.1.0:r0::12:536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/aa/61/sstate:autoconf-native:x86_64-linux:2.72e:r0:x86_64:12:aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c_create_package_spdx.tar.zst\nDEBUG: For url file://04/63/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/63/sstate%3Anetbase%3Aall-poky-linux%3A6.4%3Ar0%3Aallarch%3A12%3A04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2_packagedata.tar.zst;downloadfilename=04/63/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2_packagedata.tar.zst\nDEBUG: For url file://49/ea/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/ea/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924_recipe_qa.tar.zst;downloadfilename=49/ea/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924_recipe_qa.tar.zst\nDEBUG: Using  for 85/ae/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641_populate_sysroot.tar.zst\nDEBUG: Using  for ca/20/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://58/52/sstate:libxau-native::1.0.11:r0::12:585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/52/sstate%3Alibxau-native%3A%3A1.0.11%3Ar0%3A%3A12%3A585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9_populate_lic.tar.zst;downloadfilename=58/52/sstate:libxau-native::1.0.11:r0::12:585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9_populate_lic.tar.zst\nDEBUG: Using  for 31/12/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88_package_write_rpm.tar.zst\nDEBUG: For url file://44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/79/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_deploy_source_date_epoch.tar.zst;downloadfilename=44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1_package_qa.tar.zst\nDEBUG: For url file://f4/84/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/84/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3Af4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2_recipe_qa.tar.zst;downloadfilename=f4/84/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2_recipe_qa.tar.zst\nDEBUG: Testing URL file://53/60/sstate:encodings::1.1.0:r0::12:536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://70/97/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/c3/sstate:libxfont2:core2-64-poky-linux:2.0.6:r0:core2-64:12:c2c338d15a64f650e3b2df6f4dc5a560134706f9cadae6ebb1a2011b86a84d8b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/3e/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:b23e8363050d49aee12de46408294d73105dd77b09afbb7e81cadfc27bca3268_package_write_deb.tar.zst\nDEBUG: Testing URL file://85/ae/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ca/20/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://31/12/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/64/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:2e641cc45c413ef9490b31e2ea1ab94ca24ab7ee870cc4ef8304dba542e664f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/54/a4/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:54a43a40b0eabea01bc6b53631b91da8ffe75cc33fdc2a5eb8bc9965dcbfeffb_populate_sysroot.tar.zst\nDEBUG: Searching for 7d/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '53/60/sstate:encodings::1.1.0:r0::12:536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 70/97/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2c/b5/sstate:libxext:core2-64-poky-linux:1.3.6:r0:core2-64:12:2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/e0/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://43/06/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '85/ae/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ca/20/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29_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/12/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88_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://37/60/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc_package.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/19/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26_create_spdx.tar.zst\nDEBUG: Using  for 7d/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1_package_qa.tar.zst\nDEBUG: For url file://53/60/sstate:encodings::1.1.0:r0::12:536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/60/sstate%3Aencodings%3A%3A1.1.0%3Ar0%3A%3A12%3A536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc_populate_lic.tar.zst;downloadfilename=53/60/sstate:encodings::1.1.0:r0::12:536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc_populate_lic.tar.zst\nDEBUG: Using  for 70/97/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/8e/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:c68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f_package_write_ipk.tar.zst\nDEBUG: Searching for ca/e0/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 43/06/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://85/ae/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/ae/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3A85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641_populate_sysroot.tar.zst;downloadfilename=85/ae/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641_populate_sysroot.tar.zst\nDEBUG: For url file://ca/20/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/20/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A12%3Aca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29_deploy_source_date_epoch.tar.zst;downloadfilename=ca/20/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://31/12/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/12/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.3.1%3Ar0%3Acore2-64%3A12%3A31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88_package_write_rpm.tar.zst;downloadfilename=31/12/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88_package_write_rpm.tar.zst\nDEBUG: Searching for 37/60/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7e/19/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7d/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1_package_qa.tar.zst\nDEBUG: Testing URL file://70/97/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0_packagedata.tar.zst\nDEBUG: Searching for c6/8e/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:c68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://04/63/sstate:netbase:all-poky-linux:6.4:r0:allarch:12:04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://49/ea/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924_recipe_qa.tar.zst\nDEBUG: Using  for ca/e0/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5_recipe_qa.tar.zst\nDEBUG: Using  for 43/06/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://58/52/sstate:libxau-native::1.0.11:r0::12:585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9_populate_lic.tar.zst\nDEBUG: Using  for 37/60/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc_package.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: Using  for 7e/19/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7d/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '70/97/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c6/8e/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:c68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/79/ce/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://39/92/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5_populate_sysroot.tar.zst\nDEBUG: Testing URL file://ca/e0/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5_recipe_qa.tar.zst\nDEBUG: Testing URL file://43/06/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://a1/f8/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e_populate_sysroot.tar.zst\nDEBUG: Testing URL file://37/60/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/84/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2_recipe_qa.tar.zst\nDEBUG: Testing URL file://7e/19/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26_create_spdx.tar.zst\nDEBUG: For url file://7d/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/70/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.52.0%3Ar0%3Acore2-64%3A12%3A7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1_package_qa.tar.zst;downloadfilename=7d/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1_package_qa.tar.zst\nDEBUG: For url file://70/97/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/97/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.5%3Ar0%3Acore2-64%3A12%3A7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0_packagedata.tar.zst;downloadfilename=70/97/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0_packagedata.tar.zst\nDEBUG: Testing URL file://c6/8e/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:c68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f_package_write_ipk.tar.zst\nDEBUG: Searching for universal/79/ce/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 39/92/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ca/e0/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5_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/06/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a1/f8/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '37/60/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc_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/1e/48/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '7e/19/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26_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/ae/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:85aeea746985babae598dbb1019a5e3992bb07c4b12790cfa8381f568d8f8641_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'c6/8e/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:c68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f_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://ca/20/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:ca20200d27627cf6b20374f2f4948f582b9f907ad55597120d7ccdc0b433dc29_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/79/ce/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906_create_package_spdx.tar.zst\nDEBUG: Using  for 39/92/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5_populate_sysroot.tar.zst\nDEBUG: For url file://ca/e0/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/e0/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Acae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5_recipe_qa.tar.zst;downloadfilename=ca/e0/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5_recipe_qa.tar.zst\nDEBUG: For url file://43/06/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/06/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A12%3A4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6_package_write_deb.tar.zst;downloadfilename=43/06/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6_package_write_deb.tar.zst\nDEBUG: Using  for a1/f8/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e_populate_sysroot.tar.zst\nDEBUG: For url file://37/60/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/60/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc_package.tar.zst;downloadfilename=37/60/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc_package.tar.zst\nDEBUG: Searching for universal/1e/48/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7e/19/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/19/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26_create_spdx.tar.zst;downloadfilename=7e/19/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1a/93/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://31/12/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88_package_write_rpm.tar.zst\nDEBUG: For url file://c6/8e/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:c68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/8e/sstate%3Abtrfs-tools%3Acore2-64-poky-linux%3A6.8.1%3Ar0%3Acore2-64%3A12%3Ac68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f_package_write_ipk.tar.zst;downloadfilename=c6/8e/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:c68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/78/f8/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/79/ce/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906_create_package_spdx.tar.zst\nDEBUG: Testing URL file://39/92/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5_populate_sysroot.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_deploy_source_date_epoch.tar.zst: HTTP Error 404: Not Found\nDEBUG: Testing URL file://a1/f8/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e_populate_sysroot.tar.zst\nDEBUG: Using  for universal/1e/48/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20_create_package_spdx.tar.zst\nDEBUG: Searching for universal/1a/93/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://70/97/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/db/8a/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8_create_package_spdx.tar.zst\nDEBUG: Searching for universal/78/f8/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/79/ce/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '39/92/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5_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://7d/70/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1_package_qa.tar.zst\nDEBUG: For url ['file', '', 'a1/f8/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e_populate_sysroot.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://44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_deploy_source_date_epoch.tar.zst (FetchError(\"URL doesn't work\", 'file://44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_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 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://44/79/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4479f24c7687bbdbdbea71081487256fc4c1648695be920dae22356e5c9992cd_deploy_source_date_epoch.tar.zst'. URL doesn't work\n\nDEBUG: Testing URL file://universal/1e/48/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20_create_package_spdx.tar.zst\nDEBUG: Using  for universal/1a/93/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/f7/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf_create_spdx.tar.zst\nDEBUG: Searching for universal/db/8a/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/78/f8/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66_create_spdx.tar.zst\nDEBUG: For url file://universal/79/ce/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/ce/sstate%3Alibxslt-native%3Ax86_64-linux%3A1.1.39%3Ar0%3Ax86_64%3A12%3A79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906_create_package_spdx.tar.zst;downloadfilename=universal/79/ce/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906_create_package_spdx.tar.zst\nDEBUG: For url file://39/92/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/92/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5_populate_sysroot.tar.zst;downloadfilename=39/92/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://af/3f/sstate:mkfontscale::1.2.3:r0::12:af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35_populate_lic.tar.zst\nDEBUG: For url file://a1/f8/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/f8/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Aa1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e_populate_sysroot.tar.zst;downloadfilename=a1/f8/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/85/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:d685f418c31264eba01166c8181a45985096746507f144d91478239719744280_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/1e/48/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/1a/93/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a3/f7/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/db/8a/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/78/f8/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66_create_spdx.tar.zst\nDEBUG: Searching for af/3f/sstate:mkfontscale::1.2.3:r0::12:af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ca/e0/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5_recipe_qa.tar.zst\nDEBUG: Searching for d6/85/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:d685f418c31264eba01166c8181a45985096746507f144d91478239719744280_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://43/06/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:4306559a13a1a170904675bcd5dee0534309c9a78ef8cdf59cdf3c07b13864a6_package_write_deb.tar.zst\nDEBUG: For url file://universal/1e/48/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/48/sstate%3Aboost-build-native%3Ax86_64-linux%3A1.85.0%3Ar0%3Ax86_64%3A12%3A1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20_create_package_spdx.tar.zst;downloadfilename=universal/1e/48/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://37/60/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:37602a41ca3c20def42bc0347f1e77e6ed7aa77ae445ca6283bdfc5d610180fc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/19/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/8e/sstate:btrfs-tools:core2-64-poky-linux:6.8.1:r0:core2-64:12:c68ee4286355baf85c61ff9ec9844c05eae2bd57dd6546e9ffcba313fd3d433f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/1a/93/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c_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 a3/f7/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/db/8a/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/78/f8/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for af/3f/sstate:mkfontscale::1.2.3:r0::12:af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8d/66/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e_recipe_qa.tar.zst\nDEBUG: Using  for d6/85/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:d685f418c31264eba01166c8181a45985096746507f144d91478239719744280_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/80/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/24/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://66/c0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://38/76/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24_package_write_ipk.tar.zst\nDEBUG: For url file://universal/1a/93/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1a/93/sstate%3Apython3-zipp-native%3Ax86_64-linux%3A3.19.2%3Ar0%3Ax86_64%3A12%3A1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/1a/93/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a3/f7/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/db/8a/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/78/f8/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/78/f8/sstate%3Alibepoxy-native%3Ax86_64-linux%3A1.5.10%3Ar0%3Ax86_64%3A12%3A78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66_create_spdx.tar.zst;downloadfilename=universal/78/f8/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66_create_spdx.tar.zst\nDEBUG: Testing URL file://af/3f/sstate:mkfontscale::1.2.3:r0::12:af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35_populate_lic.tar.zst\nDEBUG: Searching for universal/8d/66/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d6/85/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:d685f418c31264eba01166c8181a45985096746507f144d91478239719744280_packagedata.tar.zst\nDEBUG: Searching for 8e/80/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8e/24/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 66/c0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 38/76/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/79/ce/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a3/f7/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf_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/db/8a/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/db/8a/sstate%3Agcc-cross-x86_64%3Ax86_64-poky-linux%3A14.1.0%3Ar0%3Ax86_64%3A12%3Adb8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8_create_package_spdx.tar.zst;downloadfilename=universal/db/8a/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://39/92/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:39929e2c9794c13ca6ef960cd40a2d2dfbc2def6ac1a79b57e0922b3a3a17fa5_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'af/3f/sstate:mkfontscale::1.2.3:r0::12:af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/8d/66/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd6/85/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:d685f418c31264eba01166c8181a45985096746507f144d91478239719744280_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://a1/f8/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a1f88f7bc2d1a88d7c152d1c6a01d8d4a4dec18649e2959b1d3df2c26a4cf25e_populate_sysroot.tar.zst\nDEBUG: Using  for 8e/80/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3_create_spdx.tar.zst\nDEBUG: Using  for 8e/24/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4_create_package_spdx.tar.zst\nDEBUG: Using  for 66/c0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a_package_qa.tar.zst\nDEBUG: Using  for 38/76/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/09/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8_package_qa.tar.zst\nDEBUG: For url file://a3/f7/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/f7/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Aa3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf_create_spdx.tar.zst;downloadfilename=a3/f7/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://4b/c9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1e/48/sstate:boost-build-native:x86_64-linux:1.85.0:r0:x86_64:12:1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20_create_package_spdx.tar.zst\nDEBUG: For url file://af/3f/sstate:mkfontscale::1.2.3:r0::12:af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/3f/sstate%3Amkfontscale%3A%3A1.2.3%3Ar0%3A%3A12%3Aaf3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35_populate_lic.tar.zst;downloadfilename=af/3f/sstate:mkfontscale::1.2.3:r0::12:af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/8d/66/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e_recipe_qa.tar.zst\nDEBUG: For url file://d6/85/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:d685f418c31264eba01166c8181a45985096746507f144d91478239719744280_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/85/sstate%3Alibxrandr%3Acore2-64-poky-linux%3A1.5.4%3Ar0%3Acore2-64%3A12%3Ad685f418c31264eba01166c8181a45985096746507f144d91478239719744280_packagedata.tar.zst;downloadfilename=d6/85/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:d685f418c31264eba01166c8181a45985096746507f144d91478239719744280_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/2e/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:c12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6_package_write_deb.tar.zst\nDEBUG: Testing URL file://8e/80/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3_create_spdx.tar.zst\nDEBUG: Testing URL file://8e/24/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://66/c0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a_package_qa.tar.zst\nDEBUG: Testing URL file://38/76/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24_package_write_ipk.tar.zst\nDEBUG: Searching for ff/09/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4b/c9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://05/60/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/8d/66/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c1/2e/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:c12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/1a/93/sstate:python3-zipp-native:x86_64-linux:3.19.2:r0:x86_64:12:1a93348969626149b8ea3360ed9b02db14a842b17c95adfadcadbfc4d966306c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/78/f8/sstate:libepoxy-native:x86_64-linux:1.5.10:r0:x86_64:12:78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66_create_spdx.tar.zst\nDEBUG: For url ['file', '', '8e/80/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3_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/24/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4_create_package_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/60/sstate:encodings::1.1.0:r0::12:536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc_populate_lic.tar.zst\nDEBUG: For url ['file', '', '66/c0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '38/76/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ff/09/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8_package_qa.tar.zst\nDEBUG: Using  for 4b/c9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1_packagedata.tar.zst\nDEBUG: Searching for 05/60/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/8d/66/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8d/66/sstate%3Apython3-wheel-native%3Ax86_64-linux%3A0.43.0%3Ar0%3Ax86_64%3A12%3A8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e_recipe_qa.tar.zst;downloadfilename=universal/8d/66/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e_recipe_qa.tar.zst\nDEBUG: Using  for c1/2e/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:c12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/db/8a/sstate:gcc-cross-x86_64:x86_64-poky-linux:14.1.0:r0:x86_64:12:db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/9b/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://06/cc/sstate:libunwind::1.6.2:r0::12:06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a_populate_lic.tar.zst\nDEBUG: For url file://8e/80/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/80/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.15.1%3Ar0%3Acore2-64%3A12%3A8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3_create_spdx.tar.zst;downloadfilename=8e/80/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3_create_spdx.tar.zst\nDEBUG: For url file://8e/24/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/24/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3A8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4_create_package_spdx.tar.zst;downloadfilename=8e/24/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://94/fd/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://66/c0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/c0/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a_package_qa.tar.zst;downloadfilename=66/c0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a_package_qa.tar.zst\nDEBUG: For url file://38/76/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/76/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A12%3A38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24_package_write_ipk.tar.zst;downloadfilename=38/76/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ff/09/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8_package_qa.tar.zst\nDEBUG: Testing URL file://4b/c9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1_packagedata.tar.zst\nDEBUG: Using  for 05/60/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c1/2e/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:c12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/f7/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/14/sstate:libxau::1.0.11:r0::12:8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c_populate_lic.tar.zst\nDEBUG: Searching for 2c/9b/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 06/cc/sstate:libunwind::1.6.2:r0::12:06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 94/fd/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d6/85/sstate:libxrandr:core2-64-poky-linux:1.5.4:r0:core2-64:12:d685f418c31264eba01166c8181a45985096746507f144d91478239719744280_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://af/3f/sstate:mkfontscale::1.2.3:r0::12:af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ff/09/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4b/c9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://05/60/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'c1/2e/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:c12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6_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://ee/09/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 8b/14/sstate:libxau::1.0.11:r0::12:8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2c/9b/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547_package_qa.tar.zst\nDEBUG: Using  for 06/cc/sstate:libunwind::1.6.2:r0::12:06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a_populate_lic.tar.zst\nDEBUG: Using  for 94/fd/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8d/66/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://39/cf/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/6b/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6_create_package_spdx.tar.zst\nDEBUG: For url file://ff/09/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/09/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Aff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8_package_qa.tar.zst;downloadfilename=ff/09/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8_package_qa.tar.zst\nDEBUG: For url file://4b/c9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4b/c9/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A12%3A4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1_packagedata.tar.zst;downloadfilename=4b/c9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1_packagedata.tar.zst\nDEBUG: For url ['file', '', '05/60/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c1/2e/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:c12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/2e/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A12%3Ac12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6_package_write_deb.tar.zst;downloadfilename=c1/2e/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:c12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6_package_write_deb.tar.zst\nDEBUG: Searching for ee/09/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8b/14/sstate:libxau::1.0.11:r0::12:8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c_populate_lic.tar.zst\nDEBUG: Testing URL file://2c/9b/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547_package_qa.tar.zst\nDEBUG: Testing URL file://06/cc/sstate:libunwind::1.6.2:r0::12:06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a_populate_lic.tar.zst\nDEBUG: Testing URL file://94/fd/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/41/f5/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 39/cf/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bd/6b/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://38/76/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:38761489ab5fdaa48d75dfcbf36db5df3c1cec8bc1e37bdd629789c65669ca24_package_write_ipk.tar.zst\nDEBUG: For url file://05/60/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/60/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.42%3Ar0%3Acore2-64%3A12%3A056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b_create_package_spdx.tar.zst;downloadfilename=05/60/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/24/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/80/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://66/c0/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a_package_qa.tar.zst\nDEBUG: Using  for ee/09/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://8b/14/sstate:libxau::1.0.11:r0::12:8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2c/9b/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '06/cc/sstate:libunwind::1.6.2:r0::12:06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '94/fd/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684_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/41/f5/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 39/cf/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86_recipe_qa.tar.zst\nDEBUG: Testing URL file://39/cf/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/1f/sstate:findutils::4.10.0:r0::12:1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/01/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/70/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:ab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0e/12/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d_recipe_qa.tar.zst\nDEBUG: Testing URL file://ee/09/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '8b/14/sstate:libxau::1.0.11:r0::12:8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c_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/9b/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/9b/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.17%3Ar0%3Acore2-64%3A12%3A2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547_package_qa.tar.zst;downloadfilename=2c/9b/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547_package_qa.tar.zst\nDEBUG: For url file://06/cc/sstate:libunwind::1.6.2:r0::12:06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/cc/sstate%3Alibunwind%3A%3A1.6.2%3Ar0%3A%3A12%3A06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a_populate_lic.tar.zst;downloadfilename=06/cc/sstate:libunwind::1.6.2:r0::12:06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a_populate_lic.tar.zst\nDEBUG: For url file://94/fd/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/fd/sstate%3Adnf%3Acore2-64-poky-linux%3A4.20.0%3Ar0%3Acore2-64%3A12%3A94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684_deploy_source_date_epoch.tar.zst;downloadfilename=94/fd/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/41/f5/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for bd/6b/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '39/cf/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1b/1f/sstate:findutils::4.10.0:r0::12:1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for dc/01/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ab/70/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:ab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0e/12/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ff/09/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ee/09/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803_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/c9/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1_packagedata.tar.zst\nDEBUG: For url file://8b/14/sstate:libxau::1.0.11:r0::12:8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/14/sstate%3Alibxau%3A%3A1.0.11%3Ar0%3A%3A12%3A8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c_populate_lic.tar.zst;downloadfilename=8b/14/sstate:libxau::1.0.11:r0::12:8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/2e/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:c12e85ead77a34ff964d84b13719ed358601d82067746c8d1022fb6d167243c6_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/41/f5/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://05/60/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bd/6b/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6_create_package_spdx.tar.zst\nDEBUG: For url file://39/cf/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/cf/sstate%3Alibptytty%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86_recipe_qa.tar.zst;downloadfilename=39/cf/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86_recipe_qa.tar.zst\nDEBUG: Using  for 1b/1f/sstate:findutils::4.10.0:r0::12:1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d_populate_lic.tar.zst\nDEBUG: Using  for dc/01/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8_populate_sysroot.tar.zst\nDEBUG: Using  for ab/70/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:ab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61_populate_sysroot.tar.zst\nDEBUG: Using  for 0e/12/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://49/e6/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db_recipe_qa.tar.zst\nDEBUG: For url file://ee/09/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/09/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A12%3Aee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803_deploy_source_date_epoch.tar.zst;downloadfilename=ee/09/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a5/be/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/50/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:c6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/41/f5/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3_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://91/28/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bd/6b/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1b/1f/sstate:findutils::4.10.0:r0::12:1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d_populate_lic.tar.zst\nDEBUG: Testing URL file://dc/01/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/9b/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://94/fd/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:94fd00eb2613e4afb28fa3035ca81c77aedd857960b2ff281de2968c62a67684_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ab/70/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:ab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0e/12/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d_recipe_qa.tar.zst\nDEBUG: Searching for 49/e6/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a5/be/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c6/50/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:c6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://06/cc/sstate:libunwind::1.6.2:r0::12:06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a_populate_lic.tar.zst\nDEBUG: For url file://universal/41/f5/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/41/f5/sstate%3Acairo-native%3Ax86_64-linux%3A1.18.0%3Ar0%3Ax86_64%3A12%3A41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3_deploy_source_date_epoch.tar.zst;downloadfilename=universal/41/f5/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 91/28/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://bd/6b/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/6b/sstate%3Ablktool%3Acore2-64-poky-linux%3A4-7.1%3Ar0%3Acore2-64%3A12%3Abd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6_create_package_spdx.tar.zst;downloadfilename=bd/6b/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '1b/1f/sstate:findutils::4.10.0:r0::12:1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'dc/01/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8_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://29/3b/sstate:libxcb-native::1.17.0:r0::12:293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://2d/c6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ab/70/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:ab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61_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/12/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 49/e6/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db_recipe_qa.tar.zst\nDEBUG: Using  for a5/be/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0_packagedata.tar.zst\nDEBUG: Testing URL file://a5/be/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/14/sstate:libxau::1.0.11:r0::12:8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://43/7a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad_create_package_spdx.tar.zst\nDEBUG: Using  for 91/28/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8_create_spdx.tar.zst\nDEBUG: For url file://1b/1f/sstate:findutils::4.10.0:r0::12:1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/1f/sstate%3Afindutils%3A%3A4.10.0%3Ar0%3A%3A12%3A1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d_populate_lic.tar.zst;downloadfilename=1b/1f/sstate:findutils::4.10.0:r0::12:1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://39/cf/sstate:libptytty:core2-64-poky-linux:2.0:r0:core2-64:12:39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86_recipe_qa.tar.zst\nDEBUG: For url file://dc/01/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/01/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3Adc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8_populate_sysroot.tar.zst;downloadfilename=dc/01/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8_populate_sysroot.tar.zst\nDEBUG: Searching for 29/3b/sstate:libxcb-native::1.17.0:r0::12:293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2d/c6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ab/70/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:ab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/70/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A12%3Aab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61_populate_sysroot.tar.zst;downloadfilename=ab/70/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:ab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61_populate_sysroot.tar.zst\nDEBUG: For url file://0e/12/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/12/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3A0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d_recipe_qa.tar.zst;downloadfilename=0e/12/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d_recipe_qa.tar.zst\nDEBUG: Testing URL file://49/e6/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db_recipe_qa.tar.zst\nDEBUG: Using  for c6/50/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:c6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'a5/be/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0_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://53/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372_recipe_qa.tar.zst\nDEBUG: Searching for 43/7a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://91/28/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/09/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:ee0943c1cee6cc16909a96e127ed74c117daafdd5ebc205d9ece2fa582a3f803_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/00/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8_recipe_qa.tar.zst\nDEBUG: Using  for 29/3b/sstate:libxcb-native::1.17.0:r0::12:293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011_populate_lic.tar.zst\nDEBUG: Using  for 2d/c6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/41/f5/sstate:cairo-native:x86_64-linux:1.18.0:r0:x86_64:12:41f585c518f4a445620bfcfc19b63bfbf24806053f686db178e8bd58a7d569a3_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '49/e6/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db_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/50/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:c6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/6b/sstate:blktool:core2-64-poky-linux:4-7.1:r0:core2-64:12:bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6_create_package_spdx.tar.zst\nDEBUG: For url file://a5/be/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a5/be/sstate%3Acracklib%3Acore2-64-poky-linux%3A2.9.11%3Ar0%3Acore2-64%3A12%3Aa5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0_packagedata.tar.zst;downloadfilename=a5/be/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0_packagedata.tar.zst\nDEBUG: Searching for 53/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 43/7a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '91/28/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8_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://c7/bc/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:c7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a_package_write_deb.tar.zst\nDEBUG: Searching for 1e/00/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://29/3b/sstate:libxcb-native::1.17.0:r0::12:293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011_populate_lic.tar.zst\nDEBUG: Testing URL file://2d/c6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://61/83/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4_populate_sysroot.tar.zst\nDEBUG: For url file://49/e6/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/e6/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db_recipe_qa.tar.zst;downloadfilename=49/e6/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c6/50/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:c6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6_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://b3/3e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284_package_write_rpm.tar.zst\nDEBUG: Using  for 53/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372_recipe_qa.tar.zst\nDEBUG: Testing URL file://43/7a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/1f/sstate:findutils::4.10.0:r0::12:1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d_populate_lic.tar.zst\nDEBUG: For url file://91/28/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/28/sstate%3Ajson-c%3Acore2-64-poky-linux%3A0.17%3Ar0%3Acore2-64%3A12%3A91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8_create_spdx.tar.zst;downloadfilename=91/28/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8_create_spdx.tar.zst\nDEBUG: Searching for c7/bc/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:c7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1e/00/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '29/3b/sstate:libxcb-native::1.17.0:r0::12:293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011_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/c6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3_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/83/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c6/50/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:c6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/50/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.70%3Ar0%3Acore2-64%3A12%3Ac6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6_package_write_deb.tar.zst;downloadfilename=c6/50/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:c6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/01/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:dc017b44c34c70b4741614ab4c88cde19ce5625929e5bc806806c1625a2d5cf8_populate_sysroot.tar.zst\nDEBUG: Searching for b3/3e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://53/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '43/7a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad_create_package_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://2f/61/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0_package_write_deb.tar.zst\nDEBUG: Using  for c7/bc/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:c7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a_package_write_deb.tar.zst\nDEBUG: Testing URL file://1e/00/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/12/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/70/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:ab70065a8b42b25b8a67fba4b4e24da782b03b1807d6eeb997d4b7d4470b0a61_populate_sysroot.tar.zst\nDEBUG: For url file://29/3b/sstate:libxcb-native::1.17.0:r0::12:293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/3b/sstate%3Alibxcb-native%3A%3A1.17.0%3Ar0%3A%3A12%3A293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011_populate_lic.tar.zst;downloadfilename=29/3b/sstate:libxcb-native::1.17.0:r0::12:293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011_populate_lic.tar.zst\nDEBUG: For url file://2d/c6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/c6/sstate%3Aalsa-state%3Acore2-64-poky-linux%3A0.2.0%3Ar0%3Acore2-64%3A12%3A2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3_deploy_source_date_epoch.tar.zst;downloadfilename=2d/c6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 61/83/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://71/ba/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://a5/be/sstate:cracklib:core2-64-poky-linux:2.9.11:r0:core2-64:12:a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0_packagedata.tar.zst\nDEBUG: Using  for b3/3e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '53/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372_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/7a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/7a/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A12%3A437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad_create_package_spdx.tar.zst;downloadfilename=43/7a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad_create_package_spdx.tar.zst\nDEBUG: Searching for 2f/61/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c7/bc/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:c7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '1e/00/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8_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://2d/93/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/c7/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::12:a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://49/e6/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db_recipe_qa.tar.zst\nDEBUG: Testing URL file://61/83/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4_populate_sysroot.tar.zst\nDEBUG: Searching for 71/ba/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://91/28/sstate:json-c:core2-64-poky-linux:0.17:r0:core2-64:12:91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://62/73/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67_packagedata.tar.zst\nDEBUG: Testing URL file://b3/3e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284_package_write_rpm.tar.zst\nDEBUG: For url file://53/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/d0/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A12%3A53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372_recipe_qa.tar.zst;downloadfilename=53/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372_recipe_qa.tar.zst\nDEBUG: Using  for 2f/61/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c7/bc/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:c7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a_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://1e/00/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/00/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8_recipe_qa.tar.zst;downloadfilename=1e/00/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8_recipe_qa.tar.zst\nDEBUG: Searching for 2d/93/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a7/c7/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::12:a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://00/88/sstate:librsvg-native::2.57.1:r0::12:0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd_populate_lic.tar.zst\nDEBUG: For url ['file', '', '61/83/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 71/ba/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/05/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929_package_qa.tar.zst\nDEBUG: Searching for 62/73/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b3/3e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284_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://2f/61/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0_package_write_deb.tar.zst\nDEBUG: For url file://c7/bc/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:c7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/bc/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.5%3Ar0%3Acore2-64%3A12%3Ac7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a_package_write_deb.tar.zst;downloadfilename=c7/bc/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:c7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/50/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:c6506c9dead9537e35542173b5cba17b6c6ca3e11595bc6dafc8b68895d75ca6_package_write_deb.tar.zst\nDEBUG: Using  for 2d/93/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa_package_write_ipk.tar.zst\nDEBUG: Using  for a7/c7/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::12:a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://29/3b/sstate:libxcb-native::1.17.0:r0::12:293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011_populate_lic.tar.zst\nDEBUG: Searching for 00/88/sstate:librsvg-native::2.57.1:r0::12:0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2d/c6/sstate:alsa-state:core2-64-poky-linux:0.2.0:r0:core2-64:12:2dc6f86f427e1e6ace1b141cd1f274a6c2e8d9286024c353cf6d02e7642434c3_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://61/83/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/83/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4_populate_sysroot.tar.zst;downloadfilename=61/83/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4_populate_sysroot.tar.zst\nDEBUG: Testing URL file://71/ba/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf_recipe_qa.tar.zst\nDEBUG: Searching for 8a/05/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 62/73/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67_packagedata.tar.zst\nDEBUG: For url file://b3/3e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/3e/sstate%3Apython3-importlib-metadata%3Acore2-64-poky-linux%3A7.1.0%3Ar0%3Acore2-64%3A12%3Ab33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284_package_write_rpm.tar.zst;downloadfilename=b3/3e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '2f/61/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0_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://fa/91/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682_package_qa.tar.zst\nDEBUG: Testing URL file://2d/93/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa_package_write_ipk.tar.zst\nDEBUG: Testing URL file://a7/c7/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::12:a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://43/7a/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://08/5a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8_recipe_qa.tar.zst\nDEBUG: Using  for 00/88/sstate:librsvg-native::2.57.1:r0::12:0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/b0/sstate:bzip2::1.0.8:r0::12:e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '71/ba/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8a/05/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929_package_qa.tar.zst\nDEBUG: Testing URL file://62/73/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://53/d0/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372_recipe_qa.tar.zst\nDEBUG: For url file://2f/61/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/61/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A12%3A2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0_package_write_deb.tar.zst;downloadfilename=2f/61/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0_package_write_deb.tar.zst\nDEBUG: Searching for fa/91/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2d/93/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa_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://1e/00/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'a7/c7/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::12:a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d_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/cc/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b_recipe_qa.tar.zst\nDEBUG: Searching for 08/5a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://00/88/sstate:librsvg-native::2.57.1:r0::12:0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd_populate_lic.tar.zst\nDEBUG: Searching for e9/b0/sstate:bzip2::1.0.8:r0::12:e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://71/ba/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/ba/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A12%3A71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf_recipe_qa.tar.zst;downloadfilename=71/ba/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf_recipe_qa.tar.zst\nDEBUG: Testing URL file://8a/05/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c7/bc/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:c7bc1040f5703b8500101fee28e5e9ac74edd9ebaed6dabeba232e0baec3ea0a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '62/73/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67_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://a7/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d_create_spdx.tar.zst\nDEBUG: Using  for fa/91/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682_package_qa.tar.zst\nDEBUG: For url file://2d/93/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/93/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A12%3A2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa_package_write_ipk.tar.zst;downloadfilename=2d/93/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://61/83/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://92/2f/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a7/c7/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::12:a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/c7/sstate%3Adocbook-xsl-stylesheets-native%3A%3A1.79.1%3Ar0%3A%3A12%3Aa7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d_populate_lic.tar.zst;downloadfilename=a7/c7/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::12:a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d_populate_lic.tar.zst\nDEBUG: Searching for c0/cc/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 08/5a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '00/88/sstate:librsvg-native::2.57.1:r0::12:0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e9/b0/sstate:bzip2::1.0.8:r0::12:e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8a/05/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929_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/3e/sstate:python3-importlib-metadata:core2-64-poky-linux:7.1.0:r0:core2-64:12:b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/7f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:bd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://62/73/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/62/73/sstate%3Amkfontscale%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67_packagedata.tar.zst;downloadfilename=62/73/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67_packagedata.tar.zst\nDEBUG: Searching for a7/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fa/91/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://15/2c/sstate:python3-typogrify::2.0.7:r0::12:152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826_populate_lic.tar.zst\nDEBUG: Searching for 92/2f/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c0/cc/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b_recipe_qa.tar.zst\nDEBUG: Testing URL file://08/5a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8_recipe_qa.tar.zst\nDEBUG: For url file://00/88/sstate:librsvg-native::2.57.1:r0::12:0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/88/sstate%3Alibrsvg-native%3A%3A2.57.1%3Ar0%3A%3A12%3A0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd_populate_lic.tar.zst;downloadfilename=00/88/sstate:librsvg-native::2.57.1:r0::12:0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd_populate_lic.tar.zst\nDEBUG: Testing URL file://e9/b0/sstate:bzip2::1.0.8:r0::12:e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a_populate_lic.tar.zst\nDEBUG: For url file://8a/05/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/05/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.29%3Ar0%3Acore2-64%3A12%3A8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929_package_qa.tar.zst;downloadfilename=8a/05/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/3a/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b_create_spdx.tar.zst\nDEBUG: Searching for bd/7f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:bd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a7/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fa/91/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682_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://71/ba/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/61/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:2f61fd84ac7436a71919943c63476c019497de38825385d784b786a305a981d0_package_write_deb.tar.zst\nDEBUG: Searching for 15/2c/sstate:python3-typogrify::2.0.7:r0::12:152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 92/2f/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c0/cc/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '08/5a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8_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/b0/sstate:bzip2::1.0.8:r0::12:e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1f/3a/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bd/7f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:bd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a7/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/c7/sstate:docbook-xsl-stylesheets-native::1.79.1:r0::12:a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d_populate_lic.tar.zst\nDEBUG: For url file://fa/91/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/91/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.2%3Ar0%3Acore2-64%3A12%3Afa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682_package_qa.tar.zst;downloadfilename=fa/91/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/82/d4/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/4d/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5_create_spdx.tar.zst\nDEBUG: Using  for 15/2c/sstate:python3-typogrify::2.0.7:r0::12:152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826_populate_lic.tar.zst\nDEBUG: Testing URL file://92/2f/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'c0/cc/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://08/5a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/5a/sstate%3Apython3-dbus%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8_recipe_qa.tar.zst;downloadfilename=08/5a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8_recipe_qa.tar.zst\nDEBUG: For url file://e9/b0/sstate:bzip2::1.0.8:r0::12:e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/b0/sstate%3Abzip2%3A%3A1.0.8%3Ar0%3A%3A12%3Ae9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a_populate_lic.tar.zst;downloadfilename=e9/b0/sstate:bzip2::1.0.8:r0::12:e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a_populate_lic.tar.zst\nDEBUG: Using  for 1f/3a/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b_create_spdx.tar.zst\nDEBUG: Testing URL file://bd/7f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:bd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a7/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d_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://2d/93/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:2d93560b3aa1a24157afd5e6ffdbdb34dbd74ff6108b1c14bc6370533e402ffa_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/fb/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a_create_package_spdx.tar.zst\nDEBUG: Searching for universal/82/d4/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b8/4d/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://62/73/sstate:mkfontscale:core2-64-poky-linux:1.2.3:r0:core2-64:12:6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67_packagedata.tar.zst\nDEBUG: Testing URL file://15/2c/sstate:python3-typogrify::2.0.7:r0::12:152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826_populate_lic.tar.zst\nDEBUG: For url ['file', '', '92/2f/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_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/cc/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/cc/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A12%3Ac0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b_recipe_qa.tar.zst;downloadfilename=c0/cc/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b_recipe_qa.tar.zst\nDEBUG: Testing URL file://1f/3a/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://00/88/sstate:librsvg-native::2.57.1:r0::12:0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'bd/7f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:bd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d_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://a7/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/f6/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3Aa7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d_create_spdx.tar.zst;downloadfilename=a7/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8a/05/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/54/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e_package.tar.zst\nDEBUG: Searching for 1c/fb/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/82/d4/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038_create_spdx.tar.zst\nDEBUG: Using  for b8/4d/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/aa/bc/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1_create_spdx.tar.zst\nDEBUG: For url ['file', '', '15/2c/sstate:python3-typogrify::2.0.7:r0::12:152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826_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/2f/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/2f/sstate%3Apackagegroup-core-boot%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst;downloadfilename=92/2f/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1f/3a/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b_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/09/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/91/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682_package_qa.tar.zst\nDEBUG: For url file://bd/7f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:bd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/7f/sstate%3Axxhash%3Acore2-64-poky-linux%3A0.8.2%3Ar0%3Acore2-64%3A12%3Abd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d_deploy_source_date_epoch.tar.zst;downloadfilename=bd/7f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:bd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/37/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://08/5a/sstate:python3-dbus:core2-64-poky-linux:1.3.2:r0:core2-64:12:085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/b0/sstate:bzip2::1.0.8:r0::12:e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a_populate_lic.tar.zst\nDEBUG: Searching for 7c/54/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1c/fb/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/82/d4/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038_create_spdx.tar.zst\nDEBUG: Testing URL file://b8/4d/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5_create_spdx.tar.zst\nDEBUG: Searching for universal/aa/bc/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://15/2c/sstate:python3-typogrify::2.0.7:r0::12:152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/2c/sstate%3Apython3-typogrify%3A%3A2.0.7%3Ar0%3A%3A12%3A152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826_populate_lic.tar.zst;downloadfilename=15/2c/sstate:python3-typogrify::2.0.7:r0::12:152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826_populate_lic.tar.zst\nDEBUG: For url file://1f/3a/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/3a/sstate%3Autil-linux%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b_create_spdx.tar.zst;downloadfilename=1f/3a/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b_create_spdx.tar.zst\nDEBUG: Searching for e4/09/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://de/3d/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054_recipe_qa.tar.zst\nDEBUG: Searching for ce/37/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c0/cc/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/6e/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:a46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://59/48/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196_package_write_deb.tar.zst\nDEBUG: Using  for 7c/54/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e_package.tar.zst\nDEBUG: Testing URL file://1c/fb/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/82/d4/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038_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/4d/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/aa/bc/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/f6/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d_create_spdx.tar.zst\nDEBUG: Using  for e4/09/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967_populate_sysroot.tar.zst\nDEBUG: Searching for de/3d/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ce/37/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://98/a5/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533_create_package_spdx.tar.zst\nDEBUG: Searching for a4/6e/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:a46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 59/48/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7c/54/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e_package.tar.zst\nDEBUG: For url ['file', '', '1c/fb/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/82/d4/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/82/d4/sstate%3Agettext-native%3Ax86_64-linux%3A0.22.5%3Ar0%3Ax86_64%3A12%3A82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038_create_spdx.tar.zst;downloadfilename=universal/82/d4/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://92/2f/sstate:packagegroup-core-boot:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:922fdae653b6d236ecb704766f4b482c35e12c4452e2997462f8dbbb364c01c7_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b8/4d/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/4d/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Ab84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5_create_spdx.tar.zst;downloadfilename=b8/4d/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/aa/bc/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/34/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:bd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e4/09/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967_populate_sysroot.tar.zst\nDEBUG: Using  for de/3d/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054_recipe_qa.tar.zst\nDEBUG: Testing URL file://ce/37/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba_create_package_spdx.tar.zst\nDEBUG: Searching for 98/a5/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a4/6e/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:a46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21_populate_sysroot.tar.zst\nDEBUG: Using  for 59/48/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '7c/54/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1c/fb/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/fb/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a_create_package_spdx.tar.zst;downloadfilename=1c/fb/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/7f/sstate:xxhash:core2-64-poky-linux:0.8.2:r0:core2-64:12:bd7f57f436cbd554c73cc2ce56d61e1af4d1e85c5dca36bf10944faebca6982d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://be/0d/sstate:valgrind::3.23.0:r0::12:be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/aa/bc/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bd/34/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:bd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e4/09/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://de/3d/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ce/37/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 98/a5/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a4/6e/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:a46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21_populate_sysroot.tar.zst\nDEBUG: Testing URL file://59/48/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196_package_write_deb.tar.zst\nDEBUG: For url file://7c/54/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/54/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e_package.tar.zst;downloadfilename=7c/54/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e1/76/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:e17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df_package.tar.zst\nDEBUG: Searching for be/0d/sstate:valgrind::3.23.0:r0::12:be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1f/3a/sstate:util-linux:core2-64-poky-linux:2.39.3:r0:core2-64:12:1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b_create_spdx.tar.zst\nDEBUG: For url file://universal/aa/bc/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/aa/bc/sstate%3Alibx11-native%3Ax86_64-linux%3A1.8.9%3Ar0%3Ax86_64%3A12%3Aaabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1_create_spdx.tar.zst;downloadfilename=universal/aa/bc/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1_create_spdx.tar.zst\nDEBUG: Using  for bd/34/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:bd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36_package_write_ipk.tar.zst\nDEBUG: For url file://e4/09/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/09/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.8%3Ar0%3Acore2-64%3A12%3Ae40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967_populate_sysroot.tar.zst;downloadfilename=e4/09/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'de/3d/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ce/37/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/37/sstate%3Abase-files%3Aqemux86_64-poky-linux%3A3.0.14%3Ar0%3Aqemux86_64%3A12%3Ace37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba_create_package_spdx.tar.zst;downloadfilename=ce/37/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba_create_package_spdx.tar.zst\nDEBUG: Testing URL file://98/a5/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a4/6e/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:a46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '59/48/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e1/76/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:e17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for be/0d/sstate:valgrind::3.23.0:r0::12:be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/4d/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/86/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4_package_write_rpm.tar.zst\nDEBUG: Testing URL file://bd/34/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:bd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36_package_write_ipk.tar.zst\nDEBUG: For url file://de/3d/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/3d/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.8%3Ar0%3Acore2-64%3A12%3Ade3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054_recipe_qa.tar.zst;downloadfilename=de/3d/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/82/d4/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038_create_spdx.tar.zst\nDEBUG: For url ['file', '', '98/a5/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533_create_package_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://1c/fb/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://15/2c/sstate:python3-typogrify::2.0.7:r0::12:152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826_populate_lic.tar.zst\nDEBUG: For url file://a4/6e/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:a46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/6e/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.31.1%3Ar0%3Acore2-64%3A12%3Aa46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21_populate_sysroot.tar.zst;downloadfilename=a4/6e/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:a46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21_populate_sysroot.tar.zst\nDEBUG: For url file://59/48/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/48/sstate%3Alibgudev%3Acore2-64-poky-linux%3A238%3Ar0%3Acore2-64%3A12%3A5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196_package_write_deb.tar.zst;downloadfilename=59/48/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196_package_write_deb.tar.zst\nDEBUG: Using  for e1/76/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:e17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df_package.tar.zst\nDEBUG: Testing URL file://be/0d/sstate:valgrind::3.23.0:r0::12:be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/b6/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:e0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8_package.tar.zst\nDEBUG: Searching for b3/86/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'bd/34/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:bd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36_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://4d/c4/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/54/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:7c5441b6f06e725775e09160fd939767bf14005e2fc1b58e0888a4bcef2df48e_package.tar.zst\nDEBUG: For url file://98/a5/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/a5/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A12%3A98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533_create_package_spdx.tar.zst;downloadfilename=98/a5/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/7e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:b67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ed/df/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:eddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e1/76/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:e17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/aa/bc/sstate:libx11-native:x86_64-linux:1.8.9:r0:x86_64:12:aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'be/0d/sstate:valgrind::3.23.0:r0::12:be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e0/b6/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:e0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e4/09/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:e40975694c5a85e66d5f3802b4ad815843a0aaea80c35177452434d4f14a2967_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/37/sstate:base-files:qemux86_64-poky-linux:3.0.14:r0:qemux86_64:12:ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba_create_package_spdx.tar.zst\nDEBUG: Using  for b3/86/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4_package_write_rpm.tar.zst\nDEBUG: For url file://bd/34/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:bd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/34/sstate%3Asato-icon-theme%3Aall-poky-linux%3Agit%3Ar0%3Aallarch%3A12%3Abd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36_package_write_ipk.tar.zst;downloadfilename=bd/34/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:bd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36_package_write_ipk.tar.zst\nDEBUG: Searching for 4d/c4/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ec/f9/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391_packagedata.tar.zst\nDEBUG: Searching for b6/7e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:b67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ed/df/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:eddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://de/3d/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e1/76/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:e17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df_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://a2/41/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292_recipe_qa.tar.zst\nDEBUG: For url file://be/0d/sstate:valgrind::3.23.0:r0::12:be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/be/0d/sstate%3Avalgrind%3A%3A3.23.0%3Ar0%3A%3A12%3Abe0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d_populate_lic.tar.zst;downloadfilename=be/0d/sstate:valgrind::3.23.0:r0::12:be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d_populate_lic.tar.zst\nDEBUG: Using  for e0/b6/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:e0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://47/81/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/34/sstate:babeltrace2::2.0.6:r0::12:ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef_populate_lic.tar.zst\nDEBUG: Testing URL file://b3/86/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/6e/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:a46eded193e094920141c1b7c4d6cb639c0d9459e7a4ad0c8d6cacc4ea937a21_populate_sysroot.tar.zst\nDEBUG: Using  for 4d/c4/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579_package_qa.tar.zst\nDEBUG: Searching for ec/f9/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b6/7e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:b67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/ed/df/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:eddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b9/55/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:b955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e1/76/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:e17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e1/76/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1.1%3Ar0%3Acore2-64%3A12%3Ae17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df_package.tar.zst;downloadfilename=e1/76/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:e17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df_package.tar.zst\nDEBUG: Searching for a2/41/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://59/48/sstate:libgudev:core2-64-poky-linux:238:r0:core2-64:12:5948499659d8cf80773269cb20915121bbcacd03825284729da5f95bf86da196_package_write_deb.tar.zst\nDEBUG: Testing URL file://e0/b6/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:e0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8_package.tar.zst\nDEBUG: Searching for 47/81/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ec/34/sstate:babeltrace2::2.0.6:r0::12:ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b3/86/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4_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/63/24/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed_create_spdx.tar.zst\nDEBUG: Testing URL file://4d/c4/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579_package_qa.tar.zst\nDEBUG: Using  for ec/f9/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391_packagedata.tar.zst\nDEBUG: Testing URL file://b6/7e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:b67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/ed/df/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:eddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/b9/55/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:b955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a2/41/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://98/a5/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a9/21/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e0/b6/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:e0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 47/81/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ec/34/sstate:babeltrace2::2.0.6:r0::12:ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef_populate_lic.tar.zst\nDEBUG: For url file://b3/86/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/86/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A12%3Ab386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4_package_write_rpm.tar.zst;downloadfilename=b3/86/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4_package_write_rpm.tar.zst\nDEBUG: Searching for universal/63/24/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://bd/34/sstate:sato-icon-theme:all-poky-linux:git:r0:allarch:12:bd341c5e75416201797a2ce8fd2fedaa8bf5843f02f5c99d66760754c93e5d36_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '4d/c4/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ec/f9/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b6/7e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:b67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5_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/ed/df/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:eddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64_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/b9/55/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:b955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a2/41/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/f9/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9_populate_sysroot.tar.zst\nDEBUG: Searching for universal/a9/21/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e0/b6/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:e0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/b6/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A12%3Ae0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8_package.tar.zst;downloadfilename=e0/b6/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:e0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8_package.tar.zst\nDEBUG: Testing URL file://47/81/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ec/34/sstate:babeltrace2::2.0.6:r0::12:ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef_populate_lic.tar.zst\nDEBUG: Using  for universal/63/24/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/cf/sstate:xcursor-transparent-theme::0.1.1+git:r0::12:f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://be/0d/sstate:valgrind::3.23.0:r0::12:be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d_populate_lic.tar.zst\nDEBUG: For url file://4d/c4/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/c4/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579_package_qa.tar.zst;downloadfilename=4d/c4/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ec/f9/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b6/7e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:b67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/7e/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3Ab67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5_deploy_source_date_epoch.tar.zst;downloadfilename=b6/7e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:b67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/ed/df/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:eddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ed/df/sstate%3Akern-tools-native%3Ax86_64-linux%3A0.3%2Bgit%3Ar0%3Ax86_64%3A12%3Aeddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ed/df/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:eddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/b9/55/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:b955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a2/41/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a2/f9/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/a9/21/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '47/81/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d_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/76/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:e17608b25757bd62bd80530dabb9b680e1298e8b663b723fae1406da6487b7df_package.tar.zst\nDEBUG: For url ['file', '', 'ec/34/sstate:babeltrace2::2.0.6:r0::12:ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef_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/63/24/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed_create_spdx.tar.zst\nDEBUG: Searching for f8/cf/sstate:xcursor-transparent-theme::0.1.1+git:r0::12:f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0e/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc_create_spdx.tar.zst\nDEBUG: For url file://ec/f9/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/f9/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.103.2%3Ar0%3Acore2-64%3A12%3Aecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391_packagedata.tar.zst;downloadfilename=ec/f9/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/86/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/b9/55/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:b955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763_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://a2/41/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/41/sstate%3Axinput-calibrator%3Acore2-64-poky-linux%3A0.7.5%2Bgit%3Ar0%3Acore2-64%3A12%3Aa24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292_recipe_qa.tar.zst;downloadfilename=a2/41/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292_recipe_qa.tar.zst\nDEBUG: Using  for a2/f9/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/a9/21/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44_recipe_qa.tar.zst\nDEBUG: For url file://47/81/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/81/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.42%3Ar0%3Acore2-64%3A12%3A478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d_deploy_source_date_epoch.tar.zst;downloadfilename=47/81/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1f/3d/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05_populate_sysroot.tar.zst\nDEBUG: For url file://ec/34/sstate:babeltrace2::2.0.6:r0::12:ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/34/sstate%3Ababeltrace2%3A%3A2.0.6%3Ar0%3A%3A12%3Aec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef_populate_lic.tar.zst;downloadfilename=ec/34/sstate:babeltrace2::2.0.6:r0::12:ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/63/24/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f8/cf/sstate:xcursor-transparent-theme::0.1.1+git:r0::12:f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635_populate_lic.tar.zst\nDEBUG: Searching for 0e/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e0/b6/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:e0b665d06c0152662c5370300093754a9bcb49be81fe70c450dca3b5c14cefc8_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/46/aa/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9_create_package_spdx.tar.zst\nDEBUG: For url file://universal/b9/55/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:b955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b9/55/sstate%3Autil-linux-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A12%3Ab955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b9/55/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:b955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a2/f9/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/c4/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/a9/21/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/1f/3d/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/ed/df/sstate:kern-tools-native:x86_64-linux:0.3+git:r0:x86_64:12:eddf65e21a82a07575a65d3feeb80f3b7edd1ab40beab79f775a9523b5ce3b64_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/7e/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:b67e26cdd063e18eb535771c653eb13d8ab253dbf0656fdf8a1112460fafb0c5_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/63/24/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/63/24/sstate%3Apython3-calver-native%3Ax86_64-linux%3A2022.6.26%3Ar0%3Ax86_64%3A12%3A63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed_create_spdx.tar.zst;downloadfilename=universal/63/24/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed_create_spdx.tar.zst\nDEBUG: Testing URL file://f8/cf/sstate:xcursor-transparent-theme::0.1.1+git:r0::12:f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635_populate_lic.tar.zst\nDEBUG: Using  for 0e/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/c7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:a2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1_populate_sysroot.tar.zst\nDEBUG: Searching for universal/46/aa/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a2/f9/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9_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://ec/f9/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/41/sstate:xinput-calibrator:core2-64-poky-linux:0.7.5+git:r0:core2-64:12:a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://55/9e/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6_package_write_deb.tar.zst\nDEBUG: For url file://universal/a9/21/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a9/21/sstate%3Atcl-native%3Ax86_64-linux%3A8.6.14%3Ar0%3Ax86_64%3A12%3Aa9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44_recipe_qa.tar.zst;downloadfilename=universal/a9/21/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44_recipe_qa.tar.zst\nDEBUG: Using  for universal/1f/3d/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/26/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/84/67/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f8/cf/sstate:xcursor-transparent-theme::0.1.1+git:r0::12:f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0e/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://47/81/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:478129db0fb55473ce91b677d0f0da78f9c1246cd0797027dccf09ee88da981d_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a2/c7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:a2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/46/aa/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9_create_package_spdx.tar.zst\nDEBUG: For url file://a2/f9/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/f9/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.80.1%3Ar0%3Acore2-64%3A12%3Aa2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9_populate_sysroot.tar.zst;downloadfilename=a2/f9/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://79/73/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://14/ef/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9_create_spdx.tar.zst\nDEBUG: Searching for 55/9e/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ec/34/sstate:babeltrace2::2.0.6:r0::12:ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/1f/3d/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05_populate_sysroot.tar.zst\nDEBUG: Searching for 0d/26/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/84/67/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/b9/55/sstate:util-linux-native:x86_64-linux:2.39.3:r0:x86_64:12:b955ddfec56278ea4821d42e51cf1a477858456cdb138c9b32681fec0889d763_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f8/cf/sstate:xcursor-transparent-theme::0.1.1+git:r0::12:f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/cf/sstate%3Axcursor-transparent-theme%3A%3A0.1.1%2Bgit%3Ar0%3A%3A12%3Af8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635_populate_lic.tar.zst;downloadfilename=f8/cf/sstate:xcursor-transparent-theme::0.1.1+git:r0::12:f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0e/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc_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://17/ec/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080_populate_sysroot.tar.zst\nDEBUG: Using  for a2/c7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:a2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/46/aa/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9_create_package_spdx.tar.zst\nDEBUG: Searching for 79/73/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 14/ef/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 55/9e/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://05/96/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/1f/3d/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0d/26/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81_package_write_ipk.tar.zst\nDEBUG: Using  for universal/84/67/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://88/cf/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4_package_write_deb.tar.zst\nDEBUG: For url file://0e/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/b6/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.4%2Bgit%3Ar0%3Acore2-64%3A12%3A0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc_create_spdx.tar.zst;downloadfilename=0e/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/63/24/sstate:python3-calver-native:x86_64-linux:2022.6.26:r0:x86_64:12:63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed_create_spdx.tar.zst\nDEBUG: Searching for 17/ec/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a2/c7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:a2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/46/aa/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 79/73/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff_packagedata.tar.zst\nDEBUG: Testing URL file://79/73/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff_packagedata.tar.zst\nDEBUG: Testing URL file://55/9e/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6_package_write_deb.tar.zst\nDEBUG: Searching for 05/96/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/1f/3d/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/3d/sstate%3Adbus-glib-native%3Ax86_64-linux%3A0.112%3Ar0%3Ax86_64%3A12%3A1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05_populate_sysroot.tar.zst;downloadfilename=universal/1f/3d/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05_populate_sysroot.tar.zst\nDEBUG: Testing URL file://0d/26/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/84/67/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 88/cf/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/a9/21/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:a9219b0440c064f189cefe095d36cd8ddb1d7ae60bc2f7f8216e57ff8339ec44_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b1/f1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa_package_qa.tar.zst\nDEBUG: Using  for 17/ec/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/f9/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:a2f91f5c60b67600e9bc3dbdc1d9ed4ea4e36962e1735f4ce62edc15118519c9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a2/c7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:a2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1_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/46/aa/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/46/aa/sstate%3Alibyaml-native%3Ax86_64-linux%3A0.2.5%3Ar0%3Ax86_64%3A12%3A46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9_create_package_spdx.tar.zst;downloadfilename=universal/46/aa/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9_create_package_spdx.tar.zst\nDEBUG: Using  for 14/ef/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9_create_spdx.tar.zst\nDEBUG: For url ['file', '', '79/73/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff_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://f8/cf/sstate:xcursor-transparent-theme::0.1.1+git:r0::12:f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635_populate_lic.tar.zst\nDEBUG: For url ['file', '', '55/9e/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 05/96/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '0d/26/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81_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', '', 'universal/84/67/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0_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/cf/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/bb/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:fcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9_populate_sysroot.tar.zst\nDEBUG: Searching for b1/f1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0e/b6/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc_create_spdx.tar.zst\nDEBUG: Testing URL file://17/ec/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://55/63/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26_package_qa.tar.zst\nDEBUG: For url file://a2/c7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:a2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/c7/sstate%3Aed%3Acore2-64-poky-linux%3A1.20.2%3Ar0%3Acore2-64%3A12%3Aa2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1_populate_sysroot.tar.zst;downloadfilename=a2/c7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:a2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1_populate_sysroot.tar.zst\nDEBUG: Testing URL file://14/ef/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9_create_spdx.tar.zst\nDEBUG: For url file://79/73/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/73/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A12%3A797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff_packagedata.tar.zst;downloadfilename=79/73/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/b3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1f/3d/sstate:dbus-glib-native:x86_64-linux:0.112:r0:x86_64:12:1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05_populate_sysroot.tar.zst\nDEBUG: For url file://55/9e/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/9e/sstate%3Apango%3Acore2-64-poky-linux%3A1.52.2%3Ar0%3Acore2-64%3A12%3A559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6_package_write_deb.tar.zst;downloadfilename=55/9e/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6_package_write_deb.tar.zst\nDEBUG: Testing URL file://05/96/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d_package_write_ipk.tar.zst\nDEBUG: For url file://0d/26/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/26/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.19.2%3Ar0%3Acore2-64%3A12%3A0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81_package_write_ipk.tar.zst;downloadfilename=0d/26/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81_package_write_ipk.tar.zst\nDEBUG: For url file://universal/84/67/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/84/67/sstate%3Aupdate-rc.d-native%3Ax86_64-linux%3A0.8%2Bgit%3Ar0%3Ax86_64%3A12%3A8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/84/67/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://88/cf/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4_package_write_deb.tar.zst\nDEBUG: Searching for fc/bb/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:fcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b1/f1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://59/d6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '17/ec/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 55/63/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '14/ef/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f1/b3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://df/3d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/46/aa/sstate:libyaml-native:x86_64-linux:0.2.5:r0:x86_64:12:46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '05/96/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d_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', '', '88/cf/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fc/bb/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:fcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b1/f1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa_package_qa.tar.zst\nDEBUG: Searching for 59/d6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a2/c7/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:a2c7c80bbe0b790bde9a2ad114c304297f89d9ec3f0dc93f585ac9d915a695a1_populate_sysroot.tar.zst\nDEBUG: For url file://17/ec/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/ec/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080_populate_sysroot.tar.zst;downloadfilename=17/ec/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080_populate_sysroot.tar.zst\nDEBUG: Using  for 55/63/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26_package_qa.tar.zst\nDEBUG: For url file://14/ef/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/14/ef/sstate%3Alzlib%3Acore2-64-poky-linux%3A1.14%3Ar0%3Acore2-64%3A12%3A14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9_create_spdx.tar.zst;downloadfilename=14/ef/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9_create_spdx.tar.zst\nDEBUG: Using  for f1/b3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d_populate_sysroot.tar.zst\nDEBUG: Searching for df/3d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://60/30/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8_package_write_ipk.tar.zst\nDEBUG: For url file://05/96/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/96/sstate%3Adnf%3Acore2-64-poky-linux%3A4.20.0%3Ar0%3Acore2-64%3A12%3A0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d_package_write_ipk.tar.zst;downloadfilename=05/96/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d_package_write_ipk.tar.zst\nDEBUG: For url file://88/cf/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/cf/sstate%3Amatchbox-config-gtk%3Acore2-64-poky-linux%3A0.2%2Bgit%3Ar0%3Acore2-64%3A12%3A88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4_package_write_deb.tar.zst;downloadfilename=88/cf/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4_package_write_deb.tar.zst\nDEBUG: Testing URL file://fc/bb/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:fcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://55/9e/sstate:pango:core2-64-poky-linux:1.52.2:r0:core2-64:12:559edf354c23973d48ceb0028a115efd71ae901741898ab822542d70d1045cb6_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://79/73/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b1/f1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 59/d6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/72/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50_create_package_spdx.tar.zst\nDEBUG: Testing URL file://55/63/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/84/67/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:8467c457a6ef56d7a1f06fea9d1de517da7e74113967378adaf298ab1dda3bf0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://f1/b3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/26/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:0d261ecac01d785f6081af626b32f5a6dd5a33df27135378605603c0054a3e81_package_write_ipk.tar.zst\nDEBUG: Using  for df/3d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513_create_spdx.tar.zst\nDEBUG: Searching for 60/30/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'fc/bb/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:fcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9_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/ef/62/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:ef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://12/1e/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75_package_write_ipk.tar.zst\nDEBUG: For url file://b1/f1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b1/f1/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A12%3Ab1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa_package_qa.tar.zst;downloadfilename=b1/f1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa_package_qa.tar.zst\nDEBUG: Testing URL file://59/d6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0_package_write_rpm.tar.zst\nDEBUG: Searching for 0c/72/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '55/63/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26_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://d2/33/sstate:libmd-native::1.1.0:r0::12:d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f1/b3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d_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://35/f6/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b_populate_sysroot.tar.zst\nDEBUG: Testing URL file://df/3d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513_create_spdx.tar.zst\nDEBUG: Using  for 60/30/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8_package_write_ipk.tar.zst\nDEBUG: For url file://fc/bb/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:fcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/bb/sstate%3Aicu%3Acore2-64-poky-linux%3A75-1%3Ar0%3Acore2-64%3A12%3Afcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9_populate_sysroot.tar.zst;downloadfilename=fc/bb/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:fcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9_populate_sysroot.tar.zst\nDEBUG: Searching for universal/ef/62/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:ef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 12/1e/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://14/ef/sstate:lzlib:core2-64-poky-linux:1.14:r0:core2-64:12:14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9_create_spdx.tar.zst\nDEBUG: For url ['file', '', '59/d6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0c/72/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://88/cf/sstate:matchbox-config-gtk:core2-64-poky-linux:0.2+git:r0:core2-64:12:88cf09c7fa3ed96a18260d971f90571673bab6295e0f364ec62c2adfb68f48b4_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://17/ec/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080_populate_sysroot.tar.zst\nDEBUG: For url file://55/63/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/55/63/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A12%3A55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26_package_qa.tar.zst;downloadfilename=55/63/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26_package_qa.tar.zst\nDEBUG: Searching for d2/33/sstate:libmd-native::1.1.0:r0::12:d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f1/b3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/b3/sstate%3Alibunwind%3Acore2-64-poky-linux%3A1.6.2%3Ar0%3Acore2-64%3A12%3Af1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d_populate_sysroot.tar.zst;downloadfilename=f1/b3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d_populate_sysroot.tar.zst\nDEBUG: Searching for 35/f6/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'df/3d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://60/30/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://05/96/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d_package_write_ipk.tar.zst\nDEBUG: Using  for universal/ef/62/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:ef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 12/1e/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/92/59/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079_create_package_spdx.tar.zst\nDEBUG: For url file://59/d6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/d6/sstate%3Aadwaita-icon-theme%3Aall-poky-linux%3A46.0%3Ar0%3Aallarch%3A12%3A59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0_package_write_rpm.tar.zst;downloadfilename=59/d6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0c/72/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/c8/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c6/0a/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55_recipe_qa.tar.zst\nDEBUG: Using  for d2/33/sstate:libmd-native::1.1.0:r0::12:d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a_populate_lic.tar.zst\nDEBUG: Using  for 35/f6/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b_populate_sysroot.tar.zst\nDEBUG: For url file://df/3d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/3d/sstate%3Aed%3Acore2-64-poky-linux%3A1.20.2%3Ar0%3Acore2-64%3A12%3Adf3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513_create_spdx.tar.zst;downloadfilename=df/3d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513_create_spdx.tar.zst\nDEBUG: For url ['file', '', '60/30/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8_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://b1/f1/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://69/f2/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/ef/62/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:ef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://12/1e/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75_package_write_ipk.tar.zst\nDEBUG: Searching for universal/92/59/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fc/bb/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:fcbbbae0faf892124f40cd9644e7e061c1bd6198e79959807533ed1c08accbb9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0c/72/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3e/c8/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/c6/0a/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d2/33/sstate:libmd-native::1.1.0:r0::12:d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a_populate_lic.tar.zst\nDEBUG: Testing URL file://35/f6/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://55/63/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26_package_qa.tar.zst\nDEBUG: For url file://60/30/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/30/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A12%3A6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8_package_write_ipk.tar.zst;downloadfilename=60/30/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/59/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://f1/b3/sstate:libunwind:core2-64-poky-linux:1.6.2:r0:core2-64:12:f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d_populate_sysroot.tar.zst\nDEBUG: Searching for 69/f2/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ef/62/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:ef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd_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/1e/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/92/59/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/59/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20_packagedata.tar.zst\nDEBUG: For url file://0c/72/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/72/sstate%3Agcc-sanitizers%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50_create_package_spdx.tar.zst;downloadfilename=0c/72/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50_create_package_spdx.tar.zst\nDEBUG: Using  for 3e/c8/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa_package_qa.tar.zst\nDEBUG: Using  for universal/c6/0a/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd2/33/sstate:libmd-native::1.1.0:r0::12:d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '35/f6/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b_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/f9/21/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0_populate_sysroot.tar.zst\nDEBUG: Searching for 9c/59/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://59/d6/sstate:adwaita-icon-theme:all-poky-linux:46.0:r0:allarch:12:59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/17/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68_package_write_deb.tar.zst\nDEBUG: Using  for 69/f2/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82_create_spdx.tar.zst\nDEBUG: For url file://universal/ef/62/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:ef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ef/62/sstate%3Agit-native%3Ax86_64-linux%3A2.45.2%3Ar0%3Ax86_64%3A12%3Aef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ef/62/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:ef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://12/1e/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/1e/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.18%3Ar0%3Acore2-64%3A12%3A121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75_package_write_ipk.tar.zst;downloadfilename=12/1e/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/92/59/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079_create_package_spdx.tar.zst\nDEBUG: Searching for bc/59/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://df/3d/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513_create_spdx.tar.zst\nDEBUG: Testing URL file://3e/c8/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa_package_qa.tar.zst\nDEBUG: Testing URL file://universal/c6/0a/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55_recipe_qa.tar.zst\nDEBUG: For url file://d2/33/sstate:libmd-native::1.1.0:r0::12:d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/33/sstate%3Alibmd-native%3A%3A1.1.0%3Ar0%3A%3A12%3Ad2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a_populate_lic.tar.zst;downloadfilename=d2/33/sstate:libmd-native::1.1.0:r0::12:d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a_populate_lic.tar.zst\nDEBUG: For url file://35/f6/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/f6/sstate%3Acurl%3Acore2-64-poky-linux%3A8.8.0%3Ar0%3Acore2-64%3A12%3A35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b_populate_sysroot.tar.zst;downloadfilename=35/f6/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b_populate_sysroot.tar.zst\nDEBUG: Searching for universal/f9/21/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9c/59/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://47/35/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d_recipe_qa.tar.zst\nDEBUG: Searching for c6/17/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://69/f2/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/92/59/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bc/59/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://60/30/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:6030c5da0321da0893a02207287f787dc9028c65413f77a7db3fc9071bb1b2f8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/fb/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:c2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '3e/c8/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa_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/c6/0a/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55_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://0c/72/sstate:gcc-sanitizers:core2-64-poky-linux:14.1.0:r0:core2-64:12:0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50_create_package_spdx.tar.zst\nDEBUG: Using  for universal/f9/21/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9c/59/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ef/62/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:ef62a04ea1c6c6047c0cfed6f6cc62206ce84587d96985850f812135956b13cd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 47/35/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c6/17/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '69/f2/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82_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/92/59/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/92/59/sstate%3Anettle-native%3Ax86_64-linux%3A3.9.1%3Ar0%3Ax86_64%3A12%3A92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079_create_package_spdx.tar.zst;downloadfilename=universal/92/59/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079_create_package_spdx.tar.zst\nDEBUG: Testing URL file://bc/59/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/79/sstate:e2fsprogs-native::1.47.0:r0::12:1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7_populate_lic.tar.zst\nDEBUG: Searching for c2/fb/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:c2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3e/c8/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/c8/sstate%3Apciutils%3Acore2-64-poky-linux%3A3.13.0%3Ar0%3Acore2-64%3A12%3A3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa_package_qa.tar.zst;downloadfilename=3e/c8/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa_package_qa.tar.zst\nDEBUG: For url file://universal/c6/0a/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c6/0a/sstate%3Alibcomps-native%3Ax86_64-linux%3A0.1.21%3Ar0%3Ax86_64%3A12%3Ac60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55_recipe_qa.tar.zst;downloadfilename=universal/c6/0a/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://0a/97/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465_package.tar.zst\nDEBUG: Testing URL file://universal/f9/21/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9c/59/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca_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://12/1e/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:121edec873f7e7a723adbde23ceaeab7da12c45c0de503307ae76fcfd3b9ae75_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://75/72/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11_packagedata.tar.zst\nDEBUG: Using  for 47/35/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d_recipe_qa.tar.zst\nDEBUG: Testing URL file://c6/17/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68_package_write_deb.tar.zst\nDEBUG: For url file://69/f2/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/f2/sstate%3Ainitscripts%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82_create_spdx.tar.zst;downloadfilename=69/f2/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bc/59/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1e/79/sstate:e2fsprogs-native::1.47.0:r0::12:1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c2/fb/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:c2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://35/f6/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b_populate_sysroot.tar.zst\nDEBUG: Searching for 0a/97/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d2/33/sstate:libmd-native::1.1.0:r0::12:d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/f9/21/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9c/59/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/59/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca_package_write_deb.tar.zst;downloadfilename=9c/59/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/ab/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862_package_qa.tar.zst\nDEBUG: Searching for 75/72/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://47/35/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c6/17/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68_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://bc/59/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/59/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Abc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20_packagedata.tar.zst;downloadfilename=bc/59/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/92/59/sstate:nettle-native:x86_64-linux:3.9.1:r0:x86_64:12:92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079_create_package_spdx.tar.zst\nDEBUG: Using  for 1e/79/sstate:e2fsprogs-native::1.47.0:r0::12:1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7_populate_lic.tar.zst\nDEBUG: Testing URL file://c2/fb/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:c2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/37/4e/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d_create_package_spdx.tar.zst\nDEBUG: Using  for 0a/97/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465_package.tar.zst\nDEBUG: SState: Attempting to fetch file://de/1e/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:de1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe_populate_sysroot.tar.zst\nDEBUG: For url file://universal/f9/21/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f9/21/sstate%3Aalsa-lib-native%3Ax86_64-linux%3A1.2.12%3Ar0%3Ax86_64%3A12%3Af921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0_populate_sysroot.tar.zst;downloadfilename=universal/f9/21/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c6/0a/sstate:libcomps-native:x86_64-linux:0.1.21:r0:x86_64:12:c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3e/c8/sstate:pciutils:core2-64-poky-linux:3.13.0:r0:core2-64:12:3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa_package_qa.tar.zst\nDEBUG: Searching for c8/ab/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 75/72/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11_packagedata.tar.zst\nDEBUG: For url ['file', '', '47/35/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c6/17/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/17/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Ac61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68_package_write_deb.tar.zst;downloadfilename=c6/17/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://10/e9/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267_package_write_ipk.tar.zst\nDEBUG: Testing URL file://1e/79/sstate:e2fsprogs-native::1.47.0:r0::12:1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c2/fb/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:c2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/37/4e/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://0a/97/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465_package.tar.zst\nDEBUG: Searching for de/1e/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:de1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://69/f2/sstate:initscripts:core2-64-poky-linux:1.0:r0:core2-64:12:69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/3f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://af/70/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:af707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954_package.tar.zst\nDEBUG: Using  for c8/ab/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862_package_qa.tar.zst\nDEBUG: Testing URL file://75/72/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11_packagedata.tar.zst\nDEBUG: For url file://47/35/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/35/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A12%3A4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d_recipe_qa.tar.zst;downloadfilename=47/35/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/59/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:9c59a5eb6d235053a9d6d00a1c9ef1d4b26d856baad67d4170840a0330aaa2ca_package_write_deb.tar.zst\nDEBUG: Searching for 10/e9/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1e/79/sstate:e2fsprogs-native::1.47.0:r0::12:1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c2/fb/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:c2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/fb/sstate%3Agdb%3Acore2-64-poky-linux%3A14.2%3Ar0%3Acore2-64%3A12%3Ac2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a_package_write_ipk.tar.zst;downloadfilename=c2/fb/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:c2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a_package_write_ipk.tar.zst\nDEBUG: Using  for universal/37/4e/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '0a/97/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for de/1e/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:de1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/59/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f0/e2/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881_recipe_qa.tar.zst\nDEBUG: Searching for ec/3f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for af/70/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:af707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c8/ab/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862_package_qa.tar.zst\nDEBUG: For url ['file', '', '75/72/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11_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://ad/1b/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f_recipe_qa.tar.zst\nDEBUG: Using  for 10/e9/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f9/21/sstate:alsa-lib-native:x86_64-linux:1.2.12:r0:x86_64:12:f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0_populate_sysroot.tar.zst\nDEBUG: For url file://1e/79/sstate:e2fsprogs-native::1.47.0:r0::12:1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/79/sstate%3Ae2fsprogs-native%3A%3A1.47.0%3Ar0%3A%3A12%3A1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7_populate_lic.tar.zst;downloadfilename=1e/79/sstate:e2fsprogs-native::1.47.0:r0::12:1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/37/4e/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d_create_package_spdx.tar.zst\nDEBUG: For url file://0a/97/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0a/97/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.29%3Ar0%3Acore2-64%3A12%3A0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465_package.tar.zst;downloadfilename=0a/97/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465_package.tar.zst\nDEBUG: Testing URL file://de/1e/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:de1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/a3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247_create_spdx.tar.zst\nDEBUG: Searching for universal/f0/e2/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ec/3f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6_package_write_rpm.tar.zst\nDEBUG: Using  for af/70/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:af707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/17/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c8/ab/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://75/72/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/72/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.2%3Ar0%3Acore2-64%3A12%3A757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11_packagedata.tar.zst;downloadfilename=75/72/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11_packagedata.tar.zst\nDEBUG: Searching for ad/1b/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://10/e9/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/97/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:d8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/37/4e/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'de/1e/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:de1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe_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://47/35/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d_recipe_qa.tar.zst\nDEBUG: Searching for aa/a3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f0/e2/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881_recipe_qa.tar.zst\nDEBUG: Testing URL file://ec/3f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6_package_write_rpm.tar.zst\nDEBUG: Testing URL file://af/70/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:af707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c2/fb/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:c2fb3676e9aaaefb3e36f675ab8288e2f5d91bb090860e6efc266d6f05e2305a_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/2d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:bc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756_package.tar.zst\nDEBUG: For url file://c8/ab/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/ab/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.62.0%3Ar0%3Acore2-64%3A12%3Ac8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862_package_qa.tar.zst;downloadfilename=c8/ab/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862_package_qa.tar.zst\nDEBUG: Using  for ad/1b/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/79/sstate:e2fsprogs-native::1.47.0:r0::12:1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '10/e9/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d8/97/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:d8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/37/4e/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/37/4e/sstate%3Alibxext-native%3Ax86_64-linux%3A1.3.6%3Ar0%3Ax86_64%3A12%3A374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d_create_package_spdx.tar.zst;downloadfilename=universal/37/4e/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d_create_package_spdx.tar.zst\nDEBUG: For url file://de/1e/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:de1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/1e/sstate%3Alibsolv%3Acore2-64-poky-linux%3A0.7.29%3Ar0%3Acore2-64%3A12%3Ade1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe_populate_sysroot.tar.zst;downloadfilename=de/1e/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:de1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/3d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30_package_write_deb.tar.zst\nDEBUG: Using  for aa/a3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/f0/e2/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ec/3f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6_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/70/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:af707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954_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://4e/48/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348_package_write_ipk.tar.zst\nDEBUG: Searching for bc/2d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:bc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ad/1b/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0a/97/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:0a977b78132be244175abe6cb6623401a3952874e83f8f2fe12905a3b5a10465_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/51/0f/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://10/e9/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/e9/sstate%3Afmt%3Acore2-64-poky-linux%3A10.2.1%3Ar0%3Acore2-64%3A12%3A10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267_package_write_ipk.tar.zst;downloadfilename=10/e9/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267_package_write_ipk.tar.zst\nDEBUG: Using  for d8/97/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:d8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 5d/3d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://aa/a3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://75/72/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/f0/e2/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881_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/3f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/3f/sstate%3Axrestop%3Acore2-64-poky-linux%3A0.4%3Ar0%3Acore2-64%3A12%3Aec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6_package_write_rpm.tar.zst;downloadfilename=ec/3f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6_package_write_rpm.tar.zst\nDEBUG: For url file://af/70/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:af707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/70/sstate%3Alibinput%3Acore2-64-poky-linux%3A1.25.0%3Ar0%3Acore2-64%3A12%3Aaf707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954_package.tar.zst;downloadfilename=af/70/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:af707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954_package.tar.zst\nDEBUG: Searching for 4e/48/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bc/2d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:bc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756_package.tar.zst\nDEBUG: For url ['file', '', 'ad/1b/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f_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://3f/35/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/51/0f/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d8/97/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:d8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/ab/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862_package_qa.tar.zst\nDEBUG: Using  for 5d/3d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'aa/a3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247_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://86/2d/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1_recipe_qa.tar.zst\nDEBUG: For url file://universal/f0/e2/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f0/e2/sstate%3Axtrans-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A12%3Af0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881_recipe_qa.tar.zst;downloadfilename=universal/f0/e2/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/37/4e/sstate:libxext-native:x86_64-linux:1.3.6:r0:x86_64:12:374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d_create_package_spdx.tar.zst\nDEBUG: Using  for 4e/48/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348_package_write_ipk.tar.zst\nDEBUG: Testing URL file://bc/2d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:bc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756_package.tar.zst\nDEBUG: SState: Successful fetch test for file://de/1e/sstate:libsolv:core2-64-poky-linux:0.7.29:r0:core2-64:12:de1e9a55ecc162dbd18b223218195480956e2fc1b3cb43738b3d3f5f05e9c1fe_populate_sysroot.tar.zst\nDEBUG: For url file://ad/1b/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ad/1b/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Aad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f_recipe_qa.tar.zst;downloadfilename=ad/1b/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f_recipe_qa.tar.zst\nDEBUG: Searching for 3f/35/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/51/0f/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd8/97/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:d8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118_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://f4/df/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd_recipe_qa.tar.zst\nDEBUG: Testing URL file://5d/3d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30_package_write_deb.tar.zst\nDEBUG: For url file://aa/a3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/a3/sstate%3Apuzzles%3Acore2-64-poky-linux%3A0.0%2Bgit%3Ar0%3Acore2-64%3A12%3Aaaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247_create_spdx.tar.zst;downloadfilename=aa/a3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247_create_spdx.tar.zst\nDEBUG: Searching for 86/2d/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6a/4f/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://10/e9/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:10e9f5721c85817ae3aa391f0ea4923ab090f047586f0cb2016bc225fa6b9267_package_write_ipk.tar.zst\nDEBUG: Testing URL file://4e/48/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'bc/2d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:bc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756_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/bd/sstate:base-passwd::3.6.3:r0::12:0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71_populate_lic.tar.zst\nDEBUG: Using  for 3f/35/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/51/0f/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/3f/sstate:xrestop:core2-64-poky-linux:0.4:r0:core2-64:12:ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6_package_write_rpm.tar.zst\nDEBUG: For url file://d8/97/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:d8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/97/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A12%3Ad8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118_deploy_source_date_epoch.tar.zst;downloadfilename=d8/97/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:d8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f4/df/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '5d/3d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 86/2d/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1_recipe_qa.tar.zst\nDEBUG: Searching for 6a/4f/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://af/70/sstate:libinput:core2-64-poky-linux:1.25.0:r0:core2-64:12:af707a3034a938d4517c5bfdd4cf365e3fb7e469d2591a9834d926d65b66a954_package.tar.zst\nDEBUG: SState: Attempting to fetch file://03/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7_packagedata.tar.zst\nDEBUG: For url ['file', '', '4e/48/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348_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://bc/2d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:bc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/2d/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A12%3Abc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756_package.tar.zst;downloadfilename=bc/2d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:bc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756_package.tar.zst\nDEBUG: Searching for 0e/bd/sstate:base-passwd::3.6.3:r0::12:0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3f/35/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f0/e2/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/51/0f/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813_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/05/96/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb_populate_sysroot.tar.zst\nDEBUG: Using  for f4/df/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd_recipe_qa.tar.zst\nDEBUG: For url file://5d/3d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/3d/sstate%3Alibical%3Acore2-64-poky-linux%3A3.0.18%3Ar0%3Acore2-64%3A12%3A5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30_package_write_deb.tar.zst;downloadfilename=5d/3d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30_package_write_deb.tar.zst\nDEBUG: Testing URL file://86/2d/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1_recipe_qa.tar.zst\nDEBUG: Using  for 6a/4f/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ad/1b/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a4/0c/sstate:freetype::2.13.2:r0::12:a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7_populate_lic.tar.zst\nDEBUG: Searching for 03/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4e/48/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4e/48/sstate%3Axf86-video-vmware%3Acore2-64-poky-linux%3A13.4.0%3Ar0%3Acore2-64%3A12%3A4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348_package_write_ipk.tar.zst;downloadfilename=4e/48/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348_package_write_ipk.tar.zst\nDEBUG: Using  for 0e/bd/sstate:base-passwd::3.6.3:r0::12:0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3f/35/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4_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://aa/a3/sstate:puzzles:core2-64-poky-linux:0.0+git:r0:core2-64:12:aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://38/5f/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406_package_write_deb.tar.zst\nDEBUG: For url file://universal/51/0f/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/51/0f/sstate%3Amakedevs-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3A510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813_deploy_source_date_epoch.tar.zst;downloadfilename=universal/51/0f/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/05/96/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f4/df/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '86/2d/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1_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/4f/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/30/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd_package_qa.tar.zst\nDEBUG: Searching for a4/0c/sstate:freetype::2.13.2:r0::12:a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 03/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7_packagedata.tar.zst\nDEBUG: Testing URL file://0e/bd/sstate:base-passwd::3.6.3:r0::12:0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/97/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:d8973b0e8b6e6dd00fcedc92e1d507027d97dd2c8dd190703574bd785cafd118_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3f/35/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/35/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A12%3A3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4_deploy_source_date_epoch.tar.zst;downloadfilename=3f/35/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/e9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 38/5f/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/05/96/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'f4/df/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd_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/2d/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/2d/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A12%3A862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1_recipe_qa.tar.zst;downloadfilename=86/2d/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6a/4f/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7b/30/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a4/0c/sstate:freetype::2.13.2:r0::12:a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7_populate_lic.tar.zst\nDEBUG: Testing URL file://03/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7_packagedata.tar.zst\nDEBUG: For url ['file', '', '0e/bd/sstate:base-passwd::3.6.3:r0::12:0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71_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/9d/a5/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29_recipe_qa.tar.zst\nDEBUG: Searching for 2f/e9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://5d/3d/sstate:libical:core2-64-poky-linux:3.0.18:r0:core2-64:12:5d3df12de6ba197e4ce666454c83b9b31b0c8cb0338dabf4cfdb0fc4299a0a30_package_write_deb.tar.zst\nDEBUG: Using  for 38/5f/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/05/96/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb_populate_sysroot.tar.zst\nDEBUG: For url file://f4/df/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/df/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3Af4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd_recipe_qa.tar.zst;downloadfilename=f4/df/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd_recipe_qa.tar.zst\nDEBUG: For url file://6a/4f/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/4f/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b_create_package_spdx.tar.zst;downloadfilename=6a/4f/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b_create_package_spdx.tar.zst\nDEBUG: Using  for 7b/30/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4e/48/sstate:xf86-video-vmware:core2-64-poky-linux:13.4.0:r0:core2-64:12:4e48ada628d74df54da634654c353d89f98c0d9df3b6527dfb843c00554d5348_package_write_ipk.tar.zst\nDEBUG: Testing URL file://a4/0c/sstate:freetype::2.13.2:r0::12:a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '03/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0e/bd/sstate:base-passwd::3.6.3:r0::12:0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0e/bd/sstate%3Abase-passwd%3A%3A3.6.3%3Ar0%3A%3A12%3A0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71_populate_lic.tar.zst;downloadfilename=0e/bd/sstate:base-passwd::3.6.3:r0::12:0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71_populate_lic.tar.zst\nDEBUG: Searching for universal/9d/a5/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2f/e9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/66/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://38/5f/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/05/96/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://7b/30/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/35/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:3f35b6c98dea1ba2367be6aa97a5faf19af7a60b819175281a75eb42920f3cd4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/a9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/51/0f/sstate:makedevs-native:x86_64-linux:1.0.1:r0:x86_64:12:510f366d92a2abaf28d46f60afc7ea33ebfe8e269fc92ffebcbfe36ed9d6a813_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a4/0c/sstate:freetype::2.13.2:r0::12:a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7_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/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/a7/sstate%3Apython3-pycairo%3Acore2-64-poky-linux%3A1.26.0%3Ar0%3Acore2-64%3A12%3A03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7_packagedata.tar.zst;downloadfilename=03/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7_packagedata.tar.zst\nDEBUG: Using  for universal/9d/a5/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29_recipe_qa.tar.zst\nDEBUG: Testing URL file://2f/e9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 3f/66/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '38/5f/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406_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/05/96/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/05/96/sstate%3Atexinfo-dummy-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3A05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb_populate_sysroot.tar.zst;downloadfilename=universal/05/96/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7b/30/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd_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/f4/c1/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8_recipe_qa.tar.zst\nDEBUG: Searching for 3a/a9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://86/2d/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/38/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a_package_write_deb.tar.zst\nDEBUG: For url file://a4/0c/sstate:freetype::2.13.2:r0::12:a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/0c/sstate%3Afreetype%3A%3A2.13.2%3Ar0%3A%3A12%3Aa40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7_populate_lic.tar.zst;downloadfilename=a4/0c/sstate:freetype::2.13.2:r0::12:a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/9d/a5/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '2f/e9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a_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://6a/4f/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/df/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd_recipe_qa.tar.zst\nDEBUG: Using  for 3f/66/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9_create_package_spdx.tar.zst\nDEBUG: For url file://38/5f/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/5f/sstate%3Amesa-demos%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406_package_write_deb.tar.zst;downloadfilename=38/5f/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406_package_write_deb.tar.zst\nDEBUG: For url file://7b/30/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/30/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd_package_qa.tar.zst;downloadfilename=7b/30/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd_package_qa.tar.zst\nDEBUG: Searching for universal/f4/c1/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3a/a9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8_create_spdx.tar.zst\nDEBUG: Searching for 9d/38/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/9d/a5/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29_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/e9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/e9/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A12%3A2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a_deploy_source_date_epoch.tar.zst;downloadfilename=2f/e9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/dc/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0e/bd/sstate:base-passwd::3.6.3:r0::12:0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e0/5f/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:e05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://3f/66/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9_create_package_spdx.tar.zst\nDEBUG: Using  for universal/f4/c1/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://03/a7/sstate:python3-pycairo:core2-64-poky-linux:1.26.0:r0:core2-64:12:03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7_packagedata.tar.zst\nDEBUG: Testing URL file://3a/a9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db_package_qa.tar.zst\nDEBUG: Searching for b3/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9d/38/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a_package_write_deb.tar.zst\nDEBUG: For url file://universal/9d/a5/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9d/a5/sstate%3Apython3-setuptools-native%3Ax86_64-linux%3A69.5.1%3Ar0%3Ax86_64%3A12%3A9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29_recipe_qa.tar.zst;downloadfilename=universal/9d/a5/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/05/96/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb_populate_sysroot.tar.zst\nDEBUG: Searching for universal/24/dc/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b7/bd/sstate:libfakekey::0.3+git:r0::12:b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90_populate_lic.tar.zst\nDEBUG: Searching for universal/e0/5f/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:e05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3f/66/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/f4/c1/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cf/5f/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3a/a9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b3/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8_create_spdx.tar.zst\nDEBUG: Testing URL file://9d/38/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://47/be/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa_packagedata.tar.zst\nDEBUG: Using  for universal/24/dc/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/0c/sstate:freetype::2.13.2:r0::12:a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7_populate_lic.tar.zst\nDEBUG: Searching for b7/bd/sstate:libfakekey::0.3+git:r0::12:b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/e0/5f/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:e05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://3f/66/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/66/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.33.1%3Ar0%3Acore2-64%3A12%3A3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9_create_package_spdx.tar.zst;downloadfilename=3f/66/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/f4/c1/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/cf/5f/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3a/a9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/a9/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db_package_qa.tar.zst;downloadfilename=3a/a9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db_package_qa.tar.zst\nDEBUG: Testing URL file://b3/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8_create_spdx.tar.zst\nDEBUG: For url ['file', '', '9d/38/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 47/be/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/24/dc/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://38/5f/sstate:mesa-demos:core2-64-poky-linux:8.5.0:r0:core2-64:12:385f52559a044ecaeca4a97bad0d292471798bce90a6bac8be38ec2d3afd5406_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/30/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://15/8f/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782_package.tar.zst\nDEBUG: Using  for b7/bd/sstate:libfakekey::0.3+git:r0::12:b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/e0/5f/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:e05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/f4/c1/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/c1/sstate%3Alibunistring-native%3Ax86_64-linux%3A1.2%3Ar0%3Ax86_64%3A12%3Af4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8_recipe_qa.tar.zst;downloadfilename=universal/f4/c1/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2f/e9/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:2fe9e49d89146f58500236d7877bafaba6ca7dbf374922b07f06209bb4ab719a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/cf/5f/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b3/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9d/38/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/38/sstate%3Alibevdev%3Acore2-64-poky-linux%3A1.13.2%3Ar0%3Acore2-64%3A12%3A9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a_package_write_deb.tar.zst;downloadfilename=9d/38/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a_package_write_deb.tar.zst\nDEBUG: Using  for 47/be/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/24/dc/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a_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://d1/5f/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://3f/93/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f_package.tar.zst\nDEBUG: Searching for 15/8f/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/9d/a5/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29_recipe_qa.tar.zst\nDEBUG: Testing URL file://b7/bd/sstate:libfakekey::0.3+git:r0::12:b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/e0/5f/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:e05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804_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://7c/6a/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/cf/5f/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b3/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/f5/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3Ab3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8_create_spdx.tar.zst;downloadfilename=b3/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8_create_spdx.tar.zst\nDEBUG: Testing URL file://47/be/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa_packagedata.tar.zst\nDEBUG: For url file://universal/24/dc/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/dc/sstate%3Alibmicrohttpd-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3A24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a_create_spdx.tar.zst;downloadfilename=universal/24/dc/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/66/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9_create_package_spdx.tar.zst\nDEBUG: Searching for d1/5f/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3f/93/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 15/8f/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782_package.tar.zst\nDEBUG: SState: Attempting to fetch file://41/8d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b7/bd/sstate:libfakekey::0.3+git:r0::12:b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90_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/e0/5f/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:e05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/5f/sstate%3Amesa-native%3Ax86_64-linux%3A24.0.7%3Ar0%3Ax86_64%3A12%3Ae05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804_deploy_source_date_epoch.tar.zst;downloadfilename=universal/e0/5f/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:e05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 7c/6a/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/cf/5f/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f_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/be/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa_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://3a/a9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/2a/sstate:zstd-native::1.5.6:r0::12:ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f4/c1/sstate:libunistring-native:x86_64-linux:1.2:r0:x86_64:12:f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8_recipe_qa.tar.zst\nDEBUG: Using  for d1/5f/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07_packagedata.tar.zst\nDEBUG: Using  for 3f/93/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f_package.tar.zst\nDEBUG: Testing URL file://15/8f/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782_package.tar.zst\nDEBUG: Searching for 41/8d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b7/bd/sstate:libfakekey::0.3+git:r0::12:b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/bd/sstate%3Alibfakekey%3A%3A0.3%2Bgit%3Ar0%3A%3A12%3Ab7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90_populate_lic.tar.zst;downloadfilename=b7/bd/sstate:libfakekey::0.3+git:r0::12:b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90_populate_lic.tar.zst\nDEBUG: Using  for 7c/6a/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49_populate_sysroot.tar.zst\nDEBUG: For url file://universal/cf/5f/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cf/5f/sstate%3Ameson-native%3Ax86_64-linux%3A1.4.0%3Ar0%3Ax86_64%3A12%3Acf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/cf/5f/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://47/be/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/be/sstate%3Afindutils%3Acore2-64-poky-linux%3A4.10.0%3Ar0%3Acore2-64%3A12%3A47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa_packagedata.tar.zst;downloadfilename=47/be/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/1e/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:b71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4_populate_sysroot.tar.zst\nDEBUG: Searching for ca/2a/sstate:zstd-native::1.5.6:r0::12:ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2b/ff/sstate:libpcap::1.10.4:r0::12:2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8_populate_lic.tar.zst\nDEBUG: Testing URL file://d1/5f/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07_packagedata.tar.zst\nDEBUG: Testing URL file://3f/93/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f_package.tar.zst\nDEBUG: For url ['file', '', '15/8f/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 41/8d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7c/6a/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/38/sstate:libevdev:core2-64-poky-linux:1.13.2:r0:core2-64:12:9d38f9a86b4d79d6cceccb8559d8816a4a840512aec16a3c81cd1765dec1689a_package_write_deb.tar.zst\nDEBUG: Searching for b7/1e/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:b71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/24/dc/sstate:libmicrohttpd-native:x86_64-linux:1.0.1:r0:x86_64:12:24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a_create_spdx.tar.zst\nDEBUG: Using  for ca/2a/sstate:zstd-native::1.5.6:r0::12:ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17_populate_lic.tar.zst\nDEBUG: Searching for 2b/ff/sstate:libpcap::1.10.4:r0::12:2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd1/5f/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '3f/93/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://15/8f/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/8f/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A12%3A158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782_package.tar.zst;downloadfilename=15/8f/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782_package.tar.zst\nDEBUG: Testing URL file://41/8d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '7c/6a/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49_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://53/6a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4c/ee/sstate:gi-docgen::2023.3:r0::12:4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858_populate_lic.tar.zst\nDEBUG: Using  for b7/1e/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:b71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e0/5f/sstate:mesa-native:x86_64-linux:24.0.7:r0:x86_64:12:e05f28743810b78be7ce73ee72dfbcd1354115d9bf1f64fef357347dd35c6804_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://83/75/sstate:depmodwrapper-cross::1.0:r0::12:8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919_populate_lic.tar.zst\nDEBUG: Testing URL file://ca/2a/sstate:zstd-native::1.5.6:r0::12:ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17_populate_lic.tar.zst\nDEBUG: Using  for 2b/ff/sstate:libpcap::1.10.4:r0::12:2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8_populate_lic.tar.zst\nDEBUG: For url file://d1/5f/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/5f/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.6%3Ar0%3Acore2-64%3A12%3Ad15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07_packagedata.tar.zst;downloadfilename=d1/5f/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07_packagedata.tar.zst\nDEBUG: For url file://3f/93/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/93/sstate%3Afmt%3Acore2-64-poky-linux%3A10.2.1%3Ar0%3Acore2-64%3A12%3A3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f_package.tar.zst;downloadfilename=3f/93/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f_package.tar.zst\nDEBUG: For url ['file', '', '41/8d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0_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/6a/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/6a/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49_populate_sysroot.tar.zst;downloadfilename=7c/6a/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/bd/sstate:libfakekey::0.3+git:r0::12:b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90_populate_lic.tar.zst\nDEBUG: Searching for 53/6a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4c/ee/sstate:gi-docgen::2023.3:r0::12:4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b7/1e/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:b71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 83/75/sstate:depmodwrapper-cross::1.0:r0::12:8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ca/2a/sstate:zstd-native::1.5.6:r0::12:ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2b/ff/sstate:libpcap::1.10.4:r0::12:2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://47/be/sstate:findutils:core2-64-poky-linux:4.10.0:r0:core2-64:12:47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa_packagedata.tar.zst\nDEBUG: For url file://41/8d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/41/8d/sstate%3Acpio%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0_deploy_source_date_epoch.tar.zst;downloadfilename=41/8d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/cf/5f/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cf5f2f32f7653d0b3c80e32f6c6d32ab3329ed9ccd8e20813856e80923bd450f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:e6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1_package.tar.zst\nDEBUG: Using  for 53/6a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6_package.tar.zst\nDEBUG: Using  for 4c/ee/sstate:gi-docgen::2023.3:r0::12:4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b7/1e/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:b71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2a/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 83/75/sstate:depmodwrapper-cross::1.0:r0::12:8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919_populate_lic.tar.zst\nDEBUG: For url file://ca/2a/sstate:zstd-native::1.5.6:r0::12:ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/2a/sstate%3Azstd-native%3A%3A1.5.6%3Ar0%3A%3A12%3Aca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17_populate_lic.tar.zst;downloadfilename=ca/2a/sstate:zstd-native::1.5.6:r0::12:ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2b/ff/sstate:libpcap::1.10.4:r0::12:2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8_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://39/91/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://af/24/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:af24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://15/8f/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:158fb911de4ae1477d3da1f1016c40d7682faf8e196544c508e81f9282ff9782_package.tar.zst\nDEBUG: Searching for e6/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:e6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://53/6a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6_package.tar.zst\nDEBUG: Testing URL file://4c/ee/sstate:gi-docgen::2023.3:r0::12:4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858_populate_lic.tar.zst\nDEBUG: For url file://b7/1e/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:b71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/1e/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3Ab71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4_populate_sysroot.tar.zst;downloadfilename=b7/1e/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:b71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4_populate_sysroot.tar.zst\nDEBUG: Using  for 2a/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/93/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:3f93bb6d68602c1252fd114727f35558df19c9663885bd26125dfc18e8cf8f1f_package.tar.zst\nDEBUG: Testing URL file://83/75/sstate:depmodwrapper-cross::1.0:r0::12:8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/5f/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07_packagedata.tar.zst\nDEBUG: For url file://2b/ff/sstate:libpcap::1.10.4:r0::12:2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/ff/sstate%3Alibpcap%3A%3A1.10.4%3Ar0%3A%3A12%3A2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8_populate_lic.tar.zst;downloadfilename=2b/ff/sstate:libpcap::1.10.4:r0::12:2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8_populate_lic.tar.zst\nDEBUG: Searching for 39/91/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for af/24/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:af24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ac/ab/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa_recipe_qa.tar.zst\nDEBUG: Using  for e6/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:e6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1_package.tar.zst\nDEBUG: For url ['file', '', '53/6a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '4c/ee/sstate:gi-docgen::2023.3:r0::12:4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858_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://7c/6a/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7c6ab8b2f8dc5d221f570fe4da9f14137b0c3ba05dff4295d12394c7c15c8a49_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2a/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d3/9f/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399_create_spdx.tar.zst\nDEBUG: For url ['file', '', '83/75/sstate:depmodwrapper-cross::1.0:r0::12:8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919_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://c7/30/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98_create_package_spdx.tar.zst\nDEBUG: Using  for 39/91/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://41/8d/sstate:cpio:core2-64-poky-linux:2.15:r0:core2-64:12:418d3a8ed214075f570f22b8c3fea8687e6281c89ca3af089b286602076276c0_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for af/24/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:af24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f_populate_sysroot.tar.zst\nDEBUG: Searching for ac/ab/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e6/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:e6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1_package.tar.zst\nDEBUG: For url file://53/6a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/6a/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.7%3Ar0%3Acore2-64%3A12%3A536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6_package.tar.zst;downloadfilename=53/6a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6_package.tar.zst\nDEBUG: For url file://4c/ee/sstate:gi-docgen::2023.3:r0::12:4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/ee/sstate%3Agi-docgen%3A%3A2023.3%3Ar0%3A%3A12%3A4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858_populate_lic.tar.zst;downloadfilename=4c/ee/sstate:gi-docgen::2023.3:r0::12:4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/08/6a/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2a/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58_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/d3/9f/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://83/75/sstate:depmodwrapper-cross::1.0:r0::12:8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/75/sstate%3Adepmodwrapper-cross%3A%3A1.0%3Ar0%3A%3A12%3A8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919_populate_lic.tar.zst;downloadfilename=83/75/sstate:depmodwrapper-cross::1.0:r0::12:8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919_populate_lic.tar.zst\nDEBUG: Searching for c7/30/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://39/91/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/58/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db_package.tar.zst\nDEBUG: Testing URL file://af/24/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:af24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f_populate_sysroot.tar.zst\nDEBUG: Using  for ac/ab/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e6/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:e6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1_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://ca/2a/sstate:zstd-native::1.5.6:r0::12:ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17_populate_lic.tar.zst\nDEBUG: Searching for universal/08/6a/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b7/1e/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:b71e60a35c89186e835bab082f59e7eb317a39bf4f77c0ce83a0249b92d71ba4_populate_sysroot.tar.zst\nDEBUG: For url file://2a/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/3e/sstate%3Agrep%3Acore2-64-poky-linux%3A3.11%3Ar0%3Acore2-64%3A12%3A2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58_deploy_source_date_epoch.tar.zst;downloadfilename=2a/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/d3/9f/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/ff/sstate:libpcap::1.10.4:r0::12:2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8_populate_lic.tar.zst\nDEBUG: Using  for c7/30/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '39/91/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a7/58/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'af/24/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:af24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://ac/ab/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa_recipe_qa.tar.zst\nDEBUG: For url file://e6/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:e6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/26/sstate%3Aflac%3Acore2-64-poky-linux%3A1.4.3%3Ar0%3Acore2-64%3A12%3Ae6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1_package.tar.zst;downloadfilename=e6/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:e6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1_package.tar.zst\nDEBUG: SState: Attempting to fetch file://17/3d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/08/6a/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b6/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/d3/9f/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://53/b7/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1_package_write_deb.tar.zst\nDEBUG: Testing URL file://c7/30/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://53/6a/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:536a1a11d518f632e8fc5e6765e3588ddfb3e8c2a53a923ec26518e789dec6e6_package.tar.zst\nDEBUG: For url file://39/91/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/91/sstate%3Alibtool-cross%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3A399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c_recipe_qa.tar.zst;downloadfilename=39/91/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c_recipe_qa.tar.zst\nDEBUG: Using  for a7/58/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db_package.tar.zst\nDEBUG: For url file://af/24/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:af24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/af/24/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A12%3Aaf24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f_populate_sysroot.tar.zst;downloadfilename=af/24/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:af24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ac/ab/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 17/3d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4c/ee/sstate:gi-docgen::2023.3:r0::12:4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/08/6a/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d_create_package_spdx.tar.zst\nDEBUG: Searching for universal/b6/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/d3/9f/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 53/b7/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c7/30/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98_create_package_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://ee/6c/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a7/58/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db_package.tar.zst\nDEBUG: SState: Successful fetch test for file://83/75/sstate:depmodwrapper-cross::1.0:r0::12:8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919_populate_lic.tar.zst\nDEBUG: For url file://ac/ab/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ac/ab/sstate%3Aicu%3Acore2-64-poky-linux%3A75-1%3Ar0%3Acore2-64%3A12%3Aacab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa_recipe_qa.tar.zst;downloadfilename=ac/ab/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa_recipe_qa.tar.zst\nDEBUG: Using  for 17/3d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/3e/sstate:grep:core2-64-poky-linux:3.11:r0:core2-64:12:2a3e01f59284f06a59013c1592a9a34cfe92a9b7e7e8af88284d15cc0a7d3a58_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9f/db/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/08/6a/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/b6/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56_create_spdx.tar.zst\nDEBUG: For url file://universal/d3/9f/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/9f/sstate%3Avirglrenderer-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3Ad39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399_create_spdx.tar.zst;downloadfilename=universal/d3/9f/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399_create_spdx.tar.zst\nDEBUG: Using  for 53/b7/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1_package_write_deb.tar.zst\nDEBUG: For url file://c7/30/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/30/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Ac730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98_create_package_spdx.tar.zst;downloadfilename=c7/30/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98_create_package_spdx.tar.zst\nDEBUG: Searching for ee/6c/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a7/58/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db_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/83/71/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f_recipe_qa.tar.zst\nDEBUG: Testing URL file://17/3d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://20/63/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/26/sstate:flac:core2-64-poky-linux:1.4.3:r0:core2-64:12:e6262e140346479c24502b70c686ff713b88e8e5a0be39bbb8a89f8f4fdce3c1_package.tar.zst\nDEBUG: Searching for universal/9f/db/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/08/6a/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/6a/sstate%3Ashaderc-native%3Ax86_64-linux%3A2024.1%3Ar0%3Ax86_64%3A12%3A086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d_create_package_spdx.tar.zst;downloadfilename=universal/08/6a/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b6/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56_create_spdx.tar.zst\nDEBUG: Testing URL file://53/b7/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://39/91/sstate:libtool-cross:core2-64-poky-linux:2.5.0:r0:core2-64:12:399120bd1180eb52f5e460fce1d3a6e69bf3b17f8e0fda627801728c6986584c_recipe_qa.tar.zst\nDEBUG: Using  for ee/6c/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053_create_package_spdx.tar.zst\nDEBUG: For url file://a7/58/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/58/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A12%3Aa758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db_package.tar.zst;downloadfilename=a7/58/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db_package.tar.zst\nDEBUG: SState: Successful fetch test for file://af/24/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:af24a7b973a1cc2d67f74d47f1b70dd0cf0bd1749ca8712d142e0ce2236a640f_populate_sysroot.tar.zst\nDEBUG: Searching for universal/83/71/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '17/3d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6_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 20/63/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/4c/70/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384_create_spdx.tar.zst\nDEBUG: Using  for universal/9f/db/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b6/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '53/b7/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1_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://e5/db/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:e5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50_package.tar.zst\nDEBUG: Testing URL file://ee/6c/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/2d/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:bc2d8fef58f7625f8cb1f75476a0db043611636357e51a06eacaf66eeb870756_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fd/19/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07_recipe_qa.tar.zst\nDEBUG: Using  for universal/83/71/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d3/9f/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ac/ab/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa_recipe_qa.tar.zst\nDEBUG: For url file://17/3d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/3d/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.6%3Ar0%3Acore2-64%3A12%3A173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6_deploy_source_date_epoch.tar.zst;downloadfilename=17/3d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 20/63/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff_package_write_deb.tar.zst\nDEBUG: Searching for universal/4c/70/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/9f/db/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f_create_spdx.tar.zst\nDEBUG: For url file://universal/b6/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b6/73/sstate%3Aautoconf-archive-native%3Ax86_64-linux%3A2023.02.20%3Ar0%3Ax86_64%3A12%3Ab673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56_create_spdx.tar.zst;downloadfilename=universal/b6/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56_create_spdx.tar.zst\nDEBUG: For url file://53/b7/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/b7/sstate%3Ajson-glib%3Acore2-64-poky-linux%3A1.8.0%3Ar0%3Acore2-64%3A12%3A53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1_package_write_deb.tar.zst;downloadfilename=53/b7/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1_package_write_deb.tar.zst\nDEBUG: Searching for e5/db/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:e5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ee/6c/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053_create_package_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://c7/30/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00_package_write_rpm.tar.zst\nDEBUG: Searching for universal/fd/19/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/83/71/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://27/fe/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/90/91/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681_recipe_qa.tar.zst\nDEBUG: Testing URL file://20/63/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff_package_write_deb.tar.zst\nDEBUG: Using  for universal/4c/70/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/4c/70/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384_create_spdx.tar.zst\nDEBUG: Using  for e5/db/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:e5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/6a/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/58/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:a758b44639817d9fca7c5e896bd8a9ec9a753237a5f51026c8cfd9c9bf3481db_package.tar.zst\nDEBUG: For url file://ee/6c/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ee/6c/sstate%3Anpth%3Acore2-64-poky-linux%3A1.7%3Ar0%3Acore2-64%3A12%3Aee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053_create_package_spdx.tar.zst;downloadfilename=ee/6c/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a0/c8/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12_package_qa.tar.zst\nDEBUG: Searching for bb/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/fd/19/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/83/71/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 27/fe/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/90/91/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '20/63/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff_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/9f/db/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f_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/4c/70/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://e5/db/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:e5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50_package.tar.zst\nDEBUG: SState: Attempting to fetch file://00/44/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f5/a9/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240_populate_sysroot.tar.zst\nDEBUG: Searching for a0/c8/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bb/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/fd/19/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07_recipe_qa.tar.zst\nDEBUG: For url file://universal/83/71/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/83/71/sstate%3Agconf-native%3Ax86_64-linux%3A3.2.6%3Ar0%3Ax86_64%3A12%3A8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f_recipe_qa.tar.zst;downloadfilename=universal/83/71/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f_recipe_qa.tar.zst\nDEBUG: Using  for 27/fe/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781_recipe_qa.tar.zst\nDEBUG: Using  for universal/90/91/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681_recipe_qa.tar.zst\nDEBUG: For url file://20/63/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/63/sstate%3Alibpsl%3Acore2-64-poky-linux%3A0.21.5%3Ar0%3Acore2-64%3A12%3A206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff_package_write_deb.tar.zst;downloadfilename=20/63/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff_package_write_deb.tar.zst\nDEBUG: For url file://universal/9f/db/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9f/db/sstate%3Apython3-markupsafe-native%3Ax86_64-linux%3A2.1.5%3Ar0%3Ax86_64%3A12%3A9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f_create_spdx.tar.zst;downloadfilename=universal/9f/db/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f_create_spdx.tar.zst\nDEBUG: For url file://universal/4c/70/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4c/70/sstate%3Awayland-protocols-native%3Ax86_64-linux%3A1.36%3Ar0%3Ax86_64%3A12%3A4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384_create_spdx.tar.zst;downloadfilename=universal/4c/70/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'e5/db/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:e5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 00/44/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://17/3d/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:173d4ea22a82b5bb0efbdf3f8193edd62327fabb0387560b48e72646f73895c6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/f5/a9/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a0/c8/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12_package_qa.tar.zst\nDEBUG: Testing URL file://bb/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/fd/19/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://27/fe/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/90/91/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b6/73/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://53/b7/sstate:json-glib:core2-64-poky-linux:1.8.0:r0:core2-64:12:53b714d70b18a844f68114719fd34dc4b3c0af69c524c1148f4d54582be15ad1_package_write_deb.tar.zst\nDEBUG: For url file://e5/db/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:e5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e5/db/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.4%2Bgit%3Ar0%3Acore2-64%3A12%3Ae5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50_package.tar.zst;downloadfilename=e5/db/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:e5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50_package.tar.zst\nDEBUG: Using  for 00/44/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ee/6c/sstate:npth:core2-64-poky-linux:1.7:r0:core2-64:12:ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/c3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb_package.tar.zst\nDEBUG: Using  for universal/f5/a9/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a0/c8/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12_package_qa.tar.zst\nDEBUG: For url ['file', '', 'bb/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00_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/fd/19/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fd/19/sstate%3Apython3-native%3Ax86_64-linux%3A3.12.4%3Ar0%3Ax86_64%3A12%3Afd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07_recipe_qa.tar.zst;downloadfilename=universal/fd/19/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '27/fe/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781_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/83/71/sstate:gconf-native:x86_64-linux:3.2.6:r0:x86_64:12:8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/90/91/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681_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://dd/7d/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://58/21/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e_recipe_qa.tar.zst\nDEBUG: Testing URL file://00/44/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ff/30/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:ff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e9/c3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/f5/a9/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a0/c8/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12_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/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/f7/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.12%3Ar0%3Acore2-64%3A12%3Abbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00_package_write_rpm.tar.zst;downloadfilename=bb/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00_package_write_rpm.tar.zst\nDEBUG: For url file://27/fe/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/fe/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A12%3A27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781_recipe_qa.tar.zst;downloadfilename=27/fe/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://20/63/sstate:libpsl:core2-64-poky-linux:0.21.5:r0:core2-64:12:206300631dbee697ad1672f842b0e282b631f7160465934b63a0355a83d766ff_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://92/87/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d_package_write_rpm.tar.zst\nDEBUG: For url file://universal/90/91/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/90/91/sstate%3Adocbook-xsl-stylesheets-native%3Ax86_64-linux%3A1.79.1%3Ar0%3Ax86_64%3A12%3A90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681_recipe_qa.tar.zst;downloadfilename=universal/90/91/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681_recipe_qa.tar.zst\nDEBUG: Searching for dd/7d/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 58/21/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '00/44/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/ff/30/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:ff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e9/c3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb_package.tar.zst\nDEBUG: For url ['file', '', 'universal/f5/a9/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240_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/4c/70/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384_create_spdx.tar.zst\nDEBUG: For url file://a0/c8/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/c8/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3Aa0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12_package_qa.tar.zst;downloadfilename=a0/c8/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/9f/db/sstate:python3-markupsafe-native:x86_64-linux:2.1.5:r0:x86_64:12:9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/31/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://e5/db/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:e5db650c915dfe0a48e9acab775ef060defa7f8d4de0c69b1fd2ebd6c7070d50_package.tar.zst\nDEBUG: Searching for 92/87/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for dd/7d/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef_create_package_spdx.tar.zst\nDEBUG: Using  for 58/21/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e_recipe_qa.tar.zst\nDEBUG: For url file://00/44/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/00/44/sstate%3Agdb%3Acore2-64-poky-linux%3A14.2%3Ar0%3Acore2-64%3A12%3A00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092_package_write_deb.tar.zst;downloadfilename=00/44/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092_package_write_deb.tar.zst\nDEBUG: Using  for universal/ff/30/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:ff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e9/c3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb_package.tar.zst\nDEBUG: For url file://universal/f5/a9/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f5/a9/sstate%3Alua-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A12%3Af5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240_populate_sysroot.tar.zst;downloadfilename=universal/f5/a9/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://de/e4/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/a4/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fd/19/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07_recipe_qa.tar.zst\nDEBUG: Searching for ef/31/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7c/16/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b_package.tar.zst\nDEBUG: Using  for 92/87/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://dd/7d/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef_create_package_spdx.tar.zst\nDEBUG: Testing URL file://58/21/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/ff/30/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:ff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'e9/c3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb_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://bb/f7/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://27/fe/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781_recipe_qa.tar.zst\nDEBUG: Searching for de/e4/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for dc/a4/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://32/24/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262_populate_sysroot.tar.zst\nDEBUG: Using  for ef/31/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7_package_write_deb.tar.zst\nDEBUG: Searching for 7c/16/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://92/87/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'dd/7d/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '58/21/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e_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/ff/30/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:ff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6_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/c3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/c3/sstate%3Aopenssh%3Acore2-64-poky-linux%3A9.7p1%3Ar0%3Acore2-64%3A12%3Ae9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb_package.tar.zst;downloadfilename=e9/c3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/90/91/sstate:docbook-xsl-stylesheets-native:x86_64-linux:1.79.1:r0:x86_64:12:90918b5c98958ce287ca806e2ab29efd7efbdc54cb53e4974b2f1c36dfd05681_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/13/83/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100_package_qa.tar.zst\nDEBUG: Using  for de/e4/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa_create_package_spdx.tar.zst\nDEBUG: Using  for dc/a4/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8_package_write_rpm.tar.zst\nDEBUG: Searching for 32/24/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ef/31/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7_package_write_deb.tar.zst\nDEBUG: Using  for 7c/16/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b_package.tar.zst\nDEBUG: For url ['file', '', '92/87/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d_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/7d/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/7d/sstate%3Acurl%3Acore2-64-poky-linux%3A8.8.0%3Ar0%3Acore2-64%3A12%3Add7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef_create_package_spdx.tar.zst;downloadfilename=dd/7d/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef_create_package_spdx.tar.zst\nDEBUG: For url file://58/21/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/21/sstate%3Aiso-codes%3Aall-poky-linux%3A4.16.0%3Ar0%3Aallarch%3A12%3A5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e_recipe_qa.tar.zst;downloadfilename=58/21/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e_recipe_qa.tar.zst\nDEBUG: For url file://universal/ff/30/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:ff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ff/30/sstate%3Alzip-native%3Ax86_64-linux%3A1.24.1%3Ar0%3Ax86_64%3A12%3Aff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ff/30/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:ff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/08/63/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/c8/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12_package_qa.tar.zst\nDEBUG: Searching for universal/13/83/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ca/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://de/e4/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa_create_package_spdx.tar.zst\nDEBUG: Testing URL file://dc/a4/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8_package_write_rpm.tar.zst\nDEBUG: Using  for 32/24/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ef/31/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7_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://7c/16/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b_package.tar.zst\nDEBUG: For url file://92/87/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/87/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A12%3A9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d_package_write_rpm.tar.zst;downloadfilename=92/87/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://00/44/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:00446921293e764e3b272a66ce7f1895d16089a02ffdf18c63f0f8bb55b2c092_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f5/a9/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240_populate_sysroot.tar.zst\nDEBUG: Searching for universal/08/63/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b9/8d/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae_package.tar.zst\nDEBUG: Using  for universal/13/83/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245_create_spdx.tar.zst\nDEBUG: Using  for ca/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100_package_qa.tar.zst\nDEBUG: For url ['file', '', 'de/e4/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'dc/a4/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8_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://32/24/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262_populate_sysroot.tar.zst\nDEBUG: For url file://ef/31/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/31/sstate%3Alibtasn1%3Acore2-64-poky-linux%3A4.19.0%3Ar0%3Acore2-64%3A12%3Aef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7_package_write_deb.tar.zst;downloadfilename=ef/31/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '7c/16/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b_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://90/dc/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/c3/sstate:openssh:core2-64-poky-linux:9.7p1:r0:core2-64:12:e9c3fa30a0590557878919f5cde6428e20f4eaf8676b70d1d93f0a9ddd3ef4cb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/bf/2f/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c_create_package_spdx.tar.zst\nDEBUG: Using  for universal/08/63/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e_create_spdx.tar.zst\nDEBUG: Searching for b9/8d/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/13/83/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245_create_spdx.tar.zst\nDEBUG: Testing URL file://ca/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100_package_qa.tar.zst\nDEBUG: For url file://de/e4/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/e4/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.62.0%3Ar0%3Acore2-64%3A12%3Adee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa_create_package_spdx.tar.zst;downloadfilename=de/e4/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa_create_package_spdx.tar.zst\nDEBUG: For url file://dc/a4/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/a4/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3Adca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8_package_write_rpm.tar.zst;downloadfilename=dc/a4/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '32/24/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262_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/16/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/16/sstate%3Axf86-input-libinput%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b_package.tar.zst;downloadfilename=7c/16/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://58/21/sstate:iso-codes:all-poky-linux:4.16.0:r0:allarch:12:5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/7d/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef_create_package_spdx.tar.zst\nDEBUG: Searching for 90/dc/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://50/c3/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad_recipe_qa.tar.zst\nDEBUG: Searching for universal/bf/2f/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/08/63/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e_create_spdx.tar.zst\nDEBUG: Using  for b9/8d/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae_package.tar.zst\nDEBUG: For url ['file', '', 'universal/13/83/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'ca/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://32/24/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/24/sstate%3Alibmicrohttpd%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262_populate_sysroot.tar.zst;downloadfilename=32/24/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ff/30/sstate:lzip-native:x86_64-linux:1.24.1:r0:x86_64:12:ff305b2d23b4c6eff344fa732653b4c13703dfcc97da0ab6ce0cb5798c8a80e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://92/87/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/5a/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://86/ad/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee_package.tar.zst\nDEBUG: Using  for 90/dc/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6_create_spdx.tar.zst\nDEBUG: Searching for 50/c3/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/bf/2f/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/08/63/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e_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/8d/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae_package.tar.zst\nDEBUG: For url file://universal/13/83/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/13/83/sstate%3Apatch-native%3Ax86_64-linux%3A2.7.6%3Ar0%3Ax86_64%3A12%3A138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245_create_spdx.tar.zst;downloadfilename=universal/13/83/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245_create_spdx.tar.zst\nDEBUG: For url file://ca/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/cd/sstate%3Alibxshmfence%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Acacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100_package_qa.tar.zst;downloadfilename=ca/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://27/9d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ee/20/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:ee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/31/sstate:libtasn1:core2-64-poky-linux:4.19.0:r0:core2-64:12:ef31ede427ebe352f5bc3130d30c58f87adbd38769972fd5d12e8e4eb0c5a9c7_package_write_deb.tar.zst\nDEBUG: Searching for bd/5a/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 86/ad/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://90/dc/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6_create_spdx.tar.zst\nDEBUG: Using  for 50/c3/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/bf/2f/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c_create_package_spdx.tar.zst\nDEBUG: For url file://universal/08/63/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/63/sstate%3Alibjpeg-turbo-native%3Ax86_64-linux%3A3.0.1%3Ar0%3Ax86_64%3A12%3A0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e_create_spdx.tar.zst;downloadfilename=universal/08/63/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b9/8d/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae_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://de/e4/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa_create_package_spdx.tar.zst\nDEBUG: Searching for 27/9d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/ee/20/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:ee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7c/16/sstate:xf86-input-libinput:core2-64-poky-linux:1.4.0:r0:core2-64:12:7c16056648b8bf14080700fbf4b2f8e6b3003fbb8d78ee475d1fa0719f77855b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c3/7d/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1_recipe_qa.tar.zst\nDEBUG: Using  for bd/5a/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246_package_qa.tar.zst\nDEBUG: Using  for 86/ad/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee_package.tar.zst\nDEBUG: For url ['file', '', '90/dc/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6_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/c3/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/bf/2f/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b9/8d/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/8d/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3Ab98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae_package.tar.zst;downloadfilename=b9/8d/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae_package.tar.zst\nDEBUG: SState: Attempting to fetch file://25/30/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779_create_package_spdx.tar.zst\nDEBUG: Using  for 27/9d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/a4/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8_package_write_rpm.tar.zst\nDEBUG: Using  for universal/ee/20/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:ee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://82/98/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3_populate_sysroot.tar.zst\nDEBUG: Searching for universal/c3/7d/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://bd/5a/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246_package_qa.tar.zst\nDEBUG: Testing URL file://86/ad/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee_package.tar.zst\nDEBUG: For url file://90/dc/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/dc/sstate%3Agawk%3Acore2-64-poky-linux%3A5.3.0%3Ar0%3Acore2-64%3A12%3A90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6_create_spdx.tar.zst;downloadfilename=90/dc/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '50/c3/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad_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/bf/2f/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/bf/2f/sstate%3Agettext-native%3Ax86_64-linux%3A0.22.5%3Ar0%3Ax86_64%3A12%3Abf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c_create_package_spdx.tar.zst;downloadfilename=universal/bf/2f/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://32/24/sstate:libmicrohttpd:core2-64-poky-linux:1.0.1:r0:core2-64:12:32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262_populate_sysroot.tar.zst\nDEBUG: Searching for 25/30/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://27/9d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c8/f9/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/ee/20/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:ee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 82/98/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/c3/7d/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'bd/5a/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246_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/ad/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://50/c3/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/c3/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad_recipe_qa.tar.zst;downloadfilename=50/c3/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ca/cd/sstate:libxshmfence:core2-64-poky-linux:1.3.2:r0:core2-64:12:cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/13/83/sstate:patch-native:x86_64-linux:2.7.6:r0:x86_64:12:138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://16/07/sstate:popt::1.19:r0::12:160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6_populate_lic.tar.zst\nDEBUG: Using  for 25/30/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/63/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '27/9d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/c8/f9/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ee/20/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:ee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c_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/98/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/c3/7d/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1_recipe_qa.tar.zst\nDEBUG: For url file://bd/5a/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/5a/sstate%3Apython3-hypothesis%3Acore2-64-poky-linux%3A6.103.2%3Ar0%3Acore2-64%3A12%3Abd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246_package_qa.tar.zst;downloadfilename=bd/5a/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246_package_qa.tar.zst\nDEBUG: For url file://86/ad/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/ad/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee_package.tar.zst;downloadfilename=86/ad/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee_package.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/e9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/b4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631_create_spdx.tar.zst\nDEBUG: Searching for 16/07/sstate:popt::1.19:r0::12:160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://25/30/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0d/a6/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491_packagedata.tar.zst\nDEBUG: For url file://27/9d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/9d/sstate%3Axtrans%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418_package_write_ipk.tar.zst;downloadfilename=27/9d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418_package_write_ipk.tar.zst\nDEBUG: Using  for universal/c8/f9/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df_create_package_spdx.tar.zst\nDEBUG: For url file://universal/ee/20/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:ee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ee/20/sstate%3Aelfutils-native%3Ax86_64-linux%3A0.191%3Ar0%3Ax86_64%3A12%3Aee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ee/20/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:ee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://82/98/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/c3/7d/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for d9/e9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b9/8d/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:b98dd2925b1586b34607e617c42c58084da2d36170cf317bb2854dd07ff4f9ae_package.tar.zst\nDEBUG: Searching for c6/b4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://90/dc/sstate:gawk:core2-64-poky-linux:5.3.0:r0:core2-64:12:90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/bf/2f/sstate:gettext-native:x86_64-linux:0.22.5:r0:x86_64:12:bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c_create_package_spdx.tar.zst\nDEBUG: Using  for 16/07/sstate:popt::1.19:r0::12:160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '25/30/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 0d/a6/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/c8/f9/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '82/98/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3_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/c3/7d/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c3/7d/sstate%3Alibtirpc-native%3Ax86_64-linux%3A1.3.4%3Ar0%3Ax86_64%3A12%3Ac37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1_recipe_qa.tar.zst;downloadfilename=universal/c3/7d/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1_recipe_qa.tar.zst\nDEBUG: Using  for d9/e9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://88/96/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://50/c3/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad_recipe_qa.tar.zst\nDEBUG: Using  for c6/b4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5e/25/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://75/4a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011_recipe_qa.tar.zst\nDEBUG: Testing URL file://16/07/sstate:popt::1.19:r0::12:160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6_populate_lic.tar.zst\nDEBUG: For url file://25/30/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/25/30/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.27%3Ar0%3Acore2-64%3A12%3A2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779_create_package_spdx.tar.zst;downloadfilename=25/30/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779_create_package_spdx.tar.zst\nDEBUG: Using  for 0d/a6/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/c8/f9/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://82/98/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/98/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3_populate_sysroot.tar.zst;downloadfilename=82/98/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3_populate_sysroot.tar.zst\nDEBUG: Testing URL file://d9/e9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14_package_write_rpm.tar.zst\nDEBUG: Searching for 88/96/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://bd/5a/sstate:python3-hypothesis:core2-64-poky-linux:6.103.2:r0:core2-64:12:bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://86/ad/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:86ad422d7d2c021913d9a189729246daad5ac2d00b86f3ac78c031a6cacdb2ee_package.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/b2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303_package.tar.zst\nDEBUG: Testing URL file://c6/b4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631_create_spdx.tar.zst\nDEBUG: Searching for universal/5e/25/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 75/4a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '16/07/sstate:popt::1.19:r0::12:160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6_populate_lic.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:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491_packagedata.tar.zst\nDEBUG: For url file://universal/c8/f9/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c8/f9/sstate%3Arsync-native%3Ax86_64-linux%3A3.3.0%3Ar0%3Ax86_64%3A12%3Ac8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df_create_package_spdx.tar.zst;downloadfilename=universal/c8/f9/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd9/e9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 88/96/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://27/9d/sstate:xtrans:core2-64-poky-linux:1.5.0:r0:core2-64:12:279deaedb83c92fb26b6bdd6ee62b6cdd35ef2b9c35e26d1b6d462ab63663418_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/0b/sstate:meson-native::1.4.0:r0::12:7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ee/20/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:ee208cce79e087f8e5eb72fb904da5642d9e28e5acae41761b6e261c86a8689c_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d6/d3/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba_recipe_qa.tar.zst\nDEBUG: Searching for bd/b2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c6/b4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/5e/25/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4_create_spdx.tar.zst\nDEBUG: Using  for 75/4a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011_recipe_qa.tar.zst\nDEBUG: For url file://16/07/sstate:popt::1.19:r0::12:160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/07/sstate%3Apopt%3A%3A1.19%3Ar0%3A%3A12%3A160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6_populate_lic.tar.zst;downloadfilename=16/07/sstate:popt::1.19:r0::12:160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0d/a6/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d9/e9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/e9/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A12%3Ad9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14_package_write_rpm.tar.zst;downloadfilename=d9/e9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14_package_write_rpm.tar.zst\nDEBUG: Testing URL file://88/96/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://75/d9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8_create_spdx.tar.zst\nDEBUG: Searching for 7c/0b/sstate:meson-native::1.4.0:r0::12:7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a2/ac/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656_package_write_rpm.tar.zst\nDEBUG: Searching for universal/d6/d3/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for bd/b2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303_package.tar.zst\nDEBUG: For url file://c6/b4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/b4/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.15%3Ar0%3Acore2-64%3A12%3Ac6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631_create_spdx.tar.zst;downloadfilename=c6/b4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/5e/25/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4_create_spdx.tar.zst\nDEBUG: Testing URL file://75/4a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://25/30/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779_create_package_spdx.tar.zst\nDEBUG: For url file://0d/a6/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/a6/sstate%3Aattr%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491_packagedata.tar.zst;downloadfilename=0d/a6/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c3/7d/sstate:libtirpc-native:x86_64-linux:1.3.4:r0:x86_64:12:c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '88/96/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 75/d9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://82/98/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:8298a03866eb671a33474ee20c213e966b307215055a3625ef7cb33a665be4e3_populate_sysroot.tar.zst\nDEBUG: Using  for 7c/0b/sstate:meson-native::1.4.0:r0::12:7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c_populate_lic.tar.zst\nDEBUG: Searching for a2/ac/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/d6/d3/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba_recipe_qa.tar.zst\nDEBUG: Testing URL file://bd/b2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303_package.tar.zst\nDEBUG: For url ['file', '', 'universal/5e/25/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '75/4a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011_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/71/2a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://74/96/sstate:graphene::1.10.8:r0::12:74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48_populate_lic.tar.zst\nDEBUG: For url file://88/96/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/96/sstate%3Apinentry%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a_create_package_spdx.tar.zst;downloadfilename=88/96/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c8/f9/sstate:rsync-native:x86_64-linux:3.3.0:r0:x86_64:12:c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df_create_package_spdx.tar.zst\nDEBUG: Using  for 75/d9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c9/a0/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:c9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7c/0b/sstate:meson-native::1.4.0:r0::12:7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c_populate_lic.tar.zst\nDEBUG: Using  for a2/ac/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/d6/d3/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'bd/b2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303_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/25/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5e/25/sstate%3Apython3-trove-classifiers-native%3Ax86_64-linux%3A2024.5.22%3Ar0%3Ax86_64%3A12%3A5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4_create_spdx.tar.zst;downloadfilename=universal/5e/25/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4_create_spdx.tar.zst\nDEBUG: For url file://75/4a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/4a/sstate%3Axhost%3Acore2-64-poky-linux%3A1.0.9%3Ar0%3Acore2-64%3A12%3A754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011_recipe_qa.tar.zst;downloadfilename=75/4a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011_recipe_qa.tar.zst\nDEBUG: Searching for universal/71/2a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 74/96/sstate:graphene::1.10.8:r0::12:74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://16/07/sstate:popt::1.19:r0::12:160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/23/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27_package_qa.tar.zst\nDEBUG: Testing URL file://75/d9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/e9/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14_package_write_rpm.tar.zst\nDEBUG: Searching for universal/c9/a0/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:c9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7c/0b/sstate:meson-native::1.4.0:r0::12:7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a2/ac/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/d6/d3/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://bd/b2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/b2/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.1%3Ar0%3Acore2-64%3A12%3Abdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303_package.tar.zst;downloadfilename=bd/b2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303_package.tar.zst\nDEBUG: Using  for universal/71/2a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/b4/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631_create_spdx.tar.zst\nDEBUG: Using  for 74/96/sstate:graphene::1.10.8:r0::12:74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cb/b5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885_packagedata.tar.zst\nDEBUG: Searching for 9d/23/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '75/d9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8_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://19/1c/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/c9/a0/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:c9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://7c/0b/sstate:meson-native::1.4.0:r0::12:7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/0b/sstate%3Ameson-native%3A%3A1.4.0%3Ar0%3A%3A12%3A7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c_populate_lic.tar.zst;downloadfilename=7c/0b/sstate:meson-native::1.4.0:r0::12:7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a2/ac/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656_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/d6/d3/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d6/d3/sstate%3Alibpcre2-native%3Ax86_64-linux%3A10.44%3Ar0%3Ax86_64%3A12%3Ad6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba_recipe_qa.tar.zst;downloadfilename=universal/d6/d3/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/71/2a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://07/92/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/a6/sstate:attr:core2-64-poky-linux:2.5.2:r0:core2-64:12:0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491_packagedata.tar.zst\nDEBUG: Testing URL file://74/96/sstate:graphene::1.10.8:r0::12:74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48_populate_lic.tar.zst\nDEBUG: Searching for cb/b5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9d/23/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27_package_qa.tar.zst\nDEBUG: For url file://75/d9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/d9/sstate%3Agstreamer1.0-plugins-bad%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3A75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8_create_spdx.tar.zst;downloadfilename=75/d9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8_create_spdx.tar.zst\nDEBUG: Searching for 19/1c/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/c9/a0/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:c9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a2/ac/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/ac/sstate%3Atcl%3Acore2-64-poky-linux%3A8.6.14%3Ar0%3Acore2-64%3A12%3Aa2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656_package_write_rpm.tar.zst;downloadfilename=a2/ac/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://88/96/sstate:pinentry:core2-64-poky-linux:1.3.0:r0:core2-64:12:8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/71/2a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b_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 07/92/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/5e/25/sstate:python3-trove-classifiers-native:x86_64-linux:2024.5.22:r0:x86_64:12:5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://37/fc/sstate:dnf-native::4.20.0:r0::12:37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '74/96/sstate:graphene::1.10.8:r0::12:74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for cb/b5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885_packagedata.tar.zst\nDEBUG: Testing URL file://9d/23/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27_package_qa.tar.zst\nDEBUG: Using  for 19/1c/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/c9/a0/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:c9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37_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://75/4a/sstate:xhost:core2-64-poky-linux:1.0.9:r0:core2-64:12:754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/6e/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/b2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:bdb26cfc75edb2b229ec1875bb254194a90796f1da3110c174a34673bb67f303_package.tar.zst\nDEBUG: For url file://universal/71/2a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/2a/sstate%3Azip-native%3Ax86_64-linux%3A3.0%3Ar0%3Ax86_64%3A12%3A712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b_deploy_source_date_epoch.tar.zst;downloadfilename=universal/71/2a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 07/92/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:e66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a_package.tar.zst\nDEBUG: Searching for 37/fc/sstate:dnf-native::4.20.0:r0::12:37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://74/96/sstate:graphene::1.10.8:r0::12:74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/96/sstate%3Agraphene%3A%3A1.10.8%3Ar0%3A%3A12%3A74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48_populate_lic.tar.zst;downloadfilename=74/96/sstate:graphene::1.10.8:r0::12:74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48_populate_lic.tar.zst\nDEBUG: Testing URL file://cb/b5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885_packagedata.tar.zst\nDEBUG: For url ['file', '', '9d/23/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://19/1c/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/c9/a0/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:c9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c9/a0/sstate%3Apython3-mako-native%3Ax86_64-linux%3A1.3.5%3Ar0%3Ax86_64%3A12%3Ac9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37_deploy_source_date_epoch.tar.zst;downloadfilename=universal/c9/a0/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:c9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d9/c2/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c_create_package_spdx.tar.zst\nDEBUG: Searching for a8/6e/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://bb/42/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/0b/sstate:meson-native::1.4.0:r0::12:7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c_populate_lic.tar.zst\nDEBUG: Testing URL file://07/92/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb_package.tar.zst\nDEBUG: Searching for e6/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:e66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/d6/d3/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba_recipe_qa.tar.zst\nDEBUG: Using  for 37/fc/sstate:dnf-native::4.20.0:r0::12:37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'cb/b5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9d/23/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/23/sstate%3Asysvinit-inittab%3Aqemux86_64-poky-linux%3A2.88dsf%3Ar0%3Aqemux86_64%3A12%3A9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27_package_qa.tar.zst;downloadfilename=9d/23/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27_package_qa.tar.zst\nDEBUG: For url ['file', '', '19/1c/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a_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/d9/c2/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a8/6e/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75_package_qa.tar.zst\nDEBUG: Searching for bb/42/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://75/d9/sstate:gstreamer1.0-plugins-bad:core2-64-poky-linux:1.24.4:r0:core2-64:12:75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/43/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29_packagedata.tar.zst\nDEBUG: For url ['file', '', '07/92/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e6/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:e66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4b/ad/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a2/ac/sstate:tcl:core2-64-poky-linux:8.6.14:r0:core2-64:12:a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656_package_write_rpm.tar.zst\nDEBUG: Testing URL file://37/fc/sstate:dnf-native::4.20.0:r0::12:37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d_populate_lic.tar.zst\nDEBUG: For url file://cb/b5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/b5/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A12%3Acbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885_packagedata.tar.zst;downloadfilename=cb/b5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885_packagedata.tar.zst\nDEBUG: For url file://19/1c/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/1c/sstate%3Apython3-jinja2%3Acore2-64-poky-linux%3A3.1.4%3Ar0%3Acore2-64%3A12%3A191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a_deploy_source_date_epoch.tar.zst;downloadfilename=19/1c/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/d9/c2/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a8/6e/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75_package_qa.tar.zst\nDEBUG: Using  for bb/42/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://c6/7d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603_package_qa.tar.zst\nDEBUG: Searching for e8/43/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://07/92/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/92/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb_package.tar.zst;downloadfilename=07/92/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb_package.tar.zst\nDEBUG: Testing URL file://e6/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:e66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a_package.tar.zst\nDEBUG: Searching for universal/4b/ad/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://05/26/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea_package.tar.zst\nDEBUG: For url ['file', '', '37/fc/sstate:dnf-native::4.20.0:r0::12:37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d_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/d9/c2/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/71/2a/sstate:zip-native:x86_64-linux:3.0:r0:x86_64:12:712a07887394ac7175a153de6c5e180e21327b709b10b23c91dbb05ff15b644b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://74/96/sstate:graphene::1.10.8:r0::12:74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a8/6e/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bb/42/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7_packagedata.tar.zst\nDEBUG: Searching for c6/7d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e8/43/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29_packagedata.tar.zst\nDEBUG: For url ['file', '', 'e6/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:e66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/4b/ad/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6_populate_sysroot.tar.zst\nDEBUG: Searching for 05/26/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/c9/a0/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:c9a0d0e92e0b49f0915b606e52c05b739a2ec6cb4cd5363de4462a30b2f6bb37_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://37/fc/sstate:dnf-native::4.20.0:r0::12:37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/fc/sstate%3Adnf-native%3A%3A4.20.0%3Ar0%3A%3A12%3A37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d_populate_lic.tar.zst;downloadfilename=37/fc/sstate:dnf-native::4.20.0:r0::12:37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/d9/c2/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c_create_package_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://ff/4b/sstate:ltp::20240524:r0::12:ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/c6/af/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:c6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab_recipe_qa.tar.zst\nDEBUG: For url file://a8/6e/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/6e/sstate%3Alttng-ust%3Acore2-64-poky-linux%3A2.13.8%3Ar0%3Acore2-64%3A12%3Aa86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75_package_qa.tar.zst;downloadfilename=a8/6e/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75_package_qa.tar.zst\nDEBUG: For url ['file', '', 'bb/42/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c6/7d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603_package_qa.tar.zst\nDEBUG: Testing URL file://e8/43/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29_packagedata.tar.zst\nDEBUG: For url file://e6/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:e66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/6c/sstate%3Aconnman%3Acore2-64-poky-linux%3A1.42%3Ar0%3Acore2-64%3A12%3Ae66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a_package.tar.zst;downloadfilename=e6/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:e66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a_package.tar.zst\nDEBUG: Testing URL file://universal/4b/ad/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6_populate_sysroot.tar.zst\nDEBUG: Using  for 05/26/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea_package.tar.zst\nDEBUG: SState: Attempting to fetch file://33/50/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9_create_package_spdx.tar.zst\nDEBUG: For url file://universal/d9/c2/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d9/c2/sstate%3Acmake-native%3Ax86_64-linux%3A3.29.3%3Ar0%3Ax86_64%3A12%3Ad9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c_create_package_spdx.tar.zst;downloadfilename=universal/d9/c2/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c_create_package_spdx.tar.zst\nDEBUG: Searching for ff/4b/sstate:ltp::20240524:r0::12:ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/c6/af/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:c6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9d/23/sstate:sysvinit-inittab:qemux86_64-poky-linux:2.88dsf:r0:qemux86_64:12:9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27_package_qa.tar.zst\nDEBUG: For url file://bb/42/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/42/sstate%3Apcmanfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Abb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7_packagedata.tar.zst;downloadfilename=bb/42/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7_packagedata.tar.zst\nDEBUG: Testing URL file://c6/7d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603_package_qa.tar.zst\nDEBUG: For url ['file', '', 'e8/43/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29_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://19/1c/sstate:python3-jinja2:core2-64-poky-linux:3.1.4:r0:core2-64:12:191c169d774059af7a39890a5cf2c1d4e09cf4dc1412e038835d872be4a2c98a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/b5/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/4b/ad/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://05/26/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea_package.tar.zst\nDEBUG: Searching for 33/50/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ff/4b/sstate:ltp::20240524:r0::12:ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779_populate_lic.tar.zst\nDEBUG: Using  for universal/c6/af/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:c6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://07/92/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:0792144bde0fc216dd149c63bccf022710ef87a9faa7a5a3847282db890f1edb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://2f/c9/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c6/7d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e8/43/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/43/sstate%3Avalgrind%3Acore2-64-poky-linux%3A3.23.0%3Ar0%3Acore2-64%3A12%3Ae843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29_packagedata.tar.zst;downloadfilename=e8/43/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://37/fc/sstate:dnf-native::4.20.0:r0::12:37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://11/dc/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/2d/sstate:libtheora::1.1.1:r0::12:ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe_populate_lic.tar.zst\nDEBUG: For url file://universal/4b/ad/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4b/ad/sstate%3Agdbm-native%3Ax86_64-linux%3A1.23%3Ar0%3Ax86_64%3A12%3A4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6_populate_sysroot.tar.zst;downloadfilename=universal/4b/ad/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '05/26/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 33/50/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ff/4b/sstate:ltp::20240524:r0::12:ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/c6/af/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:c6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://31/2e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db_create_package_spdx.tar.zst\nDEBUG: Searching for 2f/c9/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c6/7d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c6/7d/sstate%3Agcc-runtime%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Ac67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603_package_qa.tar.zst;downloadfilename=c6/7d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/24/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a8/6e/sstate:lttng-ust:core2-64-poky-linux:2.13.8:r0:core2-64:12:a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75_package_qa.tar.zst\nDEBUG: Searching for 11/dc/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ce/2d/sstate:libtheora::1.1.1:r0::12:ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://05/26/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/26/sstate%3Aat-spi2-core%3Acore2-64-poky-linux%3A2.52.0%3Ar0%3Acore2-64%3A12%3A05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea_package.tar.zst;downloadfilename=05/26/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea_package.tar.zst\nDEBUG: Testing URL file://33/50/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e6/6c/sstate:connman:core2-64-poky-linux:1.42:r0:core2-64:12:e66cdbd215f296a6acc1fcfece1f9180add536efa1c487496b32b72782fae19a_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d9/c2/sstate:cmake-native:x86_64-linux:3.29.3:r0:x86_64:12:d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ff/4b/sstate:ltp::20240524:r0::12:ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779_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/c6/af/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:c6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 31/2e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2f/c9/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443_packagedata.tar.zst\nDEBUG: Searching for fe/24/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2d/89/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/42/sstate:pcmanfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7_packagedata.tar.zst\nDEBUG: Using  for 11/dc/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335_package_write_ipk.tar.zst\nDEBUG: Using  for ce/2d/sstate:libtheora::1.1.1:r0::12:ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe_populate_lic.tar.zst\nDEBUG: For url ['file', '', '33/50/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9_create_package_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://04/76/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/43/sstate:valgrind:core2-64-poky-linux:3.23.0:r0:core2-64:12:e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://58/e8/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb_package_write_ipk.tar.zst\nDEBUG: For url file://ff/4b/sstate:ltp::20240524:r0::12:ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/4b/sstate%3Altp%3A%3A20240524%3Ar0%3A%3A12%3Aff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779_populate_lic.tar.zst;downloadfilename=ff/4b/sstate:ltp::20240524:r0::12:ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779_populate_lic.tar.zst\nDEBUG: For url file://universal/c6/af/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:c6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c6/af/sstate%3Alibxslt-native%3Ax86_64-linux%3A1.1.39%3Ar0%3Ax86_64%3A12%3Ac6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab_recipe_qa.tar.zst;downloadfilename=universal/c6/af/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:c6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab_recipe_qa.tar.zst\nDEBUG: Using  for 31/2e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2f/c9/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443_packagedata.tar.zst\nDEBUG: Using  for fe/24/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897_create_package_spdx.tar.zst\nDEBUG: Searching for 2d/89/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/5c/9d/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://11/dc/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ce/2d/sstate:libtheora::1.1.1:r0::12:ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe_populate_lic.tar.zst\nDEBUG: For url file://33/50/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/50/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9_create_package_spdx.tar.zst;downloadfilename=33/50/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9_create_package_spdx.tar.zst\nDEBUG: Searching for 04/76/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://61/cd/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245_create_spdx.tar.zst\nDEBUG: Searching for 58/e8/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://31/2e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4b/ad/sstate:gdbm-native:x86_64-linux:1.23:r0:x86_64:12:4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c6/7d/sstate:gcc-runtime:core2-64-poky-linux:14.1.0:r0:core2-64:12:c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603_package_qa.tar.zst\nDEBUG: For url ['file', '', '2f/c9/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://fe/24/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897_create_package_spdx.tar.zst\nDEBUG: Using  for 2d/89/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f_package_write_ipk.tar.zst\nDEBUG: Searching for universal/5c/9d/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '11/dc/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335_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', '', 'ce/2d/sstate:libtheora::1.1.1:r0::12:ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 04/76/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8_package_write_rpm.tar.zst\nDEBUG: Searching for 61/cd/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 58/e8/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '31/2e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db_create_package_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://52/c7/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4c/11/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d_create_spdx.tar.zst\nDEBUG: For url file://2f/c9/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/c9/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A12%3A2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443_packagedata.tar.zst;downloadfilename=2f/c9/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443_packagedata.tar.zst\nDEBUG: For url ['file', '', 'fe/24/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2d/89/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f_package_write_ipk.tar.zst\nDEBUG: Using  for universal/5c/9d/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://11/dc/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/dc/sstate%3Atime%3Acore2-64-poky-linux%3A1.9%3Ar0%3Acore2-64%3A12%3A11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335_package_write_ipk.tar.zst;downloadfilename=11/dc/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335_package_write_ipk.tar.zst\nDEBUG: For url file://ce/2d/sstate:libtheora::1.1.1:r0::12:ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/2d/sstate%3Alibtheora%3A%3A1.1.1%3Ar0%3A%3A12%3Ace2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe_populate_lic.tar.zst;downloadfilename=ce/2d/sstate:libtheora::1.1.1:r0::12:ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe_populate_lic.tar.zst\nDEBUG: Testing URL file://04/76/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://05/26/sstate:at-spi2-core:core2-64-poky-linux:2.52.0:r0:core2-64:12:05269c221d4e130f755ba2fbc92eb9d4cc1b1b62e62f6920b3c26163845e09ea_package.tar.zst\nDEBUG: Using  for 61/cd/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245_create_spdx.tar.zst\nDEBUG: Testing URL file://58/e8/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb_package_write_ipk.tar.zst\nDEBUG: For url file://31/2e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/2e/sstate%3Apixman%3Acore2-64-poky-linux%3A0.42.2%3Ar0%3Acore2-64%3A12%3A312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db_create_package_spdx.tar.zst;downloadfilename=31/2e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db_create_package_spdx.tar.zst\nDEBUG: Searching for 52/c7/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/4c/11/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fe/24/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/24/sstate%3Autfcpp%3Acore2-64-poky-linux%3A4.0.5%3Ar0%3Acore2-64%3A12%3Afe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897_create_package_spdx.tar.zst;downloadfilename=fe/24/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '2d/89/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f_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://universal/5c/9d/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '04/76/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8_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://ff/4b/sstate:ltp::20240524:r0::12:ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c6/af/sstate:libxslt-native:x86_64-linux:1.1.39:r0:x86_64:12:c6af452602dba7d25ed2256c7578fbb2fedaa1a27fd58afb3484778f5b3ebaab_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/b1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:a3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240_package_write_deb.tar.zst\nDEBUG: Testing URL file://61/cd/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245_create_spdx.tar.zst\nDEBUG: For url ['file', '', '58/e8/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 52/c7/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce_package_qa.tar.zst\nDEBUG: Using  for universal/4c/11/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://33/50/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9_create_package_spdx.tar.zst\nDEBUG: For url file://2d/89/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2d/89/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f_package_write_ipk.tar.zst;downloadfilename=2d/89/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/5c/9d/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a_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://2f/c9/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443_packagedata.tar.zst\nDEBUG: For url file://04/76/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/04/76/sstate%3Aalsa-plugins%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8_package_write_rpm.tar.zst;downloadfilename=04/76/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/90/60/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/59/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418_create_spdx.tar.zst\nDEBUG: Searching for a3/b1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:a3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '61/cd/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://58/e8/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/58/e8/sstate%3Alibcap%3Acore2-64-poky-linux%3A2.70%3Ar0%3Acore2-64%3A12%3A58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb_package_write_ipk.tar.zst;downloadfilename=58/e8/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb_package_write_ipk.tar.zst\nDEBUG: Testing URL file://52/c7/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce_package_qa.tar.zst\nDEBUG: Testing URL file://universal/4c/11/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/6c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:a86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/2d/sstate:libtheora::1.1.1:r0::12:ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe_populate_lic.tar.zst\nDEBUG: For url file://universal/5c/9d/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5c/9d/sstate%3Axtrans-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A12%3A5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/5c/9d/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/27/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:d5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://11/dc/sstate:time:core2-64-poky-linux:1.9:r0:core2-64:12:11dc4cedf550f81e6c4c5b000759fa15f7382b64f66b2953f9c4ab54de53a335_package_write_ipk.tar.zst\nDEBUG: Searching for universal/90/60/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6d/59/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a3/b1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:a3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240_package_write_deb.tar.zst\nDEBUG: For url file://61/cd/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/cd/sstate%3Asysvinit%3Acore2-64-poky-linux%3A3.04%3Ar0%3Acore2-64%3A12%3A61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245_create_spdx.tar.zst;downloadfilename=61/cd/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245_create_spdx.tar.zst\nDEBUG: For url ['file', '', '52/c7/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce_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/4c/11/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for a8/6c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:a86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://31/2e/sstate:pixman:core2-64-poky-linux:0.42.2:r0:core2-64:12:312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d5/27/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:d5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fe/24/sstate:utfcpp:core2-64-poky-linux:4.0.5:r0:core2-64:12:fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/52/cd/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f_create_package_spdx.tar.zst\nDEBUG: Using  for universal/90/60/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123_recipe_qa.tar.zst\nDEBUG: Using  for 6d/59/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418_create_spdx.tar.zst\nDEBUG: Testing URL file://a3/b1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:a3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240_package_write_deb.tar.zst\nDEBUG: For url file://52/c7/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/52/c7/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.7%3Ar0%3Acore2-64%3A12%3A52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce_package_qa.tar.zst;downloadfilename=52/c7/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce_package_qa.tar.zst\nDEBUG: For url file://universal/4c/11/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4c/11/sstate%3Apython3-pluggy-native%3Ax86_64-linux%3A1.5.0%3Ar0%3Ax86_64%3A12%3A4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d_create_spdx.tar.zst;downloadfilename=universal/4c/11/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://2d/89/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:2d898bbd5c9420cbf1cc499ba0540ae3c16b3d6397890d720dc0c5344726482f_package_write_ipk.tar.zst\nDEBUG: Using  for a8/6c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:a86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/50/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a_create_package_spdx.tar.zst\nDEBUG: Searching for 1a/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d5/27/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:d5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/43/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0_packagedata.tar.zst\nDEBUG: Searching for universal/52/cd/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/90/60/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123_recipe_qa.tar.zst\nDEBUG: Testing URL file://6d/59/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'a3/b1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:a3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240_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://04/76/sstate:alsa-plugins:core2-64-poky-linux:1.2.12:r0:core2-64:12:0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://17/c9/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a8/6c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:a86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://58/e8/sstate:libcap:core2-64-poky-linux:2.70:r0:core2-64:12:58e8c41eea525cffea5a17d8768a8f637801129a8ab0f682b448363dce640fbb_package_write_ipk.tar.zst\nDEBUG: Searching for 6c/50/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/5c/9d/sstate:xtrans-native:x86_64-linux:1.5.0:r0:x86_64:12:5c9d673aaafce9a935a6ed8f9cdfaf046412f4b24199308efa225e4dd3de792a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1a/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1a/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ec/43/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/52/cd/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/90/60/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123_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/59/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a3/b1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:a3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/b1/sstate%3Alibdrm%3Acore2-64-poky-linux%3A2.4.120%3Ar0%3Acore2-64%3A12%3Aa3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240_package_write_deb.tar.zst;downloadfilename=a3/b1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:a3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 17/c9/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a8/6c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:a86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8_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://3f/6c/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6_package_write_ipk.tar.zst\nDEBUG: Using  for 6c/50/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://34/58/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84_package_write_ipk.tar.zst\nDEBUG: Testing URL file://d5/27/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:d5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '1a/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc_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 ec/43/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0_packagedata.tar.zst\nDEBUG: Testing URL file://universal/52/cd/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f_create_package_spdx.tar.zst\nDEBUG: For url file://universal/90/60/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/90/60/sstate%3Alibrepo-native%3Ax86_64-linux%3A1.17.0%3Ar0%3Ax86_64%3A12%3A90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123_recipe_qa.tar.zst;downloadfilename=universal/90/60/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123_recipe_qa.tar.zst\nDEBUG: For url file://6d/59/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/59/sstate%3Astrace%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418_create_spdx.tar.zst;downloadfilename=6d/59/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418_create_spdx.tar.zst\nDEBUG: Searching for 5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 17/c9/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e_package_write_rpm.tar.zst\nDEBUG: For url file://a8/6c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:a86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/6c/sstate%3Alibnsl2%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3Aa86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8_package_write_ipk.tar.zst;downloadfilename=a8/6c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:a86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://61/cd/sstate:sysvinit:core2-64-poky-linux:3.04:r0:core2-64:12:61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245_create_spdx.tar.zst\nDEBUG: Searching for 3f/6c/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6c/50/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a_create_package_spdx.tar.zst\nDEBUG: Searching for 34/58/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd5/27/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:d5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69_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://1a/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/5d/sstate%3Amini-x-session%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc_deploy_source_date_epoch.tar.zst;downloadfilename=1a/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ec/43/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/52/cd/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://17/c9/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://52/c7/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4c/11/sstate:python3-pluggy-native:x86_64-linux:1.5.0:r0:x86_64:12:4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/e0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662_package_write_ipk.tar.zst\nDEBUG: Using  for 3f/6c/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '6c/50/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 34/58/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84_package_write_ipk.tar.zst\nDEBUG: For url file://d5/27/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:d5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/27/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Ad5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69_package_write_deb.tar.zst;downloadfilename=d5/27/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:d5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ec/43/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/52/cd/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/52/cd/sstate%3Apython3-setuptools-scm-native%3Ax86_64-linux%3A8.1.0%3Ar0%3Ax86_64%3A12%3A52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f_create_package_spdx.tar.zst;downloadfilename=universal/52/cd/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/b1/sstate:libdrm:core2-64-poky-linux:2.4.120:r0:core2-64:12:a3b10d9a1b837223a8c11c8ad0b9bba508c629c057b071d640110d0c2989c240_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '17/c9/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e_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://31/a1/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://82/43/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54_package_qa.tar.zst\nDEBUG: Searching for 9d/e0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3f/6c/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6_package_write_ipk.tar.zst\nDEBUG: For url file://6c/50/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/50/sstate%3Alibsoup%3Acore2-64-poky-linux%3A3.4.4%3Ar0%3Acore2-64%3A12%3A6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a_create_package_spdx.tar.zst;downloadfilename=6c/50/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a_create_package_spdx.tar.zst\nDEBUG: Testing URL file://34/58/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84_package_write_ipk.tar.zst\nDEBUG: For url file://ec/43/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/43/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Aec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0_packagedata.tar.zst;downloadfilename=ec/43/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0_packagedata.tar.zst\nDEBUG: For url ['file', '', '5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_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/99/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/90/60/sstate:librepo-native:x86_64-linux:1.17.0:r0:x86_64:12:90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/59/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418_create_spdx.tar.zst\nDEBUG: For url file://17/c9/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/c9/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A12%3A17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e_package_write_rpm.tar.zst;downloadfilename=17/c9/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e_package_write_rpm.tar.zst\nDEBUG: Searching for 31/a1/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 82/43/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9d/e0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '3f/6c/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6_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', '', '34/58/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84_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://a8/6c/sstate:libnsl2:core2-64-poky-linux:2.0.1:r0:core2-64:12:a86c86c046f83071e160a4290638ce6465b581f279a92166f9dca936f95b49e8_package_write_ipk.tar.zst\nDEBUG: For url file://5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/14/sstate%3Acore-image-full-cmdline%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_deploy_source_date_epoch.tar.zst;downloadfilename=5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a1/99/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1a/5d/sstate:mini-x-session:core2-64-poky-linux:0.1:r0:core2-64:12:1a5d231c94c6efeb7037d3c020f2d14077c71937f3ddb98e4789234e577b38dc_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://28/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/9d/31/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57_recipe_qa.tar.zst\nDEBUG: Using  for 31/a1/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a_package_write_deb.tar.zst\nDEBUG: Using  for 82/43/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54_package_qa.tar.zst\nDEBUG: Testing URL file://9d/e0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662_package_write_ipk.tar.zst\nDEBUG: For url file://3f/6c/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/6c/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6_package_write_ipk.tar.zst;downloadfilename=3f/6c/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6_package_write_ipk.tar.zst\nDEBUG: For url file://34/58/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/34/58/sstate%3Alibxdamage%3Acore2-64-poky-linux%3A1.1.6%3Ar0%3Acore2-64%3A12%3A3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84_package_write_ipk.tar.zst;downloadfilename=34/58/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/9d/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a_packagedata.tar.zst\nDEBUG: Using  for a1/99/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/43/39/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://d5/27/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:d5277cf347eeff00f18af5d45d32539eb53abbeca952d6a5ff0720bfbf66ba69_package_write_deb.tar.zst\nDEBUG: Searching for 28/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/9d/31/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://31/a1/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a_package_write_deb.tar.zst\nDEBUG: Testing URL file://82/43/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54_package_qa.tar.zst\nDEBUG: For url ['file', '', '9d/e0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6f/9d/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6c/50/sstate:libsoup:core2-64-poky-linux:3.4.4:r0:core2-64:12:6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/52/cd/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a1/99/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42_recipe_qa.tar.zst\nDEBUG: Searching for universal/43/39/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://96/09/sstate:libxcrypt::4.4.36:r0::12:9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8_populate_lic.tar.zst\nDEBUG: Using  for 28/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b_package_qa.tar.zst\nDEBUG: Using  for universal/9d/31/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '31/a1/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a_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', '', '82/43/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9d/e0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/e0/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662_package_write_ipk.tar.zst;downloadfilename=9d/e0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662_package_write_ipk.tar.zst\nDEBUG: Using  for 6f/9d/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/12/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://67/32/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'a1/99/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/43/39/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688_populate_sysroot.tar.zst\nDEBUG: Searching for 96/09/sstate:libxcrypt::4.4.36:r0::12:9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://28/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/43/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0_packagedata.tar.zst\nDEBUG: Testing URL file://universal/9d/31/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57_recipe_qa.tar.zst\nDEBUG: For url file://31/a1/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/a1/sstate%3Aiw%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a_package_write_deb.tar.zst;downloadfilename=31/a1/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a_package_write_deb.tar.zst\nDEBUG: For url file://82/43/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/43/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.15%3Ar0%3Acore2-64%3A12%3A82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54_package_qa.tar.zst;downloadfilename=82/43/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54_package_qa.tar.zst\nDEBUG: Testing URL file://6f/9d/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a_packagedata.tar.zst\nDEBUG: Searching for f6/12/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 67/32/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://17/c9/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e_package_write_rpm.tar.zst\nDEBUG: For url file://a1/99/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a1/99/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.57.1%3Ar0%3Acore2-64%3A12%3Aa1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42_recipe_qa.tar.zst;downloadfilename=a1/99/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/43/39/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688_populate_sysroot.tar.zst\nDEBUG: Using  for 96/09/sstate:libxcrypt::4.4.36:r0::12:9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '28/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b_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/58/84/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/9d/31/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: checkstatus: trying again\nDEBUG: For url ['file', '', '6f/9d/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f6/12/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/6c/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:3f6c9ff81d368e4390d6e62a76b53f6889b52353ac9ff89f3b2986bf4eab72a6_package_write_ipk.tar.zst\nDEBUG: Using  for 67/32/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://8e/71/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/43/39/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://96/09/sstate:libxcrypt::4.4.36:r0::12:9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://34/58/sstate:libxdamage:core2-64-poky-linux:1.1.6:r0:core2-64:12:3458e89b7a64b2ac3b766254d8211733b9ee5e58833aa5124ddb6de53e284d84_package_write_ipk.tar.zst\nDEBUG: For url file://28/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/84/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A12%3A2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b_package_qa.tar.zst;downloadfilename=28/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b_package_qa.tar.zst\nDEBUG: Searching for universal/58/84/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/9d/31/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/9d/31/sstate%3Asqlite3-native%3Ax86_64-linux%3A3.45.3%3Ar0%3Ax86_64%3A12%3A9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57_recipe_qa.tar.zst;downloadfilename=universal/9d/31/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57_recipe_qa.tar.zst\nDEBUG: For url file://6f/9d/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/9d/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.18.1%3Ar0%3Acore2-64%3A12%3A6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a_packagedata.tar.zst;downloadfilename=6f/9d/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a_packagedata.tar.zst\nDEBUG: Testing URL file://f6/12/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9b/17/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://67/32/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e_package_write_deb.tar.zst\nDEBUG: Searching for 8e/71/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/43/39/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/43/39/sstate%3Alibxtst-native%3Ax86_64-linux%3A1.2.4%3Ar0%3Ax86_64%3A12%3A43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688_populate_sysroot.tar.zst;downloadfilename=universal/43/39/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '96/09/sstate:libxcrypt::4.4.36:r0::12:9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8_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://fa/74/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/e0/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662_package_write_ipk.tar.zst\nDEBUG: Using  for universal/58/84/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'f6/12/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 9b/17/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '67/32/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e_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://31/a1/sstate:iw:core2-64-poky-linux:6.9:r0:core2-64:12:31a1db738f37058b62020484575a093f324218a404e9716aef28a13400c9e75a_package_write_deb.tar.zst\nDEBUG: Using  for 8e/71/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c_package_write_deb.tar.zst\nDEBUG: Testing URL file://8e/71/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c_package_write_deb.tar.zst\nDEBUG: Searching for fa/74/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://82/43/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d8/1c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:d81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/58/84/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d_recipe_qa.tar.zst\nDEBUG: For url file://f6/12/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/12/sstate%3Adiffutils%3Acore2-64-poky-linux%3A3.10%3Ar0%3Acore2-64%3A12%3Af612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324_create_package_spdx.tar.zst;downloadfilename=f6/12/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324_create_package_spdx.tar.zst\nDEBUG: Using  for 9b/17/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c_populate_sysroot.tar.zst\nDEBUG: For url file://67/32/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/32/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A12%3A6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e_package_write_deb.tar.zst;downloadfilename=67/32/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/47/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638_package.tar.zst\nDEBUG: For url file://96/09/sstate:libxcrypt::4.4.36:r0::12:9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/09/sstate%3Alibxcrypt%3A%3A4.4.36%3Ar0%3A%3A12%3A9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8_populate_lic.tar.zst;downloadfilename=96/09/sstate:libxcrypt::4.4.36:r0::12:9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '8e/71/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fa/74/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/fd/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff_package_write_ipk.tar.zst\nDEBUG: Searching for d8/1c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:d81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/58/84/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9b/17/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c_populate_sysroot.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_deploy_source_date_epoch.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Successful fetch test for file://a1/99/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42_recipe_qa.tar.zst\nDEBUG: Searching for 7d/47/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://28/84/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b_package_qa.tar.zst\nDEBUG: For url file://8e/71/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/71/sstate%3Afmt%3Acore2-64-poky-linux%3A10.2.1%3Ar0%3Acore2-64%3A12%3A8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c_package_write_deb.tar.zst;downloadfilename=8e/71/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c_package_write_deb.tar.zst\nDEBUG: Testing URL file://fa/74/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/9d/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a_packagedata.tar.zst\nDEBUG: Searching for 7b/fd/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/9d/31/sstate:sqlite3-native:x86_64-linux:3.45.3:r0:x86_64:12:9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57_recipe_qa.tar.zst\nDEBUG: Using  for d8/1c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:d81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8_package_write_deb.tar.zst\nDEBUG: Testing URL file://d8/1c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:d81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '9b/17/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c_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://29/36/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443_recipe_qa.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_deploy_source_date_epoch.tar.zst (FetchError(\"URL doesn't work\", 'file://5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_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 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://5a/14/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a14fff098bddc3eebbb281be1e600bbf2cbf76cd5a6fe76251c99cee3239b0a_deploy_source_date_epoch.tar.zst'. URL doesn't work\n\nDEBUG: Using  for 7d/47/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638_package.tar.zst\nDEBUG: SState: Attempting to fetch file://bc/dc/sstate:libglu::9.0.3:r0::12:bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'fa/74/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f_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://87/76/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/43/39/sstate:libxtst-native:x86_64-linux:1.2.4:r0:x86_64:12:43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688_populate_sysroot.tar.zst\nDEBUG: Using  for 7b/fd/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f0/57/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:f057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/58/84/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/58/84/sstate%3Alibgcrypt-native%3Ax86_64-linux%3A1.10.3%3Ar0%3Ax86_64%3A12%3A5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d_recipe_qa.tar.zst;downloadfilename=universal/58/84/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd8/1c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:d81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8_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://9b/17/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9b/17/sstate%3Alibpciaccess%3Acore2-64-poky-linux%3A0.18.1%3Ar0%3Acore2-64%3A12%3A9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c_populate_sysroot.tar.zst;downloadfilename=9b/17/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c_populate_sysroot.tar.zst\nDEBUG: Searching for 29/36/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d1/48/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:d148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9_package.tar.zst\nDEBUG: Testing URL file://7d/47/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638_package.tar.zst\nDEBUG: Searching for bc/dc/sstate:libglu::9.0.3:r0::12:bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fa/74/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/74/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.5.1%3Ar0%3Acore2-64%3A12%3Afa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f_recipe_qa.tar.zst;downloadfilename=fa/74/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f_recipe_qa.tar.zst\nDEBUG: Searching for 87/76/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a0/24/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:a0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://7b/fd/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff_package_write_ipk.tar.zst\nDEBUG: Searching for universal/f0/57/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:f057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d8/1c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:d81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d8/1c/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A12%3Ad81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8_package_write_deb.tar.zst;downloadfilename=d8/1c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:d81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8_package_write_deb.tar.zst\nDEBUG: Using  for 29/36/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443_recipe_qa.tar.zst\nDEBUG: Searching for d1/48/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:d148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://67/32/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:6732977db831a69fedbe9a0eb6e496c4a7e0eb449c81b38bf4e637a4a3433e0e_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '7d/47/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638_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://f6/12/sstate:diffutils:core2-64-poky-linux:3.10:r0:core2-64:12:f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324_create_package_spdx.tar.zst\nDEBUG: Using  for bc/dc/sstate:libglu::9.0.3:r0::12:bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320_populate_lic.tar.zst\nDEBUG: Using  for 87/76/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5_packagedata.tar.zst\nDEBUG: Searching for a0/24/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:a0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://96/09/sstate:libxcrypt::4.4.36:r0::12:9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8_populate_lic.tar.zst\nDEBUG: For url ['file', '', '7b/fd/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/f0/57/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:f057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://29/36/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443_recipe_qa.tar.zst\nDEBUG: Using  for d1/48/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:d148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://8e/71/sstate:fmt:core2-64-poky-linux:10.2.1:r0:core2-64:12:8e7160b330dbf947213cc63154c0a88a5301951f06010a42f002471ec2a3248c_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://31/d6/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d_create_spdx.tar.zst\nDEBUG: For url file://7d/47/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/47/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638_package.tar.zst;downloadfilename=7d/47/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638_package.tar.zst\nDEBUG: SState: Attempting to fetch file://80/db/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7_package.tar.zst\nDEBUG: Testing URL file://bc/dc/sstate:libglu::9.0.3:r0::12:bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320_populate_lic.tar.zst\nDEBUG: Testing URL file://87/76/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5_packagedata.tar.zst\nDEBUG: Using  for a0/24/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:a0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ee/be/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4_recipe_qa.tar.zst\nDEBUG: For url file://7b/fd/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/fd/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A12%3A7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff_package_write_ipk.tar.zst;downloadfilename=7b/fd/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/f0/57/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:f057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '29/36/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443_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/48/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:d148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9_package.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/ac/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60_package_write_ipk.tar.zst\nDEBUG: Searching for 31/d6/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 80/db/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'bc/dc/sstate:libglu::9.0.3:r0::12:bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320_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/58/84/sstate:libgcrypt-native:x86_64-linux:1.10.3:r0:x86_64:12:5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '87/76/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://a0/24/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:a0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/ee/be/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/f0/57/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:f057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a_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/36/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/36/sstate%3Apython3%3Acore2-64-poky-linux%3A3.12.4%3Ar0%3Acore2-64%3A12%3A29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443_recipe_qa.tar.zst;downloadfilename=29/36/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'd1/48/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:d148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9_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://9b/17/sstate:libpciaccess:core2-64-poky-linux:0.18.1:r0:core2-64:12:9b17ef3360dc1df20f4a9ac75c1f965d6754b1803f0f3e4dbd7a72d0fae4a35c_populate_sysroot.tar.zst\nDEBUG: Searching for 6a/ac/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 31/d6/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d_create_spdx.tar.zst\nDEBUG: Using  for 80/db/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7_package.tar.zst\nDEBUG: For url file://bc/dc/sstate:libglu::9.0.3:r0::12:bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bc/dc/sstate%3Alibglu%3A%3A9.0.3%3Ar0%3A%3A12%3Abcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320_populate_lic.tar.zst;downloadfilename=bc/dc/sstate:libglu::9.0.3:r0::12:bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/df/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92_package_write_rpm.tar.zst\nDEBUG: For url file://87/76/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/87/76/sstate%3Agdb%3Acore2-64-poky-linux%3A14.2%3Ar0%3Acore2-64%3A12%3A877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5_packagedata.tar.zst;downloadfilename=87/76/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5_packagedata.tar.zst\nDEBUG: For url ['file', '', 'a0/24/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:a0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4_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/ee/be/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4_recipe_qa.tar.zst\nDEBUG: For url file://universal/f0/57/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:f057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f0/57/sstate%3Azstd-native%3Ax86_64-linux%3A1.5.6%3Ar0%3Ax86_64%3A12%3Af057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f0/57/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:f057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d1/48/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:d148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/48/sstate%3Alibpthread-stubs%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3Ad148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9_package.tar.zst;downloadfilename=d1/48/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:d148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/74/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d8/1c/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:d81c6712c12a67b12c39e7646d9c118d1881235f985b38af5ae05d88a18763b8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d_create_spdx.tar.zst\nDEBUG: Using  for 6a/ac/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60_package_write_ipk.tar.zst\nDEBUG: Testing URL file://31/d6/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d_create_spdx.tar.zst\nDEBUG: Testing URL file://80/db/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7_package.tar.zst\nDEBUG: Searching for b3/df/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7d/47/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:7d479161607cbfac7e7ae010caf1369cc78f525e2426e892a56de48816f21638_package.tar.zst\nDEBUG: For url file://a0/24/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:a0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a0/24/sstate%3Apython3-markdown%3Acore2-64-poky-linux%3A3.6%3Ar0%3Acore2-64%3A12%3Aa0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4_deploy_source_date_epoch.tar.zst;downloadfilename=a0/24/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:a0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/ee/be/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/36/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/fd/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7bfdaa5d952625fe378ebea9a84be0a628e67813065283c381477390ebecf0ff_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/70/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for fe/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6a/ac/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '31/d6/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '80/db/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for b3/df/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/99/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/ee/be/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c8/36/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://29/36/sstate:python3:core2-64-poky-linux:3.12.4:r0:core2-64:12:29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://45/d1/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405_create_spdx.tar.zst\nDEBUG: Searching for 3d/70/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fe/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6a/ac/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60_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://31/d6/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/d6/sstate%3Axkbcomp%3Acore2-64-poky-linux%3A1.4.7%3Ar0%3Acore2-64%3A12%3A31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d_create_spdx.tar.zst;downloadfilename=31/d6/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d_create_spdx.tar.zst\nDEBUG: For url file://80/db/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/80/db/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.3.0%3Ar0%3Acore2-64%3A12%3A80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7_package.tar.zst;downloadfilename=80/db/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7_package.tar.zst\nDEBUG: Testing URL file://b3/df/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92_package_write_rpm.tar.zst\nDEBUG: Searching for d4/99/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/ee/be/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ee/be/sstate%3Autil-macros-native%3Ax86_64-linux%3A1.20.1%3Ar0%3Ax86_64%3A12%3Aeebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4_recipe_qa.tar.zst;downloadfilename=universal/ee/be/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4_recipe_qa.tar.zst\nDEBUG: Using  for c8/36/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://75/50/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77_packagedata.tar.zst\nDEBUG: Searching for 45/d1/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3d/70/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fe/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d_create_spdx.tar.zst\nDEBUG: For url file://6a/ac/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/ac/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.12.8%3Ar0%3Acore2-64%3A12%3A6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60_package_write_ipk.tar.zst;downloadfilename=6a/ac/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://87/76/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://bc/dc/sstate:libglu::9.0.3:r0::12:bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'b3/df/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d4/99/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/48/sstate:libpthread-stubs:core2-64-poky-linux:0.5:r0:core2-64:12:d148aa2d64b083f79dfb1e44591c969ce8a6afbd3b2e2a2dfd20b35ca9f76cb9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f0/57/sstate:zstd-native:x86_64-linux:1.5.6:r0:x86_64:12:f057b47fd7abeb1dc95bf39e4d13bf8c5f42c3f19bccc07b5807d1062a70e74a_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c8/36/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94_packagedata.tar.zst\nDEBUG: Searching for 75/50/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 45/d1/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405_create_spdx.tar.zst\nDEBUG: Testing URL file://3d/70/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fe/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d_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://ed/80/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a0/24/sstate:python3-markdown:core2-64-poky-linux:3.6:r0:core2-64:12:a0249ada7ca639b3bb62156035a6c3a778ce4388fa2acce97ec52b8057b8fec4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b3/df/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/df/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Ab3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92_package_write_rpm.tar.zst;downloadfilename=b3/df/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92_package_write_rpm.tar.zst\nDEBUG: Testing URL file://d4/99/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://bb/b3/sstate:ca-certificates::20211016:r0::12:bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://53/86/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'c8/36/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 75/50/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77_packagedata.tar.zst\nDEBUG: Testing URL file://45/d1/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405_create_spdx.tar.zst\nDEBUG: For url ['file', '', '3d/70/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f_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/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/36/sstate%3Afile%3Acore2-64-poky-linux%3A5.45%3Ar0%3Acore2-64%3A12%3Afe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d_create_spdx.tar.zst;downloadfilename=fe/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d_create_spdx.tar.zst\nDEBUG: Searching for ed/80/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6e/39/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049_package_write_ipk.tar.zst\nDEBUG: Searching for 8b/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd4/99/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for bb/b3/sstate:ca-certificates::20211016:r0::12:bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://31/d6/sstate:xkbcomp:core2-64-poky-linux:1.4.7:r0:core2-64:12:31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d_create_spdx.tar.zst\nDEBUG: Searching for 53/86/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c8/36/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/36/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.5%3Ar0%3Acore2-64%3A12%3Ac83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94_packagedata.tar.zst;downloadfilename=c8/36/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94_packagedata.tar.zst\nDEBUG: Testing URL file://75/50/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77_packagedata.tar.zst\nDEBUG: For url ['file', '', '45/d1/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://3d/70/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/70/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A12%3A3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f_deploy_source_date_epoch.tar.zst;downloadfilename=3d/70/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for ed/80/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852_package_write_deb.tar.zst\nDEBUG: Searching for 6e/39/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8b/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://80/db/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:80dba984842a723b4b965f89907e27fe02d4a2d90b48d3a2751b920903c8d9a7_package.tar.zst\nDEBUG: For url file://d4/99/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/99/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A12%3Ad4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876_packagedata.tar.zst;downloadfilename=d4/99/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876_packagedata.tar.zst\nDEBUG: Using  for bb/b3/sstate:ca-certificates::20211016:r0::12:bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/cd/34/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27_recipe_qa.tar.zst\nDEBUG: Using  for 53/86/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '75/50/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://45/d1/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/d1/sstate%3Apython3-py%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405_create_spdx.tar.zst;downloadfilename=45/d1/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ee/be/sstate:util-macros-native:x86_64-linux:1.20.1:r0:x86_64:12:eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/ac/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:6aaca5a2909c15fd3c606526a1642e0c6f5671002592d3285f80b254c4f5af60_package_write_ipk.tar.zst\nDEBUG: Testing URL file://ed/80/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852_package_write_deb.tar.zst\nDEBUG: Using  for 6e/39/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049_package_write_ipk.tar.zst\nDEBUG: Testing URL file://8b/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://85/80/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://bb/b3/sstate:ca-certificates::20211016:r0::12:bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145_populate_lic.tar.zst\nDEBUG: Searching for universal/cd/34/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://53/86/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b_package_write_deb.tar.zst\nDEBUG: For url file://75/50/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/50/sstate%3Apython3-pygobject%3Acore2-64-poky-linux%3A3.48.2%3Ar0%3Acore2-64%3A12%3A7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77_packagedata.tar.zst;downloadfilename=75/50/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://17/e5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/df/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:b54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'ed/80/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852_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://6e/39/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '8b/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b_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 85/80/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'bb/b3/sstate:ca-certificates::20211016:r0::12:bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/cd/34/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '53/86/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 17/e5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://fe/36/sstate:file:core2-64-poky-linux:5.45:r0:core2-64:12:fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/26/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:c1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6_populate_sysroot.tar.zst\nDEBUG: Searching for b5/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:b54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://ed/80/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ed/80/sstate%3Akernel-devsrc%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Aed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852_package_write_deb.tar.zst;downloadfilename=ed/80/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '6e/39/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049_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://8b/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/e6/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A12%3A8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b_deploy_source_date_epoch.tar.zst;downloadfilename=8b/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 85/80/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://bb/b3/sstate:ca-certificates::20211016:r0::12:bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bb/b3/sstate%3Aca-certificates%3A%3A20211016%3Ar0%3A%3A12%3Abbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145_populate_lic.tar.zst;downloadfilename=bb/b3/sstate:ca-certificates::20211016:r0::12:bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/cd/34/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27_recipe_qa.tar.zst\nDEBUG: For url file://53/86/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/53/86/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A12%3A5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b_package_write_deb.tar.zst;downloadfilename=53/86/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b_package_write_deb.tar.zst\nDEBUG: Using  for 17/e5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50_package.tar.zst\nDEBUG: SState: Attempting to fetch file://95/33/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00_package.tar.zst\nDEBUG: Searching for c1/26/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:c1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b5/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:b54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac_populate_sysroot.tar.zst\nDEBUG: For url file://6e/39/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/39/sstate%3Awayland%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3A6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049_package_write_ipk.tar.zst;downloadfilename=6e/39/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049_package_write_ipk.tar.zst\nDEBUG: Testing URL file://85/80/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/36/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://d4/99/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/cd/34/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27_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/d1/sstate:python3-py:core2-64-poky-linux:1.11.0:r0:core2-64:12:45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405_create_spdx.tar.zst\nDEBUG: Testing URL file://17/e5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50_package.tar.zst\nDEBUG: SState: Successful fetch test for file://75/50/sstate:python3-pygobject:core2-64-poky-linux:3.48.2:r0:core2-64:12:7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77_packagedata.tar.zst\nDEBUG: Searching for 95/33/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c1/26/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:c1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b5/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:b54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '85/80/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd_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://f2/0d/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://ed/80/sstate:kernel-devsrc:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://59/1a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172_package_write_ipk.tar.zst\nDEBUG: For url file://universal/cd/34/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/cd/34/sstate%3Ameson-native%3Ax86_64-linux%3A1.4.0%3Ar0%3Ax86_64%3A12%3Acd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27_recipe_qa.tar.zst;downloadfilename=universal/cd/34/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/36/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '17/e5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50_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/e0/66/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:e0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156_populate_sysroot.tar.zst\nDEBUG: Using  for 95/33/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00_package.tar.zst\nDEBUG: Testing URL file://c1/26/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:c1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b5/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:b54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://85/80/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/85/80/sstate%3Aglibc-mtrace%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd_deploy_source_date_epoch.tar.zst;downloadfilename=85/80/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f2/0d/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/67/a8/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 59/1a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for d7/36/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://17/e5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/17/e5/sstate%3Alibfm%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3A17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50_package.tar.zst;downloadfilename=17/e5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50_package.tar.zst\nDEBUG: Searching for universal/e0/66/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:e0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8b/e6/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:8be68e7aef37a739039790a8cf0bd2e2e0183bfc916985a1a8aea69e22fd9a5b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://95/33/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00_package.tar.zst\nDEBUG: For url ['file', '', 'c1/26/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:c1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6_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/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:b54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/4e/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.34.0%3Ar0%3Acore2-64%3A12%3Ab54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac_populate_sysroot.tar.zst;downloadfilename=b5/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:b54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac_populate_sysroot.tar.zst\nDEBUG: Using  for f2/0d/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a_package_write_rpm.tar.zst\nDEBUG: Searching for universal/67/a8/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 59/1a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://bb/b3/sstate:ca-certificates::20211016:r0::12:bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145_populate_lic.tar.zst\nDEBUG: Using  for d7/36/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8_populate_sysroot.tar.zst\nDEBUG: Using  for universal/e0/66/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:e0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://54/36/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://53/86/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:5386a281b2376d330a641dce9306d79cd0052597c0263bfa77b4f990ad743a1b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '95/33/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c1/26/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:c1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/26/sstate%3Apkgconfig%3Acore2-64-poky-linux%3A0.29.2%2Bgit%3Ar0%3Acore2-64%3A12%3Ac1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6_populate_sysroot.tar.zst;downloadfilename=c1/26/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:c1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f2/0d/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a_package_write_rpm.tar.zst\nDEBUG: Using  for universal/67/a8/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://59/1a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://3d/70/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:3d70ddaed23e6a7c3c61daa5e063dd6728cb09c65b184a4bfec84b8b0f70f20f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/39/sstate:wayland:core2-64-poky-linux:1.23.0:r0:core2-64:12:6e39b56296eaed498fe73a02b92ffa53b433579d3cfe72f9dfcb43c32b822049_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://36/f6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7_package.tar.zst\nDEBUG: Testing URL file://d7/36/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/e0/66/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:e0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156_populate_sysroot.tar.zst\nDEBUG: Searching for 54/36/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://27/80/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e_package_write_rpm.tar.zst\nDEBUG: For url file://95/33/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/33/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A12%3A9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00_package.tar.zst;downloadfilename=95/33/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00_package.tar.zst\nDEBUG: For url ['file', '', 'f2/0d/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a_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/67/a8/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '59/1a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172_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://19/26/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://37/b2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf_create_spdx.tar.zst\nDEBUG: Searching for 36/f6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'd7/36/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8_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/66/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:e0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 54/36/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d_recipe_qa.tar.zst\nDEBUG: Searching for 27/80/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f2/0d/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/0d/sstate%3Alibsndfile1%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Af20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a_package_write_rpm.tar.zst;downloadfilename=f2/0d/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/67/a8/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267_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/cd/34/sstate:meson-native:x86_64-linux:1.4.0:r0:x86_64:12:cd3411638a8b46fa74bb6f1d5a86a800d78790e424553de25b3468e8959f3c27_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://85/80/sstate:glibc-mtrace:core2-64-poky-linux:2.39+git:r0:core2-64:12:85802308c7651cb713a48322213f714db24f02109b378138d49753b8ae3653dd_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://59/1a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/59/1a/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A12%3A591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172_package_write_ipk.tar.zst;downloadfilename=59/1a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172_package_write_ipk.tar.zst\nDEBUG: Searching for 19/26/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 37/b2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 36/f6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7_package.tar.zst\nDEBUG: For url file://d7/36/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/36/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ad7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8_populate_sysroot.tar.zst;downloadfilename=d7/36/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8_populate_sysroot.tar.zst\nDEBUG: For url file://universal/e0/66/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:e0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e0/66/sstate%3Adocbook-xml-dtd4-native%3Ax86_64-linux%3A4.5%3Ar0%3Ax86_64%3A12%3Ae0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156_populate_sysroot.tar.zst;downloadfilename=universal/e0/66/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:e0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156_populate_sysroot.tar.zst\nDEBUG: Testing URL file://54/36/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d_recipe_qa.tar.zst\nDEBUG: Using  for 27/80/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e_package_write_rpm.tar.zst\nDEBUG: For url file://universal/67/a8/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/67/a8/sstate%3Aicon-naming-utils-native%3Ax86_64-linux%3A0.8.90%3Ar0%3Ax86_64%3A12%3A67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267_deploy_source_date_epoch.tar.zst;downloadfilename=universal/67/a8/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/1b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://42/a5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da_package_write_deb.tar.zst\nDEBUG: Using  for 19/26/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80_create_package_spdx.tar.zst\nDEBUG: Testing URL file://36/f6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7_package.tar.zst\nDEBUG: Using  for 37/b2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/4e/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:b54ef8530b32b9fd70483dcf74db4a41fe37da619ee6aefd8c1ae9043d10ccac_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://17/e5/sstate:libfm:core2-64-poky-linux:1.3.2:r0:core2-64:12:17e5dfca5af014d30f795022013bfc9a8b093668ca3efb64fc315bde7435cf50_package.tar.zst\nDEBUG: For url ['file', '', '54/36/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://27/80/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://95/33/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:9533f1fbb1d783e750f4fbfa4fc0ec40ac559f168f84e0a3e92bc34663545f00_package.tar.zst\nDEBUG: Searching for 0b/1b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 42/a5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://19/26/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/26/sstate:pkgconfig:core2-64-poky-linux:0.29.2+git:r0:core2-64:12:c1263eeb5d522616ea6320cc3749e51263daa54f086693cca17588a1148930d6_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '36/f6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7_package.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:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa_create_spdx.tar.zst\nDEBUG: For url file://54/36/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/36/sstate%3Apython3-pytest%3Acore2-64-poky-linux%3A8.2.2%3Ar0%3Acore2-64%3A12%3A5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d_recipe_qa.tar.zst;downloadfilename=54/36/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '27/80/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e_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/60/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7_package.tar.zst\nDEBUG: Using  for 0b/1b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271_recipe_qa.tar.zst\nDEBUG: Using  for 42/a5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '19/26/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80_create_package_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/57/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c_package_qa.tar.zst\nDEBUG: For url file://36/f6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/f6/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3A36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7_package.tar.zst;downloadfilename=36/f6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7_package.tar.zst\nDEBUG: For url ['file', '', '37/b2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c1/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://27/80/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/80/sstate%3Axorgproto%3Acore2-64-poky-linux%3A2024.1%3Ar0%3Acore2-64%3A12%3A278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e_package_write_rpm.tar.zst;downloadfilename=27/80/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e_package_write_rpm.tar.zst\nDEBUG: Searching for 8b/60/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f2/0d/sstate:libsndfile1:core2-64-poky-linux:1.2.2:r0:core2-64:12:f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0b/1b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271_recipe_qa.tar.zst\nDEBUG: Testing URL file://42/a5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da_package_write_deb.tar.zst\nDEBUG: For url file://19/26/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/26/sstate%3Adnf%3Acore2-64-poky-linux%3A4.20.0%3Ar0%3Acore2-64%3A12%3A19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80_create_package_spdx.tar.zst;downloadfilename=19/26/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80_create_package_spdx.tar.zst\nDEBUG: Searching for 77/57/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://37/b2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/b2/sstate%3Acairo%3Acore2-64-poky-linux%3A1.18.0%3Ar0%3Acore2-64%3A12%3A37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf_create_spdx.tar.zst;downloadfilename=37/b2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/36/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8_populate_sysroot.tar.zst\nDEBUG: Using  for 93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst\nDEBUG: SState: Successful fetch test for file://59/1a/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:591ab1569241d6e4b76469affb77144e4962a001c1b586542a5ae4a08c2ab172_package_write_ipk.tar.zst\nDEBUG: Using  for c1/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa_create_spdx.tar.zst\nDEBUG: Using  for 8b/60/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/5b/3a/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0b/1b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271_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/a5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 77/57/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e0/66/sstate:docbook-xml-dtd4-native:x86_64-linux:4.5:r0:x86_64:12:e0661c2e3b1404a40c2eba309824f210996be1c0b672263e10d7e85669205156_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/67/a8/sstate:icon-naming-utils-native:x86_64-linux:0.8.90:r0:x86_64:12:67a8631517e2bf588b5d692a6a68a12917caa6a0adbbd7a731e3cbf153b08267_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/27/80/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089_recipe_qa.tar.zst\nDEBUG: Testing URL file://93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/c4/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38_package_qa.tar.zst\nDEBUG: Testing URL file://c1/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa_create_spdx.tar.zst\nDEBUG: Testing URL file://8b/60/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7_package.tar.zst\nDEBUG: Searching for universal/5b/3a/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0b/1b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/1b/sstate%3Alibgcrypt%3Acore2-64-poky-linux%3A1.10.3%3Ar0%3Acore2-64%3A12%3A0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271_recipe_qa.tar.zst;downloadfilename=0b/1b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271_recipe_qa.tar.zst\nDEBUG: For url file://42/a5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/a5/sstate%3Atzdata%3Aall-poky-linux%3A2024a%3Ar0%3Aallarch%3A12%3A42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da_package_write_deb.tar.zst;downloadfilename=42/a5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da_package_write_deb.tar.zst\nDEBUG: Testing URL file://77/57/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://de/b6/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:deb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/b6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/27/80/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5c/c4/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c1/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa_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/60/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/5b/3a/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://54/36/sstate:python3-pytest:core2-64-poky-linux:8.2.2:r0:core2-64:12:5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '77/57/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for de/b6/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:deb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://27/80/sstate:xorgproto:core2-64-poky-linux:2024.1:r0:core2-64:12:278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://36/f6/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:36f6a5a41cc87d964d5b7b208ab91c40abd1f1e590de8fde5d5cd1951c37b7c7_package.tar.zst\nDEBUG: Searching for 2a/b6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/27/80/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://19/26/sstate:dnf:core2-64-poky-linux:4.20.0:r0:core2-64:12:19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80_create_package_spdx.tar.zst\nDEBUG: For url file://93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/93/96/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst;downloadfilename=93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst\nDEBUG: Using  for 5c/c4/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38_package_qa.tar.zst\nDEBUG: Testing URL file://5c/c4/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38_package_qa.tar.zst\nDEBUG: For url file://8b/60/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/60/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A12%3A8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7_package.tar.zst;downloadfilename=8b/60/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7_package.tar.zst\nDEBUG: SState: Successful fetch test for file://37/b2/sstate:cairo:core2-64-poky-linux:1.18.0:r0:core2-64:12:37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/5b/3a/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/1b/sstate:libgcrypt:core2-64-poky-linux:1.10.3:r0:core2-64:12:0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/06/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c_package.tar.zst\nDEBUG: For url file://77/57/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/57/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c_package_qa.tar.zst;downloadfilename=77/57/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c_package_qa.tar.zst\nDEBUG: Using  for de/b6/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:deb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://77/0f/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8a/49/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214_package_qa.tar.zst\nDEBUG: Using  for 2a/b6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/27/80/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/dd/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1_create_package_spdx.tar.zst\nDEBUG: For url file://c1/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/b6/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A12%3Ac1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa_create_spdx.tar.zst;downloadfilename=c1/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa_create_spdx.tar.zst\nDEBUG: For url ['file', '', '5c/c4/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38_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/c9/34/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/5b/3a/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793_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://42/a5/sstate:tzdata:all-poky-linux:2024a:r0:allarch:12:42a51567996b2a12894eafac6d3f97ccbef91696f6d9d18a9cb5b7c59fa9c4da_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://a6/b4/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636_create_package_spdx.tar.zst\nDEBUG: Searching for e9/06/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://de/b6/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:deb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd_package_write_deb.tar.zst\nDEBUG: Searching for 77/0f/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8a/49/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://2a/b6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/27/80/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c8/dd/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://5c/c4/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/c4/sstate%3Alinux-yocto%3Aqemux86_64-poky-linux%3A6.6.32%2Bgit%3Ar0%3Aqemux86_64%3A12%3A5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38_package_qa.tar.zst;downloadfilename=5c/c4/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38_package_qa.tar.zst\nDEBUG: Searching for universal/c9/34/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/5b/3a/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/5b/3a/sstate%3Agit-native%3Ax86_64-linux%3A2.45.2%3Ar0%3Ax86_64%3A12%3A5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793_create_spdx.tar.zst;downloadfilename=universal/5b/3a/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://13/ef/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46_package_write_rpm.tar.zst\nDEBUG: Searching for a6/b4/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for e9/06/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c_package.tar.zst\nDEBUG: For url ['file', '', 'de/b6/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:deb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 77/0f/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0_package_write_rpm.tar.zst\nDEBUG: Using  for 8a/49/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214_package_qa.tar.zst\nDEBUG: For url ['file', '', '2a/b6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b_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/27/80/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/27/80/sstate%3Awayland-protocols-native%3Ax86_64-linux%3A1.36%3Ar0%3Ax86_64%3A12%3A2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089_recipe_qa.tar.zst;downloadfilename=universal/27/80/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089_recipe_qa.tar.zst\nDEBUG: Using  for c8/dd/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1_create_package_spdx.tar.zst\nDEBUG: Using  for universal/c9/34/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6_create_spdx.tar.zst\nDEBUG: Searching for 13/ef/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a6/b4/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e9/06/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c_package.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: SState: Successful fetch test for file://8b/60/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:8b604bf2053210f911c3790d17916d12b564ef4e362e53047b0c0a2785dcaaa7_package.tar.zst\nDEBUG: For url file://de/b6/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:deb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/b6/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3Adeb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd_package_write_deb.tar.zst;downloadfilename=de/b6/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:deb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd_package_write_deb.tar.zst\nDEBUG: Testing URL file://77/0f/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0_package_write_rpm.tar.zst\nDEBUG: Testing URL file://8a/49/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214_package_qa.tar.zst\nDEBUG: For url file://2a/b6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/b6/sstate%3Alibedit%3Acore2-64-poky-linux%3A20240517-3.1%3Ar0%3Acore2-64%3A12%3A2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b_deploy_source_date_epoch.tar.zst;downloadfilename=2a/b6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://c8/dd/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/c9/34/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6_create_spdx.tar.zst\nDEBUG: Using  for 13/ef/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46_package_write_rpm.tar.zst\nDEBUG: Testing URL file://a6/b4/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e9/06/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c_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://c3/fe/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:c3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://77/57/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c_package_qa.tar.zst\nDEBUG: For url ['file', '', '77/0f/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0_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', '', '8a/49/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214_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/dd/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1_create_package_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/b6/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/c9/34/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6_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://5c/c4/sstate:linux-yocto:qemux86_64-poky-linux:6.6.32+git:r0:qemux86_64:12:5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38_package_qa.tar.zst\nDEBUG: Testing URL file://13/ef/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'a6/b4/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e9/06/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/06/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3Ae906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c_package.tar.zst;downloadfilename=e9/06/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c_package.tar.zst\nDEBUG: Searching for c3/fe/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:c3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/d1/1f/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:d11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892_recipe_qa.tar.zst\nDEBUG: For url file://77/0f/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/0f/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.4%3Ar0%3Acore2-64%3A12%3A770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0_package_write_rpm.tar.zst;downloadfilename=77/0f/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0_package_write_rpm.tar.zst\nDEBUG: For url file://8a/49/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8a/49/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3A8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214_package_qa.tar.zst;downloadfilename=8a/49/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214_package_qa.tar.zst\nDEBUG: For url file://c8/dd/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/dd/sstate%3Alibmatchbox%3Acore2-64-poky-linux%3A1.12%3Ar0%3Acore2-64%3A12%3Ac8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1_create_package_spdx.tar.zst;downloadfilename=c8/dd/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://77/ce/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252_package_qa.tar.zst\nDEBUG: For url file://universal/c9/34/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/c9/34/sstate%3Autil-linux-libuuid-native%3Ax86_64-linux%3A2.39.3%3Ar0%3Ax86_64%3A12%3Ac93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6_create_spdx.tar.zst;downloadfilename=universal/c9/34/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://56/cc/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '13/ef/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46_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/b4/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/b4/sstate%3Alibgpg-error%3Acore2-64-poky-linux%3A1.49%3Ar0%3Acore2-64%3A12%3Aa6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636_create_package_spdx.tar.zst;downloadfilename=a6/b4/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636_create_package_spdx.tar.zst\nDEBUG: Using  for c3/fe/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:c3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c3/fe/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:c3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/27/80/sstate:wayland-protocols-native:x86_64-linux:1.36:r0:x86_64:12:2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/5b/3a/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793_create_spdx.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst: HTTP Error 404: Not Found\nDEBUG: Searching for 77/ce/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://de/b6/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:deb6ed46670fdf7cc44948dd01c96b9048964dc18d029b8d0cfc62ea2b149fbd_package_write_deb.tar.zst\nDEBUG: Searching for 56/cc/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2a/b6/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2ab6f04bdb075c29be7e351025f5a82609913bf9c92fa6dbf7767dfb956cf61b_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://13/ef/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/13/ef/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46_package_write_rpm.tar.zst;downloadfilename=13/ef/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46_package_write_rpm.tar.zst\nDEBUG: Searching for universal/d1/1f/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:d11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c3/fe/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:c3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06_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://b2/3c/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/18/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf_create_package_spdx.tar.zst\nDEBUG: Using  for 77/ce/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252_package_qa.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst (FetchError(\"URL doesn't work\", 'file://93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://cf/b6/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:cfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077_populate_sysroot.tar.zst\nDEBUG: Using  for 56/cc/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d7/65/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:d7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/d1/1f/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:d11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892_recipe_qa.tar.zst\nDEBUG: For url file://c3/fe/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:c3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/fe/sstate%3Alibogg%3Acore2-64-poky-linux%3A1.3.5%3Ar0%3Acore2-64%3A12%3Ac3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06_package_write_ipk.tar.zst;downloadfilename=c3/fe/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:c3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06_package_write_ipk.tar.zst\nDEBUG: Searching for b2/3c/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e9/06/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:e906624c2f1dd84bb3efabdc7e4ef43b48e9d06640a563f08c5f1c01341d0f0c_package.tar.zst\nDEBUG: Searching for 3b/18/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://77/ce/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/ea/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37_populate_sysroot.tar.zst\nDEBUG: Searching for cf/b6/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:cfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://56/cc/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f_package_write_ipk.tar.zst\nDEBUG: Searching for universal/d7/65/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:d7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/d1/1f/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:d11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892_recipe_qa.tar.zst\nDEBUG: Using  for b2/3c/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://15/0a/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://77/0f/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0_package_write_rpm.tar.zst\nDEBUG: Using  for 3b/18/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '77/ce/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2a/ea/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cf/b6/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:cfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '56/cc/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/d7/65/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:d7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/d1/1f/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:d11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b2/3c/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692_package_write_deb.tar.zst\nDEBUG: Searching for 15/0a/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://ea/1a/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:ea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1_package_write_ipk.tar.zst\nDEBUG: Testing URL file://3b/18/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf_create_package_spdx.tar.zst\nDEBUG: For url file://77/ce/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/77/ce/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A12%3A77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252_package_qa.tar.zst;downloadfilename=77/ce/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252_package_qa.tar.zst\nDEBUG: Using  for 2a/ea/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37_populate_sysroot.tar.zst\nDEBUG: Testing URL file://cf/b6/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:cfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077_populate_sysroot.tar.zst\nDEBUG: For url file://56/cc/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/cc/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A12%3A56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f_package_write_ipk.tar.zst;downloadfilename=56/cc/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/d7/65/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:d7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/d1/1f/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:d11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d1/1f/sstate%3Agit-native%3Ax86_64-linux%3A2.45.2%3Ar0%3Ax86_64%3A12%3Ad11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892_recipe_qa.tar.zst;downloadfilename=universal/d1/1f/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:d11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b2/3c/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 15/0a/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574_populate_sysroot.tar.zst\nDEBUG: Searching for ea/1a/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:ea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3b/18/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf_create_package_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/49/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214_package_qa.tar.zst\nDEBUG: Testing URL file://2a/ea/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/c9/34/sstate:util-linux-libuuid-native:x86_64-linux:2.39.3:r0:x86_64:12:c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/dd/sstate:libmatchbox:core2-64-poky-linux:1.12:r0:core2-64:12:c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'cf/b6/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:cfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077_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/d7/65/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:d7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69_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/3c/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/3c/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Ab23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692_package_write_deb.tar.zst;downloadfilename=b2/3c/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692_package_write_deb.tar.zst\nDEBUG: Testing URL file://15/0a/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/b4/sstate:libgpg-error:core2-64-poky-linux:1.49:r0:core2-64:12:a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636_create_package_spdx.tar.zst\nDEBUG: Using  for ea/1a/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:ea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1_package_write_ipk.tar.zst\nDEBUG: For url file://3b/18/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/18/sstate%3Alttng-modules%3Aqemux86_64-poky-linux%3A2.13.13%3Ar0%3Aqemux86_64%3A12%3A3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf_create_package_spdx.tar.zst;downloadfilename=3b/18/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/40/1f/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '2a/ea/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37_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://c4/cb/sstate:harfbuzz::8.5.0:r0::12:c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://23/24/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://13/ef/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c3/fe/sstate:libogg:core2-64-poky-linux:1.3.5:r0:core2-64:12:c3fea2b37bd1df4f6eb17140158cfd9f5fd4c06dc7e6109bd5e27744677bbc06_package_write_ipk.tar.zst\nDEBUG: For url file://cf/b6/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:cfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/b6/sstate%3Akmod%3Acore2-64-poky-linux%3A32%3Ar0%3Acore2-64%3A12%3Acfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077_populate_sysroot.tar.zst;downloadfilename=cf/b6/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:cfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077_populate_sysroot.tar.zst\nDEBUG: For url file://universal/d7/65/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:d7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d7/65/sstate%3Aicu-native%3Ax86_64-linux%3A75-1%3Ar0%3Ax86_64%3A12%3Ad7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69_deploy_source_date_epoch.tar.zst;downloadfilename=universal/d7/65/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:d7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '15/0a/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574_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://5a/1a/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36_package_write_rpm.tar.zst\nDEBUG: Testing URL file://ea/1a/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:ea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1_package_write_ipk.tar.zst\nDEBUG: Searching for universal/40/1f/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://2a/ea/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/ea/sstate%3Aslang%3Acore2-64-poky-linux%3A2.3.3%3Ar0%3Acore2-64%3A12%3A2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37_populate_sysroot.tar.zst;downloadfilename=2a/ea/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37_populate_sysroot.tar.zst\nDEBUG: Searching for c4/cb/sstate:harfbuzz::8.5.0:r0::12:c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://77/ce/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252_package_qa.tar.zst\nDEBUG: Searching for 23/24/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://10/55/sstate:sato-screenshot::0.3:r0::12:1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/f8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://15/0a/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/0a/sstate%3Acoreutils%3Acore2-64-poky-linux%3A9.5%3Ar0%3Acore2-64%3A12%3A150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574_populate_sysroot.tar.zst;downloadfilename=15/0a/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://56/cc/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:56cc1a4b77ec6a3dab951999a61b48675394b9175265173b76e34d15cdae1c2f_package_write_ipk.tar.zst\nDEBUG: Searching for 5a/1a/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ea/1a/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:ea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/40/1f/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04_populate_sysroot.tar.zst\nDEBUG: Using  for c4/cb/sstate:harfbuzz::8.5.0:r0::12:c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/b2/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d1/1f/sstate:git-native:x86_64-linux:2.45.2:r0:x86_64:12:d11f4c382daa8747450262fec031e5eec525aa0a40201d6403b1bb5335532892_recipe_qa.tar.zst\nDEBUG: Using  for 23/24/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4_packagedata.tar.zst\nDEBUG: Searching for 10/55/sstate:sato-screenshot::0.3:r0::12:1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1b/f8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://de/0f/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:de0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593_package_write_deb.tar.zst\nDEBUG: Using  for 5a/1a/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36_package_write_rpm.tar.zst\nDEBUG: For url file://ea/1a/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:ea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/1a/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.38%3Ar0%3Acore2-64%3A12%3Aea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1_package_write_ipk.tar.zst;downloadfilename=ea/1a/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:ea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/40/1f/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04_populate_sysroot.tar.zst\nDEBUG: Testing URL file://c4/cb/sstate:harfbuzz::8.5.0:r0::12:c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e_populate_lic.tar.zst\nDEBUG: Searching for b7/b2/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1a/aa/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3_create_spdx.tar.zst\nDEBUG: Testing URL file://23/24/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4_packagedata.tar.zst\nDEBUG: Using  for 10/55/sstate:sato-screenshot::0.3:r0::12:1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66_populate_lic.tar.zst\nDEBUG: Using  for 1b/f8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for de/0f/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:de0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://5a/1a/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/40/1f/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'c4/cb/sstate:harfbuzz::8.5.0:r0::12:c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e_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/18/sstate:lttng-modules:qemux86_64-poky-linux:2.13.13:r0:qemux86_64:12:3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf_create_package_spdx.tar.zst\nDEBUG: Using  for b7/b2/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/3c/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:b23c9ea2081b026244b5a1447289db8b925e34fffe7a2f00c1582ee0543fd692_package_write_deb.tar.zst\nDEBUG: Searching for 1a/aa/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '23/24/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://10/55/sstate:sato-screenshot::0.3:r0::12:1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66_populate_lic.tar.zst\nDEBUG: Testing URL file://1b/f8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for de/0f/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:de0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '5a/1a/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36_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/40/1f/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/40/1f/sstate%3Apython3-docutils-native%3Ax86_64-linux%3A0.21.2%3Ar0%3Ax86_64%3A12%3A401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04_populate_sysroot.tar.zst;downloadfilename=universal/40/1f/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04_populate_sysroot.tar.zst\nDEBUG: For url file://c4/cb/sstate:harfbuzz::8.5.0:r0::12:c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/cb/sstate%3Aharfbuzz%3A%3A8.5.0%3Ar0%3A%3A12%3Ac4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e_populate_lic.tar.zst;downloadfilename=c4/cb/sstate:harfbuzz::8.5.0:r0::12:c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/97/3a/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b7/b2/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://23/33/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e_create_spdx.tar.zst\nDEBUG: Using  for 1a/aa/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3_create_spdx.tar.zst\nDEBUG: For url file://23/24/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/24/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4_packagedata.tar.zst;downloadfilename=23/24/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4_packagedata.tar.zst\nDEBUG: For url ['file', '', '10/55/sstate:sato-screenshot::0.3:r0::12:1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66_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/f8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1_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://de/0f/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:de0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593_package_write_deb.tar.zst\nDEBUG: For url file://5a/1a/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/1a/sstate%3Alibpcre%3Acore2-64-poky-linux%3A8.45%3Ar0%3Acore2-64%3A12%3A5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36_package_write_rpm.tar.zst;downloadfilename=5a/1a/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36_package_write_rpm.tar.zst\nDEBUG: Searching for universal/97/3a/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/d7/65/sstate:icu-native:x86_64-linux:75-1:r0:x86_64:12:d7650f9f0fbbeb505845cc45a92650a62b0ad1a9e0606f340d9d92ae54020a69_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b7/b2/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 23/33/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cf/b6/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:cfb6094aeb089de360587b3b588fea99e17b652d143832b26817787add720077_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/ea/sstate:slang:core2-64-poky-linux:2.3.3:r0:core2-64:12:2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://15/0a/sstate:coreutils:core2-64-poky-linux:9.5:r0:core2-64:12:150aaca5d5b06f0bc74444cb070591c0a51aaf2bcfd7214cdb5e37d91f543574_populate_sysroot.tar.zst\nDEBUG: Testing URL file://1a/aa/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3_create_spdx.tar.zst\nDEBUG: For url file://10/55/sstate:sato-screenshot::0.3:r0::12:1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/55/sstate%3Asato-screenshot%3A%3A0.3%3Ar0%3A%3A12%3A1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66_populate_lic.tar.zst;downloadfilename=10/55/sstate:sato-screenshot::0.3:r0::12:1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66_populate_lic.tar.zst\nDEBUG: For url file://1b/f8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/f8/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A12%3A1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1_deploy_source_date_epoch.tar.zst;downloadfilename=1b/f8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/1a/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:ea1a1ffab82d039bbdbd2420519a49fcdc9f7ac9c065223b4f0388e74b1f60d1_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'de/0f/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:de0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/97/3a/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/8a/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb_packagedata.tar.zst\nDEBUG: For url file://b7/b2/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/b2/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3Ab7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b_package.tar.zst;downloadfilename=b7/b2/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b_package.tar.zst\nDEBUG: Using  for 23/33/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/78/d8/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/71/29/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a8/a3/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '1a/aa/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3_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/40/1f/sstate:python3-docutils-native:x86_64-linux:0.21.2:r0:x86_64:12:401fb36508fe975e19a926927bdde47d9589f9b30c378e94abf8741139a5fd04_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7b/32/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/cb/sstate:harfbuzz::8.5.0:r0::12:c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e_populate_lic.tar.zst\nDEBUG: For url file://de/0f/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:de0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/0f/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3Ade0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593_package_write_deb.tar.zst;downloadfilename=de/0f/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:de0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/97/3a/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453_create_package_spdx.tar.zst\nDEBUG: Searching for 6f/8a/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://23/33/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e_create_spdx.tar.zst\nDEBUG: Searching for universal/78/d8/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/71/29/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a8/a3/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://1a/aa/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/aa/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A12%3A1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3_create_spdx.tar.zst;downloadfilename=1a/aa/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://66/cc/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6_create_package_spdx.tar.zst\nDEBUG: Searching for universal/7b/32/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://bd/d1/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:bdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/97/3a/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6f/8a/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb_packagedata.tar.zst\nDEBUG: For url ['file', '', '23/33/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e_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://5a/1a/sstate:libpcre:core2-64-poky-linux:8.45:r0:core2-64:12:5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://23/24/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4_packagedata.tar.zst\nDEBUG: Using  for universal/78/d8/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193_create_package_spdx.tar.zst\nDEBUG: Using  for universal/71/29/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995_populate_sysroot.tar.zst\nDEBUG: Using  for universal/a8/a3/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04_create_package_spdx.tar.zst\nDEBUG: Searching for 66/cc/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/7b/32/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862_create_spdx.tar.zst\nDEBUG: Searching for bd/d1/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:bdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/97/3a/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/97/3a/sstate%3Apython3-pyparsing-native%3Ax86_64-linux%3A3.1.2%3Ar0%3Ax86_64%3A12%3A973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453_create_package_spdx.tar.zst;downloadfilename=universal/97/3a/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453_create_package_spdx.tar.zst\nDEBUG: Testing URL file://6f/8a/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb_packagedata.tar.zst\nDEBUG: For url file://23/33/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/33/sstate%3Atiff%3Acore2-64-poky-linux%3A4.6.0%3Ar0%3Acore2-64%3A12%3A2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e_create_spdx.tar.zst;downloadfilename=23/33/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://30/e3/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://dd/f3/sstate:python3-hatch-vcs-native::0.4.0:r0::12:ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/78/d8/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/71/29/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995_populate_sysroot.tar.zst\nDEBUG: Testing URL file://universal/a8/a3/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04_create_package_spdx.tar.zst\nDEBUG: Using  for 66/cc/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/7b/32/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862_create_spdx.tar.zst\nDEBUG: Using  for bd/d1/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:bdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6f/8a/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 30/e3/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://10/55/sstate:sato-screenshot::0.3:r0::12:1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66_populate_lic.tar.zst\nDEBUG: Searching for dd/f3/sstate:python3-hatch-vcs-native::0.4.0:r0::12:ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1b/f8/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:1bf84bb26db3d804ba101d353db693d8e7a40493d715b26ea0340172288a87f1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/78/d8/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193_create_package_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/29/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995_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/a3/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://66/cc/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/7b/32/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://bd/d1/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:bdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://6f/8a/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/8a/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.62.0%3Ar0%3Acore2-64%3A12%3A6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb_packagedata.tar.zst;downloadfilename=6f/8a/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb_packagedata.tar.zst\nDEBUG: Using  for 30/e3/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://06/b6/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11_package_write_ipk.tar.zst\nDEBUG: Using  for dd/f3/sstate:python3-hatch-vcs-native::0.4.0:r0::12:ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3a/44/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe_create_spdx.tar.zst\nDEBUG: For url file://universal/78/d8/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/78/d8/sstate%3Ago-native%3Ax86_64-linux%3A1.22.4%3Ar0%3Ax86_64%3A12%3A78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193_create_package_spdx.tar.zst;downloadfilename=universal/78/d8/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193_create_package_spdx.tar.zst\nDEBUG: For url file://universal/71/29/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/29/sstate%3Apango-native%3Ax86_64-linux%3A1.52.2%3Ar0%3Ax86_64%3A12%3A712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995_populate_sysroot.tar.zst;downloadfilename=universal/71/29/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995_populate_sysroot.tar.zst\nDEBUG: For url file://universal/a8/a3/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a8/a3/sstate%3Atexinfo-dummy-native%3Ax86_64-linux%3A1.0%3Ar0%3Ax86_64%3A12%3Aa8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04_create_package_spdx.tar.zst;downloadfilename=universal/a8/a3/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '66/cc/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/7b/32/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7b/32/sstate%3Axrandr-native%3Ax86_64-linux%3A1.5.2%3Ar0%3Ax86_64%3A12%3A7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862_create_spdx.tar.zst;downloadfilename=universal/7b/32/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'bd/d1/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:bdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77_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://30/e3/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a_create_package_spdx.tar.zst\nDEBUG: Searching for 06/b6/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b7/b2/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:b7b27ca895ed5a0ab74b2f1c289df39778cbc9b1fb56f11d89a5808ba9cc224b_package.tar.zst\nDEBUG: Testing URL file://dd/f3/sstate:python3-hatch-vcs-native::0.4.0:r0::12:ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf_populate_lic.tar.zst\nDEBUG: Searching for 3a/44/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://66/cc/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/cc/sstate%3Arust%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6_create_package_spdx.tar.zst;downloadfilename=66/cc/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://de/0f/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:de0f3639ed852bc06507a9f2504ba91495dc17d0027dde36d9c623db61bf0593_package_write_deb.tar.zst\nDEBUG: For url file://bd/d1/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:bdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/d1/sstate%3Avulkan-headers%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3Abdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77_deploy_source_date_epoch.tar.zst;downloadfilename=bd/d1/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:bdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '30/e3/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a_create_package_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/97/3a/sstate:python3-pyparsing-native:x86_64-linux:3.1.2:r0:x86_64:12:973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453_create_package_spdx.tar.zst\nDEBUG: Using  for 06/b6/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/aa/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://78/90/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa_package_qa.tar.zst\nDEBUG: For url ['file', '', 'dd/f3/sstate:python3-hatch-vcs-native::0.4.0:r0::12:ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 3a/44/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://bf/eb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5_package_write_rpm.tar.zst\nDEBUG: For url file://30/e3/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/30/e3/sstate%3Alibpipeline%3Acore2-64-poky-linux%3A1.5.7%3Ar0%3Acore2-64%3A12%3A30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a_create_package_spdx.tar.zst;downloadfilename=30/e3/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/8a/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://23/33/sstate:tiff:core2-64-poky-linux:4.6.0:r0:core2-64:12:2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://90/89/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3_package_write_deb.tar.zst\nDEBUG: Testing URL file://06/b6/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/3c/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5_packagedata.tar.zst\nDEBUG: Searching for 78/90/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://dd/f3/sstate:python3-hatch-vcs-native::0.4.0:r0::12:ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dd/f3/sstate%3Apython3-hatch-vcs-native%3A%3A0.4.0%3Ar0%3A%3A12%3Addf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf_populate_lic.tar.zst;downloadfilename=dd/f3/sstate:python3-hatch-vcs-native::0.4.0:r0::12:ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf_populate_lic.tar.zst\nDEBUG: Testing URL file://3a/44/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe_create_spdx.tar.zst\nDEBUG: Searching for bf/eb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://7e/0b/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/78/d8/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/71/29/sstate:pango-native:x86_64-linux:1.52.2:r0:x86_64:12:712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/cc/sstate:libpcre2::10.44:r0::12:a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f_populate_lic.tar.zst\nDEBUG: Searching for 90/89/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '06/b6/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 5c/3c/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 78/90/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa_package_qa.tar.zst\nDEBUG: For url ['file', '', '3a/44/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bf/eb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5_package_write_rpm.tar.zst\nDEBUG: Searching for 7e/0b/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/a8/a3/sstate:texinfo-dummy-native:x86_64-linux:1.0:r0:x86_64:12:a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/19/89/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://74/54/sstate:mini-x-session::0.1:r0::12:7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187_populate_lic.tar.zst\nDEBUG: Searching for a2/cc/sstate:libpcre2::10.44:r0::12:a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 90/89/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3_package_write_deb.tar.zst\nDEBUG: For url file://06/b6/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/06/b6/sstate%3Apackagegroup-core-tools-profile%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11_package_write_ipk.tar.zst;downloadfilename=06/b6/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11_package_write_ipk.tar.zst\nDEBUG: Using  for 5c/3c/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5_packagedata.tar.zst\nDEBUG: Testing URL file://78/90/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa_package_qa.tar.zst\nDEBUG: For url file://3a/44/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3a/44/sstate%3Agdk-pixbuf%3Acore2-64-poky-linux%3A2.42.12%3Ar0%3Acore2-64%3A12%3A3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe_create_spdx.tar.zst;downloadfilename=3a/44/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe_create_spdx.tar.zst\nDEBUG: Testing URL file://bf/eb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5_package_write_rpm.tar.zst\nDEBUG: Using  for 7e/0b/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/38/92/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/19/89/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 74/54/sstate:mini-x-session::0.1:r0::12:7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a2/cc/sstate:libpcre2::10.44:r0::12:a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f_populate_lic.tar.zst\nDEBUG: Testing URL file://90/89/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3_package_write_deb.tar.zst\nDEBUG: Testing URL file://5c/3c/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7b/32/sstate:xrandr-native:x86_64-linux:1.5.2:r0:x86_64:12:7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862_create_spdx.tar.zst\nDEBUG: For url ['file', '', '78/90/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'bf/eb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5_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://7e/0b/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c_create_package_spdx.tar.zst\nDEBUG: Searching for universal/38/92/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://66/cc/sstate:rust:core2-64-poky-linux:1.75.0:r0:core2-64:12:66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/d1/sstate:vulkan-headers:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:bdd11fb87261440b07e85fa767b13561e409acc909342bbaf7b34fd0b451ef77_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/19/89/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851_create_spdx.tar.zst\nDEBUG: Using  for 74/54/sstate:mini-x-session::0.1:r0::12:7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187_populate_lic.tar.zst\nDEBUG: Testing URL file://a2/cc/sstate:libpcre2::10.44:r0::12:a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '90/89/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3_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', '', '5c/3c/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5_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://b0/20/sstate:gstreamer1.0-plugins-base::1.24.4:r0::12:b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673_populate_lic.tar.zst\nDEBUG: For url file://78/90/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/90/sstate%3Aethtool%3Acore2-64-poky-linux%3A6.7%3Ar0%3Acore2-64%3A12%3A7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa_package_qa.tar.zst;downloadfilename=78/90/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa_package_qa.tar.zst\nDEBUG: For url file://bf/eb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bf/eb/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Abfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5_package_write_rpm.tar.zst;downloadfilename=bf/eb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '7e/0b/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/38/92/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://9d/32/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/3b/a8/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/19/89/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851_create_spdx.tar.zst\nDEBUG: Testing URL file://74/54/sstate:mini-x-session::0.1:r0::12:7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a2/cc/sstate:libpcre2::10.44:r0::12:a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f_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/89/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/89/sstate%3Axserver-xorg%3Acore2-64-poky-linux%3A21.1.13%3Ar0%3Acore2-64%3A12%3A908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3_package_write_deb.tar.zst;downloadfilename=90/89/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3_package_write_deb.tar.zst\nDEBUG: For url file://5c/3c/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/3c/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A12%3A5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5_packagedata.tar.zst;downloadfilename=5c/3c/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5_packagedata.tar.zst\nDEBUG: Searching for b0/20/sstate:gstreamer1.0-plugins-base::1.24.4:r0::12:b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7e/0b/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/0b/sstate%3Aneard%3Acore2-64-poky-linux%3A0.19%3Ar0%3Acore2-64%3A12%3A7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c_create_package_spdx.tar.zst;downloadfilename=7e/0b/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://dd/f3/sstate:python3-hatch-vcs-native::0.4.0:r0::12:ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/38/92/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://30/e3/sstate:libpipeline:core2-64-poky-linux:1.5.7:r0:core2-64:12:30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a_create_package_spdx.tar.zst\nDEBUG: Searching for 9d/32/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/3b/a8/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/19/89/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '74/54/sstate:mini-x-session::0.1:r0::12:7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187_populate_lic.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:libpcre2::10.44:r0::12:a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/cc/sstate%3Alibpcre2%3A%3A10.44%3Ar0%3A%3A12%3Aa2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f_populate_lic.tar.zst;downloadfilename=a2/cc/sstate:libpcre2::10.44:r0::12:a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f_populate_lic.tar.zst\nDEBUG: Using  for b0/20/sstate:gstreamer1.0-plugins-base::1.24.4:r0::12:b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://06/b6/sstate:packagegroup-core-tools-profile:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://26/db/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/38/92/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838_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/fc/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4_packagedata.tar.zst\nDEBUG: Using  for 9d/32/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/3b/a8/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30_create_package_spdx.tar.zst\nDEBUG: For url file://universal/19/89/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/19/89/sstate%3Ago-native%3Ax86_64-linux%3A1.22.4%3Ar0%3Ax86_64%3A12%3A19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851_create_spdx.tar.zst;downloadfilename=universal/19/89/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851_create_spdx.tar.zst\nDEBUG: For url file://74/54/sstate:mini-x-session::0.1:r0::12:7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/54/sstate%3Amini-x-session%3A%3A0.1%3Ar0%3A%3A12%3A7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187_populate_lic.tar.zst;downloadfilename=74/54/sstate:mini-x-session::0.1:r0::12:7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187_populate_lic.tar.zst\nDEBUG: Testing URL file://b0/20/sstate:gstreamer1.0-plugins-base::1.24.4:r0::12:b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3a/44/sstate:gdk-pixbuf:core2-64-poky-linux:2.42.12:r0:core2-64:12:3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/b9/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a_package_qa.tar.zst\nDEBUG: Searching for 26/db/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/38/92/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/38/92/sstate%3Alzlib-native%3Ax86_64-linux%3A1.14%3Ar0%3Ax86_64%3A12%3A3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838_deploy_source_date_epoch.tar.zst;downloadfilename=universal/38/92/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for c7/fc/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9d/32/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/3b/a8/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b0/20/sstate:gstreamer1.0-plugins-base::1.24.4:r0::12:b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673_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://bf/eb/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://78/90/sstate:ethtool:core2-64-poky-linux:6.7:r0:core2-64:12:7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://98/b7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746_package_qa.tar.zst\nDEBUG: Searching for f7/b9/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 26/db/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d_package_write_deb.tar.zst\nDEBUG: Using  for c7/fc/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4_packagedata.tar.zst\nDEBUG: For url ['file', '', '9d/32/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6_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/3b/a8/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30_create_package_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://90/89/sstate:xserver-xorg:core2-64-poky-linux:21.1.13:r0:core2-64:12:908951313cfd378871220452f7a53beae07b7765ae97673a23132e901026bbd3_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/3c/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5_packagedata.tar.zst\nDEBUG: For url file://b0/20/sstate:gstreamer1.0-plugins-base::1.24.4:r0::12:b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/20/sstate%3Agstreamer1.0-plugins-base%3A%3A1.24.4%3Ar0%3A%3A12%3Ab02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673_populate_lic.tar.zst;downloadfilename=b0/20/sstate:gstreamer1.0-plugins-base::1.24.4:r0::12:b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7b/48/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e5/3e/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57_populate_sysroot.tar.zst\nDEBUG: Searching for 98/b7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f7/b9/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a_package_qa.tar.zst\nDEBUG: Testing URL file://26/db/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d_package_write_deb.tar.zst\nDEBUG: Testing URL file://c7/fc/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4_packagedata.tar.zst\nDEBUG: For url file://9d/32/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9d/32/sstate%3Aopenssl%3Acore2-64-poky-linux%3A3.3.1%3Ar0%3Acore2-64%3A12%3A9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6_deploy_source_date_epoch.tar.zst;downloadfilename=9d/32/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/3b/a8/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3b/a8/sstate%3Arust-native%3Ax86_64-linux%3A1.75.0%3Ar0%3Ax86_64%3A12%3A3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30_create_package_spdx.tar.zst;downloadfilename=universal/3b/a8/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://8c/42/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://83/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7_packagedata.tar.zst\nDEBUG: Searching for 7b/48/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://7e/0b/sstate:neard:core2-64-poky-linux:0.19:r0:core2-64:12:7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c_create_package_spdx.tar.zst\nDEBUG: Searching for universal/e5/3e/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 98/b7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746_package_qa.tar.zst\nDEBUG: Testing URL file://f7/b9/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a_package_qa.tar.zst\nDEBUG: For url ['file', '', '26/db/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d_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', '', 'c7/fc/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 8c/42/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 83/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a2/cc/sstate:libpcre2::10.44:r0::12:a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f_populate_lic.tar.zst\nDEBUG: Using  for 7b/48/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d2/bf/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:d2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/19/89/sstate:go-native:x86_64-linux:1.22.4:r0:x86_64:12:19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851_create_spdx.tar.zst\nDEBUG: Using  for universal/e5/3e/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57_populate_sysroot.tar.zst\nDEBUG: Testing URL file://98/b7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f7/b9/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://26/db/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/db/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d_package_write_deb.tar.zst;downloadfilename=26/db/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d_package_write_deb.tar.zst\nDEBUG: For url file://c7/fc/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c7/fc/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A12%3Ac7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4_packagedata.tar.zst;downloadfilename=c7/fc/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4_packagedata.tar.zst\nDEBUG: Using  for 8c/42/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196_create_spdx.tar.zst\nDEBUG: Testing URL file://8c/42/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://eb/b7/sstate:openssh::9.7p1:r0::12:ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf_populate_lic.tar.zst\nDEBUG: Testing URL file://7b/48/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b_recipe_qa.tar.zst\nDEBUG: Searching for d2/bf/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:d2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://cb/97/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/e5/3e/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '98/b7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f7/b9/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/b9/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A12%3Af7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a_package_qa.tar.zst;downloadfilename=f7/b9/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/38/92/sstate:lzlib-native:x86_64-linux:1.14:r0:x86_64:12:3892edf5c4a99d846e2f36ebfc704811c7af37a6757c0831a6808f2cb3bbd838_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://74/54/sstate:mini-x-session::0.1:r0::12:7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187_populate_lic.tar.zst\nDEBUG: Using  for 83/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7_packagedata.tar.zst\nDEBUG: For url ['file', '', '8c/42/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for eb/b7/sstate:openssh::9.7p1:r0::12:ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7b/48/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d2/bf/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:d2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079_package.tar.zst\nDEBUG: Searching for cb/97/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/e5/3e/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://98/b7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/b7/sstate%3Agdbm%3Acore2-64-poky-linux%3A1.23%3Ar0%3Acore2-64%3A12%3A98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746_package_qa.tar.zst;downloadfilename=98/b7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ce/72/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/20/sstate:gstreamer1.0-plugins-base::1.24.4:r0::12:b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f3/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:f3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc_package_write_deb.tar.zst\nDEBUG: Testing URL file://83/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7_packagedata.tar.zst\nDEBUG: For url file://8c/42/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8c/42/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196_create_spdx.tar.zst;downloadfilename=8c/42/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196_create_spdx.tar.zst\nDEBUG: Using  for eb/b7/sstate:openssh::9.7p1:r0::12:ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf_populate_lic.tar.zst\nDEBUG: For url file://7b/48/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7b/48/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20240407%3Ar0%3Acore2-64%3A12%3A7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b_recipe_qa.tar.zst;downloadfilename=7b/48/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b_recipe_qa.tar.zst\nDEBUG: Testing URL file://d2/bf/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:d2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079_package.tar.zst\nDEBUG: Using  for cb/97/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3_recipe_qa.tar.zst\nDEBUG: For url file://universal/e5/3e/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e5/3e/sstate%3Apython3-more-itertools-native%3Ax86_64-linux%3A10.3.0%3Ar0%3Ax86_64%3A12%3Ae53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57_populate_sysroot.tar.zst;downloadfilename=universal/e5/3e/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57_populate_sysroot.tar.zst\nDEBUG: Searching for ce/72/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://3b/a9/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://9d/32/sstate:openssl:core2-64-poky-linux:3.3.1:r0:core2-64:12:9d327ccaadcfd40b41e268ec22dc19145c7527bf64a80907230f76ef2b2080e6_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f3/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:f3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '83/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://eb/b7/sstate:openssh::9.7p1:r0::12:ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/3b/a8/sstate:rust-native:x86_64-linux:1.75.0:r0:x86_64:12:3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd2/bf/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:d2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://cb/97/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://26/db/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:26db7cac796324d4423ea6407fb55718c21fe205b64d6d1ee4b4672419a6d15d_package_write_deb.tar.zst\nDEBUG: Using  for ce/72/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8_package_qa.tar.zst\nDEBUG: Searching for 3b/a9/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c7/fc/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/b3/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac_package_qa.tar.zst\nDEBUG: Using  for f3/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:f3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc_package_write_deb.tar.zst\nDEBUG: For url file://83/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/83/3d/sstate%3Alibpcap%3Acore2-64-poky-linux%3A1.10.4%3Ar0%3Acore2-64%3A12%3A833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7_packagedata.tar.zst;downloadfilename=83/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7_packagedata.tar.zst\nDEBUG: For url ['file', '', 'eb/b7/sstate:openssh::9.7p1:r0::12:ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf_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/35/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3_recipe_qa.tar.zst\nDEBUG: For url file://d2/bf/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:d2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/bf/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3Ad2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079_package.tar.zst;downloadfilename=d2/bf/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:d2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079_package.tar.zst\nDEBUG: For url ['file', '', 'cb/97/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3_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/0a/c6/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d_recipe_qa.tar.zst\nDEBUG: Testing URL file://ce/72/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8_package_qa.tar.zst\nDEBUG: Using  for 3b/a9/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://19/1d/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc_populate_sysroot.tar.zst\nDEBUG: Searching for b3/b3/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f3/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:f3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc_package_write_deb.tar.zst\nDEBUG: For url file://eb/b7/sstate:openssh::9.7p1:r0::12:ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/b7/sstate%3Aopenssh%3A%3A9.7p1%3Ar0%3A%3A12%3Aebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf_populate_lic.tar.zst;downloadfilename=eb/b7/sstate:openssh::9.7p1:r0::12:ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf_populate_lic.tar.zst\nDEBUG: Searching for 66/35/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f7/b9/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a_package_qa.tar.zst\nDEBUG: For url file://cb/97/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cb/97/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.7.0%3Ar0%3Acore2-64%3A12%3Acb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3_recipe_qa.tar.zst;downloadfilename=cb/97/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3_recipe_qa.tar.zst\nDEBUG: Searching for universal/0a/c6/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'ce/72/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8_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://98/b7/sstate:gdbm:core2-64-poky-linux:1.23:r0:core2-64:12:98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746_package_qa.tar.zst\nDEBUG: Testing URL file://3b/a9/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a_package_qa.tar.zst\nDEBUG: Searching for 19/1d/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b3/b3/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f3/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:f3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 66/35/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://8c/42/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/5d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b_populate_sysroot.tar.zst\nDEBUG: Using  for universal/0a/c6/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d_recipe_qa.tar.zst\nDEBUG: For url file://ce/72/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ce/72/sstate%3Arxvt-unicode%3Acore2-64-poky-linux%3A9.31%3Ar0%3Acore2-64%3A12%3Ace7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8_package_qa.tar.zst;downloadfilename=ce/72/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7b/48/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/cb/sstate:gperf-native::3.1:r0::12:d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3b/a9/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 19/1d/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b3/b3/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac_package_qa.tar.zst\nDEBUG: For url file://f3/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:f3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f3/f4/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3Af3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc_package_write_deb.tar.zst;downloadfilename=f3/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:f3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc_package_write_deb.tar.zst\nDEBUG: Testing URL file://66/35/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7f/00/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672_package_qa.tar.zst\nDEBUG: Searching for 1e/5d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/0a/c6/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/39/sstate:at::3.2.5:r0::12:c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b_populate_lic.tar.zst\nDEBUG: Searching for d7/cb/sstate:gperf-native::3.1:r0::12:d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/e5/3e/sstate:python3-more-itertools-native:x86_64-linux:10.3.0:r0:x86_64:12:e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57_populate_sysroot.tar.zst\nDEBUG: For url file://3b/a9/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/a9/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A12%3A3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a_package_qa.tar.zst;downloadfilename=3b/a9/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a_package_qa.tar.zst\nDEBUG: Testing URL file://19/1d/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'b3/b3/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac_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/35/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7f/00/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 1e/5d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://83/3d/sstate:libpcap:core2-64-poky-linux:1.10.4:r0:core2-64:12:833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/0a/c6/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c5/39/sstate:at::3.2.5:r0::12:c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d7/cb/sstate:gperf-native::3.1:r0::12:d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/46/sstate:packagegroup-core-tools-debug::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: For url ['file', '', '19/1d/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b3/b3/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/b3/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ab3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac_package_qa.tar.zst;downloadfilename=b3/b3/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac_package_qa.tar.zst\nDEBUG: For url file://66/35/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/35/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A12%3A66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3_recipe_qa.tar.zst;downloadfilename=66/35/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/bf/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:d2bfd73d7253d2980391db7c84a57c415f1f596447b4020cbd259a990e5a9079_package.tar.zst\nDEBUG: Using  for 7f/00/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672_package_qa.tar.zst\nDEBUG: Testing URL file://1e/5d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://6e/8e/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8_create_spdx.tar.zst\nDEBUG: For url file://universal/0a/c6/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/0a/c6/sstate%3Apython3-editables-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3A0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d_recipe_qa.tar.zst;downloadfilename=universal/0a/c6/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d_recipe_qa.tar.zst\nDEBUG: Using  for c5/39/sstate:at::3.2.5:r0::12:c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b_populate_lic.tar.zst\nDEBUG: Testing URL file://d7/cb/sstate:gperf-native::3.1:r0::12:d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08_populate_lic.tar.zst\nDEBUG: Searching for 1a/46/sstate:packagegroup-core-tools-debug::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://19/1d/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/1d/sstate%3Apython3-iniparse%3Acore2-64-poky-linux%3A0.5%3Ar0%3Acore2-64%3A12%3A191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc_populate_sysroot.tar.zst;downloadfilename=19/1d/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://35/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://cb/97/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/b7/sstate:openssh::9.7p1:r0::12:ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf_populate_lic.tar.zst\nDEBUG: Testing URL file://7f/00/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672_package_qa.tar.zst\nDEBUG: For url ['file', '', '1e/5d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6e/8e/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://c5/39/sstate:at::3.2.5:r0::12:c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd7/cb/sstate:gperf-native::3.1:r0::12:d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1a/46/sstate:packagegroup-core-tools-debug::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: Searching for 35/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://dc/8d/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:dc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://ce/72/sstate:rxvt-unicode:core2-64-poky-linux:9.31:r0:core2-64:12:ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://91/59/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '7f/00/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://1e/5d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/5d/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A12%3A1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b_populate_sysroot.tar.zst;downloadfilename=1e/5d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b_populate_sysroot.tar.zst\nDEBUG: Using  for 6e/8e/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c5/39/sstate:at::3.2.5:r0::12:c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d7/cb/sstate:gperf-native::3.1:r0::12:d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/cb/sstate%3Agperf-native%3A%3A3.1%3Ar0%3A%3A12%3Ad7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08_populate_lic.tar.zst;downloadfilename=d7/cb/sstate:gperf-native::3.1:r0::12:d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08_populate_lic.tar.zst\nDEBUG: Testing URL file://1a/46/sstate:packagegroup-core-tools-debug::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: Using  for 35/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa_create_spdx.tar.zst\nDEBUG: Searching for dc/8d/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:dc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://32/29/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 91/59/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7f/00/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7f/00/sstate%3Apackagegroup-core-eclipse-debug%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672_package_qa.tar.zst;downloadfilename=7f/00/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672_package_qa.tar.zst\nDEBUG: Testing URL file://6e/8e/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8_create_spdx.tar.zst\nDEBUG: For url file://c5/39/sstate:at::3.2.5:r0::12:c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/39/sstate%3Aat%3A%3A3.2.5%3Ar0%3A%3A12%3Ac5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b_populate_lic.tar.zst;downloadfilename=c5/39/sstate:at::3.2.5:r0::12:c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/a9/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f3/f4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:f3f41c745e463998ea168b64ab915493082bcae9a5a6b1cd07b420d5bde4dbdc_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '1a/46/sstate:packagegroup-core-tools-debug::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://35/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa_create_spdx.tar.zst\nDEBUG: Using  for dc/8d/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:dc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f_package_write_deb.tar.zst\nDEBUG: Searching for 32/29/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b3/b3/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac_package_qa.tar.zst\nDEBUG: Using  for 91/59/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '6e/8e/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8_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://66/35/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/e8/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff_package.tar.zst\nDEBUG: SState: Attempting to fetch file://84/1f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512_package.tar.zst\nDEBUG: SState: Successful fetch test for file://19/1d/sstate:python3-iniparse:core2-64-poky-linux:0.5:r0:core2-64:12:191dd5de017483612698c6b73768b7b74a69e8e118acb1cae2a583b78d3baffc_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/0a/c6/sstate:python3-editables-native:x86_64-linux:0.5:r0:x86_64:12:0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d_recipe_qa.tar.zst\nDEBUG: For url file://1a/46/sstate:packagegroup-core-tools-debug::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/46/sstate%3Apackagegroup-core-tools-debug%3A%3A1.0%3Ar0%3A%3A12%3A1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst;downloadfilename=1a/46/sstate:packagegroup-core-tools-debug::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: For url ['file', '', '35/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://dc/8d/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:dc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f_package_write_deb.tar.zst\nDEBUG: Using  for 32/29/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/fb/sstate:patch-native::2.7.6:r0::12:fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6_populate_lic.tar.zst\nDEBUG: Testing URL file://91/59/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78_create_package_spdx.tar.zst\nDEBUG: For url file://6e/8e/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6e/8e/sstate%3Acore-image-minimal%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8_create_spdx.tar.zst;downloadfilename=6e/8e/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2a/59/sstate:libepoxy::1.5.10:r0::12:2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55_populate_lic.tar.zst\nDEBUG: Searching for 4a/e8/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 84/1f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://70/9c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://08/72/sstate:elfutils-native::0.191:r0::12:0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037_populate_lic.tar.zst\nDEBUG: For url file://35/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/04/sstate%3Audev-extraconf%3Acore2-64-poky-linux%3A1.1%3Ar0%3Acore2-64%3A12%3A35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa_create_spdx.tar.zst;downloadfilename=35/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'dc/8d/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:dc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f_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://32/29/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ff/fb/sstate:patch-native::2.7.6:r0::12:fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '91/59/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2a/59/sstate:libepoxy::1.5.10:r0::12:2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4a/e8/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff_package.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/cb/sstate:gperf-native::3.1:r0::12:d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1e/5d/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b_populate_sysroot.tar.zst\nDEBUG: Using  for 84/1f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512_package.tar.zst\nDEBUG: Searching for 70/9c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 08/72/sstate:elfutils-native::0.191:r0::12:0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://dc/8d/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:dc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/8d/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.1%3Ar0%3Acore2-64%3A12%3Adc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f_package_write_deb.tar.zst;downloadfilename=dc/8d/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:dc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '32/29/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49_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 ff/fb/sstate:patch-native::2.7.6:r0::12:fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6_populate_lic.tar.zst\nDEBUG: For url file://91/59/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/59/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.19.2%3Ar0%3Acore2-64%3A12%3A91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78_create_package_spdx.tar.zst;downloadfilename=91/59/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78_create_package_spdx.tar.zst\nDEBUG: Using  for 2a/59/sstate:libepoxy::1.5.10:r0::12:2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55_populate_lic.tar.zst\nDEBUG: Testing URL file://4a/e8/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff_package.tar.zst\nDEBUG: SState: Attempting to fetch file://4a/3e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5b/c8/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27_create_spdx.tar.zst\nDEBUG: Testing URL file://84/1f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512_package.tar.zst\nDEBUG: Using  for 70/9c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205_package_write_deb.tar.zst\nDEBUG: Using  for 08/72/sstate:elfutils-native::0.191:r0::12:0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037_populate_lic.tar.zst\nDEBUG: For url file://32/29/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/29/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.80.1%3Ar0%3Acore2-64%3A12%3A3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49_deploy_source_date_epoch.tar.zst;downloadfilename=32/29/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ff/fb/sstate:patch-native::2.7.6:r0::12:fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/39/sstate:at::3.2.5:r0::12:c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b_populate_lic.tar.zst\nDEBUG: Testing URL file://2a/59/sstate:libepoxy::1.5.10:r0::12:2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7f/00/sstate:packagegroup-core-eclipse-debug:all-poky-linux:1.0:r0:allarch:12:7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672_package_qa.tar.zst\nDEBUG: For url ['file', '', '4a/e8/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 4a/3e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 5b/c8/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '84/1f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://70/9c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205_package_write_deb.tar.zst\nDEBUG: Testing URL file://08/72/sstate:elfutils-native::0.191:r0::12:0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'ff/fb/sstate:patch-native::2.7.6:r0::12:fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6_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://35/03/sstate:libtool::2.5.0:r0::12:350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/46/sstate:packagegroup-core-tools-debug::1.0:r0::12:1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2a/59/sstate:libepoxy::1.5.10:r0::12:2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55_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://c5/60/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:c5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36_populate_sysroot.tar.zst\nDEBUG: For url file://4a/e8/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/e8/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.2%3Ar0%3Acore2-64%3A12%3A4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff_package.tar.zst;downloadfilename=4a/e8/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff_package.tar.zst\nDEBUG: Using  for 4a/3e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac_package_qa.tar.zst\nDEBUG: Using  for 5b/c8/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27_create_spdx.tar.zst\nDEBUG: For url file://84/1f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/84/1f/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A12%3A841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512_package.tar.zst;downloadfilename=84/1f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512_package.tar.zst\nDEBUG: For url ['file', '', '70/9c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205_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', '', '08/72/sstate:elfutils-native::0.191:r0::12:0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037_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/fb/sstate:patch-native::2.7.6:r0::12:fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/fb/sstate%3Apatch-native%3A%3A2.7.6%3Ar0%3A%3A12%3Afffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6_populate_lic.tar.zst;downloadfilename=ff/fb/sstate:patch-native::2.7.6:r0::12:fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6_populate_lic.tar.zst\nDEBUG: Searching for 35/03/sstate:libtool::2.5.0:r0::12:350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://51/0f/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc_package_qa.tar.zst\nDEBUG: For url file://2a/59/sstate:libepoxy::1.5.10:r0::12:2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2a/59/sstate%3Alibepoxy%3A%3A1.5.10%3Ar0%3A%3A12%3A2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55_populate_lic.tar.zst;downloadfilename=2a/59/sstate:libepoxy::1.5.10:r0::12:2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55_populate_lic.tar.zst\nDEBUG: Searching for c5/60/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:c5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4a/3e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac_package_qa.tar.zst\nDEBUG: Testing URL file://5b/c8/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6e/8e/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8_create_spdx.tar.zst\nDEBUG: For url file://70/9c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/70/9c/sstate%3Apackagegroup-core-standalone-sdk-target%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3A709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205_package_write_deb.tar.zst;downloadfilename=70/9c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205_package_write_deb.tar.zst\nDEBUG: For url file://08/72/sstate:elfutils-native::0.191:r0::12:0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/72/sstate%3Aelfutils-native%3A%3A0.191%3Ar0%3A%3A12%3A0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037_populate_lic.tar.zst;downloadfilename=08/72/sstate:elfutils-native::0.191:r0::12:0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://35/04/sstate:udev-extraconf:core2-64-poky-linux:1.1:r0:core2-64:12:35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa_create_spdx.tar.zst\nDEBUG: Using  for 35/03/sstate:libtool::2.5.0:r0::12:350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515_populate_lic.tar.zst\nDEBUG: Testing URL file://35/03/sstate:libtool::2.5.0:r0::12:350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/8d/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:dc8d2d1168a3b9eac2e76b1643bb3955aea9bf0c457c032ad621d176629e213f_package_write_deb.tar.zst\nDEBUG: Using  for c5/60/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:c5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4a/3e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '5b/c8/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27_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://91/59/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://32/29/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:3229e25324e33d874032417a781ce01aa9648e05a556834810e1bb1f2aa84c49_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://54/53/sstate:libnsl2::2.0.1:r0::12:545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/88/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/e8/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4ae85eb1077605165cef55b4c1a11d24860465c04f8dbfca60ea1b9535c899ff_package.tar.zst\nDEBUG: Searching for 51/0f/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '35/03/sstate:libtool::2.5.0:r0::12:350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515_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://f7/4d/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81_packagedata.tar.zst\nDEBUG: Testing URL file://c5/60/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:c5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36_populate_sysroot.tar.zst\nDEBUG: For url file://4a/3e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4a/3e/sstate%3Amatchbox-desktop%3Acore2-64-poky-linux%3A2.3%3Ar0%3Acore2-64%3A12%3A4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac_package_qa.tar.zst;downloadfilename=4a/3e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac_package_qa.tar.zst\nDEBUG: For url file://5b/c8/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5b/c8/sstate%3Abison%3Acore2-64-poky-linux%3A3.8.2%3Ar0%3Acore2-64%3A12%3A5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27_create_spdx.tar.zst;downloadfilename=5b/c8/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/b0/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f4/60/sstate:qemu-system-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: Searching for 54/53/sstate:libnsl2::2.0.1:r0::12:545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ca/88/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e4/6d/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:e46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 51/0f/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc_package_qa.tar.zst\nDEBUG: For url file://35/03/sstate:libtool::2.5.0:r0::12:350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/35/03/sstate%3Alibtool%3A%3A2.5.0%3Ar0%3A%3A12%3A350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515_populate_lic.tar.zst;downloadfilename=35/03/sstate:libtool::2.5.0:r0::12:350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515_populate_lic.tar.zst\nDEBUG: Searching for f7/4d/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c5/60/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:c5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6d/b0/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f4/60/sstate:qemu-system-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ff/fb/sstate:patch-native::2.7.6:r0::12:fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://84/1f/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:841fcc1687df334f8f00625f122132a65511cc31fb02cc9bdff30659b5b9d512_package.tar.zst\nDEBUG: SState: Successful fetch test for file://2a/59/sstate:libepoxy::1.5.10:r0::12:2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55_populate_lic.tar.zst\nDEBUG: Using  for 54/53/sstate:libnsl2::2.0.1:r0::12:545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368_populate_lic.tar.zst\nDEBUG: Using  for ca/88/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299_package_write_rpm.tar.zst\nDEBUG: Searching for e4/6d/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:e46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://51/0f/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc_package_qa.tar.zst\nDEBUG: Using  for f7/4d/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81_packagedata.tar.zst\nDEBUG: For url file://c5/60/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:c5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/60/sstate%3Alibsm%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3Ac5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36_populate_sysroot.tar.zst;downloadfilename=c5/60/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:c5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36_populate_sysroot.tar.zst\nDEBUG: Using  for 6d/b0/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b_package.tar.zst\nDEBUG: Using  for f4/60/sstate:qemu-system-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://d9/33/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:d93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e2/4c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/32/sstate:python3-py::1.11.0:r0::12:0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631_populate_lic.tar.zst\nDEBUG: Testing URL file://54/53/sstate:libnsl2::2.0.1:r0::12:545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368_populate_lic.tar.zst\nDEBUG: Testing URL file://ca/88/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299_package_write_rpm.tar.zst\nDEBUG: Using  for e4/6d/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:e46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '51/0f/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://f7/4d/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81_packagedata.tar.zst\nDEBUG: Testing URL file://6d/b0/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b_package.tar.zst\nDEBUG: Testing URL file://f4/60/sstate:qemu-system-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://70/9c/sstate:packagegroup-core-standalone-sdk-target:core2-64-poky-linux:1.0:r0:core2-64:12:709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://08/72/sstate:elfutils-native::0.191:r0::12:0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037_populate_lic.tar.zst\nDEBUG: Searching for d9/33/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:d93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for e2/4c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0b/32/sstate:python3-py::1.11.0:r0::12:0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '54/53/sstate:libnsl2::2.0.1:r0::12:545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368_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/88/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299_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://e4/6d/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:e46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://51/0f/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/51/0f/sstate%3Apython3-zipp%3Acore2-64-poky-linux%3A3.19.2%3Ar0%3Acore2-64%3A12%3A510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc_package_qa.tar.zst;downloadfilename=51/0f/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f7/4d/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6d/b0/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f4/60/sstate:qemu-system-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_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://7c/84/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://fc/bb/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:fcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb_package_write_ipk.tar.zst\nDEBUG: Using  for d9/33/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:d93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8_populate_sysroot.tar.zst\nDEBUG: Using  for e2/4c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728_populate_sysroot.tar.zst\nDEBUG: Using  for 0b/32/sstate:python3-py::1.11.0:r0::12:0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631_populate_lic.tar.zst\nDEBUG: Testing URL file://0b/32/sstate:python3-py::1.11.0:r0::12:0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631_populate_lic.tar.zst\nDEBUG: For url file://ca/88/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/88/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3Aca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299_package_write_rpm.tar.zst;downloadfilename=ca/88/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e4/6d/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:e46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138_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://f7/4d/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/4d/sstate%3Alibxcursor%3Acore2-64-poky-linux%3A1.2.2%3Ar0%3Acore2-64%3A12%3Af74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81_packagedata.tar.zst;downloadfilename=f7/4d/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81_packagedata.tar.zst\nDEBUG: For url file://6d/b0/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/b0/sstate%3Aiptables%3Acore2-64-poky-linux%3A1.8.10%3Ar0%3Acore2-64%3A12%3A6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b_package.tar.zst;downloadfilename=6d/b0/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b_package.tar.zst\nDEBUG: For url file://f4/60/sstate:qemu-system-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f4/60/sstate%3Aqemu-system-native%3A%3A9.0.0%3Ar0%3A%3A12%3Af460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst;downloadfilename=f4/60/sstate:qemu-system-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: Searching for 7c/84/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for fc/bb/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:fcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d9/33/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:d93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://e2/4c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728_populate_sysroot.tar.zst\nDEBUG: For url file://54/53/sstate:libnsl2::2.0.1:r0::12:545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/54/53/sstate%3Alibnsl2%3A%3A2.0.1%3Ar0%3A%3A12%3A545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368_populate_lic.tar.zst;downloadfilename=54/53/sstate:libnsl2::2.0.1:r0::12:545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368_populate_lic.tar.zst\nDEBUG: For url ['file', '', '0b/32/sstate:python3-py::1.11.0:r0::12:0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631_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/6d/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:e46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e4/6d/sstate%3Aformfactor%3Aqemux86_64-poky-linux%3A0.0%3Ar0%3Aqemux86_64%3A12%3Ae46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138_deploy_source_date_epoch.tar.zst;downloadfilename=e4/6d/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:e46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://4a/3e/sstate:matchbox-desktop:core2-64-poky-linux:2.3:r0:core2-64:12:4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://5b/c8/sstate:bison:core2-64-poky-linux:3.8.2:r0:core2-64:12:5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://35/03/sstate:libtool::2.5.0:r0::12:350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515_populate_lic.tar.zst\nDEBUG: Using  for 7c/84/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1_create_package_spdx.tar.zst\nDEBUG: Using  for fc/bb/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:fcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'd9/33/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:d93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8_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/60/sstate:libsm:core2-64-poky-linux:1.2.4:r0:core2-64:12:c5601b635f69ab5b77c34539e5d01504875be711c509473e27088a32add51e36_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e2/4c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0b/32/sstate:python3-py::1.11.0:r0::12:0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/32/sstate%3Apython3-py%3A%3A1.11.0%3Ar0%3A%3A12%3A0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631_populate_lic.tar.zst;downloadfilename=0b/32/sstate:python3-py::1.11.0:r0::12:0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://09/fd/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://51/0f/sstate:python3-zipp:core2-64-poky-linux:3.19.2:r0:core2-64:12:510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://08/3f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/e7/1a/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f_create_spdx.tar.zst\nDEBUG: Testing URL file://7c/84/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://fc/bb/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:fcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb_package_write_ipk.tar.zst\nDEBUG: For url file://d9/33/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:d93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d9/33/sstate%3Axset%3Acore2-64-poky-linux%3A1.2.5%3Ar0%3Acore2-64%3A12%3Ad93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8_populate_sysroot.tar.zst;downloadfilename=d9/33/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:d93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/a6/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93_package_qa.tar.zst\nDEBUG: For url file://e2/4c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/4c/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A12%3Ae24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728_populate_sysroot.tar.zst;downloadfilename=e2/4c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728_populate_sysroot.tar.zst\nDEBUG: Searching for 09/fd/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ca/88/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/09/7e/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6_create_spdx.tar.zst\nDEBUG: Searching for 08/3f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/e7/1a/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7c/84/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'fc/bb/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:fcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 7a/a6/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 09/fd/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/b0/sstate:iptables:core2-64-poky-linux:1.8.10:r0:core2-64:12:6db039eeb8a4fa8bb3039d3cbeb5d33c7faad6c898ada352eec9a13b914f880b_package.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/4d/sstate:libxcursor:core2-64-poky-linux:1.2.2:r0:core2-64:12:f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://40/37/sstate:tzdata::2024a:r0::12:4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f4/60/sstate:qemu-system-native::9.0.0:r0::12:f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6_populate_lic.tar.zst\nDEBUG: Searching for universal/09/7e/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 08/3f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca_packagedata.tar.zst\nDEBUG: Using  for universal/e7/1a/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f_create_spdx.tar.zst\nDEBUG: For url file://7c/84/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/84/sstate%3Awireless-regdb%3Aall-poky-linux%3A2024.05.08%3Ar0%3Aallarch%3A12%3A7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1_create_package_spdx.tar.zst;downloadfilename=7c/84/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1_create_package_spdx.tar.zst\nDEBUG: For url file://fc/bb/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:fcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/bb/sstate%3Aless%3Acore2-64-poky-linux%3A643%3Ar0%3Acore2-64%3A12%3Afcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb_package_write_ipk.tar.zst;downloadfilename=fc/bb/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:fcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb_package_write_ipk.tar.zst\nDEBUG: Using  for 7a/a6/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93_package_qa.tar.zst\nDEBUG: Testing URL file://09/fd/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://76/51/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://39/72/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc_package.tar.zst\nDEBUG: Searching for 40/37/sstate:tzdata::2024a:r0::12:4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/be/c0/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:bec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/09/7e/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6_create_spdx.tar.zst\nDEBUG: Testing URL file://08/3f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca_packagedata.tar.zst\nDEBUG: Testing URL file://universal/e7/1a/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f_create_spdx.tar.zst\nDEBUG: Testing URL file://7a/a6/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93_package_qa.tar.zst\nDEBUG: For url ['file', '', '09/fd/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e_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://54/53/sstate:libnsl2::2.0.1:r0::12:545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368_populate_lic.tar.zst\nDEBUG: Searching for 76/51/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://e4/6d/sstate:formfactor:qemux86_64-poky-linux:0.0:r0:qemux86_64:12:e46dcc1d95de462dc7ec15b69e4e065f36d6d68cc59c1d96cc71892769c87138_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 39/72/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 40/37/sstate:tzdata::2024a:r0::12:4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4_populate_lic.tar.zst\nDEBUG: Searching for universal/be/c0/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:bec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/09/7e/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '08/3f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca_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/1a/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f_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/a6/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://09/fd/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/fd/sstate%3Alibxt%3Acore2-64-poky-linux%3A1.3.0%3Ar0%3Acore2-64%3A12%3A09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e_package_qa.tar.zst;downloadfilename=09/fd/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://20/ce/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 76/51/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/84/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:ff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b_package_write_ipk.tar.zst\nDEBUG: Using  for 39/72/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc_package.tar.zst\nDEBUG: Testing URL file://40/37/sstate:tzdata::2024a:r0::12:4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4_populate_lic.tar.zst\nDEBUG: Using  for universal/be/c0/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:bec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/09/7e/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://08/3f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/3f/sstate%3Aptest-runner%3Acore2-64-poky-linux%3A2.4.4%2Bgit%3Ar0%3Acore2-64%3A12%3A083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca_packagedata.tar.zst;downloadfilename=08/3f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca_packagedata.tar.zst\nDEBUG: For url file://universal/e7/1a/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/e7/1a/sstate%3Apython3-typing-extensions-native%3Ax86_64-linux%3A4.12.2%3Ar0%3Ax86_64%3A12%3Ae71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f_create_spdx.tar.zst;downloadfilename=universal/e7/1a/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f_create_spdx.tar.zst\nDEBUG: For url file://7a/a6/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/a6/sstate%3Agraphene%3Acore2-64-poky-linux%3A1.10.8%3Ar0%3Acore2-64%3A12%3A7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93_package_qa.tar.zst;downloadfilename=7a/a6/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93_package_qa.tar.zst\nDEBUG: Searching for 20/ce/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://0b/32/sstate:python3-py::1.11.0:r0::12:0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631_populate_lic.tar.zst\nDEBUG: Testing URL file://76/51/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a_package_qa.tar.zst\nDEBUG: Searching for ff/84/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:ff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://39/72/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc_package.tar.zst\nDEBUG: For url ['file', '', '40/37/sstate:tzdata::2024a:r0::12:4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4_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/c0/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:bec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/09/7e/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/09/7e/sstate%3Adtc-native%3Ax86_64-linux%3A1.7.0%3Ar0%3Ax86_64%3A12%3A097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6_create_spdx.tar.zst;downloadfilename=universal/09/7e/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e2/4c/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:e24c76b047027d5a90d191ded74302aeb0c191127584f367e6494910d86fb728_populate_sysroot.tar.zst\nDEBUG: Using  for 20/ce/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '76/51/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for ff/84/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:ff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '39/72/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://40/37/sstate:tzdata::2024a:r0::12:4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/37/sstate%3Atzdata%3A%3A2024a%3Ar0%3A%3A12%3A4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4_populate_lic.tar.zst;downloadfilename=40/37/sstate:tzdata::2024a:r0::12:4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/be/c0/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:bec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a_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://7c/84/sstate:wireless-regdb:all-poky-linux:2024.05.08:r0:allarch:12:7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/24/10/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://20/ce/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 0b/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://76/51/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/51/sstate%3Aavahi%3Acore2-64-poky-linux%3A0.8%3Ar0%3Acore2-64%3A12%3A76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a_package_qa.tar.zst;downloadfilename=76/51/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a_package_qa.tar.zst\nDEBUG: Testing URL file://ff/84/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:ff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b_package_write_ipk.tar.zst\nDEBUG: For url file://39/72/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/39/72/sstate%3Ablktrace%3Acore2-64-poky-linux%3A1.3.0%2Bgit%3Ar0%3Acore2-64%3A12%3A3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc_package.tar.zst;downloadfilename=39/72/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc_package.tar.zst\nDEBUG: For url file://universal/be/c0/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:bec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/be/c0/sstate%3Agettext-minimal-native%3Ax86_64-linux%3A0.22.5%3Ar0%3Ax86_64%3A12%3Abec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a_deploy_source_date_epoch.tar.zst;downloadfilename=universal/be/c0/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:bec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://da/4e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fc/bb/sstate:less:core2-64-poky-linux:643:r0:core2-64:12:fcbbec37cb239b2f6ee8ca55c51838bd58246d1001cf6f076e908a5fe9fe0bfb_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://d9/33/sstate:xset:core2-64-poky-linux:1.2.5:r0:core2-64:12:d93337276bcbf97ddfb9606836541f04e4b4b5e912be66d3125b9bb238b3b2c8_populate_sysroot.tar.zst\nDEBUG: Searching for universal/24/10/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '20/ce/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe_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 0b/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'ff/84/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:ff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b_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://09/fd/sstate:libxt:core2-64-poky-linux:1.3.0:r0:core2-64:12:09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e_package_qa.tar.zst\nDEBUG: Searching for da/4e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://c1/3a/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/1b/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:b31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70_package_write_deb.tar.zst\nDEBUG: Using  for universal/24/10/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b_create_package_spdx.tar.zst\nDEBUG: For url file://20/ce/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/20/ce/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1.1%3Ar0%3Acore2-64%3A12%3A20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe_deploy_source_date_epoch.tar.zst;downloadfilename=20/ce/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://0b/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464_package_write_ipk.tar.zst\nDEBUG: For url file://ff/84/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:ff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/84/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.80.1%3Ar0%3Acore2-64%3A12%3Aff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b_package_write_ipk.tar.zst;downloadfilename=ff/84/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:ff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/6e/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70_package_qa.tar.zst\nDEBUG: Using  for da/4e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194_packagedata.tar.zst\nDEBUG: Searching for c1/3a/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b3/1b/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:b31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/24/10/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '0b/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464_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://08/3f/sstate:ptest-runner:core2-64-poky-linux:2.4.4+git:r0:core2-64:12:083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/e7/1a/sstate:python3-typing-extensions-native:x86_64-linux:4.12.2:r0:x86_64:12:e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/a6/sstate:graphene:core2-64-poky-linux:1.10.8:r0:core2-64:12:7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93_package_qa.tar.zst\nDEBUG: Searching for 6c/6e/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://da/4e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194_packagedata.tar.zst\nDEBUG: Using  for c1/3a/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/09/7e/sstate:dtc-native:x86_64-linux:1.7.0:r0:x86_64:12:097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6_create_spdx.tar.zst\nDEBUG: Using  for b3/1b/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:b31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/24/10/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://0b/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/9f/sstate%3Apython3-setuptools%3Acore2-64-poky-linux%3A69.5.1%3Ar0%3Acore2-64%3A12%3A0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464_package_write_ipk.tar.zst;downloadfilename=0b/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/23/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:bd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc_package.tar.zst\nDEBUG: SState: Attempting to fetch file://43/01/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/52/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77_populate_sysroot.tar.zst\nDEBUG: Using  for 6c/6e/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70_package_qa.tar.zst\nDEBUG: For url ['file', '', 'da/4e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://c1/3a/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://38/4b/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576_package.tar.zst\nDEBUG: Testing URL file://b3/1b/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:b31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70_package_write_deb.tar.zst\nDEBUG: For url file://universal/24/10/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/24/10/sstate%3Afontconfig-native%3Ax86_64-linux%3A2.15.0%3Ar0%3Ax86_64%3A12%3A241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b_create_package_spdx.tar.zst;downloadfilename=universal/24/10/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b_create_package_spdx.tar.zst\nDEBUG: Searching for bd/23/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:bd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 43/01/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 1b/52/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://40/37/sstate:tzdata::2024a:r0::12:4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4_populate_lic.tar.zst\nDEBUG: Testing URL file://6c/6e/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70_package_qa.tar.zst\nDEBUG: For url file://da/4e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/4e/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A12%3Ada4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194_packagedata.tar.zst;downloadfilename=da/4e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194_packagedata.tar.zst\nDEBUG: For url ['file', '', 'c1/3a/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 38/4b/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b3/1b/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:b31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for bd/23/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:bd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc_package.tar.zst\nDEBUG: Using  for 43/01/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://76/51/sstate:avahi:core2-64-poky-linux:0.8:r0:core2-64:12:76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a_package_qa.tar.zst\nDEBUG: Using  for 1b/52/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/bb/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:f7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '6c/6e/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c1/3a/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/3a/sstate%3Agstreamer1.0-plugins-base%3Acore2-64-poky-linux%3A1.24.4%3Ar0%3Acore2-64%3A12%3Ac13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259_package_write_ipk.tar.zst;downloadfilename=c1/3a/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259_package_write_ipk.tar.zst\nDEBUG: Using  for 38/4b/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576_package.tar.zst\nDEBUG: SState: Successful fetch test for file://39/72/sstate:blktrace:core2-64-poky-linux:1.3.0+git:r0:core2-64:12:3972425424ce579165d65a77da3ccfddca99c70bb6a2c77f479813a12b38b8cc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/be/c0/sstate:gettext-minimal-native:x86_64-linux:0.22.5:r0:x86_64:12:bec0f3063f5eb916e23a41f52f90f12180fad9fcaadec44c94865ed124e1bc6a_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://b3/1b/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:b31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/1b/sstate%3Alibidn2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3Ab31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70_package_write_deb.tar.zst;downloadfilename=b3/1b/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:b31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70_package_write_deb.tar.zst\nDEBUG: Testing URL file://bd/23/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:bd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc_package.tar.zst\nDEBUG: Testing URL file://43/01/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://b9/e6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:b9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa_package.tar.zst\nDEBUG: Testing URL file://1b/52/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77_populate_sysroot.tar.zst\nDEBUG: Searching for f7/bb/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:f7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6c/6e/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/6e/sstate%3Aspeex%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70_package_qa.tar.zst;downloadfilename=6c/6e/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70_package_qa.tar.zst\nDEBUG: Testing URL file://38/4b/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576_package.tar.zst\nDEBUG: SState: Successful fetch test for file://20/ce/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:20ce30c6aa6b0b684b2b75f2002dd2b382dd6ca7970575c2df5461bf7a5fadbe_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://48/85/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://33/ea/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10_package_qa.tar.zst\nDEBUG: For url ['file', '', 'bd/23/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:bd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '43/01/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301_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://ff/84/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:ff84a0322524dde0b775b416d456bcfcfdf075d8f48ef4ac604198c471be464b_package_write_ipk.tar.zst\nDEBUG: Searching for b9/e6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:b9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '1b/52/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f7/bb/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:f7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '38/4b/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576_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://0b/9f/sstate:python3-setuptools:core2-64-poky-linux:69.5.1:r0:core2-64:12:0b9ffb86460bf0a4e6b724c6337c6de86fda6e42368a192749b8457afa056464_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d5/51/sstate:libxslt-native::1.1.39:r0::12:d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819_populate_lic.tar.zst\nDEBUG: Searching for 48/85/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 33/ea/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://bd/23/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:bd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/23/sstate%3Axauth%3Acore2-64-poky-linux%3A1.1.3%3Ar0%3Acore2-64%3A12%3Abd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc_package.tar.zst;downloadfilename=bd/23/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:bd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc_package.tar.zst\nDEBUG: For url file://43/01/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/43/01/sstate%3Ababeltrace%3Acore2-64-poky-linux%3A1.5.11%3Ar0%3Acore2-64%3A12%3A4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301_package_write_ipk.tar.zst;downloadfilename=43/01/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/64/2f/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e_create_spdx.tar.zst\nDEBUG: Using  for b9/e6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:b9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa_package.tar.zst\nDEBUG: For url file://1b/52/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/52/sstate%3Axf86-video-cirrus%3Acore2-64-poky-linux%3A1.6.0%3Ar0%3Acore2-64%3A12%3A1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77_populate_sysroot.tar.zst;downloadfilename=1b/52/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77_populate_sysroot.tar.zst\nDEBUG: Testing URL file://f7/bb/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:f7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b_package_write_deb.tar.zst\nDEBUG: For url file://38/4b/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/38/4b/sstate%3Alibsoup-2.4%3Acore2-64-poky-linux%3A2.74.3%3Ar0%3Acore2-64%3A12%3A384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576_package.tar.zst;downloadfilename=38/4b/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576_package.tar.zst\nDEBUG: SState: Attempting to fetch file://1d/9f/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b_package_write_deb.tar.zst\nDEBUG: Searching for d5/51/sstate:libxslt-native::1.1.39:r0::12:d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 48/85/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164_populate_sysroot.tar.zst\nDEBUG: Using  for 33/ea/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10_package_qa.tar.zst\nDEBUG: Searching for universal/64/2f/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/24/10/sstate:fontconfig-native:x86_64-linux:2.15.0:r0:x86_64:12:241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b9/e6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:b9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa_package.tar.zst\nDEBUG: For url ['file', '', 'f7/bb/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:f7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b_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://da/4e/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/3a/sstate:gstreamer1.0-plugins-base:core2-64-poky-linux:1.24.4:r0:core2-64:12:c13a689d8de3e24b0cebba6a0a54c07c63e28a0b2cbb021bb31e70e1f321e259_package_write_ipk.tar.zst\nDEBUG: Searching for 1d/9f/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d5/51/sstate:libxslt-native::1.1.39:r0::12:d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819_populate_lic.tar.zst\nDEBUG: Testing URL file://48/85/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/1b/sstate:libidn2:core2-64-poky-linux:2.3.7:r0:core2-64:12:b31b3d70b0e915c8f5df34cca92ab487295585100d9ad2df972f099e3aef5b70_package_write_deb.tar.zst\nDEBUG: Testing URL file://33/ea/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10_package_qa.tar.zst\nDEBUG: Using  for universal/64/2f/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1e/5e/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'b9/e6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:b9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://f7/bb/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:f7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/bb/sstate%3Agconf%3Acore2-64-poky-linux%3A3.2.6%3Ar0%3Acore2-64%3A12%3Af7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b_package_write_deb.tar.zst;downloadfilename=f7/bb/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:f7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/80/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://91/28/sstate:wireless-regdb::2024.05.08:r0::12:912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c_populate_lic.tar.zst\nDEBUG: Using  for 1d/9f/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b_package_write_deb.tar.zst\nDEBUG: Testing URL file://d5/51/sstate:libxslt-native::1.1.39:r0::12:d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819_populate_lic.tar.zst\nDEBUG: For url ['file', '', '48/85/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164_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://9e/32/sstate:l3afpad::0.8.18.1.11+git:r0::12:9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2_populate_lic.tar.zst\nDEBUG: For url ['file', '', '33/ea/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10_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/64/2f/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e_create_spdx.tar.zst\nDEBUG: Searching for universal/1e/5e/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b9/e6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:b9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/e6/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A12%3Ab9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa_package.tar.zst;downloadfilename=b9/e6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:b9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa_package.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/6e/sstate:speex:core2-64-poky-linux:1.2.1:r0:core2-64:12:6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70_package_qa.tar.zst\nDEBUG: Searching for 6d/80/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 91/28/sstate:wireless-regdb::2024.05.08:r0::12:912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1d/9f/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'd5/51/sstate:libxslt-native::1.1.39:r0::12:d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819_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/85/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/48/85/sstate%3Acronie%3Acore2-64-poky-linux%3A1.7.2%3Ar0%3Acore2-64%3A12%3A4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164_populate_sysroot.tar.zst;downloadfilename=48/85/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164_populate_sysroot.tar.zst\nDEBUG: Searching for 9e/32/sstate:l3afpad::0.8.18.1.11+git:r0::12:9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://33/ea/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/33/ea/sstate%3Alibmnl%3Acore2-64-poky-linux%3A1.0.5%3Ar0%3Acore2-64%3A12%3A33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10_package_qa.tar.zst;downloadfilename=33/ea/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/64/2f/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/1e/5e/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/38/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31_package_write_rpm.tar.zst\nDEBUG: Using  for 6d/80/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://bd/23/sstate:xauth:core2-64-poky-linux:1.1.3:r0:core2-64:12:bd23d2253c78cbbd5266c82f20ed66f3116c628a0a2a37f31a2482cba42c91bc_package.tar.zst\nDEBUG: SState: Successful fetch test for file://43/01/sstate:babeltrace:core2-64-poky-linux:1.5.11:r0:core2-64:12:4301bc3108543d23b2f819dd5903db003f22261e3c033c284edd2cbd5ca07301_package_write_ipk.tar.zst\nDEBUG: Using  for 91/28/sstate:wireless-regdb::2024.05.08:r0::12:912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1d/9f/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b_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://d5/51/sstate:libxslt-native::1.1.39:r0::12:d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d5/51/sstate%3Alibxslt-native%3A%3A1.1.39%3Ar0%3A%3A12%3Ad5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819_populate_lic.tar.zst;downloadfilename=d5/51/sstate:libxslt-native::1.1.39:r0::12:d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819_populate_lic.tar.zst\nDEBUG: Using  for 9e/32/sstate:l3afpad::0.8.18.1.11+git:r0::12:9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/52/sstate:xf86-video-cirrus:core2-64-poky-linux:1.6.0:r0:core2-64:12:1b523fa128b948ee229dcd40985baeaf6694bdf2ba4ac5bb66afb390ae2bdf77_populate_sysroot.tar.zst\nDEBUG: For url file://universal/64/2f/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/64/2f/sstate%3Apython3-mako-native%3Ax86_64-linux%3A1.3.5%3Ar0%3Ax86_64%3A12%3A642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e_create_spdx.tar.zst;downloadfilename=universal/64/2f/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/1e/5e/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://38/4b/sstate:libsoup-2.4:core2-64-poky-linux:2.74.3:r0:core2-64:12:384bea0644cbb36373b598fb9a857c0110ac9ba7dcab1b9dd9e798569e9b9576_package.tar.zst\nDEBUG: Searching for 8b/38/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6d/80/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/ae/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/f9/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45_package_qa.tar.zst\nDEBUG: Testing URL file://91/28/sstate:wireless-regdb::2024.05.08:r0::12:912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c_populate_lic.tar.zst\nDEBUG: For url file://1d/9f/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1d/9f/sstate%3Axf86-video-fbdev%3Acore2-64-poky-linux%3A0.5.0%3Ar0%3Acore2-64%3A12%3A1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b_package_write_deb.tar.zst;downloadfilename=1d/9f/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b_package_write_deb.tar.zst\nDEBUG: Testing URL file://9e/32/sstate:l3afpad::0.8.18.1.11+git:r0::12:9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c3/c3/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/1e/5e/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9_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/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/bb/sstate:gconf:core2-64-poky-linux:3.2.6:r0:core2-64:12:f7bb77face987558b2e9a69dc97ce059106be2952e8fee006bb414426b9de83b_package_write_deb.tar.zst\nDEBUG: Using  for 8b/38/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '6d/80/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1e/ae/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0b/f9/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '91/28/sstate:wireless-regdb::2024.05.08:r0::12:912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '9e/32/sstate:l3afpad::0.8.18.1.11+git:r0::12:9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c3/c3/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b9/e6/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:b9e645727521ba6e9ddf8a6af9bfb6e2e377a2fe782bc090aa11556216bb8efa_package.tar.zst\nDEBUG: For url file://universal/1e/5e/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1e/5e/sstate%3Adnf-native%3Ax86_64-linux%3A4.20.0%3Ar0%3Ax86_64%3A12%3A1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9_recipe_qa.tar.zst;downloadfilename=universal/1e/5e/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9_recipe_qa.tar.zst\nDEBUG: Searching for fc/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1b/d4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7_packagedata.tar.zst\nDEBUG: Testing URL file://8b/38/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31_package_write_rpm.tar.zst\nDEBUG: For url file://6d/80/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/80/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950_populate_sysroot.tar.zst;downloadfilename=6d/80/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950_populate_sysroot.tar.zst\nDEBUG: Using  for 1e/ae/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b_create_spdx.tar.zst\nDEBUG: Using  for 0b/f9/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45_package_qa.tar.zst\nDEBUG: For url file://91/28/sstate:wireless-regdb::2024.05.08:r0::12:912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/91/28/sstate%3Awireless-regdb%3A%3A2024.05.08%3Ar0%3A%3A12%3A912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c_populate_lic.tar.zst;downloadfilename=91/28/sstate:wireless-regdb::2024.05.08:r0::12:912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c_populate_lic.tar.zst\nDEBUG: For url file://9e/32/sstate:l3afpad::0.8.18.1.11+git:r0::12:9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9e/32/sstate%3Al3afpad%3A%3A0.8.18.1.11%2Bgit%3Ar0%3A%3A12%3A9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2_populate_lic.tar.zst;downloadfilename=9e/32/sstate:l3afpad::0.8.18.1.11+git:r0::12:9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2_populate_lic.tar.zst\nDEBUG: Using  for c3/c3/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/41/d5/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09_recipe_qa.tar.zst\nDEBUG: Using  for fc/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68_package_write_deb.tar.zst\nDEBUG: Searching for 1b/d4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '8b/38/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31_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://1e/ae/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b_create_spdx.tar.zst\nDEBUG: Testing URL file://0b/f9/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://48/85/sstate:cronie:core2-64-poky-linux:1.7.2:r0:core2-64:12:4885dfcd83df21aee802bc3ea1170fecfa17b680b4d99ff734522278b1c89164_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://33/ea/sstate:libmnl:core2-64-poky-linux:1.0.5:r0:core2-64:12:33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10_package_qa.tar.zst\nDEBUG: Testing URL file://c3/c3/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5_packagedata.tar.zst\nDEBUG: Searching for universal/41/d5/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d5/51/sstate:libxslt-native::1.1.39:r0::12:d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/64/2f/sstate:python3-mako-native:x86_64-linux:1.3.5:r0:x86_64:12:642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e_create_spdx.tar.zst\nDEBUG: Testing URL file://fc/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68_package_write_deb.tar.zst\nDEBUG: Using  for 1b/d4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7_packagedata.tar.zst\nDEBUG: For url file://8b/38/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/38/sstate%3Amakedevs%3Acore2-64-poky-linux%3A1.0.1%3Ar0%3Acore2-64%3A12%3A8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31_package_write_rpm.tar.zst;downloadfilename=8b/38/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '1e/ae/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '0b/f9/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45_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/6f/fd/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://49/fd/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'c3/c3/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/41/d5/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/7b/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:dc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/55/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:c4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'fc/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68_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://1b/d4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7_packagedata.tar.zst\nDEBUG: For url file://1e/ae/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/ae/sstate%3Aspeexdsp%3Acore2-64-poky-linux%3A1.2.1%3Ar0%3Acore2-64%3A12%3A1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b_create_spdx.tar.zst;downloadfilename=1e/ae/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1d/9f/sstate:xf86-video-fbdev:core2-64-poky-linux:0.5.0:r0:core2-64:12:1d9f70445334340c49808d9650231adce3cebdad26bfa21b85b5cb892d8f8d4b_package_write_deb.tar.zst\nDEBUG: For url file://0b/f9/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/f9/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.15.1%3Ar0%3Acore2-64%3A12%3A0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45_package_qa.tar.zst;downloadfilename=0b/f9/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45_package_qa.tar.zst\nDEBUG: Searching for universal/6f/fd/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 49/fd/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://c3/c3/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c3/c3/sstate%3Apython3-iniconfig%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3Ac3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5_packagedata.tar.zst;downloadfilename=c3/c3/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5_packagedata.tar.zst\nDEBUG: Testing URL file://universal/41/d5/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09_recipe_qa.tar.zst\nDEBUG: Searching for dc/7b/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:dc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c4/55/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:c4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fc/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fc/80/sstate%3Alibedit%3Acore2-64-poky-linux%3A20240517-3.1%3Ar0%3Acore2-64%3A12%3Afc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68_package_write_deb.tar.zst;downloadfilename=fc/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '1b/d4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7_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/54/98/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1e/5e/sstate:dnf-native:x86_64-linux:4.20.0:r0:x86_64:12:1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/80/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:6d80499085fe9978dc75c44ac06b6ebc6a90631ca06f9e241740f855eaf1a950_populate_sysroot.tar.zst\nDEBUG: Using  for universal/6f/fd/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1_create_package_spdx.tar.zst\nDEBUG: Using  for 49/fd/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/41/d5/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for dc/7b/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:dc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://91/28/sstate:wireless-regdb::2024.05.08:r0::12:912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9e/32/sstate:l3afpad::0.8.18.1.11+git:r0::12:9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2_populate_lic.tar.zst\nDEBUG: Using  for c4/55/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:c4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d_populate_sysroot.tar.zst\nDEBUG: For url file://1b/d4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/d4/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7_packagedata.tar.zst;downloadfilename=1b/d4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7_packagedata.tar.zst\nDEBUG: Searching for universal/54/98/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a9/10/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:a9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6f/1f/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/6f/fd/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1_create_package_spdx.tar.zst\nDEBUG: Testing URL file://49/fd/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5_package_write_ipk.tar.zst\nDEBUG: For url file://universal/41/d5/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/41/d5/sstate%3Alibjpeg-turbo-native%3Ax86_64-linux%3A3.0.1%3Ar0%3Ax86_64%3A12%3A41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09_recipe_qa.tar.zst;downloadfilename=universal/41/d5/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09_recipe_qa.tar.zst\nDEBUG: Testing URL file://dc/7b/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:dc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/9d/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677_package.tar.zst\nDEBUG: SState: Attempting to fetch file://40/5c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5_package_write_deb.tar.zst\nDEBUG: Testing URL file://c4/55/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:c4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d_populate_sysroot.tar.zst\nDEBUG: Using  for universal/54/98/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for a9/10/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:a9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8b/38/sstate:makedevs:core2-64-poky-linux:1.0.1:r0:core2-64:12:8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31_package_write_rpm.tar.zst\nDEBUG: Searching for universal/6f/1f/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/6f/fd/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '49/fd/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5_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', '', 'dc/7b/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:dc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6a/9d/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 40/5c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1e/ae/sstate:speexdsp:core2-64-poky-linux:1.2.1:r0:core2-64:12:1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c4/55/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:c4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d_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/54/98/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for a9/10/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:a9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413_create_package_spdx.tar.zst\nDEBUG: Using  for universal/6f/1f/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3_create_spdx.tar.zst\nDEBUG: For url file://universal/6f/fd/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/fd/sstate%3Atcl-native%3Ax86_64-linux%3A8.6.14%3Ar0%3Ax86_64%3A12%3A6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1_create_package_spdx.tar.zst;downloadfilename=universal/6f/fd/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1_create_package_spdx.tar.zst\nDEBUG: For url file://49/fd/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/fd/sstate%3Agettext%3Acore2-64-poky-linux%3A0.22.5%3Ar0%3Acore2-64%3A12%3A49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5_package_write_ipk.tar.zst;downloadfilename=49/fd/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5_package_write_ipk.tar.zst\nDEBUG: For url file://dc/7b/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:dc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/7b/sstate%3Aicu%3Acore2-64-poky-linux%3A75-1%3Ar0%3Acore2-64%3A12%3Adc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205_package_write_deb.tar.zst;downloadfilename=dc/7b/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:dc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205_package_write_deb.tar.zst\nDEBUG: Using  for 6a/9d/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677_package.tar.zst\nDEBUG: Using  for 40/5c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/c8/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:c4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35_package.tar.zst\nDEBUG: For url file://c4/55/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:c4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/55/sstate%3Amatchbox-panel-2%3Acore2-64-poky-linux%3A2.12%3Ar0%3Acore2-64%3A12%3Ac4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d_populate_sysroot.tar.zst;downloadfilename=c4/55/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:c4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/54/98/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f_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://a9/10/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:a9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for e0/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/6f/1f/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/f9/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45_package_qa.tar.zst\nDEBUG: Testing URL file://6a/9d/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677_package.tar.zst\nDEBUG: Testing URL file://40/5c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5_package_write_deb.tar.zst\nDEBUG: Searching for c4/c8/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:c4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c3/c3/sstate:python3-iniconfig:core2-64-poky-linux:2.0.0:r0:core2-64:12:c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5_packagedata.tar.zst\nDEBUG: For url file://universal/54/98/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/54/98/sstate%3Amakedepend-native%3Ax86_64-linux%3A1.0.9%3Ar0%3Ax86_64%3A12%3A549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f_deploy_source_date_epoch.tar.zst;downloadfilename=universal/54/98/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a9/10/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:a9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00_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 e0/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/d4/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/6f/1f/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3_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://fc/80/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:fc80d1747ae72c6e157cb1104f130072fabc1c62681eea0e66a1b2ab6b43fd68_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/8c/sstate:libxv::1.0.12:r0::12:4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c_populate_lic.tar.zst\nDEBUG: For url ['file', '', '6a/9d/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '40/5c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c4/c8/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:c4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35_package.tar.zst\nDEBUG: SState: Attempting to fetch file://29/06/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://a9/10/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:a9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/10/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A12%3Aa9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00_deploy_source_date_epoch.tar.zst;downloadfilename=a9/10/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:a9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e0/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/41/d5/sstate:libjpeg-turbo-native:x86_64-linux:3.0.1:r0:x86_64:12:41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/79/04/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a_populate_sysroot.tar.zst\nDEBUG: For url file://universal/6f/1f/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6f/1f/sstate%3Aswig-native%3Ax86_64-linux%3A4.2.1%3Ar0%3Ax86_64%3A12%3A6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3_create_spdx.tar.zst;downloadfilename=universal/6f/1f/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6f/2e/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2_package_write_ipk.tar.zst\nDEBUG: Searching for 4d/8c/sstate:libxv::1.0.12:r0::12:4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://6a/9d/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/9d/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677_package.tar.zst;downloadfilename=6a/9d/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677_package.tar.zst\nDEBUG: For url file://40/5c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/5c/sstate%3Amake-mod-scripts%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5_package_write_deb.tar.zst;downloadfilename=40/5c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5_package_write_deb.tar.zst\nDEBUG: Testing URL file://c4/c8/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:c4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35_package.tar.zst\nDEBUG: Searching for 29/06/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e0/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413_create_package_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/87/f8/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/79/04/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6f/2e/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 4d/8c/sstate:libxv::1.0.12:r0::12:4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6f/fd/sstate:tcl-native:x86_64-linux:8.6.14:r0:x86_64:12:6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://49/fd/sstate:gettext:core2-64-poky-linux:0.22.5:r0:core2-64:12:49fdb5daa1243751440010602a41c628413aa7490b6ce8c5966fab32f66360d5_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'c4/c8/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:c4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35_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/7b/sstate:icu:core2-64-poky-linux:75-1:r0:core2-64:12:dc7b6e0121e41deff08fa71ce6c58f36fdad119407959be2f646b8320ccae205_package_write_deb.tar.zst\nDEBUG: Using  for 29/06/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://e0/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/73/sstate%3Aquilt%3Acore2-64-poky-linux%3A0.68%3Ar0%3Acore2-64%3A12%3Ae0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413_create_package_spdx.tar.zst;downloadfilename=e0/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413_create_package_spdx.tar.zst\nDEBUG: Searching for universal/87/f8/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/79/04/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a_populate_sysroot.tar.zst\nDEBUG: Using  for 6f/2e/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2_package_write_ipk.tar.zst\nDEBUG: Testing URL file://4d/8c/sstate:libxv::1.0.12:r0::12:4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ef/74/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://10/b6/sstate:vala::0.56.17:r0::12:10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a_populate_lic.tar.zst\nDEBUG: For url file://c4/c8/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:c4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/c8/sstate%3Arun-postinsts%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3Ac4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35_package.tar.zst;downloadfilename=c4/c8/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:c4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35_package.tar.zst\nDEBUG: SState: Attempting to fetch file://bd/18/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f_create_package_spdx.tar.zst\nDEBUG: Testing URL file://29/06/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for universal/87/f8/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/79/04/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://6f/2e/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/55/sstate:matchbox-panel-2:core2-64-poky-linux:2.12:r0:core2-64:12:c4559427b09401638023c08c9b3a3495a49f444d971f93ef715608eb1f45b96d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4d/8c/sstate:libxv::1.0.12:r0::12:4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ef/74/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 10/b6/sstate:vala::0.56.17:r0::12:10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for bd/18/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '29/06/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43_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/54/98/sstate:makedepend-native:x86_64-linux:1.0.9:r0:x86_64:12:549895fc3ba51bfeee771d62348501639e11c880329fc5ba17f0d422c1b68f7f_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/87/f8/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/79/04/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6f/2e/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2_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://aa/6c/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33_create_spdx.tar.zst\nDEBUG: For url file://4d/8c/sstate:libxv::1.0.12:r0::12:4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/8c/sstate%3Alibxv%3A%3A1.0.12%3Ar0%3A%3A12%3A4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c_populate_lic.tar.zst;downloadfilename=4d/8c/sstate:libxv::1.0.12:r0::12:4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c_populate_lic.tar.zst\nDEBUG: Using  for ef/74/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7_package_write_rpm.tar.zst\nDEBUG: Using  for 10/b6/sstate:vala::0.56.17:r0::12:10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a_populate_lic.tar.zst\nDEBUG: Testing URL file://10/b6/sstate:vala::0.56.17:r0::12:10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a_populate_lic.tar.zst\nDEBUG: For url file://29/06/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/06/sstate%3Apython3-smartypants%3Acore2-64-poky-linux%3A2.0.0%3Ar0%3Acore2-64%3A12%3A2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43_deploy_source_date_epoch.tar.zst;downloadfilename=29/06/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://95/30/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/87/f8/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1_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/79/04/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/79/04/sstate%3Alibxcursor-native%3Ax86_64-linux%3A1.2.2%3Ar0%3Ax86_64%3A12%3A790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a_populate_sysroot.tar.zst;downloadfilename=universal/79/04/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a_populate_sysroot.tar.zst\nDEBUG: For url file://6f/2e/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/2e/sstate%3Ababeltrace2%3Acore2-64-poky-linux%3A2.0.6%3Ar0%3Acore2-64%3A12%3A6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2_package_write_ipk.tar.zst;downloadfilename=6f/2e/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2_package_write_ipk.tar.zst\nDEBUG: Searching for aa/6c/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://ef/74/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7_package_write_rpm.tar.zst\nDEBUG: Using  for bd/18/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '10/b6/sstate:vala::0.56.17:r0::12:10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a_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/6f/1f/sstate:swig-native:x86_64-linux:4.2.1:r0:x86_64:12:6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/10/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:a9107e304e14f704cacaf7c9dfec081c09c43bb6972e742d1bb55cbb60590a00_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 95/30/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/87/f8/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/87/f8/sstate%3Apython3-tomli-native%3Ax86_64-linux%3A2.0.1%3Ar0%3Ax86_64%3A12%3A87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1_deploy_source_date_epoch.tar.zst;downloadfilename=universal/87/f8/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for aa/6c/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/9d/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:6a9d486066779d7346ade4311ce71afbab6add031feed138c86f9f0bb145e677_package.tar.zst\nDEBUG: SState: Successful fetch test for file://40/5c/sstate:make-mod-scripts:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:405c7c38c39cefa082f42b0b15968b66c6ae79704e405761616ff7535bebd4a5_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'ef/74/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7_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://bd/18/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f_create_package_spdx.tar.zst\nDEBUG: For url file://10/b6/sstate:vala::0.56.17:r0::12:10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/b6/sstate%3Avala%3A%3A0.56.17%3Ar0%3A%3A12%3A10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a_populate_lic.tar.zst;downloadfilename=10/b6/sstate:vala::0.56.17:r0::12:10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/73/sstate:quilt:core2-64-poky-linux:0.68:r0:core2-64:12:e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:b8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27_package.tar.zst\nDEBUG: SState: Attempting to fetch file://92/97/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead_recipe_qa.tar.zst\nDEBUG: Using  for 95/30/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b_recipe_qa.tar.zst\nDEBUG: Testing URL file://aa/6c/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2b/95/sstate:gstreamer1.0-plugins-good::1.24.4:r0::12:2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/c8/sstate:run-postinsts:all-poky-linux:1.0:r0:allarch:12:c4c8fac0d2739c124c2a427d98c6c907f092edd48ae985ac4d95e0f0df8f8e35_package.tar.zst\nDEBUG: SState: Attempting to fetch file://60/9a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8_package_write_deb.tar.zst\nDEBUG: For url file://ef/74/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ef/74/sstate%3Attyrun%3Acore2-64-poky-linux%3A2.33.1%3Ar0%3Acore2-64%3A12%3Aef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7_package_write_rpm.tar.zst;downloadfilename=ef/74/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'bd/18/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f_create_package_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/a1/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c_create_spdx.tar.zst\nDEBUG: Searching for b8/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:b8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://4d/8c/sstate:libxv::1.0.12:r0::12:4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c_populate_lic.tar.zst\nDEBUG: Searching for 92/97/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://95/30/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'aa/6c/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 2b/95/sstate:gstreamer1.0-plugins-good::1.24.4:r0::12:2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/40/36/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8_create_spdx.tar.zst\nDEBUG: Searching for 60/9a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://bd/18/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/bd/18/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3Abd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f_create_package_spdx.tar.zst;downloadfilename=bd/18/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f_create_package_spdx.tar.zst\nDEBUG: Searching for universal/49/a1/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b8/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:b8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27_package.tar.zst\nDEBUG: SState: Successful fetch test for file://29/06/sstate:python3-smartypants:core2-64-poky-linux:2.0.0:r0:core2-64:12:2906e1cc816c4dec79465d678cafa70919001fbc01f594161378e01b27727c43_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/62/c5/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781_create_spdx.tar.zst\nDEBUG: Using  for 92/97/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '95/30/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://aa/6c/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/6c/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A12%3Aaa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33_create_spdx.tar.zst;downloadfilename=aa/6c/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33_create_spdx.tar.zst\nDEBUG: Using  for 2b/95/sstate:gstreamer1.0-plugins-good::1.24.4:r0::12:2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0_populate_lic.tar.zst\nDEBUG: Searching for universal/40/36/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 60/9a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8_package_write_deb.tar.zst\nDEBUG: Using  for universal/49/a1/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c_create_spdx.tar.zst\nDEBUG: Testing URL file://b8/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:b8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27_package.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/63/sstate:libgcrypt-native::1.10.3:r0::12:c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/79/04/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a_populate_sysroot.tar.zst\nDEBUG: Searching for universal/62/c5/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://92/97/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead_recipe_qa.tar.zst\nDEBUG: For url file://95/30/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/30/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b_recipe_qa.tar.zst;downloadfilename=95/30/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b_recipe_qa.tar.zst\nDEBUG: Testing URL file://2b/95/sstate:gstreamer1.0-plugins-good::1.24.4:r0::12:2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0_populate_lic.tar.zst\nDEBUG: Using  for universal/40/36/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8_create_spdx.tar.zst\nDEBUG: Testing URL file://60/9a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/2e/sstate:babeltrace2:core2-64-poky-linux:2.0.6:r0:core2-64:12:6f2e673bc259444bdebb05fb24ef7a7144c84ee9e7700ee92fd0670a0df152a2_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/49/a1/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'b8/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:b8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c4/63/sstate:libgcrypt-native::1.10.3:r0::12:c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://05/ec/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6_package_write_deb.tar.zst\nDEBUG: Using  for universal/62/c5/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781_create_spdx.tar.zst\nDEBUG: For url ['file', '', '92/97/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead_recipe_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:gstreamer1.0-plugins-good::1.24.4:r0::12:2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0_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/40/36/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/87/f8/sstate:python3-tomli-native:x86_64-linux:2.0.1:r0:x86_64:12:87f8a0f1cb9a57aef7902570d955306c2116e07fa8adfaa886d3cbd8080c14a1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '60/9a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8_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://02/99/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/49/a1/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c_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/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:b8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/bf/sstate%3Altp%3Acore2-64-poky-linux%3A20240524%3Ar0%3Acore2-64%3A12%3Ab8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27_package.tar.zst;downloadfilename=b8/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:b8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27_package.tar.zst\nDEBUG: Using  for c4/63/sstate:libgcrypt-native::1.10.3:r0::12:c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc_populate_lic.tar.zst\nDEBUG: Searching for 05/ec/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/62/c5/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781_create_spdx.tar.zst\nDEBUG: For url file://92/97/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/92/97/sstate%3Aell%3Acore2-64-poky-linux%3A0.66%3Ar0%3Acore2-64%3A12%3A9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead_recipe_qa.tar.zst;downloadfilename=92/97/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead_recipe_qa.tar.zst\nDEBUG: For url file://2b/95/sstate:gstreamer1.0-plugins-good::1.24.4:r0::12:2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/95/sstate%3Agstreamer1.0-plugins-good%3A%3A1.24.4%3Ar0%3A%3A12%3A2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0_populate_lic.tar.zst;downloadfilename=2b/95/sstate:gstreamer1.0-plugins-good::1.24.4:r0::12:2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/40/36/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8_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/cd/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16_create_spdx.tar.zst\nDEBUG: For url file://60/9a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/60/9a/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.12%3Ar0%3Aallarch%3A12%3A609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8_package_write_deb.tar.zst;downloadfilename=60/9a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8_package_write_deb.tar.zst\nDEBUG: Searching for 02/99/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/49/a1/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/49/a1/sstate%3Alibxrandr-native%3Ax86_64-linux%3A1.5.4%3Ar0%3Ax86_64%3A12%3A49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c_create_spdx.tar.zst;downloadfilename=universal/49/a1/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c_create_spdx.tar.zst\nDEBUG: Testing URL file://c4/63/sstate:libgcrypt-native::1.10.3:r0::12:c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc_populate_lic.tar.zst\nDEBUG: Using  for 05/ec/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/62/c5/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781_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://10/b6/sstate:vala::0.56.17:r0::12:10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a_populate_lic.tar.zst\nDEBUG: For url file://universal/40/36/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/40/36/sstate%3Ashaderc-native%3Ax86_64-linux%3A2024.1%3Ar0%3Ax86_64%3A12%3A4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8_create_spdx.tar.zst;downloadfilename=universal/40/36/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ef/74/sstate:ttyrun:core2-64-poky-linux:2.33.1:r0:core2-64:12:ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7_package_write_rpm.tar.zst\nDEBUG: Searching for universal/d1/cd/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://bd/18/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f_create_package_spdx.tar.zst\nDEBUG: Using  for 02/99/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'c4/63/sstate:libgcrypt-native::1.10.3:r0::12:c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc_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://aa/6c/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33_create_spdx.tar.zst\nDEBUG: Testing URL file://05/ec/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6_package_write_deb.tar.zst\nDEBUG: For url file://universal/62/c5/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/62/c5/sstate%3Aasciidoc-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A12%3A62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781_create_spdx.tar.zst;downloadfilename=universal/62/c5/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://82/5f/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://08/2c/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://95/30/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b_recipe_qa.tar.zst\nDEBUG: Using  for universal/d1/cd/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d3/10/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://02/99/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618_package_write_ipk.tar.zst\nDEBUG: For url file://c4/63/sstate:libgcrypt-native::1.10.3:r0::12:c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/63/sstate%3Alibgcrypt-native%3A%3A1.10.3%3Ar0%3A%3A12%3Ac463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc_populate_lic.tar.zst;downloadfilename=c4/63/sstate:libgcrypt-native::1.10.3:r0::12:c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '05/ec/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6_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://b8/bf/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:b8bf2c9dd582224565417bb1d772f632e35c016aa3372f03090fee7dc3377a27_package.tar.zst\nDEBUG: Searching for 82/5f/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 08/2c/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b7/3f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941_packagedata.tar.zst\nDEBUG: Testing URL file://universal/d1/cd/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16_create_spdx.tar.zst\nDEBUG: Searching for d3/10/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '02/99/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 6a/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://05/ec/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/05/ec/sstate%3Alibxtst%3Acore2-64-poky-linux%3A1.2.4%3Ar0%3Acore2-64%3A12%3A05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6_package_write_deb.tar.zst;downloadfilename=05/ec/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/7d/78/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://92/97/sstate:ell:core2-64-poky-linux:0.66:r0:core2-64:12:9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/95/sstate:gstreamer1.0-plugins-good::1.24.4:r0::12:2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0_populate_lic.tar.zst\nDEBUG: Using  for 82/5f/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e_package_write_rpm.tar.zst\nDEBUG: Using  for 08/2c/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5_packagedata.tar.zst\nDEBUG: Searching for b7/3f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/d1/cd/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d3/10/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c_create_package_spdx.tar.zst\nDEBUG: For url file://02/99/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/99/sstate%3Agnupg%3Acore2-64-poky-linux%3A2.4.5%3Ar0%3Acore2-64%3A12%3A0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618_package_write_ipk.tar.zst;downloadfilename=02/99/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618_package_write_ipk.tar.zst\nDEBUG: Using  for 6a/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957_populate_sysroot.tar.zst\nDEBUG: Searching for universal/7d/78/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://db/d2/sstate:fontconfig-native::2.15.0:r0::12:dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://60/9a/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:609a231ae14b1d48928bbc24c2c5a0fd91e55a14428d9b3de94921c149bccea8_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/8c/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:fa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0_package.tar.zst\nDEBUG: Testing URL file://82/5f/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://08/2c/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5_packagedata.tar.zst\nDEBUG: Using  for b7/3f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941_packagedata.tar.zst\nDEBUG: For url file://universal/d1/cd/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d1/cd/sstate%3Apython3-wheel-native%3Ax86_64-linux%3A0.43.0%3Ar0%3Ax86_64%3A12%3Ad1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16_create_spdx.tar.zst;downloadfilename=universal/d1/cd/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16_create_spdx.tar.zst\nDEBUG: Testing URL file://d3/10/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c_create_package_spdx.tar.zst\nDEBUG: Testing URL file://6a/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/49/a1/sstate:libxrandr-native:x86_64-linux:1.5.4:r0:x86_64:12:49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c_create_spdx.tar.zst\nDEBUG: Using  for universal/7d/78/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0_recipe_qa.tar.zst\nDEBUG: Searching for db/d2/sstate:fontconfig-native::2.15.0:r0::12:dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/de/59/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd_create_spdx.tar.zst\nDEBUG: Searching for fa/8c/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:fa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '82/5f/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e_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', '', '08/2c/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://b7/3f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd3/10/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6a/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957_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/40/36/sstate:shaderc-native:x86_64-linux:2024.1:r0:x86_64:12:4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8c/d7/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/7d/78/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0_recipe_qa.tar.zst\nDEBUG: Using  for db/d2/sstate:fontconfig-native::2.15.0:r0::12:dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625_populate_lic.tar.zst\nDEBUG: Searching for universal/de/59/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fa/8c/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:fa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0_package.tar.zst\nDEBUG: For url file://82/5f/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/5f/sstate%3Alame%3Acore2-64-poky-linux%3A3.100%3Ar0%3Acore2-64%3A12%3A825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e_package_write_rpm.tar.zst;downloadfilename=82/5f/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e_package_write_rpm.tar.zst\nDEBUG: For url file://08/2c/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/2c/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A12%3A082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5_packagedata.tar.zst;downloadfilename=08/2c/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b7/3f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d3/10/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/10/sstate%3Aed%3Acore2-64-poky-linux%3A1.20.2%3Ar0%3Acore2-64%3A12%3Ad31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c_create_package_spdx.tar.zst;downloadfilename=d3/10/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c_create_package_spdx.tar.zst\nDEBUG: For url file://6a/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/d6/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957_populate_sysroot.tar.zst;downloadfilename=6a/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/41/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f_create_package_spdx.tar.zst\nDEBUG: Searching for universal/8c/d7/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/7d/78/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://db/d2/sstate:fontconfig-native::2.15.0:r0::12:dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625_populate_lic.tar.zst\nDEBUG: Using  for universal/de/59/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd_create_spdx.tar.zst\nDEBUG: Testing URL file://fa/8c/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:fa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0_package.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/62/c5/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781_create_spdx.tar.zst\nDEBUG: For url file://b7/3f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/3f/sstate%3Arpm%3Acore2-64-poky-linux%3A4.19.1.1%3Ar0%3Acore2-64%3A12%3Ab73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941_packagedata.tar.zst;downloadfilename=b7/3f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941_packagedata.tar.zst\nDEBUG: Searching for 7c/41/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://05/ec/sstate:libxtst:core2-64-poky-linux:1.2.4:r0:core2-64:12:05ecf642e1723df4f916aabba11d784dec81a6c0ad7b9d1c6811db746914a0a6_package_write_deb.tar.zst\nDEBUG: Using  for universal/8c/d7/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7_recipe_qa.tar.zst\nDEBUG: For url file://universal/7d/78/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/78/sstate%3Apython3-pathspec-native%3Ax86_64-linux%3A0.12.1%3Ar0%3Ax86_64%3A12%3A7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0_recipe_qa.tar.zst;downloadfilename=universal/7d/78/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'db/d2/sstate:fontconfig-native::2.15.0:r0::12:dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625_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://02/99/sstate:gnupg:core2-64-poky-linux:2.4.5:r0:core2-64:12:0299bc93f06daee9e08932cc5b4aa06c3677e7d5c0a0bf9adec2b80c8fc87618_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/de/59/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fa/8c/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:fa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0_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/d3/10/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6_create_package_spdx.tar.zst\nDEBUG: Using  for 7c/41/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/4a/39/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d1/cd/sstate:python3-wheel-native:x86_64-linux:0.43.0:r0:x86_64:12:d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/8c/d7/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7_recipe_qa.tar.zst\nDEBUG: For url file://db/d2/sstate:fontconfig-native::2.15.0:r0::12:dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/d2/sstate%3Afontconfig-native%3A%3A2.15.0%3Ar0%3A%3A12%3Adbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625_populate_lic.tar.zst;downloadfilename=db/d2/sstate:fontconfig-native::2.15.0:r0::12:dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://82/5f/sstate:lame:core2-64-poky-linux:3.100:r0:core2-64:12:825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/c3/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/de/59/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd_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/8c/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:fa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/8c/sstate%3Adebugedit%3Acore2-64-poky-linux%3A5.0%3Ar0%3Acore2-64%3A12%3Afa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0_package.tar.zst;downloadfilename=fa/8c/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:fa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0_package.tar.zst\nDEBUG: Searching for universal/d3/10/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://7c/41/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f_create_package_spdx.tar.zst\nDEBUG: Searching for universal/4a/39/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/8c/d7/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7_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://b4/7c/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e_package_write_rpm.tar.zst\nDEBUG: Searching for 0b/c3/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://08/2c/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5_packagedata.tar.zst\nDEBUG: For url file://universal/de/59/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/de/59/sstate%3Aca-certificates-native%3Ax86_64-linux%3A20211016%3Ar0%3Ax86_64%3A12%3Ade59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd_create_spdx.tar.zst;downloadfilename=universal/de/59/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd_create_spdx.tar.zst\nDEBUG: Using  for universal/d3/10/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '7c/41/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f_create_package_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://d3/10/sstate:ed:core2-64-poky-linux:1.20.2:r0:core2-64:12:d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c_create_package_spdx.tar.zst\nDEBUG: Using  for universal/4a/39/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90_create_spdx.tar.zst\nDEBUG: Searching for 2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/8c/d7/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8c/d7/sstate%3Agdk-pixbuf-native%3Ax86_64-linux%3A2.42.12%3Ar0%3Ax86_64%3A12%3A8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7_recipe_qa.tar.zst;downloadfilename=universal/8c/d7/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7_recipe_qa.tar.zst\nDEBUG: Searching for b4/7c/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 0b/c3/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://81/9a/sstate:libarchive-native::3.7.4:r0::12:819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/d3/10/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6_create_package_spdx.tar.zst\nDEBUG: For url file://7c/41/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/41/sstate%3Alibxau%3Acore2-64-poky-linux%3A1.0.11%3Ar0%3Acore2-64%3A12%3A7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f_create_package_spdx.tar.zst;downloadfilename=7c/41/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://09/fe/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388_package_qa.tar.zst\nDEBUG: Testing URL file://universal/4a/39/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90_create_spdx.tar.zst\nDEBUG: Using  for 2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst\nDEBUG: Using  for b4/7c/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/d6/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:6ad6586ba2ac38475273036eff8ea504b764440421a12af41bf7cfaeeafd1957_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b7/3f/sstate:rpm:core2-64-poky-linux:4.19.1.1:r0:core2-64:12:b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941_packagedata.tar.zst\nDEBUG: Testing URL file://0b/c3/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d_populate_sysroot.tar.zst\nDEBUG: Searching for 81/9a/sstate:libarchive-native::3.7.4:r0::12:819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/d3/10/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 09/fe/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/4a/39/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/7d/78/sstate:python3-pathspec-native:x86_64-linux:0.12.1:r0:x86_64:12:7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0_recipe_qa.tar.zst\nDEBUG: Testing URL file://b4/7c/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://36/59/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b_package.tar.zst\nDEBUG: SState: Attempting to fetch file://67/c5/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '0b/c3/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 81/9a/sstate:libarchive-native::3.7.4:r0::12:819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700_populate_lic.tar.zst\nDEBUG: For url file://universal/d3/10/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d3/10/sstate%3Alibxau-native%3Ax86_64-linux%3A1.0.11%3Ar0%3Ax86_64%3A12%3Ad310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6_create_package_spdx.tar.zst;downloadfilename=universal/d3/10/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6_create_package_spdx.tar.zst\nDEBUG: Using  for 09/fe/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388_package_qa.tar.zst\nDEBUG: For url file://universal/4a/39/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/4a/39/sstate%3Alibxml-simple-perl-native%3Ax86_64-linux%3A2.25%3Ar0%3Ax86_64%3A12%3A4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90_create_spdx.tar.zst;downloadfilename=universal/4a/39/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_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://e0/08/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b4/7c/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 36/59/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 67/c5/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://0b/c3/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/c3/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d_populate_sysroot.tar.zst;downloadfilename=0b/c3/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d_populate_sysroot.tar.zst\nDEBUG: Testing URL file://81/9a/sstate:libarchive-native::3.7.4:r0::12:819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700_populate_lic.tar.zst\nDEBUG: Testing URL file://09/fe/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388_package_qa.tar.zst\nDEBUG: For url file://2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/2c/sstate%3Aperf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst;downloadfilename=2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst\nDEBUG: Searching for e0/08/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://db/d2/sstate:fontconfig-native::2.15.0:r0::12:dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625_populate_lic.tar.zst\nDEBUG: For url file://b4/7c/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/7c/sstate%3Alibedit%3Acore2-64-poky-linux%3A20240517-3.1%3Ar0%3Acore2-64%3A12%3Ab47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e_package_write_rpm.tar.zst;downloadfilename=b4/7c/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/8c/sstate:debugedit:core2-64-poky-linux:5.0:r0:core2-64:12:fa8c802a8798b559bf94efd1fd7d16a640f8c383534861ccecba6e5c7f2b66a0_package.tar.zst\nDEBUG: Using  for 36/59/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b_package.tar.zst\nDEBUG: Using  for 67/c5/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '81/9a/sstate:libarchive-native::3.7.4:r0::12:819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700_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/fe/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388_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/de/59/sstate:ca-certificates-native:x86_64-linux:20211016:r0:x86_64:12:de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd_create_spdx.tar.zst\nDEBUG: Using  for e0/08/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://7c/41/sstate:libxau:core2-64-poky-linux:1.0.11:r0:core2-64:12:7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://90/41/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/d0/6e/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://36/59/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b_package.tar.zst\nDEBUG: Testing URL file://67/c5/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e_package_write_ipk.tar.zst\nDEBUG: For url file://81/9a/sstate:libarchive-native::3.7.4:r0::12:819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/81/9a/sstate%3Alibarchive-native%3A%3A3.7.4%3Ar0%3A%3A12%3A819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700_populate_lic.tar.zst;downloadfilename=81/9a/sstate:libarchive-native::3.7.4:r0::12:819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d3/10/sstate:libxau-native:x86_64-linux:1.0.11:r0:x86_64:12:d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6_create_package_spdx.tar.zst\nDEBUG: For url file://09/fe/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/fe/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A12%3A09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388_package_qa.tar.zst;downloadfilename=09/fe/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/4a/39/sstate:libxml-simple-perl-native:x86_64-linux:2.25:r0:x86_64:12:4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/c3/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:0bc345604c27ff9b3527fe6dc006ee2991549f27ad02f8eefbe74816ebc3b62d_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://5a/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9_package_write_deb.tar.zst\nDEBUG: Testing URL file://e0/08/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://b7/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55_recipe_qa.tar.zst\nDEBUG: Searching for 90/41/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/d0/6e/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '36/59/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: checkstatus: trying again\nDEBUG: For url ['file', '', '67/c5/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e_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://2c/9e/sstate:python3-importlib-metadata-native::7.1.0:r0::12:2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/7c/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/e8/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://3e/e3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106_packagedata.tar.zst\nDEBUG: Searching for 5a/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'e0/08/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for b7/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 90/41/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9_package_write_ipk.tar.zst\nDEBUG: Using  for universal/d0/6e/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b_create_package_spdx.tar.zst\nDEBUG: For url file://36/59/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/36/59/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A12%3A365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b_package.tar.zst;downloadfilename=36/59/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b_package.tar.zst\nDEBUG: For url file://67/c5/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/c5/sstate%3Apython3-atomicwrites%3Acore2-64-poky-linux%3A1.4.1%3Ar0%3Acore2-64%3A12%3A67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e_package_write_ipk.tar.zst;downloadfilename=67/c5/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e_package_write_ipk.tar.zst\nDEBUG: Searching for 2c/9e/sstate:python3-importlib-metadata-native::7.1.0:r0::12:2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4d/b7/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d_package_qa.tar.zst\nDEBUG: Searching for 8f/e8/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3e/e3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5a/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9_package_write_deb.tar.zst\nDEBUG: For url file://e0/08/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/08/sstate%3Aunzip%3Acore2-64-poky-linux%3A6.0%3Ar0%3Acore2-64%3A12%3Ae008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff_package_write_deb.tar.zst;downloadfilename=e0/08/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://81/9a/sstate:libarchive-native::3.7.4:r0::12:819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700_populate_lic.tar.zst\nDEBUG: Using  for b7/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55_recipe_qa.tar.zst\nDEBUG: Testing URL file://90/41/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/d0/6e/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://09/fe/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388_package_qa.tar.zst\nDEBUG: Using  for 2c/9e/sstate:python3-importlib-metadata-native::7.1.0:r0::12:2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f_populate_lic.tar.zst\nDEBUG: Searching for 4d/b7/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst: HTTP Error 404: Not Found\nDEBUG: Using  for 8f/e8/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f_package_write_deb.tar.zst\nDEBUG: Using  for 3e/e3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106_packagedata.tar.zst\nDEBUG: Testing URL file://5a/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/76/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:e076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d_package_write_ipk.tar.zst\nDEBUG: Testing URL file://b7/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '90/41/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9_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', '', 'universal/d0/6e/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b_create_package_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://df/40/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://2c/9e/sstate:python3-importlib-metadata-native::7.1.0:r0::12:2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f_populate_lic.tar.zst\nDEBUG: Using  for 4d/b7/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d_package_qa.tar.zst\nDEBUG: Testing URL file://8f/e8/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f_package_write_deb.tar.zst\nDEBUG: Testing URL file://3e/e3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106_packagedata.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst (FetchError(\"URL doesn't work\", 'file://2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst'. URL doesn't work\n\nDEBUG: For url ['file', '', '5a/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e0/76/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:e076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b7/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55_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/41/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/41/sstate%3Alibrsvg%3Acore2-64-poky-linux%3A2.57.1%3Ar0%3Acore2-64%3A12%3A904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9_package_write_ipk.tar.zst;downloadfilename=90/41/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://67/c5/sstate:python3-atomicwrites:core2-64-poky-linux:1.4.1:r0:core2-64:12:67c5ac939ceb88b4a5cdbcffe88768ae4432e0de21f51af73c2ab6093707ee5e_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://36/59/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:365900974b7c203c81cb507c210f328b8cc7c4bf75da770025c290104b506a9b_package.tar.zst\nDEBUG: For url file://universal/d0/6e/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/d0/6e/sstate%3Alibxshmfence-native%3Ax86_64-linux%3A1.3.2%3Ar0%3Ax86_64%3A12%3Ad06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b_create_package_spdx.tar.zst;downloadfilename=universal/d0/6e/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b_create_package_spdx.tar.zst\nDEBUG: Searching for df/40/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2c/9e/sstate:python3-importlib-metadata-native::7.1.0:r0::12:2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://4d/b7/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d_package_qa.tar.zst\nDEBUG: For url ['file', '', '8f/e8/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f_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', '', '3e/e3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106_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://2f/9a/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://5a/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5a/72/sstate%3Apackagegroup-base%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9_package_write_deb.tar.zst;downloadfilename=5a/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9_package_write_deb.tar.zst\nDEBUG: Using  for e0/76/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:e076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d_package_write_ipk.tar.zst\nDEBUG: For url file://b7/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b7/f5/sstate%3Adiffstat%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3Ab7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55_recipe_qa.tar.zst;downloadfilename=b7/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/08/sstate:unzip:core2-64-poky-linux:6.0:r0:core2-64:12:e008d1d3262ffa2ea5773b1317ba0fe187fef55362c22090d19f48ad81205fff_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://7c/20/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fe/f7/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075_populate_sysroot.tar.zst\nDEBUG: Using  for df/40/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://2c/9e/sstate:python3-importlib-metadata-native::7.1.0:r0::12:2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/9e/sstate%3Apython3-importlib-metadata-native%3A%3A7.1.0%3Ar0%3A%3A12%3A2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f_populate_lic.tar.zst;downloadfilename=2c/9e/sstate:python3-importlib-metadata-native::7.1.0:r0::12:2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f_populate_lic.tar.zst\nDEBUG: For url ['file', '', '4d/b7/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://8f/e8/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/e8/sstate%3Altp%3Acore2-64-poky-linux%3A20240524%3Ar0%3Acore2-64%3A12%3A8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f_package_write_deb.tar.zst;downloadfilename=8f/e8/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f_package_write_deb.tar.zst\nDEBUG: For url file://3e/e3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3e/e3/sstate%3Alinux-libc-headers%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3A3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106_packagedata.tar.zst;downloadfilename=3e/e3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106_packagedata.tar.zst\nDEBUG: Searching for 2f/9a/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e0/76/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:e076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://98/8a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865_package_qa.tar.zst\nDEBUG: Searching for 7c/20/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c4/63/sstate:libgcrypt-native::1.10.3:r0::12:c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://90/41/sstate:librsvg:core2-64-poky-linux:2.57.1:r0:core2-64:12:904100db29e9ad1e8171886ee4e283627ac9909e7d8d8a907976331c54e134c9_package_write_ipk.tar.zst\nDEBUG: Searching for universal/fe/f7/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://df/40/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4d/b7/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/b7/sstate%3Alibtirpc%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d_package_qa.tar.zst;downloadfilename=4d/b7/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/d0/6e/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b_create_package_spdx.tar.zst\nDEBUG: Using  for 2f/9a/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5a/72/sstate:packagegroup-base:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e0/76/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:e076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 98/8a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://b7/f5/sstate:diffstat:core2-64-poky-linux:1.66:r0:core2-64:12:b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55_recipe_qa.tar.zst\nDEBUG: Using  for 7c/20/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192_package.tar.zst\nDEBUG: SState: Attempting to fetch file://78/36/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://ba/48/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:ba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad_package_write_ipk.tar.zst\nDEBUG: Using  for universal/fe/f7/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'df/40/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1_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/e1/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a_packagedata.tar.zst\nDEBUG: Testing URL file://2f/9a/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://2c/9e/sstate:python3-importlib-metadata-native::7.1.0:r0::12:2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://12/6c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c_package_write_rpm.tar.zst\nDEBUG: For url file://e0/76/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:e076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/76/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A12%3Ae076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d_package_write_ipk.tar.zst;downloadfilename=e0/76/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:e076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d_package_write_ipk.tar.zst\nDEBUG: Using  for 98/8a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://fe/41/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9_package_write_rpm.tar.zst\nDEBUG: Testing URL file://7c/20/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192_package.tar.zst\nDEBUG: Searching for 78/36/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ba/48/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:ba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://3e/e3/sstate:linux-libc-headers:core2-64-poky-linux:6.9:r0:core2-64:12:3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106_packagedata.tar.zst\nDEBUG: Testing URL file://universal/fe/f7/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075_populate_sysroot.tar.zst\nDEBUG: For url file://df/40/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/df/40/sstate%3Agtk%2B3%3Acore2-64-poky-linux%3A3.24.42%3Ar0%3Acore2-64%3A12%3Adf403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1_deploy_source_date_epoch.tar.zst;downloadfilename=df/40/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://8f/e8/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:8fe81e077cc02ee310ca5f91518f0300ecc4edc9f61cf0b4ea9cc906c256909f_package_write_deb.tar.zst\nDEBUG: Searching for 97/e1/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '2f/9a/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0_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://47/3e/sstate:xtrans::1.5.0:r0::12:473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e_populate_lic.tar.zst\nDEBUG: Searching for 12/6c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://98/8a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865_package_qa.tar.zst\nDEBUG: Searching for fe/41/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '7c/20/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 78/36/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4_recipe_qa.tar.zst\nDEBUG: Using  for ba/48/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:ba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://50/f2/sstate:createrepo-c-native::1.1.2:r0::12:50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/fe/f7/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075_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/b7/sstate:libtirpc:core2-64-poky-linux:1.3.4:r0:core2-64:12:4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/54/6f/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92_create_package_spdx.tar.zst\nDEBUG: Using  for 97/e1/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a_packagedata.tar.zst\nDEBUG: For url file://2f/9a/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2f/9a/sstate%3Apython3-pluggy%3Acore2-64-poky-linux%3A1.5.0%3Ar0%3Acore2-64%3A12%3A2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0_deploy_source_date_epoch.tar.zst;downloadfilename=2f/9a/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 47/3e/sstate:xtrans::1.5.0:r0::12:473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 12/6c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '98/8a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for fe/41/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9_package_write_rpm.tar.zst\nDEBUG: For url file://7c/20/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7c/20/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A12%3A7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192_package.tar.zst;downloadfilename=7c/20/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192_package.tar.zst\nDEBUG: Testing URL file://78/36/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4_recipe_qa.tar.zst\nDEBUG: Testing URL file://ba/48/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:ba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad_package_write_ipk.tar.zst\nDEBUG: Searching for 50/f2/sstate:createrepo-c-native::1.1.2:r0::12:50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/fe/f7/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fe/f7/sstate%3Apython3-pathlib2-native%3Ax86_64-linux%3A2.3.7%3Ar0%3Ax86_64%3A12%3Afef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075_populate_sysroot.tar.zst;downloadfilename=universal/fe/f7/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e3/0e/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134_package_write_ipk.tar.zst\nDEBUG: Searching for universal/54/6f/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://97/e1/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/76/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:e076c615372e64c1478cb12fbc473e948aa4cb58f130a921bf08a591c703fd9d_package_write_ipk.tar.zst\nDEBUG: Using  for 47/3e/sstate:xtrans::1.5.0:r0::12:473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e_populate_lic.tar.zst\nDEBUG: Testing URL file://12/6c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c_package_write_rpm.tar.zst\nDEBUG: For url file://98/8a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/8a/sstate%3Aconnman-conf%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865_package_qa.tar.zst;downloadfilename=98/8a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865_package_qa.tar.zst\nDEBUG: Testing URL file://fe/41/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '78/36/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4_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/48/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:ba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 50/f2/sstate:createrepo-c-native::1.1.2:r0::12:50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35_populate_lic.tar.zst\nDEBUG: Searching for e3/0e/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/54/6f/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '97/e1/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a_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://e3/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:e3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc_package.tar.zst\nDEBUG: Testing URL file://47/3e/sstate:xtrans::1.5.0:r0::12:473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e_populate_lic.tar.zst\nDEBUG: For url ['file', '', '12/6c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c_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://2f/9a/sstate:python3-pluggy:core2-64-poky-linux:1.5.0:r0:core2-64:12:2f9a9d6169ddbebf3bf8f39a484c176ab2376a5395962f500900314613274de0_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fe/41/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9_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://78/36/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/78/36/sstate%3Apython3-dbusmock%3Acore2-64-poky-linux%3A0.31.1%3Ar0%3Acore2-64%3A12%3A7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4_recipe_qa.tar.zst;downloadfilename=78/36/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4_recipe_qa.tar.zst\nDEBUG: For url file://ba/48/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:ba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ba/48/sstate%3Adbus%3Acore2-64-poky-linux%3A1.14.10%3Ar0%3Acore2-64%3A12%3Aba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad_package_write_ipk.tar.zst;downloadfilename=ba/48/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:ba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad_package_write_ipk.tar.zst\nDEBUG: Testing URL file://50/f2/sstate:createrepo-c-native::1.1.2:r0::12:50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35_populate_lic.tar.zst\nDEBUG: Using  for e3/0e/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/54/6f/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92_create_package_spdx.tar.zst\nDEBUG: For url file://97/e1/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/e1/sstate%3Agmp%3Acore2-64-poky-linux%3A6.3.0%3Ar0%3Acore2-64%3A12%3A97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a_packagedata.tar.zst;downloadfilename=97/e1/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a_packagedata.tar.zst\nDEBUG: Searching for e3/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:e3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '47/3e/sstate:xtrans::1.5.0:r0::12:473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e_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://7c/20/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:7c207430239274e890270967dd1fc4cd0f2d64ea2ba47d562601a70f79dc6192_package.tar.zst\nDEBUG: For url file://12/6c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/6c/sstate%3Avte%3Acore2-64-poky-linux%3A0.74.2%3Ar0%3Acore2-64%3A12%3A126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c_package_write_rpm.tar.zst;downloadfilename=12/6c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/c1/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e_package_write_rpm.tar.zst\nDEBUG: For url file://fe/41/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fe/41/sstate%3Axprop%3Acore2-64-poky-linux%3A1.2.7%3Ar0%3Acore2-64%3A12%3Afe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9_package_write_rpm.tar.zst;downloadfilename=fe/41/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '50/f2/sstate:createrepo-c-native::1.1.2:r0::12:50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35_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/8a/sstate:connman-conf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fe/f7/sstate:python3-pathlib2-native:x86_64-linux:2.3.7:r0:x86_64:12:fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://df/40/sstate:gtk+3:core2-64-poky-linux:3.24.42:r0:core2-64:12:df403c5fa2f9c68e764ab210b0fa2979b3dc4eb066fcc24ed1b023b0aa65c2c1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://e3/0e/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/54/6f/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for e3/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:e3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc_package.tar.zst\nDEBUG: For url file://47/3e/sstate:xtrans::1.5.0:r0::12:473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/47/3e/sstate%3Axtrans%3A%3A1.5.0%3Ar0%3A%3A12%3A473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e_populate_lic.tar.zst;downloadfilename=47/3e/sstate:xtrans::1.5.0:r0::12:473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://01/70/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c_packagedata.tar.zst\nDEBUG: Searching for d6/c1/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://50/f2/sstate:createrepo-c-native::1.1.2:r0::12:50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/50/f2/sstate%3Acreaterepo-c-native%3A%3A1.1.2%3Ar0%3A%3A12%3A50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35_populate_lic.tar.zst;downloadfilename=50/f2/sstate:createrepo-c-native::1.1.2:r0::12:50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ba/48/sstate:dbus:core2-64-poky-linux:1.14.10:r0:core2-64:12:ba488de7d1a79fe3df74a16ebcbed725ec2cf579dffebca02ebeaf6682f3efad_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://78/36/sstate:python3-dbusmock:core2-64-poky-linux:0.31.1:r0:core2-64:12:7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/f9/sstate:libexif::0.6.24:r0::12:8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/4d/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a6/9f/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:a69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8c/d7/sstate:gdk-pixbuf-native:x86_64-linux:2.42.12:r0:x86_64:12:8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'e3/0e/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134_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://universal/54/6f/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/54/6f/sstate%3Apython3-pyproject-hooks-native%3Ax86_64-linux%3A1.0.0%3Ar0%3Ax86_64%3A12%3A546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92_create_package_spdx.tar.zst;downloadfilename=universal/54/6f/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e3/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:e3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc_package.tar.zst\nDEBUG: Searching for 01/70/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d6/c1/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://97/e1/sstate:gmp:core2-64-poky-linux:6.3.0:r0:core2-64:12:97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://12/6c/sstate:vte:core2-64-poky-linux:0.74.2:r0:core2-64:12:126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/2b/18/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fe/41/sstate:xprop:core2-64-poky-linux:1.2.7:r0:core2-64:12:fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/e9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a_package_qa.tar.zst\nDEBUG: Searching for 8b/f9/sstate:libexif::0.6.24:r0::12:8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 4d/4d/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/a6/9f/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:a69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://28/26/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e_packagedata.tar.zst\nDEBUG: For url file://e3/0e/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/0e/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.6%3Ar0%3Acore2-64%3A12%3Ae30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134_package_write_ipk.tar.zst;downloadfilename=e3/0e/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'e3/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:e3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 01/70/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c_packagedata.tar.zst\nDEBUG: Testing URL file://d6/c1/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3c/7b/sstate:libtraceevent::1.8.2:r0::12:3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/97/e4/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978_recipe_qa.tar.zst\nDEBUG: Searching for universal/2b/18/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://47/3e/sstate:xtrans::1.5.0:r0::12:473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://cd/aa/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458_package.tar.zst\nDEBUG: Searching for 9a/e9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 8b/f9/sstate:libexif::0.6.24:r0::12:8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f_populate_lic.tar.zst\nDEBUG: Using  for 4d/4d/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9_packagedata.tar.zst\nDEBUG: Testing URL file://4d/4d/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9_packagedata.tar.zst\nDEBUG: Searching for 28/26/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e3/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:e3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e3/fd/sstate%3Aglib-2.0%3Acore2-64-poky-linux%3A2.80.2%3Ar0%3Acore2-64%3A12%3Ae3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc_package.tar.zst;downloadfilename=e3/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:e3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc_package.tar.zst\nDEBUG: Testing URL file://01/70/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://50/f2/sstate:createrepo-c-native::1.1.2:r0::12:50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd6/c1/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3c/7b/sstate:libtraceevent::1.8.2:r0::12:3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/97/e4/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/2b/18/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/32/ad/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3_create_package_spdx.tar.zst\nDEBUG: Searching for cd/aa/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/54/6f/sstate:python3-pyproject-hooks-native:x86_64-linux:1.0.0:r0:x86_64:12:546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92_create_package_spdx.tar.zst\nDEBUG: Using  for 9a/e9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a_package_qa.tar.zst\nDEBUG: Testing URL file://8b/f9/sstate:libexif::0.6.24:r0::12:8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f_populate_lic.tar.zst\nDEBUG: Using  for universal/a6/9f/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:a69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '4d/4d/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 28/26/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e_packagedata.tar.zst\nDEBUG: For url ['file', '', '01/70/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c_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://a3/4c/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05_create_package_spdx.tar.zst\nDEBUG: For url file://d6/c1/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/c1/sstate%3Alibtheora%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3Ad6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e_package_write_rpm.tar.zst;downloadfilename=d6/c1/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e_package_write_rpm.tar.zst\nDEBUG: Using  for 3c/7b/sstate:libtraceevent::1.8.2:r0::12:3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25_populate_lic.tar.zst\nDEBUG: Using  for universal/97/e4/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/2b/18/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e_create_spdx.tar.zst\nDEBUG: Searching for universal/32/ad/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cd/aa/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458_package.tar.zst\nDEBUG: SState: Attempting to fetch file://57/c5/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608_package_qa.tar.zst\nDEBUG: Testing URL file://9a/e9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/0e/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:e30ea1c07c273daf002b2b79fe1c57adf87e733c7d0615347e5212c1799d5134_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '8b/f9/sstate:libexif::0.6.24:r0::12:8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f_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/a6/9f/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:a69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://4d/4d/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/4d/sstate%3Ago-helloworld%3Acore2-64-poky-linux%3A0.1%3Ar0%3Acore2-64%3A12%3A4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9_packagedata.tar.zst;downloadfilename=4d/4d/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9_packagedata.tar.zst\nDEBUG: Testing URL file://28/26/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e_packagedata.tar.zst\nDEBUG: For url file://01/70/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/70/sstate%3Acargo%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c_packagedata.tar.zst;downloadfilename=01/70/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c_packagedata.tar.zst\nDEBUG: Searching for a3/4c/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://3c/7b/sstate:libtraceevent::1.8.2:r0::12:3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/97/e4/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/2b/18/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/32/ad/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://cd/aa/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458_package.tar.zst\nDEBUG: Searching for 57/c5/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '9a/e9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a_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://45/1f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e3/fd/sstate:glib-2.0:core2-64-poky-linux:2.80.2:r0:core2-64:12:e3fd31db7e47e03918767f8a6e55b2edece5f4a20e35bf1dd888288630990afc_package.tar.zst\nDEBUG: For url file://8b/f9/sstate:libexif::0.6.24:r0::12:8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/f9/sstate%3Alibexif%3A%3A0.6.24%3Ar0%3A%3A12%3A8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f_populate_lic.tar.zst;downloadfilename=8b/f9/sstate:libexif::0.6.24:r0::12:8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/a6/9f/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:a69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e_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/26/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for a3/4c/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '3c/7b/sstate:libtraceevent::1.8.2:r0::12:3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25_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/97/e4/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978_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/2b/18/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2b/18/sstate%3Apython3-native%3Ax86_64-linux%3A3.12.4%3Ar0%3Ax86_64%3A12%3A2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e_create_spdx.tar.zst;downloadfilename=universal/2b/18/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/32/ad/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'cd/aa/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 57/c5/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608_package_qa.tar.zst\nDEBUG: For url file://9a/e9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/e9/sstate%3Agcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3A9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a_package_qa.tar.zst;downloadfilename=9a/e9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a_package_qa.tar.zst\nDEBUG: Searching for 45/1f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d6/c1/sstate:libtheora:core2-64-poky-linux:1.1.1:r0:core2-64:12:d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://40/97/sstate:glib-2.0::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: For url file://universal/a6/9f/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:a69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a6/9f/sstate%3Alibssh2-native%3Ax86_64-linux%3A1.11.0%3Ar0%3Ax86_64%3A12%3Aa69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e_deploy_source_date_epoch.tar.zst;downloadfilename=universal/a6/9f/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:a69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://28/26/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/28/26/sstate%3Alibedit%3Acore2-64-poky-linux%3A20240517-3.1%3Ar0%3Acore2-64%3A12%3A2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e_packagedata.tar.zst;downloadfilename=28/26/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e_packagedata.tar.zst\nDEBUG: Testing URL file://a3/4c/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05_create_package_spdx.tar.zst\nDEBUG: For url file://3c/7b/sstate:libtraceevent::1.8.2:r0::12:3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3c/7b/sstate%3Alibtraceevent%3A%3A1.8.2%3Ar0%3A%3A12%3A3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25_populate_lic.tar.zst;downloadfilename=3c/7b/sstate:libtraceevent::1.8.2:r0::12:3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25_populate_lic.tar.zst\nDEBUG: For url file://universal/97/e4/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/97/e4/sstate%3Apython3-pygments-native%3Ax86_64-linux%3A2.18.0%3Ar0%3Ax86_64%3A12%3A97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978_recipe_qa.tar.zst;downloadfilename=universal/97/e4/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/32/ad/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://cd/aa/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cd/aa/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3Acdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458_package.tar.zst;downloadfilename=cd/aa/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458_package.tar.zst\nDEBUG: Testing URL file://57/c5/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/4d/sstate:go-helloworld:core2-64-poky-linux:0.1:r0:core2-64:12:4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9_packagedata.tar.zst\nDEBUG: Using  for 45/1f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://08/06/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://01/70/sstate:cargo:core2-64-poky-linux:1.75.0:r0:core2-64:12:0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c_packagedata.tar.zst\nDEBUG: Searching for 40/97/sstate:glib-2.0::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a3/4c/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05_create_package_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/f9/sstate:libexif::0.6.24:r0::12:8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f_populate_lic.tar.zst\nDEBUG: For url file://universal/32/ad/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/32/ad/sstate%3Abzip2-native%3Ax86_64-linux%3A1.0.8%3Ar0%3Ax86_64%3A12%3A32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3_create_package_spdx.tar.zst;downloadfilename=universal/32/ad/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/2b/18/sstate:python3-native:x86_64-linux:3.12.4:r0:x86_64:12:2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e_create_spdx.tar.zst\nDEBUG: For url ['file', '', '57/c5/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608_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://8e/fe/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28_create_spdx.tar.zst\nDEBUG: Testing URL file://45/1f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963_create_spdx.tar.zst\nDEBUG: Searching for 08/06/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9a/e9/sstate:gcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/25/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a_populate_sysroot.tar.zst\nDEBUG: Using  for 40/97/sstate:glib-2.0::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: For url file://a3/4c/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/4c/sstate%3Alibnl%3Acore2-64-poky-linux%3A3.9.0%3Ar0%3Acore2-64%3A12%3Aa34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05_create_package_spdx.tar.zst;downloadfilename=a3/4c/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://9c/1a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/64/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://28/26/sstate:libedit:core2-64-poky-linux:20240517-3.1:r0:core2-64:12:2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e_packagedata.tar.zst\nDEBUG: For url file://57/c5/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/c5/sstate%3Alibxml2%3Acore2-64-poky-linux%3A2.12.8%3Ar0%3Acore2-64%3A12%3A57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608_package_qa.tar.zst;downloadfilename=57/c5/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608_package_qa.tar.zst\nDEBUG: Searching for 8e/fe/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '45/1f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 08/06/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/46/30/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6_create_spdx.tar.zst\nDEBUG: Searching for 7d/25/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://40/97/sstate:glib-2.0::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a6/9f/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:a69fc73c0d1b414e2abae6cd467fdb0313441bef88526a62c4d6c8ae6eee6c4e_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://3c/7b/sstate:libtraceevent::1.8.2:r0::12:3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/97/e4/sstate:python3-pygments-native:x86_64-linux:2.18.0:r0:x86_64:12:97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978_recipe_qa.tar.zst\nDEBUG: Searching for 9c/1a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://cd/aa/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:cdaa137f9c31c5c10be34eb78afefe258e07038b2df6eb557400b9c6e2efe458_package.tar.zst\nDEBUG: Searching for 4d/64/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://de/26/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:de2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9_populate_sysroot.tar.zst\nDEBUG: Using  for 8e/fe/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28_create_spdx.tar.zst\nDEBUG: For url file://45/1f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/1f/sstate%3Apackagegroup-core-tools-testapps%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963_create_spdx.tar.zst;downloadfilename=45/1f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/32/ad/sstate:bzip2-native:x86_64-linux:1.0.8:r0:x86_64:12:32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3_create_package_spdx.tar.zst\nDEBUG: Testing URL file://08/06/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70_packagedata.tar.zst\nDEBUG: Searching for universal/46/30/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7d/25/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '40/97/sstate:glib-2.0::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_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://2b/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://67/12/sstate:xcb-proto-native::1.17.0:r0::12:67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/8d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:b28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 9c/1a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b0/6e/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d_create_package_spdx.tar.zst\nDEBUG: Using  for 4d/64/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148_create_package_spdx.tar.zst\nDEBUG: Searching for de/26/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:de2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://8e/fe/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://f1/a7/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '08/06/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/46/30/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6_create_spdx.tar.zst\nDEBUG: Testing URL file://7d/25/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a_populate_sysroot.tar.zst\nDEBUG: For url file://40/97/sstate:glib-2.0::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/97/sstate%3Aglib-2.0%3A%3A2.80.2%3Ar0%3A%3A12%3A40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst;downloadfilename=40/97/sstate:glib-2.0::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: Searching for 2b/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 67/12/sstate:xcb-proto-native::1.17.0:r0::12:67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b2/8d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:b28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://9c/1a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5_recipe_qa.tar.zst\nDEBUG: Searching for universal/b0/6e/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a3/4c/sstate:libnl:core2-64-poky-linux:3.9.0:r0:core2-64:12:a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05_create_package_spdx.tar.zst\nDEBUG: Testing URL file://4d/64/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://57/c5/sstate:libxml2:core2-64-poky-linux:2.12.8:r0:core2-64:12:57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608_package_qa.tar.zst\nDEBUG: Using  for de/26/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:de2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '8e/fe/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for f1/a7/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://08/06/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/06/sstate%3Alua%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70_packagedata.tar.zst;downloadfilename=08/06/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70_packagedata.tar.zst\nDEBUG: Testing URL file://universal/46/30/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '7d/25/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 2b/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e_packagedata.tar.zst\nDEBUG: Using  for 67/12/sstate:xcb-proto-native::1.17.0:r0::12:67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543_populate_lic.tar.zst\nDEBUG: Using  for b2/8d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:b28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '9c/1a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/b0/6e/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/b0/6e/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '4d/64/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148_create_package_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://3f/0c/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233_package.tar.zst\nDEBUG: SState: Successful fetch test for file://45/1f/sstate:packagegroup-core-tools-testapps:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963_create_spdx.tar.zst\nDEBUG: Testing URL file://de/26/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:de2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9_populate_sysroot.tar.zst\nDEBUG: For url file://8e/fe/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/fe/sstate%3Aharfbuzz%3Acore2-64-poky-linux%3A8.5.0%3Ar0%3Acore2-64%3A12%3A8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28_create_spdx.tar.zst;downloadfilename=8e/fe/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28_create_spdx.tar.zst\nDEBUG: Using  for f1/a7/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/46/30/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6_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/25/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/25/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A12%3A7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a_populate_sysroot.tar.zst;downloadfilename=7d/25/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a_populate_sysroot.tar.zst\nDEBUG: Testing URL file://2b/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e_packagedata.tar.zst\nDEBUG: Testing URL file://67/12/sstate:xcb-proto-native::1.17.0:r0::12:67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543_populate_lic.tar.zst\nDEBUG: Testing URL file://b2/8d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:b28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://9c/1a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/1a/sstate%3Alibyaml%3Acore2-64-poky-linux%3A0.2.5%3Ar0%3Acore2-64%3A12%3A9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5_recipe_qa.tar.zst;downloadfilename=9c/1a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://72/74/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'universal/b0/6e/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://4d/64/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/64/sstate%3Ashadow%3Acore2-64-poky-linux%3A4.15.1%3Ar0%3Acore2-64%3A12%3A4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148_create_package_spdx.tar.zst;downloadfilename=4d/64/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148_create_package_spdx.tar.zst\nDEBUG: Searching for 3f/0c/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/12/d6/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'de/26/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:de2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9_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://40/97/sstate:glib-2.0::2.80.2:r0::12:40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979_populate_lic.tar.zst\nDEBUG: Testing URL file://f1/a7/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0_recipe_qa.tar.zst\nDEBUG: For url file://universal/46/30/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/46/30/sstate%3Apython3-iniparse-native%3Ax86_64-linux%3A0.5%3Ar0%3Ax86_64%3A12%3A4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6_create_spdx.tar.zst;downloadfilename=universal/46/30/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6_create_spdx.tar.zst\nDEBUG: For url ['file', '', '2b/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '67/12/sstate:xcb-proto-native::1.17.0:r0::12:67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543_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/8d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:b28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2_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 72/74/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/b0/6e/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b0/6e/sstate%3Apython3-hatchling-native%3Ax86_64-linux%3A1.24.2%3Ar0%3Ax86_64%3A12%3Ab06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d_create_package_spdx.tar.zst;downloadfilename=universal/b0/6e/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://08/06/sstate:lua:core2-64-poky-linux:5.4.6:r0:core2-64:12:080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70_packagedata.tar.zst\nDEBUG: Using  for 3f/0c/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233_package.tar.zst\nDEBUG: Searching for universal/12/d6/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://de/26/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:de2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/de/26/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A12%3Ade2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9_populate_sysroot.tar.zst;downloadfilename=de/26/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:de2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://44/bc/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98_package_qa.tar.zst\nDEBUG: For url ['file', '', 'f1/a7/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0_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://8e/fe/sstate:harfbuzz:core2-64-poky-linux:8.5.0:r0:core2-64:12:8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28_create_spdx.tar.zst\nDEBUG: For url file://2b/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2b/d5/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.12%3Ar0%3Aallarch%3A12%3A2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e_packagedata.tar.zst;downloadfilename=2b/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e_packagedata.tar.zst\nDEBUG: For url file://67/12/sstate:xcb-proto-native::1.17.0:r0::12:67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/67/12/sstate%3Axcb-proto-native%3A%3A1.17.0%3Ar0%3A%3A12%3A67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543_populate_lic.tar.zst;downloadfilename=67/12/sstate:xcb-proto-native::1.17.0:r0::12:67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543_populate_lic.tar.zst\nDEBUG: For url file://b2/8d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:b28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/8d/sstate%3Alibfontenc%3Acore2-64-poky-linux%3A1.1.8%3Ar0%3Acore2-64%3A12%3Ab28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2_deploy_source_date_epoch.tar.zst;downloadfilename=b2/8d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:b28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 72/74/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/2c/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/25/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://9c/1a/sstate:libyaml:core2-64-poky-linux:0.2.5:r0:core2-64:12:9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5_recipe_qa.tar.zst\nDEBUG: Testing URL file://3f/0c/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233_package.tar.zst\nDEBUG: Using  for universal/12/d6/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08_create_package_spdx.tar.zst\nDEBUG: Searching for 44/bc/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f1/a7/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f1/a7/sstate%3Alibseccomp%3Acore2-64-poky-linux%3A2.5.5%3Ar0%3Acore2-64%3A12%3Af1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0_recipe_qa.tar.zst;downloadfilename=f1/a7/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/64/sstate:shadow:core2-64-poky-linux:4.15.1:r0:core2-64:12:4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b5/18/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://72/74/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/46/30/sstate:python3-iniparse-native:x86_64-linux:0.5:r0:x86_64:12:4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6_create_spdx.tar.zst\nDEBUG: Searching for e8/2c/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/b0/6e/sstate:python3-hatchling-native:x86_64-linux:1.24.2:r0:x86_64:12:b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/10/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/18/sstate:zlib::1.3.1:r0::12:3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992_populate_lic.tar.zst\nDEBUG: For url ['file', '', '3f/0c/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://universal/12/d6/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08_create_package_spdx.tar.zst\nDEBUG: Using  for 44/bc/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://de/26/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:de2618c1fa1058f831c677c7c826bc609702f9bd62f49e17583e506b711bf3d9_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://82/f6/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797_create_spdx.tar.zst\nDEBUG: Searching for universal/b5/18/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '72/74/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a_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://67/12/sstate:xcb-proto-native::1.17.0:r0::12:67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://29/90/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4_populate_sysroot.tar.zst\nDEBUG: Using  for e8/2c/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://f2/3f/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6_package_qa.tar.zst\nDEBUG: Searching for 6c/10/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 3b/18/sstate:zlib::1.3.1:r0::12:3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://3f/0c/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3f/0c/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A12%3A3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233_package.tar.zst;downloadfilename=3f/0c/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233_package.tar.zst\nDEBUG: For url ['file', '', 'universal/12/d6/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://44/bc/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2b/d5/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://ff/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst\nDEBUG: Searching for 82/f6/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/b5/18/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9_populate_sysroot.tar.zst\nDEBUG: For url file://72/74/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/72/74/sstate%3Alibusb1%3Acore2-64-poky-linux%3A1.0.27%3Ar0%3Acore2-64%3A12%3A7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a_populate_sysroot.tar.zst;downloadfilename=72/74/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://96/67/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191_package_write_deb.tar.zst\nDEBUG: Searching for 29/90/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e8/2c/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1_packagedata.tar.zst\nDEBUG: Searching for f2/3f/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6c/10/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b_create_spdx.tar.zst\nDEBUG: Using  for 3b/18/sstate:zlib::1.3.1:r0::12:3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/8d/sstate:libfontenc:core2-64-poky-linux:1.1.8:r0:core2-64:12:b28df587571425c2d4d0681696407c96572b2c1d8aef3974b1584586424fb8b2_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://universal/12/d6/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/12/d6/sstate%3Adpkg-native%3Ax86_64-linux%3A1.22.6%3Ar0%3Ax86_64%3A12%3A12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08_create_package_spdx.tar.zst;downloadfilename=universal/12/d6/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '44/bc/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98_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://6f/4e/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb_package_qa.tar.zst\nDEBUG: Searching for ff/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 82/f6/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/b5/18/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9_populate_sysroot.tar.zst\nDEBUG: Searching for 96/67/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f1/a7/sstate:libseccomp:core2-64-poky-linux:2.5.5:r0:core2-64:12:f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0_recipe_qa.tar.zst\nDEBUG: Using  for 29/90/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'e8/2c/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for f2/3f/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6_package_qa.tar.zst\nDEBUG: Testing URL file://6c/10/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b_create_spdx.tar.zst\nDEBUG: Testing URL file://3b/18/sstate:zlib::1.3.1:r0::12:3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/76/e2/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7_create_spdx.tar.zst\nDEBUG: For url file://44/bc/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/bc/sstate%3Al3afpad%3Acore2-64-poky-linux%3A0.8.18.1.11%2Bgit%3Ar0%3Acore2-64%3A12%3A44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98_package_qa.tar.zst;downloadfilename=44/bc/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98_package_qa.tar.zst\nDEBUG: Searching for 6f/4e/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ff/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst\nDEBUG: Testing URL file://82/f6/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/b5/18/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 96/67/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://09/5b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://29/90/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4_populate_sysroot.tar.zst\nDEBUG: For url file://e8/2c/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/2c/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Ae82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1_packagedata.tar.zst;downloadfilename=e8/2c/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1_packagedata.tar.zst\nDEBUG: Testing URL file://f2/3f/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3f/0c/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:3f0c37fac37c3f1f7d6bf7946cc9eddfe34a976d83afe5205d503cbba822b233_package.tar.zst\nDEBUG: For url ['file', '', '6c/10/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b_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/18/sstate:zlib::1.3.1:r0::12:3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for universal/76/e2/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 6f/4e/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb_package_qa.tar.zst\nDEBUG: Testing URL file://ff/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst\nDEBUG: For url ['file', '', '82/f6/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797_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://72/74/sstate:libusb1:core2-64-poky-linux:1.0.27:r0:core2-64:12:7274e4ff8e112cd105c5c029d06f33252b99e0aeaf5c30e2cefc96e3147b1f1a_populate_sysroot.tar.zst\nDEBUG: For url file://universal/b5/18/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b5/18/sstate%3Apython3-setuptools-native%3Ax86_64-linux%3A69.5.1%3Ar0%3Ax86_64%3A12%3Ab5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9_populate_sysroot.tar.zst;downloadfilename=universal/b5/18/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9_populate_sysroot.tar.zst\nDEBUG: Testing URL file://96/67/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191_package_write_deb.tar.zst\nDEBUG: Searching for 09/5b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '29/90/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'f2/3f/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6_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/12/d6/sstate:dpkg-native:x86_64-linux:1.22.6:r0:x86_64:12:12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://95/eb/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b_create_package_spdx.tar.zst\nDEBUG: For url file://6c/10/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/10/sstate%3Ampg123%3Acore2-64-poky-linux%3A1.32.6%3Ar0%3Acore2-64%3A12%3A6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b_create_spdx.tar.zst;downloadfilename=6c/10/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b_create_spdx.tar.zst\nDEBUG: For url file://3b/18/sstate:zlib::1.3.1:r0::12:3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/18/sstate%3Azlib%3A%3A1.3.1%3Ar0%3A%3A12%3A3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992_populate_lic.tar.zst;downloadfilename=3b/18/sstate:zlib::1.3.1:r0::12:3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992_populate_lic.tar.zst\nDEBUG: Using  for universal/76/e2/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7_create_spdx.tar.zst\nDEBUG: Testing URL file://6f/4e/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb_package_qa.tar.zst\nDEBUG: For url ['file', '', 'ff/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://82/f6/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/f6/sstate%3Agnutls%3Acore2-64-poky-linux%3A3.8.5%3Ar0%3Acore2-64%3A12%3A82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797_create_spdx.tar.zst;downloadfilename=82/f6/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/23/4f/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '96/67/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 09/5b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://29/90/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/29/90/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4_populate_sysroot.tar.zst;downloadfilename=29/90/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4_populate_sysroot.tar.zst\nDEBUG: For url file://f2/3f/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/3f/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3Af23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6_package_qa.tar.zst;downloadfilename=f2/3f/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://40/1e/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825_package_write_ipk.tar.zst\nDEBUG: Searching for 95/eb/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://44/bc/sstate:l3afpad:core2-64-poky-linux:0.8.18.1.11+git:r0:core2-64:12:44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98_package_qa.tar.zst\nDEBUG: Testing URL file://universal/76/e2/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7_create_spdx.tar.zst\nDEBUG: For url ['file', '', '6f/4e/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb_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/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ff/de/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Affde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst;downloadfilename=ff/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/2c/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1_packagedata.tar.zst\nDEBUG: Searching for universal/23/4f/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://96/67/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/96/67/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3A96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191_package_write_deb.tar.zst;downloadfilename=96/67/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191_package_write_deb.tar.zst\nDEBUG: Testing URL file://09/5b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 40/1e/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/b5/18/sstate:python3-setuptools-native:x86_64-linux:69.5.1:r0:x86_64:12:b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9_populate_sysroot.tar.zst\nDEBUG: Using  for 95/eb/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://76/45/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/76/e2/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7_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/4e/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6f/4e/sstate%3Avulkan-loader%3Acore2-64-poky-linux%3A1.3.283.0%3Ar0%3Acore2-64%3A12%3A6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb_package_qa.tar.zst;downloadfilename=6f/4e/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/18/sstate:zlib::1.3.1:r0::12:3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b0/77/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://6c/10/sstate:mpg123:core2-64-poky-linux:1.32.6:r0:core2-64:12:6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b_create_spdx.tar.zst\nDEBUG: Using  for universal/23/4f/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '09/5b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27_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/1e/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://82/f6/sstate:gnutls:core2-64-poky-linux:3.8.5:r0:core2-64:12:82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://44/7a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410_create_spdx.tar.zst\nDEBUG: Testing URL file://95/eb/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b_create_package_spdx.tar.zst\nDEBUG: Searching for 76/45/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/76/e2/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/76/e2/sstate%3Alibtasn1-native%3Ax86_64-linux%3A4.19.0%3Ar0%3Ax86_64%3A12%3A76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7_create_spdx.tar.zst;downloadfilename=universal/76/e2/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/8e/5c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/3f/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6_package_qa.tar.zst\nDEBUG: Searching for b0/77/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://e6/59/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:e65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/23/4f/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://09/5b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/09/5b/sstate%3Aautomake%3Acore2-64-poky-linux%3A1.16.5%3Ar0%3Acore2-64%3A12%3A095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27_deploy_source_date_epoch.tar.zst;downloadfilename=09/5b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://40/1e/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/25/sstate:alsa-lib-native::1.2.12:r0::12:fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b_populate_lic.tar.zst\nDEBUG: Searching for 44/7a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '95/eb/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 76/45/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693_recipe_qa.tar.zst\nDEBUG: checkstatus: trying again\nDEBUG: Searching for universal/8e/5c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://29/90/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:299004e6ab7def3c6a0839a2ece99265af06822c3fd7d153bfdc0b23e1bcecf4_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://b8/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36_package.tar.zst\nDEBUG: Using  for b0/77/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a_package_write_deb.tar.zst\nDEBUG: Searching for e6/59/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:e65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/23/4f/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73_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/1e/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fa/25/sstate:alsa-lib-native::1.2.12:r0::12:fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 44/7a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410_create_spdx.tar.zst\nDEBUG: For url file://95/eb/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/eb/sstate%3Aalsa-ucm-conf%3Aall-poky-linux%3A1.2.12%3Ar0%3Aallarch%3A12%3A95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b_create_package_spdx.tar.zst;downloadfilename=95/eb/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b_create_package_spdx.tar.zst\nDEBUG: Testing URL file://76/45/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693_recipe_qa.tar.zst\nDEBUG: Using  for universal/8e/5c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://63/e6/sstate:gstreamer1.0::1.24.4:r0::12:63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://96/67/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://6f/4e/sstate:vulkan-loader:core2-64-poky-linux:1.3.283.0:r0:core2-64:12:6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb_package_qa.tar.zst\nDEBUG: Searching for b8/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b0/77/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a_package_write_deb.tar.zst\nDEBUG: Using  for e6/59/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:e65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402_package_write_ipk.tar.zst\nDEBUG: For url file://universal/23/4f/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/23/4f/sstate%3Alibdrm-native%3Ax86_64-linux%3A2.4.120%3Ar0%3Ax86_64%3A12%3A234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73_deploy_source_date_epoch.tar.zst;downloadfilename=universal/23/4f/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://40/1e/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/40/1e/sstate%3Amake%3Acore2-64-poky-linux%3A4.4.1%3Ar0%3Acore2-64%3A12%3A401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825_package_write_ipk.tar.zst;downloadfilename=40/1e/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825_package_write_ipk.tar.zst\nDEBUG: Using  for fa/25/sstate:alsa-lib-native::1.2.12:r0::12:fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b_populate_lic.tar.zst\nDEBUG: Testing URL file://44/7a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410_create_spdx.tar.zst\nDEBUG: For url ['file', '', '76/45/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693_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/e2/sstate:libtasn1-native:x86_64-linux:4.19.0:r0:x86_64:12:76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/8e/5c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 63/e6/sstate:gstreamer1.0::1.24.4:r0::12:63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://12/fa/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/33/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09_packagedata.tar.zst\nDEBUG: Using  for b8/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36_package.tar.zst\nDEBUG: For url ['file', '', 'b0/77/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a_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://e6/59/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:e65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://09/5b/sstate:automake:core2-64-poky-linux:1.16.5:r0:core2-64:12:095bdc22a27456590329efd7db51268495eebe2a2bb40337406286d607da3e27_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://fa/25/sstate:alsa-lib-native::1.2.12:r0::12:fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b_populate_lic.tar.zst\nDEBUG: For url ['file', '', '44/7a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://76/45/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/76/45/sstate%3Apackagegroup-core-x11-base%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693_recipe_qa.tar.zst;downloadfilename=76/45/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693_recipe_qa.tar.zst\nDEBUG: checkstatus() urlopen failed for http://cdn.jsdelivr.net/yocto/sstate/all/ff/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst: HTTP Error 404: Not Found\nDEBUG: SState: Attempting to fetch file://db/13/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:db13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'universal/8e/5c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0_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 63/e6/sstate:gstreamer1.0::1.24.4:r0::12:63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d_populate_lic.tar.zst\nDEBUG: Searching for 12/fa/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for dc/33/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b8/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36_package.tar.zst\nDEBUG: For url file://b0/77/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b0/77/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3Ab077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a_package_write_deb.tar.zst;downloadfilename=b0/77/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'e6/59/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:e65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402_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://95/eb/sstate:alsa-ucm-conf:all-poky-linux:1.2.12:r0:allarch:12:95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/8b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'fa/25/sstate:alsa-lib-native::1.2.12:r0::12:fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b_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/7a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/44/7a/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A12%3A447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410_create_spdx.tar.zst;downloadfilename=44/7a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410_create_spdx.tar.zst\nDEBUG: Searching for db/13/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:db13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/8e/5c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/8e/5c/sstate%3Alibxshmfence-native%3Ax86_64-linux%3A1.3.2%3Ar0%3Ax86_64%3A12%3A8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0_deploy_source_date_epoch.tar.zst;downloadfilename=universal/8e/5c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://ff/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst (FetchError(\"URL doesn't work\", 'file://ff/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://ff/de/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34_image_complete.tar.zst'. URL doesn't work\n\nDEBUG: Testing URL file://63/e6/sstate:gstreamer1.0::1.24.4:r0::12:63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d_populate_lic.tar.zst\nDEBUG: Using  for 12/fa/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf_package_qa.tar.zst\nDEBUG: Testing URL file://12/fa/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf_package_qa.tar.zst\nDEBUG: For url ['file', '', 'b8/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e6/59/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:e65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/59/sstate%3Apython3-more-itertools%3Acore2-64-poky-linux%3A10.3.0%3Ar0%3Acore2-64%3A12%3Ae65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402_package_write_ipk.tar.zst;downloadfilename=e6/59/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:e65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/f9/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/23/4f/sstate:libdrm-native:x86_64-linux:2.4.120:r0:x86_64:12:234f46b985fa34795a838c4cfd9c336cdfb43fbbc7c6439faf4bfef257699a73_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 6d/8b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://fa/25/sstate:alsa-lib-native::1.2.12:r0::12:fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/25/sstate%3Aalsa-lib-native%3A%3A1.2.12%3Ar0%3A%3A12%3Afa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b_populate_lic.tar.zst;downloadfilename=fa/25/sstate:alsa-lib-native::1.2.12:r0::12:fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b_populate_lic.tar.zst\nDEBUG: Using  for db/13/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:db13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://40/1e/sstate:make:core2-64-poky-linux:4.4.1:r0:core2-64:12:401eaf52ae84d089d1d4ad755a99184e0341c8f01e859d6ce30771f83391e825_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://57/e5/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://76/45/sstate:packagegroup-core-x11-base:all-poky-linux:1.0:r0:allarch:12:7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '63/e6/sstate:gstreamer1.0::1.24.4:r0::12:63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for dc/33/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09_packagedata.tar.zst\nDEBUG: For url ['file', '', '12/fa/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b8/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/c8/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.4%3Ar0%3Acore2-64%3A12%3Ab8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36_package.tar.zst;downloadfilename=b8/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36_package.tar.zst\nDEBUG: Searching for c5/f9/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1f/3e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463_recipe_qa.tar.zst\nDEBUG: Using  for 6d/8b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://b0/77/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b077379dc961cf6550bbbad5e03ea4e1ee919d89cb52980d7f63b80067a8a18a_package_write_deb.tar.zst\nDEBUG: Testing URL file://db/13/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:db13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://44/7a/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://07/29/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011_package.tar.zst\nDEBUG: Searching for 57/e5/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://9c/fd/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1_package_qa.tar.zst\nDEBUG: For url file://63/e6/sstate:gstreamer1.0::1.24.4:r0::12:63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/e6/sstate%3Agstreamer1.0%3A%3A1.24.4%3Ar0%3A%3A12%3A63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d_populate_lic.tar.zst;downloadfilename=63/e6/sstate:gstreamer1.0::1.24.4:r0::12:63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d_populate_lic.tar.zst\nDEBUG: Testing URL file://dc/33/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09_packagedata.tar.zst\nDEBUG: For url file://12/fa/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/fa/sstate%3Alibxi%3Acore2-64-poky-linux%3A1.8.1%3Ar0%3Acore2-64%3A12%3A12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf_package_qa.tar.zst;downloadfilename=12/fa/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf_package_qa.tar.zst\nDEBUG: Using  for c5/f9/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/8e/5c/sstate:libxshmfence-native:x86_64-linux:1.3.2:r0:x86_64:12:8e5c8b7618855edebbab641fb79020d8113dfee507b3b43941a1865046937ca0_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 1f/3e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6d/8b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://1e/c4/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'db/13/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:db13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a_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://15/82/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d_create_spdx.tar.zst\nDEBUG: Searching for 07/29/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 57/e5/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c_recipe_qa.tar.zst\nDEBUG: Searching for 9c/fd/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'dc/33/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09_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://e6/59/sstate:python3-more-itertools:core2-64-poky-linux:10.3.0:r0:core2-64:12:e65973808d4634000a807a55b638e9218515086c04ff6179a6e8ebda69ddd402_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c5/f9/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/25/sstate:alsa-lib-native::1.2.12:r0::12:fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ec/4e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:ec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd_package_write_deb.tar.zst\nDEBUG: Using  for 1f/3e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '6d/8b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1e/c4/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://db/13/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:db13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/db/13/sstate%3Awayland-protocols%3Aall-poky-linux%3A1.36%3Ar0%3Aallarch%3A12%3Adb13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a_package_write_ipk.tar.zst;downloadfilename=db/13/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:db13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a_package_write_ipk.tar.zst\nDEBUG: Searching for 15/82/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 07/29/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011_package.tar.zst\nDEBUG: Testing URL file://57/e5/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c_recipe_qa.tar.zst\nDEBUG: Using  for 9c/fd/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1_package_qa.tar.zst\nDEBUG: For url file://dc/33/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/33/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A12%3Adc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09_packagedata.tar.zst;downloadfilename=dc/33/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6e/e4/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'c5/f9/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de_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://11/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5_recipe_qa.tar.zst\nDEBUG: Searching for ec/4e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:ec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1f/3e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463_recipe_qa.tar.zst\nDEBUG: For url file://6d/8b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/8b/sstate%3Apackagegroup-core-x11-sato%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9_create_spdx.tar.zst;downloadfilename=6d/8b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9_create_spdx.tar.zst\nDEBUG: Using  for 1e/c4/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e_package_write_rpm.tar.zst\nDEBUG: Using  for 15/82/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d_create_spdx.tar.zst\nDEBUG: Testing URL file://07/29/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011_package.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/c8/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:b8c8fea37db985d11c423e4cb6033f38c10d7b672409b88bbcc2cbeb1b932b36_package.tar.zst\nDEBUG: For url ['file', '', '57/e5/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://9c/fd/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1_package_qa.tar.zst\nDEBUG: Searching for universal/6e/e4/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://12/fa/sstate:libxi:core2-64-poky-linux:1.8.1:r0:core2-64:12:12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf_package_qa.tar.zst\nDEBUG: For url file://c5/f9/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/f9/sstate%3Aautoconf%3Acore2-64-poky-linux%3A2.72e%3Ar0%3Acore2-64%3A12%3Ac5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de_create_spdx.tar.zst;downloadfilename=c5/f9/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://63/e6/sstate:gstreamer1.0::1.24.4:r0::12:63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d_populate_lic.tar.zst\nDEBUG: Searching for 11/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ec/4e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:ec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '1f/3e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1e/c4/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://15/82/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d_create_spdx.tar.zst\nDEBUG: For url ['file', '', '07/29/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011_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://cf/07/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f_packagedata.tar.zst\nDEBUG: For url file://57/e5/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/e5/sstate%3Abzip2%3Acore2-64-poky-linux%3A1.0.8%3Ar0%3Acore2-64%3A12%3A57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c_recipe_qa.tar.zst;downloadfilename=57/e5/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '9c/fd/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/6e/e4/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c2/2b/sstate:file::5.45:r0::12:c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://4d/e7/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://db/13/sstate:wayland-protocols:all-poky-linux:1.36:r0:allarch:12:db13ee99667cdb25493bbc9a9b75748347d4bdb8aa95938dff965c0730649d7a_package_write_ipk.tar.zst\nDEBUG: Using  for 11/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5_recipe_qa.tar.zst\nDEBUG: Testing URL file://ec/4e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:ec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd_package_write_deb.tar.zst\nDEBUG: For url file://1f/3e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/3e/sstate%3Alibvorbis%3Acore2-64-poky-linux%3A1.3.7%3Ar0%3Acore2-64%3A12%3A1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463_recipe_qa.tar.zst;downloadfilename=1f/3e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '1e/c4/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e_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/82/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d_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/29/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/07/29/sstate%3Aupdate-rc.d%3Aall-poky-linux%3A0.8%2Bgit%3Ar0%3Aallarch%3A12%3A07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011_package.tar.zst;downloadfilename=07/29/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011_package.tar.zst\nDEBUG: Searching for cf/07/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://9c/fd/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9c/fd/sstate%3Aelfutils%3Acore2-64-poky-linux%3A0.191%3Ar0%3Acore2-64%3A12%3A9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1_package_qa.tar.zst;downloadfilename=9c/fd/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1_package_qa.tar.zst\nDEBUG: Testing URL file://universal/6e/e4/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b_recipe_qa.tar.zst\nDEBUG: Searching for c2/2b/sstate:file::5.45:r0::12:c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://dc/33/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09_packagedata.tar.zst\nDEBUG: Searching for 4d/e7/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://0d/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://11/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'ec/4e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:ec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd_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://1e/c4/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1e/c4/sstate%3Apowertop%3Acore2-64-poky-linux%3A2.15%3Ar0%3Acore2-64%3A12%3A1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e_package_write_rpm.tar.zst;downloadfilename=1e/c4/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/8b/sstate:packagegroup-core-x11-sato:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9_create_spdx.tar.zst\nDEBUG: For url file://15/82/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/15/82/sstate%3Aca-certificates%3Aall-poky-linux%3A20211016%3Ar0%3Aallarch%3A12%3A158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d_create_spdx.tar.zst;downloadfilename=15/82/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d_create_spdx.tar.zst\nDEBUG: Using  for cf/07/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/f9/sstate:autoconf:core2-64-poky-linux:2.72e:r0:core2-64:12:c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/6e/e4/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c2/2b/sstate:file::5.45:r0::12:c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/77/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b_populate_sysroot.tar.zst\nDEBUG: Using  for 4d/e7/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227_create_spdx.tar.zst\nDEBUG: Searching for 0d/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '11/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5_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/e5/sstate:bzip2:core2-64-poky-linux:1.0.8:r0:core2-64:12:57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c_recipe_qa.tar.zst\nDEBUG: For url file://ec/4e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:ec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ec/4e/sstate%3Alibxcomposite%3Acore2-64-poky-linux%3A0.4.6%3Ar0%3Acore2-64%3A12%3Aec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd_package_write_deb.tar.zst;downloadfilename=ec/4e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:ec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://0b/c8/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9_package_write_deb.tar.zst\nDEBUG: Testing URL file://cf/07/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/3e/sstate:libvorbis:core2-64-poky-linux:1.3.7:r0:core2-64:12:1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://cf/11/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:cf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd_package_write_ipk.tar.zst\nDEBUG: For url file://universal/6e/e4/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6e/e4/sstate%3Alibxml2-native%3Ax86_64-linux%3A2.12.8%3Ar0%3Ax86_64%3A12%3A6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b_recipe_qa.tar.zst;downloadfilename=universal/6e/e4/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b_recipe_qa.tar.zst\nDEBUG: Testing URL file://c2/2b/sstate:file::5.45:r0::12:c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b_populate_lic.tar.zst\nDEBUG: Searching for 7a/77/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://4d/e7/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227_create_spdx.tar.zst\nDEBUG: Using  for 0d/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d_package_write_rpm.tar.zst\nDEBUG: For url file://11/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/65/sstate%3Aprocps%3Acore2-64-poky-linux%3A4.0.4%3Ar0%3Acore2-64%3A12%3A116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5_recipe_qa.tar.zst;downloadfilename=11/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://94/06/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://07/29/sstate:update-rc.d:all-poky-linux:0.8+git:r0:allarch:12:07291ff7b73203884499a6add2e62f44cc5c913b9a4909f26419dfdebe2a7011_package.tar.zst\nDEBUG: Searching for 0b/c8/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://9c/fd/sstate:elfutils:core2-64-poky-linux:0.191:r0:core2-64:12:9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1_package_qa.tar.zst\nDEBUG: For url ['file', '', 'cf/07/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f_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/08/20/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e_recipe_qa.tar.zst\nDEBUG: Searching for cf/11/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:cf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c2/2b/sstate:file::5.45:r0::12:c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 7a/77/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '4d/e7/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://0d/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d_package_write_rpm.tar.zst\nDEBUG: Searching for 94/06/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1e/c4/sstate:powertop:core2-64-poky-linux:2.15:r0:core2-64:12:1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/fb/70/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://15/82/sstate:ca-certificates:all-poky-linux:20211016:r0:allarch:12:158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d_create_spdx.tar.zst\nDEBUG: Using  for 0b/c8/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/d2/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063_packagedata.tar.zst\nDEBUG: For url file://cf/07/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/07/sstate%3Ashadow-securetty%3Aqemux86_64-poky-linux%3A4.6%3Ar0%3Aqemux86_64%3A12%3Acf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f_packagedata.tar.zst;downloadfilename=cf/07/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f_packagedata.tar.zst\nDEBUG: Searching for universal/08/20/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for cf/11/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:cf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd_package_write_ipk.tar.zst\nDEBUG: For url file://c2/2b/sstate:file::5.45:r0::12:c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c2/2b/sstate%3Afile%3A%3A5.45%3Ar0%3A%3A12%3Ac22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b_populate_lic.tar.zst;downloadfilename=c2/2b/sstate:file::5.45:r0::12:c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b_populate_lic.tar.zst\nDEBUG: Testing URL file://7a/77/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b_populate_sysroot.tar.zst\nDEBUG: For url file://4d/e7/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4d/e7/sstate%3Altp%3Acore2-64-poky-linux%3A20240524%3Ar0%3Acore2-64%3A12%3A4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227_create_spdx.tar.zst;downloadfilename=4d/e7/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227_create_spdx.tar.zst\nDEBUG: For url ['file', '', '0d/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 94/06/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://0f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011_create_package_spdx.tar.zst\nDEBUG: Searching for universal/fb/70/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://31/10/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde_create_package_spdx.tar.zst\nDEBUG: Testing URL file://0b/c8/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9_package_write_deb.tar.zst\nDEBUG: Searching for d6/d2/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/08/20/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e_recipe_qa.tar.zst\nDEBUG: Testing URL file://cf/11/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:cf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ec/4e/sstate:libxcomposite:core2-64-poky-linux:0.4.6:r0:core2-64:12:ec4e4982e964d0956f69295ffa9a04006084558e2b4408991d362b7ac2710bdd_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '7a/77/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b_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/6e/e4/sstate:libxml2-native:x86_64-linux:2.12.8:r0:x86_64:12:6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://11/65/sstate:procps:core2-64-poky-linux:4.0.4:r0:core2-64:12:116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5_recipe_qa.tar.zst\nDEBUG: For url file://0d/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0d/44/sstate%3Aquota%3Acore2-64-poky-linux%3A4.09%3Ar0%3Acore2-64%3A12%3A0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d_package_write_rpm.tar.zst;downloadfilename=0d/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d_package_write_rpm.tar.zst\nDEBUG: Testing URL file://94/06/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17_create_spdx.tar.zst\nDEBUG: Searching for 0f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/fb/70/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27_create_spdx.tar.zst\nDEBUG: Searching for 31/10/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '0b/c8/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9_package_write_deb.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for d6/d2/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063_packagedata.tar.zst\nDEBUG: Testing URL file://universal/08/20/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'cf/11/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:cf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd_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://82/64/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761_create_package_spdx.tar.zst\nDEBUG: For url file://7a/77/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/77/sstate%3Awpa-supplicant%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b_populate_sysroot.tar.zst;downloadfilename=7a/77/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://32/0e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c_package.tar.zst\nDEBUG: SState: Attempting to fetch file://e0/93/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:e09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '94/06/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 0f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/fb/70/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27_create_spdx.tar.zst\nDEBUG: Using  for 31/10/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde_create_package_spdx.tar.zst\nDEBUG: For url file://0b/c8/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0b/c8/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.7.0%3Ar0%3Acore2-64%3A12%3A0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9_package_write_deb.tar.zst;downloadfilename=0b/c8/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9_package_write_deb.tar.zst\nDEBUG: Testing URL file://d6/d2/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063_packagedata.tar.zst\nDEBUG: For url ['file', '', 'universal/08/20/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e_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/11/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:cf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/cf/11/sstate%3Anfs-utils%3Acore2-64-poky-linux%3A2.6.4%3Ar0%3Acore2-64%3A12%3Acf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd_package_write_ipk.tar.zst;downloadfilename=cf/11/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:cf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd_package_write_ipk.tar.zst\nDEBUG: Searching for 82/64/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 32/0e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://c2/2b/sstate:file::5.45:r0::12:c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/07/sstate:shadow-securetty:qemux86_64-poky-linux:4.6:r0:qemux86_64:12:cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f_packagedata.tar.zst\nDEBUG: Searching for e0/93/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:e09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://94/06/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/06/sstate%3Aalsa-topology-conf%3Aall-poky-linux%3A1.2.5.1%3Ar0%3Aallarch%3A12%3A9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17_create_spdx.tar.zst;downloadfilename=94/06/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17_create_spdx.tar.zst\nDEBUG: Testing URL file://0f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'universal/fb/70/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://31/10/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd6/d2/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063_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/20/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/08/20/sstate%3Aupdate-rc.d-native%3Ax86_64-linux%3A0.8%2Bgit%3Ar0%3Ax86_64%3A12%3A0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e_recipe_qa.tar.zst;downloadfilename=universal/08/20/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://4d/e7/sstate:ltp:core2-64-poky-linux:20240524:r0:core2-64:12:4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227_create_spdx.tar.zst\nDEBUG: Using  for 82/64/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761_create_package_spdx.tar.zst\nDEBUG: Using  for 32/0e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://0d/44/sstate:quota:core2-64-poky-linux:4.09:r0:core2-64:12:0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://d1/64/sstate:cairo-native::1.18.0:r0::12:d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://ca/fb/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e_package_write_rpm.tar.zst\nDEBUG: Using  for e0/93/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:e09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '0f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://universal/fb/70/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/fb/70/sstate%3Afile-native%3Ax86_64-linux%3A5.45%3Ar0%3Ax86_64%3A12%3Afb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27_create_spdx.tar.zst;downloadfilename=universal/fb/70/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27_create_spdx.tar.zst\nDEBUG: For url ['file', '', '31/10/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://d6/d2/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/d2/sstate%3Astrace%3Acore2-64-poky-linux%3A6.9%3Ar0%3Acore2-64%3A12%3Ad6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063_packagedata.tar.zst;downloadfilename=d6/d2/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://10/c1/sstate:libtool-native::2.5.0:r0::12:10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393_populate_lic.tar.zst\nDEBUG: Testing URL file://82/64/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761_create_package_spdx.tar.zst\nDEBUG: Testing URL file://32/0e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c_package.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/77/sstate:wpa-supplicant:core2-64-poky-linux:2.10:r0:core2-64:12:7a778c288ebbaed0ef548667e0aa39368a69db39d98b4adfd70cc2369714ea4b_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://ab/c8/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071_recipe_qa.tar.zst\nDEBUG: Searching for d1/64/sstate:cairo-native::1.18.0:r0::12:d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for ca/fb/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://e0/93/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:e09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae_populate_sysroot.tar.zst\nDEBUG: For url file://0f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0f/6d/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A12%3A0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011_create_package_spdx.tar.zst;downloadfilename=0f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011_create_package_spdx.tar.zst\nDEBUG: For url file://31/10/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/31/10/sstate%3Ataglib%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde_create_package_spdx.tar.zst;downloadfilename=31/10/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://0b/c8/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:0bc833f2791996356efd549f11acc0c3bbdb844b08839a672d6097b8b29644f9_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://cf/11/sstate:nfs-utils:core2-64-poky-linux:2.6.4:r0:core2-64:12:cf1118ec156e57e13a690c020b0497137db2d9cb302727ed3f6c19028708f2dd_package_write_ipk.tar.zst\nDEBUG: Searching for 10/c1/sstate:libtool-native::2.5.0:r0::12:10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://94/06/sstate:alsa-topology-conf:all-poky-linux:1.2.5.1:r0:allarch:12:9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17_create_spdx.tar.zst\nDEBUG: For url ['file', '', '82/64/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '32/0e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c_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://c5/70/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a_create_spdx.tar.zst\nDEBUG: Searching for ab/c8/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d1/64/sstate:cairo-native::1.18.0:r0::12:d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912_populate_lic.tar.zst\nDEBUG: Using  for ca/fb/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'e0/93/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:e09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae_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/7d/1a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/08/20/sstate:update-rc.d-native:x86_64-linux:0.8+git:r0:x86_64:12:0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/fb/70/sstate:file-native:x86_64-linux:5.45:r0:x86_64:12:fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b5/db/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:b5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988_package_write_ipk.tar.zst\nDEBUG: Using  for 10/c1/sstate:libtool-native::2.5.0:r0::12:10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://63/10/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245_package_qa.tar.zst\nDEBUG: For url file://82/64/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/82/64/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A12%3A8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761_create_package_spdx.tar.zst;downloadfilename=82/64/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761_create_package_spdx.tar.zst\nDEBUG: For url file://32/0e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/32/0e/sstate%3Abase-passwd%3Acore2-64-poky-linux%3A3.6.3%3Ar0%3Acore2-64%3A12%3A320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c_package.tar.zst;downloadfilename=32/0e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c_package.tar.zst\nDEBUG: Searching for c5/70/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ab/c8/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071_recipe_qa.tar.zst\nDEBUG: Testing URL file://d1/64/sstate:cairo-native::1.18.0:r0::12:d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912_populate_lic.tar.zst\nDEBUG: Testing URL file://ca/fb/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e_package_write_rpm.tar.zst\nDEBUG: For url file://e0/93/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:e09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e0/93/sstate%3Alibcheck%3Acore2-64-poky-linux%3A0.15.2%3Ar0%3Acore2-64%3A12%3Ae09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae_populate_sysroot.tar.zst;downloadfilename=e0/93/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:e09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae_populate_sysroot.tar.zst\nDEBUG: Searching for universal/7d/1a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://8e/e6/sstate:consolekit::0.4.6:r0::12:8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://8f/6c/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383_package_write_rpm.tar.zst\nDEBUG: Searching for b5/db/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:b5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://10/c1/sstate:libtool-native::2.5.0:r0::12:10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393_populate_lic.tar.zst\nDEBUG: Searching for 63/10/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d6/d2/sstate:strace:core2-64-poky-linux:6.9:r0:core2-64:12:d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063_packagedata.tar.zst\nDEBUG: Using  for c5/70/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a_create_spdx.tar.zst\nDEBUG: Testing URL file://ab/c8/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://0f/6d/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'd1/64/sstate:cairo-native::1.18.0:r0::12:d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912_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/fb/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e_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/7d/1a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb_recipe_qa.tar.zst\nDEBUG: Searching for 8e/e6/sstate:consolekit::0.4.6:r0::12:8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 8f/6c/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://31/10/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde_create_package_spdx.tar.zst\nDEBUG: Using  for b5/db/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:b5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '10/c1/sstate:libtool-native::2.5.0:r0::12:10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 63/10/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://99/04/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056_recipe_qa.tar.zst\nDEBUG: Testing URL file://c5/70/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'ab/c8/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071_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://10/f8/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d_create_spdx.tar.zst\nDEBUG: For url file://d1/64/sstate:cairo-native::1.18.0:r0::12:d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d1/64/sstate%3Acairo-native%3A%3A1.18.0%3Ar0%3A%3A12%3Ad1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912_populate_lic.tar.zst;downloadfilename=d1/64/sstate:cairo-native::1.18.0:r0::12:d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912_populate_lic.tar.zst\nDEBUG: For url file://ca/fb/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ca/fb/sstate%3Axf86-video-vesa%3Acore2-64-poky-linux%3A2.6.0%3Ar0%3Acore2-64%3A12%3Acafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e_package_write_rpm.tar.zst;downloadfilename=ca/fb/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/7d/1a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb_recipe_qa.tar.zst\nDEBUG: Using  for 8e/e6/sstate:consolekit::0.4.6:r0::12:8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84_populate_lic.tar.zst\nDEBUG: Using  for 8f/6c/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://dc/35/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:dc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e_package.tar.zst\nDEBUG: Testing URL file://b5/db/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:b5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988_package_write_ipk.tar.zst\nDEBUG: For url file://10/c1/sstate:libtool-native::2.5.0:r0::12:10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/c1/sstate%3Alibtool-native%3A%3A2.5.0%3Ar0%3A%3A12%3A10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393_populate_lic.tar.zst;downloadfilename=10/c1/sstate:libtool-native::2.5.0:r0::12:10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393_populate_lic.tar.zst\nDEBUG: Testing URL file://63/10/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245_package_qa.tar.zst\nDEBUG: Searching for 99/04/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c5/70/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ab/c8/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ab/c8/sstate%3Abinutils%3Acore2-64-poky-linux%3A2.42%3Ar0%3Acore2-64%3A12%3Aabc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071_recipe_qa.tar.zst;downloadfilename=ab/c8/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071_recipe_qa.tar.zst\nDEBUG: Searching for 10/f8/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/7d/1a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb_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://82/64/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://32/0e/sstate:base-passwd:core2-64-poky-linux:3.6.3:r0:core2-64:12:320e7b1565bdc3a9034d12061920739ecb306590958091a96785265a6fc6bb1c_package.tar.zst\nDEBUG: Testing URL file://8e/e6/sstate:consolekit::0.4.6:r0::12:8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e0/93/sstate:libcheck:core2-64-poky-linux:0.15.2:r0:core2-64:12:e09319bcfe5ac53e1ddfbc5f0f0b32ce7de8e8b440bd1be05b649dba7cc67eae_populate_sysroot.tar.zst\nDEBUG: Testing URL file://8f/6c/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383_package_write_rpm.tar.zst\nDEBUG: Searching for dc/35/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:dc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b5/db/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:b5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988_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', '', '63/10/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 99/04/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056_recipe_qa.tar.zst\nDEBUG: For url file://c5/70/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/70/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3Ac570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a_create_spdx.tar.zst;downloadfilename=c5/70/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a_create_spdx.tar.zst\nDEBUG: Using  for 10/f8/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d_create_spdx.tar.zst\nDEBUG: For url file://universal/7d/1a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/7d/1a/sstate%3Agpgme-native%3Ax86_64-linux%3A1.23.2%3Ar0%3Ax86_64%3A12%3A7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb_recipe_qa.tar.zst;downloadfilename=universal/7d/1a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/60/6c/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://2c/9f/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b_packagedata.tar.zst\nDEBUG: For url ['file', '', '8e/e6/sstate:consolekit::0.4.6:r0::12:8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84_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://b9/11/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:b911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '8f/6c/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for dc/35/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:dc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e_package.tar.zst\nDEBUG: For url file://b5/db/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:b5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b5/db/sstate%3Abluez5%3Acore2-64-poky-linux%3A5.72%3Ar0%3Acore2-64%3A12%3Ab5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988_package_write_ipk.tar.zst;downloadfilename=b5/db/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:b5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988_package_write_ipk.tar.zst\nDEBUG: For url file://63/10/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/10/sstate%3Apython3-typogrify%3Acore2-64-poky-linux%3A2.0.7%3Ar0%3Acore2-64%3A12%3A6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245_package_qa.tar.zst;downloadfilename=63/10/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245_package_qa.tar.zst\nDEBUG: Testing URL file://99/04/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d1/64/sstate:cairo-native::1.18.0:r0::12:d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912_populate_lic.tar.zst\nDEBUG: Testing URL file://10/f8/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d_create_spdx.tar.zst\nDEBUG: Searching for universal/60/6c/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 2c/9f/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://ca/fb/sstate:xf86-video-vesa:core2-64-poky-linux:2.6.0:r0:core2-64:12:cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e_package_write_rpm.tar.zst\nDEBUG: For url file://8e/e6/sstate:consolekit::0.4.6:r0::12:8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8e/e6/sstate%3Aconsolekit%3A%3A0.4.6%3Ar0%3A%3A12%3A8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84_populate_lic.tar.zst;downloadfilename=8e/e6/sstate:consolekit::0.4.6:r0::12:8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84_populate_lic.tar.zst\nDEBUG: Searching for b9/11/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:b911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://8f/6c/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8f/6c/sstate%3Abusybox%3Acore2-64-poky-linux%3A1.36.1%3Ar0%3Acore2-64%3A12%3A8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383_package_write_rpm.tar.zst;downloadfilename=8f/6c/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383_package_write_rpm.tar.zst\nDEBUG: Testing URL file://dc/35/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:dc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e_package.tar.zst\nDEBUG: SState: Successful fetch test for file://10/c1/sstate:libtool-native::2.5.0:r0::12:10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393_populate_lic.tar.zst\nDEBUG: For url ['file', '', '99/04/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056_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://a4/be/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:a4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://ab/c8/sstate:binutils:core2-64-poky-linux:2.42:r0:core2-64:12:abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '10/f8/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/60/6c/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8_create_package_spdx.tar.zst\nDEBUG: Using  for 2c/9f/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://61/a5/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26_packagedata.tar.zst\nDEBUG: Using  for b9/11/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:b911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'dc/35/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:dc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e_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/7d/1a/sstate:gpgme-native:x86_64-linux:1.23.2:r0:x86_64:12:7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/70/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://97/a0/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://99/04/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/99/04/sstate%3Ax11perf%3Acore2-64-poky-linux%3A1.6.1%3Ar0%3Acore2-64%3A12%3A9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056_recipe_qa.tar.zst;downloadfilename=99/04/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056_recipe_qa.tar.zst\nDEBUG: Searching for a4/be/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:a4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://18/d4/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670_package.tar.zst\nDEBUG: For url file://10/f8/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/10/f8/sstate%3Ashared-mime-info%3Acore2-64-poky-linux%3A2.4%3Ar0%3Acore2-64%3A12%3A10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d_create_spdx.tar.zst;downloadfilename=10/f8/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/60/6c/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8_create_package_spdx.tar.zst\nDEBUG: Testing URL file://2c/9f/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b_packagedata.tar.zst\nDEBUG: Searching for 61/a5/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://b9/11/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:b911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84_package_write_deb.tar.zst\nDEBUG: For url file://dc/35/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:dc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/dc/35/sstate%3Apython3-attrs%3Acore2-64-poky-linux%3A23.2.0%3Ar0%3Acore2-64%3A12%3Adc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e_package.tar.zst;downloadfilename=dc/35/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:dc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e_package.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ea/ad/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/29/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9_package.tar.zst\nDEBUG: Searching for 97/a0/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a4/be/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:a4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://b5/db/sstate:bluez5:core2-64-poky-linux:5.72:r0:core2-64:12:b5db36c311742e1111596712d4a3bde4017f8ee9f9c11d6ec74e1621fe245988_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://63/10/sstate:python3-typogrify:core2-64-poky-linux:2.0.7:r0:core2-64:12:6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245_package_qa.tar.zst\nDEBUG: Searching for 18/d4/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/60/6c/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '2c/9f/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 61/a5/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26_packagedata.tar.zst\nDEBUG: For url ['file', '', 'b9/11/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:b911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84_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://8e/e6/sstate:consolekit::0.4.6:r0::12:8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84_populate_lic.tar.zst\nDEBUG: Searching for universal/ea/ad/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b3/29/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8f/6c/sstate:busybox:core2-64-poky-linux:1.36.1:r0:core2-64:12:8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383_package_write_rpm.tar.zst\nDEBUG: Using  for 97/a0/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://a4/be/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:a4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://5d/22/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/23/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc_create_package_spdx.tar.zst\nDEBUG: Using  for 18/d4/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670_package.tar.zst\nDEBUG: For url file://universal/60/6c/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/60/6c/sstate%3Aelfutils-native%3Ax86_64-linux%3A0.191%3Ar0%3Ax86_64%3A12%3A606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8_create_package_spdx.tar.zst;downloadfilename=universal/60/6c/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8_create_package_spdx.tar.zst\nDEBUG: For url file://2c/9f/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2c/9f/sstate%3Aliburcu%3Acore2-64-poky-linux%3A0.14.0%3Ar0%3Acore2-64%3A12%3A2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b_packagedata.tar.zst;downloadfilename=2c/9f/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b_packagedata.tar.zst\nDEBUG: Testing URL file://61/a5/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26_packagedata.tar.zst\nDEBUG: For url file://b9/11/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:b911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b9/11/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A12%3Ab911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84_package_write_deb.tar.zst;downloadfilename=b9/11/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:b911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://01/8a/sstate:libxkbfile::1.1.3:r0::12:018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb_populate_lic.tar.zst\nDEBUG: Using  for universal/ea/ad/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108_create_package_spdx.tar.zst\nDEBUG: Using  for b3/29/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9_package.tar.zst\nDEBUG: SState: Attempting to fetch file://f9/0d/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f_package_write_deb.tar.zst\nDEBUG: Testing URL file://97/a0/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'a4/be/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:a4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605_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/22/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b6/23/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://18/d4/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670_package.tar.zst\nDEBUG: SState: Successful fetch test for file://99/04/sstate:x11perf:core2-64-poky-linux:1.6.1:r0:core2-64:12:9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '61/a5/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26_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://10/f8/sstate:shared-mime-info:core2-64-poky-linux:2.4:r0:core2-64:12:10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d_create_spdx.tar.zst\nDEBUG: Searching for 01/8a/sstate:libxkbfile::1.1.3:r0::12:018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://universal/ea/ad/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b3/29/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9_package.tar.zst\nDEBUG: SState: Successful fetch test for file://dc/35/sstate:python3-attrs:core2-64-poky-linux:23.2.0:r0:core2-64:12:dc35cfb73fb9908dfb36768b8ad85cb95054adf37c25c38746f8a8b4c28a147e_package.tar.zst\nDEBUG: Searching for f9/0d/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '97/a0/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db_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/be/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:a4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a4/be/sstate%3Aglibc-locale%3Acore2-64-poky-linux%3A2.39%2Bgit%3Ar0%3Acore2-64%3A12%3Aa4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605_deploy_source_date_epoch.tar.zst;downloadfilename=a4/be/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:a4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 5d/22/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb_packagedata.tar.zst\nDEBUG: Using  for b6/23/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '18/d4/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670_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/27/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050_create_package_spdx.tar.zst\nDEBUG: For url file://61/a5/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/61/a5/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26_packagedata.tar.zst;downloadfilename=61/a5/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst\nDEBUG: Using  for 01/8a/sstate:libxkbfile::1.1.3:r0::12:018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'universal/ea/ad/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b3/29/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9_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://88/4e/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2_package.tar.zst\nDEBUG: Using  for f9/0d/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f_package_write_deb.tar.zst\nDEBUG: For url file://97/a0/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/97/a0/sstate%3Alibxkbcommon%3Acore2-64-poky-linux%3A1.7.0%3Ar0%3Acore2-64%3A12%3A97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db_deploy_source_date_epoch.tar.zst;downloadfilename=97/a0/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://5d/22/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb_packagedata.tar.zst\nDEBUG: Testing URL file://b6/23/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc_create_package_spdx.tar.zst\nDEBUG: For url file://18/d4/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/18/d4/sstate%3Aglib-networking%3Acore2-64-poky-linux%3A2.78.1%3Ar0%3Acore2-64%3A12%3A18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670_package.tar.zst;downloadfilename=18/d4/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670_package.tar.zst\nDEBUG: Searching for f7/27/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://2c/9f/sstate:liburcu:core2-64-poky-linux:0.14.0:r0:core2-64:12:2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b_packagedata.tar.zst\nDEBUG: Testing URL file://01/8a/sstate:libxkbfile::1.1.3:r0::12:018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/60/6c/sstate:elfutils-native:x86_64-linux:0.191:r0:x86_64:12:606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8_create_package_spdx.tar.zst\nDEBUG: For url file://universal/ea/ad/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/ad/sstate%3Aasciidoc-native%3Ax86_64-linux%3A10.2.0%3Ar0%3Ax86_64%3A12%3Aeaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108_create_package_spdx.tar.zst;downloadfilename=universal/ea/ad/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108_create_package_spdx.tar.zst\nDEBUG: For url file://b3/29/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/29/sstate%3Ainit-system-helpers%3Acore2-64-poky-linux%3A1.66%3Ar0%3Acore2-64%3A12%3Ab329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9_package.tar.zst;downloadfilename=b3/29/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9_package.tar.zst\nDEBUG: Searching for 88/4e/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f9/0d/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '5d/22/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'b6/23/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc_create_package_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/11/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:b911680326dc2d6a79a9b2c48c209baaa56c601f1816006d9aa434ee865a9b84_package_write_deb.tar.zst\nDEBUG: Using  for f7/27/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050_create_package_spdx.tar.zst\nDEBUG: Using  for 79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/b0/bd/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:b0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '01/8a/sstate:libxkbfile::1.1.3:r0::12:018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb_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://1f/d1/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a4/be/sstate:glibc-locale:core2-64-poky-linux:2.39+git:r0:core2-64:12:a4be9a6ebcaa70cb04693da27b5d763fcd30046b305720fbea8adef06a1e1605_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://61/a5/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26_packagedata.tar.zst\nDEBUG: Using  for 88/4e/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2_package.tar.zst\nDEBUG: For url ['file', '', 'f9/0d/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f_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://5d/22/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/22/sstate%3Asysklogd%3Acore2-64-poky-linux%3A2.5.2%3Ar0%3Acore2-64%3A12%3A5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb_packagedata.tar.zst;downloadfilename=5d/22/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb_packagedata.tar.zst\nDEBUG: For url file://b6/23/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/23/sstate%3Apackagegroup-core-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3Ab6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc_create_package_spdx.tar.zst;downloadfilename=b6/23/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c4/a2/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30_packagedata.tar.zst\nDEBUG: Testing URL file://f7/27/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050_create_package_spdx.tar.zst\nDEBUG: Testing URL file://79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst\nDEBUG: Searching for universal/b0/bd/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:b0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://01/8a/sstate:libxkbfile::1.1.3:r0::12:018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/01/8a/sstate%3Alibxkbfile%3A%3A1.1.3%3Ar0%3A%3A12%3A018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb_populate_lic.tar.zst;downloadfilename=01/8a/sstate:libxkbfile::1.1.3:r0::12:018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb_populate_lic.tar.zst\nDEBUG: Searching for 1f/d1/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://95/a7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://97/a0/sstate:libxkbcommon:core2-64-poky-linux:1.7.0:r0:core2-64:12:97a01718ebe3dcd72da92fe757a8b6856d5a5e9c1fca2db0a0edb746f9a1c5db_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7d/41/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f_package_qa.tar.zst\nDEBUG: Testing URL file://88/4e/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2_package.tar.zst\nDEBUG: For url file://f9/0d/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/0d/sstate%3Alibstd-rs%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3Af90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f_package_write_deb.tar.zst;downloadfilename=f9/0d/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f_package_write_deb.tar.zst\nDEBUG: Searching for c4/a2/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'f7/27/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050_create_package_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/ea/ad/sstate:asciidoc-native:x86_64-linux:10.2.0:r0:x86_64:12:eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_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://18/d4/sstate:glib-networking:core2-64-poky-linux:2.78.1:r0:core2-64:12:18d4e7a629099f9c99c87499a5b28f3a14a8124b7d67cbac5e82b53d67a8c670_package.tar.zst\nDEBUG: Using  for universal/b0/bd/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:b0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 1f/d1/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263_package_write_deb.tar.zst\nDEBUG: Searching for 95/a7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://2e/0b/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d_recipe_qa.tar.zst\nDEBUG: Searching for 7d/41/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '88/4e/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c4/a2/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/29/sstate:init-system-helpers:core2-64-poky-linux:1.66:r0:core2-64:12:b329fde46989a6d64d699ea93fd49c195643651b2855767f4dd32a76fb37afe9_package.tar.zst\nDEBUG: For url file://f7/27/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/27/sstate%3Adosfstools%3Acore2-64-poky-linux%3A4.2%3Ar0%3Acore2-64%3A12%3Af727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050_create_package_spdx.tar.zst;downloadfilename=f7/27/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://d6/a7/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:d6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758_package_write_ipk.tar.zst\nDEBUG: For url file://79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/79/4c/sstate%3Acore-image-sato-sdk%3Aqemux86_64-poky-linux%3A1.0%3Ar0%3Aqemux86_64%3A12%3A794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst;downloadfilename=79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/87/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/b0/bd/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:b0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://1f/d1/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263_package_write_deb.tar.zst\nDEBUG: Using  for 95/a7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 2e/0b/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7d/41/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f_package_qa.tar.zst\nDEBUG: For url file://88/4e/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/88/4e/sstate%3Autil-macros%3Acore2-64-poky-linux%3A1.20.1%3Ar0%3Acore2-64%3A12%3A884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2_package.tar.zst;downloadfilename=88/4e/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2_package.tar.zst\nDEBUG: Testing URL file://c4/a2/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://23/7f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/22/sstate:sysklogd:core2-64-poky-linux:2.5.2:r0:core2-64:12:5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb_packagedata.tar.zst\nDEBUG: Searching for d6/a7/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:d6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6a/87/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/b0/bd/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:b0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79_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/23/sstate:packagegroup-core-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://01/8a/sstate:libxkbfile::1.1.3:r0::12:018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1f/d1/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263_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://95/a7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 2e/0b/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d_recipe_qa.tar.zst\nDEBUG: Testing URL file://7d/41/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f_package_qa.tar.zst\nDEBUG: For url ['file', '', 'c4/a2/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 23/7f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f9/0d/sstate:libstd-rs:core2-64-poky-linux:1.75.0:r0:core2-64:12:f90d9faddab1b46b300f0d8dc265d6ae2cef3a3c656aadcad5f3d407d42c734f_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/f4/79/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:f4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d6/a7/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:d6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758_package_write_ipk.tar.zst\nDEBUG: Using  for 6a/87/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802_create_spdx.tar.zst\nDEBUG: For url file://universal/b0/bd/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:b0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/b0/bd/sstate%3Aspirv-tools-native%3Ax86_64-linux%3A1.3.283.0%3Ar0%3Ax86_64%3A12%3Ab0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79_deploy_source_date_epoch.tar.zst;downloadfilename=universal/b0/bd/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:b0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://8d/a9/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1f/1c/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a_recipe_qa.tar.zst\nDEBUG: For url file://1f/d1/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/d1/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263_package_write_deb.tar.zst;downloadfilename=1f/d1/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '95/a7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614_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://2e/0b/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '7d/41/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c4/a2/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c4/a2/sstate%3Alibxinerama%3Acore2-64-poky-linux%3A1.1.5%3Ar0%3Acore2-64%3A12%3Ac4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30_packagedata.tar.zst;downloadfilename=c4/a2/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30_packagedata.tar.zst\nDEBUG: Using  for 23/7f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/26/00/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52_recipe_qa.tar.zst\nDEBUG: Searching for universal/f4/79/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:f4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://d6/a7/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:d6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758_package_write_ipk.tar.zst\nDEBUG: Testing URL file://6a/87/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802_create_spdx.tar.zst\nDEBUG: Searching for 8d/a9/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f7/27/sstate:dosfstools:core2-64-poky-linux:4.2:r0:core2-64:12:f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050_create_package_spdx.tar.zst\nDEBUG: Searching for 1f/1c/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: checkstatus: trying again\nDEBUG: For url file://95/a7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/95/a7/sstate%3Axcursor-transparent-theme%3Aall-poky-linux%3A0.1.1%2Bgit%3Ar0%3Aallarch%3A12%3A95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614_deploy_source_date_epoch.tar.zst;downloadfilename=95/a7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '2e/0b/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d_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/41/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7d/41/sstate%3Alibarchive%3Acore2-64-poky-linux%3A3.7.4%3Ar0%3Acore2-64%3A12%3A7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f_package_qa.tar.zst;downloadfilename=7d/41/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://88/4e/sstate:util-macros:core2-64-poky-linux:1.20.1:r0:core2-64:12:884e9960f8065b43a60a06f84bfc5361a0bae504c7d275e4055dc983c0222ad2_package.tar.zst\nDEBUG: Testing URL file://23/7f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf_create_spdx.tar.zst\nDEBUG: Searching for universal/26/00/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/f4/79/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:f4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd6/a7/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:d6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758_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', '', '6a/87/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 8d/a9/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/3f/sstate:libxft-native::2.3.8:r0::12:f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8_populate_lic.tar.zst\nDEBUG: Using  for 1f/1c/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a_recipe_qa.tar.zst\nDEBUG: For url file://2e/0b/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/0b/sstate%3Axcb-util%3Acore2-64-poky-linux%3A0.4.1%3Ar0%3Acore2-64%3A12%3A2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d_recipe_qa.tar.zst;downloadfilename=2e/0b/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/d1/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:1fd184bdcba4011125ba6d938871efab4b67e8a643df6c47944632dd0836d263_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/b0/bd/sstate:spirv-tools-native:x86_64-linux:1.3.283.0:r0:x86_64:12:b0bd47a73036b0a5fbbba2fffaeaa12b43fc93e65fbc36530cc2aa2518f8eb79_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a2/14/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '23/7f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/26/00/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/f4/79/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:f4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://d6/a7/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:d6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d6/a7/sstate%3Amtdev%3Acore2-64-poky-linux%3A1.1.7%3Ar0%3Acore2-64%3A12%3Ad6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758_package_write_ipk.tar.zst;downloadfilename=d6/a7/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:d6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758_package_write_ipk.tar.zst\nDEBUG: For url file://6a/87/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/87/sstate%3Afreetype%3Acore2-64-poky-linux%3A2.13.2%3Ar0%3Acore2-64%3A12%3A6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802_create_spdx.tar.zst;downloadfilename=6a/87/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802_create_spdx.tar.zst\nDEBUG: Testing URL file://8d/a9/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f6/3f/sstate:libxft-native::2.3.8:r0::12:f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://1f/1c/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://c4/a2/sstate:libxinerama:core2-64-poky-linux:1.1.5:r0:core2-64:12:c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://9f/0e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://08/d3/sstate:pointercal-xinput::0.0:r0::12:08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220_populate_lic.tar.zst\nDEBUG: Searching for a2/14/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://23/7f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/23/7f/sstate%3Arust-llvm%3Acore2-64-poky-linux%3A1.75.0%3Ar0%3Acore2-64%3A12%3A237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf_create_spdx.tar.zst;downloadfilename=23/7f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf_create_spdx.tar.zst\nDEBUG: Testing URL file://universal/26/00/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/f4/79/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:f4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731_deploy_source_date_epoch.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/79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst: HTTP Error 404: Not Found\nDEBUG: For url ['file', '', '8d/a9/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85_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://95/a7/sstate:xcursor-transparent-theme:all-poky-linux:0.1.1+git:r0:allarch:12:95a7b51f793ba7a33a4f2525a27d5d8f5d6e0e5b56513af94b1c65df65c96614_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f6/3f/sstate:libxft-native::2.3.8:r0::12:f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://7d/41/sstate:libarchive:core2-64-poky-linux:3.7.4:r0:core2-64:12:7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f_package_qa.tar.zst\nDEBUG: For url ['file', '', '1f/1c/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a_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://19/53/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988_package_write_rpm.tar.zst\nDEBUG: Searching for 9f/0e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 08/d3/sstate:pointercal-xinput::0.0:r0::12:08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a2/14/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/26/00/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52_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/f4/79/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:f4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/f4/79/sstate%3Aintltool-native%3Ax86_64-linux%3A0.51.0%3Ar0%3Ax86_64%3A12%3Af4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731_deploy_source_date_epoch.tar.zst;downloadfilename=universal/f4/79/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:f4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://8d/a9/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8d/a9/sstate%3Aalsa-lib%3Acore2-64-poky-linux%3A1.2.12%3Ar0%3Acore2-64%3A12%3A8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85_deploy_source_date_epoch.tar.zst;downloadfilename=8d/a9/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Unsuccessful fetch test for file://79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst (FetchError(\"URL doesn't work\", 'file://79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst'))\nTraceback (most recent call last):\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/classes-global/sstate.bbclass\", line 1040, in checkstatus\n    fetcher.checkstatus()\n  File \"/home/pokybuild/yocto-worker/a-full/build/bitbake/lib/bb/fetch2/__init__.py\", line 1961, in checkstatus\n    raise FetchError(\"URL doesn't work\", u)\nbb.fetch2.FetchError: Fetcher failure for URL: 'file://79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst'. URL doesn't work\n\nDEBUG: SState: Attempting to fetch file://a9/95/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706_create_spdx.tar.zst\nDEBUG: Testing URL file://f6/3f/sstate:libxft-native::2.3.8:r0::12:f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://37/c1/sstate:libfontenc::1.1.8:r0::12:37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99_populate_lic.tar.zst\nDEBUG: For url file://1f/1c/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1f/1c/sstate%3Agobject-introspection%3Acore2-64-poky-linux%3A1.80.1%3Ar0%3Acore2-64%3A12%3A1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a_recipe_qa.tar.zst;downloadfilename=1f/1c/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a_recipe_qa.tar.zst\nDEBUG: Searching for 19/53/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9f/0e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/0b/sstate:xcb-util:core2-64-poky-linux:0.4.1:r0:core2-64:12:2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d_recipe_qa.tar.zst\nDEBUG: Using  for 08/d3/sstate:pointercal-xinput::0.0:r0::12:08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220_populate_lic.tar.zst\nDEBUG: Testing URL file://a2/14/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d_recipe_qa.tar.zst\nDEBUG: For url file://universal/26/00/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/26/00/sstate%3Arpm-native%3Ax86_64-linux%3A4.19.1.1%3Ar0%3Ax86_64%3A12%3A2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52_recipe_qa.tar.zst;downloadfilename=universal/26/00/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://d6/a7/sstate:mtdev:core2-64-poky-linux:1.1.7:r0:core2-64:12:d6a749f68eb229351b771f7f15a7e9274b6587f9bc53efc82b6368b4ffd22758_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://d7/7f/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d_create_package_spdx.tar.zst\nDEBUG: Searching for a9/95/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6a/87/sstate:freetype:core2-64-poky-linux:2.13.2:r0:core2-64:12:6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'f6/3f/sstate:libxft-native::2.3.8:r0::12:f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 37/c1/sstate:libfontenc::1.1.8:r0::12:37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 19/53/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988_package_write_rpm.tar.zst\nDEBUG: Testing URL file://9f/0e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/f1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:c5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693_package_write_ipk.tar.zst\nDEBUG: Testing URL file://08/d3/sstate:pointercal-xinput::0.0:r0::12:08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a2/14/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d_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://f8/2a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://23/7f/sstate:rust-llvm:core2-64-poky-linux:1.75.0:r0:core2-64:12:237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf_create_spdx.tar.zst\nDEBUG: Searching for d7/7f/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a9/95/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://12/65/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237_package_write_deb.tar.zst\nDEBUG: For url file://f6/3f/sstate:libxft-native::2.3.8:r0::12:f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/3f/sstate%3Alibxft-native%3A%3A2.3.8%3Ar0%3A%3A12%3Af63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8_populate_lic.tar.zst;downloadfilename=f6/3f/sstate:libxft-native::2.3.8:r0::12:f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8_populate_lic.tar.zst\nDEBUG: Using  for 37/c1/sstate:libfontenc::1.1.8:r0::12:37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99_populate_lic.tar.zst\nDEBUG: Testing URL file://19/53/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '9f/0e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for c5/f1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:c5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '08/d3/sstate:pointercal-xinput::0.0:r0::12:08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a2/14/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a2/14/sstate%3Aopkg-utils%3Acore2-64-poky-linux%3A0.6.3%3Ar0%3Acore2-64%3A12%3Aa2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d_recipe_qa.tar.zst;downloadfilename=a2/14/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d_recipe_qa.tar.zst\nDEBUG: Searching for f8/2a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://fb/60/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2_create_spdx.tar.zst\nDEBUG: Using  for d7/7f/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d_create_package_spdx.tar.zst\nDEBUG: Testing URL file://a9/95/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/f4/79/sstate:intltool-native:x86_64-linux:0.51.0:r0:x86_64:12:f4795a4ac80f07abee5d76af5f8af60c5d36e32fce39c24a7b1c62ac5aab7731_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 12/65/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://37/c1/sstate:libfontenc::1.1.8:r0::12:37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99_populate_lic.tar.zst\nDEBUG: For url ['file', '', '19/53/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988_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://9f/0e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9f/0e/sstate%3Argb%3Acore2-64-poky-linux%3A1.1.0%3Ar0%3Acore2-64%3A12%3A9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3_package_qa.tar.zst;downloadfilename=9f/0e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3_package_qa.tar.zst\nDEBUG: Using  for c5/f1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:c5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693_package_write_ipk.tar.zst\nDEBUG: For url file://08/d3/sstate:pointercal-xinput::0.0:r0::12:08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/d3/sstate%3Apointercal-xinput%3A%3A0.0%3Ar0%3A%3A12%3A08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220_populate_lic.tar.zst;downloadfilename=08/d3/sstate:pointercal-xinput::0.0:r0::12:08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220_populate_lic.tar.zst\nDEBUG: Using  for f8/2a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://1f/1c/sstate:gobject-introspection:core2-64-poky-linux:1.80.1:r0:core2-64:12:1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a_recipe_qa.tar.zst\nDEBUG: Searching for fb/60/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://8d/a9/sstate:alsa-lib:core2-64-poky-linux:1.2.12:r0:core2-64:12:8da960e595ac7c89e03a2c98d40d3d4bb612d16e081ddc45f369ab2e16f29f85_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://d7/7f/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'a9/95/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706_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/90/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb_packagedata.tar.zst\nDEBUG: Using  for 12/65/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '37/c1/sstate:libfontenc::1.1.8:r0::12:37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99_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/53/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/53/sstate%3Apackagegroup-core-full-cmdline%3Aall-poky-linux%3A1.0%3Ar0%3Aallarch%3A12%3A1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988_package_write_rpm.tar.zst;downloadfilename=19/53/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988_package_write_rpm.tar.zst\nDEBUG: Testing URL file://c5/f1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:c5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f8/2a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/26/00/sstate:rpm-native:x86_64-linux:4.19.1.1:r0:x86_64:12:2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://56/c2/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for fb/60/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/3f/sstate:libxft-native::2.3.8:r0::12:f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://86/0b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'd7/7f/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a9/95/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a9/95/sstate%3Agtk-doc%3Acore2-64-poky-linux%3A1.34.0%3Ar0%3Acore2-64%3A12%3Aa9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706_create_spdx.tar.zst;downloadfilename=a9/95/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706_create_spdx.tar.zst\nDEBUG: Searching for da/90/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://12/65/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237_package_write_deb.tar.zst\nDEBUG: For url file://37/c1/sstate:libfontenc::1.1.8:r0::12:37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/c1/sstate%3Alibfontenc%3A%3A1.1.8%3Ar0%3A%3A12%3A37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99_populate_lic.tar.zst;downloadfilename=37/c1/sstate:libfontenc::1.1.8:r0::12:37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c5/f1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:c5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693_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', '', 'f8/2a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe_create_package_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://a2/14/sstate:opkg-utils:core2-64-poky-linux:0.6.3:r0:core2-64:12:a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/71/11/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7_create_package_spdx.tar.zst\nDEBUG: Searching for 56/c2/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://fb/60/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://ea/7c/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:ea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760_package_write_deb.tar.zst\nDEBUG: Searching for 86/0b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d7/7f/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d7/7f/sstate%3Aat%3Acore2-64-poky-linux%3A3.2.5%3Ar0%3Acore2-64%3A12%3Ad77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d_create_package_spdx.tar.zst;downloadfilename=d7/7f/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d_create_package_spdx.tar.zst\nDEBUG: Using  for da/90/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb_packagedata.tar.zst\nDEBUG: For url ['file', '', '12/65/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237_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://c5/f1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:c5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/f1/sstate%3Alibice%3Acore2-64-poky-linux%3A1.1.1%3Ar0%3Acore2-64%3A12%3Ac5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693_package_write_ipk.tar.zst;downloadfilename=c5/f1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:c5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693_package_write_ipk.tar.zst\nDEBUG: For url file://f8/2a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/2a/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3Af82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe_create_package_spdx.tar.zst;downloadfilename=f8/2a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://08/d3/sstate:pointercal-xinput::0.0:r0::12:08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://9f/0e/sstate:rgb:core2-64-poky-linux:1.1.0:r0:core2-64:12:9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://f7/f2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5_package_write_rpm.tar.zst\nDEBUG: Searching for universal/71/11/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 56/c2/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'fb/60/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for ea/7c/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:ea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 86/0b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e_packagedata.tar.zst\nDEBUG: Testing URL file://da/90/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb_packagedata.tar.zst\nDEBUG: For url file://12/65/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/65/sstate%3Alibnss-mdns%3Acore2-64-poky-linux%3A0.15.1%3Ar0%3Acore2-64%3A12%3A1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237_package_write_deb.tar.zst;downloadfilename=12/65/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://19/53/sstate:packagegroup-core-full-cmdline:all-poky-linux:1.0:r0:allarch:12:1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:aef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://a9/95/sstate:gtk-doc:core2-64-poky-linux:1.34.0:r0:core2-64:12:a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://3d/6a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816_package_write_ipk.tar.zst\nDEBUG: Searching for f7/f2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/71/11/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7_create_package_spdx.tar.zst\nDEBUG: Testing URL file://56/c2/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://fb/60/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/60/sstate%3Axrandr%3Acore2-64-poky-linux%3A1.5.2%3Ar0%3Acore2-64%3A12%3Afb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2_create_spdx.tar.zst;downloadfilename=fb/60/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2_create_spdx.tar.zst\nDEBUG: Using  for ea/7c/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:ea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760_package_write_deb.tar.zst\nDEBUG: Testing URL file://86/0b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e_packagedata.tar.zst\nDEBUG: For url ['file', '', 'da/90/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb_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://37/c1/sstate:libfontenc::1.1.8:r0::12:37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://c8/41/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:c841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for ae/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:aef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://22/2d/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b_package_write_rpm.tar.zst\nDEBUG: Searching for 3d/6a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for f7/f2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5_package_write_rpm.tar.zst\nDEBUG: Testing URL file://universal/71/11/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', '56/c2/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee_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://ea/7c/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:ea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '86/0b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://da/90/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/da/90/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3Ada90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb_packagedata.tar.zst;downloadfilename=da/90/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://c5/f1/sstate:libice:core2-64-poky-linux:1.1.1:r0:core2-64:12:c5f16dc6d758dfe261ba8ab795c02e460658cad6367b22377ffa21aba8101693_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://d7/7f/sstate:at:core2-64-poky-linux:3.2.5:r0:core2-64:12:d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://b3/bf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d_create_spdx.tar.zst\nDEBUG: Searching for c8/41/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:c841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ae/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:aef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3_package_write_ipk.tar.zst\nDEBUG: Searching for 22/2d/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3d/6a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816_package_write_ipk.tar.zst\nDEBUG: Testing URL file://f7/f2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', 'universal/71/11/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://56/c2/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/56/c2/sstate%3Avala%3Acore2-64-poky-linux%3A0.56.17%3Ar0%3Acore2-64%3A12%3A56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee_deploy_source_date_epoch.tar.zst;downloadfilename=56/c2/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ea/7c/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:ea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760_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://86/0b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/86/0b/sstate%3Autil-linux-libuuid%3Acore2-64-poky-linux%3A2.39.3%3Ar0%3Acore2-64%3A12%3A860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e_packagedata.tar.zst;downloadfilename=86/0b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://45/d7/sstate:python3-calver-native::2022.6.26:r0::12:45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://f8/2a/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://6a/b3/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e_create_package_spdx.tar.zst\nDEBUG: Searching for b3/bf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for c8/41/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:c841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://ae/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:aef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3_package_write_ipk.tar.zst\nDEBUG: Using  for 22/2d/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b_package_write_rpm.tar.zst\nDEBUG: Testing URL file://3d/6a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'f7/f2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5_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/71/11/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/71/11/sstate%3Alibpcre2-native%3Ax86_64-linux%3A10.44%3Ar0%3Ax86_64%3A12%3A711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7_create_package_spdx.tar.zst;downloadfilename=universal/71/11/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7_create_package_spdx.tar.zst\nDEBUG: For url file://ea/7c/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:ea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ea/7c/sstate%3Azlib%3Acore2-64-poky-linux%3A1.3.1%3Ar0%3Acore2-64%3A12%3Aea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760_package_write_deb.tar.zst;downloadfilename=ea/7c/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:ea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://12/65/sstate:libnss-mdns:core2-64-poky-linux:0.15.1:r0:core2-64:12:1265992f4ef1d908e474a357c8e9ec6274806ec2f2b5362fdd511dbf3d99a237_package_write_deb.tar.zst\nDEBUG: Searching for 45/d7/sstate:python3-calver-native::2022.6.26:r0::12:45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://a6/7a/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:a67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/60/sstate:xrandr:core2-64-poky-linux:1.5.2:r0:core2-64:12:fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2_create_spdx.tar.zst\nDEBUG: Searching for 6a/b3/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b3/bf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d_create_spdx.tar.zst\nDEBUG: Testing URL file://c8/41/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:c841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'ae/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:aef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3_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://22/2d/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '3d/6a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816_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://f7/f2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f7/f2/sstate%3Apackagegroup-core-tools-debug%3Acore2-64-poky-linux%3A1.0%3Ar0%3Acore2-64%3A12%3Af7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5_package_write_rpm.tar.zst;downloadfilename=f7/f2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://b2/cc/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b_package_write_rpm.tar.zst\nDEBUG: Using  for 45/d7/sstate:python3-calver-native::2022.6.26:r0::12:45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3_populate_lic.tar.zst\nDEBUG: Searching for a6/7a/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:a67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d2/7e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:d27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 6a/b3/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e_create_package_spdx.tar.zst\nDEBUG: Testing URL file://b3/bf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d_create_spdx.tar.zst\nDEBUG: For url ['file', '', 'c8/41/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:c841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1_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/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:aef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/f4/sstate%3Axinput%3Acore2-64-poky-linux%3A1.6.4%3Ar0%3Acore2-64%3A12%3Aaef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3_package_write_ipk.tar.zst;downloadfilename=ae/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:aef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '22/2d/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b_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://3d/6a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3d/6a/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816_package_write_ipk.tar.zst;downloadfilename=3d/6a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816_package_write_ipk.tar.zst\nDEBUG: Searching for b2/cc/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://45/d7/sstate:python3-calver-native::2022.6.26:r0::12:45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://da/90/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb_packagedata.tar.zst\nDEBUG: Using  for a6/7a/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:a67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for d2/7e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:d27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://6a/b3/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'b3/bf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://c8/41/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:c841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c8/41/sstate%3Alibgcc%3Acore2-64-poky-linux%3A14.1.0%3Ar0%3Acore2-64%3A12%3Ac841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1_deploy_source_date_epoch.tar.zst;downloadfilename=c8/41/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:c841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://22/2d/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/22/2d/sstate%3Alibssh2%3Acore2-64-poky-linux%3A1.11.0%3Ar0%3Acore2-64%3A12%3A222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b_package_write_rpm.tar.zst;downloadfilename=22/2d/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://56/c2/sstate:vala:core2-64-poky-linux:0.56.17:r0:core2-64:12:56c227d02a7a51184b9176f4c0165b49f8313083069d203aa985650c8be1feee_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b2/cc/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://86/0b/sstate:util-linux-libuuid:core2-64-poky-linux:2.39.3:r0:core2-64:12:860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e_packagedata.tar.zst\nDEBUG: For url ['file', '', '45/d7/sstate:python3-calver-native::2022.6.26:r0::12:45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3_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/71/11/sstate:libpcre2-native:x86_64-linux:10.44:r0:x86_64:12:711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://ea/7c/sstate:zlib:core2-64-poky-linux:1.3.1:r0:core2-64:12:ea7cc37e39c86b3ac2e09b7e867390480d3983b82a770a8c460cfab94f2b9760_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://9a/b2/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a6/7a/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:a67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for d2/7e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:d27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '6a/b3/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://b3/bf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b3/bf/sstate%3Agst-examples%3Acore2-64-poky-linux%3A1.18.6%3Ar0%3Acore2-64%3A12%3Ab3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d_create_spdx.tar.zst;downloadfilename=b3/bf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://03/c7/sstate:matchbox-theme-sato::0.2:r0::12:03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988_populate_lic.tar.zst\nDEBUG: Testing URL file://b2/cc/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f7/f2/sstate:packagegroup-core-tools-debug:core2-64-poky-linux:1.0:r0:core2-64:12:f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://ae/78/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:ae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815_populate_sysroot.tar.zst\nDEBUG: For url file://45/d7/sstate:python3-calver-native::2022.6.26:r0::12:45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/45/d7/sstate%3Apython3-calver-native%3A%3A2022.6.26%3Ar0%3A%3A12%3A45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3_populate_lic.tar.zst;downloadfilename=45/d7/sstate:python3-calver-native::2022.6.26:r0::12:45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://16/08/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://f6/f2/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27_populate_sysroot.tar.zst\nDEBUG: Searching for 9a/b2/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a6/7a/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:a67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2_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://d2/7e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:d27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://6a/b3/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6a/b3/sstate%3Agnome-desktop-testing%3Acore2-64-poky-linux%3A2021.1%3Ar0%3Acore2-64%3A12%3A6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e_create_package_spdx.tar.zst;downloadfilename=6a/b3/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e_create_package_spdx.tar.zst\nDEBUG: Searching for 03/c7/sstate:matchbox-theme-sato::0.2:r0::12:03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b2/cc/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b_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://3d/6a/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:3d6a9f927a73afc4fe3c10efa8289c71696ab864b8ac23c3418b7f10f8f79816_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/f4/sstate:xinput:core2-64-poky-linux:1.6.4:r0:core2-64:12:aef45bb8fd751b4d282d3cbf3133bb8dcfaac33d466ec03c4786c460b9b777d3_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/a7/2d/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce_create_package_spdx.tar.zst\nDEBUG: Searching for ae/78/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:ae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 16/08/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for f6/f2/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 9a/b2/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8_populate_sysroot.tar.zst\nDEBUG: For url file://a6/7a/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:a67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a6/7a/sstate%3Agroff%3Acore2-64-poky-linux%3A1.23.0%3Ar0%3Acore2-64%3A12%3Aa67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2_deploy_source_date_epoch.tar.zst;downloadfilename=a6/7a/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:a67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'd2/7e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:d27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4_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 03/c7/sstate:matchbox-theme-sato::0.2:r0::12:03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988_populate_lic.tar.zst\nDEBUG: For url file://b2/cc/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b2/cc/sstate%3Ased%3Acore2-64-poky-linux%3A4.9%3Ar0%3Acore2-64%3A12%3Ab2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b_package_write_rpm.tar.zst;downloadfilename=b2/cc/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://c8/41/sstate:libgcc:core2-64-poky-linux:14.1.0:r0:core2-64:12:c841417adedee4a4ad03d20646f2ccbad8a20b06002fc6b346d47ecaa4bc6bd1_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://02/50/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://8b/77/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849_package_write_deb.tar.zst\nDEBUG: Searching for universal/a7/2d/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for ae/78/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:ae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815_populate_sysroot.tar.zst\nDEBUG: Using  for 16/08/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb_package_write_deb.tar.zst\nDEBUG: Using  for f6/f2/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27_populate_sysroot.tar.zst\nDEBUG: Testing URL file://9a/b2/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8_populate_sysroot.tar.zst\nDEBUG: For url file://d2/7e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:d27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d2/7e/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.1%3Ar0%3Acore2-64%3A12%3Ad27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4_deploy_source_date_epoch.tar.zst;downloadfilename=d2/7e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:d27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://03/c7/sstate:matchbox-theme-sato::0.2:r0::12:03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://22/2d/sstate:libssh2:core2-64-poky-linux:1.11.0:r0:core2-64:12:222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://27/0d/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557_populate_sysroot.tar.zst\nDEBUG: Searching for 02/50/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://45/d7/sstate:python3-calver-native::2022.6.26:r0::12:45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b3/bf/sstate:gst-examples:core2-64-poky-linux:1.18.6:r0:core2-64:12:b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d_create_spdx.tar.zst\nDEBUG: Searching for 8b/77/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/a7/2d/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce_create_package_spdx.tar.zst\nDEBUG: Testing URL file://ae/78/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:ae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815_populate_sysroot.tar.zst\nDEBUG: Testing URL file://16/08/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb_package_write_deb.tar.zst\nDEBUG: Testing URL file://f6/f2/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '9a/b2/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8_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/c7/sstate:matchbox-theme-sato::0.2:r0::12:03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988_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://b4/d4/sstate:libsm::1.2.4:r0::12:b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66_populate_lic.tar.zst\nDEBUG: Searching for 27/0d/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 02/50/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6d/b8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://a8/9c/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66_recipe_qa.tar.zst\nDEBUG: Using  for 8b/77/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/a7/2d/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'ae/78/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:ae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815_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/08/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb_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', '', 'f6/f2/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://9a/b2/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/9a/b2/sstate%3Agdb%3Acore2-64-poky-linux%3A14.2%3Ar0%3Acore2-64%3A12%3A9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8_populate_sysroot.tar.zst;downloadfilename=9a/b2/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8_populate_sysroot.tar.zst\nDEBUG: For url file://03/c7/sstate:matchbox-theme-sato::0.2:r0::12:03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/c7/sstate%3Amatchbox-theme-sato%3A%3A0.2%3Ar0%3A%3A12%3A03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988_populate_lic.tar.zst;downloadfilename=03/c7/sstate:matchbox-theme-sato::0.2:r0::12:03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://6a/b3/sstate:gnome-desktop-testing:core2-64-poky-linux:2021.1:r0:core2-64:12:6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e_create_package_spdx.tar.zst\nDEBUG: Searching for b4/d4/sstate:libsm::1.2.4:r0::12:b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 27/0d/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557_populate_sysroot.tar.zst\nDEBUG: Testing URL file://02/50/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f_recipe_qa.tar.zst\nDEBUG: Searching for 6d/b8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for a8/9c/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://8b/77/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/a7/2d/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://ae/78/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:ae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/ae/78/sstate%3Alibfm-extra%3Acore2-64-poky-linux%3A1.3.2%3Ar0%3Acore2-64%3A12%3Aae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815_populate_sysroot.tar.zst;downloadfilename=ae/78/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:ae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815_populate_sysroot.tar.zst\nDEBUG: For url file://16/08/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/16/08/sstate%3Alibatomic-ops%3Acore2-64-poky-linux%3A7.8.2%3Ar0%3Acore2-64%3A12%3A160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb_package_write_deb.tar.zst;downloadfilename=16/08/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb_package_write_deb.tar.zst\nDEBUG: For url file://f6/f2/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f6/f2/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.2%3Ar0%3Acore2-64%3A12%3Af6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27_populate_sysroot.tar.zst;downloadfilename=f6/f2/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://a6/7a/sstate:groff:core2-64-poky-linux:1.23.0:r0:core2-64:12:a67a32edd1d2cf1474ade2b952f14a8acb9c850e256d1efed4273a6837b43aa2_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a7/5f/sstate:python3-pytest::8.2.2:r0::12:a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://b2/cc/sstate:sed:core2-64-poky-linux:4.9:r0:core2-64:12:b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://d2/7e/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:d27eda8968c0b28a63727bf621b1e4b7f99981a33f427d201c1efb9f2de771c4_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b4/d4/sstate:libsm::1.2.4:r0::12:b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66_populate_lic.tar.zst\nDEBUG: Testing URL file://27/0d/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '02/50/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 6d/b8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://9a/b2/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:9ab2adcf5ae9365011bfa5ad9e826279853513af283eb86c759d7d6661f597a8_populate_sysroot.tar.zst\nDEBUG: Using  for a8/9c/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '8b/77/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849_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/a7/2d/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/a7/2d/sstate%3Avirglrenderer-native%3Ax86_64-linux%3A1.0.1%3Ar0%3Ax86_64%3A12%3Aa72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce_create_package_spdx.tar.zst;downloadfilename=universal/a7/2d/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://03/c7/sstate:matchbox-theme-sato::0.2:r0::12:03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/57/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c_populate_sysroot.tar.zst\nDEBUG: Searching for a7/5f/sstate:python3-pytest::8.2.2:r0::12:a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://b8/b0/sstate:glibc-locale::2.39+git:r0::12:b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://03/54/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091_recipe_qa.tar.zst\nDEBUG: Testing URL file://b4/d4/sstate:libsm::1.2.4:r0::12:b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66_populate_lic.tar.zst\nDEBUG: For url ['file', '', '27/0d/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://02/50/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/02/50/sstate%3Amatchbox-session-sato%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f_recipe_qa.tar.zst;downloadfilename=02/50/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f_recipe_qa.tar.zst\nDEBUG: Testing URL file://6d/b8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://e9/c7/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:e9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa_package_write_deb.tar.zst\nDEBUG: Testing URL file://a8/9c/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66_recipe_qa.tar.zst\nDEBUG: For url file://8b/77/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/8b/77/sstate%3Alibsamplerate0%3Acore2-64-poky-linux%3A0.2.2%3Ar0%3Acore2-64%3A12%3A8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849_package_write_deb.tar.zst;downloadfilename=8b/77/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/eb/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b_package_write_ipk.tar.zst\nDEBUG: Searching for 3b/57/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for a7/5f/sstate:python3-pytest::8.2.2:r0::12:a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740_populate_lic.tar.zst\nDEBUG: Searching for b8/b0/sstate:glibc-locale::2.39+git:r0::12:b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 03/54/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b4/d4/sstate:libsm::1.2.4:r0::12:b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66_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/0d/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/27/0d/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A12%3A270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557_populate_sysroot.tar.zst;downloadfilename=27/0d/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6d/b8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185_package_write_rpm.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e9/c7/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:e9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'a8/9c/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 3b/eb/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 3b/57/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c_populate_sysroot.tar.zst\nDEBUG: Testing URL file://a7/5f/sstate:python3-pytest::8.2.2:r0::12:a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://ae/78/sstate:libfm-extra:core2-64-poky-linux:1.3.2:r0:core2-64:12:ae78f829eb8c445a5d786770237b48ae022a4c4016082468a80c754297bdd815_populate_sysroot.tar.zst\nDEBUG: Using  for b8/b0/sstate:glibc-locale::2.39+git:r0::12:b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d_populate_lic.tar.zst\nDEBUG: Using  for 03/54/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091_recipe_qa.tar.zst\nDEBUG: For url file://b4/d4/sstate:libsm::1.2.4:r0::12:b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/d4/sstate%3Alibsm%3A%3A1.2.4%3Ar0%3A%3A12%3Ab4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66_populate_lic.tar.zst;downloadfilename=b4/d4/sstate:libsm::1.2.4:r0::12:b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66_populate_lic.tar.zst\nDEBUG: For url file://6d/b8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/b8/sstate%3Alibrepo%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185_package_write_rpm.tar.zst;downloadfilename=6d/b8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185_package_write_rpm.tar.zst\nDEBUG: Using  for e9/c7/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:e9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa_package_write_deb.tar.zst\nDEBUG: For url file://a8/9c/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a8/9c/sstate%3Agdb%3Acore2-64-poky-linux%3A14.2%3Ar0%3Acore2-64%3A12%3Aa89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66_recipe_qa.tar.zst;downloadfilename=a8/9c/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://f6/f2/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://16/08/sstate:libatomic-ops:core2-64-poky-linux:7.8.2:r0:core2-64:12:160819be5b9c7308e64e01f1a262ab21fd5415e5b5d5e503a49fa00c1db3babb_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/a7/2d/sstate:virglrenderer-native:x86_64-linux:1.0.1:r0:x86_64:12:a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce_create_package_spdx.tar.zst\nDEBUG: Using  for 3b/eb/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://3b/57/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', 'a7/5f/sstate:python3-pytest::8.2.2:r0::12:a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740_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/3a/3a/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980_populate_sysroot.tar.zst\nDEBUG: Testing URL file://b8/b0/sstate:glibc-locale::2.39+git:r0::12:b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d_populate_lic.tar.zst\nDEBUG: Testing URL file://03/54/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091_recipe_qa.tar.zst\nDEBUG: Testing URL file://e9/c7/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:e9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://02/50/sstate:matchbox-session-sato:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://5c/a0/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://8b/77/sstate:libsamplerate0:core2-64-poky-linux:0.2.2:r0:core2-64:12:8b77f4909a3d0fa57ee5c66c8be5b623955f68e928421ce3c475809073eb8849_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://26/05/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://7e/06/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884_package_write_deb.tar.zst\nDEBUG: Testing URL file://3b/eb/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '3b/57/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://a7/5f/sstate:python3-pytest::8.2.2:r0::12:a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a7/5f/sstate%3Apython3-pytest%3A%3A8.2.2%3Ar0%3A%3A12%3Aa75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740_populate_lic.tar.zst;downloadfilename=a7/5f/sstate:python3-pytest::8.2.2:r0::12:a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740_populate_lic.tar.zst\nDEBUG: Searching for universal/3a/3a/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'b8/b0/sstate:glibc-locale::2.39+git:r0::12:b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d_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/54/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091_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/c7/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:e9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa_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://27/0d/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:270daddebf983ac1064052dcd9b732ca1b373778ecb0743d615aba685b315557_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://c0/b4/sstate:bash-completion::2.14.0:r0::12:c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16_populate_lic.tar.zst\nDEBUG: Searching for 5c/a0/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://1a/3c/sstate:zlib-native::1.3.1:r0::12:1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec_populate_lic.tar.zst\nDEBUG: Searching for 26/05/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 7e/06/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '3b/eb/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b_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://3b/57/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/57/sstate%3Apython3-pathlib2%3Acore2-64-poky-linux%3A2.3.7%3Ar0%3Acore2-64%3A12%3A3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c_populate_sysroot.tar.zst;downloadfilename=3b/57/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c_populate_sysroot.tar.zst\nDEBUG: Using  for universal/3a/3a/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b4/d4/sstate:libsm::1.2.4:r0::12:b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66_populate_lic.tar.zst\nDEBUG: For url file://b8/b0/sstate:glibc-locale::2.39+git:r0::12:b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b8/b0/sstate%3Aglibc-locale%3A%3A2.39%2Bgit%3Ar0%3A%3A12%3Ab8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d_populate_lic.tar.zst;downloadfilename=b8/b0/sstate:glibc-locale::2.39+git:r0::12:b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d_populate_lic.tar.zst\nDEBUG: For url file://03/54/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/54/sstate%3Alibxft%3Acore2-64-poky-linux%3A2.3.8%3Ar0%3Acore2-64%3A12%3A0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091_recipe_qa.tar.zst;downloadfilename=03/54/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091_recipe_qa.tar.zst\nDEBUG: For url file://e9/c7/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:e9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e9/c7/sstate%3Apulseaudio-client-conf-sato%3Aall-poky-linux%3A1%3Ar0%3Aallarch%3A12%3Ae9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa_package_write_deb.tar.zst;downloadfilename=e9/c7/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:e9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://d4/56/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5_create_spdx.tar.zst\nDEBUG: Searching for c0/b4/sstate:bash-completion::2.14.0:r0::12:c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 5c/a0/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683_create_spdx.tar.zst\nDEBUG: Searching for 1a/3c/sstate:zlib-native::1.3.1:r0::12:1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 26/05/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 7e/06/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884_package_write_deb.tar.zst\nDEBUG: For url file://3b/eb/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/eb/sstate%3Agpgme%3Acore2-64-poky-linux%3A1.23.2%3Ar0%3Acore2-64%3A12%3A3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b_package_write_ipk.tar.zst;downloadfilename=3b/eb/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://universal/3a/3a/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/b8/sstate:librepo:core2-64-poky-linux:1.17.0:r0:core2-64:12:6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://7a/ec/sstate:kmod::32:r0::12:7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387_populate_lic.tar.zst\nDEBUG: Searching for d4/56/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://a8/9c/sstate:gdb:core2-64-poky-linux:14.2:r0:core2-64:12:a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66_recipe_qa.tar.zst\nDEBUG: Using  for c0/b4/sstate:bash-completion::2.14.0:r0::12:c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16_populate_lic.tar.zst\nDEBUG: Testing URL file://5c/a0/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683_create_spdx.tar.zst\nDEBUG: Using  for 1a/3c/sstate:zlib-native::1.3.1:r0::12:1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec_populate_lic.tar.zst\nDEBUG: Testing URL file://26/05/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://a7/5f/sstate:python3-pytest::8.2.2:r0::12:a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740_populate_lic.tar.zst\nDEBUG: Testing URL file://7e/06/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'universal/3a/3a/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980_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://e2/f0/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad_package_qa.tar.zst\nDEBUG: Searching for 7a/ec/sstate:kmod::32:r0::12:7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for d4/56/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://65/7c/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c0/b4/sstate:bash-completion::2.14.0:r0::12:c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5c/a0/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://1a/3c/sstate:zlib-native::1.3.1:r0::12:1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec_populate_lic.tar.zst\nDEBUG: For url ['file', '', '26/05/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b_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/57/67/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '7e/06/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884_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/3a/3a/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/3a/3a/sstate%3Alibbsd-native%3Ax86_64-linux%3A0.12.2%3Ar0%3Ax86_64%3A12%3A3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980_populate_sysroot.tar.zst;downloadfilename=universal/3a/3a/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980_populate_sysroot.tar.zst\nDEBUG: Searching for e2/f0/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 7a/ec/sstate:kmod::32:r0::12:7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387_populate_lic.tar.zst\nDEBUG: Testing URL file://d4/56/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5_create_spdx.tar.zst\nDEBUG: Searching for 65/7c/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'c0/b4/sstate:bash-completion::2.14.0:r0::12:c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16_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/a0/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5c/a0/sstate%3Azip%3Acore2-64-poky-linux%3A3.0%3Ar0%3Acore2-64%3A12%3A5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683_create_spdx.tar.zst;downloadfilename=5c/a0/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683_create_spdx.tar.zst\nDEBUG: For url ['file', '', '1a/3c/sstate:zlib-native::1.3.1:r0::12:1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec_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/05/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/05/sstate%3Amatchbox-wm%3Acore2-64-poky-linux%3A1.2.3%3Ar0%3Acore2-64%3A12%3A26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b_deploy_source_date_epoch.tar.zst;downloadfilename=26/05/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/57/67/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://7e/06/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7e/06/sstate%3Alibaio%3Acore2-64-poky-linux%3A0.3.113%3Ar0%3Acore2-64%3A12%3A7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884_package_write_deb.tar.zst;downloadfilename=7e/06/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884_package_write_deb.tar.zst\nDEBUG: Using  for e2/f0/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad_package_qa.tar.zst\nDEBUG: Testing URL file://7a/ec/sstate:kmod::32:r0::12:7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'd4/56/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5_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://3b/57/sstate:python3-pathlib2:core2-64-poky-linux:2.3.7:r0:core2-64:12:3b570ba8216ccda75c278de18a2d2bbe5e24d0967621b75214254f7fa76bf00c_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://b8/b0/sstate:glibc-locale::2.39+git:r0::12:b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d_populate_lic.tar.zst\nDEBUG: Using  for 65/7c/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de_package_write_ipk.tar.zst\nDEBUG: For url file://c0/b4/sstate:bash-completion::2.14.0:r0::12:c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c0/b4/sstate%3Abash-completion%3A%3A2.14.0%3Ar0%3A%3A12%3Ac0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16_populate_lic.tar.zst;downloadfilename=c0/b4/sstate:bash-completion::2.14.0:r0::12:c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16_populate_lic.tar.zst\nDEBUG: For url file://1a/3c/sstate:zlib-native::1.3.1:r0::12:1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/3c/sstate%3Azlib-native%3A%3A1.3.1%3Ar0%3A%3A12%3A1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec_populate_lic.tar.zst;downloadfilename=1a/3c/sstate:zlib-native::1.3.1:r0::12:1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://e9/c7/sstate:pulseaudio-client-conf-sato:all-poky-linux:1:r0:allarch:12:e9c7be97470ff0c03da4c279caa6885cc5c0d933a6854a744fc799b3b1a858fa_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://03/54/sstate:libxft:core2-64-poky-linux:2.3.8:r0:core2-64:12:0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091_recipe_qa.tar.zst\nDEBUG: Using  for universal/57/67/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/eb/sstate:gpgme:core2-64-poky-linux:1.23.2:r0:core2-64:12:3beb66217bf5c97318834ecf3589bc211ad6135c201f368dbc68b938aebae52b_package_write_ipk.tar.zst\nDEBUG: Testing URL file://e2/f0/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad_package_qa.tar.zst\nDEBUG: For url ['file', '', '7a/ec/sstate:kmod::32:r0::12:7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387_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/3a/sstate:libbsd-native:x86_64-linux:0.12.2:r0:x86_64:12:3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980_populate_sysroot.tar.zst\nDEBUG: For url file://d4/56/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d4/56/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A12%3Ad4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5_create_spdx.tar.zst;downloadfilename=d4/56/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://75/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/1f/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462_recipe_qa.tar.zst\nDEBUG: Testing URL file://65/7c/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://08/8d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://5c/a0/sstate:zip:core2-64-poky-linux:3.0:r0:core2-64:12:5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683_create_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://65/c4/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/57/67/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://e8/23/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505_create_package_spdx.tar.zst\nDEBUG: For url ['file', '', 'e2/f0/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://7a/ec/sstate:kmod::32:r0::12:7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/7a/ec/sstate%3Akmod%3A%3A32%3Ar0%3A%3A12%3A7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387_populate_lic.tar.zst;downloadfilename=7a/ec/sstate:kmod::32:r0::12:7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ea/e7/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:eae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 75/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/1f/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://26/05/sstate:matchbox-wm:core2-64-poky-linux:1.2.3:r0:core2-64:12:26057cdb53144ef8ea69363a10364be604997a5905d10d5907cc0a86a5c3860b_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '65/7c/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de_package_write_ipk.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 08/8d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://71/d7/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa_package_qa.tar.zst\nDEBUG: Searching for 65/c4/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/57/67/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e8/23/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://e2/f0/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e2/f0/sstate%3Acurl%3Acore2-64-poky-linux%3A8.8.0%3Ar0%3Acore2-64%3A12%3Ae2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad_package_qa.tar.zst;downloadfilename=e2/f0/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://7e/06/sstate:libaio:core2-64-poky-linux:0.3.113:r0:core2-64:12:7e06b7bb5eac5869eb839d27aae96bb13cc1ce661e0b72c997ceb2f048f6b884_package_write_deb.tar.zst\nDEBUG: Searching for universal/ea/e7/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:eae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 75/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed_recipe_qa.tar.zst\nDEBUG: Using  for universal/1f/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://1c/01/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd_package_write_ipk.tar.zst\nDEBUG: For url file://65/7c/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/7c/sstate%3Akmod%3Acore2-64-poky-linux%3A32%3Ar0%3Acore2-64%3A12%3A657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de_package_write_ipk.tar.zst;downloadfilename=65/7c/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de_package_write_ipk.tar.zst\nDEBUG: Using  for 08/8d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2_package_write_rpm.tar.zst\nDEBUG: Searching for 71/d7/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 65/c4/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4_create_package_spdx.tar.zst\nDEBUG: For url file://universal/57/67/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/57/67/sstate%3Aautoconf-archive-native%3Ax86_64-linux%3A2023.02.20%3Ar0%3Ax86_64%3A12%3A57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32_populate_sysroot.tar.zst;downloadfilename=universal/57/67/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32_populate_sysroot.tar.zst\nDEBUG: Using  for e8/23/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://c5/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357_packagedata.tar.zst\nDEBUG: Using  for universal/ea/e7/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:eae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://1a/3c/sstate:zlib-native::1.3.1:r0::12:1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec_populate_lic.tar.zst\nDEBUG: Testing URL file://75/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed_recipe_qa.tar.zst\nDEBUG: Testing URL file://universal/1f/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462_recipe_qa.tar.zst\nDEBUG: Searching for 1c/01/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://08/8d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2_package_write_rpm.tar.zst\nDEBUG: Using  for 71/d7/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa_package_qa.tar.zst\nDEBUG: Testing URL file://65/c4/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4_create_package_spdx.tar.zst\nDEBUG: Testing URL file://e8/23/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505_create_package_spdx.tar.zst\nDEBUG: Searching for c5/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://d4/56/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://7a/ec/sstate:kmod::32:r0::12:7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387_populate_lic.tar.zst\nDEBUG: Testing URL file://universal/ea/e7/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:eae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://11/61/sstate:libunistring::1.2:r0::12:11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '75/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed_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/1f/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1c/01/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', '08/8d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2_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://71/d7/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa_package_qa.tar.zst\nDEBUG: For url ['file', '', '65/c4/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', 'e8/23/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for c5/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://26/d2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/df/ca/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:dfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/ea/e7/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:eae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92_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 11/61/sstate:libunistring::1.2:r0::12:11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://75/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/75/d6/sstate%3Alibwebp%3Acore2-64-poky-linux%3A1.4.0%3Ar0%3Acore2-64%3A12%3A75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed_recipe_qa.tar.zst;downloadfilename=75/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed_recipe_qa.tar.zst\nDEBUG: For url file://universal/1f/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/1f/61/sstate%3Apython3-installer-native%3Ax86_64-linux%3A0.7.0%3Ar0%3Ax86_64%3A12%3A1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462_recipe_qa.tar.zst;downloadfilename=universal/1f/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462_recipe_qa.tar.zst\nDEBUG: Testing URL file://1c/01/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd_package_write_ipk.tar.zst\nDEBUG: For url file://08/8d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/08/8d/sstate%3Ae2fsprogs%3Acore2-64-poky-linux%3A1.47.0%3Ar0%3Acore2-64%3A12%3A088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2_package_write_rpm.tar.zst;downloadfilename=08/8d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2_package_write_rpm.tar.zst\nDEBUG: For url ['file', '', '71/d7/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa_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/c4/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/65/c4/sstate%3Alibunistring%3Acore2-64-poky-linux%3A1.2%3Ar0%3Acore2-64%3A12%3A65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4_create_package_spdx.tar.zst;downloadfilename=65/c4/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4_create_package_spdx.tar.zst\nDEBUG: For url file://e8/23/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e8/23/sstate%3Akexec-tools%3Acore2-64-poky-linux%3A2.0.28%3Ar0%3Acore2-64%3A12%3Ae82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505_create_package_spdx.tar.zst;downloadfilename=e8/23/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505_create_package_spdx.tar.zst\nDEBUG: Testing URL file://c5/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357_packagedata.tar.zst\nDEBUG: Searching for 26/d2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/df/ca/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:dfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/ea/e7/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:eae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ea/e7/sstate%3Alibxcursor-native%3Ax86_64-linux%3A1.2.2%3Ar0%3Ax86_64%3A12%3Aeae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92_deploy_source_date_epoch.tar.zst;downloadfilename=universal/ea/e7/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:eae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 11/61/sstate:libunistring::1.2:r0::12:11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a_populate_lic.tar.zst\nDEBUG: For url ['file', '', '1c/01/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd_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://e2/f0/sstate:curl:core2-64-poky-linux:8.8.0:r0:core2-64:12:e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://65/7c/sstate:kmod:core2-64-poky-linux:32:r0:core2-64:12:657ce0ebe7b725c937eea39ac3d1d77a3d52f66208cffdf991ac54960683f1de_package_write_ipk.tar.zst\nDEBUG: For url file://71/d7/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/71/d7/sstate%3Ago-runtime%3Acore2-64-poky-linux%3A1.22.4%3Ar0%3Acore2-64%3A12%3A71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa_package_qa.tar.zst;downloadfilename=71/d7/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/57/67/sstate:autoconf-archive-native:x86_64-linux:2023.02.20:r0:x86_64:12:57675dce3b59ae1cbb4afe8872d6c34cf6f7134723f923c5b6d1a6e5ea186d32_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://c0/b4/sstate:bash-completion::2.14.0:r0::12:c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'c5/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 26/d2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16_package_write_deb.tar.zst\nDEBUG: Using  for universal/df/ca/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:dfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://11/61/sstate:libunistring::1.2:r0::12:11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a_populate_lic.tar.zst\nDEBUG: For url file://1c/01/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1c/01/sstate%3Amobile-broadband-provider-info%3Acore2-64-poky-linux%3A20240407%3Ar0%3Acore2-64%3A12%3A1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd_package_write_ipk.tar.zst;downloadfilename=1c/01/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://fa/8f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:fa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://75/d6/sstate:libwebp:core2-64-poky-linux:1.4.0:r0:core2-64:12:75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://12/28/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://6c/33/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://08/8d/sstate:e2fsprogs:core2-64-poky-linux:1.47.0:r0:core2-64:12:088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6b/3b/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://c5/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c5/75/sstate%3Alibevent%3Acore2-64-poky-linux%3A2.1.12%3Ar0%3Acore2-64%3A12%3Ac57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357_packagedata.tar.zst;downloadfilename=c5/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357_packagedata.tar.zst\nDEBUG: Testing URL file://26/d2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16_package_write_deb.tar.zst\nDEBUG: Testing URL file://universal/df/ca/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:dfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '11/61/sstate:libunistring::1.2:r0::12:11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for fa/8f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:fa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f9/fd/sstate:cantarell-fonts::0.303.1:r0::12:f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/1f/61/sstate:python3-installer-native:x86_64-linux:0.7.0:r0:x86_64:12:1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462_recipe_qa.tar.zst\nDEBUG: Searching for 12/28/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 6c/33/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://6d/55/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/6b/3b/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', '26/d2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16_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/df/ca/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:dfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112_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/c4/sstate:libunistring:core2-64-poky-linux:1.2:r0:core2-64:12:65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4_create_package_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://e8/23/sstate:kexec-tools:core2-64-poky-linux:2.0.28:r0:core2-64:12:e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505_create_package_spdx.tar.zst\nDEBUG: For url file://11/61/sstate:libunistring::1.2:r0::12:11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/11/61/sstate%3Alibunistring%3A%3A1.2%3Ar0%3A%3A12%3A11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a_populate_lic.tar.zst;downloadfilename=11/61/sstate:libunistring::1.2:r0::12:11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a_populate_lic.tar.zst\nDEBUG: Using  for fa/8f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:fa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for f9/fd/sstate:cantarell-fonts::0.303.1:r0::12:f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://03/bc/sstate:libxdamage-native::1.1.6:r0::12:03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53_populate_lic.tar.zst\nDEBUG: Using  for 12/28/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e_package_qa.tar.zst\nDEBUG: Using  for 6c/33/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053_populate_sysroot.tar.zst\nDEBUG: Searching for 6d/55/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for universal/6b/3b/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://26/d2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/26/d2/sstate%3Aman-db%3Acore2-64-poky-linux%3A2.12.1%3Ar0%3Acore2-64%3A12%3A26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16_package_write_deb.tar.zst;downloadfilename=26/d2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16_package_write_deb.tar.zst\nDEBUG: For url file://universal/df/ca/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:dfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/df/ca/sstate%3Ancurses-native%3Ax86_64-linux%3A6.5%3Ar0%3Ax86_64%3A12%3Adfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112_deploy_source_date_epoch.tar.zst;downloadfilename=universal/df/ca/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:dfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/50/f2/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://b6/09/sstate:python3-pygments::2.18.0:r0::12:b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363_populate_lic.tar.zst\nDEBUG: Testing URL file://fa/8f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:fa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f9/fd/sstate:cantarell-fonts::0.303.1:r0::12:f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/ea/e7/sstate:libxcursor-native:x86_64-linux:1.2.2:r0:x86_64:12:eae7dcf433ed9288f513a4d3b0957dccad77ef767332c9345257f2de4fe56b92_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 03/bc/sstate:libxdamage-native::1.1.6:r0::12:03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://71/d7/sstate:go-runtime:core2-64-poky-linux:1.22.4:r0:core2-64:12:71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa_package_qa.tar.zst\nDEBUG: Testing URL file://12/28/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e_package_qa.tar.zst\nDEBUG: Testing URL file://6c/33/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053_populate_sysroot.tar.zst\nDEBUG: Using  for 6d/55/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/6b/3b/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for universal/50/f2/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for b6/09/sstate:python3-pygments::2.18.0:r0::12:b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1c/01/sstate:mobile-broadband-provider-info:core2-64-poky-linux:20240407:r0:core2-64:12:1c01e2dae69a2181c0b4856eac048a717e7a22f1d1d6771dd6f386409d93becd_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'fa/8f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:fa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f_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/75/sstate:libevent:core2-64-poky-linux:2.1.12:r0:core2-64:12:c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357_packagedata.tar.zst\nDEBUG: Testing URL file://f9/fd/sstate:cantarell-fonts::0.303.1:r0::12:f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://e6/c0/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:e6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c_package_write_deb.tar.zst\nDEBUG: Using  for 03/bc/sstate:libxdamage-native::1.1.6:r0::12:03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://63/c8/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0_package_qa.tar.zst\nDEBUG: For url ['file', '', '12/28/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '6c/33/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053_populate_sysroot.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://6d/55/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/6b/3b/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe_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/50/f2/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for b6/09/sstate:python3-pygments::2.18.0:r0::12:b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://57/31/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://11/61/sstate:libunistring::1.2:r0::12:11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a_populate_lic.tar.zst\nDEBUG: For url file://fa/8f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:fa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fa/8f/sstate%3Atar%3Acore2-64-poky-linux%3A1.35%3Ar0%3Acore2-64%3A12%3Afa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f_deploy_source_date_epoch.tar.zst;downloadfilename=fa/8f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:fa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://fb/c8/sstate:libxft::2.3.8:r0::12:fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'f9/fd/sstate:cantarell-fonts::0.303.1:r0::12:f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for e6/c0/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:e6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://03/bc/sstate:libxdamage-native::1.1.6:r0::12:03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53_populate_lic.tar.zst\nDEBUG: Searching for 63/c8/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://12/28/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/12/28/sstate%3Alibepoxy%3Acore2-64-poky-linux%3A1.5.10%3Ar0%3Acore2-64%3A12%3A122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e_package_qa.tar.zst;downloadfilename=12/28/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e_package_qa.tar.zst\nDEBUG: For url file://6c/33/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6c/33/sstate%3Aconnman-gnome%3Acore2-64-poky-linux%3A0.7%3Ar0%3Acore2-64%3A12%3A6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053_populate_sysroot.tar.zst;downloadfilename=6c/33/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '6d/55/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75_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/6b/3b/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6b/3b/sstate%3Alibsdl2-native%3Ax86_64-linux%3A2.30.3%3Ar0%3Ax86_64%3A12%3A6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe_deploy_source_date_epoch.tar.zst;downloadfilename=universal/6b/3b/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://universal/50/f2/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044_deploy_source_date_epoch.tar.zst\nDEBUG: Testing URL file://b6/09/sstate:python3-pygments::2.18.0:r0::12:b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363_populate_lic.tar.zst\nDEBUG: Searching for 57/31/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://19/0c/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac_recipe_qa.tar.zst\nDEBUG: Searching for fb/c8/sstate:libxft::2.3.8:r0::12:fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://f9/fd/sstate:cantarell-fonts::0.303.1:r0::12:f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f9/fd/sstate%3Acantarell-fonts%3A%3A0.303.1%3Ar0%3A%3A12%3Af9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd_populate_lic.tar.zst;downloadfilename=f9/fd/sstate:cantarell-fonts::0.303.1:r0::12:f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd_populate_lic.tar.zst\nDEBUG: Using  for e6/c0/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:e6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '03/bc/sstate:libxdamage-native::1.1.6:r0::12:03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 63/c8/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0_package_qa.tar.zst\nDEBUG: For url file://6d/55/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/6d/55/sstate%3Aexpat%3Acore2-64-poky-linux%3A2.6.2%3Ar0%3Acore2-64%3A12%3A6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75_deploy_source_date_epoch.tar.zst;downloadfilename=6d/55/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'universal/50/f2/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044_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/ca/sstate:ncurses-native:x86_64-linux:6.5:r0:x86_64:12:dfcaa6464b0327982c6f542c6067ea357a386fb5a4b5ffeebd775a4c58a87112_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://26/d2/sstate:man-db:core2-64-poky-linux:2.12.1:r0:core2-64:12:26d2f4689a0183bf0eda25e8523eecd80198e4230d0e7917e95ef821ec8d4f16_package_write_deb.tar.zst\nDEBUG: For url ['file', '', 'b6/09/sstate:python3-pygments::2.18.0:r0::12:b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 57/31/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c_package_qa.tar.zst\nDEBUG: Searching for 19/0c/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for fb/c8/sstate:libxft::2.3.8:r0::12:fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2_populate_lic.tar.zst\nDEBUG: Testing URL file://e6/c0/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:e6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c_package_write_deb.tar.zst\nDEBUG: For url file://03/bc/sstate:libxdamage-native::1.1.6:r0::12:03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/03/bc/sstate%3Alibxdamage-native%3A%3A1.1.6%3Ar0%3A%3A12%3A03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53_populate_lic.tar.zst;downloadfilename=03/bc/sstate:libxdamage-native::1.1.6:r0::12:03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53_populate_lic.tar.zst\nDEBUG: Testing URL file://63/c8/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0_package_qa.tar.zst\nDEBUG: For url file://universal/50/f2/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/50/f2/sstate%3Aninja-native%3Ax86_64-linux%3A1.12.1%3Ar0%3Ax86_64%3A12%3A50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044_deploy_source_date_epoch.tar.zst;downloadfilename=universal/50/f2/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://1a/09/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://fa/8f/sstate:tar:core2-64-poky-linux:1.35:r0:core2-64:12:fa8f60666c77faaf8fad73134a4e8dcc0ba4b17f8b2cb5370792c893a0e7ae4f_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Attempting to fetch file://a3/4c/sstate:alsa-plugins::1.2.12:r0::12:a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a_populate_lic.tar.zst\nDEBUG: For url file://b6/09/sstate:python3-pygments::2.18.0:r0::12:b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b6/09/sstate%3Apython3-pygments%3A%3A2.18.0%3Ar0%3A%3A12%3Ab60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363_populate_lic.tar.zst;downloadfilename=b6/09/sstate:python3-pygments::2.18.0:r0::12:b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363_populate_lic.tar.zst\nDEBUG: Testing URL file://57/31/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c_package_qa.tar.zst\nDEBUG: Using  for 19/0c/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac_recipe_qa.tar.zst\nDEBUG: Testing URL file://fb/c8/sstate:libxft::2.3.8:r0::12:fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'e6/c0/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:e6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c_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', '', '63/c8/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Searching for 1a/09/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://eb/d3/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:ebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://12/28/sstate:libepoxy:core2-64-poky-linux:1.5.10:r0:core2-64:12:122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e_package_qa.tar.zst\nDEBUG: Searching for a3/4c/sstate:alsa-plugins::1.2.12:r0::12:a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://6c/33/sstate:connman-gnome:core2-64-poky-linux:0.7:r0:core2-64:12:6c33837f78997bb2d31c7b8d7ae2a9a04968a8bdc3056dea69ebd1061aef9053_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/6b/3b/sstate:libsdl2-native:x86_64-linux:2.30.3:r0:x86_64:12:6b3b3cc2cf95d6eec152ebf544b6b15fd2a615bd64e2de0ffd0776853b26b8fe_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '57/31/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://19/0c/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac_recipe_qa.tar.zst\nDEBUG: For url ['file', '', 'fb/c8/sstate:libxft::2.3.8:r0::12:fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url file://e6/c0/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:e6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/e6/c0/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.13%3Ar0%3Acore2-64%3A12%3Ae6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c_package_write_deb.tar.zst;downloadfilename=e6/c0/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:e6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c_package_write_deb.tar.zst\nDEBUG: For url file://63/c8/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/63/c8/sstate%3Apython3-six%3Acore2-64-poky-linux%3A1.16.0%3Ar0%3Acore2-64%3A12%3A63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0_package_qa.tar.zst;downloadfilename=63/c8/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0_package_qa.tar.zst\nDEBUG: Using  for 1a/09/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2_packagedata.tar.zst\nDEBUG: Searching for eb/d3/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:ebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://d3/40/sstate:shadow-sysroot::4.6:r0::12:d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5_populate_lic.tar.zst\nDEBUG: Using  for a3/4c/sstate:alsa-plugins::1.2.12:r0::12:a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://f8/62/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://0c/9f/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://f9/fd/sstate:cantarell-fonts::0.303.1:r0::12:f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd_populate_lic.tar.zst\nDEBUG: For url file://57/31/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/57/31/sstate%3Alibcap-ng%3Acore2-64-poky-linux%3A0.8.5%3Ar0%3Acore2-64%3A12%3A5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c_package_qa.tar.zst;downloadfilename=57/31/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://6d/55/sstate:expat:core2-64-poky-linux:2.6.2:r0:core2-64:12:6d553a5ffedbb3ea6aaf510c0150c4faf5af29ec996fca0e49a63c1d073b8c75_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '19/0c/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac_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/c8/sstate:libxft::2.3.8:r0::12:fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/fb/c8/sstate%3Alibxft%3A%3A2.3.8%3Ar0%3A%3A12%3Afbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2_populate_lic.tar.zst;downloadfilename=fb/c8/sstate:libxft::2.3.8:r0::12:fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2_populate_lic.tar.zst\nDEBUG: Testing URL file://1a/09/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2_packagedata.tar.zst\nDEBUG: Using  for eb/d3/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:ebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34_package_write_ipk.tar.zst\nDEBUG: Searching for d3/40/sstate:shadow-sysroot::4.6:r0::12:d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://a3/4c/sstate:alsa-plugins::1.2.12:r0::12:a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://03/bc/sstate:libxdamage-native::1.1.6:r0::12:03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53_populate_lic.tar.zst\nDEBUG: Searching for f8/62/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 0c/9f/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://f2/66/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:f26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://aa/bb/sstate:python3-pathlib2-native::2.3.7:r0::12:aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7_populate_lic.tar.zst\nDEBUG: For url file://19/0c/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/19/0c/sstate%3Anghttp2%3Acore2-64-poky-linux%3A1.62.0%3Ar0%3Acore2-64%3A12%3A190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac_recipe_qa.tar.zst;downloadfilename=19/0c/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://universal/50/f2/sstate:ninja-native:x86_64-linux:1.12.1:r0:x86_64:12:50f29012f21228befb0d723b40638f6bdda5ff26cc94e7d61af26c5856743044_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '1a/09/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://eb/d3/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:ebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34_package_write_ipk.tar.zst\nDEBUG: Using  for d3/40/sstate:shadow-sysroot::4.6:r0::12:d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5_populate_lic.tar.zst\nDEBUG: For url ['file', '', 'a3/4c/sstate:alsa-plugins::1.2.12:r0::12:a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a_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://74/16/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for f8/62/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f_package_write_rpm.tar.zst\nDEBUG: Using  for 0c/9f/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6_packagedata.tar.zst\nDEBUG: Searching for f2/66/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:f26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for aa/bb/sstate:python3-pathlib2-native::2.3.7:r0::12:aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://5d/bc/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://b6/09/sstate:python3-pygments::2.18.0:r0::12:b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363_populate_lic.tar.zst\nDEBUG: For url file://1a/09/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1a/09/sstate%3Apsplash%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3A1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2_packagedata.tar.zst;downloadfilename=1a/09/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2_packagedata.tar.zst\nDEBUG: For url ['file', '', 'eb/d3/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:ebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34_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://d3/40/sstate:shadow-sysroot::4.6:r0::12:d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5_populate_lic.tar.zst\nDEBUG: For url file://a3/4c/sstate:alsa-plugins::1.2.12:r0::12:a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/a3/4c/sstate%3Aalsa-plugins%3A%3A1.2.12%3Ar0%3A%3A12%3Aa34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a_populate_lic.tar.zst;downloadfilename=a3/4c/sstate:alsa-plugins::1.2.12:r0::12:a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a_populate_lic.tar.zst\nDEBUG: Searching for 74/16/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://f8/62/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f_package_write_rpm.tar.zst\nDEBUG: Testing URL file://0c/9f/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6_packagedata.tar.zst\nDEBUG: Using  for f2/66/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:f26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278_package_write_deb.tar.zst\nDEBUG: Using  for aa/bb/sstate:python3-pathlib2-native::2.3.7:r0::12:aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7_populate_lic.tar.zst\nDEBUG: Searching for 5d/bc/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://universal/2b/94/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26_recipe_qa.tar.zst\nDEBUG: For url file://eb/d3/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:ebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/eb/d3/sstate%3Alibdaemon%3Acore2-64-poky-linux%3A0.14%3Ar0%3Acore2-64%3A12%3Aebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34_package_write_ipk.tar.zst;downloadfilename=eb/d3/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:ebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34_package_write_ipk.tar.zst\nDEBUG: For url ['file', '', 'd3/40/sstate:shadow-sysroot::4.6:r0::12:d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5_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/c0/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:e6c0191b7a95fb0c45ccce30dda540167fa8da6349f32e90c4f6606f744ea58c_package_write_deb.tar.zst\nDEBUG: Using  for 74/16/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'f8/62/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f_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:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6_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://57/31/sstate:libcap-ng:core2-64-poky-linux:0.8.5:r0:core2-64:12:5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c_package_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://63/c8/sstate:python3-six:core2-64-poky-linux:1.16.0:r0:core2-64:12:63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0_package_qa.tar.zst\nDEBUG: Testing URL file://f2/66/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:f26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278_package_write_deb.tar.zst\nDEBUG: Testing URL file://aa/bb/sstate:python3-pathlib2-native::2.3.7:r0::12:aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7_populate_lic.tar.zst\nDEBUG: Using  for 5d/bc/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c_package_qa.tar.zst\nDEBUG: Searching for universal/2b/94/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://d3/40/sstate:shadow-sysroot::4.6:r0::12:d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/d3/40/sstate%3Ashadow-sysroot%3A%3A4.6%3Ar0%3A%3A12%3Ad3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5_populate_lic.tar.zst;downloadfilename=d3/40/sstate:shadow-sysroot::4.6:r0::12:d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://fb/c8/sstate:libxft::2.3.8:r0::12:fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2_populate_lic.tar.zst\nDEBUG: SState: Attempting to fetch file://b4/c2/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59_package_qa.tar.zst\nDEBUG: Testing URL file://74/16/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1_deploy_source_date_epoch.tar.zst\nDEBUG: For url file://f8/62/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f8/62/sstate%3Alibtool%3Acore2-64-poky-linux%3A2.5.0%3Ar0%3Acore2-64%3A12%3Af862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f_package_write_rpm.tar.zst;downloadfilename=f8/62/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f_package_write_rpm.tar.zst\nDEBUG: For url file://0c/9f/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/0c/9f/sstate%3Azstd%3Acore2-64-poky-linux%3A1.5.6%3Ar0%3Acore2-64%3A12%3A0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6_packagedata.tar.zst;downloadfilename=0c/9f/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://42/18/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://49/f3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb_package.tar.zst\nDEBUG: For url ['file', '', 'f2/66/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:f26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278_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', '', 'aa/bb/sstate:python3-pathlib2-native::2.3.7:r0::12:aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7_populate_lic.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Testing URL file://5d/bc/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c_package_qa.tar.zst\nDEBUG: Using  for universal/2b/94/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26_recipe_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://73/90/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c_package_write_ipk.tar.zst\nDEBUG: Searching for b4/c2/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://19/0c/sstate:nghttp2:core2-64-poky-linux:1.62.0:r0:core2-64:12:190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac_recipe_qa.tar.zst\nDEBUG: For url ['file', '', '74/16/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1_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 42/18/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for 49/f3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://1a/09/sstate:psplash:core2-64-poky-linux:0.1+git:r0:core2-64:12:1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2_packagedata.tar.zst\nDEBUG: For url file://f2/66/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:f26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/f2/66/sstate%3Afribidi%3Acore2-64-poky-linux%3A1.0.15%3Ar0%3Acore2-64%3A12%3Af26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278_package_write_deb.tar.zst;downloadfilename=f2/66/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:f26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://a3/4c/sstate:alsa-plugins::1.2.12:r0::12:a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://eb/d3/sstate:libdaemon:core2-64-poky-linux:0.14:r0:core2-64:12:ebd31107091259051603ef45dd328dba760ed99ab57f038f63b3aaf047e30f34_package_write_ipk.tar.zst\nDEBUG: For url file://aa/bb/sstate:python3-pathlib2-native::2.3.7:r0::12:aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/aa/bb/sstate%3Apython3-pathlib2-native%3A%3A2.3.7%3Ar0%3A%3A12%3Aaabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7_populate_lic.tar.zst;downloadfilename=aa/bb/sstate:python3-pathlib2-native::2.3.7:r0::12:aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7_populate_lic.tar.zst\nDEBUG: For url ['file', '', '5d/bc/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c_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/2b/94/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26_recipe_qa.tar.zst\nDEBUG: Searching for 73/90/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for b4/c2/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://37/c2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7_package_write_deb.tar.zst\nDEBUG: For url file://74/16/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/74/16/sstate%3Alibpng%3Acore2-64-poky-linux%3A1.6.43%3Ar0%3Acore2-64%3A12%3A7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1_deploy_source_date_epoch.tar.zst;downloadfilename=74/16/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1_deploy_source_date_epoch.tar.zst\nDEBUG: Using  for 42/18/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33_packagedata.tar.zst\nDEBUG: Using  for 49/f3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb_package.tar.zst\nDEBUG: SState: Attempting to fetch file://98/d9/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://69/1f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065_package_qa.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/6a/4b/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9_create_spdx.tar.zst\nDEBUG: For url file://5d/bc/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/5d/bc/sstate%3Anet-tools%3Acore2-64-poky-linux%3A2.10%3Ar0%3Acore2-64%3A12%3A5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c_package_qa.tar.zst;downloadfilename=5d/bc/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c_package_qa.tar.zst\nDEBUG: For url ['file', '', 'universal/2b/94/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 73/90/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://d3/40/sstate:shadow-sysroot::4.6:r0::12:d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5_populate_lic.tar.zst\nDEBUG: Testing URL file://b4/c2/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59_package_qa.tar.zst\nDEBUG: Searching for 37/c2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7_package_write_deb.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://42/18/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33_packagedata.tar.zst\nDEBUG: Testing URL file://49/f3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb_package.tar.zst\nDEBUG: Searching for 98/d9/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc_create_package_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://f8/62/sstate:libtool:core2-64-poky-linux:2.5.0:r0:core2-64:12:f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f_package_write_rpm.tar.zst\nDEBUG: Searching for 69/1f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065_package_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for universal/6a/4b/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://universal/2b/94/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/2b/94/sstate%3Alibssh2-native%3Ax86_64-linux%3A1.11.0%3Ar0%3Ax86_64%3A12%3A2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26_recipe_qa.tar.zst;downloadfilename=universal/2b/94/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26_recipe_qa.tar.zst\nDEBUG: Testing URL file://73/90/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://0c/9f/sstate:zstd:core2-64-poky-linux:1.5.6:r0:core2-64:12:0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://94/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', 'b4/c2/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59_package_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 37/c2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7_package_write_deb.tar.zst\nDEBUG: For url ['file', '', '42/18/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: For url ['file', '', '49/f3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb_package.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 98/d9/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc_create_package_spdx.tar.zst\nDEBUG: SState: Attempting to fetch file://universal/ce/88/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53_populate_sysroot.tar.zst\nDEBUG: Using  for 69/1f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065_package_qa.tar.zst\nDEBUG: Using  for universal/6a/4b/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9_create_spdx.tar.zst\nDEBUG: For url ['file', '', '73/90/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c_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://64/c3/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab_package_write_rpm.tar.zst\nDEBUG: SState: Successful fetch test for file://f2/66/sstate:fribidi:core2-64-poky-linux:1.0.15:r0:core2-64:12:f26624e040701751b282bb931d009868cd8aacaf4f757ff511f84f8944fad278_package_write_deb.tar.zst\nDEBUG: Searching for 94/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4_deploy_source_date_epoch.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://b4/c2/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/b4/c2/sstate%3Adbus-wait%3Acore2-64-poky-linux%3A0.1%2Bgit%3Ar0%3Acore2-64%3A12%3Ab4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59_package_qa.tar.zst;downloadfilename=b4/c2/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59_package_qa.tar.zst\nDEBUG: Testing URL file://37/c2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7_package_write_deb.tar.zst\nDEBUG: For url file://42/18/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/42/18/sstate%3Alibxrender%3Acore2-64-poky-linux%3A0.9.11%3Ar0%3Acore2-64%3A12%3A42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33_packagedata.tar.zst;downloadfilename=42/18/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33_packagedata.tar.zst\nDEBUG: For url file://49/f3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/49/f3/sstate%3Apython3-wcwidth%3Acore2-64-poky-linux%3A0.2.13%3Ar0%3Acore2-64%3A12%3A49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb_package.tar.zst;downloadfilename=49/f3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb_package.tar.zst\nDEBUG: Testing URL file://98/d9/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc_create_package_spdx.tar.zst\nDEBUG: Searching for universal/ce/88/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Testing URL file://69/1f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065_package_qa.tar.zst\nDEBUG: Testing URL file://universal/6a/4b/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9_create_spdx.tar.zst\nDEBUG: For url file://73/90/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/73/90/sstate%3Asbc%3Acore2-64-poky-linux%3A2.0%3Ar0%3Acore2-64%3A12%3A7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c_package_write_ipk.tar.zst;downloadfilename=73/90/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c_package_write_ipk.tar.zst\nDEBUG: Searching for 64/c3/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab_package_write_rpm.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Attempting to fetch file://4c/f5/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2_packagedata.tar.zst\nDEBUG: Using  for 94/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '37/c2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7_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://aa/bb/sstate:python3-pathlib2-native::2.3.7:r0::12:aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://74/16/sstate:libpng:core2-64-poky-linux:1.6.43:r0:core2-64:12:7416008c207cdbe7db7438e6b80033499363a96a5aea17066cdb9db344fa64a1_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '98/d9/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc_create_package_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for universal/ce/88/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53_populate_sysroot.tar.zst\nDEBUG: For url ['file', '', '69/1f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065_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/6a/4b/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9_create_spdx.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 64/c3/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab_package_write_rpm.tar.zst\nDEBUG: Searching for 4c/f5/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2_packagedata.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://universal/2b/94/sstate:libssh2-native:x86_64-linux:1.11.0:r0:x86_64:12:2b94a39679c4f6d10a738aae03902c702bba95bb4369724b92bdeb86867e8e26_recipe_qa.tar.zst\nDEBUG: Testing URL file://94/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4_deploy_source_date_epoch.tar.zst\nDEBUG: SState: Successful fetch test for file://5d/bc/sstate:net-tools:core2-64-poky-linux:2.10:r0:core2-64:12:5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c_package_qa.tar.zst\nDEBUG: For url file://37/c2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7_package_write_deb.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/37/c2/sstate%3Amatchbox-keyboard%3Acore2-64-poky-linux%3A0.1.1%3Ar0%3Acore2-64%3A12%3A37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7_package_write_deb.tar.zst;downloadfilename=37/c2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7_package_write_deb.tar.zst\nDEBUG: SState: Attempting to fetch file://2e/12/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5_package_write_ipk.tar.zst\nDEBUG: SState: Attempting to fetch file://c1/f7/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f_recipe_qa.tar.zst\nDEBUG: For url file://98/d9/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc_create_package_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/98/d9/sstate%3Alibxcb%3Acore2-64-poky-linux%3A1.17.0%3Ar0%3Acore2-64%3A12%3A98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc_create_package_spdx.tar.zst;downloadfilename=98/d9/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc_create_package_spdx.tar.zst\nDEBUG: Testing URL file://universal/ce/88/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53_populate_sysroot.tar.zst\nDEBUG: For url file://69/1f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065_package_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/69/1f/sstate%3Axdpyinfo%3Acore2-64-poky-linux%3A1.3.4%3Ar0%3Acore2-64%3A12%3A691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065_package_qa.tar.zst;downloadfilename=69/1f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065_package_qa.tar.zst\nDEBUG: For url file://universal/6a/4b/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/6a/4b/sstate%3Alua-native%3Ax86_64-linux%3A5.4.6%3Ar0%3Ax86_64%3A12%3A6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9_create_spdx.tar.zst;downloadfilename=universal/6a/4b/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9_create_spdx.tar.zst\nDEBUG: Testing URL file://64/c3/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab_package_write_rpm.tar.zst\nDEBUG: Using  for 4c/f5/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2_packagedata.tar.zst\nDEBUG: SState: Attempting to fetch file://90/7e/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1_create_spdx.tar.zst\nDEBUG: For url ['file', '', '94/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4_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/62/sstate:librepo-native::1.17.0:r0::12:66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d_populate_lic.tar.zst\nDEBUG: Searching for 2e/12/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5_package_write_ipk.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Searching for c1/f7/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f_recipe_qa.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url ['file', '', 'universal/ce/88/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53_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://b4/c2/sstate:dbus-wait:core2-64-poky-linux:0.1+git:r0:core2-64:12:b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59_package_qa.tar.zst\nDEBUG: For url ['file', '', '64/c3/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab_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://42/18/sstate:libxrender:core2-64-poky-linux:0.9.11:r0:core2-64:12:42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33_packagedata.tar.zst\nDEBUG: Testing URL file://4c/f5/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2_packagedata.tar.zst\nDEBUG: SState: Successful fetch test for file://49/f3/sstate:python3-wcwidth:core2-64-poky-linux:0.2.13:r0:core2-64:12:49f3a352060e5717e79c74e9929974d2a8449b1b10f789f91eb82cb117b8f1cb_package.tar.zst\nDEBUG: Searching for 90/7e/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1_create_spdx.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://94/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4_deploy_source_date_epoch.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/94/74/sstate%3Axserver-xf86-config%3Aqemux86_64-poky-linux%3A0.1%3Ar0%3Aqemux86_64%3A12%3A94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4_deploy_source_date_epoch.tar.zst;downloadfilename=94/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4_deploy_source_date_epoch.tar.zst\nDEBUG: Searching for 66/62/sstate:librepo-native::1.17.0:r0::12:66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d_populate_lic.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: Using  for 2e/12/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5_package_write_ipk.tar.zst\nDEBUG: Using  for c1/f7/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f_recipe_qa.tar.zst\nDEBUG: For url file://universal/ce/88/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/universal/ce/88/sstate%3Apython3-setuptools-scm-native%3Ax86_64-linux%3A8.1.0%3Ar0%3Ax86_64%3A12%3Ace8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53_populate_sysroot.tar.zst;downloadfilename=universal/ce/88/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53_populate_sysroot.tar.zst\nDEBUG: SState: Attempting to fetch file://1b/e0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000_populate_sysroot.tar.zst\nDEBUG: For url file://64/c3/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab_package_write_rpm.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/64/c3/sstate%3Accache%3Acore2-64-poky-linux%3A4.10%3Ar0%3Acore2-64%3A12%3A64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab_package_write_rpm.tar.zst;downloadfilename=64/c3/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab_package_write_rpm.tar.zst\nDEBUG: SState: Attempting to fetch file://3b/db/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70_package.tar.zst\nDEBUG: For url ['file', '', '4c/f5/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2_packagedata.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 90/7e/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1_create_spdx.tar.zst\nDEBUG: Using  for 66/62/sstate:librepo-native::1.17.0:r0::12:66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d_populate_lic.tar.zst\nDEBUG: Testing URL file://2e/12/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://73/90/sstate:sbc:core2-64-poky-linux:2.0:r0:core2-64:12:7390352996b72ea7f9509dc0b0039fb6ecf06881d8ca74eed9a9213739f95a4c_package_write_ipk.tar.zst\nDEBUG: Testing URL file://c1/f7/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f_recipe_qa.tar.zst\nDEBUG: Searching for 1b/e0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000_populate_sysroot.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: SState: Successful fetch test for file://37/c2/sstate:matchbox-keyboard:core2-64-poky-linux:0.1.1:r0:core2-64:12:37c269c99e2933dc5db6fea4b5de3506b2a9bf7c4b683896cd11fb9cb28b4bc7_package_write_deb.tar.zst\nDEBUG: SState: Successful fetch test for file://98/d9/sstate:libxcb:core2-64-poky-linux:1.17.0:r0:core2-64:12:98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc_create_package_spdx.tar.zst\nDEBUG: Searching for 3b/db/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70_package.tar.zst in paths:\n    /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/temp_sstate_20240625024020\nDEBUG: For url file://4c/f5/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2_packagedata.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/4c/f5/sstate%3Aorc%3Acore2-64-poky-linux%3A0.4.38%3Ar0%3Acore2-64%3A12%3A4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2_packagedata.tar.zst;downloadfilename=4c/f5/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2_packagedata.tar.zst\nDEBUG: Testing URL file://90/7e/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1_create_spdx.tar.zst\nDEBUG: Testing URL file://66/62/sstate:librepo-native::1.17.0:r0::12:66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d_populate_lic.tar.zst\nDEBUG: For url ['file', '', '2e/12/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5_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', '', 'c1/f7/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f_recipe_qa.tar.zst', '', '', OrderedDict()] comparing ['file', '', '.*', '', '', OrderedDict()] to ['http', 'cdn.jsdelivr.net', '/yocto/sstate/all/PATH', '', '', OrderedDict([('downloadfilename', 'PATH')])]\nDEBUG: Using  for 1b/e0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000_populate_sysroot.tar.zst\nDEBUG: Using  for 3b/db/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70_package.tar.zst\nDEBUG: For url ['file', '', '90/7e/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1_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/62/sstate:librepo-native::1.17.0:r0::12:66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d_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/6a/4b/sstate:lua-native:x86_64-linux:5.4.6:r0:x86_64:12:6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9_create_spdx.tar.zst\nDEBUG: For url file://2e/12/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5_package_write_ipk.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/2e/12/sstate%3Axz%3Acore2-64-poky-linux%3A5.4.6%3Ar0%3Acore2-64%3A12%3A2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5_package_write_ipk.tar.zst;downloadfilename=2e/12/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5_package_write_ipk.tar.zst\nDEBUG: For url file://c1/f7/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f_recipe_qa.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/c1/f7/sstate%3Alibtraceevent%3Acore2-64-poky-linux%3A1.8.2%3Ar0%3Acore2-64%3A12%3Ac1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f_recipe_qa.tar.zst;downloadfilename=c1/f7/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f_recipe_qa.tar.zst\nDEBUG: Testing URL file://1b/e0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000_populate_sysroot.tar.zst\nDEBUG: Testing URL file://3b/db/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70_package.tar.zst\nDEBUG: For url file://90/7e/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1_create_spdx.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/90/7e/sstate%3Ataglib%3Acore2-64-poky-linux%3A2.0.1%3Ar0%3Acore2-64%3A12%3A907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1_create_spdx.tar.zst;downloadfilename=90/7e/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1_create_spdx.tar.zst\nDEBUG: For url file://66/62/sstate:librepo-native::1.17.0:r0::12:66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d_populate_lic.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/66/62/sstate%3Alibrepo-native%3A%3A1.17.0%3Ar0%3A%3A12%3A66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d_populate_lic.tar.zst;downloadfilename=66/62/sstate:librepo-native::1.17.0:r0::12:66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://69/1f/sstate:xdpyinfo:core2-64-poky-linux:1.3.4:r0:core2-64:12:691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065_package_qa.tar.zst\nDEBUG: For url ['file', '', '1b/e0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000_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://94/74/sstate:xserver-xf86-config:qemux86_64-poky-linux:0.1:r0:qemux86_64:12:94745f0e2ff570ded501e96b3c3e1551bfaf79ea214cd713b5261dcf95dbe9a4_deploy_source_date_epoch.tar.zst\nDEBUG: For url ['file', '', '3b/db/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70_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/ce/88/sstate:python3-setuptools-scm-native:x86_64-linux:8.1.0:r0:x86_64:12:ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://64/c3/sstate:ccache:core2-64-poky-linux:4.10:r0:core2-64:12:64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab_package_write_rpm.tar.zst\nDEBUG: For url file://1b/e0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000_populate_sysroot.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/1b/e0/sstate%3Adbus-glib%3Acore2-64-poky-linux%3A0.112%3Ar0%3Acore2-64%3A12%3A1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000_populate_sysroot.tar.zst;downloadfilename=1b/e0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://4c/f5/sstate:orc:core2-64-poky-linux:0.4.38:r0:core2-64:12:4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2_packagedata.tar.zst\nDEBUG: For url file://3b/db/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70_package.tar.zst returning http://cdn.jsdelivr.net/yocto/sstate/all/3b/db/sstate%3Atcp-wrappers%3Acore2-64-poky-linux%3A7.6%3Ar0%3Acore2-64%3A12%3A3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70_package.tar.zst;downloadfilename=3b/db/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70_package.tar.zst\nDEBUG: SState: Successful fetch test for file://c1/f7/sstate:libtraceevent:core2-64-poky-linux:1.8.2:r0:core2-64:12:c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f_recipe_qa.tar.zst\nDEBUG: SState: Successful fetch test for file://2e/12/sstate:xz:core2-64-poky-linux:5.4.6:r0:core2-64:12:2e1203ab521c9ee98bc31910c0e8fd55d319e3d761571375c292195f0eb5d9a5_package_write_ipk.tar.zst\nDEBUG: SState: Successful fetch test for file://90/7e/sstate:taglib:core2-64-poky-linux:2.0.1:r0:core2-64:12:907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1_create_spdx.tar.zst\nDEBUG: SState: Successful fetch test for file://66/62/sstate:librepo-native::1.17.0:r0::12:66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d_populate_lic.tar.zst\nDEBUG: SState: Successful fetch test for file://1b/e0/sstate:dbus-glib:core2-64-poky-linux:0.112:r0:core2-64:12:1be00480103ab1db421c559f8730dfd656d7fe5381edbb8a4b5cb1a056991000_populate_sysroot.tar.zst\nDEBUG: SState: Successful fetch test for file://3b/db/sstate:tcp-wrappers:core2-64-poky-linux:7.6:r0:core2-64:12:3bdb23580945ff4fe01e481f35f271ea8d74ef5cf2ad01c52dc62e3e8f0caa70_package.tar.zst\ndone.\nSstate summary: Wanted 6654 Local 0 Mirrors 6632 Missed 22 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-core/images/core-image-minimal.bb:do_create_image_sbom 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-extended/images/core-image-full-cmdline.bb:do_create_rootfs_spdx already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_image_spdx already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_image_sbom 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_create_spdx already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_package_spdx 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: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_rootfs_spdx already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_image_spdx already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_image_sbom 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/perf/perf.bb:do_create_spdx already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_package_spdx already handled (fallthrough), skipping\nDEBUG: /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_deb already handled (fallthrough), skipping\nDEBUG: Starting bitbake-worker\nNOTE: Executing Tasks\nDEBUG: No package found, so skipping setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_image_sbom\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_image_spdx is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_image_spdx.0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_image_spdx_setscene.0b981fe346881dc5cfc49a4a9c268827894ac12ccf3c760895f22b7b82959861 not available\nNOTE: Running setscene task 5 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_image_spdx_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: 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-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_lic.2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_lic_setscene.2cf8c3cca1dfe1e47026cd005d7bc409e21ebe484cff88c7048cd79322e41f78 not available\nNOTE: Running setscene task 7 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_lic_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_populate_lic.f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_populate_lic_setscene.f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6 not available\nNOTE: Running setscene task 8 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_populate_lic_setscene)\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_create_image_sbom\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_create_image_spdx\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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb (full)\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_create_rootfs_spdx\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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:12)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_package_spdx.eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_package_spdx_setscene.eabd805da01ef81050d2b1f9f0f2fbb22003ad1d147d5d0eb0e834254e37e177 not available\nNOTE: Running setscene task 14 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_package_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/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_package_spdx.ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_package_spdx_setscene.ee39e349457ed82fc4097fe4994748d0cd7c2bc000802e7f68573309d945b11c not available\nNOTE: Running setscene task 15 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_package_spdx.d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_package_spdx_setscene.d77f942ba83c17566f86b8a5a893de4e4877bb5c4915de10c5bb449cd828525d not available\nNOTE: Running setscene task 16 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_package_spdx_setscene)\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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_package_spdx.d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_package_spdx_setscene.d3f526f6842c9e5e84e421633e9fec8ebb5bd6b46d1810643752ce133ac13206 not available\nNOTE: Running setscene task 17 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_package_spdx.45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_package_spdx_setscene.45dabb90a1299ae0678a8fced927eaa516f0a6a015e42d21bf6f8b3dc0925387 not available\nNOTE: Running setscene task 18 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_package_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/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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:16)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_package_spdx is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_package_spdx.85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_package_spdx_setscene.85281f7b5025fbaf1a2975be87ccf15212fbc2f8bf6b0486cc65ce9fb06533da not available\nNOTE: Running setscene task 19 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_qa.a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_qa_setscene.a0c8f810085a26d5603163002a8dee236487a4948f6fd34d819072b3450eca12 not available\nNOTE: Running setscene task 21 of 6657 (/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/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: 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: 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-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_populate_lic.f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_populate_lic_setscene.f009746c4c625f4852dcaf28cc11cd6d6d72c7a825f6d1c2d3b0f65f19ee1526 not available\nNOTE: Running setscene task 22 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_populate_lic_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/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-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_qa.77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_qa_setscene.77a56bc483a417078500dd647852c8a5e38eee439242e94779fdab3e5f3a372b not available\nNOTE: Running setscene task 23 of 6657 (/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-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: 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: 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: 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-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_populate_lic.76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_populate_lic_setscene.76159581ae62a8d4f4b75a8700bb55e38be1a25fe7f61175c94e105c3b261be3 not available\nNOTE: Running setscene task 24 of 6657 (/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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:269)\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:269)\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/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_qa.ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_qa_setscene.ab4b0ae2b6ef32e0b56e0544fadf93ab22e28a5eeda4ac597eb1f0ffc23ed874 not available\nNOTE: Running setscene task 25 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.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-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/siteinfo.bbclass (from /home/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-recipe/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\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-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_populate_lic.c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_populate_lic_setscene.c5396c03c970991c8443798d753c50f11519117dcd6f1ac5d6bc3c3e7549504b not available\nNOTE: Running setscene task 26 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_lic_setscene)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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/gettext.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_qa.4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_qa_setscene.4f81a8a5310c6cfeac1e03b1d69ff05b6afe51b08b4499b567078e474d3bd6ba not available\nNOTE: Running setscene task 27 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.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-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\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: 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: 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:487)\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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/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/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-devtools/makedevs/makedevs_1.0.1.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/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-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: 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/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/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-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/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/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-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\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/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/siteinfo.bbclass (from /home/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-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/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/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/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-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: 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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb: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-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/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/image_types_wic.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/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/image_types.bbclass:269)\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/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/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:269)\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/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: 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:487)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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: SITE files ['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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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: 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/qemu/qemu-helper-native_1.0.bb:do_populate_lic which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_populate_lic.5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_populate_lic_setscene.5da77ff345266ce0e84cc174722823f5ce0c1bd66ffc24d6f48ed1ecd9d34628 not available\nNOTE: Running setscene task 28 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_lic_setscene)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/qemu-system-native/9.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/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/qemu/qemu-system-native_9.0.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_qa.7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_qa_setscene.7890a083eb7e7b9079dfba8f97eee8e1793519ec502620e237d3f43cc15ad0fa not available\nNOTE: Running setscene task 29 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_spdx.cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_create_spdx_setscene.cc9b80ead2c623d848116ea612d115995ee4cc4aaba8b25d0c356c53911cbf97 not available\nNOTE: Running setscene task 30 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx_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: 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: 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_package_spdx which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_spdx.3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_create_spdx_setscene.3362966e5112194b5aabfc2802ebd2a8c6ec4bbae1e42cea118f10270cdc1088 not available\nNOTE: Running setscene task 31 of 6657 (/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_create_package_spdx which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_spdx.552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_create_spdx_setscene.552ec3bfb4b1a2c25592427ed5a992ed4264b1106b4c3a7a03ca03cacc3614ad not available\nNOTE: Running setscene task 32 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_spdx.34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_create_spdx_setscene.34a4c589abf86a8d34546216b434677ac7907314d4b481a60e2ed72448b83d45 not available\nNOTE: Running setscene task 33 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_spdx.b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_create_spdx_setscene.b1298ae324307674458523f6b9dafe352b68a9baf2a7d6c3ea4de909ccf6dcc4 not available\nNOTE: Running setscene task 34 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_spdx_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-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_populate_lic.4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_populate_lic_setscene.4caba55c3e01239691e4f5d3eb2959037d78dc2f0b69f66aecd45ac231cab567 not available\nNOTE: Running setscene task 35 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_create_package_spdx.46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_create_package_spdx_setscene.46e50e8d841d141f937edbdce6071e6c37531e1adfe2b62d3e151315d50e8489 not available\nNOTE: Running setscene task 36 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_create_package_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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/autotools.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb (full)\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: 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: 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/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.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/ethtool/ethtool_6.7.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/cracklib/cracklib_2.9.11.bb:19)\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: Inheriting /home/pokybuild/yocto-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/cracklib/cracklib_2.9.11.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-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/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: 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/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/siteinfo.bbclass (from /home/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-extended/ethtool/ethtool_6.7.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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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-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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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/ethtool/ethtool_6.7.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/nfs-utils/nfs-utils_2.6.4.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/nfs-utils/nfs-utils_2.6.4.bb:48)\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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.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-extended/mc/mc_4.8.31.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_qa.7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_qa_setscene.7906e955646a7d0517d5f2dd2fb97307d3fa4933b496de2255e02b2792472835 not available\nNOTE: Running setscene task 37 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_populate_lic.cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_populate_lic_setscene.cb189df386529964e9f2e8efa0241b42422f1378cd0297dadb7c64ebf6a9d1b2 not available\nNOTE: Running setscene task 38 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_package_spdx.01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_package_spdx_setscene.01c682bbe8c1f1b71be45b96bc0add83ec86d2d77bb667c37d860a0e3be435d9 not available\nNOTE: Running setscene task 39 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_qa.730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_qa_setscene.730d1cb767e2714373f4b7e06a6bab6f16cdc1ec7a779eed42a9fe6b950b7a05 not available\nNOTE: Running setscene task 40 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_qa_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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nNOTE: Running setscene task 41 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.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-extended/mc/mc_4.8.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-extended/mc/mc_4.8.31.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.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-extended/mc/mc_4.8.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 /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: 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/packagegroups/packagegroup-core-full-cmdline.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.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-extended/mc/mc_4.8.31.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/mc/mc_4.8.31.bb:16)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:16)\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/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-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 //source-date-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: 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-3496823/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_package_spdx.638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_package_spdx_setscene.638983fe326f0a3ece8146b12b7f9356809b3f00c6c33442e86f84e39241afdb not available\nNOTE: Running setscene task 42 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_package_spdx_setscene)\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: SITE files ['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: 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: 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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['makedevs', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_deb 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: Considering setscene task: ['makedevs', 'do_package_write_ipk', '/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:   considering dependency: ['makedevs', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_rpm.8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_package_write_rpm_setscene.8b38cc0478f5948f8df7d757c79feff739af9a199a9223f6035047eafb8b7f31 not available\nNOTE: Running setscene task 45 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['makedevs', 'do_populate_sysroot', '/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:   considering dependency: ['makedevs', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_qa.4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_qa_setscene.4694b27a8ce1cc4e2acdfcf8dd08e8fdf0d475157696aac8451559158db0c0d3 not available\nNOTE: Running setscene task 47 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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: Considering setscene task: ['cracklib', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['cracklib', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_rpm.450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_package_write_rpm_setscene.450e4e0a002647a3a772cab71339b51c47b0b67c21591b2a1e898c2f674201af not available\nNOTE: Running setscene task 50 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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/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-3496823/tmp/work/core2-64-poky-linux/mc/4.8.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-extended/ethtool/ethtool_6.7.bb:do_populate_lic which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_create_package_spdx 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_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/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: Considering setscene task: ['nfs-utils', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_write_deb 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-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Considering setscene task: ['nfs-utils', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_rpm.dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_package_write_rpm_setscene.dca406dcb9a54cefba7c7bc6a4f63ef7281b5c3124c9e183f4a59e07239f85f8 not available\nNOTE: Running setscene task 53 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_populate_sysroot', '/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_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['at', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['at', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_package_spdx 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_rpm.527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_package_write_rpm_setscene.527cf975ca59eecddefff33e04dbd2183e24584750b14de980b305d9cad5fac6 not available\nNOTE: Running setscene task 57 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_rpm_setscene)\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: Considering setscene task: ['at', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['cracklib', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mc/4.8.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-3496823/tmp/work/core2-64-poky-linux/mc/4.8.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-connectivity/nfs-utils/nfs-utils_2.6.4.bb (full)\nDEBUG: Considering setscene task: ['ethtool', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_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-connectivity/nfs-utils/nfs-utils_2.6.4.bb:15)\nDEBUG: Considering setscene task: ['ethtool', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_ipk 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_rpm.73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_package_write_rpm_setscene.73bf007dec28e427557e9fe2d578b407343de9e8dc20caff95ea007bdd364364 not available\nNOTE: Running setscene task 62 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.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-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: Considering setscene task: ['ethtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_create_spdx.b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_create_spdx_setscene.b20d1958147e604b11b849e1d9a76a409337a438bb173845f5de7181b7f59950 not available\nNOTE: Running setscene task 64 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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 /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: ['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_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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_recipe_qa.daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_recipe_qa_setscene.daf3e15ed809c076016b6465fd57301115ec0ffb4631aa7e1c3625e0c5ddd4a1 not available\nNOTE: Running setscene task 65 of 6657 (/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/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/siteinfo.bbclass (from /home/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/nfs-utils/nfs-utils_2.6.4.bb:48)\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-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_populate_lic.07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_populate_lic_setscene.07632bd1bf94f2d7b8f87fb8913f511763f55f8699a9adb715c21c9bd124fdcf not available\nNOTE: Running setscene task 66 of 6657 (/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_package_spdx.526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_package_spdx_setscene.526cb678a3b8416ff8524ae9f7f4bafb4e7e6d4c1b5faec645f5be5ababc6a50 not available\nNOTE: Running setscene task 67 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_qa.0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_qa_setscene.0bbf1ccf2b1a905a92a32f0a5eba2a428c2514ca5c51c036ff36b8e1c9925d28 not available\nNOTE: Running setscene task 68 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_populate_lic.acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_populate_lic_setscene.acb027a942db544f7435e19faea5a1c4705b98d0066d52d544e10a165df8235a not available\nNOTE: Running setscene task 69 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_populate_lic_setscene)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_image_spdx 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: Inheriting /home/pokybuild/yocto-worker/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/mc/mc_4.8.31.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_rootfs_spdx.99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_rootfs_spdx_setscene.99188a5bb8bf3c6c502024ca517ff42e0c23331eef08f76552dabd242fd7110a not available\nNOTE: Running setscene task 71 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_rootfs_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/mc/mc_4.8.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: 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: 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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_deploy.e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_deploy_setscene.e2a58dac2df1186ede705826ea13c106ef535e5a29232019556d1cc14c169acc.qemux86_64 not available\nNOTE: Running setscene task 73 of 6657 (/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-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: 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/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: 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.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-extended/mc/mc_4.8.31.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: 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/time/time_1.9.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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/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/siteinfo.bbclass (from /home/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.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/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_package_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/time/time_1.9.bb:23)\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: SITE files ['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-kernel/linux/linux-yocto_6.6.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: 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/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/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-3496823/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/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: 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: SITE files ['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:207)\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:207)\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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_spdx.f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_spdx_setscene.f052d3792e1df8aade55564ca9f317bcca782108fdc492c8f71ddac14e73a46a not available\nNOTE: Running setscene task 74 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.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/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:698)\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:698)\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:814)\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: SITE files ['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: 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:877)\nDEBUG: SITE files ['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-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_spdx.9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_create_spdx_setscene.9fddbe580e152892a37f7bea98a91f8aeb4b6e76888ad7db48699221e3e21114 not available\nNOTE: Running setscene task 75 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:269)\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:269)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_spdx.73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_create_spdx_setscene.73e4b92b598a462390103ca834218d0ca7e16b44e0726d2a48e2ab5a0cf6427e not available\nNOTE: Running setscene task 76 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/testimage.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_package_qa 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/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:487)\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/qemuboot.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/packagegroups/packagegroup-core-full-cmdline.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/create-spdx-image-3.0.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-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/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_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/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-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/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/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/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/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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:11)\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_create_image_sbom\nDEBUG: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_create_package_spdx.9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_create_package_spdx_setscene.9ccf56f03295c4f660c6cfbb7fb201454716e74025d3b7a13a6176c10347bea9 not available\nNOTE: Running setscene task 78 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_create_package_spdx_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_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/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-extended/cracklib/cracklib_2.9.11.bb:do_package_write_rpm 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/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:269)\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:269)\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: 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:12)\nDEBUG: Inheriting /home/pokybuild/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-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_create_package_spdx.f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_create_package_spdx_setscene.f73ab4bad8c856b60cac94d15457ff15cce328f0e8dbcc1359651fa09f192323 not available\nNOTE: Running setscene task 79 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_create_package_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/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:487)\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/create-spdx-image-3.0.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/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: 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:176)\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-devtools/qemu/qemu-system-native_9.0.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.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/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/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/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-3496823/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_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: No package found, so skipping setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_image_spdx\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: 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: 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: Adding task do_image_ext4 before do_image_complete, after do_image\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mc/4.8.31/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: 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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/mc/mc_4.8.31.bb:do_create_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_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/qemu/qemu-native.inc:3)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/time/1.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['mc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/time/time_1.9.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/time/1.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['mc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/time/1.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-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_write_rpm.af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_package_write_rpm_setscene.af4262291e9fc0e331b94b3f16f07ebde0dc1fa5c58f589862b4c97db3aa14b3 not available\nNOTE: Running setscene task 85 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_write_rpm_setscene)\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: 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: Considering setscene task: ['mc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_populate_sysroot 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_spdx.a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_create_spdx_setscene.a43ca83e2cc4df5ad5429999168063b324bcf0fede69404d4b60111f1e43b287 not available\nNOTE: Running setscene task 87 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_spdx_setscene)\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_create_rootfs_spdx\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.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-extended/mc/mc_4.8.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_package_spdx.1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_package_spdx_setscene.1b4b647b235531581b7b80448099ce8cd0d1753bf938d57db9659d09341226a2 not available\nNOTE: Running setscene task 89 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_package_spdx_setscene)\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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_package_spdx.09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_package_spdx_setscene.09daa624830348d06d7cbc4eed462f4575024d5bc35e13693d8ea32c783f1d7f not available\nNOTE: Running setscene task 90 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_create_package_spdx.da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_create_package_spdx_setscene.da91d2a2fd5502dc15ccab5d7c9e4df43fe26f87a33d3a9fa49213f56a6d5eb3 not available\nNOTE: Running setscene task 91 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_package_spdx.9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_package_spdx_setscene.9bfe0737507cba422a3e4fd018dd1e0cd8dd79df63c6c0b4bb27a67d0b603973 not available\nNOTE: Running setscene task 92 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_package_spdx.27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_package_spdx_setscene.27abaa4f912a4877fb7cdb31af3523cdb7a661c471009786f38b20cf65ec1727 not available\nNOTE: Running setscene task 93 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_package_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/mc/mc_4.8.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-extended/mc/mc_4.8.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-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-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_package_spdx.d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_package_spdx_setscene.d4d3775cf75d2977d676845fbd6589a909d97b2c8ec7611acfd2e7dc5e0e46ee not available\nNOTE: Running setscene task 94 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_package_spdx.603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_package_spdx_setscene.603e1f2881d82a33981e5db5494de10f1a7a71f896a92326d0196209dd2f2f47 not available\nNOTE: Running setscene task 95 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_package_spdx_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: 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-3496823/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-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:34)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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.13.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/multilib_header.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_create_package_spdx 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:17)\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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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/recipes-connectivity/bluez5/bluez5_5.72.bb:1: including bluez5.inc\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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: SITE files ['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-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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_package_spdx.749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_package_spdx_setscene.749ce9b00750272798e25d635474493c8bd8be6e153d7a5e6afb4506a0312b89 not available\nNOTE: Running setscene task 96 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_package_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-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/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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: 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: SITE files ['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/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/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/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-recipe/ptest.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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_create_package_spdx.21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_create_package_spdx_setscene.21549a63e1d2304d9eda1e8df86b1ecbab7fb730c2cbeacc0886439ae4bd0df7 not available\nNOTE: Running setscene task 97 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_create_package_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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_package_spdx.2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_package_spdx_setscene.2ea4378dbb8843f138b408f892aa699d9d60e1f8ed63abcb59dd6e38a6e3c09b not available\nNOTE: Running setscene task 98 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_package_spdx_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: SITE files ['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/connman/connman.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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/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: 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-3496823/tmp/work/x86_64-linux/qemu-system-native/9.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-connectivity/connman/connman.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-connectivity/libnss-mdns/libnss-mdns_0.15.1.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/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: 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/qemu/qemu-system-native_9.0.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_package_spdx.2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_package_spdx_setscene.2b5c713bb095889ed6786e8a2a7d8bd9fe9472f967b15ecf59e9d05a9f445da1 not available\nNOTE: Running setscene task 99 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_package_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/libnss-mdns/libnss-mdns_0.15.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: 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-3496823/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/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: 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: SITE files ['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/libpcap/libpcap_1.10.4.bb: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-3496823/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.32+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-kernel/linux/linux-yocto_6.6.bb:do_deploy which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_create_package_spdx.e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_create_package_spdx_setscene.e22acd49b20c12219508d87839ed4a8039152bb5763b6d6b19c1149e6b563e12 not available\nNOTE: Running setscene task 100 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_package_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/mobile-broadband-provider-info/mobile-broadband-provider-info_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-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/formfactor/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-3496823/tmp/work/core2-64-poky-linux/mc/4.8.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-3496823/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: Inheriting /home/pokybuild/yocto-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-3496823/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 //source-date-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/mc/mc_4.8.31.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_package_spdx.7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_package_spdx_setscene.7e0b8f28eedf4f91aa1ff3cb9bf41c00674775a0a279f0c27a408b52e9623e3c not available\nNOTE: Running setscene task 101 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_package_spdx which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/connman/connman-conf.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pciutils/3.13.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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_create_package_spdx.37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_create_package_spdx_setscene.37dedfd3f0d0cf04cec903dd64395a2dda06aa3b4088416176406f72dcf53b25 not available\nNOTE: Running setscene task 102 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_create_package_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_create_package_spdx.57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_create_package_spdx_setscene.57b3c10f969de1ac3d1ce81af4924b3462f7ea73003ff10da7f56907c7ead7bf not available\nNOTE: Running setscene task 103 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_package_spdx.c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_package_spdx_setscene.c2f0d50104eb23cefa66d80f370815b6ffe8a24044dbc5bf9b7a44fa2a910cd4 not available\nNOTE: Running setscene task 104 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_package_spdx.38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_package_spdx_setscene.38321c6071cae845028d11950f4b5e859fd0a8f9c41384c96e1c1f380b5fd908 not available\nNOTE: Running setscene task 105 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_package_spdx.b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_package_spdx_setscene.b9789776e8778d1a0ed4bc4af253846c36cf51812d8f3c9281778b62bebd46a8 not available\nNOTE: Running setscene task 106 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/update-rc.d.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-gnome_0.7.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/bluez5/5.72/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/iw/6.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-connectivity/ofono/ofono_2.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/ofono/ofono_2.8.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_create_package_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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:43)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/avahi/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-connectivity/ppp/ppp_2.5.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/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.7p1.bb:43)\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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb: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/ofono/ofono_2.8.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/siteinfo.bbclass (from /home/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-connectivity/ofono/ofono_2.8.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/wpa-supplicant/wpa-supplicant_2.10.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:27)\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.7p1.bb:43)\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-connectivity/avahi/avahi_0.8.bb:do_create_package_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.8.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-connectivity/openssh/openssh_9.7p1.bb:43)\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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:43)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_spdx.4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_create_spdx_setscene.4aacf5436b76d970030b350337aca55a57a627dd376e88aeb1ea9e75e359063b not available\nNOTE: Running setscene task 107 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_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-connectivity/openssh/openssh_9.7p1.bb:54)\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-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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:54)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_create_spdx.749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_create_spdx_setscene.749737b5918ca2b789ec2c3160afc28aca6dbe9de11ccc092774ace167cf16c5 not available\nNOTE: Running setscene task 108 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_spdx.3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_create_spdx_setscene.3e30fa4ea1ea574de10cf20898504c4344d98f98ef638049834d1cb7acdd8b5a not available\nNOTE: Running setscene task 109 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_package_spdx.437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_package_spdx_setscene.437a32e8abad3d06e3f435d803251a467e54913d51293ffa1584f965dfa459ad not available\nNOTE: Running setscene task 110 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_package_spdx.2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_package_spdx_setscene.2fa2fa43182299bdeb34a27f135b816eae524628c657c6a8c0ff3f2851915f25 not available\nNOTE: Running setscene task 111 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_package_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-connectivity/openssh/openssh_9.7p1.bb:54)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_rootfs_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_package_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-3496823/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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/siteinfo.bbclass (from /home/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: SITE 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: SITE files ['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/gtk-icon-cache.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/libpcap/libpcap_1.10.4.bb:do_create_package_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/classes-recipe/gtk-icon-cache.bbclass: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-core/dbus/dbus-glib_0.112.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/connman/connman-gnome_0.7.bb:23)\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/siteinfo.bbclass (from /home/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/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-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-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/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/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/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/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/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_package_spdx.e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_package_spdx_setscene.e90171f0b4265e9320bec86ae725c11ba4c75e2ebc86bec414f0f9479a1000f9 not available\nNOTE: Running setscene task 112 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_package_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:48)\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:48)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_spdx.6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_create_spdx_setscene.6537483b43cbc4ae38b0102723085344342a1197d3a87ac428104cab5f9d069d not available\nNOTE: Running setscene task 113 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_spdx.b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_create_spdx_setscene.b2f6908405ce3d1f6670a7b22b874cae6e54a53a434b12f85835b142cefafbff not available\nNOTE: Running setscene task 114 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.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-connectivity/connman/connman-conf.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20240407/source-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_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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_package_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/connman/connman.inc:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_create_package_spdx.857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_create_package_spdx_setscene.857aee7a0f86edf2ac5b465846820ffb6655cb5a9eb1621e162c55951801285b not available\nNOTE: Running setscene task 115 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_create_package_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-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-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-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-connectivity/iproute2/iproute2_6.9.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.9.0.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/neard/0.19/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-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_create_package_spdx.6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_create_package_spdx_setscene.6cc43d805bca464210d6a76317703187d02c48866cef6f9479af7a8f6d5714e1 not available\nNOTE: Running setscene task 116 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_package_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.9.0.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/iproute2/iproute2_6.9.0.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.1.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ofono/2.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-3496823/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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_spdx.88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_create_spdx_setscene.88492a56cdb53b7302ad8901d5bc17c5fcaea1d1501979f1be2c08c225b25520 not available\nNOTE: Running setscene task 117 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.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/multilib_header.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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_package_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-connectivity/openssl/openssl_3.3.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/dbus-wait/dbus-wait_git.bb:do_create_package_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-connectivity/openssl/openssl_3.3.1.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-connectivity/openssl/openssl_3.3.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/manpages.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_package_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_package_spdx.6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_package_spdx_setscene.6b00344347db958bcd71608394cf8a02153dd12443e0086ac7b0131e7b68334f not available\nNOTE: Running setscene task 118 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_package_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/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-3496823/tmp/work/core2-64-poky-linux/iw/6.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-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_package_spdx.ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_package_spdx_setscene.ce37399a0bfa7eba2273350ee756415bab36371dd5e594446d9885a9472d55ba not available\nNOTE: Running setscene task 119 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_package_spdx.5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_package_spdx_setscene.5c3d2055851c6253ace952eb77c3d0bfbb6d14b902643c67ee9ad5becea446b8 not available\nNOTE: Running setscene task 120 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_package_spdx.98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_package_spdx_setscene.98a56923e9622c095bc45a57777b95a04fea1d32327fa6abb8d79d15985f1533 not available\nNOTE: Running setscene task 121 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_package_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-connectivity/neard/neard_0.19.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/libnss-mdns/libnss-mdns_0.15.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/openssh/9.7p1/source-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-files/base-files_3.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-connectivity/socat/socat_1.8.0.0.bb:18)\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: Inheriting /home/pokybuild/yocto-worker/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/base-passwd/base-passwd_3.6.3.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_create_package_spdx 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/build-st-3496823/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-3496823/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-core/busybox/busybox_1.36.1.bb (full)\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-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-3496823/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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['connman-gnome', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_deb 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-core/dbus/dbus-glib_0.112.bb:do_create_package_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-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: Considering setscene task: ['connman-gnome', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['connman-gnome', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['iw', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['iw', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Considering setscene task: ['iw', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libnss-mdns', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['libnss-mdns', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_ipk 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-bsp/v86d/v86d_0.1.10.bb:do_create_package_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/busybox/busybox.inc:364)\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-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_spdx.0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_create_spdx_setscene.0d39742687e4827cbf7ff800f2bfe7725f2be91ae9dcecf5235ced52f82b84cd not available\nNOTE: Running setscene task 130 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_spdx_setscene)\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/dbus/dbus_1.14.10.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['connman-conf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['connman-conf', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['connman-conf', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_ipk which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['connman-conf', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libnss-mdns', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_create_package_spdx.1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_create_package_spdx_setscene.1ff34c6409a6f9d047289663a67f1a81d5ede4098d72169f64d090fef24b6a2a not available\nNOTE: Running setscene task 135 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_create_package_spdx.ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_create_package_spdx_setscene.ff47e023ef7cf10cbfbee3e3bbf27f3142d8e6e35a415a3b51e4d7a627c07903 not available\nNOTE: Running setscene task 136 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_create_package_spdx.494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_create_package_spdx_setscene.494fd419a5bf5c0bf2559051e8c8e49b74ba9d9cdba92fe9b0a301e9dce145d4 not available\nNOTE: Running setscene task 137 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_create_package_spdx.3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_create_package_spdx_setscene.3933e3303d224b1ff0d7fa4d2286cad8513f8ce36f45c8b7fbbcdb874cacd601 not available\nNOTE: Running setscene task 138 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_create_package_spdx.a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_create_package_spdx_setscene.a67c0593ef4c83b030b4ace2933e0324055403e2c88f7680914534b46c8d5305 not available\nNOTE: Running setscene task 139 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_create_package_spdx.f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_create_package_spdx_setscene.f718e5e44952e11f6fac4af88cee6f56bcf1447537fabddc59738da3ba4914d7 not available\nNOTE: Running setscene task 140 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_create_package_spdx.98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_create_package_spdx_setscene.98fd84616641c2a71a06a15f1b4dd6a57983e13d3cc9d452a7bce2a23308b90c not available\nNOTE: Running setscene task 141 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_package_spdx_setscene)\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-core/coreutils/coreutils_9.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-core/coreutils/coreutils_9.5.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-core/ell/ell_0.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-core/ell/ell_0.66.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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-core/expat/expat_2.6.2.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/connman/1.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-core/coreutils/coreutils_9.5.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-core/gettext/gettext-minimal-native_0.22.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:7: including gettext-sources.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.5.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/ell/ell_0.66.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-core/gettext/gettext-minimal-native_0.22.5.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-core/expat/expat_2.6.2.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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-core/coreutils/coreutils_9.5.bb:122)\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.6.2.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/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.5.bb:23: including gettext-sources.inc\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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/gettext/gettext_0.22.5.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-core/coreutils/coreutils_9.5.bb:176)\nDEBUG: 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.6.2.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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/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-core/glib-2.0/glib-2.0_2.80.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-core/glib-2.0/glib.inc:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:1: including glib.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: Considering setscene task: ['connman', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/iproute2/6.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/meson-routines.bbclass (from /home/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-core/gettext/gettext_0.22.5.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/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: 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.5.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-core/gettext/gettext_0.22.5.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/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/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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-connectivity/iproute2/iproute2_6.9.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['connman', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['connman', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_ipk 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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-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/recipes-core/glib-2.0/glib.inc:31)\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/gettext.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/gi-docgen.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/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Considering setscene task: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['connman', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_sysroot 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/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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-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/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_spdx.7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_create_spdx_setscene.7c7f3fd74ae36da90c66d32370577ec3ee1a300a591a4e9143a9e2b514e7fbe2 not available\nNOTE: Running setscene task 145 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_spdx_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-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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:3)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_spdx.fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_create_spdx_setscene.fade900656de12bfad9c9ecea3de863acd0e180b5f28d98cb7e256fa25276ca3 not available\nNOTE: Running setscene task 146 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/openssl/3.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/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: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-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_package_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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:30)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['neard', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['neard', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_ipk which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_create_package_spdx.055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_create_package_spdx_setscene.055a26beefd2e04d92fbb246e74febe627a30823ce10d1ca22fdb780e7527558 not available\nNOTE: Running setscene task 150 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_create_package_spdx.6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_create_package_spdx_setscene.6125c01116b41f38b23bf69466c72e0f22920b7a2c7b31e6cbc9bdb946399186 not available\nNOTE: Running setscene task 151 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_create_package_spdx.0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_create_package_spdx_setscene.0cdfe86084e113b57801b3634fc8384a10e107701589b7a6f41bca74838c66c3 not available\nNOTE: Running setscene task 152 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_create_package_spdx.67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_create_package_spdx_setscene.67aaa30b817bc6934dd853a5687bf155b188a4178aa413460265d714888e2b09 not available\nNOTE: Running setscene task 153 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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-core/glib-networking/glib-networking_2.78.1.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:30)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.1.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb (full)\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.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-core/glibc/cross-localedef-native_2.39.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/gio-module-cache.bbclass:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:1: including glibc-locale.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-locale.inc:1: including glibc-collateral.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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.1.bb:30)\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-3496823/tmp/work/x86_64-linux/gettext-minimal-native/0.22.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/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-core/glibc/glibc-mtrace_2.39.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/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-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:93)\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.39.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/relocatable.bbclass (from /home/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_create_package_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/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_create_package_spdx.038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_create_package_spdx_setscene.038eca02b65c7034974a4488be0b4e19d8d76debd6543a49e2eabf83dae1f573 not available\nNOTE: Running setscene task 154 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_package_spdx.977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_package_spdx_setscene.977fa9d4d43fab2c2fd6bf147fccaecc35fc83198100887878c4089c4a725db0 not available\nNOTE: Running setscene task 155 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_package_spdx_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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-core/glibc/glibc_2.39.bb:1: including glibc.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-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-core/glibc/glibc.inc:2: including glibc-ld.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ell/0.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/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-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/relocatable.bbclass (from /home/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_create_package_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: ['v86d', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:   considering dependency: ['v86d', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_deb 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/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: Considering setscene task: ['v86d', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_ipk 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/glibc/glibc_2.39.bb:2: including glibc-version.inc\nDEBUG: Considering setscene task: ['v86d', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:   considering dependency: ['v86d', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.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: 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-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_spdx.6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_create_spdx_setscene.6945ca3cd6ca40923a26e82d1e9b0040b79f19270fe091cbcc6d0a238fb70dc4 not available\nNOTE: Running setscene task 159 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:129: including glibc-package.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/expat/2.6.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-core/images/core-image-minimal.bb:do_create_package_spdx is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_package_spdx.cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_package_spdx_setscene.cd5b118f1cf9036e77efbe4ed9d35f1c16952e31853db64bfac17e66d35f8046 not available\nNOTE: Running setscene task 160 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_package_spdx.98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_package_spdx_setscene.98fd52686721b6ae1e5184d2d0e268c7064deff5245805bec1787d08c437ea89 not available\nNOTE: Running setscene task 161 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_package_spdx_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-core/glibc/glibc-package.inc:68)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gettext/0.22.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/gettext/gettext_0.22.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/coreutils/9.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/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/images/core-image-minimal.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/core-image.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_create_package_spdx which could be accelerated\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/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/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/init-ifupdown/init-ifupdown_1.0.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-2.0-initial/2.80.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-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/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/ptest.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-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_package_spdx.428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_package_spdx_setscene.428c59371cc4e42753c4d119433c7aa39f153e4c0eeb3308be1de7ce668235db not available\nNOTE: Running setscene task 162 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_package_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/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-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_package_spdx.f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_package_spdx_setscene.f7991c5abd34d5a8213e56680244e9438ab080d644da675e666446e50d0fb699 not available\nNOTE: Running setscene task 163 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_package_spdx.d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_package_spdx_setscene.d2c77ea3efaa6aa83be8ef7e4e23199109bd71d9e376c6ab7a99e91229739afd not available\nNOTE: Running setscene task 164 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_create_package_spdx.c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_create_package_spdx_setscene.c56adaef8bb762deee8977d8d4045196d7bb56586c96880cc5a2f9c214783e3d not available\nNOTE: Running setscene task 165 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/glib-2.0/2.80.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/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/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/initscripts/init-system-helpers_1.66.bb (full)\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: 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/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-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_package_spdx which could be accelerated\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/libxcrypt/libxcrypt_4.4.36.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/cross-localedef-native/2.39+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-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/image_types.bbclass:269)\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/libxml/libxml2_2.12.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/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:269)\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.12.8.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/gnomebase.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_create_package_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_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/libxml/libxml2_2.12.8.bb:37)\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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_spdx.aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_create_spdx_setscene.aea3ca02779bb9ce297a11bb432753309c7d1c8ee6e74183b2ed0b297c3d7d85 not available\nNOTE: Running setscene task 166 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_spdx_setscene)\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:487)\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.12.8.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-core/libxml/libxml2_2.12.8.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/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: Considering setscene task: ['ppp', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['ppp', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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: 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: ['wpa-supplicant', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc-mtrace/2.39+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/recipes-core/libxml/libxml2_2.12.8.bb:39)\nDEBUG: 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: ['wpa-supplicant', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_write_ipk which could be accelerated\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-3496823/tmp/work/core2-64-poky-linux/glibc-locale/2.39+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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_create_package_spdx.4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_create_package_spdx_setscene.4e1626d55ab7f00d1bc80cb6f93a3c5c32de6b23124d12d3c7389b565710ae77 not available\nNOTE: Running setscene task 171 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_create_spdx.b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_create_spdx_setscene.b7b13b4f8604f9955fea1cd54d7824c8d496c1ed926d8f0956d0494f8fbf3637 not available\nNOTE: Running setscene task 172 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_create_package_spdx.30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_create_package_spdx_setscene.30b296d80d9ae7c50f8ba832ad76dd8e90819390d9a7626869ca66c4e03cb776 not available\nNOTE: Running setscene task 173 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_create_package_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_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_spdx.f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_create_spdx_setscene.f7db016cdbed34d3ce7f29d14d13d5ee7415d5dfe975063dc7c1ac12751727af not available\nNOTE: Running setscene task 174 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_package_spdx.1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_package_spdx_setscene.1467d47e627885a8426acf48890722b5e2f871bb49a6fb135eddc81aec36e60f not available\nNOTE: Running setscene task 175 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_package_spdx_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_package_spdx.95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_package_spdx_setscene.95ba3f289ecce61aa73ef2192c3319817cbdbe626188a07142d84e2c85ae93e6 not available\nNOTE: Running setscene task 176 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_package_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-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/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-core/ncurses/ncurses_6.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:1: including ncurses.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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: 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-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/glibc/ldconfig-native_2.12.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-core/ncurses/ncurses.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/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/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/pkgconfig.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-core/packagegroups/packagegroup-base.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/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/nopackages.bbclass (from /home/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-core/ncurses/ncurses.inc: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-boot.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-networking/2.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_package_spdx.e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_package_spdx_setscene.e242d7e8428b935708a20df1137b9418632f484f29733d0cb21655ad3875cbca not available\nNOTE: Running setscene task 177 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_package_spdx_setscene)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.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-core/packagegroups/packagegroup-core-buildessential.bb:11)\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-3496823/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_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_spdx.7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_create_spdx_setscene.7709974d3ca92f5bc94dfad8ceb3293ed8cf074c589942a0bb32b32da51eb20a not available\nNOTE: Running setscene task 178 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_spdx_setscene)\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-3496823/tmp/work/core2-64-poky-linux/glibc/2.39+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-core/init-ifupdown/init-ifupdown_1.0.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/initscripts/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/glibc/glibc_2.39.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_package_spdx.0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_package_spdx_setscene.0082685eebc64170f84c1608ed888ff43fb996588b96a00e6278575141529b60 not available\nNOTE: Running setscene task 179 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_create_package_spdx 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_spdx.95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_create_spdx_setscene.95281e5c931483de3e8996ee4f20d3d85ec696babb65e0718b5f025a10a0c883 not available\nNOTE: Running setscene task 180 of 6657 (/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/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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_package_spdx.b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_package_spdx_setscene.b6236140849742d7ae382c22b0d34a92189e38a408d5dbee266b6a6e6fae25dc not available\nNOTE: Running setscene task 181 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_package_spdx.8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_package_spdx_setscene.8283e027f792818e7ae8923351eb5a07c23865180ebd006508b6a590338a303e not available\nNOTE: Running setscene task 182 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_package_spdx_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/libxml2/2.12.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-core/initscripts/init-system-helpers_1.66.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/packagegroups/packagegroup-core-sdk.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc-mtrace/2.39+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/netbase/netbase_6.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_package_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-sdk.bb:9)\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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/glibc/glibc-mtrace_2.39.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libpcap', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_deb 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: ['libpcap', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['busybox', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['busybox', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['busybox', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['busybox', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['glibc-mtrace', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['glibc-mtrace', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['glibc-mtrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ncurses/6.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-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_create_spdx.21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_create_spdx_setscene.21c69ba277beae6294f92786f88b85020a107643f404293e920d95a1bdef9351 not available\nNOTE: Running setscene task 191 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_package_spdx.2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_package_spdx_setscene.2cf5c8bd39417e10c88cf7d566bae2801b2baa26e8fcc8a52308625bd6aa5ff3 not available\nNOTE: Running setscene task 192 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_package_spdx.80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_package_spdx_setscene.80bb4bd400f66a9f8e696337323e63a47412a8207231ba59510c3a508f4448dd not available\nNOTE: Running setscene task 193 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_package_spdx.f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_package_spdx_setscene.f0a82eb7503a23d0f640dc27bd385523b814ee1fa072b20cc8c207edd0ebcb80 not available\nNOTE: Running setscene task 194 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_package_spdx.1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_package_spdx_setscene.1f295ab13a9dadd0dcbf765e2b2943fdced0b8bdafa4c6822fb24fa5af7539b6 not available\nNOTE: Running setscene task 195 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_package_spdx.e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_package_spdx_setscene.e5e5c4257c1ff0efd5dbd041e6e31b5836a96a771b6f80828b5d0fb0268c793e not available\nNOTE: Running setscene task 196 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_package_spdx.1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_package_spdx_setscene.1f6c66fc2e27aea44f368daf7d8fdde295fc4b86ab16a91913636b49496294be not available\nNOTE: Running setscene task 197 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_package_spdx.d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_package_spdx_setscene.d85599231f47dbecf7f4d37efd2a1bd69583e3fe791f57b34d7379b2bfc2b02d not available\nNOTE: Running setscene task 198 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_package_spdx 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-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: 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-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-rust-sdk-target.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/psplash/psplash_git.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_spdx.93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_create_spdx_setscene.93879593bd2cc9704f05cdfe8305d83289087da8e4240151b95e4780dded8e73 not available\nNOTE: Running setscene task 199 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/readline/readline_8.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/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/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-base.bb:do_create_package_spdx 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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/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/systemd.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-3496823/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: 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-buildessential.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:11)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['init-ifupdown', 'do_package_write_deb', '/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:   considering dependency: ['init-ifupdown', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['init-ifupdown', 'do_package_write_ipk', '/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:   considering dependency: ['init-ifupdown', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['init-ifupdown', 'do_populate_sysroot', '/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:   considering dependency: ['init-ifupdown', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_package_spdx.00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_package_spdx_setscene.00149b0e238c5373fea183259e67d371d1f895c43e1c52214df454867d855030 not available\nNOTE: Running setscene task 203 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_package_spdx.242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_package_spdx_setscene.242a172fa99b9d96ad7a120812f3a9b955de59ee9a0466eba4aafcf215c74d40 not available\nNOTE: Running setscene task 204 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_create_package_spdx.3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_create_package_spdx_setscene.3f664596f7816de6d9e31986cd80d2a0aee97e52f5da84379052b44f5bb9b7c9 not available\nNOTE: Running setscene task 205 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_create_package_spdx_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_package_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: 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-core-sdk.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/ttyrun/ttyrun_2.33.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_package_spdx.09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_package_spdx_setscene.09c6aca1f35eb3ef5c1113a52afd52b39f7504ef07bce2a5a6b9b804f473eb68 not available\nNOTE: Running setscene task 206 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_package_spdx_setscene)\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: Considering setscene task: ['init-system-helpers', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['init-system-helpers', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['init-system-helpers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_package_spdx.0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_package_spdx_setscene.0f340ca1ef0dea73e767360ffef3b106e96d7914852dba03611f25dee3f20ee8 not available\nNOTE: Running setscene task 210 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_create_package_spdx.1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_create_package_spdx_setscene.1c33ac53bbea32cda2600b0e80ef7288c8917bf1e3a7da7879e4c03de49cdb12 not available\nNOTE: Running setscene task 211 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_package_spdx_setscene)\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: Inheriting /home/pokybuild/yocto-worker/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/udev/udev-extraconf_1.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-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: 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/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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:17)\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-3496823/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-3496823/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/netbase/netbase_6.4.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_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['netbase', 'do_package_write_deb', '/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:   considering dependency: ['netbase', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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: Considering setscene task: ['netbase', 'do_package_write_ipk', '/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:   considering dependency: ['netbase', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['netbase', 'do_populate_sysroot', '/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:   considering dependency: ['netbase', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_package_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_create_package_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_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_spdx.2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_create_spdx_setscene.2bba993fd4720317f3c03fc075afac871f84415f94983a89eda7403ae51898be not available\nNOTE: Running setscene task 215 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_package_spdx.ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_package_spdx_setscene.ca58b2f209de3df1b4d4ff0326acdf5d21304373efc3e75429d9033f70ab8249 not available\nNOTE: Running setscene task 216 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_package_spdx.1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_package_spdx_setscene.1f50a98573caaa6d5e58fff71d67db02b5097996cedee574d319fbc93bb79de3 not available\nNOTE: Running setscene task 217 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_create_package_spdx.51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_create_package_spdx_setscene.51b30ac7efe34ef4cb5e1f7aad9ff5928dfe0f0232c98ee394d0612e0b102a05 not available\nNOTE: Running setscene task 218 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_package_spdx.2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_package_spdx_setscene.2dfd6cceb3276472e0175c976e60b88318712d2ca41fcb08f20a023dea94dd55 not available\nNOTE: Running setscene task 219 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_package_spdx.823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_package_spdx_setscene.823b287f92e4b77b6e87e52c3e1757e89abc073a1354ad53325e68ccce6cb412 not available\nNOTE: Running setscene task 220 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_package_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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.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-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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:26)\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-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/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-devtools/autoconf/autoconf_2.72e.bb:58)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: Considering setscene task: ['packagegroup-core-buildessential', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_package_spdx 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-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/siteinfo.bbclass (from /home/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/autoconf_2.72e.bb:58)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_package_spdx which could be accelerated\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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_spdx.6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_spdx_setscene.6e8ee6c7ba7894c0edd13308604ed43068ef6052cd7bb010dde57c4767e882d8 not available\nNOTE: Running setscene task 222 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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/python3-dir.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: ['packagegroup-core-buildessential', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_create_package_spdx.7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_create_package_spdx_setscene.7636c58aa22a288a06bb0ed342a429fa24f14dbdbe97bc064cd35881fca37ee0 not available\nNOTE: Running setscene task 224 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_package_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-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-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_create_package_spdx.056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_create_package_spdx_setscene.056011e17839609d56e2a2d007980c720a38478d6e3d3a8b6e1850ec24cade1b not available\nNOTE: Running setscene task 225 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_create_package_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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_package_spdx.cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_package_spdx_setscene.cf8fec1c3f7b29136c93e648c1c1a0f8210758f4d06b32ae323dbcb60f96af37 not available\nNOTE: Running setscene task 226 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_package_spdx_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: SITE 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.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.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/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-3496823/tmp/work/core2-64-poky-linux/ttyrun/2.33.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/image-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:9)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:1: including binutils.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/binutils/binutils.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_package_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/binutils/binutils.inc:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_create_package_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-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/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/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/siteinfo.bbclass (from /home/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/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/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/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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_create_spdx.456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_create_spdx_setscene.456289c6b256f092e9b88d16bcdb64f8d5a54672229f6aab2e3983ae6a688a57 not available\nNOTE: Running setscene task 227 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:2: including binutils-2.42.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_spdx.57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_create_spdx_setscene.57ddd3662526acf5c82bbb36b0fc6d50768640fb2f63251a95364eef0244cf4e not available\nNOTE: Running setscene task 228 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/update-rc.d/0.8+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/image_types.bbclass:269)\nDEBUG: 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/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-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_spdx.61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_create_spdx_setscene.61cdb18160dbf0bd7282824028dcb750cfcd4cc8c4d5de2251964936afc29245 not available\nNOTE: Running setscene task 229 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.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:269)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:2: including binutils-2.42.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/update-rc.d/update-rc.d_0.8.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_package_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:487)\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/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: 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/create-spdx-image-3.0.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/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-3496823/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: 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/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-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_spdx.35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_create_spdx_setscene.35046c994128530da61716a9e29836a640ead1bf4d7cc47409c9e0f690f08eaa not available\nNOTE: Running setscene task 230 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.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-core/udev/eudev_3.2.14.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_create_package_spdx.ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_create_package_spdx_setscene.ca69855938152a41d5a0367fa8a2fa10740072ba7e2181799648d6530dd54c4c not available\nNOTE: Running setscene task 231 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_create_package_spdx.eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_create_package_spdx_setscene.eca989267e43cdb7193dd2cf32c3f83edda9f72897102e3278f9a56b99087a65 not available\nNOTE: Running setscene task 232 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_create_spdx 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: SITE files ['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-core/udev/udev-extraconf_1.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.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-devtools/btrfs-tools/btrfs-tools_6.8.1.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.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-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:22)\nDEBUG: Considering setscene task: ['packagegroup-rust-sdk-target', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_deb 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.8.1.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.8.1.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: Considering setscene task: ['packagegroup-rust-sdk-target', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_create_package_spdx.d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_create_package_spdx_setscene.d9c274f83234c0dfc8a44bae7f4ed60289ba6c5fb7def708fc03b1a7cd98618c not available\nNOTE: Running setscene task 235 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_create_package_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.8.1.bb:46)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zlib/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/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-3496823/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-3496823/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-core/zlib/zlib_1.3.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb (full)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:1: including cmake.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_package_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/cmake/cmake-native_3.29.3.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_spdx.c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_create_spdx_setscene.c5f9094138123e03482161e853231d4cde8e64d20706811646e3b974dd0781de not available\nNOTE: Running setscene task 236 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_spdx_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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_spdx.e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_create_spdx_setscene.e244af2a4108136cc9bc89665b55c345f80575038eb59307440e936ed65c8437 not available\nNOTE: Running setscene task 237 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_package_spdx.2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_package_spdx_setscene.2b267a982dc752c4eab972401d11abb7012c21009da843c101f70ed20c8290c6 not available\nNOTE: Running setscene task 238 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_package_spdx.5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_package_spdx_setscene.5748a54f9299366f93425b5a0cdc5e448691a1395373ae44505e6cf0c5ca3e5c not available\nNOTE: Running setscene task 239 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_package_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-3496823/tmp/work/x86_64-linux/binutils-cross-x86_64/2.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_create_package_spdx 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/siteinfo.bbclass (from /home/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: 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/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/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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_package_spdx.1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_package_spdx_setscene.1eb004cba75f4f537d839775cd7af9eeb08a989376ad10133de7cf687d4904d3 not available\nNOTE: Running setscene task 240 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-core/util-linux/util-linux_2.39.3.bb:do_create_package_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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/ttyrun/2.33.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_spdx.13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_create_spdx_setscene.13e1918a57c265daf29bda7560ee2e60e0c485e03fec06d4cd41e32936d4ce81 not available\nNOTE: Running setscene task 241 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.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-devtools/diffstat/diffstat_1.66.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: 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.33.1.bb:do_create_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_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['sysvinit-inittab', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['sysvinit-inittab', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['sysvinit-inittab', 'do_populate_sysroot', '/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:   considering dependency: ['sysvinit-inittab', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['ttyrun', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ttyrun', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_ipk which could be accelerated\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: Considering setscene task: ['sysvinit', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_deb 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/binutils/2.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-connectivity/socat/socat_1.8.0.0.bb:18)\nDEBUG: Considering setscene task: ['sysvinit', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_ipk 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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['ttyrun', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_create_package_spdx.19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_create_package_spdx_setscene.19269c10baa0dd3d3315f23e2e4428edb1cc78b8c4110aedcd7be896ddcc5e80 not available\nNOTE: Running setscene task 251 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_package_spdx.f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_package_spdx_setscene.f727358e6d8dbfdbfa4aaebf86f7ea6fb115bab8d98fb6aa0cfa245d5c870050 not available\nNOTE: Running setscene task 252 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_package_spdx.d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_package_spdx_setscene.d5f4b595503d6bc8c16fb15a842ad2586c417de87487b726e703e95c85d3c4cf not available\nNOTE: Running setscene task 253 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_create_package_spdx.ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_create_package_spdx_setscene.ac90f354740b27885a8f021ceaf559b00a0b43c34910d35f81dd2cbe3a53d827 not available\nNOTE: Running setscene task 254 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_package_spdx.b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_package_spdx_setscene.b71887898f80e2aea5b6d955549a1da4dbd3b26dfda956bbd85d73194f276892 not available\nNOTE: Running setscene task 255 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/cmake-native/3.29.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/cmake/cmake-native_3.29.3.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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/dnf/dnf_4.20.0.bb:28)\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: 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.20.0.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ccache/4.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-devtools/e2fsprogs/e2fsprogs_1.47.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.20.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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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/setuptools3-base.bbclass:30)\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/python3-dir.bbclass (from /home/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/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-devtools/elfutils/elfutils_0.191.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/dnf/dnf_4.20.0.bb:28)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_create_package_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/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/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:31)\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-3496823/tmp/work/core2-64-poky-linux/btrfs-tools/6.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: 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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Considering setscene task: ['udev-extraconf', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_deb 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/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/siteinfo.bbclass (from /home/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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_create_package_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/elfutils/elfutils_0.191.bb: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/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-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Considering setscene task: ['udev-extraconf', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_ipk 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.191.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-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: Considering setscene task: ['udev-extraconf', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_create_spdx.daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_create_spdx_setscene.daba0f93db0cf6680e43b4ed59a553bfa548d6adbd007f0a23bcb5610b4595c6 not available\nNOTE: Running setscene task 259 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_create_spdx_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_create_spdx.d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_create_spdx_setscene.d2eb052bbb5ee7c1aabf2d669810ec7a1da7cd3cbbfb16858b4db8245d344559 not available\nNOTE: Running setscene task 260 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_package_spdx.4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_package_spdx_setscene.4b6386569d71324bf5530e50719dfefa652b5188f070d23ffc0c6663fa5fd2de not available\nNOTE: Running setscene task 261 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_package_spdx.66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_package_spdx_setscene.66572c193201b06532ff2689e4697d5cdfd771eb8480abbde7d18169452661df not available\nNOTE: Running setscene task 262 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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/btrfs-tools/btrfs-tools_6.8.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.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-devtools/btrfs-tools/btrfs-tools_6.8.1.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.10.bb:22)\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: SITE files ['endian-little', 'common-linux', '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/file/file_5.45.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-devtools/ccache/ccache_4.10.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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.8.1.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/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-3496823/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/siteinfo.bbclass (from /home/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_package_spdx which could be accelerated\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: 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.8.1.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-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/setuptools3-base.bbclass:30)\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: 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/python3-dir.bbclass (from /home/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/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: Considering setscene task: ['autoconf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_deb 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-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Considering setscene task: ['autoconf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['autoconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['automake', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['automake', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['automake', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_create_package_spdx.0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_create_package_spdx_setscene.0f78f52533bb34eafaecf8f440d1cd65cb1b3b922afd41fa4a2533033b4f86ea not available\nNOTE: Running setscene task 269 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_create_package_spdx.db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_create_package_spdx_setscene.db8a8c2d2b8d43c2cc4469f1c3088c59f307c172d4b1485b92e06415459fcec8 not available\nNOTE: Running setscene task 270 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_create_package_spdx.e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_create_package_spdx_setscene.e21e2886eedf4f62a6160af902a3e430cb14e9bd161b46cb1ea2e58d96362938 not available\nNOTE: Running setscene task 271 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_create_package_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_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/diffstat/diffstat_1.66.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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-cross_14.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/fmt/fmt_10.2.1.bb:12)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_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/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.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-14.1.inc:1: including gcc-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_create_package_spdx.0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_create_package_spdx_setscene.0c722aebe2299fd524878aa39b10aadf4168f1387bf0eaa6ffc21ff886f2fe50 not available\nNOTE: Running setscene task 272 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_create_package_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/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-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_create_package_spdx.68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_create_package_spdx_setscene.68aeaffcfd189f8be50d0b2d9446398fff4f845cb376dbf507fbf558d139f5e7 not available\nNOTE: Running setscene task 273 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_create_package_spdx_setscene)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.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/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_14.1.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: 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/gcc/gcc-sanitizers_14.1.bb (full)\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-sanitizers_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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: 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.inc:273: including gcc-testsuite.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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: 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: Considering setscene task: ['socat', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_deb 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:2: including recipes-devtools/gcc/gcc-source.inc\nDEBUG: Considering setscene task: ['socat', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_ipk 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-devtools/gcc/gcc-source.inc:8)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/dnf/4.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/build-st-3496823/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend:2: including test_recipe.inc\nDEBUG: Considering setscene task: ['socat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_spdx.39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_create_spdx_setscene.39a8d64082c3621d494909a39e6d75f4ef4e4a4d6557d10b040ad5d648d7fbb4 not available\nNOTE: Running setscene task 277 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_create_package_spdx.40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_create_package_spdx_setscene.40dedef412aeed41729a7d428e09b8f70c35230ea03e8c055198021ff5dfdc66 not available\nNOTE: Running setscene task 278 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_create_package_spdx.cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_create_package_spdx_setscene.cbac07f0de5f7946bebcb659d1865e5fcc226a4781f0164bfc5758e054493e87 not available\nNOTE: Running setscene task 279 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_create_package_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-3496823/tmp/work/core2-64-poky-linux/elfutils/0.191/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/expect/expect_5.45.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb (full)\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-3496823/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-devtools/gcc/gcc_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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-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-devtools/gcc/gcc-common.inc:11)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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/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/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/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/siteinfo.bbclass (from /home/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/gcc/gcc-common.inc: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-devtools/dosfstools/dosfstools_4.2.bb:16)\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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_recipe_qa.53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_recipe_qa_setscene.53f71b0b4246b8267edeaafe9a5c54e6f7397e54d297ae700098bf0a3185a139 not available\nNOTE: Running setscene task 280 of 6657 (/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/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_14.1.bb:2: including gcc-target.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ccache/4.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/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/libgcc-initial_14.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_create_package_spdx.faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_create_package_spdx_setscene.faa5263169e1ae81e5b3eb4109bc79eb98a1df93452406ca1ae02d157012a69b not available\nNOTE: Running setscene task 281 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_create_spdx which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/file/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ccache', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/btrfs-tools/6.8.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ccache', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_package_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/recipes-devtools/gcc/libgcc-initial.inc:40)\nDEBUG: Considering setscene task: ['ccache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_create_package_spdx.3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_create_package_spdx_setscene.3a814e8c5c40081674e5b4a3932de80bf46d693a2970d923a5208ee145c9fbd0 not available\nNOTE: Running setscene task 285 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_create_spdx which could be accelerated\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: Considering setscene task: ['btrfs-tools', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['btrfs-tools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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: ['btrfs-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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/gcc/gcc-common.inc:11)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_create_package_spdx.401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_create_package_spdx_setscene.401fa0a4af618421ddfd9a0a63d7a3dae1dec5270e7f1cc6eb8c1595ac15e3ae not available\nNOTE: Running setscene task 289 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_package_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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_create_package_spdx.87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_create_package_spdx_setscene.87803ce5b1e2cfbdb5052c9f68c609ef2fdacdd68bff461b6e54193b37e59639 not available\nNOTE: Running setscene task 290 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_create_package_spdx.78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_create_package_spdx_setscene.78d8692ddecde7f86679c05d464b00cf1c985437304d2f917aeaaeb8c4d70193 not available\nNOTE: Running setscene task 291 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_create_package_spdx.a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_create_package_spdx_setscene.a5e1ad314baa49f14cc0f343298d59498afc3a5e1fe1f82a22ae29f752a140a7 not available\nNOTE: Running setscene task 292 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_package_spdx.0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_package_spdx_setscene.0e45e5161cfb8875cc5a1fa14e81e07f64ed3776ff4f5eb0bfc9bac6965eec9f not available\nNOTE: Running setscene task 293 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_package_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: Inheriting /home/pokybuild/yocto-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/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 /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work-shared/gcc-14.1.0-r0/source-date-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/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.2.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.2.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/fmt/10.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-3496823/tmp/work/x86_64-linux/gcc-cross-x86_64/14.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/gnu-config/gnu-config_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_create_package_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/image_types.bbclass:269)\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:269)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_create_package_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/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/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.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-devtools/go/go-native_1.22.4.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:1: including go-1.22.4.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-common.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/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: 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/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:487)\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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:2: including go-runtime.inc\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/recipes-devtools/go/go-cross_1.22.4.bb:2: including go-1.22.4.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/recipes-devtools/go/go-1.22.4.inc:1: including go-common.inc\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/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/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_create_spdx.8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_create_spdx_setscene.8b67bd67a65f536f6faf24477f0b8833e1ae632081449f3ed8efbd1cab1cfbb5 not available\nNOTE: Running setscene task 294 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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/populate_sdk_ext.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_create_spdx.81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_create_spdx_setscene.81061c48b67de01a3b154e811303f19af69f1731f337422e8985040329eda2e4 not available\nNOTE: Running setscene task 295 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_create_package_spdx.993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_create_package_spdx_setscene.993a03bdf8f033bac03245c7ef99f091a345a2e210bba94a40f644f184d3d796 not available\nNOTE: Running setscene task 296 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_package_spdx_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: 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-devtools/fmt/fmt_10.2.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc-runtime/14.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/gcc/gcc-source_14.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/fmt/fmt_10.2.1.bb:12)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_create_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc-sanitizers/14.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_create_package_spdx.6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_create_package_spdx_setscene.6eb80b5797b7d800d0da7b9f35b4133b213e29c4051d0dc280c13701ef59ec1f not available\nNOTE: Running setscene task 297 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_package_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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_create_package_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-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/gcc-source_14.1.bb:2: including recipes-devtools/gcc/gcc-source.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: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gcc-source/gcc-source_%.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-3496823/tmp/work/core2-64-poky-linux/libgcc-initial/14.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/libdnf/libdnf_0.73.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-devtools/libdnf/libdnf_0.73.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/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/gcc/libgcc-initial_14.1.bb:do_create_package_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/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: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_create_spdx.bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_create_spdx_setscene.bf59180da45f80fc09898fabab573197f763231be0b1453d617715ca7fc17fc5 not available\nNOTE: Running setscene task 298 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_create_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-devtools/libdnf/libdnf_0.73.1.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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.73.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_create_package_spdx.0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_create_package_spdx_setscene.0be157026b170b13cde0f3ac15394aeacadbcd6d61a616abc93cf14efad32645 not available\nNOTE: Running setscene task 299 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_package_spdx_setscene)\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: 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: 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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc/14.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/gcc/gcc-sanitizers_14.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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/libedit/libedit_20240517-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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/x86_64-linux/go-native/1.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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/gcc/gcc-common.inc:11)\nDEBUG: Considering setscene task: ['dosfstools', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_deb 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/gcc-sanitizers_14.1.bb:2: including gcc-sanitizers.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['dosfstools', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_ipk which could be accelerated\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: 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: ['dosfstools', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnu-config/20240101+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-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_package_spdx.b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_package_spdx_setscene.b7a18ea3c99e36f670c2f65f58ab0f5b2a8e24a7b267cc55a3e2c709eee37422 not available\nNOTE: Running setscene task 303 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_create_package_spdx.15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_create_package_spdx_setscene.15f63a5d9be44b466a4b59d592a2ce637aca6641531dd0a2c62781d43de78dba not available\nNOTE: Running setscene task 304 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_create_package_spdx.7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_create_package_spdx_setscene.7994c44a1752303c4ab4b5fb330e478c9c75a66da63f54ce010ca08aa31efa32 not available\nNOTE: Running setscene task 305 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgcc/14.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-3496823/tmp/work/x86_64-linux/go-cross-core2-64/1.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-devtools/gcc/libgcc_14.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gdb/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-devtools/gdb/gdb_14.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_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-recipe/meson.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.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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work-shared/gcc-14.1.0-r0/source-date-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.17.0.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:1: including libtool-2.5.0.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/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/libtool/libtool-2.5.0.inc: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/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-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_create_spdx.72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_create_spdx_setscene.72dc095b310862089dbb7efdc1ad14236877ec679a5bd5980a5e78e269d19091 not available\nNOTE: Running setscene task 306 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_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-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.17.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/go-runtime/1.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-devtools/gcc/gcc-source_14.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_create_package_spdx.85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_create_package_spdx_setscene.85e7e007ebb9ad40ccfb2f4c778b1b8d55c593c66c98d0b037eecbb6d18bbb86 not available\nNOTE: Running setscene task 307 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_create_package_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/libtool/libtool-2.5.0.inc:27)\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.5.0.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_create_package_spdx.bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_create_package_spdx_setscene.bd18ac53e1bab651542b6c917d2a1d9f8c771b91706a2194ae0abdcdc9a06c6f not available\nNOTE: Running setscene task 308 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_package_spdx.41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_package_spdx_setscene.41f387f2d93fcc99d46056c4fdfb4187a2fbcce6001d0430efce8e7cb2133efd not available\nNOTE: Running setscene task 309 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_package_spdx.36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_package_spdx_setscene.36ef0cf5270cf031bcdcf79795f8e9caf0718dd3d6a55ab49c399b634b0c6210 not available\nNOTE: Running setscene task 310 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_package_spdx.e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_package_spdx_setscene.e3bc6e0c58d1a93ac9609901b69d3637da145f928bed12ee833233e71b22cbfc not available\nNOTE: Running setscene task 311 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:1: including libtool-2.5.0.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_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-devtools/libtool/libtool-2.5.0.inc:27)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:1: including libtool-2.5.0.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/lua/lua_5.4.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/libtool/libtool-2.5.0.inc: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/lua/lua_5.4.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: 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/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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0.inc: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-devtools/lua/lua_5.4.6.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-devtools/libtool/libtool-native_2.5.0.bb:5)\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: 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-devtools/m4/m4_1.4.19.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/fmt/10.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-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/libtool/libtool-2.5.0.inc: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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:32)\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-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/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/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/nopackages.bbclass (from /home/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.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: 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: Considering setscene task: ['fmt', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_write_deb 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/m4/m4-native_1.4.19.bb:3)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcomps/0.1.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/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['fmt', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_package_spdx.99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_package_spdx_setscene.99087436148dd0ed4fd26fa9e186710fcfbf0015c9b0857fe8a05dd66cdccd04 not available\nNOTE: Running setscene task 314 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_package_spdx.e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_package_spdx_setscene.e05e134b23387061e1b211597438fcf1ab016ab26e3023d9b1f9f2e0602bfb2e not available\nNOTE: Running setscene task 315 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_create_package_spdx.5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_create_package_spdx_setscene.5eb72a00ae918b54ebb1cde6b585f73545dd04c0e447b335e6ec62cdce2b93eb not available\nNOTE: Running setscene task 316 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_package_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 //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: 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/autotools.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: 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/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/orc/orc_0.4.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-devtools/orc/orc_0.4.38.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libdnf/0.73.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/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/python3-dir.bbclass (from /home/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-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/meson-routines.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/make/make.inc:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_package_spdx.db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_package_spdx_setscene.db157d48cc5c53fcb641ed4c3ce3f0e0213d11b0b6c541aec220506c270e8579 not available\nNOTE: Running setscene task 317 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libedit/20240517-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/orc/orc_0.4.38.bb: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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_package_spdx which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc-sanitizers/14.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_package_spdx.feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_package_spdx_setscene.feb407f1c540bf79f8aa1959ff67c65f9bee086573be7bfa063ee36a0e508ae4 not available\nNOTE: Running setscene task 318 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_package_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-3496823/tmp/work/core2-64-poky-linux/libtool-cross/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-devtools/gcc/gcc-sanitizers_14.1.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/patch/patch.inc:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_create_package_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/perl/perl_5.38.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libtool-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/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-3496823/tmp/work/core2-64-poky-linux/librepo/1.17.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-3496823/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-3496823/tmp/work/core2-64-poky-linux/gnu-config/20240101+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gcc-sanitizers', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_create_package_spdx 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: Considering setscene task: ['gcc-sanitizers', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_package_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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_package_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_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['gcc-sanitizers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['gnu-config', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['gnu-config', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_write_ipk 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_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['gnu-config', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_package_spdx.54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_package_spdx_setscene.54e17f97f1276bbac3c50461da2175727c694e21f3bbe380fe21471b2587ab0c not available\nNOTE: Running setscene task 325 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_package_spdx.97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_package_spdx_setscene.97c2fe37c103af4b0231ebe94826dbc64061c1a310b0db0b69e9c7b126af1744 not available\nNOTE: Running setscene task 326 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_package_spdx.b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_package_spdx_setscene.b533ea15128668899c181f2b345ae91ec11511fdd3db07b3c28212d41c783d62 not available\nNOTE: Running setscene task 327 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_package_spdx.9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_package_spdx_setscene.9e219907b8801279fb4fbb2ab817d591ec40dfdae3e46aeabdac1b7355a0f19a not available\nNOTE: Running setscene task 328 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_create_package_spdx.8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_create_package_spdx_setscene.8fcfd5c3e9d8790695d162c744b61d653b1871885129ea85dc41a868a42f7ba7 not available\nNOTE: Running setscene task 329 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_create_package_spdx.31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_create_package_spdx_setscene.31278941fe0d896793583e63fdc8441c525a52c9703a9eb5a9aeb21c4085aa4d not available\nNOTE: Running setscene task 330 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_create_package_spdx.0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_create_package_spdx_setscene.0bae46ca1607656009bac27485cea88143b7bcfab0a9c4b84e9081715f0b4970 not available\nNOTE: Running setscene task 331 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_package_spdx_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtool/2.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-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/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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_create_package_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/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/python3targetconfig.bbclass (from /home/pokybuild/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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.31.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/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-hypothesis_6.103.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.31.1.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-devtools/python/python3-dbus_1.3.2.bb:14)\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/meson-routines.bbclass (from /home/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_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.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-hypothesis_6.103.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/python_hatchling.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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-atomicwrites_1.4.1.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-hypothesis_6.103.2.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/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/lua/lua_5.4.6.bb:do_create_package_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/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/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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/python3targetconfig.bbclass (from /home/pokybuild/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.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.1.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/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-importlib-metadata_7.1.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/python_setuptools_build_meta.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_package_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_spdx.8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_create_spdx_setscene.8aebb43195b5fe94364fa7de056b43557cd9ad38ddf3b1c5f77f0e19fd9085a9 not available\nNOTE: Running setscene task 332 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.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/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-hypothesis_6.103.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: 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-3496823/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_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_package_spdx.5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_package_spdx_setscene.5e59af82e1cb9563ec5929b0cb09954701778937ef0ac557cdc5ccbc37045ab9 not available\nNOTE: Running setscene task 333 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_package_spdx.ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_package_spdx_setscene.ab0fa8a503de6d0b0f5450ada1901e4af9bc3ed54ce66c5e4f5b11e8420075e1 not available\nNOTE: Running setscene task 334 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_create_package_spdx.f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_create_package_spdx_setscene.f3837a7b01a9b86bd0e712f6ad6c0c250c5762acc26b8aa06932c974180f8a74 not available\nNOTE: Running setscene task 335 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/images/core-image-minimal.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_package_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/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-iniconfig_2.0.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-iniconfig_2.0.0.bb:11)\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/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/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/orc/0.4.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/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/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.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.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-jinja2_3.1.4.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/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-jinja2_3.1.4.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/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/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-jinja2_3.1.4.bb:15)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.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_flit_core.bbclass:7)\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_package_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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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-jinja2_3.1.4.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-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_create_package_spdx.220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_create_package_spdx_setscene.220effee3853d5140f13fa332c4b82ff4c3f998bdde4e7220f03ab8380dd26a1 not available\nNOTE: Running setscene task 336 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_create_package_spdx.5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_create_package_spdx_setscene.5f8ff3798a09c0a08094e496e4caf773075a458b1f91dbe6ca384b33c4b7ab0b not available\nNOTE: Running setscene task 337 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_create_package_spdx.7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_create_package_spdx_setscene.7aabfae2cfaed5422bf424446e3b7c7939646e36d52f74baf1b1d483d1bef91f not available\nNOTE: Running setscene task 338 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_create_package_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.6.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.6.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.6.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_create_package_spdx.a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_create_package_spdx_setscene.a62b91a3713d4396d97707d07c0cb11a19ce8331a1f38805fed1d7b3970171b1 not available\nNOTE: Running setscene task 339 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_package_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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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_setuptools_build_meta.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.3.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.5.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_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.3.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: SITE files ['endian-little', 'common-linux', '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-3496823/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-packaging_24.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-packaging_24.1.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_package_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-packaging_24.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_package_spdx.ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_package_spdx_setscene.ae68e594e0b712433d54c8d805709f853bbd1cc94141e389026074fb6c0047d6 not available\nNOTE: Running setscene task 340 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_package_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/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-3496823/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_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-dbusmock/0.31.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-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-3496823/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.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-pathlib2_2.3.7.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_spdx.220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_create_spdx_setscene.220a07f638911fb5c9c60bb8b0900fc9f69bb5b015b032424d917f33a4fead63 not available\nNOTE: Running setscene task 341 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_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/classes-recipe/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-attrs_23.2.0.bb:do_create_package_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_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-hypothesis/6.103.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_create_package_spdx 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-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_spdx.18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_create_spdx_setscene.18e433ed3dde2c9ce91c838182b2ecf836e4db3107a60467ae1ede53f7a642da not available\nNOTE: Running setscene task 342 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_create_spdx.8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_create_spdx_setscene.8f371f68406ea29067c4ce383203440668e2e4c5e9982016c81baa89e5d473a1 not available\nNOTE: Running setscene task 343 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_create_spdx.a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_create_spdx_setscene.a160adeda71621ef9ed3faafb8623cf78d0528bf67728de49def28a1875f8007 not available\nNOTE: Running setscene task 344 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_create_package_spdx.ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_create_package_spdx_setscene.ed36e15d846201e1b657fe22c3b426914c8812615e45f635dbd740735450e486 not available\nNOTE: Running setscene task 345 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_package_spdx.0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_package_spdx_setscene.0305018b87cc556357f3de9ee54dd9d17bd6b06f19c91c8ae7aaca8da76e06af not available\nNOTE: Running setscene task 346 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_create_package_spdx.91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_create_package_spdx_setscene.91df06746c0ac1b671798cdca7c75706f6082462b9fa9f1785d5ea4f83523f3b not available\nNOTE: Running setscene task 347 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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.31.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-dbusmock_0.31.1.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-dbusmock_0.31.1.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_package_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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb: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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_package_spdx which could be accelerated\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: Inheriting /home/pokybuild/yocto-worker/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/setuptools3-base.bbclass:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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-hypothesis_6.103.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/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.5.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/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/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/python3-dir.bbclass (from /home/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.5.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/meson.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/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-3496823/tmp/work/core2-64-poky-linux/python3-jinja2/3.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: 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-pycairo_1.26.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-pluggy_1.5.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/python3targetconfig.bbclass (from /home/pokybuild/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.26.0.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/python/python3-hypothesis_6.103.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: Inheriting /home/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/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/python3native.bbclass (from /home/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_create_package_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/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: Inheriting /home/pokybuild/yocto-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: ['m4', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['m4', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_deb 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.26.0.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.26.0.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.26.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-markdown/3.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['m4', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['m4', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['m4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['m4', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_create_package_spdx.d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_create_package_spdx_setscene.d5e4a96ff2899df952ebe47ec492a01d2c6b6dd8b37092cc08781654078b84a9 not available\nNOTE: Running setscene task 351 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_create_package_spdx.e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_create_package_spdx_setscene.e8f65c75b3aa663537117bb0a28432d19e332a702eebeed1bbaee3cadfe88cf6 not available\nNOTE: Running setscene task 352 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_create_package_spdx.1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_create_package_spdx_setscene.1fb2e15f7c0793ba7e1cdf92d242e59b51e27da424a4ba628f9739a493bffc24 not available\nNOTE: Running setscene task 353 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_create_package_spdx.c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_create_package_spdx_setscene.c2c19a44bc59b7a4e2ae13fde963fd58369bc3a9536eb621936f87f3ae00e19d not available\nNOTE: Running setscene task 354 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_package_spdx.2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_package_spdx_setscene.2cb1e0c3685ec69ee24242d52df75b33d984d39e37fcccddb9edf24319279720 not available\nNOTE: Running setscene task 355 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-markupsafe/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-devtools/python/python3-markupsafe_2.1.5.bb:do_create_package_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-pygments_2.18.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-pygments_2.18.0.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-pygobject_3.48.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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.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/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.48.2.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-packaging/24.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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/python/python3-pygobject_3.48.2.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-pygments_2.18.0.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb: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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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-pytest_8.2.2.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-setuptools_69.5.1.bb: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/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_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:12)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_package_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/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/meson-routines.bbclass (from /home/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/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/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/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/python3-dir.bbclass (from /home/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-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_package_spdx.e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_package_spdx_setscene.e6a52cb21a3b09bdb81b86ec16c41ed3b97b870d5afae4649682bb9d867ceae3 not available\nNOTE: Running setscene task 356 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_package_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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-more-itertools/10.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_package_spdx.150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_package_spdx_setscene.150b40fbf10a2eccb2623ee5bd9a15abac0b8519220792fdfdac397abca27971 not available\nNOTE: Running setscene task 357 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_package_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-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: 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/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-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/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/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: SITE files ['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/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/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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_package_spdx.840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_package_spdx_setscene.840da07cde9b71d4f67efffae2d51dbb7629a502471665623828d78da7d4b411 not available\nNOTE: Running setscene task 358 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_package_spdx_setscene)\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: Considering setscene task: ['pkgconfig', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['pkgconfig', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_ipk 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: ['pkgconfig', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_package_spdx.dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_package_spdx_setscene.dd27c0febf0b9a3ec31a7ae86fd44155b3ed33c269a2b7bcb712e1aa553d6001 not available\nNOTE: Running setscene task 362 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_create_package_spdx.c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_create_package_spdx_setscene.c9bc1d67544fa9f3f622a3d14e19fcac265dc1fb8d180ed9a083ccf03fb1f577 not available\nNOTE: Running setscene task 363 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_create_package_spdx_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-dbusmock/0.31.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_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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.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-typogrify_2.0.7.bb:6)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.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_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: Inheriting /home/pokybuild/yocto-worker/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/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/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-3496823/tmp/work/core2-64-poky-linux/python3-hypothesis/6.103.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_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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['python3-dbusmock', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pluggy/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-devtools/python/python3-hypothesis_6.103.2.bb:do_create_spdx 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_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-dbus', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pycairo/1.26.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-dbus', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-dbusmock', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-dbusmock', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-hypothesis', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-hypothesis', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-hypothesis', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_create_package_spdx.afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_create_package_spdx_setscene.afd2ab08d6fb01d64ea74c58328551a8c66642a6301e42734ffabf74fd33f9c1 not available\nNOTE: Running setscene task 373 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_create_package_spdx.91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_create_package_spdx_setscene.91595e93cd9f3ad30aa5920d21a2ea5d82b87a510b8a44a174105186c2601f78 not available\nNOTE: Running setscene task 374 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_create_package_spdx.8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_create_package_spdx_setscene.8ef1bca8dc60601730ab032bb62bb9bfb1f04dedb7a4af9e972ce3186858a090 not available\nNOTE: Running setscene task 375 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_create_spdx.18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_create_spdx_setscene.18045afcbea89d2dd3a1cf46ff8ce57e954d9631728876727f8d7e10063cc6aa not available\nNOTE: Running setscene task 376 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_create_package_spdx.e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_create_package_spdx_setscene.e4d4d3d422d528785bc9b3c5d141bc8f6df93c399c5005ac33f7659f65ed79b5 not available\nNOTE: Running setscene task 377 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_package_spdx.45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_package_spdx_setscene.45d2749ebd0c644257d480e0c503c78ccd73de133ba502e7f86ae48cc32fb30e not available\nNOTE: Running setscene task 378 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pygments/2.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-devtools/python/python3-wcwidth_0.2.13.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.13.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.13.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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/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.19.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-setuptools/69.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/python3targetconfig.bbclass (from /home/pokybuild/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-zipp_3.19.2.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/qemu/qemu-helper-native_1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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: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/qemu/qemu-native_9.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: Inheriting /home/pokybuild/yocto-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/qemu/qemu-native_9.0.0.bb:5: including qemu-native.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-3496823/tmp/work/core2-64-poky-linux/python3-pytest/8.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-devtools/python/python3-setuptools_69.5.1.bb:do_create_package_spdx which could be accelerated\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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_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/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-six_1.16.0.bb:do_create_package_spdx which could be accelerated\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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.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/recipes-devtools/python/python3_3.12.4.bb:63)\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.4.bb:63)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_create_package_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_3.12.4.bb:63)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_spdx.d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_create_spdx_setscene.d616b1f81b0f41a743b12877825ec91327e69ab6a1a50fdf16688a0b8d30abf5 not available\nNOTE: Running setscene task 379 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_spdx_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/python/python3_3.12.4.bb: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-devtools/qemu/qemu.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/python/python3_3.12.4.bb: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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pygobject/3.48.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-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_spdx.ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_create_spdx_setscene.ef5ca1e8ff30f913d4cd582361381ba845e76f10df5940962699b3031b6725d6 not available\nNOTE: Running setscene task 380 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.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/qemu/qemu-native.inc:3)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_create_package_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_create_spdx.2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_create_spdx_setscene.2c7cbd3809f54d0035df3251130069f8ff7b35155fb9cfa5c9b8952eb8bc647f not available\nNOTE: Running setscene task 381 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_spdx.f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_create_spdx_setscene.f8a15e2af30c39b738b7932131bef00d667ecea10e1d61d9460c9ff0887aaeec not available\nNOTE: Running setscene task 382 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_create_spdx.32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_create_spdx_setscene.32016d932b704d0e6fcf5426e2ba8d8d1d76a28b9c39c6afbd21b0e3b3228e05 not available\nNOTE: Running setscene task 383 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_package_spdx which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_create_package_spdx 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: Inheriting /home/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/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/python/python3-attrs_23.2.0.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-importlib-metadata_7.1.0.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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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-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_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/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/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/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/python_hatchling.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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/python3-dir.bbclass (from /home/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/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_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: Inheriting /home/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_24.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/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_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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/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_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/python3targetconfig.bbclass (from /home/pokybuild/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_spdx.500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_create_spdx_setscene.500a72982dba2fede9f7fe462da27377cdb72e9bce4ac43c796880b84da3b83e not available\nNOTE: Running setscene task 384 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/0.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-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_create_spdx.4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_create_spdx_setscene.4f7324263010cad33609dcb84f0e6cc99cf1a54325688c2f9d16f5a1d7270ccc not available\nNOTE: Running setscene task 385 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_package_spdx which could be accelerated\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-pluggy_1.5.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-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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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/python3targetconfig.bbclass (from /home/pokybuild/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.5.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: 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-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_spdx.45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_create_spdx_setscene.45d10038fdb633163cd40420c1372dea28cb941fc4de7aaf02249904e5f11405 not available\nNOTE: Running setscene task 386 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.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.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_create_spdx.78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_create_spdx_setscene.78c803e5dcb3875c4eb74ba5ae6962abdcdfe766b32e8073735715490f5a6d67 not available\nNOTE: Running setscene task 387 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_spdx.3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_create_spdx_setscene.3e1ca8540936725e3f0e41f39e99d3260354fb05e66f40fa02a613b76852ae72 not available\nNOTE: Running setscene task 388 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-devtools/qemu/qemu-helper-native_1.0.bb:do_create_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-pygobject_3.48.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-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/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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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: 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/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.48.2.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/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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-smartypants_2.0.0.bb:6)\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.48.2.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_spdx.60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_create_spdx_setscene.60579c9ac8b4f0518a8fdbcb4e6c08d4fd47ec14029dd01dd22df87f1df77d08 not available\nNOTE: Running setscene task 389 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.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/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.48.2.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/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-3496823/tmp/work/x86_64-linux/qemu-native/9.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-3496823/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-native_9.0.0.bb:do_create_package_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-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-zipp/3.19.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-sortedcontainers_2.4.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_package_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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.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/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-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_create_spdx.59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_create_spdx_setscene.59bd4bd083be437a32faffa9926184fcd5f78a3d58f87376f3d3c1e26f5de168 not available\nNOTE: Running setscene task 390 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_create_spdx.8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_create_spdx_setscene.8ddf8c20dfe21130471f6af7a705b2beae27518fc4f98c78d01c2efab500d1d4 not available\nNOTE: Running setscene task 391 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_create_spdx.f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_create_spdx_setscene.f78ea7109465a8b87f8743fe62614f79300451d08a20cb8c4eada6ab3231b967 not available\nNOTE: Running setscene task 392 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_create_spdx.63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_create_spdx_setscene.63493d07532da2cd415425824ec99fbf3cec550b83506f16b4a46b3c2d007c5f not available\nNOTE: Running setscene task 393 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.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-devtools/python/python3-more-itertools_10.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-more-itertools_10.3.0.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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-more-itertools_10.3.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.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/python3targetconfig.bbclass (from /home/pokybuild/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-unittest-automake-output_0.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_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.3.0.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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_8.2.2.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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/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-wcwidth_0.2.13.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/python3targetconfig.bbclass (from /home/pokybuild/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-wcwidth_0.2.13.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.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-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-3496823/tmp/work/core2-64-poky-linux/python3-packaging/24.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/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-3496823/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3-dir.bbclass (from /home/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-3496823/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-importlib-metadata_7.1.0.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-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-packaging_24.1.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-wcwidth_0.2.13.bb:9)\nDEBUG: Considering setscene task: ['python3-atomicwrites', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_deb 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-attrs_23.2.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-atomicwrites', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-atomicwrites', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-attrs', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-attrs', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-attrs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-importlib-metadata', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-importlib-metadata', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-iniconfig', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['python3-iniconfig', 'do_package_write_ipk', '/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:   considering dependency: ['python3-iniconfig', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-iniconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-packaging', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_deb 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: Considering setscene task: ['python3-packaging', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_ipk 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-packaging', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-pathlib2', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-pathlib2', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3/3.12.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-pathlib2', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pluggy/1.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-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_create_spdx.c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_create_spdx_setscene.c1dae12d4ab706964a0d9d5333245bd1d4e1281c8a7e25b53ba0a382a3ce2489 not available\nNOTE: Running setscene task 412 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_sysroot.92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_populate_sysroot_setscene.92627f81697b3a4cd884c9480657ac4109fe06e68095eb48582f0ade9783e1fe not available\nNOTE: Running setscene task 413 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_create_spdx.33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_create_spdx_setscene.33032868b7945e9c9bd42b78a20e974ec518980231c7232a416dbb6e323e1c51 not available\nNOTE: Running setscene task 414 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_create_package_spdx.8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_create_package_spdx_setscene.8308e3474d7b356dd66f54f84f33468f37bd5f9650e5fbd5fb0cd7eaad80c938 not available\nNOTE: Running setscene task 415 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-pluggy', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-pluggy', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['python3-pluggy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_create_package_spdx.e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_create_package_spdx_setscene.e0730d21593fedcc10a418c454510bc97df75097a6b4ae13beabfaf041c7a413 not available\nNOTE: Running setscene task 419 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb (full)\nDEBUG: Considering setscene task: ['python3-py', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_deb 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-zipp_3.19.2.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.19.2.bb:10)\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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.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: Considering setscene task: ['python3-py', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_ipk 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/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_9.0.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: 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/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/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/quilt/quilt-native_0.68.bb (full)\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/quilt/quilt-native_0.68.bb:1: including quilt.inc\nDEBUG: Considering setscene task: ['python3-py', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.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-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: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/qemu/qemu.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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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/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.68.bb:1: including quilt.inc\nDEBUG: Considering setscene task: ['python3-smartypants', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pygobject/3.48.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-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:20)\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/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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.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: Considering setscene task: ['python3-smartypants', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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-pygobject_3.48.2.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/quilt/quilt.inc: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-devtools/quilt/quilt-native_0.68.bb:2)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_create_spdx.fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_create_spdx_setscene.fb9289253d2276ef624afd2aff0508754503be0a44dbc693114799045827473a not available\nNOTE: Running setscene task 425 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_create_spdx_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: CONF /home/pokybuild/yocto-worker/a-full/build/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/qemu/qemu-native.inc: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-devtools/quilt/quilt_0.68.bb:2)\nDEBUG: Inheriting /home/pokybuild/yocto-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-pygobject', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['python3-pygobject', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-pygobject', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-smartypants', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb (full)\nDEBUG: Considering setscene task: ['python3-sortedcontainers', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_deb 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/python/python3-pycairo_1.26.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: Considering setscene task: ['python3-sortedcontainers', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: ['python3-sortedcontainers', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_create_package_spdx.4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_create_package_spdx_setscene.4cf219ff1e682418676f50174c935862d71d4a8394c4942f7608151acf3c0998 not available\nNOTE: Running setscene task 433 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/0.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-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_package_spdx.4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_package_spdx_setscene.4daa5c74a3bb25e90f35b7033f36c92dd0f148f4d02044d6d39f9b1a7eb96553 not available\nNOTE: Running setscene task 434 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_create_package_spdx.a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_create_package_spdx_setscene.a9abb83c3d7308568879f7b54850c44483beca90288960053cf3aaf863403a18 not available\nNOTE: Running setscene task 435 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_create_package_spdx.6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_create_package_spdx_setscene.6a1e26ff922d9f7070da77f55b5ae45aabee6ca0e145f3d68d27a5ce507e03ce not available\nNOTE: Running setscene task 436 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_create_package_spdx.c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_create_package_spdx_setscene.c1973fc7831f01f8d82a2e39a9a5c4c348ed81c3323488bd14a945d80e515ae7 not available\nNOTE: Running setscene task 437 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-more-itertools/10.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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.26.0.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.26.0.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-more-itertools', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-more-itertools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pytest/8.2.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-more-itertools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:59)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_create_spdx 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:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb (full)\nDEBUG: Considering setscene task: ['python3-pytest', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.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-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:14: including rust-source.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/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:15: including rust-snapshot.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/run-postinsts/run-postinsts_1.0.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/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.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/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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: Considering setscene task: ['python3-pytest', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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.75.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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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/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/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.75.0.bb:9: including rust-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-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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_populate_sysroot 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/rust/rust-llvm_1.75.0.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: Considering setscene task: ['python3-unittest-automake-output', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.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.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-unittest-automake-output', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.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.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.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-devtools/rust/cargo_1.75.0.bb:20)\nDEBUG: Considering setscene task: ['python3-unittest-automake-output', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.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.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-wcwidth', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-wcwidth', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-wcwidth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_populate_sysroot which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/quilt-native/0.68/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_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_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_create_spdx', '/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_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-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_recipe_qa.48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_recipe_qa_setscene.48bbb049fff94f56b455a6ff2191cc4040c8858869ff931e15004ade8004ac84 not available\nNOTE: Running setscene task 451 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/qemu-system-native/9.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-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_create_package_spdx.66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_create_package_spdx_setscene.66cc9373359c77fc6bb405845bb64342c54e05300c051f2ea8debab364b61aa6 not available\nNOTE: Running setscene task 452 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_create_package_spdx.ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_create_package_spdx_setscene.ef39bd160c97c29051d4fac293daf3e9781a9ac216def617f219ea45695cca47 not available\nNOTE: Running setscene task 453 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_populate_sysroot.2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_populate_sysroot_setscene.2499e2ff119d37e9a8ecf8c5895104ac3648c2e1451fe9bd2e40a5227e164943 not available\nNOTE: Running setscene task 454 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_create_spdx.15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_create_spdx_setscene.15634c108020bb48f2f8954706dd6a5143d74f1f2f14aa5f6f35e03ae5157df4 not available\nNOTE: Running setscene task 455 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_package_spdx.17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_package_spdx_setscene.17cecad39df9dc57ebf964936b8c62fe4545280a9b9a9eb8abea61e021b83c01 not available\nNOTE: Running setscene task 456 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_create_package_spdx.5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_create_package_spdx_setscene.5f25383ad399d0e26b4ec43daf2071e18661c1ecc4dbc8b28428529a22213cea not available\nNOTE: Running setscene task 457 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_create_package_spdx.7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_create_package_spdx_setscene.7c068c2240296b21cbbaa50538fe5cb1b3c8d05d7eae2182a1d16208ad7eec51 not available\nNOTE: Running setscene task 458 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-zipp/3.19.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/qemu/qemu-helper-native_1.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-devtools/qemu/qemu-helper-native_1.0.bb:12)\nDEBUG: Inheriting /home/pokybuild/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/rust/rust_1.75.0.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.75.0.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.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-devtools/strace/strace_6.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/autotools.bbclass:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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/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-devtools/qemu/qemu-system-native_9.0.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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: SITE files ['endian-little', 'common-linux', '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/strace/strace_6.9.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:1: including quilt.inc\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/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc: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/qemu/qemu.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/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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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/tcltk/tcl_8.6.14.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-devtools/rust/rust_1.75.0.bb: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/tcf-agent/tcf-agent_git.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-devtools/qemu/qemu.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:219: including rust-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/tcltk/tcl_8.6.14.bb: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-devtools/quilt/quilt.inc:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:220: including rust-snapshot.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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/siteinfo.bbclass (from /home/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-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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/quilt/0.68/source-date-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/quilt/quilt-native_0.68.bb:2)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/tcltk/tcl_8.6.14.bb: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: Considering setscene task: ['python3-zipp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_deb 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/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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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-devtools/vala/vala_0.56.17.bb:24)\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.14.bb: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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:55)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_create_package_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/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-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_spdx.b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_create_spdx_setscene.b3f5b53bcf36c4a8f978821c057cf551fab1ffc9fcd4a1b6f85e10ecb1caa3d8 not available\nNOTE: Running setscene task 460 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_spdx.60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_create_spdx_setscene.60759086fb76fe7b314f87c635bbcc138bdcb9f870af6b5d2fe0d0a56049fa35 not available\nNOTE: Running setscene task 461 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.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-3496823/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-3496823/tmp/work/core2-64-poky-linux/python3-pycairo/1.26.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_package_spdx which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.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/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/siteinfo.bbclass (from /home/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/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: Considering setscene task: ['python3-pycairo', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_deb 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/patch/patch.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: Considering setscene task: ['python3-pycairo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-zipp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rpm/4.19.1.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-zipp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_create_spdx.b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_create_spdx_setscene.b7c9b74e897c7e645deb41cfbb4bdac1445ab14794acad59c2bb88819ee7d9f0 not available\nNOTE: Running setscene task 466 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_spdx.8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_create_spdx_setscene.8f49a7b951e281c36c0232b088c4bc5a5fe19e68d3ac67c20dd25340b9fdbf68 not available\nNOTE: Running setscene task 467 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_create_package_spdx.8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_create_package_spdx_setscene.8f55bb1a5a53ccf687860a3c47fb8331da334802e5cc54169194353d0ca3c911 not available\nNOTE: Running setscene task 468 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rust-llvm/1.75.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-3496823/tmp/work/core2-64-poky-linux/cargo/1.75.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-3496823/tmp/work/core2-64-poky-linux/libstd-rs/1.75.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.75.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:1: including quilt.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/debugedit/debugedit_5.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-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_create_package_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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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: 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: 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.23.0.bb:75)\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/quilt/quilt.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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.68.bb:2)\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.23.0.bb:75)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_create_spdx.1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_create_spdx_setscene.1f0bb89c5d5519365f4172bb43fed95a9494209d9be60a997008a498dca5cae0 not available\nNOTE: Running setscene task 469 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:75)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_package_spdx.04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_package_spdx_setscene.04f7858025006e0e97653e8b1615213421fe921a257411dae4ad3f803eb5a170 not available\nNOTE: Running setscene task 470 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_package_spdx.8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_package_spdx_setscene.8bfb819bc820abc92104bdda77ca0e6898f47d02a8d96ebd70383c7b90fe2451 not available\nNOTE: Running setscene task 471 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_package_spdx.bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_package_spdx_setscene.bd6b4a9df3bdeedbd3ea49bb7e4f06756d11eed6010e2a45ce4ada654eab82a6 not available\nNOTE: Running setscene task 472 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/quilt-native/0.68/source-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.75.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/qemu-system-native/9.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-devtools/rust/cargo_1.75.0.bb:14: including rust-source.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:15: including rust-snapshot.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:20)\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/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-extended/bc/bc_1.07.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: 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/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-extended/bc/bc_1.07.1.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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: Inheriting /home/pokybuild/yocto-worker/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/blktool/blktool_4-7.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: Inheriting /home/pokybuild/yocto-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/blktool/blktool_4-7.1.bb:29)\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/siteinfo.bbclass (from /home/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/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/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: SITE files ['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/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: 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: 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_9.0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/work/core2-64-poky-linux/strace/6.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/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/rust/cargo_1.75.0.bb:20)\nDEBUG: Considering setscene task: ['qemu-system-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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_9.0.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_9.0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_recipe_qa.2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-system-native/9.0.0.do_recipe_qa_setscene.2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3 not available\nNOTE: Running setscene task 474 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_create_package_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_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_create_spdx.6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_create_spdx_setscene.6d591a8ee014c60fcd681b529c0cb963e5e7d42afd602f9f8cc40802d3d4a418 not available\nNOTE: Running setscene task 475 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_spdx.641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_create_spdx_setscene.641ef0791f1bf45ac65eda21ea1cdd2ba3180e4f1780cb77780c2927c446746b not available\nNOTE: Running setscene task 476 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_package_spdx.909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_package_spdx_setscene.909c33b03a8ca8e54385dae55ddf8a979a4ac256f377cf55f71c0523773617bc not available\nNOTE: Running setscene task 477 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rust/1.75.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-3496823/tmp/work/core2-64-poky-linux/tcl/8.6.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-3496823/tmp/work/core2-64-poky-linux/vala/0.56.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-devtools/qemu/qemu-system-native_9.0.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_package_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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: 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/rust_1.75.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb (full)\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-devtools/strace/strace_6.9.bb:20)\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/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/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/update-rc.d.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: 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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:20)\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/autotools.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/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/siteinfo.bbclass (from /home/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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_create_spdx.2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_create_spdx_setscene.2a52da1d68040919f4c064443ac384c2f0bf14d4f9a7bf575ddf926ff06e738f not available\nNOTE: Running setscene task 478 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: 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/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/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-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_package_spdx.8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_package_spdx_setscene.8b060de714a0a58c784690495717a378170fda2339765b58105847f2e9c410f4 not available\nNOTE: Running setscene task 479 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_create_package_spdx.4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_create_package_spdx_setscene.4534402b2e04208c6ccbb554d26906ff9cb39ac80c9c00e8b10944254fec0fb1 not available\nNOTE: Running setscene task 480 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/relative_symlinks.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-3496823/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_create_spdx 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_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb (full)\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/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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-extended/cpio/cpio_2.15.bb:16)\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-extended/cronie/cronie_1.7.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/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-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/python3-dir.bbclass (from /home/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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-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: 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.2.bb:30)\nDEBUG: Considering setscene task: ['diffstat', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_deb 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.2.bb:30)\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.75.0.bb: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/cpio/cpio_2.15.bb:76)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:219: including rust-source.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['diffstat', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_ipk which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:220: including rust-snapshot.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.2.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.2.bb:30)\nDEBUG: Considering setscene task: ['diffstat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/debugedit/5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['patch', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['patch', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['patch', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot which could be accelerated\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: Considering setscene task: ['debugedit', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['debugedit', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/quilt/0.68/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['debugedit', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_package_spdx.f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_package_spdx_setscene.f612b88fdeb4387343055851a7a1488e68b84c295e01ab387f8ecbb810390324 not available\nNOTE: Running setscene task 490 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/valgrind/3.23.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-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_create_package_spdx.d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_create_package_spdx_setscene.d31019f3ebcdbe07bfe699ab891a2a716356702ecad88d4673d12b6f6f85de6c not available\nNOTE: Running setscene task 491 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_create_package_spdx.820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_create_package_spdx_setscene.820d1b9e692414d8ce9e47469998f14a7b3291c9c6ee309c2e231280e599200f not available\nNOTE: Running setscene task 492 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_create_package_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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.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/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: 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.2.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:1: including findutils.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.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/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: 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: Considering setscene task: ['quilt', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_deb 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_package_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/findutils/findutils.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.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/findutils/findutils.inc:13)\nDEBUG: Considering setscene task: ['quilt', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:13)\nDEBUG: Considering setscene task: ['quilt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cargo/1.75.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_create_spdx.226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_create_spdx_setscene.226fb3188ee43851ad152ac9e2b00fafea4da67951937dec5c4310dad646a642 not available\nNOTE: Running setscene task 496 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/qemu-system-native/9.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/bc/bc_1.07.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['cargo', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['cargo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_spdx.8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_create_spdx_setscene.8a99520aca47041cff47f300d86dd1b60a8b9bbbea47bdc8c911c366472e8394 not available\nNOTE: Running setscene task 500 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_package_spdx.be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_package_spdx_setscene.be571f5812c475bfef9386ecaca91196d1137eb60b92f79a6053f57afcd5e3c6 not available\nNOTE: Running setscene task 501 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_package_spdx.54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_package_spdx_setscene.54775d88643e9e2ef78ccb89a7077625cb50c0c3b1845e76f15fc642e5f5cacb not available\nNOTE: Running setscene task 502 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_package_spdx.828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_package_spdx_setscene.828689be60a0b8e60081ad30b01853c6ff67b23a5f0aa08a16694d7a8be1c339 not available\nNOTE: Running setscene task 503 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_package_spdx.1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_package_spdx_setscene.1cfb9f46d36126b6eded5387818b50999130dbdcf6e0d10bd41b708071d2b28a not available\nNOTE: Running setscene task 504 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_package_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-devtools/valgrind/valgrind_3.23.0.bb:75)\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-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_package_spdx.06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_package_spdx_setscene.06434223469fa557d3fd1b2245040d6eac52d4ac1bdf760eae93c8010ecd0c27 not available\nNOTE: Running setscene task 505 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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/valgrind/valgrind_3.23.0.bb:75)\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-3496823/tmp/work/core2-64-poky-linux/strace/6.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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-devtools/valgrind/valgrind_3.23.0.bb:75)\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: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/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/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/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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: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-extended/gawk/gawk_5.3.0.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-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/gawk/gawk_5.3.0.bb:25)\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/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-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-3496823/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:44)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/grep/grep_3.11.bb:13)\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/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/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/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/siteinfo.bbclass (from /home/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_package_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-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: Considering setscene task: ['strace', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_deb 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/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: 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: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-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: ['strace', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_ipk 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: ['strace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['tcf-agent', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cronie/1.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['tcf-agent', 'do_package_write_ipk', '/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:   considering dependency: ['tcf-agent', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['tcf-agent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cpio/2.15/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/images/core-image-full-cmdline.bb:do_recipe_qa is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_recipe_qa.1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_recipe_qa_setscene.1e002bcd5810747cdfda2dbb398b352e032124a6314d368097fb8587adb730e8 not available\nNOTE: Running setscene task 512 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.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-extended/cronie/cronie_1.7.2.bb:do_create_package_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-extended/cpio/cpio_2.15.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_package_spdx.450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_package_spdx_setscene.450ecfac11e609fcaac10283f1350f72b832d78ca216d5b023e7544d464500bd not available\nNOTE: Running setscene task 513 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_package_spdx.3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_package_spdx_setscene.3f17c36c3f6ce98ac0c431853753bcedc56551f18103a03b5b0083e47679b3ee not available\nNOTE: Running setscene task 514 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_create_package_spdx.634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_create_package_spdx_setscene.634389b162d2b06a2c54804c320c39e6e696853d9a0bd72d100020b6ed5bb39d not available\nNOTE: Running setscene task 515 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_package_spdx.8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_package_spdx_setscene.8264792eeb6894ca4c7a26d62d4070a27a5bbbbe95101e90cbb2f7269c4d1761 not available\nNOTE: Running setscene task 516 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rust/1.75.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_1.75.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-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: 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:25)\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/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/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/less/less_643.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/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/python3-dir.bbclass (from /home/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/populate_sdk_base.bbclass: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/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-3496823/tmp/work/core2-64-poky-linux/ed/1.20.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.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-extended/iptables/iptables_1.8.10.bb:25)\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/siteinfo.bbclass (from /home/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/ptest.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/ed/ed_1.20.2.bb:do_create_package_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/iputils/iputils_20240117.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_create_spdx.237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_create_spdx_setscene.237f6c13e4fad03d96386893fce1de68ab7026d2aacc8c2d0cfa0338601e4bcf not available\nNOTE: Running setscene task 517 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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/less/less_643.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-extended/iputils/iputils_20240117.bb:29)\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: Considering setscene task: ['rust', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['rust', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_ipk 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: Considering setscene task: ['rust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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/image_types.bbclass:269)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_create_spdx.df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_create_spdx_setscene.df3d6226307759692f2cb9502bc533e0f59dac475e707e28080c844de32ea513 not available\nNOTE: Running setscene task 521 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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:269)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-devtools/rust/rust-llvm_1.75.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-devtools/rust/rust-llvm_1.75.0.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.75.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_package_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:487)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/findutils/4.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/qemuboot.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/ed/ed_1.20.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/create-spdx-image-3.0.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:26)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_create_package_spdx which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_create_package_spdx.2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_create_package_spdx_setscene.2eec161b998ce3a70fda8f94f6f2171fc553c77ba900dd428411dca6d4a067af not available\nNOTE: Running setscene task 522 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_package_spdx.33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_package_spdx_setscene.33502cced8667946f43e4f800cab067b01712a688e3d3afdb25a485501b02ab9 not available\nNOTE: Running setscene task 523 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_package_spdx_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-3496823/tmp/work/core2-64-poky-linux/valgrind/3.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/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/libarchive/libarchive_3.7.4.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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/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/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/blktool/blktool_4-7.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Considering setscene task: ['valgrind', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_deb 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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-extended/grep/grep_3.11.bb:do_create_package_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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Considering setscene task: ['valgrind', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_ipk 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_package_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_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['valgrind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['blktool', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['blktool', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['blktool', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gzip/1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['blktool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['blktool', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_spdx.9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_create_spdx_setscene.9e4224640bc98fefa4c19650369ea81a17b8aa20f77e2a63c5ea65d843ae33ec not available\nNOTE: Running setscene task 530 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_package_spdx.dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_package_spdx_setscene.dd9b8fff5f881a48a257edb66ba0e238b19904933c40c2c87a104639592a008f not available\nNOTE: Running setscene task 531 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_package_spdx.5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_package_spdx_setscene.5a72b6cd03a1a3d97d797451ca23d7966b79ba1c6d60d985d2ecae495e7121b0 not available\nNOTE: Running setscene task 532 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_package_spdx.30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_package_spdx_setscene.30e308d249cbe6907db8e00946f59583556eebdd92613a592c4496ca9b0fe01a not available\nNOTE: Running setscene task 533 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_package_spdx_setscene)\nDEBUG: Adding task do_image_tar before do_image_complete, after do_image\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_create_package_spdx.7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_create_package_spdx_setscene.7adac29bb9845892f3c85171ce44b6df9dd770abf91f68d98a38efadcb1b4226 not available\nNOTE: Running setscene task 534 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_package_spdx.730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_package_spdx_setscene.730550f2b4f5b22bca67bd6923be7ef72eebc81b484747fc7864718520efbe4c not available\nNOTE: Running setscene task 535 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_create_package_spdx.88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_create_package_spdx_setscene.88f9fccee17294b17acd041734ac798fd051d9f709f9453275375c58b9063255 not available\nNOTE: Running setscene task 536 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_create_package_spdx_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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: 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/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/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/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/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/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/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-3496823/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-extended/libsolv/libsolv_0.7.29.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-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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_package_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/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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.22.0.bb:50)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/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-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_create_package_spdx.cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_create_package_spdx_setscene.cd6813e9d204c4d856ff0bd00208ca5a0cd356de327ddf7c59500b7005ec3e77 not available\nNOTE: Running setscene task 537 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_create_package_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-extended/logrotate/logrotate_3.22.0.bb:50)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_package_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.22.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.22.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/iputils/20240117/source-date-epoch/__source_date_epoch.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/ltp/ltp_20240524.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_package_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/ltp/ltp_20240524.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ed/1.20.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-extended/ltp/ltp_20240524.bb:36)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_create_package_spdx.b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_create_package_spdx_setscene.b776481259b9993d8881f9efd724d0a81978178fd25dbee8500f9c4281a0cfee not available\nNOTE: Running setscene task 538 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['ed', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['ed', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_ipk 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-3496823/tmp/work/core2-64-poky-linux/rust-llvm/1.75.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_create_package_spdx.817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_create_package_spdx_setscene.817912397bbe32959cfe459ac0e6c2a43457b46f9d1f0317bf765fb3587e26ba not available\nNOTE: Running setscene task 542 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_package_spdx.f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_package_spdx_setscene.f82a716c2d6f07557f33f250c2a02acb7f8e01a9b0b36d8d63c8ae98dc1a9ebe not available\nNOTE: Running setscene task 543 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_deb.14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_deb_setscene.14fbcd783dab168cf68aef38314580c178bae4d0a100cd25ade919c86d6f6a7b not available\nNOTE: Running setscene task 544 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_deb_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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/man-db/man-db_2.12.1.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/man-db/man-db_2.12.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-extended/man-db/man-db_2.12.1.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.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-extended/net-tools/net-tools_2.10.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/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/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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:23)\nDEBUG: Considering setscene task: ['rust-llvm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.1.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Considering setscene task: ['rust-llvm', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/libarchive/3.7.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-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_ipk.896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_ipk_setscene.896f0724d9781d533e148f6b01af3dfe04d69f9febc8174a7f4abeeeec222fbf not available\nNOTE: Running setscene task 547 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_ipk_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_package_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_package_spdx which could be accelerated\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: SITE files ['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: 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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_rpm.1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_package_write_rpm_setscene.1953db021d4875ac2c1bf2e2f995bf49d6075f9337932e36fabb53e63e605988 not available\nNOTE: Running setscene task 548 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_package_spdx.e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_package_spdx_setscene.e3a8d6ed1637b64551f81783cd631bbd09a0786766e15fe258688e04240c1b63 not available\nNOTE: Running setscene task 549 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/packagegroups/packagegroup-core-full-cmdline.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_package_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-extended/packagegroups/packagegroup-core-full-cmdline.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/procps/procps_4.0.4.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/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_create_package_spdx.72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_create_package_spdx_setscene.72d5db149ffaa61acac2f73b758492aed7532625dd69902af99cb9bded706c43 not available\nNOTE: Running setscene task 550 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libsolv/0.7.29/source-date-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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_create_spdx.7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_create_spdx_setscene.7625f7d9f20835eec56221d0b75ca22d106f9ff0f0e6fd30bc8b13ee8cdf5992 not available\nNOTE: Running setscene task 551 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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/procps/procps_4.0.4.bb:13)\nDEBUG: Considering setscene task: ['go-helloworld', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_deb 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_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['go-helloworld', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['go-helloworld', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_package_spdx.889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_package_spdx_setscene.889d237617d41fca841eb02c3aee1122bb3fe8845aa565461bc6b179e16e194e not available\nNOTE: Running setscene task 555 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_package_spdx.969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_package_spdx_setscene.969de3803e3e97394e73f3e1c10231abea03d8e07da14595b22dd1677efcfcac not available\nNOTE: Running setscene task 556 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_package_spdx.7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_package_spdx_setscene.7f1f7b662476a5b334cefbb2d856034d3cbc76ad4654b8b6147b00f10cff8941 not available\nNOTE: Running setscene task 557 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_package_spdx.3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_package_spdx_setscene.3cbcd0eed129fbcfb016983e84e0a59ada5df19634f6c0cf4820e6d294f09563 not available\nNOTE: Running setscene task 558 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/logrotate/3.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-extended/psmisc/psmisc_23.7.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/go/go-runtime_1.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:1: including go-1.22.4.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.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-extended/logrotate/logrotate_3.22.0.bb:do_create_package_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/psmisc/psmisc_23.7.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-extended/psmisc/psmisc_23.7.bb:54)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:2: including go-runtime.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ltp/20240524/source-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/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: SITE 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: Inheriting /home/pokybuild/yocto-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_20240524.bb:do_create_package_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/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: 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/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/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-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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_create_spdx.0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_create_spdx_setscene.0b2c09b2d3397eda53fd06f5edadc4f10a2b41e1389d8aeed66514c05f29d790 not available\nNOTE: Running setscene task 559 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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/sed/sed_4.9.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lzlib/1.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/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/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.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-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_spdx.f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_create_spdx_setscene.f3ae13242e6d4c00873d079d523db9b0642f640bee73a946f43b8f1636c44531 not available\nNOTE: Running setscene task 560 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_package_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-3496823/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:18)\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-3496823/tmp/work/core2-64-poky-linux/man-db/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_create_package_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_create_package_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/expect/expect_5.45.4.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-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_create_spdx.f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_create_spdx_setscene.f154b8d7fcf8263bf7741707f13f215aad2a2a924934f16790a1de8423fc96a5 not available\nNOTE: Running setscene task 561 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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-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: 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-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_spdx.b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_create_spdx_setscene.b9635f5767d2dbd1923d18b5141f531ef083295d424bd424e10de924453332a3 not available\nNOTE: Running setscene task 562 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_create_spdx.0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_create_spdx_setscene.0ecbd7f3bf97eda070e10443601548c520c003ec8f7fc05d9b933fd568afbd1e not available\nNOTE: Running setscene task 563 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_spdx.20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_create_spdx_setscene.20018466d71baa86d71a7c78406667f10d65d25a4d5c56a7d2104148c29c7123 not available\nNOTE: Running setscene task 564 of 6657 (/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-3496823/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:1: including gdb-common.inc\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-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-extended/cpio/cpio_2.15.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.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/siteinfo.bbclass (from /home/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.2.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/gdb/gdb-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 /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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:3)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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-extended/cpio/cpio_2.15.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:12: including gdb.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-extended/groff/groff_1.23.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/recipes-devtools/gdb/gdb_14.2.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/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: 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: 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.2.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_spdx.6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_create_spdx_setscene.6a64befd859cd5ff8960257ed7fe2d57de2e6624a2ed9c859cee787419ad2f19 not available\nNOTE: Running setscene task 565 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-extended/cronie/cronie_1.7.2.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:76)\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/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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:30)\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/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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_packagedata.9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_packagedata_setscene.9eb120ab10abdf1fda157ef43787afa3bc158a15a54cd126515f209fef6dc538.qemux86_64 not available\nNOTE: Running setscene task 566 of 6657 (/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/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-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_packagedata.a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_packagedata_setscene.a7e42065e7eb7c2067bb97bafe81ebc59fc9bd275c3be53c878b147de826ea97.qemux86_64 not available\nNOTE: Running setscene task 567 of 6657 (/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-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: SITE 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/nfs-utils/nfs-utils_2.6.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/makedevs/makedevs_1.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/gzip/gzip.inc:7)\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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc: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: 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: SITE files ['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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_package_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: 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-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_packagedata.772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_packagedata_setscene.772651aa3757d00b3be1d165e4c28ba51a1e68c41e9084312d255a6ba5a49761.qemux86_64 not available\nNOTE: Running setscene task 568 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/go-runtime/1.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-3496823/tmp/work/core2-64-poky-linux/psmisc/23.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-3496823/tmp/work/core2-64-poky-linux/quota/4.09/source-date-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/shadow/shadow-securetty_4.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_package_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/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-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_create_spdx.397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_create_spdx_setscene.397757894d683537925d04a0a50532a26158f7d5347f95cfbc02c4d3e2df007c not available\nNOTE: Running setscene task 569 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:48)\nDEBUG: Considering setscene task: ['go-runtime', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['go-runtime', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_ipk 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/at/at_3.2.5.bb:48)\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-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_packagedata.a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_packagedata_setscene.a5bebf1378740a5881eb247b368ab76ef324055928e8dbbaf75acbd0652da7b0.qemux86_64 not available\nNOTE: Running setscene task 572 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_packagedata.860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_packagedata_setscene.860c12a239dc84cd2b9ef90f1b8c86f18671b7e7f12f33e781dd1048364a3fad.qemux86_64 not available\nNOTE: Running setscene task 573 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_spdx.60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_create_spdx_setscene.60ce65512d6a4d1755077958c207a431875722be4cdef914c2f8d99c20fe6a37 not available\nNOTE: Running setscene task 574 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-extended/rpcbind/rpcbind_1.2.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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/sed/sed_4.9.bb:do_create_package_spdx which could be accelerated\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: 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/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/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: 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/recipes-devtools/go/go-cross_1.22.4.bb:2: including go-1.22.4.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-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-extended/iputils/iputils_20240117.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/ethtool/ethtool_6.7.bb:18)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_create_spdx.31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_create_spdx_setscene.31a26132d9fa105da842829dbc077913d6da02fbcc6c0eacf95e5badf309fbe5 not available\nNOTE: Running setscene task 575 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/iproute2/6.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/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-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_create_spdx.bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_create_spdx_setscene.bbbfe0c65e344d47fc065c4dc63c09b9f94bf9c16314b9b4ce778c9558a82a1b not available\nNOTE: Running setscene task 576 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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-extended/less/less_643.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/less/less_643.bb:36)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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.22.0.bb:50)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gdb/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/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: SITE files ['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/logrotate/logrotate_3.22.0.bb:50)\nDEBUG: Considering setscene task: ['iproute2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_deb 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.22.0.bb:50)\nDEBUG: 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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:50)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['iproute2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cronie/1.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-3496823/tmp/work/core2-64-poky-linux/cpio/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['iproute2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_populate_sysroot which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['expect', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_write_deb which could be accelerated\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: Considering setscene task: ['expect', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['expect', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['gdb', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['gdb', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_ipk which could be accelerated\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: Considering setscene task: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_populate_sysroot which could be accelerated\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_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_write_deb', '/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_create_spdx', '/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_package_write_ipk', '/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_populate_lic', '/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_recipe_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:   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-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_recipe_qa.98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/makedevs/1.0.1.do_recipe_qa_setscene.98784e21aa60daf7e8dd2266c19b49cb9be1cd7c36ea9f6876c1d54782c982b3 not available\nNOTE: Running setscene task 588 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_create_spdx.e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_create_spdx_setscene.e427c4878bea5eb5d1843e1cd160a5d7ecfdcb1a5af4a9bbb463acbd4e1d52ae not available\nNOTE: Running setscene task 589 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['cpio', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['cpio', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['cpio', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gzip/gzip_1.13.bb:do_create_spdx 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: 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', '/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:   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_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_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_write_ipk', '/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_deb', '/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb (full)\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_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-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_recipe_qa.f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nfs-utils/2.6.4.do_recipe_qa_setscene.f7269693c34b3e51707bcf54045f56e5289b5b48d2d7025bb286376c39071f18 not available\nNOTE: Running setscene task 595 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_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-devtools/tcltk/tcl_8.6.14.bb:38)\nDEBUG: Considering setscene task: ['cronie', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['cronie', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_ipk 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/tcltk/tcl_8.6.14.bb:38)\nDEBUG: Considering setscene task: ['cronie', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/go-cross-core2-64/1.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: Considering setscene task: ['groff', 'do_package_write_deb', '/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:   considering dependency: ['groff', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_deb 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.14.bb:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/go/go-cross_1.22.4.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_create_spdx.19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_create_spdx_setscene.19898465cc5632328d4708535c7973c3657ef043c6447e72529d09d0e653b851 not available\nNOTE: Running setscene task 600 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['groff', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['groff', 'do_populate_sysroot', '/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:   considering dependency: ['groff', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_sysroot which could be accelerated\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: SITE 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/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: 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_package', '/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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['at', 'do_package_write_deb', '/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_ipk', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.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-connectivity/nfs-utils/nfs-utils_2.6.4.bb:48)\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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_recipe_qa.cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at/3.2.5.do_recipe_qa_setscene.cffd55f68440ccc720ee0f8b642db87fc0d9c2931f431650edb6954b73990dd3 not available\nNOTE: Running setscene task 605 of 6657 (/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/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/goarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:21)\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: 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:21)\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_create_spdx', '/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_write_ipk', '/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:   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_write_deb', '/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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: ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ethtool/6.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: ['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_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-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_recipe_qa.5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cracklib/2.9.11.do_recipe_qa_setscene.5a502223f94cf9d840943af327a6eac9f504c65a94108e2569302f7f90fabc2b not available\nNOTE: Running setscene task 608 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.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: 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_package_qa', '/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:   considering dependency: ['ethtool', 'do_package_write_deb', '/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_ipk', '/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_create_spdx', '/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: 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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_recipe_qa.373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ethtool/6.7.do_recipe_qa_setscene.373db3ceb1efdac10bea7d41e824c769f4b2781d45d93fc36c2dfb7f7a177c05 not available\nNOTE: Running setscene task 611 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_recipe_qa_setscene)\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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['gzip', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['gzip', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['gzip', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-extended/cracklib/cracklib_2.9.11.bb (full)\nDEBUG: Considering setscene task: ['gzip', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.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: 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-extended/iputils/iputils_20240117.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-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_spdx.21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_create_spdx_setscene.21e58af54989cc0763a1226232530e61cdba03adb362b617b1fcb37493f176ad not available\nNOTE: Running setscene task 615 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_spdx_setscene)\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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:19)\nDEBUG: Considering setscene task: ['iputils', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['iputils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_ipk 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: ['iputils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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-extended/ethtool/ethtool_6.7.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_spdx.fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_create_spdx_setscene.fbe886b9c8c6e8c1f3c3daa965ab5f9e1d0e79874921eca6c10a110cd0608d7f not available\nNOTE: Running setscene task 619 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_create_spdx.4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_create_spdx_setscene.4de7722936616f57895ec9b7c888848254f07c57786260b5eeef05c930a6f227 not available\nNOTE: Running setscene task 620 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_packagedata.119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_packagedata_setscene.119bf9067991d847593ef2958d4a58c2a07cbc3d912e90ea797be123a5fb360c.qemux86_64 not available\nNOTE: Running setscene task 621 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_spdx.691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_create_spdx_setscene.691c78cbef36706766cded3a1dc35d7c4b773ff165dab2fae2219fcf741f41e6 not available\nNOTE: Running setscene task 622 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_spdx_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_packagedata.5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-full-cmdline/1.0.do_packagedata_setscene.5bd9476b6fba1da41c6f9a1b58a702fb38ea43bc5a4d2af0ae3978dd298fe509.qemux86_64 not available\nNOTE: Running setscene task 624 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/logrotate/3.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-extended/less/less_643.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['less', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.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-extended/iptables/iptables_1.8.10.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['less', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_ipk which could be accelerated\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: Inheriting /home/pokybuild/yocto-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-extended/ltp/ltp_20240524.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_20240524.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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb (full)\nDEBUG: Considering setscene task: ['less', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.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-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: 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.31.bb:16)\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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['logrotate', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_write_deb 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/net-tools/net-tools_2.10.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/ltp/ltp_20240524.bb:36)\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/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/mc/mc_4.8.31.bb:16)\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: Considering setscene task: ['logrotate', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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-extended/mc/mc_4.8.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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/packagegroup.bbclass:25)\nDEBUG: Considering setscene task: ['logrotate', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_spdx.ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_create_spdx_setscene.ee5c4464c7115d4a6d9dbc374e7afb0b7e85f0927197bc71bb5d22fa60715539 not available\nNOTE: Running setscene task 631 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_package_spdx.b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_package_spdx_setscene.b8d730f1147e972a0c14ae97bf8a8903d6fdd692e140bd712e72b20fcc0aeda4 not available\nNOTE: Running setscene task 632 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_create_package_spdx.4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_create_package_spdx_setscene.4d649ed5a96e5060e3c447170f56bbdc1e78041fefcb69d36a161247ce3eb148 not available\nNOTE: Running setscene task 633 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/go-native/1.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-devtools/go/go-native_1.22.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb (full)\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/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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.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: SITE 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_4.15.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:1: including shadow.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-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/shadow/shadow.inc:38)\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/siteinfo.bbclass (from /home/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/tcl/8.6.14/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-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_package_spdx.ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_package_spdx_setscene.ae798839acf9574264e08971d52499292ff64bfc301b6730d4cfa39b4677105a not available\nNOTE: Running setscene task 634 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_package_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/shadow/shadow.inc:38)\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/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/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/shadow/shadow.inc:191)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_package_spdx.1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_package_spdx_setscene.1e558f8222208febc887fa2e21b1f88c2111924d3f95aa6db0d7967d61060328 not available\nNOTE: Running setscene task 635 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_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: 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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/slang/slang_2.3.3.bb:31)\nDEBUG: Considering setscene task: ['tcl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_deb 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: ['tcl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_ipk 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['sysklogd', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['sysklogd', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_rpm.b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_package_write_rpm_setscene.b7dbb41aea0381a0ff53d6531ef30913a844905bd70af5787df0b2a577ad4a79 not available\nNOTE: Running setscene task 640 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['sysklogd', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_package_spdx.84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_package_spdx_setscene.84ea2061718a0d91cb05478e3e55ee0404b26fc421bee7667d70a6dd0d5992b2 not available\nNOTE: Running setscene task 642 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_package_spdx_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: SITE 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: SITE files ['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/tar/tar_1.35.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: 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_package_spdx.b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_package_spdx_setscene.b278761d617d77ca71f7dcf59c724161fa8954e6924fce1146ff1894c64b5dd2 not available\nNOTE: Running setscene task 643 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_package_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_package_spdx.a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_package_spdx_setscene.a8a35ffa914e1ce5a157518ba45ed7baeae12ada1b96ba390f88ca2a891d2e04 not available\nNOTE: Running setscene task 644 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_package_spdx_setscene)\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: 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-3496823/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-3496823/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-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ltp/20240524/source-date-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/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/packagegroups/packagegroup-core-full-cmdline.bb:do_packagedata 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-extended/ltp/ltp_20240524.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mc/4.8.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-extended/texinfo-dummy-native/texinfo-dummy-native.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_package_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-extended/mc/mc_4.8.31.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: 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: Considering setscene task: ['iptables', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['iptables', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['iptables', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['iptables', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_ipk which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libmnl', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libmnl', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['ltp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['ltp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package 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.31.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['mc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['mc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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.31.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_recipe_qa.2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mc/4.8.31.do_recipe_qa_setscene.2e0ce233d1a5b3f0cf9b692da8b32fb38924f133cbbbdd31041933d626c46316 not available\nNOTE: Running setscene task 654 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['net-tools', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['net-tools', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['net-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_populate_sysroot which could be accelerated\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_package_write_deb', '/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_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_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_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_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_write_ipk', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/shadow/4.15.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['time', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_deb which could be accelerated\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_spdx.1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_create_spdx_setscene.1e5e7b6d9db32adc3c55491c6553d32d6d87735cd38379bd31f74ed11fd94826 not available\nNOTE: Running setscene task 660 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_package_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/mc/mc_4.8.31.bb:16)\nDEBUG: Considering setscene task: ['rpcbind', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.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: Considering setscene task: ['rpcbind', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_ipk 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.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-extended/mc/mc_4.8.31.bb:16)\nDEBUG: Considering setscene task: ['rpcbind', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_spdx.f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_create_spdx_setscene.f8b5f6fe718b11357a8a1c2142d91bf32546dc0e6fddd024f31c33a8626dec05 not available\nNOTE: Running setscene task 664 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['time', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_rpm.700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_package_write_rpm_setscene.700c4b4193f9129dcb4dff6ee956c08677169590996f75498e06c13e987ed189 not available\nNOTE: Running setscene task 666 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_package_spdx 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_package_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/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: Considering setscene task: ['time', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_create_package_spdx.0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_create_package_spdx_setscene.0e9a1bccf03bc8aba024e49544d168599bc6a6493fdb1c4d6910778d5149d432 not available\nNOTE: Running setscene task 668 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_package_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_create_package_spdx.d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_create_package_spdx_setscene.d909a06ec56161b45556fa50f31436cb56f5716a59729ede3e401178528c13a6 not available\nNOTE: Running setscene task 669 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_package_spdx.6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_package_spdx_setscene.6ad87b9614328b6e111964eb5f0c3859496878b6124a10e9a98a2cc71cd77b02 not available\nNOTE: Running setscene task 670 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_package_spdx.6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_package_spdx_setscene.6c5b03c63eabdc2528ff667e53636ee0cdaf1e74bd314655ea0cddcac52ed4e9 not available\nNOTE: Running setscene task 671 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_create_package_spdx.fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_create_package_spdx_setscene.fa4626efb93925bdf6a3a38dfcf1de1bc5135b459538bbf922caeecb16bd3042 not available\nNOTE: Running setscene task 672 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_package_spdx.760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_package_spdx_setscene.760a8f85f698c9dc6db3b00f588017c271e2ee1cc8bf154e818fdcdcf5d8b524 not available\nNOTE: Running setscene task 673 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_package_spdx_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_create_package_spdx.2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_create_package_spdx_setscene.2082175ff3ff73f639f0199a1c0222b3bc7d4d1cefe84b84ed61bf1e6227eaa9 not available\nNOTE: Running setscene task 674 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_create_package_spdx.2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_create_package_spdx_setscene.2c26451abfdaf5db45b3562de04e0367a6c5ec056a9d327aabd85efdc5533796 not available\nNOTE: Running setscene task 675 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_package_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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_package_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/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.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-extended/xz/xz_5.4.6.bb:36)\nDEBUG: SITE 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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/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/zstd/zstd_1.5.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/xz/xz_5.4.6.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-extended/xz/xz_5.4.6.bb:36)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb (full)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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-extended/xz/xz_5.4.6.bb:42)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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-3496823/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_packagedata.5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_packagedata_setscene.5d2210f45d74f6966250504e8f604026e358847617d5d34430ddb67fa52645fb.qemux86_64 not available\nNOTE: Running setscene task 676 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.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/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/tar/tar_1.35.bb:do_create_package_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/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_package_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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_spdx.020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_create_spdx_setscene.020fb077eda7d2646cf06048dfa1d71a2626c32b8a7702012b043b682742e49c not available\nNOTE: Running setscene task 677 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_package_spdx.0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_package_spdx_setscene.0b03d2a827f9d724728f97531e134461e8c8e61b70f072dbb212cabcf79d7e52 not available\nNOTE: Running setscene task 678 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_package_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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_create_package_spdx.5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_create_package_spdx_setscene.5d5a10543257f37385bb1d78459339c7b8ff8e96a66c3110b58d93e838ccbafd not available\nNOTE: Running setscene task 679 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_create_package_spdx_setscene)\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/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/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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:13)\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/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/siteinfo.bbclass (from /home/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.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/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/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_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/siteinfo.bbclass (from /home/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/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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\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_46.0.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/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/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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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/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/python3native.bbclass (from /home/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/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-3496823/tmp/work/x86_64-linux/tzcode-native/2024a/source-date-epoch/__source_date_epoch.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/tzcode-native.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mc/4.8.31/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-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_package_spdx.c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_package_spdx_setscene.c34fc5e93b00a03c81ab833fd3612f38c724e7f93e47004bf3b066846479736e not available\nNOTE: Running setscene task 680 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_package_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/mc/mc_4.8.31.bb:do_recipe_qa which could be accelerated\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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-gnome/gnome/gconf_3.2.6.bb (full)\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: 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: 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: 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-3496823/tmp/work/all-poky-linux/tzdata/2024a/source-date-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: ['quota', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_deb 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-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_package_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/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: ['quota', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_ipk which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['shadow-securetty', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['shadow-securetty', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_write_ipk which could be accelerated\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/unzip/unzip_6.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['shadow-securetty', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/zstd/1.5.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-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_spdx.d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_create_spdx_setscene.d4564ca8a8ffaeab371f386bda6c351ac89d76959788f0cf59b00c56517d6fb5 not available\nNOTE: Running setscene task 686 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.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-3496823/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/zip/zip_3.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_packagedata.569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_packagedata_setscene.569de5cac33f3e30c1818f7de5a60b4f4d4a5bc9f968c71d37aed76a0db69af3.qemux86_64 not available\nNOTE: Running setscene task 687 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_create_spdx.f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_create_spdx_setscene.f26c2aebceb4d1dc1d549a28c53f10f17eb3fdb82ba866f2b74506e9e27c787f not available\nNOTE: Running setscene task 688 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_spdx.41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_create_spdx_setscene.41f9e01069da7d227d38af62d203eae5bcd9bb8d7881cdc87f9e3b724b8351d1 not available\nNOTE: Running setscene task 689 of 6657 (/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_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_spdx.46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_create_spdx_setscene.46fd52069b4fbc76ba5bc96521ac8e5a5727c91582d01d2d0077519be1a74add not available\nNOTE: Running setscene task 690 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_spdx.5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_create_spdx_setscene.5ca09ae523d413198666cce87919ad2cae86f899b58ac1f9a545bb7f61e89683 not available\nNOTE: Running setscene task 691 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_create_package_spdx.85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_create_package_spdx_setscene.85e84083020a5f1c93f01f3a5f0aee389714406c14f73cfdf9c3df7ac862e36d not available\nNOTE: Running setscene task 692 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_create_package_spdx.e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_create_package_spdx_setscene.e16cd7c6629d97565c98970b6014b63a5543e1acd5c07c5ca7b07f9ae7759ef4 not available\nNOTE: Running setscene task 693 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_create_package_spdx.55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_create_package_spdx_setscene.55277e24377168f9bfd1293b2cfb20d1a600787bad9a72e795af280925c101a4 not available\nNOTE: Running setscene task 694 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_create_package_spdx_setscene)\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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xz/5.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_package_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: SITE files ['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/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: 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: 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-gnome/gobject-introspection/gobject-introspection_1.80.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/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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-gnome/gtk+/gtk+3_3.24.42.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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+/gtk4_4.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.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/python3-dir.bbclass (from /home/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/gobject-introspection/gobject-introspection_1.80.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_create_package_spdx.f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_create_package_spdx_setscene.f2c37b1fa3686248f89d51f99db04a927fcc53e9875b6388506f66be9849e525 not available\nNOTE: Running setscene task 695 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_package_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.80.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.80.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/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/qemu.bbclass (from /home/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+/gtk+3.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_package_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-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_package_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: 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.14.4.bb:47)\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.14.4.bb:47)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: SITE files ['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-gnome/gtk+/gtk4_4.14.4.bb:47)\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/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/adwaita-icon-theme/46.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/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.14.4.bb:47)\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.14.4.bb:47)\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/adwaita-icon-theme_46.0.bb:do_create_package_spdx which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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/gtk-doc/gtk-doc_1.34.0.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-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-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_create_spdx.2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_create_spdx_setscene.2af92ee05ea392728c9ed2e0d0f1f675392ddd255dfc5e71fdee6681b7d9f555 not available\nNOTE: Running setscene task 696 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.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-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_create_spdx.cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_create_spdx_setscene.cfbbc103e50a2b13beac43b0302cfb5fea0cabeb0c954b62e62f6ff932720a2c not available\nNOTE: Running setscene task 697 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_create_spdx.bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_create_spdx_setscene.bd9e589d8f6ef4798154a32eb64efd99b300771cca5e1856426897861e9dfac2 not available\nNOTE: Running setscene task 698 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_create_spdx.6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_create_spdx_setscene.6cfbd695641600b3b5081a96865e250d3ad82ca140633f8ec35199c000bb8e14 not available\nNOTE: Running setscene task 699 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_spdx.d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_create_spdx_setscene.d816d39a15a2cdc5d7f5094294cd479cfc3789b5816172f11df719a8b48c17e2 not available\nNOTE: Running setscene task 700 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.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-jinja2_3.1.4.bb:15)\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-jinja2_3.1.4.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/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: SITE files ['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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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.6.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.6.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-markupsafe_2.1.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-markupsafe_2.1.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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/python3targetconfig.bbclass (from /home/pokybuild/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-markupsafe_2.1.5.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-jinja2_3.1.4.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/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/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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: Inheriting /home/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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_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/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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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-toml_0.10.2.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/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-pygments_2.18.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/python3-dir.bbclass (from /home/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-3496823/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-3496823/tmp/work/all-poky-linux/tzdata/2024a/source-date-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_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_spdx.f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_create_spdx_setscene.f8af3adba0219760f5bbd119f65447a8fb931720fd38987c9d6b5cf7579cb448 not available\nNOTE: Running setscene task 701 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_spdx_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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-3496823/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-3496823/tmp/work/core2-64-poky-linux/time/1.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/python/python3-typogrify_2.0.7.bb (full)\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: 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/time/time_1.9.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: Inheriting /home/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-extended/which/which_2.21.bb:do_create_spdx which could be accelerated\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_package_write_deb', '/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_create_spdx', '/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:   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_write_ipk', '/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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_recipe_qa.184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysklogd/2.5.2.do_recipe_qa_setscene.184e2de4a17ab9d5d3e0049c3e081a99d64852be3fe5600130fe734d62ba8a77 not available\nNOTE: Running setscene task 704 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['tar', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['tar', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['tar', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['tcp-wrappers', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['tcp-wrappers', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_ipk 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_write_deb', '/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:   considering dependency: ['time', 'do_package_write_ipk', '/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', '/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: 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-3496823/tmp/work/core2-64-poky-linux/gobject-introspection/1.80.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/sysklogd/sysklogd_2.5.2.bb (full)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk4/4.14.4/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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_recipe_qa.dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/time/1.9.do_recipe_qa_setscene.dea8ceb0c9747408aa8d1694e0144f4cd4226e58b6c6ff8ba046c026970b5cc4 not available\nNOTE: Running setscene task 712 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk+3/3.24.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-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_create_package_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_create_spdx.9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_create_spdx_setscene.9927abe427fd7a34d1e1672c596c5242600cca728201cdbec0adc640fb1a3e0b not available\nNOTE: Running setscene task 713 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_create_spdx.2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_create_spdx_setscene.2cebf05f2bc9202879c7c70486bb2e4f011962707f772b276219a80f7819aa58 not available\nNOTE: Running setscene task 714 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['tzdata', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_deb 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/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: Considering setscene task: ['tzdata', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_ipk 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-3496823/tmp/work/core2-64-poky-linux/gtk-doc/1.34.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['tzdata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_populate_sysroot which could be accelerated\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-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['unzip', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_deb 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/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-devtools/python/python3-setuptools_69.5.1.bb (full)\nDEBUG: Considering setscene task: ['unzip', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_ipk which could be accelerated\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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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-extended/time/time_1.9.bb:23)\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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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/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-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['unzip', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.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/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/python_setuptools_build_meta.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: Considering setscene task: ['which', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['which', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['which', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['which', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-markdown/3.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: Considering setscene task: ['zip', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['zip', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pygments/2.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-3496823/tmp/work/core2-64-poky-linux/python3-jinja2/3.1.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-markdown', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-markdown', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-markupsafe/2.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-jinja2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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: Considering setscene task: ['python3-jinja2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_ipk 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_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-jinja2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-markdown', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-markupsafe', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-markupsafe', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-markupsafe', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-pygments', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-pygments', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-pygments', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['python3-toml', 'do_package_write_deb', '/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:   considering dependency: ['python3-toml', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-toml', 'do_package_write_ipk', '/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:   considering dependency: ['python3-toml', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-toml', 'do_populate_sysroot', '/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:   considering dependency: ['python3-toml', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /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: Considering setscene task: ['zip', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_package_spdx.cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_package_spdx_setscene.cf7f23c651e0791c03d60e2010ee26b3f4c9abdf2289731d4c36268c6f914605 not available\nNOTE: Running setscene task 742 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_package_spdx.e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_package_spdx_setscene.e7f890aba2c0195c4119a24a0f83b1cc231304a4860b77ef1eed86fbf5078c8a not available\nNOTE: Running setscene task 743 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_package_spdx.24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_package_spdx_setscene.24a05bf3ea8417a0f2feb995fc6949125d08d0e037c2f73d3a9e591317e0a7eb not available\nNOTE: Running setscene task 744 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_create_package_spdx.1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_create_package_spdx_setscene.1b38bb05417961b5b28b103bbc97bafd295ac6a749a213bcc03fabfcacd3e683 not available\nNOTE: Running setscene task 745 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_package_spdx.10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_package_spdx_setscene.10d43f6f3364ef46853c5571190974cdfefa223bf5bfa49aa4b999e8be4f143d not available\nNOTE: Running setscene task 746 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_package_spdx_setscene)\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: Considering setscene task: ['python3-typogrify', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-typogrify', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-typogrify', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_package_spdx.034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_package_spdx_setscene.034f95b73ebd4a716cfc2eb0b9879d9f220a9a298f734337803ad0b44c67e8f0 not available\nNOTE: Running setscene task 750 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_package_spdx_setscene)\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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_package_spdx.59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_package_spdx_setscene.59cb74eebff7fe0e5603eaa93ada8e63208731a84f1a780400d5602a3782fb36 not available\nNOTE: Running setscene task 751 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_package_spdx.9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_package_spdx_setscene.9affddedd973159925d6b22adf7d04708c44b4e123f4030bf69289c6be2adbcc not available\nNOTE: Running setscene task 752 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_package_spdx.76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_package_spdx_setscene.76a7827fd23bf51941e4ad5a4cea75718b329b512632fef48fbb722a9a8b700e not available\nNOTE: Running setscene task 753 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_package_spdx.a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_package_spdx_setscene.a3ee8a05c4be8f418c22a13bc084c2f2386f4f033789909bec4ad16107feda24 not available\nNOTE: Running setscene task 754 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_package_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_create_package_spdx.6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_create_package_spdx_setscene.6d17f525eba3bce9ecdcc2d3f34f9c331a8314bd44f03d74f99fba8970d6c1b6 not available\nNOTE: Running setscene task 755 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_package_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_package_spdx.7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_package_spdx_setscene.7c7b050c65818b2ef593ee252aedf78e3132115d83936d3126c069d8b25e08ec not available\nNOTE: Running setscene task 756 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_package_spdx_setscene)\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/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/librsvg/librsvg_2.57.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/recipes-gnome/librsvg/librsvg_2.57.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/tzcode-native/2024a/source-date-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/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-extended/timezone/tzcode-native.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-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/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/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 /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: Inheriting /home/pokybuild/yocto-worker/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/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: 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: Inheriting /home/pokybuild/yocto-worker/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-gnome/librsvg/librsvg_2.57.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/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.57.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/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.57.1.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.57.1.bb:18)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/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: 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.57.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: 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: 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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.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-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/recipes-graphics/drm/libdrm_2.4.120.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:20: including librsvg-crates.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-graphics/drm/libdrm_2.4.120.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/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/allarch.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/harfbuzz/harfbuzz_8.5.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/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-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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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/graphene/graphene_1.10.8.bb:7)\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/jpeg/libjpeg-turbo_3.0.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/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/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/meson-routines.bbclass (from /home/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/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/siteinfo.bbclass (from /home/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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/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/harfbuzz/harfbuzz_8.5.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.5.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.5.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.5.0.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-setuptools/69.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: SITE files ['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/harfbuzz/harfbuzz_8.5.0.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/time/1.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-setuptools_69.5.1.bb:do_create_spdx which could be accelerated\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package_write_deb 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-setuptools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['python3-setuptools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_package_spdx.8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_package_spdx_setscene.8aee98f601517e6e1f57012d43bf557509ad1110431271cfe474fdcad7a01568 not available\nNOTE: Running setscene task 760 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_package_spdx.7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_package_spdx_setscene.7f109570665fa4fb7abfe50b4761e664503a735e7ab9664a2de2079b6ded4f79 not available\nNOTE: Running setscene task 761 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_package_spdx.c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_package_spdx_setscene.c8ddaa12cb40f6c918dddc66bdc84ae53187c6a251c5b256a6ed6f7c824adfb1 not available\nNOTE: Running setscene task 762 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_package_spdx.811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_package_spdx_setscene.811ccef701b2729d53b4c0097ce7fced348f8a18ad4682b02301ec42ab997ae8 not available\nNOTE: Running setscene task 763 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_package_spdx_setscene)\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: 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: 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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-graphics/libmatchbox/libmatchbox_1.12.bb:24)\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.1.2/download to aho-corasick-1.1.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.6.5/download to anstream-0.6.5.crate\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\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: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.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.12/download to assert_cmd-2.0.12.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/libfakekey/libfakekey_git.bb:20)\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.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/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: 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: 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.4.1/download to bitflags-2.4.1.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.8.0/download to bstr-1.8.0.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/libfakekey/libfakekey_git.bb:20)\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.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.83/download to cc-1.0.83.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.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/cfg-if/1.0.0/download to cfg-if-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.31/download to chrono-0.4.31.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/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/pkgconfig.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-3496823/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: Fetching https://crates.io/api/v1/crates/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.4.11/download to clap-4.4.11.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/libmatchbox/libmatchbox_1.12.bb:24)\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.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/clap_lex/0.6.0/download to clap_lex-0.6.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/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.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.5.1/download to criterion-0.5.1.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-deque/0.8.4/download to crossbeam-deque-0.8.4.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-graphics/matchbox-session/matchbox-session_0.1.bb:18)\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.31.2/download to cssparser-0.31.2.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/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.10.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/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.9.0/download to either-1.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.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.8/download to errno-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_package_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download to form_urlencoded-1.2.1.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.29/download to futures-channel-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.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/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.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/futures-task/0.3.29/download to futures-task-0.3.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/futures-util/0.3.29/download to futures-util-0.3.29.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: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.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.14.3/download to hashbrown-0.14.3.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.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.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.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.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/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.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.151/download to libc-0.2.151.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.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.12/download to linux-raw-sys-0.4.12.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.11/download to lock_api-0.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.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.8/download to matrixmultiply-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.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/minimal-lexical/0.2.1/download to minimal-lexical-0.2.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/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/nom/7.1.3/download to nom-7.1.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/num-complex/0.4.4/download to num-complex-0.4.4.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.17/download to num-traits-0.2.17.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.19.0/download to once_cell-1.19.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/oorandom/11.1.3/download to oorandom-11.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.18.3/download to pango-0.18.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/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.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/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.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.1/download to percent-encoding-2.3.1.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/0.11.2/download to phf-0.11.2.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.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.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/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-utils/0.1.0/download to pin-utils-0.1.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/pkg-config/0.3.27/download to pkg-config-0.3.27.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters/0.3.5/download to plotters-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/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.10/download to png-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.2.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/3.0.4/download to predicates-3.0.4.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/2.0.1/download to proc-macro-crate-2.0.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.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/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.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/0.8.5/download to rand-0.8.5.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.6.4/download to rand_core-0.6.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/rayon/1.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.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.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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.16/download to ryu-1.0.16.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.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.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.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_package_spdx.63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_package_spdx_setscene.63769aae1733b6ace5fc74cff51aa929777dc71c4e90b423e170dcc857c435ef not available\nNOTE: Running setscene task 764 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_package_spdx_setscene)\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.41/download to syn-2.0.41.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.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/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/time-macros/0.2.15/download to time-macros-0.2.15.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.8.2/download to toml-0.8.2.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.20.2/download to toml_edit-0.20.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.14/download to unicode-bidi-0.3.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_package_spdx which could be accelerated\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.5.0/download to url-2.5.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.4.0/download to walkdir-2.4.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/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_package_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.13/download to wide-0.7.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/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.6/download to winapi-util-0.1.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-core/0.51.1/download to windows-core-0.51.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/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: 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: 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: 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: 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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/winnow/0.5.28/download to winnow-0.5.28.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/cairo/cairo_1.18.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_package_spdx 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_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/harfbuzz/8.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/graphene/graphene_1.10.8.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_package_spdx which could be accelerated\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: SITE files ['endian-little', 'common-linux', '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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_package_spdx.392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_package_spdx_setscene.392803b7bba5a7d481d0ff3b6dc65e390b13e0cb4fa0f9d186aecc0e53535fe1 not available\nNOTE: Running setscene task 765 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_package_spdx.9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_package_spdx_setscene.9b7bbb8d1393255efd6eedbbcc1289067c0861671d311d98adff163a64d41ea3 not available\nNOTE: Running setscene task 766 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_package_spdx.7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_package_spdx_setscene.7c2323a6a4046ce891f2b1cf99b863880b088ee89414d8b51b0a3181a4bd2bae not available\nNOTE: Running setscene task 767 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_create_package_spdx.33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_create_package_spdx_setscene.33021caf6b4fcd294688ba80dec82a7a2eff3115de72eb958eff4baf38ca73a9 not available\nNOTE: Running setscene task 768 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_package_spdx.7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_package_spdx_setscene.7a79a73f0799c3dc00e6674b13bb44d8555b768475b8e04308490506ae433fca not available\nNOTE: Running setscene task 769 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_package_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/libfakekey/libfakekey_git.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_package_spdx.a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_package_spdx_setscene.a9ad6f0443e300036e3b6855f8d9ed739ed74abf5038a0f47c2a20eac7facb77 not available\nNOTE: Running setscene task 770 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_package_spdx.3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_package_spdx_setscene.3ef65bb0c2a280b29cdbaf674b1d580cda520e0acf44830717261f86f5948045 not available\nNOTE: Running setscene task 771 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libmatchbox/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-3496823/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-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_package_spdx.29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_package_spdx_setscene.29bd0af66c40774c0a1278132c00e23614564000f1466c2428499a1bf9e5fa22 not available\nNOTE: Running setscene task 772 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/matchbox-session/matchbox-session_0.1.bb:do_create_package_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_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_create_package_spdx.e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_create_package_spdx_setscene.e60fa612702a116be8dc00911ab86090bc1a6ab27bf275a079385bb9eb7778a3 not available\nNOTE: Running setscene task 773 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/librsvg/2.57.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/menu-cache/menu-cache_1.1.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_package_spdx.b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_package_spdx_setscene.b50747c681f8b0ceff2c8c1a598d27ee723aa7a1a6267cb32945603bd14d4410 not available\nNOTE: Running setscene task 774 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_package_spdx.01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_package_spdx_setscene.01c607597c5cf12c9d288cf6b0b9e58f571ab84f5895fb79c2a6f7b4366b1764 not available\nNOTE: Running setscene task 775 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_package_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/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: 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/meson.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-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_create_package_spdx.7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_create_package_spdx_setscene.7d7072d766a7d1b2515531bdfde083748ec2e6644757122dfc5d4ec3343cbbd0 not available\nNOTE: Running setscene task 776 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_create_package_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_create_package_spdx.db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_create_package_spdx_setscene.db25a05b264d841530b8961d81d4162e6faeb046d2a9f519bed7be26a39c7ee7 not available\nNOTE: Running setscene task 777 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_package_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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_package_spdx.84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_package_spdx_setscene.84118af5ab8672b3dbd2e3a2371041908ca64efe0d985106d6a1b63390fb2a80 not available\nNOTE: Running setscene task 778 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_package_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_create_package_spdx.42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_create_package_spdx_setscene.42448dfa3b8915b8c7003d9dbd6f390adaa2b9d106444c42698dd720a8524ab6 not available\nNOTE: Running setscene task 779 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_create_package_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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:1: including mesa.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-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: 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:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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:20)\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: 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/qemu.bbclass (from /home/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:50)\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:50)\nDEBUG: Inheriting /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.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/mesa/mesa.inc:50)\nDEBUG: Inheriting /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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.2.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.52.2.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.52.2.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/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.52.2.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: 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: SITE files ['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: Inheriting /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-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.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/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/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/vulkan/vulkan-loader_1.3.283.0.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.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/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/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.283.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/meson.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.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-graphics/vulkan/vulkan-loader_1.3.283.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: 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.7.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/qemu.bbclass (from /home/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/mtdev_1.1.7.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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_create_package_spdx.4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_create_package_spdx_setscene.4b6237c08dbe523d96b28e94017abf67bd4494f6fb9005c7d179a31117c96455 not available\nNOTE: Running setscene task 780 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_package_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-graphics/wayland/wayland-protocols_1.36.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-protocols_1.36.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-graphics/wayland/wayland-protocols_1.36.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/wayland/wayland-protocols_1.36.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_create_package_spdx.05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_create_package_spdx_setscene.05839f6409b200649fbb4fa65ddd3aea633e329b6ab2e7ac4b5953a428d180cd not available\nNOTE: Running setscene task 781 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-xserver.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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.bb:do_create_package_spdx 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_package_spdx 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_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_package_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_1.23.0.bb:24)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_spdx.1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_create_spdx_setscene.1760839985400e6004fd59e18993d384554a382935fb4488ed16c9c30df58624 not available\nNOTE: Running setscene task 782 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.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/wayland/wayland_1.23.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-graphics/wayland/wayland_1.23.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_spdx.ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_create_spdx_setscene.ed9b2703d9b0fffaa2d5bf3129750f80940741d76b5a23732a24c147863137bd not available\nNOTE: Running setscene task 783 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_spdx.a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_create_spdx_setscene.a3f794a1c1532112e9e4e152dd31a14a48b045443dfe5d75ed7a1dd272843abf not available\nNOTE: Running setscene task 784 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_spdx.92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_create_spdx_setscene.92e348a807438ce587fc04c3e4375a17e80b3b4d9e077c79909bfdf631841aca not available\nNOTE: Running setscene task 785 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_spdx.0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_create_spdx_setscene.0c6ce91eb775e855f22741a14fed70d8e4fb9c6708e5b518502b920d63998227 not available\nNOTE: Running setscene task 786 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_spdx.875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_create_spdx_setscene.875ed024756a4fda19ce9a8655f374746733f08432393f7951c6ac4be1dc6a3c not available\nNOTE: Running setscene task 787 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_package_spdx.b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_package_spdx_setscene.b96b9e26cadb66ecee690c6196bcdb7d6ea64bfcccdb7166c64b6a1f45f56b2f not available\nNOTE: Running setscene task 788 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.283.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.283.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_package_spdx.24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_package_spdx_setscene.24b48de2bb1fa4566a8b2e45fd3a30bb7bf86d84b90eff7cdf2c20c56c3eb375 not available\nNOTE: Running setscene task 789 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.283.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-3496823/tmp/work/core2-64-poky-linux/mtdev/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-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_package_spdx.b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_package_spdx_setscene.b0111e867c3df09b0573ec0cb6cbbb25bb0a4393f38830e42358cd0f0379c049 not available\nNOTE: Running setscene task 790 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_package_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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_create_package_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: 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: 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: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/pkgconfig.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/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-3496823/tmp/work/core2-64-poky-linux/mesa/24.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-3496823/tmp/work/core2-64-poky-linux/pango/1.52.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/mesa/mesa-demos_8.5.0.bb:18)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /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: 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: 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/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/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/wayland/libinput_1.25.0.bb:do_create_package_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/fontcache.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-graphics/x11-common/xserver-nodm-init_3.0.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-graphics/ttf-fonts/liberation-fonts_2.1.5.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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.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/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:21)\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/siteinfo.bbclass (from /home/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/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_spdx.b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_create_spdx_setscene.b78882d81dbff88635b9b00c9fff7a3a0805a20300a5c0ccc48fa8a65c24e1fd not available\nNOTE: Running setscene task 791 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.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-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_package_spdx.c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_package_spdx_setscene.c03c86bfaeac99c0137522c7c9147bdb7105580f8bc799ad2f2108294823d798 not available\nNOTE: Running setscene task 792 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_create_package_spdx.6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_create_package_spdx_setscene.6ccefe213a2e8faf68a3b34d48ae3ad3e4e211235af1b0776a50d28cd10477d2 not available\nNOTE: Running setscene task 793 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_package_spdx.8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_package_spdx_setscene.8367bc1140b28c46a94f3cc18422a7bf15333a32fa6afe46252c1c6b329251f6 not available\nNOTE: Running setscene task 794 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_package_spdx.bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_package_spdx_setscene.bd64a3c95e0fbd68f50df19513d971c44e87244cdeccc5cc398fe4b8640037cc not available\nNOTE: Running setscene task 795 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_package_spdx_setscene)\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: SITE files ['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: 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/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/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-3496823/tmp/work/all-poky-linux/wayland-protocols/1.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/python3native.bbclass (from /home/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-app/mkfontscale_1.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-app/mkfontscale_1.2.3.bb:1: including xorg-app-common.inc\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/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/rgb_1.1.0.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/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-recipe/siteinfo.bbclass (from /home/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/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/wayland/wayland-protocols_1.36.bb:do_create_package_spdx which could be accelerated\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: Inheriting /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-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/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/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-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_create_package_spdx.9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_create_package_spdx_setscene.9c26e068e0235c90654ad2fdf2e3021b5736c319670322a86abcabfa6cd28e26 not available\nNOTE: Running setscene task 796 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_create_package_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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: SITE files ['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-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-3496823/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-3496823/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: 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: Considering setscene task: ['packagegroup-core-x11', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/wayland/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-3496823/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-3496823/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-xserver.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['packagegroup-core-x11-xserver', 'do_package_write_deb', '/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:   considering dependency: ['packagegroup-core-x11-xserver', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_package_spdx 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: 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: Considering setscene task: ['mini-x-session', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\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_deb 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_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['sudo', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['sudo', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['sudo', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['mini-x-session', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\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_ipk 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_package_spdx which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['mesa-demos', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['mesa-demos', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['mesa-demos', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_sysroot 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: Considering setscene task: ['mini-x-session', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-x11-xserver', 'do_package_write_ipk', '/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:   considering dependency: ['packagegroup-core-x11-xserver', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['packagegroup-core-x11', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['liberation-fonts', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['liberation-fonts', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['liberation-fonts', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_spdx.6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_create_spdx_setscene.6d940ad3e145a6978e320d20bf3406517635a17d01bdc786275b0a2bca16d4e6 not available\nNOTE: Running setscene task 813 of 6657 (/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-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_spdx.eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_create_spdx_setscene.eabecd8e9edb01f3b0f5cec2ab932f8063482032f46dfa11632786ab7817165d not available\nNOTE: Running setscene task 814 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_package_spdx.d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_package_spdx_setscene.d791375e0af548ba5e940c37e74cc6de655fd1d0379d4f37d11f0e45de1a43ce not available\nNOTE: Running setscene task 815 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_package_spdx.c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_package_spdx_setscene.c38cd601e28436f3e3837425bcc2692f3f24c240bac24dae8136e2a72fff8c04 not available\nNOTE: Running setscene task 816 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_package_spdx.4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_package_spdx_setscene.4ffbde7bec89aa5dcd30a0f738a7ede0b09d4c4429e6a40be5e32c82c0253155 not available\nNOTE: Running setscene task 817 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_package_spdx.ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_package_spdx_setscene.ab60d2b605ecb714696becf840d826e8b5ed150f4f067db46988289862fc2fd4 not available\nNOTE: Running setscene task 818 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_create_package_spdx.bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_create_package_spdx_setscene.bc3d8f1f1a169facce7c97b79dd0f82f1b040164902e7c4058e8a174b7ec6594 not available\nNOTE: Running setscene task 819 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_package_spdx.468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_package_spdx_setscene.468c2a01cf4099b1b38c709d8a33f97d5d3fa60619753d6ebae2067e01b396ee not available\nNOTE: Running setscene task 820 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_create_package_spdx.d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_create_package_spdx_setscene.d0548339e80b00d0c5c0dadc6da4a46824efae2e5ec652f52fe91a32b709951c not available\nNOTE: Running setscene task 821 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_package_spdx.0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_package_spdx_setscene.0f6d5dd9089554f70be19d7f3e1e5b290ab4bee2009bdd417ed5a0fa021b3011 not available\nNOTE: Running setscene task 822 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mkfontscale/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-3496823/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/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: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-graphics/x11-common/xserver-nodm-init_3.0.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/x11-common/xserver-nodm-init_3.0.bb:21)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_package_spdx 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_create_package_spdx which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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-3496823/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-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-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-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/x11perf_1.6.1.bb:do_create_package_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-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/xkbcomp_1.4.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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-recipe/siteinfo.bbclass (from /home/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-app/xmodmap_1.0.11.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/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.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-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/xprop_1.2.7.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-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/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: Considering setscene task: ['cantarell-fonts', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.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/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xauth/1.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['cantarell-fonts', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_create_package_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: Considering setscene task: ['cantarell-fonts', 'do_populate_sysroot', '/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_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.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-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_spdx.831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_create_spdx_setscene.831ef5e0e4c355874bce49fdd4225dd2b5ead5d453cd7b571ed1064470180d4a not available\nNOTE: Running setscene task 826 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_spdx.afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_create_spdx_setscene.afcaaf9a4e13061b83418d2e12113ff343ddf0ac4171726cdb4442ad4c0ae115 not available\nNOTE: Running setscene task 827 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_spdx.c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_create_spdx_setscene.c1b6e67c43edbc658c129dddd707d2bc752e1cf40f0c219f953413eeac71adfa not available\nNOTE: Running setscene task 828 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_create_spdx.e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_create_spdx_setscene.e0c35346b97dd8343bfb6a8a88e2585134ce5cbd0d52b7d4be7ee29f955b55e1 not available\nNOTE: Running setscene task 829 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_package_spdx.277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_package_spdx_setscene.277da45bc4154808a310c833eeb55dbf51a5a5f991ee1f680fafd834f9060d68 not available\nNOTE: Running setscene task 830 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_package_spdx.36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_package_spdx_setscene.36918f4fb6243da0ffe86ee854e8350ac091e7df38af5c1fbefdbb75047b5b79 not available\nNOTE: Running setscene task 831 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_package_spdx_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: 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: 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: Inheriting /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.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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/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-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: Inheriting /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/xset_1.2.5.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/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/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/xorg-app/xwininfo_1.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/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/xwininfo_1.1.6.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/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/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-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: SITE files ['endian-little', 'common-linux', '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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xcursor-transparent-theme', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_write_deb which could be accelerated\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: Considering setscene task: ['xserver-nodm-init', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: ['xserver-nodm-init', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['xserver-nodm-init', 'do_populate_sysroot', '/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_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/xdpyinfo_1.3.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xcursor-transparent-theme', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xkbcomp/1.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-graphics/xorg-app/xinit_1.4.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xcursor-transparent-theme', 'do_populate_sysroot', '/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_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_populate_sysroot 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_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_spdx.b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_create_spdx_setscene.b5bf6ab06c162e645f7e5ab64a65134f85536b67e00a763c2179943c5e3d6a14 not available\nNOTE: Running setscene task 838 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_spdx.960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_create_spdx_setscene.960b42995469171c2d7034da83dc9d712d49b705d23a699f0a382f4abd1efaa3 not available\nNOTE: Running setscene task 839 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_spdx.7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_create_spdx_setscene.7e53cd099ba54a9b417e4d7ffcaf570cbe195ac920db25571490672763aa0821 not available\nNOTE: Running setscene task 840 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_spdx.0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_create_spdx_setscene.0f20af766852f39b09b60f2663a6e4338a660c7538f06752e2952ea90b74e662 not available\nNOTE: Running setscene task 841 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_spdx.9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_create_spdx_setscene.9011e856789b68a96e6c9211e9ac000384c748b740c91674274e5ac530b60312 not available\nNOTE: Running setscene task 842 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xprop/1.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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_package_spdx.2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_package_spdx_setscene.2c550207f68470b5db39488891319d666eed9526a388cab5a9daaad7e804ea1c not available\nNOTE: Running setscene task 843 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_package_spdx.2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_package_spdx_setscene.2a2969c0c19a9444f07a161b03a45f92e157da5d375f41df922a00270d82a4a7 not available\nNOTE: Running setscene task 844 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_create_package_spdx 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_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_create_spdx.d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_create_spdx_setscene.d63bff22cc93696a76b640e43569e6382f8792d800956575fb75eebc647735cd not available\nNOTE: Running setscene task 845 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_package_spdx.9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_package_spdx_setscene.9f028ab574b7395f58a6321beb30058ea6a947309b69bf4ad4e08624878fc72f not available\nNOTE: Running setscene task 846 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_package_spdx.0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_package_spdx_setscene.0272a71b69291e61fb859ea0ec38450d86d85bdf7caaa4c25d3a1d5b1110421a not available\nNOTE: Running setscene task 847 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_create_package_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: Inheriting /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/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-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-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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: 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-recipe/siteinfo.bbclass (from /home/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: 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: Inheriting /home/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: Inheriting /home/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: Inheriting /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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.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-3496823/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: Inheriting /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-app/xprop_1.2.7.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-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: 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/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-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-app/xorg-app-common.inc:14)\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/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/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/siteinfo.bbclass (from /home/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: Inheriting /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: SITE files ['endian-little', 'common-linux', '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: Considering setscene task: ['pointercal-xinput', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xauth/1.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Considering setscene task: ['pointercal-xinput', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_create_spdx 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_create_spdx 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_package_spdx 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_package_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: Considering setscene task: ['pointercal-xinput', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.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: Considering setscene task: ['xinput-calibrator', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xinput-calibrator', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_ipk which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xinput-calibrator', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['x11perf', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['x11perf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['x11perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['xauth', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['xauth', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_spdx.150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_create_spdx_setscene.150c56a5e8719993629cf49eda4bd329f5a7a5d02d7b62a87a4e2aa346127701 not available\nNOTE: Running setscene task 860 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_spdx.f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_create_spdx_setscene.f6d9df31a68dfb98eb2343e9df876dc7a83074cf0bb45b93817d59c954929537 not available\nNOTE: Running setscene task 861 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_package_spdx.bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_package_spdx_setscene.bd39f032f9f38f19c76290f844e6ba4cc137d13c2e1deeb518048c7dd313c786 not available\nNOTE: Running setscene task 862 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_create_package_spdx.233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_create_package_spdx_setscene.233cf1b9fafbe05deb42de518db8c6a2aef95dd1da8b798be9bb72ba83307fe6 not available\nNOTE: Running setscene task 863 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_package_spdx.76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_package_spdx_setscene.76156629763ef0f48bd3dd689b4e92644fbffd7b0659cdcda4924fdec82cf72b not available\nNOTE: Running setscene task 864 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_create_package_spdx.593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_create_package_spdx_setscene.593d5db9daf7b6564168bc7bce759333601f3aa2ef9ae46045e60ea9f72787dd not available\nNOTE: Running setscene task 865 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_create_package_spdx_setscene)\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-app/xset_1.2.5.bb (full)\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-app/xset_1.2.5.bb:1: including xorg-app-common.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/encodings_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: Inheriting /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-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-font/encodings_1.1.0.bb:6: including xorg-font-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-font/font-util_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-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-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-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/siteinfo.bbclass (from /home/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-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-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-lib/libfontenc_1.1.8.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-font/xorg-font-common.inc:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-3496823/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-3496823/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-3496823/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/xdpyinfo_1.3.4.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xdpyinfo', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_deb which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/xinput_1.6.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: Considering setscene task: ['xdpyinfo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_ipk 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/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/xmodmap_1.0.11.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-3496823/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: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xprop/1.2.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xhost', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['xhost', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_ipk 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_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xhost', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['xinit', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['xinit', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xinit', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_ipk 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_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xinit', 'do_populate_sysroot', '/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_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['xinput', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['xinput', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['xinput', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['xmodmap', 'do_package_write_deb', '/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:   considering dependency: ['xmodmap', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_deb 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_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xmodmap', 'do_package_write_ipk', '/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:   considering dependency: ['xmodmap', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['xmodmap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['xprop', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['xprop', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['xprop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_spdx.dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_create_spdx_setscene.dee0fdcf72670c5180635175db8a3d2655bfe65b6a8f01980da10c73ca5f5283 not available\nNOTE: Running setscene task 884 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_spdx.cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_create_spdx_setscene.cae8dbf35de48cfe1b3ea82ec9e3224344b98f15cc8cbb2f5d3ddb0793bc2596 not available\nNOTE: Running setscene task 885 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_spdx.0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_create_spdx_setscene.0f72c892603b906aa7eb8d642b115f1f77cb97177ae555864914d44f76efc37b not available\nNOTE: Running setscene task 886 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_package_spdx.6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_package_spdx_setscene.6dd17f9702e9c0208d6e8202a53a3b75915c04f14ff943adaad4ea253c93b36b not available\nNOTE: Running setscene task 887 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_create_package_spdx.0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_create_package_spdx_setscene.0cb88d6f1451b25f0bc30d15a24c98f1d913ff30658d1ba65ad536b572e4ad79 not available\nNOTE: Running setscene task 888 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_package_spdx.fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_package_spdx_setscene.fdee89f672cf03efdd7548ac3e043962197f3703d39996af409186d3c1286f04 not available\nNOTE: Running setscene task 889 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_package_spdx.8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_package_spdx_setscene.8195636eb9ddfa66abd695eed5b46f9643034e05bb6e04d634739894af733b73 not available\nNOTE: Running setscene task 890 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_create_package_spdx.737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_create_package_spdx_setscene.737f8631372d06b093aa168a87de87db11cbbbb43c1960d356ec1a08ed7c2361 not available\nNOTE: Running setscene task 891 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_package_spdx.7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_package_spdx_setscene.7c41aa2054705e596986e4e4c1b2e23a163c3002618444b0ba5979378ccb0d6f not available\nNOTE: Running setscene task 892 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_create_package_spdx.98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_create_package_spdx_setscene.98d9a2e9af08b0840e168e0b0d225037fa754471da9ccbaa4ca61ef348a1e9fc not available\nNOTE: Running setscene task 893 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_create_package_spdx_setscene)\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: Inheriting /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-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: 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/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: 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: Inheriting /home/pokybuild/yocto-worker/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/libpciaccess_0.18.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/libpciaccess_0.18.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-graphics/xorg-lib/libpciaccess_0.18.1.bb: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-graphics/xorg-lib/libpciaccess_0.18.1.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/encodings/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/xorg-lib/libx11_1.8.9.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-lib/libx11_1.8.9.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/libxau_1.0.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-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_create_package_spdx which could be accelerated\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/siteinfo.bbclass (from /home/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/libxcb_1.17.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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.17.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/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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/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-3496823/tmp/work/core2-64-poky-linux/libfontenc/1.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/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/xset_1.2.5.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-vmware_13.4.0.bb:do_create_package_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/libxcb_1.17.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/xorg-lib/libxcb_1.17.0.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_create_spdx.9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_create_spdx_setscene.9dd23d018fc9d4366fce16223634d81eff9d9eb98c3ba98ea393dc474860ffec not available\nNOTE: Running setscene task 894 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xset', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_deb 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: SITE files ['endian-little', 'common-linux', '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: ['xset', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xset', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:1: including xorg-app-common.inc\nDEBUG: Considering setscene task: ['xwininfo', 'do_package_write_deb', '/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:   considering dependency: ['xwininfo', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_deb 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: Considering setscene task: ['xwininfo', 'do_package_write_ipk', '/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:   considering dependency: ['xwininfo', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['xwininfo', 'do_populate_sysroot', '/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:   considering dependency: ['xwininfo', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.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/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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_spdx.5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_create_spdx_setscene.5a7319dfb09c9b2a9cd9f3efa6ec60bd33cac1face33ccfee860966683fbc1be not available\nNOTE: Running setscene task 901 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_package_spdx.8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_package_spdx_setscene.8ddb15ebb171945bc4509171b54865872a73e8b3edb608b2eb5661b96da8d142 not available\nNOTE: Running setscene task 902 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_create_package_spdx.feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_create_package_spdx_setscene.feddcb82830927bac5ea5fedb105e5b494adf4854d1789dba2f6e2433da18d81 not available\nNOTE: Running setscene task 903 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_package_spdx.8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_package_spdx_setscene.8eb1d053224ec0c712b8291ed333f7129cd77713b92ff1f5f4d67474cfa75b7c not available\nNOTE: Running setscene task 904 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_package_spdx.b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_package_spdx_setscene.b6ca3ebb72737d960fc5972354d53320999bc23bf76adc18f66350bd09ebb98c not available\nNOTE: Running setscene task 905 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_package_spdx_setscene)\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/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-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-lib/libxcomposite_0.4.6.bb:12: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_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-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-driver/xorg-driver-common.inc:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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/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/libxcvt_0.1.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/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-graphics/xorg-lib/libxcvt_0.1.2.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-graphics/xorg-lib/libxdamage_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: SITE files ['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/python3-dir.bbclass (from /home/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-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: Inheriting /home/pokybuild/yocto-worker/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/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-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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-driver/xf86-video-vesa_2.6.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-vesa', 'do_package_write_deb', '/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_deb', '/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: 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_write_deb\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_deb 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_package_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_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-cirrus', 'do_package_write_deb', '/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:   considering dependency: ['xf86-video-cirrus', 'do_package_write_deb', '/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_write_deb\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_deb 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_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpciaccess/0.18.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-3496823/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-3496823/tmp/work/core2-64-poky-linux/libx11/1.8.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xf86-video-cirrus', 'do_package_write_ipk', '/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:   considering dependency: ['xf86-video-cirrus', 'do_package_write_ipk', '/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_write_ipk\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_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_package_spdx 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_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-cirrus', 'do_populate_sysroot', '/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:   considering dependency: ['xf86-video-cirrus', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxcb/1.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xf86-video-fbdev', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\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_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-fbdev', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\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_ipk which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-fbdev', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-vesa', 'do_package_write_ipk', '/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_ipk', '/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: 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_write_ipk\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_ipk which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-vesa', 'do_populate_sysroot', '/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_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_create_package_spdx.9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_create_package_spdx_setscene.9af2ce298ac4752358c6742788ea37244e7a4e11775d657b5c3604be2998549b not available\nNOTE: Running setscene task 915 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_create_package_spdx.c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_create_package_spdx_setscene.c95f84f1ddae80b2b74129c1f61932a54f1214782bbf930e8e7b0dbda87cc84a not available\nNOTE: Running setscene task 916 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_package_spdx.e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_package_spdx_setscene.e43d0736da4ad4fb7638a74b0b4efb54090e572ee36374925e893bc34f3b240c not available\nNOTE: Running setscene task 917 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_package_spdx.eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_package_spdx_setscene.eee5e7153477ebc796aa9fe1cd497d9c7183cc2a944cbdb2f7204ac90f1b75df not available\nNOTE: Running setscene task 918 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_package_spdx.31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_package_spdx_setscene.31f9aee71bc787b87fbbd877afd23b97811fd2834557d24856bb331cd2534386 not available\nNOTE: Running setscene task 919 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_package_spdx.49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_package_spdx_setscene.49389abaf98fd2e5b34e8f8e0beee8cab680f40af18eb5a0416f8c7db16718c4 not available\nNOTE: Running setscene task 920 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_package_spdx.b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_package_spdx_setscene.b6a3a2da5b6264caf8aee21ad7a88bcafbf8c5960fec425b2942d3abb6ab85f6 not available\nNOTE: Running setscene task 921 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_create_package_spdx.2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_create_package_spdx_setscene.2793ccf65d4fe1cf56d5f01dec8dc2d96db9d4fe053afdd0dda5fe7a97ca0b7b not available\nNOTE: Running setscene task 922 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_create_package_spdx.8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_create_package_spdx_setscene.8ec12bb2143755d15250e6340d72455394e4d30b6e8edc6c0edb7a08714429e6 not available\nNOTE: Running setscene task 923 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_create_package_spdx.e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_create_package_spdx_setscene.e2b5455e329ad3fd3d16e2f5ec73bd654dd21c6dc0d2322e570df5695964c796 not available\nNOTE: Running setscene task 924 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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/libxext_1.3.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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/siteinfo.bbclass (from /home/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/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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mkfontscale/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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.5.bb:11)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/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/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/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: 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/libxkbcommon_1.7.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-graphics/xorg-lib/libxkbcommon_1.7.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/siteinfo.bbclass (from /home/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/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/libxkbfile_1.1.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-lib/libxkbfile_1.1.3.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/libxmu_1.2.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: Inheriting /home/pokybuild/yocto-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/libxmu_1.2.1.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.7.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/tmp/work/core2-64-poky-linux/libxcursor/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-3496823/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: Considering setscene task: ['mkfontscale', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_deb 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: 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/libxcomposite_0.4.6.bb:do_create_package_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/libxcursor_1.2.2.bb:do_create_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_ipk 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/libxdamage_1.1.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/xorg-lib/libxcvt_0.1.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['mkfontscale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xf86-video-vmware', 'do_package_write_deb', '/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_deb', '/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: 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_write_deb\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_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xf86-video-vmware', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\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_ipk which could be accelerated\nDEBUG: Considering setscene task: ['xf86-video-vmware', 'do_populate_sysroot', '/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_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_package_spdx.5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_package_spdx_setscene.5e49a022cbc8bd469467b97be3213f33354530d275dcb17b50e73670bc1d6b74 not available\nNOTE: Running setscene task 931 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_package_spdx.49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_package_spdx_setscene.49b3ce714c089d61547338b501c9e0723b21e6750c8b82100da5de693ef953b3 not available\nNOTE: Running setscene task 932 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_package_spdx.9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_package_spdx_setscene.9058ff7a74aa29ad4eb2c38559a67d2a8557b9983de7135ab123c3872b5ab62d not available\nNOTE: Running setscene task 933 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_package_spdx.cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_package_spdx_setscene.cd024fe78bc56e4e2ac4b58a56a872920b6367d9068c9462dc3a90aabb789e52 not available\nNOTE: Running setscene task 934 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_package_spdx.8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_package_spdx_setscene.8ef543ce0d5c953fa53087d87967df2d5ae848f203d1e3217b4837db2cd6b1d5 not available\nNOTE: Running setscene task 935 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_package_spdx.70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_package_spdx_setscene.70e3a85ee62586343cc181a36c72423cff155dceb0a8868d1ca759be1197c121 not available\nNOTE: Running setscene task 936 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_package_spdx_setscene)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: 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/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: 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: 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/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: 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/siteinfo.bbclass (from /home/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/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/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 /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/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: 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/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-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-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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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-3496823/tmp/work/core2-64-poky-linux/libxdmcp/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-3496823/tmp/work/core2-64-poky-linux/libxext/1.3.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-lib/libxfixes_6.0.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_package_spdx.e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_package_spdx_setscene.e09936de23dab4c0adaecdeadfa74af15d90f41e51d5bd18570c9c764135049f not available\nNOTE: Running setscene task 937 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libxext_1.3.6.bb:do_create_package_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_create_package_spdx 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_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libxft_2.3.8.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxkbfile/1.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-3496823/tmp/work/core2-64-poky-linux/libxmu/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-3496823/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/xorg-lib/libxv_1.0.12.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_create_package_spdx which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxkbcommon/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/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/libxinerama_1.1.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_package_spdx.b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_package_spdx_setscene.b6ba9e08169b0ca2357a7496be23a889777fa8d6d283677d8551b23d02a0cde2 not available\nNOTE: Running setscene task 938 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_package_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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_create_package_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_package_spdx.312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_package_spdx_setscene.312ed0a6406fd054bdedce0f6e70343b43b4bfaa0775b44f21dbf61885aa51db not available\nNOTE: Running setscene task 939 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_package_spdx.827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_package_spdx_setscene.827a66527e171354412ba000f915cd811816a604b41ddad2d8c0e240053a1cd5 not available\nNOTE: Running setscene task 940 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_create_package_spdx.6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_create_package_spdx_setscene.6cede13aff2f6b804c3f2dde120512a0bcdcd8a8bbe8bd0b1ba5e555e5f0092d not available\nNOTE: Running setscene task 941 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_package_spdx.68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_package_spdx_setscene.68494eb06cfe366861d80188304d6796d457ac3f5948820a0e2701fdf57f673f not available\nNOTE: Running setscene task 942 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_create_package_spdx.27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_create_package_spdx_setscene.27125647032cd4f02b72327e6791bc91f82b8d7e3530744630c84f0ffc761a19 not available\nNOTE: Running setscene task 943 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_create_package_spdx.b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_create_package_spdx_setscene.b7efde52f79dd0ff507910c5e51120d8f43b19524fe09faa1280909b7f8f05aa not available\nNOTE: Running setscene task 944 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_create_package_spdx.7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_create_package_spdx_setscene.7eac57049947687c2f90984401badf7ccb4c4fe80da6ba1c44c74f5cffceb4ee not available\nNOTE: Running setscene task 945 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_package_spdx.6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_package_spdx_setscene.6a4fe9e4260fa02f4378534bac0f6a3445cc7ca900ab271f58fa13b91f93065b not available\nNOTE: Running setscene task 946 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_package_spdx_setscene)\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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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.41.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 /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: SITE files ['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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.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-graphics/xorg-proto/xorgproto_2024.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/siteinfo.bbclass (from /home/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_2024.1.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:25)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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.1.bb:5: including xorg-util-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.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/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/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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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: Inheriting /home/pokybuild/yocto-worker/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-xserver/xserver-xf86-config_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: 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/qemu.bbclass (from /home/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-util/xorg-util-common.inc:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_package_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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_create_package_spdx.437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_create_package_spdx_setscene.437014583c336aaa0d5d68aca8d4872affd937e21acbd5eb844b9a39c589afb5 not available\nNOTE: Running setscene task 947 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_package_spdx 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_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_package_spdx.98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_package_spdx_setscene.98809f4cbba5b2f82ea32a180fd7e3b2ccbb0e9c3752ec7216e60e19ae1b3595 not available\nNOTE: Running setscene task 948 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_package_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-graphics/xorg-lib/libxt_1.3.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_package_spdx.7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_package_spdx_setscene.7f5d5f1bd8e84013d2fa6556744029e401b63c9f44f14d5cb7c1dc22227acc72 not available\nNOTE: Running setscene task 949 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_package_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-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_package_spdx.6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_package_spdx_setscene.6767c5f86aad3e707d8794a7cda8806167a9ddbda6d1945045b35533a89cb172 not available\nNOTE: Running setscene task 950 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_package_spdx.e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_package_spdx_setscene.e82301e2ddbc0d34687f1b981a665031a05215af3f3fd668e0eb21cdfafcc505 not available\nNOTE: Running setscene task 951 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_package_spdx.c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_package_spdx_setscene.c2810fecbb9fd86a5a39662d76ff1241ddc2562d33c3acdcb89a69e4f41ea136 not available\nNOTE: Running setscene task 952 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:1: including xserver-xorg.inc\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/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: 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/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: 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/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/qemu.bbclass (from /home/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/xrestop/xrestop_0.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-kernel/kern-tools/kern-tools-native_git.bb:17)\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/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/relocatable.bbclass (from /home/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-xserver/xserver-xorg.inc: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-kernel/kexec/kexec-tools_2.0.28.bb:26)\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/siteinfo.bbclass (from /home/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/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb: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-kernel/kexec/kexec-tools_2.0.28.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-kernel/kexec/kexec-tools_2.0.28.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: SITE files ['endian-little', 'common-linux', '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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/libxv_1.0.12.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_create_package_spdx.891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_create_package_spdx_setscene.891754db4716157fe0401f18e5a3e0769b2159aa5b3ebf817f2513a1525c3bbf not available\nNOTE: Running setscene task 953 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-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/libxxf86vm_1.1.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_create_package_spdx.f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_create_package_spdx_setscene.f69bd28b8b30769bc3fd57f8b05e3c8057cec8065c4c53e3bc129a53fe74489c not available\nNOTE: Running setscene task 954 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/xcb-proto/1.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-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_package_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-kernel/kmod/kmod_32.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_32.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/util-macros/1.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/python3-dir.bbclass (from /home/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_32.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_32.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xkeyboard-config/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-3496823/tmp/work/core2-64-poky-linux/xorgproto/2024.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-kernel/libtraceevent/libtraceevent_1.8.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_create_package_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-kernel/libtraceevent/libtraceevent_1.8.2.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/python3native.bbclass (from /home/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-3496823/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-kernel/kern-tools/kern-tools-native_git.bb:do_create_package_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-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_spdx.ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_create_spdx_setscene.ec2b2cc46415dad18bd1f0eaa82a5abede11bffc59d6a93d617577d8e74be23f not available\nNOTE: Running setscene task 955 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.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-kernel/libtraceevent/libtraceevent_1.8.2.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_create_package_spdx.61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_create_package_spdx_setscene.61ecd91d0769875d9f518ccb668875102bbe687dd87a461caacae617f32fca18 not available\nNOTE: Running setscene task 956 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_package_spdx.834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_package_spdx_setscene.834aeee65ec2c96b5e526d3dd6a75df2410d0997a01777b5ff7b6290cbc34c19 not available\nNOTE: Running setscene task 957 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_create_package_spdx.c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_create_package_spdx_setscene.c9dc4aecaae5c99bb0c295294728874198b9399aae5f6c2335b88fd6364ac3f9 not available\nNOTE: Running setscene task 958 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_create_package_spdx.8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_create_package_spdx_setscene.8eb29e60f13c2b9b9e09209458a7f723547cd79e3ede44942b18661cbeec3420 not available\nNOTE: Running setscene task 959 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_package_spdx.0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_package_spdx_setscene.0c175fdfb35dbc85fe0d102141277d9d8fec1623218cf41c39bfa21593ab7e5c not available\nNOTE: Running setscene task 960 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_package_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_create_package_spdx.3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_create_package_spdx_setscene.3b184c748c762677f856e2408e7709cf1bfa0b37a0411f5ee70b48d026c3c7cf not available\nNOTE: Running setscene task 961 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_create_package_spdx.b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_create_package_spdx_setscene.b93a371d21e25d31958883192577ca7aac733d073bb3b5d6969a0fa40d613e4a not available\nNOTE: Running setscene task 962 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_spdx.a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_create_spdx_setscene.a4d8923f78d0e1b6025b1fd85918ad6a835de77c8cfca642d76c8b569da8c548 not available\nNOTE: Running setscene task 963 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/linux-libc-headers/linux-libc-headers_6.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_spdx.43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_create_spdx_setscene.43e28050156558e4590d12d85fdc2eed3fbde4dd9311575c43bd53fc557778ac not available\nNOTE: Running setscene task 964 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_spdx_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_create_package_spdx.dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_create_package_spdx_setscene.dd62e69f7b2680562084686086eac9e75342fba28953d014bcaa65db94f9d42f not available\nNOTE: Running setscene task 965 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_create_package_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/nopackages.bbclass (from /home/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-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: 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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_package_spdx.9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_package_spdx_setscene.9f816b4d035bc14cc017c23d2fc9bdf1d1a7eaf757cc46c43b5a78f763974242 not available\nNOTE: Running setscene task 966 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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/babeltrace2_2.0.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/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: 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-kernel/lttng/babeltrace2_2.0.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-kernel/lttng/babeltrace2_2.0.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-kernel/lttng/lttng-modules_2.13.13.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.13.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/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:207)\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:207)\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:698)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.13.bb:46)\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.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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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/kernel.bbclass:698)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:10: including lttng-platforms.inc\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/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:814)\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/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/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:877)\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.13.bb:46)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_package_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: 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.8.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:46)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\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/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/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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xserver-xorg/21.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-kernel/lttng/lttng-tools_2.13.13.bb:46)\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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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.13.bb:46)\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.8.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/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/make-mod-scripts/make-mod-scripts_1.0.bb: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-kernel/lttng/lttng-tools_2.13.13.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/recipes-kernel/lttng/lttng-ust_2.13.8.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.8.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:16: including lttng-platforms.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_spdx.a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_create_spdx_setscene.a2f8627863947f306722f0ce395d48a70905023ab90198903ede0f0080213624 not available\nNOTE: Running setscene task 967 of 6657 (/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: 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-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_create_spdx.31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_create_spdx_setscene.31d6655ce0eb89dc1af07c87866c87109b9b9eea9567597e4c98a67b5ea3ec4d not available\nNOTE: Running setscene task 968 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.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: SITE files ['endian-little', 'common-linux', '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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.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-app/xorg-app-common.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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-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-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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/kmod/32/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-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: 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: 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:176)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_spdx.66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_create_spdx_setscene.66bcd3c8b9de235eccba03b2f144a35fe7de5b1cd3c147883d183ddb57b2c348 not available\nNOTE: Running setscene task 969 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_create_spdx_setscene)\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-kernel/kmod/kmod_32.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtraceevent/1.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_create_package_spdx 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: Inheriting /home/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-3496823/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-graphics/xorg-driver/xorg-driver-common.inc:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_spdx.1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_create_spdx_setscene.1774f7b14d511e0b6d3c9d2c5ec11ba52b141ce5962f30ed2c9be8732b150cba not available\nNOTE: Running setscene task 970 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_spdx.d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_create_spdx_setscene.d14f09c5a29cbb8b14b5342783340f0d275d325fe1471b2de7d0b0e9a8348041 not available\nNOTE: Running setscene task 971 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/linux-libc-headers/6.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/linux-libc-headers/linux-libc-headers_6.9.bb:do_create_package_spdx 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: 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-kernel/kexec/kexec-tools_2.0.28.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_spdx.5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_create_spdx_setscene.5bc807d71b330bebe60ee2c443493e7dca0bc83ef4c66ae07d6470693dc77f27 not available\nNOTE: Running setscene task 972 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_spdx.3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_create_spdx_setscene.3a66acec8a5c10a98af93b1e089190d632cf39b5f83552c5d31bf4b3d9785625 not available\nNOTE: Running setscene task 973 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.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-3496823/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.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-3496823/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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.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-kernel/kexec/kexec-tools_2.0.28.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/babeltrace2/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-3496823/tmp/work/core2-64-poky-linux/xrestop/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_create_package_spdx 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_create_package_spdx which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lttng-ust/2.13.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-devtools/bison/bison_3.8.2.bb (full)\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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_create_package_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-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/gettext.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-3496823/tmp/work/core2-64-poky-linux/lttng-tools/2.13.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/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_create_spdx.8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_create_spdx_setscene.8c61304fbff9c43550acf3a90b25451bd04f98943b29b4a1e906a6c23b2be206 not available\nNOTE: Running setscene task 974 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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-devtools/flex/flex_2.6.4.bb:34)\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-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_spdx.a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_create_spdx_setscene.a24375f19839103e5570efe18516e4315dcdad38ad84d4be9861bd39a977afa8 not available\nNOTE: Running setscene task 975 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_create_spdx.3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_create_spdx_setscene.3d9e817e5379cab0633ccb7f03c21d1977dc63d9dd8704e95ed1fcb89f6dac7d not available\nNOTE: Running setscene task 976 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_spdx.8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_create_spdx_setscene.8696ddaf5cae5584620036e70e33be798a04087c7b07e6e2f0ed554736524da7 not available\nNOTE: Running setscene task 977 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_spdx.1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_create_spdx_setscene.1807c181886c584e30bb3323519ca9b977a06309703d00ffcf2b898adf9dc260 not available\nNOTE: Running setscene task 978 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_spdx.aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_create_spdx_setscene.aa6cfa1a0159a138fa0c01876f7ed257df2c162e612665d2cd70cc367eeacf33 not available\nNOTE: Running setscene task 979 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_spdx.96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_create_spdx_setscene.96adf23c313f34d1262555551d8a93640300d26151727cafaa8a7c42e19e913a not available\nNOTE: Running setscene task 980 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_spdx.4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_create_spdx_setscene.4f9a873d6368ab648652569ad7250d102adf0df6c24fcc7f668ef08db0e73816 not available\nNOTE: Running setscene task 981 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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-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: SITE files ['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/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/siteinfo.bbclass (from /home/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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: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/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: SITE 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: Inheriting /home/pokybuild/yocto-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-3496823/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-extended/procps/procps_4.0.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:2: including gcc-target.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: 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:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xkbcomp/1.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:13)\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/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/findutils/findutils.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-extended/grep/grep_3.11.bb:13)\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-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: 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/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/siteinfo.bbclass (from /home/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-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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:13)\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: 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/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-graphics/xorg-app/xkbcomp_1.4.7.bb:do_create_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/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/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-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/siteinfo.bbclass (from /home/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/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/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-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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['rgb', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_deb 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: ['rgb', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_ipk 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: ['rgb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['rgb', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.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: Considering setscene task: ['xkbcomp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xkbcomp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_ipk 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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xkbcomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.32+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xrestop', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_deb 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: 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-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_spdx.eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_create_spdx_setscene.eda1c57395a3c4ade80e719a872847685d5717c6f16307c81767c415f6b32367 not available\nNOTE: Running setscene task 989 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-kernel/linux/linux-yocto_6.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xf86-input-libinput', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\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_deb which could be accelerated\nDEBUG: Considering setscene task: ['xf86-input-libinput', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\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_ipk 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_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['xf86-input-libinput', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['xserver-xf86-config', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['xserver-xf86-config', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb (full)\nDEBUG: Considering setscene task: ['xserver-xf86-config', 'do_populate_sysroot', '/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_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_create_spdx.84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_create_spdx_setscene.84168c651b14c554777074c63357585e4a06b8cae766a291c192bac3420096aa not available\nNOTE: Running setscene task 996 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: Considering setscene task: ['xrestop', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['xrestop', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['blktrace', 'do_package_write_deb', '/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:   considering dependency: ['blktrace', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_deb 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: 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: 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: ['blktrace', 'do_package_write_ipk', '/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:   considering dependency: ['blktrace', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb (full)\nDEBUG: Considering setscene task: ['blktrace', 'do_populate_sysroot', '/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:   considering dependency: ['blktrace', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:1: including xserver-xorg.inc\nDEBUG: Considering setscene task: ['kexec-tools', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_deb 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-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: Considering setscene task: ['kexec-tools', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_ipk 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-devtools/bison/bison_3.8.2.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_create_spdx.7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_create_spdx_setscene.7277236df9ff1e7ff3b22912151022b536ea9225212ad33a0135d03bb5c98c51 not available\nNOTE: Running setscene task 1004 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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: ['bison', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['bison', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Considering setscene task: ['bison', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_sysroot which could be accelerated\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: Considering setscene task: ['flex', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['flex', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb (full)\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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['at', 'do_populate_sysroot', '/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:23: including gettext-sources.inc\nDEBUG: Considering setscene task: ['kexec-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.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/gettext/gettext_0.22.5.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: 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: Considering setscene task: ['libaio', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_deb 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/gettext/gettext_0.22.5.bb:34)\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.5.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-core/gettext/gettext_0.22.5.bb:34)\nDEBUG: Considering setscene task: ['libaio', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_create_spdx.e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_create_spdx_setscene.e7fbfa50661c58a8cc0ac7f3ffe02de7950e8732ee130197ca4c4226ae224e8d not available\nNOTE: Running setscene task 1014 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_spdx.4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_create_spdx_setscene.4368ff7620cdaa5484c6ee9a470ad9febbf57fd248141d8235c85dc016d2e447 not available\nNOTE: Running setscene task 1015 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_create_spdx.0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_create_spdx_setscene.0e1e2c8cff6d305dcf840cd8d05bf7371f2cf119766f810b69d236dcbc6bcd74 not available\nNOTE: Running setscene task 1016 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_create_spdx.aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_create_spdx_setscene.aff8f4a98b626d93d7ba5873830884a2778d66b1718a41930fac2668cdc50cb0 not available\nNOTE: Running setscene task 1017 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_spdx.2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_create_spdx_setscene.2c91d57bd07d10b3097b8930f3651a60f88743346a8600a4fa22d81f0ec69acd not available\nNOTE: Running setscene task 1018 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_package_spdx.ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_package_spdx_setscene.ff2b1eb1d6972f43277169f5a58977b7fd0d5c906a00ef65e812fafaba767f51 not available\nNOTE: Running setscene task 1019 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc/14.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-3496823/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-3496823/tmp/work/core2-64-poky-linux/grep/3.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-3496823/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-extended/bc/bc_1.07.1.bb:do_create_spdx which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_create_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_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/findutils/4.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-3496823/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-kernel/lttng/babeltrace2_2.0.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/babeltrace2_2.0.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_create_spdx which could be accelerated\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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-kernel/lttng/babeltrace2_2.0.6.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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.13.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: 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/recipes-kernel/lttng/lttng-tools_2.13.13.bb:13: including lttng-platforms.inc\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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.6.bb:20)\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: 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.13.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/classes-recipe/module.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-kernel/make-mod-scripts/make-mod-scripts_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/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-kernel/lttng/lttng-modules_2.13.13.bb:10: 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/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/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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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-kernel/make-mod-scripts/make-mod-scripts_1.0.bb: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-kernel/lttng/lttng-tools_2.13.13.bb:46)\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.13.bb:46)\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.13.bb:46)\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.13.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/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.13.bb:46)\nDEBUG: Considering setscene task: ['gcc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_deb 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: ['gcc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_ipk 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: ['gcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['bc', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['bc', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['bc', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['findutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['findutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['findutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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: Considering setscene task: ['grep', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_write_deb 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: ['grep', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['grep', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['procps', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['procps', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['procps', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['sed', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['sed', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['sed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libxres', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libxres', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_ipk which could be accelerated\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: Considering setscene task: ['libinput', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libinput', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_create_spdx.1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_create_spdx_setscene.1aaa97ff3782ae116f445caa8f94b299b006c57f2a443cd081fe9866211a1cd3 not available\nNOTE: Running setscene task 1042 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_create_spdx_setscene)\nDEBUG: No package found, so skipping setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_package_spdx\nDEBUG: No package found, so skipping setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_spdx\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_create_spdx.e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_create_spdx_setscene.e995daa1b8db60f11df8bb06739a27f8d3b816d6a3ca8a3c23d0d4fb5f4ca9a0 not available\nNOTE: Running setscene task 1045 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_spdx.6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_create_spdx_setscene.6916ad1f7abf40f412efb214b91783807193575637589641b672c7810ad29c25 not available\nNOTE: Running setscene task 1046 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_create_spdx.0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_create_spdx_setscene.0fe138bd78bfc4d2c11a74f20c746760bc9b0926fc0b33516b4959a5a938e7bf not available\nNOTE: Running setscene task 1047 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_deb.af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_deb_setscene.af2a6010f4ac475b94d73066a5e343163e57fd856dcac96386f10bfaf55712a5 not available\nNOTE: Running setscene task 1048 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_deb_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_ipk.9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_ipk_setscene.9de062eafccbc773eb5e0e4810c295812ad3ef906ba5564420888b72c66eb662 not available\nNOTE: Running setscene task 1049 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_ipk_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_sysroot.d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_sysroot_setscene.d7367ed0a324943576947bc44fdd44b2598fa6e87dda64118d467f2278a117d8 not available\nNOTE: Running setscene task 1050 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xserver-xorg/21.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-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_spdx.6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_create_spdx_setscene.6a22db529097066c08b1321f7d4ace8d868b2c6a3aa2425cc20c29a27a625ae5 not available\nNOTE: Running setscene task 1051 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_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/wayland/mtdev_1.1.7.bb:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_spdx.ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_create_spdx_setscene.ba15f718bc0e501080015bbc8bab23fbce08ece14eb7d9d08edb8ab07336638a not available\nNOTE: Running setscene task 1052 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:1: including binutils.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gettext/0.22.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:17)\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/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: 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/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.8.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-kernel/libtraceevent/libtraceevent_1.8.2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-core/gettext/gettext_0.22.5.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/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/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: 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:51)\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:51)\nDEBUG: Inheriting /home/pokybuild/yocto-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-kernel/perf/perf.bb (full)\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:51)\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:51)\nDEBUG: 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-devtools/binutils/binutils.inc:198)\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.8.2.bb:17)\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:51)\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:55)\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/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:51)\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:51)\nDEBUG: 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:51)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:2: including binutils-2.42.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-kernel/perf/perf.bb:55)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: Inheriting /home/pokybuild/yocto-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/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.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:51)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:64: including \nDEBUG: CONF file 'test_recipe.inc' not found\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/kernelsrc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-3496823/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: Inheriting /home/pokybuild/yocto-worker/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/recipes-kernel/perf/perf.bb:55)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3targetconfig.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/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/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:64: 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:66)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.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/siteinfo.bbclass (from /home/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-3496823/tmp/work/core2-64-poky-linux/babeltrace2/2.0.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-kernel/perf/perf.bb:64: including \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:54)\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:66)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.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-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_package_spdx 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_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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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:54)\nDEBUG: 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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['gettext', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_create_spdx which could be accelerated\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/core2-64-poky-linux/lttng-tools/2.13.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gettext', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_create_spdx.19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_create_spdx_setscene.19ebf9ea002351281e594c2925f11799a0bcdb06c170597440962775641d877b not available\nNOTE: Running setscene task 1055 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['xserver-xorg', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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.13.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['xserver-xorg', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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.13.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['babeltrace2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['babeltrace2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:6: including xorg-lib-common.inc\nDEBUG: Considering setscene task: ['babeltrace', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_deb 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: Considering setscene task: ['babeltrace', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_ipk 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: ['babeltrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.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: Considering setscene task: ['lttng-modules', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['lttng-modules', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['lttng-modules', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['lttng-tools', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['lttng-tools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.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: 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-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_create_spdx.dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_create_spdx_setscene.dec56693f145922453b8ed57d9d43f94ab49c9a5ba8cc7a1029180e43e6b43a3 not available\nNOTE: Running setscene task 1070 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['make-mod-scripts', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\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_deb which could be accelerated\nDEBUG: Considering setscene task: ['make-mod-scripts', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\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_ipk 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: ['make-mod-scripts', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_spdx.3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_create_spdx_setscene.3e38cc129adea1e3a0bc2a48a0b7675c5d87f63ca996dc44c506554ffba4c8ce not available\nNOTE: Running setscene task 1074 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_package_spdx.9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_package_spdx_setscene.9e4a3dfce7320881a855dc30d9b6ffeb0150c2b38111b1c4bdf1481c7bcb48a0 not available\nNOTE: Running setscene task 1075 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_create_package_spdx.5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_create_package_spdx_setscene.5ceb63b076260bdf5d422f9acebdfdf90ca93bba9d9b4838815f88c0412d0b7b not available\nNOTE: Running setscene task 1076 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_create_package_spdx.7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_create_package_spdx_setscene.7c8451785fbbc6a59cf72a2175d7a1f53d4b96d37e762fff4b69017e4c2185a1 not available\nNOTE: Running setscene task 1077 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_create_package_spdx.b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_create_package_spdx_setscene.b1ed89265962383dbdc9ebf4d23310f843fd8a88fde7fe0b549638d56778b02f not available\nNOTE: Running setscene task 1078 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mtdev/1.1.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-kernel/lttng/lttng-ust_2.13.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-kernel/lttng/lttng-ust_2.13.8.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-graphics/wayland/mtdev_1.1.7.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-kernel/lttng/lttng-ust_2.13.8.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.8.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.8.bb:14)\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/python3-dir.bbclass (from /home/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.8.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtraceevent/1.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/bin_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/siteinfo.bbclass (from /home/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-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-kernel/powertop/powertop_2.15.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/binutils/2.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/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-multimedia/alsa/alsa-lib_1.2.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-kernel/systemtap/systemtap_git.bb:35)\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.12.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-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/perf/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-3496823/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-3496823/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/perf/perf.bb:do_package_write_deb 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-lib_1.2.12.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-kernel/systemtap/systemtap_git.bb:36)\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: Inheriting /home/pokybuild/yocto-worker/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: ['binutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_deb 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-kernel/perf/perf.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_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_ipk which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['binutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_ipk which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['slang', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['slang', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_write_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['slang', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['slang', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_write_ipk which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['mtdev', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['mtdev', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_create_spdx.02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_create_spdx_setscene.02bc0d7737c91f013ca6e09d3cafb0c2257e61e183f2e06a4122273c3ddaf7f9 not available\nNOTE: Running setscene task 1085 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libxcvt', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libxcvt', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['libxfont2', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libxfont2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libxfont2', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['libtraceevent', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libtraceevent', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxkbfile/1.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-graphics/xorg-lib/libfontenc_1.1.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:6: including xorg-lib-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_create_package_spdx.605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_create_package_spdx_setscene.605549eb7a7edba51f7700e27ca260e03c75a82145ea354f6cc688aab56180b5 not available\nNOTE: Running setscene task 1092 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_create_package_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-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_package_spdx.4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_package_spdx_setscene.4d2a17fe2201106fc8d244dd7666b7e4b9a8977b042621d4ec12526eb6b6f8c3 not available\nNOTE: Running setscene task 1093 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.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: Considering setscene task: ['libxkbfile', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_deb 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: Considering setscene task: ['libxkbfile', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_create_package_spdx.95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_create_package_spdx_setscene.95eb0a12d37c8f23887a43e49e35c92d90eede6032ed60c132a4611471a09b4b not available\nNOTE: Running setscene task 1096 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_create_package_spdx.fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_create_package_spdx_setscene.fb992d7cfa2ccfdfb3a6674b45a952ddce4fa1e3ef91e863be4173987a3fc4fc not available\nNOTE: Running setscene task 1097 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_package_spdx.3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_package_spdx_setscene.3dc6d9bc052806648d0310e64e98dbab2f5d24faee9e7ffa79d2dc1b761d8fe2 not available\nNOTE: Running setscene task 1098 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_package_spdx.57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_package_spdx_setscene.57e97fd0832a3eed51f9f3f03da0369e9d8f26cce04ee699eb42c284d9f41c68 not available\nNOTE: Running setscene task 1099 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_create_package_spdx.4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_create_package_spdx_setscene.4af870c488b323e4c54dfb53e0b414ebeae6e9a9d0f2435ad6f64ea353097afb not available\nNOTE: Running setscene task 1100 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.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-multimedia/alsa/alsa-plugins_1.2.12.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-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-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_create_package_spdx.c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_create_package_spdx_setscene.c730325ce6f78ef3ba65aebc4ada66ce0512ec9a882d2154514840ed3ee33b98 not available\nNOTE: Running setscene task 1101 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_create_package_spdx.c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_create_package_spdx_setscene.c506112d1b735f70ddb39864ed7d005b8f4797fd0b4874cf2db2ab5185f05797 not available\nNOTE: Running setscene task 1102 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_create_package_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/alsa/alsa-plugins_1.2.12.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.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/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\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: SITE files ['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-multimedia/gstreamer/gst-examples_1.18.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/wireless-regdb/2024.05.08/source-date-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/gst-examples_1.18.6.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/alsa/alsa-utils_1.2.11.bb:37)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_create_package_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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:1: including gstreamer1.0-plugins-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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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/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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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/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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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-3496823/tmp/work/core2-64-poky-linux/lttng-ust/2.13.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/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: 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/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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:2: including gstreamer1.0-plugins-license.inc\nDEBUG: Considering setscene task: ['modutils-initscripts', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_deb 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-bad_1.24.4.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.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-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/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/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-common.inc:13: including gstreamer1.0-plugins-packaging.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-base_1.24.4.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-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/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-3496823/tmp/work/core2-64-poky-linux/powertop/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-kernel/powertop/powertop_2.15.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-lib/1.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: Considering setscene task: ['lttng-ust', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_deb 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/alsa/alsa-lib_1.2.12.bb:do_create_package_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-3496823/tmp/work/core2-64-poky-linux/systemtap/5.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['lttng-ust', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['modutils-initscripts', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_ipk 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: ['modutils-initscripts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.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-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_spdx.7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_create_spdx_setscene.7dfe780d8b64f4426d608a7ca0814ac6a9b41075e658e3117ca9fbb94ef58211 not available\nNOTE: Running setscene task 1108 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_create_spdx.256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_create_spdx_setscene.256404eb0953defcd09f09cbc197944a5a11cbc269835e91fb6cce9c88c19b27 not available\nNOTE: Running setscene task 1109 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_create_spdx.a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_create_spdx_setscene.a14c40c7b3fd2c1b418d4759b318347230771d7dbd0a247d1d5348c793919c58 not available\nNOTE: Running setscene task 1110 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_create_package_spdx.0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_create_package_spdx_setscene.0b970eb143988bba3b8f384ffce1314fe45dfa69f092baf8cf6e02044ed98e4c not available\nNOTE: Running setscene task 1111 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_package_spdx.0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_package_spdx_setscene.0d99169a7346b1e25ca9c3ae33bdf6891f63d477a2dc8ff3eb3f026d096808e2 not available\nNOTE: Running setscene task 1112 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_package_spdx.1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_package_spdx_setscene.1b06586b62ec95147ce44d358b7a244f58ab4866ad97f2e4fbb0a5ecc8de3f24 not available\nNOTE: Running setscene task 1113 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_create_package_spdx_setscene)\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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb (full)\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/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/gstreamer1.0_1.24.4.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_2024.05.08.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-kernel/powertop/powertop_2.15.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-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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: 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_1.24.4.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-kernel/powertop/powertop_2.15.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/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/python3-dir.bbclass (from /home/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-multimedia/lame/lame_3.100.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/systemtap/systemtap_git.bb:35)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/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-kernel/systemtap/systemtap_git.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/meson-routines.bbclass:7)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_create_package_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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4.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/libogg/libogg_1.3.5.bb:17)\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-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_spdx.9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_create_spdx_setscene.9406c7596be636a72b293a5ef769a1d54ab7bb52bc7d26b943336af43e2bdc17 not available\nNOTE: Running setscene task 1114 of 6657 (/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/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libfontenc/1.1.8/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-3496823/tmp/work/all-poky-linux/alsa-ucm-conf/1.2.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/xorg-lib/libfontenc_1.1.8.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_create_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-plugins/1.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-multimedia/alsa/alsa-topology-conf_1.2.5.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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-plugins_1.2.12.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_spdx.4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_create_spdx_setscene.4c6f6249204fb05f6bb0d1ee860434a79dbda935d6bfe2cef4e83997439c5204 not available\nNOTE: Running setscene task 1115 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libfontenc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libfontenc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_create_spdx.a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_create_spdx_setscene.a50037a002eb01dc254fd5c23cf7a9d44ac9952c498af6ea85113000781f3194 not available\nNOTE: Running setscene task 1118 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_create_package_spdx.6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_create_package_spdx_setscene.6bca8f23724247b57816c00961830ca7f4e8f7e88c3e3de9d1746b5be4709ec9 not available\nNOTE: Running setscene task 1119 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_package_spdx.e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_package_spdx_setscene.e891ac54896e1549b03eff9fe0eebfe342615a782e4babb88d9e2b6794fda01f not available\nNOTE: Running setscene task 1120 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-utils/1.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-3496823/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: 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: Inheriting /home/pokybuild/yocto-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.11.bb:do_create_package_spdx 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_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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-font/xorg-font-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.12.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-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-multimedia/libpng/libpng_1.6.43.bb:22)\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/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-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.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-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.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/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.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/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_create_package_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_spdx.6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_create_spdx_setscene.6099af21234e3d3b0934097a819f001f66f5ab95d18a9260eac4ad79645f986b not available\nNOTE: Running setscene task 1121 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_spdx.b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_create_spdx_setscene.b3bf0e790de0942061cfb68a630be2e45d9ed0de0c68056090aa6d27a644918d not available\nNOTE: Running setscene task 1122 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_create_spdx.9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_create_spdx_setscene.9cb206812ca1535d1c18181f7a63faa4d367f43038f190c5d411ea06197040d0 not available\nNOTE: Running setscene task 1123 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_package_spdx.8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_package_spdx_setscene.8e2414e28cc35823056fef8f94351f75138b2fc0eb1f71023ad0c92451e260e4 not available\nNOTE: Running setscene task 1124 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_package_spdx.cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_package_spdx_setscene.cb7a71400ff42de16f8b2502ac54dfa75480c8c2ce2a2a863e48571f6318274d not available\nNOTE: Running setscene task 1125 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_package_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-3496823/tmp/work/all-poky-linux/wireless-regdb/2024.05.08/source-date-epoch/__source_date_epoch.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-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:34)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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/python3native.bbclass (from /home/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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:1: including gstreamer1.0-plugins-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: 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/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/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/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/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/libtheora/libtheora_1.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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/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-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/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/qemu.bbclass (from /home/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/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/pkgconfig.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/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-3496823/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-3496823/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-kernel/powertop/powertop_2.15.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_create_spdx.6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_create_spdx_setscene.6fcf5a49fc311b508be700cafd2b572e6bdf031cc19fe8ee7451c0bef0ebf470 not available\nNOTE: Running setscene task 1126 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/tmp/work/core2-64-poky-linux/systemtap/5.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/libogg/libogg_1.3.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['powertop', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_deb 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: 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: ['powertop', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_ipk 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: ['powertop', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.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-bsp/pciutils/pciutils_3.13.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0/1.24.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.13.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/multilib_header.bbclass:7)\nDEBUG: Considering setscene task: ['systemtap', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_create_package_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-bsp/pciutils/pciutils_3.13.0.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-bsp/pciutils/pciutils_3.13.0.bb:17)\nDEBUG: Considering setscene task: ['systemtap', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['systemtap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['wireless-regdb', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['wireless-regdb', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['wireless-regdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/alsa-ucm-conf/1.2.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['alsa-topology-conf', 'do_package_write_deb', '/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_deb', '/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_write_deb\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_deb which could be accelerated\nDEBUG: Considering setscene task: ['alsa-topology-conf', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\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_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['alsa-topology-conf', 'do_populate_sysroot', '/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_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['alsa-ucm-conf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['alsa-ucm-conf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_write_ipk 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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_package_spdx.8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_package_spdx_setscene.8c7691f9e155060c659fd61fb1f3481dcf09cd09e83b102e5c68525dadd9e224 not available\nNOTE: Running setscene task 1142 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_package_spdx.51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_package_spdx_setscene.51235d0921a7e13f08a03b70841583466e6fd9efc9c8af3eb4c30a8c3ae109d1 not available\nNOTE: Running setscene task 1143 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_create_package_spdx.f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_create_package_spdx_setscene.f3d15943f81bf057f922ec8d56e9ae4fc5472147d0700649a0df505d96592475 not available\nNOTE: Running setscene task 1144 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_package_spdx.ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_package_spdx_setscene.ae263b3bc6e863854012d1249be6243a547e9851c1de8d954d9d54285422e450 not available\nNOTE: Running setscene task 1145 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_package_spdx.2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_package_spdx_setscene.2d2156e1b087c7a0946160c3ff7d54881abf7cfa62f2e3c5e65c6269de11fc70 not available\nNOTE: Running setscene task 1146 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_package_spdx_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_create_spdx.3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_create_spdx_setscene.3bbbd0f7114b59e90e1df9fadb9cf91a11fcc33961d617f4dc28c471d4788e14 not available\nNOTE: Running setscene task 1147 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpng/1.6.43/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['font-util', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['font-util', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_package_spdx.eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_package_spdx_setscene.eefa9153c5bc2ef33eb47e8537a2b858cc7219ac7ac40dc4c05bb0f7c702d5f0 not available\nNOTE: Running setscene task 1150 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_package_spdx.fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_package_spdx_setscene.fdafcc7d25bcf8d4fdb615dd9ff748e6daff8637dea56aa155604e058d510d5c not available\nNOTE: Running setscene task 1151 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_package_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-multimedia/libtiff/tiff_4.6.0.bb:29)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_create_package_spdx.4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_create_package_spdx_setscene.4cb5b371528a1a714c69c4fd579967e025df841ef6089ffee4e31301bbc10d8f not available\nNOTE: Running setscene task 1152 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_create_package_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_create_package_spdx\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_spdx.00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_create_spdx_setscene.00c25183146865cd4f45eb17bdcdfca33a11be16f54642006b24c15fb5aa29e5 not available\nNOTE: Running setscene task 1154 of 6657 (/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/siteinfo.bbclass (from /home/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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.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-multimedia/mpg123/mpg123_1.32.6.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-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\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: SITE files ['endian-little', 'common-linux', '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/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/mpg123/mpg123_1.32.6.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.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/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/sbc/sbc_2.0.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/speex/speexdsp_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/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/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/useradd.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/webp/libwebp_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-font/xorg-font-common.inc: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/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: 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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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-multimedia/webp/libwebp_1.4.0.bb:36)\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: 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/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/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/packagegroups/packagegroup-base.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/speex/speexdsp_1.2.1.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-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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:36)\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-3496823/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: SITE files ['endian-little', 'common-linux', '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-3496823/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/libtheora/libtheora_1.1.1.bb:do_create_package_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-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.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: Considering setscene task: ['alsa-state', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_deb 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-good_1.24.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: Considering setscene task: ['alsa-state', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['alsa-state', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_spdx.7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_create_spdx_setscene.7f62d5f365f20069d9cb961344996c1409f1633b3a9b49610e239176d2a2dc5b not available\nNOTE: Running setscene task 1158 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_spdx.0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_create_spdx_setscene.0f9d338085f7ffb0d5eb375a72ff920e6c8a6369dd40bc09405f28ed8ef5fd94 not available\nNOTE: Running setscene task 1159 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_spdx.6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_create_spdx_setscene.6b6efdfc8b723d2719abb4024b862449591fa911d6c81be0dc5e4c3c58ff7d49 not available\nNOTE: Running setscene task 1160 of 6657 (/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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_spdx.8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_create_spdx_setscene.8f1a02ae79f4c81d59dfbc013ca53b1ed8fe2b69042e6fb1606d26d532fc5586 not available\nNOTE: Running setscene task 1161 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_spdx.368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_create_spdx_setscene.368595afcb848fd3846b64f2a8fff31502ed06eab33262093a81d18a79b7eb82 not available\nNOTE: Running setscene task 1162 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pciutils/3.13.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/pciutils/pciutils_3.13.0.bb:do_create_spdx which could be accelerated\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-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: 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: Considering setscene task: ['pciutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.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-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: Considering setscene task: ['pciutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_spdx.fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_create_spdx_setscene.fdd5884376b777afc05c9df862d9137b3459c39e878427a8cff9734e1475beda not available\nNOTE: Running setscene task 1165 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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/libvorbis/libvorbis_1.3.7.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mpg123/1.32.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/libtiff/tiff_4.6.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sbc/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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_spdx.0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_create_spdx_setscene.0b36efcec30af0472d29ba1284c49bc6bee3df9aa6931c35d5bf869cd2d303b3 not available\nNOTE: Running setscene task 1166 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.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-3496823/tmp/work/all-poky-linux/encodings/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_spdx.451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_create_spdx_setscene.451fda9b0d478885d2570ed2606581395feed78ff00e7549c03fd469c670f963 not available\nNOTE: Running setscene task 1167 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libwebp/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-multimedia/speex/speexdsp_1.2.1.bb:do_create_package_spdx which could be accelerated\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-multimedia/webp/libwebp_1.4.0.bb:do_create_package_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-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-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_spdx.cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_create_spdx_setscene.cef6cc09473573a9d285c82a0460693831eab0a6240249b905cdcc31cb58c9ba not available\nNOTE: Running setscene task 1168 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_create_spdx.7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_create_spdx_setscene.7b9ebd983fd72e36dd32b2acd2bf2edf0b00674335d4810d832e151158cad9c2 not available\nNOTE: Running setscene task 1169 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_spdx.3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_create_spdx_setscene.3fb3975e93bb8864b481c7d16076497009eeed5c719dc243de08d40d0732638c not available\nNOTE: Running setscene task 1170 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_spdx.5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_create_spdx_setscene.5fe94e8a19b8be8feb10cd07c864530d1a5b854b7cd15101a926c18fc605e7f0 not available\nNOTE: Running setscene task 1171 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_spdx.4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_create_spdx_setscene.4d3bc853cad723a3782b65e4a24b24b4df8980eb1d4e13c45535b2177b8d443c not available\nNOTE: Running setscene task 1172 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['encodings', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['encodings', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_spdx.138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_create_spdx_setscene.138298cca96b1ddf0e5fdc908325fa04114a3e0c518b3961b4c77ce4a7854323 not available\nNOTE: Running setscene task 1175 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/psplash/psplash_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_package_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/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-devtools/dnf/dnf_4.20.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/dnf/dnf_4.20.0.bb:28)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: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-devtools/dnf/dnf_4.20.0.bb:28)\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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.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/recipes-core/psplash/psplash_git.bb:66)\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.20.0.bb:28)\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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\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: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: 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: Inheriting /home/pokybuild/yocto-worker/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-core/psplash/psplash_git.bb:66)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-3496823/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-graphics/packagegroups/packagegroup-core-x11-base.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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass: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-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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\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/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/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/python3-dir.bbclass (from /home/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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-core/packagegroups/packagegroup-base.bb:do_create_spdx which could be accelerated\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/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/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/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/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/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-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\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-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_spdx which could be accelerated\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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_spdx which could be accelerated\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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_deb.5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_deb_setscene.5a72b2bcb03f98b79031f4d4415bbf7f5d3717fb07a2eff0ca6d6f09b7b5a9f9 not available\nNOTE: Running setscene task 1176 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_deb_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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_ipk.677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_ipk_setscene.677200f60e5f42f4094d12bd0b8f8ce17e95f0ae6c33964632ea5e3de3cc3309 not available\nNOTE: Running setscene task 1177 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_deb.5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_deb_setscene.5479339ec1048a5f73bcd6c2105d635ab639a6c8d9912a0d49b4302d0ec17f17 not available\nNOTE: Running setscene task 1178 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_ipk.b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_ipk_setscene.b594a819381745c5ab407d0b643dff57d3f0d1a4ce1364b87efd1240de8c9c16 not available\nNOTE: Running setscene task 1179 of 6657 (/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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_deb.c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_deb_setscene.c61760e82e65c0d677fd83670e3e386f1d0a27d7bdceabc8eab7b80cfafd7e68 not available\nNOTE: Running setscene task 1180 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_deb_setscene)\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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_ipk.2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_ipk_setscene.2e65c64744cb3b37108a83c50b6d380a2ba081858da34d1be835d64cd87b2372 not available\nNOTE: Running setscene task 1181 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_ipk_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_deb.0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_deb_setscene.0666ac6540a253a8c1331e3addda0a2f52a8afd272596757114575a012e54cc3 not available\nNOTE: Running setscene task 1182 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_deb_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-tools-debug.bb:do_create_spdx 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-base.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-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-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/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-sdk.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_ipk.844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_ipk_setscene.844324d16a08d8dcd9cf92b935e2c028f78a7f0b90478b86457dad06ace3633d not available\nNOTE: Running setscene task 1183 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_ipk_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_deb.373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_deb_setscene.373b1680831fdf745419751a8906f2fddefc51bc6b7dc00cb900d3dcaaded60e not available\nNOTE: Running setscene task 1184 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_deb_setscene)\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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_ipk.39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_ipk_setscene.39e66b630219217b5a4c89f4fd4760db19992c5a939d77aaa68e3c0f8879db7b not available\nNOTE: Running setscene task 1185 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_write_ipk_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb (full)\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/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: SITE files ['endian-little', 'common-linux', '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-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_deb.709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_deb_setscene.709cb391815e704bb4d3e7b48c55dd681efff9a2f85a238a7d13d98264e7b205 not available\nNOTE: Running setscene task 1186 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_deb_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_ipk.fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_ipk_setscene.fa000a6637e1a9a62dbf07e219d24dd904571a6ad4435f485432c156fb501eaa not available\nNOTE: Running setscene task 1187 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_ipk_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/dnf/4.20.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/psplash/psplash_git.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_spdx 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: 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-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: 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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_deb.8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_deb_setscene.8687deafa689f91f46a5fc8dd2d951ac1b2e1f89defdf672421d7fcbe629fabd not available\nNOTE: Running setscene task 1188 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_deb_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_ipk.a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_ipk_setscene.a6ce5ad83c07a0d6a03cde4be3fcd12449f90016824b464dad24863d05011fe2 not available\nNOTE: Running setscene task 1189 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_package_write_ipk_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_deb.24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_deb_setscene.24b70b41ed47eeb3f0cb03de74bae6be28f8d7c4de98ee3131e8502e4decf16e not available\nNOTE: Running setscene task 1190 of 6657 (/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-3496823/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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\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: 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/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-3496823/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-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_deb 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_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_ipk.06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_ipk_setscene.06b61ca48aa8f5a7f776edd5e23346dd6e83d87ad41440d71de058b2dcf00a11 not available\nNOTE: Running setscene task 1191 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_deb.a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_deb_setscene.a89ec2c56b642954394003d53a192e2f8e4016391fe58bafd6e252e933479c7a not available\nNOTE: Running setscene task 1192 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_deb_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_ipk.43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_ipk_setscene.43fb2256ded6c7e02d4ee675672bcab218191f6c6d6cdfebfa83d14760593b69 not available\nNOTE: Running setscene task 1193 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_ipk_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_deb.f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_deb_setscene.f8802898fcdca0eab213dc3781c0f073b4423c265cb57b1f0a7171b77c73a9bc not available\nNOTE: Running setscene task 1194 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_ipk.b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_ipk_setscene.b9ee8bcbb0e0b28a417b29fed9771bab7901ef82740270a52ab9ebf098d52416 not available\nNOTE: Running setscene task 1195 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_ipk_setscene)\nDEBUG: Considering setscene task: ['psplash', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_deb.f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_deb_setscene.f9f3e4b1dc587dbe56e59e5d977a304852928c072e36f1f7a6a4beee6dff6626 not available\nNOTE: Running setscene task 1197 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_deb_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\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: 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: 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: 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/update-rc.d.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-core/packagegroups/packagegroup-base.bb:do_package_write_deb 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.20.0.bb:28)\nDEBUG: 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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\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/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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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/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: 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/python3targetconfig.bbclass (from /home/pokybuild/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.20.0.bb:28)\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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_ipk.0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_ipk_setscene.0596f135b661c8be8290064d134b4eccd1915e8ac114c13f430866fcfabfa97d not available\nNOTE: Running setscene task 1198 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_ipk_setscene)\nDEBUG: Considering setscene task: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_create_spdx.f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_create_spdx_setscene.f2e1f6f57c7b7fbcb789a0a19d0b09188bddcfabe2fdc674abdecfe5afcc465b not available\nNOTE: Running setscene task 1200 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_create_spdx.0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_create_spdx_setscene.0c7b85fd5fd3812ccc94ceb00960de55a57281f2a73407588bd69ca88d42343e not available\nNOTE: Running setscene task 1201 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_spdx.ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_create_spdx_setscene.ac32bddf50140b4bbd8b54d57d491c73fe036239c0ea0386af536755e69a9ee5 not available\nNOTE: Running setscene task 1202 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx_setscene)\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-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_deb.31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_deb_setscene.31e0e6564e946c06a6d3281f25dcadfefd2f22dd23f72c8646abb79489a38386 not available\nNOTE: Running setscene task 1203 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_deb_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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_package_write_deb 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_package_write_ipk 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: 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-devtools/dnf/dnf_4.20.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/dnf/dnf_4.20.0.bb:28)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.bb: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-devtools/dnf/dnf_4.20.0.bb:28)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.20.0.bb:28)\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.20.0.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/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.73.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/recipes-devtools/libcomps/libcomps_0.1.21.bb:15)\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/python3targetconfig.bbclass (from /home/pokybuild/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/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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/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/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/run-postinsts/run-postinsts_1.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-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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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/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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.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/libdnf/libdnf_0.73.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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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: 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-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_ipk.23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_ipk_setscene.23a630232d6d8231abdeda337df60229785d3a912e4810de5ef1b304657ae79d not available\nNOTE: Running setscene task 1204 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_ipk_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: 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: 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: Considering setscene task: ['run-postinsts', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['json-glib', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['json-glib', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_write_ipk which could be accelerated\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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_deb.437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_deb_setscene.437232224da61140167351a33622c43333bdba4e16e83302aebe90d534a30a80 not available\nNOTE: Running setscene task 1208 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_deb_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb (full)\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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_ipk.84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_ipk_setscene.84fbd8740965417ef53e2f1a13577da2a87df0583309e7c3dec505520fa4a248 not available\nNOTE: Running setscene task 1209 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_deb.ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_deb_setscene.ed80a423a61795b6033b9d36cb367a524b092bcdaf2a910b6bdc8f747516b852 not available\nNOTE: Running setscene task 1210 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_deb_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_ipk.08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_ipk_setscene.08656ffede5a8cde662327904b7d774ccb296716f9555025c94aa7cf5c99dde0 not available\nNOTE: Running setscene task 1211 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.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/recipes-devtools/run-postinsts/run-postinsts_1.0.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-devtools/run-postinsts/run-postinsts_1.0.bb:14)\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:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-graphics/packagegroups/packagegroup-core-x11-base.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/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-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_ipk 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: 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: 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: 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/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/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: 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/kernel-devsrc.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/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_create_spdx.dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_create_spdx_setscene.dbb26b53b048b4d19d69a6bd8ec08eb762fd679918a2690c00c8fecfe5c5107f not available\nNOTE: Running setscene task 1212 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_create_spdx.c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_create_spdx_setscene.c0ed73eecd8bfe04a07328a8be5bbaad91113b510aacd265151a4af763853548 not available\nNOTE: Running setscene task 1213 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gst-examples', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['gst-examples', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['gst-examples', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-good', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-multimedia/alsa/alsa-plugins_1.2.12.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/dnf/4.20.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-utils_1.2.11.bb (full)\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-good', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_ipk 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.12.bb:30)\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/siteinfo.bbclass (from /home/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.11.bb:37)\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-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_deb 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.12.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-multimedia/alsa/alsa-utils_1.2.11.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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\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.11.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/manpages.bbclass:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_spdx.bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_create_spdx_setscene.bd1a48c1e287057eb87491f6982a095ed029e9a50ff891123a4b6448b9d914df not available\nNOTE: Running setscene task 1220 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_create_spdx.6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_create_spdx_setscene.6c101a0174a3c137d381164a8e1887b7d2456a6f0e7556845bd5ef5607bf1e9b not available\nNOTE: Running setscene task 1221 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_spdx.2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_create_spdx_setscene.2a90cbb54dbfc2f35d878bc326a0ec25f670483b858ea4b686d504a74c2df368 not available\nNOTE: Running setscene task 1222 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_create_spdx_setscene)\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_create_spdx\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_spdx.f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_create_spdx_setscene.f63e92247fc09c7da9f4e7976a829d6183c24a51b0a1682c100b09681aafe88e not available\nNOTE: Running setscene task 1224 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_package_write_deb 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.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-multimedia/mpg123/mpg123_1.32.6.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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/speex/speex_1.2.1.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcomps/0.1.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/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-devtools/qemu/qemuwrapper-cross_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: SITE files ['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/mpg123/mpg123_1.32.6.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/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:10)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/dnf/4.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libdnf/0.73.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libcomps', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_spdx.91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_create_spdx_setscene.91285f0be5f361861e66dfcbd27f27b69b08d14f7da55b47eb0b606060326fd8 not available\nNOTE: Running setscene task 1226 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_spdx_setscene)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['libcomps', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_ipk which could be accelerated\nDEBUG: Considering setscene task: ['libdnf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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_deb which could be accelerated\nDEBUG: Considering setscene task: ['libdnf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_spdx.30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_create_spdx_setscene.30970b123b589a0211064bc3e24a04e75e580208019b3f578d5cbe3e7b490d7f not available\nNOTE: Running setscene task 1230 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_create_spdx.a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_create_spdx_setscene.a7f66fa35e3b27f4a2e1295886c1f7d8e459f7cb8741b1c161b1548155d1b11d not available\nNOTE: Running setscene task 1231 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['python3-iniparse', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['python3-iniparse', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-iniparse', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_spdx.74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_create_spdx_setscene.74bed55d09d43fab79cf87ce647b62fc108f3eec1e4f7bbea5e8014429b5a1c5 not available\nNOTE: Running setscene task 1234 of 6657 (/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_create_spdx.e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_create_spdx_setscene.e6021008646e968e085e71be67b4c806d4a44d1af7aa97de1ced6530e5286305 not available\nNOTE: Running setscene task 1235 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_create_spdx.a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_create_spdx_setscene.a9959e6fad034a93c16a90aa8c72e36b04d10258971119b87373c5fe21e87706 not available\nNOTE: Running setscene task 1236 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_spdx_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_spdx.ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_create_spdx_setscene.ac3cfbe22f2f4404952aeca27681d0a5b9509fb798f7be2c1242398b8240c8cb not available\nNOTE: Running setscene task 1237 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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/python3-dir.bbclass (from /home/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-devtools/librepo/librepo_1.17.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.17.0.bb:20)\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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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/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/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/qemu.bbclass (from /home/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/python3targetconfig.bbclass (from /home/pokybuild/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-extended/libsolv/libsolv_0.7.29.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/librepo/librepo_1.17.0.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: 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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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/libmodulemd/libmodulemd_git.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/gtk-doc/gtk-doc_1.34.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: 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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python-six.inc:7)\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/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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:56)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-plugins/1.2.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-multimedia/alsa/alsa-plugins_1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-utils/1.2.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-multimedia/alsa/alsa-utils_1.2.11.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_spdx 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/mpg123/1.32.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-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_qa.eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_qa_setscene.eed99486da73911907eb5cabe9845270ee6188b3b60501fbc8198274b8bc3255 not available\nNOTE: Running setscene task 1239 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_rpm.eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_package_write_rpm_setscene.eec527f92c260ba1fc26f0269f5a0e170875ce2ad4315883180d540355484330 not available\nNOTE: Running setscene task 1240 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_populate_lic.fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_populate_lic_setscene.fb1e8e902d8bdbf3fb6dc8ed85f66f1524a9e9a1bdef13446bb394700e604c30 not available\nNOTE: Running setscene task 1241 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.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-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_qa.2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_qa_setscene.2b45a69da0478e64d759422e4f4964d7393e6a2287bcb49c67daa7ddfb6518fa not available\nNOTE: Running setscene task 1242 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_populate_lic.bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_populate_lic_setscene.bc7885f20a053f7241d4cdf901b38d1bb79f76288323c760845e1d94ad968d1c not available\nNOTE: Running setscene task 1243 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_qa.3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_qa_setscene.3ec8a7cc8a90adc100e826d3bc500c3a87b64b04df633a5175a2664df2aa9eaa not available\nNOTE: Running setscene task 1244 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_write_rpm.7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_package_write_rpm_setscene.7da5a0bc06733a40c7aa86977930e114f74fb2201b37467063f6278f5e29ad2a not available\nNOTE: Running setscene task 1245 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_populate_lic.e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_populate_lic_setscene.e2580db7fcfa229a886d7b9150f3fe4aabce2edeb7315dc78c7184855611179c not available\nNOTE: Running setscene task 1246 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_qa.994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_qa_setscene.994d32a6f9c47dc0b019dde7c7dd63f5bdecb78740ca231df6f8aa5400326406 not available\nNOTE: Running setscene task 1247 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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:34)\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: 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:34)\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:34)\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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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.13.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/multilib_header.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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-bsp/pciutils/pciutils_3.13.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/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-bsp/pciutils/pciutils_3.13.0.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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-bsp/pciutils/pciutils_3.13.0.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.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/multilib_header.bbclass:7)\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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python/python3-six_1.16.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-bsp/pciutils/pciutils_3.13.0.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-bsp/pciutils/pciutils_3.13.0.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/librepo/1.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/libmodulemd/libmodulemd_git.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_rpm.7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_package_write_rpm_setscene.7047bde8d7fefcbcfa959bec2347d45874a59126fc17f618857fe45ca4873397 not available\nNOTE: Running setscene task 1248 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk-doc/1.34.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-3496823/tmp/work/core2-64-poky-linux/libsolv/0.7.29/source-date-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-doc/gtk-doc_1.34.0.bb:do_create_spdx which could be accelerated\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-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_populate_lic.003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_populate_lic_setscene.003f5354ddfde4a083fbec45baab6cfd58c676e8dab2307514b2e31695de17be not available\nNOTE: Running setscene task 1249 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_qa.76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_qa_setscene.76515eb5e67ac9624bd995a9d86c82f1c13a6fa0150983d4df6c3ae466497d8a not available\nNOTE: Running setscene task 1250 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_lic.d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_populate_lic_setscene.d46c57007fb9dd2c9d080ffaf3f1ab799ced2ba4ef34362abd00f850cda61285 not available\nNOTE: Running setscene task 1251 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.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-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_qa.9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_qa_setscene.9570b63aafa10eeb9820b20330f54ce9061eb7dc94415af412565c5a809506bd not available\nNOTE: Running setscene task 1252 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_lic.d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_populate_lic_setscene.d8750b27aed7ea3ecd20038f3a02ac09dbbbbd948e856f5351b4baaf9fa5a380 not available\nNOTE: Running setscene task 1253 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_qa.988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_qa_setscene.988a6b4c173f35e30266b1830ffeb1dbcb90d0d12999bb83a5693878e7afa865 not available\nNOTE: Running setscene task 1254 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.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: 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-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: 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/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/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: 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/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/bluez5/bluez5_5.72.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/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/bluez5/bluez5.inc:63)\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: 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/siteinfo.bbclass (from /home/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\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/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/python3-dir.bbclass (from /home/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.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/bluez5/bluez5.inc:63)\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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/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: 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/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/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/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/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.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/ptest.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-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/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.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-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/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/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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/qemux86_64-poky-linux/formfactor/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-3496823/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-3496823/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-3496823/tmp/work/qemux86_64-poky-linux/formfactor/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-3496823/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-bsp/formfactor/formfactor_0.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_rpm.3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_package_write_rpm_setscene.3f73a2c74b3ac5ed750db6a8ebc4ee7df0ef4b30d313508fe5ace14d20d068b8 not available\nNOTE: Running setscene task 1255 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_rpm_setscene)\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: 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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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-3496823/tmp/work/core2-64-poky-linux/pciutils/3.13.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/pciutils/pciutils_3.13.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pciutils/3.13.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-3496823/tmp/work/core2-64-poky-linux/pciutils/3.13.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-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_populate_lic.b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_populate_lic_setscene.b175ee7864047c96dd0b6eb4081abbf62e598f1de6aa0b27bf1f0454bdf52165 not available\nNOTE: Running setscene task 1256 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_qa.37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_qa_setscene.37216a4341af7f524f507d36bf238511c96df868f7aeb1496c742e568ea5c3e7 not available\nNOTE: Running setscene task 1257 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_rpm.d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_package_write_rpm_setscene.d9666346126563d5a90b6a2c50e120a521f55e26c9540aa2250e7649a2346f4a not available\nNOTE: Running setscene task 1258 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_populate_lic 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-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_populate_lic.66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_populate_lic_setscene.66c1f4019a9604e7b004a8ae33fd74e2c6139e9117759fbd66e34fd9ae9f4359 not available\nNOTE: Running setscene task 1259 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_qa.266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_qa_setscene.266ca7e1ebf32cf06f1adbd6e157029a17ebd9f30aedd8a9c7cf15c4062d0553 not available\nNOTE: Running setscene task 1260 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_rpm.58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_package_write_rpm_setscene.58d8109fe18a76596c592db1f52b4ec4fc3be629df980dd56c3f79caba5e50c7 not available\nNOTE: Running setscene task 1261 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_populate_lic.1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_populate_lic_setscene.1a56a6c56bd977e1ae873b565c77293a6b6b11a2f0bb74500dddd0c8f2a2715b not available\nNOTE: Running setscene task 1262 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_qa.10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_qa_setscene.10d7b007e086c68a1728554905dacfccf36c34e058df7b265444cbd4c36c0659 not available\nNOTE: Running setscene task 1263 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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_package_write_rpm 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: 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: 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: 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/siteinfo.bbclass (from /home/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-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: 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: 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/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.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:23)\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/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/siteinfo.bbclass (from /home/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/connman/connman-gnome_0.7.bb:23)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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/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/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/siteinfo.bbclass (from /home/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/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/iproute2/iproute2_6.9.0.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/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-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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_write_rpm.1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_package_write_rpm_setscene.1646f9bf8739bb46e44315306a1a80c6ec94bb1093506783a427e11cd8a8f9d8 not available\nNOTE: Running setscene task 1264 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.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-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: 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-connectivity/iproute2/iproute2_6.9.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_populate_lic.1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_populate_lic_setscene.1acf24e5751455e35b16339f3438ee62ccc13bede7c6ad8684a3716a37bf1e39 not available\nNOTE: Running setscene task 1265 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_qa.35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_qa_setscene.35ea8a96adeb919cc657c432b50095dd25ace623637b53bb4c2a2f40e1bd59da not available\nNOTE: Running setscene task 1266 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/avahi/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-connectivity/iproute2/iproute2_6.9.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/bluez5/5.72/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/avahi/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-connectivity/iproute2/iproute2_6.9.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.9.0.bb:18)\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: SITE files ['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/iproute2/iproute2_6.9.0.bb:18)\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/iw/iw_6.9.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-connectivity/iproute2/iproute2_6.9.0.bb:18)\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: 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.9.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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-connectivity/iproute2/iproute2_6.9.0.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/iproute2/iproute2_6.9.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-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_write_rpm.5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_package_write_rpm_setscene.5a29c28d07c1da420977e85fde63ec0bf409186217655892325dee67d825ed42 not available\nNOTE: Running setscene task 1267 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_populate_lic.f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_populate_lic_setscene.f5e978e2b7bb953ee2a2926cfd05000d6b9104ba6791588fd64d9ceb2483957b not available\nNOTE: Running setscene task 1268 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_qa.55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_qa_setscene.55632a2697118846842e858971bedf01e252195f5fae92fd70d57e945ea43a26 not available\nNOTE: Running setscene task 1269 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_rpm.dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_package_write_rpm_setscene.dd074778103b8d60c8ffb82e85b10cf13ebd2f61e469d94d0c5ebc10a0a4acc4 not available\nNOTE: Running setscene task 1270 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/iw/iw_6.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-connectivity/iw/iw_6.9.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.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-connectivity/iw/iw_6.9.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb (full)\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: 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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\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-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_populate_lic.4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_populate_lic_setscene.4d0df9b99ca380665e18dcf65ab63b393479ceb5315ceedddfdc399e1c27c8e3 not available\nNOTE: Running setscene task 1271 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.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-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-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-3496823/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/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: Inheriting /home/pokybuild/yocto-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_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-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_qa.dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_qa_setscene.dad492a2da95b821532d0f02f2078cdd8153fc4e5bb364e694c45df553a5fad2 not available\nNOTE: Running setscene task 1272 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.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/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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: 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: 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/connman/connman-gnome_0.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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_rpm.cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_package_write_rpm_setscene.cf3dc61be8e002fb9276e35c6fbd673988f683a113708b1301fd1ac70a92e2d9 not available\nNOTE: Running setscene task 1273 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_lic.2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_populate_lic_setscene.2bffe344e30156e773b2d4504f65a79a6949b66ab7271c31b3e4b06fe47bf3b8 not available\nNOTE: Running setscene task 1274 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_qa.1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_qa_setscene.1838a79a67435885608cadd7772c3ca46d30b5fbb1ba6934fd9cfbe079d2dfaf not available\nNOTE: Running setscene task 1275 of 6657 (/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/tmp/work/core2-64-poky-linux/iproute2/6.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-connectivity/libpcap/libpcap_1.10.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libpcap/libpcap_1.10.4.bb (full)\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/iproute2/iproute2_6.9.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-connectivity/libpcap/libpcap_1.10.4.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-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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/iw/6.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-connectivity/libpcap/libpcap_1.10.4.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/meson.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/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/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/python3native.bbclass (from /home/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-connectivity/libpcap/libpcap_1.10.4.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_packagedata.f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_packagedata_setscene.f33f54c3bf2d13289b36eedef77a1966a315fe12d18b322db5a685b1a5b3bd48.qemux86_64 not available\nNOTE: Running setscene task 1276 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_packagedata_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_populate_lic.8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_populate_lic_setscene.8ba07b8ce001ed4ac2cf6617dd20e277b919091eaebafe0e4e42d21ee320c308 not available\nNOTE: Running setscene task 1277 of 6657 (/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_qa.e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_qa_setscene.e74da2c52cc888c3dc5dcfe5d488a6c5d0bb5daecf5767eaf290fbb324d40f0b not available\nNOTE: Running setscene task 1278 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_rpm.9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_package_write_rpm_setscene.9556c9d6b32fff5ed3b134e219a1c36a35fd00e79e15cb86f3bf1e07456f232e not available\nNOTE: Running setscene task 1279 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_populate_lic.76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_populate_lic_setscene.76d03b821d5fa2336e634fc707e5018960ce9b5f26ff03a114ba8249d09c8c19 not available\nNOTE: Running setscene task 1280 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/iproute2/6.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-3496823/tmp/work/core2-64-poky-linux/iproute2/6.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-connectivity/iproute2/iproute2_6.9.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.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: SITE 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-3496823/tmp/work/core2-64-poky-linux/iw/6.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-3496823/tmp/work/core2-64-poky-linux/iw/6.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-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_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-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.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 /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/python3-dir.bbclass (from /home/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-connectivity/iw/iw_6.9.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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/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-connectivity/neard/neard_0.19.bb:22)\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: Inheriting /home/pokybuild/yocto-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-connectivity/neard/neard_0.19.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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/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/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/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/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/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: 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: 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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_qa.e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_qa_setscene.e3ce8b9f90399790c3947dfe204e190bf461bee1db7476cac6c03d2b5bd5bbea not available\nNOTE: Running setscene task 1281 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_populate_lic.edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_populate_lic_setscene.edd6120cbf0429450616212556670ca86e7ea86425644668270727e5d739b944 not available\nNOTE: Running setscene task 1282 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_qa.1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_qa_setscene.1f134b01657aa1cf50210d39b733059ef0248124152c6dd251bc8e9c129cf91f not available\nNOTE: Running setscene task 1283 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_populate_lic.ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_populate_lic_setscene.ebb71b083448275bd81bdedc2b69f72e90de9dc0f0477da193a069e98be9e9bf not available\nNOTE: Running setscene task 1284 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_qa.8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_qa_setscene.8fb2dcc471ef696aabab6285d576510ac2a19a0ddf5442b61fac8ca3e100094a not available\nNOTE: Running setscene task 1285 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_populate_lic.c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_populate_lic_setscene.c17d6e45ee6e3361c94e1f66932cc9eef5f40c066715f8826d8bf50e95c1a3db not available\nNOTE: Running setscene task 1286 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE 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/ofono/ofono_2.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/ofono/ofono_2.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: 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: SITE 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/ofono/ofono_2.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/ofono/ofono_2.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: SITE files ['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/ofono/ofono_2.8.bb: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/ofono/ofono_2.8.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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.7p1.bb:43)\nDEBUG: 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-connectivity/openssh/openssh_9.7p1.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/ofono/ofono_2.8.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-connectivity/openssh/openssh_9.7p1.bb:43)\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.8.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/ofono/ofono_2.8.bb: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/ofono/ofono_2.8.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-connectivity/openssh/openssh_9.7p1.bb:43)\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/openssl/openssl_3.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/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-connectivity/ofono/ofono_2.8.bb: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/openssh/openssh_9.7p1.bb:43)\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.7p1.bb:43)\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.8.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-connectivity/openssl/openssl_3.3.1.bb:23)\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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/openssh/openssh_9.7p1.bb:43)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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/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-connectivity/openssh/openssh_9.7p1.bb:43)\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.3.1.bb:23)\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.7p1.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-connectivity/openssl/openssl_3.3.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-connectivity/openssh/openssh_9.7p1.bb:43)\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.3.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/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/classes-recipe/multilib_script.bbclass:13)\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.7p1.bb:54)\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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:43)\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.3.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-connectivity/openssl/openssl_3.3.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: 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.7p1.bb:54)\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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:54)\nDEBUG: SITE files ['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-3496823/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: 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.3.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-recipe/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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-connectivity/openssl/openssl_3.3.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-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-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_qa.5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_qa_setscene.5831dde96b452329a123f287db1ca9697b8a9a8c1d0ee7c308284c6d4b6b2fe6 not available\nNOTE: Running setscene task 1287 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.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-connectivity/openssh/openssh_9.7p1.bb:54)\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.7p1.bb:54)\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.3.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-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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/manpages.bbclass:13)\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: 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.7p1.bb:54)\nDEBUG: SITE files ['endian-little', 'common-linux', '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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: SITE files ['endian-little', 'common-linux', '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/libpcap/libpcap_1.10.4.bb:do_populate_lic which could be accelerated\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: SITE files ['endian-little', 'common-linux', '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-connectivity/ppp/ppp_2.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_rpm.fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_package_write_rpm_setscene.fdaba778222fb9828b64d447391587e1199cf62c09611f63ee8efe7a993a7d71 not available\nNOTE: Running setscene task 1288 of 6657 (/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-3496823/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20240407/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/ppp/ppp_2.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_lic.9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_populate_lic_setscene.9b874f6bcacd905d75396c60215eb848be3244d65924178e1b75789109afe44f not available\nNOTE: Running setscene task 1289 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_qa.f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_qa_setscene.f3bc8a1c538d867aa1ab4211440398b24cc459b98b2fab8357263de452b2c19b not available\nNOTE: Running setscene task 1290 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_qa_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/connman/connman-conf.bb:do_packagedata 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/ppp/ppp_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: SITE files ['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/ppp/ppp_2.5.0.bb:30)\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/siteinfo.bbclass (from /home/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/systemd.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/ppp/ppp_2.5.0.bb:30)\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_create_spdx', '/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_package_write_ipk', '/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_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20240407/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/neard/0.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-connectivity/neard/neard_0.19.bb:do_package_qa which could be accelerated\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_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['connman-conf', 'do_populate_sysroot', '/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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_recipe_qa.6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/connman-conf/1.0.do_recipe_qa_setscene.6890db40f6e336996a4215ffe06692133384bc641706d66a25c3bcc8e6255b39 not available\nNOTE: Running setscene task 1293 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_recipe_qa_setscene)\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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_rpm.3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_package_write_rpm_setscene.3dbd856f201407f1bd92282742a790893c49224725a83d51384be663e8af9767 not available\nNOTE: Running setscene task 1294 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_populate_lic.39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_populate_lic_setscene.39e007b6d39c3cd26e3d25ba98516576b30e67c0b225fa95c867f95eb5da3037 not available\nNOTE: Running setscene task 1295 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_qa.0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_qa_setscene.0900906a335fc351bba8974731c26441bc6bfe2b3d6378def7321a9cea904e41 not available\nNOTE: Running setscene task 1296 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_rpm.eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_package_write_rpm_setscene.eaf2844bbc579c1329e8eb62e186a1c795afd7d4a519c619cfb9e0155eaa8939 not available\nNOTE: Running setscene task 1297 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_lic.f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_populate_lic_setscene.f81962f3ecbacb281e48a5af4267b64f721837fbbf3bb16601034b41a73a0b4a not available\nNOTE: Running setscene task 1298 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.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-connectivity/connman/connman-conf.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-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/socat/socat_1.8.0.0.bb:18)\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/siteinfo.bbclass (from /home/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ofono/2.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-connectivity/wpa-supplicant/wpa-supplicant_2.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-connectivity/wpa-supplicant/wpa-supplicant_2.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-connectivity/wpa-supplicant/wpa-supplicant_2.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-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ofono/2.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/ofono/ofono_2.8.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: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-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_qa.7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_qa_setscene.7b061aac7fc8aa7c60a2c6d0334589a7fb0e20c0416e67252e1df94bc4faa05f not available\nNOTE: Running setscene task 1299 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_qa_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-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_lic.4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_lic_setscene.4589e0d88cae3ca4a4d1cebc05769a84b9c69024ec374853d04d4e4b25d63ec3 not available\nNOTE: Running setscene task 1300 of 6657 (/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: SITE 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/openssl/3.3.1/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/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: 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-3496823/tmp/work/core2-64-poky-linux/openssl/3.3.1/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-3496823/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-3496823/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/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: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/base-files/base-files_%.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-connectivity/openssl/openssl_3.3.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/openssh/9.7p1/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-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_qa.ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_qa_setscene.ab61c8f747e7e62d7b1eb1f189ed244ba9c5ed2c1fb7e92ac5e346d6532fcc86 not available\nNOTE: Running setscene task 1301 of 6657 (/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-3496823/tmp/work/core2-64-poky-linux/openssh/9.7p1/source-date-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.7p1.bb:do_package_qa which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_lic.0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_lic_setscene.0ebd513057331eb1c4d9a72cd7f6516277956b06ebbb54ea9089578822761b71 not available\nNOTE: Running setscene task 1302 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_qa.0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_qa_setscene.0575284821c5e9389a71aaecf2d4e15c7c39543842d656e74425e6359ac67241 not available\nNOTE: Running setscene task 1303 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb (full)\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: 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/siteinfo.bbclass (from /home/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/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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_rpm.8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_package_write_rpm_setscene.8f6c0bfca1ebc53331f9bb2f2169194585721b714ae78c9a8aabe2034b51c383 not available\nNOTE: Running setscene task 1304 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_populate_lic.957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_populate_lic_setscene.957f4c042d46932a178b9fdb599fbbde931b304318ad5c3f58925152d5031604 not available\nNOTE: Running setscene task 1305 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/socat/socat_1.8.0.0.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:1: including busybox.inc\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/busybox/busybox_1.36.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: 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: 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: 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/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/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/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: 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: 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-3496823/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/ptest.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-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_qa.bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_qa_setscene.bb68057bf5d3d5de253abe7b029efbf5a82aa81ef5df6b486fde40bca4048809 not available\nNOTE: Running setscene task 1306 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_populate_lic.c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_populate_lic_setscene.c7a69fd6801384de5bf6245e6e207bb2ce16c033cbdd2f6b9cf23ff6adb36266 not available\nNOTE: Running setscene task 1307 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_qa.b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_qa_setscene.b4c2c48be59d15fedd4fd392c88feabf179394819688b806c9328d04b8661c59 not available\nNOTE: Running setscene task 1308 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_populate_lic.b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_populate_lic_setscene.b9e8af2f03bb5b25405b0fe1c33f5a8228aeba677b6a730756a1b72f375df443 not available\nNOTE: Running setscene task 1309 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-connectivity/socat/socat_1.8.0.0.bb:do_package_write_rpm 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_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/coreutils/coreutils_9.5.bb (full)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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-core/coreutils/coreutils_9.5.bb:14)\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/siteinfo.bbclass (from /home/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: 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: 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: 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.5.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.5.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-core/dbus-wait/dbus-wait_git.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-core/coreutils/coreutils_9.5.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.5.bb:122)\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.5.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:122)\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.5.bb:176)\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.5.bb:176)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_qa.dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_qa_setscene.dbf0f539000d3e0d1cc1ecfd4a434d4edbc32829b37929c59af74b3709d77cf6 not available\nNOTE: Running setscene task 1310 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_lic.321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_populate_lic_setscene.321b1ff0246750feb96ded52077a7afa3e6a176856b0f7c3a411970aeb2290b1 not available\nNOTE: Running setscene task 1311 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_qa.a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_qa_setscene.a7f6a9fabf3e8c1ce6b339b2c917badc33430ba74affb243c7836936d4491664 not available\nNOTE: Running setscene task 1312 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_qa_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: 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: 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-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_lic.25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_populate_lic_setscene.25471b2315ef780a45d286d4ae133882f2076841533b65cca907d48b2357c395 not available\nNOTE: Running setscene task 1313 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_qa.fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_qa_setscene.fc296a7ae094102ebd0483ee468815e35dc7cf0aa495c695401eb7f234f177e3 not available\nNOTE: Running setscene task 1314 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_populate_lic.b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_populate_lic_setscene.b2dfef02d3995e3e738fdcb8e6929354f9e1b1a97166f72d4cc50514579d03e4 not available\nNOTE: Running setscene task 1315 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_qa.baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_qa_setscene.baf07b60949c211a2fbdd9e7e7493777124ecef9301c114c89732fd5e1af034a not available\nNOTE: Running setscene task 1316 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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: 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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-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: 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: SITE files ['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/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: 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/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/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/python3-dir.bbclass (from /home/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-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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/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/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/ell/ell_0.66.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-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/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-core/ell/ell_0.66.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/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/siteinfo.bbclass (from /home/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-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/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/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/ell/ell_0.66.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-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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/dbus/dbus_1.14.10.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.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/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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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-core/expat/expat_2.6.2.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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:48)\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/ell/ell_0.66.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:48)\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.6.2.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:48)\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.6.2.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:48)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:24)\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: 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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_populate_lic.ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_populate_lic_setscene.ae7a47082f2454b669608410ea082dfb66a43ede43619bef1332b992ce6c9185 not available\nNOTE: Running setscene task 1317 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_populate_lic.5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_populate_lic_setscene.5068891d7b749adebab56dc405bf83580ee9d0807550a337fb37ffe02fee07a1 not available\nNOTE: Running setscene task 1318 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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-core/expat/expat_2.6.2.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.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.5.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-core/expat/expat_2.6.2.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.6.2.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/relocatable.bbclass (from /home/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-core/expat/expat_2.6.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_qa.caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_qa_setscene.caa8d0e1ddc969c44bf14153b192e40ad09cca96ef43d38ca0c4ad44a71efe14 not available\nNOTE: Running setscene task 1319 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/gettext/gettext_0.22.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.5.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: 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: 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-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_write_rpm.f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_package_write_rpm_setscene.f03523553ea0b8a7b4ba33949141b4152ce5ccf9370470ed2e1b0c432c241247 not available\nNOTE: Running setscene task 1320 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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-core/gettext/gettext_0.22.5.bb:34)\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.5.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-core/gettext/gettext_0.22.5.bb:34)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_populate_lic.5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_populate_lic_setscene.5006ea846b78ea8f166e76bbc89fd9e8149202129a612224c954409733477b61 not available\nNOTE: Running setscene task 1321 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:23: including gettext-sources.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/coreutils/9.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/gettext/gettext_0.22.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-core/gettext/gettext_0.22.5.bb:34)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/coreutils/9.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.5.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-core/gettext/gettext_0.22.5.bb:34)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.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-core/gettext/gettext_0.22.5.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-core/gettext/gettext_0.22.5.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:34)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_qa.87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_qa_setscene.87d4b99054505f7e3264916ca2ae72f853e9d661e9d64616296de697e44c97e0 not available\nNOTE: Running setscene task 1322 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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/gettext/gettext_0.22.5.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-core/gettext/gettext_0.22.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ell/0.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-3496823/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_populate_lic.40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_populate_lic_setscene.40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979 not available\nNOTE: Running setscene task 1323 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_qa.8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_qa_setscene.8a49bb0278979de16c204de49332541728e40de6ad495ab2d3112cdfa7b1d214 not available\nNOTE: Running setscene task 1324 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ell/0.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/glib-2.0/glib-2.0_2.80.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_populate_lic.40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_populate_lic_setscene.40976c4e34e8e8457a7a2bf35f6c7d9b4e007c6ff506e22fefaa1bddc3e0c979 not available\nNOTE: Running setscene task 1325 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_populate_lic_setscene)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gettext-minimal-native/0.22.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/glib-2.0/glib-2.0-initial_2.80.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:1: including glib.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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-core/glib-2.0/glib.inc:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:1: including glib.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:1: including glib.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-3496823/tmp/work/core2-64-poky-linux/expat/2.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/python3-dir.bbclass (from /home/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-3496823/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/qemu.bbclass (from /home/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-core/glib-2.0/glib-2.0_2.80.2.bb:1: including glib.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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: 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/gettext.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/dbus/dbus_1.14.10.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-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-recipe/python3native.bbclass (from /home/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-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/pkgconfig.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/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-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/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/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-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/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/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/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/gi-docgen.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/qemu.bbclass (from /home/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-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/recipes-core/glib-2.0/glib.inc:31)\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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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-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/gi-docgen.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/pkgconfig.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/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/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/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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_qa.b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_qa_setscene.b0b3c3ba57dcb0aaea1cb7a6f536b904a18e0215ab3e74cc78ba36ac9a5ace03 not available\nNOTE: Running setscene task 1326 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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/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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:3)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_populate_lic.9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_populate_lic_setscene.9f336c8e1f775df6fcdc9b2f4b628e04ea345a86384643db207b59e14404bb2b not available\nNOTE: Running setscene task 1327 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_populate_lic_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_populate_lic.67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_populate_lic_setscene.67d6db2efff9d30c568b1f35197a0acab982c5b1950a7cc0cbab9e15b6cff54d not available\nNOTE: Running setscene task 1328 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/expat/2.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-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_qa.edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_qa_setscene.edae56d04aca9f83f58ec159e2d267d0a8e48848b6af8b54ed8b1f216ba7ce43 not available\nNOTE: Running setscene task 1329 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_populate_lic.b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_populate_lic_setscene.b8b06b6c5585efe4113babe1d6360c2c88ae26c6077e776eddd05e11a9f3ee7d not available\nNOTE: Running setscene task 1330 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_qa.4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_qa_setscene.4cf9f4e0ace9bfeb94abaab9c8d3f7c293d2dd704583a0821689c6a61095a174 not available\nNOTE: Running setscene task 1331 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_write_rpm.436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_package_write_rpm_setscene.436a8ecf92f2da3e064b5b46a570f0a6756ae524f925dd0cdd18e74cc99fd3d8 not available\nNOTE: Running setscene task 1332 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_populate_lic.3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_populate_lic_setscene.3cd1ad1f76ec55336819f15f4adb1e9bccebb24742a7f1145cc6b59de4b06f87 not available\nNOTE: Running setscene task 1333 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_qa.bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_qa_setscene.bc2508ba67677aefee62146c4b2cdb47f75d3c69c5e049d43a31782840c9bb4a not available\nNOTE: Running setscene task 1334 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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-core/glib-networking/glib-networking_2.78.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-core/glib-networking/glib-networking_2.78.1.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.1.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.1.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.1.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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-core/glib-networking/glib-networking_2.78.1.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.1.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.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39.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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.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: 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.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:93)\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:93)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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-mtrace_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:1: including glibc-mtrace.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/libc-package.bbclass:97)\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.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gettext/0.22.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-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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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-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.39.bb:2: including glibc-version.inc\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/glibc/glibc_2.39.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_populate_lic.21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_populate_lic_setscene.21a5f1848abc96445647d5d4c4e557a25c35dcda1f1942b401093eaf8511e6c5 not available\nNOTE: Running setscene task 1335 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:129: 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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/core2-64-poky-linux/gettext/0.22.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gettext/0.22.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/gettext/gettext_0.22.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: SITE files ['endian-little', 'common-linux', '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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-core/glibc/glibc.inc:8)\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-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_lic.55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_lic_setscene.55c663498155efb2b35ae23a2bbad7f13be1a2787e3807eb5df09cbcb8fb7bbd not available\nNOTE: Running setscene task 1336 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_lic_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/glibc/glibc.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:2: including glibc-version.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_sysroot.847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_populate_sysroot_setscene.847c94930d1ed26659745e80d1c5753a0a8a5f36d1584f8e839c9543f97e7309 not available\nNOTE: Running setscene task 1337 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_populate_sysroot_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:129: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-2.0-initial/2.80.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/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/glibc/ldconfig-native_2.12.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-2.0-initial/2.80.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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: Inheriting /home/pokybuild/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-3496823/tmp/work/x86_64-linux/cross-localedef-native/2.39+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/glib-2.0/glib-2.0-initial_2.80.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_qa.0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_qa_setscene.0dc0d22e0af5ba1c18fc350345f081fc9decdfbd40227c027a450a7e7de19ff6 not available\nNOTE: Running setscene task 1338 of 6657 (/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/cross-localedef-native_2.39.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_rpm.6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_package_write_rpm_setscene.6c5783ce2ea5bc3c2346f91a18740653a3457f646dcc5ce1181ad136a570c942 not available\nNOTE: Running setscene task 1339 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_populate_lic.5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_populate_lic_setscene.5beffbb53260ccd2a12ce8de55c82ea22fe28217c83c38d4b75a2b9a2044417d not available\nNOTE: Running setscene task 1340 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-2.0/2.80.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-3496823/tmp/work/core2-64-poky-linux/glib-2.0/2.80.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.bb:do_populate_lic which could be accelerated\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: 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: 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-3496823/tmp/work/core2-64-poky-linux/glibc-mtrace/2.39+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-3496823/tmp/work/core2-64-poky-linux/glibc-locale/2.39+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-core/init-ifupdown/init-ifupdown_1.0.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc-mtrace/2.39+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-3496823/tmp/work/core2-64-poky-linux/glibc-locale/2.39+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-3496823/tmp/work/core2-64-poky-linux/glibc-mtrace/2.39+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-locale_2.39.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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.39.bb:do_populate_lic 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.39.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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.39.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_recipe_qa.d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_recipe_qa_setscene.d3626ef911f56aeb4e811b9216b72415c5f7228381265ed39fb7a76958d2141c not available\nNOTE: Running setscene task 1341 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['glibc-mtrace', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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.39.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_recipe_qa.85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_recipe_qa_setscene.85815e95ed592c0eafcb77a73eaf86fa71127b31265c7891dc9b49d9a927bc1b not available\nNOTE: Running setscene task 1342 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_qa.21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_qa_setscene.21a122982a5363cf9c4bf1a06d7caf6dfd280999daf238afaf9f2b20eaa555ed not available\nNOTE: Running setscene task 1343 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_rpm.a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_package_write_rpm_setscene.a187ec983da93900cbdcb7f375257d3596f179c5e8d31e9e9a5c6a44bb6ed367 not available\nNOTE: Running setscene task 1344 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_populate_lic.09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_populate_lic_setscene.09f161336374e599abe2dfe24e81574cc902f08d7a1f1029e455a78b7d6bda86 not available\nNOTE: Running setscene task 1345 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_qa.e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_qa_setscene.e9ea23efc516f728905b1091b965796dbe8fdb88e3fda2e1d46286a78b33bdd9 not available\nNOTE: Running setscene task 1346 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_lic.2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_populate_lic_setscene.2d7ab6d953629486773395d938a9dd12aada084d4e8986ac40a98f184ce38ee2 not available\nNOTE: Running setscene task 1347 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-networking/2.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-3496823/tmp/work/core2-64-poky-linux/glib-networking/2.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-core/glib-networking/glib-networking_2.78.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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:93)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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/initscripts/init-system-helpers_1.66.bb (full)\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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_qa.eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_qa_setscene.eecd64373847f836fadbd6040a084c712f240a119a667a77b36015620a050855 not available\nNOTE: Running setscene task 1348 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_lic.9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_lic_setscene.9609d05948f183b9f950d1eaba86ab88027f16b733d8a419d83ea120cabeb4e8 not available\nNOTE: Running setscene task 1349 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_populate_lic_setscene)\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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc/2.39+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/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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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-core/libxcrypt/libxcrypt.inc:10)\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: 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_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb']\nDEBUG:   considering dependency: ['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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb']\nDEBUG:   considering dependency: ['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:   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-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_recipe_qa.eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ldconfig-native/2.12.1.do_recipe_qa_setscene.eaf25a03e7cc3acb9f559a391f6cbe1f7d995f09a3802da1b7728b3d879294ea not available\nNOTE: Running setscene task 1351 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_qa.57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_qa_setscene.57c549f90079ce23e9f00c36e41ddb904088754c397862c001ee9305a5547608 not available\nNOTE: Running setscene task 1352 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_populate_lic.6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_populate_lic_setscene.6776a3318509143f281d016cffe8e14022bfee4fba9b213149f185c354304858 not available\nNOTE: Running setscene task 1353 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.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/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/libxml/libxml2_2.12.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\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.12.8.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-3496823/tmp/work/core2-64-poky-linux/glibc/2.39+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-core/libxml/libxml2_2.12.8.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/siteinfo.bbclass (from /home/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: 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.12.8.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_qa.920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_qa_setscene.920f252f00047cfdba61e6170376b19838e49a0cb6fa327a7979781b4708e243 not available\nNOTE: Running setscene task 1354 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_qa_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: 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: 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: 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.12.8.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-core/libxml/libxml2_2.12.8.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-core/libxml/libxml2_2.12.8.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-core/libxml/libxml2_2.12.8.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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:39)\nDEBUG: 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.12.8.bb:39)\nDEBUG: 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/ncurses/ncurses_6.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc-mtrace/2.39+git/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/ncurses/ncurses_6.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_populate_lic.74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_populate_lic_setscene.74c50b6103368a874b0f74f1484ed87660c27d28da849b78d7f2b433631339d6 not available\nNOTE: Running setscene task 1355 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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/ncurses/ncurses.inc:263)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_qa.cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_qa_setscene.cdb11cbf1f45cd72c6aff70ca366600c679fc19b296fca0c454cdcfde14d743b not available\nNOTE: Running setscene task 1356 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_rpm.ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_package_write_rpm_setscene.ed3ea53ce765255063bda56147503c4907c4567957446e11494facac84f8a928 not available\nNOTE: Running setscene task 1357 of 6657 (/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-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_populate_lic.00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_populate_lic_setscene.00dc338a8928133e443c0eb126d56833fc51c4b27788faaf0edba80a3f2448f4 not available\nNOTE: Running setscene task 1358 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/glibc-locale/2.39+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-3496823/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: 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/initscripts/init-system-helpers_1.66.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:1: including ncurses.inc\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_recipe_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_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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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/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: 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: 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: 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/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: 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:263)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_qa.ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_qa_setscene.ea7a8c9972223fa9c379e2ae7b70cd66aa7917c585a40918b8a2b6544622e169 not available\nNOTE: Running setscene task 1359 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_rpm.651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_package_write_rpm_setscene.651e7e234ccf41fa63521ade994a41faf0b0bccc57c06ed911a7512e1b77a081 not available\nNOTE: Running setscene task 1360 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nNOTE: Running setscene task 1361 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_qa.6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_qa_setscene.6178c4f2db50ae367df573e0bd0d9f96a774ebdca32f58ff2a520dff929d12a9 not available\nNOTE: Running setscene task 1362 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_rpm.3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_package_write_rpm_setscene.3d14c1a65ba25ca714fc1afb78fbcd55ae6533ed98f02379ef51af2ca607c2bb not available\nNOTE: Running setscene task 1363 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nNOTE: Running setscene task 1364 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE 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: 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: 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/packagegroups/packagegroup-base.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-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-core-boot.bb:10)\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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_qa.4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_qa_setscene.4b8f7e7599cf3107de7feb162ccd9c53f42163095bf5a00cf81658771ef5ac24 not available\nNOTE: Running setscene task 1365 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_rpm.e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_package_write_rpm_setscene.e575da662cf7e358be450c04c269e6bddc41c3e54122d985456bacd38ec5de86 not available\nNOTE: Running setscene task 1366 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_populate_lic.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_populate_lic_setscene.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nNOTE: Running setscene task 1367 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_populate_lic_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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxml2/2.12.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-3496823/tmp/work/core2-64-poky-linux/libxml2/2.12.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-core/libxml/libxml2_2.12.8.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_qa.7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_qa_setscene.7f004dda83e7edb8e941c0e94c59cfd72d0afc977783cac36eaf852b4db9a672 not available\nNOTE: Running setscene task 1368 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/tmp/work/core2-64-poky-linux/ncurses/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-core/netbase/netbase_6.4.bb:do_package_qa which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/netbase/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-eclipse-debug.bb (full)\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: 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: 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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_rpm.bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_package_write_rpm_setscene.bb6dd4cc4108d1e34a29fd0e643439dc2f4a6e62586d2d93447e3e645743d817 not available\nNOTE: Running setscene task 1369 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nNOTE: Running setscene task 1370 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_qa.b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_qa_setscene.b3b37f34e1fd879cea6b565c4cdbe43897ed01785c659e35829db407654aaeac not available\nNOTE: Running setscene task 1371 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_rpm.a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_package_write_rpm_setscene.a69b022d7d5556b7b1b26b6d8e799cf14384697bdde4e2ec67db22766f9d73e6 not available\nNOTE: Running setscene task 1372 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nNOTE: Running setscene task 1373 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ncurses/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-core/ncurses/ncurses_6.5.bb:do_populate_lic 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb (full)\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-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: 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-sdk.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-3496823/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: 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-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-boot.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_recipe_qa.54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_recipe_qa_setscene.54592e3b6b49ab3cbdf41d67b22286bd8becd7339954cc7a3a20a42205e45a7e not available\nNOTE: Running setscene task 1374 of 6657 (/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-3496823/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-boot.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_packagedata.ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_packagedata_setscene.ffb24ee993129cf35bf424e1df14b27f30369665fed62fea54a05d55e70964c6.qemux86_64 not available\nNOTE: Running setscene task 1375 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_packagedata_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_packagedata.6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_packagedata_setscene.6c7b08106d54812505628dc975c92e69f915cba1df22a0c1832ecaff4492b840.qemux86_64 not available\nNOTE: Running setscene task 1376 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_packagedata.55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_packagedata_setscene.55a4a574b51ce33b27784a29a183a659a578310ae09ad0408e61ff4d165540f2.qemux86_64 not available\nNOTE: Running setscene task 1377 of 6657 (/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-3496823/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: 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-3496823/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/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-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_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: 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: 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-3496823/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/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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb: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/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_packagedata.04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_packagedata_setscene.04630155f5d8981e624d14b68bd310578308543dc5f87f45eea2c6cf7b16fbd2.qemux86_64 not available\nNOTE: Running setscene task 1378 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_packagedata_setscene)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_packagedata.bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_packagedata_setscene.bc112f65f3dfa7696c5e0230741b38f7faacd755d3173d7d29eb1e92f8ece599.qemux86_64 not available\nNOTE: Running setscene task 1379 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_packagedata.c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_packagedata_setscene.c3575e4f693e0d2f910e9a8cfbf25a4ac173c9af924a696fad4ede8e0460acec.qemux86_64 not available\nNOTE: Running setscene task 1380 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_packagedata.cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_packagedata_setscene.cae1dfa889b03ed88c56b227fa65831d242458769b10ef9ea1e9172ea87b64ae.qemux86_64 not available\nNOTE: Running setscene task 1382 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_packagedata_setscene)\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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_recipe_qa.0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-base/1.0.do_recipe_qa_setscene.0b3bca1973dbdcd33ef6c23c36d7453305fe9add3b813974c08926dc29df5c0e not available\nNOTE: Running setscene task 1383 of 6657 (/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_packagedata.2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-boot/1.0.do_packagedata_setscene.2f0decdc327bfd54c5e63880acb435f7913a3d6cac32cacebc2a661a205b33e9.qemux86_64 not available\nNOTE: Running setscene task 1385 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-connectivity/iw/iw_6.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-connectivity/iw/iw_6.9.bb:19)\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-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/neard/neard_0.19.bb:22)\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/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/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_recipe_qa.ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_recipe_qa_setscene.ae3f87b0e24d4eb6037762f4f4de4dc333b226bc1bea62a149f4b4a77c559f31 not available\nNOTE: Running setscene task 1387 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_recipe_qa_setscene)\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: 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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_packagedata.8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_packagedata_setscene.8102d38d9521c1522250ae82361ff5bb5648911d1396136c6261c34c37c300ce.qemux86_64 not available\nNOTE: Running setscene task 1389 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_packagedata_setscene)\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_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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_recipe_qa.983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-eclipse-debug/1.0.do_recipe_qa_setscene.983935f9b77188511b0d96c1fd195a45dbe6ba7411a4443c830921ee846125f2 not available\nNOTE: Running setscene task 1390 of 6657 (/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-3496823/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-3496823/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-sdk.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-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: 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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_packagedata.621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-buildessential/1.0.do_packagedata_setscene.621a6040180c6a5171590b482a29348e95f194c98df3e3aff0dedd722257bd0f.qemux86_64 not available\nNOTE: Running setscene task 1391 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_packagedata_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_packagedata.f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_packagedata_setscene.f58b33534e0b72adb4c48a926d17766adaf1febd5d8d45033bf547293bd17d3a.qemux86_64 not available\nNOTE: Running setscene task 1393 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_packagedata_setscene)\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_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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_recipe_qa.bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-sdk/1.0.do_recipe_qa_setscene.bbc8d7e831f60c64b96f413dd351918478481a24575e6aef038bb4c18113b7df not available\nNOTE: Running setscene task 1394 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-boot.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/packagegroups/packagegroup-core-sdk.bb (full)\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: 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-sdk.bb (full)\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: 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: 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_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:   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_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:   considering dependency: ['v86d', 'do_package_write_deb', '/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: 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: 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: 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_recipe_qa', '/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_populate_sysroot', '/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-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_recipe_qa.802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/v86d/0.1.10.do_recipe_qa_setscene.802730974a4abc659fecb2b57b1bf5402579a6827934ea42763071e2ee4d511f not available\nNOTE: Running setscene task 1397 of 6657 (/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-3496823/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: ['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:   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_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_write_deb', '/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_package_write_ipk', '/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: 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: 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: 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_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_create_spdx', '/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_populate_lic', '/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_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_populate_sysroot', '/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-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_recipe_qa.ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/init-ifupdown/1.0.do_recipe_qa_setscene.ae46aff037c20c03463ae452cfc20dacf4f7fb9bb3661a2f80c726ddbf7fff9f not available\nNOTE: Running setscene task 1400 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_recipe_qa_setscene)\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_write_rpm', '/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:   considering dependency: ['netbase', 'do_package_write_deb', '/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_ipk', '/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_package', '/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/iw/6.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['netbase', 'do_populate_sysroot', '/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-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_recipe_qa.4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/netbase/6.4.do_recipe_qa_setscene.4c7918c546fad16ddc984a16548edeaa0959888733d938db9b878942ac28ab11 not available\nNOTE: Running setscene task 1403 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_qa.787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_qa_setscene.787cd57282764558416fb6ee24f3097bfa00561f3d92df0e9aae9ea1538dfde5 not available\nNOTE: Running setscene task 1404 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_packagedata which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/neard/0.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/netbase/netbase_6.4.bb (full)\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: 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-3496823/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: 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: 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: 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-3496823/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-3496823/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: Considering setscene task: ['iw', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['iw', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_deploy_source_date_epoch 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.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['iw', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_recipe_qa.f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iw/6.9.do_recipe_qa_setscene.f64ed04a60f6c4388b5edc3cab4f53d842c3fe3dc3e935f0a9f793ae87c00fdf not available\nNOTE: Running setscene task 1407 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_recipe_qa_setscene)\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: 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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['neard', 'do_package_write_ipk', '/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:   considering dependency: ['neard', 'do_package_write_deb', '/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_create_spdx', '/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: 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: 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_sysroot', '/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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_recipe_qa.b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/neard/0.19.do_recipe_qa_setscene.b14a7fb83bf5c64847e3060b0c06b846aafdaeebfb9571b3b09182e7e63fb7dd not available\nNOTE: Running setscene task 1410 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_recipe_qa_setscene)\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_ipk', '/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_create_spdx', '/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_package_qa', '/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_write_deb', '/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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: 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.9.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['busybox', 'do_populate_sysroot', '/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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_recipe_qa.c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/busybox/1.36.1.do_recipe_qa_setscene.c44f18b9641751afa91c206caaa9d710f8e138525b6286287e6ad65a52c38a2e not available\nNOTE: Running setscene task 1413 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_packagedata which could be accelerated\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: 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_packagedata', '/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_create_spdx', '/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_package_write_rpm', '/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_package_write_deb', '/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-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/neard/neard_0.19.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: ['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', '/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_qa', '/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_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_ipk', '/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: 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: Inheriting /home/pokybuild/yocto-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-buildessential.bb:do_packagedata which could be accelerated\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: 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: 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_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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG:   considering dependency: ['packagegroup-core-buildessential', 'do_package_write_ipk', '/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_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb']\nDEBUG:   considering dependency: ['packagegroup-core-buildessential', 'do_package_write_deb', '/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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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_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_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_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_package_write_deb', '/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: 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: 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: 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-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_package_write_rpm', '/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_qa', '/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: 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: 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: 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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_rpm.ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_package_write_rpm_setscene.ef0966d7936689262f0151a3acd4fa7b2f45db04ff94acc1c0f9acc02d5863d4 not available\nNOTE: Running setscene task 1419 of 6657 (/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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nNOTE: Running setscene task 1420 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_qa.97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_qa_setscene.97fb0ff761c601b071c968729127b04b42989739acce64623d335669a71d13c4 not available\nNOTE: Running setscene task 1421 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_rpm.bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_package_write_rpm_setscene.bfeb5f03148b01989267e51fe155d597dc040a9c88eb5c2259daeff990b83ab5 not available\nNOTE: Running setscene task 1422 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_populate_lic.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_populate_lic_setscene.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nNOTE: Running setscene task 1423 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_qa.f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_qa_setscene.f288adaa0a8ecd575b3b77ec39bcd533e4b93ab4cb17e1623406516ae0ba2914 not available\nNOTE: Running setscene task 1424 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_rpm.f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_package_write_rpm_setscene.f7f2b2f1a415103663403ab7bd03c106ab6c010184d29680388e5b9b7c3f69b5 not available\nNOTE: Running setscene task 1425 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_populate_lic.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_populate_lic_setscene.1a46e967ff7f3c943f80e030b245e779ab3b2f27673b1917a1d4b6c7bb6aaaba not available\nNOTE: Running setscene task 1426 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_qa.7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_qa_setscene.7c4aa8d53d8f9c8748c69fdcbb17606615600c039d6dd357c1f6edfa950789e3 not available\nNOTE: Running setscene task 1427 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.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/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/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/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-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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb (full)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/packagegroups/packagegroup-core-ssh-openssh.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-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/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/netbase/netbase_6.4.bb:do_recipe_qa 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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_recipe_qa.030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_recipe_qa_setscene.030d10d406ce4e942917135756ff2281afa37b05d8599f6b75e131809643d92d not available\nNOTE: Running setscene task 1428 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_recipe_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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_rpm.0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_package_write_rpm_setscene.0695e497a53a541b20200f582a9a23c2d528c691c84fa038a671da177cedc514 not available\nNOTE: Running setscene task 1429 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nNOTE: Running setscene task 1430 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_qa.5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_qa_setscene.5f95edf1e5918a22dcb8938ee314db22d181a9983b989345a2fcd0e67ae59248 not available\nNOTE: Running setscene task 1431 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb (full)\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-ssh-openssh.bb:3)\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/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/iw/6.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-connectivity/iw/iw_6.9.bb:do_recipe_qa 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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_rpm.994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_package_write_rpm_setscene.994fcc0aae62117c03e7992650102d7bc62b24530cf501f66697af94876e4f68 not available\nNOTE: Running setscene task 1432 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/neard/0.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/packagegroups/packagegroup-core-tools-testapps.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nNOTE: Running setscene task 1433 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_populate_lic_setscene)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: ['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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_packagedata.860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-ssh-openssh/1.0.do_packagedata_setscene.860c693008ce00bb2aeb9551e157648cbb543d8ba480924e35b2dd98a5cdfab8.qemux86_64 not available\nNOTE: Running setscene task 1435 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_packagedata.f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-mtrace/2.39+git.do_packagedata_setscene.f6058b19aa49276e9e80fa5e6d0c75dbf275688e9a9b9abdf51603613e2b5cb9.qemux86_64 not available\nNOTE: Running setscene task 1436 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_packagedata_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_packagedata.1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_packagedata_setscene.1a29116d951ec1b84d25ee91135c6139589840d03dacb844348cd90ddab356e0.qemux86_64 not available\nNOTE: Running setscene task 1438 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_packagedata_setscene)\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_package_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_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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_recipe_qa.a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-standalone-sdk-target/1.0.do_recipe_qa_setscene.a28c7a9f4a22125de37067cbad6cdb8ab7599bc846a1c8dda1e5399f641ce493 not available\nNOTE: Running setscene task 1439 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_packagedata.58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_packagedata_setscene.58d5070f632be2f6ed4ddda3818dfd1a9b2e2427bdb1c33d636c6de3e557509d.qemux86_64 not available\nNOTE: Running setscene task 1441 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_packagedata_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: 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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_recipe_qa.9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/packagegroup-core-tools-debug/1.0.do_recipe_qa_setscene.9dd2f92184344409498adf505601383ee80bdafdd183a2be0772f2ada9d608d6 not available\nNOTE: Running setscene task 1442 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-collateral.inc:1: including glibc-common.inc\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_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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_recipe_qa.1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_recipe_qa_setscene.1c97ddbde04379677eb08c0d44e2f95dff5c5131c4264c1db6adafce693cf830 not available\nNOTE: Running setscene task 1443 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.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: 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-standalone-sdk-target.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_qa.1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_qa_setscene.1d24ca0a36c0b8cf0ba31284d5679bdf7033119d500bff317dd10743529aae2e not available\nNOTE: Running setscene task 1444 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_rpm.dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_package_write_rpm_setscene.dad5a76ae37bcf1a94e5478e8f9d3765a528c6d2f8a1feff3728d9327a0a4a7f not available\nNOTE: Running setscene task 1445 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_rpm_setscene)\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: 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-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nNOTE: Running setscene task 1446 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_qa.4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_qa_setscene.4de4e9218cf6f0bd2dfc3b1786fc5a3e98e45a1a763f6ea035f55eebe8a5b69f not available\nNOTE: Running setscene task 1447 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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-testapps.bb:do_package_qa 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/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-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: 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/psplash/psplash_git.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/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/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: 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/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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_packagedata.bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-profile/1.0.do_packagedata_setscene.bc59e80d85b73ad42e516d91a3ae2b1c779b4b230d7da34abf6f0aacdb7c1d20.qemux86_64 not available\nNOTE: Running setscene task 1449 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_packagedata_setscene)\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: 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_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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_recipe_qa.9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_recipe_qa_setscene.9530cdc82544f6fbfda8a9bf6f021a5243e60949421aef6a22d0398671e38b1b not available\nNOTE: Running setscene task 1450 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_recipe_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-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_rpm.c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_package_write_rpm_setscene.c389b09307368a31e242e26d126ecd01bd9c8ec798e05fa911a233f59a06d400 not available\nNOTE: Running setscene task 1451 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_packagedata.c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_packagedata_setscene.c098a52e06c86f22ed3fa8eb313974fb82a1a012858aaf28a3d3e73c683d6c5e.qemux86_64 not available\nNOTE: Running setscene task 1452 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.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-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: 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: 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: 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-connectivity/connman/connman_1.42.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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: ['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_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_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_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_ipk', '/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: 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: 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: 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-3496823/tmp/work/core2-64-poky-linux/glibc-mtrace/2.39+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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_packagedata.612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-tools-testapps/1.0.do_packagedata_setscene.612892715819ed752d561ed47395d88248aafba83a30d723878bdcb13b43f6a8.qemux86_64 not available\nNOTE: Running setscene task 1455 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_packagedata_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/psplash/psplash_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_populate_lic.d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_populate_lic_setscene.d7bdd8aed5a491b027a63ef1f71c28900ed3dd97e90882c88874dbd1edeebfa3 not available\nNOTE: Running setscene task 1456 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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-3496823/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-3496823/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-3496823/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-core-standalone-sdk-target.bb:do_recipe_qa which could be accelerated\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-rust-sdk-target.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-core-tools-debug.bb:do_recipe_qa which could be accelerated\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/psplash/psplash_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.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-core/packagegroups/packagegroup-rust-sdk-target.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.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-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: Considering setscene task: ['glibc-mtrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc-mtrace', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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-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: Considering setscene task: ['glibc-mtrace', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_deploy_source_date_epoch 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_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_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_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_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_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_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: 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: 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_create_spdx', '/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_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_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', '/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_ipk', '/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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_packagedata.1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_packagedata_setscene.1174d56ae84cda0fba1dd996f692a4e45e363735eb7a113e81e0a9231e4e8b1d.qemux86_64 not available\nNOTE: Running setscene task 1462 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_packagedata_setscene)\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_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-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_recipe_qa.1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-rust-sdk-target/1.0.do_recipe_qa_setscene.1cd6f6f11c542a0c82c113c9fed1ab80d5400ef72dc79185e368fac743b6158d not available\nNOTE: Running setscene task 1463 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_qa.8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_qa_setscene.8b99e108f96dbd5c5a826e3a9d67cb26f5eccc47302f7c613bd6f77cf2e8127c not available\nNOTE: Running setscene task 1464 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_lic.7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_populate_lic_setscene.7bf485ec056cb55ee47206821ef9efe338c067e2580227cc63dfe621de8a843c not available\nNOTE: Running setscene task 1465 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_qa.9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_qa_setscene.9d23d581736d6c361c1f3724987fdb75c66ac0d3a613315bc07337fce579ae27 not available\nNOTE: Running setscene task 1466 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_rpm.2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_package_write_rpm_setscene.2e8514e7eb8b03a4b839e7165ed492ddbb52022884daf8ab48e00f8cb2d68a9c not available\nNOTE: Running setscene task 1467 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_populate_lic.2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_populate_lic_setscene.2f6a4aa1b5d663bdca57b1d0dee1a5c055a4d3c30307e181b83c1d7d06e130f2 not available\nNOTE: Running setscene task 1468 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_qa.399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_qa_setscene.399cf04859b2951e6427869fcc1f13dd6099067d5260c50450a6ac11afe9eb2e not available\nNOTE: Running setscene task 1469 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_rpm.2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_package_write_rpm_setscene.2282c5a71ed6e16c9858b91f89d48e320d9683127105e45422ab8a411c5b4109 not available\nNOTE: Running setscene task 1470 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-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/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_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_package_qa which could be accelerated\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: 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/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/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-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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:18)\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/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-core/sysvinit/sysvinit-inittab_2.88dsf.bb (full)\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/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: 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_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_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_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_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_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', '/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: 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: 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: 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-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_populate_lic.2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_populate_lic_setscene.2e9c28838295cdd8cf56ceb3084049d6cec3c2347c640695231759de3de4894d not available\nNOTE: Running setscene task 1472 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_qa.c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_qa_setscene.c99dbe8225f7a4088a778955c995854f97551832dc195c82b024e8d64e4e5a75 not available\nNOTE: Running setscene task 1473 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_write_rpm.ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_package_write_rpm_setscene.ef7421fff0060405f05694eeff17f34f8771f9f9af1db0f82c637a41782050f7 not available\nNOTE: Running setscene task 1474 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.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-core/psplash/psplash_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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.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-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.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-core/sysvinit/sysvinit_3.04.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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_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_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_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_create_spdx', '/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_ipk', '/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-3496823/tmp/work/core2-64-poky-linux/connman/1.42/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-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_packagedata.1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_packagedata_setscene.1a0972658f3ff19a7ac3579351381713cfe1ca9af1e8ad6ad480a20cde82f4d2.qemux86_64 not available\nNOTE: Running setscene task 1476 of 6657 (/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-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_write_ipk', '/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_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', '/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_package_write_deb', '/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: 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_create_spdx', '/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:   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-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_recipe_qa.3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman/1.42.do_recipe_qa_setscene.3986ce39a3531c11e5f07eb9f411e9e60440fc7f8fa964ab27d8ff81ab83d6c5 not available\nNOTE: Running setscene task 1479 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_packagedata.474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_packagedata_setscene.474fa08dfd01d84f4ca68b2ac370b2474c3ed20ae3e2ae7e92cfaebaef0c30fe.qemux86_64 not available\nNOTE: Running setscene task 1480 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_packagedata_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: 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-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/systemd.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-connectivity/ppp/ppp_2.5.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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/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/siteinfo.bbclass (from /home/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/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: 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: 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: 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: 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: ['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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.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: 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-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_packagedata.0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_packagedata_setscene.0a1423a6c5b2d1658063662a6aa1bde7c4adfc0e28308ac13925603ec756a603.qemux86_64 not available\nNOTE: Running setscene task 1482 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_packagedata_setscene)\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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb']\nDEBUG:   considering dependency: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.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: 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_package_write_deb', '/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_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_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_package_write_ipk', '/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:   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: 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-3496823/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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_populate_lic.3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_populate_lic_setscene.3896e5f04e7fd4e26bda11364f8539c56e555d0db1e08200f42a4e436a9a5365 not available\nNOTE: Running setscene task 1485 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_populate_lic_setscene)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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/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:27)\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: 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:27)\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: SITE 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/ttyrun/ttyrun_2.33.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/readline/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-3496823/tmp/work/core2-64-poky-linux/readline/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-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_populate_lic which could be accelerated\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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_qa.cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_qa_setscene.cf157cfa9bb4b255f2575ba5d9e2ef9a2e1a6ac33e5a062629e303f6e5fccd33 not available\nNOTE: Running setscene task 1486 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sysvinit/3.04/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/udev/eudev_3.2.14.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_lic.95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_populate_lic_setscene.95ef6d1b154ec8c703de4dc41cb11c0cab39997e69f81a6d89638214ef031d53 not available\nNOTE: Running setscene task 1487 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_qa.211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_qa_setscene.211be43a2d80c8d0c8859d9bdbf9b9214c350fbf58b1e95c8b700a5440ad3e72 not available\nNOTE: Running setscene task 1488 of 6657 (/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/sysvinit/sysvinit_3.04.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_packagedata.f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_packagedata_setscene.f8a21497c8b71ff9c2e618db9802f09d8309d52c8862fb0221f059c71959f9e7.qemux86_64 not available\nNOTE: Running setscene task 1489 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_packagedata.97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_packagedata_setscene.97e8cbb0de2826cb8e9572c86a72fb2a0347b1cf4d9ea6b1a04c462ce18d8086.qemux86_64 not available\nNOTE: Running setscene task 1490 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_rpm.bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_package_write_rpm_setscene.bf7a21fa0f413a3871cd885f95e6f04961ec352c903903a908b385b9e7744edc not available\nNOTE: Running setscene task 1491 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_populate_lic.47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_populate_lic_setscene.47d2a31ff1963c706882975a6027e876704ecc76ab25c80e0b0fc7ca7d3e2bfc not available\nNOTE: Running setscene task 1492 of 6657 (/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-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_qa.d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_qa_setscene.d94d24c9363061ee8dbaf365897705e725ee992bde60e37def1476fb54e8e511 not available\nNOTE: Running setscene task 1493 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ttyrun/2.33.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/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: Inheriting /home/pokybuild/yocto-worker/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ttyrun/2.33.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-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/siteinfo.bbclass (from /home/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/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: 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/ttyrun/ttyrun_2.33.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-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-core/udev/eudev_3.2.14.bb:22)\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/github-releases.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-core/udev/udev-extraconf_1.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-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: 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: 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/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:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_packagedata.942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_packagedata_setscene.942df65e7d01adde87427b217a1019f6a3627be55f8d4be5135bebe851291725.qemux86_64 not available\nNOTE: Running setscene task 1494 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_packagedata_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-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_populate_lic.9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_populate_lic_setscene.9a1760f44a5b4a2453e5f225901279e5032de3d6e0417a8c7723d56b86bc7966 not available\nNOTE: Running setscene task 1495 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_qa.7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_qa_setscene.7ff83ad2a7ffda62e0930e994e839f36aebea82110d9b136f476e6b96b2b344c not available\nNOTE: Running setscene task 1496 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.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:17)\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-3496823/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/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: 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/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: 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_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_deb', '/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_package_write_rpm', '/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', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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_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_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-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_recipe_qa.78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psplash/0.1+git.do_recipe_qa_setscene.78fcdc48ced60d82eca540f6057b66c2e2987f6c3994700f9aa8e7a4803768d1 not available\nNOTE: Running setscene task 1499 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_recipe_qa_setscene)\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-3496823/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_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/ttyrun/2.33.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/psplash/psplash_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-recipe/autotools.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-core/ttyrun/ttyrun_2.33.1.bb:do_populate_lic which could be accelerated\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: 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_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_package_write_rpm', '/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_ipk', '/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_write_deb', '/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_packagedata.833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_packagedata_setscene.833dc932c24c6d08912eb92c70001df0aef11b4e7b5770c113114a14f52407d7.qemux86_64 not available\nNOTE: Running setscene task 1501 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_packagedata_setscene)\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: 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_package', '/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: ['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_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_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-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_recipe_qa.7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ppp/2.5.0.do_recipe_qa_setscene.7e0f49bbc9689d0b985363e6c6c8f0dd3d88dbf0f51c067609c5bba793571a06 not available\nNOTE: Running setscene task 1504 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_recipe_qa_setscene)\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_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_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_write_ipk', '/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_package_write_deb', '/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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb (full)\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_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_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-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_recipe_qa.50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wpa-supplicant/2.10.do_recipe_qa_setscene.50c31ada227be6bd27f5d7c8e8e5f469c4464f50c905ff24273ecab7df684dad not available\nNOTE: Running setscene task 1507 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_lic.817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_lic_setscene.817ccac814c14dcba9a2e0c0d3bec5f46b3437e0bec69a3221ea2adb824c336a not available\nNOTE: Running setscene task 1508 of 6657 (/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/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: 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-core/udev/udev-extraconf_1.1.bb:do_package_qa 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: 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/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-3496823/tmp/work/all-poky-linux/update-rc.d/0.8+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-3496823/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-3496823/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/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-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/util-linux/util-linux-libuuid_2.39.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-connectivity/wpa-supplicant/wpa-supplicant_2.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-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:27)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-core/udev/eudev_3.2.14.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sysvinit/3.04/source-date-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/udev/eudev_3.2.14.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-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\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: 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: 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_ipk', '/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_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', '/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:   considering dependency: ['sysvinit-inittab', 'do_package_write_deb', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/update-rc.d/0.8+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: ['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: 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: 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_package', '/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_populate_sysroot', '/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:   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-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_recipe_qa.80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/sysvinit-inittab/2.88dsf.do_recipe_qa_setscene.80757baa59c90ffebe19ff0af6b2770e25eec87f91fcc4286123d671a7643a8e not available\nNOTE: Running setscene task 1511 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ttyrun/2.33.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_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:   considering dependency: ['sysvinit', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_package_write_ipk', '/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_package_qa', '/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_packagedata which could be accelerated\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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_recipe_qa.04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sysvinit/3.04.do_recipe_qa_setscene.04c3a022398a4ff240a53f605501f42fb0d2f87e2a5377d0ed43278e62fd91a2 not available\nNOTE: Running setscene task 1514 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['ttyrun', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb (full)\nDEBUG: Considering setscene task: ['ttyrun', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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.33.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_recipe_qa.eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ttyrun/2.33.1.do_recipe_qa_setscene.eac50a488a3b1ed750184635f98a1b52a797b5c30cc04f1bbb4a947dc88a9c3c not available\nNOTE: Running setscene task 1517 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_qa.95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_qa_setscene.95a034a5eb6952bea87d9f6f980d4029e45f827aadbf2c704968372689780194 not available\nNOTE: Running setscene task 1518 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_lic.8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_populate_lic_setscene.8d950a00b77dfcd5a907c8ed2efb075db0e0836fc4072c8474e56abc4aa4ab8b not available\nNOTE: Running setscene task 1519 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_qa.7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_qa_setscene.7b3f3b31489d5d77bf05a8a98922313194952deafb5a54fca71aa6761a1ec643 not available\nNOTE: Running setscene task 1520 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_populate_lic.3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_populate_lic_setscene.3b1837c0fde334e02163faa46aab26f0d883bc2bf8f0863b83992a4635506992 not available\nNOTE: Running setscene task 1521 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_qa.0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_qa_setscene.0bad36cb8c00248d05d1bb2d2c3440cb5f43d1cc5a9aa5635735ec8de9628ac2 not available\nNOTE: Running setscene task 1522 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_rpm.13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_package_write_rpm_setscene.13446dc4cab84f96e7dbe183390fca53d4a6ec834cc113f1ce29fe801e7ecb4c not available\nNOTE: Running setscene task 1523 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /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-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_populate_lic.0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_populate_lic_setscene.0c7ce3fb9ab86b472bba3d7ab4d036029a9390662bff3b6873b337e6aab254ed not available\nNOTE: Running setscene task 1524 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_qa.2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_qa_setscene.2cb79538250648018c5c0d7e15beaed10cd4d18f5e4b0e514d1f10ff451317b5 not available\nNOTE: Running setscene task 1525 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Parsing /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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.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.1.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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.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.1.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/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: 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: 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/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/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/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/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 /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/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/siteinfo.bbclass (from /home/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/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-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/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/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-devtools/automake/automake_1.16.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-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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/siteinfo.bbclass (from /home/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/autoconf_2.72e.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/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/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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\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/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/psplash/psplash_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_rpm.2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_package_write_rpm_setscene.2d4a0aedaa9c789b8a5dbaf1c78efa8b47d96882f94c14008cc9dba2607dc5d4 not available\nNOTE: Running setscene task 1526 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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-devtools/automake/automake_1.16.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake.inc:10)\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_package_write_deb', '/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_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_ipk', '/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:   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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/wpa-supplicant/wpa-supplicant_2.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_populate_lic', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_recipe_qa.46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcap/1.10.4.do_recipe_qa_setscene.46c962cfb22c93fc532ff3e62788892851b0e90e0b2d20bc07ea730037d3ea93 not available\nNOTE: Running setscene task 1529 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.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_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_populate_lic.6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_populate_lic_setscene.6281bb52c2cc801740e23101e6feeac36af6e63eb196286b07a8bd43560a71e9 not available\nNOTE: Running setscene task 1530 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_populate_lic_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_populate_lic.e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_populate_lic_setscene.e77c6dd91f31201f3d22529e14c7cb69aea648d15b110778ec6c6b8d9d898bdf not available\nNOTE: Running setscene task 1531 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_qa.3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_qa_setscene.3688e20264885c794695abe2e9fe0ebefdf858871cdf78e8b75847e940536e7d not available\nNOTE: Running setscene task 1532 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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-connectivity/libpcap/libpcap_1.10.4.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-connectivity/libpcap/libpcap_1.10.4.bb:16)\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/binutils/binutils-cross_2.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-devtools/automake/automake.inc:10)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:1: including binutils.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/binutils/binutils_2.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-devtools/binutils/binutils.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:1: including binutils.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-3496823/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/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/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/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: 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-core/sysvinit/sysvinit-inittab_2.88dsf.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-devtools/binutils/binutils.inc:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_write_rpm.c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_package_write_rpm_setscene.c87686a899fb3eca5045bc4594e9804c4ef7904526fc7564ee276d04e30347c9 not available\nNOTE: Running setscene task 1533 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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-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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:2: including binutils-2.42.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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/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/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.42.bb:2: including binutils-2.42.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/ttyrun/2.33.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/cross.bbclass:95)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/binutils/binutils_2.42.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/ttyrun/ttyrun_2.33.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-core/sysvinit/sysvinit_3.04.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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/siteinfo.bbclass (from /home/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zlib/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/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_populate_lic.4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_populate_lic_setscene.4afe954dd0d1d02e55519473e218dc4e0810d5970ac4f1246aae450962552fd5 not available\nNOTE: Running setscene task 1534 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_qa.e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_qa_setscene.e87f935aa2f8b44d3128a49523d5827fb9bd0a0755ee1455c60c1cc448f1371b not available\nNOTE: Running setscene task 1535 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_rpm.15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_package_write_rpm_setscene.15bfba62b269abe3ba27c29938e886973429e58ff9d44b9ec67b542cee28552b not available\nNOTE: Running setscene task 1536 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zlib/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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:2: including binutils-2.42.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/zlib/zlib_1.3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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-3496823/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-3496823/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.42.bb (full)\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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:1: including binutils.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/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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/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/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/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/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/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\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/bison/bison_3.8.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_populate_lic.b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_populate_lic_setscene.b98e0785741c90d3fe47e8546791036983142a392ec6773ef0f3f3460df20a66 not available\nNOTE: Running setscene task 1537 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:2: including binutils-2.42.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_qa.42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_qa_setscene.42686a773ef81615fa74e05e69c54bc0d20a68288048f70a29bcce52b1bba58d not available\nNOTE: Running setscene task 1538 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_write_rpm.ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_package_write_rpm_setscene.ac7b5694a6c859e6867e062e622e7fe16367f0e0a2a3e10ade338459214171b8 not available\nNOTE: Running setscene task 1539 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_populate_lic.1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_populate_lic_setscene.1568dfa318e16319468e7ecf65cd1a4ecf0be5a04cce0456e472a1887d4c21ba not available\nNOTE: Running setscene task 1540 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_qa.2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_qa_setscene.2f0473c6676ece0620549c193f33e9af2c10cfe398082aa23418b1ec7417e699 not available\nNOTE: Running setscene task 1541 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF file 'test_recipe.inc' not found\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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-core/util-linux/util-linux_2.39.3.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: SITE files ['endian-little', 'common-linux', '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/btrfs-tools/btrfs-tools_6.8.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-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.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/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-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:45)\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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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-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/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:45)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.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/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/btrfs-tools/btrfs-tools_6.8.1.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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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/siteinfo.bbclass (from /home/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/ccache/ccache_4.10.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-devtools/btrfs-tools/btrfs-tools_6.8.1.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.8.1.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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-devtools/btrfs-tools/btrfs-tools_6.8.1.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.8.1.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.8.1.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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:46)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:46)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/binutils-cross-x86_64/2.42/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-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_packagedata.3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_packagedata_setscene.3f583d689ef417265169ab9132bab5cdd53d176eb84b3b58ae840e5b42fbb0f9.qemux86_64 not available\nNOTE: Running setscene task 1542 of 6657 (/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-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-3496823/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-3496823/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-devtools/binutils/binutils-cross_2.42.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_packagedata.e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_packagedata_setscene.e3a936a178d58d8c9b576d5b695bd329a69c067d8b05f3f4acc1802e8910df4d.qemux86_64 not available\nNOTE: Running setscene task 1543 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_write_rpm.64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_package_write_rpm_setscene.64c344f372a5ebb90b30d565e88ba9f3ac4b4efd94eda89f9d86408ae39fe0ab not available\nNOTE: Running setscene task 1544 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_rpm_setscene)\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: 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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_populate_lic.c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_populate_lic_setscene.c9134c4690f910fe02e5fb32fab924bef3bedbb0992a448b538abf99d320a630 not available\nNOTE: Running setscene task 1545 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_populate_lic_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-devtools/cmake/cmake-native_3.29.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_populate_lic.7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_populate_lic_setscene.7ef33319a53df397c4c703f1c7aaa19af46211f371598015b5f249ab9cc88206 not available\nNOTE: Running setscene task 1546 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_qa.e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_qa_setscene.e5076c5191fd34e25d5fc37e562cee2e81e990c18b5a4e303ee8a7cf8db42ce1 not available\nNOTE: Running setscene task 1547 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_qa_setscene)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-devtools/automake/automake_1.16.5.bb (full)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/binutils/2.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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.10.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-devtools/ccache/ccache_4.10.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.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/automake/automake.inc:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.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.29.3.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-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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-devtools/debugedit/debugedit_5.0.bb:24)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/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/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-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_rpm.5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_package_write_rpm_setscene.5ed1ad4eb4344a9a00b068627e810090117600ecaa5ca9fd412f268cc76e3b34 not available\nNOTE: Running setscene task 1548 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.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-3496823/tmp/work/core2-64-poky-linux/binutils/2.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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/debugedit/debugedit_5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_populate_lic.38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_populate_lic_setscene.38e6127245d095d89458474163107e971ef1f7210b812d10f35ee2dfd2a46c55 not available\nNOTE: Running setscene task 1549 of 6657 (/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/bison/bison_3.8.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/binutils/2.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/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-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_qa.954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_qa_setscene.954bf4b680bad52b11c7285c958a03c4a3e035603eb0cea1084d1d8e00cca586 not available\nNOTE: Running setscene task 1550 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.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-devtools/binutils/binutils_2.42.bb:do_populate_lic which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_lic.bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_populate_lic_setscene.bef0057d98a702a6206253bdbdf487776f4f55a282a4ea640c2fcb4497b09f76 not available\nNOTE: Running setscene task 1551 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_qa.9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_qa_setscene.9548835a16d9ba8a4ca36be49543135d2e0952b54ba8738b7203eb947f2d5bd3 not available\nNOTE: Running setscene task 1552 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\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: 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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/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: 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/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-devtools/diffstat/diffstat_1.66.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/btrfs-tools/6.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/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-3496823/tmp/work/core2-64-poky-linux/btrfs-tools/6.8.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-3496823/tmp/work/core2-64-poky-linux/ccache/4.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-3496823/tmp/work/core2-64-poky-linux/btrfs-tools/6.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: 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/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/gettext.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-3496823/tmp/work/x86_64-linux/cmake-native/3.29.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-devtools/diffstat/diffstat_1.66.bb:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_rpm.b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_package_write_rpm_setscene.b0987d114f7bbd93dad5b134114c8da5873e1090ae62a3a1d60e0f7a9f5f41f4 not available\nNOTE: Running setscene task 1553 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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.29.3.bb:do_populate_lic which could be accelerated\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: SITE files ['endian-little', 'common-linux', '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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.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: ['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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_package_write_deb', '/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:   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', '/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ccache/4.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-3496823/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-3496823/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/ccache/ccache_4.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ccache/4.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: 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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_populate_lic 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_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-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_recipe_qa.b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/autoconf/2.72e.do_recipe_qa_setscene.b631d954b0c63f97e07199f9a0ab04ef429241985fe30285e93ae71510e57928 not available\nNOTE: Running setscene task 1556 of 6657 (/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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['automake', 'do_package_write_ipk', '/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', '/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:   considering dependency: ['automake', 'do_package_write_deb', '/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: 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_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_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-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_recipe_qa.e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/automake/1.16.5.do_recipe_qa_setscene.e53d4f71504761bbbea59b3bada7134ea7bc467d45cc98b65e98ebfe72525cef not available\nNOTE: Running setscene task 1559 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_packagedata.37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_packagedata_setscene.37a1fbd4765c01c4a628bc9b59114471adc159816bcb09a731604bc9c4b9cced.qemux86_64 not available\nNOTE: Running setscene task 1560 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_populate_lic.deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_populate_lic_setscene.deae5945eb1d3031f8df051b847d1066af115f697f015ffe7d99a40d31da3053 not available\nNOTE: Running setscene task 1561 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_qa.4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_qa_setscene.4c6a287f4411e6c1dac47d96750f1db874abcb114f2e62bb34a7195ceb4c0eeb not available\nNOTE: Running setscene task 1562 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_rpm.6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_package_write_rpm_setscene.6856134a135e049f846f62d00cc47c94a373f115a5b1885d7d41308b24f92e3f not available\nNOTE: Running setscene task 1563 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_populate_lic.20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_populate_lic_setscene.20ad03fd6f7ce05406278093caf9b03467db1940e45e6c17cbf04e75807daa5a not available\nNOTE: Running setscene task 1564 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_qa.50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_qa_setscene.50d8f4edccf36619b101476bf4bee5d50d60154e414132ec57d780d14165b1c5 not available\nNOTE: Running setscene task 1565 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_qa_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_rpm.30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_package_write_rpm_setscene.30c2828b1fbe926f796a46ccdb2e1f77add4a6b86939e1c8d08687a7373daff2 not available\nNOTE: Running setscene task 1566 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_populate_lic.60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_populate_lic_setscene.60d21c24e555b940c15988d7f430c7d039f0635a28242593110fda42dbcfc405 not available\nNOTE: Running setscene task 1567 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.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-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-3496823/tmp/work/core2-64-poky-linux/debugedit/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-devtools/automake/automake_1.16.5.bb (full)\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/ccache/ccache_4.10.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.10.bb:22)\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: 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/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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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/dnf/dnf_4.20.0.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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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/dnf/dnf_4.20.0.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-devtools/dnf/dnf_4.20.0.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-devtools/dnf/dnf_4.20.0.bb:28)\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.20.0.bb:28)\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.20.0.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/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/dnf/dnf_4.20.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: 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.20.0.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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.20.0.bb:28)\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.20.0.bb:28)\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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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/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/dosfstools/dosfstools_4.2.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass: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-devtools/dnf/dnf_4.20.0.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-devtools/dnf/dnf_4.20.0.bb:28)\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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\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.20.0.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-devtools/dosfstools/dosfstools_4.2.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/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/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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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-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/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-3496823/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_qa.54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_qa_setscene.54d3c31d7a3f6ae627fd8a54b8e84e1d172e1dd047ddb4a661ccc1f42014445d not available\nNOTE: Running setscene task 1568 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_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-devtools/dosfstools/dosfstools_4.2.bb:16)\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: 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/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: 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: SITE files ['endian-little', 'common-linux', '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/e2fsprogs/e2fsprogs_1.47.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_lic 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_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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_lic.1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_populate_lic_setscene.1f9ef63fb2d9293c05bd2a1f69f1ff1d3008901c3a8b36adbcf4814ede5452c3 not available\nNOTE: Running setscene task 1569 of 6657 (/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/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: 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/ptest.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-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_qa.9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_qa_setscene.9cfd0c0d184e6b9ef23a582357859eee83e8a15b30732413f39d66f70600c3b1 not available\nNOTE: Running setscene task 1570 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_populate_lic.3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_populate_lic_setscene.3a54b3eee0fdc7349ad1e5af93879d9e516f82c35c7257838d821ee7d885746f not available\nNOTE: Running setscene task 1571 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_qa.6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_qa_setscene.6806e36f10628ca81952e67af26a13e85902cfb72b3c97c9f61cce1415c1ee0c not available\nNOTE: Running setscene task 1572 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_qa_setscene)\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-devtools/elfutils/elfutils_0.191.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-devtools/elfutils/elfutils_0.191.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/diffstat/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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/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/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/elfutils/elfutils_0.191.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/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-devtools/expect/expect_5.45.4.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-devtools/e2fsprogs/e2fsprogs.inc:25)\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: 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.191.bb: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/siteinfo.bbclass (from /home/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/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/elfutils/elfutils_0.191.bb: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/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/elfutils/elfutils_0.191.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-devtools/elfutils/elfutils_0.191.bb: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/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-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_rpm.4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_package_write_rpm_setscene.4cc381358dc7d5ccf90cc45a62270fa0bc139289f5f815a23273840d80f11129 not available\nNOTE: Running setscene task 1573 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.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-devtools/elfutils/elfutils_0.191.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-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: 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-3496823/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/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_populate_lic.7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_populate_lic_setscene.7e93f64e01e1ebe5dc9dbef0a546cd64ff24d574d1cf07a7e363c44dbfa6fe3c not available\nNOTE: Running setscene task 1574 of 6657 (/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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/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: 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/automake/automake_1.16.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ccache/4.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-3496823/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/expect/expect_5.45.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_packagedata which could be accelerated\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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/dnf/4.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-3496823/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/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-3496823/tmp/work/core2-64-poky-linux/dnf/4.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/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-devtools/dnf/dnf_4.20.0.bb:do_package_qa which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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/expect/expect_5.45.4.bb:19)\nDEBUG: Considering setscene task: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/dnf/4.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-3496823/tmp/work/core2-64-poky-linux/dosfstools/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-devtools/dosfstools/dosfstools_4.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: Considering setscene task: ['ccache', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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.20.0.bb:do_populate_lic 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: Considering setscene task: ['ccache', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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.10.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_recipe_qa.d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ccache/4.10.do_recipe_qa_setscene.d9859c1a2980a2f1cd1fb549d9925a6328fbbaf4f35936cc4cdcaf546df5a2b9 not available\nNOTE: Running setscene task 1577 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_packagedata.c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_packagedata_setscene.c960499f5433a03f96b8d93afe690bf0a37e91e277b9a07eb88a567421debb6c.qemux86_64 not available\nNOTE: Running setscene task 1578 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_packagedata.2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_packagedata_setscene.2df1ed2b40d5effa112229a347b5cb6c54678167473b8f073769cbcd4fd4305d.qemux86_64 not available\nNOTE: Running setscene task 1579 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_qa.a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_qa_setscene.a6e8e29df7c97878e41e3ace4777be8163f23d48cbd80cc58cce4103bb1d591b not available\nNOTE: Running setscene task 1580 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_lic.c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_lic_setscene.c22b512191fd1bdf8f769145510226123c54a819ee7f2e79ea29e5957f9a7a3b not available\nNOTE: Running setscene task 1581 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_qa.64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_qa_setscene.64bc8112f04c7a92042a0ad5e77f8e5395e1f24188baed4d13f90040a8429f5f not available\nNOTE: Running setscene task 1582 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_rpm.a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_package_write_rpm_setscene.a21ba220a0ecafc364027209508c3276125f37451051b8bbe7d5c9c1e28f4e8f not available\nNOTE: Running setscene task 1583 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_lic.9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_populate_lic_setscene.9440897e8ad2869ea4c76319cabcf8567ad024643bd62d1c31a45028832027cd not available\nNOTE: Running setscene task 1584 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_qa.407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_qa_setscene.407406e6687307ee39e9336261e3155b7bbf40d90df0db66ecaa01a9b1faf265 not available\nNOTE: Running setscene task 1585 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.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-devtools/ccache/ccache_4.10.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.10.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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/dnf/dnf_4.20.0.bb:28)\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: 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.10.bb:22)\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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\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.20.0.bb:28)\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.20.0.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/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.20.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/gettext.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/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/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/flex/flex_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-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/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/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/siteinfo.bbclass (from /home/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-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/file/file_5.45.bb:21)\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/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-devtools/flex/flex_2.6.4.bb:34)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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: 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: 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: 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-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_write_rpm.9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_package_write_rpm_setscene.9e68d34e26fea84a7a3358a6f2bf29429a56b959abe5c2d438cb21d00f392de8 not available\nNOTE: Running setscene task 1586 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/elfutils/0.191/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/elfutils/0.191/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/elfutils/elfutils_0.191.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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/elfutils/elfutils_0.191.bb:do_package_qa 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:12)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_populate_lic.49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_populate_lic_setscene.49c6d8ad58726f975e33abf38dde38c3ce9e8b6853ace06c384a5bba24dcf832 not available\nNOTE: Running setscene task 1587 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['fmt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['ccache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['fmt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['fmt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_populate_lic.b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_populate_lic_setscene.b96e9420225f1edf89a73953913a6735df19df769e757346d3301904833dfbe0 not available\nNOTE: Running setscene task 1589 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_qa.c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_qa_setscene.c67dd483281fd1562a6c5656661efa8ff38c8be508613db04ee874ea9cb73603 not available\nNOTE: Running setscene task 1590 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_populate_lic.962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_populate_lic_setscene.962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c not available\nNOTE: Running setscene task 1591 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/fmt/fmt_10.2.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/fmt/fmt_10.2.1.bb:12)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb (full)\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_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: 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/gcc-runtime_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_qa.6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_qa_setscene.6815777a2a6a87d8929ee1c3c866220e3afa6d6f495589f477465762d2db2cbd not available\nNOTE: Running setscene task 1592 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_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-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: 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-3496823/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_14.1.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/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_14.1.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: 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_14.1.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: 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-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: 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.inc:273: including gcc-testsuite.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/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-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:273: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_write_rpm.2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_package_write_rpm_setscene.2602712bbf9c605993d3692d6630cc658dd286f7228a3695bdb6e592d53f521a not available\nNOTE: Running setscene task 1593 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.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-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/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_14.1.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/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-3496823/tmp/work/core2-64-poky-linux/ccache/4.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_populate_lic.52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_populate_lic_setscene.52f38ebff54ba650a280c234718051dc795c87f13011b33cf53e30bbe6360620 not available\nNOTE: Running setscene task 1594 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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: 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: Inheriting /home/pokybuild/yocto-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-3496823/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-3496823/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-3496823/tmp/work/core2-64-poky-linux/fmt/10.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-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_14.1.bb:2: including gcc-sanitizers.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/file/file_5.45.bb:do_populate_lic which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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:2: including gcc-shared-source.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-sanitizers_14.1.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/dnf/4.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.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: 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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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/gcc/gcc-common.inc:11)\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: 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_14.1.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/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: Considering setscene task: ['dnf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['dnf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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.20.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_recipe_qa.92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dnf/4.20.0.do_recipe_qa_setscene.92dcbf0a2dc6b29ff3a9ab70336c596830c63b2add825e456751ef165e7178a0 not available\nNOTE: Running setscene task 1597 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/fmt/10.2.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_package_write_ipk', '/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_package_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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_package_write_deb', '/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.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: 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: 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_populate_sysroot', '/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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_recipe_qa.d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dosfstools/4.2.do_recipe_qa_setscene.d6f042716ff4d6935b71ec1c0f8e6d8650bd37dbf215fddca1f748d50a57794d not available\nNOTE: Running setscene task 1600 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_packagedata.404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_packagedata_setscene.404cbda336ab234dc6cbf5c6e8ff855538bbf8d2f4f9b3e16ca01cbfc47fb1de.qemux86_64 not available\nNOTE: Running setscene task 1601 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_qa.9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_qa_setscene.9ae90e835159964d0279cd892281f088cb99d1ee4a33d71bf7f93301fef5f89a not available\nNOTE: Running setscene task 1602 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_write_rpm.880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_package_write_rpm_setscene.880055048abb6ecedef56e2296be4c229e5520008005f62948c37b45975e3d84 not available\nNOTE: Running setscene task 1603 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_populate_lic.4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_populate_lic_setscene.4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766 not available\nNOTE: Running setscene task 1604 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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/dnf/dnf_4.20.0.bb:28)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_populate_lic.962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_populate_lic_setscene.962c5afe5d9d21ee2ca3fe9df25903cd688a52bad6c37f79faf970cce5028b2c not available\nNOTE: Running setscene task 1605 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_qa.a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_qa_setscene.a5c3185dc226b378ff7e8eaf3078282dc12cd852d2f8a1fc5a7db21038915f37 not available\nNOTE: Running setscene task 1606 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_populate_lic.4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_populate_lic_setscene.4111cb73eaf2e18da544c0e516f3e363aff63e14d4d6bef6fd1ce14113d61766 not available\nNOTE: Running setscene task 1607 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.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-devtools/dnf/dnf_4.20.0.bb:28)\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.20.0.bb:28)\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.20.0.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gcc-cross-x86_64/14.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/python3targetconfig.bbclass (from /home/pokybuild/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.20.0.bb:28)\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: Inheriting /home/pokybuild/yocto-worker/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/fmt/fmt_10.2.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/fmt/fmt_10.2.1.bb:12)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/fmt/10.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-devtools/gcc/gcc_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.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-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-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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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/gcc/gcc_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_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/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-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:2: including gcc-target.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_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.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-target.inc:2: including gcc-configure-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:2: including gcc-target.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/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_14.1.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: 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-target.inc:2: including gcc-configure-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/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/libgcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_qa.d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_qa_setscene.d6a61175f27ad5854108122a6eb87b2612732ffcc13b8918cc6ee8be2db7f5b1 not available\nNOTE: Running setscene task 1608 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:2: including gcc-target.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\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-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.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: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: 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: 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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_write_rpm.ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_package_write_rpm_setscene.ea83662a6a3dabf50cb55ae96f90df877b4d48b1e69d16b3da84ad1849a7757b not available\nNOTE: Running setscene task 1609 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc-runtime/14.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/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/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: 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-3496823/tmp/work/core2-64-poky-linux/gcc-runtime/14.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/gcc/gcc-runtime_14.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: SITE files ['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-devtools/gdb/gdb_14.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-devtools/gdb/gdb_14.2.bb:1: including gdb-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/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/gdb/gdb-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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.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-3496823/tmp/work/core2-64-poky-linux/gcc-sanitizers/14.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-common.inc:13)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_populate_lic.b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_populate_lic_setscene.b935bb25d7b1b4429fbf69cf368ba50564cb95a0d38ad5804551e3fd41b95948 not available\nNOTE: Running setscene task 1610 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_qa.eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_qa_setscene.eee13ad28c5d3d3a2b68c7544c3ce5cfef466f0af608d1501eed1f6af934b4e9 not available\nNOTE: Running setscene task 1611 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_write_rpm.10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_package_write_rpm_setscene.10de1d61e81cae1b077b1a7b83ceb57087dcfda87fbd3315b5e7e8519add5980 not available\nNOTE: Running setscene task 1612 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.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-3496823/tmp/work/core2-64-poky-linux/gcc-sanitizers/14.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/gdb/gdb_14.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:1: including gdb-common.inc\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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb-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-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.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-devtools/gdb/gdb-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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:12: including gdb.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_packagedata.9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_packagedata_setscene.9e10928d76be71c096b5b25769d9bcb25a927bdc72033d62d4327f8a81fa90c5.qemux86_64 not available\nNOTE: Running setscene task 1613 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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/recipes-devtools/gdb/gdb_14.2.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc-sanitizers/14.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/gcc/gcc-sanitizers_14.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_populate_lic.9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_populate_lic_setscene.9ea2f5af5d3809585c81ccfc507abe9c789c0c644d85c2907d5ef1f69cd82322 not available\nNOTE: Running setscene task 1614 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.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-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/siteinfo.bbclass (from /home/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/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_14.1.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/fmt/10.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-3496823/tmp/work/core2-64-poky-linux/dnf/4.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-3496823/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-3496823/tmp/work/core2-64-poky-linux/libgcc-initial/14.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/dnf/dnf_4.20.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['fmt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['fmt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['fmt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['fmt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_recipe_qa.1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fmt/10.2.1.do_recipe_qa_setscene.1f2adccc57ec60942a37399ec1e05bdd88e0e71a830fb213edd1bf15c31e97fa not available\nNOTE: Running setscene task 1617 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_recipe_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_populate_lic.cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-cross-core2-64/1.22.4.do_populate_lic_setscene.cba18a567458af3c3e4c758576a777a0b64af435f3089451ff209417ac624366 not available\nNOTE: Running setscene task 1618 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_populate_lic_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_populate_lic.7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/go-native/1.22.4.do_populate_lic_setscene.7a8feb17387f171e704306a91dd4d2ec97ffd8b6946ed8d5b0a5eef6bbf98121 not available\nNOTE: Running setscene task 1619 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_qa.71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_qa_setscene.71d769553ab29525fb0abf5876698a715890eda12e423941ddf995c8ecf91aaa not available\nNOTE: Running setscene task 1620 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgcc/14.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-3496823/tmp/work/core2-64-poky-linux/gcc/14.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-devtools/gcc/gcc_14.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc/14.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-3496823/tmp/work/core2-64-poky-linux/gcc/14.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/fmt/fmt_10.2.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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/fmt/fmt_10.2.1.bb:12)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgcc/14.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/gcc/gcc_14.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/cross.bbclass:7)\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-native_1.22.4.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.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-devtools/go/go-native_1.22.4.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:1: including go-1.22.4.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_populate_lic which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-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/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/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/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/go/go-runtime_1.22.4.bb:2: including go-runtime.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:2: including go-1.22.4.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_write_rpm.8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_package_write_rpm_setscene.8c06c31a22edf092d83811033610867efc4ada2fc684009f23b09731c397eb84 not available\nNOTE: Running setscene task 1621 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gdb/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-3496823/tmp/work/core2-64-poky-linux/gdb/14.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/go/go-runtime_1.22.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_populate_lic.d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_populate_lic_setscene.d273b6dfa7d2568506da515e4d951e451aabef3e50a11e2c2ea5eb96062afa0a not available\nNOTE: Running setscene task 1622 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_qa.8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_qa_setscene.8a5bd78bae54c287b297a464aa21281cacdd5fd28bd483c124ca346613d6002c not available\nNOTE: Running setscene task 1623 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['json-c', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['json-c', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnu-config/20240101+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/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-3496823/tmp/work/core2-64-poky-linux/gnu-config/20240101+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-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_rpm.6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_package_write_rpm_setscene.6f87b7792b8f53d4d055e4f32a0fc8061eb0925d75f2d201390b77f29fdc80ef not available\nNOTE: Running setscene task 1626 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb (full)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:1: including go-1.22.4.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_packagedata.1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_packagedata_setscene.1907af5e4b7d340a7519fac17b1944997396cef65d07e6da16c30a28fcc88520.qemux86_64 not available\nNOTE: Running setscene task 1627 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_packagedata_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-common.inc\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-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_lic.4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_populate_lic_setscene.4769d8e5b91782f8272e14ba3cea1decdbed7b141cfe2a0a3d6545883199f31a not available\nNOTE: Running setscene task 1628 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_populate_lic_setscene)\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-runtime_1.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:1: including go-1.22.4.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_qa.cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_qa_setscene.cd4471439e601372fb7a42fa527d493bf78c06344b6d37b33558e7e44a1f8c77 not available\nNOTE: Running setscene task 1629 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_write_rpm.255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_package_write_rpm_setscene.255ce4a7b65e2ca88c0aa9ff695f5cef432e0fb47ab55da3ab43ad3f131d9e19 not available\nNOTE: Running setscene task 1630 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_rpm_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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/recipes-devtools/go/go-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:2: including go-runtime.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_populate_lic.b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_populate_lic_setscene.b183357cde6caf9f37c6c7cab32ad064b7577641e04054f1015254c0a9978873 not available\nNOTE: Running setscene task 1631 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gdb/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.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.21.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.21.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnu-config/20240101+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_sysroot which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_qa.d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_qa_setscene.d4932f43f6d7b85f849b113152575a36fa4f8db08a3585ef9cefc3bfe513b192 not available\nNOTE: Running setscene task 1633 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_write_rpm.e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_package_write_rpm_setscene.e2eb12ba66baab2ceed6b2062c25d21ef5fcadf2868a2b6ac6cd4b768219ba2e not available\nNOTE: Running setscene task 1634 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/go-native/1.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-3496823/tmp/work/core2-64-poky-linux/gcc-sanitizers/14.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/go/go-native_1.22.4.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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-devtools/libdnf/libdnf_0.73.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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/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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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/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-3496823/tmp/work/x86_64-linux/go-cross-core2-64/1.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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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/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-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.73.1.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-devtools/libdnf/libdnf_0.73.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/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.73.1.bb:23)\nDEBUG: Considering setscene task: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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/recipes-devtools/libdnf/libdnf_0.73.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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:23)\nDEBUG: Considering setscene task: ['gcc-sanitizers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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: Considering setscene task: ['gcc-sanitizers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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_14.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_recipe_qa.7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-sanitizers/14.1.0.do_recipe_qa_setscene.7cbd8d62dc174167f43f6f344ecc23b53f72338152075861973ed097fa9d8875 not available\nNOTE: Running setscene task 1637 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/fmt/10.2.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-devtools/libdnf/libdnf_0.73.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_populate_lic.cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_populate_lic_setscene.cd76bb3849f8e9135da3b9cf38f96571bae8215f9407b1332cd6a51ea04f685e not available\nNOTE: Running setscene task 1638 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_qa.809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_qa_setscene.809a4f1e9daa3823311fb43c0726a09620b936878cd4900aa004c65294e5cc4c not available\nNOTE: Running setscene task 1640 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/go-runtime/1.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-devtools/gcc/gcc-sanitizers_14.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.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-devtools/libdnf/libdnf_0.73.1.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/gcc/gcc-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/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-devtools/libedit/libedit_20240517-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/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/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_20240517-3.1.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-devtools/libdnf/libdnf_0.73.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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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-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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.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/libdnf/libdnf_0.73.1.bb:23)\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/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/libedit/libedit_20240517-3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_populate_lic.2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_populate_lic_setscene.2d8b6f59b862a41a9f543cb5d9469a379e87ceb2baed5369a111d6cda4a7ff4f not available\nNOTE: Running setscene task 1641 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_qa.cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_qa_setscene.cddb5f16b3a1434c8ebc03f9b75483f6b5e9b2c6607c879564728712c8e80ca2 not available\nNOTE: Running setscene task 1642 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnu-config/20240101+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/gnu-config/gnu-config_git.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/go-runtime/1.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-3496823/tmp/work/core2-64-poky-linux/go-runtime/1.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-devtools/go/go-runtime_1.22.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb: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/siteinfo.bbclass (from /home/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-devtools/libmodulemd/libmodulemd_git.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3-dir.bbclass (from /home/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_write_deb', '/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_write_ipk', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/json-c/json-c_0.17.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcomps/0.1.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/json-c/json-c_0.17.bb:do_package_write_rpm which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcomps/0.1.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-devtools/libcomps/libcomps_0.1.21.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcomps/0.1.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-devtools/json-c/json-c_0.17.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_lic which could be accelerated\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_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['gnu-config', 'do_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_recipe_qa.3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnu-config/20240101+git.do_recipe_qa_setscene.3a5062a549f085adac54c5140eb63dc8f4730678de9dbedd43008129bd45d000 not available\nNOTE: Running setscene task 1645 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_packagedata.974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_packagedata_setscene.974ba5a7b6a6c83083af35f206d9b415c20a1462157fb90c057bfbdbd793a5cc.qemux86_64 not available\nNOTE: Running setscene task 1646 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libmodulemd', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libmodulemd', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_rpm.1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_package_write_rpm_setscene.1a74200875e786397266a4f3534bf1dfcbfe23d54da9c29c5737be1c070fef09 not available\nNOTE: Running setscene task 1649 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_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-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_lic.95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_populate_lic_setscene.95efbaa5c4192a160f8d39b9ba7cc4363d877211e18ecee34a0cd6e9f08220f4 not available\nNOTE: Running setscene task 1650 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_qa.eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_qa_setscene.eafd1295798111647c162e663b29de57552cd7291e1da57532abd0c94c4615e0 not available\nNOTE: Running setscene task 1651 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_qa_setscene)\nDEBUG: Considering setscene task: ['librepo', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['librepo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_ipk 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/libcomps/libcomps_0.1.21.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.21.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_write_rpm.6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_package_write_rpm_setscene.6db86a90049b2e53491ac5eed9f9d98b61a54077efb839f683021c061d178185 not available\nNOTE: Running setscene task 1654 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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/libcomps/libcomps_0.1.21.bb:15)\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/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_populate_lic.59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_populate_lic_setscene.59f460cf7d7446d7a17f52de9f2ab11c23d52efca8554faa6f74a2f6bfac1dbe not available\nNOTE: Running setscene task 1655 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_lic_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_populate_lic.745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_populate_lic_setscene.745cee209736072f3e675d1e4990c5d53dea6fdc71176c065a2462b570cf9c24 not available\nNOTE: Running setscene task 1656 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_populate_lic_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_populate_lic.10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_populate_lic_setscene.10c194e0664985e6271f264248f0ff81e089da32bf2ca94de1495234a692c393 not available\nNOTE: Running setscene task 1657 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.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: 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 /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: Inheriting /home/pokybuild/yocto-worker/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.17.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.17.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: 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/qemu.bbclass (from /home/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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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/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/librepo/librepo_1.17.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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-devtools/librepo/librepo_1.17.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-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.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/recipes-devtools/librepo/librepo_1.17.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:1: including libtool-2.5.0.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/librepo/librepo_1.17.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libdnf/0.73.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.17.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_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-devtools/libtool/libtool-2.5.0.inc: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-3496823/tmp/work/core2-64-poky-linux/libdnf/0.73.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/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/libtool/libtool-native_2.5.0.bb:1: including libtool-2.5.0.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-devtools/librepo/librepo_1.17.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-devtools/libtool/libtool-2.5.0.inc: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-devtools/libdnf/libdnf_0.73.1.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-devtools/libtool/libtool-2.5.0.inc:27)\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.5.0.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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-devtools/libtool/libtool-2.5.0.inc: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/libtool/libtool-native_2.5.0.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_packagedata.eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_packagedata_setscene.eb33617011ae106931608b081606781f29e304829274dfbed033a019a31736d1.qemux86_64 not available\nNOTE: Running setscene task 1658 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_qa.40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_qa_setscene.40d668761e7c072a70b75b55e65168af3cb550fbc19bb60ada3a85af1b5d7dcf not available\nNOTE: Running setscene task 1659 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libedit/20240517-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-devtools/libedit/libedit_20240517-3.1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libdnf/0.73.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/libdnf/libdnf_0.73.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-devtools/libdnf/libdnf_0.73.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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/python3-dir.bbclass (from /home/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:1: including libtool-2.5.0.inc\nDEBUG: 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.5.0.inc: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.73.1.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc-sanitizers/14.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/siteinfo.bbclass (from /home/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/libdnf/libdnf_0.73.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/libtool/libtool-2.5.0.inc: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-devtools/libtool/libtool_2.5.0.bb:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_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/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_populate_lic.350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_populate_lic_setscene.350352be57294caefed31e860c7fc7c44e9117200997df72b8dbc17be6d8f515 not available\nNOTE: Running setscene task 1660 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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/recipes-devtools/libdnf/libdnf_0.73.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_qa.a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_qa_setscene.a5d63b770f83ea9ec2c912508676d72530100a616abec0a2384fcb0997fb2624 not available\nNOTE: Running setscene task 1661 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_lic.f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_populate_lic_setscene.f8280a860df91812f2db7e848014236e3875173b777e314fa1e7e9772a6b0d9e not available\nNOTE: Running setscene task 1662 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libedit/20240517-3.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/libedit/libedit_20240517-3.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb (full)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:1: including libtool-2.5.0.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0.inc: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/lua/lua_5.4.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/binconfig.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/lua/lua_5.4.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/ptest.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: 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-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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0.inc:27)\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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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: 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/lua/lua_5.4.6.bb:65)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnu-config/20240101+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: 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-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_lic.1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_lic_setscene.1960706b158d074bef8e1f94ac378bf955e9a163e9cc725772088526e95b4b0a not available\nNOTE: Running setscene task 1663 of 6657 (/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-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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_qa.84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_qa_setscene.84df777f30d472aa5dd5da34d90a51b229b30ff9987290923429f4e120f438b2 not available\nNOTE: Running setscene task 1664 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_rpm.3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_package_write_rpm_setscene.3b8dbce0ecb888118a43b8c000798467d36fe1ae9d2330294bb48a23cd8b226f not available\nNOTE: Running setscene task 1665 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libtool-native/2.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-devtools/m4/m4-native_1.4.19.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcomps/0.1.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-devtools/m4/m4_1.4.19.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtool-cross/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: 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-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: Inheriting /home/pokybuild/yocto-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/libcomps/libcomps_0.1.21.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/m4/m4-1.4.19.inc:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_populate_lic 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/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-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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/m4/m4-1.4.19.inc:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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/m4/m4-1.4.19.inc: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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/librepo/1.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-1.4.19.inc:7)\nDEBUG: Considering setscene task: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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/m4/m4-native_1.4.19.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-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: 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: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_populate_lic which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/librepo/1.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: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_qa which could be accelerated\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Considering setscene task: ['libcomps', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/librepo/1.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/librepo/librepo_1.17.0.bb:do_populate_lic 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.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_recipe_qa.765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcomps/0.1.21.do_recipe_qa_setscene.765c4f39dcaaad805437d60c3880872c2aa4a1a28657f7c3eb910d856bccfcc9 not available\nNOTE: Running setscene task 1668 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_recipe_qa_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-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_populate_lic.adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_populate_lic_setscene.adc846c609687b5a8c082cc5c625fcabc407afd55b3d9ba768399f47462d2253 not available\nNOTE: Running setscene task 1669 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_qa.09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_qa_setscene.09feff543a21065b712d3fef1899bc3743ab7833de11a201082bcf78c358e388 not available\nNOTE: Running setscene task 1670 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_populate_lic.1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_populate_lic_setscene.1ac7656274ea1ba372ae0c3f697a974775bdda3f23a319f5e758dbd3d44f0419 not available\nNOTE: Running setscene task 1671 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_qa.d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_qa_setscene.d0c03042d4a6f96d2352728b7e0527490e4e1297618378ad19f556d2a45dcede not available\nNOTE: Running setscene task 1672 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_qa_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-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-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_lic.922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_lic_setscene.922ba814249921a96c7927ccfa928c6bb1174814c0a920df10f4fcdd4cd2daa0 not available\nNOTE: Running setscene task 1673 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_qa.988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_qa_setscene.988cfb5e5c602bdc526228b3c66d89105eddd878c2c2918fd132cf1251479536 not available\nNOTE: Running setscene task 1674 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_qa_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-devtools/orc/orc_0.4.38.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_populate_lic.b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_populate_lic_setscene.b1532d655b11c94f783cd2eb10d7bf5d197801bcfea9825b47ec78dc65cb0fd5 not available\nNOTE: Running setscene task 1675 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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-devtools/libcomps/libcomps_0.1.21.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.21.bb:15)\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/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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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/siteinfo.bbclass (from /home/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/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: 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: Inheriting /home/pokybuild/yocto-worker/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: 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/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/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/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/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/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pkgconfig.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/orc/orc_0.4.38.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.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/make/make.inc:11)\nDEBUG: CONF file 'test_recipe.inc' not found\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.38.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtool/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/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/orc/orc_0.4.38.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/libtool/libtool_2.5.0.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_qa.fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_qa_setscene.fd799d70bb98a7a075ae5b29e3eb1a0a84cf84d777805162c725e4c231b5541b not available\nNOTE: Running setscene task 1676 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.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-devtools/orc/orc_0.4.38.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.38.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libdnf/0.73.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/orc/orc_0.4.38.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.38.bb:10)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtool/2.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Considering setscene task: ['libdnf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libdnf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.73.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_recipe_qa.9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdnf/0.73.1.do_recipe_qa_setscene.9976e035bbfe5f86f7da8f803e94925e7817927475e8b7fd2c775108b6254a79 not available\nNOTE: Running setscene task 1679 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_packagedata.668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_packagedata_setscene.668d24160ba30b229333556f067283531be1d880286a6ebd077ff675ca70ab46.qemux86_64 not available\nNOTE: Running setscene task 1680 of 6657 (/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: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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_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.73.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_packagedata.2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_packagedata_setscene.2cfe91ef513e445613c50fad0693c01a9f7d208b5844904e1917021ee61ba801.qemux86_64 not available\nNOTE: Running setscene task 1682 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_rpm.18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_package_write_rpm_setscene.18fb091b89602ecbafd1ea23b02c59dc47f605e6681827bc520cf44b2edec7ea not available\nNOTE: Running setscene task 1684 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_populate_lic.23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_populate_lic_setscene.23fbbeb370ba2783ab590f4c8e05a1ac4452573920c9a0341dd44a007fd31773 not available\nNOTE: Running setscene task 1685 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libdnf/libdnf_0.73.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/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: 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/python3-dir.bbclass (from /home/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-devtools/librepo/librepo_1.17.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.17.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/recipes-devtools/librepo/librepo_1.17.0.bb:20)\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: 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.73.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/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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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-devtools/librepo/librepo_1.17.0.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-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: 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/pkgconfig.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/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: Inheriting /home/pokybuild/yocto-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: 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.73.1.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/patch/patch.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_packagedata.0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_packagedata_setscene.0fcec4235499db0d0672126eeda2ad0354fb4b4d6cc2c59821cc6c6c4b10cd5c.qemux86_64 not available\nNOTE: Running setscene task 1686 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_qa.1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_qa_setscene.1a3882820b1b13816557a251edb1556a8d2d9ab07ad5471e50d5ca7cb8d31035 not available\nNOTE: Running setscene task 1687 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.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-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcomps/0.1.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-3496823/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-3496823/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-3496823/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/libcomps/libcomps_0.1.21.bb:do_recipe_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_populate_lic which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/make/make_4.4.1.bb:do_package_qa which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.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: SITE files ['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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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/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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-3496823/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-3496823/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\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-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_lic.2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_populate_lic_setscene.2e405cb689703d0c17abd76657c8a7a1845d2f33343f1723d4bd0af6cef5c4dc not available\nNOTE: Running setscene task 1688 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/orc/0.4.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-3496823/tmp/work/core2-64-poky-linux/orc/0.4.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-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_qa.3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_qa_setscene.3c2717e1d07ed87812037a326a1938263c2147da333164a43505d56ab0e531fc not available\nNOTE: Running setscene task 1689 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_rpm.d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_package_write_rpm_setscene.d46fa7a44deae9402b60717aaf9f7415e28c42e39fefff28c01f7e492d3e3ca1 not available\nNOTE: Running setscene task 1690 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_populate_lic.d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_populate_lic_setscene.d9951c27690cfd69f866e16c8a4929c4e95f681b259c1126f9b861949aa56dd3 not available\nNOTE: Running setscene task 1691 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_qa.a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_qa_setscene.a957cc70ef1284f5a48893bc0e6b0b3d69ac76c213401248234b4df587f408e4 not available\nNOTE: Running setscene task 1692 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_rpm.02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_package_write_rpm_setscene.02c0753b0bdaf80b731b816587378d8e33c185f47917ff718af9c983792a0596 not available\nNOTE: Running setscene task 1693 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_populate_lic.c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_populate_lic_setscene.c24aaa0f610192f60c031f83da92cc09a00271dc06243b0f90970eb9eeb11db8 not available\nNOTE: Running setscene task 1694 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_qa.c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_qa_setscene.c6b7b7437f6a884b4bd148e28340d7b87c5fbd68a7985d408024725504caacb7 not available\nNOTE: Running setscene task 1695 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.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: 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: 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: 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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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-devtools/python/python3-atomicwrites_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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb (full)\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: 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: SITE files ['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: 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-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/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: Inheriting /home/pokybuild/yocto-worker/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-attrs_23.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-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/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/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/python3-dir.bbclass (from /home/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/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_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: 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/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/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-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_rpm.90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_package_write_rpm_setscene.90b10af88229e8b81898ab3830974fc1da1d81bbd2a6e75d1dc643f216c8fc40 not available\nNOTE: Running setscene task 1696 of 6657 (/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/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_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/librepo/1.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/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-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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: ['libmodulemd', 'do_package', '/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:   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_write_rpm', '/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_deb', '/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_write_ipk', '/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: Inheriting /home/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libdnf/0.73.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_recipe_qa 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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_recipe_qa.3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmodulemd/2.15.0.do_recipe_qa_setscene.3f90d58df648cc82cb4e31b8d3bdeab609bce82a24f3671128e492cbdb4ff4db not available\nNOTE: Running setscene task 1699 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['librepo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['librepo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_recipe_qa.c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librepo/1.17.0.do_recipe_qa_setscene.c4f19490fadaebc684683471c49272fec1888da21455224b0c6cf3daf1e0fcf6 not available\nNOTE: Running setscene task 1702 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_populate_lic.ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_populate_lic_setscene.ade6ff3329908321bf2ab7be2475a7e7f37c0d90bdc4a006c8f08e71edaa1e04 not available\nNOTE: Running setscene task 1703 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_qa.c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_qa_setscene.c938b351ba931ab28f2e75393b425a7b3660103c38884a6866ecc771cccf95b6 not available\nNOTE: Running setscene task 1704 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_rpm.3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_package_write_rpm_setscene.3f13e450a572b28b892380cecdb3eaa7f3790e6c22c9a2e91f622761b9257ea7 not available\nNOTE: Running setscene task 1705 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_rpm_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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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-devtools/librepo/librepo_1.17.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: 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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Inheriting /home/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/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: 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/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/recipes-devtools/librepo/librepo_1.17.0.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/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: 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/python3targetconfig.bbclass (from /home/pokybuild/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-attrs_23.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/librepo/librepo_1.17.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/recipes-devtools/python/python3-dbus_1.3.2.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-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/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/meson-routines.bbclass (from /home/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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_write_ipk', '/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_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:   considering dependency: ['m4', 'do_package_write_deb', '/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: 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: 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/qemu.bbclass (from /home/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: 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-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_recipe_qa.2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/m4/1.4.19.do_recipe_qa_setscene.2c8baf749bb4ca283b27de1461adeb26ac8f05467a2a4466839af38b0bdc5cf4 not available\nNOTE: Running setscene task 1708 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_recipe_qa_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_packagedata.afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_packagedata_setscene.afe19e800036d99628c8bb78ae37565974b11e5ee1c081edde83e188bfadebae.qemux86_64 not available\nNOTE: Running setscene task 1709 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_packagedata_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_populate_lic.b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_populate_lic_setscene.b11f56de561133a5e48b556fbab2077d263b23aafd65a69db8fd31740190fd8a not available\nNOTE: Running setscene task 1710 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_qa.f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_qa_setscene.f898f53a3c5c3ba9f05715f12bc40a6a3d17d8f1e48d057f5008d36ab6ef257b not available\nNOTE: Running setscene task 1711 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_write_rpm.72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_package_write_rpm_setscene.72432d3be85941d9a7b0fe40b833a74ba5a6c35d573d478bd9964b9526f958a0 not available\nNOTE: Running setscene task 1712 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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/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: 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/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-3496823/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/siteinfo.bbclass (from /home/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-dbusmock_0.31.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-dbusmock_0.31.1.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/m4/m4-1.4.19.inc:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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/m4/m4-1.4.19.inc: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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.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-dbusmock_0.31.1.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-routines.bbclass (from /home/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/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-3496823/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.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: 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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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.31.1.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-devtools/m4/m4-1.4.19.inc: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-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_setuptools_build_meta.bbclass:7)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/build-st-3496823/meta-selftest/recipes-test/m4/m4_%.bbappend:2: including test_recipe.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 file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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-attrs_23.2.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-devtools/python/python3-dbus_1.3.2.bb:14)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_populate_lic.8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_populate_lic_setscene.8c44e918f575eff562bda1350b74d4be19370463c03bac2881341812f6070b1e not available\nNOTE: Running setscene task 1713 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.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-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_qa.bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_qa_setscene.bd5a656c7cf981144966d75c7f01338e10804ac499d5d4b04f025887c24e3246 not available\nNOTE: Running setscene task 1714 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_write_rpm.f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_package_write_rpm_setscene.f91287f6bdf143b077fa59d2ed73a00b0fc301da3c3d30fa2005e9937844fe9d not available\nNOTE: Running setscene task 1715 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_populate_lic.d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_populate_lic_setscene.d92c5297f15087a217b72088aa1d7464596ebacf92f65d9be87ab33f056b8274 not available\nNOTE: Running setscene task 1716 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_qa.7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_qa_setscene.7a9858a5aa9f8773b67300fb7db3e92f0ab238d16189b1063a18099f899191d5 not available\nNOTE: Running setscene task 1717 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.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-dbusmock_0.31.1.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-dbusmock_0.31.1.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.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-hypothesis_6.103.2.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.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-hypothesis_6.103.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/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-hypothesis_6.103.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: Inheriting /home/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: Inheriting /home/pokybuild/yocto-worker/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-hypothesis_6.103.2.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.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/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: SITE files ['endian-little', 'common-linux', '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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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-hypothesis_6.103.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/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: Inheriting /home/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.1.0.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/recipes-devtools/python/python3-hypothesis_6.103.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/python3targetconfig.bbclass (from /home/pokybuild/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-importlib-metadata_7.1.0.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/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/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-hypothesis_6.103.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: Inheriting /home/pokybuild/yocto-worker/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/python3targetconfig.bbclass (from /home/pokybuild/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-hypothesis_6.103.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_write_rpm.b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_package_write_rpm_setscene.b33e4481985b072c3f53fad6d8cbe2d901de4edd33538f09d1ba23570f5b3284 not available\nNOTE: Running setscene task 1718 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libmodulemd/libmodulemd_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/librepo/1.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-devtools/python/python3-importlib-metadata_7.1.0.bb (full)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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-importlib-metadata_7.1.0.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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/python_setuptools_build_meta.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-devtools/python/python3-dbus_1.3.2.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_populate_lic.7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_populate_lic_setscene.7e8e3e0f6f5b36ef5c0dc7ddb97637ff4663ac3449bab64bf4f789ab09c3996f not available\nNOTE: Running setscene task 1719 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_lic_setscene)\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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_qa.49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_qa_setscene.49d8128a51f561ea76617c72d35f3d2e8cbebaa45f1de7a67a114511d0d40e8f not available\nNOTE: Running setscene task 1720 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_rpm.00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_package_write_rpm_setscene.00666f9e262c8e5ef3e7c3ce902b4f4c1427fb005ef0679c00f43eaad2a92746 not available\nNOTE: Running setscene task 1721 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_populate_lic.9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_populate_lic_setscene.9f9d192739e14a56ff13d763ff9b64f0deeaae8c9d5035010051840a77b2ecd9 not available\nNOTE: Running setscene task 1722 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_qa.d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_qa_setscene.d402aa3b09712cbfe78c39cf6a6238998292344a3469f8ad47f1465f10b001a6 not available\nNOTE: Running setscene task 1723 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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-importlib-metadata_7.1.0.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/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_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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_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-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/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-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: 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/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/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-iniparse_0.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_packagedata 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/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-3496823/tmp/work/core2-64-poky-linux/python3-dbusmock/0.31.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_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/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/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-3496823/tmp/work/core2-64-poky-linux/python3-dbusmock/0.31.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-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/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/python3targetconfig.bbclass (from /home/pokybuild/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package_write_ipk', '/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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package_write_deb', '/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:   considering dependency: ['pkgconfig', 'do_package', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/m4/m4_1.4.19.bb:do_recipe_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_populate_lic which could be accelerated\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_populate_lic', '/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_recipe_qa', '/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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_recipe_qa.1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pkgconfig/0.29.2+git.do_recipe_qa_setscene.1dab6b7bb4eb29cf37e9e024021767fbbbccc0c3ab792faab0eb6056dd170264 not available\nNOTE: Running setscene task 1726 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_rpm.9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_package_write_rpm_setscene.9876eb5f9ad4a54ffae50a7eb31209e5b11c74df7fec5a27a15daf37652d20e0 not available\nNOTE: Running setscene task 1727 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_lic.60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_populate_lic_setscene.60b7a12306039770985bbcf4addf48ab6c5f54690ca6d88c6a9058e1abcdf640 not available\nNOTE: Running setscene task 1728 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_lic_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: ['python3-iniparse', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_qa.8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_qa_setscene.8612ac4ca7d51defa01fcc81f0791c6b7061b29b4df6b3c19b5031f09aadfaa1 not available\nNOTE: Running setscene task 1730 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_write_rpm.7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_package_write_rpm_setscene.7fcafe7a0f657ac11b9a2de7aa645f27561b04ea7ac2378b6e014926269b6b1a not available\nNOTE: Running setscene task 1731 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_rpm_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-dbusmock/0.31.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/siteinfo.bbclass (from /home/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-iniparse_0.5.bb:9)\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.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/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/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-iniparse_0.5.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.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/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/python/python3-dbusmock_0.31.1.bb:do_populate_lic 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/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-jinja2_3.1.4.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/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_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.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/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_flit_core.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-hypothesis/6.103.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.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/python_flit_core.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-hypothesis/6.103.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-jinja2_3.1.4.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/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-jinja2_3.1.4.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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-hypothesis/6.103.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_packagedata.ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_packagedata_setscene.ecf91d4431a8a497534905d08c446ff180100ee3bd4f24f9c155ad6eb9821391.qemux86_64 not available\nNOTE: Running setscene task 1732 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.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-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_populate_lic.1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_populate_lic_setscene.1ff413876d7c3caaa3a53a54744ac742e46a956f8ffe37e6f2a124a62db0e7e6 not available\nNOTE: Running setscene task 1733 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_qa.1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_qa_setscene.1b56999e58117efe8bfabede92454463c833e45f0621af088622fb8e327f907c not available\nNOTE: Running setscene task 1734 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_write_rpm.2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_package_write_rpm_setscene.2c098d185355b600fccdaab9d291545d137285331910db2d859ee7a4e4049a5b not available\nNOTE: Running setscene task 1735 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_populate_lic.e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_populate_lic_setscene.e083b3429c7bd94a06c16ccbf588ea61b5823f68730865c3e26ee45a0a2a0d45 not available\nNOTE: Running setscene task 1736 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.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/python/python3-hypothesis_6.103.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-hypothesis_6.103.2.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.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.103.2.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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.4.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/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.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-markdown_3.6.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_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/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.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/python_flit_core.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.6.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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_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/python3targetconfig.bbclass (from /home/pokybuild/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.6.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.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/python/python3-jinja2_3.1.4.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/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-hypothesis_6.103.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_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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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/python3targetconfig.bbclass (from /home/pokybuild/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.6.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/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-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_qa.8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_qa_setscene.8e963d044b4e3d86651d2c676b379100a1fb727a5b405dbb01c63c928cdc7208 not available\nNOTE: Running setscene task 1737 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.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-3496823/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-3496823/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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_lic 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-iniconfig_2.0.0.bb:do_populate_lic 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_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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-markupsafe_2.1.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-markupsafe_2.1.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_write_rpm.6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_package_write_rpm_setscene.6afc12764454dd392c781de77f1287e7e15b8422136a409df2a1014ea1211713 not available\nNOTE: Running setscene task 1738 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_populate_lic.edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_populate_lic_setscene.edfce33bd1cf846e93eadd52f3734f9a231976897c143111d782780e540e9f46 not available\nNOTE: Running setscene task 1739 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_qa.82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_qa_setscene.82e0ab05ee585d5c064d416df37e24941b2ab5c55738ede47b816e432205f4ab not available\nNOTE: Running setscene task 1740 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_write_rpm.705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_package_write_rpm_setscene.705f3e999baeaefaec8cc00c32c88da0061dd2da6a5bcbf6499562355aceb857 not available\nNOTE: Running setscene task 1741 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_populate_lic.7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_populate_lic_setscene.7b1e632e5288e989f777d341e03c59f4d92f8fe55c09b7f703c7f1643fff9ae0 not available\nNOTE: Running setscene task 1742 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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-markupsafe_2.1.5.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-markupsafe_2.1.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-markupsafe_2.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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/python3-dir.bbclass (from /home/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-more-itertools_10.3.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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/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-3496823/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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/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.5.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-more-itertools_10.3.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: 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.5.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.3.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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.3.0.bb:8)\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: Inheriting /home/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: 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/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-3496823/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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-jinja2/3.1.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-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_qa.3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_qa_setscene.3f27b6f4c65ad49e4ad45fcb4ba095424c567c9c9e1889e581929b1e9e4f96b7 not available\nNOTE: Running setscene task 1743 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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: 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-3496823/tmp/work/core2-64-poky-linux/python3-jinja2/3.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-devtools/python/python3-jinja2_3.1.4.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_packagedata.6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_packagedata_setscene.6ca0426e267f748f36a615f7c43e62be9c0d2c542f9874a4416df9039cac6b3a.qemux86_64 not available\nNOTE: Running setscene task 1744 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_write_rpm.285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_package_write_rpm_setscene.285abe9ff82e9b1720ed2707eb094d8421097efc36a627349a9faa98d644c6d0 not available\nNOTE: Running setscene task 1745 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_populate_lic.7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_populate_lic_setscene.7cd7856ff4c3e8c0f253028b5e7b5244e17542ef550ab40a63d90273305cf2c6 not available\nNOTE: Running setscene task 1746 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_qa.f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_qa_setscene.f23f1abfd3e3e7296d585c6a8e515dcba64d184df4ab2814035cf9cad4530ad6 not available\nNOTE: Running setscene task 1747 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-packaging_24.1.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_24.1.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: 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/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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-packaging_24.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: Inheriting /home/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/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-packaging_24.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: Inheriting /home/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 /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/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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/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-pathlib2_2.3.7.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/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-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/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-3496823/tmp/work/core2-64-poky-linux/python3-markdown/3.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/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-3496823/tmp/work/core2-64-poky-linux/python3-markdown/3.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/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-3496823/tmp/work/core2-64-poky-linux/python3-hypothesis/6.103.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-3496823/tmp/work/core2-64-poky-linux/python3-jinja2/3.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-3496823/tmp/work/core2-64-poky-linux/python3-markdown/3.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/python/python3-markdown_3.6.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.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['python3-hypothesis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_populate_lic 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.103.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_deploy_source_date_epoch 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.103.2.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.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.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.103.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_recipe_qa.f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-hypothesis/6.103.2.do_recipe_qa_setscene.f11581f4227da0034de01d33a0b08700117ea2a3df2c57fd736ef29aea25391a not available\nNOTE: Running setscene task 1750 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_rpm.ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_package_write_rpm_setscene.ca885f5701efd14ca0127408a0977dd37518545e8ce4976aad1a8365aee97299 not available\nNOTE: Running setscene task 1751 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_populate_lic.e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_populate_lic_setscene.e587da2f7681484aff82f85bb202e1bc64ca985bf1ad631542f9473a52d102ad not available\nNOTE: Running setscene task 1752 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_qa.81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_qa_setscene.81cbe656cc68c8aca28ed902f2301be778b3d9e9a431d136ef708a9622c724ff not available\nNOTE: Running setscene task 1753 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_write_rpm.16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_package_write_rpm_setscene.16386f2d004f1de657833991f6d9a11ff564ddb702ccf3cb205aaf542b8db924 not available\nNOTE: Running setscene task 1754 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.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-hypothesis_6.103.2.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.103.2.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-markupsafe/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/python3targetconfig.bbclass (from /home/pokybuild/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-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/python3-dir.bbclass (from /home/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-pathlib2_2.3.7.bb:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.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/setuptools3.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.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-devtools/python/python3-pluggy_1.5.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.5.0.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_populate_lic.b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_populate_lic_setscene.b83b28c7e53cecd50229f66f607333fd4b7cee5b8a07ddf0edd691a185f6d9d4 not available\nNOTE: Running setscene task 1755 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.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: Inheriting /home/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.5.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: Inheriting /home/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-3496823/tmp/work/core2-64-poky-linux/python3-markupsafe/2.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-3496823/tmp/work/core2-64-poky-linux/python3-markupsafe/2.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-devtools/python/python3-pluggy_1.5.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.5.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.5.0.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-more-itertools/10.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-3496823/tmp/work/core2-64-poky-linux/python3-more-itertools/10.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-more-itertools/10.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_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_qa.6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_qa_setscene.6ca9530f21d8713fd9a1f0580029d70b41487afc1f4c8cbea2fb65986068e0bd not available\nNOTE: Running setscene task 1756 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_rpm 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-more-itertools_10.3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_rpm.8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_package_write_rpm_setscene.8275f81df48725a040ea1b6b3fb3dc39d55ed5984c56fd0b36b79b40f32e3268 not available\nNOTE: Running setscene task 1757 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_populate_lic.0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_populate_lic_setscene.0b32e24b0707201dea139407a738e7530cd95ff7c0caf20ce9d9d3c2af5b0631 not available\nNOTE: Running setscene task 1758 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_qa.12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_qa_setscene.12cdfe01314e71f3bd2a7f83d258e2c05f169d562d6920bb554cb2918095198f not available\nNOTE: Running setscene task 1759 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_write_rpm.20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_package_write_rpm_setscene.20e8b3f51941e94076fa7c47e85b936bb380377eea7620e01d013ea5ff2b204f not available\nNOTE: Running setscene task 1760 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-packaging/24.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-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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-packaging/24.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-py_1.11.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-packaging/24.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_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-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.26.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: Inheriting /home/pokybuild/yocto-worker/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-iniparse_0.5.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/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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_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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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/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-packaging_24.1.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/python3targetconfig.bbclass (from /home/pokybuild/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.26.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_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/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-3496823/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/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.26.0.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.26.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: 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.26.0.bb:20)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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.26.0.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.26.0.bb:20)\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_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_create_spdx', '/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:   considering dependency: ['python3-iniparse', 'do_package_write_deb', '/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_ipk', '/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: 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: 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_create_spdx', '/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:  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-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_recipe_qa.91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniparse/0.5.do_recipe_qa_setscene.91ead320675540d490503ad8f6aa334967d48214cc4a0b3e6ea0931301b6984c not available\nNOTE: Running setscene task 1763 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_populate_lic.d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_populate_lic_setscene.d1cd42bdc8fcf3da2c13cc35e8e61a090c0a4dbe14658f7cab948c7767b83930 not available\nNOTE: Running setscene task 1764 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_qa.2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_qa_setscene.2adb0453c42258433385a2c468b9a6c684020be6a74a08b6a4a255f21b1a8e14 not available\nNOTE: Running setscene task 1765 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_write_rpm.debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_package_write_rpm_setscene.debcdf96c5cc199db92097e7034a6d55ee392540f62afd185462176f140b4ff6 not available\nNOTE: Running setscene task 1766 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_populate_lic.b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_populate_lic_setscene.b60979c56107d270a7bce6835bd13afaaeb86c86bbfbd499d8b7ab76a2bc9363 not available\nNOTE: Running setscene task 1767 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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-devtools/python/python3-pycairo_1.26.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: Inheriting /home/pokybuild/yocto-worker/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-pygments_2.18.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-pygments_2.18.0.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3targetconfig.bbclass (from /home/pokybuild/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/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/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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: 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: 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.18.0.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_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/qemu.bbclass (from /home/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-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/setuptools3-base.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-3496823/tmp/work/core2-64-poky-linux/python3-hypothesis/6.103.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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/python/python3-pycairo_1.26.0.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.26.0.bb:20)\nDEBUG: Inheriting /home/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.18.0.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-devtools/python/python3-pycairo_1.26.0.bb:20)\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.18.0.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_recipe_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_qa.e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_qa_setscene.e06d4edb6c74710febe7ec0a5f29486aa3fa54967aeaef1891a12174eac18bc2 not available\nNOTE: Running setscene task 1768 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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.18.0.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_write_rpm.b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_package_write_rpm_setscene.b92fc691f49e2951ab3560342084d94b68f99532f373ac66ee7a210616ea3009 not available\nNOTE: Running setscene task 1769 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_populate_lic.37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_populate_lic_setscene.37393f0929d749213c9db665c4bf17066d8352f0b7e39a923cbe38c39f7a62bc not available\nNOTE: Running setscene task 1770 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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-devtools/python/python3-pygobject_3.48.2.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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-devtools/python/python3-pygobject_3.48.2.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.48.2.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.48.2.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pluggy/1.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-devtools/python/python3-pygobject_3.48.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: SITE files ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pluggy/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/python3-dir.bbclass (from /home/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.48.2.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/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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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.48.2.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/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/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-3496823/tmp/work/core2-64-poky-linux/python3-pluggy/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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb: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/python/python3-pygobject_3.48.2.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.48.2.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-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/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-pluggy_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-devtools/python/python3-pluggy_1.5.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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.48.2.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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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/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/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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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/meson-routines.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_qa.4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_qa_setscene.4d5e30327c794b9b1bbd72734a03172dbd283da910fa40c4076205f5486ddb6c not available\nNOTE: Running setscene task 1771 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_qa_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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_write_rpm.16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_package_write_rpm_setscene.16ef650830f0b234e814362847c2860f194bb23d092507a0cb7ce254ea524d16 not available\nNOTE: Running setscene task 1772 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_populate_lic.a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_populate_lic_setscene.a75f285c7616dffabebf2648cb24acdfa0443cc2266336ffe0000a780dfd0740 not available\nNOTE: Running setscene task 1773 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_populate_lic_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:12)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pycairo/1.26.0/source-date-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/python/python3-pytest_8.2.2.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_8.2.2.bb:12)\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: 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: SITE 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-pytest_8.2.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-pytest_8.2.2.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/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-pycairo_1.26.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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-3496823/tmp/work/core2-64-poky-linux/python3-pycairo/1.26.0/source-date-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_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:12)\nDEBUG: Inheriting /home/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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_8.2.2.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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/python3targetconfig.bbclass (from /home/pokybuild/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-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_qa.52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_qa_setscene.52d79d382deb1a69eb429b0102ff4aab8d5542ab6ab4d2f1651147dfb3407ecc not available\nNOTE: Running setscene task 1774 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_write_rpm.58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_package_write_rpm_setscene.58cb1e39ef3dbf8fb1d7ec23789accd5df7b7d33e056f6ecf85865bb1b28f37c not available\nNOTE: Running setscene task 1775 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_populate_lic.cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_populate_lic_setscene.cb2c18abd930a397e46642a3290a942248b4e70460bb6cae7dd5a1a1752c463a not available\nNOTE: Running setscene task 1776 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_qa.63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_qa_setscene.63c82bc1a4989d1b6dd84d5565dfa138062b8c60a857ed074ca485cfe1e51ab0 not available\nNOTE: Running setscene task 1777 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_qa_setscene)\nDEBUG: Considering setscene task: ['python3-six', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['python3-six', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_rpm.5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_package_write_rpm_setscene.5ba12e0194a76437316c25a30759ccc792ac3c0bb1a2c757afb7bdcbc7d5b2b0 not available\nNOTE: Running setscene task 1780 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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-setuptools_69.5.1.bb:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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-setuptools_69.5.1.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.5.1.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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-setuptools_69.5.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/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/python3-dir.bbclass (from /home/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/python3-dir.bbclass (from /home/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.5.1.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_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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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.5.1.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/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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pygments/2.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-3496823/tmp/work/core2-64-poky-linux/python3-pygments/2.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/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/setuptools3.bbclass:7)\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: 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: 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/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-3496823/tmp/work/core2-64-poky-linux/python3-pygments/2.18.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-pygments_2.18.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/python-six.inc:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pycairo/1.26.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-pygments_2.18.0.bb:do_populate_lic 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: Inheriting /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-pycairo_1.26.0.bb:do_populate_lic which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_lic.325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_populate_lic_setscene.325ae458504a5fc470c2ab47ae00683b5701f2ded58c16444a8fd3479aec339d not available\nNOTE: Running setscene task 1781 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-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_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_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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_qa.138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_qa_setscene.138843e37937de9134484690b4f101397c344b7514f80b8c93abdf80520859f3 not available\nNOTE: Running setscene task 1783 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_rpm.23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_package_write_rpm_setscene.23ddd4a568b450aee5a87dd47bb2645a1d5f8ee9c3ae89876b80d287bc4932c6 not available\nNOTE: Running setscene task 1784 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_populate_lic.17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_populate_lic_setscene.17add93dea125977706524300c70c781c1cb5d1132847f2fda259c07e2369a54 not available\nNOTE: Running setscene task 1785 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_qa.876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_qa_setscene.876ada657355b0c1bfd42fbeda0858a1ca51af5c45372ffc8a05bc9f210c4e2b not available\nNOTE: Running setscene task 1786 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_qa_setscene)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-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-smartypants_2.0.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-smartypants_2.0.0.bb:6)\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/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/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/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/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: Inheriting /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-smartypants_2.0.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/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/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: 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/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/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/python3targetconfig.bbclass (from /home/pokybuild/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pygobject/3.48.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-3496823/tmp/work/core2-64-poky-linux/python3-pygobject/3.48.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-3496823/tmp/work/core2-64-poky-linux/python3-pygobject/3.48.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/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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-pygobject_3.48.2.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_rpm.a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_package_write_rpm_setscene.a0cb3434d16d97d6062146b1e07b3919641fc10b412e7a076b84b3e363f2f5a7 not available\nNOTE: Running setscene task 1787 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_populate_lic.f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_populate_lic_setscene.f9e1bb97f1c03da2de2434f804402f7f225bea0247e8046f3e0b86f88ea8db2c not available\nNOTE: Running setscene task 1788 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_qa.3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_qa_setscene.3a05cf04c04f8288f52a54b006103d7156e0c6c80daae9c5a5a77d5053581a61 not available\nNOTE: Running setscene task 1789 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pytest/8.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-devtools/python/python3-pytest_8.2.2.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pytest/8.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-3496823/tmp/work/core2-64-poky-linux/python3-pytest/8.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-devtools/python/python3-sortedcontainers_2.4.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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-sortedcontainers_2.4.0.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_populate_lic 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-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-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-toml_0.10.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/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/python3targetconfig.bbclass (from /home/pokybuild/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/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/python3-dir.bbclass (from /home/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/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-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_packagedata.655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_packagedata_setscene.655ed91b91e2f691931a3ecbfa429b6783d14c553044b909314eab2c596b1772.qemux86_64 not available\nNOTE: Running setscene task 1790 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_packagedata.46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_packagedata_setscene.46f3a88c44574e595013c0cd36d01f3e3c204c258854514d06964e9d6ca36fb7.qemux86_64 not available\nNOTE: Running setscene task 1791 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_packagedata.404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_packagedata_setscene.404d4e33cff813563506232cb846e21abf538a70496bbd91278680e3aedcb08e.qemux86_64 not available\nNOTE: Running setscene task 1792 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-setuptools/69.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-3496823/tmp/work/core2-64-poky-linux/python3-setuptools/69.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-3496823/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-setuptools_69.5.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-setuptools/69.5.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-setuptools_69.5.1.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb (full)\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-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: 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: Inheriting /home/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/setuptools3.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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/python/python3-attrs_23.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/python3targetconfig.bbclass (from /home/pokybuild/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-importlib-metadata_7.1.0.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_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-importlib-metadata_7.1.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/python_setuptools_build_meta.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/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_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-3496823/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/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/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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_packagedata.c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_packagedata_setscene.c3c36c356a4e4e592d76ded22ae5830f99bf0928a8d7116d2ea86fe65ea38ee5.qemux86_64 not available\nNOTE: Running setscene task 1793 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_packagedata.d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_packagedata_setscene.d03c6207e5657e29140616345f2bc1df48af6de3b79de213708201c8c366dbd5.qemux86_64 not available\nNOTE: Running setscene task 1794 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_packagedata.493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_packagedata_setscene.493dafb4987ab507514d410ae14e8b02ddd4c1fdc5db11112abc22b4166bc6eb.qemux86_64 not available\nNOTE: Running setscene task 1795 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_packagedata.6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_packagedata_setscene.6eb5c4770e3a57ac45ce3d26f2896c7df6a5790288aa688170314b0aa8fb9ea0.qemux86_64 not available\nNOTE: Running setscene task 1796 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_packagedata.e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_packagedata_setscene.e6072ce414aa56dc2acb5b20a92dcb614f49370eb5371927ef843d5d56b034a3.qemux86_64 not available\nNOTE: Running setscene task 1797 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_packagedata_setscene)\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: 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/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-pathlib2_2.3.7.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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/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/python3-dir.bbclass (from /home/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-pluggy_1.5.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/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-pluggy_1.5.0.bb:13)\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/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_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-py_1.11.0.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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_setuptools_build_meta.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-six_1.16.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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:13)\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/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/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/python3-dir.bbclass (from /home/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/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-3496823/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/python3targetconfig.bbclass (from /home/pokybuild/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-smartypants_2.0.0.bb:do_package_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: 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/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-3496823/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_rpm.3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_package_write_rpm_setscene.3cd9b26cd9b1d4c9d94c279cdc597fd2d572d8e4490b66bcc39594c06bfa56b8 not available\nNOTE: Running setscene task 1798 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_rpm_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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_populate_lic.1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_populate_lic_setscene.1ed290d07cb5cb9ba987da5beec424454bcf7b3fe791e12c2af7e2d8dba4cf61 not available\nNOTE: Running setscene task 1799 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_qa.6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_qa_setscene.6310280348d04f4bbc1bb3a2841e4c64b73c1542d6cc165f43385f26eca76245 not available\nNOTE: Running setscene task 1800 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_rpm.e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_package_write_rpm_setscene.e89c5f7333489cf093bb1ccf1d86d37f6206943440656f2fa598c39b34d8c374 not available\nNOTE: Running setscene task 1801 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_populate_lic.152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_populate_lic_setscene.152c64b59409609b2a73e87066fe6af95a16cebf866896290d120d738b550826 not available\nNOTE: Running setscene task 1802 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_populate_lic_setscene)\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: 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-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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/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-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/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/python3-dir.bbclass (from /home/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/setuptools3-base.bbclass:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3-dir.bbclass (from /home/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-typogrify_2.0.7.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/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-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: 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/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_populate_lic 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/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/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-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_packagedata.c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_packagedata_setscene.c343de5c438b8936fc8dd9c7fffa9c68e5e73b4b9a29c913e3ceb0e1e6023e3d.qemux86_64 not available\nNOTE: Running setscene task 1803 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_qa.f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_qa_setscene.f4108106c200759774b7cb1220fbaf0a46a6641fab4e2a25ae124eac22ef38b1 not available\nNOTE: Running setscene task 1804 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_write_rpm.f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_package_write_rpm_setscene.f8c4953ae099b2a01bdac051248461f0b088076711f5e76ae7ff9bf1528f0d04 not available\nNOTE: Running setscene task 1805 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_rpm_setscene)\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-unittest-automake-output_0.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-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/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.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_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-unittest-automake-output_0.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.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/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/python3-dir.bbclass (from /home/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-unittest-automake-output_0.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/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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-importlib-metadata_7.1.0.bb:do_packagedata 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_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_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', '/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_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_write_deb', '/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:   considering dependency: ['python3-atomicwrites', 'do_package_write_ipk', '/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: 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: 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_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_populate_sysroot', '/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_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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_recipe_qa.7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-atomicwrites/1.4.1.do_recipe_qa_setscene.7c8c0c51a114edb9f55ff7e51697d7720cf4fcdafdc02b6d4da6c7af8de51df1 not available\nNOTE: Running setscene task 1808 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_recipe_qa_setscene)\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_ipk', '/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_packagedata', '/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_write_deb', '/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_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_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-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_recipe_qa.7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-attrs/23.2.0.do_recipe_qa_setscene.7d302dad6877e35ecab1bae49c34d3387ee996e1e99a8572f4d852345e91571d not available\nNOTE: Running setscene task 1811 of 6657 (/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.1.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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.1.0.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.1.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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.1.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-atomicwrites_1.4.1.bb (full)\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.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-iniconfig_2.0.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pypi.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-importlib-metadata', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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.1.0.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.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_recipe_qa.2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-importlib-metadata/7.1.0.do_recipe_qa_setscene.2223f1da9e65c46e1579b328df40705e2b0ab557ea34819b5a248ac77c41ae5e not available\nNOTE: Running setscene task 1814 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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-atomicwrites_1.4.1.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: 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_qa', '/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_create_spdx', '/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_packagedata', '/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_deb', '/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_ipk', '/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: 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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pluggy/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/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-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: 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/python/python3-pluggy_1.5.0.bb:do_packagedata which could be accelerated\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: 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/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: 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_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['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_create_spdx', '/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_deploy_source_date_epoch', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_recipe_qa.8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-iniconfig/2.0.0.do_recipe_qa_setscene.8d5158b0cf91c68f91e896b7e6438c01f9ba9a831301344ae7f44e8baee7ac9a not available\nNOTE: Running setscene task 1817 of 6657 (/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/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-importlib-metadata_7.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-importlib-metadata_7.1.0.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.1.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/python_setuptools_build_meta.bbclass:7)\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_ipk', '/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_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_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:   considering dependency: ['python3-pathlib2', 'do_package_write_deb', '/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/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-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: 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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_recipe_qa.c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pathlib2/2.3.7.do_recipe_qa_setscene.c0aa1f41696f556eab5967860848e841b7d1af41d1326dcdd2a91e1413a0f573 not available\nNOTE: Running setscene task 1820 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_recipe_qa_setscene)\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-pluggy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Considering setscene task: ['python3-pluggy', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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/python_hatchling.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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-3496823/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/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-pluggy', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_recipe_qa.c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pluggy/1.5.0.do_recipe_qa_setscene.c5ce617912384f1b6cad74542ea7f62c0b59e350d8178c348d8fb719e3968779 not available\nNOTE: Running setscene task 1823 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_recipe_qa_setscene)\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: 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: 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-toml_0.10.2.bb:do_populate_lic which could be accelerated\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_package', '/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_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_packagedata', '/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_deb', '/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_package_write_ipk', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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: Inheriting /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: ['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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.0.bb:13)\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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_populate_lic', '/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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_recipe_qa.3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-py/1.11.0.do_recipe_qa_setscene.3b9766c1a3e1b0c5ccd84a82cf6ba947e3523b8556bbf4f0508311dd143bbd53 not available\nNOTE: Running setscene task 1826 of 6657 (/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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: 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_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_package_write_deb', '/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_ipk', '/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_packagedata', '/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: 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: 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.5.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: Inheriting /home/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-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_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_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_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_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-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_recipe_qa.dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-six/1.16.0.do_recipe_qa_setscene.dfb7846d03825bd151f99af4fd290b9815f9b53c38651e7061e3662d054dcbfa not available\nNOTE: Running setscene task 1829 of 6657 (/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-3496823/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/0.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-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_packagedata.9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_packagedata_setscene.9dadbc655c2976ba1965ac2ad4797d1a059f5a4fba9020bcb6b8b03bca6bc74f.qemux86_64 not available\nNOTE: Running setscene task 1830 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_populate_lic.f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_populate_lic_setscene.f86303f976fd281eeeae4c2de0a67dc9ae9db197b66bbbeddc13f8bfb55116ed not available\nNOTE: Running setscene task 1831 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_qa.d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_qa_setscene.d5f11a3da973a1581cab4a808819f71c520db98e947a804b2944e3aad2308ff5 not available\nNOTE: Running setscene task 1832 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/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-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: 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-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_write_rpm.ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_package_write_rpm_setscene.ef16034d914d84dd22f2bdea342cfdc22b83b057b8e11ed86aed576e155ea469 not available\nNOTE: Running setscene task 1833 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_populate_lic.2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_populate_lic_setscene.2462cf75e5ebbf498c12dd3ab2bcc600bf53550644b44be395d5907ecef8284d not available\nNOTE: Running setscene task 1834 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_qa.510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_qa_setscene.510f63535a568395f55e59a7cc34dde372b90096b86310f6e10f097464f049bc not available\nNOTE: Running setscene task 1835 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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/python_setuptools_build_meta.bbclass:7)\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: 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', '/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:   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_package_write_ipk', '/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_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_write_deb', '/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-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/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.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.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_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: 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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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.13.bb:9)\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_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-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_recipe_qa.d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-sortedcontainers/2.4.0.do_recipe_qa_setscene.d39e0952ed63da0f5b03903170bbdac2eed5df22b749e15f522555c4ba484af1 not available\nNOTE: Running setscene task 1838 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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.13.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-wcwidth_0.2.13.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/python3-dir.bbclass (from /home/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-wcwidth_0.2.13.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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/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-wcwidth_0.2.13.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_write_rpm.cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_package_write_rpm_setscene.cc211125ef149504780a815ce404e90d17f8900b0994eb357900bc5a2e3d76e2 not available\nNOTE: Running setscene task 1839 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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-wcwidth_0.2.13.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_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.13.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/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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-wcwidth_0.2.13.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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.19.2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-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/setuptools3.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.19.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/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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/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-zipp_3.19.2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-3496823/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-3496823/tmp/work/core2-64-poky-linux/python3-importlib-metadata/7.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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_populate_lic.ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_populate_lic_setscene.ae6c09def8eb85ba38a21cebfea9eb440e7d7601fe90e96b86ed3c073343e677 not available\nNOTE: Running setscene task 1840 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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.19.2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-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_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-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_qa.706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_qa_setscene.706a68ee02d236042e43500c23dc60708c6eaf17d28e41d079a5405332313d74 not available\nNOTE: Running setscene task 1841 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_populate_lic.4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_populate_lic_setscene.4cbd0779b4d8f9abfa81ade4eeb52bc5cd1f8eb762cae6bb7b2da110bce43089 not available\nNOTE: Running setscene task 1842 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_lic_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_populate_lic.f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_populate_lic_setscene.f460eac6fbe9144e1fbd7d2400c7cb309e46fa401a3733edfafe7a465cf935d6 not available\nNOTE: Running setscene task 1843 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_populate_lic_setscene)\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_3.12.4.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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/python/python3_3.12.4.bb: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: 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.4.bb:63)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pluggy/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\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.4.bb:63)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_qa.ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_qa_setscene.ad7cede7655fceaaeeaab0ab943f26ff084f7bc0e4fea0257af8a18813a7e873 not available\nNOTE: Running setscene task 1844 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.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-devtools/python/python3_3.12.4.bb: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-devtools/python/python3_3.12.4.bb:63)\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.4.bb:63)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\nDEBUG: 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.4.bb: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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: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-devtools/qemu/qemu.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/python/python3_3.12.4.bb: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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-py_1.11.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/qemu/qemu-native.inc:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/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-devtools/qemu/qemuwrapper-cross_1.0.bb: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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-smartypants_2.0.0.bb:do_packagedata 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/0.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_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_write_ipk', '/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:   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_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_package_write_deb', '/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-zipp/3.19.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_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_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-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_recipe_qa.b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-smartypants/2.0.0.do_recipe_qa_setscene.b9809f137c743dd369789d5c856a28d939170948d8013f108736b629306168b7 not available\nNOTE: Running setscene task 1847 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.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: Considering setscene task: ['qemuwrapper-cross', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['qemuwrapper-cross', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.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/python/python3-wcwidth_0.2.13.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/python3-zipp/3.19.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-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_packagedata.5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_packagedata_setscene.5a6cd3d9d1c3eb891f4f4b554a210eb95519189fe6773ae0737d0f4e136db819.qemux86_64 not available\nNOTE: Running setscene task 1849 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_packagedata_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: 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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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: Inheriting /home/pokybuild/yocto-worker/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-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_packagedata.00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_packagedata_setscene.00cdf113b20b0f730e99e2ee2658fb84f813aba8b8949eff615b044d59766f27.qemux86_64 not available\nNOTE: Running setscene task 1850 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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/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-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_packagedata.377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_packagedata_setscene.377a190877aa85bb5da6f69c67308d8e2cb5e524a321ea97f044c74ce9768156.qemux86_64 not available\nNOTE: Running setscene task 1851 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_packagedata.9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_packagedata_setscene.9aed7ee472c1b21a2c6a69a736328e80bd53ddf7420ab139189b863349acc80c.qemux86_64 not available\nNOTE: Running setscene task 1852 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_packagedata.5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_packagedata_setscene.5760bf7328f8a1a6d3a8354aab05ad990ab77e234686a2e3a6b88756bafcff7e.qemux86_64 not available\nNOTE: Running setscene task 1853 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['qemuwrapper-cross', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['qemuwrapper-cross', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_rpm.cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_package_write_rpm_setscene.cbedbf4d7f32bb4d8dbbd040f30b03bb61ff2572c0506c1ab96de2f9f4443e45 not available\nNOTE: Running setscene task 1855 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_lic.d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_lic_setscene.d31d17adf0e02e9427da16e94c0d00b8cc92cd3b88bb1370dabdaee74d1df5dc not available\nNOTE: Running setscene task 1856 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.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/python/python3-pytest_8.2.2.bb:12)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_sysroot.dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_populate_sysroot_setscene.dace95af39412f5cdcf3420b6385e6f946caf3859ae23f61cc3647d472aad70c not available\nNOTE: Running setscene task 1857 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_populate_lic.52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_populate_lic_setscene.52c3fbba6b8019bfb851c2770807b4f085b32b69c9d19414c6ee71d726935798 not available\nNOTE: Running setscene task 1858 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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-more-itertools_10.3.0.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_qa.cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_qa_setscene.cabb9b5fcf41ba7fda6a024ad48b5c912e421bf5aad1a37355fd0c8ba3f3b41f not available\nNOTE: Running setscene task 1859 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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-pytest_8.2.2.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_8.2.2.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.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.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_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_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_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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.13.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.13.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/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.19.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-zipp_3.19.2.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.19.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-zipp/3.19.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/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:10)\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:10)\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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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: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/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/quilt/quilt_0.68.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:1: including quilt.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/qemu-native/9.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/quilt/quilt.inc:20)\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: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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/quilt/quilt-native_0.68.bb:2)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/quilt/quilt_0.68.bb:2)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_write_rpm.a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_package_write_rpm_setscene.a6204e8a5bc0961edfe8cfbdf797f3dfc14f7799bf37864f02e8d913a26cd8f0 not available\nNOTE: Running setscene task 1860 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_populate_lic.9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_populate_lic_setscene.9d5e19bb67914e76e57db1693fc4f4d6212012e3875acd0e0b476c42708b8d89 not available\nNOTE: Running setscene task 1861 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_populate_lic_setscene)\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: SITE 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/quilt/quilt_0.68.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:1: including quilt.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc: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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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: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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.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: 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:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_create_spdx.5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_create_spdx_setscene.5b2bfdd3eb8bf4b26f887efce925b838844ff47121e30df462ae48e7dc1dceba not available\nNOTE: Running setscene task 1862 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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.68.bb:2)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.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-devtools/rpm/rpm_4.19.1.1.bb:59)\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.1.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/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: 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-3496823/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: SITE files ['endian-little', 'common-linux', '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-smartypants_2.0.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_qa.66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_qa_setscene.66bf8b6172ded59cced5227da4719e86adeb28613f60c0d1de86a0da9028124f not available\nNOTE: Running setscene task 1863 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/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-3496823/tmp/work/x86_64-linux/quilt-native/0.68/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/python/python3-unittest-automake-output_0.2.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/python3-pytest/8.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-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_rpm 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3/3.12.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-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3/3.12.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-3496823/tmp/work/core2-64-poky-linux/python3-zipp/3.19.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/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/python/python3-pytest_8.2.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-more-itertools/10.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-devtools/rpm/rpm_4.19.1.1.bb:59)\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.1.bb:59)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_lic 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/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: 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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['python3-more-itertools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.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.3.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.3.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.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.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_packagedata which could be accelerated\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.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.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.3.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.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.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_recipe_qa.f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-more-itertools/10.3.0.do_recipe_qa_setscene.f77f012ee3a46dc686a3a1c4f16c8ffecaf4ab6656fad8a0546a85e4c9d74293 not available\nNOTE: Running setscene task 1867 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['python3-pytest', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_deploy_source_date_epoch 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_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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_8.2.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_recipe_qa.5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pytest/8.2.2.do_recipe_qa_setscene.5436ce5f048b0658fe4d54bc1ad1f8343931e13a90c0f26f4c3efe7bd1335f9d not available\nNOTE: Running setscene task 1869 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/quilt/0.68/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.2.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.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.2.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.2.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.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.2.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.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package which could be accelerated\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.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.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.2.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.68.bb:do_package_qa 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.2.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.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_recipe_qa.a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-unittest-automake-output/0.2.do_recipe_qa_setscene.a3bff6527062c2c9a1e7d205676644c79233760777970abfeb93319b150f7838 not available\nNOTE: Running setscene task 1872 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-more-itertools_10.3.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.3.0.bb:8)\nDEBUG: Considering setscene task: ['python3-wcwidth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package 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: 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.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/python/python3-pytest_8.2.2.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:8)\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.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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_8.2.2.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: Considering setscene task: ['python3-wcwidth', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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.13.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_recipe_qa.da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-wcwidth/0.2.13.do_recipe_qa_setscene.da209f2f0b522bd67a9a411750b4813a637c72739f474a6f1784e02f7fd0b786 not available\nNOTE: Running setscene task 1875 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.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: Considering setscene task: ['python3-zipp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package 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.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_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: ['python3-zipp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3-zipp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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.19.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_recipe_qa.6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-zipp/3.19.2.do_recipe_qa_setscene.6a545c1827a0b67e10a1e9011c1fbbad83b81914575eeddf862e102d399d1fe1 not available\nNOTE: Running setscene task 1878 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_packagedata.3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_packagedata_setscene.3c2bf62f5fc97c0ae035cb71d91f3042a8faf87dcee1d8eccdaa9b89b9aa9324.qemux86_64 not available\nNOTE: Running setscene task 1879 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_packagedata_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_populate_lic.ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_populate_lic_setscene.ed4834ea539785bd50c5c493a3f16b9a7376b3f5e86f599034bbd9411d301e3f not available\nNOTE: Running setscene task 1880 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_qa.745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_qa_setscene.745ea2ea6954adf20349e242439bf50d8d090615559033b6379e7ff131f3190c not available\nNOTE: Running setscene task 1881 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_rpm.661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_package_write_rpm_setscene.661262dadaab6ee4ba729346f22e6c3a94bdbc7f62f31c907d6e637dbaa58b80 not available\nNOTE: Running setscene task 1882 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/quilt/0.68/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/quilt/0.68/source-date-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-wcwidth_0.2.13.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.13.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 /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-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_populate_lic.bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_populate_lic_setscene.bcc76e9a6299fbe5839ad7d5d6ae6541582b45575475761baf9149d9adab50e9 not available\nNOTE: Running setscene task 1883 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_packagedata.d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_packagedata_setscene.d1bdd074def1c82827470dd11d8a6f2f462ec7d078ef95e0e9405d2702c97255.qemux86_64 not available\nNOTE: Running setscene task 1884 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.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-wcwidth_0.2.13.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-zipp_3.19.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_packagedata.d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_packagedata_setscene.d132a2950c6aab24a65796e9e7c13d3ec5178d26829eae1c607e4886ff09d958.qemux86_64 not available\nNOTE: Running setscene task 1885 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_packagedata_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-zipp_3.19.2.bb:10)\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:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_packagedata.2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_packagedata_setscene.2673ebb54092846dc12a80a2338e23071f7dc062ccebe2efc92eecd221219248.qemux86_64 not available\nNOTE: Running setscene task 1886 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_packagedata_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-zipp_3.19.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_qa.4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_qa_setscene.4841d2b7cc26d23d61efd4ffc65ce493946e844ec74449dec86169f877996877 not available\nNOTE: Running setscene task 1887 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:59)\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: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-devtools/run-postinsts/run-postinsts_1.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-devtools/rpm/rpm_4.19.1.1.bb:59)\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.1.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/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: 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/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: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-devtools/run-postinsts/run-postinsts_1.0.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rpm/4.19.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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:14)\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: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-devtools/run-postinsts/run-postinsts_1.0.bb:14)\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:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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-devtools/run-postinsts/run-postinsts_1.0.bb:14)\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: 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/quilt/quilt_0.68.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/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/recipes-devtools/quilt/quilt_0.68.bb:1: including quilt.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/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: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: 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/rust/cargo_1.75.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/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/rust/cargo_1.75.0.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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.75.0.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.inc: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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:2)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_create_spdx.8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_create_spdx_setscene.8d5f0d016e28f739be2ce12303e0de9873a98c2d90582419df5aeb89bcd2012e not available\nNOTE: Running setscene task 1888 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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/rust/cargo_1.75.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rpm/4.19.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-devtools/rpm/rpm_4.19.1.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: SITE 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.191.bb (full)\nDEBUG: 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.191.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_spdx.966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_create_spdx_setscene.966369890677beb0aaaa716edc4ff1d051d8c8729f14753b1042838bb6112b26 not available\nNOTE: Running setscene task 1889 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.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-devtools/elfutils/elfutils_0.191.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-devtools/elfutils/elfutils_0.191.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: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: 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-3496823/tmp/work/core2-64-poky-linux/python3-unittest-automake-output/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-3496823/tmp/work/core2-64-poky-linux/python3-more-itertools/10.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-3496823/tmp/work/core2-64-poky-linux/python3-pytest/8.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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_deb.a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_deb_setscene.a230f5ea24ddc32ec8fe849c537bc81004d41f5af75324f0d0728be8e6dd0aab not available\nNOTE: Running setscene task 1890 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_ipk.6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_ipk_setscene.6c4f3f25fadf332ae179f582773d3327876cf6bee7a8f83b04a14c27d76bd013 not available\nNOTE: Running setscene task 1891 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_write_ipk_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_rpm.c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_package_write_rpm_setscene.c66b5363264d0141f328f45e68f8ec591bf1e69dfb1158b36a45512081109361 not available\nNOTE: Running setscene task 1892 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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-3496823/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.1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/qemu/qemuwrapper-cross_1.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-wcwidth/0.2.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-devtools/rpm/rpm_4.19.1.1.bb:59)\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: 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.1.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/recipes-devtools/rpm/rpm_4.19.1.1.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-devtools/rpm/rpm_4.19.1.1.bb:59)\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: 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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-zipp/3.19.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/run-postinsts/run-postinsts_1.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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: 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/python/python3-wcwidth_0.2.13.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-devtools/rpm/rpm_4.19.1.1.bb:59)\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.1.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/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: 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-devtools/python/python3-zipp_3.19.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: 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_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['qemuwrapper-cross', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['qemuwrapper-cross', 'do_package_write_deb', '/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', '/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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rpm/4.19.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-devtools/rpm/rpm_4.19.1.1.bb:do_populate_lic which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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_recipe_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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_recipe_qa.4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/qemuwrapper-cross/1.0.do_recipe_qa_setscene.4a2036ae3f8d9e3068319065f782c3e69b20a1c2a8183d8e18d2190a62e3e3a0 not available\nNOTE: Running setscene task 1895 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_packagedata.7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_packagedata_setscene.7a9aa731bd32f6031bfd62356ad22a537c05dbdd14a70086a5316942f007d95c.qemux86_64 not available\nNOTE: Running setscene task 1896 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_write_rpm.3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_package_write_rpm_setscene.3d69597b3006a26f7cb8473f06e44455e7da431998c3a44a445a70873ef846af not available\nNOTE: Running setscene task 1897 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_rpm_setscene)\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: 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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package_write_deb', '/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:   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_create_spdx', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/quilt/0.68/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_packagedata 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_recipe_qa', '/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_populate_sysroot', '/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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_recipe_qa.b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffstat/1.66.do_recipe_qa_setscene.b7f5135881be9921bf10b668e206da126ae3aa0e995b23e05c80b3dda52dba55 not available\nNOTE: Running setscene task 1900 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_recipe_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:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb (full)\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_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_write_deb', '/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_create_spdx', '/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:   considering dependency: ['patch', 'do_package_write_ipk', '/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: 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: 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: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-devtools/run-postinsts/run-postinsts_1.0.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:14: including rust-source.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cargo/1.75.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/rust/cargo_1.75.0.bb:15: including rust-snapshot.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/run-postinsts/run-postinsts_1.0.bb:14)\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.75.0.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_qa which could be accelerated\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-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: 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/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: 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.75.0.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: 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_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['patch', 'do_populate_sysroot', '/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_create_spdx', '/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:   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-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_recipe_qa.70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/patch/2.7.6.do_recipe_qa_setscene.70101655e56ee727a8aaa72226ac6fdffc4a42df7edc9578774b07c43df48d39 not available\nNOTE: Running setscene task 1903 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['quilt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/elfutils/0.191/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['quilt', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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.68.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_recipe_qa.314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quilt/0.68.do_recipe_qa_setscene.314500966e4ed1aedd1da67b458d8d75ca974ef4ec46b2c4ffcb984cd28a341b not available\nNOTE: Running setscene task 1906 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_populate_lic.002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_populate_lic_setscene.002eabed0f9048416b95290685cb7092760725783029c0a82f6d0c02c4c2841e not available\nNOTE: Running setscene task 1907 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_qa.23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_qa_setscene.23d5ca0c9aeb12bfbb23bdabffc83ec663965dce64cbcf273b786cd947b2e590 not available\nNOTE: Running setscene task 1908 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_populate_lic.966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_populate_lic_setscene.966be8dd93b40c4dbfe80dcb96e31a04759315d5a8795f6a563f1a4ddf6a8f94 not available\nNOTE: Running setscene task 1909 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['elfutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_deb which could be accelerated\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: Considering setscene task: ['elfutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_ipk 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-devtools/patch/patch.inc:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_write_rpm.bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_package_write_rpm_setscene.bf2489012d3def78554b1faf77f9a3ee7ba1ffbc079d8df70b2767e3d8367a65 not available\nNOTE: Running setscene task 1912 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_rpm_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:14: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:15: including rust-snapshot.inc\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: Considering setscene task: ['lua', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_deb 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.75.0.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:7: including rust-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/quilt/quilt.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: Considering setscene task: ['lua', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['lua', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_ipk 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: 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.75.0.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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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.75.0.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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/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-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_rpm.afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_package_write_rpm_setscene.afd41e09843527efcb92c017372688d7ff102a91561e0934936bcbf5d1a5720d not available\nNOTE: Running setscene task 1915 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_qa.5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_qa_setscene.5c720d1320e3d3936f64cb6f5963784d468f5582fb1def5b8a6da8da5602f812 not available\nNOTE: Running setscene task 1916 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_write_rpm.5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_package_write_rpm_setscene.5a5f11f664af1a81b50acf7077e46866f21592563333251d72b765d7b62b33f6 not available\nNOTE: Running setscene task 1917 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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-devtools/rust/cargo_1.75.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-devtools/elfutils/elfutils_0.191.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: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-3496823/tmp/work/core2-64-poky-linux/rpm/4.19.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/elfutils/elfutils_0.191.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-3496823/tmp/work/core2-64-poky-linux/rpm/4.19.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/elfutils/elfutils_0.191.bb:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rpm/4.19.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/lua/lua_5.4.6.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_write_ipk 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-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:9: including rust-source.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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-devtools/lua/lua_5.4.6.bb:65)\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.75.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/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/run-postinsts/run-postinsts_1.0.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_packagedata.7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_packagedata_setscene.7e44ac858ed6bc8f70dd8eef5e4f9ad3b43a3f567937c50487742ea1b6e41ee5.qemux86_64 not available\nNOTE: Running setscene task 1918 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_packagedata_setscene)\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_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_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', '/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_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:   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: 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: 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_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', '/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_sysroot', '/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-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_recipe_qa.e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/run-postinsts/1.0.do_recipe_qa_setscene.e16a8ff781cbd9f01c745ed3145ab737f821734d4c9a1e02aa4cfc87dbdd4d21 not available\nNOTE: Running setscene task 1921 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_populate_lic.eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_populate_lic_setscene.eed1f3c625a7d11e9aa0bf1e26b6c2cee7774ed3462a94396aaf395f2f055ece not available\nNOTE: Running setscene task 1922 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_qa.0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_qa_setscene.0662b3545f2645da30ab97581643deb4eac8d4749cf587f97bef3e50a57d5fe7 not available\nNOTE: Running setscene task 1923 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_write_rpm.db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_package_write_rpm_setscene.db47c3e51d4949318214e0c2dfa8e6c33bba9d89cad3b015f061083c3170d475 not available\nNOTE: Running setscene task 1924 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_rpm_setscene)\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/run-postinsts/run-postinsts_1.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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-devtools/run-postinsts/run-postinsts_1.0.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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/rust/rust-llvm_1.75.0.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-devtools/run-postinsts/run-postinsts_1.0.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/cargo/1.75.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.75.0.bb:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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/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-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_packagedata.0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_packagedata_setscene.0170ecfcbd076b676c32c13733c9c83496e8d6dc8c0a7970a394abc3c61a1d2c.qemux86_64 not available\nNOTE: Running setscene task 1925 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_packagedata_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.75.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:219: including rust-source.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_populate_lic.7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_populate_lic_setscene.7dc0d14c76d616a9d7870518bd9e5a4b4caf6f9a653769fd6d83886338827383 not available\nNOTE: Running setscene task 1926 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:220: 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.75.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:219: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:220: including rust-snapshot.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/rust/cargo_1.75.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:15: including rust-snapshot.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.75.0.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/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/python3-dir.bbclass (from /home/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/quilt/0.68/source-date-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_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_qa.e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_qa_setscene.e99691170a95ccc354be3eab1eb7fb2506301190023d4f4b10a21f660fefd2a0 not available\nNOTE: Running setscene task 1927 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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/rust/cargo_1.75.0.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/recipes-devtools/rust/rust_1.75.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:219: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:220: including rust-snapshot.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libstd-rs/1.75.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-3496823/tmp/work/core2-64-poky-linux/libstd-rs/1.75.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/strace/strace_6.9.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cargo/1.75.0/source-date-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/strace/strace_6.9.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.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-devtools/rust/cargo_1.75.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-devtools/strace/strace_6.9.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_write_rpm.12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_package_write_rpm_setscene.12a42364ffe5012dc899db8bb4636db8b523302234c555c0ddf90c31c4d66ae7 not available\nNOTE: Running setscene task 1928 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_populate_lic.48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_populate_lic_setscene.48686769bcf432ae52248eb0365c4627bff14c07563c3b4ad6be886a10bfb832 not available\nNOTE: Running setscene task 1929 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_qa.7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_qa_setscene.7f24fa088e0364a11bebb2b8d88350c020368307448c94990a20f8b3956c8788 not available\nNOTE: Running setscene task 1930 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_rpm.ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_package_write_rpm_setscene.ff394fb177a22e6e38d06a65deb158b2190e3a121ca0df14ce637a1668735ba2 not available\nNOTE: Running setscene task 1931 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/elfutils/0.191/source-date-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.191.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/rust-llvm/1.75.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-3496823/tmp/work/core2-64-poky-linux/rust-llvm/1.75.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/lua/lua_5.4.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.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-devtools/strace/strace_6.9.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-devtools/strace/strace_6.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/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: 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.9.bb:20)\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.9.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: 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: 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/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-3496823/tmp/work/all-poky-linux/run-postinsts/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-devtools/tcf-agent/tcf-agent_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_populate_lic.28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_populate_lic_setscene.28630f535578a752afdff114200ebc68a38d7b3c7aeba5a77d82e4eece702f22 not available\nNOTE: Running setscene task 1932 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_qa.47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_qa_setscene.47b0609e46a8da1e296b81ca6ce5c6451d5ddbb2864ecc4e6f52cbdcb9293e78 not available\nNOTE: Running setscene task 1933 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_write_rpm.a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_package_write_rpm_setscene.a2ac9465461848a15dd6840cd3a7a03b111774bf8357f83f3027d8da6ebeb656 not available\nNOTE: Running setscene task 1934 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_populate_lic.83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_populate_lic_setscene.83a60a4bd9f9399c17642be5f5388ce8de5a69b27cb45cdf05749e097a8fc386 not available\nNOTE: Running setscene task 1935 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_lic_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/debugedit/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-devtools/tcf-agent/tcf-agent_git.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_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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-3496823/tmp/work/core2-64-poky-linux/rust-llvm/1.75.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/tcltk/tcl_8.6.14.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: 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.14.bb: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/tcltk/tcl_8.6.14.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/autotools.bbclass:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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-devtools/tcltk/tcl_8.6.14.bb: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-devtools/tcltk/tcl_8.6.14.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/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-devtools/tcltk/tcl_8.6.14.bb: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/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb: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-devtools/tcltk/tcl_8.6.14.bb:38)\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.14.bb: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: ['debugedit', 'do_package', '/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_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_package_write_ipk', '/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', '/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_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: 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.14.bb:38)\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: 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_recipe_qa', '/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_create_spdx', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_recipe_qa.76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/debugedit/5.0.do_recipe_qa_setscene.76e159d9019660b9ba29e29ff0dfecf2778c50d4991fa95caeea212ca940c220 not available\nNOTE: Running setscene task 1938 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_qa.2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_qa_setscene.2c9bdd6fd56eb804e8a5356d730be05bdf544d8aab65b69529bc6083c9459547 not available\nNOTE: Running setscene task 1939 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_populate_lic.10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_populate_lic_setscene.10b6f8bbceaad9073cf1da923bfe966ac5dffc1c054a66f08c5ee077f956376a not available\nNOTE: Running setscene task 1940 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rust/1.75.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_1.75.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rust/1.75.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_1.75.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-devtools/debugedit/debugedit_5.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/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/vala/vala_0.56.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-devtools/debugedit/debugedit_5.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: 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_0.56.17.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/vala/vala_0.56.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-devtools/vala/vala_0.56.17.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-devtools/vala/vala_0.56.17.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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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/vala/vala_0.56.17.bb:55)\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-3496823/tmp/work/core2-64-poky-linux/cargo/1.75.0/source-date-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/vala/vala_0.56.17.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-devtools/vala/vala_0.56.17.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/vala/vala_0.56.17.bb:55)\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-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_packagedata.1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_packagedata_setscene.1e295273dab1837af51b09b44a46245e7bb3670b6a8bdc922bbb4a4cdbf4c54a.qemux86_64 not available\nNOTE: Running setscene task 1941 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rust/1.75.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/strace/6.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['cargo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.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: ['cargo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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.75.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_recipe_qa.34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cargo/1.75.0.do_recipe_qa_setscene.34e172af3007a3823e74a1eaefa2784f5316a1f6721714186fd45b1601ca28b8 not available\nNOTE: Running setscene task 1944 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_qa.a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_qa_setscene.a37a1bdcf5bc048830ac9c7e8631f938036f3c6f99c1f220b04aae172142a0b4 not available\nNOTE: Running setscene task 1945 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_write_rpm.7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_package_write_rpm_setscene.7c70b891ddb072993399faa6f7ccaa401758466e31dc61722e94640e1f6739c9 not available\nNOTE: Running setscene task 1946 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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-recipe/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_populate_lic.be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_populate_lic_setscene.be0d3d84680cbb27b2c943cee8c440b0ba984f828fd7986501fbf14bf080763d not available\nNOTE: Running setscene task 1947 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/rust/cargo_1.75.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:14: including rust-source.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/strace/6.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/valgrind/valgrind_3.23.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:15: including rust-snapshot.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/strace/6.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-devtools/rust/rust_1.75.0.bb:219: 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.75.0.bb:20)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:220: 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/classes-recipe/cargo.bbclass:12)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb (full)\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: 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.23.0.bb:75)\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/autotools-brokensep.bbclass:10)\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: 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/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/strace/strace_6.9.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_populate_lic which could be accelerated\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/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:75)\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-devtools/valgrind/valgrind_3.23.0.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-devtools/valgrind/valgrind_3.23.0.bb:75)\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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:75)\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.23.0.bb:75)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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.23.0.bb:75)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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.23.0.bb:75)\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.75.0.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-devtools/valgrind/valgrind_3.23.0.bb:75)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_packagedata.d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_packagedata_setscene.d6d2eda7ea415373baf3f2d1ffd519064fbd6e18799b9e53d47fc2afd5a56063.qemux86_64 not available\nNOTE: Running setscene task 1948 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_packagedata.fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_packagedata_setscene.fac9d923cdf95ba6fc36d0534d15f4c84e4e9a2410a504915e75d8d1ad17c776.qemux86_64 not available\nNOTE: Running setscene task 1949 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_qa.d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_qa_setscene.d4796c60b9b87206ba929ff2982b7e8e71ab2fb08ccd560c2436e693e832c68a not available\nNOTE: Running setscene task 1950 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_populate_lic.b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_populate_lic_setscene.b30b3871af85122a36ad8e6a39e4276faf8aa420e17efb7135e37b0fd879d610 not available\nNOTE: Running setscene task 1951 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: SITE 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/strace/strace_6.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-devtools/strace/strace_6.9.bb:20)\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-3496823/tmp/work/core2-64-poky-linux/tcl/8.6.14/source-date-epoch/__source_date_epoch.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-3496823/tmp/work/core2-64-poky-linux/tcl/8.6.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: SITE files ['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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/tcl/8.6.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-devtools/tcltk/tcl_8.6.14.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/strace/strace_6.9.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/bash/bash.inc:8)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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/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/bash/bash_5.2.21.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_lic which could be accelerated\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/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/siteinfo.bbclass (from /home/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/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_qa.ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_qa_setscene.ffbb4c0f6ffe277ee6d15ec44e3655e4500b836718a0171eacaf92c0157461d5 not available\nNOTE: Running setscene task 1952 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_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-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: 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-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_rpm.27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_package_write_rpm_setscene.27012f56b6d2a18f1c043b60ba1fb76ea1457c728f6ac5bebede85b42b7c9b2a not available\nNOTE: Running setscene task 1953 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_populate_lic.1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_populate_lic_setscene.1299b1ce52b7c356d037393d71841110a0b46175fad78e33a14c378674a97db7 not available\nNOTE: Running setscene task 1954 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_qa.8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_qa_setscene.8e3e94e0400baca32cdc0fa83b6a13a36c8bd160c2be119a00b595837480ff3b not available\nNOTE: Running setscene task 1955 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/debugedit/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: 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: SITE 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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vala/0.56.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: 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/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/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/texinfo.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/vala/vala_0.56.17.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/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/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-3496823/tmp/work/core2-64-poky-linux/vala/0.56.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/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/siteinfo.bbclass (from /home/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/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-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/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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/blktool/blktool_4-7.1.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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_rpm.b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_package_write_rpm_setscene.b8104283325ccfeb4acc78f3840ad92d8366f4b9f0256187e1d42c3dd2384c94 not available\nNOTE: Running setscene task 1956 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_populate_lic.82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_populate_lic_setscene.82c0ac35265e3a65f565570e29b8adde38b93cdaf859d316d0ff3f0f242106c6 not available\nNOTE: Running setscene task 1957 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_qa.f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_qa_setscene.f34eba4e32b3d8c32c5137e11218fe1013e60b32f40ebaff1bbcd4c2fc09db6e not available\nNOTE: Running setscene task 1958 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.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: SITE 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/autotools.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: Inheriting /home/pokybuild/yocto-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-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: SITE files ['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/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/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-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/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: 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-3496823/tmp/work/core2-64-poky-linux/valgrind/3.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-3496823/tmp/work/core2-64-poky-linux/rust/1.75.0/source-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cargo/1.75.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-3496823/tmp/work/core2-64-poky-linux/valgrind/3.23.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_1.75.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/valgrind/3.23.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/valgrind/valgrind_3.23.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_packagedata.c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_packagedata_setscene.c3885a20cd3b61f9671725194627e7dbe9e013196747fc6a2e2a2a44e2a3d25d.qemux86_64 not available\nNOTE: Running setscene task 1960 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['rust', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['rust', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.75.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_recipe_qa.d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust/1.75.0.do_recipe_qa_setscene.d77097505177d2b993e8b6e15dd9a5fe53cc9d638a475d6ce15a15566020b41b not available\nNOTE: Running setscene task 1963 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_packagedata.e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_packagedata_setscene.e843fe64991e7e9d74f8c70787cd6475b1611d554411742e06cb60f2f76b1a29.qemux86_64 not available\nNOTE: Running setscene task 1964 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_lic.e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_lic_setscene.e9b00c59e6527e5606bf2ddac0986db647fcc4d3d8262c33764ed6ab6a6b1d9a not available\nNOTE: Running setscene task 1965 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_qa.6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_qa_setscene.6975fb8a2679c8cd26a6be6f815585319d5365582c35ab779c3f8429de00bad1 not available\nNOTE: Running setscene task 1966 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_qa_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/strace/6.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/rust/rust-llvm_1.75.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.75.0.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:75)\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/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: 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-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:75)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.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/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:8)\nDEBUG: Considering setscene task: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:219: including rust-source.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/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/cpio/cpio_2.15.bb: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/valgrind/valgrind_3.23.0.bb:75)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:220: including rust-snapshot.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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: 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/bash/bash_5.2.21.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-extended/cpio/cpio_2.15.bb:16)\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: 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/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/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:76)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['strace', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_deploy_source_date_epoch which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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: ['strace', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_recipe_qa.3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/strace/6.9.do_recipe_qa_setscene.3852dbe4d981113c304d70e9c473150e31c14812b9987665e7e68d0b7c70de36 not available\nNOTE: Running setscene task 1969 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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-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: 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: 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_deb', '/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_packagedata', '/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_package_write_ipk', '/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_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_recipe_qa.fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcf-agent/1.8.0+git.do_recipe_qa_setscene.fd1876ff08f7f29f3f34bec8411beebf1e2e4d05a62ab8fadc51d06ab8a55d88 not available\nNOTE: Running setscene task 1972 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_rpm.299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_package_write_rpm_setscene.299805aaf72d061e32c50481e62dc23806ffbe9408838fa685c06aa11fa3672f not available\nNOTE: Running setscene task 1973 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_populate_lic.58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_populate_lic_setscene.58542e679696576088f5e1fbf656236b1e2ce86e0b9ba5d9f65882d23b672bef not available\nNOTE: Running setscene task 1974 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_populate_lic_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_qa.abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_qa_setscene.abde7db2c8ecfcef00a6e83a93976b30595107e45b6d137e4b8da79111991d8d not available\nNOTE: Running setscene task 1975 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:20)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_packagedata.b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_packagedata_setscene.b3d24cc4ecf641c110b6af767fde7bff9323e1c869d2ef7762d5b6c11c107f53.qemux86_64 not available\nNOTE: Running setscene task 1976 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_write_rpm.f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_package_write_rpm_setscene.f8242befefbd602be2c81b34e61a87dc77af0eb55df695c17d0242a3634f7110 not available\nNOTE: Running setscene task 1977 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_populate_lic.f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_populate_lic_setscene.f343c38bf15dcf23dafb365973ba749317fce6119dd5857bdae763f966e67506 not available\nNOTE: Running setscene task 1978 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_qa.3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_qa_setscene.3045e3b3e93105aa0b4cca557c948856ccbb4e0f4dd51950f663b037626f8bc0 not available\nNOTE: Running setscene task 1979 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_populate_lic.f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_populate_lic_setscene.f019354a56cdb7f6896f0f0545fdf602fa0af80a2ec818fb6218f72a2e3137ef not available\nNOTE: Running setscene task 1980 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_populate_lic_setscene)\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: 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: 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: Inheriting /home/pokybuild/yocto-worker/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/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/cronie/cronie_1.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/cronie/cronie_1.7.2.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-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/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-recipe/ptest.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.2.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/cronie/cronie_1.7.2.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.2.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.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: 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:76)\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.2.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-extended/blktool/blktool_4-7.1.bb:29)\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.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:76)\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.2.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: 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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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/diffutils/diffutils.inc:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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/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/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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb: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-extended/cronie/cronie_1.7.2.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/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/siteinfo.bbclass (from /home/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/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.2.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: 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.2.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: 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.2.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/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/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_qa.946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_qa_setscene.946ebb8499ca4d71193771313501c7ba2e366262a87bb5011883c18ce40ff593 not available\nNOTE: Running setscene task 1981 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rust-llvm/1.75.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-devtools/rust/rust-llvm_1.75.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.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/ed/ed_1.20.2.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/valgrind/3.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-3496823/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: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rust/1.75.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/bzip2/bzip2_1.0.8.bb:do_populate_lic which could be accelerated\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.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_recipe_qa.2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rust-llvm/1.75.0.do_recipe_qa_setscene.2c35cf4ce0290e11915c549f94822a5ea01551a80bf4459426dfc8aa28ce5c90 not available\nNOTE: Running setscene task 1984 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cpio/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package which could be accelerated\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: Considering setscene task: ['valgrind', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['valgrind', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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.23.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_recipe_qa.35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/valgrind/3.23.0.do_recipe_qa_setscene.35ee24fc4bb50895211cbfe550cc609cecffd35bfc877d0f7f6af55b5f51b872 not available\nNOTE: Running setscene task 1987 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_write_rpm.d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_package_write_rpm_setscene.d38b9672dd66f5931ba7d0e51d8047d49572d6c7d802390ae282f51ce0fcb584 not available\nNOTE: Running setscene task 1988 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_populate_lic.9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_populate_lic_setscene.9882a862e1bfa36a99873c2b7c58a53d78536a22e8475de176a1e170027b3200 not available\nNOTE: Running setscene task 1989 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_qa.d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_qa_setscene.d5d26f053387010f03c8a50acd6559ba54d02e88b9afe1fdc5006d9c35d1ef07 not available\nNOTE: Running setscene task 1990 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.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-devtools/valgrind/valgrind_3.23.0.bb:75)\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/ed/ed_1.20.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/ed/ed_1.20.2.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.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/ed/ed_1.20.2.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/valgrind/valgrind_3.23.0.bb:75)\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-3496823/tmp/work/core2-64-poky-linux/strace/6.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-3496823/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.23.0.bb:75)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:1: including findutils.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_write_rpm.718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_package_write_rpm_setscene.718cc289e2546c080406751b4c8e72813376276f8d7a2287916a73fdd0607f63 not available\nNOTE: Running setscene task 1991 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_rpm_setscene)\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: 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: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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.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-extended/findutils/findutils.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/findutils/findutils.inc:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/findutils/findutils_4.10.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:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cronie/1.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/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/cpio/cpio_2.15.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cronie/1.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-3496823/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/cronie/cronie_1.7.2.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-extended/findutils/findutils.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.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/findutils/findutils.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_rpm 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_ipk', '/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:   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_write_deb', '/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_create_spdx', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cronie/1.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/cpio/cpio_2.15.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/findutils/findutils.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/diffutils/3.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.2.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/diffutils/3.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/diffutils/diffutils_3.10.bb:do_package_qa 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['blktool', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['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_populate_sysroot', '/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:   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-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_recipe_qa.32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktool/4-7.1.do_recipe_qa_setscene.32db2a4fc5a4c88f35e11d6fb453d25e409c73b2d96fc88fba6d683f64ed4ac3 not available\nNOTE: Running setscene task 1994 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ed/1.20.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-extended/findutils/findutils_4.10.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_populate_lic.1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_populate_lic_setscene.1b1f041b3346ee84214a32a45e8968db2052b41c001d2cab2f3a212557527e9d not available\nNOTE: Running setscene task 1995 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_qa.86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_qa_setscene.86adc0d2e538da22de2ad66e47441cc509d4883dd73c90a1dd621bb40f69f16c not available\nNOTE: Running setscene task 1996 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_qa which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_populate_lic.e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_populate_lic_setscene.e4dfdd768160075b79b57d3cb7d8f6b1001422ef3552a7da169d7d0d4449bee7 not available\nNOTE: Running setscene task 1997 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_qa.fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_qa_setscene.fb6cccb2cc327c53bb2b0e3275cd6d93fa7cb9168a542428de85c2978af64ae4 not available\nNOTE: Running setscene task 1998 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_rpm.39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_package_write_rpm_setscene.39ec1cbad7c823e9ebe08190e8c9cdbae19df775b7708590cda2aca4c63464ca not available\nNOTE: Running setscene task 1999 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_populate_lic.ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_populate_lic_setscene.ac65f8911df065768903c075d10e1fc893833d7003706fdfdcf18cff8665700e not available\nNOTE: Running setscene task 2000 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_qa.1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_qa_setscene.1786cf73c9397cbabc4d33c6ba73b1b37278cbc5190a5e261e3076afbbe45153 not available\nNOTE: Running setscene task 2001 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_rpm.8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_package_write_rpm_setscene.8a4c1e8f10a15f10877dd576f75704d31397b29ec8304185569befd35265a081 not available\nNOTE: Running setscene task 2002 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.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-extended/grep/grep_3.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_populate_lic.58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_populate_lic_setscene.58dddc785d587c1a2ebad5935371a1c32c64242985d8e6d673134a467754cf6f not available\nNOTE: Running setscene task 2003 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_lic_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/findutils/findutils_4.10.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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:13)\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: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/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/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: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-extended/gawk/gawk_5.3.0.bb: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-extended/gawk/gawk_5.3.0.bb: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/gawk/gawk_5.3.0.bb:25)\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: 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: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/findutils/findutils.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/findutils/findutils.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-extended/findutils/findutils.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: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-extended/gawk/gawk_5.3.0.bb: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/gawk/gawk_5.3.0.bb:25)\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: 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:44)\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/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: 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: 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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.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-extended/grep/grep_3.11.bb:13)\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/grep/grep_3.11.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/siteinfo.bbclass (from /home/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: 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/siteinfo.bbclass (from /home/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/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/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/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/siteinfo.bbclass (from /home/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/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: SITE files ['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/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-3496823/tmp/work/core2-64-poky-linux/ed/1.20.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/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/ed/ed_1.20.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_packagedata.0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_packagedata_setscene.0c9a0312adbd20368879a2525e05403602a96f3e6098db8fc7758b7f29f5cfc2.qemux86_64 not available\nNOTE: Running setscene task 2004 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ed/1.20.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/ed/ed_1.20.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rust-llvm/1.75.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/rust/rust-llvm_1.75.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-extended/ed/ed_1.20.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/valgrind/3.23.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:26)\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/valgrind/valgrind_3.23.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_qa.e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_qa_setscene.e3dc5ff94099f2f4c49011b2653820f5c366d2d442ce2d3023014b4f5987f80c not available\nNOTE: Running setscene task 2005 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_rpm.9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_package_write_rpm_setscene.9fc6fc5b370d306b7ac637afbc824a4a741ef6eb6a5404a46279e7e63a8bec8d not available\nNOTE: Running setscene task 2006 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_populate_lic.f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_populate_lic_setscene.f7b7ed8ddb2b00ebf59513a59ebc472ca5b26e332eaa3e4b3707ae0ea6ddf684 not available\nNOTE: Running setscene task 2007 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/findutils/4.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/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/groff/groff_1.23.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.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/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/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/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-3496823/tmp/work/core2-64-poky-linux/findutils/4.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/groff/groff_1.23.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_qa.8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_qa_setscene.8b4524609f4ea1f9ef829eb19bdd4b154356338d04d28c036b0fcb42249f08f9 not available\nNOTE: Running setscene task 2008 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.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-extended/groff/groff_1.23.0.bb: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-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\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: SITE files ['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/gzip/gzip.inc:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc: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-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_rpm.9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_package_write_rpm_setscene.9259213cfe5f0192b4897b2c05d470196a6bea7301686909c03cd1f022d97162 not available\nNOTE: Running setscene task 2009 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.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-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: 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: SITE 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/findutils/4.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-3496823/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/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-3496823/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/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:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_populate_lic.cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_populate_lic_setscene.cb51e9c028fe4d74217154dac1c74aeeaf3f9fe64e56dadbf5537e2769872cfc not available\nNOTE: Running setscene task 2010 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_populate_lic_setscene)\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/go-examples/go-helloworld_0.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:21)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/grep/grep_3.11.bb:do_package_write_rpm which could be accelerated\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ed/1.20.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/texinfo.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/ed/ed_1.20.2.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/gzip/gzip.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-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: Considering setscene task: ['ed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['ed', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['ed', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_recipe_qa.661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ed/1.20.2.do_recipe_qa_setscene.661410605e1134e54684e5f65e1fa2ea6a243900d94687131fe3f1f101840896 not available\nNOTE: Running setscene task 2013 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_packagedata.4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_packagedata_setscene.4d4db2db09bd63f07074a2ae3d42e9d5982b09fe78e07ebfb10c9e3157ef21d9.qemux86_64 not available\nNOTE: Running setscene task 2014 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_qa.b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_qa_setscene.b65ded9956a9cf1f8147c8ea223b04ef0b23960715e88f1827ac2fb64e820ec1 not available\nNOTE: Running setscene task 2015 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_rpm.5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_package_write_rpm_setscene.5451f8666fa28beab5fa25ffb55fea297f9c9616020508553ceba2786e0b3cdd not available\nNOTE: Running setscene task 2016 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_lic.f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_populate_lic_setscene.f0218d094b8308642e069cd20d1330a17d3335f4a6db82df0f7567f26ceb28b8 not available\nNOTE: Running setscene task 2017 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_qa.e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_qa_setscene.e4dcefd2fcd9d29e05d9e0b38d9429476605b3c855503063cd69cfbf8496451b not available\nNOTE: Running setscene task 2018 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_rpm.f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_package_write_rpm_setscene.f853eae50043868be6590fee7099db19ef9e4d4805a317723228ca5962f955a9 not available\nNOTE: Running setscene task 2019 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_populate_lic.b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_populate_lic_setscene.b2056d69a408a24d36d5f96ca68bb9f4e9c9a81e1020fe66b62e2186055ad99c not available\nNOTE: Running setscene task 2020 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_qa.671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_qa_setscene.671e8ebc994e44fbe26cfcb9dbb2782ed50bdd5e425c642deed9165ce12716a0 not available\nNOTE: Running setscene task 2021 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_rpm.effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_package_write_rpm_setscene.effcfb6aa6b704c58823397e9c8e82b49f8c15b5ce953e99b4f58838d6475a34 not available\nNOTE: Running setscene task 2022 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.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/ed/ed_1.20.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/ed/ed_1.20.2.bb:26)\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/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:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.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-extended/iptables/iptables_1.8.10.bb: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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.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 /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/siteinfo.bbclass (from /home/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/iptables/iptables_1.8.10.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-extended/iptables/iptables_1.8.10.bb:25)\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/python3native.bbclass (from /home/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-extended/iptables/iptables_1.8.10.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-extended/iptables/iptables_1.8.10.bb:25)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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-extended/less/less_643.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/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/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-extended/less/less_643.bb:36)\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: 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: 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/qemu.bbclass (from /home/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/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/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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/less/less_643.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-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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/core2-64-poky-linux/gzip/1.13/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/less/less_643.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_populate_lic.5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_populate_lic_setscene.5857b94bde08c5602343c07ffa9f04cca6c7a756507630dc0868705902df05d0 not available\nNOTE: Running setscene task 2023 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_populate_lic_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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_qa.c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_qa_setscene.c882ad8f9168426c18fdc1e1824cfc92f936ee14552957ec3aea0164a4951574 not available\nNOTE: Running setscene task 2024 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.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-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_rpm.831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_package_write_rpm_setscene.831871cd036859efbd5c2f53135d48c80a2172011983a373c0bbff4fcda8acf7 not available\nNOTE: Running setscene task 2025 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_lic.47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_populate_lic_setscene.47a3aa0934f1dcdca79050bd9daaa1134ae367b5b45a79db25040ea970359431 not available\nNOTE: Running setscene task 2026 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.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-extended/less/less_643.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-extended/less/less_643.bb:36)\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/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/libaio/libaio_0.3.113.bb (full)\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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.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/less/less_643.bb:36)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_create_spdx.c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_create_spdx_setscene.c2090589306aae68150f00535369d0d83af1e96a9150f61352016dce359eac9c not available\nNOTE: Running setscene task 2027 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gzip/1.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/libarchive/libarchive_3.7.4.bb (full)\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: 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.4.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_qa.7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_qa_setscene.7d411189756fea9f2c91485e5f3c30510e081d7ed5a6f04524328000aeb0378f not available\nNOTE: Running setscene task 2028 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ed/1.20.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: 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.4.bb:40)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/libarchive/libarchive_3.7.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/libarchive/libarchive_3.7.4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libarchive/libarchive_3.7.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_populate_lic.428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_populate_lic_setscene.428703e5a24439bdf1a60e778e55869b25a00c3a4fec63c6f0d2a7a29eb4b8b0 not available\nNOTE: Running setscene task 2029 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libarchive/libarchive_3.7.4.bb:40)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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/go-examples/go-helloworld_0.1.bb:do_packagedata 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: 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/libarchive/libarchive_3.7.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/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/less/643/source-date-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_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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_write_deb', '/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:   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_ipk', '/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_package_qa', '/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:40)\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_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/iputils/20240117/source-date-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_package_qa 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_packagedata.7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_packagedata_setscene.7e37111318b01d2c7d48eb8137f916e6cd88d305911720a7bfa6b9273efe3403.qemux86_64 not available\nNOTE: Running setscene task 2031 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_packagedata_setscene)\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: Considering setscene task: ['go-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_populate_sysroot', '/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-devtools/go/go-runtime_1.22.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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_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_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_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_populate_sysroot', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_recipe_qa.e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-helloworld/0.1.do_recipe_qa_setscene.e5d221836a624ad848a960b3ce7f3044b81ffd52cae33e77ee1bf99606f61066 not available\nNOTE: Running setscene task 2034 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_qa.305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_qa_setscene.305563b2a8084b221097ae7270bcc242aa6a6dacae60ca89f2e2bd24113da09a not available\nNOTE: Running setscene task 2035 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_lic.d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_lic_setscene.d2df88a7d379dcae3c23ab57873b8afa65f9ef8fca5cb4c9beb497400edd8632 not available\nNOTE: Running setscene task 2036 of 6657 (/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_package_qa which could be accelerated\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_qa.33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_qa_setscene.33ea4696ceb03328f19b1d125b74586c5deaebaf8864e708ef1219e3e8638f10 not available\nNOTE: Running setscene task 2037 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE 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.22.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:1: including go-1.22.4.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-common.inc\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_rpm.a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_package_write_rpm_setscene.a02b4febbc69952acd67c684b2121425caf145ddf40128985eb79d3e7b65179a not available\nNOTE: Running setscene task 2038 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_lic.3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_populate_lic_setscene.3e8c6a931afc94aaa330f33e7bfa77a98db93e330b0420aa33705a5dfac319cd not available\nNOTE: Running setscene task 2039 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_populate_lic_setscene)\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.22.4.bb:2: including go-runtime.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_qa.b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_qa_setscene.b95b2978cdba2803ce7ef2fec792e4bfb465caf487a4ef1c058c433fa415f416 not available\nNOTE: Running setscene task 2040 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_lic.545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_lic_setscene.545365e2daa3e020587682f729e43ed1df56ba2b11c93e940cf694839b8da368 not available\nNOTE: Running setscene task 2041 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_populate_lic_setscene)\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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_qa.34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_qa_setscene.34c1423cba216060596f4b4687c041180852dc7c37bd5cab5e9fd67ddc932563 not available\nNOTE: Running setscene task 2042 of 6657 (/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-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 /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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_lic.d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_populate_lic_setscene.d5ee7a0e649074f7ef53bf4736d4dc728fe032fafa8ff8e12e5221297a0e2ab5 not available\nNOTE: Running setscene task 2043 of 6657 (/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-3496823/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/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_qa.8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_qa_setscene.8a05758376389838e76a3648c120c7a5310cf13fea0c9523ad2f641864d8d929 not available\nNOTE: Running setscene task 2044 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_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/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/siteinfo.bbclass (from /home/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/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 /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: Considering setscene task: ['libsolv', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_deb 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/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/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: Considering setscene task: ['libsolv', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_ipk 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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: 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: 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/siteinfo.bbclass (from /home/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-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/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/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/libpipeline/libpipeline_1.5.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/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/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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_write_rpm.961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_package_write_rpm_setscene.961aa264a5ee6309b9f60317a4925ed08be946a4bf5b1239b48b83736a93c0f5 not available\nNOTE: Running setscene task 2047 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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/siteinfo.bbclass (from /home/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-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/libsolv/libsolv_0.7.29.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libarchive/3.7.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-extended/libarchive/libarchive_3.7.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: SITE 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/libsolv/libsolv_0.7.29.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.29.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libarchive/3.7.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libarchive', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['libarchive', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_write_rpm.770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_package_write_rpm_setscene.770f3413c240613d18682343317070136f81a2e35abec520470b8bb6876072c0 not available\nNOTE: Running setscene task 2050 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_populate_lic.9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_populate_lic_setscene.9ed450ddc4332c4390c5377ad0d99870b4a71648346c2d06090e8ae7becb86d9 not available\nNOTE: Running setscene task 2051 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libarchive/3.7.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/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_qa.4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_qa_setscene.4db796feac83c16350546a2255b9e274ed068bb26983c8037bb3d4987d71f16d not available\nNOTE: Running setscene task 2053 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_qa_setscene)\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: SITE files ['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/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/go-runtime/1.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-3496823/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-devtools/go/go-runtime_1.22.4.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.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-cross-core2-64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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.22.4.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.22.4.bb']\nDEBUG:   considering dependency: ['go-helloworld', 'do_populate_sysroot', '/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-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/go-examples/go-helloworld_0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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_package_write_rpm which could be accelerated\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_package_qa 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.22.4.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.22.4.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.22.4.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.22.4.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.22.4.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.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_populate_lic which could be accelerated\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: 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_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['go-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.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.22.4.bb']\nDEBUG:   considering dependency: ['go-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libsolv/0.7.29/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['go-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['go-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb']\nDEBUG:   considering dependency: ['go-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb']\nDEBUG:   considering dependency: ['go-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb']\nDEBUG:   considering dependency: ['go-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb']\nDEBUG:   considering dependency: ['go-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb']\nDEBUG:   considering dependency: ['go-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_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.22.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['go-runtime', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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.22.4.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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.22.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_recipe_qa.ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/go-runtime/1.22.4.do_recipe_qa_setscene.ee5d5dd9366031b5428fd483a6841219a11ef9dd381d100df4183a5433890017 not available\nNOTE: Running setscene task 2062 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_recipe_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_lic.b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_lic_setscene.b289cfff3bbf16cd057212bd5a50307c88d9481e99a8ab16077e8fc6a88d703b not available\nNOTE: Running setscene task 2063 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_qa.a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_qa_setscene.a1d4b815ae1282b078f89e605010afa8f12d8c5c88ca65991061db2f76e28061 not available\nNOTE: Running setscene task 2064 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_write_rpm.be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_package_write_rpm_setscene.be405ce161bc4ee92972747ff1dd0bbf783ea3242e9fa94e1d21e063aed5546b not available\nNOTE: Running setscene task 2065 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_populate_lic.05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_populate_lic_setscene.05bc8baba7d4cec71052d59a54d015b76ef7c8145ea619e771ba32519e3274b5 not available\nNOTE: Running setscene task 2066 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libsolv/0.7.29/source-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.22.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_rpm which could be accelerated\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-runtime_1.22.4.bb:1: including go-1.22.4.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-1.22.4.inc:1: including go-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_packagedata.563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_packagedata_setscene.563b1a19867a235cf44070fc8d1692a992a1016a690c52478c67ad494ad8400a.qemux86_64 not available\nNOTE: Running setscene task 2067 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_packagedata_setscene)\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/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:50)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_qa.77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_qa_setscene.77bf9b3f2ee504f60f7cb406055a84386518b38f8b83fdafeda53342a8d4bcec not available\nNOTE: Running setscene task 2068 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-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/logrotate/logrotate_3.22.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.22.0.bb:50)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_write_rpm.08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_package_write_rpm_setscene.08ef9d4e8cacd40558afa3c28d9486906a0a327c87036ebd2e26bdc230b72707 not available\nNOTE: Running setscene task 2069 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_rpm_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/logrotate/logrotate_3.22.0.bb:50)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_populate_lic.ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_populate_lic_setscene.ff4b8f90dcde85ab0de132cdab5438b26c9279d5eaaff878eb6ee562c987e779 not available\nNOTE: Running setscene task 2070 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-extended/logrotate/logrotate_3.22.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.22.0.bb:50)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_qa.d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_qa_setscene.d6190ab7386429d0bb70728513296add9d9815ab88a450f3c4eeb407e54e5171 not available\nNOTE: Running setscene task 2071 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_populate_lic.b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_populate_lic_setscene.b6daf4b7d87254d8e74817e7fd47de4f6a6766fdc1bf0e954e6144b387cc5b2c not available\nNOTE: Running setscene task 2072 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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.22.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/logrotate/logrotate_3.22.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.22.0.bb:50)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_qa.f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_qa_setscene.f8b4c189819af667ac8c8a0345f537bea4f7a5803a2fcfcb75e08314b3d8ed6c not available\nNOTE: Running setscene task 2073 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_populate_lic.5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_populate_lic_setscene.5ae183233b32700847436650a51fd77f510bb2fc79cfcd5a3a52019b26c20daa not available\nNOTE: Running setscene task 2074 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_populate_lic_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.22.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.22.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.22.0.bb:50)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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_20240524.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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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_20240524.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:36)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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_20240524.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/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/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/lzip/lzlib_1.14.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.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-extended/ltp/ltp_20240524.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libsolv/0.7.29/source-date-epoch/__source_date_epoch.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/ltp/ltp_20240524.bb:36)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libarchive/3.7.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.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-extended/man-db/man-db_2.12.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.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-extended/man-db/man-db_2.12.1.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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-extended/man-db/man-db_2.12.1.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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: 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.1.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.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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:23)\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/build-st-3496823/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.1.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.1.bb:23)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.1.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/man-db/man-db_%.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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_qa.5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_qa_setscene.5dbc9abe740705119f10c7b3cc9f4b343c3d8e63f3085a02711283e08adb109c not available\nNOTE: Running setscene task 2075 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.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-extended/libtirpc/libtirpc_1.3.4.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_rpm.599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_package_write_rpm_setscene.599e70c5b955377641858bc02c709ac4bbb769c3dd9e31cbf1652415fb127696 not available\nNOTE: Running setscene task 2076 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_populate_lic.aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_populate_lic_setscene.aa6d378dc24837bf6f7a8cf85b77fa6c11468553e1b804eaa56e68b296ab20a4 not available\nNOTE: Running setscene task 2077 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.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-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: 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: 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: 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-3496823/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_qa.e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_qa_setscene.e55fac2dd722c1766aa20f84171438e8e32b62aed1102d468cb87924c809bf1e not available\nNOTE: Running setscene task 2078 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/go-runtime/1.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-devtools/go/go-runtime_1.22.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/logrotate/3.22.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-3496823/tmp/work/core2-64-poky-linux/ltp/20240524/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libsolv/0.7.29/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/logrotate/3.22.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-3496823/tmp/work/core2-64-poky-linux/lzlib/1.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-extended/procps/procps_4.0.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lzlib/1.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-extended/logrotate/logrotate_3.22.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-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ltp/20240524/source-date-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/lzip/lzlib_1.14.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ltp/20240524/source-date-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/logrotate/logrotate_3.22.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/logrotate/3.22.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/lzip/lzlib_1.14.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-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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/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-extended/logrotate/logrotate_3.22.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/man-db/2.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-extended/man-db/man-db_2.12.1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/man-db/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-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_packagedata.4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_packagedata_setscene.4dcd399593c2637c7599dc44a9e0efb52925ecc930f65d575905a0452d4402da.qemux86_64 not available\nNOTE: Running setscene task 2079 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_packagedata.877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_packagedata_setscene.877659a65a7b232bfc60a4f79a051efe262dc683644327ea772426fd03e64eb5.qemux86_64 not available\nNOTE: Running setscene task 2080 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_packagedata.588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_packagedata_setscene.588e344a9818ed81e21965ccad8d7b07af6f84adbac3a78402818f00ad0f467c.qemux86_64 not available\nNOTE: Running setscene task 2081 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_packagedata.280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_packagedata_setscene.280fcc3897ccf0b956c72a69ab36645a0f5bff87f42e762074e23bbf8ff77804.qemux86_64 not available\nNOTE: Running setscene task 2082 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_packagedata.47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_packagedata_setscene.47d101dfb2845863ed9b7be38b66562590107c3f82af2a733a0676cf64a9b2ea.qemux86_64 not available\nNOTE: Running setscene task 2083 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_packagedata.b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_packagedata_setscene.b31c6c86aff5ea1610942ba4d41a5bc23b09df81a945b9a580ba3152787fb0e0.qemux86_64 not available\nNOTE: Running setscene task 2084 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_packagedata.b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_packagedata_setscene.b73fd4e2f8965b7499a2c007b27e770936ea090c718c151901fdcbb9d487f941.qemux86_64 not available\nNOTE: Running setscene task 2086 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_packagedata_setscene)\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: Inheriting /home/pokybuild/yocto-worker/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/gdb/gdb_14.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb (full)\nDEBUG: Considering setscene task: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['rpm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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/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.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/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: 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/recipes-extended/cronie/cronie_1.7.2.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/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.2.bb:3)\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/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-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libsolv', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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/gdb/gdb_14.2.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-extended/cpio/cpio_2.15.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/gzip/gzip.inc:7)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:12: including gdb.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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/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/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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/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-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/rpm/rpm_4.19.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/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libsolv', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_recipe_qa.26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsolv/0.7.29.do_recipe_qa_setscene.26d9fed802573d14372ce7f0129a1720a3411641736ead0933e2e220855975dc not available\nNOTE: Running setscene task 2089 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_recipe_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/meson-routines.bbclass (from /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-extended/cronie/cronie_1.7.2.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:76)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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/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/gzip/gzip.inc: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/rpm/rpm_4.19.1.1.bb:59)\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.2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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-extended/gzip/gzip_1.13.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-extended/cronie/cronie_1.7.2.bb:30)\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: 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-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\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.1.bb:59)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_packagedata.aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_packagedata_setscene.aa4b8b6371277d05ec2696084ea8a2332455cc2cd26199f8817b7c7a059f3d70.qemux86_64 not available\nNOTE: Running setscene task 2090 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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-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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_packagedata.8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_packagedata_setscene.8150ae94c0bdefa3328ab197b54241946ff67d6c42e4b55d29fc0e957a9380fe.qemux86_64 not available\nNOTE: Running setscene task 2091 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_packagedata.193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_packagedata_setscene.193120ff403ecf8c963e3fa1d744c085db3b446c7fb7b5a6b7a656cc48d2359c.qemux86_64 not available\nNOTE: Running setscene task 2092 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_rpm.46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_package_write_rpm_setscene.46c3d49860855337db2bfd48b0019efac1982d34cf78d09037aeaad3ae740d04 not available\nNOTE: Running setscene task 2093 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_populate_lic.d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_populate_lic_setscene.d93322c27da1e0f4e90b56472df3ce974bd655aa84544aa29860910b36cd0d93 not available\nNOTE: Running setscene task 2094 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_qa.ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_qa_setscene.ed87d8d759c33fcd3f54fe34bba54bdcd4888ae285e7a6064dd6c6a42b4af234 not available\nNOTE: Running setscene task 2095 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_qa_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-extended/psmisc/psmisc_23.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_populate_lic.af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_populate_lic_setscene.af891466bc4ad6c95c8b8c6a86f9a094af16553bcee41bd23618aaaafbef8710 not available\nNOTE: Running setscene task 2096 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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.22.0.bb:50)\nDEBUG: SITE files ['endian-little', 'common-linux', '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_20240524.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_20240524.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/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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:50)\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: SITE files ['endian-little', 'common-linux', '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-extended/procps/procps_4.0.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-extended/logrotate/logrotate_3.22.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.22.0.bb:50)\nDEBUG: 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: 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/procps/procps_4.0.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/ltp/ltp_20240524.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/psmisc/psmisc_23.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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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-extended/procps/procps_4.0.4.bb:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.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/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/siteinfo.bbclass (from /home/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_23.7.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-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-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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-extended/psmisc/psmisc_23.7.bb:54)\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_23.7.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-extended/psmisc/psmisc_23.7.bb:54)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/procps/procps_4.0.4.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_qa.9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_qa_setscene.9e18bdcd87abf32a905fa590503e6813866faeab32ffa66d46fdeb40b46cc9f4 not available\nNOTE: Running setscene task 2097 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.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-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: 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-3496823/tmp/work/core2-64-poky-linux/gdb/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-3496823/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.2.bb:do_packagedata 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: 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_deb', '/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:   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_write_ipk', '/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_package_qa', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cpio/2.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/cronie/1.7.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_populate_lic', '/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_recipe_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_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-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_recipe_qa.9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expect/5.45.4.do_recipe_qa_setscene.9529553d49c494aee41f176dcd59fe6ef94e9be1c40eedbfbce43eb8f6798a92 not available\nNOTE: Running setscene task 2100 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_recipe_qa_setscene)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gzip/1.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/rpm/4.19.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-3496823/tmp/work/core2-64-poky-linux/iputils/20240117/source-date-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['gdb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_deploy_source_date_epoch 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb (full)\nDEBUG: Considering setscene task: ['gdb', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_recipe_qa.a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdb/14.2.do_recipe_qa_setscene.a89c7cba04bc4dd3301e0bf363b40b411a726a19b976e0c27bc3bd1f79ef2d66 not available\nNOTE: Running setscene task 2103 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libsolv/0.7.29/source-date-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: Considering setscene task: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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/update-alternatives.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-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_packagedata.080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_packagedata_setscene.080634690a7bb68613017826f62d6a0e323d9db488d0b9e779ff3889e4661c70.qemux86_64 not available\nNOTE: Running setscene task 2105 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.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/expect/expect_5.45.4.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/work/core2-64-poky-linux/ltp/20240524/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: ['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.1.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: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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-devtools/gdb/gdb_14.2.bb (full)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:1: including gdb-common.inc\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.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/logrotate/3.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-devtools/gdb/gdb-common.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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: ['rpm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_recipe_qa.051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpm/4.19.1.1.do_recipe_qa_setscene.051a2b07acfab5acf49af10eddcb8fffb6346337d6bc0da67580e0f947f677d8 not available\nNOTE: Running setscene task 2108 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_packagedata 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/gdb/gdb-common.inc:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_packagedata.4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_packagedata_setscene.4d7c5d4a2ae7fef7b7290945011801fbe0a5db2812bc53f7596668bc6f0d30e3.qemux86_64 not available\nNOTE: Running setscene task 2109 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb (full)\nDEBUG: Considering setscene task: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['expect', 'do_populate_sysroot', '/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/tcltk/tcl_8.6.14.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_sysroot which could be accelerated\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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_deb', '/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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_ipk', '/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_package', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/psmisc/23.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.2.bb:3)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.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-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: 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: 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/psmisc/psmisc_23.7.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/psmisc/23.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/psmisc/psmisc_23.7.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb (full)\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: SITE files ['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/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.1.bb:59)\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_create_spdx', '/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-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_recipe_qa.afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cpio/2.15.do_recipe_qa_setscene.afbd9e1cabbeaffa72c868f7a27450f911bf37dbebaab8fdf6693608c32421e5 not available\nNOTE: Running setscene task 2113 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.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-devtools/rpm/rpm_4.19.1.1.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/recipes-devtools/rpm/rpm_4.19.1.1.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-devtools/tcltk/tcl_8.6.14.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb: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/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:38)\nDEBUG: Considering setscene task: ['cronie', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_deploy_source_date_epoch 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.2.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_recipe_qa.1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cronie/1.7.2.do_recipe_qa_setscene.1b1660129332a63ce96553b1cd289c42a0b196b9bc993f20c10ee83e5c58bb2d not available\nNOTE: Running setscene task 2116 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_recipe_qa_setscene)\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: Inheriting /home/pokybuild/yocto-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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['gzip', 'do_package_write_deb', '/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_package_write_ipk', '/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_create_spdx', '/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_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: 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: 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: 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:76)\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_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['gzip', 'do_populate_sysroot', '/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_create_spdx', '/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-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_recipe_qa.d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gzip/1.13.do_recipe_qa_setscene.d61b58a64e61c4faaf937d6a93b129a8079445e6a0ee5e0d9454161648a6e3ba not available\nNOTE: Running setscene task 2119 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/cronie/cronie_1.7.2.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_create_spdx', '/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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package_write_ipk', '/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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package_write_deb', '/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: 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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:30)\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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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: 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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['iputils', 'do_deploy_source_date_epoch', '/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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['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_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-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_recipe_qa.c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iputils/20240117.do_recipe_qa_setscene.c749a07f37f2987cadd4e85a6098d83e5a195eb0a06dac5db7e9f87473eab616 not available\nNOTE: Running setscene task 2122 of 6657 (/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-recipe/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:30)\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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip.inc:7)\nDEBUG: Considering setscene task: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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/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:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['logrotate', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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/gzip/gzip_1.13.bb:21)\nDEBUG: Considering setscene task: ['logrotate', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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.22.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_recipe_qa.049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/logrotate/3.22.0.do_recipe_qa_setscene.049464619d0e4916ccdb2b420659e0e89cd5bf2c87ee522409d942052708d0b9 not available\nNOTE: Running setscene task 2125 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb (full)\nDEBUG: Considering setscene task: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: ['ltp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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: 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_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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_20240524.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_recipe_qa.3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ltp/20240524.do_recipe_qa_setscene.3a121deef8ed82d62027e37aaeae12bd38eeee203b1c20110ab1c1683d463ae7 not available\nNOTE: Running setscene task 2128 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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/iputils/iputils_20240117.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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/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/logrotate/logrotate_3.22.0.bb:50)\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_packagedata', '/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_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:   considering dependency: ['net-tools', 'do_package_write_ipk', '/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_package_write_deb', '/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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.22.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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.22.0.bb:50)\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_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_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_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-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_recipe_qa.afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/net-tools/2.10.do_recipe_qa_setscene.afdbe3a121863093ca12a4474fbe7b13a54a10105040fb3c43900ec63f1c2d5e not available\nNOTE: Running setscene task 2131 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_rpm.0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_package_write_rpm_setscene.0d447264e52cc1eb0b5432c77152a36fcec53cb517b2bde55ba5740b4a3bb49d not available\nNOTE: Running setscene task 2132 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_rpm_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-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_lic.af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_populate_lic_setscene.af97b3dc21c073cfee17f7d43b4f5e841e11c204f40cb9584e07ce78f2402348 not available\nNOTE: Running setscene task 2133 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_qa.df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_qa_setscene.df75d80091d621a41bb48d3cb4d909986bf20b90559aad5c4d35d0e8d6d565fe not available\nNOTE: Running setscene task 2134 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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_20240524.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/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_rpm.8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_package_write_rpm_setscene.8558b7d6127471c7dd9a8ce959f97e2ee9ee8a3920c9802c9f4bbb4bee63d890 not available\nNOTE: Running setscene task 2135 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gdb/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-devtools/gdb/gdb_14.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-extended/ltp/ltp_20240524.bb:36)\nDEBUG: SITE 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/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/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: Inheriting /home/pokybuild/yocto-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-3496823/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/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/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/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/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/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-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/rpcbind/rpcbind_1.2.6.bb:21)\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: 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-recipe/siteinfo.bbclass (from /home/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/systemd.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-3496823/tmp/work/core2-64-poky-linux/rpm/4.19.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/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: SITE files ['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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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-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: 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_package_write_rpm', '/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_write_deb', '/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:   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_ipk', '/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/tcl/8.6.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/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/tcltk/tcl_8.6.14.bb:do_packagedata which could be accelerated\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_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_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-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_recipe_qa.fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lua/5.4.6.do_recipe_qa_setscene.fb01628abaeef27ad567c258df739779d1302a09a05d19a83a0137fd72db56d6 not available\nNOTE: Running setscene task 2138 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.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: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['tcl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['tcl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_recipe_qa.e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcl/8.6.14.do_recipe_qa_setscene.e3b01e582ed98ca6b59de80dad5c657286e19a64257c0950fa20088abcce46df not available\nNOTE: Running setscene task 2141 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_recipe_qa_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-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_populate_lic.f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_populate_lic_setscene.f71172b790652a144a33ce8b965b8f129c04369915a83e9d0ebdacbeed475f22 not available\nNOTE: Running setscene task 2142 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_qa.815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_qa_setscene.815e5b0373530806afbd7c0ee20c6306373d3cfb2f23bdc693dbaa04664e9966 not available\nNOTE: Running setscene task 2143 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_rpm.b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_package_write_rpm_setscene.b2ccf217a20cb183223ce26520a1079873bdeeb759351d23eda124dc3927f19b not available\nNOTE: Running setscene task 2144 of 6657 (/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-3496823/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: 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: 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: 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: 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-3496823/tmp/work/core2-64-poky-linux/cronie/1.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: SITE 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/tcltk/tcl_8.6.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-devtools/tcltk/tcl_8.6.14.bb:38)\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/cronie/cronie_1.7.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-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: 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.14.bb: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-extended/sed/sed_4.9.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.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/siteinfo.bbclass (from /home/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/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:38)\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/siteinfo.bbclass (from /home/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/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: 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/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/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/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/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gzip/1.13/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/sed/sed_4.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_populate_lic.750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_populate_lic_setscene.750e2d48d7c3e2e5f2bda3e9f8e79dad4cbb9ad5d5163e7c8e8f9c8448a7bee5 not available\nNOTE: Running setscene task 2145 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.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/gzip/gzip_1.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_qa.11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_qa_setscene.11dad3b5069b57069cdcbdc960605d27e3c279bf23332adc9842c47bfe3d04d9 not available\nNOTE: Running setscene task 2146 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_rpm.3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_package_write_rpm_setscene.3297b8d862bd839cddd93a6d8a6b5435b557f72bf7b1bf6e1d7c2d4ce6735378 not available\nNOTE: Running setscene task 2147 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.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-3496823/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-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: 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: SITE 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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/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-3496823/tmp/work/core2-64-poky-linux/logrotate/3.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ltp/20240524/source-date-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_populate_lic.813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_populate_lic_setscene.813d9e8a8afd700a69a0123d91f26bc3962c41cd3f9d51cfbddb5441cee2fb82 not available\nNOTE: Running setscene task 2148 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_lic.d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_lic_setscene.d3408cbc38504fbec01eca6444a270c0760b70d9330b7612c318b0945512adc5 not available\nNOTE: Running setscene task 2149 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_qa.0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_qa_setscene.0bf9cdbd814781520c3f5db78838b5c32da28462b08f2481f367d3a54c197a45 not available\nNOTE: Running setscene task 2150 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/quota/4.09/source-date-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/net-tools/net-tools_2.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/quota/4.09/source-date-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/quota/quota_4.09.bb:do_package_write_rpm 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb (full)\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:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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-extended/shadow/shadow_4.15.1.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-3496823/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-3496823/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-recipe/siteinfo.bbclass (from /home/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/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_packagedata.11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_packagedata_setscene.11e2cbd2e739ccea156971c167827a8bfde02050f381ab23be5973bfa91a0c9d.qemux86_64 not available\nNOTE: Running setscene task 2151 of 6657 (/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:191)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_populate_lic.68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_populate_lic_setscene.68fac31c744aaa2ec6a775962c58d55da0d9a4b622c483885c42b4597700e1da not available\nNOTE: Running setscene task 2152 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_qa.64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_qa_setscene.64a6a27aac53989f5eeb7d3be456e6f4964fb2a9837b25c1b983388c5132bb99 not available\nNOTE: Running setscene task 2153 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_rpm.9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_package_write_rpm_setscene.9f98e69f2d500ad44142b04849a82c23c8fab95f527045aa7d39b14ce3b6c958 not available\nNOTE: Running setscene task 2154 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_lic.5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_lic_setscene.5dcced3f56f069891353e3fde019a1c786599f0836843bafa0f167669912c72d not available\nNOTE: Running setscene task 2155 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_lic_setscene)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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: 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.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-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-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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.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-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/siteinfo.bbclass (from /home/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/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/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/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/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/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/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/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:191)\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/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/slang/slang_2.3.3.bb:31)\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: 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-3496823/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/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-3496823/tmp/work/core2-64-poky-linux/tcl/8.6.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-devtools/lua/lua_5.4.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_qa.dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_qa_setscene.dbdbafaba5059440994a53c44f815ece371e124a0375f76f33b35006f194c8e1 not available\nNOTE: Running setscene task 2156 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-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/sed/sed_4.9.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sed/4.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-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: SITE files ['endian-little', 'common-linux', '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-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/sed/sed_4.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: Inheriting /home/pokybuild/yocto-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/shadow/shadow-securetty_4.6.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_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_rpm.82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_package_write_rpm_setscene.82b6f4ef532b28815f7bab11588aa65b23ac78e818f2ff874bae953c37047ab5 not available\nNOTE: Running setscene task 2157 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_populate_lic.36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_populate_lic_setscene.36ec0c1cc32bc5b595e376f0b7f9d1d961a25ec43610059a7764da207873a920 not available\nNOTE: Running setscene task 2158 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_qa.2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_qa_setscene.2fb0335dc66bd1fd81cb00693d46dfcffb2fdcd3ae72ea39a52bd3131078a0e1 not available\nNOTE: Running setscene task 2159 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_rpm.67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_package_write_rpm_setscene.67177c76f02a1609ec5c707b43967fbdeabc8bdace03daf7cb098367d5d8a3a0 not available\nNOTE: Running setscene task 2160 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_populate_lic.717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_populate_lic_setscene.717a7cfc984e0ba75bb5e793f83ec8574a5c7fc650e51885b2492ec9ef05cd9e not available\nNOTE: Running setscene task 2161 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-extended/shadow/shadow-sysroot_4.6.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_qa.c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_qa_setscene.c3302f51fb87cd330d35583c11bff3d810407d13fc4c26dc911aef30263b02b9 not available\nNOTE: Running setscene task 2162 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_rpm.90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_package_write_rpm_setscene.90eca55fc579dcc879b6d49d47cd116ffc5e82b3f65c4a101cf83c880efd20db not available\nNOTE: Running setscene task 2163 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-extended/sed/sed_4.9.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-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: Inheriting /home/pokybuild/yocto-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-3496823/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: 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: Inheriting /home/pokybuild/yocto-worker/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/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: 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/siteinfo.bbclass (from /home/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: 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: 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/siteinfo.bbclass (from /home/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.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/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/siteinfo.bbclass (from /home/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.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-extended/tar/tar_1.35.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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/tar/tar_1.35.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/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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: 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-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_lic.f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_populate_lic_setscene.f86e519508438cb0e645a0dad38a262a0306b153f46c9ed2cd48952df8be1a33 not available\nNOTE: Running setscene task 2164 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/shadow/4.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: 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-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_lic.0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_lic_setscene.0908c02d63caa1cf6ed54718195dd224bb28789a5e107422642c7121768c070b not available\nNOTE: Running setscene task 2165 of 6657 (/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/shadow/shadow_4.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-extended/tcp-wrappers/tcp-wrappers_7.6.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/texinfo-dummy-native/texinfo-dummy-native.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-extended/texinfo-dummy-native/texinfo-dummy-native.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_populate_lic.001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tzcode-native/2024a.do_populate_lic_setscene.001160b138225783ed980fd0576558302e6a2d9d34ebe749d2817df4a6db1ccd not available\nNOTE: Running setscene task 2166 of 6657 (/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-3496823/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-3496823/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-3496823/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-3496823/tmp/work/core2-64-poky-linux/shadow/4.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-3496823/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: 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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_lic which could be accelerated\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/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/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-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-3496823/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: ['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_deb', '/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_package_write_ipk', '/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_packagedata', '/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_package_write_rpm', '/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/sudo/sudo_1.9.15p5.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_packagedata.ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_packagedata_setscene.ebe2fe75c86bdb330f33349c070151cb6285285b9b88c8c752ccff36e3751c7e.qemux86_64 not available\nNOTE: Running setscene task 2168 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_packagedata_setscene)\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: ['quota', 'do_populate_sysroot', '/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: ['rpcbind', 'do_populate_sysroot', '/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: 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: 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-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_recipe_qa.1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rpcbind/1.2.6.do_recipe_qa_setscene.1ced2db1705b947ca347b05e25f67e8a34c764ac4839bac83750459f78882ba0 not available\nNOTE: Running setscene task 2171 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_qa.daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_qa_setscene.daf583908601481f268192374488e96fb89842d85f8714107cf4aa70615f9eb7 not available\nNOTE: Running setscene task 2172 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_write_rpm.89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_package_write_rpm_setscene.89ebd3b6a32c51872882389ae957c8fa44cc4ee8ab7112fef82484a89e2ef140 not available\nNOTE: Running setscene task 2173 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_populate_lic.4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_populate_lic_setscene.4037f98956f3ae1140540d1e833ea4c5ffb528a96284fed4527b28ce7079fca4 not available\nNOTE: Running setscene task 2174 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_qa.fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_qa_setscene.fe0b7232a8fc7820608fef4eb75453e5848c56e0c71940a535f4c1f83305524c not available\nNOTE: Running setscene task 2175 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_qa_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-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-3496823/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/timezone/tzdata.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/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-3496823/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: 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: 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: 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/timezone/tzdata.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/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_qa 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/rpcbind/rpcbind_1.2.6.bb:21)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:1: including timezone.inc\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: 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/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/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/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/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_lic 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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-extended/tar/tar_1.35.bb:do_package_qa 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_packagedata.8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_packagedata_setscene.8eb66e9aa708f964da91e045c2ebd763ed520ff7233f6d16afc1ebd3d73d50ca.qemux86_64 not available\nNOTE: Running setscene task 2176 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/tzcode-native/2024a/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-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_rpm.e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_package_write_rpm_setscene.e596206b07289e8cec35d715bac74480822647ab68c674336f34424104abba73 not available\nNOTE: Running setscene task 2177 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /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-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_populate_lic.b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_populate_lic_setscene.b60a99b81a24d3534398beac5ca5c76a7d3631cb1c2adba18fd65b1bd99c0bdd not available\nNOTE: Running setscene task 2178 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_lic_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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_qa.8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_qa_setscene.8a417ea158c54431900a86485c24b405b693f9439b7461731ff1d560a43a2add not available\nNOTE: Running setscene task 2179 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_rpm.f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_package_write_rpm_setscene.f4db9bfc4be80678eca366bc4f8dcab902fb52c71953a854a7b941209b5daa13 not available\nNOTE: Running setscene task 2180 of 6657 (/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_populate_lic.f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_populate_lic_setscene.f4a718a36bbc752515e41ca67e81a14c582ab88140bcca3064d64a3ed2d9754e not available\nNOTE: Running setscene task 2181 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_qa.098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_qa_setscene.098dedba05e2406e6bd029568c2f72c3937ae74ccc4adc6e4470238b16212dbc not available\nNOTE: Running setscene task 2182 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_populate_lic.627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_populate_lic_setscene.627aa1120727caeaff3d787716602903cb4392c73e0c858c7b70fb881dabc4f4 not available\nNOTE: Running setscene task 2183 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_qa.235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_qa_setscene.235bb1e2269c8c034d22c841c49b4b81e6c80a2a915473ca9e303c6cc01e4a6c not available\nNOTE: Running setscene task 2184 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_qa_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_rpm.4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_package_write_rpm_setscene.4d99444255e5f80c05d706b67d8ae901616a90cd7a52e38174ccdd532899cb17 not available\nNOTE: Running setscene task 2185 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.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: 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: 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-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: 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/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: 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-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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.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-extended/xz/xz_5.4.6.bb:36)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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/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-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: 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.6.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-extended/xz/xz_5.4.6.bb:36)\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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-extended/xz/xz_5.4.6.bb:36)\nDEBUG: 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.6.bb:42)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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.6.bb:42)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/all-poky-linux/tzdata/2024a/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/tzdata/2024a/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/all-poky-linux/tzdata/2024a/source-date-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_populate_lic.11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_populate_lic_setscene.11c73ca64ac43cf8521330424e38991ad7b5ba27dc36a8d65a3083146f245174 not available\nNOTE: Running setscene task 2186 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_qa which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_package_qa which could be accelerated\nDEBUG: Parsing /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-3496823/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: 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_package_write_deb', '/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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['quota', 'do_package_write_ipk', '/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_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: 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: 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_package', '/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-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_recipe_qa.c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/quota/4.09.do_recipe_qa_setscene.c87821c97166b04877b44974c983f2057b758ca91e1237b212f167c121489a80 not available\nNOTE: Running setscene task 2189 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_qa.32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_qa_setscene.32b6df472922f055aa0ed6c73b3fefb6963e2dcbcf06daf81ca9b02c390623d7 not available\nNOTE: Running setscene task 2190 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_populate_lic.ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_populate_lic_setscene.ead0dc3d256148eb7b4adc2bfceacd2962e6b98ec0e71f5028d6555fcd09f141 not available\nNOTE: Running setscene task 2191 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_qa.c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_qa_setscene.c789464260b1ba06bc359a21fa0a2a8e59d568b608dade10b3c4c8596166570e not available\nNOTE: Running setscene task 2192 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_populate_lic.a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_populate_lic_setscene.a259192485f5bb458cfa471af24d7bece713d312e3176f750b02af6172c26ef4 not available\nNOTE: Running setscene task 2193 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/unzip/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-extended/zstd/zstd_1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/unzip/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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-extended/quota/quota_4.09.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/quota/quota_4.09.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/classes-recipe/meson.bbclass:7)\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: Inheriting /home/pokybuild/yocto-worker/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/unzip/unzip_6.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/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.12.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/qemu.bbclass (from /home/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.12.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/which/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-3496823/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/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_qa.cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_qa_setscene.cb493cdd20359fde5d0aa93ee724a34c1dc6ead8de3933098063fe9c23810160 not available\nNOTE: Running setscene task 2194 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.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/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zip/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-extended/which/which_2.21.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_package_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.12.bb:27)\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: 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.12.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-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-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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.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.12.bb:27)\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-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_lic.4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_populate_lic_setscene.4ceebfe221ab2f2d9d2113dd70e05db08a1e96353fadab227d6e441e23531858 not available\nNOTE: Running setscene task 2195 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_lic_setscene)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xz/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/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.12.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.12.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/xz/xz_5.4.6.bb:do_package_qa 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_package_write_ipk', '/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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['tar', 'do_package_write_deb', '/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:   considering dependency: ['tar', 'do_package_write_rpm', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xz/5.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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/python3targetconfig.bbclass (from /home/pokybuild/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: ['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: 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: 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_create_spdx', '/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_populate_sysroot', '/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:  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-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_recipe_qa.d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tar/1.35.do_recipe_qa_setscene.d7baa2112f05800bf9b37b51175400610ff7f07d924147d05e4b63744a2515b8 not available\nNOTE: Running setscene task 2198 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.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: SITE files ['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/setuptools3.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_packagedata.53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_packagedata_setscene.53ef7e7948ceac1710fa5575a4d237bc74a4134b67e5e6f35cd9ff4d8908b10e.qemux86_64 not available\nNOTE: Running setscene task 2199 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.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-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_qa.fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_qa_setscene.fbcd7c64d5b0f1e068c2a2e02c5151d17c8295311bcfa7b7eac6722a829df696 not available\nNOTE: Running setscene task 2200 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_populate_lic.ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_populate_lic_setscene.ad70a6bce35e0b31164581b6a0f53cf8209bda9f7148fc16daa9a775dbd2063f not available\nNOTE: Running setscene task 2201 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_qa.93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_qa_setscene.93e70cc89cbb4fdb71da67a9d10440d65a0344a53cc0bdd8c659c6fae7f9060b not available\nNOTE: Running setscene task 2202 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_lic.585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_populate_lic_setscene.585526192faa6cc1e0afa2910f619da82063b404e27fa741ea77bb7e1bd51312 not available\nNOTE: Running setscene task 2203 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_qa.2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_qa_setscene.2a25d3487120ae13e59f399db63315f52cec77cb1feb98b5d19ab257998f33af not available\nNOTE: Running setscene task 2204 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_populate_lic.c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_populate_lic_setscene.c6fceb29120b64dc3eef55256d4f3bf4e3a151d67a8c5b7a41be317b608a6222 not available\nNOTE: Running setscene task 2205 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_lic_setscene)\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: 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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_46.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_46.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_46.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-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_46.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: 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-gnome/gnome/gconf_3.2.6.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_46.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/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-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/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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/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/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/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/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-3496823/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/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/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/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.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/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-gnome/gobject-introspection/gobject-introspection_1.80.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/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/python3-dir.bbclass (from /home/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/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-routines.bbclass (from /home/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/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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/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-gnome/gobject-introspection/gobject-introspection_1.80.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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-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/python3-dir.bbclass (from /home/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.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/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/gobject-introspection/gobject-introspection_1.80.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/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/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/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/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/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/siteinfo.bbclass (from /home/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.80.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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.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.80.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.80.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.80.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.80.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: 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.80.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.80.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.80.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.80.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-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_qa.8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_qa_setscene.8e77d3d00fae020fb1ffa096d8cc2ec48ad110eae2f5d6e2ebafc99dcd492237 not available\nNOTE: Running setscene task 2206 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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-3496823/tmp/work/core2-64-poky-linux/zstd/1.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-3496823/tmp/work/core2-64-poky-linux/zstd/1.5.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', '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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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/quota/quota_4.09.bb:do_recipe_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_populate_lic.68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_populate_lic_setscene.68621384e92e6d0f6a80ae76f10d7201cde3567413427666fc41bb5cd601f839 not available\nNOTE: Running setscene task 2207 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_qa.639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_qa_setscene.639ab2bb463bb1ee301afabd9acecc4f5cf8fc1ca191e441652b15094c8693b7 not available\nNOTE: Running setscene task 2208 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_populate_lic.f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_populate_lic_setscene.f98052118ed362b1980f7e1e64b82cbb5f1f6ff01100c2c38655006088ffb2ec not available\nNOTE: Running setscene task 2209 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_populate_lic_setscene)\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-3496823/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-3496823/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.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-3496823/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.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-gnome/gtk+/gtk+3_3.24.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:1: including gtk+3.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_lic 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: Inheriting /home/pokybuild/yocto-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-3496823/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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.14.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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', '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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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+/gtk4_4.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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-gnome/gi-docgen/gi-docgen_2023.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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', '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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\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: SITE files ['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+/gtk4_4.14.4.bb:47)\nDEBUG: 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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: 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.14.4.bb:47)\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.14.4.bb:47)\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.14.4.bb:47)\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.14.4.bb:47)\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+/gtk4_4.14.4.bb:47)\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/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: 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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\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.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\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/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.14.4.bb:47)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_qa.2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_qa_setscene.2b43335b3d3602e219e8a08b32341aa277d2ea3b2d183b9d9a7bddf2c59ffce7 not available\nNOTE: Running setscene task 2210 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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-gnome/gtk+/gtk4_4.14.4.bb:47)\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.14.4.bb:47)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-extended/zip/zip_3.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: ['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:   considering dependency: ['zip', 'do_package_write_ipk', '/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_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_package_write_deb', '/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: SITE files ['endian-little', 'common-linux', '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', '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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/adwaita-icon-theme/46.0/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_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['zip', 'do_deploy_source_date_epoch', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_recipe_qa.cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zip/3.0.do_recipe_qa_setscene.cff995ebb8c47629055868298ed1fd15e5fc8fb842421b9c82855ce1d92c1a95 not available\nNOTE: Running setscene task 2213 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/tar/1.35/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gtk-doc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['gtk-doc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/adwaita-icon-theme/46.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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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: 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/tar/tar_1.35.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_write_rpm.9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_package_write_rpm_setscene.9cac230a83dd8462ee77d4fb40e448bfac5899e3c83afc54750dd9f4f7419c70 not available\nNOTE: Running setscene task 2216 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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_populate_lic which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_populate_lic.d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_populate_lic_setscene.d4d19f449244ae3b72f86802edf7a90f49790a665f1d5f149a3dc778e1b92495 not available\nNOTE: Running setscene task 2217 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.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.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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.34.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_sysroot which could be accelerated\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_qa.2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_qa_setscene.2d84a97bef6496d08d728c8901a8072c2476927307748c89b2a779199335f095 not available\nNOTE: Running setscene task 2219 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_lic.3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_populate_lic_setscene.3ee9caf9d01948e51fef28f6167ca47a0cdaf382f70758889b96d38e18fda419 not available\nNOTE: Running setscene task 2220 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_qa.e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_qa_setscene.e08befb3268cc41c55b7ffdce313ba7b6d8c0d6fcbba16882558c21336f59553 not available\nNOTE: Running setscene task 2221 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_rpm.4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_package_write_rpm_setscene.4506f76ff43eb769aefd9318b83668dcf1411eb0865ac3e155d5f5545c10dbe7 not available\nNOTE: Running setscene task 2222 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_lic.ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_populate_lic_setscene.ff5dab3f81c9ae97c8884530211fe956bd54f83f76bcf92ef9673b71923394ff not available\nNOTE: Running setscene task 2223 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gobject-introspection/1.80.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-3496823/tmp/work/core2-64-poky-linux/gobject-introspection/1.80.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-doc/gtk-doc_1.34.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/gtk-doc/gtk-doc_1.34.0.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-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.34.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/gtk-doc/gtk-doc_1.34.0.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_qa.9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_qa_setscene.9ac9ba7d9d05a7ed6af98cd095b9e3d013fb20327bf3410576dd4658cf8907a7 not available\nNOTE: Running setscene task 2224 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_lic.071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_populate_lic_setscene.071d3b57e8e27033ea387f6018b565823cec4683a381a0f1af02e6136eae7a3c not available\nNOTE: Running setscene task 2225 of 6657 (/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: SITE files ['endian-little', 'common-linux', '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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_qa.2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_qa_setscene.2387f47e8f831524e0b4bea4c3e04676b92050013759f73e10665773fb15e6b5 not available\nNOTE: Running setscene task 2226 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_qa_setscene)\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: 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/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/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: 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: 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/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/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/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/python3-dir.bbclass (from /home/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: 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-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/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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/json-glib/json-glib_1.8.0.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: 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/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/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/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/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/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/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/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/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/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/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/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/libgudev/libgudev_238.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/python3-dir.bbclass (from /home/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/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/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/manpages.bbclass:13)\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.57.1.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/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: Inheriting /home/pokybuild/yocto-worker/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/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/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/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/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: 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/rust-common.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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/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/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/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: 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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/classes-recipe/gnomebase.bbclass:31)\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/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/pixbufcache.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk+3/3.24.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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.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.57.1.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_qa which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:20: including librsvg-crates.inc\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_populate_lic.8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_populate_lic_setscene.8d267307ee49deb1c7a4431eba5d424672fda4d2a2a62daab11f08a6b9d514dc not available\nNOTE: Running setscene task 2227 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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.57.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk4/4.14.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-3496823/tmp/work/core2-64-poky-linux/gtk4/4.14.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-3496823/tmp/work/core2-64-poky-linux/gtk+3/3.24.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/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-gnome/gtk+/gtk4_4.14.4.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_lic 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.57.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/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.57.1.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_qa.24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_qa_setscene.24c0440ec3f2d4a5d55bc4ab46160d700003d601d2a8b8d08c07b63b2218ef97 not available\nNOTE: Running setscene task 2228 of 6657 (/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pixbufcache.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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:18)\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-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_lic.5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_populate_lic_setscene.5b899e6114259b85acd30647a7b37797db2eef0746562cd67cfa8653efe3a777 not available\nNOTE: Running setscene task 2229 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_qa.094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_qa_setscene.094cbe270e332b4e777bafda37aaec4c6bb3f98b83b97a6eebe5abb679c92d18 not available\nNOTE: Running setscene task 2230 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk-doc/1.34.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.57.1.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.57.1.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.57.1.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:20: including librsvg-crates.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_qa which could be accelerated\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: 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: 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: 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/python3native.bbclass (from /home/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-3496823/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: 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/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/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/python3-dir.bbclass (from /home/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/qemu.bbclass (from /home/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-3496823/tmp/work/core2-64-poky-linux/gtk-doc/1.34.0/source-date-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-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.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/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/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-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/meson.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk-doc/1.34.0/source-date-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-graphics/cairo/cairo_1.18.0.bb:37)\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-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/cairo/cairo_1.18.0.bb:37)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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-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/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_lic 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-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Fetching https://crates.io/api/v1/crates/adler/1.0.2/download to adler-1.0.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/aho-corasick/1.1.2/download to aho-corasick-1.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/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: 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/anstream/0.6.5/download to anstream-0.6.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.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.12/download to assert_cmd-2.0.12.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/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.4.1/download to bitflags-2.4.1.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.8.0/download to bstr-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.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/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_packagedata.ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_packagedata_setscene.ab0b8a45a574fc1d1d91b623fff4a44fe754724658ae5812a531307dc2c2fac2.qemux86_64 not available\nNOTE: Running setscene task 2231 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_packagedata_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-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/cc/1.0.83/download to cc-1.0.83.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.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/cfg-if/1.0.0/download to cfg-if-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/chrono/0.4.31/download to chrono-0.4.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-0.2.1.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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/4.4.11/download to clap-4.4.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/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.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/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.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/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.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.5.1/download to criterion-0.5.1.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-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.31.2/download to cssparser-0.31.2.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/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.10.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/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.9.0/download to either-1.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.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.8/download to errno-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.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.1/download to form_urlencoded-1.2.1.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.29/download to futures-channel-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.29/download to futures-task-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.29.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.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.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.14.3/download to hashbrown-0.14.3.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.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.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.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.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/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.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/js-sys/0.3.66/download to js-sys-0.3.66.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.151/download to libc-0.2.151.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.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.12/download to linux-raw-sys-0.4.12.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.11/download to lock_api-0.4.11.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_rpm.0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_package_write_rpm_setscene.0c37c9543a2c2d1c46f353e7853bffed63f526d622c5f472da37db0e258b2d25 not available\nNOTE: Running setscene task 2232 of 6657 (/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/log/0.4.20/download to log-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.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.8/download to matrixmultiply-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.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/minimal-lexical/0.2.1/download to minimal-lexical-0.2.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/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/nom/7.1.3/download to nom-7.1.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/num-complex/0.4.4/download to num-complex-0.4.4.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.17/download to num-traits-0.2.17.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.19.0/download to once_cell-1.19.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/pango/0.18.3/download to pango-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.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/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.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/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.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.1/download to percent-encoding-2.3.1.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/0.11.2/download to phf-0.11.2.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.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.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/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.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.10/download to png-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.2.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.4/download to predicates-3.0.4.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/2.0.1/download to proc-macro-crate-2.0.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.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/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb (full)\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.6.4/download to rand_core-0.6.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/rayon/1.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.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.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.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-gnome/gtk-doc/gtk-doc_1.34.0.bb:9)\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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.16/download to ryu-1.0.16.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_populate_lic.f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_populate_lic_setscene.f9fdf1c2b14fbdd15bd5596e0cbed49f04c83981c8cc1990aac5919eb026c4bd not available\nNOTE: Running setscene task 2233 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.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/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\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: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.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.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.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/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: Inheriting /home/pokybuild/yocto-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/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.41/download to syn-2.0.41.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.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.8.2/download to toml-0.8.2.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.20.2/download to toml_edit-0.20.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.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.14/download to unicode-bidi-0.3.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.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.5.0/download to url-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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.4.0/download to walkdir-2.4.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/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.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.13/download to wide-0.7.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/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.6/download to winapi-util-0.1.6.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-core/0.51.1/download to windows-core-0.51.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/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.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/windows_x86_64_gnu/0.48.5/download to windows_x86_64_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.1.2/download to aho-corasick-1.1.2.crate\nDEBUG: 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: 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/windows_x86_64_gnullvm/0.48.5/download to windows_x86_64_gnullvm-0.48.5.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/windows_x86_64_gnullvm/0.52.0/download to windows_x86_64_gnullvm-0.52.0.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/windows_x86_64_msvc/0.48.5/download to windows_x86_64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.6.5/download to anstream-0.6.5.crate\nDEBUG: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_qa.d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_qa_setscene.d2e38e348ff6f97adb60f1b44863339a0ba5dbc06382367b494d619dcb77fb69 not available\nNOTE: Running setscene task 2234 of 6657 (/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/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.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/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.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/anyhow/1.0.75/download to anyhow-1.0.75.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.12/download to assert_cmd-2.0.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.0.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: 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: 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.4.1/download to bitflags-2.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.6.crate\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: Fetching https://crates.io/api/v1/crates/bstr/1.8.0/download to bstr-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.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.83/download to cc-1.0.83.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/cfg-expr/0.15.5/download to cfg-expr-0.15.5.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.31/download to chrono-0.4.31.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/4.4.11/download to clap-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.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/clap_lex/0.6.0/download to clap_lex-0.6.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/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.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.5.1/download to criterion-0.5.1.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.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/cssparser/0.31.2/download to cssparser-0.31.2.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/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.10.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/python3native.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/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: Inheriting /home/pokybuild/yocto-worker/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/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.9.0/download to either-1.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.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/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.8/download to errno-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.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/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.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.1/download to form_urlencoded-1.2.1.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.29/download to futures-channel-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.29/download to futures-task-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.29.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.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.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/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.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-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_lic.54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_populate_lic_setscene.54cbfc8054756d903735da5880f6c18e6101c825a368ec5f18375c64ae9f69e2 not available\nNOTE: Running setscene task 2235 of 6657 (/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/gobject-sys/0.18.0/download to gobject-sys-0.18.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.14.3/download to hashbrown-0.14.3.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.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.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.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.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/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.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.151/download to libc-0.2.151.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.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.12/download to linux-raw-sys-0.4.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/locale_config/0.3.0/download to locale_config-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/lock_api/0.4.11/download to lock_api-0.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.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.8/download to matrixmultiply-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.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/memchr/2.6.4/download to memchr-2.6.4.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/minimal-lexical/0.2.1/download to minimal-lexical-0.2.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/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/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/new_debug_unreachable/1.0.4/download to new_debug_unreachable-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nom/7.1.3/download to nom-7.1.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/num-complex/0.4.4/download to num-complex-0.4.4.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.17/download to num-traits-0.2.17.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.19.0/download to once_cell-1.19.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/pango/0.18.3/download to pango-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.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/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.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.1/download to percent-encoding-2.3.1.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/0.11.2/download to phf-0.11.2.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.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.10.0/download to phf_shared-0.10.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/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.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.10/download to png-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.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/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.4/download to predicates-3.0.4.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/2.0.1/download to proc-macro-crate-2.0.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\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-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.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/cantarell-fonts/cantarell-fonts_0.303.1.bb:13)\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_qa.c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_qa_setscene.c7206789dfe600f7fdbd55e6a539bed15e3861c36b9595403b93d61f532fe09e not available\nNOTE: Running setscene task 2236 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_qa_setscene)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-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.6.4/download to rand_core-0.6.4.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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.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.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.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/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.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/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.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/rustix/0.38.28/download to rustix-0.38.28.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.16/download to ryu-1.0.16.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.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.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.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.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/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: Inheriting /home/pokybuild/yocto-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/syn/1.0.109/download to syn-1.0.109.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.41/download to syn-2.0.41.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.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/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.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.8.2/download to toml-0.8.2.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.20.2/download to toml_edit-0.20.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.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.14/download to unicode-bidi-0.3.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.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.5.0/download to url-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.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/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: 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/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.4.0/download to walkdir-2.4.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/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.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/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.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.13/download to wide-0.7.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/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.6/download to winapi-util-0.1.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-core/0.51.1/download to windows-core-0.51.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: 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-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_lic.1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_populate_lic_setscene.1396277a7030b95f7361eaf474fd6fa44e1a156f5cfcb4f0bde6d00fe36724b7 not available\nNOTE: Running setscene task 2237 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.48.0/download to windows-sys-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.52.0/download to windows-sys-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: 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: 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: 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: 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: 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: 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: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.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 /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: Inheriting /home/pokybuild/yocto-worker/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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', '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-3496823/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/python3native.bbclass (from /home/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-3496823/tmp/work/core2-64-poky-linux/librsvg/2.57.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-3496823/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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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-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: 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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_qa.428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_qa_setscene.428a52c4fd99ba0f7ec2b66ee135f211b63552ec4d3fac67f3b35c4e9a3ce79a not available\nNOTE: Running setscene task 2238 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk-doc/1.34.0/source-date-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: 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.34.0.bb:do_packagedata 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/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', '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: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Considering setscene task: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/librsvg/2.57.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/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/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_write_rpm which could be accelerated\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.34.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\nDEBUG: Considering setscene task: ['gtk-doc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_recipe_qa.a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk-doc/1.34.0.do_recipe_qa_setscene.a1000fb8a21e279d9ac199ff4c0cee6f99cf2a49e20e29dd1d70ad2f79f6cd06 not available\nNOTE: Running setscene task 2241 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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-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: 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-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_lic.a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_populate_lic_setscene.a40c93fc68aa3b3c3eaf97486f5b0baa5462dcef8fc8308440f201f194b64db7 not available\nNOTE: Running setscene task 2242 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_qa.7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_qa_setscene.7aa60d3806325bbb24a07ed4535cbf6c854f4e6049990087c4a96e6a8f954b93 not available\nNOTE: Running setscene task 2243 of 6657 (/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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_lic.74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_populate_lic_setscene.74968d880577e567dfbbab55c20d1bceced6d43cb496f053cca0de102f42aa48 not available\nNOTE: Running setscene task 2244 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_qa.b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_qa_setscene.b7daaa9734e29b9d46c0f11fe1b1394a05f5991c5507b33f90eb5b1e98e476f4 not available\nNOTE: Running setscene task 2245 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_populate_lic.c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_populate_lic_setscene.c4cb214448e19a12cedfe54498e7ead68c1d63a65491c1379b7df813d177397e not available\nNOTE: Running setscene task 2246 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_qa.a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_qa_setscene.a93595edecc5316f7a4f50807dbd0e245f872dbea3c2821d419b35afb87f24a1 not available\nNOTE: Running setscene task 2247 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_lic.a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_populate_lic_setscene.a34bc4bc160da12961493c1600340122f3f8783fea3f0c61abc251dd6204c7e5 not available\nNOTE: Running setscene task 2248 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_qa.122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_qa_setscene.122860f802aa61a67ee3fc5d2e12f259672bb1d0548d8161fd8c5444b0df027e not available\nNOTE: Running setscene task 2249 of 6657 (/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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-doc/gtk-doc_1.34.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/gtk-doc/gtk-doc_1.34.0.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_lic.2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_populate_lic_setscene.2a59236aa22e8261121b1b596d659e09329245293796e12951db21389fcc9f55 not available\nNOTE: Running setscene task 2250 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic_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/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: 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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_8.5.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/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/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: 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/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/python3native.bbclass (from /home/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/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_8.5.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: SITE files ['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/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: 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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.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.5.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/pkgconfig.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/cmake.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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.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/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/harfbuzz/harfbuzz_8.5.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.5.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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: 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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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: SITE files ['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: Inheriting /home/pokybuild/yocto-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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_qa.87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_qa_setscene.87665f4ab55a517a5fc353d54df8c4702eff554cb748de71ead6b038947c9ce6 not available\nNOTE: Running setscene task 2251 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_lic.b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_populate_lic_setscene.b7bd6e0b60d0b8e4f8ed0af996c2f3dc24f14a81194088044972190af59cfd90 not available\nNOTE: Running setscene task 2252 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/drm/libdrm_2.4.120.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb (full)\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: 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/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/siteinfo.bbclass (from /home/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/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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_qa.d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_qa_setscene.d50cc51d13fb64972915866ea479bda703734714dbbf8cb44cd8c6ed54ed8278 not available\nNOTE: Running setscene task 2253 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_lic.457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_populate_lic_setscene.457fe41ded7b294bbf619866a73eb973d0824af9304522d1a7177ba821f7cc93 not available\nNOTE: Running setscene task 2254 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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-graphics/libmatchbox/libmatchbox_1.12.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-3496823/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-recipe/siteinfo.bbclass (from /home/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: SITE files ['endian-little', 'common-linux', '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-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\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: Inheriting /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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_qa.b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_qa_setscene.b71a892a431eaa9b3ecb0933a99ec3ead17415657e6bd2804793f9af9518eedb not available\nNOTE: Running setscene task 2255 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_populate_lic.f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_populate_lic_setscene.f9107062a247820059fd3106b52db30b9346b9d4ad9a937740811f6a1af24575 not available\nNOTE: Running setscene task 2256 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk-doc/1.34.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-3496823/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/freetype/freetype_2.13.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_recipe_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: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/matchbox-session/matchbox-session_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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_qa.e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_qa_setscene.e8bb0ee59fca8000e5370bdc0722566781c399e4a3168bd65a05b22deaed349d not available\nNOTE: Running setscene task 2257 of 6657 (/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/jpeg/libjpeg-turbo_3.0.1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_lic.ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_populate_lic_setscene.ba3529af910ec3a978142008a0ecdfd77b37811ea8bf32fbed17d97a86af0815 not available\nNOTE: Running setscene task 2258 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_qa.e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_qa_setscene.e231009f7f4dd1c127c6ff504affddf1f09adba89dbf737e309b78886d199f7b not available\nNOTE: Running setscene task 2259 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_qa_setscene)\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: 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-3496823/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-3496823/tmp/work/core2-64-poky-linux/harfbuzz/8.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-3496823/tmp/work/core2-64-poky-linux/harfbuzz/8.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-3496823/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/graphene/graphene_1.10.8.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb (full)\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: 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/siteinfo.bbclass (from /home/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/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/siteinfo.bbclass (from /home/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/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/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-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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_lic.c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_populate_lic_setscene.c2e1f0279556027b60c429c95fb89a63c4fb9cae417521224b228f0bb3078e37 not available\nNOTE: Running setscene task 2260 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_qa.184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_qa_setscene.184c7fa73d381200b4533b1f255991b9ae764e86a33a21821aaecf6d1220ff69 not available\nNOTE: Running setscene task 2261 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_lic.bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_populate_lic_setscene.bcdc9a1a94526d8846c41f9ee5fca35afccdbe0060ed5666b06fcf0ed7194320 not available\nNOTE: Running setscene task 2262 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_qa.653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_qa_setscene.653247246e13ccb242c0e19505842aeb49fd72cf69ecffab6c1f8d5a90cb2775 not available\nNOTE: Running setscene task 2263 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_rpm.5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_package_write_rpm_setscene.5809a6490630729b97aad34e92b33730baaa17e06895a614325e789f049e01e8 not available\nNOTE: Running setscene task 2264 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_populate_lic.690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_populate_lic_setscene.690a7db692269e57ee808f5250af2147685d160aeb91c5b38c865a46d71fdffa not available\nNOTE: Running setscene task 2265 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_qa.53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_qa_setscene.53ccb0d5a6a4a481e3999f881362d6fa571d78734a25d52dd238027d2a4693ce not available\nNOTE: Running setscene task 2266 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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/libfakekey/libfakekey_git.bb:do_package_qa 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: SITE 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/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: 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/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: 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/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/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/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: 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/python3-dir.bbclass (from /home/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/mesa/mesa-demos_8.5.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/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: 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/python3native.bbclass (from /home/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/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/qemu.bbclass (from /home/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/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: 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/python3-dir.bbclass (from /home/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/libglu_9.0.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/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/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: 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/mesa/mesa_24.0.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/mesa/mesa-demos_8.5.0.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:1: including mesa.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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/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:50)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/qemu.bbclass (from /home/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: 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: Inheriting /home/pokybuild/yocto-worker/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-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/libmatchbox/libmatchbox_1.12.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_populate_lic.1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_populate_lic_setscene.1ca8fcc90624f268c34a6d033de50d2e06b1d9fbf3dbdb7150d1bbf044b0fa7d not available\nNOTE: Running setscene task 2267 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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-graphics/mesa/mesa.inc:50)\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:50)\nDEBUG: SITE files ['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:50)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:3)\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-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_qa.b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_qa_setscene.b6a5a29b4c4d8c17a76f5c0b0bd573dfdb326cb5684bfdd82fa10d104ea8f53c not available\nNOTE: Running setscene task 2268 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.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-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_rpm.d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_package_write_rpm_setscene.d9be0d4128c40d01aaf6efd1597be1a594794e3515da4cecef9cfe03957079e4 not available\nNOTE: Running setscene task 2269 of 6657 (/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: 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-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_populate_lic.7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_populate_lic_setscene.7454a60cf6a0393a266f9daa09f1bdc17211aa5f9c61b06ddbc8dfca21e3e187 not available\nNOTE: Running setscene task 2270 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:1: including mesa.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-graphics/mini-x-session/mini-x-session_0.1.bb:20)\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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:50)\nDEBUG: 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: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/mini-x-session/mini-x-session_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/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:50)\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:50)\nDEBUG: Inheriting /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:50)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_qa.b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_qa_setscene.b70f9ad4ecde5e6c50878c0cf3732fe6b465bc5c30e2166a074fd18730fa0fe3 not available\nNOTE: Running setscene task 2271 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_qa_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:3)\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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_rpm.e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_package_write_rpm_setscene.e51485c34290125db285436b8a871435b5951ad47360165080b889a4518c03a6 not available\nNOTE: Running setscene task 2272 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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_package_qa which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/menu-cache/menu-cache_1.1.0.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.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/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: Inheriting /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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nNOTE: Running setscene task 2273 of 6657 (/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_qa.b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_qa_setscene.b33283fb6db4773639e730a2370f9803082ba1b2ae16059d957314ea229fe7fb not available\nNOTE: Running setscene task 2274 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_rpm.a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_package_write_rpm_setscene.a9604252e74a01c0f9c5ad0e59806e429b2881f12926a7b787f6ee663fe4a5f6 not available\nNOTE: Running setscene task 2275 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb (full)\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-base.bb:4)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\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/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-3496823/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/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/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/menu-cache/menu-cache_1.1.0.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/packagegroups/packagegroup-core-x11-xserver.bb:9)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/features_check.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-3496823/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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nNOTE: Running setscene task 2276 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_qa.7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_qa_setscene.7f550ed731cc905fc6d193fac5edb208a4d81e77ce3c92575acd080554779df0 not available\nNOTE: Running setscene task 2277 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_qa_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_packagedata.d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_packagedata_setscene.d20e763fdf3519d8f29f62de00e931a55591665271b884110b635c39db302cfd.qemux86_64 not available\nNOTE: Running setscene task 2278 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_packagedata_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_rpm.ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_package_write_rpm_setscene.ad6c2d0958714f8d62442549c7d729dce3a19276b9c5a50831930c50c3a9370c not available\nNOTE: Running setscene task 2279 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_populate_lic.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_populate_lic_setscene.13a8caeadb0c4b27f06634cc0373762bfce4e596181f5685f61d429790b0380b not available\nNOTE: Running setscene task 2280 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_qa.2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_qa_setscene.2629ba6d43503208f068ead3bceff62ca174bc3ce1f264ace801ca995fb431f3 not available\nNOTE: Running setscene task 2281 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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-graphics/packagegroups/packagegroup-core-x11-xserver.bb:9)\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/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/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/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/python3native.bbclass (from /home/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/classes-recipe/packagegroup.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: 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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/qemu.bbclass (from /home/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.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pango/pango_1.52.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/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/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/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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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-graphics/mini-x-session/mini-x-session_0.1.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_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/classes-recipe/packagegroup.bbclass: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.52.2.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.52.2.bb:15)\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: 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: 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.52.2.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.52.2.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mesa/24.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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/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-graphics/mesa/mesa_24.0.7.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_packagedata.bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_packagedata_setscene.bfade0415425b4871dcb2bd7f9c46a4e4d53cab76fcf947b6cd053c6a87aad0f.qemux86_64 not available\nNOTE: Running setscene task 2282 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_packagedata_setscene)\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/packagegroups/packagegroup-core-x11-base.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-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_packagedata.5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_packagedata_setscene.5839fe86fd916ce2643d4d9dc067cc1d3e0e0dcb3a97fb12d3364b6d1daca09e.qemux86_64 not available\nNOTE: Running setscene task 2283 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_packagedata.1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_packagedata_setscene.1c70807b636b85a1a78800139b89580f2d909cf6c0d4482a595c3eb7afd5f07e.qemux86_64 not available\nNOTE: Running setscene task 2285 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_packagedata_setscene)\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_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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_recipe_qa.7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11-base/1.0.do_recipe_qa_setscene.7645e816232a2b969b849bf41dba4b54a77f5420d0d2802e39bac5b1f5792693 not available\nNOTE: Running setscene task 2286 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_populate_lic.8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_populate_lic_setscene.8fe36cb3bbe21671e1e19988dcf52a7d4adfb84765ba9898cc87fe69a553a3f1 not available\nNOTE: Running setscene task 2287 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_qa.eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_qa_setscene.eca1a61d84015ade25f2ca5177e487114d6fc1938f7a09b2408073dddd1d61ee not available\nNOTE: Running setscene task 2288 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_qa_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: 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:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/packagegroup.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mesa/24.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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:4)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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/packagegroups/packagegroup-core-x11-base.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/classes-recipe/packagegroup.bbclass:25)\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.52.2.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/packagegroups/packagegroup-core-x11-base.bb:4)\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/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-3496823/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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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/classes-recipe/packagegroup.bbclass:25)\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.52.2.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/startup-notification/startup-notification_0.12.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-3496823/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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:15)\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: 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.52.2.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/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/python3-dir.bbclass (from /home/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/startup-notification/startup-notification_0.12.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/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-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_rpm 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_recipe_qa.6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_recipe_qa_setscene.6afe75980a82246bd983e2d3f9bae764806e886f58103d5184812b176220b920 not available\nNOTE: Running setscene task 2290 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_recipe_qa_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-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_lic.f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_populate_lic_setscene.f55319b32ad340db083d99d1d8e4cbe7048e99f5e9fcdf39dd180bd5db5c6527 not available\nNOTE: Running setscene task 2291 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_qa.02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_qa_setscene.02e06887c1fd26f9e8444701a7e3b10b594e7e2786fb166f67776e561b8cf3f2 not available\nNOTE: Running setscene task 2292 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_rpm.047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_package_write_rpm_setscene.047bd9de81768f417fcce8e78352ca726252dbeed14ff9b43b710634667b89eb not available\nNOTE: Running setscene task 2293 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: SITE files ['endian-little', 'common-linux', '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-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_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE 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: 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: 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/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/ttf-fonts/liberation-fonts_2.1.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/allarch.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_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/packagegroups/packagegroup-core-x11-xserver.bb:9)\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/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-graphics/ttf-fonts/liberation-fonts_2.1.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-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/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/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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_packagedata.397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-xserver/1.0.do_packagedata_setscene.397d65ecc44cfb9319b94dfbe1535bc9c02bcefba850b3273569d58d4a93b8f1.qemux86_64 not available\nNOTE: Running setscene task 2294 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_packagedata_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_packagedata.47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_packagedata_setscene.47b7f90dcbdda7cfe4155561025db35aaa10885f4e49378f5f4b2e3bf9bf8b7d.qemux86_64 not available\nNOTE: Running setscene task 2296 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_packagedata_setscene)\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_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-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_recipe_qa.a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/packagegroup-core-x11/1.0.do_recipe_qa_setscene.a3032d1b17aed5d0dcc3db6ab4f7fcd3f2706f3c4563768fce6533829fba8a40 not available\nNOTE: Running setscene task 2297 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.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-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_populate_lic.d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_populate_lic_setscene.d34e4586f546e77f45300e2c2900519d81e0c101d58d09c9f3e9651d9bb5033f not available\nNOTE: Running setscene task 2298 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: SITE 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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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: 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: 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/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/fontcache.bbclass:13)\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: 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: 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/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-3496823/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: 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_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_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_write_ipk', '/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:   considering dependency: ['mesa-demos', 'do_package_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pango/1.52.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-3496823/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/mini-x-session/mini-x-session_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: 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.52.2.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_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_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['sudo', 'do_package_write_ipk', '/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_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_qa', '/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: 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-3496823/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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['sudo', 'do_populate_lic', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_recipe_qa.9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sudo/1.9.15p5.do_recipe_qa_setscene.9ddb7cfd1b9f90eabda85ec8fe5dfc06fe7e587528796bfb55fd7e604dd99d1b not available\nNOTE: Running setscene task 2302 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.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: 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_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_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_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-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_recipe_qa.24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa-demos/8.5.0.do_recipe_qa_setscene.24562ad3249333b8e7c719c897c6738e3c27c347c6ed8517cb3df1bce4cdbc3b not available\nNOTE: Running setscene task 2304 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_recipe_qa_setscene)\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_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_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_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_ipk', '/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_deb', '/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb (full)\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_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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_recipe_qa.aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mini-x-session/0.1.do_recipe_qa_setscene.aeabcfd2dd6ae89b0086e0f7fb218efd7bda0df3ff3a7115ca07eee9da2e0a4b not available\nNOTE: Running setscene task 2307 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_recipe_qa_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: 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_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_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_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_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_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:   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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_qa.c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_qa_setscene.c3fc518144e7a5fef2eccfeb83109671ab93782e671831e4df07e2c5f90ce5e1 not available\nNOTE: Running setscene task 2309 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pango/1.52.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_populate_lic.7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_populate_lic_setscene.7645c83a2f70060811e8c2f0e48f5f7f739bfef8e1478345328b586679557d15 not available\nNOTE: Running setscene task 2310 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_qa.6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_qa_setscene.6f4e0dc75d9dddc0cb754c10a27619f593392feeb470d1aa86731601bab72acb not available\nNOTE: Running setscene task 2311 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_qa_setscene)\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: 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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_populate_lic.c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_populate_lic_setscene.c168387238be3084e70681be0f7a924a460346c3a5855496a90bf29b41858d2d not available\nNOTE: Running setscene task 2312 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/qemu.bbclass (from /home/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_qa.4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_qa_setscene.4308f89b4c79989cefb4b8f6d7759ed96df307bc56188accbe6e37857ffc8966 not available\nNOTE: Running setscene task 2313 of 6657 (/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/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/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:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_rpm.72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_package_write_rpm_setscene.72a807ec275161ed66f86e5b15a3c3ee17022b6bac6b57a93e46c1c326a98407 not available\nNOTE: Running setscene task 2314 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_lic.ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_populate_lic_setscene.ddf5a6b18a7c3ccc15356471eb1d2fdb7d93fc26bfea7dc2c6ad806f2f421e83 not available\nNOTE: Running setscene task 2315 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.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/vulkan/vulkan-headers_1.3.283.0.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_qa.861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_qa_setscene.861ce924a901469dc65c3ed0869af889888487ff643e339554b50ad09dc8334c not available\nNOTE: Running setscene task 2316 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.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.283.0.bb:19)\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: SITE 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.283.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.283.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.283.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.283.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.283.0.bb:19)\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/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/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: SITE files ['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/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/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-3496823/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/mtdev_1.1.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/meson-routines.bbclass (from /home/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/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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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-3496823/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-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-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/qemu.bbclass (from /home/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-graphics/wayland/libinput_1.25.0.bb:23)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.7.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/libinput_1.25.0.bb:23)\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: 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: 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: 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/ttf-fonts/liberation-fonts_2.1.5.bb:do_populate_lic which could be accelerated\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_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_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_create_spdx', '/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_ipk', '/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_write_deb', '/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: 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: 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_write_rpm', '/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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb']\nDEBUG:   considering dependency: ['packagegroup-core-x11', 'do_package_write_ipk', '/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_packagedata', '/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_write_rpm.6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_package_write_rpm_setscene.6f0f4fe30effef9f1921324788126e596c1236527924cc5e51c9ecb8b0dbce69 not available\nNOTE: Running setscene task 2319 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_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: 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-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_populate_lic.3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_populate_lic_setscene.3e43badc60c41c88929ac1273a9c8d1978340aba1ad18c7c19d283634b2676a8 not available\nNOTE: Running setscene task 2320 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_qa.7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_qa_setscene.7c83bb35e5546671c9ad8aa9b5086292712945e67904525bff9b91be3c04254b not available\nNOTE: Running setscene task 2321 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_populate_lic.88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_populate_lic_setscene.88e4921f46cd2d89fa41f6d02ca075869d81c0ce189e5972a9b7edcec6ea89ac not available\nNOTE: Running setscene task 2322 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_qa.e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_qa_setscene.e55888f0335ffa96968bd41f155a6bdb0e332ff48a2bb7f976aa738047c6a1fe not available\nNOTE: Running setscene task 2323 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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-graphics/wayland/mtdev_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/wayland/mtdev_1.1.7.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_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/wayland/mtdev_1.1.7.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-graphics/wayland/wayland-protocols_1.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: 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.36.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/wayland/mtdev_1.1.7.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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-graphics/wayland/mtdev_1.1.7.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.36.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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/wayland_1.23.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/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/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/qemu.bbclass (from /home/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.36.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/wayland/wayland-protocols_1.36.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/wayland/wayland-protocols_1.36.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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/wayland/wayland_1.23.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-graphics/wayland/wayland_1.23.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: SITE files ['endian-little', 'common-linux', '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-3496823/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-extended/sudo/sudo_1.9.15p5.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_populate_lic.e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_populate_lic_setscene.e3e0904b8766ddf179e8b9561a07c86bb70db0045bba8f3463832ed920669e89 not available\nNOTE: Running setscene task 2324 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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/mini-x-session/mini-x-session_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.283.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/wayland/wayland_1.23.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.283.0/source-date-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/wayland_1.23.0.bb:24)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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/python3-dir.bbclass (from /home/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/vulkan/vulkan-headers_1.3.283.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.283.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-3496823/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.283.0/source-date-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/vulkan/vulkan-loader_1.3.283.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/wayland/wayland_1.23.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-graphics/wayland/wayland_1.23.0.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_qa.2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_qa_setscene.2fe73f0c91172940da38f20e63289ecffd077f1d6da7312bf2aff891ccec66cd not available\nNOTE: Running setscene task 2325 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_rpm.e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_package_write_rpm_setscene.e86c845505d3c9c0b200f225f64b4818ad3f31df4bfa9e17d1f247f6f9c23f40 not available\nNOTE: Running setscene task 2326 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_populate_lic.d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_populate_lic_setscene.d0735bbf3ca1656eca92fe89662908dba1291f686d4e4178a3e0b6f61f016868 not available\nNOTE: Running setscene task 2327 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mtdev/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-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_qa.d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_qa_setscene.d1db04f437cf16b06ee596d35329a521d38012fba7688cd272c4e4a92f9917db not available\nNOTE: Running setscene task 2328 of 6657 (/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-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_rpm.f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_package_write_rpm_setscene.f610505566c54c03c169c047127ce16392ef107f25b828a16c5f2ed5aa7e7d19 not available\nNOTE: Running setscene task 2329 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_qa which could be accelerated\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-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_populate_lic.f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_populate_lic_setscene.f8cfa5e9dec74c31074b7b7f6022a2370152c8aa4e9f9a74d4fe0a64c3e4f635 not available\nNOTE: Running setscene task 2330 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_qa.51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_qa_setscene.51e7412cfed51af99f42bc298025f50b4c50adf6fa513fbbbddd47be7412af9f not available\nNOTE: Running setscene task 2331 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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', '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: 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: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-graphics/x11-common/xserver-nodm-init_3.0.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/x11-common/xserver-nodm-init_3.0.bb:21)\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: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-graphics/x11-common/xserver-nodm-init_3.0.bb:21)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: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-graphics/x11-common/xserver-nodm-init_3.0.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/x11-common/xserver-nodm-init_3.0.bb:21)\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: 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: SITE files ['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/x11-common/xserver-nodm-init_3.0.bb:21)\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: 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-recipe/autotools.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/xcursor-transparent-theme/xcursor-transparent-theme_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/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:18)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/siteinfo.bbclass (from /home/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/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-3496823/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-3496823/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/allarch.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: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend:2: including test_recipe.inc\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-3496823/tmp/work/core2-64-poky-linux/mtdev/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-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_rpm.33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_package_write_rpm_setscene.33a1898d14cfc4c1c2ffff3996ecdb529e9f15cb2956c5cfe68e4712c74312c5 not available\nNOTE: Running setscene task 2332 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mtdev/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-3496823/tmp/work/all-poky-linux/wayland-protocols/1.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-3496823/tmp/work/all-poky-linux/wayland-protocols/1.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-graphics/wayland/mtdev_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/wayland/mtdev_1.1.7.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_populate_lic.08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_populate_lic_setscene.08d332cd2c9650e42bc0ef0ae2be3d47d4b5be4270ee0cce3b0343af9ae1e220 not available\nNOTE: Running setscene task 2333 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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.36.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-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_qa.f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_qa_setscene.f55fce2c48ec7f2376274e361da5ceed8f76ce6504f735db4139f93f788c72b6 not available\nNOTE: Running setscene task 2334 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.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-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_rpm.ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_package_write_rpm_setscene.ffe22babca9fb24600356260af9c3473c290639dded04ede9adc07c46e23e26c not available\nNOTE: Running setscene task 2335 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_populate_lic.adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_populate_lic_setscene.adc6ccfc9ff0f918a9135114d67e87ee9d213aadabcea1e0b71302b2cb5aabf0 not available\nNOTE: Running setscene task 2336 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_qa.2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_qa_setscene.2a9a041104c4c7c405d2ebc1a889840ea0c69ffc3b685bf5c8c493b52b50a970 not available\nNOTE: Running setscene task 2337 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_write_rpm.3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_package_write_rpm_setscene.3c0da35cf6d691d7514be146efa347a82eb7cd3135df369714fc48e2a1993c5d not available\nNOTE: Running setscene task 2338 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_rpm_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: 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-3496823/tmp/work/core2-64-poky-linux/wayland/1.23.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/xinput-calibrator_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-graphics/xinput-calibrator/xinput-calibrator_git.bb:9)\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/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.23.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/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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/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-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/mkfontscale_1.2.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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/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/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-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/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-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-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_populate_lic.af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_populate_lic_setscene.af3f0620a5a09e33f93ae2383c5b363c72d2ab83ce6f6c9f16ddb1aedfb41e35 not available\nNOTE: Running setscene task 2339 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.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: SITE files ['endian-little', 'common-linux', '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/mkfontscale_1.2.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-graphics/xorg-app/mkfontscale_1.2.3.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-3496823/tmp/work/core2-64-poky-linux/wayland/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/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/wayland/wayland_1.23.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_qa.9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_qa_setscene.9f0ef6b31ec46e472787913642d5f86be7136edef0b15e352f6bdc6d87689bb3 not available\nNOTE: Running setscene task 2340 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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/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/x11-common/xserver-nodm-init_3.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/xcursor-transparent-theme/xcursor-transparent-theme_git.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_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb (full)\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: 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: SITE files ['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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_packagedata.893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_packagedata_setscene.893111765c7b830600c6ce39ea1d18a0cadeb07820f64f4dd1d8b27f0891e68a.qemux86_64 not available\nNOTE: Running setscene task 2341 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_rpm.bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_package_write_rpm_setscene.bef3982a10e860d403b597816666349bd75ac3faafd5b27e5af2bab1614aef20 not available\nNOTE: Running setscene task 2342 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_populate_lic.0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_populate_lic_setscene.0f44382f677f051e0cec7f97f260aa03c21b67a0bc0448149aaf8918e11b6dd7 not available\nNOTE: Running setscene task 2343 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_qa.b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_qa_setscene.b92260c3a88cb39438f20839bddac54c08dcdbc7afc283df3ea92b565ec6feb0 not available\nNOTE: Running setscene task 2344 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_rpm.40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_package_write_rpm_setscene.40be90b714c1ae484a46596033fb40d84bd8a4a26192b1147a7cd48ac4e24e75 not available\nNOTE: Running setscene task 2345 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_populate_lic.f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_populate_lic_setscene.f7069e0353fab1eda3e01a3865145ff876d3d7a53721bba527e76d32e952ebfc not available\nNOTE: Running setscene task 2346 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_qa.07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_qa_setscene.07629a0d89cde89ca0f9896c11f710da64207a29b767f950f2b5eb76895ef281 not available\nNOTE: Running setscene task 2347 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: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-graphics/x11-common/xserver-nodm-init_3.0.bb:21)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /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:21)\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: 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/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_lic which could be accelerated\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: Inheriting /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/x11perf_1.6.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-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/x11perf_1.6.1.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/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: 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/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-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/xorg-app/xauth_1.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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-3496823/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-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/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-3496823/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-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-3496823/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-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/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/xinput-calibrator/xinput-calibrator_git.bb:do_populate_lic which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mkfontscale/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/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mkfontscale/1.2.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-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_packagedata.96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_packagedata_setscene.96ecc1933be50ed9c85d419323c598c730262e86a90f8eda54eda556d416b593.qemux86_64 not available\nNOTE: Running setscene task 2348 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_packagedata.ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_packagedata_setscene.ca60d56fd15060fb63c76eaea8b0ba12e22ff5f955a93dfd78253cb1cc49b83b.qemux86_64 not available\nNOTE: Running setscene task 2349 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_write_rpm.2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_package_write_rpm_setscene.2ea20e284be95a5e7b9a1e72b90db898b82985259823a60af084afc86c3c31c7 not available\nNOTE: Running setscene task 2350 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_populate_lic.8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_populate_lic_setscene.8fd60adf467f872c2d2e5e8585a7affa07b57d2f5fbb1008f20385fa87ebfc85 not available\nNOTE: Running setscene task 2351 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_qa.691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_qa_setscene.691fdb917ca3da2a53db7091b4c88ca648fbf9c4eb5414b9ebe224a26a25b065 not available\nNOTE: Running setscene task 2352 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.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: 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-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_rpm.9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_package_write_rpm_setscene.9449c0f2897ad117bf05df5b1961423ccb750b2c6c76bca8390ea8d0c7a52425 not available\nNOTE: Running setscene task 2353 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_populate_lic.079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_populate_lic_setscene.079f6fabb4aeec0145413b0091c406c164dfe9126b7e3a1c37440348eabee59f not available\nNOTE: Running setscene task 2354 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_populate_lic_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: 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/xauth_1.1.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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-3496823/tmp/work/core2-64-poky-linux/mkfontscale/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/siteinfo.bbclass (from /home/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-app/xauth_1.1.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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/xinput-calibrator/xinput-calibrator_git.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-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/xinput-calibrator/xinput-calibrator_git.bb:9)\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/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/mkfontscale_1.2.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-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/siteinfo.bbclass (from /home/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/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/xdpyinfo_1.3.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-app/xorg-app-common.inc:14)\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/siteinfo.bbclass (from /home/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/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/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-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-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_qa.3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_qa_setscene.3c862262e6915d67b565db9daa4d7b34466465b6ac4d9906bcc81bf61ed1ccf8 not available\nNOTE: Running setscene task 2355 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/rgb_1.1.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/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: SITE files ['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-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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_rpm.9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_package_write_rpm_setscene.9287b921a94d7b3df725e021de6ecfc7cee2dc45d247a9e0d351d16d82d1aa9d not available\nNOTE: Running setscene task 2356 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_rpm_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/rgb_1.1.0.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_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/core2-64-poky-linux/xauth/1.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/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_package_write_ipk', '/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:   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_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_package_write_deb', '/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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_qa 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: 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: 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_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-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_recipe_qa.29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-nodm-init/3.0.do_recipe_qa_setscene.29d82c336fd2d74df1832e749c9c185812a7f3f411d7d2d0db8082c11227b6ae not available\nNOTE: Running setscene task 2359 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_packagedata.19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_packagedata_setscene.19e2f9d8f2df6fe97e202ec84ce49239ca70281f013ce7dc3c2a2739e81ed542.qemux86_64 not available\nNOTE: Running setscene task 2360 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_populate_lic.e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_populate_lic_setscene.e50fcb5235e4b08795089d1e8a6e32b6e7af8c627565ce4691c06080ac90482e not available\nNOTE: Running setscene task 2361 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_qa.8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_qa_setscene.8ca2be75371bc6327cea40352f168e3e58768360c9ab525085e64a378f06f2d1 not available\nNOTE: Running setscene task 2362 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_rpm.d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_package_write_rpm_setscene.d812e41378bf3b17b8823ef06bd90b3445cf1f10b7fecb8b65ee0f19e335e0fd not available\nNOTE: Running setscene task 2363 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_populate_lic.c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_populate_lic_setscene.c48873a3381d8172a6884ebba84185fc488d416732be94e3da6843d10e897cfc not available\nNOTE: Running setscene task 2364 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.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-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_packagedata which could be accelerated\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_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_write_ipk', '/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:   considering dependency: ['pointercal-xinput', 'do_package_write_deb', '/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_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: 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: 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: 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: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-graphics/x11-common/xserver-nodm-init_3.0.bb:21)\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_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_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_populate_sysroot', '/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:   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_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-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_recipe_qa.4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/pointercal-xinput/0.0.do_recipe_qa_setscene.4d1dd23fb8ee7369a6b4985d9dd9be6362871318e1e5380a54883fabbeae863e not available\nNOTE: Running setscene task 2367 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_recipe_qa_setscene)\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: Inheriting /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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:21)\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: 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-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-3496823/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-3496823/tmp/work/core2-64-poky-linux/xauth/1.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/recipes-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_qa.0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_qa_setscene.0569344bc62f766ca6eecfcd562b2e82433e8229aace5dacaf9de588040f0269 not available\nNOTE: Running setscene task 2368 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.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-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: Inheriting /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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb (full)\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-3496823/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.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xauth/1.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/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/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/xdpyinfo_1.3.4.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-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-3496823/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: 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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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_populate_lic 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: 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: 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: Inheriting /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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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_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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_package_write_deb', '/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_write_ipk', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_deploy_source_date_epoch', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_recipe_qa.a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput-calibrator/0.7.5+git.do_recipe_qa_setscene.a24158ea5464ca5a6ee465e8c6f348395718dd47bfdb327ff97e8a343e8c9292 not available\nNOTE: Running setscene task 2371 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_packagedata.44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_packagedata_setscene.44e3cb85f49ec03ced8c0099e6c88c8acbe82f6d0089700c7e54468268bcc9b6.qemux86_64 not available\nNOTE: Running setscene task 2372 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_packagedata.a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_packagedata_setscene.a7efa80de80e256953fac1865a5d3ea34f56e8a43f55c2bb13ffaca846440281.qemux86_64 not available\nNOTE: Running setscene task 2373 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_rpm.baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_package_write_rpm_setscene.baa4297cdb5ffcca11ec668374b79814d9c90338212a9e32b7fd6006efe36a9f not available\nNOTE: Running setscene task 2374 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_populate_lic.1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_populate_lic_setscene.1dc6898854444a16eb39c8a790cda0a0361c56b6c0ba982d8bbd9361c5800c93 not available\nNOTE: Running setscene task 2375 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_qa.52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_qa_setscene.52c77c8a735b7e3b2da42291d502842a7c646ed1a01bc6b3e47a83f68a45f7ce not available\nNOTE: Running setscene task 2376 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_write_rpm.2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_package_write_rpm_setscene.2cc8a1fa63403ab11f3390d182818ecca9180d27e30d6d629a0068136ca6158b not available\nNOTE: Running setscene task 2377 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_rpm_setscene)\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: Inheriting /home/pokybuild/yocto-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-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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/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: 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/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-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: 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/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/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-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/xkbcomp_1.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-graphics/xorg-app/xkbcomp_1.4.7.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/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/xkbcomp_1.4.7.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/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.7.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: Inheriting /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-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_packagedata.544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_packagedata_setscene.544c42e1e0e873662513b13f73694dd9f82cc0e08a5653fe4af616cfc90836d1.qemux86_64 not available\nNOTE: Running setscene task 2378 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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/x11-common/xserver-nodm-init_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.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-3496823/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: 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: 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/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_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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-3496823/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/xinput-calibrator/pointercal-xinput_0.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/xinit_1.4.2.bb:do_package_qa which could be accelerated\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_packagedata', '/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_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_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_package_write_deb', '/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: 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/xinit_1.4.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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: 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: 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_populate_lic', '/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_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_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-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_recipe_qa.9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/x11perf/1.6.1.do_recipe_qa_setscene.9904ceea1714d00b632e37c11a90b256c6a1d862b6c0c1462050914df7588056 not available\nNOTE: Running setscene task 2381 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_packagedata.d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_packagedata_setscene.d72cbff18895ab614a0d75c0d27357bf75d03954010184997d0ba2ed0030fc09.qemux86_64 not available\nNOTE: Running setscene task 2382 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_populate_lic.2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_populate_lic_setscene.2f5b9287a11bf83b75dcb390254fb0118dd5b748360a2735246cfa819aa38139 not available\nNOTE: Running setscene task 2383 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_qa.6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_qa_setscene.6a060d16989e0edf1fd1bfb56ba03bc123fa7e0a575e75ee2b568c1af92501b4 not available\nNOTE: Running setscene task 2384 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_rpm.0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_package_write_rpm_setscene.0588d1ffce8ac721b2621701649b238bdf913cd8cabe129685fec25716497616 not available\nNOTE: Running setscene task 2385 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.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-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_populate_lic.c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_populate_lic_setscene.c07889d84c017071082d0ca5e5c46828f4fb09f371b20021730c02eb6e4182fd not available\nNOTE: Running setscene task 2386 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_qa.cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_qa_setscene.cc4b18c729521392c1c7b26c7911bf9174bae2c3cc283da5a92280f0959cdce6 not available\nNOTE: Running setscene task 2387 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_write_rpm.fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_package_write_rpm_setscene.fe41d1a7da3ae90c7965827acd40b997196afdb270b1c85e3902f8825a8663c9 not available\nNOTE: Running setscene task 2388 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_rpm_setscene)\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: Inheriting /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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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/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/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-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: Inheriting /home/pokybuild/yocto-worker/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/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-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/xmodmap_1.0.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-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/xprop_1.2.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-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/xprop_1.2.7.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.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-app/xprop_1.2.7.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: Inheriting /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-3496823/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-3496823/tmp/work/core2-64-poky-linux/xauth/1.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-3496823/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-3496823/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: 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.3.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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_recipe_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_packagedata 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/xinput_1.6.4.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xkbcomp/1.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-3496823/tmp/work/core2-64-poky-linux/xkbcomp/1.4.7/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.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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/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/xkbcomp_1.4.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/xkbcomp_1.4.7.bb:do_package_qa 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.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_recipe_qa.f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xauth/1.1.3.do_recipe_qa_setscene.f5f3756df37304c6cad6d328bf3c8d0347dd477922a0011e427c4854a535dd23 not available\nNOTE: Running setscene task 2391 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_package_write_ipk', '/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_packagedata', '/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:   considering dependency: ['xdpyinfo', 'do_package_write_deb', '/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: 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: 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-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_recipe_qa.97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xdpyinfo/1.3.4.do_recipe_qa_setscene.97539e97ffa14549f6e631f8d7d5156c00d66fedaf80328719611514ef06807d not available\nNOTE: Running setscene task 2394 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_packagedata.8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_packagedata_setscene.8265cd808d31dba21e643b64b39095c2e9d70eb9cdcbeae6370d5465d91df851.qemux86_64 not available\nNOTE: Running setscene task 2395 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_packagedata_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_populate_lic.e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_populate_lic_setscene.e88decfad0032084d7a6be981b91c7d1b3963ad8e39d3c26b7f9d0796a815f05 not available\nNOTE: Running setscene task 2396 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_populate_lic_setscene)\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: 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_package_qa', '/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', '/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_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package_write_ipk', '/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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/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: ['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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb (full)\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_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-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_recipe_qa.754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xhost/1.0.9.do_recipe_qa_setscene.754a99c1b4eb1864442bc47add36454e2988ee229421ee72479b280c1ee69011 not available\nNOTE: Running setscene task 2399 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_recipe_qa_setscene)\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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_qa.8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_qa_setscene.8ad69f37f6f62679913b031f86b9b932c75c1c3d87cac49ece0fbe1dd07ac229 not available\nNOTE: Running setscene task 2400 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_lic.59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_populate_lic_setscene.59c94b8f4d3c42586ab292e95bb4eb36ea54f21406c7a5ff1f34138d606fbc08 not available\nNOTE: Running setscene task 2401 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_qa.7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_qa_setscene.7b4114cf53f958bba88d4fcada0f54c64d3288933ff3e717a642758f279e4005 not available\nNOTE: Running setscene task 2402 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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/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: 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/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/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: 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/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/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/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: Inheriting /home/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: 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/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xkbcomp/1.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/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-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/xinit_1.4.2.bb:do_packagedata 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.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: ['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_package_write_deb', '/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_package_write_ipk', '/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_packagedata', '/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/x11perf_1.6.1.bb:do_recipe_qa which could be accelerated\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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xprop/1.2.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xprop/1.2.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-app/xprop_1.2.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: 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_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_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-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_recipe_qa.b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinit/1.4.2.do_recipe_qa_setscene.b4f7289d0826abcc63ca44d9a3c1ef52d580c5957cd13cb95a0dfb3cc185e461 not available\nNOTE: Running setscene task 2405 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.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-graphics/xorg-app/xprop_1.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_packagedata.4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_packagedata_setscene.4b6fb50b1f8c877618c807d5f2b1156eff486f5c9f12f0015b5fc0fa0cbabe2c.qemux86_64 not available\nNOTE: Running setscene task 2406 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_packagedata.8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_packagedata_setscene.8caea15e7353fbbb42844e9c17f54660bc6ec23e64b81a6dd3a8238ad33b19e8.qemux86_64 not available\nNOTE: Running setscene task 2407 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_rpm.17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_package_write_rpm_setscene.17c9744a42eb0a0ccda6eaf81d92d976dd697ef97f21935621a63f67b52dc13e not available\nNOTE: Running setscene task 2408 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_populate_lic.78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_populate_lic_setscene.78b3edccb1c86fcbc1156e55772c8b16bb21a5a49cdd38dc0c9d1bbd2d7f471d not available\nNOTE: Running setscene task 2409 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_qa.e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_qa_setscene.e227fad9bdb6ebcde35afde2334776f4c2f1bedbf07cc2ae48a0317813c26757 not available\nNOTE: Running setscene task 2410 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_rpm.8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_package_write_rpm_setscene.8664efdda3476c53a13df39fc640da53d8c04257ba04e7cb10bcacd9c2f9ff9c not available\nNOTE: Running setscene task 2411 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_rpm_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-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_populate_lic.9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_populate_lic_setscene.9d66b38e9e0ffeff811b819bc63a29e08467e89bde0ca16afd074bfb789e9d6a not available\nNOTE: Running setscene task 2412 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_populate_lic_setscene)\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/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-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/xprop_1.2.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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/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-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/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/siteinfo.bbclass (from /home/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: 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/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/xwininfo_1.1.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-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: 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/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/xwininfo_1.1.6.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: 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/siteinfo.bbclass (from /home/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-app/xwininfo_1.1.6.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/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/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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xauth/1.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.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-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_qa.cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_qa_setscene.cbb4b187e90380a27b2f895e32e3811a7a6e10441e88afae533c297c92ba62d0 not available\nNOTE: Running setscene task 2413 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.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-3496823/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-3496823/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: 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_recipe_qa 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-3496823/tmp/work/core2-64-poky-linux/xprop/1.2.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.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-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-3496823/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-3496823/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/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: 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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_package_write_ipk', '/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_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_package_write_deb', '/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/xset_1.2.5.bb:do_package_qa 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: 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: 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_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_sysroot', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_recipe_qa.e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xinput/1.6.4.do_recipe_qa_setscene.e5d5c5358cc36f1a54f3e9565f2fc28242bd3a3ef584211e40eab1b2ea221641 not available\nNOTE: Running setscene task 2416 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_rpm.eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_package_write_rpm_setscene.eb9077f75519a79366b9b894e6a7a7ce67a662b9b5a37703b5d1c2715e7b2a59 not available\nNOTE: Running setscene task 2417 of 6657 (/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_populate_lic.36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_populate_lic_setscene.36e1d8d03b793f0b856c49b7eecb8e73db76c2bfbe658ad1aff7181438637627 not available\nNOTE: Running setscene task 2418 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_qa.7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_qa_setscene.7686125e8016f68aa74c98e1e12a356560fc39fdf74e869f09c21d7bb5caef93 not available\nNOTE: Running setscene task 2419 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_rpm.722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_package_write_rpm_setscene.722efb86e8a966a942e7529cf3405d38c50ad21c5c3238eebcf28753fa112ed0 not available\nNOTE: Running setscene task 2420 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_populate_lic.b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_populate_lic_setscene.b98c28e505bf2004716d8639f27f78b09533ed273a99a6ceb34a0879f3862826 not available\nNOTE: Running setscene task 2421 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_qa.ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_qa_setscene.ef734e0aa11a633b44e027cac26869ef9873375b1e55188e07e44d67ae6c83a1 not available\nNOTE: Running setscene task 2422 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.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-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: 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: Inheriting /home/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-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: Inheriting /home/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-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-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: Inheriting /home/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: 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/siteinfo.bbclass (from /home/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/pkgconfig.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: Inheriting /home/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-recipe/siteinfo.bbclass (from /home/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: Inheriting /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: 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/siteinfo.bbclass (from /home/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/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-fbdev_0.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-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-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/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-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-3496823/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-3496823/tmp/work/core2-64-poky-linux/xprop/1.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-3496823/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/xmodmap_1.0.11.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_package_write_ipk', '/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_create_spdx', '/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_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_packagedata', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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_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-app/xwininfo_1.1.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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: ['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_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_populate_sysroot', '/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:   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-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_recipe_qa.8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xmodmap/1.0.11.do_recipe_qa_setscene.8a845de5caf179cf1df7e79496c549c53ac3dffe0cafa1ea9eaa91b061b9cd00 not available\nNOTE: Running setscene task 2425 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.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-graphics/xorg-app/xwininfo_1.1.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: Considering setscene task: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['xprop', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_recipe_qa.98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xprop/1.2.7.do_recipe_qa_setscene.98a01d3ac264e117987b990629b74091db767f7b78ea1781f743adf226c0bcef not available\nNOTE: Running setscene task 2428 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_packagedata.03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_packagedata_setscene.03293370b896f335ed34ed98be350af385977e924215f51d1280a5b8faa149ba.qemux86_64 not available\nNOTE: Running setscene task 2429 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_packagedata.756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_packagedata_setscene.756050b4357d3a78037be8144fabd1890305a70179efd80eab5a4397c6257550.qemux86_64 not available\nNOTE: Running setscene task 2430 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_rpm.b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_package_write_rpm_setscene.b972ab84708e27c5caa226c4256c6974e3957eabd586b1b91dacd59656c63953 not available\nNOTE: Running setscene task 2431 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_populate_lic.1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_populate_lic_setscene.1a9d0a7ec25a5862939a7690296bfc858f71dc5f990c3b99cb32b9f5c8255012 not available\nNOTE: Running setscene task 2432 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_populate_lic_setscene)\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-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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_qa.106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_qa_setscene.106407c1845c1266a5f0634cbf6338a614fc5ae36de08806c28ea8b02882b1c9 not available\nNOTE: Running setscene task 2433 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_rpm.cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_package_write_rpm_setscene.cafb6615412a62bcc4372202f81c1e7b3efa73fd5a936b51304baa1c5db26d3e not available\nNOTE: Running setscene task 2434 of 6657 (/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-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/xprop_1.2.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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/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: Inheriting /home/pokybuild/yocto-worker/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.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-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-3496823/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: 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/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-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/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: 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: Inheriting /home/pokybuild/yocto-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: 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/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: 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: 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: Inheriting /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: SITE files ['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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_populate_lic.b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_populate_lic_setscene.b1773f82bf59b0685f5c7872fb627c8145ecfc2ecbeedbf3274b6b41f6c053a2 not available\nNOTE: Running setscene task 2435 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.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: SITE files ['endian-little', 'common-linux', '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-3496823/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: 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: 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: SITE files ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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-3496823/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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_qa.bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_qa_setscene.bd4ad76dbea358e6aff56074c924141d99747b9d0cf8d6c44792ca622682d127 not available\nNOTE: Running setscene task 2436 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_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_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-driver/xf86-input-libinput_1.4.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-driver/xf86-video-cirrus_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-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-driver/xf86-video-cirrus_1.6.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: Inheriting /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: 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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_packagedata.3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_packagedata_setscene.3b650052071e6d3a2a0074e3d97048e4df9948ad245ea88481a8d6dc4ec242a4.qemux86_64 not available\nNOTE: Running setscene task 2437 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_rpm.a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_package_write_rpm_setscene.a1a23148b8057aa073491e4d4ae843d0e2642a400863ea7521ee543f954e6f89 not available\nNOTE: Running setscene task 2438 of 6657 (/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_populate_lic.0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_populate_lic_setscene.0e1c8bd753a0e5b26505a262446efed4266ed9aec9149dd11dea606b115fbf3f not available\nNOTE: Running setscene task 2439 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_qa.d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_qa_setscene.d281ebcb03474298ca8d095ac3c0da70b535a880ef2649d4f37119d0c5cda78f not available\nNOTE: Running setscene task 2440 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_write_rpm.5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_package_write_rpm_setscene.5649eb093c7cb71621b575ceacdedd565238e79720b2eb9e520d0c67598852c0 not available\nNOTE: Running setscene task 2441 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_populate_lic.536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_populate_lic_setscene.536036357ad0b42cee3f0a973069d4ecbc4c85c0687e0324783c37a8aef4a2fc not available\nNOTE: Running setscene task 2442 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_populate_lic_setscene)\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: 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: Inheriting /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-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/siteinfo.bbclass (from /home/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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/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-font/encodings_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: Inheriting /home/pokybuild/yocto-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/encodings_1.1.0.bb:6: including xorg-font-common.inc\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: Inheriting /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/encodings_1.1.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:6: including xorg-font-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-3496823/tmp/work/core2-64-poky-linux/xprop/1.2.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-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: 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.1.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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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-font/xorg-font-common.inc:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-font/xorg-font-common.inc:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_qa.e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_qa_setscene.e709e20530d9b2f4518e633695a802e7b613642f7687c1694445cf83a06d4b59 not available\nNOTE: Running setscene task 2443 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.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/recipes-graphics/xorg-font/encodings_1.1.0.bb:18)\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: 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-3496823/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-3496823/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: 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_packagedata', '/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_package_write_ipk', '/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:   considering dependency: ['xset', 'do_package_write_deb', '/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: 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: 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_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.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/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_write_rpm 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: 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_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['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_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_recipe_qa.89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xset/1.2.5.do_recipe_qa_setscene.89f1f759772141608535e14162825cdb1e203c681f442b986d678cac044fee4e not available\nNOTE: Running setscene task 2446 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.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-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: SITE files ['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-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_create_spdx', '/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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_package_write_deb', '/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_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: 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: 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: 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_create_spdx', '/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_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_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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_recipe_qa.3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xwininfo/1.1.6.do_recipe_qa_setscene.3e9996a6fdca02e4b4c551e9db2dc328b616f531972af92adb6960052ae89af0 not available\nNOTE: Running setscene task 2449 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_recipe_qa_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_packagedata.f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_packagedata_setscene.f681423a8549e31392aea2550155f7d087add4954f9ecebc5245e37def9b9c4f.qemux86_64 not available\nNOTE: Running setscene task 2450 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_packagedata.c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_packagedata_setscene.c22fd71fee3d68643fe2eb5300e877390e48c9de246f8c26f6f88f0d48f18ef7.qemux86_64 not available\nNOTE: Running setscene task 2451 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_rpm.28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_package_write_rpm_setscene.28a051eb61909755fa97bbe377813b8a3107d8245f4209f5473c589159026ecd not available\nNOTE: Running setscene task 2452 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.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-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-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_lic.f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_populate_lic_setscene.f83ebd12c9f1d2779266d3036800d21f1ac1e24185d1cda26faba14a50d24aea not available\nNOTE: Running setscene task 2453 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_qa.a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_qa_setscene.a461a58032c408d2db672349eb3f777a2fb8ff20e9b9b527bff1cf57717f96c6 not available\nNOTE: Running setscene task 2454 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-driver/xf86-video-vesa_2.6.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-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: 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/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-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/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/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-font/font-util_1.4.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: Inheriting /home/pokybuild/yocto-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/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-font/font-util_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-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: 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/siteinfo.bbclass (from /home/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-font/xorg-font-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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-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-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-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-3496823/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-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-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-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_write_rpm.e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_package_write_rpm_setscene.e0149e61fcf1830a047ad418c8d28f1a664a5b93c036ac701f781a133c0c47e0 not available\nNOTE: Running setscene task 2455 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_rpm_setscene)\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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/all-poky-linux/encodings/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: SITE files ['endian-little', 'common-linux', '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/libfontenc_1.1.8.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:6: including xorg-lib-common.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.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-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/encodings/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: 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-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/encodings/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/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.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-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-vmware_13.4.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_populate_lic which could be accelerated\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_write_deb', '/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:   considering dependency: ['xf86-video-cirrus', 'do_package_write_ipk', '/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_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_packagedata', '/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_create_spdx', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_recipe_qa.57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-cirrus/1.6.0.do_recipe_qa_setscene.57b5db8cc68cf9ccd48faadd3ae33e74fe64fbb8fe2e29717443bfc4b1a855ce not available\nNOTE: Running setscene task 2458 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_packagedata.b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_packagedata_setscene.b76244d3df2f80d27841b7140ead1ddbd4f4ca7f266c065ddc3d608a57678eb7.qemux86_64 not available\nNOTE: Running setscene task 2459 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_populate_lic.37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_populate_lic_setscene.37c1dc70695c78da76a41eda7863b609199575a90502622d72fa2473c7058b99 not available\nNOTE: Running setscene task 2460 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_qa.ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_qa_setscene.ca43540ea2f06f72a160fe59a1a40e8d9fb1ff585b8eca1671572e3595e47dda not available\nNOTE: Running setscene task 2461 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_lic.6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_populate_lic_setscene.6f893359644f18cabac88b94e172e1f251b83e3c0af348fe6903ac76f9a09a69 not available\nNOTE: Running setscene task 2462 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.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-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_qa.27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_qa_setscene.27ed966448f2e6e44c28e3645a3a2d9a4119f47e87d5af08f3f497af05cfa8bd not available\nNOTE: Running setscene task 2463 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_populate_lic.c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_populate_lic_setscene.c806c2cfed3dfae57dfa377fc92b90cd8b73da7a512b4a0c3743b08b054e8827 not available\nNOTE: Running setscene task 2464 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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/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-lib/libfontenc_1.1.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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/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: Inheriting /home/pokybuild/yocto-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: 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/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/libice_1.1.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/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/libpciaccess_0.18.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/libpciaccess_0.18.1.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/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb: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-graphics/xorg-lib/libpciaccess_0.18.1.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/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/libpciaccess_0.18.1.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/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/python3-dir.bbclass (from /home/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/libpciaccess_0.18.1.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_qa.a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_qa_setscene.a03974251b1756552392914094a1e84daecd653de680b4358fa8e98e857236cd not available\nNOTE: Running setscene task 2465 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_lic.e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_populate_lic_setscene.e090945c2087d192d4f6379594f32723687f5106ed4f2b8889ebe7d3acc6793b not available\nNOTE: Running setscene task 2466 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_lic_setscene)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_packagedata 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: 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: Inheriting /home/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: 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: SITE 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/libpthread-stubs_0.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/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-3496823/tmp/work/core2-64-poky-linux/libfontenc/1.1.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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_packagedata.6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_packagedata_setscene.6273d91ec1184f166490852bbac3f0e7a9fd8ed2fd7775fc196ce302f594ec67.qemux86_64 not available\nNOTE: Running setscene task 2467 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_packagedata_setscene)\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_write_ipk', '/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_deb', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libfontenc/1.1.8/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_deploy_source_date_epoch', '/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_populate_sysroot', '/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:  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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_recipe_qa.27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-fbdev/0.5.0.do_recipe_qa_setscene.27fe900a4b9b4563aec92037f5dd5bb4e83f48f60877e6aedd440fb592564781 not available\nNOTE: Running setscene task 2470 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.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: ['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_write_deb', '/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_write_ipk', '/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_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_package_write_rpm', '/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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: 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: Inheriting /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_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_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_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_populate_sysroot', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_recipe_qa.ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vesa/2.6.0.do_recipe_qa_setscene.ba51ca8b082f961fdfb6f5a38793698ddde115c51fc640d449a64efd05f8de2b not available\nNOTE: Running setscene task 2473 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_recipe_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_qa.2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_qa_setscene.2f5df205a32403aa6e7294efd88e8712a5e6457a1baff272d34c202560a219d4 not available\nNOTE: Running setscene task 2474 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_lic.b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_populate_lic_setscene.b4d469c788f449a3ac8edbe6d81bd1ed82412f4ed07bffeb9473d99064345f66 not available\nNOTE: Running setscene task 2475 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_qa.f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_qa_setscene.f7c30e90b0b0c119ea3c397d8226eed0ae867335240ca0c0459aeb1a6bcaa821 not available\nNOTE: Running setscene task 2476 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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-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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_populate_lic.b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_populate_lic_setscene.b4a9b5da112e5bead8de1fd53e6acc2de3b6ef972bff2ba540ba06b60ae15d41 not available\nNOTE: Running setscene task 2477 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.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: SITE 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-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: 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-driver/xorg-driver-common.inc:16)\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: 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: Inheriting /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/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/siteinfo.bbclass (from /home/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/libx11_1.8.9.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/libx11_1.8.9.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-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.9.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/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-lib/libx11_1.8.9.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-3496823/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-3496823/tmp/work/core2-64-poky-linux/libfontenc/1.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/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-3496823/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:29)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-3496823/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-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.9.bb:29)\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/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-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-vmware_13.4.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_populate_lic which could be accelerated\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_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', '/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_ipk', '/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_package_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_package_write_deb', '/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: 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: 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: SITE files ['endian-little', 'common-linux', '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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpciaccess/0.18.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-3496823/tmp/work/core2-64-poky-linux/libpciaccess/0.18.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_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_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_sysroot', '/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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_recipe_qa.133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-video-vmware/13.4.0.do_recipe_qa_setscene.133153818b830d65f0ab67b8aa5ead98d4764fe0b59f2110a2395b61e29df7a6 not available\nNOTE: Running setscene task 2480 of 6657 (/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_qa.7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_qa_setscene.7201cd48678ef304a1c8691554ce115cc978588e332473929576c6d11f8e97ff not available\nNOTE: Running setscene task 2481 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_lic.8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_populate_lic_setscene.8b14aff1e9f7d32637df71eb0086c0c64c796e3bb8cd79866a6f2401000fbe7c not available\nNOTE: Running setscene task 2482 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_qa.dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_qa_setscene.dad26b338e98929554e18924f054952308606f6f43016af8d2f683d173986d46 not available\nNOTE: Running setscene task 2483 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_populate_lic.9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_populate_lic_setscene.9f57d18dfa62d96a51451406b3fb7399e5c70c6ee0ca6d739869ed8e6f03acc0 not available\nNOTE: Running setscene task 2484 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_qa.9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_qa_setscene.9c246bb32e65756907f2fd3da766f0ebecedbd80a31fd645263cf0449e7d9df0 not available\nNOTE: Running setscene task 2485 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_lic.18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_populate_lic_setscene.18693a6cabcdfb1c89d5125c52234cc0c4554c8472a917af999fc288c8f27807 not available\nNOTE: Running setscene task 2486 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-lib/libpthread-stubs_0.5.bb:do_package_qa which could be accelerated\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: 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: 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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.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/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-lib/libxcb_1.17.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/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/libxau_1.0.11.bb:9)\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/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/libxau_1.0.11.bb:9)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/xorg-lib/libxcb_1.17.0.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-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/siteinfo.bbclass (from /home/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/libxcb_1.17.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/xorg-lib/libxcb_1.17.0.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/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-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-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_qa.5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_qa_setscene.5ddce19e3f6a9f53b8683eb09ca7080d6380096d62db6e9b463d1c27087b0e99 not available\nNOTE: Running setscene task 2487 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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-3496823/tmp/work/core2-64-poky-linux/mkfontscale/1.2.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-graphics/xorg-lib/libxcursor_1.2.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_populate_lic.945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_populate_lic_setscene.945c906f991246bb2ad4bdabe73fbf822d0f55014e54f7e6fb2cf8ec966848ae not available\nNOTE: Running setscene task 2488 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.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: SITE 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.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-lib/libxcursor_1.2.2.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.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/libxcursor_1.2.2.bb:9: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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-driver/xf86-video-fbdev_0.5.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/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-driver/xf86-video-vesa_2.6.0.bb:do_recipe_qa which could be accelerated\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.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libx11/1.8.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/xorg-lib/libsm_1.2.4.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libx11/1.8.9/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.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_recipe_qa.49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mkfontscale/1.2.3.do_recipe_qa_setscene.49e6dcdff46a3fffc0d4062960a1933343c8d20ac69bc030e3bda046738f41db not available\nNOTE: Running setscene task 2491 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_qa.8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_qa_setscene.8a3b9027bf4c718c7ae36e4ad09315da70674be4e135373c086d381aed6da3ba not available\nNOTE: Running setscene task 2492 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.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-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_rpm.2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_package_write_rpm_setscene.2167a2c62f668c6b24445a13b0f905704e46381e1ec749d72f03c42bafd895d3 not available\nNOTE: Running setscene task 2493 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_lic.480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_populate_lic_setscene.480812291e67e65c7b963da701bbc34641badf71e0440e8939dfcd466b7def20 not available\nNOTE: Running setscene task 2494 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_qa.ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_qa_setscene.ea41c7f1ee9c607126605a9510df9cd6832b4b168c7addfb465866a913b675f8 not available\nNOTE: Running setscene task 2495 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_qa_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/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_lic.5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_populate_lic_setscene.5966c4f739228687970deb581bcc5fa0404a6185cea961c5c4d6358c67ca705f not available\nNOTE: Running setscene task 2496 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_qa.c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_qa_setscene.c1ee06fb6a75c61667a533c4fc8697ff37a0715a068fd7b2b4ccd42cee15d923 not available\nNOTE: Running setscene task 2497 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/xorg-app/xorg-app-common.inc: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: Inheriting /home/pokybuild/yocto-worker/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/libxcvt_0.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:14)\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/qemu.bbclass (from /home/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: 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/python3-dir.bbclass (from /home/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-graphics/xorg-lib/xorg-lib-common.inc:15)\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/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/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/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/libxdmcp_1.1.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/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-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/libxdmcp_1.1.5.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-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/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.5.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-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/libxdmcp_1.1.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_populate_lic.503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_populate_lic_setscene.503a5d86318b84edda22ff8598fc3c7b1ea9cadc527b710f3846f1409a240b78 not available\nNOTE: Running setscene task 2498 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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-3496823/tmp/work/core2-64-poky-linux/libxcb/1.17.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-3496823/tmp/work/core2-64-poky-linux/libxcb/1.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-graphics/xorg-lib/libxau_1.0.11.bb:do_package_qa 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_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/libxcomposite_0.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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/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.5.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_qa.2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_qa_setscene.2cb53e651a8b0e635905ea36c9f7fcc14f7367c913517f4efea9577895fec7ec not available\nNOTE: Running setscene task 2499 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_populate_lic.a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_populate_lic_setscene.a3f2a99f37f0c3638c38d9ee8b34eae3632a247927b1ee93d0b2cf25096273f9 not available\nNOTE: Running setscene task 2500 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_qa.3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_qa_setscene.3b81bc1d64747c3d0ca6ff23388ec5c5a08f1a42972f9466407e236e4ca81dd0 not available\nNOTE: Running setscene task 2501 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_lic.aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_populate_lic_setscene.aef7f20d987b2c1183dd3d2af0bbf6709123b19268e53fa1ea0b02992358e8c8 not available\nNOTE: Running setscene task 2502 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_qa.c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_qa_setscene.c67b321cd0c94d8a816cf80e1d90ae1fa924634f070072bd849a7df114e6c8cc not available\nNOTE: Running setscene task 2503 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_rpm.b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_package_write_rpm_setscene.b356ca58bd394cc4b0c2d55a61f03217d1244b9e39b5ddd66cefb10d4f7dd19b not available\nNOTE: Running setscene task 2504 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxcursor/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/libxcursor_1.2.2.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxcursor/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-graphics/xorg-lib/libxext_1.3.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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/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/libxext_1.3.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.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: Inheriting /home/pokybuild/yocto-worker/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: 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: 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/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/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/libxfixes_6.0.1.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/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/libxfont2_2.0.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/libxfont2_2.0.6.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-lib/libxfont2_2.0.6.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/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-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_lic.1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_populate_lic_setscene.1f3f3a4357692650e83555609f291efa750423704a15066a407785ffdd54ebbe not available\nNOTE: Running setscene task 2505 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.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-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_qa.b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_qa_setscene.b2a1850f6782fcfa5b560b187a127f3f7e174737f6b593ff56064b7d9375fc5a not available\nNOTE: Running setscene task 2506 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.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-3496823/tmp/work/core2-64-poky-linux/mkfontscale/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: SITE 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: 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/libxfont2_2.0.6.bb:7: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: 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: 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: Inheriting /home/pokybuild/yocto-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/libxcvt_0.1.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/tmp/work/core2-64-poky-linux/libxdmcp/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/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-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/libxcvt_0.1.2.bb:do_populate_lic which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_lic.fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_populate_lic_setscene.fbc859183f58db54b667db46ecafde88631c6dab4070b59048afad5efcb1c1b2 not available\nNOTE: Running setscene task 2507 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_qa.12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_qa_setscene.12fab0cc239d73192cacfd41170ee0bb83ec0ac20f9ce7104029b8058e8d21cf not available\nNOTE: Running setscene task 2508 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_lic.170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_populate_lic_setscene.170b852ef925912884a6e80a59aa9d09c7b8d7d8348c34c6d047e9283c680f2c not available\nNOTE: Running setscene task 2509 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_qa.481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_qa_setscene.481ed03d2d1378f26e21e372d70c043068d06df5971977d900bbea4ddcc0812d not available\nNOTE: Running setscene task 2510 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_lic.8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_populate_lic_setscene.8228fad7a19cc50c49982f2e57ad212cc03438e0a48139740f2916c996600948 not available\nNOTE: Running setscene task 2511 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_qa.922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_qa_setscene.922c85801c13511f0c862b99883778b51372a3450af83b40863d4005c4e95e93 not available\nNOTE: Running setscene task 2512 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_populate_lic.96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_populate_lic_setscene.96743d1b3010104e1f762493d3de50903812174fc1838c9ebb892b5cae45136c not available\nNOTE: Running setscene task 2513 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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-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: 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/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/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/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/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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/core2-64-poky-linux/libxdmcp/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/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/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/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/libxinerama_1.1.5.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/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/libxkbcommon_1.7.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: Inheriting /home/pokybuild/yocto-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.5.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/xorg-lib/libxkbcommon_1.7.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/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/libxkbcommon_1.7.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/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-graphics/xorg-lib/libxkbcommon_1.7.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/python3native.bbclass (from /home/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/xorg-lib/libxkbcommon_1.7.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.7.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.7.0.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_qa.2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_qa_setscene.2ef3b5781fb4ce78b6471db6ddad26de6ef1c03bc7d0395c676bea61536e3fda not available\nNOTE: Running setscene task 2514 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxext/1.3.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-3496823/tmp/work/core2-64-poky-linux/libxext/1.3.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-3496823/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: 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.6.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: SITE 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.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:6: including xorg-lib-common.inc\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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_write_rpm.e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_package_write_rpm_setscene.e037cb03eac6a6471f7607a30164eb6fa391598b300433b6a5bc39b4da3ed0ea not available\nNOTE: Running setscene task 2515 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_populate_lic.018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_populate_lic_setscene.018ae9994baa93192b39f5bc1514840b915e316976c32658a9cc9a0852ef22fb not available\nNOTE: Running setscene task 2516 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_qa.9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_qa_setscene.9b9372b432f73fe7ea7fede8bd1b1cfb521455b5cfa794d29412a1d3870267fd not available\nNOTE: Running setscene task 2517 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_populate_lic.1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_populate_lic_setscene.1fb9f7d35b1a228e5c6f29891ec4b0eddd73b75e9c7887aea914f29c7908c597 not available\nNOTE: Running setscene task 2518 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_qa.4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_qa_setscene.4576f8151da2680900d864c24f25884700945b5a8d31275e4920f28a98f5d7f9 not available\nNOTE: Running setscene task 2519 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_lic.3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_populate_lic_setscene.3ef650f94f92a2416845010fca200d625f03152cbf890ab9650463fee9910f6a not available\nNOTE: Running setscene task 2520 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.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-graphics/xorg-lib/libxkbfile_1.1.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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-3496823/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-3496823/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-graphics/xorg-lib/libxkbfile_1.1.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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/libxmu_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/libxmu_1.2.1.bb:10: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:10: including xorg-lib-common.inc\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/libxft_2.3.8.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-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-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/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: 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/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-lib/libxrandr_1.5.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/siteinfo.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_qa.e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_qa_setscene.e73b778a584efe37a7aafbe75bbdc7c1d6c333bbada76e676a46de2bfab1d6f0 not available\nNOTE: Running setscene task 2521 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_lic.4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_populate_lic_setscene.4828225b003734eb6d6eff67f112325c1cd0226010e55f93a15414074fa0002e not available\nNOTE: Running setscene task 2522 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.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-3496823/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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-3496823/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/libxi_1.8.1.bb:do_populate_lic 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_populate_lic 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: SITE 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: 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: 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-graphics/xorg-lib/libxrender_0.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-graphics/xorg-lib/xorg-lib-common.inc:15)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/libxinerama_1.1.5.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_qa.23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_qa_setscene.23543fb0bf60e6e747823c5eb726891d294752834725c09c0a2b83d8e21f0c8f not available\nNOTE: Running setscene task 2523 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxkbcommon/1.7.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-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_rpm.abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_package_write_rpm_setscene.abf606ff22069ee2733c887fc26b1829572a7ace440e8bb7b0933b1a1840d1a2 not available\nNOTE: Running setscene task 2524 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_lic.3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_populate_lic_setscene.3c66842b961b131752dc654d3c873a324ffd37a44971bc1cd924052718a23807 not available\nNOTE: Running setscene task 2525 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_qa.cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_qa_setscene.cacd79522490957650905f960f88cf2e8c1b99fdbebcafc7df1164660ac71100 not available\nNOTE: Running setscene task 2526 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_lic.e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_populate_lic_setscene.e49f35fc2bd65e56b75cd57eddd4dfedb61b7ab34b30f1793a28db70980ff98d not available\nNOTE: Running setscene task 2527 of 6657 (/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-3496823/tmp/work/core2-64-poky-linux/libxkbcommon/1.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-graphics/xorg-lib/libxkbcommon_1.7.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.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: SITE 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: 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: 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/siteinfo.bbclass (from /home/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-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/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/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/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/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-3496823/tmp/work/core2-64-poky-linux/libxkbfile/1.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-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: 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/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/libxshmfence_1.3.2.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-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/libxkbfile_1.1.3.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-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/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-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_qa.09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_qa_setscene.09fd3c86b675eb4c41765676b36d7855bd7a61977d6e70ffb3694c2ae69d4d0e not available\nNOTE: Running setscene task 2528 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_lic.6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_populate_lic_setscene.6df72ac4527c99a24dc83dfd715cf5f2739e001719b11b78128c0b688d98f0c0 not available\nNOTE: Running setscene task 2529 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_qa.ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_qa_setscene.ce07355d1e8ee1ea9eb65ff30d053175731653b0d089d6dcdd0523dfd3758753 not available\nNOTE: Running setscene task 2530 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.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: SITE 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-3496823/tmp/work/core2-64-poky-linux/libxkbfile/1.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-3496823/tmp/work/core2-64-poky-linux/libxkbfile/1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxmu/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: 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/libxkbfile_1.1.3.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_qa which could be accelerated\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-3496823/tmp/work/core2-64-poky-linux/libxmu/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/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/libxrandr_1.5.4.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-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/libxmu_1.2.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/libxrandr_1.5.4.bb:do_populate_lic which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_lic.16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_populate_lic_setscene.16595b5636b6e60d10d59721b747e81ce65b56e97f1e2d7344c41b1fedfe5dfe not available\nNOTE: Running setscene task 2531 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_qa.626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_qa_setscene.626111cdf37fa2bb9ab4fc8fec804b3caf17fb883948ea5fb5421014bb36884e not available\nNOTE: Running setscene task 2532 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_lic.4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_populate_lic_setscene.4d8c9380172a7bf7596eee791b60971035428fc1dd8044c3524f5a9ff79df87c not available\nNOTE: Running setscene task 2533 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_qa.90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_qa_setscene.90a23edeb1a9cf39d6c3838741778f0ea704af46d95bcce515c4c574754e66ce not available\nNOTE: Running setscene task 2534 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_lic.2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_populate_lic_setscene.2d77aa443295ac02201b6974db77d3108c5012be2aceda4272ec1757a2290a41 not available\nNOTE: Running setscene task 2535 of 6657 (/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_qa.10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_qa_setscene.10becef038e8e61285a9dcb50f091b97a8ee7ca71c3c3f15fe96bafff99442e9 not available\nNOTE: Running setscene task 2536 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.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: 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: Inheriting /home/pokybuild/yocto-worker/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/libxv_1.0.12.bb (full)\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-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-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/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: 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/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/libxrender_0.9.11.bb:do_populate_lic 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/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-lib/libxxf86vm_1.1.5.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/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/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/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/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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/pixman_0.42.2.bb:26)\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-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_lic.cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_populate_lic_setscene.cf1db4372e44bb6394a2daf04a94aa2adb25f7b4cffe4af19b253cfd46564045 not available\nNOTE: Running setscene task 2537 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_qa.3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_qa_setscene.3ba9e8da405d76bcf5c49a7a87607394b74791fd7eaf1f3563b6b5737783649a not available\nNOTE: Running setscene task 2538 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libxres_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-lib/libxres_1.2.2.bb:do_package_write_rpm 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meson.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/xcb-util_0.4.1.bb:1: including xcb-util.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/python3native.bbclass (from /home/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/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/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-3496823/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/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: 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: Inheriting /home/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/qemu.bbclass (from /home/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/xorg-lib/xcb-util.inc:21)\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: Inheriting /home/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: 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-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_lic.9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_populate_lic_setscene.9c173a18ce6ef5b7ec7686ed007afe58a671064278782a18c65186cf22a41daf not available\nNOTE: Running setscene task 2539 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_qa.348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_qa_setscene.348cb1696d69ff48a0ea0dcd46060d85591ab2bf7f91e00aa602b55383c48437 not available\nNOTE: Running setscene task 2540 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_populate_lic.739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_populate_lic_setscene.739807c5f23d6a7e501caec5cef650db0dfeee563510d15fcec520528310255e not available\nNOTE: Running setscene task 2541 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_qa.3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_qa_setscene.3b3b8e8076be30535c2914d593bd35297b1fe68bc4a757adcd401fbfd8f959b0 not available\nNOTE: Running setscene task 2542 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_lic.473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_populate_lic_setscene.473e0e66cb253c2ecd629bc40e32a5b5a35ed6d7f24ba01d7484afe3f3bec41e not available\nNOTE: Running setscene task 2543 of 6657 (/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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/xkeyboard-config_2.41.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.41.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/xkeyboard-config_2.41.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: 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: Inheriting /home/pokybuild/yocto-worker/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-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/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.41.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb (full)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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: 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/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/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/xtrans_1.5.0.bb (full)\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: Inheriting /home/pokybuild/yocto-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/qemu.bbclass (from /home/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.41.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-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/xkeyboard-config_2.41.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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.41.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: 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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_qa.25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_qa_setscene.25f5b7ee260248327df9860fe8858c171aa7ea408e33115dc306d9230304040e not available\nNOTE: Running setscene task 2544 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_populate_lic.1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_populate_lic_setscene.1a5c0fce0eccfa45d8b78b658de42f851b7745eedf7b695cc4cbadbeaf9ed9f7 not available\nNOTE: Running setscene task 2545 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_qa.d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_qa_setscene.d193699d3738090ebf476304c89a8956fb8438368f432a15666872b28fe8be76 not available\nNOTE: Running setscene task 2546 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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.17.0.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.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.17.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-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3native.bbclass (from /home/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.17.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.17.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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: 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.17.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-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-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-3496823/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_populate_lic.2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_populate_lic_setscene.2a6988d14a063dfa3f4df5c71b4be08ec0942c8bcf078c25c48feff1ff02520d not available\nNOTE: Running setscene task 2547 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_lic_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_qa.60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_qa_setscene.60cb8a7ab4ec0b4d7b9bccbf5ebe1a5f67bb1c8d934b5e3d8d266eb950ab67c1 not available\nNOTE: Running setscene task 2548 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_populate_lic.80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_populate_lic_setscene.80083d04d174cfe2cb8f93fff47a490690e3b868d741214d76a411e95e425f1c not available\nNOTE: Running setscene task 2549 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_qa.fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_qa_setscene.fe4e89a7847c9441b165d691e0ab028a8614d54cfbafc9c93fcd0e3971d03f0a not available\nNOTE: Running setscene task 2550 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_rpm.df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_package_write_rpm_setscene.df92174ccdf8e5574ecc9bb06ccfd1939ac416071cb6d0c07faf37239cd68927 not available\nNOTE: Running setscene task 2551 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.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-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_populate_lic.ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_populate_lic_setscene.ad6e7e4995ef59b2e6b7295529364b3dfe139014d02934b9199edcfc4ad01cad not available\nNOTE: Running setscene task 2552 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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-graphics/xorg-proto/xorgproto_2024.1.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-util/util-macros_1.20.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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 /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-lib/xcb-util_0.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: 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/qemu.bbclass (from /home/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-util/xorg-util-common.inc:13)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/xorg-util-common.inc:13)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_qa.d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_qa_setscene.d8b6a718be809982370dcd08ef6609bdee6068740fdf1d0a3b8656854aaf2001 not available\nNOTE: Running setscene task 2553 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_write_rpm.f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_package_write_rpm_setscene.f35400d39dfc4b05b0942c471558dfd8d0b16549e32fa430556ac1f4e199926f not available\nNOTE: Running setscene task 2554 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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-3496823/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_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:1: including xserver-xorg.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:1: including xserver-xorg.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xkeyboard-config/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/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-3496823/tmp/work/core2-64-poky-linux/xkeyboard-config/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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: 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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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/xkeyboard-config_2.41.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_populate_lic.91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_populate_lic_setscene.91ddd8fa337d3c82d3644ca4795e5e82f2d23e984082a6d43ad6d338767740b4 not available\nNOTE: Running setscene task 2555 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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-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/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-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_qa.1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_qa_setscene.1a602e1186be3580f99b413e01694444c411724a2d15559c3a386512526be8b8 not available\nNOTE: Running setscene task 2556 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_rpm.ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_package_write_rpm_setscene.ec3f41b8d5f48a47e8ca192a0470f01230910f2ed3d159cef929bfcd7a1f4de6 not available\nNOTE: Running setscene task 2557 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_populate_lic.718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_populate_lic_setscene.718262363e31974ff6ce212481dfc92d644b1c491b50c39928c46d203b022aad not available\nNOTE: Running setscene task 2558 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_qa.e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_qa_setscene.e599cfe58770e9921f915dd9d6a92e628fa3dbe4e06206c3eb43271ce37bec5f not available\nNOTE: Running setscene task 2559 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:1: including xserver-xorg.inc\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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xcb-proto/1.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-graphics/xrestop/xrestop_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/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-3496823/tmp/work/core2-64-poky-linux/xcb-proto/1.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/siteinfo.bbclass (from /home/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/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/meson-routines.bbclass:7)\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/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/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_populate_lic which could be accelerated\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/siteinfo.bbclass (from /home/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/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-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/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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/core2-64-poky-linux/xorgproto/2024.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-proto/xorgproto_2024.1.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_rpm.2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_package_write_rpm_setscene.2dd4ecf071a7acc9254993f0c025d6d67f66befa1ed991020a107f9279c676e3 not available\nNOTE: Running setscene task 2560 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_populate_lic.6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_populate_lic_setscene.6ca4a178b8276fe1a750a73a37bbd2584f037a867ebdd021421fcf97236a94da not available\nNOTE: Running setscene task 2561 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_populate_lic_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-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_lic.7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kern-tools-native/0.3+git.do_populate_lic_setscene.7da7961c9ca7fd5882806d2b4e1e94dccda2f62e9af36cfae26704429fe0c8c5 not available\nNOTE: Running setscene task 2562 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-xserver/xserver-xf86-config_0.1.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/util-macros/1.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-3496823/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-kernel/blktrace/blktrace_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/util-macros/1.20.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-kernel/kern-tools/kern-tools-native_git.bb (full)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xorgproto/2024.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-proto/xorgproto_2024.1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_qa.e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_qa_setscene.e75a558ed83d79de29022a6c413bea4d26a4a6851eaf7a638ba5c4ba91cdb5de not available\nNOTE: Running setscene task 2563 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_rpm.32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_package_write_rpm_setscene.32f4b6f1a21d4716fabcd0ed2121cce79b02b21f339804b6ead40081d0a715fe not available\nNOTE: Running setscene task 2564 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_populate_lic.6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_populate_lic_setscene.6e1d53e7de78432a060e89702e1cb14e197761a2704b2c700796572c949239cd not available\nNOTE: Running setscene task 2565 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_populate_lic_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-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_lic.8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_lic_setscene.8375b1abd93d26a20368d75ba9d49fd7df885052af7f6f22e4e0b8be447ce919 not available\nNOTE: Running setscene task 2566 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_qa.88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_qa_setscene.88ff1a63408a4ee160038e09a93a20878bde66aa803d3900777d173f1e3dd529 not available\nNOTE: Running setscene task 2567 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_populate_lic.7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_populate_lic_setscene.7aec10c82eb027dbb1a4a062a419eed071c48a6d52c121bb3281db17cd648387 not available\nNOTE: Running setscene task 2568 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_lic_setscene)\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: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: 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: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: SITE files ['endian-little', 'common-linux', '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-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:26)\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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb: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-kernel/kexec/kexec-tools_2.0.28.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-kernel/kexec/kexec-tools_2.0.28.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: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-kernel/kexec/kexec-tools_2.0.28.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-kernel/kmod/kmod_32.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:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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-kernel/kmod/kmod_32.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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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/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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.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_32.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_32.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/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_32.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_32.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/xserver-xorg/21.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-3496823/tmp/work/core2-64-poky-linux/xserver-xorg/21.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-3496823/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-3496823/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: 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-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_qa.ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_qa_setscene.ee7f350b2416df88e7e55ed55e42d333f4a8304f5c0a17471b63e257985af9a3 not available\nNOTE: Running setscene task 2569 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_qa which could be accelerated\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_package_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-3496823/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-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_packagedata.1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_packagedata_setscene.1bd4d3d0f6743f4abf74cad4307c80ea06d55ae37f0ef835e23ae355b26079f7.qemux86_64 not available\nNOTE: Running setscene task 2570 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_packagedata_setscene)\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_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_packagedata.870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_packagedata_setscene.870a0acb5d2f8c24a5ade0cd60d68c14c0332bf6314dc6b4be8e695bb4b887cd.qemux86_64 not available\nNOTE: Running setscene task 2571 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_packagedata.986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_packagedata_setscene.986504967fb3a7ac957dbda091730d48413c7c91d4b80b70a70d8849062c0b66.qemux86_64 not available\nNOTE: Running setscene task 2572 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_packagedata.acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_packagedata_setscene.acc7b93bbb1ca0d5ae88c4a75b6ef03565e28d42a01be475b7144a608248a939.qemux86_64 not available\nNOTE: Running setscene task 2573 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_packagedata.0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_packagedata_setscene.0af6113b44a846374e1f8405515509911075c82b85592dfe575aaad9e2f42051.qemux86_64 not available\nNOTE: Running setscene task 2574 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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-kernel/libtraceevent/libtraceevent_1.8.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_write_rpm.09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_package_write_rpm_setscene.09e96b3665d26adaf12cc751fd58599b7ab83258540e5035c72bbef038268db6 not available\nNOTE: Running setscene task 2575 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xserver-xorg/21.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-xserver/xserver-xorg_21.1.13.bb:do_populate_lic 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-recipe/qemu.bbclass (from /home/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.8.2.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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-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-kernel/blktrace/blktrace_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: 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: Inheriting /home/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-xserver/xserver-xf86-config_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-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: 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/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: 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/siteinfo.bbclass (from /home/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/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/libtraceevent/libtraceevent_1.8.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-kernel/libtraceevent/libtraceevent_1.8.2.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/python3native.bbclass (from /home/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/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-recipe/python3-dir.bbclass (from /home/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-kernel/kmod/depmodwrapper-cross_1.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: 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.8.2.bb:17)\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-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_packagedata.9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_packagedata_setscene.9c8d9409e013e759a7b6e8b2408a6a6bdfde65d9f3e842ef7176e5a2ac0fa894.qemux86_64 not available\nNOTE: Running setscene task 2576 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_populate_lic.3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_populate_lic_setscene.3c7b8d7807a420b7e16ef9df9569a6d4b20d3069389fd623a4775b57771c4c25 not available\nNOTE: Running setscene task 2577 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_qa.70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_qa_setscene.70fd8419eb9cbd76d08ee0ca00d9aa92e1e5a3828dd18b21971f8188fafa0243 not available\nNOTE: Running setscene task 2578 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_populate_lic.2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_populate_lic_setscene.2089defcf4a0775517743a74981be50dd3968d7cc1c0a78203eaeafa7ad34aac not available\nNOTE: Running setscene task 2579 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.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: 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/libtraceevent/libtraceevent_1.8.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.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/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-kernel/linux-libc-headers/linux-libc-headers_6.9.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/meson-routines.bbclass:7)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb (full)\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: 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/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.9.bb:1: including linux-libc-headers.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/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: 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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:17)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/kmod/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-3496823/tmp/work/core2-64-poky-linux/kmod/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-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_packagedata.e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_packagedata_setscene.e9b311ea71a18e736feb1a90c9cf6c11db3f6304980a20d3e0cd2c334263fc38.qemux86_64 not available\nNOTE: Running setscene task 2580 of 6657 (/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_32.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_qa.4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_qa_setscene.4b4398322fb1a61f5d0ebfca57bf893b89d120a6aa5468deff217c207b22b451 not available\nNOTE: Running setscene task 2581 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_rpm.f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_package_write_rpm_setscene.f0964df8245d5e2ead509659361eb9ffcc657b40606936b3b0c6ec8950d70833 not available\nNOTE: Running setscene task 2582 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_lic which could be accelerated\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-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_populate_lic.b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_populate_lic_setscene.b3b0c409d59c88cec9c8b8b11da629ef11d52d6b43f1848f630ed7f716b6c789 not available\nNOTE: Running setscene task 2583 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_qa.5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_qa_setscene.5cc4e74e2f73a7f435740aa40ef43f71c1ee4789d131b463ff9ab18fe2f95e38 not available\nNOTE: Running setscene task 2584 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.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: 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:26)\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: 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: 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/kernel-devsrc.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/kexec/kexec-tools_2.0.28.bb:26)\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/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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:26)\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: 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-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: 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: SITE files ['endian-little', 'common-linux', '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/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: 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:207)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:207)\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:698)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xkbcomp/1.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:698)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:814)\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: 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: 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_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_package_write_deb', '/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:   considering dependency: ['xserver-xf86-config', 'do_package_write_ipk', '/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_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_packagedata', '/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: 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:877)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtraceevent/1.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-graphics/xorg-app/xkbcomp_1.4.7.bb:do_packagedata which could be accelerated\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-graphics/xorg-app/rgb_1.1.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/libtraceevent/libtraceevent_1.8.2.bb:do_package_qa which could be accelerated\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_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:   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_package_write_ipk', '/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_deb', '/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: 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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['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_sysroot', '/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_deploy_source_date_epoch', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_recipe_qa.3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rgb/1.1.0.do_recipe_qa_setscene.3ed12030d571944ee02f94c437dd4c15c49ae25f831ff4c12a49884a848de278 not available\nNOTE: Running setscene task 2588 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.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: Considering setscene task: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtraceevent/1.8.2/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.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_rpm 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.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_recipe_qa.1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkbcomp/1.4.7.do_recipe_qa_setscene.1eaa583d17a157c4bd5e8eebcbfba5bfa3ccf63b6b2483edb77666e38a59b2df not available\nNOTE: Running setscene task 2591 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.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_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_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_package_write_ipk', '/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_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_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_package_write_deb', '/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_packagedata.012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_packagedata_setscene.012e48880ba9d3b9a4f7ce34344ba50df59b596371910a1c24d8872c435ae788.qemux86_64 not available\nNOTE: Running setscene task 2593 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: ['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_create_spdx', '/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: ['xf86-input-libinput', 'do_populate_sysroot', '/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:1: including xorg-app-common.inc\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: Inheriting /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-3496823/tmp/work/core2-64-poky-linux/linux-libc-headers/6.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: 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_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', '/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_sysroot', '/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_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_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-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_recipe_qa.160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xf86-input-libinput/1.4.0.do_recipe_qa_setscene.160427a0ec64daa58e703bdb52f85c4881e07437c0e12b8deea9dec045b36136 not available\nNOTE: Running setscene task 2596 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/linux-libc-headers/6.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-graphics/xorg-app/xorg-app-common.inc:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_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: Inheriting /home/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: ['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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtraceevent/1.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_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', '/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_populate_lic', '/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_populate_sysroot', '/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_deploy_source_date_epoch', '/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_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-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_recipe_qa.a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/xserver-xf86-config/0.1.do_recipe_qa_setscene.a4b7ef92bc2c9c4b05056fcead87586e9aacc01969800731a87ee259439b54e3 not available\nNOTE: Running setscene task 2598 of 6657 (/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/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/python3-dir.bbclass (from /home/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-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_populate_lic 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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\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:176)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_packagedata.415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_packagedata_setscene.415d09025ea5e7866856c4c6155220eb0527e4d4ba253948d62754d15ffb6df8.qemux86_64 not available\nNOTE: Running setscene task 2599 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_packagedata_setscene)\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: SITE files ['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/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: 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/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-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: Considering setscene task: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.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.13.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_populate_sysroot', '/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: ['xf86-video-vesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['xf86-video-fbdev', 'do_populate_sysroot', '/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-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: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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-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-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: 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_package_write_deb', '/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:   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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_package_write_ipk', '/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: 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: SITE 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.13.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_qa which could be accelerated\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/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-3496823/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/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-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_packagedata.7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_packagedata_setscene.7547792ec82a55ea5cbdf863d614b5a884587d9a2ab9eb808e737778297424af.qemux86_64 not available\nNOTE: Running setscene task 2602 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_packagedata.1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_packagedata_setscene.1f854b342f0f147f9abeaadc47b2d096476a8d0bfabc0fb4f63b4818e72080d0.qemux86_64 not available\nNOTE: Running setscene task 2603 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.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-kernel/kexec/kexec-tools_2.0.28.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_packagedata.06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_packagedata_setscene.06c49d73c5574bf970e66700d2f3888ba1cd615c732842461e304f85a6a5d973.qemux86_64 not available\nNOTE: Running setscene task 2604 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_packagedata_setscene)\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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.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: ['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: SITE 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/bison/bison_3.8.2.bb (full)\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: 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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_recipe_qa.56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrestop/0.4.do_recipe_qa_setscene.56fc266ea485d5c25ff7eaa1282135cda94c7a031c847ba6710db282022bc396 not available\nNOTE: Running setscene task 2607 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.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: 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-graphics/xorg-lib/libxres_1.2.2.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_create_spdx', '/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_package_write_ipk', '/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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_package_write_deb', '/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: 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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_packagedata.4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_packagedata_setscene.4e4e11d4c593ae97e2708da7323719387d705a2bbdf75b410583e7ea1d4d53f6.qemux86_64 not available\nNOTE: Running setscene task 2609 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.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/flex/flex_2.6.4.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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: SITE files ['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: 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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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: ['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_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: 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/github-releases.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-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: 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: Inheriting /home/pokybuild/yocto-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: ['blktrace', 'do_recipe_qa', '/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:   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-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_recipe_qa.6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/blktrace/1.3.0+git.do_recipe_qa_setscene.6cc52ffaa636ff8d0c8600264aac22b999b6d90239fd587756493fbc588eef73 not available\nNOTE: Running setscene task 2612 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.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/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-extended/libaio/libaio_0.3.113.bb (full)\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_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_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_write_ipk', '/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_deb', '/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_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_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_recipe_qa.0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kexec-tools/2.0.28.do_recipe_qa_setscene.0f8a8b5790d73f6e2d6b9a1cde414a7325105ef3858b81d2308d4a47595d4fbe not available\nNOTE: Running setscene task 2615 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.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-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_packagedata.10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_packagedata_setscene.10ca2ea048516cea1f9aeddad32523204904211072dbf879073bca64cd960b74.qemux86_64 not available\nNOTE: Running setscene task 2616 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_packagedata_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_populate_lic.a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_populate_lic_setscene.a30e40e4f92fbe7a6456b88818ab725e8a829436d3ff3242f3c81b40cc016371 not available\nNOTE: Running setscene task 2617 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-kernel/kexec/kexec-tools_2.0.28.bb (full)\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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.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/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-graphics/xorg-app/rgb_1.1.0.bb:do_recipe_qa which could be accelerated\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: 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: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-kernel/kexec/kexec-tools_2.0.28.bb:26)\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-3496823/tmp/work/core2-64-poky-linux/xkbcomp/1.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_qa.7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_qa_setscene.7757e1bd307a760137ec590944ec1f2d17aa9db7e3e41c04cb3e5b45fbbe097c not available\nNOTE: Running setscene task 2618 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_recipe_qa 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/kernel.bbclass:207)\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:207)\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:698)\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:698)\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:814)\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:877)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/kernel-yocto.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto.inc:49)\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-graphics/xorg-xserver/xserver-xf86-config_0.1.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:7: including recipes-kernel/linux/cve-exclusion_6.6.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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-driver/xf86-input-libinput_1.4.0.bb:do_recipe_qa which could be accelerated\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: 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.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-kernel/lttng/babeltrace2_2.0.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: 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_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_deb', '/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:   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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package_write_ipk', '/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: 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.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/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-3496823/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.32+git/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: 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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_recipe_qa.6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libinput/1.25.0.do_recipe_qa_setscene.6e6c90db965bf67815cb04670ed0c6226d0d9f20f5f88ced0e479929be7811a1 not available\nNOTE: Running setscene task 2621 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_packagedata.48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_packagedata_setscene.48ed391b8298c29bbeee0efc57edb3788c96d54d92ae05801957ce23e2efdb42.qemux86_64 not available\nNOTE: Running setscene task 2622 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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.7.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: ['mtdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['libinput', 'do_package', '/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.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_write_rpm.9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_package_write_rpm_setscene.9bc5b30f16cef98c1ae55781e0efdbc4a5a0134529564c5d6e7aa83fee6c292e not available\nNOTE: Running setscene task 2624 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_populate_lic.ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_populate_lic_setscene.ec340f79bdf2e43f5acf0d35e3b1cf0c69a176503013f3afd2e54c3df69ae2ef not available\nNOTE: Running setscene task 2625 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_qa.98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_qa_setscene.98b69da82807e53e298bb34bc898ac3381177df3a93aa203264b2f194f1008e9 not available\nNOTE: Running setscene task 2626 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_qa_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/python3native.bbclass (from /home/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/mtdev_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/wayland/mtdev_1.1.7.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xserver-xorg/21.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb (full)\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: 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: 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.6.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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-graphics/wayland/mtdev_1.1.7.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/siteinfo.bbclass (from /home/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-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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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-kernel/lttng/babeltrace2_2.0.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/babeltrace2_2.0.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-kernel/lttng/babeltrace2_2.0.6.bb:20)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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/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/lttng/babeltrace_1.5.11.bb:18)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass:7)\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/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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:20)\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:176)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-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/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/flex/flex_2.6.4.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_ipk', '/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_package_write_deb', '/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_packagedata', '/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: 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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_packagedata.edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_packagedata_setscene.edf40b06c84e482f119273d47b802a253b75dc3e25ec9769aee8859ffc59b981.qemux86_64 not available\nNOTE: Running setscene task 2628 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['bison', 'do_populate_sysroot', '/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.5.bb']\nDEBUG:   considering dependency: ['bison', 'do_package', '/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-core/gettext/gettext_0.22.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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: ['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_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-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_recipe_qa.f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bison/3.8.2.do_recipe_qa_setscene.f72140ebb098576f92ab29b396bf3f8807ebc4d0e10de5280352ad6f420b0d8d not available\nNOTE: Running setscene task 2631 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_packagedata which could be accelerated\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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['flex', 'do_package_write_deb', '/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_write_rpm', '/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_packagedata', '/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:23: including gettext-sources.inc\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: 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.5.bb:34)\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_populate_lic', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_recipe_qa.d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flex/2.6.4.do_recipe_qa_setscene.d09635471021bc132d308827ddc2c2728bda05962e6f4a99742878bdb82a4a1c not available\nNOTE: Running setscene task 2634 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/bison/bison_3.8.2.bb (full)\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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libaio', 'do_package_write_ipk', '/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:   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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb']\nDEBUG:   considering dependency: ['libaio', 'do_package_write_deb', '/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: 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: 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.5.bb:34)\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.5.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-core/gettext/gettext_0.22.5.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-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: 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: ['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: 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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_recipe_qa.037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libaio/0.3.113.do_recipe_qa_setscene.037b13722f466be95e0030ddb0dae2ab78e54edaa7164f1b5a53c8fae3124dc2 not available\nNOTE: Running setscene task 2637 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\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_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['libxres', 'do_package_write_ipk', '/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_package_write_deb', '/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_create_spdx', '/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: 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: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: 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: 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', '/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: ['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-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_recipe_qa.7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxres/1.2.2.do_recipe_qa_setscene.7acc9d62664f6de15f866ad01d35acccc122cc4d60f74e3d3625eeaf8d65912d not available\nNOTE: Running setscene task 2640 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.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: 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/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: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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.13.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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.13.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.13.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/babeltrace2/2.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_packagedata.b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_packagedata_setscene.b9b93fa1d2630fc7bb9b5582dbb4a6a9f3455e8886f96e4dc7d3589aa6194e60.qemux86_64 not available\nNOTE: Running setscene task 2642 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_qa which could be accelerated\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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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_create_spdx', '/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_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: SITE files ['endian-little', 'common-linux', '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/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-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_packagedata.c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_packagedata_setscene.c8bb50a889ca6b122ff8a3439f8554fe078262824227152970982475c4478da1.qemux86_64 not available\nNOTE: Running setscene task 2644 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.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-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: ['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.13.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: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_packagedata.12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_packagedata_setscene.12fa870d2340c0e27b85241fcfcaa67f1726d679ca7aeda7f0d1836be5249a08.qemux86_64 not available\nNOTE: Running setscene task 2646 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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: Considering setscene task: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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.13.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mtdev/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/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/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: 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.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.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/xorg-lib-common.inc:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.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/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:6: 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: Considering setscene task: ['mtdev', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_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/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-3496823/tmp/work/core2-64-poky-linux/babeltrace2/2.0.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['mtdev', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_recipe_qa.4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mtdev/1.1.7.do_recipe_qa_setscene.4735cedbddb65893e07cc7b81b94e148595f7bc5ce0f94cdbd25301346ff3b9d not available\nNOTE: Running setscene task 2651 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/babeltrace2/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-3496823/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/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: ['xserver-xorg', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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.13.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.13.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.13.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_recipe_qa.d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xserver-xorg/21.1.13.do_recipe_qa_setscene.d5e4244ac1aad34c817903178c8f7c4ef646331c2b6957afe882dc8dccfff719 not available\nNOTE: Running setscene task 2652 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_populate_lic 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_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_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_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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb (full)\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: SITE files ['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/wayland/mtdev_1.1.7.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:1: including xserver-xorg.inc\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_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['kernel-devsrc', 'do_deploy_source_date_epoch', '/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_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-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_recipe_qa.74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/kernel-devsrc/1.0.do_recipe_qa_setscene.74395accb30254e42e2b8df2ad1cbab511cade38255acb10048013b04ede7574 not available\nNOTE: Running setscene task 2655 of 6657 (/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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.32+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-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_packagedata.1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_packagedata_setscene.1deacd0c8755270146ac5c9ece5eac3737fb13f3a159e80fb50b4bc3828a4a05.qemux86_64 not available\nNOTE: Running setscene task 2656 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_rpm.41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_package_write_rpm_setscene.41f92a77e9ea889a405520392e6c701b234019c3733c2b139c22c9ce9be5f64d not available\nNOTE: Running setscene task 2657 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.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: 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-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_populate_lic.6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_populate_lic_setscene.6930387b1bb3029f0d5edbf8b5c1a3b9dba344069c972c2359c729898e92d6c9 not available\nNOTE: Running setscene task 2658 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_populate_lic_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_qa.90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_qa_setscene.90db0e01a988f34199b5c1ae3b256999b19edcfe3aafbc831e70617e8ba65067 not available\nNOTE: Running setscene task 2659 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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-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-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_write_rpm.500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_package_write_rpm_setscene.500c77cd147696772c0ef86de87caffdd3247ea46cc1a707877f216d941f4c04 not available\nNOTE: Running setscene task 2660 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_rpm_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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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/babeltrace2_2.0.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: SITE files ['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/module-base.bbclass:7)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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-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/babeltrace2_2.0.6.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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/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/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/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/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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/recipes-kernel/lttng/babeltrace2_2.0.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/module-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/module.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gettext/0.22.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-3496823/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/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:8)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-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: 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.13.bb:10: including lttng-platforms.inc\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_packagedata which could be accelerated\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:10: including lttng-platforms.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: Considering setscene task: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Considering setscene task: ['gettext', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gettext', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_recipe_qa.bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gettext/0.22.5.do_recipe_qa_setscene.bd92ed0bec42a43c9bd4ddb191bd472d2a972178f9a1b076f67e01d32c3c730c not available\nNOTE: Running setscene task 2663 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_populate_lic.9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_populate_lic_setscene.9792e67dc4a07238af9eca9c97d111691e60d901a915337d8f18bcea637080d0 not available\nNOTE: Running setscene task 2664 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_populate_lic_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_qa.91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_qa_setscene.91115afd640aaea7d30e0e418dd79d5ccd187e583974d782daf2938a04f53208 not available\nNOTE: Running setscene task 2665 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_write_rpm.960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_package_write_rpm_setscene.960d511fcc0683678c088735607e1ab52b50db56af2dfe99d0408d271fc708ad not available\nNOTE: Running setscene task 2666 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_rpm_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_populate_lic.3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_populate_lic_setscene.3a740246660a4743ffacd32206420e578275321cb48a18f8707400efce641524 not available\nNOTE: Running setscene task 2667 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:23: including gettext-sources.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.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-core/gettext/gettext_0.22.5.bb:34)\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.13.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:13: including lttng-platforms.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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-core/gettext/gettext_0.22.5.bb:34)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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-core/gettext/gettext_0.22.5.bb:34)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:13: including lttng-platforms.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:10: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.13.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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-kernel/lttng/lttng-tools_2.13.13.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/siteinfo.bbclass (from /home/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-kernel/lttng/lttng-tools_2.13.13.bb:46)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxkbfile/1.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-graphics/xorg-lib/libxcvt_0.1.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-kernel/lttng/lttng-tools_2.13.13.bb:46)\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: CONF /home/pokybuild/yocto-worker/a-full/build/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-kernel/lttng/lttng-tools_2.13.13.bb:46)\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.13.bb:46)\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-kernel/lttng/lttng-tools_2.13.13.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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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/recipes-kernel/lttng/lttng-tools_2.13.13.bb:46)\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.13.bb:46)\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/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-graphics/xorg-lib/libxkbfile_1.1.3.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-kernel/lttng/lttng-tools_2.13.13.bb:46)\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.13.bb:46)\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.13.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/recipes-kernel/lttng/lttng-tools_2.13.13.bb:46)\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.13.bb:46)\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/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/lttng/lttng-tools_2.13.13.bb:46)\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.13.bb:46)\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.13.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/manpages.bbclass:13)\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_package_write_deb', '/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_package_qa', '/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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libxcvt', 'do_package_write_ipk', '/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: 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.13.bb:46)\nDEBUG: SITE files ['endian-little', 'common-linux', '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: ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mtdev/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: ['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_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-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_recipe_qa.c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcvt/0.1.2.do_recipe_qa_setscene.c1af2fa0af14179f9adfcf4fc33404b9c1d6a14573c2124f6265d56e53dbe81c not available\nNOTE: Running setscene task 2670 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_recipe_qa which could be accelerated\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_write_ipk', '/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:   considering dependency: ['libxfont2', 'do_package_write_deb', '/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', '/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_packagedata.025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_packagedata_setscene.025c384c5ce69b23e72fe1cb101c5a7b983193549e4c1f47146d12d10f24971b.qemux86_64 not available\nNOTE: Running setscene task 2672 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-lib/libxcvt_0.1.2.bb (full)\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: 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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_recipe_qa.9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfont2/2.0.6.do_recipe_qa_setscene.9b7d98eecbb0832082e5cdc59c88fdd393efabfed9947cb47856fc912fb41f3c not available\nNOTE: Running setscene task 2675 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_recipe_qa_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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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: Considering setscene task: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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: Considering setscene task: ['libxkbfile', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xserver-xorg/21.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/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_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_recipe_qa.a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbfile/1.1.3.do_recipe_qa_setscene.a41251c0fca3355192566e531dd4eb86bee4b308d38640e7ab123e8df2d848d3 not available\nNOTE: Running setscene task 2678 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/xorg-lib/libxfont2_2.0.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/babeltrace2/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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_recipe_qa 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.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-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_qa.a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_qa_setscene.a86e42c6a9d4cb42327ed78ea2163e880e6181087e8d47da8d29cfa9286c0d75 not available\nNOTE: Running setscene task 2679 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_packagedata which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.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-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-kernel/lttng/lttng-modules_2.13.13.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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.13.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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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: Considering setscene task: ['babeltrace2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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: Considering setscene task: ['babeltrace2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_recipe_qa.d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace2/2.0.6.do_recipe_qa_setscene.d8450209473cc4bebe93be5b80af547645c78527200da71b761e44aaac440e80 not available\nNOTE: Running setscene task 2682 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-kernel/lttng/lttng-ust_2.13.8.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.8.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_write_rpm.2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_package_write_rpm_setscene.2b0cbdc5dfe8b1705971a6d455b673e81b81dbda54b29bec31f8c81a35b87824 not available\nNOTE: Running setscene task 2683 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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/manpages.bbclass:13)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_populate_lic.710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_populate_lic_setscene.710a2742f469b45f47b5d8b03ff3fc0d93e6958c8904e047a52cd4ec83179df5 not available\nNOTE: Running setscene task 2684 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_qa.c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_qa_setscene.c1f76023a2dd3b18a1e60b061ceaa277572fd89ae5e7f01134fe3c4a4d05b00f not available\nNOTE: Running setscene task 2685 of 6657 (/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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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.8.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:16: including lttng-platforms.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_rpm.e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_package_write_rpm_setscene.e7261429875490dcc0dd11d86da61fa6450ce5377e2e0ee19dcac683a79a5fbd not available\nNOTE: Running setscene task 2686 of 6657 (/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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_populate_lic.640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_populate_lic_setscene.640cc8809b24a78a1370970f35834460c78e300df1071bc54ffa03c697420943 not available\nNOTE: Running setscene task 2687 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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/babeltrace2_2.0.6.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.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-kernel/lttng/lttng-ust_2.13.8.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.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-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.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-kernel/lttng/lttng-ust_2.13.8.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/make-mod-scripts/make-mod-scripts_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-kernel/lttng/babeltrace2_2.0.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-kernel/lttng/babeltrace2_2.0.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_populate_lic 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/make-mod-scripts/make-mod-scripts_1.0.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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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.8.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/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: 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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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-kernel/lttng/lttng-ust_2.13.8.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/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/make-mod-scripts/make-mod-scripts_1.0.bb: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-kernel/lttng/lttng-ust_2.13.8.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.8.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/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/classes-recipe/python3native.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:16: including lttng-platforms.inc\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.8.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: Inheriting /home/pokybuild/yocto-worker/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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:16: including lttng-platforms.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gettext/0.22.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-kernel/make-mod-scripts/make-mod-scripts_1.0.bb: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/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-core/gettext/gettext_0.22.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lttng-tools/2.13.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-3496823/tmp/work/core2-64-poky-linux/lttng-tools/2.13.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-kernel/lttng/lttng-tools_2.13.13.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lttng-tools/2.13.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-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_qa.f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_qa_setscene.f0f703e228702bf34c9306b9f73d8e07bfc6baa0333cfcf830342425f467219e not available\nNOTE: Running setscene task 2688 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_packagedata.0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_packagedata_setscene.0b5870b8bdecccba2c2a2d74518cb9d30c366e2c246f066486f05ac3b6e41906.qemux86_64 not available\nNOTE: Running setscene task 2689 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.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-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_packagedata.42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_packagedata_setscene.42f628f68bef259f2e66dd54743ac0da6766253d4dad4de26648a806162af3cd.qemux86_64 not available\nNOTE: Running setscene task 2690 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_packagedata.07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_packagedata_setscene.07283dc5f65c1b3cb6d5254abb5bafb13acb89e598d0b01d9f75f811dc215aa9.qemux86_64 not available\nNOTE: Running setscene task 2691 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_rpm.a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_package_write_rpm_setscene.a963c1493c867a006c905a75340ffe38086eaeb06316d52e57fb312bb9bc26f7 not available\nNOTE: Running setscene task 2692 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_rpm_setscene)\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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.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/module.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:8)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/libfontenc/1.1.8/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/lttng/lttng-tools_2.13.13.bb:13: 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/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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:46)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.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/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.13.bb:10: 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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_packagedata 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: 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.13.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:46)\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.13.bb:46)\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.13.bb:46)\nDEBUG: Considering setscene task: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package 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-kernel/lttng/lttng-tools_2.13.13.bb:46)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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.13.bb:46)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_packagedata.6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_packagedata_setscene.6686dea09ec858467a625ac0610af1a0d771c281d2cbb5d9ca76c3412e1c8a06.qemux86_64 not available\nNOTE: Running setscene task 2694 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_packagedata_setscene)\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: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.13.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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_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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxkbfile/1.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: Considering setscene task: ['libfontenc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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/libxkbfile_1.1.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libfontenc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_recipe_qa.503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfontenc/1.1.8.do_recipe_qa_setscene.503c0b6e9d28955ea406f1ea6e9f0dc55a68e78a8c695a95bec56fd0d33c2e93 not available\nNOTE: Running setscene task 2697 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_recipe_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_populate_lic.f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_populate_lic_setscene.f522e60f6244554e8b9c69b36c076b6ec5e3f049e961f6ccc28d3b8ce950fc59 not available\nNOTE: Running setscene task 2698 of 6657 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_qa.4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_qa_setscene.4dc46f69e9d137d4be6d43643f6f50a318a6aa1d67c85c130172897b303ae579 not available\nNOTE: Running setscene task 2699 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_qa_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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/core2-64-poky-linux/lttng-ust/2.13.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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:6: including xorg-lib-common.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/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/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: 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-3496823/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-3496823/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/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/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:51)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:51)\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:51)\nDEBUG: 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/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_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_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/recipes-kernel/perf/perf.bb:55)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_packagedata.6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_packagedata_setscene.6f440796dc572b78f8c78dc2084696ff276d111879308903603f99a7dded9214.qemux86_64 not available\nNOTE: Running setscene task 2700 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_packagedata_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:64: 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:66)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/babeltrace2/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-3496823/tmp/work/core2-64-poky-linux/lttng-ust/2.13.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-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_lic 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:54)\nDEBUG: 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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_rpm.13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_write_rpm_setscene.13efaaf60e3f0704f036f1a88ad82478252586280acdda11108976229cce3f46 not available\nNOTE: Running setscene task 2701 of 6657 (/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.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_populate_lic which could be accelerated\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-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_lic.5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_populate_lic_setscene.5586575cb86a178ba382f5eaae9f4e2297b60d737a56c8b4db1e8bf158d6b945 not available\nNOTE: Running setscene task 2702 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lttng-ust/2.13.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-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_qa.9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_qa_setscene.9e333ceed8dd78ba320e556b37720845e8c2f62a39637f751b4590c4c0cf6583 not available\nNOTE: Running setscene task 2703 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_rpm.1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_package_write_rpm_setscene.1ec4092bbba6486298da752edcb5db968e3f7572aeeab22f4bf127a8c4ba453e not available\nNOTE: Running setscene task 2704 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_rpm which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_populate_lic.00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_populate_lic_setscene.00c3b7a866366d88c81ffb67b3b9194074ad3028eb164eb13907d8d8baa2f6df not available\nNOTE: Running setscene task 2705 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_qa.7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_qa_setscene.7f145dbeb424ec2f5d188f26c3f5717c6bb551cfcbc6a125f70701ae8d5c15fa not available\nNOTE: Running setscene task 2706 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_qa_setscene)\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/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: 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:51)\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:51)\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:51)\nDEBUG: 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:55)\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:51)\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/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:51)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:64: including \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:51)\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:66)\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/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/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: 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: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:55)\nDEBUG: 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/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/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/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: 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/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/modutils-initscripts/modutils-initscripts.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/gettext.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/systemtap/systemtap_git.bb:7: including systemtap_git.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/powertop/powertop_2.15.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:64: including \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/kernelsrc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.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-kernel/powertop/powertop_2.15.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/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/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: 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:54)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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-3496823/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.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-kernel/modutils-initscripts/modutils-initscripts.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_packagedata.fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_packagedata_setscene.fa229e8f0aa7f5ff88ba6e48a168f4c5718cbe15faf58254bc252a2fe1d2b159.qemux86_64 not available\nNOTE: Running setscene task 2707 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_packagedata_setscene)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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: ['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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package_write_deb', '/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_write_ipk', '/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:   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_create_spdx', '/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: SITE files ['endian-little', 'common-linux', '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: ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lttng-tools/2.13.13/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_populate_sysroot', '/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', '/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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_recipe_qa.862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/babeltrace/1.5.11.do_recipe_qa_setscene.862d0d477f7ee605aaa096244273ebb04b8fc5c639acea512eb557bc5b11b8d1 not available\nNOTE: Running setscene task 2710 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_recipe_qa_setscene)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_packagedata which could be accelerated\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.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['lttng-modules', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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.13.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_recipe_qa.d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/lttng-modules/2.13.13.do_recipe_qa_setscene.d20e7346827b422eb66c7509c64b74369f8ba6f89bd059e040b29ed35f0bcc8f not available\nNOTE: Running setscene task 2713 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_recipe_qa_setscene)\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-3496823/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: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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: 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: 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_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_packagedata', '/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_package_write_ipk', '/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_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_package_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libfontenc/1.1.8/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-kernel/lttng/lttng-modules_2.13.13.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_recipe_qa which could be accelerated\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.13.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_packagedata.60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_packagedata_setscene.60805f34baada333e0c58e82c750f606bd8954a2fa846a88b1ca32ec7c3c4064.qemux86_64 not available\nNOTE: Running setscene task 2716 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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/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.13.bb:10: including lttng-platforms.inc\nDEBUG: Considering setscene task: ['encodings', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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.1.0.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.1.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_populate_sysroot 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/perf/1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_recipe_qa.83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/font-util/1.4.1.do_recipe_qa_setscene.83a7d72b898246948eccd08896ce21ed9594ffdb5b2010907ec556a91d9fc6da not available\nNOTE: Running setscene task 2719 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_recipe_qa_setscene)\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.13.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['lttng-tools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.13.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_recipe_qa.ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-tools/2.13.13.do_recipe_qa_setscene.ad526bb28ebfeb3289e3488269d85b8cc84e05b382411e5e3d5588c4e86626bc not available\nNOTE: Running setscene task 2721 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:6: including xorg-font-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_packagedata.e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_packagedata_setscene.e6154641f6780b591c1ccf1747aa0bc56e3a53cc35d44a671333b2fefb5e8c11.qemux86_64 not available\nNOTE: Running setscene task 2722 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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-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: Considering setscene task: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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.1.0.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: 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_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-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_recipe_qa.f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_recipe_qa_setscene.f8a35aaaea60348dc837cb40166e6f4d57862de4a155ef8380f3aaf0ac58a9da not available\nNOTE: Running setscene task 2724 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.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-font/xorg-font-common.inc:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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_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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:13: including lttng-platforms.inc\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_write_ipk', '/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_package_write_rpm', '/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_package_write_deb', '/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: 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: Inheriting /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-kernel/lttng/lttng-tools_2.13.13.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.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-kernel/lttng/lttng-ust_2.13.8.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: 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: 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.8.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.8.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/lttng-tools_2.13.13.bb:46)\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.13.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/recipes-kernel/lttng/lttng-ust_2.13.8.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/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-kernel/lttng/lttng-ust_2.13.8.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\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: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_recipe_qa.a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/make-mod-scripts/1.0.do_recipe_qa_setscene.a72cff9efbd796b938058d2e584f33e05a487b94ebf57ee5edc2f4b597983399 not available\nNOTE: Running setscene task 2727 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:16: including lttng-platforms.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:46)\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.13.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/manpages.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:51)\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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:46)\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:51)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_packagedata.a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_packagedata_setscene.a919769509107ab6ff81dc26dd98a41558742f626b0702072bdc47a0c054f83e.qemux86_64 not available\nNOTE: Running setscene task 2728 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_packagedata_setscene)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:51)\nDEBUG: 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:55)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/powertop/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-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_packagedata.1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_packagedata_setscene.1b62428e59c9678c35867771978acda92719b5babfd60e61248d1e3ff9d2eb9f.qemux86_64 not available\nNOTE: Running setscene task 2729 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_packagedata_setscene)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:64: 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:66)\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:54)\nDEBUG: 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/powertop/powertop_2.15.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_write_rpm.553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_package_write_rpm_setscene.553a281a6a536ab7cd6b2bbfbface8530678880d45ddd67727a3dd1d3abd7189 not available\nNOTE: Running setscene task 2730 of 6657 (/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-3496823/tmp/work/core2-64-poky-linux/systemtap/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/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: 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/systemtap/systemtap_git.bb:do_package_qa which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_populate_lic.a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_populate_lic_setscene.a3d8f4e82bbadf56ba73b856a05a9b5a28d4eeeca42d67e2da66c586b30c2c9e not available\nNOTE: Running setscene task 2731 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_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-recipe/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:51)\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:51)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_qa.5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_qa_setscene.5a1e9f2b93b72e82a142d7d7ab4642e79ea6a09dd5be41157af1ee5178b7632e not available\nNOTE: Running setscene task 2732 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:51)\nDEBUG: 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:55)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_write_rpm.a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_package_write_rpm_setscene.a0ae85450a43c5cb1287c92c434b5dea05dc7f4df96fce1c54806dc1ffa25881 not available\nNOTE: Running setscene task 2733 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_populate_lic.912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_populate_lic_setscene.912890d6aed93aa4e59967affc28d48c941209c09d52ea944476c9409b18e38c not available\nNOTE: Running setscene task 2734 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:64: 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:66)\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: 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: 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:54)\nDEBUG: 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: 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-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: 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/modutils-initscripts/modutils-initscripts.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-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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/siteinfo.bbclass (from /home/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/systemtap/systemtap_git.bb:35)\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_2024.05.08.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_2024.05.08.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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_2024.05.08.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-kernel/systemtap/systemtap_git.bb:35)\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_2024.05.08.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-kernel/systemtap/systemtap_git.bb:35)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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/systemtap/systemtap_git.bb:35)\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/bin_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass: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-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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-3496823/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: 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_package_write_ipk', '/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_write_rpm', '/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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_package_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/lttng-modules/2.13.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-kernel/lttng/babeltrace_1.5.11.bb:do_recipe_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_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_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_package', '/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-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_recipe_qa.789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/modutils-initscripts/1.0.do_recipe_qa_setscene.789d6a23cc4cceb1c64f9320806b853815875e14bf782b7873e5f40b81936568 not available\nNOTE: Running setscene task 2737 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_qa.48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_qa_setscene.48576699e261edc5ccf37635699cde0467b24fa5b5e27b3d2ecdadd51c60acfb not available\nNOTE: Running setscene task 2738 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_populate_lic.d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_populate_lic_setscene.d7cd8d300ed30b430776c7a8422ec2c24c0f26d13e9c137d1c30a60b181dc38e not available\nNOTE: Running setscene task 2739 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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-3496823/tmp/work/all-poky-linux/encodings/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-font/encodings_1.1.0.bb:do_packagedata 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-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.2.12.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.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: 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.12.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:15)\nDEBUG: Considering setscene task: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package which could be accelerated\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: Considering setscene task: ['encodings', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_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-3496823/tmp/work/core2-64-poky-linux/lttng-ust/2.13.8/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.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_recipe_qa.6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/encodings/1.1.0.do_recipe_qa_setscene.6b9d6efbdca2341115129cc7810735cd21f462c61c351a4e3ce78af6de458337 not available\nNOTE: Running setscene task 2742 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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.8.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.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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: ['lttng-ust', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lttng-tools/2.13.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-3496823/tmp/work/qemux86_64-poky-linux/perf/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-3496823/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: Considering setscene task: ['lttng-ust', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_recipe_qa.de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lttng-ust/2.13.8.do_recipe_qa_setscene.de3d4ba68c032fb683f12db4fb0ccc2ec40fa8c35dd785e6088324decf49f054 not available\nNOTE: Running setscene task 2745 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_qa.9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_qa_setscene.9ab002982e2b9e5ec043e9fe297c713105907c5b5f768f1d5c7f689098852f48 not available\nNOTE: Running setscene task 2746 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/wireless-regdb/2024.05.08/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['alsa-plugins', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['alsa-plugins', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_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/xorg-font/encodings_1.1.0.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/wireless-regdb/2024.05.08/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-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_write_rpm.0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_package_write_rpm_setscene.0476b0604c81832ff8d786b62d0b3bafe4862d701a928b3a6e25f3fd67f6fbc8 not available\nNOTE: Running setscene task 2749 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/wireless-regdb/2024.05.08/source-date-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/lttng-ust_2.13.8.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_populate_lic.a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_populate_lic_setscene.a34c8dee000d5419c0784101527bce41cbfc0032406ffd8e77289e83c28cec4a not available\nNOTE: Running setscene task 2750 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['alsa-plugins', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_packagedata.21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_packagedata_setscene.21a2b6c5561e7d5f95ca6c2eb1892ccb9eb9309ba75a62a8ed9519f6c91940cc.qemux86_64 not available\nNOTE: Running setscene task 2752 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/perf/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-3496823/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/siteinfo.bbclass (from /home/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-kernel/lttng/lttng-ust_2.13.8.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.8.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.8.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.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-multimedia/alsa/alsa-plugins_1.2.12.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.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-kernel/lttng/lttng-ust_2.13.8.bb:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:16: including lttng-platforms.inc\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: 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.12.bb:30)\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package due to hard dependencies\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.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-multimedia/alsa/alsa-plugins_1.2.12.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb (full)\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_package_write_rpm', '/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_package_write_deb', '/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:   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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['powertop', 'do_package_write_ipk', '/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/siteinfo.bbclass (from /home/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.12.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/systemtap/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: SITE files ['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/alsa/alsa-plugins_1.2.12.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_packagedata.5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_packagedata_setscene.5d637ae0fb7bdb50f2b5ed464fc8fffed2c442a67d6bac4913428f7d8f69066e.qemux86_64 not available\nNOTE: Running setscene task 2754 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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-multimedia/alsa/alsa-plugins_1.2.12.bb:30)\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_2024.05.08.bb:10)\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: 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_2024.05.08.bb:10)\nDEBUG: Considering setscene task: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['powertop', 'do_populate_sysroot', '/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-bsp/pciutils/pciutils_3.13.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/systemtap/5.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_populate_lic 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: SITE files ['endian-little', 'common-linux', '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: ['powertop', 'do_recipe_qa', '/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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_recipe_qa.f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/powertop/2.15.do_recipe_qa_setscene.f4df2fab1b64a2a20e921b9fe22c7db46145cf55f8a3a5431b19df50e018f6bd not available\nNOTE: Running setscene task 2757 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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.13.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/multilib_header.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_packagedata.ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_packagedata_setscene.ccc27eabccdde5827347a7d7c75076b13ce403ae3798a72ed777b6f0c3dc7db0.qemux86_64 not available\nNOTE: Running setscene task 2758 of 6657 (/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-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_qa.cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_qa_setscene.cdd084f618bb3334f502165e04e1171806ee176cb65d2f4997ba0a3d7c129809 not available\nNOTE: Running setscene task 2759 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_rpm.6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_package_write_rpm_setscene.6d61dac4b3f0ef70dd5305bbba9dc9d586a8d8b865579b22d695acab5be3af33 not available\nNOTE: Running setscene task 2760 of 6657 (/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: 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.13.0.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-bsp/pciutils/pciutils_3.13.0.bb:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_populate_lic.309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_populate_lic_setscene.309f990afadcf8799b2d1c7aa4a6447cb629aa7d32ddca18f35d4f60e7410a84 not available\nNOTE: Running setscene task 2761 of 6657 (/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-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_qa.a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_qa_setscene.a0a05a8e94070a25e673a442adb71cbb0d009c07e7ab8f5abc42596a8b603b85 not available\nNOTE: Running setscene task 2762 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/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-topology-conf_1.2.5.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-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: 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: 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/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/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-multimedia/alsa/alsa-topology-conf_1.2.5.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-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: 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.12.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-lib/1.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-3496823/tmp/work/core2-64-poky-linux/alsa-lib/1.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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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: SITE files ['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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_write_rpm.ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_package_write_rpm_setscene.ce08c40d674ccf950ef5ecd12b26689f454fd29d4986581617fd25d28c077c01 not available\nNOTE: Running setscene task 2763 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_populate_lic.db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_populate_lic_setscene.db13c49b2dab26810958033755f63a2378d5cdad31aba51b86a4a10a159015db not available\nNOTE: Running setscene task 2764 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_qa.6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_qa_setscene.6680947332109738b78191d338aae71ace73593d70ff3f21b2fcb8ce58d5b6cc not available\nNOTE: Running setscene task 2765 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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-3496823/tmp/work/all-poky-linux/encodings/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.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/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.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/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.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-multimedia/alsa/alsa-utils_1.2.11.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: ['alsa-utils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_deb 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/alsa/alsa-utils_1.2.11.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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\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.11.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/manpages.bbclass:13)\nDEBUG: Considering setscene task: ['alsa-utils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/wireless-regdb/2024.05.08/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lttng-ust/2.13.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-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_write_rpm.820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_package_write_rpm_setscene.820961df90665b24d5f08b9c382978a8725b3e6b3fb6d89ee4a8431186b93c97 not available\nNOTE: Running setscene task 2768 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-plugins/1.2.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-kernel/lttng/lttng-ust_2.13.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-plugins/1.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-3496823/tmp/work/core2-64-poky-linux/alsa-plugins/1.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-multimedia/alsa/alsa-utils_1.2.11.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.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-multimedia/alsa/alsa-utils_1.2.11.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: SITE files ['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.11.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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\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.11.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/manpages.bbclass:13)\nDEBUG: Considering setscene task: ['wireless-regdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: ['wireless-regdb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/pciutils/3.13.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/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_qa 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_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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_2024.05.08.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_recipe_qa.1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wireless-regdb/2024.05.08.do_recipe_qa_setscene.1a2ac1ed2cc68e0defed52f6aeba121799204928ddfc9bc4c7b4b93f4a5439e8 not available\nNOTE: Running setscene task 2771 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_recipe_qa_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/alsa-ucm-conf/1.2.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-bsp/pciutils/pciutils_3.13.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.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.12.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['pciutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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.13.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_recipe_qa.7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pciutils/3.13.0.do_recipe_qa_setscene.7b7781305d5f2936c2497e120621840203ba567e05e9fd2fcc5d5527225b1dee not available\nNOTE: Running setscene task 2774 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/powertop/2.15/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/alsa/alsa-utils_1.2.11.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_populate_lic.e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_populate_lic_setscene.e26c2c58414e3b01f3394a320cdb7edc250bc2c860c9170c8e72783800434cc1 not available\nNOTE: Running setscene task 2775 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_populate_lic_setscene)\nDEBUG: Considering setscene task: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_populate_sysroot 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_2024.05.08.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_2024.05.08.bb:10)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/systemtap/5.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-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_qa.63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_qa_setscene.63c5c8ac907ac019760af0483534d55e8a4d8bbd49a07f42eab8d3c99aa65cb8 not available\nNOTE: Running setscene task 2777 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_lic.3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_populate_lic_setscene.3f498f67e6cec81c25b9601d8e01bb8a1a7ab654c7588f376ee0f63260e1a23e not available\nNOTE: Running setscene task 2778 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_qa.c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_qa_setscene.c1a612e17e57fda617a7277cbddeb5b2b336bd053a9f6aec8e034c6a820864e5 not available\nNOTE: Running setscene task 2779 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_packagedata which could be accelerated\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_create_spdx', '/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_ipk', '/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_package_write_deb', '/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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.13.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/multilib_header.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/alsa-ucm-conf/1.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-multimedia/alsa/alsa-utils_1.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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/alsa-ucm-conf/1.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-bsp/pciutils/pciutils_3.13.0.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-bsp/pciutils/pciutils_3.13.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 /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-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_packagedata.3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_packagedata_setscene.3e9c1faa366310a68accb7645c7d7326ce66e13519663a1777610b98f6bdb971.qemux86_64 not available\nNOTE: Running setscene task 2781 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.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-multimedia/alsa/alsa-utils_1.2.11.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-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:37)\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.11.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/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: 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/gstreamer/gst-examples_1.18.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: 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: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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: ['systemtap', 'do_populate_sysroot', '/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: ['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: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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: 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/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/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: ['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: Inheriting /home/pokybuild/yocto-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: ['systemtap', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_populate_sysroot', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_recipe_qa.bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/systemtap/5.1.do_recipe_qa_setscene.bdc1f7228bf93e4dcf48bde297b0639f637b2e35b425c4f2d4d6c73b59d4c85e not available\nNOTE: Running setscene task 2784 of 6657 (/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-devtools/json-c/json-c_0.17.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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_rpm.eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_package_write_rpm_setscene.eb4601ee70e6073677c09a668a2115dc3536534cbce724ae61d405db4dddee54 not available\nNOTE: Running setscene task 2785 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_populate_lic.901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_populate_lic_setscene.901e3689de4ee18ca1aadd7668278e1f158f3c8e2f94a250efa9c0197d9e78f7 not available\nNOTE: Running setscene task 2786 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_qa.3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_qa_setscene.3aa98c79cdd847ffd35c793bd4c22d491250ae912ae74da016d443c9edd4b3db not available\nNOTE: Running setscene task 2787 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_qa_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-bad_1.24.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_populate_lic.f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_populate_lic_setscene.f94b44980adb8388d3961d7f2a54522de210193f96517dd22139c93b7b4dd01b not available\nNOTE: Running setscene task 2788 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_qa.66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_qa_setscene.66c043f2cbbd43898fe1a960535dab91ec278dc2529c4a54804987b51b45c48a not available\nNOTE: Running setscene task 2789 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_populate_lic.b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_populate_lic_setscene.b02076347958c40b289839d28a2a462188a84b50944c2837324286da7d51f673 not available\nNOTE: Running setscene task 2790 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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: 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: 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/siteinfo.bbclass (from /home/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-utils/1.2.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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-plugins-bad_1.24.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: 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-multimedia/alsa/alsa-utils_1.2.11.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: Inheriting /home/pokybuild/yocto-worker/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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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/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/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/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/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/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/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-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/gstreamer1.0-plugins-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:1: including gstreamer1.0-plugins-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-multimedia/gstreamer/gst-examples_1.18.6.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/python3native.bbclass (from /home/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-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.24.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/meson-routines.bbclass (from /home/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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.24.4.bb:1: including gstreamer1.0-plugins-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/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/meson-routines.bbclass (from /home/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/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/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/python3native.bbclass (from /home/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:2: including gstreamer1.0-plugins-license.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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:2: including gstreamer1.0-plugins-license.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/qemu.bbclass (from /home/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-bad_1.24.4.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-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/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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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-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/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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_qa.408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_qa_setscene.408ec8856558bb44e1d216716aaea6e53e5bf6f9a2f1bc030a374c83f9eec6eb not available\nNOTE: Running setscene task 2791 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/wireless-regdb/2024.05.08/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-utils/1.2.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/wireless-regdb/wireless-regdb_2024.05.08.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/alsa/alsa-utils_1.2.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: SITE 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.24.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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: SITE files ['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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_packagedata.5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_packagedata_setscene.5aef6da21b676c645d9d51e895dd5493ecc4de1a165fe0eaa011f1840a4a6961.qemux86_64 not available\nNOTE: Running setscene task 2792 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_write_rpm.a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_package_write_rpm_setscene.a9b8beb6bf37d1bafd14dae4e075de63dc9e91976dae556baf7d4fdadf8727fb not available\nNOTE: Running setscene task 2793 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pciutils/3.13.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-3496823/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-3496823/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-bsp/pciutils/pciutils_3.13.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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-bsp/alsa-state/alsa-state.bb:34)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:1: including gstreamer1.0-plugins-common.inc\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-utils/1.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-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: SITE files ['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: SITE files ['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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.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/qemu.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_populate_lic.2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_populate_lic_setscene.2b95a4f9f19723d15c78040b6d4ebe619f2837f11869ebbf1ad9eb298ee80be0 not available\nNOTE: Running setscene task 2794 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_qa.7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_qa_setscene.7a0645b1e3af45e05fcc83ef96da4f70a80f5e2283e99d83fa667fbc36c8e486 not available\nNOTE: Running setscene task 2795 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_populate_lic.63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_populate_lic_setscene.63e601a4f6d6700b7222b83c529238319375bad60802de543a8bb64794e68e0d not available\nNOTE: Running setscene task 2796 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_qa.51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_qa_setscene.51b076b36684f2f99a41fa09ef43da1ec7b4490d20208a6c9c20706d4067ad8d not available\nNOTE: Running setscene task 2797 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/json-c/json-c_0.17.bb:do_packagedata which could be accelerated\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_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', '/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_write_ipk', '/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_deb', '/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:   considering dependency: ['json-c', 'do_packagedata', '/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-good_1.24.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:1: including gstreamer1.0-plugins-common.inc\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.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-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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb (full)\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_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_sysroot', '/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_package', '/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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_recipe_qa.1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-c/0.17.do_recipe_qa_setscene.1b47b0f21a78d8dc6257426e222f5da5aa28677aecd822fd57d37d171235f2a8 not available\nNOTE: Running setscene task 2800 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_recipe_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/python3native.bbclass (from /home/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-multimedia/gstreamer/gstreamer1.0_1.24.4.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: SITE files ['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: 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/python3native.bbclass (from /home/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-3496823/tmp/work/core2-64-poky-linux/systemtap/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/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-3496823/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: Considering setscene task: ['lame', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_deb 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: 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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\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: 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: Considering setscene task: ['lame', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/qemu.bbclass (from /home/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.24.4.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.24.4.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.24.4.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.24.4.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/qemu.bbclass (from /home/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.24.4.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.24.4.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.24.4.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.24.4.bb:11)\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: 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.24.4.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-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.24.4.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-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_rpm.825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_package_write_rpm_setscene.825f0a61cd3c482cad52cb8e3bcba0f99e7bc9cff886dbbccbdfd6e36153235e not available\nNOTE: Running setscene task 2803 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_lic.cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_populate_lic_setscene.cc48e5d0f0ca3da69b65e88dcc786aae8ea791db0dd21cb4dcf49a023941a76c not available\nNOTE: Running setscene task 2804 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.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-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.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-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_qa.97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_qa_setscene.97e938f3a09096a3f056901aa1bd94fb82c1175c4269b2b56e8f0409ad22a05e not available\nNOTE: Running setscene task 2805 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_lic.70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_populate_lic_setscene.70afa93b708855399785eb07c81c7f84f9a953fc6e9f995b8a6fb7ca7fa226b7 not available\nNOTE: Running setscene task 2806 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_qa.16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_qa_setscene.16457087cecf2a6d6fb950f7530d12a2c100cce033baa168a920d494bdb80012 not available\nNOTE: Running setscene task 2807 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_populate_lic.0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_populate_lic_setscene.0e071c77923deef8841a078bddb775af2d12153af335090b5ca5318c07e4f6c3 not available\nNOTE: Running setscene task 2808 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_spdx.1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_create_spdx_setscene.1390f9a9f379150c890e565406fb33af4ebfa35c2bbb9f742b2d5a2eadfc918d not available\nNOTE: Running setscene task 2809 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_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: 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-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_qa.a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_qa_setscene.a21e736012cba5edf41c9587ccfdd6a6568a59f83fbf64b2936c64d028e145cd not available\nNOTE: Running setscene task 2810 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/lame/lame_3.100.bb:20)\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/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: 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/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb (full)\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.43.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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/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/libpng/libpng_1.6.43.bb:22)\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/siteinfo.bbclass (from /home/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-multimedia/libpng/libpng_1.6.43.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-multimedia/libsamplerate/libsamplerate0_0.2.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-multimedia/libpng/libpng_1.6.43.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-multimedia/libsamplerate/libsamplerate0_0.2.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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.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-multimedia/libsamplerate/libsamplerate0_0.2.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-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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.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-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_package_write_rpm', '/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_write_deb', '/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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_package_write_ipk', '/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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: 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: 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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_deploy_source_date_epoch', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_recipe_qa.003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-state/0.2.0.do_recipe_qa_setscene.003f6d6af584485bdcff957a8c1cd7ec1238723fb75c7b145b1fcc589f03bd01 not available\nNOTE: Running setscene task 2813 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.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 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-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_lic.b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_populate_lic_setscene.b1cbcbe4d4aed48188594da063c3036c9604f27363cffb5fb1a3b3bcf5cafd15 not available\nNOTE: Running setscene task 2814 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.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-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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: 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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.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-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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_packagedata.81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_packagedata_setscene.81c545a16e6da23166a1022026074eae368d0c5f39ac745a16908697daea211d.qemux86_64 not available\nNOTE: Running setscene task 2815 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.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/lame/lame_3.100.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0/1.24.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/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-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0/1.24.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/gstreamer/gstreamer1.0_1.24.4.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_qa.ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_qa_setscene.ff09e1a55906f4ce47890432134994bba9394eebe44e5ca28497b8d02886cad8 not available\nNOTE: Running setscene task 2816 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.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-multimedia/gstreamer/gstreamer1.0_1.24.4.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-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: 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-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_lic.831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_populate_lic_setscene.831efc159239feca2602f268b616dd98a65e23bd0cab73962fe873bc3fb24f5d not available\nNOTE: Running setscene task 2817 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_qa.f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_qa_setscene.f6d203113356e9fb98d0c50c583cf3c4c6c7f56baf77b7b409bed0a7ff187dc6 not available\nNOTE: Running setscene task 2818 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_lic.ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_populate_lic_setscene.ce2d9d77c886a34806e653005d415fa5dde26674fd6d4269e9d0c855ee5e83fe not available\nNOTE: Running setscene task 2819 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-devtools/json-c/json-c_0.17.bb:do_recipe_qa which could be accelerated\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb (full)\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: 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpng/1.6.43/source-date-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-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: 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/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-3496823/tmp/work/core2-64-poky-linux/libpng/1.6.43/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-multimedia/libpng/libpng_1.6.43.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/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/siteinfo.bbclass (from /home/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/libtheora/libtheora_1.1.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-multimedia/libsndfile/libsndfile1_1.2.2.bb:28)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Considering setscene task: ['libsamplerate0', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_deb 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: ['libsamplerate0', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb']\nDEBUG:   considering dependency: ['libsamplerate0', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_rpm.a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_package_write_rpm_setscene.a9c4a87cf4a43e83b61bb70c8e4e3ce4d9a0262244968f41a3c905ac5f3d0450 not available\nNOTE: Running setscene task 2822 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_qa.446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_qa_setscene.446ba4a86fb14f2a4f5f5b178d7c9d1d21736f2caf3ea419725d63cc8badd245 not available\nNOTE: Running setscene task 2823 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_lic.a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_populate_lic_setscene.a079712ba218334282aa2fe629a5c243b9c3276113537dd86727a149c7d4e9a8 not available\nNOTE: Running setscene task 2824 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_qa.5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_qa_setscene.5852419265c72141f3844c9440cc033493f286a28eb9748e08dbf417fef977d6 not available\nNOTE: Running setscene task 2825 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_lic.b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_populate_lic_setscene.b4acaad2b7f4aad73db449c1bf9b3da516de99fd126d020a497a29a4798e2384 not available\nNOTE: Running setscene task 2826 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_qa.8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_qa_setscene.8672a9513e9749e52167cbaf0cb8ec12481e518b1844b56301121ac27a49f84a not available\nNOTE: Running setscene task 2827 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_qa_setscene)\nDEBUG: Considering setscene task: ['mpg123', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['mpg123', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_ipk which could be accelerated\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_write_rpm.c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_package_write_rpm_setscene.c55d07781f5f5700c5cd9bc2cce16aedddc3db4d9791cbc21c3f8d38f174b746 not available\nNOTE: Running setscene task 2830 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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: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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_populate_lic.59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_populate_lic_setscene.59fde1cd555c1363c586a057d760e0ef4bd25be47ab82bae79fcd7b981a84687 not available\nNOTE: Running setscene task 2831 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_populate_lic_setscene)\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: 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:29)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_spdx.f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_create_spdx_setscene.f5a6306e152a263da708a4902b00d217ad9d3964a5472cb89a43e070aa20bdd5 not available\nNOTE: Running setscene task 2832 of 6657 (/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-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: 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: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-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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.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-multimedia/mpg123/mpg123_1.32.6.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_qa.db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_qa_setscene.db17330beadeedf5a399459594a3b46f1fb1d42b9fd6d94d1d86323d1d0fe2ad not available\nNOTE: Running setscene task 2833 of 6657 (/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: SITE files ['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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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/mpg123/mpg123_1.32.6.bb (full)\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-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_lic.d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_populate_lic_setscene.d75c78b881025ef6cd33043a536ae3186386587cdd5e82692ca8ea9f8bb78d63 not available\nNOTE: Running setscene task 2834 of 6657 (/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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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.6.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/mpg123/mpg123_1.32.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-multimedia/mpg123/mpg123_1.32.6.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-multimedia/mpg123/mpg123_1.32.6.bb:17)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:17)\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: 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/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: 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/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: SITE files ['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-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/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/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-routines.bbclass (from /home/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/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-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/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/python3-dir.bbclass (from /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-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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/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-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/qemu.bbclass (from /home/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: SITE 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: 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/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-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-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/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/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: SITE files ['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/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/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/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: 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-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.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: 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.24.4.bb:do_packagedata 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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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.24.4.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.24.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.24.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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.24.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/libsndfile/libsndfile1_1.2.2.bb:do_populate_lic which could be accelerated\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.24.4.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.24.4.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.24.4.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.24.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_recipe_qa.56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.4.do_recipe_qa_setscene.56a403114b435450c55469ba1057a42231a9e8fce68ccb7c62c3f8164712c3e3 not available\nNOTE: Running setscene task 2837 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_recipe_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_packagedata.6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_packagedata_setscene.6a8b81335db415153d6a022428f6adf98e30f1573a59bd6f968dc8522785e05d.qemux86_64 not available\nNOTE: Running setscene task 2838 of 6657 (/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: ['lame', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.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: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.4.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: SITE files ['endian-little', 'common-linux', '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.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.4.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_qa.80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_qa_setscene.80b7d01137211a0a855b049ef4942e20e5dbe6d68889fa1301803fef320056cf not available\nNOTE: Running setscene task 2841 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb (full)\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-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_lic.77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_populate_lic_setscene.77d27f25355b43d7dd331ed794d35022c70b0091398bb34e6124e8c5833a3399 not available\nNOTE: Running setscene task 2842 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_qa.6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_qa_setscene.6c6e52ed6c465a47ce04077fd14f8413971bfd3619a2d50b13479fbab2dfaf70 not available\nNOTE: Running setscene task 2843 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_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-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/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/python3-dir.bbclass (from /home/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: 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/qemu.bbclass (from /home/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: 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/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/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: 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-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/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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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/libsamplerate/libsamplerate0_0.2.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: 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: Considering setscene task: ['speex', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_write_deb 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_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mpg123/1.32.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: Considering setscene task: ['speex', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_write_ipk which could be accelerated\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.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mpg123/1.32.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-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_rpm.f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_package_write_rpm_setscene.f48dcd3d735c005eb7d340865912d9a8c198e8d1c25e861bee525c4201feba75 not available\nNOTE: Running setscene task 2846 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.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-3496823/tmp/work/core2-64-poky-linux/mpg123/1.32.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-multimedia/mpg123/mpg123_1.32.6.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_lic.13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_populate_lic_setscene.13254bedf00139a27aea2e36b2daf8e750a691778268e64ee95c1f65c3f94da1 not available\nNOTE: Running setscene task 2847 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_populate_lic_setscene)\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_create_spdx', '/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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.4.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_packagedata.1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_packagedata_setscene.1e38576587ff76d198fb900e02f5e065e346c2715d9b2cc5cd117d893e0ecfaa.qemux86_64 not available\nNOTE: Running setscene task 2849 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_qa.be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_qa_setscene.be3afc74640d7cba682780375fc614496c66295715d704abec0ea38fd594f0b0 not available\nNOTE: Running setscene task 2850 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_qa_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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb (full)\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-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_lic.55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_populate_lic_setscene.55c5d0363625316f438e50719ff5543cfa18071edfedbcb928ad4052ad22e6c2 not available\nNOTE: Running setscene task 2851 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.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/speex/speex_1.2.1.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_qa.c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_qa_setscene.c1e3ac079e6e230b4a22d3ab91212ed7ed86f10d3fa7ab2db6d1fdf2177b4132 not available\nNOTE: Running setscene task 2852 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_populate_lic.5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_populate_lic_setscene.5edd18713cc5f79e0430973f46aa327b6dc21ab1bb4805d50b2588576420498c not available\nNOTE: Running setscene task 2853 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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-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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_recipe_qa.cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_recipe_qa_setscene.cf3a1cbda718d2280e0a47b0e66c269c8af76ec21ae6bf366f2c79514ab4ba78 not available\nNOTE: Running setscene task 2854 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_recipe_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-multimedia/speex/speex_1.2.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-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-multimedia/mpg123/mpg123_1.32.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-multimedia/mpg123/mpg123_1.32.6.bb:17)\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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_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: 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.4.0.bb:36)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_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-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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:36)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:36)\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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.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/populate_sdk_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image.bbclass:17)\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: SITE files ['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-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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/core2-64-poky-linux/pulseaudio/17.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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_spdx.c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_create_spdx_setscene.c8700dc8207a9ab95bfa680651337ce902c917bf4a931cee5a76780c155b4605 not available\nNOTE: Running setscene task 2855 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_spdx_setscene)\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: 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/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: 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: 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:269)\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:269)\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-connectivity/avahi/avahi_0.8.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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:487)\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-multimedia/lame/lame_3.100.bb:do_packagedata which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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/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-3496823/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-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-good/1.24.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-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_create_spdx.f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_create_spdx_setscene.f850ee30bc1881815cd37866daeb4749232fba8d0151842bde44fc345348fee3 not available\nNOTE: Running setscene task 2856 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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-connectivity/avahi/avahi_0.8.bb:108)\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/systemd.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-multimedia/sbc/sbc_2.0.bb:do_package_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-connectivity/avahi/avahi_0.8.bb:108)\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: 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/speex/speex_1.2.1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_create_spdx.0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_create_spdx_setscene.0feac30123f6725270075207acafe2a66e74250bc65a3fa9b961d6121cad40b7 not available\nNOTE: Running setscene task 2857 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_create_spdx_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: ['lame', 'do_package', '/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_package_write_ipk', '/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:   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_deb', '/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: 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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb (full)\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: 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.8.bb:16)\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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.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: ['lame', 'do_package', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_recipe_qa.da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lame/3.100.do_recipe_qa_setscene.da21a61bca64af37f1368d14e86d7905af1cc30ddfda92a9469e3f2f50bfde12 not available\nNOTE: Running setscene task 2860 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.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-devtools/libtool/libtool_2.5.0.bb (full)\nDEBUG: Considering setscene task: ['pulseaudio', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_deb 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/ofono/ofono_2.8.bb: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/ofono/ofono_2.8.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-connectivity/ofono/ofono_2.8.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/recipes-connectivity/ofono/ofono_2.8.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:1: including libtool-2.5.0.inc\nDEBUG: 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.5.0.inc: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: Considering setscene task: ['pulseaudio', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_ipk 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/libtool/libtool-2.5.0.inc: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-devtools/libtool/libtool_2.5.0.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: SITE 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/lame/lame_3.100.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_rpm.cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_package_write_rpm_setscene.cd14cc5a9f87b01d7eed6c1e7051102e25f56e30b4e11e07a7f7f746a5edfa60 not available\nNOTE: Running setscene task 2863 of 6657 (/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_spdx.1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_create_spdx_setscene.1eae9a269a27a31640b2f47dd3d34da1f06b609b95807915555c6e3816749d8b not available\nNOTE: Running setscene task 2864 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_package_spdx.2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_package_spdx_setscene.2e332300bf7943452e76d6fff6396c41c8859bbfdca4b74ae85aae9ec58a63d0 not available\nNOTE: Running setscene task 2865 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_qa.44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_qa_setscene.44bc4e9ca5f9c593a2e28b45224ac191e044e5460322af6a9500b1c340767c98 not available\nNOTE: Running setscene task 2866 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/speex/speex_1.2.1.bb:do_package_write_rpm which could be accelerated\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: 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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Adding task do_image_ext4 before do_image_complete, after do_image\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/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-3496823/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mpg123/1.32.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/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/python3-dir.bbclass (from /home/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-sato/l3afpad/l3afpad_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: Inheriting /home/pokybuild/yocto-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/speex/speexdsp_1.2.1.bb:do_package_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_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-sato/l3afpad/l3afpad_git.bb:24)\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-multimedia/mpg123/mpg123_1.32.6.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/qemu.bbclass (from /home/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/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-sato/l3afpad/l3afpad_git.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libwebp/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-3496823/tmp/work/core2-64-poky-linux/libwebp/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/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/siteinfo.bbclass (from /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-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-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/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/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/webp/libwebp_1.4.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-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-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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_qa 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: 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: Considering setscene task: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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: ['mpg123', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.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: ['mpg123', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_recipe_qa.5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpg123/1.32.6.do_recipe_qa_setscene.5a13aac3c423e70bd5965e8646e366aa2dbf6fde94d8b0e00bf17bab53d301b4 not available\nNOTE: Running setscene task 2869 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.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-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_packagedata.a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_packagedata_setscene.a8f06a3c2ec70686c3dfbba01dc4d5021147b850a6292c64035c900f21f5823e.qemux86_64 not available\nNOTE: Running setscene task 2870 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_packagedata_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_populate_lic.9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_populate_lic_setscene.9e32ed682156643e0c94502042c7c51d84be81f94b2ec3505c0569447385c0e2 not available\nNOTE: Running setscene task 2871 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_package_spdx.307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_package_spdx_setscene.307b992d999e16adb09f78b39d1ff333da3a382f2b9100756d3046578be05de3 not available\nNOTE: Running setscene task 2872 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_qa.c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_qa_setscene.c6d456b5964e7d760e5cad8525e089df706df88de9e0a10769f32e3da02c6783 not available\nNOTE: Running setscene task 2873 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_lic.d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_populate_lic_setscene.d7b4de5f71a28e9ae92183942514933b2fbb52567685307584eacf7a1c15d71e not available\nNOTE: Running setscene task 2874 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_package_spdx.106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_package_spdx_setscene.106e95ead65d8581e285781d7f32bf984d70dd3b2cccd277f6535cfb0673deef not available\nNOTE: Running setscene task 2875 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_package_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-multimedia/mpg123/mpg123_1.32.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-multimedia/mpg123/mpg123_1.32.6.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/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: 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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:17)\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/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/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-sato/l3afpad/l3afpad_git.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/libptytty/libptytty_2.0.bb:11)\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/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: 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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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-3496823/tmp/work/core2-64-poky-linux/avahi/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: 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_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['avahi', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ofono/2.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-3496823/tmp/work/core2-64-poky-linux/libtool/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/ofono/ofono_2.8.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['avahi', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_rpm.283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_package_write_rpm_setscene.283bc6db1572c1bdc0dc166fb22f623b73f8f4eee3be9009edd5caa4fe39b564 not available\nNOTE: Running setscene task 2878 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_rpm_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_create_spdx.ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_create_spdx_setscene.ac09b9574088eef30d8917454baa2c40aae98317b8b3f4f4a50dae4b756285ff not available\nNOTE: Running setscene task 2879 of 6657 (/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: Considering setscene task: ['ofono', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['ofono', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_write_rpm.d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_package_write_rpm_setscene.d57896a0b512ead5922235cb612a15c56b9ea4d31bd80e34d2aac4e877c05052 not available\nNOTE: Running setscene task 2882 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_rpm_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_create_spdx.69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_create_spdx_setscene.69ae9b51cf4c70a5270598f519eec4cf4b9655dbb5e3f2999790ee9687e6f4b8 not available\nNOTE: Running setscene task 2883 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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/meson.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/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-3496823/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-3496823/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-3496823/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/python3-dir.bbclass (from /home/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-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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_package_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-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb (full)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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/python3-dir.bbclass (from /home/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.8.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-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb: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-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-recipe/siteinfo.bbclass (from /home/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.8.bb: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/ofono/ofono_2.8.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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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-core/ell/ell_0.66.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.8.bb:16)\nDEBUG: Considering setscene task: ['libtool', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libtool', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_write_rpm.f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_package_write_rpm_setscene.f862daec290a9f7ab5922f2590771c59b46ca24b755aa168b0cf6764efb49b6f not available\nNOTE: Running setscene task 2886 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['speexdsp', 'do_package_write_deb', '/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:   considering dependency: ['speexdsp', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_deb which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_packagedata.86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_packagedata_setscene.86955bf3fe317d15d6e4d1e5ed22664f1a2e32b8c7bdf1522070c43dc71cd21b.qemux86_64 not available\nNOTE: Running setscene task 2888 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_packagedata.33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_packagedata_setscene.33875c01aaef2b9345d07051912264706b86c9b5d8081a8a2b2f4b1c55b681c5.qemux86_64 not available\nNOTE: Running setscene task 2889 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mpg123/1.32.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-3496823/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: Considering setscene task: ['speexdsp', 'do_package_write_ipk', '/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:   considering dependency: ['speexdsp', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:1: including libtool-2.5.0.inc\nDEBUG: 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.5.0.inc: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-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_rpm.15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_package_write_rpm_setscene.15b0bfa6fd7d1380dc4b8f2038add7dba36b9172f3015fcfa6907ad22f38aed5 not available\nNOTE: Running setscene task 2891 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_recipe_qa which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0.inc: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-devtools/libtool/libtool_2.5.0.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-multimedia/alsa/alsa-plugins_1.2.12.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libptytty/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-utils_1.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-multimedia/alsa/alsa-plugins_1.2.12.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libptytty/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-sato/libptytty/libptytty_2.0.bb:do_create_package_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/alsa/alsa-utils_1.2.11.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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:30)\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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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-multimedia/speex/speexdsp_1.2.1.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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\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.11.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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_package_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/speexdsp_1.2.1.bb:14)\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_write_rpm', '/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_package_qa', '/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_package_write_deb', '/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_write_ipk', '/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: SITE files ['endian-little', 'common-linux', '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: ['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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_package', '/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-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_recipe_qa.1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speex/1.2.1.do_recipe_qa_setscene.1b6089454443af2f9b33fc223890ad2e4ce4289bbfe9059fb4201d416a874af7 not available\nNOTE: Running setscene task 2894 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_spdx.9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_create_spdx_setscene.9163c3dbe436efa363e3270594f0f74c3760a998f0013e62522a555aea1a7281 not available\nNOTE: Running setscene task 2895 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_spdx.f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_create_spdx_setscene.f0294814ff1380f1762d1fddf7cb92030c8bb7e83fe3dcf4a57e3c6d84db9af6 not available\nNOTE: Running setscene task 2896 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_qa.80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_qa_setscene.80ee5300b57d7d33993530b3633e286c8f966e35127f7c85031b8f16ec652533 not available\nNOTE: Running setscene task 2897 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_populate_lic.dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_populate_lic_setscene.dc92aebd4cafb0f889136c8cffe3edcc868ebcf3ef23d3f9cb125e17fa1129b3 not available\nNOTE: Running setscene task 2898 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_package_spdx.92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_package_spdx_setscene.92a7bf6d956a1c06150ed2fe66a3317c8680ecbd35e90831ffb5206b980575c1 not available\nNOTE: Running setscene task 2899 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_qa.4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_qa_setscene.4a3e5cbaaca68d129be42eaf79c2d76aaca00fea161138e3a598448d5227e8ac not available\nNOTE: Running setscene task 2900 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_qa_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: 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: 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/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb (full)\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/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/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-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: 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-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-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-desktop/matchbox-desktop_2.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ell/0.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-3496823/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20240407/source-date-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-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/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-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-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-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-3496823/tmp/work/core2-64-poky-linux/ofono/2.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/pkgconfig.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-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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/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/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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/matchbox-desktop/matchbox-desktop_2.3.bb:23)\nDEBUG: Considering setscene task: ['mobile-broadband-provider-info', 'do_package_write_deb', '/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_deb', '/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: 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_write_deb\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_deb 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-3496823/tmp/work/core2-64-poky-linux/avahi/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: Considering setscene task: ['mobile-broadband-provider-info', 'do_package_write_ipk', '/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_ipk', '/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: 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_write_ipk\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_ipk 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/avahi/avahi_0.8.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_packagedata.138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_packagedata_setscene.138ee0fdf083c843bef912cd4f74d41306b31c13fe7edb3cf77e7daca9ba6772.qemux86_64 not available\nNOTE: Running setscene task 2903 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_write_rpm.951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_package_write_rpm_setscene.951be30aeb71cf3f840e964bfba5a452c87a84cceb3b7d064d647954ecf5e7e6 not available\nNOTE: Running setscene task 2904 of 6657 (/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: Considering setscene task: ['ell', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['ell', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_write_rpm.5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_package_write_rpm_setscene.5a5d1d8c86f607e727111278c3b05be79296ecf44454d0c279dd9eea0ea28075 not available\nNOTE: Running setscene task 2907 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_rpm_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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_populate_lic.fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_populate_lic_setscene.fccfc1cc02df16e340cb1b60ef9e18e478d1c15363cb7fe5e18092e4ca43ff06 not available\nNOTE: Running setscene task 2908 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_package_spdx.6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_package_spdx_setscene.6395a63bba2e7bfc39581fbc6a61640b2fe23ad87e49ef39bc52f6dca99f08c5 not available\nNOTE: Running setscene task 2909 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtool/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/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: 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/meson.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/python3native.bbclass (from /home/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.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/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-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.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-core/ell/ell_0.66.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-plugins/1.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-sato/matchbox-desktop/matchbox-desktop_2.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/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-3496823/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/matchbox-desktop/matchbox-desktop_2.3.bb:23)\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/siteinfo.bbclass (from /home/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/ell/ell_0.66.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-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:22)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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/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/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-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-3496823/tmp/work/core2-64-poky-linux/alsa-utils/1.2.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: Considering setscene task: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['alsa-plugins', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_recipe_qa.b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-plugins/1.2.12.do_recipe_qa_setscene.b883933311afaec6cd0b03207ae8091fb01da478959b22e226888404ad6f0f94 not available\nNOTE: Running setscene task 2912 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['alsa-utils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['alsa-utils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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.11.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_recipe_qa.b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-utils/1.2.11.do_recipe_qa_setscene.b94af508ba4d40fa6bc140de28a288979e4d8b0cbbeb2371f59c5d378e464ee3 not available\nNOTE: Running setscene task 2915 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_packagedata.01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_packagedata_setscene.01e47636a0e2983829f63b4129846ce6a6b44c93758e3eb97221b6b5cf34b824.qemux86_64 not available\nNOTE: Running setscene task 2916 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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_create_spdx', '/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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb (full)\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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.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.24.4.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_create_spdx', '/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_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: 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.12.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: 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-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:30)\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_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-multimedia/libsamplerate/libsamplerate0_0.2.2.bb (full)\nDEBUG: Considering setscene task: ['l3afpad', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_deb 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-utils_1.2.11.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-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_package_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-multimedia/alsa/alsa-utils_1.2.11.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-multimedia/libsamplerate/libsamplerate0_0.2.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-multimedia/alsa/alsa-utils_1.2.11.bb:37)\nDEBUG: 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/matchbox-desktop/matchbox-desktop_2.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-multimedia/alsa/alsa-utils_1.2.11.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/manpages.bbclass:13)\nDEBUG: Considering setscene task: ['l3afpad', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_rpm.92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_package_write_rpm_setscene.92bf4757de8902a83a135c40057b6cf4e650334ecb7095d88a8ec49e75ca15d1 not available\nNOTE: Running setscene task 2921 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['l3afpad', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['matchbox-config-gtk', 'do_package_write_deb', '/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_deb', '/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: 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_write_deb\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_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['matchbox-config-gtk', 'do_package_write_ipk', '/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_ipk', '/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: 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_write_ipk\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_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_rpm.0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_package_write_rpm_setscene.0ec6eedacf9713289d501c94fcae2e90b958ca3021f7c963d6cd7e26bc073d00 not available\nNOTE: Running setscene task 2925 of 6657 (/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb (full)\nDEBUG: Considering setscene task: ['matchbox-config-gtk', 'do_populate_sysroot', '/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_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_qa.2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_qa_setscene.2884719529a9f17067d3f30fe13d676782770a7709d025a45bab2e3fbf3b0e8b not available\nNOTE: Running setscene task 2927 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.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-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: 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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_populate_lic.1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_populate_lic_setscene.1c0e1949813dd2d9047994ab3e8e74d2c6a63bdc887eb3060e31c25f6a4277fb not available\nNOTE: Running setscene task 2928 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_package_spdx.6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_package_spdx_setscene.6e9967ddac0bb419924cbf4767e7de1e8b0712d677def58c45123f5f9ed9a83b not available\nNOTE: Running setscene task 2929 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_qa.b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_qa_setscene.b1f1c5ffea3523ab2948e1b0f387edf7d474662aad1e843fd37efc107c3011fa not available\nNOTE: Running setscene task 2930 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_lic.7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_populate_lic_setscene.7559dec796281238069ac57cfae387048af022d67dc051ebe7be3f554f3909bc not available\nNOTE: Running setscene task 2931 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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_write_deb', '/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', '/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_write_ipk', '/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: 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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/core2-64-poky-linux/ell/0.66/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20240407/source-date-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-config-gtk/matchbox-config-gtk_0.2.bb:20)\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_populate_sysroot', '/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_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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_recipe_qa.990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnss-mdns/0.15.1.do_recipe_qa_setscene.990b8dc8bcc85151d05feff7c63930c102cac8beac09dd0d6c594d0d38da43e6 not available\nNOTE: Running setscene task 2934 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.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-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:20)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_populate_lic 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_package_spdx.7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_package_spdx_setscene.7a483827e512e54718e7d6ad03567a530d267c237d81b13bebb4a07259df8108 not available\nNOTE: Running setscene task 2935 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_package_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-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/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/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: 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: 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-keyboard/matchbox-keyboard_0.1.1.bb:do_create_package_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-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/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-panel-2/matchbox-panel-2_2.12.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-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/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-keyboard/matchbox-keyboard_0.1.1.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-sato/matchbox-panel-2/matchbox-panel-2_2.12.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-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/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/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-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_spdx.eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_create_spdx_setscene.eb77d26430acd09cedfe4358a7cdda202e6b14c53e10b95b936c335388d056ef not available\nNOTE: Running setscene task 2936 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.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-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-connectivity/libnss-mdns/libnss-mdns_0.15.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-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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_spdx.78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_create_spdx_setscene.78cf12908c222d2c53367309acc56a254f17e55c675f3f3ea163c193103ba282 not available\nNOTE: Running setscene task 2937 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.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-sato/matchbox-sato/matchbox-session-sato_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-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_qa.262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_qa_setscene.262ee8272129d95974ead24396b83b60604430c13bbb40c25cf924b3818d020b not available\nNOTE: Running setscene task 2938 of 6657 (/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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:15)\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-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_populate_lic.f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_populate_lic_setscene.f6a557a33cab310550f4d18a3da941c5cfee40d3acea8ea9fbf44f9d38fe3896 not available\nNOTE: Running setscene task 2939 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_populate_lic_setscene)\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: SITE files ['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-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: 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: 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: SITE files ['endian-little', 'common-linux', '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-sato/matchbox-sato/matchbox-session-sato_0.1.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_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/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/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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-plugins/1.2.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-multimedia/alsa/alsa-plugins_1.2.12.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_package_spdx.980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_package_spdx_setscene.980905ddc2505b731e08a163eff1ceafda9bebbb3a923d31cef4b07b247b2c0e not available\nNOTE: Running setscene task 2940 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_package_spdx_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-utils/1.2.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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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-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: ['libsamplerate0', 'do_package', '/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:   considering dependency: ['libsamplerate0', 'do_package_write_deb', '/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_write_ipk', '/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: 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: 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: 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_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_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_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-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_recipe_qa.9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsamplerate0/0.2.2.do_recipe_qa_setscene.9b630bdf207787effb42926eb35939e0487b80c511a43493e386196744b1d135 not available\nNOTE: Running setscene task 2943 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_qa.d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_qa_setscene.d83a654e73c9a1ba7f9d5e1341d1c20cf73e4464d6ba42edea547026bca87130 not available\nNOTE: Running setscene task 2944 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: SITE 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-3496823/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/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: 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-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-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/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/siteinfo.bbclass (from /home/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-multimedia/libsamplerate/libsamplerate0_0.2.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-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-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_populate_lic.77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_populate_lic_setscene.77da3bd8d29f45325eda27f9838df9ea2ea2fcae6bc43e1cbb37ffe010b433ad not available\nNOTE: Running setscene task 2945 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_package_spdx.b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_package_spdx_setscene.b41a7ce918dde8e4ba476276bafa6b112fb3ea351ae48c232990099132232ebe not available\nNOTE: Running setscene task 2946 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_package_spdx_setscene)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_package_spdx 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_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-connectivity/libnss-mdns/libnss-mdns_0.15.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-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_create_package_spdx 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: 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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:19)\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/siteinfo.bbclass (from /home/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-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/siteinfo.bbclass (from /home/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/matchbox-terminal/matchbox-terminal_0.2.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-core/dbus-wait/dbus-wait_git.bb:do_create_spdx 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_spdx.dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_create_spdx_setscene.dc0076e00d4523fc05a50c2bf9179f5b12fc58e0cdafc65df4041594e689b0da not available\nNOTE: Running setscene task 2947 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-keyboard/matchbox-keyboard_0.1.1.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['dbus-wait', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_deb 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: ['dbus-wait', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_rpm.6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_package_write_rpm_setscene.6341b7bd1a81b9ee966ffdaad61fdecfbd16a24979c3b0f2d6c65b6f7264f864 not available\nNOTE: Running setscene task 2950 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['dbus-wait', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_spdx.17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_create_spdx_setscene.17ee3fe4d1143365ddf1ca862a990f498eab6103d9be12475e9544d62741bc00 not available\nNOTE: Running setscene task 2952 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_spdx_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_spdx.90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_create_spdx_setscene.90df2de909cf8857e9a69bd70b5e0953428482c96d9b985f9dcbf94131768f31 not available\nNOTE: Running setscene task 2953 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_spdx.6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_create_spdx_setscene.6e19d3c07fd82c4f026f1be4d71b61d928829ff04f6176c4eeff655dd90ca6c6 not available\nNOTE: Running setscene task 2954 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['matchbox-keyboard', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_write_deb which could be accelerated\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: Considering setscene task: ['matchbox-keyboard', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/libfakekey/libfakekey_git.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_rpm.a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_package_write_rpm_setscene.a598861273839516c17722eccb4dc58bb3ffe3fef94c8f66e72aa8eee6e85954 not available\nNOTE: Running setscene task 2957 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_write_rpm_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/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-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_package_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-graphics/matchbox-session/matchbox-session_0.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: Considering setscene task: ['matchbox-keyboard', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.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: 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/siteinfo.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_spdx.7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_create_spdx_setscene.7ffb27460c781bd12498740ccff7d7bd6a5ab6d7bf872f22282efa139dfb8c6f not available\nNOTE: Running setscene task 2959 of 6657 (/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-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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_spdx.d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_create_spdx_setscene.d1094b07648dbf997a0a769ff31615b60665c097e2025e0b3a914d8cf46bdf38 not available\nNOTE: Running setscene task 2960 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_qa.579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_qa_setscene.579e11b359dd308e52ed07785fd0e78c473f8eb577fd022c2f9b00dca8a843ef not available\nNOTE: Running setscene task 2961 of 6657 (/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-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_populate_lic.03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_populate_lic_setscene.03c703dc90b821dbafda78d488a55391cd424f8c25809372e5d0397a6e051988 not available\nNOTE: Running setscene task 2962 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_package_spdx.c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_package_spdx_setscene.c04b3759091c98836426f055df6c9ee2297f20201b4cca555249bb3fa2536919 not available\nNOTE: Running setscene task 2963 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_package_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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_qa.20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_qa_setscene.20af26d07977a5d2ccd21425d2fa4de43b4964f34ef74f29249f070d77897e44 not available\nNOTE: Running setscene task 2964 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.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-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-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: 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-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-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/siteinfo.bbclass (from /home/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-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: SITE files ['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-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-3496823/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/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/pkgconfig.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/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/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: SITE files ['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-theme-sato/matchbox-theme-sato.inc: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: 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-3496823/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: 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-multimedia/libsamplerate/libsamplerate0_0.2.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-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-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: 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: 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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_populate_lic.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_populate_lic_setscene.53408ab74b645efd887e407b700908a37e3201297532120c5395497293e0dfb7 not available\nNOTE: Running setscene task 2965 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.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-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_package_spdx.f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_package_spdx_setscene.f11aa9899153a63d8fbbd36bc9709b83f7abac097cbdea2e6513ef45d9b81ade not available\nNOTE: Running setscene task 2966 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_package_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-3496823/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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_package_spdx 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_populate_lic which could be accelerated\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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_spdx.db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_create_spdx_setscene.db00cbb73a5e83f239222bfa590334405e8bd041c63d05010b6dedd0dfeaf775 not available\nNOTE: Running setscene task 2967 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_qa.43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_qa_setscene.43ee32e47dd6f7b0f5df4627e118ee0cafb5e646441601c99b87116aacc95e81 not available\nNOTE: Running setscene task 2968 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_create_spdx 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: 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: 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/matchbox-theme-sato/matchbox-theme-sato.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-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: Inheriting /home/pokybuild/yocto-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-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-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: Considering setscene task: ['formfactor', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['formfactor', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_rpm.57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_package_write_rpm_setscene.57596e585bf9ff24a792344bbacadaa2963da1eff085c45ca423198829ecb223 not available\nNOTE: Running setscene task 2971 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-graphics/libfakekey/libfakekey_git.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_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.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-bsp/formfactor/formfactor_0.0.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.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-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-3496823/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: 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: 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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_package_spdx 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/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['formfactor', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_sysroot 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_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_packagedata.8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_packagedata_setscene.8d873a77225046f8f04912d56e642b735bcb3cc5b6c80edb028ae177ffbdabc0.qemux86_64 not available\nNOTE: Running setscene task 2973 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libfakekey', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libfakekey', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_rpm.3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_package_write_rpm_setscene.3e0f661ee85b8783d671836afb12116a6c68fbfcdbf3f5cd9e66876fcab99905 not available\nNOTE: Running setscene task 2976 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['matchbox-session', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['matchbox-session', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_ipk which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_rpm.508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_package_write_rpm_setscene.508943b8c0b8b4cb3837674e09c260d9366b3cd8f83448cb823edfae7f2d1013 not available\nNOTE: Running setscene task 2979 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.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-core/dbus-wait/dbus-wait_git.bb:18)\nDEBUG: Considering setscene task: ['matchbox-session', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG:   considering dependency: ['matchbox-session', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/libfakekey/libfakekey_git.bb (full)\nDEBUG: Considering setscene task: ['matchbox-desktop', 'do_package_write_deb', '/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:   considering dependency: ['matchbox-desktop', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_write_deb which could be accelerated\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: 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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['matchbox-desktop', 'do_package_write_ipk', '/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:   considering dependency: ['matchbox-desktop', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.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-graphics/libfakekey/libfakekey_git.bb:20)\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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_rpm.5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_package_write_rpm_setscene.5a8e9d26d43cd9cee8dbfdb152465acb3e04985380f7a9813820c58ebe040e36 not available\nNOTE: Running setscene task 2983 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.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-graphics/libfakekey/libfakekey_git.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:18)\nDEBUG: Considering setscene task: ['matchbox-desktop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_create_spdx.c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_create_spdx_setscene.c5075c2155852f6926872d18157664cc9e6a9ae0ce195edcb49040cb7ab44894 not available\nNOTE: Running setscene task 2985 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['matchbox-session-sato', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['matchbox-session-sato', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_ipk 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_rpm.e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_package_write_rpm_setscene.e89c51e2d67b8b48b8756a6df60749d4cdfd81b5240fe0dbe89c9114ee855f28 not available\nNOTE: Running setscene task 2988 of 6657 (/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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['matchbox-session-sato', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_46.0.bb:13)\nDEBUG: Considering setscene task: ['matchbox-terminal', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_deb 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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-recipe/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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: Considering setscene task: ['matchbox-terminal', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_ipk 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/python3native.bbclass (from /home/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-sato/matchbox-sato/matchbox-session-sato_0.1.bb (full)\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: 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: Inheriting /home/pokybuild/yocto-worker/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_spdx.8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_create_spdx_setscene.8c42dd80df00be8254f3d0451176bedcb0e9c6b3d82e0132aee73ee03bdbe196 not available\nNOTE: Running setscene task 2992 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.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-sato/matchbox-sato/matchbox-session-sato_0.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_rpm.28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_package_write_rpm_setscene.28263e7eb1fb9bdf8d4e29208cf703dce770115ac8b27b6d4ddbd4be65dcef8d not available\nNOTE: Running setscene task 2993 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['matchbox-terminal', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['matchbox-theme-sato', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\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_deb 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-3496823/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: ['matchbox-theme-sato', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\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_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb (full)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_rpm.725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_package_write_rpm_setscene.725faf987b4a3f1685433bef46e80efa299eac18f5e577e16ece89a872196bf5 not available\nNOTE: Running setscene task 2997 of 6657 (/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: 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-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: Considering setscene task: ['matchbox-theme-sato', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_spdx.6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_create_spdx_setscene.6d8b179b984384cac49ad800e6bd42f14c1250f2353d35dc276cea069acd3ab9 not available\nNOTE: Running setscene task 2999 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.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-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: ['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_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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_recipe_qa.8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_recipe_qa_setscene.8bf1a1e76a23a583057e60c16fef4f0fd0e14a3b5229ff1dc8db695e8fb778ff not available\nNOTE: Running setscene task 3000 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_recipe_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_spdx.c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_create_spdx_setscene.c81df83486dba854b49642891486134243d68682a299e2d802e2b7984824587f not available\nNOTE: Running setscene task 3001 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb (full)\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-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_populate_lic.41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_populate_lic_setscene.41dff5dcf04dd4a91615f83ff0204d77e747ac7be96759f87432f4e47b0b1bfe not available\nNOTE: Running setscene task 3002 of 6657 (/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-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_package_spdx.4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_package_spdx_setscene.4d7e290042763ac4ac421358d4204e4d0fdb1800b69667224ce84a1f97c0e151 not available\nNOTE: Running setscene task 3003 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_qa.77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_qa_setscene.77ce4d0c2d6d273c067b9be5004aba1dbebf686ea88a12e695333bc71a995252 not available\nNOTE: Running setscene task 3004 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_qa_setscene)\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: 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-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_populate_lic.3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_populate_lic_setscene.3fe2b2ec3488e1101c6092674a8179cf322fb8bb6b78298befcb24466ac234d4 not available\nNOTE: Running setscene task 3005 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_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/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: 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/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: 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: SITE files ['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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_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/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/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/pulseaudio-sato/pulseaudio-client-conf-sato_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-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: 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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:11)\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-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: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/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: 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/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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb: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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/dbus-wait/dbus-wait_git.bb:do_packagedata which could be accelerated\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_write_deb', '/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_write_rpm', '/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_package_write_ipk', '/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_create_spdx', '/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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', '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: ['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-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_rpm which could be accelerated\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_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-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_recipe_qa.2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-wait/0.1+git.do_recipe_qa_setscene.2f7b09e920cf7db3cd0807a916cbd43cbc695846e14a3b72923fd4a0db6198cc not available\nNOTE: Running setscene task 3008 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_package_spdx.b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_package_spdx_setscene.b765c0d2baae07e71329ad5c507bbe6dc2a5b66e2b9980d5b27d00adc434676b not available\nNOTE: Running setscene task 3009 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_qa.2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_qa_setscene.2f6b3451e422fe055b8f1dcf893d99ec6528e2a3631b72c32d2015c4469aa801 not available\nNOTE: Running setscene task 3010 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/dbus-wait/dbus-wait_git.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/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/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/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/puzzles/puzzles_git.bb (full)\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: 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: 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-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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/adwaita-icon-theme/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-gnome/gnome/adwaita-icon-theme_46.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_packagedata.7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_packagedata_setscene.7451ad85aedb5fed9ba2bf6448b98b14703dc452578707959cf6cb1fd55aed2b.qemux86_64 not available\nNOTE: Running setscene task 3011 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['adwaita-icon-theme', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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_46.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['adwaita-icon-theme', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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_46.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_ipk 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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_write_rpm.59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_package_write_rpm_setscene.59d6271ce7ce4df146f251c2a621b3bb192007cebb454bfce7a7886032bbc3f0 not available\nNOTE: Running setscene task 3014 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['adwaita-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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_46.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_populate_sysroot which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_spdx.0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_create_spdx_setscene.0dd2e21bb1befd54162e6e7666c9e9c96074ff2149eeb00bb32ef10bad765c24 not available\nNOTE: Running setscene task 3016 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.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_package_write_rpm which could be accelerated\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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_packagedata.68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_packagedata_setscene.68c55c1a5cfc633a846407bc0bfc6dd65dbab691050d0f04b1a8e3a0bacf7751.qemux86_64 not available\nNOTE: Running setscene task 3017 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb (full)\nDEBUG: Considering setscene task: ['matchbox-wm', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_write_deb 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_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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_46.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_46.0.bb:13)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-icon-cache.bbclass:16)\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: Considering setscene task: ['matchbox-wm', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_write_ipk 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/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-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/meson-routines.bbclass:7)\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: 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: 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-graphics/matchbox-session/matchbox-session_0.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/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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_rpm.4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_package_write_rpm_setscene.4cade0a69eb4b5933021e863da0929b3ab76a1eee21d4f5444dd42a55a7b5c85 not available\nNOTE: Running setscene task 3020 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.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-graphics/matchbox-session/matchbox-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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_packagedata.035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_packagedata_setscene.035215fa593bffa46a1129598f22842054eecbe7416130a301258834cbab6cce.qemux86_64 not available\nNOTE: Running setscene task 3021 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_packagedata_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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_deb.87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_deb_setscene.87668ac52baef6394066cbe0d9a21aa4e7a85b90c00d43ca80bbd840d638be94 not available\nNOTE: Running setscene task 3022 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_deb_setscene)\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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_ipk.1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_ipk_setscene.1aa76747ed125f050a7987bcba1560c2a2a1f8a723634acceae37a3cdadf7ac1 not available\nNOTE: Running setscene task 3023 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_ipk_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb (full)\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-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_rpm.d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_package_write_rpm_setscene.d37fd4bec98d4ef4216741305064fd8248d9d6622cd3b520e29075fe8e07678c not available\nNOTE: Running setscene task 3024 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['pcmanfm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_deb 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/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/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: Considering setscene task: ['pcmanfm', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.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-graphics/matchbox-wm/matchbox-wm_1.2.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/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/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/packagegroups/packagegroup-core-x11-sato.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', 'bit-32', 'common-linux', 'common-glibc', 'allarch-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_rpm.07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_package_write_rpm_setscene.07c617963242a7761d98a95b9364e32191d19a608bf33cff03c12c25a1ada406 not available\nNOTE: Running setscene task 3027 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.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-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: 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/matchbox-theme-sato/matchbox-theme-sato.inc: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: Considering setscene task: ['pcmanfm', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_populate_sysroot 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: 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/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-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_spdx.adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_create_spdx_setscene.adab75cbba9eafa71ea82f1bf77b7150f99ed5fb3173da2b2512cb5cd5d5affa not available\nNOTE: Running setscene task 3029 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_spdx_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-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_populate_lic.9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_populate_lic_setscene.9991d701a25b7759133c514924fccdd2e98d1ea8d7489973f115654eb9660643 not available\nNOTE: Running setscene task 3030 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_package_spdx.63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_package_spdx_setscene.63eb7a0b27adba1d181fb33552bb6fac48b18d55df5d3767c8533c39bdac9e87 not available\nNOTE: Running setscene task 3031 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_package_spdx_setscene)\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: Inheriting /home/pokybuild/yocto-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-3496823/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.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/puzzles/puzzles_git.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:11)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/cmake.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: 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/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/puzzles/puzzles_git.bb:do_create_package_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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_spdx.aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_create_spdx_setscene.aaa35019d6db103938e0bbc0a4f11af665f1df1cb6b967623737d0f106790247 not available\nNOTE: Running setscene task 3032 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_spdx_setscene)\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', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_qa.ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_qa_setscene.ce7280d4db2c073874f0a5a96bf7eb7ec423025b221cab1fa0720c434ccd87a8 not available\nNOTE: Running setscene task 3033 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_populate_lic.cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_populate_lic_setscene.cf4943fafaca12713fd326835b3438b485e98e84bf16a52afc666d609ee465f4 not available\nNOTE: Running setscene task 3034 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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/puzzles/puzzles_git.bb (full)\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/cmake.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: 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/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/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/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/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-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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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_package_write_ipk', '/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_write_rpm', '/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:   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_package_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/adwaita-icon-theme/46.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-3496823/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/matchbox-session/matchbox-session_0.1.bb:do_packagedata 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_rpm 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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_recipe_qa', '/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_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-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_recipe_qa.f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/formfactor/0.0.do_recipe_qa_setscene.f4847914bbc92b92e1814cf9bcb95ca729e654df1034747a0e377321510004a2 not available\nNOTE: Running setscene task 3037 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.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: Considering setscene task: ['libmatchbox', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_deb 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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_rpm.10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_package_write_rpm_setscene.10fb8c4ec51f016f395db43db2250d9f9cc98489146803abafddebec4486ca2e not available\nNOTE: Running setscene task 3040 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb (full)\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', '/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_ipk', '/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_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_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_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_package_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-3496823/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: 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: 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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_populate_sysroot', '/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:   considering dependency: ['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:   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_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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_recipe_qa.b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-session/0.1.do_recipe_qa_setscene.b68b0aeb661a26ad6b98782c5d16d4176a1d4379c357d91450c2b8ac52efc5d5 not available\nNOTE: Running setscene task 3043 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_recipe_qa_setscene)\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: 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: 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: 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: Inheriting /home/pokybuild/yocto-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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_packagedata.b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_packagedata_setscene.b51441d7ccd2d4d3c514d01d7cf0c8f45a179a9de820f130f4441b4a866428aa.qemux86_64 not available\nNOTE: Running setscene task 3044 of 6657 (/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/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_packagedata.39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_packagedata_setscene.39d846e02716c8a8957f0e550619443c09595fb97a5964998241a075ee47048b.qemux86_64 not available\nNOTE: Running setscene task 3045 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_packagedata.000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_packagedata_setscene.000a18f9cc041d40da61c370efb3c58a90dc747a7ca259898d96bcbeecd29c33.qemux86_64 not available\nNOTE: Running setscene task 3046 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_packagedata.70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_packagedata_setscene.70b764b4a584ab338201afc36415faad395d25435a861d1348dd63d6a7a98091.qemux86_64 not available\nNOTE: Running setscene task 3047 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_packagedata.e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_packagedata_setscene.e259f929c83749c94cb80af86cdd87aa53831e534f59841d91282f7e7c68841c.qemux86_64 not available\nNOTE: Running setscene task 3048 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:18)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_packagedata.6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_packagedata_setscene.6419711d9f3a28f0c92631b81ff0d6255cca9fe362f116c6d6ee3ddd6027664c.qemux86_64 not available\nNOTE: Running setscene task 3049 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_packagedata.919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_packagedata_setscene.919dda7751fd415f9e6e032b30d8a6b2c878397d1d39ce2ced05492643ec0374.qemux86_64 not available\nNOTE: Running setscene task 3050 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_packagedata.6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_packagedata_setscene.6b1a89871390a6c92cc258455c31a7827dce67e706424c4e8ee9a6b5f59b9060.qemux86_64 not available\nNOTE: Running setscene task 3051 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE 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/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/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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_package_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-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.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 /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/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/l3afpad/l3afpad_git.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: CONF file 'test_recipe.inc' not found\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/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/python3native.bbclass (from /home/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-sato/matchbox-config-gtk/matchbox-config-gtk_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/qemu.bbclass (from /home/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/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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\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/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/siteinfo.bbclass (from /home/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/qemu.bbclass (from /home/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-sato/matchbox-desktop/matchbox-desktop_2.3.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-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/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-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/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/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/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: SITE files ['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-multimedia/pulseaudio/pulseaudio.inc:68)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_packagedata.c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_packagedata_setscene.c7fca4ae55104dd14fe291714df1d88035ed80fc1ed12af30a3e13beaccb18a4.qemux86_64 not available\nNOTE: Running setscene task 3052 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.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-3496823/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: 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/puzzles/puzzles_git.bb:do_create_spdx 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_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-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_packagedata.da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_packagedata_setscene.da90faee6d24306011acfb7f87133efa2f0353191cd381317fff141b3814a0fb.qemux86_64 not available\nNOTE: Running setscene task 3053 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_packagedata_setscene)\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: 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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_packagedata.e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_packagedata_setscene.e769038f14ef1dc3a24f699a67eea0887129e1cc614e078eed1677c405f221bc.qemux86_64 not available\nNOTE: Running setscene task 3054 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_packagedata_setscene)\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_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_deb', '/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:   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_write_ipk', '/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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_packagedata.163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_packagedata_setscene.163c040787adc80fc31924eb02b7bea523738ae99fff40a7737b84307a0b6e99.qemux86_64 not available\nNOTE: Running setscene task 3056 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb (full)\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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.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-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-3496823/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/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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:15)\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/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/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/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: ['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: 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: Inheriting /home/pokybuild/yocto-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_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_populate_lic', '/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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_recipe_qa.375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-theme-sato/0.2.do_recipe_qa_setscene.375e5c8db3434a429d2bb3b2a3e2d5794bd88f1eac3fdc66043bcbd0cac63132 not available\nNOTE: Running setscene task 3059 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.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-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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_packagedata.ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/packagegroup-core-x11-sato/1.0.do_packagedata_setscene.ea9ff6516dcf4d9e0255bb7f8ae94cb6b11db0e6ef1c4a94b1863f6a3cb8d8b9.qemux86_64 not available\nNOTE: Running setscene task 3061 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.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: 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/siteinfo.bbclass (from /home/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: 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/libmatchbox/libmatchbox_1.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-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: SITE files ['endian-little', 'common-linux', '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-sato/packagegroups/packagegroup-core-x11-sato.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/matchbox-session/matchbox-session_0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_packagedata.bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_packagedata_setscene.bb428f5d52a328c4ed0dfd4d9e01990ec2686a0dc5d72f8f2cafa3d7175fd8d7.qemux86_64 not available\nNOTE: Running setscene task 3062 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_packagedata_setscene)\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-3496823/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: 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_ipk', '/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', '/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_package_write_deb', '/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_write_rpm', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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_package_write_deb', '/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_qa', '/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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_package_write_ipk', '/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: 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: SITE 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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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_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-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_recipe_qa.56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/connman-gnome/0.7.do_recipe_qa_setscene.56affba882eb6f8119f34ae324b5027bdd4c5a3481247636e987c55a761f43d0 not available\nNOTE: Running setscene task 3066 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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-3496823/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: Inheriting /home/pokybuild/yocto-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: ['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_sysroot', '/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:   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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_recipe_qa.d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/udev-extraconf/1.1.do_recipe_qa_setscene.d404b2900443a32a3e89f33d3a707e701bb98950f330dcb79f02849084567eaa not available\nNOTE: Running setscene task 3068 of 6657 (/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-sato/l3afpad/l3afpad_git.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_deb', '/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:   considering dependency: ['xcursor-transparent-theme', 'do_package_write_ipk', '/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_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_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: 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: 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-multimedia/gstreamer/gst-examples_1.18.6.bb:do_packagedata 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: 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: 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_sysroot', '/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-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_recipe_qa.abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/xcursor-transparent-theme/0.1.1+git.do_recipe_qa_setscene.abf3094729fdab14249d1dd72bb106c18060229d32a755f586d5e2fe9680027e not available\nNOTE: Running setscene task 3071 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.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: 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_package_write_deb', '/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_package_write_ipk', '/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-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-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_packagedata.2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_packagedata_setscene.2ad964d247ef5d53648e00ec396d2a73a0654e5526e6f44c9b32612e36a017d3.qemux86_64 not available\nNOTE: Running setscene task 3073 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: ['gst-examples', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.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: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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_populate_sysroot', '/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_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_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-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_recipe_qa.507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gst-examples/1.18.6.do_recipe_qa_setscene.507ec9439cf6738b2fda97a215b79b38ca164716a0bf572ae2aeb6f07169ae12 not available\nNOTE: Running setscene task 3076 of 6657 (/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-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-3496823/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-3496823/meta-selftest/recipes-test/xcursor-transparent-theme/xcursor-transparent-theme_%.bbappend:2: including test_recipe.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb (full)\nDEBUG: CONF file 'test_recipe.inc' not found\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: ['pulseaudio', 'do_package', '/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: ['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_package_write_ipk', '/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_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['pulseaudio', 'do_package_write_deb', '/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: 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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: 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: 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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_packagedata.9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_packagedata_setscene.9e3d69190e1a8d54b773b35ccf40e4299499a7326fc5d10482ee10ed64ddaf5e.qemux86_64 not available\nNOTE: Running setscene task 3078 of 6657 (/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/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/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/python3native.bbclass (from /home/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/python3-dir.bbclass (from /home/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/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-wm/matchbox-wm_1.2.3.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: ['avahi', 'do_populate_sysroot', '/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: ['libnss-mdns', 'do_populate_sysroot', '/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:   considering dependency: ['pulseaudio', 'do_populate_sysroot', '/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_create_spdx', '/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: SITE files ['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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_packagedata.ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_packagedata_setscene.ee8ddff657d647f34e302c2cd1f4ccbc6b290e1088036aa4679482e9fc63bb74.qemux86_64 not available\nNOTE: Running setscene task 3080 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/avahi/avahi_0.8.bb (full)\nDEBUG: Considering setscene task: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['ofono', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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: ['connman', 'do_populate_sysroot', '/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.8.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_populate_sysroot which could be accelerated\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/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/matchbox-theme-sato/matchbox-theme-sato_0.2.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-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_packagedata.175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_packagedata_setscene.175e55ef86cbf32b8e2c0e1df380ecb18e2bf08ccc42aef292d91a89200ed20f.qemux86_64 not available\nNOTE: Running setscene task 3082 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.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-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: Considering setscene task: ['libtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.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: ['libtool', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.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.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_populate_sysroot 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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-connectivity/avahi/avahi_0.8.bb:58)\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_package_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', '/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_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_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_write_ipk', '/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_deb', '/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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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/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: 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: SITE 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb: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/ofono/ofono_2.8.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_packagedata.8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_packagedata_setscene.8cc2c66acb4b5ce74c8da4366c4d9ed6859e11fbf4595cae8c80f2b95cc40974.qemux86_64 not available\nNOTE: Running setscene task 3085 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.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-connectivity/ofono/ofono_2.8.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:1: including libtool-2.5.0.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/ofono/ofono_2.8.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/libtool/libtool-2.5.0.inc: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: 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: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb']\nDEBUG:   considering dependency: ['libmatchbox', 'do_create_spdx', '/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: 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.5.0.inc: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-devtools/libtool/libtool_2.5.0.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: 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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_recipe_qa.33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-wm/1.2.3.do_recipe_qa_setscene.33d9e5dd74d0eec85586f204655cc7c95927a20fdf857be55f32d8d7a5769cd0 not available\nNOTE: Running setscene task 3088 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_recipe_qa_setscene)\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: 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_deploy_source_date_epoch', '/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: ['pulseaudio', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.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_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-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_recipe_qa.58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pulseaudio/17.0.do_recipe_qa_setscene.58732fe4e144763e3c6335ba019794e67407780495a67d65a555699f0d98cfd0 not available\nNOTE: Running setscene task 3090 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_packagedata.2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_packagedata_setscene.2ee425d888648aaf8bbb2c2a4b6c23aadb948f7768cd0819da33e2b28f5cd2ce.qemux86_64 not available\nNOTE: Running setscene task 3091 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_packagedata_setscene)\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: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.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:   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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.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: ['speex', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_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: 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: 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: SITE files ['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: 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: 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_write_deb', '/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_package_write_ipk', '/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: Inheriting /home/pokybuild/yocto-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-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:19)\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/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-multimedia/speex/speexdsp_1.2.1.bb (full)\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-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/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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.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/python3-dir.bbclass (from /home/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-3496823/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-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/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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_recipe_qa.feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/l3afpad/0.8.18.1.11+git.do_recipe_qa_setscene.feb3e49b96476f2f888d34d7007ae3680e61043b849f177fc027072d86b388a3 not available\nNOTE: Running setscene task 3095 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/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: 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_ipk', '/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_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_package_write_deb', '/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:   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_create_spdx', '/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-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: 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: 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_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_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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_recipe_qa.93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-config-gtk/0.2+git.do_recipe_qa_setscene.93dbe1028798e6b17f3b642f0ab7a949af30f0540a20bafecdb52736fb957d8e not available\nNOTE: Running setscene task 3098 of 6657 (/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: 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', '/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_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_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_create_spdx', '/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_ipk', '/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_deb', '/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: SITE files ['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: 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: 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_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_recipe_qa.66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-desktop/2.3.do_recipe_qa_setscene.66353f3caeaccf431b9ebb6e978ed97b7c6ace9e5e10947b3cf139bcd431e7b3 not available\nNOTE: Running setscene task 3101 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb (full)\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_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:   considering dependency: ['matchbox-keyboard', 'do_package_write_deb', '/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_ipk', '/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_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-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/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-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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_packagedata.ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_packagedata_setscene.ff1c0c50d2273f4b963e83b76c0928dc4be232e5489e5ffeb2a2df789a9280b6.qemux86_64 not available\nNOTE: Running setscene task 3103 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_packagedata_setscene)\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:   considering dependency: ['libfakekey', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_populate_sysroot', '/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: SITE files ['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: ['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', '/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_recipe_qa.9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-keyboard/0.1.1.do_recipe_qa_setscene.9658ca730fb9b00f440ba45b5c24298110b24e9d0b9048f0b7be9825150170f9 not available\nNOTE: Running setscene task 3106 of 6657 (/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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_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_package_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_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_write_ipk', '/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_package_write_deb', '/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: 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: 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-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_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_package_write_deb', '/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_ipk', '/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:   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: 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: 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: Inheriting /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: ['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/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: ['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_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_populate_lic', '/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:   considering dependency: ['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:   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:  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-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_recipe_qa.534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/json-glib/1.8.0.do_recipe_qa_setscene.534727e301d771d42ae9fea0b22b66cbe3b93d990123431a8fff74131f445329 not available\nNOTE: Running setscene task 3110 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ofono/2.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-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-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_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-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_recipe_qa.0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/matchbox-session-sato/0.1.do_recipe_qa_setscene.0250dd845c78f648e23433eea9722ec8ff2fe1fbd50c60b14ce0975a5623bc7f not available\nNOTE: Running setscene task 3112 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtool/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/libtool/libtool_2.5.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package which could be accelerated\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: SITE 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/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: 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_write_deb', '/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_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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package_write_ipk', '/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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/python3-dir.bbclass (from /home/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/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.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-3496823/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: 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: 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: SITE files ['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-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: 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: 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_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_recipe_qa.1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/avahi/0.8.do_recipe_qa_setscene.1882d2d5e3b548aae5a2712d1f4d48561efc03011037d2362d0d365cda1f1a8f not available\nNOTE: Running setscene task 3116 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_recipe_qa_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_packagedata.50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_packagedata_setscene.50b5da1c57b6f1040e0cb41b77585b6344fd3e6fb0c71f7aaf6a95ba5114f22d.qemux86_64 not available\nNOTE: Running setscene task 3117 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_packagedata_setscene)\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.8.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: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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: 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: 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: Considering setscene task: ['ofono', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['ofono', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_recipe_qa.5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ofono/2.8.do_recipe_qa_setscene.5a3fe72ab5e620079b1a5baca56c712f54f21c9ff13e62f89e53d00ba6edfa25 not available\nNOTE: Running setscene task 3120 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_packagedata.0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_packagedata_setscene.0a539c884ab865aa8c66c510f217763164dae696f39b2a96670049cb13aa12b1.qemux86_64 not available\nNOTE: Running setscene task 3121 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb (full)\nDEBUG: Considering setscene task: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['ell', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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-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/mobile-broadband-provider-info/mobile-broadband-provider-info_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-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.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: 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: Considering setscene task: ['libtool', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/qemu.bbclass (from /home/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/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-connectivity/ofono/ofono_2.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:58)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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/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.8.bb:16)\nDEBUG: Considering setscene task: ['libtool', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_recipe_qa.43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool/2.5.0.do_recipe_qa_setscene.43212900c5f6ddc577f92840f7107d3e0edd2c8a4b3aa3803f2574ecacc0431f not available\nNOTE: Running setscene task 3125 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_recipe_qa_setscene)\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: 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-core/ell/ell_0.66.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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:108)\nDEBUG: SITE files ['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/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\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_package', '/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_package_write_ipk', '/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_write_deb', '/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: 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: 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.8.bb: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/ofono/ofono_2.8.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-connectivity/ofono/ofono_2.8.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-core/ell/ell_0.66.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.8.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pulseaudio/17.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-3496823/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: ['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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb (full)\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_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_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-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_recipe_qa.bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmatchbox/1.12.do_recipe_qa_setscene.bcfac12bee51d11f1256e130eab3bd18d0ea527eec4b78a40dfe5821ca378073 not available\nNOTE: Running setscene task 3128 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:1: including libtool-2.5.0.inc\nDEBUG: 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.5.0.inc: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: 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_qa', '/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:   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_write_ipk', '/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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['speexdsp', 'do_package_write_deb', '/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: 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.5.0.inc: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-devtools/libtool/libtool_2.5.0.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_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-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_recipe_qa.b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/speexdsp/1.2.1.do_recipe_qa_setscene.b13abeef20190d03ab3f9d57c35c40feda970eccda3ef93735398379497cad5c not available\nNOTE: Running setscene task 3131 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_recipe_qa_setscene)\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: SITE 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: 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_package_write_ipk', '/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_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_write_rpm', '/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_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_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:24)\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_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:   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_write_deb', '/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_write_ipk', '/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: 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: Inheriting /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: 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: 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: Inheriting /home/pokybuild/yocto-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_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_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_recipe_qa.8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfakekey/0.3+git.do_recipe_qa_setscene.8342f1245a53fe5f7ec3f551cd01bf3cae520bdc2f8279ba7aa584ffce971b77 not available\nNOTE: Running setscene task 3135 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:14)\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: 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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_recipe_qa.507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-terminal/0.2+git.do_recipe_qa_setscene.507ac90a8973db5c752015c40e3d478e71e1c616beb4aeee1621308384a6a711 not available\nNOTE: Running setscene task 3137 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-keyboard/matchbox-keyboard_0.1.1.bb:do_recipe_qa which could be accelerated\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_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_package_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', '/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_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_packagedata', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_package_write_ipk', '/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_create_spdx', '/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:   considering dependency: ['pcmanfm', 'do_package_qa', '/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/matchbox-sato/matchbox-session-sato_0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb (full)\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: 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/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/siteinfo.bbclass (from /home/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_create_spdx', '/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_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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_recipe_qa.1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pcmanfm/1.3.2.do_recipe_qa_setscene.1fb663d0ee718a4cecc4b33d7502d978b4590e00e13d74e8ae3c7307ab8e3c60 not available\nNOTE: Running setscene task 3141 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.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/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: ['pulseaudio-client-conf-sato', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['pulseaudio-client-conf-sato', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_rpm.4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_package_write_rpm_setscene.4a645253b430c974571ab48060a1b0ae5b9d56cd57e663dc4714cbfca73cb46f not available\nNOTE: Running setscene task 3144 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['pulseaudio-client-conf-sato', 'do_populate_sysroot', '/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_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['puzzles', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_deb which could be accelerated\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: ['puzzles', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_ipk 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/pkgconfig.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-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_rpm.15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_package_write_rpm_setscene.15275f37fdd4fbdf9cc2d9bb95138173e2cf86c6806b0c8f39147d04dda4a951 not available\nNOTE: Running setscene task 3148 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.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/pcmanfm/pcmanfm_1.3.2.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/mime-xdg.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: Considering setscene task: ['puzzles', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_spdx.8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_create_spdx_setscene.8aedc05a89d29a48306d1577904dcbedf1166d62b041d56babe710fcbad02177 not available\nNOTE: Running setscene task 3150 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_spdx_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_package_spdx.61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_package_spdx_setscene.61b1736ebf2523086a3e4efc5c6f98850d741ef167c60c50ca876f5a25c3f251 not available\nNOTE: Running setscene task 3151 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_qa.b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_qa_setscene.b0f3a07ab7ecd6e72d29816a333d35433931be7746f540e694260d32ce774909 not available\nNOTE: Running setscene task 3152 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_qa_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-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_populate_lic.d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_populate_lic_setscene.d96e8257178350f2771e3eee8da583fc18ce062cd4055b9d17b6e4af8a90905e not available\nNOTE: Running setscene task 3153 of 6657 (/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-3496823/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20240407/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ell/0.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-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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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-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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ofono/2.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-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: SITE files ['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-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/avahi/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-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/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/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/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/siteinfo.bbclass (from /home/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/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: 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: 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtool/2.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_package_write_ipk', '/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_deb', '/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_packagedata', '/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', '/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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: ['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_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: ['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_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_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_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-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_recipe_qa.7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mobile-broadband-provider-info/20240407.do_recipe_qa_setscene.7b4811c9a922d56a859d7cfaa43ac3960e6c96b822180ffab700e49e3d60b96b not available\nNOTE: Running setscene task 3156 of 6657 (/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package which could be accelerated\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ell', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['ell', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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.66.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_recipe_qa.9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ell/0.66.do_recipe_qa_setscene.9297de1759c563d110222bca781e50b8b17c6a01ec2d2eb3bf0a0e1d8a3a1ead not available\nNOTE: Running setscene task 3159 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_package_spdx.5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_package_spdx_setscene.5972210bcabb6cd14e9802f06ffe51c5f5df53b5e402f8016127f916b09ed8b4 not available\nNOTE: Running setscene task 3160 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_qa.871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_qa_setscene.871a03409fdbdb05a17b846cc4d2a7ca5fecdca3a46ae25be8df94ab4e9e61d8 not available\nNOTE: Running setscene task 3161 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_qa_setscene)\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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:15)\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-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_populate_lic.1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_populate_lic_setscene.1055ffd8f18d69ef877cb6b052ccfaae39ec7eedfcc24e7f4f750b248e1c0f66 not available\nNOTE: Running setscene task 3162 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_create_package_spdx.bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_create_package_spdx_setscene.bb8eae51d60db443231d3af4961e592e3f683288a3c95fcfc3fe2f8c9329e6d2 not available\nNOTE: Running setscene task 3163 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_package_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_qa.9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_qa_setscene.9a56fd5642c4225453c7beb3cb6cb2bb1136375865db7df08a13e4d1b0ae5fa4 not available\nNOTE: Running setscene task 3164 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-core/ell/ell_0.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-core/ell/ell_0.66.bb:15)\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-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/libfakekey/libfakekey_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:15)\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: 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: 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-recipe/features_check.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/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/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/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/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/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-3496823/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: 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: 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: 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/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', '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/settings-daemon/settings-daemon_0.0.2.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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', 'common-linux', '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/pcmanfm/pcmanfm_1.3.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_packagedata.495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_packagedata_setscene.495cd70315b07a99ae87cb76a1d059da94a9f1283c2c00ec23a68df5b6916ad5.qemux86_64 not available\nNOTE: Running setscene task 3165 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_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: 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-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_populate_lic.9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_populate_lic_setscene.9bf4b118dad5f461b1394cb67545c7ff4278f97ef46dc57a42a1f32c02d8683f not available\nNOTE: Running setscene task 3166 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.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-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_package_spdx.2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_package_spdx_setscene.2770650d1ca53ca883d41cfcac34fa5d188762eb35012d3cebf6433ea0e162be not available\nNOTE: Running setscene task 3167 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_qa.bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_qa_setscene.bf5aefdc42c6de4a3a0bc457ad8de8a79e3493a130aa035f2a452d14e7dbdbcf not available\nNOTE: Running setscene task 3168 of 6657 (/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: 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-3496823/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/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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/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-3496823/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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:24)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_create_package_spdx 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_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/shutdown-desktop/shutdown-desktop.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/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-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/rxvt-unicode/rxvt-unicode_9.31.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-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_create_spdx.6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_create_spdx_setscene.6ba24352876b36ba6925c7db3d82d2bcd542b91585925a548bf94d912d73526b not available\nNOTE: Running setscene task 3169 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_spdx.ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_create_spdx_setscene.ef01d7a62f378ceb97a7423dbaadffeb799d9fb848aee2a72e2bd6c1c58ac34a not available\nNOTE: Running setscene task 3170 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_packagedata.ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_packagedata_setscene.ca1839d53e2e192da6758e0171a443aa19042420fbd6511ee2514319d7ecff65.qemux86_64 not available\nNOTE: Running setscene task 3171 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['rxvt-unicode', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['rxvt-unicode', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_rpm.b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_package_write_rpm_setscene.b8a550f9bb19ef94e357b7c00139582845664eb2a9b1164d9de843e15a21a83f not available\nNOTE: Running setscene task 3174 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_rpm_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:10: including xorg-lib-common.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['rxvt-unicode', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:11)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_spdx.b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_create_spdx_setscene.b2ceca5a4b467c6aeb239a377a4db8b8fe63649f6799fbfce2883dc7d104aba9 not available\nNOTE: Running setscene task 3176 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mobile-broadband-provider-info/20240407/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ell/0.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/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-3496823/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/sato-icon-theme/sato-icon-theme_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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/ell/ell_0.66.bb:do_recipe_qa 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_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/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_package_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/sato-screenshot/sato-screenshot_0.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-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/settings-daemon/0.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/allarch.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-3496823/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: SITE files ['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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/settings-daemon/0.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/perlnative.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/settings-daemon/settings-daemon_0.0.2.bb:do_create_package_spdx 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_spdx.a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_create_spdx_setscene.a25b615c8e49599ae72312a7503cead0469cbf71f5c3458ffba6ac07f7aa11ce not available\nNOTE: Running setscene task 3177 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_create_spdx.8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_create_spdx_setscene.8cb700e737be656dcdcf2d5db4c8362cbc33146fe5d64e44c92bbbbdd15a7a57 not available\nNOTE: Running setscene task 3178 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_spdx_setscene)\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-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_populate_lic.59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_populate_lic_setscene.59d2e9d90f6d524fc6b053ae4545495b58055526c7d9645186dd50fec245a694 not available\nNOTE: Running setscene task 3179 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_create_package_spdx.02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_create_package_spdx_setscene.02ff64c76da2a56bcd072c142a89b0f65d5a284af5782aecdfe8d0dac8f6e4f1 not available\nNOTE: Running setscene task 3180 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_qa.7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_qa_setscene.7d705c46f299338d98cbc366380fb78fb6b6462b366a32966bbd8e5d6d6a47d1 not available\nNOTE: Running setscene task 3181 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_populate_lic.7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_populate_lic_setscene.7457c272d982515b911bd93d068a413f72b961c0abbae6510aca91ea41da5cd7 not available\nNOTE: Running setscene task 3182 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_create_package_spdx.c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_create_package_spdx_setscene.c109f6768965c81544f7c12ab558fda3f5991d6c3aecfb31f1d42eab88faa9b7 not available\nNOTE: Running setscene task 3183 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_package_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-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: Inheriting /home/pokybuild/yocto-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_package_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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: 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: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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/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.52.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/settings-daemon/0.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/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.52.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.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/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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/attr/acl_2.3.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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/atk/at-spi2-core_2.52.0.bb: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-support/atk/at-spi2-core_2.52.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: 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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/recipes-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb: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-support/atk/at-spi2-core_2.52.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/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/attr/acl_2.3.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-support/atk/at-spi2-core_2.52.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/recipes-support/attr/acl_2.3.2.bb:26)\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.52.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-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.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/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/atk/at-spi2-core_2.52.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/recipes-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.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/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: 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_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_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_write_ipk', '/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_deb', '/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: 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: 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: SITE files ['endian-little', 'common-linux', '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: ['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_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_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_deploy_source_date_epoch', '/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_sysroot', '/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_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_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-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_recipe_qa.da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/pulseaudio-client-conf-sato/1.do_recipe_qa_setscene.da150bcd469582433d14ddca324e0e2b0b6ab180c99aa3a7443ff9fbd8a055ee not available\nNOTE: Running setscene task 3186 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_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-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_spdx.42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_create_spdx_setscene.42a75cc7bbd8fcfc019354de33eeb611dc81af7b3c51d9fdd7cdaf56293e8bcb not available\nNOTE: Running setscene task 3187 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_qa.d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_qa_setscene.d3e9caae56fca77b525d3dbb7ac91f74bba3daa4c4871efb5151a164beffc5f7 not available\nNOTE: Running setscene task 3188 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_populate_lic.c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_populate_lic_setscene.c2dc47f933054f91a071b3c2799cb8a80b624e71bf930dc3c05adf3cee00f8c2 not available\nNOTE: Running setscene task 3189 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxmu/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-graphics/xorg-lib/libxmu_1.2.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libptytty/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-sato/libptytty/libptytty_2.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_packagedata which could be accelerated\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:11)\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:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/attr/acl_2.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/attr/acl_2.3.2.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb (full)\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/siteinfo.bbclass (from /home/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/acl_2.3.2.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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/attr/acl_2.3.2.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/attr/acl_2.3.2.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/attr/acl_2.3.2.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:26)\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: 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-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_spdx.f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_create_spdx_setscene.f6b9f7a2a5ce36b7f4a4099c4fa251b9bd9d1fdd604c31b09d92762780c72eea not available\nNOTE: Running setscene task 3190 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libxmu', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libxmu', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_write_rpm.1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_package_write_rpm_setscene.1a10431fd0446640dd8c35ea929150b78708141362d539c25c901865dba23293 not available\nNOTE: Running setscene task 3193 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_rpm_setscene)\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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_spdx.19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_create_spdx_setscene.19924dcf15e9ec4964665cd443486576deb2eb2949d54843b54d2abe6a13a24b not available\nNOTE: Running setscene task 3194 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libptytty', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_deb 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: ['libptytty', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_ipk 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/settings-daemon/0.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/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-3496823/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/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-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_spdx.da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_create_spdx_setscene.da63d6d397734e23d8f9cd40b24f70e9a3040b925be50b41648274d6c2d241e0 not available\nNOTE: Running setscene task 3197 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb (full)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/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-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_rpm.37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_package_write_rpm_setscene.37b7090c967df3b39f66e5334b8c9528da74f410ed00b814b1206d344f16c679 not available\nNOTE: Running setscene task 3198 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_spdx.ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_create_spdx_setscene.ce1d750e22d7b8e57114fe906315c718d6cdf8876b01171c741a26b37287bf74 not available\nNOTE: Running setscene task 3199 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_spdx_setscene)\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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package_write_deb', '/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:   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_package', '/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_create_spdx', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/acl/2.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/classes-recipe/gnomebase.bbclass:31)\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/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: 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/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-3496823/tmp/work/core2-64-poky-linux/at-spi2-core/2.52.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_populate_lic', '/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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_recipe_qa', '/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-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_recipe_qa.9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/puzzles/0.0+git.do_recipe_qa_setscene.9dd84640fd3117c1e46d1784f7732848317402d9fc2316d6e22a6e6084b02873 not available\nNOTE: Running setscene task 3202 of 6657 (/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-3496823/tmp/work/core2-64-poky-linux/at-spi2-core/2.52.0/source-date-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: 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/gettext.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-support/attr/acl_2.3.2.bb:do_create_package_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/gnome/gconf_3.2.6.bb:13)\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/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-support/atk/at-spi2-core_2.52.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-sato/matchbox-panel-2/matchbox-panel-2_2.12.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/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/at-spi2-core/2.52.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/atk/at-spi2-core_2.52.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_spdx.c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_create_spdx_setscene.c5b3ba1d5940da99f75535017f7e9f5addfd9f763203d28b0f2c4ac1e746add7 not available\nNOTE: Running setscene task 3203 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.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: SITE files ['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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_packagedata.5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_packagedata_setscene.5680bb3b46f2ec4d02c929c0f816c9d22e077530b4b1ca4396e3531147cf2cd0.qemux86_64 not available\nNOTE: Running setscene task 3204 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_packagedata_setscene)\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: Considering setscene task: ['sato-icon-theme', 'do_package_write_deb', '/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:   considering dependency: ['sato-icon-theme', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['sato-icon-theme', 'do_package_write_ipk', '/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:   considering dependency: ['sato-icon-theme', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/all-poky-linux/shutdown-desktop/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-sato/puzzles/puzzles_git.bb:19)\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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_rpm.13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_package_write_rpm_setscene.13a6d51e686a9c678819ba01f5f006c39b6fa52d2663145a07d1541cd8a13fba not available\nNOTE: Running setscene task 3207 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_write_rpm_setscene)\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-sato/rxvt-unicode/rxvt-unicode_9.31.bb (full)\nDEBUG: Considering setscene task: ['sato-icon-theme', 'do_populate_sysroot', '/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_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_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: Inheriting /home/pokybuild/yocto-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Considering setscene task: ['sato-screenshot', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_write_deb 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/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/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: Considering setscene task: ['sato-screenshot', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.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-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_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: SITE files ['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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_rpm.800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_package_write_rpm_setscene.800701925ec6fa8174772899651f8923107c330856fdb938c1aefa0b11b69780 not available\nNOTE: Running setscene task 3211 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_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: Considering setscene task: ['sato-screenshot', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.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-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/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:17)\nDEBUG: Considering setscene task: ['settings-daemon', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/acl/2.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-3496823/tmp/work/core2-64-poky-linux/acl/2.3.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['settings-daemon', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_write_rpm.681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_package_write_rpm_setscene.681313d46680a7c3482f3dcd0289df1b40ac82374bc6e669369999564605c05e not available\nNOTE: Running setscene task 3215 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.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-sato/sato-screenshot/sato-screenshot_0.3.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['settings-daemon', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.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: SITE files ['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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['shutdown-desktop', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['shutdown-desktop', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_ipk 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: SITE files ['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/settings-daemon/settings-daemon_0.0.2.bb:20)\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: Considering setscene task: ['hicolor-icon-theme', 'do_package_write_deb', '/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_deb', '/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: 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_write_deb\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_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/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: Considering setscene task: ['hicolor-icon-theme', 'do_package_write_ipk', '/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_ipk', '/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: 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_write_ipk\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_ipk 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_rpm.4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_package_write_rpm_setscene.4a98cbfd7690484c72f49d2ec2ca14749231b5b950257012f3d1be6b0ef11fda not available\nNOTE: Running setscene task 3221 of 6657 (/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_rpm.c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_package_write_rpm_setscene.c1d15a0a744489d27f956ff9bac8cb28d570753f64a49cb65ac46815cbe21052 not available\nNOTE: Running setscene task 3222 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['shutdown-desktop', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_create_package_spdx.53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_create_package_spdx_setscene.53fbd9ada7d1636634620b151358be2ed00f86a42156ac519059d77e1b2d04bc not available\nNOTE: Running setscene task 3224 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_package_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-3496823/tmp/work/core2-64-poky-linux/libxmu/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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_qa.835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_qa_setscene.835593d3ccd6a831a43d929609e217d8b8114daf2c38ddbef50bcbf2ac28653b not available\nNOTE: Running setscene task 3225 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.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/libxt_1.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libxt', 'do_package_write_deb', '/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:   considering dependency: ['libxt', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_write_deb 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: 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-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.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-sato/shutdown-desktop/shutdown-desktop.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/attr/attr_2.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-support/attr/attr_2.5.2.bb:1: including attr.inc\nDEBUG: Considering setscene task: ['libxt', 'do_package_write_ipk', '/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:   considering dependency: ['libxt', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.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/attr/attr.inc:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:1: including attr.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_rpm.164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_package_write_rpm_setscene.164e12e2c9d85af2aa9df075c6636f5ee32640c678637bb9c33aa277a0cc2520 not available\nNOTE: Running setscene task 3228 of 6657 (/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-3496823/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_populate_lic.46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_populate_lic_setscene.46921cc1b4b5b8ade7e8d82eacfd8eb1643a53f657845f1f5396f63bcac8a790 not available\nNOTE: Running setscene task 3229 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_create_package_spdx.4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_create_package_spdx_setscene.4ed6f9fd6fe9841060f58a2c6f938720165167f7d348d582c5883d8ba0e6755b not available\nNOTE: Running setscene task 3230 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_create_package_spdx_setscene)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: 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/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_spdx 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.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/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:1: including attr.inc\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-3496823/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/siteinfo.bbclass (from /home/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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: 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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_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-support/attr/attr.inc:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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/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-gnome/gnome/gconf_3.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: ['gconf', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_deb 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: 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: SITE files ['endian-little', 'common-linux', '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: ['gconf', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_rpm.fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_package_write_rpm_setscene.fb9e224f3626008f403b1c2ec79041f8b8e00c98a03679c4166e6fd5943bb975 not available\nNOTE: Running setscene task 3233 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.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-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_spdx.6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_create_spdx_setscene.6cc7205727e183ffb687a6c1ff0b4dfd139ba10cceb9c8f3ca65742f10bec010 not available\nNOTE: Running setscene task 3234 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['matchbox-panel-2', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\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_deb which could be accelerated\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: Considering setscene task: ['e2fsprogs', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-screenshot/sato-screenshot_0.3.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Considering setscene task: ['e2fsprogs', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_ipk 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: 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/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/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/python3-dir.bbclass (from /home/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-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_rpm.088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_package_write_rpm_setscene.088d20e29fccc5d50735857d38f6cc8ef6a58395ce008eec5f812f1919b664f2 not available\nNOTE: Running setscene task 3238 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/settings-daemon/0.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/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Considering setscene task: ['matchbox-panel-2', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\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_ipk which could be accelerated\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-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-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_rpm.d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_package_write_rpm_setscene.d47f53f705f2b9f00a74becdc0cd1471f2589db130d8e6a88ac39a8ccdcaad8f not available\nNOTE: Running setscene task 3240 of 6657 (/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-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_rpm which could be accelerated\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_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_write_ipk', '/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:   considering dependency: ['rxvt-unicode', 'do_package_write_deb', '/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_write_rpm', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_packagedata.fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_packagedata_setscene.fba3dc4d58f8d7899ffbdf6420823c45adb5270342dbe71474ac00478a1eac8b.qemux86_64 not available\nNOTE: Running setscene task 3242 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_packagedata_setscene)\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/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: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xset', 'do_populate_sysroot', '/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:   considering dependency: ['x11perf', 'do_populate_sysroot', '/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: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.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: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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: ['xwininfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xprop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['xhost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.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: 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/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: 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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_packagedata.3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_packagedata_setscene.3cc8d7c81048b3524a1e4e73c3c493818169725538dc5f7908f5778131ffc7f1.qemux86_64 not available\nNOTE: Running setscene task 3244 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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: ['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:   considering dependency: ['libptytty', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_populate_sysroot', '/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_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: 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/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-3496823/tmp/work/core2-64-poky-linux/attr/2.5.2/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_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_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['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:   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_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-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_recipe_qa.00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/rxvt-unicode/9.31.do_recipe_qa_setscene.00f9d9cd904da250ea0e43cb815518b2afafe40ee2c8eb09a8d8334912ed3dd4 not available\nNOTE: Running setscene task 3247 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/attr/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-sato/libptytty/libptytty_2.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_packagedata.377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_packagedata_setscene.377e7a71407e132176539e208980104f9af17f15434250867ecc8cc03fe20c3a.qemux86_64 not available\nNOTE: Running setscene task 3248 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_packagedata.cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_packagedata_setscene.cc4d335f33f9f405f434204f67da1d8bbb7a474a2dcb1ed029efc829bd993f1e.qemux86_64 not available\nNOTE: Running setscene task 3249 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.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-3496823/tmp/work/core2-64-poky-linux/bash-completion/2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_packagedata.dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_packagedata_setscene.dd2b4f9be8de3ea8f5a3c0623f25bfc0c74436f27545f1ff3e7bbaf69c80a9ae.qemux86_64 not available\nNOTE: Running setscene task 3250 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_packagedata.7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_packagedata_setscene.7c0c7acb020903e5eb0a2182e277e9d0e7bfb25d78f6d8b0de39d3e468950b32.qemux86_64 not available\nNOTE: Running setscene task 3251 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_packagedata_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_qa.3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_qa_setscene.3d180ed88408129b0c295adc6d076f5fbbdfdfa1ff41b518f106401ebbe12ba1 not available\nNOTE: Running setscene task 3252 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_qa_setscene)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_populate_lic.c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_populate_lic_setscene.c0b4eddbfe98163207a8158f521bc05780fc90499507bbd00dbd2ef1f1715e16 not available\nNOTE: Running setscene task 3253 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_populate_lic_setscene)\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/siteinfo.bbclass (from /home/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/attr/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/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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_create_package_spdx.1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_create_package_spdx_setscene.1e4866d596d3504ed8e3c0dc4288b81c26dc0510089f02e50b2dcb31351c0c20 not available\nNOTE: Running setscene task 3254 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.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-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/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/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/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-recipe/perlnative.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/shutdown-desktop/shutdown-desktop.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-support/boost/boost-build-native_1.85.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_populate_lic.33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_populate_lic_setscene.33a0489686b2bc9f8c6f7109f74e27155bb806e7d6640ee32c92a87540ce3e75 not available\nNOTE: Running setscene task 3255 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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-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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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-sato/settings-daemon/settings-daemon_0.0.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/bash-completion/bash-completion_2.14.0.bb:22)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_create_package_spdx.4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_create_package_spdx_setscene.4f7f97578be5d5995a8245ece721ec4102b102f37c061f1a55f475fdbfa54f58 not available\nNOTE: Running setscene task 3256 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_create_package_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.14.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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/bash-completion/bash-completion_2.14.0.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.0.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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/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/boost/boost_1.85.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: SITE files ['endian-little', 'common-linux', '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-support/boost/boost_1.85.0.bb:1: including boost-1.85.0.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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: SITE files ['endian-little', 'common-linux', '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-3496823/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_spdx which could be accelerated\nDEBUG: Considering setscene task: ['startup-notification', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['startup-notification', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_rpm.15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_package_write_rpm_setscene.15b5471f4923aa54e2ca03ec357db176bb70eb1060eba76fa3a0b2d66668aa84 not available\nNOTE: Running setscene task 3259 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_spdx.6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_create_spdx_setscene.6c5d1fc664d3d6d688cfe2c7991227f2f64128cd0c205001504de4fe5cf490eb not available\nNOTE: Running setscene task 3260 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/startup-notification/startup-notification_0.12.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_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/startup-notification/startup-notification_0.12.bb:22)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxmu/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: 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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/boost-build-native/1.85.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-3496823/tmp/work/core2-64-poky-linux/libptytty/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxmu', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/boost-build-native/1.85.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/boost/boost-build-native_1.85.0.bb:do_create_package_spdx which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-support/boost/boost-build-native_1.85.0.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['libxmu', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_recipe_qa.894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxmu/1.2.1.do_recipe_qa_setscene.894d4dcd0947454dde837b125bf0e5e0c4fba395f9ea0b9aa2815103750d486b not available\nNOTE: Running setscene task 3263 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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-sato/shutdown-desktop/shutdown-desktop.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_packagedata.29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_packagedata_setscene.29a8031ccc64594fc21baf73cf5d9e0f20af21a534c30664447c17b62197eddb.qemux86_64 not available\nNOTE: Running setscene task 3264 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_packagedata_setscene)\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: ['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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.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: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-screenshot/sato-screenshot_0.3.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/settings-daemon/0.0.2+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_package_write_ipk', '/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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libptytty', 'do_package_write_deb', '/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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/bash-completion/2.14.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/libxmu_1.2.1.bb:10: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/bash-completion/2.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/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/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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_recipe_qa.39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libptytty/2.0.do_recipe_qa_setscene.39cf6a64246d2dc61ac4d1b639122142b9880d6d532ebfaf30288174be015a86 not available\nNOTE: Running setscene task 3268 of 6657 (/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/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/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: ['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_ipk', '/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_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:   considering dependency: ['sato-icon-theme', 'do_package_write_deb', '/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: 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: 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: 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_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_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_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-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_recipe_qa.aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/sato-icon-theme/git.do_recipe_qa_setscene.aefe8d550c1fe0f9cdceaca949562bb244be1ab4bafad1e81804148057532167 not available\nNOTE: Running setscene task 3271 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb (full)\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_deb', '/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_create_spdx', '/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_qa', '/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_ipk', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/boost/1.85.0/source-date-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/boost/boost_1.85.0.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_packagedata.e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_packagedata_setscene.e89f1c7783073e0e7500aac6ebc9d998168233ac71b32a0687e768ad540573a4.qemux86_64 not available\nNOTE: Running setscene task 3273 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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-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-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_create_spdx', '/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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_populate_sysroot', '/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/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: 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: 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: Inheriting /home/pokybuild/yocto-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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_recipe_qa.47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sato-screenshot/0.3.do_recipe_qa_setscene.47e3890aab7e37baaf78143f8aff7b636147aa010e9d053141ae3a35d0be7d91 not available\nNOTE: Running setscene task 3276 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_recipe_qa_setscene)\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/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/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/classes-recipe/gtk-icon-cache.bbclass:16)\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', '/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_deb', '/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_write_ipk', '/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_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: 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/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/siteinfo.bbclass (from /home/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_packagedata.256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_packagedata_setscene.256d2c31655dc244e73f2c02bb8b24c75b0c857c075e84e1614ee49af5ad69ee.qemux86_64 not available\nNOTE: Running setscene task 3278 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_packagedata_setscene)\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: ['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: ['gconf', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.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-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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.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: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_populate_sysroot', '/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-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: 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-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-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_deploy_source_date_epoch', '/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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_recipe_qa.777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/settings-daemon/0.0.2+git.do_recipe_qa_setscene.777ba7d9f81dd9b5ea7d28ba9c42677b5ddf33abf20e1fc560953be203995ee4 not available\nNOTE: Running setscene task 3281 of 6657 (/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:31)\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', '/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_write_deb', '/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_write_ipk', '/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:   considering dependency: ['shutdown-desktop', 'do_package_qa', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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-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 /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: 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: SITE files ['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/gnome/gconf_3.2.6.bb:13)\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/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-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/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: Considering setscene task: ['xcb-util', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_write_deb 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: Inheriting /home/pokybuild/yocto-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-util', 'do_package_write_ipk', '/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:   considering dependency: ['xcb-util', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.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-sato/settings-daemon/settings-daemon_0.0.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_rpm.b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_package_write_rpm_setscene.b386b3df885f4bfa1fd620e7fcb8df15ff795ddac6bf6bd85a78eb70692038a4 not available\nNOTE: Running setscene task 3286 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_write_rpm_setscene)\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_populate_lic', '/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_populate_sysroot', '/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-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_recipe_qa.42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/shutdown-desktop/1.0.do_recipe_qa_setscene.42e299aca1e7ce7895daf527acc982fd697b7d66f929783a97e3ee455adfc8ab not available\nNOTE: Running setscene task 3287 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_create_spdx.640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_create_spdx_setscene.640e0bb3cb90c5657c22330a2d9a69f1e7921e4429eca1ecaed18b6d660a8997 not available\nNOTE: Running setscene task 3288 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_qa.49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_qa_setscene.49b53488e1039226b8507066efe110bd8bbf9a30a4b0ac4981f0948a2388930b not available\nNOTE: Running setscene task 3289 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_populate_lic.14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_populate_lic_setscene.14d583fb4244c1b459caad6abe8d0c6d5c7525439f94c2199f8fcbb3546cfd64 not available\nNOTE: Running setscene task 3290 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_package_spdx.87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_package_spdx_setscene.87171e05d251861992f7a4ec658fae337ad8db3791a2dd93a17bf89f402edfdf not available\nNOTE: Running setscene task 3291 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_qa.fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_qa_setscene.fd035c8374c683d452a5da4145df0320d9292de1af147f056a92f096f2260aa7 not available\nNOTE: Running setscene task 3292 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_qa_setscene)\nDEBUG: Setscene task /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-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_lic.bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_populate_lic_setscene.bbb3fab34137f5efda051556094b48411042169687c9cbbec51ef3fc90ad6145 not available\nNOTE: Running setscene task 3293 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic_setscene)\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: SITE 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/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: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: Inheriting /home/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:1: including boost-1.85.0.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:2: including boost.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-support/boost/boost_1.85.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:1: including boost-1.85.0.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:2: including boost.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxmu/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/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost.inc:60)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:1: including boost-1.85.0.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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-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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libptytty/2.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_package_write_deb', '/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_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_qa', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/sato-icon-theme/git/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: 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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxt', 'do_deploy_source_date_epoch', '/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', '/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: ['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-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_recipe_qa.4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxt/1.3.0.do_recipe_qa_setscene.4ffc00d99cc356f7595159da74d8cfd97f889de03db9653105fffc07a845e360 not available\nNOTE: Running setscene task 3296 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_recipe_qa_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_package_spdx.9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_package_spdx_setscene.9dc72e369fb0921092893bfa8595cf048b52c299d69461454175d9be23733ec2 not available\nNOTE: Running setscene task 3297 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_qa.4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_qa_setscene.4e1b7bd47492ded0c422088f2aa2a747e5501dd00fd203b8debc42f438effab2 not available\nNOTE: Running setscene task 3298 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_populate_lic.8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_populate_lic_setscene.8ee6bc9b661cd75ff6339f6c7e8ce8f03edac724831e33e7f25da21532f0ef84 not available\nNOTE: Running setscene task 3299 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb (full)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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-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-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-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-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-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/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: ['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:   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_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_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_ipk', '/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_package_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/settings-daemon/0.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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_packagedata.7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_packagedata_setscene.7689fef206e0a9cf60741fc4dbe3f8df85acb945e96cae6f153401892571041f.qemux86_64 not available\nNOTE: Running setscene task 3301 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_packagedata_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: 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_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_package_write_deb', '/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_ipk', '/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-3496823/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: 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_recipe_qa 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb (full)\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_create_spdx', '/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-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_recipe_qa.729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gconf/3.2.6.do_recipe_qa_setscene.729ea3a04b4522fec96cbd58920069758d6e03db3d53acd559c2e9bbbc285d31 not available\nNOTE: Running setscene task 3304 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.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-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: 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-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-desktop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_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: ['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: ['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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.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: ['matchbox-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_populate_sysroot', '/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-support/ca-certificates/ca-certificates_20211016.bb:do_create_package_spdx which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/ca-certificates/20211016/source-date-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/ca-certificates/ca-certificates_20211016.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_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_populate_lic which could be accelerated\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_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_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_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:  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-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_recipe_qa.038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/matchbox-panel-2/2.12.do_recipe_qa_setscene.038d78645b74619b726c900bb68d688f3859fe8d57753aea9ed536ea310a24a5 not available\nNOTE: Running setscene task 3307 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_create_package_spdx.dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_create_package_spdx_setscene.dd7d5fc640654b7db492b5c1851bc68f80afbefc972cb4ca06612308c762aeef not available\nNOTE: Running setscene task 3308 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_create_package_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_qa.e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_qa_setscene.e2f03c63369809eb33835e9ed1815def6f1891a5a682319b1ebbc738612b10ad not available\nNOTE: Running setscene task 3309 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/boost/1.85.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-3496823/tmp/work/core2-64-poky-linux/boost/1.85.0/source-date-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: Inheriting /home/pokybuild/yocto-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/curl/curl_8.8.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_populate_lic.953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_populate_lic_setscene.953da8385b7ab106dd419f5cce087a268c4d396b92f5d43fc2e6c107fe50ff2c not available\nNOTE: Running setscene task 3310 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_create_package_spdx.9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_create_package_spdx_setscene.9c5a024fd7d39b2079a1b6b56e5b51214e2030b4c56cdbef677068ef267d470b not available\nNOTE: Running setscene task 3311 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/boost/1.85.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-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_qa.82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_qa_setscene.82432b3d7076834d9165e139caefce798aa6c2588423c9f14b0c77f3a19a8e54 not available\nNOTE: Running setscene task 3312 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_create_spdx.d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/boost-build-native/1.85.0.do_create_spdx_setscene.d3000f03beee47491c9682194d35b37afe9e9e2a831cace049d0501f78b11fd0 not available\nNOTE: Running setscene task 3313 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_create_spdx_setscene)\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/curl/curl_8.8.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.8.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-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:39)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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/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-support/curl/curl_8.8.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.8.0.bb:23)\nDEBUG: Considering setscene task: ['boost', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_deb 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.8.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-support/curl/curl_8.8.0.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-support/curl/curl_8.8.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-support/curl/curl_8.8.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-support/curl/curl_8.8.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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-support/curl/curl_8.8.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/python3-dir.bbclass (from /home/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.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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/fribidi/fribidi_1.0.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/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/curl/curl_8.8.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-support/curl/curl_8.8.0.bb:23)\nDEBUG: Considering setscene task: ['boost', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_ipk 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-support/curl/curl_8.8.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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:150)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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.8.0.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/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.8.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: Inheriting /home/pokybuild/yocto-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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:150)\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-support/boost/boost-build-native_1.85.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/fribidi/fribidi_1.0.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/qemu.bbclass (from /home/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.8.0.bb:150)\nDEBUG: 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.15.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.15.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_write_rpm.9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_package_write_rpm_setscene.9a18f6f3f4d234bea3ce751a405fece126c79e267f059ad6194bf28898a16501 not available\nNOTE: Running setscene task 3316 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_rpm_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/fribidi/fribidi_1.0.15.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.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: Considering setscene task: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_populate_lic.5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_populate_lic_setscene.5c3ec3d4a2dced42746b997ccfa7cf06b4699c3e36f5d6313f683ac26c151fa2 not available\nNOTE: Running setscene task 3318 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_package_spdx.016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_package_spdx_setscene.016f0d9ef7ed0e1b55987f41ee8d241ed92f7e1d08c2efa80ea675d3ca5ef346 not available\nNOTE: Running setscene task 3319 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:1: including boost-1.85.0.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_package_spdx which could be accelerated\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_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-support/fribidi/fribidi_1.0.15.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.15.bb:16)\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/python3native.bbclass (from /home/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/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-recipe/qemu.bbclass (from /home/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/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/fribidi/fribidi_1.0.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-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-support/fribidi/fribidi_1.0.15.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/gdbm/gdbm_1.23.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-support/fribidi/fribidi_1.0.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_spdx.6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_create_spdx_setscene.6f483828b1d28c5f6f7f7f0295730efa8175cac003abf013f77fa842052b37de not available\nNOTE: Running setscene task 3320 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_qa.98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_qa_setscene.98b7c8f87f75812d542eee6d80433847b31ceffae4ff73c65faf24280bdc7746 not available\nNOTE: Running setscene task 3321 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_lic.705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_lic_setscene.705362bf2830d436985bd30c766779562b8d7aa5f3f62e99ced05dfe926dc943 not available\nNOTE: Running setscene task 3322 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_package_spdx.4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_package_spdx_setscene.4ab49df2f4ae4e732ea056a68b6e78d2bae641e903befce8f79eee4c05d5db9b not available\nNOTE: Running setscene task 3323 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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: SITE 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/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: Inheriting /home/pokybuild/yocto-worker/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/siteinfo.bbclass (from /home/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/gdbm/gdbm_1.23.bb:18)\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/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-recipe/gettext.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-3496823/tmp/work/x86_64-linux/boost-build-native/1.85.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/gmp/gmp_6.3.0.bb:1: including gmp.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: 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/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: SITE files ['endian-little', 'common-linux', '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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: SITE files ['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/gdbm/gdbm_1.23.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-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: ['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', '/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_package_write_deb', '/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_ipk', '/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: 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: 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: 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['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:   considering dependency: ['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-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_recipe_qa.af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/startup-notification/0.12.do_recipe_qa_setscene.af521b919a8f885b061b52ca5c02fd1506b157cfbe60e221b4a6ec814250619b not available\nNOTE: Running setscene task 3326 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.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-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_packagedata.732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_packagedata_setscene.732d7c56d1b2305f22643412dd2ba24d9466c64ca3d688550343724fa083bd58.qemux86_64 not available\nNOTE: Running setscene task 3327 of 6657 (/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: ['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: ['xcb-util', 'do_create_spdx', '/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: ['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: 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-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_qa.d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_qa_setscene.d1d4a33b729b12aed161387fced87a6364b22240a5c44fa363efcc0685085760 not available\nNOTE: Running setscene task 3329 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/fribidi/1.0.15/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/gmp/gmp_6.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_lic.b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_lic_setscene.b857b471fd9f4400742a24db313ad535a6a588d8de45fb6779bbffae55dafc6f not available\nNOTE: Running setscene task 3330 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/curl/8.8.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-3496823/tmp/work/core2-64-poky-linux/curl/8.8.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-3496823/tmp/work/core2-64-poky-linux/curl/8.8.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-3496823/tmp/work/core2-64-poky-linux/fribidi/1.0.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: 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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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.15.bb:do_create_package_spdx which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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/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-support/gmp/gmp_6.3.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/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/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: 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: 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/boost/1.85.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-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_spdx.b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_create_spdx_setscene.b9ecfe18626e7182860e663748757dcef4f7e8c8ac35a8941c21b3ffa0ef8bf5 not available\nNOTE: Running setscene task 3331 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/fribidi/1.0.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-support/boost/boost_1.85.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_packagedata.3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_packagedata_setscene.3d5a329234bcc098aa295249506bc6134755b6471d40e2a08d88a9c397cda6c0.qemux86_64 not available\nNOTE: Running setscene task 3332 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_spdx.158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_create_spdx_setscene.158208d56a3eb8e62d5732a5f991912b8f21565c7d61593064c71138edaad87d not available\nNOTE: Running setscene task 3333 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_spdx.def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_create_spdx_setscene.def002a39220c99dba4b34bb107e283ce8b4196f499c354e2291f05c7219b444 not available\nNOTE: Running setscene task 3334 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_spdx_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_package_spdx.6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_package_spdx_setscene.6ab3f41fe15f7b3aea1013cc8bda34f88b7c30d88170a889d32e986c22a9351e not available\nNOTE: Running setscene task 3335 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_qa.a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_qa_setscene.a000baecf80e1a55a8d0aa3f76f96efa5a57683c1b60cee070766bccceab264a not available\nNOTE: Running setscene task 3336 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_populate_lic.6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_populate_lic_setscene.6eb7d0a040dc81dc05edff08b3fd3512d05e897559dc72ba98dfdfe46cf443da not available\nNOTE: Running setscene task 3337 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_create_package_spdx.077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_create_package_spdx_setscene.077fbab72fc614d1bbcd26a05222b58cf82ed77619db4750a92dbb4623a3cb9c not available\nNOTE: Running setscene task 3338 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_create_package_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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:1: including boost-1.85.0.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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: 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: 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/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/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/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: 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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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/gettext.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.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/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-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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/gnupg/gnupg_2.4.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.5.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.5.bb:14)\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/gmp/gmp_6.3.0.bb:do_create_package_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.5.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gdbm/gdbm_1.23.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-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_spdx.7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_create_spdx_setscene.7bd50156495decf50d028717075772a9c78ea59dddcc3ace708ea9b3319c15b6 not available\nNOTE: Running setscene task 3339 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.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: ['consolekit', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_deb 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: ['consolekit', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_rpm.8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_package_write_rpm_setscene.8e3600b374adcee8edb5db9cdc2effe4665f28676b014639ce089ed5deb798a3 not available\nNOTE: Running setscene task 3342 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Considering setscene task: ['consolekit', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_qa.5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_qa_setscene.5f05fbd34b9413f37f3282448ace690f009c739b45bdd65e72bafdf92c41a759 not available\nNOTE: Running setscene task 3344 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_populate_lic.3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_populate_lic_setscene.3bcbb89fa53ad9f3f20e3411fe8dc7317318ea81d830ec3e46e62ba3d38a0a21 not available\nNOTE: Running setscene task 3345 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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-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-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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.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-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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.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-support/gnupg/gnupg_2.4.5.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/gnupg/gnupg_2.4.5.bb:14)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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.5.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.5.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.5.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-support/gnupg/gnupg_2.4.5.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.5.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.5.bb:14)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_create_spdx', '/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_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_write_deb', '/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_package_write_ipk', '/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/ca-certificates/20211016/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: 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_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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['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:   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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_recipe_qa.2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-util/0.4.1.do_recipe_qa_setscene.2e0b187cdcaa8fa0e5a42e31024ab6e40c75dfcbca71c2c72e455b78e560cd8d not available\nNOTE: Running setscene task 3348 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_recipe_qa_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: Considering setscene task: ['ca-certificates', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['ca-certificates', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_rpm.feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_package_write_rpm_setscene.feef90d717804ed78af943b7caccba125d4190cd817b840c58dd959b2dde3f66 not available\nNOTE: Running setscene task 3351 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: ['ca-certificates', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_create_package_spdx.5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_create_package_spdx_setscene.5a9006517bec10cc8dd4947a12a23a399ffe1fd023de4dd1dffae1c3e4977feb not available\nNOTE: Running setscene task 3353 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/boost/1.85.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_spdx.5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_create_spdx_setscene.5c809007a7a31c0ad9642e9e18e6f167d19ee713b02ca5af459eed6fe2910fe4 not available\nNOTE: Running setscene task 3354 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.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/xcb-util.inc:21)\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.85.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/xcb-util.inc:21)\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: 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: Considering setscene task: ['perl', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnupg/2.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/diffutils/3.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-support/gnupg/gnupg_2.4.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: Considering setscene task: ['perl', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_ipk which could be accelerated\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-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/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: 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.5.bb:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_rpm.c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_package_write_rpm_setscene.c66723ab827cd6818ebd03553eecb95637ef7eca94a5ab927e9ba1a4790d0e51 not available\nNOTE: Running setscene task 3357 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.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-support/gnutls/gnutls_3.8.5.bb: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.5.bb: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/gnutls/gnutls_3.8.5.bb: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/gnutls_3.8.5.bb: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/gnome-desktop-testing/gnome-desktop-testing_2021.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/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: ['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: ['perl', 'do_create_spdx', '/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_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: SITE files ['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/gnutls/gnutls_3.8.5.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: Considering setscene task: ['diffutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['diffutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_rpm.af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_package_write_rpm_setscene.af478610cd52b18dc6780706c70fbf7026b077dbe8c7362c2c80d0c884a5c42f not available\nNOTE: Running setscene task 3361 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_rpm_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: 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: ['diffutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_populate_sysroot', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_populate_sysroot 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.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: Considering setscene task: ['boost-build-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.85.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_populate_sysroot 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: 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.85.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.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/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-3496823/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: Considering setscene task: ['boost-build-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.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.85.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.85.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.85.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.85.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: ['boost', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_deploy_source_date_epoch 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/gettext.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-support/consolekit/consolekit_0.4.6.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-extended/diffutils/diffutils_3.10.bb:22)\nDEBUG: Considering setscene task: ['dbus-glib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_deb 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-3496823/tmp/work/core2-64-poky-linux/gnupg/2.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-3496823/tmp/work/core2-64-poky-linux/gnupg/2.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-support/gnupg/gnupg_2.4.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['dbus-glib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['dbus-glib', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_rpm.d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_package_write_rpm_setscene.d9e9796fdde0122cb0b71a153444b515dc28354e142ae80a59262739d3b77b14 not available\nNOTE: Running setscene task 3370 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['boost', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['boost', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.85.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_recipe_qa.3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/boost/1.85.0.do_recipe_qa_setscene.3c8c2d4dd8f85d725c51c0661293de58e634449e08ffb1aba8e6be70796512ef not available\nNOTE: Running setscene task 3371 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_packagedata.4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_packagedata_setscene.4ecba837cf70bab16b4e7adea0f146366cb3c76a9c57f3d358c675ea8397bf49.qemux86_64 not available\nNOTE: Running setscene task 3372 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_create_spdx.d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_create_spdx_setscene.d9c42ed44910de0934a66a578c2dd8cd5fc5300c88612bbc6dfc5aacabf1b5b7 not available\nNOTE: Running setscene task 3373 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_qa.862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_qa_setscene.862257dc7061421fbb046a01c0faab5e7857ed91817648aa4a64c86ef98840c2 not available\nNOTE: Running setscene task 3374 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_populate_lic.f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_populate_lic_setscene.f86bff424b038ca433aa975f5c0e9db43a927bf1b57ac4d55165e3d0a159b1a0 not available\nNOTE: Running setscene task 3375 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_package_spdx.8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_package_spdx_setscene.8ddd4741cca3ec25a1616d9dfae13553f3c8a0caa121983c3968b2575fb2527e not available\nNOTE: Running setscene task 3376 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_qa.0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_qa_setscene.0b71dc88cf84806c186bb85008e64625edaa84ac93c7ced669385cf3af5c88ce not available\nNOTE: Running setscene task 3377 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.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-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: 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-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_lic.499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_lic_setscene.499f3263da93dce815ab2175e19a95c29b060919679fcf387a33a7eed6eef5aa not available\nNOTE: Running setscene task 3378 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:1: including boost-1.85.0.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_package_spdx.f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_package_spdx_setscene.f48796fb2a95a6e050a3825160a1735f7abc073b33d442ecead9e145e45b1081 not available\nNOTE: Running setscene task 3379 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_package_spdx_setscene)\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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.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-support/gnupg/gnupg_2.4.5.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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/ca-certificates/20211016/source-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/gnutls_3.8.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/gnutls/gnutls_3.8.5.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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.5.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.5.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/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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:31)\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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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.5.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/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/gnutls_3.8.5.bb: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.5.bb: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-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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/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/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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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/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/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-graphics/xorg-lib/xcb-util_0.4.1.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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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/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/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-support/gnutls/libtasn1_4.19.0.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/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: 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: SITE files ['endian-little', 'common-linux', '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-3496823/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/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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gnome-desktop-testing', 'do_package_write_deb', '/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_deb', '/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_write_deb\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_deb 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnutls/3.8.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gnome-desktop-testing', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\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_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_rpm.dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_package_write_rpm_setscene.dc5ef8e6f6ef8ee1c6d156b47660176dce0adf0a04a45e170c9e917611d6b963 not available\nNOTE: Running setscene task 3382 of 6657 (/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: Considering setscene task: ['gnome-desktop-testing', 'do_populate_sysroot', '/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:   considering dependency: ['gnome-desktop-testing', 'do_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_qa.5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_qa_setscene.5f0085ca85735420aa664a61955a83ac7fd234b550cea8b965415095e0fe57d1 not available\nNOTE: Running setscene task 3384 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_lic.1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_populate_lic_setscene.1aefddf86dda25f99f88ef8cf576519abdc41bb8b2f8eef40f2d5f7e00e6661a not available\nNOTE: Running setscene task 3385 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_create_package_spdx.501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_create_package_spdx_setscene.501ddf23645d52900e2f5951eb4355b32b6f3b9c7b4fd01d36e5fdb4b7daa4dc not available\nNOTE: Running setscene task 3386 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_package_spdx_setscene)\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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\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/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: 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/icu/icu_75-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-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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/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/siteinfo.bbclass (from /home/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/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/multilib_header.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-extended/diffutils/diffutils_3.10.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-support/icu/icu_75-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_75-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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_qa.a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_qa_setscene.a3b6446b9a08faede290780e31570ca213750242d06974173d9bb26b2e363cef not available\nNOTE: Running setscene task 3387 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_populate_lic.1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_populate_lic_setscene.1273ca4e50ee72a9c83c7f019bc71df56e759bf3bc4f1eb017e2f606088e269a not available\nNOTE: Running setscene task 3388 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/tmp/work/core2-64-poky-linux/gnupg/2.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: 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/consolekit/consolekit_0.4.6.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_create_spdx which could be accelerated\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: SITE 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_75-1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/boost/1.85.0/source-date-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/icu/icu_75-1.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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-support/boost/boost_1.85.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-support/icu/icu_75-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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-1.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-1.bb:19)\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/gnutls/libtasn1_4.19.0.bb:do_create_package_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_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnutls/3.8.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-3496823/tmp/work/core2-64-poky-linux/gnutls/3.8.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/gnutls/gnutls_3.8.5.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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_ipk', '/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_packagedata', '/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:   considering dependency: ['consolekit', 'do_package_write_deb', '/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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_qa 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_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_packagedata.797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_packagedata_setscene.797326ec0a618a114dd2f9b18a30729f22a0e7b7841aca0411da208e468a9fff.qemux86_64 not available\nNOTE: Running setscene task 3390 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.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: ['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: ['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: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_populate_sysroot', '/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: ['dbus-glib', 'do_populate_sysroot', '/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_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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_recipe_qa.dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/consolekit/0.4.6.do_recipe_qa_setscene.dda050cda7ca5571b547ee129dc723dc081b82ec2d612c270c431bd0e0716377 not available\nNOTE: Running setscene task 3393 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\nDEBUG: Considering setscene task: ['gnupg', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_deb 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: Inheriting /home/pokybuild/yocto-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: ['gnupg', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_write_rpm.d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_package_write_rpm_setscene.d3e29ea0ad9e75cd64760eafb186a435a3232d8e878f7eed62181fcd541df3e4 not available\nNOTE: Running setscene task 3396 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_rpm_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: 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/classes-recipe/python3native.bbclass:7)\nDEBUG: Considering setscene task: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_spdx.dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_create_spdx_setscene.dd74d268ae6ba61ea4c328f3a5c2d9db590f43cdae208990fec28c6343dcc616 not available\nNOTE: Running setscene task 3398 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.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-support/consolekit/consolekit_0.4.6.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_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-support/consolekit/consolekit_0.4.6.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_package_spdx.5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_package_spdx_setscene.5d1574ef2a321937e27770fe869dbac8bc729002345863b858b79b3f2af8b6cf not available\nNOTE: Running setscene task 3399 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.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-support/gnupg/gnupg_2.4.5.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_qa.df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_qa_setscene.df711ccd51587eb397b5d0458a6e340901b37d5cbefe49f9824cd8b60da36389 not available\nNOTE: Running setscene task 3400 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_qa_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-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_lic.24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_populate_lic_setscene.24eacd03c004bcac250c1d054c28bac6700bc41187f5d8becfadc12c15381f25 not available\nNOTE: Running setscene task 3401 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_create_package_spdx.b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_create_package_spdx_setscene.b2e798431eeac401da271854d62d8f7dd681036d4ba805cf8640bc1c8692ff4f not available\nNOTE: Running setscene task 3402 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_package_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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_qa.8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_qa_setscene.8c1c61993f6a3abfe1a503dee5723c6b628b1f52d25cc4a9792535bae48fa934 not available\nNOTE: Running setscene task 3403 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_populate_lic.11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_populate_lic_setscene.11c74a8e757e2efbfe06a732d48382d188cee85413154affe3d782641711042a not available\nNOTE: Running setscene task 3404 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_package_spdx.b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_package_spdx_setscene.b0443d5ccaa0229e80a6e17b265b1c4efeffd28a6a345854898610e89923b142 not available\nNOTE: Running setscene task 3405 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_package_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/gnupg/gnupg_2.4.5.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.5.bb:14)\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: 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: 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: SITE 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/icu/75-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/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: 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: SITE files ['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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_package_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/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/libassuan/libassuan_2.5.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/libassuan/libassuan_2.5.7.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.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-support/libassuan/libassuan_2.5.7.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.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/libassuan/libassuan_2.5.7.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.7.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.7.bb:27)\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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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: 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.7.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.7.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.7.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/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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.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.7.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.7.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/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: 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', '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-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_qa.182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_qa_setscene.182b9c28aca0465c5707c557e32073eea11f776defed4bd443ff01f785701967 not available\nNOTE: Running setscene task 3406 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.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-3496823/tmp/work/core2-64-poky-linux/icu/75-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-3496823/tmp/work/core2-64-poky-linux/icu/75-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-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-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_lic.7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_lic_setscene.7c33a3ac416a0f3161f4f14a92f0c2338a9efc3ff33a91481c77e644295a60b8 not available\nNOTE: Running setscene task 3407 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_create_package_spdx.2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_create_package_spdx_setscene.2c691ba71579f267eecf369a646653f788340047feccf6d89c47b6b0ef412d91 not available\nNOTE: Running setscene task 3408 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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-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/siteinfo.bbclass (from /home/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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_qa.5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_qa_setscene.5731a85e631df7859b6fb336cedea0948c1b5066afb075454960ad158864f87c not available\nNOTE: Running setscene task 3409 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_populate_lic.318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_populate_lic_setscene.318283d0392a8a5e6a0129301b430ab1aaf6ee7ad155eb01afec0018b3f60b70 not available\nNOTE: Running setscene task 3410 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/gnupg/2.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-3496823/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: ['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_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_ipk', '/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_write_deb', '/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:   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_package', '/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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_package_spdx 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_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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: 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: 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_sysroot', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_recipe_qa.fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus-glib/0.112.do_recipe_qa_setscene.fd426a215cae6ba405fad495c3a76db85cdff5cbeea2403d5c292943346c5c1d not available\nNOTE: Running setscene task 3413 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.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-3496823/tmp/work/core2-64-poky-linux/libassuan/2.5.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-3496823/tmp/work/core2-64-poky-linux/libassuan/2.5.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-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_packagedata.7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_packagedata_setscene.7097c103476a34dd6a232abde23be741adfe3f367134a28c8ab85882845fd0d0.qemux86_64 not available\nNOTE: Running setscene task 3414 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['gpgme', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_write_deb 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_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libassuan/2.5.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gpgme', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_write_ipk which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_rpm.7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_package_write_rpm_setscene.7f5282d4979e0a2ea0811b940f92e91e7b5a24adddb98e428c4862c1c64ec6c1 not available\nNOTE: Running setscene task 3417 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.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-support/gnupg/gnupg_2.4.5.bb (full)\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: ['gpgme', 'do_create_spdx', '/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.17.0.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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: 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: 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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_create_package_spdx.935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_create_package_spdx_setscene.935a707d7d9395e483fddaaa3b95d13d933e61ad84b5d76ac0a5a79176d9bd9a not available\nNOTE: Running setscene task 3419 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_package_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/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/gnupg/gnupg_2.4.5.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.5.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.5.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_qa.0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_qa_setscene.0a92172b0cbd91983b17fead77982fdbcb6fa3cef21e684e2171f74b2193ad1e not available\nNOTE: Running setscene task 3420 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_populate_lic.c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_populate_lic_setscene.c3291b440142ef00699fee6fd6a47aa29c48abbcde6f6cbc27dbe2bfd2172e46 not available\nNOTE: Running setscene task 3421 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_package_spdx.216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_package_spdx_setscene.216be3c8cda8c26fe24bd77b23c5107403752c625320b3577f2af648c8e89e06 not available\nNOTE: Running setscene task 3422 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_package_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_qa.0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_qa_setscene.0858cea0c5b7f9e1aa65ae6f5733d9ce0d612007d747ffa2a0efa8e2e776f912 not available\nNOTE: Running setscene task 3423 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_lic.e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_populate_lic_setscene.e3f15899514901488ed495330a338abf2ae984c57ab236ae17385f2ecfe7e66c not available\nNOTE: Running setscene task 3424 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_package_spdx.b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_package_spdx_setscene.b1513d0ae1838e421f3d4c35a88845be8266989db0dcc4d028effadd289aaf0a not available\nNOTE: Running setscene task 3425 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_package_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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_qa.f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_qa_setscene.f7b9daf9be5a1c04c367fc6c9b0841e33e914b5cab83407ec566a44c53a2255a not available\nNOTE: Running setscene task 3426 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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: 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: SITE files ['endian-little', 'common-linux', '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: 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: 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: 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/siteinfo.bbclass (from /home/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcap-ng/0.8.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/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/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/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/github-releases.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/libdaemon/libdaemon_0.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/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/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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_package_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-support/libdaemon/libdaemon_0.14.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-support/libdaemon/libdaemon_0.14.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_lic.17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_populate_lic_setscene.17f211775f1ae54ed421adfe6f798f80550359272872d4d7bc8c6f61994b7a5d not available\nNOTE: Running setscene task 3427 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.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-3496823/tmp/work/core2-64-poky-linux/libcap-ng/0.8.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-3496823/tmp/work/core2-64-poky-linux/libcap-ng/0.8.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-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_create_package_spdx.507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_create_package_spdx_setscene.507cf24a09666e87b923a5671274bd40fe6e778121e2faaf0beb65ad888bc4a2 not available\nNOTE: Running setscene task 3428 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_qa.3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_qa_setscene.3a99548fbdbc873455c62db64ad62fcaa56744144cf6533b03e64425db8cf08a not available\nNOTE: Running setscene task 3429 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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-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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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-support/libevdev/libevdev_1.13.2.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_populate_lic.9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_populate_lic_setscene.9dc6e94fb3f8bacd0e4d9fbb38475cdff9b8996a93e22488f490664fbcbf5322 not available\nNOTE: Running setscene task 3430 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_package_spdx.ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_package_spdx_setscene.ef7a64313328228fa91d34bdbf1d9025bf8d51c93debf0741120fad194bda510 not available\nNOTE: Running setscene task 3431 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_package_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-support/libevdev/libevdev_1.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-support/libevdev/libevdev_1.13.2.bb:15)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnupg/2.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/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: 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.2.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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/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: 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: 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-3496823/tmp/work/core2-64-poky-linux/libcap/2.70/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcap/2.70/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/libcap/2.70/source-date-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.70.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['gnupg', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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_write_rpm 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.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_recipe_qa.550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnupg/2.4.5.do_recipe_qa_setscene.550ba0cf0b065da52f302c5ca5e618d10bbafa122ca3e5aa262a49cecde20739 not available\nNOTE: Running setscene task 3434 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-3496823/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/libcheck/libcheck_0.15.2.bb:do_create_package_spdx 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_spdx.90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_create_spdx_setscene.90dc6817c5631c2b8e128b76fcf121b4f32cbc76587a6cc201407f6bc7a7baf6 not available\nNOTE: Running setscene task 3435 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/libdaemon/libdaemon_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-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_packagedata.af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_packagedata_setscene.af5f669259773986a01625cca368765509fd97b3ea9d36da60985b893701b3b7.qemux86_64 not available\nNOTE: Running setscene task 3436 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_spdx.d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_create_spdx_setscene.d4a68e4ef8d0b934551923c2c6d4a35a4b78132e0294daf4aa9a9f73d70e5e5c not available\nNOTE: Running setscene task 3437 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_qa.f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_qa_setscene.f3f769e0177ed0027c1b31c919488078a1c6337590b1c5ffac43dc8ead88bb63 not available\nNOTE: Running setscene task 3438 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_lic.55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_populate_lic_setscene.55b4b03205835f4e222afcd745e442f3b7727e4d49cddc45f510b38da9c48734 not available\nNOTE: Running setscene task 3439 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_package_spdx.e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_package_spdx_setscene.e675e1bc40d741f11f248f50a8fe7559b53b90844ba23147214afee75eff7f11 not available\nNOTE: Running setscene task 3440 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_package_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/gnupg/gnupg_2.4.5.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/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:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_qa.93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_qa_setscene.93d1ae087550511f244eccf236a25d6840f99698b2e3743d632b14bab8cbc895 not available\nNOTE: Running setscene task 3441 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_lic.8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_populate_lic_setscene.8bf92c220158456d9926a01e5af5ae7a46be77202757f48f75ebf9051f147a7f not available\nNOTE: Running setscene task 3442 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.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/gnupg/gnupg_2.4.5.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.5.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.5.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb: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-extended/gawk/gawk_5.3.0.bb:25)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_create_package_spdx.12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_create_package_spdx_setscene.12aea3428bc2ad434820bf0fa8db476346585c7eacca10ac6590f80c6fb4d2d6 not available\nNOTE: Running setscene task 3443 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_package_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/gawk/gawk_5.3.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-extended/gawk/gawk_5.3.0.bb:44)\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-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_qa.92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_qa_setscene.92c272560ba3907469b82e7800293c062974a8fdbeb5e93e5a9c9a2fef5b8939 not available\nNOTE: Running setscene task 3444 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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-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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/libdaemon/libdaemon_0.14.bb:19)\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/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:17)\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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: Inheriting /home/pokybuild/yocto-worker/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:17)\nDEBUG: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:17)\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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:17)\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/libexif/libexif_0.6.24.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-support/libexif/libexif_0.6.24.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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/libexif/libexif_0.6.24.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.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-support/libffi/libffi_3.4.6.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libevdev/1.13.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/libevdev/1.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: Inheriting /home/pokybuild/yocto-worker/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.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-support/libexif/libexif_0.6.24.bb:17)\nDEBUG: 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: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-support/libffi/libffi_3.4.6.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/libexif/libexif_0.6.24.bb:17)\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.6.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: 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.6.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.6.bb:22)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.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.6.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_create_spdx.cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_create_spdx_setscene.cc259cf57a36580675db7362a25dde5cd7823308b59bf5a656652757e5555b0f not available\nNOTE: Running setscene task 3445 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.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-3496823/tmp/work/core2-64-poky-linux/libevdev/1.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_populate_lic.5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_populate_lic_setscene.5d1bf839c4277e291d6c31fbeb56b8fd6a056df57ee230e9ad9433679ccb0d5f not available\nNOTE: Running setscene task 3446 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_package_spdx.c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_package_spdx_setscene.c212b2615431edd7c4ba0ebc2cf2408bd2f5b342630971f715c0b6f8a1808f8f not available\nNOTE: Running setscene task 3447 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_package_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/libevdev/libevdev_1.13.2.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:22)\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_create_package_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/libfm/libfm-extra_1.3.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-support/libevdev/libevdev_1.13.2.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.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.6.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/libfm/libfm-extra_1.3.2.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/libfm/libfm-extra_1.3.2.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_spdx.2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_create_spdx_setscene.2d703217fe3be5241961d1a4692940ef67deb57efe8a4712ce58531efe71ed1b not available\nNOTE: Running setscene task 3448 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_qa.7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_qa_setscene.7b30b7f175d6eb56d1a823e98751b370abd1750a4bf62a965584b60408268ecd not available\nNOTE: Running setscene task 3449 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.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-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/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/libfm/libfm-extra_1.3.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnupg/2.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.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/libfm/libfm-extra_1.3.2.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/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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gnupg/gnupg_2.4.5.bb:do_recipe_qa which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_lic.bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_populate_lic_setscene.bd72a79192f49459dd07c58f2690ee10b2c43a680471467c37148af52b512994 not available\nNOTE: Running setscene task 3450 of 6657 (/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-extended/gawk/gawk_5.3.0.bb:do_create_spdx which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libffi/3.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-3496823/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-3496823/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/libevent/libevent_2.1.12.bb:do_populate_lic 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: 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: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-support/libffi/libffi_3.4.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_package_spdx 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/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-3496823/tmp/work/core2-64-poky-linux/libffi/3.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.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/libfm/libfm-extra_1.3.2.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-support/libffi/libffi_3.4.6.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-extra_1.3.2.bb:20)\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: Considering setscene task: ['gawk', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['gawk', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_rpm.4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_package_write_rpm_setscene.4ee6174ab80934cca2fccd32dbae5525c5ddc190b239518730dbccf89537accb not available\nNOTE: Running setscene task 3453 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['gawk', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_populate_sysroot which could be accelerated\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_write_deb', '/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_package_write_ipk', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libffi/3.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-3496823/tmp/work/core2-64-poky-linux/libevdev/1.13.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb (full)\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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.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: ['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_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-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_recipe_qa.cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gpgme/1.23.2.do_recipe_qa_setscene.cf0d49c4d3fa7720b2d8566071430a3da32388ca12aafd209488a5671ab2a5d1 not available\nNOTE: Running setscene task 3457 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.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-extended/gawk/gawk_5.3.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: Considering setscene task: ['libdaemon', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: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-extended/gawk/gawk_5.3.0.bb:25)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_package_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/gawk/gawk_5.3.0.bb:25)\nDEBUG: Considering setscene task: ['libdaemon', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.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/gawk/gawk_5.3.0.bb:44)\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-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_rpm.3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_package_write_rpm_setscene.3521fb3af9676f49cbe95362ae1aa78e17bd627829027982ff4e945816f1c5e5 not available\nNOTE: Running setscene task 3460 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_rpm_setscene)\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: 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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libevdev', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_deb 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/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: Considering setscene task: ['libevdev', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_ipk which could be accelerated\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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_write_rpm.fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_package_write_rpm_setscene.fe770d77d8a86958e88e6f5cc24923135ecccd2c1d4f9c1bc8534b160b8bdf99 not available\nNOTE: Running setscene task 3464 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.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-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: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.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: ['libevdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.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: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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-support/libdaemon/libdaemon_0.14.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_package_spdx.357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_package_spdx_setscene.357c3b0c201ef056067420ff27ed866c3def70aa8778963d68b229a28be9ea2a not available\nNOTE: Running setscene task 3466 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_qa.7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_qa_setscene.7161014bddfa9619146c4912426c73407669655940c627486e595b335973c086 not available\nNOTE: Running setscene task 3467 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_lic.0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_populate_lic_setscene.0be132e58c98c62720f5b3df50d950277f60947c2c533bca72b668e127573691 not available\nNOTE: Running setscene task 3468 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_package_spdx.dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_package_spdx_setscene.dce2981ac3a7ce16c4de5cc624a3426fb621e178198336526ae60da6960439b7 not available\nNOTE: Running setscene task 3469 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_qa.5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_qa_setscene.5c94ab4cc2b75148f2376fd34a1db8642ba71dd49d9057128fa340e4e909e655 not available\nNOTE: Running setscene task 3470 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.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-support/libevdev/libevdev_1.13.2.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-support/libevent/libevent_2.1.12.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libevent', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_write_deb 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/libevdev/libevdev_1.13.2.bb:15)\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/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: Considering setscene task: ['libevent', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_write_ipk which could be accelerated\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: SITE files ['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/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/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/siteinfo.bbclass (from /home/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_1.3.2.bb:23)\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/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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_rpm.42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_package_write_rpm_setscene.42b0b7ae3a61d56e62d2870cb44fd11cf77603c8d2cf67265e46583afb6c3e93 not available\nNOTE: Running setscene task 3473 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.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-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: 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:34)\nDEBUG: 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/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/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/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/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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.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/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/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/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/python3-dir.bbclass (from /home/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/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\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_create_spdx', '/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_populate_sysroot', '/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:34)\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:34)\nDEBUG: 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: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-support/libgcrypt/libgcrypt_1.10.3.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-support/libgcrypt/libgcrypt_1.10.3.bb:34)\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:34)\nDEBUG: 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: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-support/libgcrypt/libgcrypt_1.10.3.bb:34)\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: 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: 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/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_lic.b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_lic_setscene.b70f0f9557abcc9c428b61135da0ab982a50e8ab77945284ef5d2c01313cd48a not available\nNOTE: Running setscene task 3475 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_create_package_spdx.a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_create_package_spdx_setscene.a6b4c4d891348844efcbed21fc1a9e4425435147716aca45c9a4dba95c598636 not available\nNOTE: Running setscene task 3476 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_qa.607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_qa_setscene.607d8e07609169ca7f3c581ba524a5612a851f06a6ef0de4f200edf8a3cc97a4 not available\nNOTE: Running setscene task 3477 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_populate_lic.d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_populate_lic_setscene.d07cea94261f7275aca586a370f53ba521a98400536c89558a052ba0c855734a not available\nNOTE: Running setscene task 3478 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_create_package_spdx.defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_create_package_spdx_setscene.defee8ade95f9c032fd320c78675d5c8e2a8ae5fb0a41217830d4ba2044740f7 not available\nNOTE: Running setscene task 3479 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_package_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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_qa.b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_qa_setscene.b54d85e0cec3c43a51c5410e73b22d7a5578fb314bc4c551bb9c662c7de29e6e not available\nNOTE: Running setscene task 3480 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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-support/libevent/libevent_2.1.12.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-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:34)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb (full)\nDEBUG: 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.49.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: Inheriting /home/pokybuild/yocto-worker/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.49.bb (full)\nDEBUG: 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.49.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/libgcrypt/libgcrypt_1.10.3.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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:34)\nDEBUG: 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: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-support/libgcrypt/libgcrypt_1.10.3.bb:34)\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.49.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-support/libgpg-error/libgpg-error_1.49.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/libgpg-error/libgpg-error_1.49.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.49.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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.49.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-support/libical/libical_3.0.18.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/libgpg-error/libgpg-error_1.49.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.49.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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.18.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-support/libical/libical_3.0.18.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/libgpg-error/libgpg-error_1.49.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.18.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/libgpg-error/libgpg-error_1.49.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/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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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/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/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.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: SITE files ['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.49.bb:27)\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.18.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.18.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-extended/gawk/gawk_5.3.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_populate_lic.62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_populate_lic_setscene.62f9f6f9babf65483423883208d45b3f535a6a3aedc3e40fa7dce65553db8834 not available\nNOTE: Running setscene task 3481 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libdaemon/0.14/source-date-epoch/__source_date_epoch.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/gpgme/gpgme_1.23.2.bb:do_recipe_qa which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libevdev/1.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_rpm 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/libical/libical_3.0.18.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.18.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_packagedata.d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_packagedata_setscene.d4999bd77e6af3a5c996876fde43d52c71b9a56fd14b6a42c90492822b0b9876.qemux86_64 not available\nNOTE: Running setscene task 3482 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_packagedata.757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_packagedata_setscene.757278fdec038f593190e79ea9e655f4dd781b0a6f8f9914f3c0444f5a623d11.qemux86_64 not available\nNOTE: Running setscene task 3483 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_create_package_spdx.59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_create_package_spdx_setscene.59cdfcb12836efbad73b1b468470156366ad9a1b000f9ee62a78c7e2a654a4f1 not available\nNOTE: Running setscene task 3484 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb (full)\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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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/libksba/libksba_1.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-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/libksba/libksba_1.6.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-support/libevdev/libevdev_1.13.2.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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.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-support/libksba/libksba_1.6.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-support/libksba/libksba_1.6.6.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/libgcrypt/libgcrypt_1.10.3.bb:do_create_package_spdx which could be accelerated\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_packagedata.c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_packagedata_setscene.c57501dc7308be12ac389ef6e547b819d536a39457c1687c486628b837b39357.qemux86_64 not available\nNOTE: Running setscene task 3485 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_spdx.b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_create_spdx_setscene.b2cb3c225da06556442cebdc9910771f26446c0f31916a8d011610ddd9dba4d4 not available\nNOTE: Running setscene task 3486 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_qa.57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_qa_setscene.57f1ba05ed359e6748fd4e8112a90071db97ed9092a2f0a924b40cacca819647 not available\nNOTE: Running setscene task 3487 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_populate_lic.bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_populate_lic_setscene.bc37c49f4d5aee7fede74747fffac56a90d5d65fad0caa8c3efd1237585cd3fa not available\nNOTE: Running setscene task 3488 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_create_package_spdx.a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_create_package_spdx_setscene.a2ac622f47fe1b7687c4111b58fc7b567489f2ea5ba4e949a0ea778e24397c32 not available\nNOTE: Running setscene task 3489 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_qa.1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_qa_setscene.1e78100b193541f92db9960a2830d9f60f371fbefe41f251971bd1475bb05e47 not available\nNOTE: Running setscene task 3490 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_populate_lic.f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_populate_lic_setscene.f57dc4ebd084099859cd80a538adb422a1bab9d6a4cb046c9f9a029ed29567bf not available\nNOTE: Running setscene task 3491 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgpg-error/1.49/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgpg-error/1.49/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libical/3.0.18/source-date-epoch/__source_date_epoch.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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libical/3.0.18/source-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_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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.18.bb:do_package_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/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: 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/libksba/libksba_1.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-support/libksba/libksba_1.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgpg-error/1.49/source-date-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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.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-support/libksba/libksba_1.6.6.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.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/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/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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-support/libksba/libksba_1.6.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-support/libmicrohttpd/libmicrohttpd_1.0.1.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-support/libksba/libksba_1.6.6.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/features_check.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/libmicrohttpd/libmicrohttpd_1.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/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:21)\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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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/libksba/libksba_1.6.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-support/libksba/libksba_1.6.6.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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_1.0.1.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_1.0.1.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_1.0.1.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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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_1.0.1.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_1.0.1.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_1.0.1.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_1.0.1.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_1.0.1.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_package_spdx.682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_package_spdx_setscene.682b22f8aba5a405fd5ca5d522bb6a6ac434e182b1cc4c64b140ce5d673ad459 not available\nNOTE: Running setscene task 3492 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_qa.b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_qa_setscene.b4cceea2c8ecd204f53fd622b016868eebbad57ac0f867bf7256f54789447858 not available\nNOTE: Running setscene task 3493 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_lic.b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_populate_lic_setscene.b5b079e479bac7af89e86519a311e515676d68e3adee5fd3bdb324d6861c56c8 not available\nNOTE: Running setscene task 3494 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_package_spdx.a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_package_spdx_setscene.a34c0bfe52fffb75326a2d33bf413ac602853db9f091d32827ed8c3555171a05 not available\nNOTE: Running setscene task 3495 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_package_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-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_qa.c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_qa_setscene.c96e8f3913bd090453792858856c1980f881352a9dd36973cf5d014b0b18aafc not available\nNOTE: Running setscene task 3496 of 6657 (/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-3496823/tmp/work/core2-64-poky-linux/libical/3.0.18/source-date-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.18.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: 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/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-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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: 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/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-recipe/siteinfo.bbclass (from /home/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-recipe/autotools.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/libnl/libnl_3.9.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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libevdev/1.13.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/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/libdaemon/libdaemon_0.14.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/libnl/libnl_3.9.0.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libksba/1.6.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['libdaemon', 'do_package_write_ipk', '/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_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_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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_create_package_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: 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: 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_package', '/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_recipe_qa', '/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-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_recipe_qa.065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdaemon/0.14.do_recipe_qa_setscene.065894a625d0d9276d8cc4eaef84f7c1fd5e9e5fa665ccee9f02110f41aaf93a not available\nNOTE: Running setscene task 3499 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.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: 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.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_deploy_source_date_epoch 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.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_recipe_qa.0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevdev/1.13.2.do_recipe_qa_setscene.0bd5ce951482a3c791df69cf850dfed1841a2767d446d5f1982031da950440fe not available\nNOTE: Running setscene task 3502 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_recipe_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_create_spdx.34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_create_spdx_setscene.34b405cd7f169cb013befb68dd058a690e138489c2b717660898ab0c9f1d31da not available\nNOTE: Running setscene task 3503 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_create_spdx_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-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_lic.0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_populate_lic_setscene.0d4a9cceea224e8b8b39d8de2a6138c9c9f7b161625a9188a776ec560224bc3c not available\nNOTE: Running setscene task 3504 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libksba/1.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-support/libksba/libksba_1.6.6.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/libksba/1.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-3496823/tmp/work/core2-64-poky-linux/libmicrohttpd/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/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/libevdev/libevdev_1.13.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libmicrohttpd/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-support/libksba/libksba_1.6.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:15)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_package_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/libksba/libksba_1.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libmicrohttpd/1.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-support/libmicrohttpd/libmicrohttpd_1.0.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-support/libnl/libnl_3.9.0.bb (full)\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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb: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-support/libksba/libksba_1.6.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.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-support/libksba/libksba_1.6.6.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_spdx.924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_create_spdx_setscene.924ffae9221164ad8b9f45754d5fc25d74bac480b928915f85dd414a5583795f not available\nNOTE: Running setscene task 3505 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.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-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_spdx.3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_create_spdx_setscene.3ceecba23df845afdcccafaf1fd56d781236ba98da52d1ac9eb918b070254c96 not available\nNOTE: Running setscene task 3506 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_spdx_setscene)\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_create_spdx', '/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:   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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package_write_ipk', '/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_create_spdx', '/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-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_recipe_qa.f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libevent/2.1.12.do_recipe_qa_setscene.f68d383b86724d6810f26990d05f72604cb5f5201e858a82be9d97f5080f81b8 not available\nNOTE: Running setscene task 3509 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_spdx.702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_create_spdx_setscene.702b9f6907359eb408ddae3166ff76e4c63d5cc887de7abdb636c363c6bcc46b not available\nNOTE: Running setscene task 3510 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libfm', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_deb 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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/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/libmpc/libmpc_1.3.1.bb:do_package_qa which could be accelerated\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-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['libfm', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_ipk 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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/python3-dir.bbclass (from /home/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/libevent/libevent_2.1.12.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_package_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/libevent/libevent_2.1.12.bb: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/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-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_rpm.b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_package_write_rpm_setscene.b8649d031c8c32bbd8af1d249f9ce2f50e89a4fff2e507d8982b7fa7c81b0bfc not available\nNOTE: Running setscene task 3513 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.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-support/libexif/libexif_0.6.24.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-3496823/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/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: 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: ['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_populate_sysroot', '/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: ['libfm', 'do_create_spdx', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:17)\nDEBUG: 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: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/libexif/libexif_0.6.24.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-support/libnl/libnl_3.9.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_create_spdx.d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_create_spdx_setscene.d4d089be6bb705d9057e8b825836459dbf10c1961075106eed9ab896d492e97c not available\nNOTE: Running setscene task 3515 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.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/libfm/libfm_1.3.2.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-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_create_spdx.00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_create_spdx_setscene.00af4e184bdb204bfc9a5dcd37edeaa8134f9e3dc638229f82c1299e99650595 not available\nNOTE: Running setscene task 3516 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_spdx.02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_create_spdx_setscene.02b33032cd348fafcdc52840d61c03543ed9d2218e8f5a470380b60deda57f00 not available\nNOTE: Running setscene task 3517 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_spdx.47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_create_spdx_setscene.47f60496f0ae66a84299fbee377f555b26cf61449bebd771ad2c63a75dfd9d3a not available\nNOTE: Running setscene task 3518 of 6657 (/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-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/pkgconfig.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-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_create_package_spdx.f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_create_package_spdx_setscene.f4048dc5c9879e654dfd9a8415046463be33ba8127ef43d56f93e97384581661 not available\nNOTE: Running setscene task 3519 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_qa.2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_qa_setscene.2df8b7db2d364ea2d5c67d5ebedb1e5b163cca8c7f2227524cdffaff1551c151 not available\nNOTE: Running setscene task 3520 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_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-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/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_populate_lic.a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_populate_lic_setscene.a2cc0441ec8898a84ca0afdeca614b944e8026e9e34391267a3c0512b0282a2f not available\nNOTE: Running setscene task 3521 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_lic_setscene)\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: 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/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-support/libmicrohttpd/libmicrohttpd_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/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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: Inheriting /home/pokybuild/yocto-worker/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: 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: 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: 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_1.0.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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/libmicrohttpd/libmicrohttpd_1.0.1.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_1.0.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:29)\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:207)\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/libpcre/libpcre2_10.44.bb (full)\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:207)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/classes-recipe/kernel.bbclass:698)\nDEBUG: 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.44.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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/kernel.bbclass:698)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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.44.bb:29)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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:814)\nDEBUG: 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.44.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-support/libpcre/libpcre2_10.44.bb:29)\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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libevdev/1.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/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:877)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.44.bb:29)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libksba/1.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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:29)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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/libpcre/libpcre2_10.44.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['libksba', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_deb 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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libksba', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_write_rpm.7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_package_write_rpm_setscene.7adcd1ac0fcb3bbb88fed247ec2930740f4de465c15093c0cd137f13e027a582 not available\nNOTE: Running setscene task 3524 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_package_spdx.43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_package_spdx_setscene.43a69b7f8f2c685ced241a4580471f1237f5db527c272109e5fa27c65c870a5f not available\nNOTE: Running setscene task 3526 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_qa.9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_qa_setscene.9bc1e67711098e70cc6e5244cd4f43a5b780642610de6e0cd08357770b7687c4 not available\nNOTE: Running setscene task 3527 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_lic.2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_lic_setscene.2001c041c382b950c8c803a88e7991af57d69ffaac30bce9d5eba0f7d7899bbf not available\nNOTE: Running setscene task 3528 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.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-support/libksba/libksba_1.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb (full)\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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/libksba/libksba_1.6.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-support/libksba/libksba_1.6.6.bb:21)\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: Inheriting /home/pokybuild/yocto-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/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: 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: 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:176)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-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-devtools/desktop-file-utils/desktop-file-utils_0.27.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/libpcre_8.45.bb:35)\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/siteinfo.bbclass (from /home/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/libpcre/libpcre_8.45.bb:35)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/libexif/libexif_0.6.24.bb:do_create_spdx 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['desktop-file-utils', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\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_deb which could be accelerated\nDEBUG: Considering setscene task: ['desktop-file-utils', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\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_ipk 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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_rpm.e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_package_write_rpm_setscene.e6247223bc0847bfb0b5f90485abb6c4fb02eaba7afbc438dd1b89b0a4d2430e not available\nNOTE: Running setscene task 3531 of 6657 (/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['menu-cache', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_deb which could be accelerated\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-3496823/tmp/work/core2-64-poky-linux/libmicrohttpd/1.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['menu-cache', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_ipk which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpcre2/10.44/source-date-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/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_spdx.fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_create_spdx_setscene.fe36e4faf64ce65d2d742871e08de1fb0032e0036fddfa7d37bf118765fe221d not available\nNOTE: Running setscene task 3534 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_package_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-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpcre2/10.44/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/tmp/work/core2-64-poky-linux/libpcre2/10.44/source-date-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_rpm.9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_package_write_rpm_setscene.9236f8ccec93fb02b77b1486a54692493b0809ad8c9186635294b0288a31b798 not available\nNOTE: Running setscene task 3535 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_rpm_setscene)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_spdx.0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_create_spdx_setscene.0f8b14eb8e788d9a2d5d9f903d8e98cd3682ae683be14a6580813a497c901a15 not available\nNOTE: Running setscene task 3536 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_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/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/file/file_5.45.bb (full)\nDEBUG: Considering setscene task: ['libexif', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libexif', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_write_deb 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/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/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: Considering setscene task: ['libexif', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libexif', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_write_ipk 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-alternatives.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-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_rpm.8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_package_write_rpm_setscene.8862f39763c1ca5eb792c2c4a0dfe371d00857e5ce0539a43514412339164d23 not available\nNOTE: Running setscene task 3539 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_spdx.825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_create_spdx_setscene.825efe0ce5849716239bc378c45f8e832852a38a15c60829999fdf78f8a5a965 not available\nNOTE: Running setscene task 3540 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_packagedata.b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_packagedata_setscene.b301e715ca64bc5812c94cc398cfe730dd3d8de9794ee327e1fc8189cf198a64.qemux86_64 not available\nNOTE: Running setscene task 3541 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.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/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_spdx.f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_create_spdx_setscene.f59f92c46cd111c290c10bb8fe66198655cc8f21bfeba3631fcb290a714479c5 not available\nNOTE: Running setscene task 3542 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libmicrohttpd', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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/pkgconfig.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb (full)\nDEBUG: Considering setscene task: ['libmicrohttpd', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_ipk 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/libexif/libexif_0.6.24.bb:17)\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/siteinfo.bbclass (from /home/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:20)\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-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_write_rpm.5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_package_write_rpm_setscene.5937edc7d9527c2f4656b5661b9a0195a8a92933627783046b7f93b73d1f1774 not available\nNOTE: Running setscene task 3545 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.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-support/libexif/libexif_0.6.24.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-support/libfm/libfm_1.3.2.bb:23)\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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.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/libexif/libexif_0.6.24.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.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/libfm/libfm-extra_1.3.2.bb:20)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libmpc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_deb 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: 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: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/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/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/python3-dir.bbclass (from /home/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/libgcrypt/libgcrypt_1.10.3.bb:34)\nDEBUG: 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/libgcrypt/libgcrypt_1.10.3.bb:34)\nDEBUG: Considering setscene task: ['libmpc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.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-support/libgcrypt/libgcrypt_1.10.3.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-support/libgcrypt/libgcrypt_1.10.3.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-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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libksba/1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_rpm.9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_package_write_rpm_setscene.9e615e22d8a34de7a9e6fc48da3b0c4aae2e703369f986507c5d39c7d604d173 not available\nNOTE: Running setscene task 3548 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.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/libmicrohttpd/libmicrohttpd_1.0.1.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-support/libksba/libksba_1.6.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_packagedata.b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_packagedata_setscene.b2b467eee894e729ff9874b3dbc66d81d1ea69c8d84bc103869b566367022929.qemux86_64 not available\nNOTE: Running setscene task 3549 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_packagedata_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/libmicrohttpd/libmicrohttpd_1.0.1.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_1.0.1.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_1.0.1.bb:12)\nDEBUG: Considering setscene task: ['libnl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Considering setscene task: ['libnl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_ipk 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-3496823/tmp/work/core2-64-poky-linux/libpcre/8.45/source-date-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_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_package_spdx 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_spdx.06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_create_spdx_setscene.06d5a75c0fe1f13bdc0fa122900c01ea1295783c91c1fdd6a9d0f25a74a4603d not available\nNOTE: Running setscene task 3552 of 6657 (/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-recipe/autotools.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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.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/libksba/libksba_1.6.6.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_rpm.9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_package_write_rpm_setscene.9cb4553b62d775e28fdca37cbef9b0d2e10843ffad8622d91da2dbf103499924 not available\nNOTE: Running setscene task 3553 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.32+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-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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.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-support/libksba/libksba_1.6.6.bb:21)\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: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['neard', 'do_populate_sysroot', '/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: ['iw', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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: ['libnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.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: ['quota', 'do_populate_sysroot', '/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: ['libnl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['powertop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['iw', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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: 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.6.bb:21)\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: SITE 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: Considering setscene task: ['linux-yocto', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_deb 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: 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/siteinfo.bbclass (from /home/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-recipe/siteinfo.bbclass (from /home/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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make.inc:11)\nDEBUG: Considering setscene task: ['linux-yocto', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_ipk 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/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-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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_write_rpm.2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_package_write_rpm_setscene.2c96c73470fed4ef7ffab0d70adac08effa554b9af8e5c7b0f3b84e7825c9260 not available\nNOTE: Running setscene task 3557 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_rpm_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-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_spdx.a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_create_spdx_setscene.a3d3ca1bb2493439fa4e914aa8dc67a0890e9f5b80e292a3e9ee2a00bcff8edb not available\nNOTE: Running setscene task 3558 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_package_spdx.ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_package_spdx_setscene.ad7b43b6000a969a86365cabfdd538ecec370c4b249cb572ea0e15e3a4691451 not available\nNOTE: Running setscene task 3559 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_package_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-kernel/linux/linux-yocto_6.6.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.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: SITE files ['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: 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-3496823/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-support/libpsl/libpsl_0.21.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/libpsl/libpsl_0.21.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/siteinfo.bbclass (from /home/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/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-3496823/tmp/work/core2-64-poky-linux/file/5.45/source-date-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/desktop-file-utils/desktop-file-utils_0.27.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: 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:207)\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/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:207)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:698)\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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:698)\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/kernel-artifact-names.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:814)\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: 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/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/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/kernel-devicetree.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:877)\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-3496823/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: Considering setscene task: ['file', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_deb 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: 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: Considering setscene task: ['file', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_rpm.6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_package_write_rpm_setscene.6412704ad2f0059ec47ce9b432d9c6e1bdb43f6daa00a6b768a21f5de9b044a1 not available\nNOTE: Running setscene task 3562 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.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/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/libfm/libfm-extra_1.3.2.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_create_spdx.14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_create_spdx_setscene.14ef6ea3658c54e677af84eb2c06ef835b3fdd51397a66751e415a1be85627b9 not available\nNOTE: Running setscene task 3563 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_create_spdx.0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_create_spdx_setscene.0c5d228279d6138f33c49465f563dbe262b304a5d8b1639af495e39722530a06 not available\nNOTE: Running setscene task 3564 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libcheck', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_deb which could be accelerated\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: 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: Considering setscene task: ['libcheck', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libmicrohttpd/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-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/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_1.0.1.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-devtools/file/file_5.45.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_rpm.6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_package_write_rpm_setscene.6558eecbc7770642bb2b0ff0af246798d72f6de1f85599596b2d878487182bcb not available\nNOTE: Running setscene task 3567 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libfm-extra', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_deb 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_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['libfm-extra', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libksba/1.6.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-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_rpm.bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_package_write_rpm_setscene.bb124936aa988e835691a90365a050fce95b6f0f6042fbc7204e493f486dd358 not available\nNOTE: Running setscene task 3570 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\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_write_deb', '/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_ipk', '/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:   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: 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: 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:176)\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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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_populate_sysroot', '/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: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.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:   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: ['pcmanfm', 'do_populate_sysroot', '/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-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: 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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.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/libfm/libfm-extra_1.3.2.bb:20)\nDEBUG: Considering setscene task: ['make', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_deb 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:20)\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: Considering setscene task: ['make', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_rpm.c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_package_write_rpm_setscene.c5d9d0cbc4552a51bdad46a7a5b858cfa24cf9d1dd91ae94ebab2a5e8d2e708f not available\nNOTE: Running setscene task 3575 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['make', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_packagedata.75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_packagedata_setscene.75f8b9e5f1d508bc5369717d1db1fb369fa514390a12d06176cfbc928f2a3cc0.qemux86_64 not available\nNOTE: Running setscene task 3577 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_packagedata_setscene)\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: ['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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.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: ['libfm', 'do_package', '/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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_packagedata.3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_packagedata_setscene.3d792b45140a296baa0e8c011a6d6227d571e5576c1dd5c6e469fdf344462109.qemux86_64 not available\nNOTE: Running setscene task 3579 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.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-3496823/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-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: 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:   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_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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.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-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: 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-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/siteinfo.bbclass (from /home/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/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-support/libpsl/libpsl_0.21.5.bb:do_create_package_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-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: 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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\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_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', '/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: ['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_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-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_recipe_qa.b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm/1.3.2.do_recipe_qa_setscene.b24ee8f7dd39c18eb2b2b8a4473bfd310643c8e41d4aee20657d2caf76ae0dc5 not available\nNOTE: Running setscene task 3582 of 6657 (/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: 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-support/libexif/libexif_0.6.24.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libgcrypt', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_deb 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/libexif/libexif_0.6.24.bb:17)\nDEBUG: 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: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/libexif/libexif_0.6.24.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: Considering setscene task: ['libgcrypt', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_rpm.cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_package_write_rpm_setscene.cb7e6a3ee717efbde23a719c7e937a8047f867fc4e3c32d6dd471a8679be8813 not available\nNOTE: Running setscene task 3585 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb (full)\nDEBUG: Considering setscene task: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.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: 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: Considering setscene task: ['libksba', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.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: 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: Considering setscene task: ['libksba', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_recipe_qa.10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libksba/1.6.6.do_recipe_qa_setscene.10bbedd188fd12cac24fa43fd72e7e46659e8b21e404ca1c0a7641f9a0ec5730 not available\nNOTE: Running setscene task 3588 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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-doc.bbclass:38)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zstd/1.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lzlib/1.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-3496823/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_packagedata.ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_packagedata_setscene.ae59b0e2ea9d45c5eb12ad5690d3bad6c3b9cf5478eff60045c797b423cd78ee.qemux86_64 not available\nNOTE: Running setscene task 3589 of 6657 (/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-extended/zstd/zstd_1.5.6.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/libgcrypt/libgcrypt_1.10.3.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: Considering setscene task: ['zstd', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_deb which could be accelerated\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-extended/lzip/lzlib_1.14.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-support/libgcrypt/libgcrypt_1.10.3.bb:34)\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:34)\nDEBUG: 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: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-support/libgcrypt/libgcrypt_1.10.3.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: Considering setscene task: ['lzlib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_deb which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.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-support/libksba/libksba_1.6.6.bb:21)\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/siteinfo.bbclass (from /home/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-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['lzlib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_ipk 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.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-support/libksba/libksba_1.6.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-support/libksba/libksba_1.6.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_write_rpm.4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_package_write_rpm_setscene.4073adcd5094d151fb444a8331eaecb07180c73b9883a4d89460c61364a511d1 not available\nNOTE: Running setscene task 3593 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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-3496823/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: 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: ['zstd', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_ipk 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/libnl/libnl_3.9.0.bb:26)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_write_rpm.26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_package_write_rpm_setscene.26cc731bcb8d786420472195f21722caccd45bedb0ae0967567a73a2d1a532b8 not available\nNOTE: Running setscene task 3595 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['libpcre', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_deb 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/lzip/lzlib_1.14.bb (full)\nDEBUG: Considering setscene task: ['libpcre', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_rpm.5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_package_write_rpm_setscene.5a1a4525a55632919e6dc85826166ac57a3f91125565de276338e464b8983d36 not available\nNOTE: Running setscene task 3598 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_qa.0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_qa_setscene.0606c6561f109655e287f2b50dbb2c862144b760621b008d496165ad53dbc50b not available\nNOTE: Running setscene task 3599 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_lic.beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_populate_lic_setscene.beaeafe23be2f1638d16928a296a5d8a4b9176fcd916cab8b834ad3f183c0865 not available\nNOTE: Running setscene task 3600 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_package_spdx.1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_package_spdx_setscene.1daf2080dbaa3abae0e45c50ba3dc803dd139c6de5c56183114e0f2ea988f444 not available\nNOTE: Running setscene task 3601 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_package_spdx_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_qa.b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_qa_setscene.b0a808dd612cdcbad2b101f22fd7196694ffb2efda74f100e82d3c88ccae4f7b not available\nNOTE: Running setscene task 3602 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.32+git/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/libseccomp/libseccomp_2.5.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_lic.d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_lic_setscene.d067819ff28bc18276aef98ac54b18d3beb658e189f599891429544528be8d34 not available\nNOTE: Running setscene task 3603 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.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-kernel/linux/linux-yocto_6.6.bb:do_package_write_rpm which could be accelerated\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: Inheriting /home/pokybuild/yocto-worker/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/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-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/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-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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/libpsl/libpsl_0.21.5.bb:20)\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/libseccomp/libseccomp_2.5.5.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/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/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/libpsl/libpsl_0.21.5.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/siteinfo.bbclass (from /home/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-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/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/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/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/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/libseccomp/libseccomp_2.5.5.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/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/siteinfo.bbclass (from /home/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/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/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/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/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/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/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/lib_package.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-3496823/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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.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/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/siteinfo.bbclass (from /home/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/libseccomp/libseccomp_2.5.5.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-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/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/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/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-devtools/make/make_4.4.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-support/libseccomp/libseccomp_2.5.5.bb:18)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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/libexif/libexif_0.6.24.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: ['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_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_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_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_package_write_deb', '/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:   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_ipk', '/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-3496823/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: 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: ['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: 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_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_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_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_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-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_recipe_qa.1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/menu-cache/1.1.0.do_recipe_qa_setscene.1edb51ce78c7cc68d0d995c4820cbcfa52d4941224fcde6bc1e377e34d522046 not available\nNOTE: Running setscene task 3606 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_sysroot.58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_populate_sysroot_setscene.58542dd17592291b3c3b271fb10df3c79ef55533c99ae84ede72930eb731cd61 not available\nNOTE: Running setscene task 3607 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_populate_sysroot_setscene)\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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['libexif', 'do_package_write_ipk', '/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_package_write_rpm', '/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:   considering dependency: ['libexif', 'do_package_write_deb', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libksba/1.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-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_rpm which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_recipe_qa which could be accelerated\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_recipe_qa', '/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-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_recipe_qa.7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libexif/0.6.24.do_recipe_qa_setscene.7f711e346481bbb3ae03a9b1ecc86bdca16db6aa701d83d66d2eadbc91dafa6e not available\nNOTE: Running setscene task 3610 of 6657 (/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_packagedata.39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_packagedata_setscene.39f2c7bf44e52d3574d56a9f2351a7714403e9b57689f3e23982c9f9bc614427.qemux86_64 not available\nNOTE: Running setscene task 3611 of 6657 (/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_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: ['libfm-extra', 'do_create_spdx', '/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: ['libfm-extra', 'do_populate_sysroot', '/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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lzlib/1.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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:56)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zstd/1.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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_rpm which could be accelerated\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_write_deb', '/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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb']\nDEBUG:   considering dependency: ['libnl', 'do_package_write_ipk', '/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:   considering dependency: ['libnl', 'do_package', '/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_rpm which could be accelerated\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:17)\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/siteinfo.bbclass (from /home/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: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-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_packagedata.a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_packagedata_setscene.a5ede2b1cb2818af1e3487eaefa6f7c9c5efa7729ee96fbff8d712ade2ce6ffa.qemux86_64 not available\nNOTE: Running setscene task 3614 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.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-support/libexif/libexif_0.6.24.bb:17)\nDEBUG: 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: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/libexif/libexif_0.6.24.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.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/libfm/libfm-extra_1.3.2.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: 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: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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: ['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.73.1.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: ['libcheck', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.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: ['libnl', 'do_package', '/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/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/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:20)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_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:  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-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_recipe_qa.cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnl/3.9.0.do_recipe_qa_setscene.cc453e48397e61dd6ee87c1f23eb6e4baa78f4881b07d7809d61484a42d50748 not available\nNOTE: Running setscene task 3617 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.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-recipe/autotools.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-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_package_spdx.7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_package_spdx_setscene.7d9e1834476b6b2f1a503b86079debc9f42226a53c360dd5a10aaef8914b4c5d not available\nNOTE: Running setscene task 3618 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_qa.7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_qa_setscene.7435c6a4755a9e29bd75be82fbc9de8afced04f094a96fbe8a391df92386de9b not available\nNOTE: Running setscene task 3619 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_lic.eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_populate_lic_setscene.eb843e2479eb44a0086b3cc2f82b460171de1429b17d06f0dd87842178dbab29 not available\nNOTE: Running setscene task 3620 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_package_spdx.6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_package_spdx_setscene.6c509da281f70a59b5436c19f4e07bd995735f632efe69f16cbed46f7643a65a not available\nNOTE: Running setscene task 3621 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libpsl/libpsl_0.21.5.bb:do_package_qa 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_qa.2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_qa_setscene.2d047dac273aab225a9cfd4495e467364ff0e2fa9e8bfc3dc211b7e7647dc121 not available\nNOTE: Running setscene task 3622 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE 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/libnl/libnl_3.9.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_package_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: Inheriting /home/pokybuild/yocto-worker/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: 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: Inheriting /home/pokybuild/yocto-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/libsoup/libsoup-2.4_2.74.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_create_spdx.d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_create_spdx_setscene.d5badceeacefe92f4bd50f99df5a7d2d2a92486bc9123901d7ffd3eea091a53b not available\nNOTE: Running setscene task 3623 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.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/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-3496823/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/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/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: 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-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/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/qemu.bbclass (from /home/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-support/libsoup/libsoup_3.4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_lic.75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_populate_lic_setscene.75cdb80d2b70ebd5369635bdf07760fe1fab9bc3ff851d56825dbcfa30c54e81 not available\nNOTE: Running setscene task 3624 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_populate_lic_setscene)\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: 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/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/qemu.bbclass (from /home/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-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/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/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: 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/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_package_spdx.92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_package_spdx_setscene.92f6a7fe118e2fcaa12f008cdbdcf40ad3df1fcf74f277a481d0ffea23a3beb8 not available\nNOTE: Running setscene task 3625 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_package_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/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/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/qemu.bbclass (from /home/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_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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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/libsoup/libsoup-2.4_2.74.3.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/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/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-core/coreutils/coreutils_9.5.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_qa.4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_qa_setscene.4552af7a229443df7669932cc51cbd1ed7396615a7c9237dffcf15431947be2b not available\nNOTE: Running setscene task 3626 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_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/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/gobject-introspection.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/libsoup/libsoup_3.4.4.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-core/coreutils/coreutils_9.5.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-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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb: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/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:122)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_lic.2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_populate_lic_setscene.2d6a604b47caf411b654409f87bb278a3b0a51788cf0a55306655cca4b63a24a not available\nNOTE: Running setscene task 3627 of 6657 (/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: 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.5.bb:176)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: Parsing /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: 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/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: SITE files ['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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.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: SITE files ['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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.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/autotools.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/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/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/autotools.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/siteinfo.bbclass (from /home/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_deploy_source_date_epoch', '/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_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-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_recipe_qa.e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/depmodwrapper-cross/1.0.do_recipe_qa_setscene.e98b7771057f821e2fb91b2eb908d4aa5c153513b5583e11455f11775ecb350d not available\nNOTE: Running setscene task 3629 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_recipe_qa_setscene)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb (full)\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: 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:56)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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: ['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_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_package_write_ipk', '/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:   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_write_deb', '/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/libcheck/libcheck_0.15.2.bb:do_packagedata which could be accelerated\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_qa', '/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_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:   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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libcheck', 'do_package_write_deb', '/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: SITE files ['endian-little', 'common-linux', '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: ['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: 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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_recipe_qa.4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcheck/0.15.2.do_recipe_qa_setscene.4d379a6429cbcb35194df3128303182ad3b7a1554223a64661ba029d8f7ab3db not available\nNOTE: Running setscene task 3633 of 6657 (/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: 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_lic', '/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:   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_package', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_recipe_qa.0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libfm-extra/1.3.2.do_recipe_qa_setscene.0db3fa25c2a9e246786e9aba3052bf0e9bfa2165db534000559f2b580139cb3d not available\nNOTE: Running setscene task 3635 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_create_package_spdx.65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_create_package_spdx_setscene.65c471acc521aae58fc7d8fe3c971349606af2397f0c7ad2f169835406f50dd4 not available\nNOTE: Running setscene task 3636 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_qa.fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_qa_setscene.fa9165676efc9a182fa4162e3693392a2a6778cf83e4a0bd6816d53e9a6bc682 not available\nNOTE: Running setscene task 3637 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_qa_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/libsoup/libsoup_3.4.4.bb:do_create_package_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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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-extra_1.3.2.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/libfm/libfm-extra_1.3.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/libunistring/libunistring_1.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/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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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/autotools.bbclass:31)\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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.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-support/libunistring/libunistring_1.2.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/coreutils/9.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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_create_spdx.a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_create_spdx_setscene.a5c7bf0136f0ee4719aa009328c679944f0b78196ec6c471f95e56edae5a6b6c not available\nNOTE: Running setscene task 3638 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_create_spdx_setscene)\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: Considering setscene task: ['coreutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['coreutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_write_rpm.ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_package_write_rpm_setscene.ecc209fa1f6cfcb2aa5de08ee25e089a40f369145e6bd0664e09e5ee0897d90c not available\nNOTE: Running setscene task 3641 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_create_spdx.3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_create_spdx_setscene.3480aeb47facb8e6e3799b61bf35de838a3e077afb90c1536706d64080a42221 not available\nNOTE: Running setscene task 3643 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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-connectivity/openssh/openssh_9.7p1.bb:43)\nDEBUG: 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-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_create_spdx.89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_create_spdx_setscene.89410df0c5b6016d5c864612043c1017a5b117b5593f26781205a956c026c8b2 not available\nNOTE: Running setscene task 3644 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_create_spdx.da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_create_spdx_setscene.da3125b520ef4f1aff540db1cf6d63667ea2ce850ee916607e192f26f9bca945 not available\nNOTE: Running setscene task 3645 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_create_spdx.86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_create_spdx_setscene.86bd36c339621ddac780925f7f1fdc5aa0d09c290494245bfeda9b0fefd3cd3b not available\nNOTE: Running setscene task 3646 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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/openssh/openssh_9.7p1.bb:43)\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.7p1.bb:43)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_create_spdx.19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_create_spdx_setscene.19eeeab2c1888ec2623d7bbf6ac85c82d8f067fe7a50f630e782c022bb0712af not available\nNOTE: Running setscene task 3647 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.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-core/coreutils/coreutils_9.5.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_spdx.0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_create_spdx_setscene.0cedb1ebac64be0efe94cd9ee609d6bde696d4aa94f8ef417a224616bb79e703 not available\nNOTE: Running setscene task 3648 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.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-connectivity/openssh/openssh_9.7p1.bb:43)\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.7p1.bb:43)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_spdx.14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_create_spdx_setscene.14934d6e231685a9449fa21a19da843455e6565d8cb654cd4d23d3cca09816f1 not available\nNOTE: Running setscene task 3649 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_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-connectivity/openssh/openssh_9.7p1.bb:54)\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/siteinfo.bbclass (from /home/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/coreutils/coreutils_9.5.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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-core/glib-networking/glib-networking_2.78.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_spdx.162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_create_spdx_setscene.162add9ab7ff35a6e55a422f3cf71bd0e86a153abc74cbdc5e253d5dc0d2f914 not available\nNOTE: Running setscene task 3650 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_populate_lic.11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_populate_lic_setscene.11615a0fba087ea9bed73094ce109ae760e6bf63c6d4f93a84fc738e7ecd464a not available\nNOTE: Running setscene task 3651 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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-connectivity/openssh/openssh_9.7p1.bb:54)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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.5.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.5.bb:122)\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.5.bb:176)\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.1.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.1.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.1.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: 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.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.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-extended/man-db/man-db_2.12.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-extended/man-db/man-db_2.12.1.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.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_package_spdx.18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_package_spdx_setscene.18129d184d768b18cf34bd096d0ec4938f04c5cb0e5f8842f48e75797418465a not available\nNOTE: Running setscene task 3652 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_package_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/openssh/openssh_9.7p1.bb:54)\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:93)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.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/attr/acl_2.3.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/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/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/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: 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.1.bb:23)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.1.bb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.bb:26)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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/attr/acl_2.3.2.bb:26)\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: CONF file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-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: Inheriting /home/pokybuild/yocto-worker/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_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/libssh2/libssh2_1.11.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/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/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/libunistring/libunistring_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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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: 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/siteinfo.bbclass (from /home/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/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/libssh2/libssh2_1.11.0.bb:17)\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/recipes-support/libssh2/libssh2_1.11.0.bb:17)\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/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/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/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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_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/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/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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:26)\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/vala.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libunistring/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-3496823/tmp/work/core2-64-poky-linux/libunistring/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-support/libcheck/libcheck_0.15.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_create_package_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.2.bb:do_package_qa 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_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-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_qa.7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_qa_setscene.7c8fe43c6d592c63d1580c97419bd7073da1280d2fc4a3889df5e3fe3cedf2cb not available\nNOTE: Running setscene task 3653 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_lic.06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_lic_setscene.06cc77f9523454c7ded3eda5c92d553e613fa8d76c05c2f957bc5b7b5ea0de4a not available\nNOTE: Running setscene task 3654 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_package_spdx.2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_package_spdx_setscene.2ac85f571659a8c4eb2d8daac5cf6b94002909353c87907922121631e8c92690 not available\nNOTE: Running setscene task 3655 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_qa.e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_qa_setscene.e4a918d810f57b180e39b8b688ab15d3d37c101d3c0e2145e70d5091576831ca not available\nNOTE: Running setscene task 3656 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_qa_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: 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: 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/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/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/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/siteinfo.bbclass (from /home/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/liburcu/liburcu_0.14.0.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/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-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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/core2-64-poky-linux/glibc-locale/2.39+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-3496823/tmp/work/core2-64-poky-linux/libcap/2.70/source-date-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-locale_2.39.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_create_spdx.70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_create_spdx_setscene.70799233d05af28f7d911affabba407436195dd62a0e922fdd381536704f1d2c not available\nNOTE: Running setscene task 3657 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/man-db/2.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-extended/man-db/man-db_2.12.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/acl/2.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-3496823/tmp/work/core2-64-poky-linux/libunistring/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-core/glibc/cross-localedef-native_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:11: including glibc-version.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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-core/glibc/cross-localedef-native_2.39.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/coreutils/9.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-3496823/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-3496823/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-3496823/tmp/work/core2-64-poky-linux/openssh/9.7p1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.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-core/glibc/cross-localedef-native_2.39.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-networking/2.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-3496823/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/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/libunwind/libunwind_1.6.2.bb:do_create_package_spdx which could be accelerated\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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_create_spdx which could be accelerated\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: Considering setscene task: ['openssh', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['openssh', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_write_rpm.857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_package_write_rpm_setscene.857d0545275945f2257ed53a5dc92225ffcf7f574db5ab34817a806868cb73d7 not available\nNOTE: Running setscene task 3660 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: ['glib-networking', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_deb which could be accelerated\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/libunwind/libunwind_1.6.2.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['glib-networking', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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.7p1.bb:43)\nDEBUG: 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-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_write_rpm.ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_package_write_rpm_setscene.ebc88bf06d3484a5211cfdef02a1381dc9ffc509881c2fedca45961fce0ed30d not available\nNOTE: Running setscene task 3664 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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-connectivity/openssh/openssh_9.7p1.bb:43)\nDEBUG: Considering setscene task: ['glib-networking', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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: 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.7p1.bb:43)\nDEBUG: 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.7p1.bb:43)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_deb is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_deb.96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_deb_setscene.96677f47279095db6904983978bc85953c95a8b61abf88c0c5bddb8dd4c11191 not available\nNOTE: Running setscene task 3666 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_deb_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_ipk is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_ipk.b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_ipk_setscene.b26e9f30c452d9265da7b7d802088d42214dedb29e14b308c791eb5f32ef4664 not available\nNOTE: Running setscene task 3667 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_ipk_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_rpm is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_rpm.6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_package_write_rpm_setscene.6fb23ef6b15a2ed345f965eab4fac045907783967127abc2a0fb036b990d2805 not available\nNOTE: Running setscene task 3668 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['glibc-locale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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-connectivity/openssh/openssh_9.7p1.bb:43)\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.7p1.bb:54)\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-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_spdx.1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_create_spdx_setscene.1baaea4f3e31f6a61aa824f41e6bd63ec4efab7b127f632cfab0266e24b94615 not available\nNOTE: Running setscene task 3670 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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-core/glib-networking/glib-networking_2.78.1.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.1.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-connectivity/openssh/openssh_9.7p1.bb:54)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-networking/glib-networking_2.78.1.bb:30)\nDEBUG: Considering setscene task: ['man-db', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package_write_deb 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/openssh/openssh_9.7p1.bb:54)\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.1.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: 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.1.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:1: including glibc-locale.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/cross-localedef-native/2.39+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-locale_2.39.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-collateral.inc:1: including glibc-common.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_2.39.bb:1: including glibc-locale.inc\nDEBUG: Considering setscene task: ['man-db', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.1.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package_write_ipk which could be accelerated\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:93)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:1: including glibc-locale.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:93)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/glibc/glibc-locale.inc:1: including glibc-collateral.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: 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/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/glibc/glibc-collateral.inc:1: including glibc-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_write_rpm.138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_package_write_rpm_setscene.138852d3e8fff1cabb5ba42f1ad868fd1e14941fcbc3711987d6c8b5a4cc269a not available\nNOTE: Running setscene task 3673 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.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-extended/libpipeline/libpipeline_1.5.7.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/libc-package.bbclass:97)\nDEBUG: 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/libc-package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale.inc:93)\nDEBUG: 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: 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: Considering setscene task: ['man-db', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.1.bb']\nDEBUG:   considering dependency: ['man-db', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['acl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb (full)\nDEBUG: Considering setscene task: ['acl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_ipk 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-extended/man-db/man-db_2.12.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-extended/man-db/man-db_2.12.1.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.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_write_rpm.24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_package_write_rpm_setscene.24f46368422dc536529c2d9adac292a28feb0cbd2f29a23c80cc704f9ba02fb5 not available\nNOTE: Running setscene task 3677 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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: Considering setscene task: ['libcap', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libcap', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_ipk 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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:23)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.1.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/man-db/man-db_%.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_write_rpm.858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_package_write_rpm_setscene.858065be86f7d6e703c1c135f11afddb0b82cac7b89c00f1ba951c165f68801f not available\nNOTE: Running setscene task 3680 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_spdx.6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_create_spdx_setscene.6049930862decdbfc2232761db73d813e2bec7da5c218a07f303221e80e18a2c not available\nNOTE: Running setscene task 3681 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libsoup-2.4', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_write_deb which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.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/attr/acl_2.3.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/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libsoup-2.4', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_write_ipk 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.2.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/attr/acl_2.3.2.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_rpm.f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_package_write_rpm_setscene.f1f527c4218d6b58828168db99eb2dba85802c87675384827e88106dbcda0610 not available\nNOTE: Running setscene task 3684 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb (full)\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_populate_sysroot', '/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:   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_create_spdx', '/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: SITE files ['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/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: ['libsoup', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_deb 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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb (full)\nDEBUG: Considering setscene task: ['libsoup', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_ipk 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-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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_rpm.db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_package_write_rpm_setscene.db17b6c076bc81dd5304352ed64b6360c4a963186693871b0f23016861447a78 not available\nNOTE: Running setscene task 3688 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.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/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: 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: ['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_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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.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: SITE files ['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-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:22)\nDEBUG: Considering setscene task: ['libssh2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb (full)\nDEBUG: Considering setscene task: ['libssh2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_ipk 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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_rpm.222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_package_write_rpm_setscene.222d1a389a1f093a49b2fa58b7e52cf0077043be6d89968ae6bce074690aa31b not available\nNOTE: Running setscene task 3692 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.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/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: 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: ['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.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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: SITE files ['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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_spdx.5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_create_spdx_setscene.5ce387246c3a00929974407c6b0880a9e12835f352b254c9bb798203820b4282 not available\nNOTE: Running setscene task 3694 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.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/libsoup/libsoup_3.4.4.bb:22)\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/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc-locale/2.39+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-3496823/tmp/work/core2-64-poky-linux/glibc-locale/2.39+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-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_spdx.517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_create_spdx_setscene.517d2b74972dba9e576bac54a87454c9e59f9384dcb383e0ac12af419dbf8ada not available\nNOTE: Running setscene task 3695 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_spdx_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_lic.9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_populate_lic_setscene.9d651b749c18467ec947da13e0fb0db8ed87443268e532467f31e5d8974750ff not available\nNOTE: Running setscene task 3696 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_populate_lic_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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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.39.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc-locale/2.39+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-3496823/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/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.39.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-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: 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-extended/libpipeline/libpipeline_1.5.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/autotools.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/liburcu/liburcu_0.14.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/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/openssh/9.7p1/source-date-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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.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-recipe/multilib_header.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-connectivity/openssh/openssh_9.7p1.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-support/liburcu/liburcu_0.14.0.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-networking/2.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-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/man-db/2.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.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: 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-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_packagedata.987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_packagedata_setscene.987946cb317b26050a616af140a63391cdc7747200756a1442eea6c0aeb692d9.qemux86_64 not available\nNOTE: Running setscene task 3697 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.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-3496823/tmp/work/core2-64-poky-linux/libcap/2.70/source-date-epoch/__source_date_epoch.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-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_packagedata.d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_packagedata_setscene.d7663796416a50810780b95af545ca9bce5834b4a2825397ef94d45a20c2f608.qemux86_64 not available\nNOTE: Running setscene task 3698 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['libpipeline', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libpipeline', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_rpm.4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_package_write_rpm_setscene.4ebfc505b8d5edd34c51dff84ad7ace1ea2eb8e2ed244000f6d89c97db492c08 not available\nNOTE: Running setscene task 3701 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/acl/2.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-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_create_package_spdx.2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_create_package_spdx_setscene.2530465f57e303213be5754ddff1f2aa3153049bad4da47a407f05b2ce4cd779 not available\nNOTE: Running setscene task 3702 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_qa.450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_qa_setscene.450e60500e626f0b41e410b9e3da13ea37238c192c3a2dc17d1547ab8d1a99f0 not available\nNOTE: Running setscene task 3703 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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-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/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: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_populate_lic.c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_populate_lic_setscene.c83ab1edd1420450f62f7004bd713fb0ffea36d18fe6f2c37411852f1762be41 not available\nNOTE: Running setscene task 3704 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_package_spdx.f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_package_spdx_setscene.f5da4c45798b2ae768ce9aa5b82fa499fd17e9b85cac4ce6cf540b316c25dd84 not available\nNOTE: Running setscene task 3705 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_package_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/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-3496823/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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.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: 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: 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: SITE files ['endian-little', 'common-linux', '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/libpsl/libpsl_0.21.5.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libpsl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_deb 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/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-support/libusb/libusb1_1.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-support/libusb/libusb1_1.0.27.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/libusb/libusb1_1.0.27.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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-support/libusb/libusb1_1.0.27.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/libusb/libusb1_1.0.27.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/libusb/libusb1_1.0.27.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['libpsl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_ipk 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-support/libusb/libusb1_1.0.27.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/libusb/libusb1_1.0.27.bb:26)\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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/libusb/libusb1_1.0.27.bb:26)\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: 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.27.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_rpm.8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_package_write_rpm_setscene.8bbefee91d3f47bd2492ca4d51db16899132f4572b0f0b72452df35f107b72fc not available\nNOTE: Running setscene task 3708 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_rpm_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/libusb/libusb1_1.0.27.bb:26)\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-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_packagedata.68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_packagedata_setscene.68ce0f38c5f8b5e0b024bf00142e7bc04657b8b55536498d167160eb27de8392.qemux86_64 not available\nNOTE: Running setscene task 3709 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_qa.9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_qa_setscene.9d634f0180ec7d7cbd6b92beeb770da3653f7da1d2aa7892ec5356f73caa6573 not available\nNOTE: Running setscene task 3710 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_lic.51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_populate_lic_setscene.51f8e55f77e6f0f3cd841ba758f3c8a1d4a50102de7b5d8d4e639abb7c733483 not available\nNOTE: Running setscene task 3711 of 6657 (/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.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-support/libsoup/libsoup-2.4_2.74.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/libpsl/libpsl_0.21.5.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-support/libsoup/libsoup_3.4.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: 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: SITE 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: SITE files ['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/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/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: 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/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/siteinfo.bbclass (from /home/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-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/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/siteinfo.bbclass (from /home/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-support/libpsl/libpsl_0.21.5.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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-support/libsoup/libsoup-2.4_2.74.3.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/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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: 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: 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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_packagedata.beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_packagedata_setscene.beee04ebc8a5af83bc894ec5f309d9f04bfa719ae07777f5d6d4aebb4c66fc57.qemux86_64 not available\nNOTE: Running setscene task 3712 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_packagedata.6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_packagedata_setscene.6eeae4e43027c31765f477c9614b58db49ab859954f433ee35e67fc15b773203.qemux86_64 not available\nNOTE: Running setscene task 3713 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_packagedata.509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_packagedata_setscene.509246f5bf66e77fd05f159c926777f7bfc4489413d1eabb6e6aef06ea566de6.qemux86_64 not available\nNOTE: Running setscene task 3714 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_spdx.447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_create_spdx_setscene.447a21a02d1208a1823a0c93947153a2936aeca1bb642541c880272ded41f410 not available\nNOTE: Running setscene task 3715 of 6657 (/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_packagedata.6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_packagedata_setscene.6b3999805a53eb70753a6cc46e86059136bf921660819dd259294ec31449ae0c.qemux86_64 not available\nNOTE: Running setscene task 3716 of 6657 (/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-connectivity/openssh/openssh_9.7p1.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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-connectivity/openssh/openssh_9.7p1.bb:43)\nDEBUG: 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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.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/classes-recipe/gnomebase.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-connectivity/openssh/openssh_9.7p1.bb:43)\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.1.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.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:23)\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.1.bb:30)\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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.1.bb: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-connectivity/openssh/openssh_9.7p1.bb:43)\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.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-support/libatomic-ops/libatomic-ops_7.8.2.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-gnome.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/siteinfo.bbclass (from /home/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-connectivity/openssh/openssh_9.7p1.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:43)\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.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/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/meson-routines.bbclass (from /home/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/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-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:54)\nDEBUG: 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/python3-dir.bbclass (from /home/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/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-3496823/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.1.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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 file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:54)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-connectivity/openssh/openssh_9.7p1.bb:54)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/less/643/source-date-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/libpipeline/libpipeline_1.5.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.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_write_ipk', '/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_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_package_write_deb', '/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:   considering dependency: ['groff', 'do_package', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libusb1/1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libusb1/1.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-3496823/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-3496823/tmp/work/core2-64-poky-linux/libusb1/1.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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_create_package_spdx 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_package_spdx which could be accelerated\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_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_recipe_qa.53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/groff/1.23.0.do_recipe_qa_setscene.53aa375852637176985450576b899105b05e509454778eaf309852d63b420e85 not available\nNOTE: Running setscene task 3719 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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: 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_package_write_deb', '/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_qa', '/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_package_write_ipk', '/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:   considering dependency: ['less', 'do_packagedata', '/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: 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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['less', 'do_deploy_source_date_epoch', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_recipe_qa.18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/less/643.do_recipe_qa_setscene.18b6e1d2ce510755fc5646495eca800edead5e334850eb9e6d49d407332d5c53 not available\nNOTE: Running setscene task 3722 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_packagedata.c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_packagedata_setscene.c5d2487e0625d542a6cb6f35b435d482c0a6b5b0e6422afdb337a83b2ad14f48.qemux86_64 not available\nNOTE: Running setscene task 3723 of 6657 (/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-recipe/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Considering setscene task: ['libunwind', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/texinfo.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-3496823/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: ['libunwind', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_ipk which could be accelerated\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_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-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/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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_rpm.2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_package_write_rpm_setscene.2707d28955f8ec76f8044b703dba30560b16c979ec63ca3ce0e31fd15abd2205 not available\nNOTE: Running setscene task 3726 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_rpm_setscene)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb (full)\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/siteinfo.bbclass (from /home/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: Considering setscene task: ['liburcu', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_deb 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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Considering setscene task: ['liburcu', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_ipk 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: 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-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_rpm.c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_package_write_rpm_setscene.c5d5131d023721fd2dfb48ad336370aa7c4e0444c583ddda7a2ec6656b785de6 not available\nNOTE: Running setscene task 3729 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_rpm_setscene)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb (full)\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_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_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:   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_write_ipk', '/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_deb', '/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: 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: SITE files ['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/libunwind/libunwind_1.6.2.bb:18)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb (full)\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_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_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-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_recipe_qa.d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup-2.4/2.74.3.do_recipe_qa_setscene.d6b9647503e60152154830e4e8ea373553e1ef16b16fac77194e9fd224822452 not available\nNOTE: Running setscene task 3732 of 6657 (/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: 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: SITE files ['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/liburcu/liburcu_0.14.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_spdx.3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_create_spdx_setscene.3a68ef107950b940f0bbb8e13c5bfa2b61562ce42e1d28220466f8572991f054 not available\nNOTE: Running setscene task 3734 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_package_spdx.30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_package_spdx_setscene.30a029ddea6a3d6d6981c612e337f15e7aa07c6b6a5e641ee90671cccfb3e57a not available\nNOTE: Running setscene task 3735 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_qa.aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_qa_setscene.aa792fc92288150b33396612a266d64084fc64a39b548bc9174f4afa13cb40ad not available\nNOTE: Running setscene task 3736 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_lic.4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_populate_lic_setscene.4cee3f3cd888671da8acd2df7b422b0074e51028b96498f5059be90f3e1cc9f7 not available\nNOTE: Running setscene task 3737 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_package_spdx.a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_package_spdx_setscene.a6bf22c4aab94cc4e7e6fddfb414c961227e882fba7c415aa5958dea82e2c35c not available\nNOTE: Running setscene task 3738 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_package_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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/man-db/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-recipe/qemu.bbclass (from /home/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/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/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: 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: 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: 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/gobject-introspection.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-extended/man-db/man-db_2.12.1.bb:do_packagedata 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/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/siteinfo.bbclass (from /home/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/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-support/mpfr/mpfr_4.2.1.bb:7)\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/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: Inheriting /home/pokybuild/yocto-worker/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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-networking/2.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-3496823/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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-support/nettle/nettle_3.9.1.bb:27)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/openssh/9.7p1/source-date-epoch/__source_date_epoch.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/openssh/openssh_9.7p1.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: Considering setscene task: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['openssh', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['openssh', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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.7p1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_recipe_qa.e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssh/9.7p1.do_recipe_qa_setscene.e39daf7d92c77f4089605bb8f918c9146ce7c32776c704e8a326834bb332ea1d not available\nNOTE: Running setscene task 3741 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_recipe_qa_setscene)\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: Considering setscene task: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.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.1.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package which could be accelerated\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.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb:do_deploy_source_date_epoch which could be accelerated\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.1.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.1.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.1.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.1.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.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_recipe_qa.55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-networking/2.78.1.do_recipe_qa_setscene.55773569bbdf6ee7b83493fddaabcda0a2b104e5388f778f73c24d867b971dbc not available\nNOTE: Running setscene task 3744 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/less/643/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.1.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb']\nDEBUG:   considering dependency: ['man-db', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.1.bb']\nDEBUG:   considering dependency: ['man-db', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.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.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb (full)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.7p1.bb:43)\nDEBUG: 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-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_packagedata.33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_packagedata_setscene.33a034058fd7a42301dd99b243bfe591bea669c2f9fa59c947f983a9ec12ed9a.qemux86_64 not available\nNOTE: Running setscene task 3746 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_packagedata_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/openssh/openssh_9.7p1.bb:43)\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/libunwind/libunwind_1.6.2.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/openssh/openssh_9.7p1.bb:43)\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.1.bb']\nDEBUG:   considering dependency: ['man-db', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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_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-3496823/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: SITE files ['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/openssh/openssh_9.7p1.bb:43)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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-core/glib-networking/glib-networking_2.78.1.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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:43)\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.1.bb:30)\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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb: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-connectivity/openssh/openssh_9.7p1.bb:54)\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.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.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/classes-recipe/autotools-brokensep.bbclass: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/gio-module-cache.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/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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: 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.7p1.bb:54)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb (full)\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.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.1.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.1.bb']\nDEBUG:   considering dependency: ['man-db', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.1.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.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_recipe_qa.9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/man-db/2.12.1.do_recipe_qa_setscene.9c3438e966c5734f04323592bf308cd740250e1ce4146585b4526027588bea28 not available\nNOTE: Running setscene task 3749 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/libpipeline/libpipeline_1.5.7.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/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/python3-dir.bbclass (from /home/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-connectivity/openssh/openssh_9.7p1.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/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: ['libatomic-ops', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libatomic-ops', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_rpm.1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_package_write_rpm_setscene.1a273d90a973d5b8e7a98a5c9e927de81c9e8f4653107889247dd3b1cdd006d9 not available\nNOTE: Running setscene task 3752 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb']\nDEBUG:   considering dependency: ['libsoup', 'do_package_write_deb', '/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_ipk', '/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_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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.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-extended/man-db/man-db_2.12.1.bb:23)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_package_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/man-db/man-db_2.12.1.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_packagedata.197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_packagedata_setscene.197669955b14ffd118264cf166a9d9d91ab6049e62044a4286f6fee9aa374ce8.qemux86_64 not available\nNOTE: Running setscene task 3754 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_packagedata_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.1.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/man-db/man-db_%.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-support/libatomic-ops/libatomic-ops_7.8.2.bb:20)\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: Inheriting /home/pokybuild/yocto-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: ['libpsl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.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: ['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: ['libpsl', 'do_populate_sysroot', '/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: 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: SITE files ['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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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: 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/nettle/nettle_3.9.1.bb:do_create_package_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/libpsl/libpsl_0.21.5.bb:20)\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_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: ['libsoup', 'do_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_recipe_qa.3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsoup/3.4.4.do_recipe_qa_setscene.3628086c776c862f4b4a5a9adafe4ecb8d0f6b90bb70418fc92637ef2d966dd0 not available\nNOTE: Running setscene task 3757 of 6657 (/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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:20)\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_write_deb', '/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_packagedata', '/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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['libssh2', 'do_package_write_ipk', '/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: 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: 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: SITE files ['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/libpsl/libpsl_0.21.5.bb:20)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb (full)\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_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['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_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.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: ['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-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_recipe_qa.700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libssh2/1.11.0.do_recipe_qa_setscene.700865fdd31cdb7050a9b79d0a412bdb44608c4b57e1dab61ef842378d60c43e not available\nNOTE: Running setscene task 3760 of 6657 (/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_packagedata.2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_packagedata_setscene.2c9f799a5a5e5e32f409c83c87dc436312b1a720329ec741ad5379689800a62b.qemux86_64 not available\nNOTE: Running setscene task 3761 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libyaml', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_deb 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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:22)\nDEBUG: Considering setscene task: ['libyaml', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['libyaml', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.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-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/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-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_rpm.e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_package_write_rpm_setscene.e41b13780a5c648b3c3561e1537743ccb700d1fac7ad282776c2d935e620936d not available\nNOTE: Running setscene task 3764 of 6657 (/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-support/libssh2/libssh2_1.11.0.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/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: 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: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.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: SITE files ['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/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-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-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_spdx.21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_create_spdx_setscene.21d8d1e766b524d59682de0d8ac602d12b42158041397fd7efb9eb10221bd0bd not available\nNOTE: Running setscene task 3766 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.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/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-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_qa.b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_qa_setscene.b1dbfdff3fb5a643d555a51d38a4efdbebf02707dfc235e709f6bc996a0d684d not available\nNOTE: Running setscene task 3767 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_lic.f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_lic_setscene.f75ba9e4c88133f9fb8fd46e9f2517aa70b486e39e9e514643b32af90838b793 not available\nNOTE: Running setscene task 3768 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_create_package_spdx.dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_create_package_spdx_setscene.dee42bccb6f116e03c880f7ea714232c8b7d45a5c4d2d34894db2179ecc042fa not available\nNOTE: Running setscene task 3769 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_create_package_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_qa.c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_qa_setscene.c8ab85c5d1873b6a54bd9ce6745404270c96ee8833f59f3d5b09c631fe2d1862 not available\nNOTE: Running setscene task 3770 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_populate_lic.35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_populate_lic_setscene.35febf3f637b0a2cf5d364073d9cf74e09f3c26cb1f6d68a7d6086328df2f594 not available\nNOTE: Running setscene task 3771 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.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-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: 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: Inheriting /home/pokybuild/yocto-worker/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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/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-support/nghttp2/nghttp2_1.62.0.bb: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.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.62.0.bb:10)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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/manpages.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-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/recipes-support/nghttp2/nghttp2_1.62.0.bb: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-support/nghttp2/nghttp2_1.62.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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:10)\nDEBUG: 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.62.0.bb:10)\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/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/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/recipes-support/nghttp2/nghttp2_1.62.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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:10)\nDEBUG: 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.62.0.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/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/libpipeline/libpipeline_1.5.7.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/recipes-support/nghttp2/nghttp2_1.62.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-networking/2.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: 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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['libpipeline', 'do_package_write_ipk', '/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:   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_create_spdx', '/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_package_write_deb', '/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/man-db/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-3496823/tmp/work/core2-64-poky-linux/openssh/9.7p1/source-date-epoch/__source_date_epoch.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-3496823/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-extended/man-db/man-db_2.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: ['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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_recipe_qa 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_write_rpm which could be accelerated\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_recipe_qa', '/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-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_recipe_qa.f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpipeline/1.5.7.do_recipe_qa_setscene.f7e1a0fb0055ab7fda321259a62f2b8175268fa90d9e40f554e06deff21d1765 not available\nNOTE: Running setscene task 3774 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_create_package_spdx.ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_create_package_spdx_setscene.ee6cb23b17dba65ec692b0c0dc9322a155866662105654b83877b8575079c053 not available\nNOTE: Running setscene task 3775 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_qa.4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_qa_setscene.4c74cd6bbb3582c5ac5b2e43b797f621e82ba6bd9392f791795fdfa30f5fa056 not available\nNOTE: Running setscene task 3776 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_populate_lic.b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_populate_lic_setscene.b96cc0d9ac6ba24c75939ca242b2bb85c4e596c7d3b5b34e767d33562c9a585f not available\nNOTE: Running setscene task 3777 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_create_package_spdx.8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_create_package_spdx_setscene.8896344edc98d18495e30eacd1aa773814ae7ff64807e9a8c5ba7f76a3226a5a not available\nNOTE: Running setscene task 3778 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_create_package_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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_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-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-support/npth/npth_1.7.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_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-recipe/siteinfo.bbclass (from /home/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.7.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.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-support/npth/npth_1.7.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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.3.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/npth/npth_1.7.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:15)\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: 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.3.0.bb:21)\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', '/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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package_write_deb', '/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: SITE files ['endian-little', 'common-linux', '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: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.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: ['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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_recipe_qa.1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpsl/0.21.5.do_recipe_qa_setscene.1d9dbf2f47b09105b50448c49ebc539267868c48c3ceff6a145999ee6f6e5bb1 not available\nNOTE: Running setscene task 3781 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.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-3496823/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-3496823/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-support/libsoup/libsoup_3.4.4.bb:do_recipe_qa which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: 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: 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-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-3496823/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-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: 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: ['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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package_write_deb', '/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_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package_write_ipk', '/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: 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/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-3496823/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-3496823/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: ['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-3496823/tmp/work/core2-64-poky-linux/nghttp2/1.62.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/nettle/nettle_3.9.1.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/nghttp2/1.62.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/nettle/nettle_3.9.1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_create_package_spdx 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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_recipe_qa.d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/liburcu/0.14.0.do_recipe_qa_setscene.d03e77860b7be649d2cec51b2c5deeb582069a91f2d5b414abee092cdfb4076b not available\nNOTE: Running setscene task 3784 of 6657 (/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/nghttp2/nghttp2_1.62.0.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/nghttp2/1.62.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-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_packagedata.6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_packagedata_setscene.6e45d0ffd28e3749eb96f13f22c4f1a32bc2908edba0936fb2c22a550668635e.qemux86_64 not available\nNOTE: Running setscene task 3785 of 6657 (/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.62.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: Considering setscene task: ['mpfr', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['mpfr', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_write_ipk which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_rpm.8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_package_write_rpm_setscene.8d6daaff57cf9f723fc71d1b4a1ad6a673e81b14130b235a3f7e78660f823692 not available\nNOTE: Running setscene task 3788 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.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-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_create_spdx.90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_create_spdx_setscene.90d75a191ea859c5964fdd742a44aed812c8ee4a634f9bf270bdfa8ed324fd14 not available\nNOTE: Running setscene task 3789 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_qa.960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_qa_setscene.960a5d5a3a0a2d998f6119433538dacfb994dc4f86bb2d07c819d6a099223900 not available\nNOTE: Running setscene task 3790 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_qa_setscene)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_populate_lic.0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_populate_lic_setscene.0bc7088fa5a91922f84d6a78332671121f28ce7e9856663a205a6b402c7988e4 not available\nNOTE: Running setscene task 3791 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_populate_lic_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-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-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_package_spdx.7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_package_spdx_setscene.7d515fbf88d14588075f093bbb3b78e993b60ad5f0289c2d41ba23328424500a not available\nNOTE: Running setscene task 3792 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_qa.12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_qa_setscene.12c381f41603ff0371b0a013131fca057ad0126467beea216bd8f368df6eb468 not available\nNOTE: Running setscene task 3793 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_qa_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-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_lic.160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_populate_lic_setscene.160703bfcb79759aa0873dd0718dffec59ab6e2f7b2e92b5991a333f4e2284d6 not available\nNOTE: Running setscene task 3794 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_create_package_spdx.406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_create_package_spdx_setscene.406d795482284cf24330bb68d378741d8412db5642a2c7cb46d1288c145c8803 not available\nNOTE: Running setscene task 3795 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_create_package_spdx_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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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.62.0.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/npth/1.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-support/pinentry/pinentry_1.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-support/pinentry/pinentry_1.3.0.bb:21)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/npth/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/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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.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/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-support/nghttp2/nghttp2_1.62.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.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-support/pinentry/pinentry_1.3.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/npth/1.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-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/popt/popt_1.19.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pinentry/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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: SITE 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/popt/popt_1.19.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/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: 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/npth/npth_1.7.bb:do_populate_lic which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_create_package_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/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/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.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-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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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/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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_create_spdx.404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_create_spdx_setscene.404217386c3fabac5a26b3e6bf9073dca63310b77761b7ce2ad0728bcae2eae0 not available\nNOTE: Running setscene task 3796 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_create_spdx.aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_create_spdx_setscene.aedb4a813a6d6e6d102db567bbcb88ae15a13c2c46cab4e9a6be9a9d474b8528 not available\nNOTE: Running setscene task 3797 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_qa.22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_qa_setscene.22b369117f6397760e984909fd75b6c4e5c4451089acb08bfb8c20fd3f30248d not available\nNOTE: Running setscene task 3798 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_qa_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/ptest-runner/ptest-runner_2.4.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_populate_lic.577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_populate_lic_setscene.577d6f8d51931b959afad9b063103f65ff884f868c9e282fb2647f42c5779812 not available\nNOTE: Running setscene task 3799 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_package_spdx.fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_package_spdx_setscene.fa44466eae98ebd6b27a697e781e6068513b52f64f5c39c96de629932a348624 not available\nNOTE: Running setscene task 3800 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_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-support/npth/npth_1.7.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_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-support/pinentry/pinentry_1.3.0.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_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: 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: 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.4.bb:37)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.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/npth/npth_1.7.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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:37)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:21)\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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_qa.b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_qa_setscene.b6a644a442d47780627b980dda6b144d428d75f40ba47a157b93705b9cc25810 not available\nNOTE: Running setscene task 3801 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_qa_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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: 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/liburcu/liburcu_0.14.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: SITE files ['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: ['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', '/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:   considering dependency: ['libyaml', 'do_package_write_ipk', '/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_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_write_deb', '/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: 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-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pinentry/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-3496823/tmp/work/core2-64-poky-linux/pinentry/1.3.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_package', '/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-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_recipe_qa.9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libyaml/0.2.5.do_recipe_qa_setscene.9c1ad1492ebee37016f6e1e731aef69bd21604f1f7561f0349ce7a9054e5fcc5 not available\nNOTE: Running setscene task 3804 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_recipe_qa_setscene)\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: 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-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_lic.4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_populate_lic_setscene.4cc3db34459eaedd04bb3a211772f16954a8c7b4e502bb30987a710ed65bda69 not available\nNOTE: Running setscene task 3805 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_populate_lic_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_create_package_spdx.2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_create_package_spdx_setscene.2838f7ed93d1a1a419a688f92d19be81f492212f1beea1b1bd1a20000f104533 not available\nNOTE: Running setscene task 3806 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/nghttp2/1.62.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.62.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/ptest-runner/2.4.4+git/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['nghttp2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_create_package_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-support/libyaml/libyaml_0.2.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_spdx.80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_create_spdx_setscene.80f69700c824794f6db61e6f45291c60a13f78310736b0ef5fa6905339fb4303 not available\nNOTE: Running setscene task 3808 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/popt/popt_1.19.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/meson-routines.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_create_spdx.f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_create_spdx_setscene.f571f6bf4191bd0820476dd09e40cd8879d8d305fbe8c9177b2c0fd2c15e089b not available\nNOTE: Running setscene task 3809 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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: 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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['nghttp2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.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-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: 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-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_write_rpm.475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_package_write_rpm_setscene.475b41dec0f62820c56df777478289ea912f54b13b3cf93913f7f505711b906a not available\nNOTE: Running setscene task 3811 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_rpm_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: Considering setscene task: ['nghttp2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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:   considering dependency: ['nghttp2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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-extended/psmisc/psmisc_23.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/psmisc/psmisc_23.7.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/gettext.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-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_spdx.96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_create_spdx_setscene.96637f6ee8ca55cd43b402cbd438361e86296fe670155c4d898d1395d6e49d90 not available\nNOTE: Running setscene task 3813 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.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/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: 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: 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_23.7.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_create_spdx.0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_create_spdx_setscene.0eb63f6fe06566d14218e8ba5bce0db916c923c58428959758187b331cadd0bc not available\nNOTE: Running setscene task 3814 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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/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: 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_23.7.bb:54)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_qa.97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_qa_setscene.97b21a14a002e5725731dc0f94e98e315b6b6ae637431106de9351e88f05f24a not available\nNOTE: Running setscene task 3815 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_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-support/nghttp2/nghttp2_1.62.0.bb:10)\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/sqlite/sqlite3_3.45.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_populate_lic.4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_populate_lic_setscene.4a316decf43e1332e66078e843d6435b49c3286961c1fbf85d0cd065ffd2d948 not available\nNOTE: Running setscene task 3816 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.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/manpages.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/npth/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-3496823/tmp/work/core2-64-poky-linux/ptest-runner/2.4.4+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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:10)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ptest-runner/2.4.4+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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pinentry/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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:37)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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.4.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/popt/popt_1.19.bb:16)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_populate_lic 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: 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/recipes-support/sqlite/sqlite3_3.45.3.bb:1: including sqlite3.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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/sqlite/sqlite3.inc:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:1: including sqlite3.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/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_create_spdx.7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_create_spdx_setscene.7d10feb474c0dd8e4fe2c01d5bd4d11e7fd0c28c8c945938bb7c46e87796f590 not available\nNOTE: Running setscene task 3817 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['npth', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['npth', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_write_rpm.216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_package_write_rpm_setscene.216fe0dc382753df08954bc93501d760d4a436ab423d86af1c794d64582c3c6e not available\nNOTE: Running setscene task 3820 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb (full)\nDEBUG: Considering setscene task: ['pinentry', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_deb 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/libassuan/libassuan_2.5.7.bb:27)\nDEBUG: SITE files ['endian-little', 'common-linux', '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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['pinentry', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_ipk 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/libassuan/libassuan_2.5.7.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.7.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.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/libassuan/libassuan_2.5.7.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.7.bb:27)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_write_rpm.1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_package_write_rpm_setscene.1baca9338f7c4adbe1ed01da7852bde130cfd87234fdf81317aa517d138cdd57 not available\nNOTE: Running setscene task 3824 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.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/recipes-support/npth/npth_1.7.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: Considering setscene task: ['pinentry', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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-support/npth/npth_1.7.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_create_package_spdx.31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_create_package_spdx_setscene.31105d2d000d299c96174e356104644d16df41ab2339b7ee1ebad1c58e78bbde not available\nNOTE: Running setscene task 3826 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_qa.9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_qa_setscene.9e9b7d8cc4f7d7bbe8bc18d5cd5ba2836cf69d7a0c129b886195520f62f07eb2 not available\nNOTE: Running setscene task 3827 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_populate_lic.e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_populate_lic_setscene.e6ec9d802d3d0dd008458c7d692f8973ba273deb5dd73e0a61b777014075814d not available\nNOTE: Running setscene task 3828 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.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-support/pinentry/pinentry_1.3.0.bb:21)\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: Inheriting /home/pokybuild/yocto-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/taglib/taglib_2.0.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sqlite3/3.45.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/pinentry/pinentry_1.3.0.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_2.0.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.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-support/taglib/taglib_2.0.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.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-support/taglib/taglib_2.0.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_2.0.1.bb:21)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/sqlite/sqlite3_3.45.3.bb:do_create_package_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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.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_2.0.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_2.0.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_2.0.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_2.0.1.bb:21)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_create_package_spdx.fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_create_package_spdx_setscene.fe24627c28d4de7713e220a906a4cfe02776baf995f5e1e806df2a223b3c0897 not available\nNOTE: Running setscene task 3829 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_qa.58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_qa_setscene.58aa22ffd9382cc61bbb90fd08edba8965bac5f04dad09cca74a337f581e38b4 not available\nNOTE: Running setscene task 3830 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_populate_lic.ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_populate_lic_setscene.ad04dc2d4fbb1ef13d43beedd80795b1f19d0a5caee8cca75de13fc63f75a5d7 not available\nNOTE: Running setscene task 3831 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/psmisc/23.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/ptest-runner/2.4.4+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/utfcpp/utfcpp_4.0.5.bb (full)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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/utfcpp/utfcpp_4.0.5.bb:14)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/nghttp2/1.62.0/source-date-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/utfcpp/utfcpp_4.0.5.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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/utfcpp/utfcpp_4.0.5.bb:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sqlite3/3.45.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/popt/popt_1.19.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sqlite3/3.45.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/sqlite/sqlite3_3.45.3.bb:do_package_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libassuan/2.5.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['bash', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/npth/1.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-support/libassuan/libassuan_2.5.7.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['bash', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pinentry/1.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-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_rpm.0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_package_write_rpm_setscene.0382bbace3868605028d5f5d414a53be247b4a8e053b323ab01da784a532510f not available\nNOTE: Running setscene task 3834 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['bash', 'do_populate_sysroot', '/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_populate_sysroot', '/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_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/taglib/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['psmisc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Considering setscene task: ['psmisc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/taglib/2.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/bash/bash_5.2.21.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_write_rpm.b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_package_write_rpm_setscene.b6fbd839756cd946de6d0867013a624a2ab8bf2045e7b6f5c0bc7c08db070c87 not available\nNOTE: Running setscene task 3838 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_rpm_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:1: including bash.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/taglib/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['psmisc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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/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-support/taglib/taglib_2.0.1.bb:do_package_qa which could be accelerated\nDEBUG: Considering setscene task: ['libassuan', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_deb 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/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: Considering setscene task: ['libassuan', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_write_rpm.c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_package_write_rpm_setscene.c8f5b8571ff0c49a4de3ab24e2c97db698b41dd1d2f08b80a17f7cf07d6b2205 not available\nNOTE: Running setscene task 3842 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_create_spdx.31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_create_spdx_setscene.31adf861bf31b4939400c8dab78c4cdafd696c48a5a62316c519637aad0660a3 not available\nNOTE: Running setscene task 3843 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_packagedata.6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_packagedata_setscene.6f8a005c4afd1b24c58bbfd9ba26c90e7aed7e104e258f53be1f21ae3406c9cb.qemux86_64 not available\nNOTE: Running setscene task 3844 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_packagedata.8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_packagedata_setscene.8922398408d1798b55c5d116cf0e4385cd6820154c7e0f0f68f33a097fb13b43.qemux86_64 not available\nNOTE: Running setscene task 3845 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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-extended/psmisc/psmisc_23.7.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-extended/psmisc/psmisc_23.7.bb:54)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_packagedata.c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_packagedata_setscene.c2dfab667d0f043ec11d0249695de178c091148e1669807d04cdac5786dfa7be.qemux86_64 not available\nNOTE: Running setscene task 3846 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['popt', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['popt', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/utfcpp/4.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-3496823/tmp/work/core2-64-poky-linux/utfcpp/4.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-3496823/tmp/work/core2-64-poky-linux/utfcpp/4.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-support/libassuan/libassuan_2.5.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/libassuan/libassuan_2.5.7.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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-support/utfcpp/utfcpp_4.0.5.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.49.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_rpm.64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_package_write_rpm_setscene.64d5deef3cf75a77a97f32158f735f34c83b742f3fa241e6d5a5deedfba2df0a not available\nNOTE: Running setscene task 3849 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.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-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb: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-support/libassuan/libassuan_2.5.7.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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.7.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.7.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.7.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.49.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/npth/npth_1.7.bb: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-support/nghttp2/nghttp2_1.62.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/recipes-support/libgpg-error/libgpg-error_1.49.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-support/libgpg-error/libgpg-error_1.49.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.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/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/libgpg-error/libgpg-error_1.49.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_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.62.0.bb: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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.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: 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: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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: ['babeltrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.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.13.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: 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.62.0.bb:10)\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.7.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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/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/pinentry/pinentry_1.3.0.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb (full)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_deb 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/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: Considering setscene task: ['ptest-runner', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_ipk 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: 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-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_write_rpm.6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_package_write_rpm_setscene.6a3786404f3066de5589c8164103b58b7f01d7560d3076500b148c6ad9808bfc not available\nNOTE: Running setscene task 3853 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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.4.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.4.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG: Deferring /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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 /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-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot as it is a hard dependency\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_sysroot.8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_populate_sysroot_setscene.8913a31dac49e1ac4aca1933673053a03c02e0556572a13d8684786439f1a7a5 not available\nNOTE: Running setscene task 3854 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_sysroot.3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_populate_sysroot_setscene.3dbef33b3a3c5de049ca068b92410b50316918722d6546408ad9e77ed12c3940 not available\nNOTE: Running setscene task 3855 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_create_spdx.907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_create_spdx_setscene.907e09462a93f7c10062cc5a491f9a91541e709c79c4a0026af25129a341c8d1 not available\nNOTE: Running setscene task 3856 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_package_spdx.db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_package_spdx_setscene.db6a38d963bf322316e2910fa98054439e0cae381f23bb53bede1bfc9cc06a0d not available\nNOTE: Running setscene task 3857 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_package_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_qa.734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_qa_setscene.734517df62cdf6c30ef48947f73adcd19c339c7761e0b72d11bc45a7f0784895 not available\nNOTE: Running setscene task 3858 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_qa_setscene)\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-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_lic.59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_populate_lic_setscene.59433e1f17fa1b7b4af85c58b192ec6a18bbaec02422844d1db3ebed428262e4 not available\nNOTE: Running setscene task 3859 of 6657 (/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-support/ptest-runner/ptest-runner_2.4.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-support/ptest-runner/ptest-runner_2.4.4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_create_package_spdx.26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_create_package_spdx_setscene.26091d26479b33ad8755c6282d698e592efae7122f99c5153f91a1c5b42a8bee not available\nNOTE: Running setscene task 3860 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_create_package_spdx_setscene)\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: 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: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/taglib/taglib_2.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-support/taglib/taglib_2.0.1.bb:21)\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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:21)\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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.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/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: 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/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/python3-dir.bbclass (from /home/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/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/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/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/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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.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/vte/vte_0.74.2.bb:19)\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/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/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/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/python3-dir.bbclass (from /home/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/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/meson-routines.bbclass (from /home/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: 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/python3-dir.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.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-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/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/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/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: Inheriting /home/pokybuild/yocto-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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/psmisc/23.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/bash/bash_5.2.21.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_qa.f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_qa_setscene.f7f800c9072d1e6450c8402233ee25cfb17dfc292c8aec873d17e9c807cf84db not available\nNOTE: Running setscene task 3861 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libassuan/2.5.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-support/libassuan/libassuan_2.5.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/npth/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-3496823/tmp/work/core2-64-poky-linux/pinentry/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-support/xxhash/xxhash_0.8.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/nghttp2/1.62.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/npth/npth_1.7.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgpg-error/1.49/source-date-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.62.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['libgpg-error', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_deb which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/popt/1.19/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: 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: Considering setscene task: ['libgpg-error', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_write_rpm.e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_package_write_rpm_setscene.e196bd8b300e82a71944c65e182d4ae949dfca790af3fec302a6e15d656cbb5d not available\nNOTE: Running setscene task 3865 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['nghttp2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ptest-runner/2.4.4+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: Considering setscene task: ['nghttp2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_packagedata.4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_packagedata_setscene.4d34352fec82e01be4fb5f0725f4fbf93d6ded6e9d45887fcad5baab19102e3b.qemux86_64 not available\nNOTE: Running setscene task 3868 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xxhash/0.8.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['nghttp2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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.62.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_recipe_qa.190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nghttp2/1.62.0.do_recipe_qa_setscene.190c8ca727522d150e514112c2f67b31a253060ac49f2790683b10559896ecac not available\nNOTE: Running setscene task 3869 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb (full)\nDEBUG: 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.49.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_create_package_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-3496823/tmp/work/core2-64-poky-linux/taglib/2.0.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package 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/libgpg-error/libgpg-error_1.49.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.49.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.49.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.49.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.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/libgpg-error/libgpg-error_1.49.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.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/psmisc/psmisc_23.7.bb:20)\nDEBUG: Considering setscene task: ['npth', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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-support/libgpg-error/libgpg-error_1.49.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/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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/psmisc/psmisc_23.7.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-support/nghttp2/nghttp2_1.62.0.bb: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-extended/psmisc/psmisc_23.7.bb:54)\nDEBUG: Considering setscene task: ['npth', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['npth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_recipe_qa.d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/npth/1.7.do_recipe_qa_setscene.d3452256fcb6cd85cc9213a17dd5a8d52bfee7d2240bf87326541da870364298 not available\nNOTE: Running setscene task 3872 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_recipe_qa_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/nghttp2/nghttp2_1.62.0.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/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-support/nghttp2/nghttp2_1.62.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: Considering setscene task: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package 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.62.0.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_packagedata.a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_packagedata_setscene.a4360465e772fe7047076152d94f6439c9c08f34159ac3b010a5a59ecfc661d2.qemux86_64 not available\nNOTE: Running setscene task 3874 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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.7.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_sysroot which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_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-support/npth/npth_1.7.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-support/vte/vte_0.74.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: Considering setscene task: ['pinentry', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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-support/libassuan/libassuan_2.5.7.bb (full)\nDEBUG: Considering setscene task: ['pinentry', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_recipe_qa.ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pinentry/1.3.0.do_recipe_qa_setscene.ef095b64fa5170878fa19a72fffb1275a369557fe0ddf7ff2299ff5d4c570988 not available\nNOTE: Running setscene task 3877 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.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-support/libassuan/libassuan_2.5.7.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-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_packagedata.50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_packagedata_setscene.50ca34769fa40b6c274c41f185029da7f4742ff1592e9f9769d6b8b75b1b1ef8.qemux86_64 not available\nNOTE: Running setscene task 3878 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['taglib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_deb 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/libassuan/libassuan_2.5.7.bb:27)\nDEBUG: Considering setscene task: ['taglib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xxhash/0.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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.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.7.bb:27)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_write_rpm.78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_package_write_rpm_setscene.78d90f3f28637c623c6c59911ae19a0256281e12b10b40dd57ef186afa2df38e not available\nNOTE: Running setscene task 3881 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.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-support/pinentry/pinentry_1.3.0.bb:21)\nDEBUG: Considering setscene task: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.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: Inheriting /home/pokybuild/yocto-worker/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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_create_spdx.8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_create_spdx_setscene.8ccf22e12b62baaf05f9245d0708231d97f58c5fb1a1e6cdfc66ed52b48665f2 not available\nNOTE: Running setscene task 3883 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_spdx.1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_create_spdx_setscene.1737b4e77694642151b203fece563f06b6307ef9aa36de433c06acf4a081bd01 not available\nNOTE: Running setscene task 3884 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.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-support/taglib/taglib_2.0.1.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_create_spdx.2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_create_spdx_setscene.2b73658ebbe33cf179969c46a4a8f78dcca839e9d9a288236be1ddbc8d07f9a2 not available\nNOTE: Running setscene task 3885 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.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_2.0.1.bb:21)\nDEBUG: Setscene task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_populate_lic.93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_populate_lic_setscene.93de6e4cac49e6666861c954c95d947cd1c000cf1c7d66898c56905f8ada0397 not available\nNOTE: Running setscene task 3886 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_create_package_spdx.a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_create_package_spdx_setscene.a252d487fd192b613afebd3dca84c6e066ac0e0a2582eabc4096f3d21d615b94 not available\nNOTE: Running setscene task 3887 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_package_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/utfcpp/utfcpp_4.0.5.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_populate_lic.dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_populate_lic_setscene.dafa64995f51a8212d6b16e6845d3f33fa8ea871dc3f3f603fbcbddbab76ae86 not available\nNOTE: Running setscene task 3888 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_create_package_spdx.ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_create_package_spdx_setscene.ae097cc4d1b2a7fe4fb19d88097e2f7554e484f0308e5ee244a3f641c3435f45 not available\nNOTE: Running setscene task 3889 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_create_package_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/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.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/gobject-introspection.bbclass:14)\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-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_populate_lic.a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_populate_lic_setscene.a9cc6d5046a4d60198eba7e71bacadf1f6644791a05223d219b726418137b983 not available\nNOTE: Running setscene task 3890 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.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/multilib_header.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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/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.3.1.bb:23)\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/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-connectivity/slirp/libslirp_git.bb:16)\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.3.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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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: 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/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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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-connectivity/openssl/openssl_3.3.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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-recipe/python3-dir.bbclass (from /home/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/qemu.bbclass (from /home/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/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/slirp/libslirp_git.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-connectivity/openssl/openssl_3.3.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/manpages.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgpg-error/1.49/source-date-epoch/__source_date_epoch.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-3496823/tmp/work/core2-64-poky-linux/psmisc/23.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-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_package_spdx.5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_package_spdx_setscene.5dc715fea9c3db1367ce8340df466dce2bb7a3eb87718a6a78c1a33de332f062 not available\nNOTE: Running setscene task 3891 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_package_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-3496823/tmp/work/core2-64-poky-linux/nghttp2/1.62.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/psmisc/psmisc_23.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: 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.62.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/npth/1.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-support/npth/npth_1.7.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libassuan/2.5.7/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.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.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-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-support/libassuan/libassuan_2.5.7.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/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-3496823/tmp/work/core2-64-poky-linux/pinentry/1.3.0/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.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_recipe_qa.7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/psmisc/23.7.do_recipe_qa_setscene.7f78fc97a206499a3870019625e818247ec46271a2e78c060f173b258a6f837a not available\nNOTE: Running setscene task 3894 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['libassuan', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_deploy_source_date_epoch 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.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_recipe_qa.a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libassuan/2.5.7.do_recipe_qa_setscene.a4159789de2d68054de7c2775ef5552041a62b873ab470e07801372359f5d8f4 not available\nNOTE: Running setscene task 3897 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/popt/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/taglib/2.0.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-core/dbus/dbus-glib_0.112.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_lic.b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_lic_setscene.b1b431ce3f0bc9efbe7c05232127a5f31c89f13dfbe358d4710bd8ddf2cb4f91 not available\nNOTE: Running setscene task 3898 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_package_spdx.d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_package_spdx_setscene.d3ac0ce8daf114e4597a71d7c90f8d854ddc9f5c254f36dd799f56c75ae6730e not available\nNOTE: Running setscene task 3899 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_package_spdx_setscene)\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: 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_package', '/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:   considering dependency: ['popt', 'do_package_write_deb', '/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_packagedata', '/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_write_ipk', '/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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_2.0.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xxhash/0.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-3496823/tmp/work/core2-64-poky-linux/xxhash/0.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/xxhash/xxhash_0.8.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/utfcpp/4.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-extended/psmisc/psmisc_23.7.bb (full)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.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/psmisc/psmisc_23.7.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-connectivity/slirp/libslirp_git.bb:0)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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/libassuan/libassuan_2.5.7.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/siteinfo.bbclass (from /home/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/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-connectivity/slirp/libslirp_git.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb (full)\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/relocatable.bbclass (from /home/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/psmisc/psmisc_23.7.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-support/libassuan/libassuan_2.5.7.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-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_1.14.10.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-connectivity/openssl/openssl_3.3.1.bb:0)\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.7.bb:27)\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_package', '/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-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_recipe_qa.93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/popt/1.19.do_recipe_qa_setscene.93c3afc2cca0aba4ad0672c0f4694f912000397a7a5a58469428462c358b13e0 not available\nNOTE: Running setscene task 3902 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.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/psmisc/psmisc_23.7.bb:54)\nDEBUG: 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.7.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.7.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/siteinfo.bbclass (from /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/nopackages.bbclass (from /home/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-connectivity/openssl/openssl_3.3.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-core/dbus/dbus-glib_0.112.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-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-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_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: 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/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/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/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-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: Inheriting /home/pokybuild/yocto-worker/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_packagedata.0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_packagedata_setscene.0f840244fac3fa4b258147bb2fc80140195487d0c63cd5057983a45a7d4841e0.qemux86_64 not available\nNOTE: Running setscene task 3903 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:48)\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: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-3496823/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: ['utfcpp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_deb 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/popt/popt_1.19.bb (full)\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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_create_spdx.09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_create_spdx_setscene.09eab7c3b6137689428c117a73b574d4efa17e3c3baee5d906105a48ff425b1f not available\nNOTE: Running setscene task 3905 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_create_spdx.5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_create_spdx_setscene.5c99e702ef0de364a62653a836585d653196356bde8f7e7a441d39c4d2ec9e07 not available\nNOTE: Running setscene task 3906 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.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_2.0.1.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_create_spdx.82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_create_spdx_setscene.82f6a4d984821e7976729489ba53c1fde392015075b205c6a568c011d6341797 not available\nNOTE: Running setscene task 3907 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_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-support/taglib/taglib_2.0.1.bb:21)\nDEBUG: Considering setscene task: ['utfcpp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_write_rpm.cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_package_write_rpm_setscene.cf1a670cd2da7d778c79244a7502d48a8a5fae092ad0ef654766725db18e7ca1 not available\nNOTE: Running setscene task 3909 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:1: including gtk+3.inc\nDEBUG: Considering setscene task: ['vte', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_write_deb 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-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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: Considering setscene task: ['vte', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_write_ipk 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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/gettext.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-support/utfcpp/utfcpp_4.0.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/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-support/gnutls/gnutls_3.8.5.bb: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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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.5.bb:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_rpm.126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_package_write_rpm_setscene.126cd362e4a327d5c74f8ffdd8bbd5f5d57b63c7601ffb5fa4fb1f9129f07e7c not available\nNOTE: Running setscene task 3912 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.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-support/utfcpp/utfcpp_4.0.5.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/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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.14.4.bb:47)\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.5.bb: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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\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.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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-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/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\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-3496823/tmp/work/x86_64-linux/libslirp-native/4.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/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.14.4.bb:47)\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.14.4.bb:47)\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-3496823/tmp/work/x86_64-linux/libslirp-native/4.8.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-connectivity/slirp/libslirp_git.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/openssl-native/3.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-connectivity/slirp/libslirp_git.bb:do_populate_lic which could be accelerated\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-3496823/tmp/work/x86_64-linux/openssl-native/3.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-connectivity/openssl/openssl_3.3.1.bb:do_create_package_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-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: 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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: 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: ['matchbox-terminal', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.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: 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/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: Considering setscene task: ['xxhash', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['xxhash', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_write_rpm.3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_package_write_rpm_setscene.3b467b3abfdb0bf558509edea9a486c9b33b14c9aa9f73b08b0b8c2b300ffd17 not available\nNOTE: Running setscene task 3916 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_rpm_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/dbus/dbus_1.14.10.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libassuan/2.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['xxhash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['ccache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_create_spdx.0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_create_spdx_setscene.0f30767b9963bf2a0bdea7c5b306da16a0a2a21f7fea2ea8a1a2d3b3b1d04b2b not available\nNOTE: Running setscene task 3918 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/psmisc/23.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: 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-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_lic.83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_lic_setscene.83509fb9949d5cba23701f0e9e8843d805b05921bde76efd44034b7c33c048b8 not available\nNOTE: Running setscene task 3919 of 6657 (virtual:native:/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-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_create_package_spdx.bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_create_package_spdx_setscene.bc7c009fbfb6a4ae728383d3ace08d29792e277e3b80232970b6f3a4dd24b0c5 not available\nNOTE: Running setscene task 3920 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_package_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_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_populate_lic.b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_populate_lic_setscene.b621f884877a17e531b64aa5a35a17df36a26ee79ada76c779255061889ec6a5 not available\nNOTE: Running setscene task 3921 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_create_package_spdx.bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_create_package_spdx_setscene.bf2ff3ea0baba134a8ed4b99f57116fbbb063975655f3d2b65797b3592bc400c not available\nNOTE: Running setscene task 3922 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_populate_lic.5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_populate_lic_setscene.5302e28313d74c2f97f03e3a83dbb8152e884d59af170d876c3b6aafcc20c6cf not available\nNOTE: Running setscene task 3923 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_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-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/python3native.bbclass (from /home/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-core/dbus/dbus_1.14.10.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-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:24)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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-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.6.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-connectivity/slirp/libslirp_git.bb:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:24)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:23: including gettext-sources.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/expat/expat_2.6.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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-core/gettext/gettext_0.22.5.bb:34)\nDEBUG: 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.6.2.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: SITE files ['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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:23: including gettext-sources.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:48)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/taglib/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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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-core/gettext/gettext_0.22.5.bb:34)\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: SITE files ['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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:34)\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:48)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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-core/gettext/gettext_0.22.5.bb:34)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:34)\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.5.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-core/gettext/gettext_0.22.5.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: Considering setscene task: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/utfcpp/4.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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_rpm 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_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['taglib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.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: ['taglib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.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_2.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_recipe_qa.6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/taglib/2.0.1.do_recipe_qa_setscene.6d56951fe9f84c593e46b254f6006d2467d4ede380060803c7c23d792af9e2e1 not available\nNOTE: Running setscene task 3926 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.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-3496823/tmp/work/core2-64-poky-linux/gtk4/4.14.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-3496823/tmp/work/core2-64-poky-linux/gnutls/3.8.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-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_packagedata.18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_packagedata_setscene.18e8a974fc3fd82c5afe758ed6774e8aa1e3af8bd7567a3d275cf286730f5a2d.qemux86_64 not available\nNOTE: Running setscene task 3927 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/gtk+3/3.24.42/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['utfcpp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_spdx.4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_create_spdx_setscene.4a8baa7ab918c2eef60e19c0873acc003ccc8a7fe0fbaae2b08caf0e4210f628 not available\nNOTE: Running setscene task 3929 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.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-support/taglib/taglib_2.0.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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/utfcpp/utfcpp_4.0.5.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/taglib/taglib_2.0.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_2.0.1.bb:21)\nDEBUG: Considering setscene task: ['gtk+3', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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/vte/vte_0.74.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['gtk+3', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_ipk 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: Inheriting /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-3496823/tmp/work/core2-64-poky-linux/xxhash/0.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-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_write_rpm.60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_package_write_rpm_setscene.60b79646a0e1bf82b8d794c9ac84c1c89c058832d53eb0d6eaa379a231a1686e not available\nNOTE: Running setscene task 3932 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_rpm_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-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: Considering setscene task: ['gtk4', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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: ['gtk4', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_ipk 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/expat/expat_2.6.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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-gnome/gtk+/gtk+3_3.24.42.bb:1: including gtk+3.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/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/dbus/dbus_1.14.10.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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/meson-routines.bbclass (from /home/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/gettext/gettext_0.22.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/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/nopackages.bbclass (from /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-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_write_rpm.663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_package_write_rpm_setscene.663645305b4b0ec59ed2078bb5198329edbaae3aba80c1a6481edb44ff5269fa not available\nNOTE: Running setscene task 3935 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_rpm_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/qemu.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_spdx.c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_create_spdx_setscene.c0d51ff93508fd9cc67cb4b4afbcc642f4b59fd95a24912aba94a24d27433dee not available\nNOTE: Running setscene task 3936 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_spdx.bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_create_spdx_setscene.bdc13b45997b80ea30cb6d404b218d3fcb85e46f29cbafb252750bf858f6ee6e not available\nNOTE: Running setscene task 3937 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_spdx.260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_create_spdx_setscene.260c63f1c8d5a6d7dfcaf52836e12eadd27415ee9db5c07b0fbe3b7e3d423f10 not available\nNOTE: Running setscene task 3938 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_create_spdx.867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_create_spdx_setscene.867a4c17946262561b09f20ff62e8d4f18dcd679fd33f78772ed44b6a8b97573 not available\nNOTE: Running setscene task 3939 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_spdx.b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_create_spdx_setscene.b84d862325fddb4bc49a8bf25921badcc3384b5d4c7c86b9638813e6b49e67a5 not available\nNOTE: Running setscene task 3940 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.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: SITE 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+/gtk4_4.14.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-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/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: SITE files ['endian-little', 'common-linux', '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: 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: 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/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/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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.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-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: 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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:9: including xorg-lib-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/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/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: 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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.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.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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-gnome/gtk+/gtk4_4.14.4.bb:47)\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/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/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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: Inheriting /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/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/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/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/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/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-3496823/tmp/work/x86_64-linux/libslirp-native/4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/utfcpp/4.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-connectivity/slirp/libslirp_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/taglib/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_create_spdx.75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_create_spdx_setscene.75d9cf8c11acecfeb2c380cb06634c04465542a6ad3737f348df37bb46aa24f8 not available\nNOTE: Running setscene task 3941 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/expat-native/2.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-support/taglib/taglib_2.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/expat-native/2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/gettext-native/0.22.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/expat/expat_2.6.2.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gettext-native/0.22.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/dbus/dbus_1.14.10.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/gi-docgen/gi-docgen_2023.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/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: ['gi-docgen', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_deb which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.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: SITE files ['endian-little', 'common-linux', '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: ['gi-docgen', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_rpm.9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_package_write_rpm_setscene.9a4aeb2780783619fc06cf843780789db9b420d63ca4df3833af6102bff8230d not available\nNOTE: Running setscene task 3944 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_spdx.2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_create_spdx_setscene.2333d6cd0406eb6418a98add0ec9cdcd5b507caa019c2cb975def4039562b13e not available\nNOTE: Running setscene task 3945 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_create_spdx.dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_create_spdx_setscene.dda9f537d6da74d566760a902254a95b2f76fd194f186540bb4139c16afb1e77 not available\nNOTE: Running setscene task 3946 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gnutls', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['gnutls', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_ipk 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-gnome/gi-docgen/gi-docgen_2023.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_write_rpm.8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_package_write_rpm_setscene.8a252814818dcae203ddbe25aa8b56ebb3caed2b37e1292086613c24d2a52853 not available\nNOTE: Running setscene task 3949 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_rpm_setscene)\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/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: SITE files ['endian-little', 'common-linux', '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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_spdx.44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_create_spdx_setscene.44449d66867381bfe9f198cd97bd49c76adf5bb5f1749e14512e87a2a4517111 not available\nNOTE: Running setscene task 3950 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_spdx.96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_create_spdx_setscene.96e6f63c5c5adfe56015ba93f6e6f6e229776f3eb2cb4b8634fa1c5ad19c0da5 not available\nNOTE: Running setscene task 3951 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.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/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-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_spdx.c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_create_spdx_setscene.c79ee35fc21e87b7e052be46bc28d57d7bf32470f7b38d528bda4ee965271ed4 not available\nNOTE: Running setscene task 3952 of 6657 (/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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['utfcpp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.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: SITE files ['endian-little', 'common-linux', '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-multimedia/libtiff/tiff_4.6.0.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-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: ['utfcpp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk+3/3.24.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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.0.bb: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-support/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb: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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.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/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/gnutls/libtasn1_4.19.0.bb:21)\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: 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.5.bb:31)\nDEBUG: Considering setscene task: ['utfcpp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['utfcpp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_recipe_qa.2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/utfcpp/4.0.5.do_recipe_qa_setscene.2f77c0a6c12e5ab2f2032d60ecc2461a9ffbde6fe760ee6e06e303dcff50ae7c not available\nNOTE: Running setscene task 3955 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:31)\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-3496823/tmp/work/core2-64-poky-linux/libxcursor/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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/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/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/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/python3-dir.bbclass (from /home/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-support/gnutls/libtasn1_4.19.0.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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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/siteinfo.bbclass (from /home/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/libseccomp/libseccomp_2.5.5.bb:18)\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: 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-graphics/xorg-lib/libxcursor_1.2.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/ptest.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-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/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-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: Considering setscene task: ['libxcomposite', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_deb 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_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk4/4.14.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-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb: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/graphene/graphene_1.10.8.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-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_packagedata.c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_packagedata_setscene.c78ff78c39c09de7dddfa12edb3eb80760fa31e6d4d9600e160513b9efd0bffa.qemux86_64 not available\nNOTE: Running setscene task 3957 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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: SITE files ['endian-little', 'common-linux', '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: ['graphene', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['graphene', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_rpm.6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_package_write_rpm_setscene.6e3f373c4b7698df0500f8e8fbb5f8ed00491afd0e9985afebe2befe4301c084 not available\nNOTE: Running setscene task 3960 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['libepoxy', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libepoxy', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_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-gnome/gnome/adwaita-icon-theme_46.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_46.0.bb:13)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_rpm.96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_package_write_rpm_setscene.96e78b90a55178e01a92749ef63a8b9a7ca4d4d91f9547bb1288326eb49e89e0 not available\nNOTE: Running setscene task 3963 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_rpm_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_46.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_packagedata.18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_packagedata_setscene.18061808a8be6fd6479af19b4fb8107c17bc599ccf0d310130ad4f16b2d1cd13.qemux86_64 not available\nNOTE: Running setscene task 3964 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libxcomposite', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_rpm.e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_package_write_rpm_setscene.e782133cee630e592a1f4186735e0b5bc6e4a418b46bf777f92a0b5832a6d4b3 not available\nNOTE: Running setscene task 3966 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.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/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-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/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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_spdx.027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_create_spdx_setscene.027c69a672e4e2fbba0c039470becd1900c883303b0091c626e885558854ebbe not available\nNOTE: Running setscene task 3967 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.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/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: 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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/libepoxy/libepoxy_1.5.10.bb:16)\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/python3native.bbclass (from /home/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/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/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-3496823/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_spdx.c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_create_spdx_setscene.c7fa08205f8866a2f06ec49d0afaa53e2af01640853fc708d06e2543fe0152b1 not available\nNOTE: Running setscene task 3968 of 6657 (/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/qemu.bbclass (from /home/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/ttf-fonts/liberation-fonts_2.1.5.bb:20)\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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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/siteinfo.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_packagedata.28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_packagedata_setscene.28c0bec1ec52e93c8f01f44b6c1de9fc2d3ccf43e1c749e5b4e3962f8bdba69f.qemux86_64 not available\nNOTE: Running setscene task 3969 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_packagedata_setscene)\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/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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_packagedata.d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_packagedata_setscene.d15fa143a6484cfec23ef0528dc512daf1fca5c754b95e2e1812b701251d0b07.qemux86_64 not available\nNOTE: Running setscene task 3970 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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-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: 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/libgudev/libgudev_238.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_packagedata.4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_packagedata_setscene.4a90bd3eca3d204dc9b950ef05876918901a2814d203481f8b7a2ccdce891a62.qemux86_64 not available\nNOTE: Running setscene task 3971 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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-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/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: SITE files ['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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.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: Inheriting /home/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.4.bb: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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.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/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/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/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/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-3496823/tmp/work/core2-64-poky-linux/at-spi2-core/2.52.0/source-date-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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-jinja2_3.1.4.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-markdown_3.6.bb:6)\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/gnutls/libtasn1_4.19.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_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-markdown_3.6.bb:6)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3-dir.bbclass (from /home/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-support/libseccomp/libseccomp_2.5.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnutls/3.8.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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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-support/gnutls/gnutls_3.8.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/utfcpp/4.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-support/utfcpp/utfcpp_4.0.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_packagedata.78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_packagedata_setscene.78831f2b0043867244b734317cf1e033eb5aefe8b8100e78ed6c790b73dbdf0b.qemux86_64 not available\nNOTE: Running setscene task 3972 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_packagedata_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_packagedata.9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_packagedata_setscene.9d7cfbbecaf2391fe327d30d6a2088d6249b55dc37c16f70ebafe4993a3c4744.qemux86_64 not available\nNOTE: Running setscene task 3973 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_packagedata.07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_packagedata_setscene.07f42b15b1b802ddeb03eb1ba109b553a6adc43509f82ba2b495071f96ae5ee8.qemux86_64 not available\nNOTE: Running setscene task 3974 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_create_spdx.07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_create_spdx_setscene.07906e282b94132aa38ef63a63d9e72af48532e8106ed20a96224e04b5489878 not available\nNOTE: Running setscene task 3975 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libxcursor', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libxcursor', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_ipk 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-devtools/python/python3-pygments_2.18.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_write_rpm.0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_package_write_rpm_setscene.0a767f2e8d65136ee3216718421a6edb0c43ea3f6b35a2000fc5633ae4ba18c4 not available\nNOTE: Running setscene task 3978 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_rpm_setscene)\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.18.0.bb:7)\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/python_hatchling.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:9)\nDEBUG: Considering setscene task: ['libxinerama', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_deb 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/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/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-gnome/librsvg/librsvg_2.57.1.bb (full)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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/python_pep517.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\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_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_write_deb', '/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_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', '/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_ipk', '/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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/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/rust-common.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/adwaita-icon-theme/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/python3-dir.bbclass (from /home/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-graphics/xorg-lib/libxcursor_1.2.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:9: including xorg-lib-common.inc\nDEBUG: Considering setscene task: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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_46.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_46.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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_46.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.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-recipe/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/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.57.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/pixbufcache.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-lib/xorg-lib-common.inc: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-gnome/librsvg/librsvg_2.57.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/xorg-lib/xorg-lib-common.inc: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/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb:18)\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_46.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:20: including librsvg-crates.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['adwaita-icon-theme', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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_46.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_46.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_recipe_qa.26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/adwaita-icon-theme/46.0.do_recipe_qa_setscene.26dc00e30e7638b123e0689b8b463919a291131c9bed5f07bee7a1003a521927 not available\nNOTE: Running setscene task 3983 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_recipe_qa_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: Inheriting /home/pokybuild/yocto-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/libepoxy/libepoxy_1.5.10.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_packagedata.b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_packagedata_setscene.b77e2a20194ed44ed007acb433b04d8812e7ddf904bdc241b0773ef1a0382a43.qemux86_64 not available\nNOTE: Running setscene task 3984 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: ['adwaita-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_populate_sysroot', '/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: ['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: ['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_46.0.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-markdown/3.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-3496823/tmp/work/core2-64-poky-linux/python3-jinja2/3.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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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: 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_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-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_recipe_qa.e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/liberation-fonts/2.1.5.do_recipe_qa_setscene.e67f8cb80d432b49e9be6c18702bddda85b3a4aa70e87f9d5d9ae9c058fa2261 not available\nNOTE: Running setscene task 3987 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.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/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gtk-icon-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.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-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:14)\nDEBUG: Considering setscene task: ['python3-jinja2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.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.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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/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-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: Inheriting /home/pokybuild/yocto-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-markupsafe/2.1.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['bluez5', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_deb which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_packagedata 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/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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:20)\nDEBUG: Considering setscene task: ['bluez5', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_ipk which could be accelerated\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-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_rpm.7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_package_write_rpm_setscene.7699c1fb4bf771f24d4af471485eb49deb5a396e081844a96d31934509a1f919 not available\nNOTE: Running setscene task 3991 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_spdx.c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_create_spdx_setscene.c01ada0e893f7a700617180aa4072908c45efa2347cbe3291d9c6937248a9c6d not available\nNOTE: Running setscene task 3992 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_spdx.0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_create_spdx_setscene.0735229e87b2f5c722e57fcedccc30e3b7213d9b85e36e1cf9d022bbc3eead19 not available\nNOTE: Running setscene task 3993 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_spdx_setscene)\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.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.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.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.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.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_recipe_qa.a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-jinja2/3.1.4.do_recipe_qa_setscene.a66351c34d251ec6e2b6c59379545ce66a326dd0e5ac3b8c84ad16ddda3ec39c not available\nNOTE: Running setscene task 3995 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Considering setscene task: ['python3-markdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package which could be accelerated\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.1.2/download to aho-corasick-1.1.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.6.5/download to anstream-0.6.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.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.12/download to assert_cmd-2.0.12.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/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.4.1/download to bitflags-2.4.1.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.8.0/download to bstr-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.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.83/download to cc-1.0.83.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.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.31/download to chrono-0.4.31.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/4.4.11/download to clap-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.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/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.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.5.1/download to criterion-0.5.1.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-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.31.2/download to cssparser-0.31.2.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/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\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/deranged/0.3.10/download to deranged-0.3.10.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.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/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.9.0/download to either-1.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.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.8/download to errno-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.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-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.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: 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: ['python3-markdown', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download to form_urlencoded-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futf/0.1.5/download to futf-0.1.5.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/futures-channel/0.3.29/download to futures-channel-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.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/futures-task/0.3.29/download to futures-task-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.29.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/fxhash/0.2.1/download to fxhash-0.2.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/autotools.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.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/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.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.14.3/download to hashbrown-0.14.3.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb (full)\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.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.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.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.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/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/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/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.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: 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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:15)\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: 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: Fetching https://crates.io/api/v1/crates/libc/0.2.151/download to libc-0.2.151.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.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.12/download to linux-raw-sys-0.4.12.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-core/dbus/dbus_1.14.10.bb:6)\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/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.11/download to lock_api-0.4.11.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/log/0.4.20/download to log-0.4.20.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-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.0.crate\nDEBUG: Inheriting /home/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: Fetching https://crates.io/api/v1/crates/mac/0.1.1/download to mac-0.1.1.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/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: 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: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.8/download to matrixmultiply-0.3.8.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: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pygments/2.18.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/memoffset/0.9.0/download to memoffset-0.9.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/minimal-lexical/0.2.1/download to minimal-lexical-0.2.1.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/miniz_oxide/0.7.1/download to miniz_oxide-0.7.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python_flit_core.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Fetching https://crates.io/api/v1/crates/nom/7.1.3/download to nom-7.1.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: 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/num-complex/0.4.4/download to num-complex-0.4.4.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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['python3-markdown', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_recipe_qa.354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markdown/3.6.do_recipe_qa_setscene.354c8cbf2b413508805ab7720578c43b5b6735b850341cf184254138c187a830 not available\nNOTE: Running setscene task 3998 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_recipe_qa_setscene)\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.17/download to num-traits-0.2.17.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: 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.4.bb:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.19.0/download to once_cell-1.19.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/pango/0.18.3/download to pango-0.18.3.crate\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:48)\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.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/recipes-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.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/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.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/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.1/download to percent-encoding-2.3.1.crate\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: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_packagedata which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.11.2/download to phf-0.11.2.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.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.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/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:48)\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: 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: Fetching https://crates.io/api/v1/crates/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\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: 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.10/download to png-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.2.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/3.0.4/download to predicates-3.0.4.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/2.0.1/download to proc-macro-crate-2.0.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-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.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/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.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.3.1/download to rand_chacha-0.3.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_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.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxcursor/1.2.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.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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.16/download to ryu-1.0.16.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.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.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.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.41/download to syn-2.0.41.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tendril/0.4.3/download to tendril-0.4.3.crate\nDEBUG: Considering setscene task: ['python3-markupsafe', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package which could be accelerated\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/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.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.8.2/download to toml-0.8.2.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.20.2/download to toml_edit-0.20.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.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.14/download to unicode-bidi-0.3.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.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.5.0/download to url-2.5.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.4.0/download to walkdir-2.4.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/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.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.13/download to wide-0.7.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/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.6/download to winapi-util-0.1.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-core/0.51.1/download to windows-core-0.51.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/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.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/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: 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: 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: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: 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: 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: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: 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: 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: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_packagedata 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_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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.6.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/adwaita-icon-theme/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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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-gnome/gnome/adwaita-icon-theme_46.0.bb:do_recipe_qa which could be accelerated\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.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/librsvg/2.57.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-gnome/librsvg/librsvg_2.57.1.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['python3-markupsafe', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_recipe_qa.9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-markupsafe/2.1.5.do_recipe_qa_setscene.9df10796f7be773451ccade402321c062fb19fa49915d8cbbb2042baf7b0e853 not available\nNOTE: Running setscene task 4001 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/readline/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-3496823/tmp/work/core2-64-poky-linux/python3-jinja2/3.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-core/readline/readline_8.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['readline', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['readline', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/bluez5/5.72/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Considering setscene task: ['readline', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_ipk which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_spdx.749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_create_spdx_setscene.749e101fcf5c82450260d70201b1af63b82f33c2dba6434203a47fdd80468ee8 not available\nNOTE: Running setscene task 4004 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.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-markupsafe_2.1.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-markupsafe_2.1.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: Considering setscene task: ['dbus', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_deb 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.5.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: Considering setscene task: ['dbus', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_rpm.8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_package_write_rpm_setscene.8ab3694da2d096149e9b76e19702e5310f229fc107020c4d4b8d001dffa1d1fa not available\nNOTE: Running setscene task 4007 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_rpm.599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_package_write_rpm_setscene.599506cd6d8fd02a45cabf978316ade82e29c884537aef931d2dcb18e481988b not available\nNOTE: Running setscene task 4008 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_packagedata.9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_packagedata_setscene.9efeaa10d237178edcb852d15fba8883100cb09ee6d32e41ef53ae7566810041.qemux86_64 not available\nNOTE: Running setscene task 4009 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package which could be accelerated\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/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: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: CONF file 'test_recipe.inc' not found\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.18.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\nDEBUG: Considering setscene task: ['python3-pygments', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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.18.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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.18.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_recipe_qa.62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygments/2.18.0.do_recipe_qa_setscene.62132c6d7f022cbf06b1097bf0b9a3cbdb6a55c1a3cc3a7cd44997c730ff8ae7 not available\nNOTE: Running setscene task 4012 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-core/dbus/dbus_1.14.10.bb:6)\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/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-dbus_1.3.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_packagedata.7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_packagedata_setscene.7550957fd35996ef645e8791dceba7c73df7792d68a7ccf7fed69cecdea9aa77.qemux86_64 not available\nNOTE: Running setscene task 4013 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_packagedata_setscene)\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', '/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:   considering dependency: ['python3-toml', 'do_package_write_ipk', '/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_write_deb', '/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_package_write_rpm', '/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/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/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/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/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-recipe/python3-dir.bbclass (from /home/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-markdown/3.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-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/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline.inc:48)\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: 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: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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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/dbus/dbus_1.14.10.bb:48)\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.18.0.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-pygobject_3.48.2.bb (full)\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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_populate_sysroot', '/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:   considering dependency: ['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:   considering dependency: ['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_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-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_recipe_qa.7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-toml/0.10.2.do_recipe_qa_setscene.7a1adcce6d2a688f1454015d739e85f898c5e79b1854aebdb45412661cc5f8d1 not available\nNOTE: Running setscene task 4016 of 6657 (/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/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/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_hatchling.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-devtools/python/python3-pygobject_3.48.2.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/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.48.2.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.48.2.bb:10)\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_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_package_write_deb', '/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_package', '/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_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_ipk', '/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: Inheriting /home/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.18.0.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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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: Inheriting /home/pokybuild/yocto-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: ['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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\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_populate_sysroot', '/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_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_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:  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-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_recipe_qa.cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-typogrify/2.0.7.do_recipe_qa_setscene.cf08dfec0bccc31924e554a914819dc998d846d1eb19a05a6b3dea0c36d0e0f8 not available\nNOTE: Running setscene task 4019 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.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-toml_0.10.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_create_spdx.f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_create_spdx_setscene.f8386e7fa033acd0064d372dec629f5011acfe79aa3323bd9a7cf09f36ead528 not available\nNOTE: Running setscene task 4020 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_spdx.cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_create_spdx_setscene.cbffaefa5f965aa9474223284d497de8f33aa6efbdab135fcd58e91355982328 not available\nNOTE: Running setscene task 4021 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_create_spdx.8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_create_spdx_setscene.8e806623761f7abc1c9375221aafe4eef13e913f8b0a817b975ab5314e5959d3 not available\nNOTE: Running setscene task 4022 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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/python3-dir.bbclass (from /home/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-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_create_spdx.3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_create_spdx_setscene.3a4457c5b9fe669487dca8cb37023a6852c59bbb05da3d0cbae1f8d879245bfe not available\nNOTE: Running setscene task 4023 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_package_write_ipk', '/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_write_rpm', '/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_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_package_write_deb', '/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:7: including rust-source.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: 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/cargo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:16)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\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/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/rust-common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/cargo_common.bbclass:18)\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_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_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_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-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_recipe_qa.b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/hicolor-icon-theme/0.17.do_recipe_qa_setscene.b592b1c7a7c33d704a8aa33a24aa6061014333d29f2228d940b6f03fba44195a not available\nNOTE: Running setscene task 4026 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.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/recipes-extended/shadow/shadow-sysroot_4.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-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-extended/shadow/shadow_4.15.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-extended/shadow/shadow_4.15.1.bb:1: including shadow.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-extended/shadow/shadow.inc:38)\nDEBUG: Considering setscene task: ['libgudev', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/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: Considering setscene task: ['libgudev', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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-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:191)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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.12.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.12.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_rpm.022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_package_write_rpm_setscene.022a1914519960c5d0238868d00c6674dd271a4dbbffaf2d43c78bae88d52619 not available\nNOTE: Running setscene task 4029 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_rpm_setscene)\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.12.bb:27)\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/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.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: Considering setscene task: ['librsvg', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_deb 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.12.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.12.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/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: 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.12.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.12.bb:27)\nDEBUG: Considering setscene task: ['librsvg', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_write_rpm.b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_package_write_rpm_setscene.b25ac3fda63c371811817c7c7bb2f65e905d86ff874abbeb6e1b71489eed9779 not available\nNOTE: Running setscene task 4032 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_rpm_setscene)\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/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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-markupsafe/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/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-gnome/librsvg/librsvg_2.57.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_recipe_qa which could be accelerated\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/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: 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/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: 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.57.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/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.57.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/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.57.1.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: ['base-files', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_deb 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-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.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.57.1.bb:18)\nDEBUG: Considering setscene task: ['base-files', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_ipk which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:20: including librsvg-crates.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_rpm.d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_package_write_rpm_setscene.d8650dbc1f1cab214c1ac2ab807e388970fd5721456a5b2976699716eedd2415 not available\nNOTE: Running setscene task 4035 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.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-3496823/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: ['libxinerama', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pygments/2.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/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-core/readline/readline_8.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_rpm.1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_package_write_rpm_setscene.1fab4f2c3dd68e3aa54fd7912a1c57e5bd80677cf3fb86d3ee5a53c17e782fdd not available\nNOTE: Running setscene task 4037 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_rpm_setscene)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_recipe_qa which could be accelerated\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_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_package_write_ipk', '/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_write_deb', '/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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/base-files/base-files_3.0.14.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/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: 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: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\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: CONF file 'test_recipe.inc' not found\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pygobject/3.48.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/libxinerama_1.1.5.bb:1: including xorg-lib-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_spdx.bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_create_spdx_setscene.bab57380ca33880dce147a1786a6be228744eb25c9d1a46bf7b12099c9afd23d not available\nNOTE: Running setscene task 4040 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-pygobject_3.48.2.bb:do_packagedata 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_populate_sysroot', '/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_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_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_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_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-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_recipe_qa.085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbus/1.3.2.do_recipe_qa_setscene.085a78792d7c6ad9bdaa85d3d53c0cc8477a64623501a4e70bd529c3718faba8 not available\nNOTE: Running setscene task 4041 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_recipe_qa_setscene)\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/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: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE 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-passwd/base-passwd_3.6.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-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_packagedata.03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_packagedata_setscene.03a78dcbc0238afd21a414f68f3fbedfcd7864c79bfc3adbae9842c8b4bd77e7.qemux86_64 not available\nNOTE: Running setscene task 4043 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:29)\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: Inheriting /home/pokybuild/yocto-worker/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-dbus_1.3.2.bb (full)\nDEBUG: Considering setscene task: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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/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: Considering setscene task: ['python3-pygobject', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['python3-pygobject', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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.48.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_recipe_qa.a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pygobject/3.48.2.do_recipe_qa_setscene.a019925e26cbf851d2b9e18b334b4bc6be412d55c0d30e72a974f17c7b7d2f13 not available\nNOTE: Running setscene task 4046 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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/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-pycairo_1.26.0.bb (full)\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: 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_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb']\nDEBUG:   considering dependency: ['shadow-sysroot', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb']\nDEBUG:   considering dependency: ['shadow-sysroot', 'do_create_spdx', '/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-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_recipe_qa.f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow-sysroot/4.6.do_recipe_qa_setscene.f77124a152b166ad08416aa3ef149cb1792083ca37c6441931e7f279d1536d99 not available\nNOTE: Running setscene task 4047 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libstd-rs/1.75.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-3496823/tmp/work/core2-64-poky-linux/shadow/4.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: SITE files ['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/python/python3-pycairo_1.26.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-devtools/python/python3-dbus_1.3.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_create_spdx.767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_create_spdx_setscene.767b4b6c0488c97d71dda188bec5bd6a425b117a297a790d0857a7a3bede5302 not available\nNOTE: Running setscene task 4048 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:20)\nDEBUG: Considering setscene task: ['libstd-rs', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_deb 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.26.0.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.26.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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-devtools/python/python3-pygobject_3.48.2.bb:10)\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.1.2/download to aho-corasick-1.1.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: SITE files ['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: Fetching https://crates.io/api/v1/crates/anstream/0.6.5/download to anstream-0.6.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\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.48.2.bb:10)\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.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.12/download to assert_cmd-2.0.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/autocfg/1.1.0/download to autocfg-1.1.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/setuptools3-base.bbclass:30)\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: Inheriting /home/pokybuild/yocto-worker/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/bitflags/2.4.1/download to bitflags-2.4.1.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.8.0/download to bstr-1.8.0.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:10)\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.83/download to cc-1.0.83.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.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.31/download to chrono-0.4.31.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/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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:31)\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/4.4.11/download to clap-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.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-devtools/python/python3-pygobject_3.48.2.bb:10)\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.0.crate\nDEBUG: Considering setscene task: ['libstd-rs', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_ipk which could be accelerated\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/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.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.5.1/download to criterion-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.0.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.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/cssparser/0.31.2/download to cssparser-0.31.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser-macros/0.6.1/download to cssparser-macros-0.6.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/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.10.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/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: 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.7.0.bb:16)\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.9.0/download to either-1.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.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.8/download to errno-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.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/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/float-cmp/0.9.0/download to float-cmp-0.9.0.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.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/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/fnv/1.0.7/download to fnv-1.0.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download to form_urlencoded-1.2.1.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.29/download to futures-channel-0.3.29.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-core/0.3.29/download to futures-core-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.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-io/0.3.29/download to futures-io-0.3.29.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/futures-macro/0.3.29/download to futures-macro-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.29/download to futures-task-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.29.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: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.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.14.3/download to hashbrown-0.14.3.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.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.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.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.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/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.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.151/download to libc-0.2.151.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_spdx which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.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.12/download to linux-raw-sys-0.4.12.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.11/download to lock_api-0.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.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/libxkbcommon_1.7.0.bb:16)\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:16)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_write_rpm.343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_package_write_rpm_setscene.343f76d4a7ebedc7fccd406060835ea105c740eb50790e74ed7e9359014eebaf not available\nNOTE: Running setscene task 4051 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_rpm_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.8/download to matrixmultiply-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.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/minimal-lexical/0.2.1/download to minimal-lexical-0.2.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/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/nom/7.1.3/download to nom-7.1.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.4/download to num-complex-0.4.4.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.17/download to num-traits-0.2.17.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.19.0/download to once_cell-1.19.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/pango/0.18.3/download to pango-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.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/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.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.1/download to percent-encoding-2.3.1.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/0.11.2/download to phf-0.11.2.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.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.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/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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.10/download to png-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.2.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/3.0.4/download to predicates-3.0.4.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/2.0.1/download to proc-macro-crate-2.0.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-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.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/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.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.3.1/download to rand_chacha-0.3.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_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.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.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.4.1/download to redox_syscall-0.4.1.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/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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.16/download to ryu-1.0.16.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.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.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.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Considering setscene task: ['shadow', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.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/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.41/download to syn-2.0.41.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.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/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.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.8.2/download to toml-0.8.2.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.20.2/download to toml_edit-0.20.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/typenum/1.17.0/download to typenum-1.17.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.14/download to unicode-bidi-0.3.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.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.5.0/download to url-2.5.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.4.0/download to walkdir-2.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/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.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.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.13/download to wide-0.7.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/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.6/download to winapi-util-0.1.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-core/0.51.1/download to windows-core-0.51.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/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: 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: 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: 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: 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: 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: 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: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 /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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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.75.0.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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['shadow', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_ipk 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: SITE files ['endian-little', 'common-linux', '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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-passwd/base-passwd_3.6.3.bb:do_create_spdx which could be accelerated\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: Considering setscene task: ['base-passwd', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_deb 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: ['base-passwd', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_rpm.f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_package_write_rpm_setscene.f9af96ec69a43242aedc9b69680d5d1c91ea6ede8a7ca678ca24a2d838362bc7 not available\nNOTE: Running setscene task 4056 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_write_rpm.333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_package_write_rpm_setscene.333a3ac3978ab2a9d46426b6d9937024c7be29a8197c166975d679f902657c37 not available\nNOTE: Running setscene task 4057 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['gdk-pixbuf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_write_deb 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_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['gdk-pixbuf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pycairo/1.26.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-pycairo_1.26.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.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-core/base-passwd/base-passwd_3.6.3.bb:29)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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: 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-3496823/tmp/work/core2-64-poky-linux/librsvg/2.57.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.26.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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: ['python3-pycairo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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.26.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_recipe_qa.9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-pycairo/1.26.0.do_recipe_qa_setscene.9b2c2411a9fc97700376989992ddcab879cc50a778e07c584e84bfc42e88591c not available\nNOTE: Running setscene task 4062 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pygobject/3.48.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-extended/shadow/shadow.inc:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_write_rpm.bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_package_write_rpm_setscene.bbf77b60d9e6a2fd9ad71999ef64986cab14dea556071b470e32e390f621fd00 not available\nNOTE: Running setscene task 4063 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxkbcommon/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:191)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_spdx.a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_create_spdx_setscene.a9ccfe100fdd4e1d0ee7e07fac617b8a973074548377aa948f758276856eedca not available\nNOTE: Running setscene task 4064 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libxkbcommon', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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-devtools/python/python3-pycairo_1.26.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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.12.bb (full)\nDEBUG: Considering setscene task: ['libxkbcommon', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_ipk 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/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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: 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/python3-dir.bbclass (from /home/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-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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.26.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_write_rpm.de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_package_write_rpm_setscene.de85f2e0810d483bd136d724fee6fe7d6d9f82f28b10c75a28c4b6987f7e09bb not available\nNOTE: Running setscene task 4067 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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: 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.26.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: SITE files ['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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_create_spdx.6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_create_spdx_setscene.6a207596a9a1f41f14f984b32bfcb2349524733bd5fa8c56532d1309454eae80 not available\nNOTE: Running setscene task 4068 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-bad', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_deb 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.12.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.12.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.12.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.12.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-graphics/xorg-lib/xorg-lib-common.inc: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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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: Considering setscene task: ['gstreamer1.0-plugins-bad', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_ipk 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/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_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-graphics/xorg-lib/libxkbcommon_1.7.0.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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/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/xkeyboard-config_2.41.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_write_rpm.7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_package_write_rpm_setscene.7ea4d9bab6d0d9d85d009b5fa6d05a7fea4dfc638128c4ef0adff93aefb49ffc not available\nNOTE: Running setscene task 4071 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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: SITE files ['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/qemu.bbclass (from /home/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/libxkbcommon_1.7.0.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_create_spdx.02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_create_spdx_setscene.02e78edeb36a445947d21733eb3bc2a775c2c725c0397d67ba5bd897fddfa8ae not available\nNOTE: Running setscene task 4072 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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.41.bb:25)\nDEBUG: Considering setscene task: ['tiff', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['tiff', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['tiff', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libstd-rs/1.75.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-bad_1.24.4.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_rpm.64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_package_write_rpm_setscene.64b1af44f7680073bbcb4be59d339824709332f02456d0e52cb3cd707ed320da not available\nNOTE: Running setscene task 4075 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_rpm_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:1: including gstreamer1.0-plugins-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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_spdx.c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_create_spdx_setscene.c570053cae5443e7dee8322273655d0b9d98b3693cdcbc394274b926d1f7375a not available\nNOTE: Running setscene task 4076 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_create_spdx.5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_create_spdx_setscene.5eb8c7f27adfb7ad0a1ed0bdc1df1d93ca99cb0b1981081717b8836f9bec2c1c not available\nNOTE: Running setscene task 4077 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['at-spi2-core', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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.52.0.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_deb 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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: SITE files ['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: ['at-spi2-core', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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.52.0.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_ipk 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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:2: including gstreamer1.0-plugins-license.inc\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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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-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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:29)\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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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/siteinfo.bbclass (from /home/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-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.4.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_write_rpm.b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_package_write_rpm_setscene.b71d9822986f732e981ced91bd3902b00b85f7170bfb3e1baa0fb9ae6d3e487b not available\nNOTE: Running setscene task 4080 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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-multimedia/libtiff/tiff_4.6.0.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-multimedia/webp/libwebp_1.4.0.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_create_spdx.20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_create_spdx_setscene.20d8daf8d071bf74aeafed78def3c2ed95d9e051e59cc4627e7e1ec82a6954db not available\nNOTE: Running setscene task 4081 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_create_spdx.62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_create_spdx_setscene.62befd44df4baa92d2bab9d84cbb19d2f0c878fa2563809513f4fb5b02c1d783 not available\nNOTE: Running setscene task 4082 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_spdx.571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_create_spdx_setscene.571e2c69922e6a8a7147f20480821f7c8e9f1bf73c7b7ab116d49e9a00ea6756 not available\nNOTE: Running setscene task 4083 of 6657 (/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:36)\nDEBUG: SITE 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/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: SITE 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.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:1: including attr.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: SITE 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.8.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/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/curl/curl_8.8.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/meson.bbclass:7)\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/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/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: 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: 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.52.0.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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/attr/attr.inc: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-support/atk/at-spi2-core_2.52.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/shadow/4.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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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/curl/curl_8.8.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-support/curl/curl_8.8.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/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/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/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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:150)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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/classes-recipe/multilib_script.bbclass: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-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_packagedata.cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_packagedata_setscene.cf07fafb8cbaaff66484855886f92754cff197c045460abf4be019452e6dd52f.qemux86_64 not available\nNOTE: Running setscene task 4084 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_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: SITE files ['endian-little', 'common-linux', '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: ['libtasn1', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-pycairo/1.26.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-3496823/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: ['libtasn1', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_ipk 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_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-devtools/python/python3-pycairo_1.26.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_spdx.eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_create_spdx_setscene.eaccebf54527ad4762311f042012c28e3fd9d37051685aedc20502b20c8de45c not available\nNOTE: Running setscene task 4087 of 6657 (/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxtst', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libxtst', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libxtst', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_rpm.8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_package_write_rpm_setscene.8b3485ab792b4391065cd4166691c71226a001699acd058d6d9837423ae207b0 not available\nNOTE: Running setscene task 4090 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_rpm.e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_package_write_rpm_setscene.e2fc034e146036f71e1c6729fc69bb76ad23e6a3f240f76aaf26ef6d5fa50cf8 not available\nNOTE: Running setscene task 4091 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.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-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/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-3496823/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.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-3496823/tmp/work/core2-64-poky-linux/libxkbcommon/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-3496823/tmp/work/core2-64-poky-linux/xkeyboard-config/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/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.41.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.7.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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: 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-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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/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: 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-3496823/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-3496823/tmp/work/core2-64-poky-linux/sbc/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: Considering setscene task: ['xkeyboard-config', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.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-3496823/tmp/work/core2-64-poky-linux/libwebp/1.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: 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xkeyboard-config', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_create_spdx.9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_create_spdx_setscene.9f0b393a12c6ac4a99dec8f65b4ef840e93668d0917ba4f7df67a7348197e01c not available\nNOTE: Running setscene task 4094 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_spdx.a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_create_spdx_setscene.a855a2e98da05b7a468273cee9f9de44d0ed89fd1b941c4725cdd7c0fe660fb5 not available\nNOTE: Running setscene task 4095 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_spdx.8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_create_spdx_setscene.8c78013ce533232dbc9b97e863e8c558da71cdbfcf2ad9a4e0e27badbf06a365 not available\nNOTE: Running setscene task 4096 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_create_spdx.9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_create_spdx_setscene.9f2150b67d619d7880dc064a3ecaf3c0b72558ee06092f7de11ef83d2de6951c not available\nNOTE: Running setscene task 4097 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_spdx.ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_create_spdx_setscene.ec75a5d98aee0ef004ed9cb8480e39ae07a4bb3d79b6c24c682131d63a32b4bb not available\nNOTE: Running setscene task 4098 of 6657 (/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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_spdx.a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_create_spdx_setscene.a890a2d955060e4a3931bfc163ce1cc13cb6d72b4d481340093ef958ecfae584 not available\nNOTE: Running setscene task 4099 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_write_rpm.b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_package_write_rpm_setscene.b4d183f839e09c91f685da32978f1d5e272b70f4af99b47d5b7d1be563923f83 not available\nNOTE: Running setscene task 4100 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_write_rpm_setscene)\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: Considering setscene task: ['gstreamer1.0-plugins-base', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/at-spi2-core/2.52.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-3496823/tmp/work/core2-64-poky-linux/attr/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-support/atk/at-spi2-core_2.52.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.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-devtools/orc/orc_0.4.38.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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-3496823/tmp/work/core2-64-poky-linux/curl/8.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/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-support/curl/curl_8.8.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_spdx.54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_create_spdx_setscene.54938289befd531d0da6a118e889360f672ec4dacf68d36cc42258c0adade429 not available\nNOTE: Running setscene task 4102 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.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-devtools/orc/orc_0.4.38.bb:10)\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/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: 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.38.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-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.2.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: 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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.52.2.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.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/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/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/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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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-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.41.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.52.2.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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/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: 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_ipk', '/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_packagedata', '/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:   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_package_write_deb', '/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/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/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-recipe/python3-dir.bbclass (from /home/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/xorg-lib/xkeyboard-config_2.41.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.41.bb:25)\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: 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_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', '/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-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_recipe_qa.90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/shadow-securetty/4.6.do_recipe_qa_setscene.90fa989cec8cd597fdba7d37fdd6872f75c927a12af2425acb66ad1039bd0b1f not available\nNOTE: Running setscene task 4105 of 6657 (/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-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: SITE files ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\nDEBUG: Considering setscene task: ['gstreamer1.0-plugins-base', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['libxi', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libxi', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_deb 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/shadow/shadow-securetty_4.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Considering setscene task: ['libxi', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_rpm.8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_package_write_rpm_setscene.8bdf46e9e6c784e0e0d4fc16fd220a5133372a563a050c79e00d44772300ffa3 not available\nNOTE: Running setscene task 4109 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.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-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_write_rpm.b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_package_write_rpm_setscene.b3dfe78c2d85ac1d5f0ff81214a98ef442753d518a8763f23d6493f193891a92 not available\nNOTE: Running setscene task 4110 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_create_spdx.96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_create_spdx_setscene.96502c7777c41e5b6bdeab1f8db8b38284637c2f65b1d5ed1b0b861dd284c893 not available\nNOTE: Running setscene task 4111 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_spdx.94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_create_spdx_setscene.94298b518887c0c29ebc5cb31c69228e3af610b6968009e3b9c93e4939009699 not available\nNOTE: Running setscene task 4112 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_spdx.352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_create_spdx_setscene.352d17556c1741e594f4660f73e3eaca978aae5c1234da2cd9395546612635b2 not available\nNOTE: Running setscene task 4113 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['sbc', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['sbc', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_write_ipk 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_rpm.581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_package_write_rpm_setscene.581703988ed056f40a05d45fb6eaa90f1851055fd52bf79f702e2f05d8c45b19 not available\nNOTE: Running setscene task 4116 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.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-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: Considering setscene task: ['libwebp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_deb 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.24.4.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: 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_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_ipk 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: SITE files ['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/python3-dir.bbclass (from /home/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/libtheora/libtheora_1.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/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/libtheora/libtheora_1.1.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/siteinfo.bbclass (from /home/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-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/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-multimedia/libsndfile/libsndfile1_1.2.2.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-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_write_rpm.b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_package_write_rpm_setscene.b9d6217156eec6eca98d208c93d93935654d75487affdcce1ac1ed55704a20cd not available\nNOTE: Running setscene task 4119 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_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-multimedia/gstreamer/gstreamer1.0_1.24.4.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-multimedia/libsndfile/libsndfile1_1.2.2.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-multimedia/gstreamer/gstreamer1.0_1.24.4.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-plugins-base_1.24.4.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-multimedia/gstreamer/gstreamer1.0_1.24.4.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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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/libtheora/libtheora_1.1.1.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/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.24.4.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.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-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/pkgconfig.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: SITE files ['endian-little', 'common-linux', '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/webp/libwebp_1.4.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/webp/libwebp_1.4.0.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: SITE files ['endian-little', 'common-linux', '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-multimedia/webp/libwebp_1.4.0.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/orc/0.4.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-3496823/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_spdx 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_spdx 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_create_spdx 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xkeyboard-config/2.41/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['orc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pango/1.52.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['orc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_write_rpm.d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_package_write_rpm_setscene.d0ef99cde6b57d5e51e5a9b245a72c6d90bd09a32d8af35b66eefe24269ea305 not available\nNOTE: Running setscene task 4122 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/libidn/libidn2_2.3.7.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libidn2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_deb 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: Considering setscene task: ['libidn2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['libidn2', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_rpm.1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_package_write_rpm_setscene.1c5764f6791f03af34fcae41f2ff00cd77fb579d391a0908d8f6edb767471466 not available\nNOTE: Running setscene task 4125 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_create_spdx.8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_create_spdx_setscene.8efed37d6614364f97035f9f04a235a9ec243f1aec9ebc2093dbce0ec0aeeb28 not available\nNOTE: Running setscene task 4126 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libjpeg-turbo', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libjpeg-turbo', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_ipk 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.38.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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_rpm.5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_package_write_rpm_setscene.5b6edaa293d7f36be573dc4544357fc5413e7d175b59825000af3b5cf8ffd32c not available\nNOTE: Running setscene task 4129 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.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/orc/orc_0.4.38.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.38.bb:10)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Considering setscene task: ['libglu', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['libglu', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_write_deb 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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_8.5.0.bb:16)\nDEBUG: Considering setscene task: ['libglu', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['libglu', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_write_ipk 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_rpm.9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_package_write_rpm_setscene.9ff810bfef05498bb37c3deddef2cffde16299e7f889dad0f6335df64ac58b22 not available\nNOTE: Running setscene task 4132 of 6657 (/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/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.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.5.0.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_create_spdx.0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_create_spdx_setscene.0061dcb984fab4e6acad099460039596afa8255b0b6f43617f23ca2315b2244a not available\nNOTE: Running setscene task 4133 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['pango', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_deb 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_package_write_rpm 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.5.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.5.0.bb: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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['pango', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_ipk 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_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_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/mesa/libglu_9.0.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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/sbc/sbc_2.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:1: including mesa.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.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-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_write_rpm.3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_package_write_rpm_setscene.3397106a66e06907b829745454a53e64a41c30294875a7257fc8122c600017dc not available\nNOTE: Running setscene task 4136 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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/qemu.bbclass (from /home/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:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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/mesa/libglu_9.0.3.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0/1.24.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/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-3496823/tmp/work/core2-64-poky-linux/libwebp/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-multimedia/gstreamer/gstreamer1.0_1.24.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-graphics/mesa/mesa.inc:50)\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:50)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_spdx.20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_create_spdx_setscene.20ec89ed08afad2873fc2e40c4dd55bd14b235d46b5bb9aaf12a3a0beccd7d55 not available\nNOTE: Running setscene task 4137 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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/mesa/mesa.inc:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:3)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.2.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.52.2.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.52.2.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: Considering setscene task: ['libsm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_write_deb 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-graphics/pango/pango_1.52.2.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.52.2.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: Considering setscene task: ['libsm', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_write_ipk 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/libice_1.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/meson.bbclass:7)\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: SITE files ['endian-little', 'common-linux', '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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_rpm.10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_package_write_rpm_setscene.10f924ae1269dd6d23f2ddf59859a789738283c7c3ce0ef332a5fdc91007a230 not available\nNOTE: Running setscene task 4140 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_spdx.94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_create_spdx_setscene.94ed39fcd5ada311f3f72995b1178d98a08497e46215a9efb477a399ebcdaa08 not available\nNOTE: Running setscene task 4141 of 6657 (/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: ['libxv', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_deb 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: Considering setscene task: ['libxv', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxv', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_rpm.0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_package_write_rpm_setscene.0798e3b5625ac12a5f61130b16ffbd6202cee189acaa74d08c759edc14cff0ef not available\nNOTE: Running setscene task 4144 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_rpm_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_create_spdx.fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_create_spdx_setscene.fe083b95b8d2353d55b9505af1342de97709cc9e0be980e49022d5c0b7ce06f7 not available\nNOTE: Running setscene task 4145 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_spdx.b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_create_spdx_setscene.b0c2e31b478ffe4bfaa86db558211f7898b605e69fcda9a7f7429db75f6e7328 not available\nNOTE: Running setscene task 4146 of 6657 (/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', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_write_deb 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-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: 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: Considering setscene task: ['gstreamer1.0', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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-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: SITE 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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_write_rpm.8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_package_write_rpm_setscene.8ac7a8a8df36b3443f81ae0a6fdb2f61329128757a9347cec7fd79a5493257a8 not available\nNOTE: Running setscene task 4149 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:15)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/orc/0.4.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/siteinfo.bbclass (from /home/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: SITE files ['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: SITE files ['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-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['libsndfile1', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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/alsa/alsa-lib_1.2.12.bb: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/flac/flac_1.4.3.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libsndfile1', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_ipk 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/libidn/libidn2_2.3.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-multimedia/gstreamer/gstreamer1.0_1.24.4.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_rpm.f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_package_write_rpm_setscene.f20d154b50ac352348de0d21118728a68a37ad31df45f466130da9c232efc45a not available\nNOTE: Running setscene task 4152 of 6657 (/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-recipe/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/harfbuzz/8.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libtheora', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_deb 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_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/qemu.bbclass (from /home/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.24.4.bb:11)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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-multimedia/gstreamer/gstreamer1.0_1.24.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-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_spdx.37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_create_spdx_setscene.37b26d9bb3fdb24adbd80a4c93cca5822fb92b8d9d1995d0230c6c9da639f1bf not available\nNOTE: Running setscene task 4154 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_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-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4.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: SITE files ['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-multimedia/gstreamer/gstreamer1.0_1.24.4.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['harfbuzz', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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: 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: 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: SITE files ['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/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: 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: Considering setscene task: ['harfbuzz', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_ipk 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: 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-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_write_rpm.0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_package_write_rpm_setscene.0ee9168d79ef48baef789a55f7aaf145d35ce24d84ffde0faf89c316e74983c6 not available\nNOTE: Running setscene task 4157 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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-recipe/python3native.bbclass (from /home/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: ['libtheora', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_rpm.d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_package_write_rpm_setscene.d6c19ddc84ce60c9fd65794105951e4459e292ad3c86e7468bb3a7f03248b62e not available\nNOTE: Running setscene task 4159 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_spdx.c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_create_spdx_setscene.c7a91ea150621792cc69cac902112fe4b46c272a6c0823797c522e0957ec61bd not available\nNOTE: Running setscene task 4160 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['attr', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_deb 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_8.5.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: Inheriting /home/pokybuild/yocto-worker/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: ['attr', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_ipk 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-multimedia/libtheora/libtheora_1.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/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/libtheora/libtheora_1.1.1.bb:19)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_write_rpm.6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_package_write_rpm_setscene.6902ed873ff1fe2d7417c384746661b0f70660f2d6b032bb440592f4a015d775 not available\nNOTE: Running setscene task 4163 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_rpm_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.5.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-multimedia/libvorbis/libvorbis_1.3.7.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-graphics/harfbuzz/harfbuzz_8.5.0.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Considering setscene task: ['curl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mesa/24.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-multimedia/libvorbis/libvorbis_1.3.7.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_spdx.c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_create_spdx_setscene.c11e32e11b574006556f8660f48ed54b56c1b0403fe5cea39f64deb3b72883fc not available\nNOTE: Running setscene task 4165 of 6657 (/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-3496823/tmp/work/core2-64-poky-linux/pango/1.52.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/attr/attr_2.5.2.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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/update-alternatives.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-graphics/xorg-lib/libxft_2.3.8.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-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_packagedata.e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_packagedata_setscene.e74abf66af08611ae6996f008a1d0bcf62cf1e223da3d54a2405421518cc8654.qemux86_64 not available\nNOTE: Running setscene task 4166 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_packagedata_setscene)\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: SITE files ['endian-little', 'common-linux', '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/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-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-3496823/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Considering setscene task: ['mesa', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-lib/1.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-3496823/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: SITE files ['endian-little', 'common-linux', '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/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-multimedia/alsa/alsa-lib_1.2.12.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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: 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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_ipk 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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_write_rpm.632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_package_write_rpm_setscene.632250c9f8eed70fec1b99b93b82d64bc4538b171f5734391be6ab83f1c8d702 not available\nNOTE: Running setscene task 4169 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_create_spdx.75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_create_spdx_setscene.75771f705ec6cd11710018f5df17da988db08d7b9977423a77db4c16efcfa169 not available\nNOTE: Running setscene task 4170 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_create_spdx.3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_create_spdx_setscene.3d7e19b9ae77e1c186d1dd1c6fe53ddf09e5c1cf9d17294b391647dc686a10fd not available\nNOTE: Running setscene task 4171 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_spdx.fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_create_spdx_setscene.fb60c6bbf2835cbbf559b7c0999743287c98d53e2dd70fed27530598e3a712b2 not available\nNOTE: Running setscene task 4172 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libice', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/libsndfile/libsndfile1_1.2.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['libice', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['libice', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0/1.24.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/gstreamer/gstreamer1.0_1.24.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_rpm.2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_package_write_rpm_setscene.2c3c109523f9b986a9048f8099e099303cfac5545a1ac1dd53c96bac3955080c not available\nNOTE: Running setscene task 4175 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_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: SITE 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/mesa_24.0.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:1: including mesa.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/mesa/mesa.inc:50)\nDEBUG: Inheriting /home/pokybuild/yocto-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.283.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.283.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: SITE files ['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/vulkan/vulkan-loader_1.3.283.0.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_spdx.88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_create_spdx_setscene.88ca58e3ad691c5696a2ce72307b14587904863252c61bb962c1f06e1d7de4fd not available\nNOTE: Running setscene task 4176 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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-graphics/vulkan/vulkan-loader_1.3.283.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/wayland/wayland-protocols_1.36.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: 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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-app/xrandr_1.5.2.bb:1: including xorg-app-common.inc\nDEBUG: Considering setscene task: ['libxft', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_write_deb 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:50)\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:50)\nDEBUG: Inheriting /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:50)\nDEBUG: Inheriting /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/qemu.bbclass (from /home/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.36.bb:18)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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/recipes-graphics/wayland/wayland-protocols_1.36.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-app/xorg-app-common.inc:14)\nDEBUG: Considering setscene task: ['libxft', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_write_ipk 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: Inheriting /home/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-lib/libice_1.1.1.bb:9: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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/libxdamage_1.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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_rpm.bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_package_write_rpm_setscene.bfb61aae8a418e7aeb178591f6fbfc9eaefb02ff38c06c706b3c584a3bf839a0 not available\nNOTE: Running setscene task 4179 of 6657 (/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-3496823/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/libtheora/libtheora_1.1.1.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-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/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/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/libvorbis/libvorbis_1.3.7.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['cairo', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/harfbuzz/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/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/harfbuzz/harfbuzz_8.5.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: SITE 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: Considering setscene task: ['cairo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['cairo', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_ipk 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-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', '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-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_rpm.1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_package_write_rpm_setscene.1fe17ed653842f96030f898fb1996b1b9cc3c1110ed591feda4f457a39872fec not available\nNOTE: Running setscene task 4182 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_spdx.32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_create_spdx_setscene.32ef323ebef5a4443791729b934a95ecb8e3488d8776bc9ec4dc5e50d4b915fc not available\nNOTE: Running setscene task 4183 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_spdx.8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_create_spdx_setscene.8a39c1b7eedc981f254cdd58fc16a91c907e58c5b011840d31e5231c99eedacc not available\nNOTE: Running setscene task 4184 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_spdx.7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_create_spdx_setscene.7e0fb5a73fd9b3a241dd00d92565130e8dbc1b7b691715c9a3f0f0816beae063 not available\nNOTE: Running setscene task 4185 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_spdx.abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_create_spdx_setscene.abc27f8f7bab98a74906cfe40f6621b014b6f184a30ab04c443ba38ee44d912f not available\nNOTE: Running setscene task 4186 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['alsa-lib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['alsa-lib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_write_rpm.8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_package_write_rpm_setscene.8354c37094f59a08fc04dc6fc5091dee17654927ce3376566423b8d9f4dd20c5 not available\nNOTE: Running setscene task 4189 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_rpm_setscene)\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: Inheriting /home/pokybuild/yocto-worker/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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/attr/2.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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/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: 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/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/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/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/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/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/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/xorg-lib/pixman_0.42.2.bb (full)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/meson.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-support/attr/attr_2.5.2.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.2.12.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/siteinfo.bbclass (from /home/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/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-multimedia/alsa/alsa-lib_1.2.12.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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.283.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-3496823/tmp/work/all-poky-linux/wayland-protocols/1.36/source-date-epoch/__source_date_epoch.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-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_packagedata.7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_packagedata_setscene.7af8ae512e775f59dec1894d338d8215ecf69fa8ada836cda243eb2356f4c2f5.qemux86_64 not available\nNOTE: Running setscene task 4190 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.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/vulkan/vulkan-loader_1.3.283.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_spdx which could be accelerated\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_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_deb', '/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:   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_package_write_ipk', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb (full)\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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.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: 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: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-extended/gawk/gawk_5.3.0.bb: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/gawk/gawk_5.3.0.bb:25)\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_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_populate_sysroot', '/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-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_recipe_qa.6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/cantarell-fonts/0.303.1.do_recipe_qa_setscene.6b2f038aeefc0b21c09652927ea10be099d6fb06cb82f9f63145b25315223cfd not available\nNOTE: Running setscene task 4193 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.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/gawk/gawk_5.3.0.bb:44)\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-3496823/tmp/work/core2-64-poky-linux/mesa/24.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libdrm', 'do_package_write_deb', '/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:   considering dependency: ['libdrm', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['libdrm', 'do_package_write_ipk', '/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:   considering dependency: ['libdrm', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.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-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-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_rpm.6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_package_write_rpm_setscene.6adcff316fd8b968a8860620dc2fc2e68b7e73becb8f9f9fee1ba9144ccd9d7a not available\nNOTE: Running setscene task 4196 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_rpm_setscene)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_create_spdx.57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_create_spdx_setscene.57e290b2aaf1d494a462ad9eb21d0885d312b894be1cbe621d6c722f575a443e not available\nNOTE: Running setscene task 4197 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['vulkan-loader', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_deb 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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: Considering setscene task: ['vulkan-loader', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_ipk 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_write_rpm.e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_package_write_rpm_setscene.e39dc3fdbe642b121e4e4c545fd26efbf60016c2810f0d14fb1bc9c6ad983699 not available\nNOTE: Running setscene task 4200 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_rpm_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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.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: Considering setscene task: ['wayland-protocols', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_deb 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: ['wayland-protocols', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pkgconfig.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-3496823/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_write_rpm.0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_package_write_rpm_setscene.0e919deeb1e96461a20ba20b07e01885ad6344f18dc9aa27ebf32bdc98ceba90 not available\nNOTE: Running setscene task 4203 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/fontconfig/fontconfig_2.15.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['fontconfig', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:19)\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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-lib/1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/wayland/wayland-protocols_1.36.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['fontconfig', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_ipk which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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/wayland/wayland-protocols_1.36.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/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/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/wayland/wayland-protocols_1.36.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/wayland/wayland-protocols_1.36.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_rpm.4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_package_write_rpm_setscene.4861ad8f6b1852d1d9043673086ea0d36d2d9716288257bf968008ad43eaccc4 not available\nNOTE: Running setscene task 4206 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_spdx.6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_create_spdx_setscene.6a87d51945f3854daea0cd694f4df1e01e51f0b5fc22ffc4c1c89a7b13a5c802 not available\nNOTE: Running setscene task 4207 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_create_spdx.ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_create_spdx_setscene.ece2bbaed95e7699c03e06efd6a6dce508c1922991804c6da16cb178d767c218 not available\nNOTE: Running setscene task 4208 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['xrandr', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['xrandr', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_ipk 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/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_rpm.d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_package_write_rpm_setscene.d9504fd2fe19783df4e7345215c1832bd40f8dd7f14d1f35d5466c661faa8932 not available\nNOTE: Running setscene task 4211 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_rpm_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/fontconfig/fontconfig_2.15.0.bb:59)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_create_spdx.adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_create_spdx_setscene.adf2a00b05c05e7baeac077d74f9fbf52936ced1d55058fa6dd91be08dac7b18 not available\nNOTE: Running setscene task 4212 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libxdamage', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.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/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/wayland/wayland_1.23.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.23.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/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', '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/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/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-graphics/freetype/freetype_2.13.2.bb:21)\nDEBUG: Considering setscene task: ['libxdamage', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.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-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/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-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/wayland/wayland_1.23.0.bb:24)\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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:24)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_rpm.5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_package_write_rpm_setscene.5807f7fe43e1e7c04a60a87f4526a8033c3bc075e3d72583c8a3115be2c82697 not available\nNOTE: Running setscene task 4215 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/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-3496823/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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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-graphics/xorg-lib/libpciaccess_0.18.1.bb: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-graphics/xorg-lib/libpciaccess_0.18.1.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_spdx.d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_create_spdx_setscene.d0897437db9a2132631a97a36139b63d044d31d1d2d69ea37f7071dba5ecb7f4 not available\nNOTE: Running setscene task 4216 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.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-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-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_spdx.ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_create_spdx_setscene.ad95a74b116bb4df19c81c008c7c40b5e6e5e458cbfb7be7a116f055dfbc080d not available\nNOTE: Running setscene task 4217 of 6657 (/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/python3-dir.bbclass (from /home/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/gawk/gawk_5.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: 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', '/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_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package_write_ipk', '/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:   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_create_spdx', '/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: Parsing /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: 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: SITE files ['endian-little', 'common-linux', '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/libxfixes_6.0.1.bb (full)\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: Inheriting /home/pokybuild/yocto-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['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_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_recipe_qa.ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gawk/5.3.0.do_recipe_qa_setscene.ee95bbb57736281dc658b364c9ce0fcfce9e404f29645b0ff4e9194f0513403e not available\nNOTE: Running setscene task 4220 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_recipe_qa_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/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-3496823/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/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: SITE files ['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-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: ['libxshmfence', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_deb which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.283.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_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb']\nDEBUG:   considering dependency: ['libxshmfence', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.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: Considering setscene task: ['vulkan-headers', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_deb 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/gawk/gawk_5.3.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: SITE files ['endian-little', 'common-linux', '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_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_ipk 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/gawk/gawk_5.3.0.bb: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-extended/gawk/gawk_5.3.0.bb: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/gawk/gawk_5.3.0.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-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_write_rpm.0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_package_write_rpm_setscene.0ac75f861224404a77b1c4a9e531240a58bda00115db0295ca88128b92879872 not available\nNOTE: Running setscene task 4225 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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-extended/gawk/gawk_5.3.0.bb:44)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/wayland-protocols/1.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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.283.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_rpm.9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_package_write_rpm_setscene.9dd5d3c882d2f5e6801a750b06ac30dfdaa2cef096a102514ec98219338602a6 not available\nNOTE: Running setscene task 4226 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['libxxf86vm', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_rpm which could be accelerated\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['libxxf86vm', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb:18)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_rpm.347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_package_write_rpm_setscene.347d237483eb0318e88a90c610efa4fe63d0a72e16b91905afb4da8b9ae844e7 not available\nNOTE: Running setscene task 4229 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.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: Considering setscene task: ['pixman', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_deb 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: Considering setscene task: ['pixman', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_rpm.66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_package_write_rpm_setscene.66e406819d73b3cb63ed3cd41b6d06aa1ec726f79947258ad38c0e982e396d66 not available\nNOTE: Running setscene task 4232 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_packagedata.8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_packagedata_setscene.8a63e0e808a4284366f3e762d4a00146147f53ce245daa6a9e2cf592a4533e27.qemux86_64 not available\nNOTE: Running setscene task 4233 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_packagedata.2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_packagedata_setscene.2bd57eb60c3051e12a673a7c8ca0615a2a176a43c867449256a758aea10cff4e.qemux86_64 not available\nNOTE: Running setscene task 4234 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['flac', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_deb 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/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: Considering setscene task: ['flac', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_ipk 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: 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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_rpm.7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_package_write_rpm_setscene.7b60b3987ea2d10a78205a6c5d27732f15b661ab0d86c3140b612ef01ba3dfcb not available\nNOTE: Running setscene task 4237 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_rpm_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/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.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/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-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-multimedia/alsa/alsa-topology-conf_1.2.5.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.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/meson-routines.bbclass:7)\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: 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/qemu.bbclass (from /home/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-multimedia/alsa/alsa-ucm-conf_1.2.12.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/pixman_0.42.2.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-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-recipe/autotools.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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/core2-64-poky-linux/wayland/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/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-3496823/tmp/work/core2-64-poky-linux/libpciaccess/0.18.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/wayland/wayland_1.23.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.18.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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/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/libxfixes_6.0.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['freetype', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_deb 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['freetype', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['freetype', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_rpm.f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_package_write_rpm_setscene.f88f4737ca76eeaa486852ec1e13030931a59041488f4ad7fe96ca3a5543279a not available\nNOTE: Running setscene task 4240 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['wayland', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['wayland', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_ipk which could be accelerated\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_write_rpm.9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_package_write_rpm_setscene.9fdea8711052da9ac680f145aa96bf5feb996bd91177d33e442032f35696f1d5 not available\nNOTE: Running setscene task 4243 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['libpciaccess', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_deb which could be accelerated\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: ['libpciaccess', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.283.0/source-date-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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_write_rpm.87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_package_write_rpm_setscene.87d8948fbd0d35337e5afd534faddfe012467a05fd6f02b3cdf625e2b134fbe8 not available\nNOTE: Running setscene task 4246 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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-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: 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-headers_1.3.283.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-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_create_spdx.ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_create_spdx_setscene.ea4ce459a3cbe79fd12e79bc49b58b753721fe5d8c50b51f9c6bbcd3445f84fa not available\nNOTE: Running setscene task 4247 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/alsa-ucm-conf/1.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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/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-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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: ['libxfixes', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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-graphics/wayland/wayland_1.23.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-graphics/wayland/wayland_1.23.0.bb:24)\nDEBUG: Considering setscene task: ['libxfixes', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.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-graphics/xorg-lib/libpciaccess_0.18.1.bb: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-graphics/xorg-lib/libpciaccess_0.18.1.bb:15)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:11: including xorg-lib-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_rpm.424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_package_write_rpm_setscene.424603536f40353c93e4758b12ee94d78b0fb831f596cabf5a21fbcda7eb4bca not available\nNOTE: Running setscene task 4250 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.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-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: SITE files ['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/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', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_deb 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: Considering setscene task: ['libxrandr', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libxfixes_6.0.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_rpm.0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_package_write_rpm_setscene.0311f62ea92aec064ed0bd8cf8a3d3c07922ffe55034856e03a64f4e94dda934 not available\nNOTE: Running setscene task 4253 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_rpm_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_spdx.bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_create_spdx_setscene.bae0f3cd844c25dce239f3d85eaed2c2e4dbb158db75f8d4602dc3066e3560d7 not available\nNOTE: Running setscene task 4254 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx_setscene)\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_deb', '/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:   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_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_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_write_ipk', '/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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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/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: 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: SITE 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/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: 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: 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_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', '/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_sysroot', '/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_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-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_recipe_qa.53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-topology-conf/1.2.5.1.do_recipe_qa_setscene.53d04d2fde3479ddcd1068528a6b788a9a5b4855c70e761490dc7d62b15f0372 not available\nNOTE: Running setscene task 4257 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.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-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: Considering setscene task: ['alsa-ucm-conf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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.12.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.12.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.12.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.12.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.12.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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/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: ['alsa-ucm-conf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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.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: ['alsa-ucm-conf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-ucm-conf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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.12.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.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_recipe_qa.4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/alsa-ucm-conf/1.2.12.do_recipe_qa_setscene.4b5a2659747ff34bad2ae7e1ac20c2d2ffac9f668f0700421f66f4bacc28492a not available\nNOTE: Running setscene task 4260 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_recipe_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_spdx.12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_create_spdx_setscene.12fa68bf71b7fb52b70472f363803cd8710d132864627d5419410c88987f5281 not available\nNOTE: Running setscene task 4261 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.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-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_create_spdx.5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_create_spdx_setscene.5947d41b674fc32e8906c3f47d85946d488a8cb1fbbdd8dde542abe102044f5b not available\nNOTE: Running setscene task 4262 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libvorbis', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_deb which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libvorbis', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb']\nDEBUG:   considering dependency: ['libvorbis', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_rpm.97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_package_write_rpm_setscene.97d89bae15861a5ccc0d255f2b34b694733cc97bf0ae429384b9e411d11a2ad6 not available\nNOTE: Running setscene task 4265 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb (full)\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: Considering setscene task: ['curl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_ipk 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/libpng/libpng_1.6.43.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-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_write_rpm.11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_package_write_rpm_setscene.11dc2d88af37ae252ed0be1c6e114a76c1d7a1d61ecbca15e445de0def39644d not available\nNOTE: Running setscene task 4267 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_rpm_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.43.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.43.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_create_spdx.c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_create_spdx_setscene.c6b42fc19126e5b6f30ef6f373cdf1a6c2e3a932c0f886f21ac9bbc6e8a40631 not available\nNOTE: Running setscene task 4268 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['gmp', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_deb 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/libvorbis/libvorbis_1.3.7.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gmp', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_ipk 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/pkgconfig.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-support/curl/curl_8.8.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_rpm.019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_package_write_rpm_setscene.019f0ab4f28e6c99f8d2ed78303253455c84ae443c16af53b669dc60cf2797ce not available\nNOTE: Running setscene task 4271 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_rpm_setscene)\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: 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.8.0.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_spdx.6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_create_spdx_setscene.6caf1356ea79a5b85e44aa1bf2f4fa961b086c38f5fcd377886a0f4d251ff183 not available\nNOTE: Running setscene task 4272 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.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: 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.15.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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-support/curl/curl_8.8.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_create_spdx.739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_create_spdx_setscene.739ae3f37cf3ff05a694fecad60a605f5dd912067da69abeeef8ba17a1b1fcaa not available\nNOTE: Running setscene task 4273 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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-support/curl/curl_8.8.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/qemu.bbclass (from /home/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.15.bb:16)\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.8.0.bb:150)\nDEBUG: 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.15.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.15.bb:16)\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: Inheriting /home/pokybuild/yocto-worker/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/iso-codes/iso-codes_4.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/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-3496823/tmp/work/core2-64-poky-linux/libxext/1.3.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-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/iso-codes/iso-codes_4.16.0.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/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/libical/libical_3.0.18.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpciaccess/0.18.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-support/libical/libical_3.0.18.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.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-support/libical/libical_3.0.18.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/wayland/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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxext', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_deb 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: 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-3496823/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: ['libxext', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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_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_recipe_qa 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_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_create_spdx.a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_create_spdx_setscene.a507587a393b693fbae705f1a4efe31869508f2e43f742b69764289d5ac40fdb not available\nNOTE: Running setscene task 4276 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/alsa-ucm-conf/1.2.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-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_write_rpm.b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_package_write_rpm_setscene.b138fcb92871e528687024a0dae25133bbcf05e0b4783e800235f3bc21c12b08 not available\nNOTE: Running setscene task 4277 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['libxrender', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libxrender', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_rpm.81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_package_write_rpm_setscene.81e6b341f5cdbdb54f0a244e9f272b00c7797dec4ef2e960eb839dc38f519fb8 not available\nNOTE: Running setscene task 4280 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:7: including xorg-lib-common.inc\nDEBUG: Considering setscene task: ['libseccomp', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_deb 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libseccomp', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_ipk 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-3496823/tmp/work/core2-64-poky-linux/libpng/1.6.43/source-date-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: 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.9.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: SITE files ['endian-little', 'common-linux', '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/libogg/libogg_1.3.5.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['libogg', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_deb 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-3496823/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/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/libvorbis/libvorbis_1.3.7.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['libogg', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['libogg', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_rpm.77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_package_write_rpm_setscene.77a001362a75a16d7ad9d731834b96986c838362f3eec55ba84c66e7869d74fb not available\nNOTE: Running setscene task 4285 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_rpm_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libpng', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libpng', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_ipk 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_write_rpm.7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_package_write_rpm_setscene.7fb1d9154229e8df87902cba202d18642d14644404e2c7b6cdc332f0b1f84098 not available\nNOTE: Running setscene task 4288 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/fribidi/1.0.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-multimedia/libogg/libogg_1.3.5.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/curl/8.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Considering setscene task: ['iso-codes', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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/curl/curl_8.8.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-multimedia/libogg/libogg_1.3.5.bb:17)\nDEBUG: Considering setscene task: ['fribidi', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_deb which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libical/3.0.18/source-date-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/libpng/libpng_1.6.43.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: ['fribidi', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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-multimedia/libpng/libpng_1.6.43.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.43.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_create_spdx.b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_create_spdx_setscene.b2d9cbc86df49e93923db2b94ffaef1ee5321ba173b6ac99aa26c7b9ebcd13c8 not available\nNOTE: Running setscene task 4292 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.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-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_write_rpm.859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_package_write_rpm_setscene.859c6a1509602db6d97aade6c323fb3e4974d837736c364c8086c8d73b561590 not available\nNOTE: Running setscene task 4293 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_create_spdx.6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_create_spdx_setscene.6489522570c17237dc440294a8fc6d955a46678a66f57ce7734b7480df014bd2 not available\nNOTE: Running setscene task 4294 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['iso-codes', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_rpm.df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_package_write_rpm_setscene.df8d949986cced1e17a88eacb19f8200e79617261ed94bf838f4a9f26d97cf9d not available\nNOTE: Running setscene task 4296 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['libical', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_write_deb 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.17.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.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-devtools/vala/vala_0.56.17.bb:24)\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.15.bb:16)\nDEBUG: Considering setscene task: ['libical', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_write_ipk 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/icu/icu_75-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/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/icu/icu_75-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/vala/vala_0.56.17.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-devtools/vala/vala_0.56.17.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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:55)\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-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_write_rpm.0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_package_write_rpm_setscene.0ce1b758f3e455ea6a3654482c4bb45894934180980c7758db15e3060cffd3cd not available\nNOTE: Running setscene task 4299 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_write_rpm_setscene)\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/qemu.bbclass (from /home/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-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_75-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_75-1.bb:19)\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.15.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/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/fribidi/fribidi_1.0.15.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.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_rpm.a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_package_write_rpm_setscene.a4d32f4568819f917f4dc40707ce2bca945ee9d27f7cd0e0e7a1c0d2b7429816 not available\nNOTE: Running setscene task 4300 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_create_spdx.a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_create_spdx_setscene.a76be202a623b7ad20acb6f141569fff7562466fe71528c32adc6121c97d1079 not available\nNOTE: Running setscene task 4301 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_create_spdx.5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_create_spdx_setscene.5c0c7d04c70ed11d110631362968a82fe2f86042a486cdf077906f505afdd7eb not available\nNOTE: Running setscene task 4302 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['nettle', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb']\nDEBUG:   considering dependency: ['nettle', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libx11/1.8.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-3496823/tmp/work/core2-64-poky-linux/libxext/1.3.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/libical/libical_3.0.18.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.18.bb:20)\nDEBUG: Considering setscene task: ['nettle', 'do_package_write_ipk', '/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_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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/libical/libical_3.0.18.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_rpm 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/libical/libical_3.0.18.bb:20)\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/libunistring/libunistring_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/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/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/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Considering setscene task: ['libx11', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_deb 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.2.bb:26)\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.18.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/libusb/libusb1_1.0.27.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.18.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/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/siteinfo.bbclass (from /home/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/libunistring/libunistring_1.2.bb:26)\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-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_rpm 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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/libusb/libusb1_1.0.27.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/libusb/libusb1_1.0.27.bb:26)\nDEBUG: Considering setscene task: ['libx11', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_write_rpm.e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_package_write_rpm_setscene.e8efdd8f99be7c9b8c71175a6e6c618d12214de404ef35b8fb84aa446008d462 not available\nNOTE: Running setscene task 4307 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_create_spdx.f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_create_spdx_setscene.f3a29ee39789acfc581b763853ec09cb99fbe0b6fe18d353fb8480703bcd1492 not available\nNOTE: Running setscene task 4308 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_spdx.f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_create_spdx_setscene.f2660acb730ec0491c1f0834d4040520d2bb9c0999f5d2af7188bdc93c86a9bb not available\nNOTE: Running setscene task 4309 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_rpm.04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_package_write_rpm_setscene.04dd667c0cc0c64ca6a3448384614823391d42585e26357d936d7e0fa4a6bb73 not available\nNOTE: Running setscene task 4310 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_spdx.10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_create_spdx_setscene.10f80283026a4bbaefbba88f4159a89e6bb2c730286ad4ca9cb6876606fd979d not available\nNOTE: Running setscene task 4311 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_packagedata.8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_packagedata_setscene.8cd22a191f7a82252e3b39492e257009daccc3b57d9b1c30241c825fa7c996bf.qemux86_64 not available\nNOTE: Running setscene task 4312 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.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-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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/libxcb_1.17.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/libxcb_1.17.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: 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: 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: 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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/xorg-lib/libxcb_1.17.0.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.9.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-support/nettle/nettle_3.9.1.bb:27)\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/siteinfo.bbclass (from /home/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/shared-mime-info/shared-mime-info_2.4.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/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-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/vte/vte_0.74.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-graphics/xorg-lib/xtrans_1.5.0.bb: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/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/nettle/nettle_3.9.1.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpng/1.6.43/source-date-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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: 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/qemu.bbclass (from /home/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-support/vte/vte_0.74.2.bb:19)\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/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: 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/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-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: 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/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-multimedia/libpng/libpng_1.6.43.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-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.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_packagedata.6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_packagedata_setscene.6d7ac083c2e226a1415f5a18a0282b9b8a8a2c64ce03df7865e0c64b5bcaf65b.qemux86_64 not available\nNOTE: Running setscene task 4313 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libslirp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG:   considering dependency: ['libslirp-native', 'do_create_spdx', '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:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_populate_sysroot.852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_populate_sysroot_setscene.852c8d569dbcf037335260f99442623c40655b04564f7455dc376f79b46c31b0 not available\nNOTE: Running setscene task 4314 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.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 /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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vala/0.56.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-support/xxhash/xxhash_0.8.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/fribidi/1.0.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-3496823/tmp/work/core2-64-poky-linux/icu/75-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/vala/vala_0.56.17.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_spdx which could be accelerated\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.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-3496823/tmp/work/core2-64-poky-linux/libunistring/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/qemu.bbclass (from /home/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-connectivity/slirp/libslirp_git.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libical/3.0.18/source-date-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/libunistring/libunistring_1.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libusb1/1.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-3496823/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: Considering setscene task: ['vala', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_create_spdx 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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_spdx.4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_create_spdx_setscene.4e22514dbd7fdabfbc8c255d1685a422680b3ff9b3bafc256e5d6f5a2b55a0ca not available\nNOTE: Running setscene task 4316 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['vala', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_write_rpm.54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_package_write_rpm_setscene.54c76f3f5d0e380be50c24d3463504e367e22db76daf09eba31e0ec6004bac54 not available\nNOTE: Running setscene task 4318 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['icu', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libx11/1.8.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-3496823/tmp/work/core2-64-poky-linux/libxcb/1.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['icu', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.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-core/udev/eudev_3.2.14.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_spdx.76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_create_spdx_setscene.76a7491721a4d5cf76330ad17eaa98506cb357acc1c26e8d55c00f6c7b8ddbfa not available\nNOTE: Running setscene task 4321 of 6657 (/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/autotools.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-3496823/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/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.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-devtools/vala/vala_0.56.17.bb:24)\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: 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/siteinfo.bbclass (from /home/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_spdx.6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_create_spdx_setscene.6bcbdac6f7b3784f224875e5f67405fbb02c581d54c2faddcbfb20dbc2cbefdd not available\nNOTE: Running setscene task 4322 of 6657 (/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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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-devtools/vala/vala_0.56.17.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/vala/vala_0.56.17.bb:55)\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-3496823/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/nettle/nettle_3.9.1.bb:do_package_write_rpm 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_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_create_spdx.b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_create_spdx_setscene.b5cfa11dcaec3bc249e86a1d07c7e5865887965e8a8a763965eeaae29f94c494 not available\nNOTE: Running setscene task 4323 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_spdx_setscene)\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: Inheriting /home/pokybuild/yocto-worker/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_create_spdx.bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_create_spdx_setscene.bc8fca545b3e93f45889a0070732cc23ad4827815f43981f43f4159f3a171d45 not available\nNOTE: Running setscene task 4324 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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: 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: Considering setscene task: ['libxcb', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xxhash/0.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-3496823/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: SITE files ['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: Considering setscene task: ['libxcb', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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-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/libxau_1.0.11.bb:9)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:1: including glib.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_packagedata which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_write_rpm.3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_package_write_rpm_setscene.3bae98aa0e896f433ff398a4966241e41f213d26118f769141c4e5a5eaff2a16 not available\nNOTE: Running setscene task 4327 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_write_rpm_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-connectivity/slirp/libslirp_git.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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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/relocatable.bbclass (from /home/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/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.12.8.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_create_spdx.ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_create_spdx_setscene.ae5df92b42623915d2ddf5c9998720f3a34633a43b41fab63b6ee64dec218756 not available\nNOTE: Running setscene task 4328 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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/qemu.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib.inc:31)\nDEBUG: Considering setscene task: ['xtrans', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_deb 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/glib-2.0/glib.inc:31)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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.12.8.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-core/libxml/libxml2_2.12.8.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/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: Considering setscene task: ['xtrans', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_ipk which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/recipes-core/libxml/libxml2_2.12.8.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/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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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/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/xorg-lib/libxcb_1.17.0.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-graphics/xorg-lib/libxdmcp_1.1.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_rpm.2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_package_write_rpm_setscene.2331e400fb8f7af70463197eda60e28ccb0a8abf7550bca657b9d7aa0ce2bd76 not available\nNOTE: Running setscene task 4331 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/xorg-lib/libxcb_1.17.0.bb:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_create_spdx.e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_create_spdx_setscene.e1f88a964bd42c10540821d0659b294668f29c8a5bfd10113cf6c92f653d4531 not available\nNOTE: Running setscene task 4332 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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/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-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_write_rpm.5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_package_write_rpm_setscene.5a83f5ad860afe0a18385c24088319a13f8c3cb8e1c647157371cee289b6820d not available\nNOTE: Running setscene task 4333 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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-graphics/xorg-lib/libxdmcp_1.1.5.bb:11)\nDEBUG: Considering setscene task: ['libunistring', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libunistring', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_ipk which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_write_rpm.9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_package_write_rpm_setscene.9f74a63535def35e4efcdaaaa1ef1373883156c25a12e5dc1733d78ffd8349d4 not available\nNOTE: Running setscene task 4336 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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: Considering setscene task: ['libusb1', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_deb 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/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: 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_75-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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libusb1', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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-support/icu/icu_75-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_75-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-support/libunistring/libunistring_1.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_write_rpm.1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_package_write_rpm_setscene.1191b61599584122c6ee062563abdf2d0cc92021055831a5f74035b2b962fff9 not available\nNOTE: Running setscene task 4339 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/libunistring/libunistring_1.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/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['shared-mime-info', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\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_deb 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/libunistring/libunistring_1.2.bb:26)\nDEBUG: Considering setscene task: ['shared-mime-info', 'do_package_write_ipk', '/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_ipk', '/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: 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_write_ipk\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_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_rpm.e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_package_write_rpm_setscene.e58c663c41c14801c2cd4b13e6e190a55deb252b4ba69a5f6c2b7e1d4513e95b not available\nNOTE: Running setscene task 4342 of 6657 (/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: SITE files ['endian-little', 'common-linux', '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/libusb/libusb1_1.0.27.bb (full)\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_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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['vte', 'do_package_write_ipk', '/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_package_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libslirp-native/4.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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: 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.27.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/libusb/libusb1_1.0.27.bb:26)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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.27.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_packagedata.aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_packagedata_setscene.aab5630d279beb4f765f8390483bac3ed42d1f3dcf058de51ce04cc42b925f68.qemux86_64 not available\nNOTE: Running setscene task 4344 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE 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/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vala/0.56.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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_spdx.69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_create_spdx_setscene.69f2437f30d41c1dffda8897b08c41ad5cdcb505d1b39fb57dba9a067069ec82 not available\nNOTE: Running setscene task 4345 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/libpthread-stubs_0.5.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/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: Considering setscene task: ['eudev', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_write_deb which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-core/initscripts/initscripts_1.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: Considering setscene task: ['eudev', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_write_ipk 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/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: SITE files ['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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_rpm.54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_package_write_rpm_setscene.54347e64611f794b640b09bd0ee1218cc8ee766d34ce52b58a80fa1ca1c1abab not available\nNOTE: Running setscene task 4348 of 6657 (/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_create_spdx.5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_create_spdx_setscene.5bfec7ba41ebdc2a60390b07aa1eaaf6f7a0056b4dbe26f9316510555eab62c2 not available\nNOTE: Running setscene task 4349 of 6657 (/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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: ['sato-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.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:   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: ['puzzles', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.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: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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: ['adwaita-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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: ['matchbox-keyboard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.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: ['matchbox-terminal', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.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-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: ['matchbox-terminal', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_populate_sysroot', '/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:   considering dependency: ['gtk+3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: ['libfm', 'do_package', '/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-config-gtk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.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: ['l3afpad', 'do_populate_sysroot', '/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-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxcb/1.17.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-3496823/tmp/work/core2-64-poky-linux/libxml2/2.12.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-core/udev/eudev_3.2.14.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxdmcp/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/autotools.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-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:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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-core/udev/eudev_3.2.14.bb:22)\nDEBUG: Considering setscene task: ['libxml2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_deb 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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-2.0/2.80.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-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/github-releases.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-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xcb-proto/1.17.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-3496823/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-proto/xcb-proto_1.17.0.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['glib-2.0', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_write_deb 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_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libunistring/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-3496823/tmp/work/core2-64-poky-linux/icu/75-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/libunistring/libunistring_1.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['glib-2.0', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_write_rpm.a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_package_write_rpm_setscene.a23e83adf9f9cc6a0112de70dccc4d1c720fe44ed03b3fcbeed994857a2ad95b not available\nNOTE: Running setscene task 4354 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['libxml2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libusb1/1.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-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_write_rpm.b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_package_write_rpm_setscene.b626462aa81c23a46428f49cf64b5e6066c765c83b2b9307a3d0fd11f1d0a0e9 not available\nNOTE: Running setscene task 4356 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_spdx.1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_create_spdx_setscene.1f3abca9b4cf46f79dd09c9e3bbc745779d9f57282d776dc17f4024097bdc56b not available\nNOTE: Running setscene task 4357 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_create_spdx.68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_create_spdx_setscene.68c077201ef373116ccce5bb10a67b8db87f8dc61f133d2c6c3b50b0ec1dedf1 not available\nNOTE: Running setscene task 4358 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_packagedata.03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_packagedata_setscene.03105b4719e8a1f2235b9cea780123b2215230c092ce21712893651938ccae4c.qemux86_64 not available\nNOTE: Running setscene task 4359 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:1: including glib.inc\nDEBUG: Considering setscene task: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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/python3-dir.bbclass (from /home/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.12.8.bb:16)\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/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.12.8.bb:37)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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-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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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/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/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/python3-dir.bbclass (from /home/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-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: Considering setscene task: ['libpthread-stubs', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.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/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-core/glib-2.0/glib.inc:31)\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: 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.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-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/python3native.bbclass (from /home/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-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/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/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/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/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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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-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-gnome/gobject-introspection/gobject-introspection_1.80.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/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/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/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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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-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-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:23)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:3)\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.80.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+/gtk4_4.14.4.bb:47)\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.12.8.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-gnome/gobject-introspection/gobject-introspection_1.80.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: 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-gnome/gtk+/gtk4_4.14.4.bb:47)\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.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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+/gtk4_4.14.4.bb:47)\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: Considering setscene task: ['initscripts', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_deb 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/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-3496823/tmp/work/all-poky-linux/update-rc.d/0.8+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/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: 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.14.4.bb:47)\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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\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/gtk-doc.bbclass:38)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\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: Considering setscene task: ['initscripts', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk+3/3.24.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-gnome/gtk+/gtk+3_3.24.42.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_rpm.add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_package_write_rpm_setscene.add8ff15e711d3db49a7335258aedf43b4f458e05641883a27d7140b94fc5d03 not available\nNOTE: Running setscene task 4364 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['update-rc.d', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\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_deb which could be accelerated\nDEBUG: Considering setscene task: ['update-rc.d', 'do_package_write_ipk', '/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_ipk', '/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: 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_write_ipk\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_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_write_rpm.f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_package_write_rpm_setscene.f34630666335e44f5b8658334d21b8f7c994231285c44f4601a1d8878f6588dc not available\nNOTE: Running setscene task 4367 of 6657 (/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package which could be accelerated\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:17)\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.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gtk+3', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_recipe_qa.fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk+3/3.24.42.do_recipe_qa_setscene.fc63cf7db17acbcaba00ff709ab1ab560833a770296300aa4e4835bd9335c22a not available\nNOTE: Running setscene task 4370 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libpthread-stubs', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_rpm.735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_package_write_rpm_setscene.735b5d541be00ca2e0eeb334632a5fe1e519e067f72a65051a615881e9b4cae4 not available\nNOTE: Running setscene task 4372 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['libxau', 'do_package_write_deb', '/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_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libxau', 'do_package_write_ipk', '/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_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:1: including gtk+3.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_rpm.8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_package_write_rpm_setscene.8ce9de82212437bd9e66734ddb731b3dc763369975b844c8d3cb3b76fabfc78f not available\nNOTE: Running setscene task 4375 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_write_rpm_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-recipe/python3native.bbclass (from /home/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: ['libxdmcp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_deb 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/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: Considering setscene task: ['libxdmcp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_ipk 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: 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: 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-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_write_rpm.3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_package_write_rpm_setscene.3486dabc3754ba6eb7d34c20bba246a21685646794e1de045026027800689e85 not available\nNOTE: Running setscene task 4378 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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/update-alternatives.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-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/gtk-immodules-cache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3.inc:13)\nDEBUG: Considering setscene task: ['xcb-proto', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_write_deb 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/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: Considering setscene task: ['xcb-proto', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_write_ipk 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/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-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_write_rpm.69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_package_write_rpm_setscene.69a137d4736d9b346bc296321fad159eddd574a7f5660a3ca47558cdab9ca799 not available\nNOTE: Running setscene task 4381 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:9: including xorg-lib-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_create_spdx.288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_create_spdx_setscene.288deda2e21d1a6edba0fd45163a4b6e244b8265cc17a3d898fc464b4d78e140 not available\nNOTE: Running setscene task 4382 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_create_spdx.a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_create_spdx_setscene.a2414407ba49c1e09edefcceae7aca5c311c88cbe428d69e6c602c4435cc70a6 not available\nNOTE: Running setscene task 4383 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_create_spdx.ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_create_spdx_setscene.ad735cb2d6220179f30f508a6b7a1f455b756678be85ce3540dc03b5fff894ee not available\nNOTE: Running setscene task 4384 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: Inheriting /home/pokybuild/yocto-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: ['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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_populate_lic', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_recipe_qa.1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vte/0.74.2.do_recipe_qa_setscene.1510fe9180fc9ec1143f48e4faf5f0e15cc39a259dffcbb8b125f3396ab225ad not available\nNOTE: Running setscene task 4386 of 6657 (/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-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.5.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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-proto/xcb-proto_1.17.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxml2/2.12.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/siteinfo.bbclass (from /home/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_2024.1.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-util/util-macros_1.20.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gobject-introspection/1.80.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-proto/xcb-proto_1.17.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.17.0.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_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/siteinfo.bbclass (from /home/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/kmod/kmod_32.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/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.80.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-graphics/xorg-util/xorg-util-common.inc:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk4/4.14.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/vte/vte_0.74.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-kernel/kmod/kmod_32.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_32.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/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/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: 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-3496823/tmp/work/core2-64-poky-linux/glib-2.0/2.80.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/gi-docgen.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-gnome/gtk+/gtk4_4.14.4.bb:do_packagedata 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-kernel/kmod/kmod_32.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-support/vte/vte_0.74.2.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-kernel/kmod/kmod_32.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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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/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.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/update-rc.d/0.8+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-core/update-rc.d/update-rc.d_0.8.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/initscripts/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/initscripts/initscripts_1.0.bb:do_package_write_rpm which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_create_spdx.83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_create_spdx_setscene.83be9bee7ede6015f45aa0f3d79ef29c5e6835ace3242e01ea43bc68630e73d2 not available\nNOTE: Running setscene task 4387 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_packagedata.2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_packagedata_setscene.2da333e9b17f28d706833318d6803349f9b599782bdf05bbbe971bf6037bcfc0.qemux86_64 not available\nNOTE: Running setscene task 4388 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['util-linux', 'do_package_write_deb', '/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_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_write_deb 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: ['util-linux', 'do_package_write_ipk', '/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:   considering dependency: ['util-linux', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:1: including glib.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_rpm.6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_package_write_rpm_setscene.6bafcb3f066168918b54ae11a7523574a8a69fd13864ad1fe4f63b6c96aeef38 not available\nNOTE: Running setscene task 4391 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_packagedata.451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_packagedata_setscene.451d3c3f0f44f7c3722d5fb29dae462bd995c635ed68a8d0ea6ca444c1ab8867.qemux86_64 not available\nNOTE: Running setscene task 4392 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gettext.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-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_packagedata.c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_packagedata_setscene.c4e4505ebb05a386bb278ab040563d3c036fcf0e6aca2cd64216cb338547567f.qemux86_64 not available\nNOTE: Running setscene task 4393 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_packagedata.e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_packagedata_setscene.e2de435d6bf61520d0321dc4d7de02fa68c9261bf98f6ee43414e4d7b6f0181f.qemux86_64 not available\nNOTE: Running setscene task 4394 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_packagedata_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-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/recipes-core/glib-2.0/glib.inc:31)\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-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_create_spdx.a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_create_spdx_setscene.a4a4baa8bced80244e67ee3038b65d5f2c99f38d7c3b94465bd3768b3952a490 not available\nNOTE: Running setscene task 4395 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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: 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: Considering setscene task: ['gobject-introspection', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_write_deb 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: 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: 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-3496823/tmp/work/core2-64-poky-linux/gtk+3/3.24.42/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxdmcp/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-devtools/python/python3-dbusmock_0.31.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/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: Inheriting /home/pokybuild/yocto-worker/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: ['gobject-introspection', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_write_ipk 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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.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-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-packaging_24.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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-dbusmock_0.31.1.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_24.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: Inheriting /home/pokybuild/yocto-worker/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/libxdmcp_1.1.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-core/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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_24.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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_flit_core.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/util-linux/util-linux_2.39.3.bb:3)\nDEBUG: Inheriting /home/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/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/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/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/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/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/python3targetconfig.bbclass (from /home/pokybuild/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-core/util-linux/util-linux_2.39.3.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-devtools/python/python3_3.12.4.bb:63)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_write_rpm.37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_package_write_rpm_setscene.37c47c1a925ee5e4d19e384e21f1caee53631edc30733d286a8ad6f9d3c456df not available\nNOTE: Running setscene task 4398 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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-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/python3-dir.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-3496823/tmp/work/core2-64-poky-linux/xcb-proto/1.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\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.4.bb:63)\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-3496823/tmp/work/core2-64-poky-linux/util-macros/1.20.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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/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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\nDEBUG: Considering setscene task: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_spdx which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xorgproto/2024.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/xorg-proto/xorgproto_2024.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/kmod/32/source-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.80.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.80.1.bb:23)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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/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-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_packagedata.8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_packagedata_setscene.8616c600ff2c3cde0d4bf6ad6d3f4364aa0e70b5f42940309ed5181966447368.qemux86_64 not available\nNOTE: Running setscene task 4400 of 6657 (/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/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_recipe_qa which could be accelerated\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_create_spdx', '/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.14.4.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: Considering setscene task: ['gtk4', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gtk4', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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.14.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_recipe_qa.f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gtk4/4.14.4.do_recipe_qa_setscene.f96ecc385fb2813506b1b6936ec57702c24e37623961a2f21c17486eb2443c63 not available\nNOTE: Running setscene task 4403 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.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-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_packagedata.2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_packagedata_setscene.2fc961a1109a1caf5656f4f2614cc46435e797f6e67ac1538d1eb6d2358e3443.qemux86_64 not available\nNOTE: Running setscene task 4404 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_packagedata_setscene)\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_create_spdx', '/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.14.4.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: SITE files ['endian-little', 'common-linux', '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-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-3496823/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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_packagedata.082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_packagedata_setscene.082cd6ef8c1fa9cb1f2c0f2e52a81b6945e3e315c073b83b14da4527f27f42c5.qemux86_64 not available\nNOTE: Running setscene task 4406 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_packagedata_setscene)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb (full)\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_deb', '/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_write_ipk', '/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', '/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: 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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-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/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/python3-dir.bbclass (from /home/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: 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/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\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_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-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_recipe_qa.c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/init-system-helpers/1.66.do_recipe_qa_setscene.c6dcb9c0fc32284ae295e4ecfd0fbc297398ee1fea23e5f5490ea0324bb0ccc9 not available\nNOTE: Running setscene task 4409 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/libepoxy/libepoxy_1.5.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\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.14.4.bb:47)\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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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/gsettings.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:47)\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.14.4.bb:47)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_packagedata.3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_packagedata_setscene.3083eac49d128ece62b632c007c29c5272ff5eca1ed9146906d16485918be3dd.qemux86_64 not available\nNOTE: Running setscene task 4411 of 6657 (/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-dbusmock/0.31.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-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-packaging/24.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/init-system-helpers_1.66.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: ['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.42.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: ['xdpyinfo', 'do_populate_sysroot', '/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: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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-devtools/python/python3-dbusmock_0.31.1.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-2.0-initial/2.80.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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['glib-2.0-initial', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_deb 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_packagedata which could be accelerated\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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['glib-2.0-initial', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_ipk 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: SITE files ['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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_write_rpm.83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_package_write_rpm_setscene.83eae07ca13bdf4658bf9e204245a10dd8eecb061b939201b000f8820c0bcd0a not available\nNOTE: Running setscene task 4415 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_rpm_setscene)\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_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_write_ipk', '/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', '/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_deb', '/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_package_write_rpm', '/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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_recipe_qa.02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/desktop-file-utils/0.27.do_recipe_qa_setscene.02bf239ff1914154844eb7bce668959bb028cbb8a3915815e15dc452a58da4c2 not available\nNOTE: Running setscene task 4418 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['python3-dbusmock', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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: SITE files ['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: SITE files ['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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_packagedata.3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_packagedata_setscene.3434b2db924887233ea91fc67ff147f617c32c79b8de0b12326e337d495ebb50.qemux86_64 not available\nNOTE: Running setscene task 4420 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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/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-devtools/desktop-file-utils/desktop-file-utils_0.27.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/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/gi-docgen.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/pkgconfig.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/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/meson-routines.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_packagedata.ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_packagedata_setscene.ed2ffde26d895d8124acff44a33f3adaf0f1274545ac1d98043ca83c31692c3c.qemux86_64 not available\nNOTE: Running setscene task 4421 of 6657 (/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/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/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/qemu.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_packagedata.9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_packagedata_setscene.9bcc1048137aef5215d302b5fff8a0b9cd9fbc9e135ac094652a49f09a02e21a.qemux86_64 not available\nNOTE: Running setscene task 4422 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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-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/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: ['python3-dbusmock', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.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.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.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.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.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.31.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_recipe_qa.7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-dbusmock/0.31.1.do_recipe_qa_setscene.7836e6c1421047b2bfd8358e020f7e9abaa0cba68f0a625ce2f1dd57fea242a4 not available\nNOTE: Running setscene task 4424 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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.9.0.bb:18)\nDEBUG: Considering setscene task: ['python3-packaging', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package 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: 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.9.0.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/socat/socat_1.8.0.0.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/iproute2/iproute2_6.9.0.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:45)\nDEBUG: Considering setscene task: ['python3-packaging', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3-packaging', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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_24.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_recipe_qa.4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-packaging/24.1.do_recipe_qa_setscene.4b859d2f3d57ee3d1c8684c406c6e76245388c60c77567f905c47702ec65f361 not available\nNOTE: Running setscene task 4427 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb (full)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:45)\nDEBUG: Inheriting /home/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.31.1.bb:11)\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.8.1.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/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-recipe/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_create_spdx.4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_create_spdx_setscene.4c92e9ef9769e45ddbdc66df40b16be41412190206c12aaf9f18b990ebb0cb23 not available\nNOTE: Running setscene task 4428 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.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: Inheriting /home/pokybuild/yocto-worker/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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:46)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_packagedata.55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_packagedata_setscene.55c4229347df295081fc24eea138e6013487da12d2a637acb5e89923254f5e7f.qemux86_64 not available\nNOTE: Running setscene task 4429 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gobject-introspection/1.80.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3/3.12.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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_24.1.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.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/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/recipes-devtools/qemu/qemu-native_9.0.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/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_3.12.4.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.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/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/autotools.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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/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/texinfo.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-core/initscripts/init-system-helpers_1.66.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/bc/bc_1.07.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/recipes-devtools/qemu/qemu.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/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-3496823/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-3496823/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/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: 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-graphics/graphene/graphene_1.10.8.bb:do_packagedata 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-graphics/libepoxy/libepoxy_1.5.10.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gtk4/4.14.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_create_spdx.6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_create_spdx_setscene.6364742071191b4c24e75efa44b5172092ef8aa4fab55b473f46084035923806 not available\nNOTE: Running setscene task 4430 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_create_spdx.2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_create_spdx_setscene.2cba69bfd4326d7696fa2e2adb2e9f7778ac34f9cc8ac86057c3b02e037ba3fb not available\nNOTE: Running setscene task 4431 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_spdx.cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_create_spdx_setscene.cac464aa01cdf6a9111f94ff22c5f72b1df32527e077feb5939f2a4856a85078 not available\nNOTE: Running setscene task 4432 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_spdx.3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_create_spdx_setscene.3e0f9c268dc755a673e1710c6370d14c4d75f72790830143b75189a397afba8b not available\nNOTE: Running setscene task 4433 of 6657 (/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: 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-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_create_spdx.0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_create_spdx_setscene.0de6d17e0bf531a0ee3acf906196147cd095cb968759140e44a9d2c0626edbfa not available\nNOTE: Running setscene task 4434 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_packagedata.280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_packagedata_setscene.280b964efc52125ade4963834e56ef90b5bcd2ad415c76658f1da63f84c8cede.qemux86_64 not available\nNOTE: Running setscene task 4435 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['python3', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_deb 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/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.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/multilib_header.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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-core/expat/expat_2.6.2.bb:24)\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: Considering setscene task: ['python3', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_ipk 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/libxcrypt/libxcrypt.inc: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.3.1.bb:23)\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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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/classes-recipe/multilib_script.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.6.2.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/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/libedit/libedit_20240517-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-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/recipes-connectivity/openssl/openssl_3.3.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-core/expat/expat_2.6.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-devtools/libedit/libedit_20240517-3.1.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/siteinfo.bbclass (from /home/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.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: 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.3.1.bb:23)\nDEBUG: Inheriting /home/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.5.1.bb: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-connectivity/openssl/openssl_3.3.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/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-core/util-linux/util-linux-libuuid_2.39.3.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-setuptools_69.5.1.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/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-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_write_rpm.b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_package_write_rpm_setscene.b98097c3d8706ac7b1090c71a622b9b283679bff6d0623294c9b95be2fddba84 not available\nNOTE: Running setscene task 4438 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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/python3targetconfig.bbclass (from /home/pokybuild/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-3496823/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: 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-3496823/tmp/work/core2-64-poky-linux/glib-2.0-initial/2.80.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-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_rpm 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_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/python/python3_3.12.4.bb:63)\nDEBUG: SITE files ['endian-little', 'common-linux', '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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/iproute2/6.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-3496823/tmp/work/core2-64-poky-linux/python3-dbusmock/0.31.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_3.12.4.bb:63)\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.4.bb: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-devtools/python/python3_3.12.4.bb:63)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/btrfs-tools/6.8.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-connectivity/iproute2/iproute2_6.9.0.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/qemu-native/9.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\nDEBUG: 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.4.bb:63)\nDEBUG: Considering setscene task: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3-packaging/24.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-packaging_24.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['iproute2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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.9.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_recipe_qa.9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iproute2/6.9.0.do_recipe_qa_setscene.9904c7492369ec27a62aeb89ca12ee061f6e2dd758af655a24158cd5ddae36ce not available\nNOTE: Running setscene task 4441 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_recipe_qa_setscene)\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_write_deb', '/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_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_package_write_ipk', '/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_create_spdx', '/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: 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: 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_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_recipe_qa.298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/socat/1.8.0.0.do_recipe_qa_setscene.298f3fa9875a67df516d457c8cad58a819b14e1b04d64f5b6e49ffe99b027391 not available\nNOTE: Running setscene task 4444 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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.9.0.bb:18)\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: 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.9.0.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/iproute2/iproute2_6.9.0.bb:18)\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.8.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['btrfs-tools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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.8.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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.8.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_recipe_qa.f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/btrfs-tools/6.8.1.do_recipe_qa_setscene.f506a97771d256e23a5262897e8480758754e1075a784bc46b834b153a2d5555 not available\nNOTE: Running setscene task 4447 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_recipe_qa_setscene)\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/socat/socat_1.8.0.0.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_packagedata.44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_packagedata_setscene.44ef2dbd1ca686e4ac6b450b8dab3e08ca4b0645b58a9bee4800851126929580.qemux86_64 not available\nNOTE: Running setscene task 4448 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_packagedata_setscene)\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: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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: ['e2fsprogs', 'do_create_spdx', '/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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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: Inheriting /home/pokybuild/yocto-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: ['bc', 'do_package', '/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_create_spdx', '/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:   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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['bc', 'do_package_write_deb', '/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb (full)\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/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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: 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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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: 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: ['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_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:  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-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_recipe_qa.d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bc/1.07.1.do_recipe_qa_setscene.d803704d186ddf8ddab12a2374e11e803f22909c75949bf89ab408c03f26e0b3 not available\nNOTE: Running setscene task 4452 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.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-devtools/btrfs-tools/btrfs-tools_6.8.1.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.8.1.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-3496823/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_packagedata.47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_packagedata_setscene.47be56601942e8ab57ed505cd82b862a5e1d828af928c7c8975f116df07308aa.qemux86_64 not available\nNOTE: Running setscene task 4453 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_packagedata.1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_packagedata_setscene.1bd30397622025576bfd098f4b10ff6ad5a0bd6539edb5a0004d08a5104220c3.qemux86_64 not available\nNOTE: Running setscene task 4454 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_packagedata.fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_packagedata_setscene.fa1de23ed8040016527f4dd2ec0da6d7623927beed55a8046c7d256ea78cc5b2.qemux86_64 not available\nNOTE: Running setscene task 4455 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_packagedata_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.8.1.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: 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: 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: Considering setscene task: ['libxcrypt', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb']\nDEBUG:   considering dependency: ['libxcrypt', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/expat/2.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-3496823/tmp/work/core2-64-poky-linux/python3-setuptools/69.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: 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-core/expat/expat_2.6.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libedit/20240517-3.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/libedit/libedit_20240517-3.1.bb:do_create_spdx which could be accelerated\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/bc/bc_1.07.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/openssl/3.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-extended/findutils/findutils_4.10.0.bb:1: including findutils.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/findutils/findutils.inc: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/siteinfo.bbclass (from /home/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: Considering setscene task: ['expat', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-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/bc/bc_1.07.1.bb:23)\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/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/findutils/findutils.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-extended/findutils/findutils.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-extended/bc/bc_1.07.1.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/iptables/iptables_1.8.10.bb: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/findutils/findutils.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: 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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.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-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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.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-extended/iptables/iptables_1.8.10.bb:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['openssl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['openssl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_write_rpm.31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_package_write_rpm_setscene.31127331332d6ba6feef0820aca20d8dee67f50e8fcf261fd3178c3b8c526f88 not available\nNOTE: Running setscene task 4460 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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: Considering setscene task: ['expat', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_write_rpm.19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_package_write_rpm_setscene.19945d229a45d92200b07c3a801a31b8784e14aea64dc258e7114fe17f23cd7c not available\nNOTE: Running setscene task 4462 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['libxcrypt', 'do_package_write_ipk', '/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:   considering dependency: ['libxcrypt', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_rpm.a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_package_write_rpm_setscene.a2afe75f48056c023bd8cf93b216cc58f2960d4b188d875c4a70060b61e07ac3 not available\nNOTE: Running setscene task 4464 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_create_spdx.cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_create_spdx_setscene.cfe7d42cb5e9cd62e9b2fde60dd844dda2b888518b6e5bf4dfa5031f3e8a39bc not available\nNOTE: Running setscene task 4465 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.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: ['util-linux-libuuid', 'do_package_write_deb', '/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_deb', '/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: 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_write_deb\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_deb which could be accelerated\nDEBUG: Considering setscene task: ['util-linux-libuuid', 'do_package_write_ipk', '/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_ipk', '/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: 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_write_ipk\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_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_rpm.e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_package_write_rpm_setscene.e6326566a5b696751bbcab3702bec0ab861beae02c95ce44c61b06e15a7b69aa not available\nNOTE: Running setscene task 4468 of 6657 (/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.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/multilib_header.bbclass:7)\nDEBUG: Considering setscene task: ['libedit', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libedit', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_ipk 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-core/expat/expat_2.6.2.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.6.2.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.6.2.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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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: 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.3.1.bb:23)\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/ncurses/ncurses_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-core/expat/expat_2.6.2.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_write_rpm.b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_package_write_rpm_setscene.b47c726aabbc7a1156c5751e83345ca6eb172f9b64028c7fb336c860dcebca8e not available\nNOTE: Running setscene task 4471 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.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-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.3.1.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-connectivity/openssl/openssl_3.3.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/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: 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: Considering setscene task: ['python3-setuptools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package 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/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: 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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/iproute2/6.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:263)\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.5.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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-libuuid_2.39.3.bb:6)\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: 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: ['python3-setuptools', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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.5.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_recipe_qa.fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3-setuptools/69.5.1.do_recipe_qa_setscene.fa7426bb5e18bf70f199d77334e556f3471ba880741a0fea42efc53e5316dc6f not available\nNOTE: Running setscene task 4474 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb:11)\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: ['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_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: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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/siteinfo.bbclass (from /home/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/libedit/libedit_20240517-3.1.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_packagedata.da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_packagedata_setscene.da4eacd89b85ee95b2412b71b62103a58a6527df8b9ce58e1f59f0a9707a1194.qemux86_64 not available\nNOTE: Running setscene task 4476 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.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: ['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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_populate_sysroot', '/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: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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-setuptools_69.5.1.bb:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_spdx.7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_create_spdx_setscene.7e19ad8cde41e36153d9d8d6c2d46db4bd526cfda7381bf217ad5fba4ed57a26 not available\nNOTE: Running setscene task 4478 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3/3.12.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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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: SITE files ['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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/btrfs-tools/6.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/python3targetconfig.bbclass (from /home/pokybuild/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-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: Inheriting /home/pokybuild/yocto-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/btrfs-tools/btrfs-tools_6.8.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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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-3496823/tmp/work/core2-64-poky-linux/grep/3.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-3496823/tmp/work/core2-64-poky-linux/findutils/4.10.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/iptables/iptables_1.8.10.bb:do_packagedata which could be accelerated\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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_packagedata 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-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_packagedata.c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_packagedata_setscene.c83679b86e9c40f472b38014c7844b843fc24df7d9ed736de40c82b48d3d0a94.qemux86_64 not available\nNOTE: Running setscene task 4479 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_packagedata.3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc-locale/2.39+git.do_packagedata_setscene.3fea73ef2582ac2461cb0e6eb5692e749684517577b8d3bc138ace7d43b90407.qemux86_64 not available\nNOTE: Running setscene task 4480 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_packagedata_setscene)\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_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package_write_deb', '/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_create_spdx', '/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_package_write_rpm', '/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_populate_sysroot', '/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_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_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-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_recipe_qa.7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/e2fsprogs/1.47.0.do_recipe_qa_setscene.7986954cd22966e0b985dd810a29c401b62248621ae7d729ebd7dddb920f1ff0 not available\nNOTE: Running setscene task 4483 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_packagedata.2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_packagedata_setscene.2a1c3ca54e750c4d5f17fbafcf27dbd99d88fa27a07f2e663c306900829d46aa.qemux86_64 not available\nNOTE: Running setscene task 4484 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.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-core/coreutils/coreutils_9.5.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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.5.bb:14)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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:93)\nDEBUG: 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.5.bb:122)\nDEBUG: Considering setscene task: ['findutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.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/libc-package.bbclass:97)\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.5.bb:176)\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/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Considering setscene task: ['findutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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.10.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_recipe_qa.4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/findutils/4.10.0.do_recipe_qa_setscene.4a40b76837d33f9e6455b6b4bd8280045ae432009135e927e91166531cec69ee not available\nNOTE: Running setscene task 4487 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_recipe_qa_setscene)\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/gcc/gcc_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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\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_qa', '/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_write_rpm', '/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_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['grep', 'do_package_write_ipk', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/expat/2.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/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/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-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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:2: including gcc-target.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-core/expat/expat_2.6.2.bb:do_package_write_rpm which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb (full)\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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['grep', 'do_populate_lic', '/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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_recipe_qa.6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/grep/3.11.do_recipe_qa_setscene.6c971660aa6b3efc173eacb076a0560dadf3c0caa3a58e5fc676399dc62e4632 not available\nNOTE: Running setscene task 4490 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/openssl/3.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-extended/findutils/findutils_4.10.0.bb:1: including findutils.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ncurses/6.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-extended/findutils/findutils.inc:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/util-linux/util-linux-libuuid_2.39.3.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-connectivity/openssl/openssl_3.3.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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/findutils/findutils.inc:13)\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: Considering setscene task: ['ncurses', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_deb which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libedit/20240517-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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.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/findutils/findutils.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils.inc:13)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['ncurses', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_ipk 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-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-3496823/tmp/work/core2-64-poky-linux/python3-setuptools/69.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/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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_write_rpm.9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_package_write_rpm_setscene.9b10c70e3356ac00301a5525e98b2dfd28172747421d896ebcab3b68ebfdd0ea not available\nNOTE: Running setscene task 4493 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_recipe_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_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_packagedata.9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_packagedata_setscene.9eb3f3b9b5b54a544c498bf825041f60e499583e9930a744f904629e37edd16d.qemux86_64 not available\nNOTE: Running setscene task 4494 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_packagedata_setscene)\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_package_qa', '/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_write_deb', '/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_write_ipk', '/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:   considering dependency: ['iptables', 'do_create_spdx', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:1: including ncurses.inc\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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:13)\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_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_recipe_qa.432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/iptables/1.8.10.do_recipe_qa_setscene.432d6ccc38d093ec8d7c1e0ef4d3b95f7ef0fc5fc1cedc808b1c4819f3468473 not available\nNOTE: Running setscene task 4497 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.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-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: ['libmnl', 'do_package', '/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_qa', '/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_package_write_ipk', '/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_package_write_deb', '/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: 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: 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: 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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:263)\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_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_populate_lic', '/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_recipe_qa', '/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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libmnl', 'do_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_recipe_qa.5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmnl/1.0.5.do_recipe_qa_setscene.5fb714f84671eb74734bfd5298b149165f799a38d7a15b3e2b70df29d9cbc968 not available\nNOTE: Running setscene task 4500 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_recipe_qa_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:25)\nDEBUG: Considering setscene task: ['libnsl2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package_write_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.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: Considering setscene task: ['libnsl2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_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-extended/iptables/iptables_1.8.10.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-extended/iptables/iptables_1.8.10.bb:25)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_rpm.d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_package_write_rpm_setscene.d6ede95768c431c3f9fed871ee6873bea0cc6d7d74405dee3485a267f667d450 not available\nNOTE: Running setscene task 4503 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc-locale/2.39+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-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_spdx.1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_create_spdx_setscene.1e192f00f9470d489a0fd364c26b8a2ba3cc1d871413058de087d5cf8ea2b966 not available\nNOTE: Running setscene task 4504 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_packagedata.15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_packagedata_setscene.15b97da34b94f4a6f99a3f4c6dbaa67ef7aa943fcf231eb058cc9bc6cbcc0d56.qemux86_64 not available\nNOTE: Running setscene task 4505 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_packagedata.055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_packagedata_setscene.055dc422baed6851f0be6d0d39b362d83004016cef3773c5ffc410090c14b47f.qemux86_64 not available\nNOTE: Running setscene task 4506 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_packagedata_setscene)\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: Inheriting /home/pokybuild/yocto-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.39.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['glibc-locale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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/pkgconfig.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_populate_sysroot.27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_populate_sysroot_setscene.27dcaf2415a5bc3738457d7747b311484e7fc6aa8948c0419eea520dc2a165d7 not available\nNOTE: Running setscene task 4508 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_populate_sysroot_setscene)\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/siteinfo.bbclass (from /home/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb (full)\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.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_packagedata.af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_packagedata_setscene.af82bdd50c2cd46028fc708a7bfb8acec519cf13acdf8a3514f9f07c87f44152.qemux86_64 not available\nNOTE: Running setscene task 4510 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.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: 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/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: 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: ['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:   considering dependency: ['socat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.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: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.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_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/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: SITE files ['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/libtirpc/libtirpc_1.3.4.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/procps/procps_4.0.4.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/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-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/texinfo.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-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_packagedata.7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_packagedata_setscene.7ae0eebf0f16889313c135018617bae5915f87526fcc957006c0d36e323b7f40.qemux86_64 not available\nNOTE: Running setscene task 4512 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.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/sed/sed_4.9.bb:16)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39.bb: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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.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/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-3496823/tmp/work/core2-64-poky-linux/coreutils/9.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc/14.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/coreutils/coreutils_9.5.bb:do_packagedata 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/gcc/gcc_14.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-extended/timezone/tzdata.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/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/findutils/4.10.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.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: Considering setscene task: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Considering setscene task: ['coreutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_recipe_qa.ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/coreutils/9.5.do_recipe_qa_setscene.ac08c134c760171969305a724cf806e7c9afedc6af85a12c70a98dd7e5cbe8d2 not available\nNOTE: Running setscene task 4515 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package 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_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gcc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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_14.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_recipe_qa.aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc/14.1.0.do_recipe_qa_setscene.aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183 not available\nNOTE: Running setscene task 4518 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_packagedata.af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_packagedata_setscene.af243c4396b6357b754049b993cc67f18bbfad26afdf1960fb8fc7fd7e2b87c3.qemux86_64 not available\nNOTE: Running setscene task 4519 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_packagedata.5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_packagedata_setscene.5ccffc94ff32668b68d2c5880efcbdb8770b6919a8d64254c51aea4d5518b4b7.qemux86_64 not available\nNOTE: Running setscene task 4520 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_create_spdx.4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_create_spdx_setscene.4f0ae77719b3a37e842ea91388580969d7c9cb7a17d54f9e11fc4d83dfc201c5 not available\nNOTE: Running setscene task 4521 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.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-core/coreutils/coreutils_9.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ncurses/6.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-core/coreutils/coreutils_9.5.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.5.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.5.bb:122)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_rpm which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb (full)\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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:176)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.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/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-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-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: 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/xz/xz_5.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/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-extended/xz/xz_5.4.6.bb:36)\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/texinfo.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-3496823/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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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-extended/xz/xz_5.4.6.bb:36)\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-3496823/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: 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.6.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-extended/iptables/iptables_1.8.10.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/cross-localedef-native/2.39+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-extended/xz/xz_5.4.6.bb:42)\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: 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_package_write_deb', '/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_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', '/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_package_write_ipk', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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-3496823/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-3496823/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-3496823/tmp/work/all-poky-linux/tzdata/2024a/source-date-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/procps/procps_4.0.4.bb:do_packagedata which could be accelerated\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.39.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.39.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.39.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.39.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.39.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.39.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_recipe_qa.c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cross-localedef-native/2.39+git.do_recipe_qa_setscene.c200c6c20d29efc6bb319ad28aa07f4a0d68d633c4a7f3d92e299daa92e74440 not available\nNOTE: Running setscene task 4524 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-extended/timezone/tzdata.bb:do_packagedata which could be accelerated\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_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_package_write_deb', '/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_write_ipk', '/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_qa', '/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: 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: ['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: 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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_deploy_source_date_epoch', '/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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['perl', 'do_populate_lic', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_recipe_qa.e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/perl/5.38.2.do_recipe_qa_setscene.e828271d579a64152bb67cc305665c6207bfbf16b7221d26422c4d6dc8829b9e not available\nNOTE: Running setscene task 4527 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39.bb:17)\nDEBUG: Considering setscene task: ['libtirpc', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.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: Considering setscene task: ['libtirpc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_package_write_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_ipk 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/glibc/cross-localedef-native_2.39.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_rpm.4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_package_write_rpm_setscene.4885b2c343a2b5f030d4066aae7a072bf2c1f0e51910b4c0bfe1c4bd84e26e1c not available\nNOTE: Running setscene task 4530 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_rpm_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: ['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_deb', '/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_package_qa', '/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:   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_ipk', '/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: 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: 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: 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: 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: 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_create_spdx', '/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-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_recipe_qa.116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/procps/4.0.4.do_recipe_qa_setscene.116567ee4d5655e4f993dacab9b6cdcad101990af16ed01a7122acbed2b576d5 not available\nNOTE: Running setscene task 4533 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_recipe_qa_setscene)\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/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/libtirpc/libtirpc_1.3.4.bb:21)\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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['sed', 'do_package_write_ipk', '/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:   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_create_spdx', '/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_recipe_qa.cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sed/4.9.do_recipe_qa_setscene.cff23e0d913916a87a4a46531b4bbeed2b72a0f0409ade89410af3ef2f243f99 not available\nNOTE: Running setscene task 4536 of 6657 (/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: 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: 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_write_ipk', '/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_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', '/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_deb', '/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/procps/procps_4.0.4.bb:13)\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: 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: 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_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_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-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_recipe_qa.4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tcp-wrappers/7.6.do_recipe_qa_setscene.4566551c5e7b69e24cec6f1c1d83b24098f36c974a44481a47330cab82e6a1ed not available\nNOTE: Running setscene task 4539 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/unzip/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-extended/sed/sed_4.9.bb (full)\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_write_ipk', '/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:   considering dependency: ['tzdata', 'do_package', '/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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_package_write_deb', '/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: SITE files ['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/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-extended/unzip/unzip_6.0.bb:do_packagedata 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: ['tzdata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.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_create_spdx', '/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: 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-3496823/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: ['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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb (full)\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_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_create_spdx', '/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: 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: 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_packagedata 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc/14.1.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_recipe_qa', '/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-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_recipe_qa.c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/tzdata/2024a.do_recipe_qa_setscene.c789e5c2efd60aa2c0638a14b30bf84c967be525aefd87cf5e894cc4b167d24f not available\nNOTE: Running setscene task 4545 of 6657 (/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-3496823/tmp/work/core2-64-poky-linux/coreutils/9.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: ['unzip', 'do_package', '/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_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['unzip', 'do_package_write_deb', '/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:   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_ipk', '/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xz/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-extended/xz/xz_5.4.6.bb:do_create_spdx which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb (full)\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_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-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_recipe_qa.de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/unzip/6.0.do_recipe_qa_setscene.de88505264238ae7647f1a2eb250caca01f18d5d6376752c69fa9c0f5575db0a not available\nNOTE: Running setscene task 4548 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_recipe_qa_setscene)\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: 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_package_write_deb', '/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_packagedata', '/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:   considering dependency: ['which', 'do_package_write_ipk', '/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_package', '/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-3496823/tmp/work/x86_64-linux/cross-localedef-native/2.39+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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_recipe_qa which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb (full)\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_deploy_source_date_epoch', '/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_create_spdx', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_recipe_qa.d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/which/2.21.do_recipe_qa_setscene.d7e68e1e09b03eaddccb522e3bb23bcf992e5d924d53fcd2acddc3b6a9b82e77 not available\nNOTE: Running setscene task 4551 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.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/unzip/unzip_6.0.bb:69)\nDEBUG: Considering setscene task: ['xz', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['xz', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_write_rpm.002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_package_write_rpm_setscene.002b886b9b562d81f5bde891130081bda0fd039a5fcdf9d5115611ec3337bee2 not available\nNOTE: Running setscene task 4554 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_rpm_setscene)\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: 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_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_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_lic', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_recipe_qa.55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gi-docgen/2023.3.do_recipe_qa_setscene.55c16e76016190295dfd78183b4d53c5a107aa3da86abef4b4e3970013323046 not available\nNOTE: Running setscene task 4556 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_recipe_qa_setscene)\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: 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_write_ipk', '/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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['graphene', 'do_package_write_deb', '/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: 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/xz/xz_5.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-extended/xz/xz_5.4.6.bb:36)\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: Inheriting /home/pokybuild/yocto-worker/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/gi-docgen/gi-docgen_2023.3.bb (full)\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_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-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_recipe_qa.b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/graphene/1.10.8.do_recipe_qa_setscene.b03ad09574f54f01d0b394fc7acf66c2ea3db37e363703c93794aea034647ada not available\nNOTE: Running setscene task 4559 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.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/xz/xz_5.4.6.bb:36)\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/recipes-extended/xz/xz_5.4.6.bb:36)\nDEBUG: Inheriting /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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: 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_packagedata', '/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_write_ipk', '/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_package_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.6.bb:42)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_rpm which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/graphene/graphene_1.10.8.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_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_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-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_recipe_qa.d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libepoxy/1.5.10.do_recipe_qa_setscene.d88e2efc49ee1539fe1ec84ebba3adb1cb8ca444bb2d9218f770c712c5ded0ef not available\nNOTE: Running setscene task 4562 of 6657 (/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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb: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/perl/perl_5.38.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/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/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\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_packagedata', '/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_package_write_deb', '/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_write_ipk', '/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: 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Parsing /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: 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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_recipe_qa.a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcomposite/0.4.6.do_recipe_qa_setscene.a605d2a209e7942dc7d8154ecd84d61951a999fa10e55f6ebbada0fb232e1e3a not available\nNOTE: Running setscene task 4565 of 6657 (/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/python3-dir.bbclass (from /home/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/procps/procps_4.0.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_packagedata.f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_packagedata_setscene.f74d5e317e9e3e1a593219ff4c6684471cd895cc837298f1f79673be15c21f81.qemux86_64 not available\nNOTE: Running setscene task 4566 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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.2.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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/qemu.bbclass (from /home/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: 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sed/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-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_packagedata.c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_packagedata_setscene.c4a26c1b6e91d3bd8ef082fc9747f3cf235036305b03f5125c54596a4b4f4b30.qemux86_64 not available\nNOTE: Running setscene task 4568 of 6657 (/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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_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-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: ['libxinerama', 'do_populate_sysroot', '/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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['xinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/tzdata/2024a/source-date-epoch/__source_date_epoch.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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/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-extended/timezone/tzdata.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: ['xorgproto', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_deb 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/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: SITE files ['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: ['xorgproto', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_ipk 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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_write_rpm.278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_package_write_rpm_setscene.278021ef9eda4946685cb09fd37c65144bb1b7bbe5897d6d8987160d854f6b6e not available\nNOTE: Running setscene task 4572 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Considering setscene task: ['util-macros', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['util-macros', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/unzip/6.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-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_write_rpm.21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_package_write_rpm_setscene.21c9d32c6d9967aecefaf7a467e1e86004718e26940639e88a76f9f7315d1ef0 not available\nNOTE: Running setscene task 4575 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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-extended/unzip/unzip_6.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: Considering setscene task: ['kmod', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_deb which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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-graphics/xorg-proto/xorgproto_2024.1.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: Considering setscene task: ['kmod', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_write_rpm.6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_package_write_rpm_setscene.6329bb0a57652d3fc55a51929872a9a38a8c105ea004f6901df8972f2dd9e6b5 not available\nNOTE: Running setscene task 4578 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_packagedata.60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_packagedata_setscene.60069242b1adf153288ba112935fb9f54357eb6e47d1568b22788f738e802392.qemux86_64 not available\nNOTE: Running setscene task 4579 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_packagedata.fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_packagedata_setscene.fe8d1ad9422528aedb8ec5da8241e3ad96178f22fdf47910913caff794188bdf.qemux86_64 not available\nNOTE: Running setscene task 4580 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_packagedata_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.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_populate_sysroot', '/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: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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/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-3496823/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-kernel/kmod/kmod_32.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: 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/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-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_packagedata.0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_packagedata_setscene.0f81b9dd6cd0ad67df0a2593696f0d82f04bbccbb215fb6d2df4c94fb20a97cc.qemux86_64 not available\nNOTE: Running setscene task 4582 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_packagedata_setscene)\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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:1: including gstreamer1.0-plugins-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/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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\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.14.4.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: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: 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: SITE files ['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-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.bb:16)\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:207)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xz/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/deploy.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:207)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\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:698)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_packagedata.e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_packagedata_setscene.e639d56e0573e4a52cb40d56923b54a9e16afe089b2039d4e43b6b57b5c3944c.qemux86_64 not available\nNOTE: Running setscene task 4584 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/classes-recipe/kernel.bbclass:698)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_rpm which could be accelerated\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:814)\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/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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb:23)\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:877)\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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:29)\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.52.0.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.52.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.52.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.42.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_sysroot 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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.52.0.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_create_spdx.a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_create_spdx_setscene.a7c39e21a93dd012e15f67ae1f8e2bae6257aa9ab99e550e9da3e206e7604125 not available\nNOTE: Running setscene task 4586 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_packagedata.c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_packagedata_setscene.c20185e2c853864d5a99a003e6e0f7bd5c6a94c9c57b28fdccf1458d036e5d70.qemux86_64 not available\nNOTE: Running setscene task 4587 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_spdx.2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_create_spdx_setscene.2763fae77b4edfcd3dbae81fc93692a2d248870d031791ea84392a0469e0c72d not available\nNOTE: Running setscene task 4588 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_packagedata.5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_packagedata_setscene.5c3c33581d6006a854092df361874533337b0610b8d1241688cb6c60cc8d1ca5.qemux86_64 not available\nNOTE: Running setscene task 4589 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_packagedata_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_create_spdx.fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_create_spdx_setscene.fde59b8f208378926757a16d3dd59e9b69e066502e4bf3babe9f0645209d3b4f not available\nNOTE: Running setscene task 4590 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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-support/atk/at-spi2-core_2.52.0.bb: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-support/atk/at-spi2-core_2.52.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/recipes-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.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/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_create_spdx.208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_create_spdx_setscene.208cd8f801d828652c3c738ef75b12e2d712e64d26beec1826cc91a776a7e155 not available\nNOTE: Running setscene task 4591 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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-3496823/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-3496823/tmp/work/core2-64-poky-linux/libxcursor/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-support/bash-completion/bash-completion_2.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/bash-completion/bash-completion_2.14.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_packagedata which could be accelerated\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/libxcomposite_0.4.6.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/bash-completion/bash-completion_2.14.0.bb:22)\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: SITE 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/gnome-desktop-testing/gnome-desktop-testing_2021.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/siteinfo.bbclass (from /home/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/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:21)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:1: including libcap-ng.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: 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.5.bb:3)\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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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: 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: 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.6.bb:22)\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/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/libffi/libffi_3.4.6.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.6.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.6.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/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:176)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_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.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/core2-64-poky-linux/util-macros/1.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-3496823/tmp/work/core2-64-poky-linux/xorgproto/2024.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Considering setscene task: ['libxcursor', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_recipe_qa.a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcursor/1.2.2.do_recipe_qa_setscene.a417ff2a01ce11a2078eb0c4959ae7bc9819ed330026c4b7b60e18dbaff981cf not available\nNOTE: Running setscene task 4594 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['libxinerama', 'do_package_write_ipk', '/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_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_write_deb', '/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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb (full)\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_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-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_recipe_qa.3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxinerama/1.1.5.do_recipe_qa_setscene.3deb3647fcfeead6e7101bef6ec9ea975659544c8f6acfd20b7335a14a6929d4 not available\nNOTE: Running setscene task 4597 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_packagedata.23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_packagedata_setscene.23e2b8acacbaadce172ac42b42e3671cce8cf532c4f6194dd8f1391499c2739e.qemux86_64 not available\nNOTE: Running setscene task 4598 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_packagedata_setscene)\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: ['gcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.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: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/kmod/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/siteinfo.bbclass (from /home/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_create_spdx.646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_create_spdx_setscene.646c408c01a54318fb8ce25179d25e37bc516e75091d353fb3279e74dbba0908 not available\nNOTE: Running setscene task 4600 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_spdx_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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-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-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_create_spdx.ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_create_spdx_setscene.ab9fbdccb731c227eeb9a641a28b129edf9a62dc3c586e36b14902e37672e1ff not available\nNOTE: Running setscene task 4601 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_create_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/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: ['xxhash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.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-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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.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/texinfo.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_packagedata which could be accelerated\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.24.4.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.24.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.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-bad', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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/libpcre/libpcre2_10.44.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:1: including sqlite3.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/sqlite/sqlite3.inc:23)\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.44.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.44.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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_packagedata.047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_packagedata_setscene.047ad64aa9b7d68bf243bfad8411004faaf603461af3b9454281d75ec6337803.qemux86_64 not available\nNOTE: Running setscene task 4604 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/at-spi2-core/2.52.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-3496823/tmp/work/core2-64-poky-linux/bash-completion/2.14.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/bash-completion/bash-completion_2.14.0.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.52.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.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: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.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: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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: ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcap-ng/0.8.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gdbm/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-3496823/tmp/work/core2-64-poky-linux/libffi/3.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-support/libcap-ng/libcap-ng_0.8.5.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_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-connectivity/bluez5/bluez5_5.72.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_packagedata.d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_packagedata_setscene.d3db51464f2ce43e644b6a599fc15be75ac6232cd7df252d92e238dc7175fbec.qemux86_64 not available\nNOTE: Running setscene task 4606 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_packagedata_setscene)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: 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: 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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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.24.4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_packagedata.9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_packagedata_setscene.9926e1b46e6b18fbc73e93963ae2c15337f97b09c76464df257956ac77d315a2.qemux86_64 not available\nNOTE: Running setscene task 4608 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.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.24.4.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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.24.4.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_sysroot which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.32+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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_packagedata.502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_packagedata_setscene.502c2f4d752cb60212612b12cc651bbc132dc1414a865e646c44528221be99d8.qemux86_64 not available\nNOTE: Running setscene task 4610 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.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/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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: 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: Inheriting /home/pokybuild/yocto-worker/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: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.42.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.24.4.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.24.4.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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: ['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_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package_write_ipk', '/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_packagedata', '/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:   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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxcursor/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-graphics/xorg-lib/libxkbcommon_1.7.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/librsvg/librsvg_2.57.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/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.57.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/pixbufcache.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-graphics/xorg-lib/libxkbcommon_1.7.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.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_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/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/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb:18)\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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb:do_deploy_source_date_epoch 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/librsvg/librsvg_2.57.1.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.57.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:20: including librsvg-crates.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.7.0.bb:16)\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.24.4.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.24.4.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.24.4.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.24.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.24.4.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.24.4.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.24.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_recipe_qa.95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.4.do_recipe_qa_setscene.95b005077c2aae6acb57dd48c1917c1442d75511e4513fb116d1501f8448da27 not available\nNOTE: Running setscene task 4614 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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/classes-recipe/gnomebase.bbclass:32)\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: 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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_packagedata.86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_packagedata_setscene.86da6f67f9786502131789a3a208bf6de4879cfb1f71fcdb10d51948e3c30acd.qemux86_64 not available\nNOTE: Running setscene task 4615 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_populate_sysroot', '/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: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.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.24.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpcre2/10.44/source-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.24.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sqlite3/3.45.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/libpcre/libpcre2_10.44.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:1: including gstreamer1.0-plugins-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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/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-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_create_spdx.91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_create_spdx_setscene.91acccf7674d14d3760f4139a7fd463466b6a31c7f97e34a1b08d2f9c2ed31c1 not available\nNOTE: Running setscene task 4617 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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/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-base_1.24.4.bb:1: including gstreamer1.0-plugins-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/meson.bbclass:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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-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/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/python3native.bbclass (from /home/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-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_spdx.a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_create_spdx_setscene.a3e060636252fa7fdb73147297ebd0d06e62a3a374b31928613b640623ca3cf5 not available\nNOTE: Running setscene task 4618 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.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: Inheriting /home/pokybuild/yocto-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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.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-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/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-common.inc:13: including gstreamer1.0-plugins-packaging.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-base_1.24.4.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_package_write_ipk', '/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:   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_write_deb', '/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', '/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.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.1.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: ['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: 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: ['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_populate_lic', '/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: ['tiff', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['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-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_recipe_qa.39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/tiff/4.6.0.do_recipe_qa_setscene.39bbb668d7da887e45d6462091fcb440062894e888f41ea0baae5f29257ffad2 not available\nNOTE: Running setscene task 4621 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_packagedata.0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_packagedata_setscene.0e91ad59200c89798ef336600b83aece8fcc1822631a60be1f3007a42fe263d5.qemux86_64 not available\nNOTE: Running setscene task 4622 of 6657 (/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: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.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: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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.24.4.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_populate_sysroot', '/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_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: SITE files ['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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/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-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_packagedata.685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_packagedata_setscene.685d995da25d5b3e1ab4206b554221876dd73355178ab237c920708e4823c458.qemux86_64 not available\nNOTE: Running setscene task 4624 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb (full)\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.1.2/download to aho-corasick-1.1.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.6.5/download to anstream-0.6.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Considering setscene task: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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.24.4.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.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.12/download to assert_cmd-2.0.12.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/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.4.1/download to bitflags-2.4.1.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.8.0/download to bstr-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.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.83/download to cc-1.0.83.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.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.31/download to chrono-0.4.31.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.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-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: 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/4.4.11/download to clap-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.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.5.1/download to criterion-0.5.1.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:29)\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.31.2/download to cssparser-0.31.2.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/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.10.crate\nDEBUG: Considering setscene task: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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.52.0.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.52.0.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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.52.0.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package which could be accelerated\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: 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.9.0/download to either-1.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.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-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.8/download to errno-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.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.1/download to form_urlencoded-1.2.1.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.29/download to futures-channel-0.3.29.crate\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: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.29/download to futures-task-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.29.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.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.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.14.3/download to hashbrown-0.14.3.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.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:36)\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.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/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.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.151/download to libc-0.2.151.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/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.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.12/download to linux-raw-sys-0.4.12.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.11/download to lock_api-0.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.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.8/download to matrixmultiply-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.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/minimal-lexical/0.2.1/download to minimal-lexical-0.2.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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:36)\nDEBUG: Fetching https://crates.io/api/v1/crates/nom/7.1.3/download to nom-7.1.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/num-complex/0.4.4/download to num-complex-0.4.4.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.17/download to num-traits-0.2.17.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.19.0/download to once_cell-1.19.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/pango/0.18.3/download to pango-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.0.crate\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_create_spdx', '/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_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package_write_ipk', '/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_write_rpm', '/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: 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.9/download to parking_lot_core-0.9.9.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.1/download to percent-encoding-2.3.1.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/0.11.2/download to phf-0.11.2.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.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.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/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.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.10/download to png-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.2.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/3.0.4/download to predicates-3.0.4.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/2.0.1/download to proc-macro-crate-2.0.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-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.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/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.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.3.1/download to rand_chacha-0.3.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_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.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.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/rctree/0.5.0/download to rctree-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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.16/download to ryu-1.0.16.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.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.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.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.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/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.41/download to syn-2.0.41.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.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/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\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/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.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.8.2/download to toml-0.8.2.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.20.2/download to toml_edit-0.20.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unarray/0.1.4/download to unarray-0.1.4.crate\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: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.14/download to unicode-bidi-0.3.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.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.5.0/download to url-2.5.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.4.0/download to walkdir-2.4.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/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.13/download to wide-0.7.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/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.6/download to winapi-util-0.1.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-core/0.51.1/download to windows-core-0.51.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/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxkbcommon/1.7.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: 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: 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: 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: 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: 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: 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: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.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.7.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_create_spdx', '/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_recipe_qa', '/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_lic', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_recipe_qa.9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bluez5/5.72.do_recipe_qa_setscene.9d61cc04c1abca32a2b5e4c31d673c05b17af685972106e21c8a99a42b5d6200 not available\nNOTE: Running setscene task 4629 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zlib/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-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-bad/1.24.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/zlib/zlib_1.3.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.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-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_packagedata.11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_packagedata_setscene.11d9e36680c405cbf2ca8e5134b5bc7b3a8203ccb4056ba2d9b4ce206dfedd51.qemux86_64 not available\nNOTE: Running setscene task 4630 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_packagedata 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: ['python3-dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_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: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.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: ['dbus', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.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: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.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: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.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.52.0.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: ['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: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.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: ['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: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.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: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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: ['matchbox-desktop', 'do_package', '/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-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: 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-3496823/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/autotools.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-core/dbus/dbus_1.14.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/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-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/bluez5/bluez5.inc:63)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_packagedata.33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_packagedata_setscene.33b6425a9f71010f0efba7354f1c2a587d027c2959cf02e96f729d2e00e0e6a6.qemux86_64 not available\nNOTE: Running setscene task 4632 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.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-connectivity/bluez5/bluez5.inc:63)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/pkgconfig.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-multimedia/libtiff/tiff_4.6.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-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/recipes-connectivity/bluez5/bluez5.inc:63)\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/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/sbc/sbc_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/librsvg/2.57.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/recipes-connectivity/bluez5/bluez5.inc:63)\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: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['socat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.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: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.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: ['lua', 'do_populate_sysroot', '/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: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.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: ['bison', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.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: ['gawk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gawk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['bc', 'do_populate_sysroot', '/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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libwebp/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/useradd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:48)\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:48)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\nDEBUG: Considering setscene task: ['zlib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_deb 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: Inheriting /home/pokybuild/yocto-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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_ipk 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_write_rpm.12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_package_write_rpm_setscene.12d09412045e656c7d1c0e3813a03e42ba2ebef4b24448492dd0eef913963074 not available\nNOTE: Running setscene task 4636 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_create_spdx.d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtool-cross/2.5.0.do_create_spdx_setscene.d33403e922635244d257e59781929c2608203a93eda5833743642abe2c814622 not available\nNOTE: Running setscene task 4637 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_spdx.b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_create_spdx_setscene.b1deb128371a936a6a7c1cab543c4ba90c5543217556bb38f1803a8a633d0d5d not available\nNOTE: Running setscene task 4638 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['bzip2', 'do_package_write_deb', '/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_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['bzip2', 'do_package_write_ipk', '/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_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_ipk 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.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_rpm.0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_package_write_rpm_setscene.0b569b136fff36389feafac2a0f90774377e546fd119467d9921ba27e562166e not available\nNOTE: Running setscene task 4641 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_rpm_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_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-core/zlib/zlib_1.3.1.bb:26)\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_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package_write_ipk', '/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:   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_package_write_rpm', '/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: 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: 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/libtool/libtool-cross_2.5.0.bb:1: including libtool-2.5.0.inc\nDEBUG: 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.5.0.inc: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-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: SITE files ['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.5.0.inc:27)\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.5.0.bb:8)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\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_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-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_recipe_qa.f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgudev/238.do_recipe_qa_setscene.f5e4b9033d468e509918372bebffad662185c09a7590a066d54b4204d5d0a076 not available\nNOTE: Running setscene task 4644 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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/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: Considering setscene task: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_packagedata.e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_packagedata_setscene.e82cd213a15f79c045382e2874438ce320b900128965bc3992aa25e2b049d1d1.qemux86_64 not available\nNOTE: Running setscene task 4646 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_packagedata_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/libgudev/libgudev_238.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/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: Considering setscene task: ['libstd-rs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.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/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: 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-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_packagedata.44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_packagedata_setscene.44ab8913e590012c63175dfa8fa3b9f1b221ef35d5bc428c872e156b618346a0.qemux86_64 not available\nNOTE: Running setscene task 4648 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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.24.4.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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: ['adwaita-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.12.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.12.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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.75.0.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/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: 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.57.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:27)\nDEBUG: Considering setscene task: ['librsvg', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_recipe_qa.a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/librsvg/2.57.1.do_recipe_qa_setscene.a1992b1afb823e0a7add9cf219e24a2eac4bac9dab3d7d6b929edfac8df0fe42 not available\nNOTE: Running setscene task 4651 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.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.12.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/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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:27)\nDEBUG: Considering setscene task: ['libxkbcommon', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.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/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.12.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.12.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/recipes-gnome/librsvg/librsvg_2.57.1.bb:18)\nDEBUG: Considering setscene task: ['libxkbcommon', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.7.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_recipe_qa.cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxkbcommon/1.7.0.do_recipe_qa_setscene.cb971ca03c768f1baae282a989d569e044743ef1ed6ddedcb0bdcbe85bf340c3 not available\nNOTE: Running setscene task 4654 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_recipe_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: 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-3496823/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-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_packagedata.fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_packagedata_setscene.fd617e359c67973d81a178b5bda3d503ef9488e05dbb69a7615de67c78273839.qemux86_64 not available\nNOTE: Running setscene task 4655 of 6657 (/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.52.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: ['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:   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: ['libxtst', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.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: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/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-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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/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.57.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/pixbufcache.bbclass:13)\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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: ['dbus', 'do_package', '/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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_package_write_ipk', '/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:   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_package_qa', '/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/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:18)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.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-gnome/librsvg/librsvg_2.57.1.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/readline/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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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/libxkbcommon_1.7.0.bb:16)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:20: including librsvg-crates.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: Parsing /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-3496823/tmp/work/core2-64-poky-linux/libtool-cross/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: Inheriting /home/pokybuild/yocto-worker/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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_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-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/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/libtool/libtool-cross_2.5.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.7.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-3496823/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_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zlib/1.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['dbus', 'do_deploy_source_date_epoch', '/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_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_recipe_qa.c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/dbus/1.14.10.do_recipe_qa_setscene.c0cc220843e9851f20530e409faa9a2cd970af46e091c5d170d3a768e5b7437b not available\nNOTE: Running setscene task 4659 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_rpm which could be accelerated\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_create_spdx', '/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:   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_write_deb', '/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_package_write_ipk', '/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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: ['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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb (full)\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_populate_lic', '/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:   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-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_recipe_qa.fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/readline/8.2.do_recipe_qa_setscene.fe8ba115a4b292322d9c096fd43d932e2beca8249aff8a4fef58ff6f505cbf2b not available\nNOTE: Running setscene task 4662 of 6657 (/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:6)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_create_spdx.b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_create_spdx_setscene.b03b5b9aa9486d5c103f957a4f3b0dc37ce49ed61fdc33e75313e4bb0087edaa not available\nNOTE: Running setscene task 4663 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['opkg-utils', 'do_package_write_deb', '/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_deb', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['opkg-utils', 'do_package_write_ipk', '/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_ipk', '/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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/siteinfo.bbclass (from /home/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: 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: 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: 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-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_packagedata.2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_packagedata_setscene.2d152559691c7255fcc8b62a92a97dc4fd7fde2997fab74538a2f889f039f464.qemux86_64 not available\nNOTE: Running setscene task 4666 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_packagedata_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:48)\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/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\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/update-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:48)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_rpm.6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_package_write_rpm_setscene.6019661841b0ea8596be279f5dae056f5436baf2c48894afeea6d1d51ad325b1 not available\nNOTE: Running setscene task 4667 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_packagedata.b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_packagedata_setscene.b8c87ed2e664c7b0e8313b30a63c1702b066214f3393edafd4eb2f342e056f47.qemux86_64 not available\nNOTE: Running setscene task 4668 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_populate_sysroot 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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-3496823/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: 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/libgudev/libgudev_238.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-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_14.1.bb:2: including gcc-runtime.inc\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.24.4.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.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-base', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:1: 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-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: 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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.1.2/download to aho-corasick-1.1.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.6.5/download to anstream-0.6.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.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.12/download to assert_cmd-2.0.12.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/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.4.1/download to bitflags-2.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/block/0.1.6/download to block-0.1.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-devtools/make/make.inc:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.8.0/download to bstr-1.8.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/xorg-lib/xkeyboard-config_2.41.bb:25)\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.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-devtools/make/make.inc:11)\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.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-devtools/make/make.inc:11)\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.83/download to cc-1.0.83.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.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/chrono/0.4.31/download to chrono-0.4.31.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: Inheriting /home/pokybuild/yocto-worker/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.4.11/download to clap-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:273: including gcc-testsuite.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: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.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: 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: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.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.5.1/download to criterion-0.5.1.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-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.31.2/download to cssparser-0.31.2.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: Fetching https://crates.io/api/v1/crates/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.10.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libstd-rs/1.75.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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/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: Inheriting /home/pokybuild/yocto-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.9.0/download to either-1.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.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.8/download to errno-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.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.1/download to form_urlencoded-1.2.1.crate\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_packagedata.4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_packagedata_setscene.4cf5a3ce8c55af93666ec25684f3a2c930dd6422bf9538b5d3eeb536fc357fd2.qemux86_64 not available\nNOTE: Running setscene task 4671 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_packagedata_setscene)\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.29/download to futures-channel-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.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/xkeyboard-config_2.41.bb:25)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.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/xorg-lib/xkeyboard-config_2.41.bb:25)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.29/download to futures-task-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.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/fxhash/0.2.1/download to fxhash-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.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/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.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/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_packagedata which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.3/download to hashbrown-0.14.3.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.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.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.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.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/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.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.151/download to libc-0.2.151.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.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.12/download to linux-raw-sys-0.4.12.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.11/download to lock_api-0.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.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.8/download to matrixmultiply-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.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/minimal-lexical/0.2.1/download to minimal-lexical-0.2.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/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/nom/7.1.3/download to nom-7.1.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/num-complex/0.4.4/download to num-complex-0.4.4.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.17/download to num-traits-0.2.17.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.19.0/download to once_cell-1.19.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/pango/0.18.3/download to pango-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.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/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.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.1/download to percent-encoding-2.3.1.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/0.11.2/download to phf-0.11.2.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.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.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/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: Considering setscene task: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.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.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_sysroot which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.12/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.10/download to png-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.2.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/3.0.4/download to predicates-3.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/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/2.0.1/download to proc-macro-crate-2.0.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-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.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/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.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.3.1/download to rand_chacha-0.3.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_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.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.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.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_packagedata which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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.16/download to ryu-1.0.16.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.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.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.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.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/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.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/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.41/download to syn-2.0.41.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.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/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.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.8.2/download to toml-0.8.2.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.20.2/download to toml_edit-0.20.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.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.14/download to unicode-bidi-0.3.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.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.5.0/download to url-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Considering setscene task: ['libstd-rs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.4.0/download to walkdir-2.4.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/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.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.13/download to wide-0.7.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/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.6/download to winapi-util-0.1.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-core/0.51.1/download to windows-core-0.51.1.crate\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: 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-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb (full)\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: 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: 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: 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: 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: 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: 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: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.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-devtools/orc/orc_0.4.38.bb:10)\nDEBUG: Fetching https://crates.io/api/v1/crates/yeslogic-fontconfig-sys/4.0.1/download to yeslogic-fontconfig-sys-4.0.1.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxkbcommon/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/python3native.bbclass (from /home/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/xorg-lib/libxkbcommon_1.7.0.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/orc/orc_0.4.38.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.38.bb:10)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/readline/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-3496823/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: Considering setscene task: ['libstd-rs', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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.75.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_recipe_qa.1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libstd-rs/1.75.0.do_recipe_qa_setscene.1982976ae916e33cfa7830a940c2b00e31dd64cc72ecdd0920e5bdaf7e45403f not available\nNOTE: Running setscene task 4675 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_recipe_qa_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package 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_package_write_rpm 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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_write_rpm', '/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_package_write_ipk', '/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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make', 'do_package_write_deb', '/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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.75.0.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/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: ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc-runtime/14.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-3496823/tmp/work/core2-64-poky-linux/xkeyboard-config/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-3496823/tmp/work/core2-64-poky-linux/librsvg/2.57.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make', 'do_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_recipe_qa.f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/make/4.4.1.do_recipe_qa_setscene.f4aceeeb7a05f3fb176c3a3c9cf02914b54152abb37487d5341b0c962edaa011 not available\nNOTE: Running setscene task 4679 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['gcc-runtime', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['gcc-runtime', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_ipk 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-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_write_rpm.51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_package_write_rpm_setscene.51fd19975242a5ec9c74fd6475341225fc3392ad39f210884c7d353badaee55c not available\nNOTE: Running setscene task 4682 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_rpm_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_create_spdx.e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_create_spdx_setscene.e591f0f16d1e60de1eacb51a9161dc46b03549e9db67e21f1688d6add4c58c1f not available\nNOTE: Running setscene task 4683 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_create_spdx_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.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_recipe_qa.e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdk-pixbuf/2.42.12.do_recipe_qa_setscene.e2f7c57afdf8b6f1a5ded1840a23c1cb8a3b5a7d7dcb9eeffade4be6f47f78b8 not available\nNOTE: Running setscene task 4685 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_packagedata.054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_packagedata_setscene.054549a0246429c2cf118add5d17a4cea8f959c1e01fd9edaf8bba3c090cdcc5.qemux86_64 not available\nNOTE: Running setscene task 4686 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_packagedata_setscene)\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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.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: ['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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.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.12.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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/gcc/libgcc_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_packagedata.5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_packagedata_setscene.5c13f94a41df8c56c55143e91efe279f13a49e21e62dfdfa9aefd566b475d644.qemux86_64 not available\nNOTE: Running setscene task 4688 of 6657 (/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/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\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/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/python3native.bbclass (from /home/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-runtime_14.1.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: Inheriting /home/pokybuild/yocto-worker/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: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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.24.4.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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.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_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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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-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: 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-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: SITE files ['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.12.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.12.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/orc/0.4.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/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_packagedata.866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_packagedata_setscene.866224df9b8bb23bacaab5e9a0a3a244c168254b50270e1c5e2fb96f071d9b6a.qemux86_64 not available\nNOTE: Running setscene task 4690 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_packagedata_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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/recipes-devtools/gcc/gcc-runtime.inc:273: including gcc-testsuite.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-graphics/mesa/libglu_9.0.3.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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/recipes-devtools/gcc/gcc-testsuite.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Considering setscene task: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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: Considering setscene task: ['orc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.2.bb:15)\nDEBUG: Considering setscene task: ['orc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['orc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.38.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_recipe_qa.0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/orc/0.4.38.do_recipe_qa_setscene.0f44386b063ba97e2188a75f8a1b5c89b1952b9d09183844e0845255f0d4477d not available\nNOTE: Running setscene task 4693 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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/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.52.2.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.52.2.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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.24.4.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: ['pango', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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.24.4.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.24.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.24.4.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.52.2.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: SITE 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.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_packagedata.f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_packagedata_setscene.f7aed74a8bd9cf153a5737deddcd8acb88a7b0dd05f59c108cf0c0d6c19d3821.qemux86_64 not available\nNOTE: Running setscene task 4695 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: ['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: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.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: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.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-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.4.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: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.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: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.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.24.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_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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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.38.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.38.bb:10)\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_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_package_write_ipk', '/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_deb', '/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: 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: 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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_packagedata.b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_packagedata_setscene.b56fc3e6d6aaf9c17340cb22dd2ba93ad60db87c4f90beeb09446f132aa630fe.qemux86_64 not available\nNOTE: Running setscene task 4698 of 6657 (/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/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: ['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-calibrator', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.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.52.0.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', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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:   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: ['libxtst', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.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: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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/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: SITE files ['endian-little', 'common-linux', '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: ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libstd-rs/1.75.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/libxi_1.8.1.bb (full)\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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_recipe_qa.cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxtst/1.2.4.do_recipe_qa_setscene.cae0090d3f900b59e5f3937c38471669466d01bee8426bb56e375cd7310978c5 not available\nNOTE: Running setscene task 4701 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_recipe_qa_setscene)\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_packagedata.f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_packagedata_setscene.f9235dbd9c08db88e5beb4da6ca66f13cfb769bd16029f125c6a4eadf5feb206.qemux86_64 not available\nNOTE: Running setscene task 4702 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.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: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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: ['libxv', 'do_create_spdx', '/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.24.4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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: Considering setscene task: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/libxtst_1.2.4.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: ['xkeyboard-config', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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/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/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: ['xkeyboard-config', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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.41.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_recipe_qa.088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xkeyboard-config/2.41.do_recipe_qa_setscene.088f81eac4d17ea69c8db624cbef56940c96519d28a9dbb2d740445de54a92e9 not available\nNOTE: Running setscene task 4706 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_recipe_qa_setscene)\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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.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.24.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.24.4.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.24.4.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.24.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_recipe_qa.b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.4.do_recipe_qa_setscene.b88023a6b0e0d7119474ab4feb5af0d08f50f1c09b7ca9cb85b7808cdf363e2c not available\nNOTE: Running setscene task 4708 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgcc/14.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-3496823/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-devtools/gcc/libgcc_14.1.bb:do_create_spdx 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_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_create_spdx.29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_create_spdx_setscene.29c95389f8ccb0d0d4d70c3449d18236bbb0692b1c2969b6fe5578ccf7411855 not available\nNOTE: Running setscene task 4709 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['libgcc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['libgcc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc-runtime/14.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-lib/xkeyboard-config_2.41.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.41.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: SITE files ['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: SITE files ['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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_write_rpm.2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_package_write_rpm_setscene.2c1fbdbd70f8707658eb5ae97f9594703a1674766a85006bb5c7e9532bfb347b not available\nNOTE: Running setscene task 4712 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:1: including gstreamer1.0-plugins-common.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-3496823/tmp/work/core2-64-poky-linux/gdk-pixbuf/2.42.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\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_deb', '/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_ipk', '/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_packagedata', '/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_package', '/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: 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: Inheriting /home/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.41.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.41.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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_recipe_qa 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/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-common.inc:11)\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/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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:20)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.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/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-devtools/gcc/libgcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: 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_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_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_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_populate_lic', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_recipe_qa.de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libjpeg-turbo/3.0.1.do_recipe_qa_setscene.de09c20b9c455f85effb08d28c6fdfc4e3ca33772daa0b443fd655e4cff9f995 not available\nNOTE: Running setscene task 4715 of 6657 (/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/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.39.bb:129: including glibc-package.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/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: 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_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['libglu', 'do_package_write_deb', '/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/orc/0.4.38/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-3496823/tmp/work/core2-64-poky-linux/pango/1.52.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/orc/orc_0.4.38.bb:do_recipe_qa which could be accelerated\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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.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: ['libglu', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb']\nDEBUG:   considering dependency: ['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-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_recipe_qa.9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libglu/9.0.3.do_recipe_qa_setscene.9ed5ee33b74518c6e69151d5d1f24cce159370400e69744f13e6d6b2e72ae43e not available\nNOTE: Running setscene task 4718 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.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-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/pango/pango_1.52.2.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_packagedata.6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_packagedata_setscene.6ceb5a38c4d46b0c2cd2106405d10e73c8eae458956ae285267b305f909f51e6.qemux86_64 not available\nNOTE: Running setscene task 4719 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.13.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb']\nDEBUG:   considering dependency: ['mesa', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.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.13.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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: 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/mesa/libglu_9.0.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:23)\nDEBUG: Considering setscene task: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/mesa_24.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/mesa/mesa_24.0.7.bb:1: including mesa.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libsm_1.2.4.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-graphics/mesa/mesa.inc:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/mesa/libglu_9.0.3.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/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/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/libxi_1.8.1.bb:do_packagedata which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_packagedata.0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_packagedata_setscene.0cf676eef94e86fc914a97e8f31e9125abbf7b68fc32150cbac7ae69c44ec8a2.qemux86_64 not available\nNOTE: Running setscene task 4722 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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:50)\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:50)\nDEBUG: Inheriting /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:50)\nDEBUG: Considering setscene task: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:3)\nDEBUG: SITE files ['endian-little', 'common-linux', '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/libxv_1.0.12.bb:do_packagedata 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.52.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.52.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_recipe_qa.ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pango/1.52.2.do_recipe_qa_setscene.ab53cf99995c897c9d95ad829dafd64aff1a6d91a582b54438b21f99a310bc7f not available\nNOTE: Running setscene task 4725 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_8.5.0.bb:16)\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_create_spdx', '/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', '/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_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_package_write_ipk', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/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/libxtst_1.2.4.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/harfbuzz/harfbuzz_8.5.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.5.0.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_packagedata.320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_packagedata_setscene.320a7de47fa480b56bfcb599c1fde2deb6dd1f44a6d49bd1d66b6e1d55a7d2f6.qemux86_64 not available\nNOTE: Running setscene task 4727 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.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-graphics/harfbuzz/harfbuzz_8.5.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.5.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-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/pango/pango_1.52.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-graphics/harfbuzz/harfbuzz_8.5.0.bb:16)\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: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.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: ['pulseaudio', 'do_populate_sysroot', '/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: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.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: 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: 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.52.2.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.52.2.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.52.2.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.52.2.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.52.2.bb: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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xkeyboard-config/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/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-lib/libice_1.1.1.bb:9: including xorg-lib-common.inc\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_create_spdx', '/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: ['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_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libsm', 'do_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_recipe_qa.fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsm/1.2.4.do_recipe_qa_setscene.fd59d5b13894df78f3cae426d2786347216ce622faa796fb5fc2aac1e337c189 not available\nNOTE: Running setscene task 4730 of 6657 (/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-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: Inheriting /home/pokybuild/yocto-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/xkeyboard-config_2.41.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_packagedata.5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_packagedata_setscene.5342e48aaf6de401d86e04ea8d8356503d2b6e66f06b7424417afb9e89418d84.qemux86_64 not available\nNOTE: Running setscene task 4731 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_packagedata_setscene)\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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_populate_sysroot', '/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: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.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_create_spdx', '/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: ['matchbox-keyboard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.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.52.2.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/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-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0-plugins-base/1.24.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/libsm_1.2.4.bb (full)\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_package_write_deb', '/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:   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_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_ipk', '/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: 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: 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: 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-3496823/tmp/work/core2-64-poky-linux/libgcc/14.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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-devtools/gcc/libgcc_14.1.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-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: ['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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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: SITE files ['endian-little', 'common-linux', '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: ['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_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-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_recipe_qa.cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxi/1.8.1.do_recipe_qa_setscene.cb0b603d7726af3ccc75dc2ee4d865a50770e20ecdac34e4e3cc97c04c7bc487 not available\nNOTE: Running setscene task 4735 of 6657 (/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-3496823/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: 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_write_deb', '/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_ipk', '/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_package_write_rpm', '/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_qa', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc/2.39+git/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['glibc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_deb 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: ['glibc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_ipk 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_write_rpm.fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_package_write_rpm_setscene.fe6b4bd2db554a4c4c837e9b395c56b35e8e5302278dd2e32dd37bc2325714af not available\nNOTE: Running setscene task 4740 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_rpm_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_create_spdx.4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc-initial/14.1.0.do_create_spdx_setscene.4179bd209980c1a49dda39359cb1ef4207f8be2f43adbf115882b7af13fec4d6 not available\nNOTE: Running setscene task 4741 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_create_spdx_setscene)\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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.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: ['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_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxv', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxv', 'do_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_recipe_qa.2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxv/1.0.12.do_recipe_qa_setscene.2e30b1048c51ed56b586c0315ec10f9a71dbaf83405b5a3804b663e71ae5d66e not available\nNOTE: Running setscene task 4742 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_packagedata.001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_packagedata_setscene.001cd2e96f8b3c58fc416488d027fd71a5f5fb609408934fbd76b2f34100d408.qemux86_64 not available\nNOTE: Running setscene task 4743 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_populate_sysroot', '/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: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.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.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.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.24.4.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:1: including glibc.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb (full)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_packagedata.4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_packagedata_setscene.4345e7df433360a0392c495f321ce4cb37244dc0d88f0e1062da494503d76b15.qemux86_64 not available\nNOTE: Running setscene task 4745 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.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-core/glibc/glibc.inc:8)\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: SITE files ['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/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-multimedia/gstreamer/gstreamer1.0_1.24.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/siteinfo.bbclass (from /home/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-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:11)\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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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.24.4.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:   considering dependency: ['libtheora', 'do_populate_sysroot', '/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_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: 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.39.bb:2: including glibc-version.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.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/libgcc-common.inc:3: 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: 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-core/glibc/glibc_2.39.bb:129: including glibc-package.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: 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_packagedata', '/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_package_write_rpm', '/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_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package_write_ipk', '/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: 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.24.4.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.24.4.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-package.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-recipe/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4.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: 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/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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/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/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/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-3496823/tmp/work/core2-64-poky-linux/harfbuzz/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/recipes-multimedia/libtheora/libtheora_1.1.1.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_packagedata.ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_packagedata_setscene.ec43c071343bb6824fc120d60551681414a606b52e8243fc63cd0d0c0ebe9be0.qemux86_64 not available\nNOTE: Running setscene task 4748 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/mesa/24.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-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_packagedata 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/mesa/mesa_24.0.7.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_packagedata.867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_packagedata_setscene.867bc618e85ed1561b3376ac3ff7fe50e0d1e26f5d0b031a06e5ed8e14c0c204.qemux86_64 not available\nNOTE: Running setscene task 4750 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_packagedata_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: SITE files ['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: ['cairo', 'do_populate_sysroot', '/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.42.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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.24.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.24.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.24.4.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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: SITE files ['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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/pango/1.52.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-3496823/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-3496823/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/pango/pango_1.52.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Considering setscene task: ['harfbuzz', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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/libxft_2.3.8.bb:do_packagedata 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: 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', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_recipe_qa.90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/harfbuzz/8.5.0.do_recipe_qa_setscene.90082d06a46edabdf88a35f7ff97fee26011ac68630dc1bc7f918aaf5b26f04e not available\nNOTE: Running setscene task 4753 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Considering setscene task: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_8.5.0.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_packagedata.67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_packagedata_setscene.67cd917c5b4850f00a8bb7f65e426a79d19eabc292336e145054830136245259.qemux86_64 not available\nNOTE: Running setscene task 4755 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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.24.4.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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.13.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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:   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.24.4.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.24.4.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: ['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-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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.13.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: Inheriting /home/pokybuild/yocto-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/libxi_1.8.1.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/harfbuzz/harfbuzz_8.5.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.5.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.5.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.5.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: Considering setscene task: ['mesa', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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-graphics/harfbuzz/harfbuzz_8.5.0.bb: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-graphics/drm/libdrm_2.4.120.bb (full)\nDEBUG: Considering setscene task: ['mesa', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_recipe_qa.4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mesa/24.0.7.do_recipe_qa_setscene.4c69a4d25d0eaad5bc6548696287a36f48d792846eebc0929d1954909ddd7210 not available\nNOTE: Running setscene task 4758 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_packagedata.c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_packagedata_setscene.c789171e9e808b0671fa0c63b4fc5a91611c953c1fcc53dd3a748aca33dea8d0.qemux86_64 not available\nNOTE: Running setscene task 4759 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.24.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.24.4.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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.283.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgcc-initial/14.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-recipe/qemu.bbclass (from /home/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: 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-devtools/gcc/libgcc-initial_14.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_create_spdx.5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gcc-cross-x86_64/14.1.0.do_create_spdx_setscene.5308c8f193e753f1c2b2e6b876c36c749fde377a8bf92185f63d18af665b21fb not available\nNOTE: Running setscene task 4761 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb (full)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:1: including mesa.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-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_packagedata.bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_packagedata_setscene.bf5ed431824b51d600297e4085d93a430851d1f4206929d4cf81277a8b14c48f.qemux86_64 not available\nNOTE: Running setscene task 4762 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['wayland-protocols', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.24.4.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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.24.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.24.4.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/mesa/mesa.inc:50)\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.283.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/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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_packagedata.e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_packagedata_setscene.e0a905758197ebea7942d88bbadd0cb6239b0d429995b8d201818c55ce6e2a91.qemux86_64 not available\nNOTE: Running setscene task 4764 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.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/mesa/mesa.inc:50)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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-graphics/mesa/mesa.inc:50)\nDEBUG: Inheriting /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:50)\nDEBUG: 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: ['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_24.0.7.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_populate_sysroot', '/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_24.0.7.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/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/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/gcc/gcc-cross_14.1.bb:2: including gcc-cross.inc\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_package_write_deb', '/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_write_ipk', '/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:   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_create_spdx', '/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: 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.36.bb:18)\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-recipe/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0/1.24.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/cross.bbclass:7)\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/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/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/gstreamer/gstreamer1.0_1.24.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-app/xorg-app-common.inc:14)\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: Inheriting /home/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-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-configure-common.inc:1: including gcc-multilib-config.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc/2.39+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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_package', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_recipe_qa.a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libice/1.1.1.do_recipe_qa_setscene.a6295499138beb24345b94de2487f4a6a85d4674a55e163140e854a6852a13a5 not available\nNOTE: Running setscene task 4768 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/glibc/glibc_2.39.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-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_packagedata.994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_packagedata_setscene.994f3c89beba48da1bda59aa789b457656523f011fd925bb559e340df69e9b7e.qemux86_64 not available\nNOTE: Running setscene task 4769 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_packagedata_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: 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: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.4.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: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.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/libice_1.1.1.bb:9: including xorg-lib-common.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_create_spdx', '/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_package_write_ipk', '/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_package_write_deb', '/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/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: Parsing /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: 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/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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: ['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_create_spdx', '/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_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_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-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_recipe_qa.0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxft/2.3.8.do_recipe_qa_setscene.0354fbbba14823d01d1ff76044873d5449f40be6374d11d8d68aad3a8f924091 not available\nNOTE: Running setscene task 4773 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_packagedata.ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_packagedata_setscene.ef368e674faa679836a604e004c0257b8b533e9bf2a712b3192f01490b407392.qemux86_64 not available\nNOTE: Running setscene task 4774 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_packagedata_setscene)\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_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_sysroot', '/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_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-graphics/cairo/cairo_1.18.0.bb:do_packagedata which could be accelerated\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_ipk', '/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_package_write_rpm', '/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:   considering dependency: ['cairo', 'do_package_write_deb', '/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_package', '/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', '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: 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: 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: 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/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: 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-3496823/tmp/work/core2-64-poky-linux/harfbuzz/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/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: ['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_recipe_qa', '/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-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_recipe_qa.eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/cairo/1.18.0.do_recipe_qa_setscene.eea9a074e2d40b4690211711bef88a42be6392e679cb4bd96ea5d7298534823b not available\nNOTE: Running setscene task 4778 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_packagedata.570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_packagedata_setscene.570d48f17284c5d5ead685e56fd5569b8ecba0f4afc851b811f1621fa7d8e9c5.qemux86_64 not available\nNOTE: Running setscene task 4779 of 6657 (/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: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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: ['x11perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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-3496823/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_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.283.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['libdrm', 'do_package_write_deb', '/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:   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_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: 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: 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-3496823/tmp/work/all-poky-linux/wayland-protocols/1.36/source-date-epoch/__source_date_epoch.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/fontconfig/fontconfig_2.15.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gcc-cross-x86_64/14.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/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/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/vulkan/vulkan-loader_1.3.283.0.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_create_spdx.de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/binutils-cross-x86_64/2.42.do_create_spdx_setscene.de9fcfa20caa520925b8190e49cbbbf18f8e79680d6e19afceabc752e54e120a not available\nNOTE: Running setscene task 4782 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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-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/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/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/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/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: ['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: 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', '/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: ['libdrm', 'do_deploy_source_date_epoch', '/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:   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-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_recipe_qa.0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libdrm/2.4.120.do_recipe_qa_setscene.0747f67dbffffffedbedf734334f2746a3f8d779a75a8cc803228c54a99c6793 not available\nNOTE: Running setscene task 4784 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb (full)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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/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-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_packagedata.81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_packagedata_setscene.81de91630bac1dd0e4c9df91a01720a8756ea21d506a0c370a3e95ccce959506.qemux86_64 not available\nNOTE: Running setscene task 4786 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.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-graphics/drm/libdrm_2.4.120.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/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: Considering setscene task: ['vulkan-headers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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-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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-3496823/tmp/work/core2-64-poky-linux/mesa/24.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils.inc:198)\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.283.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:2: including binutils-2.42.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb (full)\nDEBUG: Considering setscene task: ['vulkan-loader', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.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.283.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.283.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.283.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.283.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.283.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_recipe_qa.9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-loader/1.3.283.0.do_recipe_qa_setscene.9f08e734b4054ea87de661ac9fb26be095d46c1d2509bb0487bb4859bcf5b281 not available\nNOTE: Running setscene task 4789 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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/cross.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/vulkan/vulkan-headers_1.3.283.0.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/cross.bbclass:95)\nDEBUG: Considering setscene task: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: 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: 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: Considering setscene task: ['wayland-protocols', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['wayland-protocols', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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.36.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_recipe_qa.c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/wayland-protocols/1.36.do_recipe_qa_setscene.c07f62c1494371c7607965c13f9e00b6f67544999c627b3212829e16b9f28cea not available\nNOTE: Running setscene task 4792 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_packagedata.a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_packagedata_setscene.a795e816ea402ae042577eeee7100247e213b1d5d61b33ed8d2606934655c309.qemux86_64 not available\nNOTE: Running setscene task 4793 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:19)\nDEBUG: Considering setscene task: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.42.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.24.4.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: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.24.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['wayland', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.24.4.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_populate_sysroot', '/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/wayland/wayland_1.23.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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/vulkan/vulkan-loader_1.3.283.0.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-graphics/wayland/wayland-protocols_1.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-graphics/wayland/wayland-protocols_1.36.bb:18)\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_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_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package_write_ipk', '/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:   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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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/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/wayland/wayland_1.23.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/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-3496823/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-3496823/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/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.36.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/wayland/wayland-protocols_1.36.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: 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: 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: 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: 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.23.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-graphics/wayland/wayland_1.23.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: 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_create_spdx', '/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_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_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-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_recipe_qa.dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xrandr/1.5.2.do_recipe_qa_setscene.dad1afd6bb98fc0a29ae15c6964b0b1968382aebd3ac4e579d91ab5839f76ba3 not available\nNOTE: Running setscene task 4797 of 6657 (/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-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_packagedata.6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_packagedata_setscene.6f9dd247ab972e6dd66764d999554c435443fa5fa6ae658da9d63c65112b244a.qemux86_64 not available\nNOTE: Running setscene task 4798 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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.18.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.13.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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_populate_sysroot', '/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: ['libdrm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.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: ['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: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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: 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_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_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['libxdamage', 'do_package_write_ipk', '/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:   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_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', '/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: 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.18.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/libpciaccess_0.18.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-graphics/xorg-lib/libpciaccess_0.18.1.bb: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-graphics/xorg-lib/libpciaccess_0.18.1.bb: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: SITE files ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: ['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_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_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_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-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_recipe_qa.bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdamage/1.1.6.do_recipe_qa_setscene.bfa0f8915ab4d79c74d82946399b4d6a1f49e47c60a0fd2ec2b2656e61f1b49b not available\nNOTE: Running setscene task 4802 of 6657 (/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/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/fontconfig/fontconfig_2.15.0.bb:do_packagedata which could be accelerated\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_ipk', '/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_write_deb', '/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_create_spdx', '/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_package', '/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', 'common-linux', '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-3496823/tmp/work/x86_64-linux/binutils-cross-x86_64/2.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-3496823/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: ['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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_create_spdx which could be accelerated\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_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_recipe_qa', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_recipe_qa.472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fontconfig/2.15.0.do_recipe_qa_setscene.472b6747968d0bf0e318da15f464fa8dee576bbb2411cc7b0c4cad688b26dc56 not available\nNOTE: Running setscene task 4805 of 6657 (/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/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\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/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-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_packagedata.aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_packagedata_setscene.aab04224221091b1c4d86ff857b63a8d59eeb71545f8fe363fbd21a6b3081bef.qemux86_64 not available\nNOTE: Running setscene task 4806 of 6657 (/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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.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: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.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: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.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: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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: 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: SITE files ['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: 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/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_packagedata.fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_packagedata_setscene.fcee83b70d3e5b2142f70c2a95f63c519c3dc8163bb675a9091e1bf327199e34.qemux86_64 not available\nNOTE: Running setscene task 4808 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.283.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/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: 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: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.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.24.4.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: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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: ['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: ['libxi', 'do_package', '/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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-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: 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: 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: SITE 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: Considering setscene task: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.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.283.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.283.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package which could be accelerated\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: SITE files ['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/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: ['vulkan-headers', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-loader/1.3.283.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-3496823/tmp/work/all-poky-linux/wayland-protocols/1.36/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['vulkan-headers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.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.283.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.283.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_recipe_qa.d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vulkan-headers/1.3.283.0.do_recipe_qa_setscene.d3f07a4848bf68a56ff8069b8de5ff43bc3324699fb98fd5494b02bbd8098e36 not available\nNOTE: Running setscene task 4812 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_packagedata.d685f418c31264eba01166c8181a45985096746507f144d91478239719744280.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_packagedata_setscene.d685f418c31264eba01166c8181a45985096746507f144d91478239719744280.qemux86_64 not available\nNOTE: Running setscene task 4813 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: ['xinput-calibrator', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.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: ['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-calibrator', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['xinput', 'do_populate_sysroot', '/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:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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/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: SITE 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-headers_1.3.283.0.bb (full)\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_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:   considering dependency: ['libxshmfence', 'do_package_write_ipk', '/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', '/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_package_write_deb', '/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: 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.283.0.bb:18)\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: SITE files ['endian-little', 'common-linux', '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/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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-3496823/tmp/work/core2-64-poky-linux/wayland/1.23.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_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_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-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_recipe_qa.4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxshmfence/1.3.2.do_recipe_qa_setscene.4c914538c77361a4f17cd99a66120c4e5d21283f7b86ea70914d382eb7e4b32f not available\nNOTE: Running setscene task 4817 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_packagedata.5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_packagedata_setscene.5b2b946e55b411318375277a62ce9a00bcf43756a46a25703bdcd814a49d6225.qemux86_64 not available\nNOTE: Running setscene task 4818 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['wayland', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_deploy_source_date_epoch 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb (full)\nDEBUG: Considering setscene task: ['wayland', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_recipe_qa.1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/wayland/1.23.0.do_recipe_qa_setscene.1f978b5470695a0979f31f45aef72e3a2b8e95f0843eb0fa7cb414facd03a9a1 not available\nNOTE: Running setscene task 4821 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_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-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: 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/siteinfo.bbclass (from /home/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-recipe/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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_24.0.7.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: ['libxxf86vm', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/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-3496823/tmp/work/core2-64-poky-linux/libpciaccess/0.18.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-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_packagedata.d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_packagedata_setscene.d01ee738c6ae26d1c83b6dea4babd49d31353857ff0fb199ba7b34da48524492.qemux86_64 not available\nNOTE: Running setscene task 4823 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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-graphics/wayland/wayland_1.23.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/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: ['libpciaccess', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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.23.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-graphics/wayland/wayland_1.23.0.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.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: ['libpciaccess', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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.18.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_recipe_qa.8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpciaccess/0.18.1.do_recipe_qa_setscene.8392f891f8f8df3015f36ff96cc8fcd836f7276c389639f241885f0f55546c46 not available\nNOTE: Running setscene task 4826 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_recipe_qa_setscene)\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: SITE files ['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/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: 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: ['pixman', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.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.13.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: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/xorg-lib/pixman_0.42.2.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_create_spdx.203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_create_spdx_setscene.203e032265276e72e676b136ea18ebacb029c61e1b534e8808fe0a2f8611924d not available\nNOTE: Running setscene task 4828 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/libpciaccess_0.18.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-graphics/xorg-lib/libpciaccess_0.18.1.bb: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: 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/libpciaccess_0.18.1.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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: ['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_deb', '/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_create_spdx', '/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_qa', '/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_package_write_ipk', '/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: SITE files ['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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:1: including linux-libc-headers.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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: ['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: 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_populate_sysroot', '/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_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_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-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_recipe_qa.d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/freetype/2.13.2.do_recipe_qa_setscene.d4c71229e205adcfd4e510ae7a129ec52c882444a907b80f1ae75b4658c2ac9d not available\nNOTE: Running setscene task 4832 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_recipe_qa_setscene)\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_write_ipk', '/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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package_write_deb', '/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_package', '/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: 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_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_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-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_recipe_qa.f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxfixes/6.0.1.do_recipe_qa_setscene.f792dd2db3907b4aa29963d7e21764c245e5a513bc2864c90717b0bc0534d9f1 not available\nNOTE: Running setscene task 4835 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:21)\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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.24.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_recipe_qa.3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gstreamer1.0/1.24.4.do_recipe_qa_setscene.3f3bbf9c2425bceaadbb2125c62f0eb224a16bb7018eab0e14e68457e0440ba2 not available\nNOTE: Running setscene task 4837 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vulkan-headers/1.3.283.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-3496823/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/siteinfo.bbclass (from /home/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/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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_recipe_qa 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_package_qa', '/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_write_deb', '/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:   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_write_ipk', '/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: 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: ['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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-multimedia/gstreamer/gstreamer1.0_1.24.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:11)\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_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-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_recipe_qa.236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrandr/1.5.4.do_recipe_qa_setscene.236e29769a703e86f6f2f3efb35ca27303bd3a74e926ab1da488f9fdbe182542 not available\nNOTE: Running setscene task 4840 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.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: SITE files ['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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_packagedata.42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_packagedata_setscene.42185112e44c160c2e2bc0d610ccaee08ccd8006847c8b0b34d2ce0fb16b7a33.qemux86_64 not available\nNOTE: Running setscene task 4841 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: ['libxrender', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.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: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.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: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.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: ['x11perf', 'do_populate_sysroot', '/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: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.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: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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: ['cairo', 'do_package', '/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/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: SITE files ['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-graphics/xorg-lib/libxshmfence_1.3.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: SITE files ['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.24.4.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.24.4.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.24.4.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.24.4.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: 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: 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.24.4.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: 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: 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/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', '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', '/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_package_write_deb', '/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_packagedata', '/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_package_write_ipk', '/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: 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: SITE files ['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-recipe/siteinfo.bbclass (from /home/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_packagedata.1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_packagedata_setscene.1c63ac3fee2faec9ff74b2ec9cab8fe4a9953e2727c93d8d8397d61dc6c8294c.qemux86_64 not available\nNOTE: Running setscene task 4844 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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: ['xrestop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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:   considering dependency: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.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: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.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: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.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: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.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: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.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: ['libxres', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.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: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.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: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['xset', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.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.42.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: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.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.13.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.14.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['libxext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_populate_sysroot', '/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: ['cairo', 'do_package', '/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/xorg-lib/libxext_1.3.6.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/wayland/1.23.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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:11: 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: 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/siteinfo.bbclass (from /home/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: 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_populate_lic', '/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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_recipe_qa.294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxxf86vm/1.1.5.do_recipe_qa_setscene.294a995b528766b703f22757151f4e051f5226c98450aaac6a0dc0b525a306dd not available\nNOTE: Running setscene task 4847 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/linux-libc-headers/6.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-3496823/tmp/work/core2-64-poky-linux/libpciaccess/0.18.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_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_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['pixman', 'do_package_write_ipk', '/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_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:   considering dependency: ['pixman', 'do_packagedata', '/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.18.1.bb:do_recipe_qa which could be accelerated\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: 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: 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_populate_lic', '/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_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_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-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_recipe_qa.38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/pixman/0.42.2.do_recipe_qa_setscene.38a2074c5fa09f5aae9e9cdbf09c89634433ebeeea2c2ff820bb8ebf60bdf01a not available\nNOTE: Running setscene task 4850 of 6657 (/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/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: ['linux-libc-headers', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_deb which could be accelerated\nDEBUG: Considering setscene task: ['linux-libc-headers', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_ipk 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_write_rpm.06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_package_write_rpm_setscene.06bd0eb84be38c6658f9f574ad1216c2ac6ac240f2b0135eb14d1552a6dc478b not available\nNOTE: Running setscene task 4853 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_rpm_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_packagedata.b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_packagedata_setscene.b303e89e6e0209008fabc3fe64f7a092eef78cdc2daeb9ae3d7aba93a2dc24c0.qemux86_64 not available\nNOTE: Running setscene task 4854 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.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: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['libpng', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.12.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.24.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: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.12.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: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_sysroot 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: 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/python3native.bbclass (from /home/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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: 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_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:   considering dependency: ['libsndfile1', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package_write_ipk', '/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_package', '/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:1: including linux-libc-headers.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: 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: SITE files ['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.43.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/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/multilib_header.bbclass:7)\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: 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.43.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.43.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_packagedata.27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_packagedata_setscene.27a1088754aef8fb84677cd5de560dadb9421a789b26967179e0f6ebbef44f65.qemux86_64 not available\nNOTE: Running setscene task 4857 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_packagedata.3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_packagedata_setscene.3b08d6d30b5ac58c3ed0e8e38e5f977602ad4818419ddf4f0445058dd9cb3424.qemux86_64 not available\nNOTE: Running setscene task 4858 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_packagedata_setscene)\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: ['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: ['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_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.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: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.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.24.4.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.24.4.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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.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: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.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.24.4.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: ['alsa-plugins', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.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: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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.12.bb (full)\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/alsa/alsa-lib_1.2.12.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-3496823/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-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-3496823/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: SITE files ['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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.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: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.4.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: ['libsndfile1', 'do_package', '/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: 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.12.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gstreamer1.0/1.24.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_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-multimedia/flac/flac_1.4.3.bb:20)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_recipe_qa which could be accelerated\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', '/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_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package_write_deb', '/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: 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: 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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['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_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-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_recipe_qa.85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxrender/0.9.11.do_recipe_qa_setscene.85f64b87f4b9c11e09748154e1b90b49312cc90bc0b7a361e2a64a0f912e31bb not available\nNOTE: Running setscene task 4864 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.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-3496823/tmp/work/core2-64-poky-linux/libxext/1.3.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_create_spdx', '/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-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_recipe_qa.ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libsndfile1/1.2.2.do_recipe_qa_setscene.ad1b892a7550099583865efb9395a2a4eeca76afc8d5b50a00692781efbbd27f not available\nNOTE: Running setscene task 4866 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_packagedata.73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_packagedata_setscene.73097518dd3d466374d638ef17a355ec4bd434d0eff941c6ea8232c66bb87309.qemux86_64 not available\nNOTE: Running setscene task 4868 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb (full)\nDEBUG: Considering setscene task: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['xf86-video-vesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.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: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.24.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: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: ['xkbcomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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: ['xrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.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: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['rgb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.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: ['xmodmap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.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: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.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: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG:   considering dependency: ['xinit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.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.42.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.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: ['xf86-video-vmware', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.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: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.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: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.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: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.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-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.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: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xprop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.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: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: ['mesa-demos', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.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:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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.13.bb']\nDEBUG:   considering dependency: ['xset', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.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: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.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: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['xhost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.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.13.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['xinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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:   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: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.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: ['consolekit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.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: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_sysroot 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/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/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: SITE files ['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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libx11_1.8.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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/libxxf86vm_1.1.5.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/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.9.bb:29)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/linux-libc-headers/6.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libxext', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_recipe_qa.21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxext/1.3.6.do_recipe_qa_setscene.21012fab7af9eb3c3f0a7564bd8dbf1c70c6755d83d453b6a5e2d8a07fc4f388 not available\nNOTE: Running setscene task 4871 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpng/1.6.43/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package_write_deb', '/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_package_write_ipk', '/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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.43.bb:do_packagedata 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_recipe_qa 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.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libpng', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: Considering setscene task: ['libpng', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_recipe_qa.4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpng/1.6.43.do_recipe_qa_setscene.4a1b521bafd827ba45f28c338e770ce6d2c34bfb4b278194b9a458e325986c1b not available\nNOTE: Running setscene task 4875 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-lib/1.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-3496823/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: 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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_recipe_qa.0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtheora/1.1.1.do_recipe_qa_setscene.0e125dc4aab4a019a69f7c6fabdf48849fffa603a29a6aab21726d3cbb22a68d not available\nNOTE: Running setscene task 4877 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_packagedata which could be accelerated\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: Considering setscene task: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb (full)\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.43.bb:22)\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.12.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb (full)\nDEBUG: Considering setscene task: ['alsa-lib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_recipe_qa.d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/alsa-lib/1.2.12.do_recipe_qa_setscene.d755c0eb89d65abc4300b55ff0120b07139273fa04c2e63dafcb83fbf23d2e75 not available\nNOTE: Running setscene task 4880 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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-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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.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: ['flac', 'do_package', '/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_write_ipk', '/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_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:   considering dependency: ['flac', 'do_package_write_deb', '/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: 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: 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: ['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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb (full)\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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['flac', 'do_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_recipe_qa.4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/flac/1.4.3.do_recipe_qa_setscene.4c62b5f687577a89f62380eedb0fba7b5ef1fb19af10ce563df949abdd34e5a3 not available\nNOTE: Running setscene task 4883 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.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-multimedia/alsa/alsa-lib_1.2.12.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_packagedata.cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_packagedata_setscene.cbb5ee7a349f8f19a12bd0c742d83fffb3f90a5d793b0f0319dbdfaf30882885.qemux86_64 not available\nNOTE: Running setscene task 4884 of 6657 (/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: ['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_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.24.4.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: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb']\nDEBUG:   considering dependency: ['libsndfile1', 'do_package', '/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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.12.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-3496823/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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb (full)\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_deploy_source_date_epoch', '/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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['sbc', 'do_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_recipe_qa.6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sbc/2.0.do_recipe_qa_setscene.6104cd033c8f23856462f89ad9b7c180318d29a72c574220e99ca3c726b2f3db not available\nNOTE: Running setscene task 4887 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/flac/flac_1.4.3.bb:20)\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/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: 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: Inheriting /home/pokybuild/yocto-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: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.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/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-multimedia/libvorbis/libvorbis_1.3.7.bb:19)\nDEBUG: Considering setscene task: ['libwebp', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libx11/1.8.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/sbc/sbc_2.0.bb (full)\nDEBUG: Considering setscene task: ['libwebp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.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.4.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_recipe_qa.75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libwebp/1.4.0.do_recipe_qa_setscene.75d66654101219d09e7cbb19b67f00dfddca1a59d87fd65c836ef15860c93bed not available\nNOTE: Running setscene task 4890 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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-multimedia/sbc/sbc_2.0.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.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-multimedia/sbc/sbc_2.0.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: ['libx11', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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/webp/libwebp_1.4.0.bb:36)\nDEBUG: Considering setscene task: ['libx11', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_recipe_qa.545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libx11/1.8.9.do_recipe_qa_setscene.545f31ce3bdae4df50520e3a1b6a7a9835ccf9c2761231e750bc8bfad6f63d2c not available\nNOTE: Running setscene task 4893 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:36)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_packagedata.b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_packagedata_setscene.b49262adf3eef57872d897e4f86b0f6a4c3f3c629aa8e8329ec0b13038695335.qemux86_64 not available\nNOTE: Running setscene task 4894 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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.17.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: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.24.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.24.4.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.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: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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-lib/libx11_1.8.9.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_packagedata.97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_packagedata_setscene.97cbb947e892c2c84b40c851efdeb789e20e63ca58862d3b738d7c9450780515.qemux86_64 not available\nNOTE: Running setscene task 4896 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_packagedata_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:7: including xorg-lib-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: 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: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: ['xtrans', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.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: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxext/1.3.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/libxcb_1.17.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/xorg-lib/libxcb_1.17.0.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.9.bb:29)\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.6.bb:do_recipe_qa which could be accelerated\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.52.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_deploy_source_date_epoch which could be accelerated\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: Considering setscene task: ['at-spi2-core', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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.52.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.52.0.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.52.0.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.52.0.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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.52.0.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.52.0.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.52.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_recipe_qa.16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/at-spi2-core/2.52.0.do_recipe_qa_setscene.16d0098611957eb11c78c34ce28b6227a5ea8c584b1da9568447060ff31562d9 not available\nNOTE: Running setscene task 4899 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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-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: ['bash-completion', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_write_deb 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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:21)\nDEBUG: Considering setscene task: ['bash-completion', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_write_ipk which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/libpng/1.6.43/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-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_write_rpm.fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_package_write_rpm_setscene.fe79ff791826dbaf07fccdb50494de6fb14322e8047909f170b0ba7637261b4b not available\nNOTE: Running setscene task 4902 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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-multimedia/libtheora/libtheora_1.1.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb (full)\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_package_write_ipk', '/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:   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_write_deb', '/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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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-support/atk/at-spi2-core_2.52.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/python3-dir.bbclass (from /home/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: ['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: Inheriting /home/pokybuild/yocto-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: ['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_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-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_recipe_qa.1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/ca-certificates/20211016.do_recipe_qa_setscene.1e2ab7983e5d89cd9c08db8b4a6246593eb1549586d47779c30d76acee4201d6 not available\nNOTE: Running setscene task 4905 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_recipe_qa_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.52.0.bb:30)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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/atk/at-spi2-core_2.52.0.bb: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-support/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/alsa-lib/1.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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.52.0.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_packagedata.11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_packagedata_setscene.11af4e7c9f17d22e1c47bca20e063a93b66c1d8ad76f54cdc4ee15c0a49454a6.qemux86_64 not available\nNOTE: Running setscene task 4906 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_sysroot 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/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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/bash-completion/bash-completion_2.14.0.bb:22)\nDEBUG: Considering setscene task: ['gdbm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package_write_deb', '/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_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_deb which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/fribidi/fribidi_1.0.15.bb (full)\nDEBUG: Considering setscene task: ['gdbm', 'do_package_write_ipk', '/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:   considering dependency: ['gdbm', 'do_package_write_ipk', '/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_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_ipk 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.15.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3native.bbclass (from /home/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: 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/meson-routines.bbclass:7)\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_package_qa', '/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_write_ipk', '/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:   considering dependency: ['libvorbis', 'do_package_write_deb', '/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_packagedata', '/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: 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: Inheriting /home/pokybuild/yocto-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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_packagedata.90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_packagedata_setscene.90bb03789073f86e3ac025460ef0ad713d134f2449b440f16c42b38d87e77313.qemux86_64 not available\nNOTE: Running setscene task 4911 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libogg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.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: ['libtheora', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.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: ['libvorbis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.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: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.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.24.4.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: ['speex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.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.24.4.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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libwebp/1.4.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_recipe_qa.1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libvorbis/1.3.7.do_recipe_qa_setscene.1f3eb093a21040f135b80c8ce70c5b93ac21ce9c53b2db4623572199dfbba463 not available\nNOTE: Running setscene task 4914 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.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: 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-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_rpm.390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_package_write_rpm_setscene.390875a525799aae4d920abf810a0dc3f6fb057688bac619c89fddd52c32dc4a not available\nNOTE: Running setscene task 4915 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_rpm_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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: 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_write_ipk', '/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_deb', '/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:   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: 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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb (full)\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: 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-support/gdbm/gdbm_1.23.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: ['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_populate_lic', '/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:   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-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_recipe_qa.98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnome-desktop-testing/2021.1.do_recipe_qa_setscene.98a1f8b4431078a1e50f6ae76e5ae244b0fc3cbb5a048feafc55bb34a09cbf3b not available\nNOTE: Running setscene task 4918 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.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/gdbm/gdbm_1.23.bb:18)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxcb/1.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/siteinfo.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_packagedata.b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_packagedata_setscene.b87fd4e888153f57704304f173fc1e252c3c000981e40f343d01ff8fe3358c99.qemux86_64 not available\nNOTE: Running setscene task 4919 of 6657 (/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: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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.24.4.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_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-graphics/xorg-lib/libxcb_1.17.0.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libx11/1.8.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-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: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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.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: 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/iso-codes/iso-codes_4.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/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-3496823/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_packagedata.5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_packagedata_setscene.5c4734f14a86d6c69d78a1afb061d0a55577ff7fb9abe091c5cfa1b76e155495.qemux86_64 not available\nNOTE: Running setscene task 4922 of 6657 (/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/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: ['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_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: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_packagedata.5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_packagedata_setscene.5fb5332a7e92ddb1a4ad2d9bda49a7233ef24a17ba049fdb9817557838f10fdb.qemux86_64 not available\nNOTE: Running setscene task 4924 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_packagedata_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: ['libxau', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.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.13.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: ['xset', 'do_populate_sysroot', '/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:   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: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['xhost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.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.13.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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: 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: SITE files ['endian-little', 'common-linux', '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: Considering setscene task: ['libxcb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/bash-completion/2.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-3496823/tmp/work/all-poky-linux/ca-certificates/20211016/source-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/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: Considering setscene task: ['libxcb', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_recipe_qa.5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcb/1.17.0.do_recipe_qa_setscene.5c58196041ef6453a37352ce759a51388accc28a5cb660f34055d79775d73441 not available\nNOTE: Running setscene task 4927 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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/bash-completion/bash-completion_2.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-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-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-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_packagedata.c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_packagedata_setscene.c750fd13cff2d4a6c6ded69fe74b82edf330b8ab1abb185c931524e3d3d89d35.qemux86_64 not available\nNOTE: Running setscene task 4928 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/at-spi2-core/2.52.0/source-date-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: 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-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_packagedata.db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_packagedata_setscene.db82102ca144f5a8fdfcff86a842ed22c76c4e4465ea19910cc192f643574e94.qemux86_64 not available\nNOTE: Running setscene task 4929 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.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.13.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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.13.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_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.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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.52.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/libxcb_1.17.0.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: 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_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_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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package_write_deb', '/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:   considering dependency: ['xtrans', 'do_create_spdx', '/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-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:25)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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/libxcb_1.17.0.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-extended/bash/bash.inc:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/fribidi/1.0.15/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-support/fribidi/fribidi_1.0.15.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-graphics/xorg-lib/libxdmcp_1.1.5.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/recipes-extended/bash/bash.inc:8)\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_populate_sysroot', '/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_lic', '/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_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:  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-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_recipe_qa.fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xtrans/1.5.0.do_recipe_qa_setscene.fd0d9017aa346f384677efdfbba99ee835333b3af068cba9c53980133a987eec not available\nNOTE: Running setscene task 4933 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_packagedata.3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_packagedata_setscene.3e911dfc4c2b96d25ab485bb265357bf42b0dfc12b32fc000a1a8f9f1cb5fdfb.qemux86_64 not available\nNOTE: Running setscene task 4934 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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: Considering setscene task: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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: Considering setscene task: ['fribidi', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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/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-3496823/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-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.17.0.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/xorg-lib/xtrans_1.5.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/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:20)\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: 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_write_rpm', '/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_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['libogg', 'do_package_write_ipk', '/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: Inheriting /home/pokybuild/yocto-worker/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/libvorbis/libvorbis_1.3.7.bb:do_recipe_qa which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_recipe_qa.2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libogg/1.3.5.do_recipe_qa_setscene.2ca741788058ac922bc303d9f7cd6cd498250b6c83edc69a4cbcb177a41d1edd not available\nNOTE: Running setscene task 4940 of 6657 (/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/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-3496823/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-3496823/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: ['fribidi', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_recipe_qa.15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/fribidi/1.0.15.do_recipe_qa_setscene.15e253ee12303b08321ea3d6adf86e85d7944b61993d9d4d2d55a876b6f7a8de not available\nNOTE: Running setscene task 4941 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_recipe_qa_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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_packagedata.fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_packagedata_setscene.fb1453d0567744411e58fbdcf631bfbf2b89fded85ea38047ef91f0f215ba6b9.qemux86_64 not available\nNOTE: Running setscene task 4942 of 6657 (/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: ['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', '/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_package_write_ipk', '/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_write_deb', '/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: 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: 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-support/fribidi/fribidi_1.0.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:16)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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-multimedia/libogg/libogg_1.3.5.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-extended/diffutils/diffutils_3.10.bb (full)\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_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_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_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_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-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_recipe_qa.5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/iso-codes/4.16.0.do_recipe_qa_setscene.5821dbceb01d148aa815ba06b2165e89f30620638309d68d1b1142b41a98406e not available\nNOTE: Running setscene task 4945 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_recipe_qa_setscene)\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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:16)\nDEBUG: Considering setscene task: ['libcap-ng', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_deb 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/fribidi/fribidi_1.0.15.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.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/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: 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: 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_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_write_deb', '/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_package_write_ipk', '/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_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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/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: 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: 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: 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: SITE files ['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: ['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_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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb']\nDEBUG:   considering dependency: ['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_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-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_recipe_qa.680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpthread-stubs/0.5.do_recipe_qa_setscene.680665b5226ff6044685d9f01fa9ac1f5580beb4b996b89acbbccdd8f6607bdf not available\nNOTE: Running setscene task 4949 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.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: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxau', 'do_package_write_ipk', '/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:   considering dependency: ['libxau', 'do_package_write_deb', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxcb/1.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-graphics/xorg-lib/libxcb_1.17.0.bb:do_recipe_qa which could be accelerated\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: SITE 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/libpthread-stubs_0.5.bb (full)\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_recipe_qa', '/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_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_recipe_qa.8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxau/1.0.11.do_recipe_qa_setscene.8aa2d8742ae4405456154fd861b4a09ebbd7efffd953a3d268e14b497db4fa64 not available\nNOTE: Running setscene task 4952 of 6657 (/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/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-3496823/tmp/work/core2-64-poky-linux/libxdmcp/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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['libcap-ng', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_ipk which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_packagedata which could be accelerated\nDEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', 'common-glibc', 'allarch-linux', 'common']\nDEBUG: Considering setscene task: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/xorg-lib/libxau_1.0.11.bb (full)\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: 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: 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_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['bash', 'do_package_write_ipk', '/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_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: 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/siteinfo.bbclass (from /home/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: 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_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xcb-proto/1.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_packagedata 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_recipe_qa', '/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-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_recipe_qa.a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash/5.2.21.do_recipe_qa_setscene.a9d96f54a67bf048ef07adc6655b8547d82bdb160dbaf3cbf088ad5d751de3b1 not available\nNOTE: Running setscene task 4957 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_recipe_qa_setscene)\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.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libxdmcp', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_recipe_qa.8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxdmcp/1.1.5.do_recipe_qa_setscene.8fdca8fbdcc69884f92cde530ec4932913a5a286f9e561d9ac7d27fa0a911140 not available\nNOTE: Running setscene task 4959 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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/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: 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.17.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:9: including xorg-lib-common.inc\nDEBUG: Considering setscene task: ['xcb-proto', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.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.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_recipe_qa.c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xcb-proto/1.17.0.do_recipe_qa_setscene.c30608b16102705edbd227613c9d048772280cebbd0d86ec6ebb0e7e17063a81 not available\nNOTE: Running setscene task 4962 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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/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-graphics/xorg-lib/xorg-lib-common.inc:15)\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/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-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_packagedata.682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_packagedata_setscene.682300f3d9cad56d4658c18c94cc503cc2e4db931e0e30cc806f5df7d34ff576.qemux86_64 not available\nNOTE: Running setscene task 4963 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['xorgproto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: ['libxinerama', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.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: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.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: ['xf86-video-vesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.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: ['libsm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.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: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.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: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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: ['xorgproto', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['rgb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.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: ['libxfont2', 'do_package', '/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: ['libxi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.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: ['libxv', 'do_populate_sysroot', '/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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: ['xf86-input-libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['mkfontscale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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: ['xf86-video-fbdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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.13.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.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: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.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: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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_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-proto/xorgproto_2024.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/libogg/libogg_1.3.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-graphics/xorg-lib/libxdmcp_1.1.5.bb:11)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/core2-64-poky-linux/fribidi/1.0.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-graphics/xorg-proto/xorgproto_2024.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_packagedata.06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_packagedata_setscene.06e964b00957cac9f60c9369a270a8cde8678c2dd3abb9a332e1211e7a1cd9bc.qemux86_64 not available\nNOTE: Running setscene task 4965 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/core2-64-poky-linux/diffutils/3.10/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.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: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: ['xf86-video-vesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.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: ['libxshmfence', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.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: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['rgb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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: ['libxrender', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.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-vmware', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.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: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.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: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.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: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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: ['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: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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: ['util-macros', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_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: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.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: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.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: ['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: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_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: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.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: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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: ['libxv', 'do_populate_sysroot', '/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: ['xf86-input-libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.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.1.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.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: ['xf86-video-fbdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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-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: ['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-util/util-macros_1.20.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_populate_sysroot which could be accelerated\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: SITE 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.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: Inheriting /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-3496823/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: ['diffutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_package_write_deb', '/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:   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_package_qa', '/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: 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: 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: 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: 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_populate_sysroot', '/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', '/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-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_recipe_qa.c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/diffutils/3.10.do_recipe_qa_setscene.c474023e8872966d39f62b3b3832d98196fcadf6e7f43ffd1747345fb66c3e72 not available\nNOTE: Running setscene task 4969 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_write_rpm.ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_package_write_rpm_setscene.ee96a66b8f1c9bf8742419ed79c6cf980661c0555d6922c6ad6e1973a4748e69 not available\nNOTE: Running setscene task 4970 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_rpm_setscene)\nDEBUG: Considering setscene task: ['libffi', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_deb 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: Considering setscene task: ['libffi', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_ipk which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_write_rpm.9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_package_write_rpm_setscene.9e7a1573bb28946594a8928df58a460d9bd8c7d031a9387f778b37a00f13ea41 not available\nNOTE: Running setscene task 4973 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_rpm_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:4: including diffutils.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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/diffutils/diffutils.inc:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_packagedata.05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_packagedata_setscene.05e9d5481724ca55dc6f538f729c916bfef985784c10ab6b587b9df2794f17a6.qemux86_64 not available\nNOTE: Running setscene task 4974 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.bb:3)\nDEBUG: Considering setscene task: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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: ['libical', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_sysroot 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/siteinfo.bbclass (from /home/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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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: 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_write_deb', '/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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_package_write_ipk', '/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:   considering dependency: ['libmpc', 'do_packagedata', '/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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-support/libical/libical_3.0.18.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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-support/libffi/libffi_3.4.6.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/libical/libical_3.0.18.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.18.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/libffi/libffi_3.4.6.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.6.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxdmcp/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/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:20)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_recipe_qa which could be accelerated\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_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['libmpc', 'do_deploy_source_date_epoch', '/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-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_recipe_qa.18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmpc/1.3.1.do_recipe_qa_setscene.18c5ac677941a3715bf612368776b8980ae0c9090f951c5939c2a9603ec98391 not available\nNOTE: Running setscene task 4978 of 6657 (/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libpcre2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_deb 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-3496823/tmp/work/core2-64-poky-linux/xcb-proto/1.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-extended/bash/bash_5.2.21.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['libpcre2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_ipk 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.17.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_write_rpm.e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_package_write_rpm_setscene.e6fe2ad722f6287569eaa79438364b78a8b6e2aeb8ad8ff750d2b6e3e258c4ce not available\nNOTE: Running setscene task 4981 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_rpm_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xorgproto/2024.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_packagedata.952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_packagedata_setscene.952d6c360aa438ce9da9567f22b6707f951584332fcabf021df5f2263608c441.qemux86_64 not available\nNOTE: Running setscene task 4982 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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.24.4.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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.24.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_packagedata 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: Considering setscene task: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb (full)\nDEBUG: 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.44.bb:29)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/libusb/libusb1_1.0.27.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-3496823/tmp/work/core2-64-poky-linux/util-macros/1.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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.44.bb:29)\nDEBUG: Considering setscene task: ['xorgproto', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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-support/libusb/libusb1_1.0.27.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/libusb/libusb1_1.0.27.bb:26)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: ['xorgproto', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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_2024.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_recipe_qa.6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xorgproto/2024.1.do_recipe_qa_setscene.6d393fdc14c65e18db74d4b66ebbcfbfe157f5f509b148aedb3f4503a260bb66 not available\nNOTE: Running setscene task 4986 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_recipe_qa_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/libusb/libusb1_1.0.27.bb:26)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.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.1.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package which could be accelerated\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.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb (full)\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.1.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.1.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.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_recipe_qa.e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-macros/1.20.1.do_recipe_qa_setscene.e85ad398f00eb56a87de1ea3f046ed62378ba17e26b72e8feae9bb1664a4b447 not available\nNOTE: Running setscene task 4989 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_packagedata.f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_packagedata_setscene.f34e1210d630d1f732884d3a68b7a48e5e6f69d587ddfe08eab8cb25ce6120ad.qemux86_64 not available\nNOTE: Running setscene task 4990 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_packagedata_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: 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: ['gcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.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: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_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: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.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: SITE files ['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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:5: including xorg-util-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_packagedata.083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_packagedata_setscene.083f9e0d13df6d921a50debc0d7a18fb7b9f5dbbadc605e1379a265bc92b45ca.qemux86_64 not available\nNOTE: Running setscene task 4992 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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-util/xorg-util-common.inc:13)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_packagedata.dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_packagedata_setscene.dc33b8329812ef7618d9c9cd33f509a67c1c5303b7ef1fb5d15d42f391d38b09.qemux86_64 not available\nNOTE: Running setscene task 4993 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_packagedata_setscene)\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: ['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: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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_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: Inheriting /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: 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-3496823/tmp/work/core2-64-poky-linux/libcap-ng/0.8.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/ptest-runner/ptest-runner_2.4.4.bb (full)\nDEBUG: Considering setscene task: ['sqlite3', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_deb\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_deb which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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: 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.4.bb:37)\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/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/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: Considering setscene task: ['sqlite3', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_ipk\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-3496823/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/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-3496823/tmp/work/core2-64-poky-linux/libffi/3.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/diffutils/diffutils_3.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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_write_rpm.206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_package_write_rpm_setscene.206bb8261d05a56c1a322e8e1c93f0d5373e5cac3238821ae7434ffde8c86240 not available\nNOTE: Running setscene task 4997 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_rpm_setscene)\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_rpm which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libical/3.0.18/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xxhash', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.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/libical/libical_3.0.18.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_packagedata.12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_packagedata_setscene.12ab1968df3f9da4803e223b1a8d514f4116bf67bf604b6e9ee146e7f1581f98.qemux86_64 not available\nNOTE: Running setscene task 5000 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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/sqlite/sqlite3.inc:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.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.18.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_sysroot which could be accelerated\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_packagedata.5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_packagedata_setscene.5295b3ae3eab0e940f2ac4123884c7164fbf48c7e344b984f9641d1632282e96.qemux86_64 not available\nNOTE: Running setscene task 5002 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb (full)\nDEBUG: Considering setscene task: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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.18.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['icu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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.18.bb']\nDEBUG:   considering dependency: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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: 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_0.56.17.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpcre2/10.44/source-date-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/vala/vala_0.56.17.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-devtools/vala/vala_0.56.17.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/vala/vala_0.56.17.bb:55)\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-3496823/tmp/work/core2-64-poky-linux/libusb1/1.0.27/source-date-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/libpcre2_10.44.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: ['libical', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/icu/icu_75-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: Considering setscene task: ['libical', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_recipe_qa.bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libical/3.0.18.do_recipe_qa_setscene.bea24a6a293ba04245774b0f1905f41e03a8202970f88182ec9a690ba5e94efc not available\nNOTE: Running setscene task 5005 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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-support/icu/icu_75-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_75-1.bb:19)\nDEBUG: Considering setscene task: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_packagedata.07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_packagedata_setscene.07c55a5de938a15e8a115d1e31656c1258359c39d80387d0a2a99fc9ae503abb.qemux86_64 not available\nNOTE: Running setscene task 5007 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_packagedata_setscene)\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: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/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.11.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.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: ['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: ['eudev', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.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: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xorgproto/2024.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/libical/libical_3.0.18.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.18.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-3496823/tmp/work/core2-64-poky-linux/util-macros/1.20.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-support/libical/libical_3.0.18.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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-support/libical/libical_3.0.18.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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.18.bb:20)\nDEBUG: Considering setscene task: ['libusb1', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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-support/libical/libical_3.0.18.bb:20)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_recipe_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_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.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/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: Considering setscene task: ['libusb1', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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.27.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_recipe_qa.d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libusb1/1.0.27.do_recipe_qa_setscene.d4e6808c4b468d5d81cd1c8163cf4293b91b792643f279b45f869aea46a5501b not available\nNOTE: Running setscene task 5010 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ptest-runner/2.4.4+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-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: 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_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['mpfr', 'do_package_write_ipk', '/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_write_rpm', '/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_package', '/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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.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-core/udev/eudev_3.2.14.bb:22)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.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-support/libusb/libusb1_1.0.27.bb:26)\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_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_populate_lic', '/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_package', '/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-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_recipe_qa.ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/mpfr/4.2.1.do_recipe_qa_setscene.ff07bb0a80e6911fca1db0d5ff9f01a25c3d8eee931287f5e8ec367b62acca18 not available\nNOTE: Running setscene task 5013 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:26)\nDEBUG: Considering setscene task: ['ptest-runner', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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.4.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.4.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.4.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:26)\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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_packagedata.36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_packagedata_setscene.36f093bb88b976a79fbec229ec02e773fcecc2e212ea1800533cd865b2ce7165.qemux86_64 not available\nNOTE: Running setscene task 5015 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_packagedata_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_packagedata.f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_packagedata_setscene.f8ff57e95f65da5292e096024a212b95a0346f6e868087f1afff94f6f543ad3e.qemux86_64 not available\nNOTE: Running setscene task 5016 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_packagedata_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_packagedata.bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_packagedata_setscene.bc961b3501aa82b03a4aba5b9852814059c673a80e83e3665d800840b057b721.qemux86_64 not available\nNOTE: Running setscene task 5017 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_packagedata_setscene)\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_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_deb', '/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_ipk', '/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:   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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/sqlite3/3.45.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-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:7)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_rpm 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: 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/meta-poky/recipes-core/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_packagedata.5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_packagedata_setscene.5471fc8c7e05641ff4bcc5cc7a1bf9233dbb490db1b6a75f2169a4e8767351ca.qemux86_64 not available\nNOTE: Running setscene task 5019 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_packagedata_setscene)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\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 file 'test_recipe.inc' not found\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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.15.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:1: including shadow.inc\nDEBUG: Considering setscene task: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.24.4.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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: ['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: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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/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/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: SITE files ['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:191)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vala/0.56.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-core/libxml/libxml2_2.12.8.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/gnomebase.bbclass:31)\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: 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.12.8.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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-core/libxml/libxml2_2.12.8.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-3496823/tmp/work/core2-64-poky-linux/icu/75-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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:39)\nDEBUG: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_packagedata.6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_packagedata_setscene.6d3a7c4f634abdf5cf409b6526ec77ed4fadb1b76ed5082feab4baa9901fb4ea.qemux86_64 not available\nNOTE: Running setscene task 5023 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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: ['glib-2.0', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['blktool', 'do_populate_sysroot', '/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:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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: ['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: ['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.24.4.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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: ['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: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.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.12.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: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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.42.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: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.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: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.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: ['gnome-desktop-testing', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.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:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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: ['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: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.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: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.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.80.2.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.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: ['bluez5', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.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: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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: ['graphene', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.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-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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.12.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['mc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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: ['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: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.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: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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: ['json-glib', 'do_populate_sysroot', '/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-core/glib-2.0/glib-2.0_2.80.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libical/3.0.18/source-date-epoch/__source_date_epoch.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/gettext.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-support/libical/libical_3.0.18.bb:do_recipe_qa 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-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/recipes-core/glib-2.0/glib.inc:31)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-core/glib-2.0/glib.inc:31)\nDEBUG: Considering setscene task: ['vala', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_deploy_source_date_epoch 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: 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: 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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:3)\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_package_write_deb', '/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_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_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_write_ipk', '/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-3496823/tmp/work/core2-64-poky-linux/libusb1/1.0.27/source-date-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/libusb/libusb1_1.0.27.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_packagedata.052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_packagedata_setscene.052e3cbdb395291bd30480c32e882b01c7a108c5ee28924af4f8216ea2920356.qemux86_64 not available\nNOTE: Running setscene task 5027 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_packagedata_setscene)\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: ['kexec-tools', 'do_populate_sysroot', '/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.2.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.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: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['psplash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.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: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.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: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.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: ['init-ifupdown', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.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: ['init-ifupdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.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: ['cronie', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.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: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.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.8.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: ['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: ['alsa-state', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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: ['busybox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.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: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.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: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['at', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['xserver-nodm-init', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.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: ['run-postinsts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.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: ['avahi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_create_spdx', '/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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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/base-files/base-files_3.0.14.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb (full)\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_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_ipk', '/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_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_write_rpm', '/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_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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_ipk', '/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_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_package_write_deb', '/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_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_create_spdx', '/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: 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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_recipe_qa.4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/base-passwd/3.6.3.do_recipe_qa_setscene.4470f8c740b4390517d6208cbc9fb4dce8d15c45ccb7a5580570740b389523a0 not available\nNOTE: Running setscene task 5032 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_recipe_qa_setscene)\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: 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_sysroot', '/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_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-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_recipe_qa.a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/eudev/3.2.14.do_recipe_qa_setscene.a438cf0e641407709859d8b6b307d61794950344eba11be2c27544cda9abf67d not available\nNOTE: Running setscene task 5034 of 6657 (/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-3496823/tmp/work/core2-64-poky-linux/shadow/4.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-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_packagedata.8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_packagedata_setscene.8e71895daff858368cc72292816f80fc57e30dd88e2e1b34bdb6ee841f7fd78a.qemux86_64 not available\nNOTE: Running setscene task 5035 of 6657 (/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: ['kexec-tools', 'do_populate_sysroot', '/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.2.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.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: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['psplash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.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: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.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: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['modutils-initscripts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.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: ['init-ifupdown', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.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: ['init-ifupdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.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: ['cronie', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.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: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.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.8.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: ['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: ['alsa-state', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['busybox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.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: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.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: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['at', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['xserver-nodm-init', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.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: ['tcf-agent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.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: ['run-postinsts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb']\nDEBUG:   considering dependency: ['avahi', 'do_package', '/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-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-extended/shadow/shadow_4.15.1.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: 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-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: 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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\nDEBUG: Considering setscene task: ['vala', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['vala', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_recipe_qa.a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/vala/0.56.17.do_recipe_qa_setscene.a412602161e63a7c79db9e89a0258203c39f6e65354e59e17f67e3639f78635f not available\nNOTE: Running setscene task 5037 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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/recipes-core/update-rc.d/update-rc.d_0.8.bb:17)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxml2/2.12.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-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: Considering setscene task: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package 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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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-devtools/vala/vala_0.56.17.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: 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_0.56.17.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-devtools/vala/vala_0.56.17.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/vala/vala_0.56.17.bb:55)\nDEBUG: Considering setscene task: ['libxml2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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/classes-recipe/multilib_script.bbclass:13)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libxml2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.12.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_recipe_qa.8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxml2/2.12.8.do_recipe_qa_setscene.8af953da630054cdf8d77390ac6e53036eb14e27fe3af0307f68731df9a209be not available\nNOTE: Running setscene task 5041 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_packagedata.bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_packagedata_setscene.bf0328eff7a0c0b386fdeea046c68197f9723a5f6211095b39bd18c747ff6206.qemux86_64 not available\nNOTE: Running setscene task 5042 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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.13.0.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['kmod', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb (full)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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.12.8.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/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-kernel/kmod/kmod_32.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-core/libxml/libxml2_2.12.8.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/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: ['icu', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_deploy_source_date_epoch 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-kernel/kmod/kmod_32.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_32.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-3496823/tmp/work/core2-64-poky-linux/glib-2.0/2.80.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/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:37)\nDEBUG: Considering setscene task: ['icu', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_recipe_qa.acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/icu/75-1.do_recipe_qa_setscene.acab1136794ce8fe2659321293ad5ca19473683aa064fc41d714853cea0edbaa not available\nNOTE: Running setscene task 5046 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_recipe_qa_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_32.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-core/libxml/libxml2_2.12.8.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/recipes-kernel/kmod/kmod_32.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-core/glib-2.0/glib-2.0_2.80.2.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.80.2.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.80.2.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.80.2.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.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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.80.2.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.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:39)\nDEBUG: 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/initscripts/initscripts_1.0.bb:do_packagedata which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb (full)\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.80.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.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/icu/icu_75-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: 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.80.2.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.80.2.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.80.2.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.80.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.80.2.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.80.2.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.80.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_recipe_qa.41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0/2.80.2.do_recipe_qa_setscene.41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e not available\nNOTE: Running setscene task 5049 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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-support/icu/icu_75-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_75-1.bb:19)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['initscripts', 'do_package_write_deb', '/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_create_spdx', '/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:   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_write_rpm', '/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: 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_recipe_qa', '/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-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_recipe_qa.5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/initscripts/1.0.do_recipe_qa_setscene.5528087ea5c0d91945318a497f304c3954de0c65ff8c24d42c74e0cd0d8a8f18 not available\nNOTE: Running setscene task 5052 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.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-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_packagedata.62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_packagedata_setscene.62833de3c5eb5bf2a91ddb2ee2fc6512c4fa0a694cae3459c8fa56e34a67f582.qemux86_64 not available\nNOTE: Running setscene task 5053 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_packagedata_setscene)\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: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.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: ['gstreamer1.0-plugins-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb']\nDEBUG:   considering dependency: ['mc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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: ['babeltrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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:   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.24.4.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.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: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.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: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.80.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/update-rc.d/0.8+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/glib-2.0/glib-2.0_2.80.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-3496823/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/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-core/initscripts/initscripts_1.0.bb (full)\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: 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/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/gi-docgen.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/recipes-core/glib-2.0/glib.inc:31)\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: ['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_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_write_ipk', '/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_deb', '/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_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_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_create_spdx', '/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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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_2.39.3.bb:3)\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-3496823/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: 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/siteinfo.bbclass (from /home/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/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/udev/eudev_3.2.14.bb:do_recipe_qa which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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/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: ['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-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/python3-dir.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: ['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-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_recipe_qa.d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/all-poky-linux/update-rc.d/0.8+git.do_recipe_qa_setscene.d5b37a53add31edf6adb4c557eb2c3ff4d77d3bad8e0bfe375b3c45a2e59d059 not available\nNOTE: Running setscene task 5057 of 6657 (/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_packagedata.a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_packagedata_setscene.a818464985fd97ba80efdb1339031f45cadaf05ba06a74aa6f23cb9b3bbf859f.qemux86_64 not available\nNOTE: Running setscene task 5058 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['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-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.24.4.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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: ['gobject-introspection', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.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.12.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: ['avahi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.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.80.2.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.80.2.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: ['at-spi2-core', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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.24.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.12.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: ['gconf', 'do_package', '/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.52.0.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: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_sysroot 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/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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/vala/0.56.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-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:17)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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/vala/vala_0.56.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_packagedata.fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_packagedata_setscene.fb3f343eae4c0c756538f04bdef21b3ec8c48181efe1c4f0e27b16a1ca48f53e.qemux86_64 not available\nNOTE: Running setscene task 5060 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.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.80.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.80.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.80.1.bb:23)\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_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-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_recipe_qa.936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shared-mime-info/2.4.do_recipe_qa_setscene.936c37cb97b78ff267ba89b017b47f90c9d6a174a6f13399b9b07762d9841f12 not available\nNOTE: Running setscene task 5061 of 6657 (/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Considering setscene task: ['xxhash', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xxhash', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_recipe_qa.818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xxhash/0.8.2.do_recipe_qa_setscene.818f7f61c1097ea5dd08982455d2bb1137228af255c5f23b345a21ba66b40ed6 not available\nNOTE: Running setscene task 5062 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.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: ['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: ['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_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-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_recipe_qa.4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libslirp-native/4.8.0.do_recipe_qa_setscene.4e59117270d7f80d48bad0e8dd1022bc1b9970dfa05c7f977a4c4cd731a58aaf not available\nNOTE: Running setscene task 5064 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/kmod/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:29)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_create_package_spdx.7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_create_package_spdx_setscene.7d8237fa9a849825c30dba75b52c12c69d43f16a6630bf19810122554df1e88b not available\nNOTE: Running setscene task 5065 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_package_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-core/glib-2.0/glib-2.0_2.80.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_populate_lic.a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_populate_lic_setscene.a7c6aca30c7c76c1442b86be686a9a86bc4e0296417145e380f47aa96836c865 not available\nNOTE: Running setscene task 5066 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_populate_lic_setscene)\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_packagedata 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/libpcre/libpcre2_10.44.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.44.bb:29)\nDEBUG: Considering setscene task: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_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-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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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/python3native.bbclass (from /home/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-core/glib-2.0/glib-2.0_2.80.2.bb:1: including glib.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libxml2/2.12.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/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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-core/glib-2.0/glib.inc:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:1: including glib.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: Considering setscene task: ['kmod', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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-connectivity/slirp/libslirp_git.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/core2-64-poky-linux/icu/75-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-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: SITE files ['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-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/recipes-core/glib-2.0/glib.inc:31)\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: Considering setscene task: ['kmod', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_recipe_qa.527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/kmod/32.do_recipe_qa_setscene.527d0f684e2a449c20d74499d01571eade834944b856c54a2ff4934300c02374 not available\nNOTE: Running setscene task 5069 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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/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/glib-2.0/glib.inc:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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/gi-docgen.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/recipes-core/glib-2.0/glib.inc:31)\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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-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/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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:3)\nDEBUG: SITE files ['endian-little', 'common-linux', '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/manpages.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-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_create_package_spdx.9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_create_package_spdx_setscene.9c71c3bab9828bf2c5b3607a78b62a604495e28bc543178369c132c05069b1b7 not available\nNOTE: Running setscene task 5070 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_package_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/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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:3)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_populate_lic.429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_populate_lic_setscene.429039b29777264f500156b78d1ad1203aef994ecc1bc7eb9e9392fab507fc0d not available\nNOTE: Running setscene task 5071 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_lic_setscene)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_create_package_spdx.92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_create_package_spdx_setscene.92ffb95553c3ccd2bdebd6df38b51680b6eff5ce60183e723a6a197fcddc7e8a not available\nNOTE: Running setscene task 5072 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_package_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-kernel/kmod/kmod_32.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_populate_lic.957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_populate_lic_setscene.957eefec70ab12bbd0daab976a1eadd0b13e988c411b16cafcb3c5bd8ecfa277 not available\nNOTE: Running setscene task 5073 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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_32.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_package_spdx.156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_package_spdx_setscene.156f4f5cf9cee771c29d4bf9c9be2c516212bfb4b8b4c395784a4d2699aee4bc not available\nNOTE: Running setscene task 5074 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_package_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-kernel/kmod/kmod_32.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/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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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/gnomebase.bbclass:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/all-poky-linux/update-rc.d/0.8+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-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.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-core/libxml/libxml2_2.12.8.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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-core/libxml/libxml2_2.12.8.bb:16)\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/ncurses/ncurses_6.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/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.12.8.bb:37)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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-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/update-rc.d/update-rc.d_0.8.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-core/ncurses/ncurses.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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-core/libxml/libxml2_2.12.8.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-core/libxml/libxml2_2.12.8.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/recipes-core/ncurses/ncurses_6.5.bb:1: including ncurses.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 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/autotools.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/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/ncurses/ncurses.inc: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-core/libxml/libxml2_2.12.8.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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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-core/ncurses/ncurses.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/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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:39)\nDEBUG: 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-3496823/tmp/work/core2-64-poky-linux/glib-2.0/2.80.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-core/ncurses/ncurses.inc: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-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:263)\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/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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:39)\nDEBUG: 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/ncurses/ncurses.inc:263)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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: 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-core/readline/readline_8.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_lic.75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_lic_setscene.75d75d53c5207ddb2839d6bcdb0d4193e6cfadce56ba3bd21447b7aa23d75e2e not available\nNOTE: Running setscene task 5075 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_create_package_spdx.5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_create_package_spdx_setscene.5a1711c33d9438e9d874dda15a2998188b914fc1a5429a2de12099592039eec1 not available\nNOTE: Running setscene task 5076 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_create_package_spdx_setscene)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/core2-64-poky-linux/gobject-introspection/1.80.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-3496823/tmp/work/core2-64-poky-linux/xxhash/0.8.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-core/readline/readline_8.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-connectivity/slirp/libslirp_git.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:1: including readline.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpcre2/10.44/source-date-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/readline/readline.inc: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-core/update-rc.d/update-rc.d_0.8.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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:17)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_packagedata 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: SITE files ['endian-little', 'common-linux', '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-3496823/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: SITE files ['endian-little', 'common-linux', '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_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_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:   considering dependency: ['util-linux', 'do_package_write_ipk', '/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_write_deb', '/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: 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-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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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: ['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: 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.80.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: ['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_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-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_recipe_qa.2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux/2.39.3.do_recipe_qa_setscene.2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219 not available\nNOTE: Running setscene task 5079 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.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.80.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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: 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-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_packagedata.37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_packagedata_setscene.37122fc65be5e67208ddcae3f409504157010e1f0fbd7e7845751dc84a80a15a.qemux86_64 not available\nNOTE: Running setscene task 5081 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_packagedata_setscene)\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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.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/readline/readline_8.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-core/libxml/libxml2_2.12.8.bb:0)\nDEBUG: Considering setscene task: ['glib-2.0-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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.80.2.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /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: 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.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-core/libxml/libxml2_2.12.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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-core/util-linux/util-linux_2.39.3.bb:3)\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.80.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_deploy_source_date_epoch 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-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/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-3496823/tmp/work/core2-64-poky-linux/kmod/32/source-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-initial_2.80.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-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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:1: including glib.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/util-linux/util-linux_2.39.3.bb:3)\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/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_32.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['gobject-introspection', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.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.80.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.80.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.80.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_recipe_qa.1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gobject-introspection/1.80.1.do_recipe_qa_setscene.1f1cafa404c65d0527fc2c9664275557ca1f013219b0ce8b7cbf7222b9a48e1a not available\nNOTE: Running setscene task 5084 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_recipe_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/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/meson-routines.bbclass (from /home/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/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/meson-routines.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libslirp-native/4.8.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: SITE files ['endian-little', 'common-linux', '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-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/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/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-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/gettext.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-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_packagedata.dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_packagedata_setscene.dc7918e6b5e546342d689e58f1fdacd11357bdcb818a84546d4ccee5acdb530e.qemux86_64 not available\nNOTE: Running setscene task 5085 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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: SITE 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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\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-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/recipes-core/glib-2.0/glib.inc:31)\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: 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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_packagedata.c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_packagedata_setscene.c2fc1291dc05b6e3bc9541034c340b257f644490f4f952cd5d6a1727361c3aac.qemux86_64 not available\nNOTE: Running setscene task 5086 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb (full)\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.5.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.5.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.5.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_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-support/libcap-ng/libcap-ng_0.8.5.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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-gnome/gobject-introspection/gobject-introspection_1.80.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.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/bash-completion/bash-completion_2.14.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: Considering setscene task: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:23)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:1: including libcap-ng.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.14.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/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.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-support/libcap-ng/libcap-ng_0.8.5.bb:3)\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.80.1.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/libcap-ng/libcap-ng_0.8.5.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/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/glib-2.0-native/2.80.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: 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-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_populate_lic.8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_populate_lic_setscene.8f331794916d6bfae483971fc0dbfe3f23260798b825d8b3b054e1258e21253c not available\nNOTE: Running setscene task 5089 of 6657 (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: 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/glib-2.0/glib-2.0_2.80.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/glib-2.0-native/2.80.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-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_package_spdx.8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_package_spdx_setscene.8507a813761c37ce07d3dc11cdced01d8996f43013b88e0c0e5b0635f14d5f99 not available\nNOTE: Running setscene task 5090 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_create_package_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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: 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-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_lic.c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_lic_setscene.c0555864f884297bd807e76f6e520974397a570806040d961294c8d896d4594d not available\nNOTE: Running setscene task 5091 of 6657 (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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/ncurses-native/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/readline-native/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-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_package_spdx.228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_package_spdx_setscene.228c1ce440971819774dfca9434aef7c6e54b29f478922f14f76f0b1ae6c0c49 not available\nNOTE: Running setscene task 5092 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxml2-native/2.12.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: 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:17)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_package_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_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/ncurses-native/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: Parsing virtual:native:/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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxml2-native/2.12.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: Parsing virtual:native:/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: 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/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-core/libxml/libxml2_2.12.8.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/update-rc.d-native/0.8+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-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/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: 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_package_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/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_create_spdx.dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_create_spdx_setscene.dd2f6f305593af0561bbcf7337a9c4cd348c9cd02723639addbac804b28a0fbd not available\nNOTE: Running setscene task 5093 of 6657 (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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\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-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_lic.d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_lic_setscene.d6aab7be1fafaef140bd06cf192e1f598d1061da3e187db2d5cb33b149bacb4d not available\nNOTE: Running setscene task 5094 of 6657 (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: 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-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_create_package_spdx.92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_create_package_spdx_setscene.92537769918f625321fa1dec3e954042037e3f304bb3b769700967204de5d23c not available\nNOTE: Running setscene task 5095 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/readline-native/8.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-core/zlib/zlib_1.3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_populate_lic.1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_populate_lic_setscene.1a3c4a55cb09efa420ec2d2ea070aa701e413a42af4062c297a12e9e6f454dec not available\nNOTE: Running setscene task 5096 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_package_spdx.234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_package_spdx_setscene.234394ebef178824cf77465e5ff101e5dbfcb84a44763d4c0f68a5194cb5719b not available\nNOTE: Running setscene task 5097 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_lic.beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_populate_lic_setscene.beaa099de75793054b0d6c255656538ed0a7cea9f5bccad17d3e361ef40845e8 not available\nNOTE: Running setscene task 5098 of 6657 (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/readline/readline_8.2.bb:do_populate_lic which could be accelerated\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:17)\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/recipes-core/util-linux/util-linux_2.39.3.bb:1: including util-linux.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.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.1.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-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.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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:26)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.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/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/gettext.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-devtools/autoconf-archive/autoconf-archive_2023.02.20.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-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/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: 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/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/siteinfo.bbclass (from /home/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/util-linux/util-linux_2.39.3.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/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-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/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/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/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-3496823/tmp/work/core2-64-poky-linux/glib-2.0-initial/2.80.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/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/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/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/glib-2.0/glib-2.0-initial_2.80.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/bash-completion/2.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-3496823/tmp/work/core2-64-poky-linux/libcap-ng/0.8.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/util-linux/util-linux_2.39.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['glib-2.0-initial', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gobject-introspection/1.80.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['glib-2.0-initial', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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-initial_2.80.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-core/util-linux/util-linux-libuuid_2.39.3.bb:0)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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: 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: Considering setscene task: ['glib-2.0-initial', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['glib-2.0-initial', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_recipe_qa.41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glib-2.0-initial/2.80.2.do_recipe_qa_setscene.41e4a3b23c36b5e1590060ffa10eda74e75d855245870d3dd052296934fcfe9e not available\nNOTE: Running setscene task 5101 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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.14.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.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: ['powertop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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: ['ethtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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: ['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: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.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.80.2.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:1: including glib.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/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/python3native.bbclass (from /home/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-core/update-rc.d/update-rc.d_0.8.bb:0)\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.14.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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/qemu.bbclass (from /home/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/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/gi-docgen.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/recipes-core/glib-2.0/glib.inc:31)\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: ['bash-completion', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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.14.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_recipe_qa.c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bash-completion/2.14.0.do_recipe_qa_setscene.c5ea726d05e7a611eb2275dd8aec8cbf7906fbfcc87056b3f365f0fad33dfaa7 not available\nNOTE: Running setscene task 5105 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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-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: Considering setscene task: ['libcap-ng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/update-rc.d-native/0.8+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-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: 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: 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-recipe/nopackages.bbclass (from /home/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/zlib/zlib_1.3.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/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: 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.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.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-core/zlib/zlib_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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/bash-completion/bash-completion_2.14.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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: Considering setscene task: ['libcap-ng', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb']\nDEBUG:   considering dependency: ['libcap-ng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_recipe_qa.327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap-ng/0.8.5.do_recipe_qa_setscene.327cfa1bc1f832420249d3219f0ccdcea34b0d7fa186638a7eb2c1bcaa50c58c not available\nNOTE: Running setscene task 5108 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_recipe_qa_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/bash-completion/bash-completion_2.14.0.bb:22)\nDEBUG: Considering setscene task: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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: ['glib-2.0-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['grep', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.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: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libpcre2', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb:3)\nDEBUG: Considering setscene task: ['libpcre2', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.44.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_recipe_qa.0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre2/10.44.do_recipe_qa_setscene.0b4f340c7154b7c97283b6096250c53447925dc7ae32c5539a671f01f67514d7 not available\nNOTE: Running setscene task 5111 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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/libcap-ng/libcap-ng_0.8.5.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: 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_package_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_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_package_spdx.aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_package_spdx_setscene.aa6113b084054b23a0352e995e34d85ba7a11002330abfa52c86ae86a38bc33c not available\nNOTE: Running setscene task 5112 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_package_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-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_lic.9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_populate_lic_setscene.9d6aae4b8c6ae6405f85eebd64abbb2c4f6b5417b2e2c16ff9d51152d232339a not available\nNOTE: Running setscene task 5113 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_package_spdx.efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_package_spdx_setscene.efdd15f25bf16a2cd0205f6edb638a5d7f277dfc547f71069bae27bff66fc833 not available\nNOTE: Running setscene task 5114 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_lic.7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_populate_lic_setscene.7d921f6427d5bb607ed3fde9d2b4a67c8bb41501d376aa89a6c6289a1ea65d76 not available\nNOTE: Running setscene task 5115 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.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-core/util-linux/util-linux_2.39.3.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_package_spdx.b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_package_spdx_setscene.b63d190a9e752ecb5b2ceced3ce1fd61dcc9ed8344d98d3fa7568751d060ffb6 not available\nNOTE: Running setscene task 5116 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/update-rc.d-native/0.8+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/libpcre/libpcre2_10.44.bb (full)\nDEBUG: 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.44.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-devtools/autoconf/autoconf_2.72e.bb (full)\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: 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.44.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-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: 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.44.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-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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:1: including automake.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/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/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: 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: 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/siteinfo.bbclass (from /home/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: 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: 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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/zlib-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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/zlib-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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_package_spdx which could be accelerated\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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_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-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_create_package_spdx 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_package_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-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_populate_sysroot.41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_populate_sysroot_setscene.41e9c8850b70a96ba28030ba98ebb8dd3d469655a1b748fece7b7d19a30353d7 not available\nNOTE: Running setscene task 5117 of 6657 (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: 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-devtools/bison/bison_3.8.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_lic.a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_populate_lic_setscene.a794bdd31db8b69da681904438b7c57ca7f1d0e37b90617380ccabfb9f390e7c not available\nNOTE: Running setscene task 5118 of 6657 (virtual:native:/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-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_package_spdx.a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_package_spdx_setscene.a6719ead2350d48e5bd788143519bbac179785fab28d3aa54d627ba8ab91916c not available\nNOTE: Running setscene task 5119 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_lic.752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_lic_setscene.752d5103a174af2cd2240514ef4a121445954f21625bf5fa3117218f4f301fcd not available\nNOTE: Running setscene task 5120 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_create_package_spdx.500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_create_package_spdx_setscene.500ff8c7bab5ae370a96ac1e0b1b17694e2f40ec6b35991ba25011687a54cfb1 not available\nNOTE: Running setscene task 5121 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_populate_lic.50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_populate_lic_setscene.50f2bb021f45743478230f60f5e64d4e0ce96d93955507d1191bb37fb28c2b35 not available\nNOTE: Running setscene task 5122 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_populate_lic_setscene)\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:17)\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: 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/siteinfo.bbclass (from /home/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/chrpath/chrpath_0.16.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glib-2.0-initial/2.80.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/chrpath/chrpath_0.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-devtools/chrpath/chrpath_0.16.bb: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-devtools/bison/bison_3.8.2.bb:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:19)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.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-devtools/createrepo-c/createrepo-c_1.1.2.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/bash-completion/2.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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.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.1.2.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.1.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/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.1.2.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.1.2.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.1.2.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-support/bash-completion/bash-completion_2.14.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/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-core/util-linux/util-linux_2.39.3.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_package_spdx.3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_package_spdx_setscene.3db2a51ade0b6e0aa884e68283b94c212cbef62de5ec32f46fdae173d05141ac not available\nNOTE: Running setscene task 5123 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_create_package_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-3496823/tmp/work/core2-64-poky-linux/libcap-ng/0.8.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-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_lic.f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_lic_setscene.f6bbac8b135fa4c2b566254cf4ae1cddac4b4337ab9452fd285224095ffffc2c not available\nNOTE: Running setscene task 5124 of 6657 (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-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/nopackages.bbclass (from /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/automake/automake_1.16.5.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_create_package_spdx.da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_create_package_spdx_setscene.da53eb1d5f045b486d6a137906937532b280a5c81687f76bf3874072ae373557 not available\nNOTE: Running setscene task 5125 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_package_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/automake/automake_1.16.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-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: 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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/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-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libpcre2/10.44/source-date-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.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: Inheriting /home/pokybuild/yocto-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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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-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/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/libpcre/libpcre2_10.44.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-devtools/dnf/dnf_4.20.0.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/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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\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.20.0.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/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.20.0.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: 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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_populate_lic.37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_populate_lic_setscene.37fcfa147670bb62aba944147dd54c3fb51c03324a8206dab2a88a1e6df0c81d not available\nNOTE: Running setscene task 5126 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_package_spdx.89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_package_spdx_setscene.89df6097ece644fb4312235e0be65b7fca34c4d2daf9e14953daf07a299a915a not available\nNOTE: Running setscene task 5127 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_package_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/dnf/dnf_4.20.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-devtools/chrpath/chrpath_0.16.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/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass: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-devtools/dnf/dnf_4.20.0.bb:28)\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/nopackages.bbclass (from /home/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/xmlcatalog.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:70)\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.20.0.bb:28)\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:74)\nDEBUG: 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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\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.20.0.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/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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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-devtools/createrepo-c/createrepo-c_1.1.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-3496823/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/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-3496823/tmp/work/x86_64-linux/autoconf-native/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-3496823/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: 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.1.2.bb:0)\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: 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-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_lic.a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_populate_lic_setscene.a28f300ba62d60ed7371bb2b0234a739a7ae9359258c10b0aebd70e8452b9703 not available\nNOTE: Running setscene task 5128 of 6657 (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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_package_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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/automake/automake_1.16.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/automake/automake_1.16.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_package_spdx which could be accelerated\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/xmlcatalog.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:70)\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:74)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/x86_64-linux/update-rc.d-native/0.8+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-core/update-rc.d/update-rc.d_0.8.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/desktop-file-utils/desktop-file-utils_0.27.bb:0)\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/relocatable.bbclass (from /home/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/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: ['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_create_spdx', '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-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_recipe_qa.0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/update-rc.d-native/0.8+git.do_recipe_qa_setscene.0820c67a260e417c08a946aa3ee7c343d77f28b8091a452443e8eddd56e2f71e not available\nNOTE: Running setscene task 5130 of 6657 (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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_package_spdx.4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_package_spdx_setscene.4cbee7f86c383b0992d98173939608f0d1f44ac8bd35f0d5574af6aeca75f760 not available\nNOTE: Running setscene task 5131 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_lic.a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_populate_lic_setscene.a7c79d44e63112a410a85c56c5c3225ad224ecd45fdecabf36e8d7d0329dcf4d not available\nNOTE: Running setscene task 5132 of 6657 (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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_create_package_spdx.12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_create_package_spdx_setscene.12d61069fb64e1705d7aa48037837cd4b5df312ba1f63198b927f8ccc3bf8a08 not available\nNOTE: Running setscene task 5133 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_create_package_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/dnf/dnf_4.20.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 task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_populate_lic.af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_populate_lic_setscene.af2ea609ed1382706af9d0659bc6ffcd0267381b976fd73ec308f2484bf87177 not available\nNOTE: Running setscene task 5134 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/chrpath-native/0.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-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_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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:17)\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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:0)\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: 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: 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/relocatable.bbclass (from /home/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/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.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/classes-recipe/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/createrepo-c-native/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/xmlcatalog.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:1: including dpkg.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.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/dpkg/dpkg.inc:14)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:1: including dpkg.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/dpkg/dpkg.inc:14)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_create_package_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/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/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/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/perlnative.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-3496823/tmp/work/x86_64-linux/createrepo-c-native/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-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/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/bash-completion.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/bash-completion.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/createrepo-c/createrepo-c_1.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: SITE files ['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/dnf/dnf_4.20.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: 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-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_create_spdx.0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_create_spdx_setscene.0b5b5b3f5a8665a082015641dba1158698e8628d60f9013e71cc4d2c0b997454 not available\nNOTE: Running setscene task 5135 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.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-devtools/docbook-xml/docbook-xml-dtd4_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-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_package_spdx.e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_package_spdx_setscene.e1d473444fa9dc270580e1ccdd50581554af15b51190dbe317b8e2fe773da652 not available\nNOTE: Running setscene task 5136 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_package_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-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_lic.5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_populate_lic_setscene.5fc54dd3a5bc9456da94c7ccc388f133a4395c1bf2bfc6a66b85e03296610059 not available\nNOTE: Running setscene task 5137 of 6657 (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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_package_spdx.db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_package_spdx_setscene.db2b48ca97287d3310e74b6aeb0bea61fbdc589f81c08ecd37d5391533686fb0 not available\nNOTE: Running setscene task 5138 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_lic.1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_lic_setscene.1e795752fbae17dabca8a66910e20efae9626a0fb3223f92df5ca3f3bec8a0c7 not available\nNOTE: Running setscene task 5139 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/createrepo-c/createrepo-c_1.1.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/createrepo-c/createrepo-c_1.1.2.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.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_create_package_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-devtools/createrepo-c/createrepo-c_1.1.2.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.1.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/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/e2fsprogs/e2fsprogs_1.47.0.bb (full)\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: 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 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/dnf-native/4.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/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/gettext.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-3496823/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/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_package_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-core/update-rc.d/update-rc.d_0.8.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-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: 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_package_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/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/nopackages.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_spdx.f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_create_spdx_setscene.f4da205b0dc5458d772384e395cda5ab61306366810dafe27a89fa29bc91bfe0 not available\nNOTE: Running setscene task 5140 of 6657 (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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_create_spdx.b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_create_spdx_setscene.b26094f6191de36d2a45858e2595966fc8ec320cf2c0a2992ddb6020d85d283a not available\nNOTE: Running setscene task 5141 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_create_package_spdx.606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_create_package_spdx_setscene.606cd39bc577a06f8d78644594bac6a8d824da574c596710b08d0537c1b1e1a8 not available\nNOTE: Running setscene task 5142 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_populate_lic.0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_populate_lic_setscene.0872ec4c94947749f2bdbf75ea31200ce7945084427b9bbf59266cc42877e037 not available\nNOTE: Running setscene task 5143 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/dnf-native/4.20.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/docbook-xml/docbook-xml-dtd4_4.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: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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/dpkg/dpkg_1.22.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-devtools/dpkg/dpkg_1.22.6.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/elfutils/elfutils_0.191.bb: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/dnf/dnf_4.20.0.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/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/elfutils/elfutils_0.191.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.20.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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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/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/desktop-file-utils/desktop-file-utils_0.27.bb: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/python3targetconfig.bbclass (from /home/pokybuild/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/elfutils/elfutils_0.191.bb: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-devtools/dnf/dnf_4.20.0.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-devtools/elfutils/elfutils_0.191.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-devtools/elfutils/elfutils_0.191.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: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/elfutils/elfutils_0.191.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-devtools/elfutils/elfutils_0.191.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: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-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_create_package_spdx.4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_create_package_spdx_setscene.4a8823728a2fa5581aeef22476709f6f29828fcc1bb6bd7b6ea8a18fe5484b87 not available\nNOTE: Running setscene task 5144 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_package_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/dwarfsrcfiles/dwarfsrcfiles.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-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:0)\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-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_lic.22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_lic_setscene.22a28eb64017fef1a24d8659e182f88db4f67ce20bcf46e7168424931c74dd5c not available\nNOTE: Running setscene task 5145 of 6657 (virtual:native:/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/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-3496823/tmp/work/x86_64-linux/update-rc.d-native/0.8+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-3496823/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/update-rc.d/update-rc.d_0.8.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-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/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-devtools/createrepo-c/createrepo-c_1.1.2.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/file/file_5.45.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/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-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/update-alternatives.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-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_package_spdx.9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_package_spdx_setscene.9d06c477c5b8482e182ebaaa0614412ef228f088eb6254c0bb1348423fadd1cf not available\nNOTE: Running setscene task 5146 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_lic.4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_lic_setscene.4ffa29aa1a8676eb8083e8256aed55fd7a3d16cb8a3aa7ec3c966823661d068f not available\nNOTE: Running setscene task 5147 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_create_package_spdx.51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_create_package_spdx_setscene.51d16672789cd3e8ce173202f3c61ffba3da32357d556f82941794180ab3ea67 not available\nNOTE: Running setscene task 5148 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/dpkg-native/1.22.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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/dpkg/dpkg_1.22.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/dpkg-native/1.22.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_populate_lic 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/autotools.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: Inheriting /home/pokybuild/yocto-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/flex/flex_2.6.4.bb:34)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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/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-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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-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/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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-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: 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/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: 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.45.2.bb:46)\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/git/git_2.45.2.bb:46)\nDEBUG: 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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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/manpages.bbclass:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/dwarfsrcfiles-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/desktop-file-utils/desktop-file-utils_0.27.bb:0)\nDEBUG: Inheriting /home/pokybuild/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/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_package_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/dnf/dnf_4.20.0.bb:0)\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: Inheriting /home/pokybuild/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-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_create_spdx.24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_create_spdx_setscene.24b322d6d13f1aa290fa4c449cab15832066eebc6e23eaab33db6fc495eef2c3 not available\nNOTE: Running setscene task 5149 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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/elfutils/elfutils_0.191.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/elfutils/elfutils_0.191.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_spdx.9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dwarfsrcfiles-native/1.0.do_create_spdx_setscene.9a2581673f63bfcbfb75bc54e83d9e16187d6f958733017472a686cfd40f467e not available\nNOTE: Running setscene task 5150 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.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: 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-devtools/git/git_2.45.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_populate_lic.2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_populate_lic_setscene.2547c4336caa09d23cf7f76fb8c46f8e4b6d142be358a177921ab5325615d901 not available\nNOTE: Running setscene task 5151 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/createrepo-c-native/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-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_create_package_spdx.9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_create_package_spdx_setscene.9829cf797eaa095dfda8060fbfe554c9be2897a179710a4539b22442513ea729 not available\nNOTE: Running setscene task 5152 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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/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: SITE files ['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/git/git_2.45.2.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-devtools/dpkg/dpkg.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/classes-recipe/autotools-brokensep.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/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: 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/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/bash-completion.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/relocatable.bbclass (from /home/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/recipes-devtools/git/git_2.45.2.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-devtools/file/file_5.45.bb:0)\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/git/git_2.45.2.bb:46)\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/git/git_2.45.2.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/manpages.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic 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_create_package_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-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_populate_sysroot.6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_populate_sysroot_setscene.6a165741c7a55597023d80d8a093d5cd2a63eb0eb5c6a451d74959469e316392 not available\nNOTE: Running setscene task 5153 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.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: 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-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_populate_lic.4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_populate_lic_setscene.4f1f2f2817a044fc2260892eea9b23a6328f0609c286b5f59a592223d3c19844 not available\nNOTE: Running setscene task 5154 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_package_spdx.aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_package_spdx_setscene.aa8900872bb32180dd37f2633d18799483f851de961e5eda029e0124087a2616 not available\nNOTE: Running setscene task 5155 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/createrepo-c/createrepo-c_1.1.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/elfutils-native/0.191/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/dnf-native/4.20.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/gnu-config/gnu-config_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-devtools/createrepo-c/createrepo-c_1.1.2.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-devtools/flex/flex_2.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-devtools/git/git_2.45.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:19)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/elfutils-native/0.191/source-date-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/createrepo-c/createrepo-c_1.1.2.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:0)\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/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/relocatable.bbclass (from /home/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/help2man/help2man_1.49.3.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/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/elfutils/elfutils_0.191.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: 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: ['pcmanfm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package_write_deb', '/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_sysroot.a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_populate_sysroot_setscene.a537451d06bdaa766bd8e7612d17f6b4df52e42207822f8f8853d88c7698ed2e not available\nNOTE: Running setscene task 5156 of 6657 (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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/file-native/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /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-devtools/file/file_5.45.bb:do_create_package_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/file/file_5.45.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_populate_sysroot.3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_populate_sysroot_setscene.3380754e13c17b213a0d1849e9d554621af62559fda4358bedee5115cba32f23 not available\nNOTE: Running setscene task 5157 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_lic.7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_populate_lic_setscene.7a5b9910dcdbaac2c704b1c0c982cf02ce35fa97b0c87aedb238c092e415692a not available\nNOTE: Running setscene task 5158 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_package_spdx.d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_package_spdx_setscene.d6e21139b12c3284e8e3c54350ec532ec638d211d63ff0eecc201edbb275114f not available\nNOTE: Running setscene task 5159 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_lic.c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_lic_setscene.c991e79a3bab17034d03b96637a979771d3902961dfb93a15e4e9b37862eec6e not available\nNOTE: Running setscene task 5160 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_package_spdx.fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_package_spdx_setscene.fc048ffd93de3aecdc1d9a03d6584c56018bec576ae9c2eefeeb8cd1830ce61e not available\nNOTE: Running setscene task 5161 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_package_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.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-devtools/git/git_2.45.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-devtools/desktop-file-utils/desktop-file-utils_0.27.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb (full)\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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\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/help2man/help2man_1.49.3.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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-devtools/desktop-file-utils/desktop-file-utils_0.27.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-devtools/intltool/intltool_0.51.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.20.0.bb:28)\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/python3native.bbclass (from /home/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/dnf/dnf_4.20.0.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/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/python3-dir.bbclass (from /home/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/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/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/json-c/json-c_0.17.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/dnf/dnf_4.20.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/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/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/qemu.bbclass (from /home/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/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/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/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/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/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/git-native/2.45.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-devtools/gnu-config/gnu-config_git.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/flex/flex_2.6.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_create_package_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-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_create_spdx.5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/git-native/2.45.2.do_create_spdx_setscene.5b3a8d66eed91a97d7d777cecc84d7d55229732278a37eeac17512f303932793 not available\nNOTE: Running setscene task 5162 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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/flex/flex_2.6.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: 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-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_lic.b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_lic_setscene.b4b5be08921e7792eb8f2b0974e50ccab0d85665a50557f7203d26af4c6c673c not available\nNOTE: Running setscene task 5163 of 6657 (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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/gnu-config-native/20240101+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-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_create_package_spdx.4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_create_package_spdx_setscene.4116eeb86e05f428278247c63c9fab50c51e9821e30ff4c87d381b00e5d67eb8 not available\nNOTE: Running setscene task 5164 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_package_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/createrepo-c/createrepo-c_1.1.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_package_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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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/git/git_2.45.2.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/autotools-brokensep.bbclass:10)\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/siteinfo.bbclass (from /home/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/json-c/json-c_0.17.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/git/git_2.45.2.bb:46)\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/git/git_2.45.2.bb:46)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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-devtools/git/git_2.45.2.bb:46)\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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/dpkg-native/1.22.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-3496823/tmp/work/x86_64-linux/git-native/2.45.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/dpkg/dpkg_1.22.6.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_populate_lic which could be accelerated\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.6.bb']\nDEBUG:   considering dependency: ['quota', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.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.6.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['pointercal-xinput', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['gawk', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['patch', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['libevent', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rgb', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['bc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['vte', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libxrender', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['which', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['libpcap', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['matchbox-session-sato', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb']\nDEBUG:   considering dependency: ['xcb-util', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['libsoup-2.4', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['m4', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['python3-six', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['udev-extraconf', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['cpio', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb']\nDEBUG:   considering dependency: ['at', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['liburcu', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['xrandr', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['libxcomposite', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['socat', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_populate_sysroot.f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_populate_sysroot_setscene.f4d7d38847ae9d4aaa850ae2f9b8210f10ef953a5a8f4bcba3c03df9a3b1415a not available\nNOTE: Running setscene task 5165 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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-3496823/tmp/work/x86_64-linux/gnu-config-native/20240101+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: 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: Inheriting /home/pokybuild/yocto-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/gnu-config/gnu-config_git.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/intltool/intltool_0.51.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/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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_populate_lic.da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_populate_lic_setscene.da0b8fbfccb7dc4c25ceeab2bd513cf0654001d33e673235acd36a26c3080ed9 not available\nNOTE: Running setscene task 5166 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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/dnf/dnf_4.20.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_create_package_spdx.8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_create_package_spdx_setscene.8d698d8c605a54fb656952944a56937f0414638ba429dbce4519af838e176a7b not available\nNOTE: Running setscene task 5167 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:1: including dpkg.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_populate_lic.60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_populate_lic_setscene.60d0d6bc764ee29b5730637863133b8ae6d51406c05fe7464cc47120f021703b not available\nNOTE: Running setscene task 5168 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/createrepo-c-native/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/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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_spdx.862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/help2man-native/1.49.3.do_create_spdx_setscene.862b423bef1e3c88ef80bf5f9d83df1b9a9c173d3ef45e2aed2f1e35290cd581 not available\nNOTE: Running setscene task 5169 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.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-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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.bb:15)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_populate_sysroot 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/dpkg/dpkg.inc:14)\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.1.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.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.1.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: 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/dpkg/dpkg.inc: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-devtools/libcomps/libcomps_0.1.21.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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-devtools/libdnf/libdnf_0.73.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.73.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/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-devtools/libdnf/libdnf_0.73.1.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/libdnf/libdnf_0.73.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/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: ['createrepo-c-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb']\nDEBUG:   considering dependency: ['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.1.2.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.1.2.bb']\nDEBUG:   considering dependency: ['createrepo-c-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.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.1.2.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.1.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_recipe_qa.254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/createrepo-c-native/1.1.2.do_recipe_qa_setscene.254fab62da18b6936b8f1bd6855e919639810f263607e3105b1daf29c5e2eec9 not available\nNOTE: Running setscene task 5171 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.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/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/help2man/help2man_1.49.3.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.73.1.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/help2man/help2man_1.49.3.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_create_package_spdx.da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_create_package_spdx_setscene.da034c8c71d5f2b41a46e10c8be18cbdd2fb9d9ad1c1c03d4bc8be68c10ebb01 not available\nNOTE: Running setscene task 5172 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_package_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/libdnf/libdnf_0.73.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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/libcomps/libcomps_0.1.21.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.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/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/nopackages.bbclass (from /home/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/createrepo-c/createrepo-c_1.1.2.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.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.1.2.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.1.2.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/libedit/libedit_20240517-3.1.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/python3-dir.bbclass (from /home/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_populate_lic.3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_populate_lic_setscene.3c97673c9373c99619207e287c82c715259c8d59f2f781b707e413110a52e3f9 not available\nNOTE: Running setscene task 5173 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/dnf-native/4.20.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/desktop-file-utils/desktop-file-utils_0.27.bb:do_populate_sysroot which could be accelerated\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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_package_spdx which could be accelerated\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_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-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_recipe_qa.8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/desktop-file-utils-native/0.27.do_recipe_qa_setscene.8b26fa9a3935fd6576c194bcc1b1b5921da2ba9bcdab3ffed6839c63827b7b1f not available\nNOTE: Running setscene task 5175 of 6657 (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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb:11)\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.20.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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: ['dnf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['dnf-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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.20.0.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.20.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_recipe_qa.1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dnf-native/4.20.0.do_recipe_qa_setscene.1e5eb36a90774fd8854ee3390c5a546b337034d7960a504d530e0cc15eda4bf9 not available\nNOTE: Running setscene task 5177 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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/libedit/libedit_20240517-3.1.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_package_spdx.10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_package_spdx_setscene.10d897e07cf990d7d3c57b83497256f9d3cbe642ea6207b5adad97d45441dfbb not available\nNOTE: Running setscene task 5178 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_lic.2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_lic_setscene.2dce8b93c8d697fa27864240c83e483a3d0147f18744977d05364859fc8dfec0 not available\nNOTE: Running setscene task 5179 of 6657 (virtual:native:/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-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_create_package_spdx.c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_create_package_spdx_setscene.c4478b9bb6a5ee315fa42e4b1cbd37b2f7d24c7711f340cc9ed80910821a274b not available\nNOTE: Running setscene task 5180 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_package_spdx_setscene)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/dpkg/dpkg_1.22.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: 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.21.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/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/dnf/dnf_4.20.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/git-native/2.45.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/nopackages.bbclass (from /home/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.20.0.bb:28)\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-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/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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:28)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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.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/python3-dir.bbclass (from /home/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-devtools/dnf/dnf_4.20.0.bb:28)\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.17.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libcomps-native/0.1.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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/libdnf/libdnf_0.73.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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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-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/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-3496823/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_package_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/librepo/librepo_1.17.0.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/nopackages.bbclass (from /home/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/libmodulemd/libmodulemd_git.bb: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: SITE files ['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 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: SITE files ['endian-little', 'common-linux', '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/createrepo-c/createrepo-c_1.1.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/libedit/libedit_20240517-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: 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-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_create_spdx.c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_create_spdx_setscene.c87cca19fb929ad202368cf6cb1269891444f306685de99bcc4b12eb9d5f16fe not available\nNOTE: Running setscene task 5181 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_populate_lic.66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_populate_lic_setscene.66625316ad12f1650f060ce0e9ee26eda4a56d54cf718feaa880a052bbaad58d not available\nNOTE: Running setscene task 5182 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_create_package_spdx.2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_create_package_spdx_setscene.2f339ec3d3b17a23d30bfa2b7ff9dd70a9fec66aa6d4a2986d43d8a378a293d4 not available\nNOTE: Running setscene task 5183 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_create_package_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/libcomps/libcomps_0.1.21.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.21.bb:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.0.bb:20)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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.21.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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/librepo/librepo_1.17.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/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.17.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/dpkg-native/1.22.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-devtools/llvm/llvm_18.1.6.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-devtools/libedit/libedit_20240517-3.1.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libcomps-native/0.1.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-3496823/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: 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.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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.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: 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/libcomps/libcomps_0.1.21.bb:do_populate_lic which could be accelerated\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: Considering setscene task: ['dpkg-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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.6.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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_recipe_qa.90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dpkg-native/1.22.6.do_recipe_qa_setscene.90799479c2ab9dd0336f9a126b9f03fce295a89cff78d19fd686b125bbc80c82 not available\nNOTE: Running setscene task 5185 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libdnf-native/0.73.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-3496823/tmp/work/x86_64-linux/libdnf-native/0.73.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/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: SITE files ['endian-little', 'common-linux', '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: ['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_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_populate_sysroot', '/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: ['help2man-native', 'do_create_spdx', '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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:0)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libedit-native/20240517-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-devtools/librepo/librepo_1.17.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.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/libmodulemd/libmodulemd_git.bb:0)\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_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_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_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_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_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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:1: including dpkg.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/createrepo-c-native/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/relocatable.bbclass (from /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/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/nopackages.bbclass (from /home/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/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-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_create_spdx.6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_create_spdx_setscene.6e3d51385e52eda55919bf12f657c7eea27af602c3903a9fcb5c871d17c25028 not available\nNOTE: Running setscene task 5189 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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/createrepo-c/createrepo-c_1.1.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-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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg.inc:14)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_populate_lic.4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_populate_lic_setscene.4564892d6db61ac24241dad17df52ae4d3841408341b2fd275f2484f85559b5a not available\nNOTE: Running setscene task 5190 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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-devtools/dpkg/dpkg.inc:14)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_package_spdx.2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_package_spdx_setscene.2970f19849a34ded6ffc01514fb40bd31c044330b15df1f8dd6b2220927e0e04 not available\nNOTE: Running setscene task 5191 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_lic.d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_lic_setscene.d354b5f01bfa3bb0171064ba5029ca8657d41519f94cf857849ff56637f136dd not available\nNOTE: Running setscene task 5192 of 6657 (virtual:native:/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-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_package_spdx.0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_package_spdx_setscene.0b88a2982ff835c035d5ad7c39c80db7123ccc7f648cb407681235a23936d547 not available\nNOTE: Running setscene task 5193 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_lic.8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_lic_setscene.8273a7de6de5a15402f7d42be8c9d88b9136b60b932664764d6999e1762be42c not available\nNOTE: Running setscene task 5194 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.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-devtools/libdnf/libdnf_0.73.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-devtools/libdnf/libdnf_0.73.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/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.73.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/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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/llvm/llvm_18.1.6.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/libdnf/libdnf_0.73.1.bb:23)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.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/pkgconfig.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/lua/lua_5.4.6.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-devtools/lua/lua_5.4.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-devtools/llvm/llvm_18.1.6.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/lua/lua_5.4.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-devtools/lua/lua_5.4.6.bb:18)\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.73.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libedit-native/20240517-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/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/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-devtools/lua/lua_5.4.6.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.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/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/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/classes-recipe/multilib_script.bbclass:13)\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/siteinfo.bbclass (from /home/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/lua/lua_5.4.6.bb:65)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:3: including make.inc\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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: 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-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/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: SITE files ['endian-little', 'common-linux', '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/librepo/librepo_1.17.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/libcomps/libcomps_0.1.21.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /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/llvm/llvm_18.1.6.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_package_spdx.fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_package_spdx_setscene.fd3ebc245189fb8b536c797d8e5893190065a0ebeeadf4015129e6b24c64a903 not available\nNOTE: Running setscene task 5195 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_package_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-devtools/desktop-file-utils/desktop-file-utils_0.27.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-3496823/tmp/work/x86_64-linux/dnf-native/4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/dnf/dnf_4.20.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/librepo-native/1.17.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/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_package_spdx 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_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_package_spdx which could be accelerated\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-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_lic.1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_lic_setscene.1190b0580ebd7abf7559b3803e3d6cbae462657b77ad2e77de5f62af43567448 not available\nNOTE: Running setscene task 5196 of 6657 (virtual:native:/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-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_create_package_spdx.96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_create_package_spdx_setscene.96cd2bfd610d8eebd127afffcf91f5fe040d5015cbf9b8e87fd4268bfab74c01 not available\nNOTE: Running setscene task 5197 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_populate_lic.7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_populate_lic_setscene.7c0b5e54494e96c44fcbef907f6a45e73fc0d6c75003c73657e15cd1a3abf58c not available\nNOTE: Running setscene task 5198 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_create_package_spdx.43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_create_package_spdx_setscene.43ac4912b4d6fbfd3231e42a78f03fd3259233116f4f6127f2d3b6be6fb4f9a7 not available\nNOTE: Running setscene task 5199 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_populate_lic.43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_populate_lic_setscene.43f7ed523ea8e91137f05e447b1f61b62cef3f44cf2cc08dd4772bac9c6a6026 not available\nNOTE: Running setscene task 5200 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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/dpkg/dpkg_1.22.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.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/meson/meson_1.4.0.bb:21)\nDEBUG: Inheriting /home/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/meson/meson_1.4.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/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.03.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/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/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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-devtools/meson/meson_1.4.0.bb:21)\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.03.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/recipes-devtools/meson/meson_1.4.0.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/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: 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.4.0.bb: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/recipes-devtools/meson/meson_1.4.0.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/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/libdnf/libdnf_0.73.1.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/librepo-native/1.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: 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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/llvm/llvm_18.1.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-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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libcomps-native/0.1.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/relocatable.bbclass (from /home/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/lua/lua_5.4.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-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-recipe/nopackages.bbclass (from /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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/llvm-native/18.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/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.21.bb:do_create_spdx which could be accelerated\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.21.bb']\nDEBUG:   considering dependency: ['libcomps-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.bb']\nDEBUG:   considering dependency: ['dnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_populate_sysroot.54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_populate_sysroot_setscene.54e2148abb58178ed79285a3771b0aaeda61bfca93592482656f786801dd31e5 not available\nNOTE: Running setscene task 5201 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_create_package_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-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_create_package_spdx.dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_create_package_spdx_setscene.dd600e277231b64045e729991eb80eb2d37a2946f5dab13e80832a02ec970171 not available\nNOTE: Running setscene task 5202 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_populate_lic.ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_populate_lic_setscene.ee34f16f51d8e86b5b67dca596fc1b57a156b41de3b97683ee3be3d910f73cf0 not available\nNOTE: Running setscene task 5203 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.bb: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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/dpkg-native/1.22.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/dpkg/dpkg_1.22.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_package_spdx.762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_package_spdx_setscene.762731465e1df4564e00073380175ffe28444dd1eb821593b6568c3e8a3682cb not available\nNOTE: Running setscene task 5204 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_package_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/makedevs/makedevs_1.0.1.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/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-devtools/make/make_4.4.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libdnf-native/0.73.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/opkg-utils/opkg-utils_0.6.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/llvm-native/18.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:0)\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: 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/lua/lua_5.4.6.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_package_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/meson/meson_1.4.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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/nasm/nasm_2.16.03.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/meson/meson_1.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-recipe/nopackages.bbclass (from /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: 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-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_spdx.184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_create_spdx_setscene.184dd2292e538e98c0d00604c5f4639001bc274bc2c422db157442bdcb887aaf not available\nNOTE: Running setscene task 5205 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.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-3496823/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: Considering setscene task: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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.20.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_populate_sysroot.ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_populate_sysroot_setscene.ddac5765a4c9147b94bb3ee11318ac827b77b69e0cbf006656c548590edeabfd not available\nNOTE: Running setscene task 5206 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_spdx.04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_create_spdx_setscene.04632c3a9b68416ab04d0fd9286955c965e974154bfe616b04c5f275f548940a not available\nNOTE: Running setscene task 5207 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_create_spdx.a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_create_spdx_setscene.a1d4236f251f81aef4db57090a2a884b1fbbf4d8c655e05bd7101b9e5ba47780 not available\nNOTE: Running setscene task 5208 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_spdx.dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_create_spdx_setscene.dd0704c28e09024349991f85d6b450649b991c2e31e83203e120c3c84d5bfd79 not available\nNOTE: Running setscene task 5209 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_lic.c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_lic_setscene.c76b35468ad03b307f97421e445905ecac20d20fb9e60179c4e71a9d853f0483 not available\nNOTE: Running setscene task 5210 of 6657 (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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_create_package_spdx.6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_create_package_spdx_setscene.6e64b953f844b235cc0829389213a6f01077add10136086e59dba089d47a4720 not available\nNOTE: Running setscene task 5211 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_package_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/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: 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/libdnf/libdnf_0.73.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-devtools/libdnf/libdnf_0.73.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/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/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 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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/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.73.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/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.0.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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/nopackages.bbclass (from /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/libcomps/libcomps_0.1.21.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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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: 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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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-devtools/opkg-utils/opkg-utils_0.6.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-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/recipes-devtools/libdnf/libdnf_0.73.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/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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: 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.38.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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/makedevs/makedevs_1.0.1.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-devtools/orc/orc_0.4.38.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.38.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/nasm-native/2.16.03/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/nasm-native/2.16.03/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/nasm/nasm_2.16.03.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/meson-native/1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/meson-native/1.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/nasm/nasm_2.16.03.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_create_spdx.2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nasm-native/2.16.03.do_create_spdx_setscene.2e2c44594e3cc6665ebbd91b2531b1f334e50676028c364b0a830bb1c30a33f3 not available\nNOTE: Running setscene task 5212 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.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-devtools/opkg-utils/opkg-utils_0.6.3.bb:0)\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-devtools/orc/orc_0.4.38.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_populate_lic.e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_populate_lic_setscene.e981f5a153b9a85b0a1fc6ded76b932eb7b18ee03433af78d7d8c282f1a6c535 not available\nNOTE: Running setscene task 5213 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_package_spdx.a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_package_spdx_setscene.a055a4a4ec4b979b4bacb6de514b2b9e31efb5aa1a8f4e94d0edb286d49de48c not available\nNOTE: Running setscene task 5214 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_lic.fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_lic_setscene.fffb98808ddeb4e37af48c3277f47f34944d5753502a474365939a5c8d2eabf6 not available\nNOTE: Running setscene task 5215 of 6657 (virtual:native:/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-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_package_spdx.658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_package_spdx_setscene.658f481265c4ce8e86e0503c6539896e155f01ffc7221fedff2cc44739fdaced not available\nNOTE: Running setscene task 5216 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.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: Inheriting /home/pokybuild/yocto-worker/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/orc/orc_0.4.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-devtools/orc/orc_0.4.38.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/patch/patch_2.7.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:1: including patch.inc\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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/ninja-native/1.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/ninja-native/1.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/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/perl-cross/perlcross_1.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.38.bb: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-devtools/patch/patch.inc: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-devtools/perl-cross/perlcross_1.5.2.bb:11)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend:2: including test_recipe.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: CONF file 'test_recipe.inc' not found\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libcomps-native/0.1.21/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/libcomps/libcomps_0.1.21.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-devtools/makedevs/makedevs_1.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: 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: 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.21.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.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: SITE files ['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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.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/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: Considering setscene task: ['libcomps-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libcomps-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.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.21.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_recipe_qa.c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcomps-native/0.1.21.do_recipe_qa_setscene.c60a6de00598d8973a0363c0455d21066bdf76b55dd376075b1ed46b73079a55 not available\nNOTE: Running setscene task 5218 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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/nopackages.bbclass (from /home/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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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: 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-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_lic.22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_populate_lic_setscene.22ef2a7247d8449bd95b6be8e811500f3693412a36d9dea85e4470fa4da2b620 not available\nNOTE: Running setscene task 5219 of 6657 (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-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-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_create_package_spdx.f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_create_package_spdx_setscene.f6ef4ad808e62b7565b4239244a903875f2582bd22c1c81ca4faa395d30d69dc not available\nNOTE: Running setscene task 5220 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_create_package_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/orc/orc_0.4.38.bb:0)\nDEBUG: Inheriting /home/pokybuild/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-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:15)\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/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/opkg-utils/opkg-utils_0.6.3.bb:do_create_package_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/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/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-3496823/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-3496823/meta-selftest/recipes-test/perlcross/perlcross_%.bbappend:2: including test_recipe.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb (full)\nDEBUG: CONF file 'test_recipe.inc' not found\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.47.bb:19)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:19)\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.47.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/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-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_spdx.f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_create_spdx_setscene.f1f029baf2ba3b292034a986088c404dcab769a129def751172321a27f25b252 not available\nNOTE: Running setscene task 5221 of 6657 (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: SITE files ['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/nasm/nasm_2.16.03.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-cross/perlcross_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/nopackages.bbclass (from /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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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: 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/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/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/relocatable.bbclass (from /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/orc/orc_0.4.38.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/librepo-native/1.17.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-3496823/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/json-c/json-c_0.17.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.17.0.bb:do_create_spdx which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libdnf-native/0.73.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-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_sysroot.6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_populate_sysroot_setscene.6604595978340687889321e97055d8471fb4b0be479dfb88074872fe1231621f not available\nNOTE: Running setscene task 5222 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/orc-native/0.4.38/source-date-epoch/__source_date_epoch.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/orc/orc_0.4.38.bb:do_create_package_spdx which could be accelerated\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: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_sysroot.b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_populate_sysroot_setscene.b8226dc076815378fba371392eff98e0aa7a81680d7a2096ca97ace0ca99a4bc not available\nNOTE: Running setscene task 5223 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.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/perl-cross/perlcross_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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\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.73.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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/makedevs/makedevs_1.0.1.bb (full)\nDEBUG: Considering setscene task: ['libdnf-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.73.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_recipe_qa.3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdnf-native/0.73.1.do_recipe_qa_setscene.3e93e0bdd796d1a6a33748f2eb70f2b8a22b72868550caa3450bad0512ababb6 not available\nNOTE: Running setscene task 5225 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_recipe_qa_setscene)\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: ['libmodulemd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libmodulemd-native', 'do_create_spdx', '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.73.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_sysroot.5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_populate_sysroot_setscene.5fc013d1869abc92c26b62a32fa89aaeefe696c5e6859b429807e4572dbd3eb5 not available\nNOTE: Running setscene task 5226 of 6657 (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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:0)\nDEBUG: Inheriting /home/pokybuild/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/json-c/json-c_0.17.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: Considering setscene task: ['librepo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.0.bb']\nDEBUG:   considering dependency: ['librepo-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.73.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_populate_sysroot.b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_populate_sysroot_setscene.b91e0bfaf82e5763cd40e1ecb146ebf4841fd128cbf34707d8c65fc9f3023d99 not available\nNOTE: Running setscene task 5227 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/nasm-native/2.16.03/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_create_spdx.6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/orc-native/0.4.38.do_create_spdx_setscene.6c45325e5138e90df30d48845c05d7adaeb64f24427d5c64fbbec56c842dfbed not available\nNOTE: Running setscene task 5228 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl-cross/perlcross_1.5.2.bb:do_create_package_spdx which could be accelerated\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.03.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.03.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.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: ['nasm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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-devtools/libdnf/libdnf_0.73.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/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: 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/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/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.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:23)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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-devtools/perl/libxml-parser-perl_2.47.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:20)\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.03.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.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/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/orc/orc_0.4.38.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/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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/librepo/librepo_1.17.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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/python3native.bbclass (from /home/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/libmodulemd/libmodulemd_git.bb:14)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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/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/librepo/librepo_1.17.0.bb:20)\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.03.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.03.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.03.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.03.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.03.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.03.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_recipe_qa 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_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/orc-native/0.4.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-devtools/orc/orc_0.4.38.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.38.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/opkg-utils/opkg-utils_0.6.3.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_spdx.138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_create_spdx_setscene.138353c5cd32f433135dc96f39b9c71818bdd8b84e51b81d40b9ad304ab67245 not available\nNOTE: Running setscene task 5232 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_populate_lic.195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_populate_lic_setscene.195d5fd87813d152ca49ff3e737a132b1b0c707827ea3bed9cd1f93dd840d29e not available\nNOTE: Running setscene task 5233 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_package_spdx.3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_package_spdx_setscene.3330efad07826c708ec3a74f76ffc67df65eb4483f0c6c7e7d417a68ba51428d not available\nNOTE: Running setscene task 5234 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_lic.91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_populate_lic_setscene.91478bc4b6b709c5199e897313169e92a8faf934078a077ba0730f26774fe5ca not available\nNOTE: Running setscene task 5235 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_package_spdx.2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_package_spdx_setscene.2865814cd82708e32b59fe6fe8440198af19078e40b1a44cb9b9ecd3aaf3ce73 not available\nNOTE: Running setscene task 5236 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_lic.5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_lic_setscene.5a1a37ec997fe2f103624396361e0d3bf5e95d7628104390e6718239bfa4403e not available\nNOTE: Running setscene task 5237 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.bb:19)\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: 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: 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 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: 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-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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:19)\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/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: 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.47.bb:19)\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: 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/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/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/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.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-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/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: 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-3496823/tmp/work/x86_64-linux/libcomps-native/0.1.21/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: 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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_package_spdx.e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_package_spdx_setscene.e7e5abc07b9887830a412daf3c0c04d66309da2f9f5cb9e85eb340b62e5e66dd not available\nNOTE: Running setscene task 5238 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxml-parser-perl-native/2.47/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/pkgconfig/pkgconfig_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_lic.219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_populate_lic_setscene.219feba83aed1227f7bbe2f6f5bf18e8d3e616cb6bee8afc8d77bac88346fd97 not available\nNOTE: Running setscene task 5239 of 6657 (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/perl/libxml-parser-perl_2.47.bb:do_create_package_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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/pkgconfig/pkgconfig_git.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_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/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: 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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-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/libmodulemd/libmodulemd_git.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/libdnf/libdnf_0.73.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: 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.38.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_sysroot.b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_populate_sysroot_setscene.b09ab93494eb7f589744dab16520cce7e0de4b41eea4fa1f7d1f4a96d9b0748b not available\nNOTE: Running setscene task 5240 of 6657 (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: 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-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_package_spdx.0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_package_spdx_setscene.0cb8a041b0e3dc64aaa81f07843422a9ea9835cef73547c8318dd48786a2d01a not available\nNOTE: Running setscene task 5241 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_package_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-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\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/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:22)\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: 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: 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/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/libxml-parser-perl_2.47.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-devtools/perl/libxml-simple-perl_2.25.bb:0)\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: 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/nopackages.bbclass (from /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: 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_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_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_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-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_recipe_qa.d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedevs-native/1.0.1.do_recipe_qa_setscene.d5f4b573bcd6ef2c53a6f13f020d2fb535a6542429e241bbe48e5c45d2a30afc not available\nNOTE: Running setscene task 5243 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_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: SITE files ['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/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-recipe/nopackages.bbclass (from /home/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/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-3496823/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: 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: 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-3496823/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-3496823/tmp/work/x86_64-linux/librepo-native/1.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/libmodulemd/libmodulemd_git.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libdnf-native/0.73.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/pkgconfig/pkgconfig_git.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/orc-native/0.4.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/relocatable.bbclass (from /home/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/pkgconfig/pkgconfig_git.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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/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/orc/orc_0.4.38.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: ['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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_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-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_recipe_qa.79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/json-c-native/0.17.do_recipe_qa_setscene.79e25b073f598f0a078a7042f93269e3f2716d0402724aee4b85b9a71109d983 not available\nNOTE: Running setscene task 5245 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: 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_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-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_recipe_qa.11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmodulemd-native/2.15.0.do_recipe_qa_setscene.11a0e85837c5f769e2e581c9f4affe6862e786ade69114f281864c758d7e0c94 not available\nNOTE: Running setscene task 5247 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.17.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.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/patch/patch_2.7.6.bb:do_create_spdx which could be accelerated\nDEBUG: Considering setscene task: ['librepo-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.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.17.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.17.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.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_recipe_qa.90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librepo-native/1.17.0.do_recipe_qa_setscene.90601c8774d72e5c8adf1edfbeadb4695119d50d18d92fdfe2c9b56031cfa123 not available\nNOTE: Running setscene task 5249 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxml-parser-perl-native/2.47/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/json-c/json-c_0.17.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-3496823/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-recipe/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:0)\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.38.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.38.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.24.4.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.24.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.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.24.4.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.24.4.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.38.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.47.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/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 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.bb:do_create_package_spdx which could be accelerated\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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: ['orc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.38.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-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-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:14)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_package_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_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/recipes-devtools/librepo/librepo_1.17.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/setuptools3-base.bbclass:30)\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.38.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.38.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.38.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.38.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.38.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.38.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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.17.0.bb:20)\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-devtools/pseudo/pseudo_git.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_lic.8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_lic_setscene.8749013a88524a0063fbcb0a83048edcff4e10307243abf79bb3e933dada134e not available\nNOTE: Running setscene task 5253 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_sysroot.014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_populate_sysroot_setscene.014e1595eb90dd3a1e7904019ead25b57100f75ea70098ded8912f761a23c704 not available\nNOTE: Running setscene task 5254 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_create_package_spdx.bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_create_package_spdx_setscene.bd94dac481831b189361765e53145e85ee281a17fc91622e60baae3a75ac4ab2 not available\nNOTE: Running setscene task 5255 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_populate_lic.f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_populate_lic_setscene.f879a3d3e315ed306c944a42778416a9cdb42467b02e064f793ebd21ce9b3b59 not available\nNOTE: Running setscene task 5256 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_package_spdx.ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_package_spdx_setscene.ea71984f11b9c804ad617fee75ead8beb3aa0eb277ba17b1e25d1d21de758444 not available\nNOTE: Running setscene task 5257 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-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/pkgconfig/pkgconfig_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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.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-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_lic.45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_lic_setscene.45d786d234a762f0154a2d2c52986c81191d836ccb34e3009cf297c23678cde3 not available\nNOTE: Running setscene task 5258 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_populate_lic_setscene)\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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_create_package_spdx.fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_create_package_spdx_setscene.fb7b33ed5921def480c500dafc6ff372bc4798e4b40a9779b67788ea6375f432 not available\nNOTE: Running setscene task 5259 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_create_package_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/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-build_1.2.1.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.2.1.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-build_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/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.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/python_flit_core.bbclass:7)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_populate_lic.9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_populate_lic_setscene.9f292f345583cba5542f724a4075870da5078d2423ac815da265d24286620e9d not available\nNOTE: Running setscene task 5260 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_package_spdx.3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_package_spdx_setscene.3ff4d78fbb22708a29282b4cf7b5a842d1a28ce6b1838f29d44a2895159faabe not available\nNOTE: Running setscene task 5261 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_package_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: 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-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_lic.8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_lic_setscene.8ba0e40da736ecc11d792ec8af5ead570b852a6d5162691f71714d0e81b74f8b not available\nNOTE: Running setscene task 5262 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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: 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: Inheriting /home/pokybuild/yocto-worker/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.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-docutils_0.21.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-docutils_0.21.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/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/opkg-utils/opkg-utils_0.6.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/python3targetconfig.bbclass (from /home/pokybuild/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-3496823/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/pseudo/pseudo_git.bb:do_create_package_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.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-docutils_0.21.2.bb:9)\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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.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/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-editables_0.5.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/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/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: 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/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-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: SITE files ['endian-little', 'common-linux', '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-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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-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_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:   considering dependency: ['opkg-utils-native', 'do_populate_lic', '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-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_recipe_qa.571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/opkg-utils-native/0.6.3.do_recipe_qa_setscene.571d075204e103c99b695ab89f83ea25f15d433f4e025bfbdb5c7d145eda3e44 not available\nNOTE: Running setscene task 5264 of 6657 (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: 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: 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: 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.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_spdx.688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_create_spdx_setscene.688c8e0fb595de8d63f752579cb5e67d4df75191eb0ea0b9bebf8c13575c9757 not available\nNOTE: Running setscene task 5265 of 6657 (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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_package_spdx.3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_package_spdx_setscene.3fd0275c65baf038a24489c0edd401d34b43fdcbf7579ea1efc7f7b4c5f6f596 not available\nNOTE: Running setscene task 5266 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_package_spdx_setscene)\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: 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: SITE files ['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/recipes-devtools/pseudo/pseudo.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-devtools/pseudo/pseudo_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/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/pkgconfig.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-flit-core_3.9.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/nopackages.bbclass (from /home/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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.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/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/python3-dir.bbclass (from /home/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/nopackages.bbclass (from /home/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: SITE files ['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: SITE 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/python/python3-build_1.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: SITE 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.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-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/nopackages.bbclass (from /home/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.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/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/nopackages.bbclass (from /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-3496823/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-3496823/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/json-c/json-c_0.17.bb:do_recipe_qa 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-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_lic.d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_lic_setscene.d5e5063e8b62614429fe21701eb89cbb69f290ddca1bd1b0fe534d9fc5c608ab not available\nNOTE: Running setscene task 5267 of 6657 (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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/librepo-native/1.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/libmodulemd/libmodulemd_git.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 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: 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/pseudo/pseudo_git.bb:do_populate_sysroot 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-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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-build-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/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-build_1.2.1.bb:do_create_package_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/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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package.3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_package_setscene.3bf942f5375d182b50a6cc58545628c77f0be1cd1f492cf5874f8a4dd52e3d56 not available\nNOTE: Running setscene task 5268 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_create_package_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-flit-core_3.9.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-build-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/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-3496823/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-3496823/tmp/work/x86_64-linux/python3-docutils-native/0.21.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: ['pseudo-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb']\nDEBUG: Skipping setscene for 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/pseudo/pseudo_git.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-build_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 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_package_spdx.3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_package_spdx_setscene.3fc5257419f136927dbc051f1c1c97ebfad208b10d18c240ef7563690b3c486f not available\nNOTE: Running setscene task 5270 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_24.1.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_lic.94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_populate_lic_setscene.94191463df3dc21ed1b17b95a9d5f420b8b0308422abb72d029c622ba7eec743 not available\nNOTE: Running setscene task 5271 of 6657 (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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-docutils-native/0.21.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-3496823/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/linux-kernel-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:51)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_package_spdx.8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_package_spdx_setscene.8c675686ac55d3dbf6d80b65a8332d72a23545f1b8376fe2ee012595b2259926 not available\nNOTE: Running setscene task 5272 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_package_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/recipes-kernel/perf/perf.bb:51)\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:51)\nDEBUG: 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-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_lic.ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_populate_lic_setscene.ddf3821d9ca39d621da8484dd67243da339d2391a02d1c7accf39a9ef8ababbf not available\nNOTE: Running setscene task 5273 of 6657 (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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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-editables_0.5.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/recipes-kernel/perf/perf.bb:55)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_create_package_spdx.b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_create_package_spdx_setscene.b06ebaeb33083798160c8d37c1167913fae71daa157d03c3e1a7749678ae9d6d not available\nNOTE: Running setscene task 5274 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_create_package_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:64: 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:66)\nDEBUG: Inheriting /home/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: 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/python3targetconfig.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/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-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/python3targetconfig.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_populate_lic.fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_populate_lic_setscene.fcac2d281e98a2560341bebee55e1e848733e7c2f354280c4b24d1285b51e8b5 not available\nNOTE: Running setscene task 5275 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.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_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_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/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 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/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-hatch-vcs_0.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_create_package_spdx.461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_create_package_spdx_setscene.461f293e51becb3df4fa72cbd55aa58bbb90e52b265b9982d158f73bb3d6be59 not available\nNOTE: Running setscene task 5276 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_package_spdx_setscene)\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: 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/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/python3-dir.bbclass (from /home/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-hatch-vcs_0.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_populate_lic.2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_populate_lic_setscene.2c9e71cd222828b010534fbe2d39bad2e0fe8a1a0ef871ca4eddcb8dc318a99f not available\nNOTE: Running setscene task 5277 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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_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-hatchling_1.24.2.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.24.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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_package_spdx.6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_package_spdx_setscene.6bb5f66065e8f0cebeca236f959b3987956146b2e23e3712010b9fff1e5eea0e not available\nNOTE: Running setscene task 5278 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-hatchling_1.24.2.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.24.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_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: 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-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_lic.a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_lic_setscene.a8df6b8419aec0e06dbdafc4f56aab8bc4810f87b0930687afe7eacaaac507ac not available\nNOTE: Running setscene task 5279 of 6657 (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/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-3496823/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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-importlib-metadata_7.1.0.bb:6)\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: 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.1.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/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-importlib-metadata_7.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_package_spdx.2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_package_spdx_setscene.2d6a581a329558ab989856f2797cc6287f16af833a6653dcc2f01046f8328591 not available\nNOTE: Running setscene task 5280 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_package_spdx_setscene)\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-recipe/python3targetconfig.bbclass (from /home/pokybuild/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-importlib-metadata_7.1.0.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.1.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/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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass:30)\nDEBUG: Considering setscene task: ['pseudo-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb']\nDEBUG:   considering dependency: ['pseudo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['pseudo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_recipe_qa.b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pseudo-native/1.9.0+git.do_recipe_qa_setscene.b084f7b3a6d386de95b0f0f6c71f7ae3f437b253e4d207a739b7b6c928cfdb38 not available\nNOTE: Running setscene task 5281 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.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: Inheriting /home/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/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/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/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-iniparse_0.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/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /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: 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-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_lic.3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_lic_setscene.3b2884ce04df69f47ae31319d0dcd620f3fbb8c7838c722a8f5fffc2d9e4fb9b not available\nNOTE: Running setscene task 5282 of 6657 (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/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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-flit-core_3.9.0.bb:do_create_package_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-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: Inheriting /home/pokybuild/yocto-worker/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/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: 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: 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: 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-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_create_package_spdx.e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_create_package_spdx_setscene.e5ba4693c1c165a7ea477f3dbbc2fea3b4ed0abba76df40286bf7b9f983c033d not available\nNOTE: Running setscene task 5283 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_create_package_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-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/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-recipe/nopackages.bbclass (from /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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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-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-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.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/relocatable.bbclass (from /home/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-mako_1.3.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/nopackages.bbclass (from /home/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/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-hatchling_1.24.2.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/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-3496823/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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: 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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.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/python/python3-importlib-metadata_7.1.0.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_packagedata.c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_packagedata_setscene.c42a7d4b4ba55e41e75b3daa94f2fcb44708978c21ef6c64a363ac6f043d5484.qemux86_64 not available\nNOTE: Running setscene task 5284 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_packagedata_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.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-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: Considering setscene task: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['binutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_populate_sysroot.775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_populate_sysroot_setscene.775a86ee86f2a22954ecb26d9e38ec470a20cde8254f21c59f0e7a4b37ea63db not available\nNOTE: Running setscene task 5285 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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-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/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/nopackages.bbclass (from /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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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/binutils/binutils_2.42.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/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/binutils/binutils_2.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:1: including binutils.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/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/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/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/siteinfo.bbclass (from /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/nopackages.bbclass (from /home/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/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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/binutils/binutils_2.42.bb:2: including binutils-2.42.inc\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend:2: including test_recipe.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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_package_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:2: including binutils-2.42.inc\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: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/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-vcs_0.4.0.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-hatch-vcs_0.4.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_packagedata.48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_packagedata_setscene.48e88bbbeb9010a120022fd806251a682c376f533ed90dd26b9483b4a9efa563.qemux86_64 not available\nNOTE: Running setscene task 5286 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-hatchling-native/1.24.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-3496823/tmp/work/x86_64-linux/python3-hatchling-native/1.24.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_populate_lic which could be accelerated\nDEBUG: Considering setscene task: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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-attrs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['python3-smartypants', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.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: ['python3-hypothesis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.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-iniparse', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.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-atomicwrites', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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-iniconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_populate_sysroot.62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_populate_sysroot_setscene.62eba773eaf9f56fad5f860cf1cc18ad2dc4321df723f253330eece1dbec4bf9 not available\nNOTE: Running setscene task 5287 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-importlib-metadata-native/7.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-3496823/tmp/work/x86_64-linux/python3-importlib-metadata-native/7.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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-importlib-metadata_7.1.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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-devtools/python/python3-mako_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_packagedata.51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_packagedata_setscene.51740a6e7cfeb5c8dc0583d90ff104bedc8cba7db66b1c9f45c59cd110d9f1bd.qemux86_64 not available\nNOTE: Running setscene task 5288 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/nopackages.bbclass (from /home/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/python/python3_3.12.4.bb: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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_package_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_3.12.4.bb:63)\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.4.bb:63)\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: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_sysroot.2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_populate_sysroot_setscene.2aea879e38f759eecb900dea0ce3a4158c48f703dae593c1b1960912b5726a37 not available\nNOTE: Running setscene task 5289 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_populate_sysroot_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\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_3.12.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-devtools/python/python3_3.12.4.bb:63)\nDEBUG: 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.4.bb:63)\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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_packagedata.331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_packagedata_setscene.331b76618596d183c15175a3ef2c29b35457b1a2d7e9fc268144e60c563a9512.qemux86_64 not available\nNOTE: Running setscene task 5290 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.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-devtools/python/python3_3.12.4.bb: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: 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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\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.4.bb:63)\nDEBUG: Considering setscene task: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_populate_sysroot.48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_populate_sysroot_setscene.48410ed89b23235668d8bcf5e925e84a8a2925ab6608558264ca67d9975943d6 not available\nNOTE: Running setscene task 5291 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: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/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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\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_create_spdx', '/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: ['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: 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: 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.4.bb: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-extended/slang/slang_2.3.3.bb: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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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-extended/slang/slang_2.3.3.bb: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-kernel/libtraceevent/libtraceevent_1.8.2.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/python3native.bbclass (from /home/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: ['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/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.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/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.8.2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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: 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: 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.8.2.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: SITE files ['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/libtraceevent/libtraceevent_1.8.2.bb:17)\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_sysroot', '/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_package', '/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.13.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: ['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_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_deploy_source_date_epoch', '/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: ['lttng-modules', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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: ['busybox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_populate_sysroot', '/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_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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: ['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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_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_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_deploy_source_date_epoch', '/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: 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: 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_sysroot', '/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_package', '/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.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: ['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_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_populate_sysroot', '/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_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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:  Default setscene dependency fall through due to dependency: ['linux-yocto', 'do_deploy', '/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-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_recipe_qa.d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/linux-yocto/6.6.32+git.do_recipe_qa_setscene.d8ceddf94b9fb47305057d46da40f0d004e77c93ce0bdd2aba26fda83216f7b4 not available\nNOTE: Running setscene task 5299 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-mako-native/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/binutils/2.42/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-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_packagedata.92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_packagedata_setscene.92c755b5aa37c6780adf6715dfe0808a455f934de11802bbe631db62efd9123c.qemux86_64 not available\nNOTE: Running setscene task 5300 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_packagedata_setscene)\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: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_sysroot.f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_populate_sysroot_setscene.f1b3451e84602fef527b1054c0a7539894102044e1b35f8b900dec4e7763aa0d not available\nNOTE: Running setscene task 5301 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/binutils/2.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-devtools/binutils/binutils_2.42.bb:do_populate_sysroot 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/libunwind/libunwind_1.6.2.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/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: 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/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: 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: Considering setscene task: ['binutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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/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-recipe/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:207)\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:207)\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/cml1.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:698)\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:698)\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:814)\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:877)\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: Considering setscene task: ['binutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_recipe_qa.abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/binutils/2.42.do_recipe_qa_setscene.abc85e796133c0dac1c0a1c90b447d778bedb3761c13af88d8c7c02c0ade8071 not available\nNOTE: Running setscene task 5304 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_recipe_qa_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_packagedata.d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_packagedata_setscene.d2be1225ac472d6f00221ecb7cda099d042e509f19589c2e04347cbc18be0d4b.qemux86_64 not available\nNOTE: Running setscene task 5305 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_populate_sysroot.4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_populate_sysroot_setscene.4f8e54b0c432d83c6d2c121ca75cd0ffdeb17b8f302fd730d6db204ada1373c5 not available\nNOTE: Running setscene task 5306 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['git-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG:   considering dependency: ['git-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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: ['git-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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: ['git-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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.42.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/elfutils/elfutils_0.191.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/binutils/binutils_2.42.bb:1: including binutils.inc\nDEBUG: Considering setscene task: ['git-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG:   considering dependency: ['git-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG:   considering dependency: ['git-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG:   considering dependency: ['git-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG:   considering dependency: ['git-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG:   considering dependency: ['git-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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-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/elfutils/elfutils_0.191.bb:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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/elfutils/elfutils_0.191.bb:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_spdx.22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-fancy-pypi-readme-native/24.1.0.do_create_spdx_setscene.22b7301d53a917e9fc3f651198755c58b77c565698056af1cfd43f1f34876bec not available\nNOTE: Running setscene task 5310 of 6657 (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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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/elfutils/elfutils_0.191.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: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-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: 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.191.bb:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_spdx.d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatch-vcs-native/0.4.0.do_create_spdx_setscene.d47fcb33b875fcb525eebac046a8513100a6e0986e8c52b47629dc82ef740f71 not available\nNOTE: Running setscene task 5311 of 6657 (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: 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.191.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-devtools/elfutils/elfutils_0.191.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_spdx.4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_create_spdx_setscene.4630de08ce6a3889b2962c6c26333d29966ec89ee17eb30d17c600cdf12ed9f6 not available\nNOTE: Running setscene task 5312 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:2: including binutils-2.42.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_populate_lic.8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_populate_lic_setscene.8ffbb43cec65f767fd2155e419ffea43a811c1ae3fbcf3a675bbb56c307af894 not available\nNOTE: Running setscene task 5313 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_populate_lic_setscene)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/binutils/binutils_%.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/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-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: 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: 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: 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/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/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/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_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtraceevent/1.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/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-iniparse_0.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/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-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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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-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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:9)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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: Inheriting /home/pokybuild/yocto-worker/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-3496823/tmp/work/core2-64-poky-linux/libtraceevent/1.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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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/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: SITE files ['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: 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/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/kernel-uimage.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel.bbclass:176)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.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/kernel-uboot.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/kernel-uimage.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.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: 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_write_rpm', '/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_package_write_deb', '/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_package_write_ipk', '/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_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-3496823/tmp/work/core2-64-poky-linux/python3/3.12.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-3496823/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-devtools/python/python3_3.12.4.bb:do_packagedata 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: Considering setscene task: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libunwind/libunwind_1.6.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3/3.12.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_3.12.4.bb:do_populate_sysroot 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-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_packagedata.78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_packagedata_setscene.78481cc1d32b54c82ded870a6b511b85e3d9de2d1896185e0d4ebfcbcc288cf1.qemux86_64 not available\nNOTE: Running setscene task 5316 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_packagedata_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-hatch-fancy-pypi-readme_24.1.0.bb:0)\nDEBUG: Considering setscene task: ['expat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['expat', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: ['fontconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.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: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_populate_sysroot.d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_populate_sysroot_setscene.d1d4bc85d2d076b6c131d1e614fe755a19a4c2a43ab9f9f531f9b305c46e593e not available\nNOTE: Running setscene task 5317 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-iniparse_0.5.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_packagedata.55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_packagedata_setscene.55bb29f2d143b6089a5a0823f7128ad686486b435dfe2e774b2054a97273a3dd.qemux86_64 not available\nNOTE: Running setscene task 5318 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_packagedata.860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_packagedata_setscene.860b79a741773d1f90207aec086427cb82e2986d77ced32dfd5095cf9abfad5e.qemux86_64 not available\nNOTE: Running setscene task 5319 of 6657 (/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: ['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: ['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: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_sysroot.5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_populate_sysroot_setscene.5929a04e474fdc3b83710b262e931bbba8b1d64c376bd8125e3f94569ee7057f not available\nNOTE: Running setscene task 5320 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_packagedata.2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_packagedata_setscene.2826adbeddba2a0577a38ac3cd46054b7757208c4fccb7883558999d3d1ed69e.qemux86_64 not available\nNOTE: Running setscene task 5321 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/elfutils/0.191/source-date-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-core/expat/expat_2.6.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-core/expat/expat_2.6.2.bb:24)\nDEBUG: Considering setscene task: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_populate_sysroot.9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_populate_sysroot_setscene.9dc816458820a1705da4e8ea3d3ceb793976f1fc3fa888bb6d7e3f6ecc3fdcd1 not available\nNOTE: Running setscene task 5322 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/binutils/2.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-3496823/tmp/work/core2-64-poky-linux/elfutils/0.191/source-date-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-mako_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-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/elfutils/elfutils_0.191.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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-core/expat/expat_2.6.2.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.6.2.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.6.2.bb:24)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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-core/expat/expat_2.6.2.bb:24)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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-core/expat/expat_2.6.2.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.6.2.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: 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/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: 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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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-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/libxcrypt/libxcrypt.inc:10)\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-devtools/libedit/libedit_20240517-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-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_20240517-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-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: ['elfutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.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-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_20240517-3.1.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-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/siteinfo.bbclass (from /home/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/libedit/libedit_20240517-3.1.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-devtools/libedit/libedit_20240517-3.1.bb:20)\nDEBUG: Considering setscene task: ['elfutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_recipe_qa.64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/elfutils/0.191.do_recipe_qa_setscene.64feeb86ef2872ddb4efc04860a4b3f280c820341565ab6352f3f55af875ea11 not available\nNOTE: Running setscene task 5325 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['python3', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_recipe_qa.29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/python3/3.12.4.do_recipe_qa_setscene.29365c0a2565868ab35b6cf01e59d113ee259a2306ec9277206163e98cce0443 not available\nNOTE: Running setscene task 5327 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/linux-yocto/6.6.32+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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_packagedata.1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_packagedata_setscene.1d2ee37d6052ca37f3d01d5d3d3c632395900f810f9ca32ffc87dcfa28070fee.qemux86_64 not available\nNOTE: Running setscene task 5328 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_packagedata_setscene)\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: Considering setscene task: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_populate_sysroot.d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_populate_sysroot_setscene.d231d80e7f1de1b45dbfcb9be14f0256b5b85a17712a130bcedb0aadce3e4166 not available\nNOTE: Running setscene task 5329 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_packagedata.26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_packagedata_setscene.26f0cae60a0bb7b8a0c5a0f6350af889f60814bf78fd2c766d31cf3604ef6edf.qemux86_64 not available\nNOTE: Running setscene task 5330 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.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/elfutils/elfutils_0.191.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-devtools/python/python3_3.12.4.bb (full)\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-3496823/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: 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.191.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-devtools/elfutils/elfutils_0.191.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-devtools/python/python3_3.12.4.bb:63)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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: Inheriting /home/pokybuild/yocto-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-hatch-vcs_0.4.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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-devtools/elfutils/elfutils_0.191.bb:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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-devtools/python/python3_3.12.4.bb:63)\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.4.bb: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-extended/libarchive/libarchive_3.7.4.bb:40)\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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/libnsl/libnsl2_git.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-mako-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/siteinfo.bbclass (from /home/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.4.bb:63)\nDEBUG: 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.4.bb:63)\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.4.bb:40)\nDEBUG: 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.4.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_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: SITE files ['endian-little', 'common-linux', '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: ['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.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_sysroot.395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_populate_sysroot_setscene.395af46440364f4742ab8a61be4ef6d4c3effdaa23ae2f2ce8478b8303a5e74a not available\nNOTE: Running setscene task 5331 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_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: ['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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_recipe_qa.85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/slang/2.3.3.do_recipe_qa_setscene.85e119a8ac24bb6eb0ce4e039c7e212ca6ad79ad869e5433b8880eb80f5df3d7 not available\nNOTE: Running setscene task 5333 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.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: 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: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb']\nDEBUG:   considering dependency: ['glib-2.0', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.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.12.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-initial', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.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.80.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_populate_sysroot.e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_populate_sysroot_setscene.e2ea76659aeee862932998eb1e41b0b6bd6caab297503f0bcbf94c407d2e89a9 not available\nNOTE: Running setscene task 5335 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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-3496823/tmp/work/core2-64-poky-linux/expat/2.6.2/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.8.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_deploy_source_date_epoch 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-recipe/siteinfo.bbclass (from /home/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/slang/slang_2.3.3.bb:31)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['expat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/expat/2.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-3496823/tmp/work/core2-64-poky-linux/libedit/20240517-3.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/util-linux/util-linux-libuuid_2.39.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libedit/20240517-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/qemu/qemu-native_9.0.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: 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_create_spdx', '/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_package_write_ipk', '/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_package_write_deb', '/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_packagedata', '/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_packagedata which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.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/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: SITE files ['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/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: Considering setscene task: ['expat', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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/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: SITE files ['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: ['expat', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['expat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_recipe_qa.857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/expat/2.6.2.do_recipe_qa_setscene.857636640bc8dcb7fafd65666746e1a67f8601a237e8d3a12660e0b1c8a6aff1 not available\nNOTE: Running setscene task 5340 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_recipe_qa_setscene)\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_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_package_write_ipk', '/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_deb', '/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', '/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_packagedata', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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_populate_lic', '/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', '/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_populate_sysroot', '/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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_recipe_qa.2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/util-linux-libuuid/2.39.3.do_recipe_qa_setscene.2ea920ade8185320bc63ed22b80ceeadc56a8e3d004f8ce2a22bd688e443e219 not available\nNOTE: Running setscene task 5343 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/elfutils/0.191/source-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.6.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libarchive/3.7.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_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libarchive/3.7.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-core/expat/expat_2.6.2.bb:24)\nDEBUG: Considering setscene task: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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-core/expat/expat_2.6.2.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.6.2.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.6.2.bb:24)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_packagedata.2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_packagedata_setscene.2c25e266e6bc7aa44888364f85b82b5d3999b85d2187a78a5bd86d2fdf26891c.qemux86_64 not available\nNOTE: Running setscene task 5345 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_packagedata_setscene)\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/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: 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: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_populate_sysroot', '/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: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.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: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['powertop', 'do_populate_sysroot', '/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: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.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: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['procps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['bash', 'do_populate_sysroot', '/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.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_populate_sysroot.a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_populate_sysroot_setscene.a9bef83f8fe15baa80d6d0ec2a5bb56e232a1d77f36cc10942a86f14dd81f4c9 not available\nNOTE: Running setscene task 5346 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: ['libedit', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libedit', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_recipe_qa.12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libedit/20240517-3.1.do_recipe_qa_setscene.12cd39ed170916d66d0bd847c4d29d6bbb2461c85021e88137fd8e02c4787325 not available\nNOTE: Running setscene task 5348 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb (full)\nDEBUG: Considering setscene task: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:1: including ncurses.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-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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb (full)\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: Inheriting /home/pokybuild/yocto-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/libedit/libedit_20240517-3.1.bb:11)\nDEBUG: Considering setscene task: ['libarchive', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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: 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:263)\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-devtools/libedit/libedit_20240517-3.1.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/qemu-native/9.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-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses.inc:263)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['qemu-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Considering setscene task: ['qemu-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.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_9.0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_recipe_qa.2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/qemu-native/9.0.0.do_recipe_qa_setscene.2c85fd8ad8c9585f4b215ee3b270d81e198b37863350046be58b309b21ee62a3 not available\nNOTE: Running setscene task 5352 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libarchive', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_recipe_qa.b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libarchive/3.7.4.do_recipe_qa_setscene.b1c889952a45f0e34e436712994c84ee7788778774d34fee2eb85dbbd987d38e not available\nNOTE: Running setscene task 5353 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_recipe_qa_setscene)\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_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package_write_ipk', '/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_create_spdx', '/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_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/python3/3.12.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-devtools/python/python3_3.12.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb (full)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.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/libarchive/libarchive_3.7.4.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu.inc:13: including qemu-targets.inc\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_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-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_recipe_qa.b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libnsl2/2.0.1.do_recipe_qa_setscene.b9498567ec401191cf6f37c454c167be5d2a646594ac442f74f4d65ae9c705b9 not available\nNOTE: Running setscene task 5356 of 6657 (/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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-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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_packagedata.23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_packagedata_setscene.23243841135b989a5650b463a4afc20330c5844dc40b3ad7b4fe0dd03a8681d4.qemux86_64 not available\nNOTE: Running setscene task 5357 of 6657 (/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: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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_populate_sysroot', '/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: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.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: ['libtirpc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_sysroot.17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_populate_sysroot_setscene.17ec649475ff20514981858fe4ef901d6e0597ecf5e601022f91debbe0631080 not available\nNOTE: Running setscene task 5358 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_populate_sysroot_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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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/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-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Considering setscene task: ['libtraceevent', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.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.8.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_recipe_qa.c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtraceevent/1.8.2.do_recipe_qa_setscene.c1f748a78e130d8c85d3f215e95f6f275f2e4a6efad77b2bc5faf737a99a081f not available\nNOTE: Running setscene task 5359 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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/qemu/qemu-native.inc:3)\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/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-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_packagedata.de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_packagedata_setscene.de65ac47a663d4a2c0aab57e788c83846e59d5762c2d5ad1fa78c6ee7cbde03f.qemux86_64 not available\nNOTE: Running setscene task 5360 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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-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/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/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Considering setscene task: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_populate_sysroot.83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_populate_sysroot_setscene.83ddcb857cfb8763d76b8e6fe7d3e1812899dbcaf3f319aebe5d166437286d49 not available\nNOTE: Running setscene task 5361 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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-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/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 /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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_packagedata.8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_packagedata_setscene.8d7c898eb9eed074dcad52727d733f5b4f2825e5ce74d996b9bd628888bc5483.qemux86_64 not available\nNOTE: Running setscene task 5362 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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-kernel/libtraceevent/libtraceevent_1.8.2.bb:17)\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: ['gdbm', 'do_create_spdx', '/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.4.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_sysroot.81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_populate_sysroot_setscene.81b8cada2b83e8552cb6755317907c49c250dc716be9e620d97566df5dd65a53 not available\nNOTE: Running setscene task 5363 of 6657 (/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-extended/libtirpc/libtirpc_1.3.4.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/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/attr/acl_2.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_packagedata.e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_packagedata_setscene.e5a99e9f3f1c26f7a92269f97b1137ccdc091e35b7bcb9577ec2ec5d0d964214.qemux86_64 not available\nNOTE: Running setscene task 5364 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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/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/attr/acl_2.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/attr/acl_2.3.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-kernel/libtraceevent/libtraceevent_1.8.2.bb: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-support/attr/acl_2.3.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/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/acl_2.3.2.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/expat/2.6.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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/attr/acl_2.3.2.bb:26)\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: 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-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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/gdbm/gdbm_1.23.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/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: 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/libffi/libffi_3.4.6.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_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-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/libffi/libffi_3.4.6.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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/libffi/libffi_3.4.6.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.6.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libedit/20240517-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: Considering setscene task: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_populate_sysroot.9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_populate_sysroot_setscene.9367b8f72141925ad07cd08fc32bbb8371c39e7e9432dbc762049404324055a3 not available\nNOTE: Running setscene task 5365 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ncurses/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-devtools/libedit/libedit_20240517-3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ncurses/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['ncurses', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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/libffi/libffi_3.4.6.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/qemu-native/9.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: Considering setscene task: ['ncurses', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_recipe_qa.062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ncurses/6.5.do_recipe_qa_setscene.062cf30e795740d69c4c0dec022517efd80656b988b0d2b974dca8139b9f18ee not available\nNOTE: Running setscene task 5368 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.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/libffi/libffi_3.4.6.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.6.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.6.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_packagedata.b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_packagedata_setscene.b0b9f173471305e59a1a30677ded27870a60583c35ef024a0800bf0dc0c8bb73.qemux86_64 not available\nNOTE: Running setscene task 5369 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_populate_sysroot.32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_populate_sysroot_setscene.32245694ab14b1b5491f6c97dc59f744b1e0dbe7c8fcc3591157af630c101262 not available\nNOTE: Running setscene task 5370 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_packagedata.4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_packagedata_setscene.4a1977b4247d0c58a4e0540b5063e9cf6c499ff7f510cd6e7109b1d1d3408bee.qemux86_64 not available\nNOTE: Running setscene task 5371 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_packagedata_setscene)\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: ['libpcre', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_sysroot.d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_populate_sysroot_setscene.d6887b7e834986a73f0f827ff5de6ce4690aca95775e9024b055175f7b47eef9 not available\nNOTE: Running setscene task 5372 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.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-core/ncurses/ncurses_6.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:1: including ncurses.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libarchive/3.7.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/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/libmicrohttpd/libmicrohttpd_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/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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/libmicrohttpd/libmicrohttpd_1.0.1.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_recipe_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-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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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-core/ncurses/ncurses.inc: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-3496823/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:12)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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_1.0.1.bb:12)\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: 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:263)\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_1.0.1.bb:12)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_1.0.1.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_1.0.1.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: 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/siteinfo.bbclass (from /home/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/libpcre_8.45.bb:35)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-extended/libtirpc/libtirpc_1.3.4.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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libtraceevent/1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/acl/2.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-kernel/libtraceevent/libtraceevent_1.8.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: 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/attr/acl_2.3.2.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/acl/2.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-3496823/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/attr/acl_2.3.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: 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_package_qa', '/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_create_spdx', '/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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['libtirpc', 'do_package_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libffi/3.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-support/gdbm/gdbm_1.23.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gdbm/gdbm_1.23.bb:do_populate_sysroot 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_populate_lic', '/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-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_recipe_qa.8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtirpc/1.3.4.do_recipe_qa_setscene.8f6a0b74a1c47523c7342228e17fbc7cd2833f3ebdeed159137182fb25325a1b not available\nNOTE: Running setscene task 5375 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package 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.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Considering setscene task: ['acl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_recipe_qa.58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/acl/2.3.2.do_recipe_qa_setscene.58cdfd55ec30b8817c969519734cddae5b540851e709cd67cae90d96235c16b8 not available\nNOTE: Running setscene task 5378 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_packagedata.0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_packagedata_setscene.0da6728279c3d7cc0ba45f408342d9b0a3a9d2faab0f073ea0958bc1765b4491.qemux86_64 not available\nNOTE: Running setscene task 5379 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_packagedata_setscene)\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_packagedata', '/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:   considering dependency: ['gdbm', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_package_write_deb', '/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_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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libffi/3.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/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb (full)\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: 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.2.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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/attr/acl_2.3.2.bb:26)\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_create_spdx', '/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_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gdbm', 'do_populate_sysroot', '/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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_recipe_qa.71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gdbm/1.23.do_recipe_qa_setscene.71ba4c34fab91f99b328215770e52d85495d16b276fcbf5cf02d285b42b960bf not available\nNOTE: Running setscene task 5382 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.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-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: SITE files ['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: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libmicrohttpd/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-3496823/tmp/work/core2-64-poky-linux/libmicrohttpd/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/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-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ncurses/6.5/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libffi', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:18)\nDEBUG: Considering setscene task: ['libffi', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_recipe_qa.149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libffi/3.4.6.do_recipe_qa_setscene.149a4e13272c32dc42867050dac79cf36f472897b6c08817b99aee559aad21f5 not available\nNOTE: Running setscene task 5385 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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-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: SITE files ['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/gdbm/gdbm_1.23.bb:18)\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-support/libpcre/libpcre_8.45.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: Considering setscene task: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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/libffi/libffi_3.4.6.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-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_packagedata.7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_packagedata_setscene.7a36d03f7369b5294f077abf475ce30d0858f85f2a50ca64a242bea502863bff.qemux86_64 not available\nNOTE: Running setscene task 5387 of 6657 (/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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.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.6.bb:22)\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: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_sysroot.c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_populate_sysroot_setscene.c967bc2ae49c1d28af237842834bd1a242bd6098cc546d45bb4a37fb321faca3 not available\nNOTE: Running setscene task 5388 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.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-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_packagedata.a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_packagedata_setscene.a099a810ad1e2847993eceb8382dbf392c0d8c1da110e552a8546b31f33ad979.qemux86_64 not available\nNOTE: Running setscene task 5389 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_populate_sysroot.35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_populate_sysroot_setscene.35f6fe473f5392d4bd9b39e09cef68eeecfe2cdfd9bb297be392375120816b1b not available\nNOTE: Running setscene task 5390 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_packagedata.e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_packagedata_setscene.e6e4ac39f91022f4cacf9d03b661246cda695955bb2b15e6d3b2cf0fdbeab95e.qemux86_64 not available\nNOTE: Running setscene task 5391 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_populate_sysroot.f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_populate_sysroot_setscene.f6bddcfa6ffcc1750e7a71d8a164cf8d2b5a15cc4efa22d79bb28bd37c497177 not available\nNOTE: Running setscene task 5392 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_packagedata.a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_packagedata_setscene.a3fbac825574910179065c3a391f4914d07bf7c63c02a96e94561939ca3ebc75.qemux86_64 not available\nNOTE: Running setscene task 5393 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_packagedata_setscene)\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/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/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/siteinfo.bbclass (from /home/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.0.bb:23)\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: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_sysroot.646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_populate_sysroot_setscene.646d4755e49a491ebcbd66e003faf6871ad021937b98b8016bfec3a57cdfb5a4 not available\nNOTE: Running setscene task 5394 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.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/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/siteinfo.bbclass (from /home/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.8.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-support/curl/curl_8.8.0.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.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/curl/curl_8.8.0.bb:23)\nDEBUG: Considering setscene task: ['libmicrohttpd', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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-support/curl/curl_8.8.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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:150)\nDEBUG: 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.8.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-support/curl/curl_8.8.0.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-support/curl/curl_8.8.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-support/curl/curl_8.8.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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.5.bb:31)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb: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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: Considering setscene task: ['libmicrohttpd', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_recipe_qa.3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libmicrohttpd/1.0.1.do_recipe_qa_setscene.3a584d406422a22c08d8eb04375007edef5dd6c2aae2b73c1a627877e48a2efb not available\nNOTE: Running setscene task 5396 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:150)\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/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:34)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.5.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:31)\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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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.5.bb:31)\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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package_write_ipk', '/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_create_spdx', '/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_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['libpcre', 'do_package_write_deb', '/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: 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: SITE files ['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/gnutls/gnutls_3.8.5.bb: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/gnutls_3.8.5.bb: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-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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:34)\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:34)\nDEBUG: 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: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-support/libgcrypt/libgcrypt_1.10.3.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.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: SITE files ['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:34)\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: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-support/gnutls/gnutls_3.8.5.bb: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/libgcrypt/libgcrypt_1.10.3.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-support/libgcrypt/libgcrypt_1.10.3.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: 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/libmicrohttpd/libmicrohttpd_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/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:12)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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_1.0.1.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_1.0.1.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_1.0.1.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-3496823/tmp/work/core2-64-poky-linux/acl/2.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: 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_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:  Default setscene dependency fall through due to dependency: ['libpcre', 'do_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_recipe_qa.ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libpcre/8.45.do_recipe_qa_setscene.ae4233f973cfb89ca6f320748cb95eb769c526e226fb3bcb65c35dfc45d1e0f8 not available\nNOTE: Running setscene task 5399 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.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/attr/acl_2.3.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: 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_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_ipk', '/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_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['libunwind', 'do_package_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/attr/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: 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/attr/attr_2.5.2.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package which could be accelerated\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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_packagedata.61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_packagedata_setscene.61c58aa8ec95a9be51730ce68ef47273a5b39be4c25c7c4d2f2f614a61511498.qemux86_64 not available\nNOTE: Running setscene task 5402 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.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-3496823/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: ['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: ['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: ['pulseaudio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.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: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.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: ['libunwind', 'do_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_sysroot.7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_populate_sysroot_setscene.7d2515e9762450e963612db99f71699ca6bbeb76b10c993c5ffb72c5b4cbc21a not available\nNOTE: Running setscene task 5403 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_populate_sysroot_setscene)\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: 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: 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_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_create_spdx', '/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:  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-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_recipe_qa.697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunwind/1.6.2.do_recipe_qa_setscene.697e7d780dc4ab0ccf370e50d805dc96b581a7d545ac4841d9174ff125f74911 not available\nNOTE: Running setscene task 5405 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_packagedata.23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_packagedata_setscene.23b6c67cde47a00b4e0cbed2b00eed1c4cf8704f259352832f74505f34dfd03e.qemux86_64 not available\nNOTE: Running setscene task 5406 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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: ['systemtap', 'do_populate_sysroot', '/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: ['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: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_populate_sysroot.0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_populate_sysroot_setscene.0d4beb85e4c9529bf3ae6af3ab9b4310d423d38c503aa78a8bc234c611e44506 not available\nNOTE: Running setscene task 5407 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libffi/3.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/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/pkgconfig.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/libffi/libffi_3.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: 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/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/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: 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: Inheriting /home/pokybuild/yocto-worker/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/sqlite/sqlite3_3.45.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/file/5.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/sqlite/sqlite3_3.45.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:1: including sqlite3.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_packagedata which could be accelerated\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/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-3496823/tmp/work/core2-64-poky-linux/curl/8.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/curl/8.8.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-3496823/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/curl/curl_8.8.0.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_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['file', 'do_package_write_deb', '/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:   considering dependency: ['file', 'do_packagedata', '/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/curl/curl_8.8.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnutls/3.8.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/libgcrypt/libgcrypt_1.10.3.bb:do_packagedata 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_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libmicrohttpd/1.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-support/gnutls/gnutls_3.8.5.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_recipe_qa which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gnutls/3.8.5/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_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-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_recipe_qa.9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/file/5.45.do_recipe_qa_setscene.9894da6856aa57b7c724b4e56786eb3506fd752ef852da71583beb2ecf6830bf not available\nNOTE: Running setscene task 5410 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_packagedata.9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_packagedata_setscene.9faf7f2565f3303c0e04c2fe47787891b2c017b724e20e1b4ae09d10770f6ced.qemux86_64 not available\nNOTE: Running setscene task 5411 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_packagedata_setscene)\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: ['bzip2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.24.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.24.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.24.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_sysroot.90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_populate_sysroot_setscene.90c19ddaf5723b840c30e05ba64cbbce8444b6af31f3efc4966e74206d28e1f4 not available\nNOTE: Running setscene task 5412 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_packagedata.1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_packagedata_setscene.1f26d6d7a8a9be90e4bad7e6b9c50c136ce30a08cb6b4429fa1911ea611fa031.qemux86_64 not available\nNOTE: Running setscene task 5413 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['lzlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_populate_sysroot.77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_populate_sysroot_setscene.77fac506dd0f1b5e51f90ebde91eaab91201db6b479d960d0be1ca1875c01923 not available\nNOTE: Running setscene task 5414 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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: 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/update-alternatives.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-extended/bzip2/bzip2_1.0.8.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_packagedata.61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_packagedata_setscene.61a566a5d0b08a29470ff560f9ae9b9076ea870367c2206a768e9d55b7234d26.qemux86_64 not available\nNOTE: Running setscene task 5415 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-extended/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Considering setscene task: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_populate_sysroot.887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_populate_sysroot_setscene.887bb9505fe831910f7fea2816bb87500a31b0ee44cdb734e7f3d668c486f6f6 not available\nNOTE: Running setscene task 5416 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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 /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/lzip/lzlib_1.14.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/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_packagedata.0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_packagedata_setscene.0c9f89a8e6d3b24d86d69608a8697a5250adbf897e25d516e4c8c1d4d3f876f6.qemux86_64 not available\nNOTE: Running setscene task 5417 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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-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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb (full)\nDEBUG: Considering setscene task: ['zstd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['file', 'do_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_populate_sysroot.0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_populate_sysroot_setscene.0e0babae3d00e9bf4d1d9c2e53d567761b0e29edb49c36aeb0e094f8096e0663 not available\nNOTE: Running setscene task 5418 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb (full)\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: 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: Considering setscene task: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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/xz/xz_5.4.6.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-support/libatomic-ops/libatomic-ops_7.8.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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.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-extended/xz/xz_5.4.6.bb:36)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:36)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-3496823/tmp/work/core2-64-poky-linux/sqlite3/3.45.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:36)\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: 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.6.bb:42)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.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-extended/xz/xz_5.4.6.bb:36)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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-3496823/tmp/work/core2-64-poky-linux/sqlite3/3.45.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-extended/xz/xz_5.4.6.bb:42)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_packagedata.56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_packagedata_setscene.56c2f267977f931763b1c4916cb5484919d7a4b5a8f6ed7e55a3400773bebcb8.qemux86_64 not available\nNOTE: Running setscene task 5420 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_packagedata_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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: ['openssl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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: ['socat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.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.13.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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.24.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.24.4.bb']\nDEBUG:   considering dependency: ['openssl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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.13.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['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.8.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: ['libssh2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_populate_sysroot.5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_populate_sysroot_setscene.5f63952fd8f0f7ff2db426defcb514822f49642589e22877f6771b3bdcf21475 not available\nNOTE: Running setscene task 5421 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_sysroot_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/openssl/openssl_3.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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_packagedata.a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_packagedata_setscene.a303143799372a6cd39ae3634f18e4f84b32bc7ed9f19342b7ce5431209328a5.qemux86_64 not available\nNOTE: Running setscene task 5422 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_packagedata_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-connectivity/openssl/openssl_3.3.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/multilib_header.bbclass:7)\nDEBUG: Considering setscene task: ['zlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: ['gcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.24.4.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: ['libxfont2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.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.24.4.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: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_populate_sysroot.d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_populate_sysroot_setscene.d6c4053f37e57856226eb84344d97b73de703e55c1328cc6d72db9e23ca2accb not available\nNOTE: Running setscene task 5423 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_sysroot_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-connectivity/openssl/openssl_3.3.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: 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.3.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb (full)\nDEBUG: Considering setscene task: ['curl', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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.3.1.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-connectivity/openssl/openssl_3.3.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/manpages.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.3.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-connectivity/openssl/openssl_3.3.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/multilib_header.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb (full)\nDEBUG: Considering setscene task: ['curl', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_recipe_qa.fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/curl/8.8.0.do_recipe_qa_setscene.fa06b3f9f7dc0f175570e03fc40bcfe1bbac019ee6ad049fc882ab2e6a7fbfd5 not available\nNOTE: Running setscene task 5425 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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-core/zlib/zlib_1.3.1.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.3.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: 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.3.1.bb:23)\nDEBUG: Considering setscene task: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.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.1.bb:26)\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.3.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-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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/manpages.bbclass:13)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.0.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_packagedata.fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_packagedata_setscene.fe01e7ad91de95dcebd095761deff3915bc06ec7bcb48f75056631b508950fb8.qemux86_64 not available\nNOTE: Running setscene task 5427 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_sysroot.4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_populate_sysroot_setscene.4bbdf2301a5e6216adfd8129483d963fb64bbd06ead4d1987fdb096ecaa2a780 not available\nNOTE: Running setscene task 5428 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.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-support/curl/curl_8.8.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-support/curl/curl_8.8.0.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-support/curl/curl_8.8.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-support/curl/curl_8.8.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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:150)\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-3496823/tmp/work/core2-64-poky-linux/file/5.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-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: 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/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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lzlib/1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lzlib/1.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-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/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/python3-dir.bbclass (from /home/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-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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_sysroot 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-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/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/python3-dir.bbclass (from /home/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-3496823/tmp/work/core2-64-poky-linux/zstd/1.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/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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zstd/1.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-extended/bzip2/bzip2_1.0.8.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-3496823/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_sysroot which could be accelerated\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', '/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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bzip2', 'do_package_write_deb', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xz/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-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-extended/xz/xz_5.4.6.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/xz/5.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_sysroot which could be accelerated\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: 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_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.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:  Default setscene dependency fall through due to dependency: ['bzip2', 'do_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_recipe_qa.57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/bzip2/1.0.8.do_recipe_qa_setscene.57e53470503d75f799d4fdde308d699021156b2da788404f57ea73196dd53c9c not available\nNOTE: Running setscene task 5431 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['lzlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package which could be accelerated\nDEBUG: Considering setscene task: ['lzlib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['lzlib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['lzlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_recipe_qa.73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/lzlib/1.14.do_recipe_qa_setscene.73ffa1af17b8157c5dd93653c79469fb819352c9949324b0f35fb9ed025c4c88 not available\nNOTE: Running setscene task 5434 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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: Considering setscene task: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zlib/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/openssl/3.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/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-3496823/tmp/work/core2-64-poky-linux/zlib/1.3.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/zlib/zlib_1.3.1.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Considering setscene task: ['openssl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/openssl/3.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['zlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_sysroot 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.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_deploy_source_date_epoch 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.3.1.bb']\nDEBUG:   considering dependency: ['openssl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['openssl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_recipe_qa.e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/openssl/3.3.1.do_recipe_qa_setscene.e8c46da556758e1ffa5ef55547cac0f33bb06898cc52e4fd966efb01cda685dc not available\nNOTE: Running setscene task 5439 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_recipe_qa_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['zlib', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['zlib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['zlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['zlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_recipe_qa.c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zlib/1.3.1.do_recipe_qa_setscene.c4c6ed119d6c42922936edc5f964868e2978b34407d801e86f12d1a7fe3370e7 not available\nNOTE: Running setscene task 5441 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/curl/8.8.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['xz', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.6.bb']\nDEBUG:   considering dependency: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_recipe_qa.91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/xz/5.4.6.do_recipe_qa_setscene.91056b9002016a9a0c7f1d14e1f6ee1c9f0c7670dac18b0bd30369dd47ab46b5 not available\nNOTE: Running setscene task 5443 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_recipe_qa_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-connectivity/openssl/openssl_3.3.1.bb (full)\nDEBUG: Considering setscene task: ['zstd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package which could be accelerated\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-3496823/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: 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.3.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-connectivity/openssl/openssl_3.3.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/multilib_header.bbclass:7)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.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-connectivity/openssl/openssl_3.3.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: 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: 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_package_write_ipk', '/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_qa', '/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_write_deb', '/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: 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: 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.1.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:23)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.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: 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.6.bb:36)\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.3.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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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/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-extended/xz/xz_5.4.6.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-extended/xz/xz_5.4.6.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/xz/xz_5.4.6.bb:42)\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: 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_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-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_recipe_qa.49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libidn2/2.3.7.do_recipe_qa_setscene.49eaebb5ec254f143cbede2ad853852ea70f9f32ec440a49e0ee8cb9b18e3924 not available\nNOTE: Running setscene task 5447 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['zstd', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_deploy_source_date_epoch 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.6.bb']\nDEBUG:   considering dependency: ['zstd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['zstd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_recipe_qa.43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/zstd/1.5.6.do_recipe_qa_setscene.43d6ae171e15b30115170f64c8a223b7b04d0639ffb5f0051cc42eb1b42521b1 not available\nNOTE: Running setscene task 5449 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['gnutls', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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: ['gnutls', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_recipe_qa.423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gnutls/3.8.5.do_recipe_qa_setscene.423e76b5a1fe9a917b2a4afc899c2976cc4fcd9675ca4b3f6fc081ea066df262 not available\nNOTE: Running setscene task 5451 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_recipe_qa_setscene)\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-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_packagedata.02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_packagedata_setscene.02514efdaa0eabbbbd0df9fba093eeb80bd7b98b950a170bba80736484bf873c.qemux86_64 not available\nNOTE: Running setscene task 5452 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb (full)\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: ['libtasn1', 'do_create_spdx', '/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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_sysroot.e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_populate_sysroot_setscene.e2543281b710a93994b553e4da1d68fd968664eb76946c0227078b85f303258a not available\nNOTE: Running setscene task 5453 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.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-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: 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_deb', '/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_write_ipk', '/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:   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: 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: 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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb (full)\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/gnutls_3.8.5.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/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: 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: Inheriting /home/pokybuild/yocto-worker/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-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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.5.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/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/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/lzlib/1.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/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/gnutls_3.8.5.bb: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/gnutls_3.8.5.bb: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/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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\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_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_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_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_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_populate_sysroot', '/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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_recipe_qa.d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libatomic-ops/7.8.2.do_recipe_qa_setscene.d711b829d0d9bf604d0620f5aee6b2d05fcca7bfe845641987933aed5c478868 not available\nNOTE: Running setscene task 5456 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/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.5.bb: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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_recipe_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-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/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: 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_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package_write_ipk', '/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', '/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_write_rpm', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_packagedata.8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_packagedata_setscene.8cc087232df9f73e73cbf2bcd14dce4d63218092eaa72de804f35d506b751320.qemux86_64 not available\nNOTE: Running setscene task 5458 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.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.24.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_populate_sysroot.3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_populate_sysroot_setscene.3b393a83376669afbb1982d3ba34ffe84de823322113c237e00042ce4ad25ad1 not available\nNOTE: Running setscene task 5459 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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:  Default setscene dependency fall through due to dependency: ['libgcrypt', 'do_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_recipe_qa.0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcrypt/1.10.3.do_recipe_qa_setscene.0b1bf4900172a3c81e8ad8c4641efb3c0ec00fb824b195d91e7eae41f5a0d271 not available\nNOTE: Running setscene task 5461 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_recipe_qa_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_packagedata.b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_packagedata_setscene.b7cd9b5e59b6f05351705ef48d5d1254c2484604402afa28f1d8c903efc29f8b.qemux86_64 not available\nNOTE: Running setscene task 5462 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_packagedata_setscene)\nDEBUG: Considering setscene task: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['pinentry', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_populate_sysroot.7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_populate_sysroot_setscene.7e2de5e520b9965de052f1e19bd3396a2b1de8afedd6f1a680e9426ad51b7631 not available\nNOTE: Running setscene task 5463 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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-support/libcap/libcap_2.70.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_packagedata.4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_packagedata_setscene.4bc97b99e06f3278bb6057aad9066ade32c5e858b1da6a3a54736da7c536fba1.qemux86_64 not available\nNOTE: Running setscene task 5464 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.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-support/libgcrypt/libgcrypt_1.10.3.bb (full)\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_create_spdx', '/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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_sysroot.1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_populate_sysroot_setscene.1e5db485cd7cbc7f868fddcaa3e50657712f1ad1f4b85dc843ad07df0442178b not available\nNOTE: Running setscene task 5465 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zlib/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb (full)\nDEBUG: 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.49.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-core/zlib/zlib_1.3.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-support/libgcrypt/libgcrypt_1.10.3.bb:34)\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:34)\nDEBUG: 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: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-support/libgcrypt/libgcrypt_1.10.3.bb:34)\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.49.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.49.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.49.bb:27)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb (full)\nDEBUG: 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.49.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/libgpg-error/libgpg-error_1.49.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_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:27)\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/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-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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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.49.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.49.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/libgpg-error/libgpg-error_1.49.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.49.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: 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/libseccomp/libseccomp_2.5.5.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-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/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-support/libgpg-error/libgpg-error_1.49.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: 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-3496823/tmp/work/core2-64-poky-linux/openssl/3.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-3496823/tmp/work/core2-64-poky-linux/xz/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/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-support/libseccomp/libseccomp_2.5.5.bb:18)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/zstd/1.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-extended/zstd/zstd_1.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: 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-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_packagedata.c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_packagedata_setscene.c50a482375b7fa6aa0fe5465a4d3816076a6670ce729a0b616d0f26cf8711691.qemux86_64 not available\nNOTE: Running setscene task 5466 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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-3496823/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: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_populate_sysroot.f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_populate_sysroot_setscene.f6f2008ce10544a1bc6e82e4c37a6bc11f05d97111238e3b3af6afe1c8931b27 not available\nNOTE: Running setscene task 5467 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_sysroot_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_packagedata.85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_packagedata_setscene.85f63671e98f3f9c257cd5a47df02dac8c779b287bcc798bf608169c1e8bd367.qemux86_64 not available\nNOTE: Running setscene task 5468 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_packagedata_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_sysroot.69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_populate_sysroot_setscene.69473876aa86659fa916f8300bf05a6da50df6c413d3385ae563106662e0c1ee not available\nNOTE: Running setscene task 5469 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb (full)\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: 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_packagedata', '/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_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package_write_ipk', '/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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libtasn1', 'do_package_write_deb', '/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:26)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/libunistring/libunistring_1.2.bb:26)\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-3496823/tmp/work/core2-64-poky-linux/gnutls/3.8.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/nettle/nettle_3.9.1.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/libunistring/libunistring_1.2.bb:26)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb (full)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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-support/nettle/nettle_3.9.1.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: 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/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/libatomic-ops/libatomic-ops_7.8.2.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/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: 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_create_spdx', '/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:  Default setscene dependency fall through due to dependency: ['libtasn1', 'do_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_recipe_qa.633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libtasn1/4.19.0.do_recipe_qa_setscene.633e7b6750cfd5528ac016d7c15e46f64ad5fc8119577ea1f828d461c0817aff not available\nNOTE: Running setscene task 5472 of 6657 (/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcap/2.70/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libcap/2.70/source-date-epoch/__source_date_epoch.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/libcap/libcap_2.70.bb:do_packagedata which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.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/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/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: 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: Considering setscene task: ['libcap', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libcap', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['libcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['libcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_recipe_qa.ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libcap/2.70.do_recipe_qa_setscene.ef8fc37648bee824c4199cae00f69306b92c5af391b543cb434728f0d0d469c5 not available\nNOTE: Running setscene task 5476 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_recipe_qa_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: Considering setscene task: ['sqlite3', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['sqlite3', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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.45.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_recipe_qa.9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/sqlite3/3.45.3.do_recipe_qa_setscene.9d6b7017469428d623833be6ef00828380a01b828910c2a21d5b2921e6715199 not available\nNOTE: Running setscene task 5478 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgpg-error/1.49/source-date-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/libgpg-error/libgpg-error_1.49.bb:do_packagedata which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgpg-error/1.49/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_sysroot which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.70.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_packagedata.dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_packagedata_setscene.dedc5ad59adfaf705fe90df00141717f04ebe28dfc0bca16a45a9a9171236c6b.qemux86_64 not available\nNOTE: Running setscene task 5480 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb (full)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/sqlite/sqlite3.inc:23)\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.49.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libgpg-error', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_recipe_qa.2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgpg-error/1.49.do_recipe_qa_setscene.2548672be6dcb96857466b347786fba6b7d6feb781f6b99806e944424cefa285 not available\nNOTE: Running setscene task 5482 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_recipe_qa_setscene)\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: ['libseccomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb']\nDEBUG:   considering dependency: ['libseccomp', 'do_package_write_deb', '/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:   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_create_spdx', '/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_write_ipk', '/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libunistring/1.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libunistring/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:27)\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_populate_sysroot', '/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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_recipe_qa.f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libseccomp/2.5.5.do_recipe_qa_setscene.f1a7da3de4af257f6e262a35aae35e0ea1d02439c634235422cadea6de297cf0 not available\nNOTE: Running setscene task 5485 of 6657 (/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-support/libunistring/libunistring_1.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Considering setscene task: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package 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/libgpg-error/libgpg-error_1.49.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.49.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.49.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.49.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.49.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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: 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: 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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools-brokensep.bbclass:10)\nDEBUG: Considering setscene task: ['libunistring', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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_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/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: Considering setscene task: ['libunistring', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_recipe_qa.54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libunistring/1.2.do_recipe_qa_setscene.54d849662d57638333a4e9f46b6f0644da772702bdf07e33037d89bc67cd1b99 not available\nNOTE: Running setscene task 5488 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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-support/libseccomp/libseccomp_2.5.5.bb:18)\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_package_write_ipk', '/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:   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_package_write_deb', '/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_packagedata', '/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_packagedata.97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_packagedata_setscene.97e1aa65d55ccb449f7112dbd4bdf4208e74f85947d667e42e62a6c18cf6305a.qemux86_64 not available\nNOTE: Running setscene task 5490 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_packagedata_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb (full)\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: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: ['libmpc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.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: ['nettle', 'do_package', '/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.5.bb']\nDEBUG:   considering dependency: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['gcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_sysroot.0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_populate_sysroot_setscene.0c9ace92162ecbd6bf6005479b93443c992f408b8bfc58c34988dc1374ea7f8b not available\nNOTE: Running setscene task 5491 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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/autotools.bbclass:31)\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: ['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: SITE files ['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/libunistring/libunistring_1.2.bb:26)\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_populate_sysroot', '/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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_recipe_qa.47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/nettle/3.9.1.do_recipe_qa_setscene.47a5ef2c69544b80ad0b012e55618d9dbde9c2b0c7c01083f0a2e8772f9b5f9c not available\nNOTE: Running setscene task 5493 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_recipe_qa_setscene)\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: 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-attrs', 'do_populate_sysroot', '/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:   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: 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/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-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/recipes-support/gmp/gmp_6.3.0.bb:1: including gmp.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/autotools.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-3496823/tmp/work/core2-64-poky-linux/libcap/2.70/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_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: Inheriting /home/pokybuild/yocto-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-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_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_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_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_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: 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: 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-support/libcap/libcap_2.70.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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:27)\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-attrs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_populate_sysroot', '/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-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_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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/core2-64-poky-linux/sqlite3/3.45.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-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/sqlite/sqlite3_3.45.3.bb:do_recipe_qa which could be accelerated\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: 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: 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_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:   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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: ['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: ['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: ['dnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_sysroot.cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_populate_sysroot_setscene.cc7a5e1b341c2be200c4ad444abc305afe3fe39e78171afc9a0d3aeb8af53642 not available\nNOTE: Running setscene task 5500 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_populate_sysroot_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-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_packagedata which could be accelerated\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_write_deb', '/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:   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', '/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_ipk', '/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: 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: 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-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_create_package_spdx.cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_create_package_spdx_setscene.cc7db2060c5fe59e3b3e15cae9d203d90b89c8aa41c9953d64f6c264817c2726 not available\nNOTE: Running setscene task 5502 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_populate_lic.883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_populate_lic_setscene.883e3f7cb912b19453df9169c49f238570d004377ab238175b6dace09779eb45 not available\nNOTE: Running setscene task 5503 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_create_package_spdx.ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_create_package_spdx_setscene.ba51aefaa298340ac60164491f8821c2b287c2f85c93c9d556dddaee1a6817f0 not available\nNOTE: Running setscene task 5504 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_populate_lic.d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_populate_lic_setscene.d6ee521103652897b501e9b59ecdcff882d86a3769d8c8751bdfcd78e47dcf8d not available\nNOTE: Running setscene task 5505 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_create_package_spdx.fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_create_package_spdx_setscene.fa5593ae5aefbc1153166981dcaf1e4d94dc0e745c3abfd9d01e275af067978c not available\nNOTE: Running setscene task 5506 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_package_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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_populate_lic.c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_populate_lic_setscene.c4c7f02de5f7eca48a7213ef0067d0764be867a1b6c9aaf319ecffeaf4e91622 not available\nNOTE: Running setscene task 5507 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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-markupsafe_2.1.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-markupsafe_2.1.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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-markupsafe_2.1.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_package_spdx.89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_package_spdx_setscene.89fad71f8627be20e4ef9f4b1e43fab676e81ef75607ceb9fe4172cb5deac255 not available\nNOTE: Running setscene task 5508 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_package_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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.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-more-itertools_10.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/python_flit_core.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-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_lic.aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_lic_setscene.aabbaab30ee423651beab46bf3adf9a75ae48e05fd0b53bb92156647f8bceda7 not available\nNOTE: Running setscene task 5509 of 6657 (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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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/python3targetconfig.bbclass (from /home/pokybuild/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.3.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-more-itertools_10.3.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.3.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-packaging_24.1.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgpg-error/1.49/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/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/python_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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/python_flit_core.bbclass:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_package_spdx.a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_package_spdx_setscene.a78641ffa4432b47c1e00957282d4431d350f8ff74a1eae2b3bc82dca40c6c32 not available\nNOTE: Running setscene task 5510 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_package_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-more-itertools_10.3.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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_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-packaging_24.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-packaging_24.1.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_24.1.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-pathlib2_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/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-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/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-pathlib2_2.3.7.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/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-3496823/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.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: Inheriting /home/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-3496823/tmp/work/core2-64-poky-linux/libunistring/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-support/libunistring/libunistring_1.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-support/gmp/gmp_6.3.0.bb:do_packagedata 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_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:0)\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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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.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-devtools/python/python3-packaging_24.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-markupsafe_2.1.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-devtools/python/python3-more-itertools_10.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /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-packaging_24.1.bb:0)\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_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['gmp', 'do_package_write_deb', '/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_package_write_rpm', '/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: 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/python/python3-more-itertools_10.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: Inheriting /home/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: Inheriting /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_packagedata.b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_packagedata_setscene.b11f9145e8b386ab02f2171357b13d2aba6288bf46a0e0d5eb3afedbb06e7326.qemux86_64 not available\nNOTE: Running setscene task 5512 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_packagedata_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: Inheriting /home/pokybuild/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: ['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-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.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:  Default setscene dependency fall through due to dependency: ['gmp', 'do_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_recipe_qa.7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gmp/6.3.0.do_recipe_qa_setscene.7d8ec37dab2db056859940f9997886ef4d9e226675f8209cd01f35a7b8f7ce27 not available\nNOTE: Running setscene task 5514 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_recipe_qa_setscene)\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-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_lic.123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_lic_setscene.123acdb6b0f4c666c69c220dc1bf3709af8cde113385e4cb2c85b8e2e10963d0 not available\nNOTE: Running setscene task 5515 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_create_package_spdx.15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_create_package_spdx_setscene.15d4284d373d7975b26e406f8653b36cf17d450bf8f82b4d22862d4f3d510f82 not available\nNOTE: Running setscene task 5516 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_populate_lic.302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_populate_lic_setscene.302a186298853268c40186e2e0928dccfc06fe478d63f3b45c48fa554d7a4da8 not available\nNOTE: Running setscene task 5517 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_create_package_spdx.0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_create_package_spdx_setscene.0118b683de25db00c2349c16e4b209e2a31c10e14ff37fffecae46a9539f9334 not available\nNOTE: Running setscene task 5518 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_package_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-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/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_14.1.bb:2: including gcc-runtime.inc\nDEBUG: 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-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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:1: including gcc-configure-common.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-pip_24.0.bb:32)\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/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/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/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/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-pip_24.0.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: 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_24.0.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_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-pip_24.0.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_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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: 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: Inheriting /home/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.5.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:273: 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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-markupsafe-native/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/python3targetconfig.bbclass (from /home/pokybuild/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-3496823/tmp/work/x86_64-linux/python3-packaging-native/24.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-3496823/tmp/work/x86_64-linux/python3-markupsafe-native/2.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-3496823/tmp/work/x86_64-linux/python3-more-itertools-native/10.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-markupsafe_2.1.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_package_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.5.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-packaging-native/24.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-more-itertools_10.3.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-more-itertools-native/10.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-3496823/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-packaging_24.1.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-more-itertools_10.3.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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-3496823/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-pathspec_0.12.1.bb:do_create_package_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_populate_lic', '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_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_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-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_recipe_qa.a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-iniparse-native/0.5.do_recipe_qa_setscene.a67415a6a0c23ead0fcabf602fb2a4c5a7a6375100dda8729033bd39333d25b0 not available\nNOTE: Running setscene task 5520 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_create_spdx.9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_create_spdx_setscene.9fdbbfd6a9da608ed488a0a41db5e11e166dea96270f014993791c8368d53f7f not available\nNOTE: Running setscene task 5521 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_spdx.cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_create_spdx_setscene.cd677e9223bed399b5abf2fa4e301aa5c556f682097515308ba94b753648ea26 not available\nNOTE: Running setscene task 5522 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_populate_lic.c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_populate_lic_setscene.c2a6eb9c2fb5345ba8e9244874c0f812806c7fbb9010d3e122b7197308d06b4c not available\nNOTE: Running setscene task 5523 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_create_package_spdx.b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_create_package_spdx_setscene.b5c6e04cb5b1051b2591b2b5857bfaac4b3d2725d83881b862adce165589fbd2 not available\nNOTE: Running setscene task 5524 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_populate_lic.ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_populate_lic_setscene.ecce77264d8ae7b23feb183389fab906b0e6148b6e30ec534f14ba99f7f6872b not available\nNOTE: Running setscene task 5525 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_create_package_spdx.973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_create_package_spdx_setscene.973ade889b3eb1bbf690984ddebce801a548a2a6e80adfedb199bfee489d4453 not available\nNOTE: Running setscene task 5526 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_create_package_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-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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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-markupsafe_2.1.5.bb:9)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_populate_lic.64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_populate_lic_setscene.64636df19b4f674e1fafe7e141eefa397a8a502ea7b98a6b6c258dce0c0d0fc3 not available\nNOTE: Running setscene task 5527 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_package_spdx.546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_package_spdx_setscene.546f226ae47eeac2a9013606f5226fc34257056bbf39c553a2082319b6795c92 not available\nNOTE: Running setscene task 5528 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_package_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: Inheriting /home/pokybuild/yocto-worker/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/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: 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-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_lic.5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_lic_setscene.5bb89473dad77b1fb166af59d5b668b371c48fea0b10cc708af8f1e22ae3e7a9 not available\nNOTE: Running setscene task 5529 of 6657 (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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-pygments_2.18.0.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-pygments_2.18.0.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/python3-dir.bbclass (from /home/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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-pyparsing_3.1.2.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.2.bb:17)\nDEBUG: Inheriting /home/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.18.0.bb:11)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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_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/python/python3-pathspec_0.12.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-pygments_2.18.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-pyparsing_3.1.2.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/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-pyparsing_3.1.2.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 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/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/nopackages.bbclass (from /home/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-pyproject-hooks_1.0.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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-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_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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:0)\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/python3-dir.bbclass (from /home/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/nopackages.bbclass (from /home/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/relocatable.bbclass (from /home/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-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/nopackages.bbclass (from /home/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_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-3496823/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-support/gmp/gmp_6.3.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/python/python3-pluggy_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_create_package_spdx.52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_create_package_spdx_setscene.52cd47488b250f745582a3a86ca4638c40a1530a4ed1089418762a14a293a94f not available\nNOTE: Running setscene task 5530 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:do_create_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc-runtime/14.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/gcc/gcc-runtime_14.1.bb:do_packagedata which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.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-setuptools-scm_8.1.0.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-setuptools-scm_8.1.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: Inheriting /home/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: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-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/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-3496823/tmp/work/x86_64-linux/python3-pip-native/24.0/source-date-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-devtools/python/python3-markupsafe_2.1.5.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pip-native/24.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_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-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_packagedata.8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_packagedata_setscene.8fb019b15129be2ddd194014e207d974e39ecba0a9478023fe4da1210cbccee3.qemux86_64 not available\nNOTE: Running setscene task 5532 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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: Inheriting /home/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.18.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_create_package_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-pygments_2.18.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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/relocatable.bbclass (from /home/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.5.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-devtools/python/python3-setuptools-scm_8.1.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_populate_lic.2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_populate_lic_setscene.2b246469db590c202e6e44f7030e553db8406326ce2c88e24e15b705a5c861e4 not available\nNOTE: Running setscene task 5533 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_create_package_spdx.79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_create_package_spdx_setscene.79f0df53dd1d1ba51f4226c6f8a08567130ceabb9db647b714845125daccc273 not available\nNOTE: Running setscene task 5534 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_package_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/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/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_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_populate_lic.fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_populate_lic_setscene.fd6741e4510b44b4abc0c876f13805a102f173843a6eee64b7995452e6559da8 not available\nNOTE: Running setscene task 5535 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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-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/python/python3-setuptools-scm_8.1.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/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_14.1.bb:2: including libgcc.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-scm_8.1.0.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-setuptools-scm_8.1.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: 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-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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pluggy-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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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.5.1.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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/python3targetconfig.bbclass (from /home/pokybuild/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-devtools/python/python3-pluggy_1.5.0.bb:do_create_package_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-setuptools_69.5.1.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.5.1.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: Inheriting /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_create_spdx.d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_create_spdx_setscene.d37c6725034b09011bd7a1c701090a0e4b3f5936888ec43b902ab4d3028b9632 not available\nNOTE: Running setscene task 5536 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-markupsafe-native/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-iniparse_0.5.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-markupsafe_2.1.5.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-pathlib2_2.3.7.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pygments-native/2.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-3496823/tmp/work/x86_64-linux/python3-pygments-native/2.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-3496823/tmp/work/x86_64-linux/python3-pluggy-native/1.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-devtools/python/python3-pygments_2.18.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pyparsing-native/3.1.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-pygments_2.18.0.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-pluggy_1.5.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-importlib-metadata_7.1.0.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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-importlib-metadata_7.1.0.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.1.0.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-devtools/python/python3-pyproject-hooks_1.0.0.bb:do_create_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pyparsing-native/3.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/python3-dir.bbclass (from /home/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 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_create_spdx.2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_create_spdx_setscene.2b0f618f91e15ddbd5e19476010af8aea625fdaeb78ad7d3760d0f38e5a6fe5d not available\nNOTE: Running setscene task 5537 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-setuptools-scm_8.1.0.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_package_spdx.ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_package_spdx_setscene.ba44430ef16d7586bfce9b1411b811ea8078489928b6d69827ee4bcd1655273b not available\nNOTE: Running setscene task 5538 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_lic.77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_lic_setscene.77e3221348546db5248df7586e0b33b1a4eae7851f84e5885c485fdddbe87383 not available\nNOTE: Running setscene task 5539 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_package_spdx.d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_package_spdx_setscene.d72465ca27349eda51d1b223a1b475bfcda1bb8166e883f2b34fb6d3208c283d not available\nNOTE: Running setscene task 5540 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_package_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-setuptools_69.5.1.bb:0)\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-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_lic.f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_lic_setscene.f79192033f6dcdef7c69c57ec2d3839890a2d52235051564d1c2fe7089a35adf not available\nNOTE: Running setscene task 5541 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_package_spdx.c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_package_spdx_setscene.c7fe5bd2ca92c25899fb694d889e7753aa80b63d49158ab294d8b7108dfe9ee0 not available\nNOTE: Running setscene task 5542 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-pygments_2.18.0.bb: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/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.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:1)\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-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_lic.68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_lic_setscene.68f0ce3e0a9ecddf75a4ccbf3e0aeea9ec51e460753d9c9c5114eeea35ad680f not available\nNOTE: Running setscene task 5543 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.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/python/python3-setuptools_69.5.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/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/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-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/relocatable.bbclass (from /home/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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-setuptools-scm-native/8.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-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_create_package_spdx.5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_create_package_spdx_setscene.5d8027ae1de64bf40b966871a0e5541fec57fe199f541021c8adee099eb3651a not available\nNOTE: Running setscene task 5544 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_create_package_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/python3-dir.bbclass (from /home/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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgcc/14.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:11)\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/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/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-setuptools-scm_8.1.0.bb:do_create_package_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/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: 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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_create_spdx.3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_create_spdx_setscene.3973f97fd19a1784f586aeddd70026a66931b5d00ea8801e5394f3271e45da27 not available\nNOTE: Running setscene task 5545 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_create_spdx_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.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/python-six.inc: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/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: 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/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-trove-classifiers_2024.5.22.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: Considering setscene task: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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-trove-classifiers_2024.5.22.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-trove-classifiers_2024.5.22.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:10)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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_24.0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_packagedata.885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_packagedata_setscene.885e1e66b204eed3650a1f8af511990e0e0011bb36855688f9809413a3f28387.qemux86_64 not available\nNOTE: Running setscene task 5547 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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/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-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_create_spdx.2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_create_spdx_setscene.2f966f683f143d4e4d7e02e4d0d26b55572f6ca2189ed18e8d0337b2c021b63f not available\nNOTE: Running setscene task 5548 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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-devtools/python/python3-importlib-metadata_7.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_populate_lic.be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_populate_lic_setscene.be2449edf8cc782b4fcb32083efff6f618a622f700d110853e7a45f53fd812dd not available\nNOTE: Running setscene task 5549 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_populate_lic_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:1: including glibc.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-setuptools-scm-native/8.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.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/recipes-core/glibc/glibc-ld.inc:1)\nDEBUG: Inheriting /home/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.2.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-core/glibc/glibc.inc: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-pyparsing_3.1.2.bb:17)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-setuptools-native/69.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.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_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-trove-classifiers_2024.5.22.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/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-trove-classifiers_2024.5.22.bb: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-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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:10)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_package_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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:2: including glibc-version.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:129: including glibc-package.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-trove-classifiers_2024.5.22.bb:10)\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/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-setuptools-native/69.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-devtools/python/python3-setuptools_69.5.1.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_create_package_spdx.0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_create_package_spdx_setscene.0b03f6ff09f810eb35340b108cf45ec14914f940729abb19258d63d6a03eb385 not available\nNOTE: Running setscene task 5550 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_populate_lic.22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_populate_lic_setscene.22f06e25be2ae83bfcd4598459792c90b2f42fc0e9978d0bf891088d86f5cfeb not available\nNOTE: Running setscene task 5551 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_create_package_spdx.8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_create_package_spdx_setscene.8c7a6b15154e98ddcd013c0bb6fdc934463e4b1d9e76c52c40760d4a1157fb75 not available\nNOTE: Running setscene task 5552 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_create_package_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-pygments_2.18.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-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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-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/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/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: Inheriting /home/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/python/python3-tomli_2.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.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/nopackages.bbclass (from /home/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-tomli_2.0.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-typing-extensions_4.12.2.bb:20)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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-typing-extensions_4.12.2.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/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-typing-extensions_4.12.2.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/python_flit_core.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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/nopackages.bbclass (from /home/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-typing-extensions_4.12.2.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: 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.43.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/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_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/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-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_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.43.0.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-importlib-metadata-native/7.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/python/python3-trove-classifiers_2024.5.22.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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/python/python3-pip_24.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_populate_lic.f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_populate_lic_setscene.f20acede0758aea12aade8df572f5185a880cfe422e6669b08c5e7474211c064 not available\nNOTE: Running setscene task 5553 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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-devtools/python/python3-pyparsing_3.1.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-wheel_0.43.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-wheel_0.43.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: Inheriting /home/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.43.0.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-trove-classifiers_2024.5.22.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pygments-native/2.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-3496823/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-3496823/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-3496823/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-3496823/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_create_package_spdx.4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_create_package_spdx_setscene.4000cd6bc2885db1118a37ebc2e4d02aa4768d7645d99b04ad41ca3b066e1930 not available\nNOTE: Running setscene task 5554 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_package_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-six_1.16.0.bb:do_create_package_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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_package_spdx which could be accelerated\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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-trove-classifiers-native/2024.5.22/source-date-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.12.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:10)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-zipp_3.19.2.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-3496823/tmp/work/x86_64-linux/python3-pip-native/24.0/source-date-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/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-trove-classifiers_2024.5.22.bb:do_create_package_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: Inheriting /home/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.43.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc/2.39+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.39.bb:do_packagedata which could be accelerated\nDEBUG: Considering setscene task: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_packagedata', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pyparsing-native/3.1.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.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-trove-classifiers-native/2024.5.22/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-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_packagedata.3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106.qemux86_64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_packagedata_setscene.3ee3d90b9a1c97bdb087b46be3e719a0786fa246acc8d82c8c7ab57fde038106.qemux86_64 not available\nNOTE: Running setscene task 5556 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_packagedata_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_create_spdx.b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_create_spdx_setscene.b03a25a2b727ff4416c7b987e92fc5209cf75c4a853deb8276dd4c2c9903880a not available\nNOTE: Running setscene task 5557 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_spdx.3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_create_spdx_setscene.3d562d1ec168342be6034b659706f6912261a432765f7a5be41fd4ee22c61e1d not available\nNOTE: Running setscene task 5558 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_populate_lic.b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_populate_lic_setscene.b4cb44d06143cdb6966fa8ee7867a3cff12a9902ff464e03876269bf2f60e236 not available\nNOTE: Running setscene task 5559 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_create_package_spdx.dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_create_package_spdx_setscene.dea486758adb006249fb9df7e35f91d6c9e5257deabc2a7d4b068895612ca59a not available\nNOTE: Running setscene task 5560 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_package_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-wheel_0.43.0.bb:0)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_populate_lic.c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_populate_lic_setscene.c4d9a82375e56491c5a1cf05360343bd7add1a24ff5dde607f875833ba577cf6 not available\nNOTE: Running setscene task 5561 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:1: including linux-libc-headers.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_create_package_spdx.4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_create_package_spdx_setscene.4a9f3f284aea36c132ea1688a1ed3a1867a586ad2ece9d5bccbc923dab3f08da not available\nNOTE: Running setscene task 5562 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_create_package_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-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: Inheriting /home/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.24.2.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.24.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_hatchling.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/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_populate_lic.570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_populate_lic_setscene.570e85a1d876be6db2772420a81b614e6cef0eae651fe7c5b1510ec44d48b6b4 not available\nNOTE: Running setscene task 5563 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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_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/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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.19.2.bb:10)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-typing-extensions-native/4.12.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_3.12.4.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-3496823/tmp/work/x86_64-linux/python3-typing-extensions-native/4.12.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_create_package_spdx.c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_create_package_spdx_setscene.c8f9803500c11d63443719130bd4a0a072aaa45e2fe67f7143c112ce617fd4df not available\nNOTE: Running setscene task 5564 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_create_package_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_populate_lic 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: Inheriting /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/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.4.bb: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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_create_package_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/python/python3_3.12.4.bb:63)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.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-devtools/python/python3_3.12.4.bb:63)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_populate_lic.e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_populate_lic_setscene.e3f8d63e97dc6c66dc39ca2383d4d2641609006cc07ce4c270cc13563b383e4a not available\nNOTE: Running setscene task 5565 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.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/recipes-devtools/python/python3_3.12.4.bb: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-devtools/python/python3_3.12.4.bb:63)\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.1.bb:59)\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.4.bb:63)\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.4.bb:63)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-wheel-native/0.43.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-devtools/rpm/rpm_4.19.1.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-devtools/rpm/rpm_4.19.1.1.bb:59)\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.4.bb:63)\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.1.bb:59)\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.4.bb:63)\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.1.bb:59)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/python/python3_3.12.4.bb:63)\nDEBUG: 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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_create_package_spdx.b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_create_package_spdx_setscene.b21d9fae85a980674e8c0233166861e9a82eae6c17448b259810eaba05cc2335 not available\nNOTE: Running setscene task 5566 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_package_spdx_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/python/python3_3.12.4.bb:63)\nDEBUG: 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.4.bb:63)\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.1.bb:59)\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.1.bb:59)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.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/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: 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/autotools-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.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/python3-dir.bbclass (from /home/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: Inheriting /home/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.19.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: Inheriting /home/pokybuild/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/rust/cargo_1.75.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_populate_lic.df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_populate_lic_setscene.df44330a692667484da7ac0b49b113fd4b8c87a9089e47b102ee1d90232e06b0 not available\nNOTE: Running setscene task 5567 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.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/rsync/rsync_3.3.0.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/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-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_create_package_spdx.0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_create_package_spdx_setscene.0936aaf15ab214c2ef968a186a28a369496c4f779ead00ece85a4ee900488f1a not available\nNOTE: Running setscene task 5568 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_populate_lic.341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_populate_lic_setscene.341492cff547e66b9fe71eff1387e7c1fc382a4cee308c565df7fa688a815b4e not available\nNOTE: Running setscene task 5569 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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.75.0.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: 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-devtools/rust/cargo_1.75.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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.75.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:9: including rust-source.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:9: including rust-source.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/rust/cargo_1.75.0.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-devtools/rust/rust-llvm_1.75.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-wheel-native/0.43.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-wheel_0.43.0.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_create_package_spdx.3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_create_package_spdx_setscene.3ba8f31e3e38180e0a66948d6d7d09bb796629f677844d9dfb53112f85ebee30 not available\nNOTE: Running setscene task 5570 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_package_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-hatchling_1.24.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-six_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/python/python3-zipp_3.19.2.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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/relocatable.bbclass (from /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/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-zipp-native/3.19.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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_package_spdx 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/recipes-devtools/rust/rust_1.75.0.bb:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/linux-libc-headers/6.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-devtools/rust/rust_1.75.0.bb:219: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:220: including rust-snapshot.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_create_spdx.bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_create_spdx_setscene.bdb4ded751286f11b1086d04672a54e0a93ef95943cac082d3b9c6f68fc41c29 not available\nNOTE: Running setscene task 5571 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-devtools/rpm/rpm_4.19.1.1.bb:0)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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/rsync/rsync_3.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/rsync/rsync_3.3.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.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_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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: SITE files ['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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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: 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.9.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.9.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.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.9.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.9.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.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.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/rust/rust-llvm_1.75.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: ['dwarfsrcfiles-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.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: ['ttyrun', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['libpcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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: ['formfactor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.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: ['perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.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: ['python3-setuptools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: ['xset', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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: ['init-ifupdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.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: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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: ['sysvinit-inittab', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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: ['xtrans', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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: ['pixman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.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: ['matchbox-desktop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb']\nDEBUG:   considering dependency: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['ed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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: ['udev-extraconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.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: ['libfm-extra', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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: ['python3-smartypants', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.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: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.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: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.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: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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: ['procps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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: ['packagegroup-core-x11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.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: ['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: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.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: ['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: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.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: ['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: ['python3-iniconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.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: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_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: ['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: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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: ['python3-zipp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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: ['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: ['packagegroup-core-sdk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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: ['gdbm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.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: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.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: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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: ['linux-libc-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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: ['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: ['file', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.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.13.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: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.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: ['cpio', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.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: ['libtasn1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.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: ['netbase', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.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: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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: ['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: ['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: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.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: ['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: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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: ['diffutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['expat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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: ['libcap-ng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.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: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.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: ['tar', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.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: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.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: ['ca-certificates', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.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-pathlib2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.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: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.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: ['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: ['debugedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.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: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.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: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.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: ['gi-docgen', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['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: ['lua', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.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: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_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: ['zstd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.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: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.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: ['libnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.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: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.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: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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: ['bzip2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.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: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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: ['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: ['libunwind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.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: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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: ['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: ['libjpeg-turbo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.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: ['speex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.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: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.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: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.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: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['iw', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: ['make', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.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: ['python3-importlib-metadata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.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: ['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: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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: ['go-helloworld', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.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: ['gnu-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_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: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.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: ['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: ['glib-2.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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: ['packagegroup-base', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.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: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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: ['libxcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.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: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.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: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.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.24.4.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.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: ['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: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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: ['gawk', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.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: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.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: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.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: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.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: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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: ['python3-toml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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: ['glibc-mtrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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: ['packagegroup-core-boot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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: ['libxshmfence', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.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: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.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: ['grep', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.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: ['tzdata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.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: ['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: ['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: ['alsa-ucm-conf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.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: ['libvorbis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.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: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.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: ['popt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.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: ['libsamplerate0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.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: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.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.2.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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: ['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: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.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: ['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: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.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: ['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: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: ['sysvinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.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: ['automake', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.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: ['shadow-securetty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.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: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['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: ['packagegroup-core-buildessential', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.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: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.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: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.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: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.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: ['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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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.75.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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-3496823/tmp/work/x86_64-linux/python3-zipp-native/3.19.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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-hatchling-native/1.24.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-six_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/python/python3-hatchling_1.24.2.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-zipp_3.19.2.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/python/python3_3.12.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_3.12.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-3496823/tmp/work/x86_64-linux/rsync-native/3.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/rsync/rsync_3.3.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/rpm-native/4.19.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/rpm/rpm_4.19.1.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/rpm-native/4.19.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/rpm/rpm_4.19.1.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/rsync-native/3.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/rsync/rsync_3.3.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-devtools/rust/rust_1.75.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-more-itertools_10.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-3496823/tmp/work/x86_64-linux/cargo-native/1.75.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-3496823/tmp/work/x86_64-linux/rust-llvm-native/1.75.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-3496823/tmp/work/x86_64-linux/rust-llvm-native/1.75.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/rust/cargo_1.75.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/cargo-native/1.75.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/rust/rust-llvm_1.75.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_lic which could be accelerated\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-3496823/tmp/work/x86_64-linux/python3-native/3.12.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-3496823/tmp/work/x86_64-linux/python3-native/3.12.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_3.12.4.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_lic which could be accelerated\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_recipe_qa', '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_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_populate_lic', '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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-more-itertools-native/10.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-3496823/tmp/work/x86_64-linux/rust-native/1.75.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.3.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_spdx.46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_create_spdx_setscene.46bba01f40562c3408e7650d8512e6ccd1b1998362f05b13dbe67fbe7319d18f not available\nNOTE: Running setscene task 5576 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_spdx.f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_create_spdx_setscene.f456ce2271d82d13be625b413f7d38912945bdf93b2717853eab18fc1e3e73ab not available\nNOTE: Running setscene task 5577 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_create_spdx.4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_create_spdx_setscene.4c114a87bfb1cf5c01825d390ab29037ceb0d7e9b1ccaf844516afb1be05201d not available\nNOTE: Running setscene task 5578 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_create_spdx.5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_create_spdx_setscene.5e2517206e1790d9c5655ea150249289dd5b5028e180521cc9a6355495de44f4 not available\nNOTE: Running setscene task 5579 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_create_spdx.217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_create_spdx_setscene.217c673e2ea09b9d61a1b32f224e26cc63b0350378fd3db519a1824ea6c8c987 not available\nNOTE: Running setscene task 5580 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_create_spdx.8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rsync-native/3.3.0.do_create_spdx_setscene.8b77e9bf97437fc2672d1c30a43ab031275b3f0b2c915f721e588661243ebbaf not available\nNOTE: Running setscene task 5581 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_populate_lic.3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_populate_lic_setscene.3e7777c0820cff3bf474e96c683846564553bf90d4dd54f998929e72f033d32e not available\nNOTE: Running setscene task 5582 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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-editables_0.5.bb:9)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_create_package_spdx.cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_create_package_spdx_setscene.cd8cc687809103a0db3c26dfc364b2b1ed684ae43031b7cebe9a619fe2de4bfb not available\nNOTE: Running setscene task 5583 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_create_package_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-pluggy_1.5.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/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.0.bb:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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/swig/swig_4.2.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_populate_lic.9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_populate_lic_setscene.9f0029ceee857ffb892c8543152b4c568caab3c4cbb55c74340e2512af58a1bc not available\nNOTE: Running setscene task 5584 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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-trove-classifiers_2024.5.22.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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-pluggy_1.5.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-zipp_3.19.2.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/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/rsync/rsync_3.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/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-zipp_3.19.2.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/python3-dir.bbclass (from /home/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/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/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-brokensep.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_create_package_spdx.6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_create_package_spdx_setscene.6ffdc96cb3bd41633fdabf42d5b5d964a8890492afae8079f11e494ca417c7f1 not available\nNOTE: Running setscene task 5585 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_package_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/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.75.0.bb: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-trove-classifiers_2024.5.22.bb:10)\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:22)\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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_populate_lic.1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_populate_lic_setscene.1dca8a83cabb385ba874ff5bb7756715e6b1b83d95af95476a92c8f7b03151e1 not available\nNOTE: Running setscene task 5586 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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/swig/swig_4.2.1.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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/swig/swig_4.2.1.bb:22)\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.75.0.bb:8)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_create_package_spdx.5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_create_package_spdx_setscene.5318130c79742d0de6ce574ea4a1642906c6d4924aeb8417eab5580d6b3d1e64 not available\nNOTE: Running setscene task 5587 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_create_package_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:219: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:220: including rust-snapshot.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/swig/swig_4.2.1.bb:22)\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-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_lic.14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_lic_setscene.14d61f22160f77ade55fb6ce0f5da115bcf651f6dcf858103574d1baa9250594 not available\nNOTE: Running setscene task 5588 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.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-devtools/tcltk/tcl_8.6.14.bb:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_package_spdx.337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_package_spdx_setscene.337351bd604c11ce43a86c3c6e97ab011dc254229421e96742d2872e7ae46a2b not available\nNOTE: Running setscene task 5589 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_package_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/tcltk/tcl_8.6.14.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-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_lic.7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_populate_lic_setscene.7f5f5047b888ee512688e567047424825cc80842de1a2dd4a50736c3d19cbee7 not available\nNOTE: Running setscene task 5590 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb: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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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/autotools.bbclass:31)\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-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_create_package_spdx.0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_create_package_spdx_setscene.0cb9b2dfe7439aabaaf02385582c8ed311f5f7ce432b50840328ec16c5671548 not available\nNOTE: Running setscene task 5591 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_package_spdx_setscene)\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.14.bb: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-devtools/tcltk/tcl_8.6.14.bb: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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_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/binconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb: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-devtools/unfs3/unfs3_git.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-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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb (full)\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/pkgconfig.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/vala/vala_0.56.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-devtools/vala/vala_0.56.17.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/vala/vala_0.56.17.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-devtools/vala/vala_0.56.17.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/vala/vala_0.56.17.bb:55)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-editables_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: Inheriting /home/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-zipp_3.19.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/rsync/rsync_3.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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-trove-classifiers_2024.5.22.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/swig/swig_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/nopackages.bbclass (from /home/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.2.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-devtools/rust/rust_1.75.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/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/unfs3/unfs3_git.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/tcltk/tcl_8.6.14.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /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/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/unfs3/unfs3_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/tcltk/tcl_8.6.14.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /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/vala/vala_0.56.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/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-editables_0.5.bb:do_create_spdx which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_populate_lic.d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_populate_lic_setscene.d0503566ad5cb886f3babb1e5dc7d5a54e2e94eca32872601224d38e089c6382 not available\nNOTE: Running setscene task 5592 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/rsync-native/3.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-3496823/tmp/work/x86_64-linux/python3-zipp-native/3.19.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.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-zipp_3.19.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pluggy-native/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-3496823/tmp/work/x86_64-linux/python3-trove-classifiers-native/2024.5.22/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.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/python/python3-trove-classifiers_2024.5.22.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/swig-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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/swig-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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-devtools/vala/vala_0.56.17.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/vala/vala_0.56.17.bb:55)\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-devtools/swig/swig_4.2.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_package_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_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/tcl-native/8.6.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-3496823/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/rust-native/1.75.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-3496823/tmp/work/x86_64-linux/tcl-native/8.6.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/tcltk/tcl_8.6.14.bb:do_create_package_spdx which could be accelerated\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/unfs3/unfs3_git.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.14.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_spdx.63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_create_spdx_setscene.63245142983ae4267d06cc293f1f0a2d1e1a320f37b7fb492127bffb3255c4ed not available\nNOTE: Running setscene task 5593 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.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-3496823/tmp/work/x86_64-linux/vala-native/0.56.17/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/vala/vala_0.56.17.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_create_spdx.7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_create_spdx_setscene.7a4532a4319dcbb1f0340f295982fc27eaa719ed6c72315c9c5a4ba24a9769a2 not available\nNOTE: Running setscene task 5594 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_spdx.8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_create_spdx_setscene.8b2dbc5746886c321686606494bb1abe88bd0b575a7fc967af5f0f04aefeccf3 not available\nNOTE: Running setscene task 5595 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_create_spdx.6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_create_spdx_setscene.6f1fc36facfc81894ca89559328d4a39e4fcf4e5a400e1653cc7de5241956ec3 not available\nNOTE: Running setscene task 5596 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_create_spdx.2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/tcl-native/8.6.14.do_create_spdx_setscene.2e78ef67028c859347024fa2db2cf68658506b7eea41cdaad140e7cc3e74b3bf not available\nNOTE: Running setscene task 5597 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_create_spdx.3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_create_spdx_setscene.3270b6b57d6315aa44cd17e2bc2c3daca41e69250b6ceac8f264d2cd36050e07 not available\nNOTE: Running setscene task 5598 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_spdx.ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unifdef-native/2.12.do_create_spdx_setscene.ee513b166e6dd504cfec0d9bd93265dba1b0ee7b7a07cd7d16b1d66fed7dd431 not available\nNOTE: Running setscene task 5599 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_spdx_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_package_spdx.9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_package_spdx_setscene.9c3342f704d8531c4f7aabb1edce24cfdeee29d5f6b264098f3fa9276bc782bc not available\nNOTE: Running setscene task 5600 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.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-setuptools-scm_8.1.0.bb:13)\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-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_lic.f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_populate_lic_setscene.f865630fc95cd0021d4ed77f8af2665e4ed97f6e362cf74611344d9d2dbee1e3 not available\nNOTE: Running setscene task 5601 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.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 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_package_spdx.eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_package_spdx_setscene.eaad4721e6061e22272fdfe79c58e3da2c1b33dfbb8464a221bff07b26bb5108 not available\nNOTE: Running setscene task 5602 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_package_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-toml_0.10.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-scm_8.1.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: Inheriting /home/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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/swig/swig_4.2.1.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-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: 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-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_lic.36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_populate_lic_setscene.36c79dc9e9ff01e184ccbd0c4743cd6e3e529666bc1ebbd57b9c44e4103cf5b8 not available\nNOTE: Running setscene task 5603 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.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-devtools/swig/swig_4.2.1.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.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-devtools/tcltk/tcl_8.6.14.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/autotools.bbclass:31)\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/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: 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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:38)\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/xmlto/xmlto_0.0.28.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/unfs3/unfs3_git.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-devtools/xmlto/xmlto_0.0.28.bb:16)\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.14.bb:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_package_spdx.3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_package_spdx_setscene.3794b3d6d0b2a300a5b3b772dea6275ac9207ff43ca11e24df77d752f8b5cbbc not available\nNOTE: Running setscene task 5604 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_package_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/xmlto/xmlto_0.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-devtools/xmlto/xmlto_0.0.28.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-extended/asciidoc/asciidoc_10.2.0.bb (full)\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-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_lic.47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_populate_lic_setscene.47b92ac8e1ba48fd7404de054b7e0cadafb5bc194a0a3f0f828ce3e2a1965a38 not available\nNOTE: Running setscene task 5605 of 6657 (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/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/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-extended/asciidoc/asciidoc_10.2.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_package_spdx.32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_package_spdx_setscene.32ad24096430ee031f3b1467814079bfcf975987c1199a4f9de8291dfa06f2c3 not available\nNOTE: Running setscene task 5606 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_package_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-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/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: 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-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_lic.379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_lic_setscene.379e641df2eb6c03717a98e8817c53819d9575dc4e16ed0764a35f8865493988 not available\nNOTE: Running setscene task 5607 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.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: 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: 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/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/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/siteinfo.bbclass (from /home/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-extended/bzip2/bzip2_1.0.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-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/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/texinfo.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: 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/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/bzip2/bzip2_1.0.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-extended/bc/bc_1.07.1.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/bzip2/bzip2_1.0.8.bb:41)\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: SITE 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-setuptools-scm_8.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-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-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/relocatable.bbclass (from /home/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-calver_2022.6.26.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-devtools/swig/swig_4.2.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/xmlto/xmlto_0.0.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-devtools/tcltk/tcl_8.6.14.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/xmlto/xmlto_0.0.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/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: Inheriting /home/pokybuild/yocto-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/asciidoc/asciidoc_10.2.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/vala-native/0.56.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/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/vala/vala_0.56.17.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_package_spdx.aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_package_spdx_setscene.aa56cb0d82d3d05567c15d682f5b842a20e892c2c3e58679e561bb8b73289673 not available\nNOTE: Running setscene task 5608 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_package_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/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/cracklib/cracklib_2.9.11.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-extended/cracklib/cracklib_2.9.11.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/siteinfo.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/cracklib/cracklib_2.9.11.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/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-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-recipe/nopackages.bbclass (from /home/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-3496823/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-3496823/tmp/work/x86_64-linux/python3-setuptools-scm-native/8.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-3496823/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: 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: 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-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_lic.f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_populate_lic_setscene.f8b61e84785e3a72a1b2643ca7152cb0a48ab3c200cbe01236d9a6a86c4a5de9 not available\nNOTE: Running setscene task 5609 of 6657 (virtual:native:/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-3496823/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-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.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-toml_0.10.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-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/unfs3/unfs3_git.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/swig-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-3496823/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: SITE files ['endian-little', 'common-linux', '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-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_create_spdx 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_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/tcl-native/8.6.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-3496823/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: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_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_package_spdx which could be accelerated\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/autotools.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-3496823/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/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/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/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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_package_spdx which could be accelerated\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_create_spdx.d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_create_spdx_setscene.d96d98bde3c96f793bc3621da27d576acf826accc9b5da695e52de86e8fd79d5 not available\nNOTE: Running setscene task 5610 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/bzip2/bzip2_1.0.8.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_spdx.c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_create_spdx_setscene.c0063ba614f415f0e86f10c1c492958c32f522df4c4fe2e732a79e8556d053b1 not available\nNOTE: Running setscene task 5611 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_package_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/cracklib/cracklib_2.9.11.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_create_spdx.e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_create_spdx_setscene.e71a25c931866514bb09321003f993d3de784f4dfe06adac8e557348eb2e322f not available\nNOTE: Running setscene task 5612 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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: ['swig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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.2.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.2.1.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_populate_sysroot.513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_populate_sysroot_setscene.513030426f1eef62e41237d17b5679e0f3bdc2e84293b28a7134d4975221fb62 not available\nNOTE: Running setscene task 5613 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb (full)\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.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.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.14.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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-packaging_24.1.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_24.1.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-tomli_2.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/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/python3-dir.bbclass (from /home/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-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: 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.14.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.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/python3-dir.bbclass (from /home/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-typing-extensions_4.12.2.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/python3targetconfig.bbclass (from /home/pokybuild/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.12.2.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: Considering setscene task: ['tcl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.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.14.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.14.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.14.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.14.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.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/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-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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_sysroot.b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_populate_sysroot_setscene.b84daf26e923332bc88282cb92f2935193d258ce4bc8006097d0acc222bfcaca not available\nNOTE: Running setscene task 5617 of 6657 (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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:22)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_spdx.62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/asciidoc-native/10.2.0.do_create_spdx_setscene.62c5e73b6a75576a2c8603ccc7bf4dbbeda3f4a9ed64ba326c9cc69dc5dca781 not available\nNOTE: Running setscene task 5618 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/asciidoc/asciidoc_10.2.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_spdx.e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bc-native/1.07.1.do_create_spdx_setscene.e426b8da841f287b4a887ac08ef11174daa5cb92155dba89780115ee3992a6ae not available\nNOTE: Running setscene task 5619 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_package_spdx.d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_package_spdx_setscene.d83a553ed6be8892c887128be4234dece4af051f91cebcf48cd2d7fe0b981f03 not available\nNOTE: Running setscene task 5620 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_lic.6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_populate_lic_setscene.6fb5bb8b9fd1984ff5c9275a9d8f249de5b3ee26217f3f050647f6b2e6021d01 not available\nNOTE: Running setscene task 5621 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_package_spdx.e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_package_spdx_setscene.e74a97967bc644ed4c7942418274e5d22a1f63e99be1c17760b3339cf243486a not available\nNOTE: Running setscene task 5622 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_lic.d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_populate_lic_setscene.d7cbbc8499ed7230798efbb6fadf3ae137aa5344a54f140f79aa88cdcd21da08 not available\nNOTE: Running setscene task 5623 of 6657 (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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_package_spdx.842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_package_spdx_setscene.842068d18d6abf3a45dfc119a9c5d8b705f609c5add84937829ed4b3a19c0d66 not available\nNOTE: Running setscene task 5624 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_package_spdx_setscene)\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/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: 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: 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-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_lic.4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_populate_lic_setscene.4a33b9467581b04fff90e38d853990f133e45496a60e99b0f3d51b9f82af48b9 not available\nNOTE: Running setscene task 5625 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.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/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/unfs3/unfs3_git.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/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-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_create_package_spdx.ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_create_package_spdx_setscene.ed133eb99c4fa1e4b1058e9877800b2cd06a4c02880bdc41f93d600dd33a5c91 not available\nNOTE: Running setscene task 5626 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_package_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/setuptools3.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb (full)\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/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: 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: Inheriting /home/pokybuild/yocto-worker/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/gperf/gperf_3.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: SITE files ['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/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: 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/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 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/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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/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/recipes-extended/libarchive/libarchive_3.7.4.bb:40)\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: SITE files ['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-extended/groff/groff_1.23.0.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-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/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_package_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.4.bb: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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_spdx.8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cracklib-native/2.9.11.do_create_spdx_setscene.8d1eea0de88facd97c104e29e27d3f53469ed46a7e86d865bc6a6375db7d46c1 not available\nNOTE: Running setscene task 5627 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_spdx_setscene)\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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-tomli_2.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/nopackages.bbclass (from /home/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-typing-extensions_4.12.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 //source-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:0)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/cracklib/cracklib_2.9.11.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:0)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_populate_lic.819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_populate_lic_setscene.819ae2a9d2b38eec55c503cdb5241005db59dfc1f3bb8b291e9b4e5850192700 not available\nNOTE: Running setscene task 5628 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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: 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-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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/cwautomacros/cwautomacros_20110201.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-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/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-recipe/nopackages.bbclass (from /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-extended/libarchive/libarchive_3.7.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/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb: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/relocatable.bbclass (from /home/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-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: SITE 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 //source-date-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-extended/libarchive/libarchive_3.7.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-packaging-native/24.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-3496823/tmp/work/x86_64-linux/python3-typing-extensions-native/4.12.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-3496823/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: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_package_spdx.c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_package_spdx_setscene.c6e3d7ec4c9bc00760e7cc76a606093f98a5d7bb05221839deb3716027cf4d7a not available\nNOTE: Running setscene task 5629 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_package_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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-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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/x86_64-linux/swig-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-devtools/swig/swig_4.2.1.bb:do_populate_sysroot 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_package_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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/nopackages.bbclass (from /home/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-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: 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/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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/cwautomacros-native/20110201/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gperf-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-3496823/tmp/work/x86_64-linux/gperf-native/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-devtools/unfs3/unfs3_git.bb:do_populate_sysroot 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_package_spdx which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.2.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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.2.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-extended/bc/bc_1.07.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_package_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-3496823/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: 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: Considering setscene task: ['swig-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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.2.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.2.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.2.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.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_recipe_qa.04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/swig-native/4.2.1.do_recipe_qa_setscene.04a5cb1e7e395f706ef034a53f0b235c0f8dea99dae290f40c91aaa7f2f477d6 not available\nNOTE: Running setscene task 5631 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libarchive-native/3.7.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/libarchive/libarchive_3.7.4.bb:do_create_package_spdx which could be accelerated\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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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: ['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_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb']\nDEBUG:   considering dependency: ['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-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_recipe_qa.1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unfs3-native/0.10.0.do_recipe_qa_setscene.1f096f3d1be49e2137125d3d1a16fa25c68d70cad573e375785fe9decab7086f not available\nNOTE: Running setscene task 5633 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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/swig/swig_4.2.1.bb:22)\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: 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_4.2.1.bb:22)\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_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_deploy_source_date_epoch', '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_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_lic', '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: 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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:29)\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: ['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: ['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', '/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.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: ['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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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_populate_sysroot', '/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_deploy', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:29)\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: 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_populate_sysroot', '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_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_recipe_qa', '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: 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', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb']\nDEBUG:   considering dependency: ['cracklib', 'do_populate_sysroot', '/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:   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: 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: 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:0)\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_create_spdx', '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_populate_sysroot', '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: Inheriting /home/pokybuild/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-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_spdx.a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cwautomacros-native/20110201.do_create_spdx_setscene.a986bb78003b52654be859cd16b0824016f7795b076b320e5279a4e2abe09bd1 not available\nNOTE: Running setscene task 5643 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_spdx.ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/groff-native/1.23.0.do_create_spdx_setscene.ab1fab32fa3e7dfa18b9a2ca79e3f2a509493d6e6c75af5f0180c205be254560 not available\nNOTE: Running setscene task 5644 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_lic.daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_lic_setscene.daa9e9438655b214d83824bc1c2d9bfc6277c471594e2db099af498250d1add7 not available\nNOTE: Running setscene task 5645 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_package_spdx.928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_package_spdx_setscene.928be623da315496ab8c30594c28b3aab0d003dd24928441dac26abafbf4369c not available\nNOTE: Running setscene task 5646 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_lic.260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_lic_setscene.260ab7cd29c3a4f902e818217c198e26f9c0633bbd0cc3a39e8fef36e9f1daec not available\nNOTE: Running setscene task 5647 of 6657 (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/cwautomacros/cwautomacros_20110201.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_create_package_spdx.e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_create_package_spdx_setscene.e5eaa09cb1d5a78b139c27430b759a09fcf50c45fa4305bf7e1c7155cacddeed not available\nNOTE: Running setscene task 5648 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_package_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-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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_populate_lic.bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_populate_lic_setscene.bd57a110fbf3ac34c9ba592ed97cc878600aa69df6ab657b696ddb808bd0eb56 not available\nNOTE: Running setscene task 5649 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_package_spdx.51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_package_spdx_setscene.51165fdb221c3c93b6b2f200662db8a5b86e6763a8195a7da76f939a70bd79cb not available\nNOTE: Running setscene task 5650 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_package_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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libarchive-native/3.7.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/classes-recipe/multilib_script.bbclass:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb (full)\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-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_lic.affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_lic_setscene.affe95d0dc5ac801020e05e7d95150094ed5530f7c484e89f42f52b9912c4dfa not available\nNOTE: Running setscene task 5651 of 6657 (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/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/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-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-extended/libsolv/libsolv_0.7.29.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/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/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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:19)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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/gtk-doc.bbclass:38)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_create_package_spdx.cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_create_package_spdx_setscene.cac43b22ec3d3c38f10b7a685dd60fb061fb627ec860b8464bf27a40f32a2a83 not available\nNOTE: Running setscene task 5652 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_create_package_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-extended/libsolv/libsolv_0.7.29.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/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/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.29.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.29.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_populate_lic.d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_populate_lic_setscene.d0758a92d536f5ddd975539f126ab95798c261a7cd7214a05d3c00e0343cd00c not available\nNOTE: Running setscene task 5653 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.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/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/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_create_package_spdx.1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_create_package_spdx_setscene.1f9b2f3dea54c332f4e4827fb0f813adb50b98e667edc262bcff598b1c870026 not available\nNOTE: Running setscene task 5654 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_package_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: 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 task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_populate_lic.daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_populate_lic_setscene.daee082ad6e056dfa9ab7db8ed71a3f955bbbd6e452a24b952118c67c66ecce5 not available\nNOTE: Running setscene task 5655 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.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/swig/swig_4.2.1.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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-devtools/unfs3/unfs3_git.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: 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/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-3496823/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: 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_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_package_spdx.508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_package_spdx_setscene.508f60f127a48a475049084e7432806e7038181264d5660cf070942a2cc7c632 not available\nNOTE: Running setscene task 5656 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_package_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-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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.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/libnsl/libnsl2_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-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/groff/groff_1.23.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/libidn/libidn2_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-extended/libsolv/libsolv_0.7.29.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /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/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: 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.29.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 //source-date-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: SITE files ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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-extended/lzip/lzip_1.24.1.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/swig-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-extended/lzip/lzip_1.24.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: 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: 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-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_lic.1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_lic_setscene.1b49dd2dec63c0581e047aa19d02e86444697b330b81c08d806fe697198078c7 not available\nNOTE: Running setscene task 5657 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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: 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/lzlib_1.14.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-extended/lzip/lzlib_1.14.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-extended/pbzip2/pbzip2_1.1.13.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/cwautomacros-native/20110201/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/cwautomacros/cwautomacros_20110201.bb:do_create_spdx which could be accelerated\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_create_spdx', '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:   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_populate_sysroot', '/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_populate_lic', '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_sysroot', '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: 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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_package_spdx.a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_package_spdx_setscene.a0549d96692e27dd37aa1427cfcd343c680bd48ec3668cf8a9ddddf01be11695 not available\nNOTE: Running setscene task 5661 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_create_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_package_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-extended/libnsl/libnsl2_git.bb:do_populate_lic which could be accelerated\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-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_lic.21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_populate_lic_setscene.21f509112acd55df122439ba13ba5dec4defaae85751427d3f577483817a215e not available\nNOTE: Running setscene task 5662 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:do_populate_lic_setscene)\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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\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: ['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.1.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: ['nasm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['man-db', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libsolv-native/0.7.29/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-namespacesupport-perl_1.12.bb (full)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb:22)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_package_spdx 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_package_spdx 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb (full)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libsolv-native/0.7.29/source-date-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-extended/perl/libxml-namespacesupport-perl_1.12.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/lzip-native/1.24.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-3496823/tmp/work/x86_64-linux/lzip-native/1.24.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-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: 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/libsolv/libsolv_0.7.29.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_create_package_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-extended/perl/libxml-namespacesupport-perl_1.12.bb:22)\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_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_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_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_populate_sysroot', '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: 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: 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-3496823/tmp/work/x86_64-linux/lzlib-native/1.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-3496823/tmp/work/x86_64-linux/lzlib-native/1.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_create_spdx.20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_create_spdx_setscene.20daf8fe072217c8e74d3127953e8db525788812d5c08dc284ac39f225e26c16 not available\nNOTE: Running setscene task 5666 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_create_spdx.8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzip-native/1.24.1.do_create_spdx_setscene.8022663fb33f2d531723fe648de69aa973f141a4434cffcd10dcedeaefd56ef1 not available\nNOTE: Running setscene task 5667 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_package_spdx.17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_package_spdx_setscene.17395f6e792161ee9e8838180770d46c55b887ae70950986a3fb81a1af5d0ae2 not available\nNOTE: Running setscene task 5668 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_lic.6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_populate_lic_setscene.6020cbcc92b97c3dd388481c682eb5ebec24501ab51aedfcad515040186745e2 not available\nNOTE: Running setscene task 5669 of 6657 (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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_package_spdx.538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_package_spdx_setscene.538364aedaa9fd77941a54a3cf1f71bd25eaca179b979a151a1cd70c222db22e not available\nNOTE: Running setscene task 5670 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_lic.7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_populate_lic_setscene.7176d1d621163916a2be3725c706d8e621607879ed3f54b7a26991a0e8e2bb28 not available\nNOTE: Running setscene task 5671 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_package_spdx.414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_package_spdx_setscene.414d80d2e5789897a9204cfcc9b6035defbfc2f831acaa8ad898c3fe00badce6 not available\nNOTE: Running setscene task 5672 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_package_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-extended/libsolv/libsolv_0.7.29.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb (full)\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-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_lic.f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_lic_setscene.f04dd9ab22b02b4c25712e31c83c515bc13d673d73d5dfe6243ff028dbaac560 not available\nNOTE: Running setscene task 5673 of 6657 (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/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: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_create_package_spdx.5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_create_package_spdx_setscene.5339a723a386d3eaa31eba5abe43142780668474dd4a418bdd1850ca9a3a0dd2 not available\nNOTE: Running setscene task 5674 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_package_spdx_setscene)\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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_populate_lic.02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_populate_lic_setscene.02b7cc63764da937f1986516f97fc31f9e5a3e420d381aa620ebf15db0139312 not available\nNOTE: Running setscene task 5675 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_populate_sysroot.512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_populate_sysroot_setscene.512bd1884dfcd4dd89f1af67ed14a25c99994c1755afbc3a4f45f0f79efda0f4 not available\nNOTE: Running setscene task 5676 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_package_spdx.4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_package_spdx_setscene.4484a0fd04b3090b0d1feb6ba88e0a2d61afaeb0e90aba89b1dbb50cf92206b9 not available\nNOTE: Running setscene task 5677 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-base-perl_1.09.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: 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/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/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: 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/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: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_package_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 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: 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: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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/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/shadow/shadow_4.15.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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/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/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/shadow/shadow_4.15.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-extended/shadow/shadow.inc:191)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:1: including shadow.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/shadow/shadow.inc: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-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-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/shadow/shadow.inc:191)\nDEBUG: 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-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:191)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_spdx.6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_create_spdx_setscene.6f4c671857022d43ead46ae4da6da02d343791ea2cb8306fb12fd2504376c693 not available\nNOTE: Running setscene task 5678 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.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/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: SITE files ['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/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: SITE files ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb (full)\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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:0)\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-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_lic.46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_lic_setscene.46014581e1d9f751acb599460c1f4b3be4d9dc532daf2d85a7b3b40996b68a0c not available\nNOTE: Running setscene task 5679 of 6657 (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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/pigz/pigz_2.8.bb:0)\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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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-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-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/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/relocatable.bbclass (from /home/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-recipe/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/shadow/shadow_4.15.1.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-recipe/nopackages.bbclass (from /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/shadow/shadow_4.15.1.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/perl/libxml-namespacesupport-perl_1.12.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_create_package_spdx.94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_create_package_spdx_setscene.94e02b678046985daf6a18f08f4384d0e978f9224851871be6dc19d5be4ca820 not available\nNOTE: Running setscene task 5680 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_package_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-extended/shadow/shadow_4.15.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: 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: Inheriting /home/pokybuild/yocto-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/xz/xz_5.4.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-extended/xz/xz_5.4.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/lzip-native/1.24.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-extended/pbzip2/pbzip2_1.1.13.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.6.bb:36)\nDEBUG: Inheriting /home/pokybuild/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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-extended/xz/xz_5.4.6.bb:42)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/pigz-native/2.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-3496823/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: ['lzip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb']\nDEBUG:   considering dependency: ['ed', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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.1.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.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_populate_sysroot 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/libsolv-native/0.7.29/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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.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-extended/perl/libxml-sax-base-perl_1.09.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_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_spdx which could be accelerated\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_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_create_spdx.def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_create_spdx_setscene.def9195d9ea0e539ea846d99ff782bdd34c403c868e6ccf500a8647272e7b168 not available\nNOTE: Running setscene task 5683 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/perl/libxml-sax-perl_1.02.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/unzip/unzip_6.0.bb:0)\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.29.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.29.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.29.bb']\nDEBUG:   considering dependency: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_populate_sysroot.490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_populate_sysroot_setscene.490efcae1fd11ca5112523ce550ad157fd4707ccb49f5afa1fbda9336b9a03a8 not available\nNOTE: Running setscene task 5684 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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: ['lzip-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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.1.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.1.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.1.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.1.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.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_recipe_qa 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_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_spdx.f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-base-perl-native/1.09.do_create_spdx_setscene.f5ec28983a018d381978b5a0cefabc39a19bc768a4d7c4cdbfd9a6bf7f9d028d not available\nNOTE: Running setscene task 5686 of 6657 (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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/shadow-native/4.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-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_spdx.ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-sax-perl-native/1.02.do_create_spdx_setscene.ea763c15f0689246965b7b9d4ee819b23414e390c9d0843e78add2b19327fc13 not available\nNOTE: Running setscene task 5687 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-perl_1.02.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_spdx.1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_create_spdx_setscene.1f64e0635c46729de02cf77abfce663b7dcfe0dc30a926cbf73aaf15b3a3df0f not available\nNOTE: Running setscene task 5688 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_populate_lic.84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_populate_lic_setscene.84b90366f66c0993daf8f38bd5b1a60fe171f2ca387485eaa784435527f37dba not available\nNOTE: Running setscene task 5689 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/shadow-native/4.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-3496823/tmp/work/x86_64-linux/shadow-native/4.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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-devtools/rpm/rpm_4.19.1.1.bb:59)\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.1.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/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: 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-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_package_spdx.1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_package_spdx_setscene.1abb66a06af1adf7ddf114a3ae33d6b834e41a625c401f08c589efa9380db071 not available\nNOTE: Running setscene task 5690 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_package_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29.bb:21)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.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.4.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.4.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_populate_sysroot.84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_populate_sysroot_setscene.84047e48a95e26c98647c48f8a5ea876f8731a5abe00526052f3660e87814b13 not available\nNOTE: Running setscene task 5691 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_populate_sysroot_setscene)\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: 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/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: 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/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/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/ptest-perl.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_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/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/xz/xz_5.4.6.bb:36)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_create_spdx.be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_create_spdx_setscene.be850937b54f3a4a1683d1ccc96206a57a9b0abfcc01950e6243a970c84f432a not available\nNOTE: Running setscene task 5692 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_spdx_setscene)\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: 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/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/zip/zip_3.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/xz/xz_5.4.6.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-extended/xz/xz_5.4.6.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_sysroot.9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_populate_sysroot_setscene.9375412d3dd1eef79257c2c0a99838dd846f18a3be499d5b85661c0294ce8635 not available\nNOTE: Running setscene task 5693 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_populate_sysroot_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.6.bb:42)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.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-support/ptest-runner/ptest-runner_2.4.4.bb:37)\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.15.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_deploy_source_date_epoch which could be accelerated\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-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_lic.a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_populate_lic_setscene.a72f6e3506af5c62bfc2442bdb9433fe92acfaf31b72cf621a373c8d1c80f7c0 not available\nNOTE: Running setscene task 5695 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:1: including shadow.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_create_package_spdx.a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_create_package_spdx_setscene.a4a2ff49d2ec0a3b743b677ac47625c82cb9c36276c40c2e0fbbb84d01ba02b4 not available\nNOTE: Running setscene task 5696 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_populate_lic.ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_populate_lic_setscene.ca2ac91b69bb02ef3bc0929462fba4e3077698adb96d38e187f9e2962cccba17 not available\nNOTE: Running setscene task 5697 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_create_package_spdx.b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_create_package_spdx_setscene.b5f95301d112c95ad1e8f483d72588246cf45792247944cfe3bb87dd68a1cf41 not available\nNOTE: Running setscene task 5698 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_package_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/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:191)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.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/xz/xz_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: 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-3496823/tmp/work/x86_64-linux/unzip-native/6.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/zstd/zstd_1.5.6.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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/unzip/unzip_6.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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/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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.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.12.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: 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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.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.12.bb:27)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_populate_lic.0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_populate_lic_setscene.0cb98435cb2c284d7915f7fb3fc21bc0e361fe45a6d7f077dbcd12e72015e2db not available\nNOTE: Running setscene task 5699 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/rpm/rpm_4.19.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-extended/libsolv/libsolv_0.7.29.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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/python3native.bbclass (from /home/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-extended/pigz/pigz_2.8.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-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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-base-perl_1.09.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: 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.12.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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-extended/perl/libxml-sax-perl_1.02.bb:0)\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.12.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/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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.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.12.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xz-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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_package_spdx.261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_package_spdx_setscene.261908bd9ae471eb632b2209d4c62cbbf78b18f7882d289ce7ea2ea9d18bce05 not available\nNOTE: Running setscene task 5700 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_package_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-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: 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.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: 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.6.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ptest-runner/2.4.4+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-extended/zip/zip_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-extended/shadow/shadow_4.15.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-gnome/gnome/gconf_3.2.6.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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/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: SITE files ['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: SITE files ['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/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['base-files', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.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: ['base-files', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['ptest-runner', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['cronie', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_sysroot.cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_populate_sysroot_setscene.cfded8c38a8964b1d6fd262d1fbcf71569413540213357a769db9717f272d12a not available\nNOTE: Running setscene task 5701 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libsolv-native/0.7.29/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/rpm-native/4.19.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-3496823/tmp/work/x86_64-linux/pigz-native/2.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-3496823/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-devtools/rpm/rpm_4.19.1.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_sysroot 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_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.12.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_package_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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/meta-poky/recipes-core/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: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-extended/perl/libxml-sax-perl_1.02.bb:do_create_spdx which could be accelerated\nDEBUG: CONF file 'test_recipe.inc' not found\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xz-native/5.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-3496823/tmp/work/x86_64-linux/zstd-native/1.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-3496823/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-3496823/tmp/work/x86_64-linux/zstd-native/1.5.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-extended/xz/xz_5.4.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: 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/zstd/zstd_1.5.6.bb:do_create_package_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_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/zstd/zstd_1.5.6.bb:do_populate_lic 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/shadow-native/4.15.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.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: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['ptest-runner', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG:   considering dependency: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['cronie', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_populate_sysroot.9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_populate_sysroot_setscene.9d661c37f71d4923074d38305e13609b57d005e87944327f9e5ffb9315fd1eda not available\nNOTE: Running setscene task 5702 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/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: ['ptest-runner', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['ptest-runner', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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.4.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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.4.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['ptest-runner', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_recipe_qa.9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/ptest-runner/2.4.4+git.do_recipe_qa_setscene.9268e829ab5a41962d1aec4ac99d672c071936a54d72135d0ddcc85c398734ef not available\nNOTE: Running setscene task 5704 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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/shadow/shadow_4.15.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:1: including shadow.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_create_spdx.fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_create_spdx_setscene.fb706ce5329dd35a573a0b053e92ac40292eccff6d07a7b85664a8bb28a2fd27 not available\nNOTE: Running setscene task 5705 of 6657 (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/autotools.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-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_spdx.6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_create_spdx_setscene.6a4bb7a7b672497058446c638cf5759929c7c7f91120160cbfa0e4d3622127d9 not available\nNOTE: Running setscene task 5706 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_populate_sysroot.7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_populate_sysroot_setscene.7e71d4365ede41b96d42bc726a6b50aa798f2a3fec9d009c17cd02b542725a81 not available\nNOTE: Running setscene task 5707 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.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-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-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: 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.29.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:191)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gdk-pixbuf-native/2.42.12/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.29.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.29.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.29.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.29.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.29.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.29.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_recipe_qa.1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsolv-native/0.7.29.do_recipe_qa_setscene.1e4584adca836812244009452a89cce66f6bf4602fa5702de389f86b0affd480 not available\nNOTE: Running setscene task 5709 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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-support/ptest-runner/ptest-runner_2.4.4.bb:37)\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/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.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_package_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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.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/recipes-devtools/file/file_5.45.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\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_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-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_recipe_qa.f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pbzip2-native/1.1.13.do_recipe_qa_setscene.f09a16f0d201ecb7c733683b5b0036e8c40a67a2941da3ce9fe4401b28bacb88 not available\nNOTE: Running setscene task 5711 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_recipe_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: 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.1.bb:59)\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.1.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/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_spdx.8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-namespacesupport-perl-native/1.12.do_create_spdx_setscene.8636f76b1d2b2ce42b5795f5a9bfb3a76c878ca604a3258638cf508eb7a708f1 not available\nNOTE: Running setscene task 5712 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29.bb:21)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_sysroot.73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_populate_sysroot_setscene.73da0e13476f65da9bace4c0f8a95b58a90b10e6b6ed705222ce8866bb8e3ef7 not available\nNOTE: Running setscene task 5713 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['shadow-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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.15.1.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.15.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_recipe_qa.7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shadow-native/4.15.1.do_recipe_qa_setscene.7952429fcb9b83a5093a867a7ac09d0690ae7bdc5bfdc34d8d0c259215b94a2d not available\nNOTE: Running setscene task 5714 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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-extended/pbzip2/pbzip2_1.1.13.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_spdx.0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zip-native/3.0.do_create_spdx_setscene.0cba9afda175bc32b39155bc7ea875e8b0ad62203ba332bebd11b8afc54f42d4 not available\nNOTE: Running setscene task 5715 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_lic.b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_lic_setscene.b0bd7cfb5942442a9092312d20d31cc14404eee0efcaa5dfb03931db4bcd0218 not available\nNOTE: Running setscene task 5716 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_populate_lic_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_create_package_spdx.358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_create_package_spdx_setscene.358c12c40c82a288f3f5a0b48b87897deed651ddbf163235c51b6eef79b4657c not available\nNOTE: Running setscene task 5717 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_create_package_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/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: 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-3496823/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/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: 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/shadow/shadow_4.15.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:1: including shadow.inc\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: 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gdk-pixbuf-native/2.42.12/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: 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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-extended/shadow/shadow.inc: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-gnome/gnome/gconf_3.2.6.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-extended/shadow/shadow.inc: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/pkgconfig.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow.inc:191)\nDEBUG: 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/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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/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/classes-recipe/python3native.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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-recipe/qemu.bbclass (from /home/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.80.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.80.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.80.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.80.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.80.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.80.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-3496823/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: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_populate_lic', '/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-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_recipe_qa.ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/base-files/3.0.14.do_recipe_qa_setscene.ec590f640b8d8a89c528fdd01873559c286754963522db1f1889686e5c0d195b not available\nNOTE: Running setscene task 5719 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_spdx.bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_create_spdx_setscene.bf46ea28b82433bda8b9acdcde6759e6a0aebe8a0959cef4de69549f96ecc0b1 not available\nNOTE: Running setscene task 5720 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_populate_lic.006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_populate_lic_setscene.006b72c90b96bd5c3502a713222e0bb6b1ebeac6a1d5414cdf594bec67da09fb not available\nNOTE: Running setscene task 5721 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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-core/base-files/base-files_3.0.14.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb (full)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/meta-poky/recipes-core/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: 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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:13)\nDEBUG: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/meta-selftest/recipes-test/base-files/base-files_%.bbappend:2: including test_recipe.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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/classes-recipe/gnomebase.bbclass:31)\nDEBUG: CONF file 'test_recipe.inc' not found\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/relocatable.bbclass (from /home/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/python3-dir.bbclass (from /home/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-gnome/gobject-introspection/gobject-introspection_1.80.1.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/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/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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/ptest-runner/2.4.4+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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.1.bb:23)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/shadow/4.15.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/ptest-runner/ptest-runner_2.4.4.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/classes-recipe/multilib_script.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-recipe/nopackages.bbclass (from /home/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/pbzip2/pbzip2_1.1.13.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-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_create_package_spdx.ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_create_package_spdx_setscene.ff8f5b6438d232184932343114dc64883fd91f36fe0abfefb1b0bca226568fed not available\nNOTE: Running setscene task 5722 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_package_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/shadow/shadow_4.15.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/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: 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: SITE files ['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-gnome/gtk+/gtk+3_3.24.42.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.42.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-extended/shadow/shadow_4.15.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/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: Inheriting /home/pokybuild/yocto-worker/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/qemu.bbclass (from /home/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/gnome/gconf_3.2.6.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/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/relocatable.bbclass (from /home/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-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/nopackages.bbclass (from /home/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: ['libxcrypt', 'do_populate_sysroot', '/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:   considering dependency: ['sudo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.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: ['perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.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: ['sysvinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_sysroot.1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_populate_sysroot_setscene.1926e5b28ff56fddf7badc0bfbc401a397c33bba3976aea175f31fa8c6a02d46 not available\nNOTE: Running setscene task 5723 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.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-gnome/gobject-introspection/gobject-introspection_1.80.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-3496823/tmp/work/x86_64-linux/file-native/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.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-3496823/tmp/work/x86_64-linux/rpm-native/4.19.1.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-core/libxcrypt/libxcrypt_4.4.36.bb:1: including libxcrypt.inc\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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt.inc: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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libsolv-native/0.7.29/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/rpm/rpm_4.19.1.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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/libsolv/libsolv_0.7.29.bb:do_recipe_qa 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_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pigz/pigz_2.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: 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/zip/zip_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-gnome/gnome/gconf_3.2.6.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/base-files/base-files_3.0.14.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/perl/libxml-namespacesupport-perl_1.12.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-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:0)\nDEBUG: Considering setscene task: ['shadow', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/shadow-native/4.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: SITE files ['endian-little', 'common-linux', '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/shadow/shadow_4.15.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['shadow', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['shadow', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_recipe_qa.2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/shadow/4.15.1.do_recipe_qa_setscene.2397298ad86c457a842f9b75acd13d1a168013bc3b21cbcd47a60bb2ea4a41d4 not available\nNOTE: Running setscene task 5725 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_recipe_qa_setscene)\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: Considering setscene task: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_populate_sysroot.618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_populate_sysroot_setscene.618319866db245a9ed925b8c6aa4a823572a6216861f43890ab1e06c6da44df4 not available\nNOTE: Running setscene task 5726 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_spdx.72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_create_spdx_setscene.72e2abfdd8621502472e3889543f9c2cb8e1cd7039549a0a2bbdfd3511fc9a59 not available\nNOTE: Running setscene task 5727 of 6657 (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: ['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: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.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.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_sysroot.15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_populate_sysroot_setscene.15bd8978eee7534356ea91f0b9c3bc3c7ee6ae7cb024bf1b160f850d58c7903f not available\nNOTE: Running setscene task 5728 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_sysroot.f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_populate_sysroot_setscene.f5a957e44e7c60fe772959c629fe32ef64b256ea028f2a9359821777cbc33240 not available\nNOTE: Running setscene task 5729 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gobject-introspection-native/1.80.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/shadow/shadow_4.15.1.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: 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.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.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: Inheriting /home/pokybuild/yocto-worker/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/attr/attr_2.5.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb (full)\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.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.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.1.bb']\nDEBUG:   considering dependency: ['rpm-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.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.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_recipe_qa.2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rpm-native/4.19.1.1.do_recipe_qa_setscene.2600f9d3c8717e580474d9ab34ba5b4958be090911db73a9e1f69acc9e07de52 not available\nNOTE: Running setscene task 5731 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_create_package_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-core/readline/readline_8.2.bb:1: including readline.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/shadow/shadow.inc: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-core/readline/readline.inc: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-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/file/file_5.45.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-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:191)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_create_spdx.0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_create_spdx_setscene.0516ef3688fc2af59ae5d4eeed48c46b9dd48ddd262eb68be06b9bf9477ad50f not available\nNOTE: Running setscene task 5732 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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/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-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-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/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/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/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: 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: SITE files ['endian-little', 'common-linux', '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-gnome/gtk+/gtk+3_3.24.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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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: 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_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_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb']\nDEBUG:   considering dependency: ['pigz-native', 'do_populate_lic', '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-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_recipe_qa.c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pigz-native/2.8.do_recipe_qa_setscene.c7c0c0b15dad24f005c7051a6aa6ce6bd41ba787aac64d66ec0dd0d55b5226b9 not available\nNOTE: Running setscene task 5734 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.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/rpm/rpm_4.19.1.1.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-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.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-devtools/rpm/rpm_4.19.1.1.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/recipes-devtools/rpm/rpm_4.19.1.1.bb:59)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_20240524.bb']\nDEBUG:   considering dependency: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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_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: 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-gnome/gnome/gconf_3.2.6.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_spdx.3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_create_spdx_setscene.3c9004cf4f5de31b0952a200d2899e801ef6c464b01f0a5a00c2ffe7d2e82978 not available\nNOTE: Running setscene task 5736 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.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-extended/pigz/pigz_2.8.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-extended/pigz/pigz_2.8.bb:23)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gobject-introspection-native/1.80.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-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_spdx.32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_create_spdx_setscene.32fdd8f387dc6538ba5f74397a5707fc536f2ebc34cb36fc40c0e96d3ed81698 not available\nNOTE: Running setscene task 5737 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_lic 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_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:   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_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_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: Parsing virtual:native:/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/libxcrypt/libxcrypt_4.4.36.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: 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: 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/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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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_populate_sysroot', '/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_populate_sysroot', '/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-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_recipe_qa.d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libxcrypt/4.4.36.do_recipe_qa_setscene.d0abec22e69875972c6e315f813faf6af940e439c16b1538124e076204486b31 not available\nNOTE: Running setscene task 5741 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_recipe_qa_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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:23)\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_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.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: ['gconf-native', 'do_create_spdx', '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_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_sysroot.e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_populate_sysroot_setscene.e4a5511319deb7f61f57304a1288a2b04b71049edfab6b6660d903f21ed27008 not available\nNOTE: Running setscene task 5742 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.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: 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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_populate_lic.c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_populate_lic_setscene.c067c65a27651301ad3fa9e1eab9021ba2725105e29662f59c497285a0ca3a22 not available\nNOTE: Running setscene task 5743 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_create_package_spdx.938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_create_package_spdx_setscene.938ad4ce92c9aa11cefa3cff5e4d53864ffc57bb8b70d84eb7982f15518504fe not available\nNOTE: Running setscene task 5744 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_populate_lic.0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_populate_lic_setscene.0c00f1a635f11ff239373dc9b20c6ae22baa1e2007f7c47e00aa741202321254 not available\nNOTE: Running setscene task 5745 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_lic_setscene)\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/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/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/recipes-core/libxcrypt/libxcrypt.inc: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/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+/gtk+3_3.24.42.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:1: including gtk+3.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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/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/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.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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:9)\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/classes-recipe/gnomebase.bbclass:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb (full)\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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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/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-gnome/gtk-doc/gtk-doc_1.34.0.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: 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-3496823/tmp/work/x86_64-linux/gtk+3-native/3.24.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/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/siteinfo.bbclass (from /home/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-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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_package_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: 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-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/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/nopackages.bbclass (from /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/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/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-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-extended/lzip/lzlib_1.14.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/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/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-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_create_spdx.4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_create_spdx_setscene.4ab0ead552f2f86fcd954760cac866243acac4cccc623557a5a8fbb837bc0640 not available\nNOTE: Running setscene task 5746 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/core2-64-poky-linux/shadow/4.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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.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/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: SITE files ['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-extended/shadow/shadow_4.15.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-3496823/tmp/work/core2-64-poky-linux/attr/2.5.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-gnome/gtk+/gtk+3_3.24.42.bb (full)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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/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/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/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/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.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: ['bzip2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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: ['patch', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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: ['m4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.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: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.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: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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-keyboard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['rgb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.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: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['cpio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.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: ['libtool-cross', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.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: ['ppp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['xhost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['at', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.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: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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.1.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: ['debugedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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.1.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: ['gmp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.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: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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: ['libgcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.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: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.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: ['logrotate', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['quilt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['bash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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: ['gdbm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.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: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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.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: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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: ['xf86-input-libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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: ['matchbox-terminal', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb']\nDEBUG:   considering dependency: ['xset', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.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: ['libxft', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.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: ['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: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.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: ['xf86-video-fbdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.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:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['groff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.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: ['neard', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['xinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.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: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['which', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.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: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['gawk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.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: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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: ['automake', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.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:   considering dependency: ['gdbm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.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: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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: ['xf86-video-cirrus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['gzip', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.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: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['cronie', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: ['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: ['psmisc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.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: ['libexif', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.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: ['iptables', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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: ['expect', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.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: ['bison', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.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: ['x11perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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: ['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: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: ['flac', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: ['libcheck', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['psplash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.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: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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: ['popt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['xprop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.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: ['valgrind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.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.5.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: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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: ['libxinerama', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.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: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.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: ['tar', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_populate_sysroot', '/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: ['libtool-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb']\nDEBUG:   considering dependency: ['xhost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['less', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bison', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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: ['sbc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.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: ['libexif', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb']\nDEBUG:   considering dependency: ['sudo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.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: ['gcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: ['libtirpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG:   considering dependency: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: ['powertop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.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: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.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: ['socat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['time', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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: ['libpipeline', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['xinit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.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: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['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: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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: ['pinentry', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.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: ['tar', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.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: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: ['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: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.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: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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: ['libxrandr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.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: ['libsm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.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: ['libnss-mdns', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['patch', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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: ['speexdsp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.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: ['l3afpad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['socat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.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: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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: ['libogg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.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: ['gnome-desktop-testing', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['libunwind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['grep', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.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: ['nettle', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.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: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.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: ['libevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.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: ['bc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.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: ['cracklib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.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: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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: ['liburcu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.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: ['strace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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: ['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: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['dbus-wait', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.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: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.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: ['make', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.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: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: ['time', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.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: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.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: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.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: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.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: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: ['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: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.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: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['slang', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.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: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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: ['libnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.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: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.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: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.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: ['xf86-video-vmware', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.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: ['libxshmfence', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.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: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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: ['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: ['libyaml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['kexec-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.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: ['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: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.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: ['man-db', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb']\nDEBUG:   considering dependency: ['sed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.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: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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: ['popt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.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: ['libsamplerate0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.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: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.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: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.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: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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: ['procps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.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: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.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: ['libxv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.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: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.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: ['xwininfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['mc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: ['ethtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.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: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['findutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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: ['libmnl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.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: ['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: ['blktool', 'do_populate_sysroot', '/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-devtools/libtool/libtool-cross_2.5.0.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/file-native/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/file/file_5.45.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-core/readline/readline_8.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/lzlib-native/1.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-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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-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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pigz/pigz_2.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/rpm-native/4.19.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-gnome/gtk+/gtk+3_3.24.42.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/rpm/rpm_4.19.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: Inheriting /home/pokybuild/yocto-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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/x86_64-linux/gtk-doc-native/1.34.0/source-date-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/gtk+/gtk+3_3.24.42.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gtk-doc-native/1.34.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-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_package_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: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_lic which could be accelerated\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.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gtk+3-native/3.24.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libtool-cross', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.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.5.0.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.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: ['dosfstools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_sysroot.62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_populate_sysroot_setscene.62e4310f9590884154bc0cd91a57637117130aa12729105a7cd53fc40bc3ebc6 not available\nNOTE: Running setscene task 5750 of 6657 (/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.2.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['attr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['attr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_recipe_qa.3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/attr/2.5.2.do_recipe_qa_setscene.3f71b81644ab22514b71527c61e681c64768e3352ae9f9ebfd7438481f671ce2 not available\nNOTE: Running setscene task 5752 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_recipe_qa_setscene)\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: ['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-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: ['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: ['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: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_sysroot.1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_populate_sysroot_setscene.1f3de30498a9b28eacdfefbbf1c1e60d1512be7820bbd241f9542a504c077e05 not available\nNOTE: Running setscene task 5753 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gtk+3-native/3.24.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-devtools/opkg-utils/opkg-utils_0.6.3.bb (full)\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: ['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: ['readline-native', 'do_create_spdx', '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-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_sysroot.2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_populate_sysroot_setscene.2a3c4a5c64b81f5be97a7978005f5249a0a589cbb28c5355dfddf8d5a2f62a69 not available\nNOTE: Running setscene task 5754 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_populate_sysroot_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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_spdx which could be accelerated\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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: 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/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-core/dbus/dbus-glib_0.112.bb:20)\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: 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_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_populate_lic', '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-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_recipe_qa.2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/file-native/5.45.do_recipe_qa_setscene.2e57f9728db5b7c0fbdd22f45ad551b83568a51bf2a0e721ab6c4e9ed8ce7d72 not available\nNOTE: Running setscene task 5756 of 6657 (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/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/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/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/siteinfo.bbclass (from /home/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/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/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/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: ['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', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.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: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.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: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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: ['l3afpad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.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-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_sysroot.ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_populate_sysroot_setscene.ffdd431f3d5f91851e38abf862d5386055d5f2b067c851d2f8733df10c4e1e6a not available\nNOTE: Running setscene task 5757 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.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/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-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: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb (full)\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_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_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_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_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-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_recipe_qa.1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lua-native/5.4.6.do_recipe_qa_setscene.1d46ed9df4e92b5bccc9102f4e4ed7cbcab11011c5f70378a5d280afdef2127a not available\nNOTE: Running setscene task 5759 of 6657 (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/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: Considering setscene task: ['lzlib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_populate_sysroot.1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_populate_sysroot_setscene.1448329622cbcf88da0355fab2003dea15161a4b3f4dbc0bda22dd7148504704 not available\nNOTE: Running setscene task 5760 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_sysroot_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/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: ['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: Inheriting /home/pokybuild/yocto-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: ['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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_recipe_qa.8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gconf-native/3.2.6.do_recipe_qa_setscene.8371926b7ece6345d38cd639026251093a7d1a7d5a9e0279d21493fa4702d53f not available\nNOTE: Running setscene task 5762 of 6657 (virtual:native:/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: 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: 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/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: 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: 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.42.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.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: ['sato-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_populate_sysroot.b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_populate_sysroot_setscene.b6991ebb5bf0af4ccf1ed711ce87109891ca689fd7982389b788aac5202c0102 not available\nNOTE: Running setscene task 5763 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_sysroot_setscene)\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-extended/lzip/lzlib_1.14.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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:65)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_create_package_spdx.17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_create_package_spdx_setscene.17a5d7d930e5fa2f4a8caf5c5612b664e56974135286f6e951f4de125b19d51c not available\nNOTE: Running setscene task 5764 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_package_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_populate_lic.0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_populate_lic_setscene.0088f32119e46d430efe6a15a8aebf14d9e6d6d3fe7477f4a9821654776319bd not available\nNOTE: Running setscene task 5765 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_lic_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_package_spdx.0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_package_spdx_setscene.0b62479f1c26da6a0cdf17f5a8e210f740d727164a81a5d0cadc1e4d68cd6852 not available\nNOTE: Running setscene task 5766 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_package_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/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: 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-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_lic.d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_lic_setscene.d1649d37139afcc07119d2b51259dcd535fa96829a97a6648b2921be65796912 not available\nNOTE: Running setscene task 5767 of 6657 (virtual:native:/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:1: including gtk+3.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/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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb (full)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_create_package_spdx.e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_create_package_spdx_setscene.e0b66fe987e07b3ab943c6e0354a75a605216bf3ceb920d704fd23c703e2eb6f not available\nNOTE: Running setscene task 5768 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_package_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/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/python3native.bbclass (from /home/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/cargo_common.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/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: 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-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_lic.873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_lic_setscene.873e63a5650ca6c8f8eb89621b3c0d21b7607921e954f444edd04123857d44c0 not available\nNOTE: Running setscene task 5769 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.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/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/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/recipes-gnome/librsvg/librsvg_2.57.1.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: Inheriting /home/pokybuild/yocto-worker/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/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/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/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/python3native.bbclass (from /home/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/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/cairo/cairo_1.18.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-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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/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/cairo/cairo_1.18.0.bb:37)\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/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/meson.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+/gtk+3.inc:13)\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.57.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/python3-dir.bbclass (from /home/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+/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/pixbufcache.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: 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/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/gtk+/gtk+3.inc: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.57.1.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.57.1.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/recipes-graphics/cairo/cairo_1.18.0.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/classes-recipe/gnomebase.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-graphics/cairo/cairo_1.18.0.bb:37)\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/pixbufcache.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:18)\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/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/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/rust.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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/python3native.bbclass (from /home/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.57.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/python3-dir.bbclass (from /home/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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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/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-update-recipe-crates.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/meson-routines.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-gnome/librsvg/librsvg_2.57.1.bb:18)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:20: including librsvg-crates.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/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.57.1.bb:18)\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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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/drm/libdrm_2.4.120.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.57.1.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/qemu.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-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/librsvg/librsvg_2.57.1.bb:20: including librsvg-crates.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/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/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-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/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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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: 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: SITE 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-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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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: ['ttyrun', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_populate_sysroot.68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_populate_sysroot_setscene.68711f9400692f64965f57dde1c8fa02f5dcd3bd1c30f41672a38f1222b75308 not available\nNOTE: Running setscene task 5770 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.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: Inheriting /home/pokybuild/yocto-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/file/file_5.45.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/intltool/intltool_0.51.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/lzip/lzlib_1.14.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/attr/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/attr/attr_2.5.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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/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-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/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-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_14.1.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: 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.1.2/download to aho-corasick-1.1.2.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:1: including gcc-multilib-config.inc\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.6.5/download to anstream-0.6.5.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-configure-common.inc:2: including gcc-shared-source.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.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.12/download to assert_cmd-2.0.12.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/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.4.1/download to bitflags-2.4.1.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/adler/1.0.2/download to adler-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.8.0/download to bstr-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.1.2/download to aho-corasick-1.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.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/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/bytemuck/1.14.0/download to bytemuck-1.14.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/anes/0.1.6/download to anes-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstream/0.6.5/download to anstream-0.6.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.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/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.83/download to cc-1.0.83.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.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/anyhow/1.0.75/download to anyhow-1.0.75.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.31/download to chrono-0.4.31.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/ciborium/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.12/download to assert_cmd-2.0.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium-io/0.2.1/download to ciborium-io-0.2.1.crate\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: 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/ciborium-ll/0.2.1/download to ciborium-ll-0.2.1.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/bit-set/0.5.3/download to bit-set-0.5.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.4.11/download to clap-4.4.11.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/clap_builder/4.4.11/download to clap_builder-4.4.11.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/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.4.1/download to bitflags-2.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.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/clap_lex/0.6.0/download to clap_lex-0.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.8.0/download to bstr-1.8.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/bumpalo/3.14.0/download to bumpalo-3.14.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/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.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/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.5.1/download to criterion-0.5.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/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.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/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.83/download to cc-1.0.83.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.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/cssparser/0.31.2/download to cssparser-0.31.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.31/download to chrono-0.4.31.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:273: including gcc-testsuite.inc\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/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ciborium/0.2.1/download to ciborium-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-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/data-url/0.3.1/download to data-url-0.3.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/deranged/0.3.10/download to deranged-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.4.11/download to clap-4.4.11.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_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\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: 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/dlib/0.5.2/download to dlib-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.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/clap_lex/0.6.0/download to clap_lex-0.6.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/colorchoice/1.0.0/download to colorchoice-1.0.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/const-cstr/0.3.0/download to const-cstr-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.9.0/download to either-1.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.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/encoding_rs/0.8.33/download to encoding_rs-0.8.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.5.1/download to criterion-0.5.1.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.8/download to errno-0.3.8.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/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.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/cssparser/0.31.2/download to cssparser-0.31.2.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/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download to form_urlencoded-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.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/deranged/0.3.10/download to deranged-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.29/download to futures-channel-0.3.29.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/futures-core/0.3.29/download to futures-core-0.3.29.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/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/dlib/0.5.2/download to dlib-0.5.2.crate\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_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-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_recipe_qa.a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/opkg-utils/0.6.3.do_recipe_qa_setscene.a2149087cfdeb3cd02aa0827777a52010013e3177a96034fa44177fabdf4250d not available\nNOTE: Running setscene task 5772 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_recipe_qa_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/doc-comment/0.3.3/download to doc-comment-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/futures-task/0.3.29/download to futures-task-0.3.29.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: 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.29/download to futures-util-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.9.0/download to either-1.9.0.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/encoding_rs/0.8.33/download to encoding_rs-0.8.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.18.3/download to gdk-pixbuf-0.18.3.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/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.8/download to errno-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.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/glib-macros/0.18.3/download to glib-macros-0.18.3.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/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download to form_urlencoded-1.2.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/futf/0.1.5/download to futf-0.1.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.3/download to hashbrown-0.14.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.29/download to futures-channel-0.3.29.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/futures-core/0.3.29/download to futures-core-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.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/futures-task/0.3.29/download to futures-task-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.0.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/is-terminal/0.4.9/download to is-terminal-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.18.3/download to gdk-pixbuf-0.18.3.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/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.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/0.18.4/download to glib-0.18.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/lazy_static/1.4.0/download to lazy_static-1.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.151/download to libc-0.2.151.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.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: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.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/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.3/download to hashbrown-0.14.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.12/download to linux-raw-sys-0.4.12.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/locale_config/0.3.0/download to locale_config-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.11/download to lock_api-0.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.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/lopdf/0.31.0/download to lopdf-0.31.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.5.0/download to idna-0.5.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/indexmap/2.1.0/download to indexmap-2.1.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/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/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/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.8/download to matrixmultiply-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.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/memoffset/0.9.0/download to memoffset-0.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download to minimal-lexical-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.151/download to libc-0.2.151.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.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/nalgebra/0.32.3/download to nalgebra-0.32.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.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/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.12/download to linux-raw-sys-0.4.12.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/nom/7.1.3/download to nom-7.1.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.11/download to lock_api-0.4.11.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.4/download to num-complex-0.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.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/mac/0.1.1/download to mac-0.1.1.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.17/download to num-traits-0.2.17.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/objc/0.2.7/download to objc-0.2.7.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/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.8/download to matrixmultiply-0.3.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/md5/0.7.0/download to md5-0.7.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-gnome/gtk+/gtk+3_3.24.42.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.19.0/download to once_cell-1.19.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.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/pango/0.18.3/download to pango-0.18.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/minimal-lexical/0.2.1/download to minimal-lexical-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/miniz_oxide/0.7.1/download to miniz_oxide-0.7.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/pangocairo/0.18.0/download to pangocairo-0.18.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/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.0.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/parking_lot/0.12.1/download to parking_lot-0.12.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/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nom/7.1.3/download to nom-7.1.3.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/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.1/download to percent-encoding-2.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.4/download to num-complex-0.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.10.1/download to phf-0.10.1.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/num-integer/0.1.45/download to num-integer-0.1.45.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/0.11.2/download to phf-0.11.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/phf_codegen/0.10.0/download to phf_codegen-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.17/download to num-traits-0.2.17.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/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/objc-foundation/0.1.1/download to objc-foundation-0.1.1.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.2.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/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.19.0/download to once_cell-1.19.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.11.2/download to phf_shared-0.11.2.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/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.18.3/download to pango-0.18.3.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/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pkg-config/0.3.27/download to pkg-config-0.3.27.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/pangocairo/0.18.0/download to pangocairo-0.18.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/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.0.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/parking_lot/0.12.1/download to parking_lot-0.12.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/plotters-svg/0.3.5/download to plotters-svg-0.3.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/cairo/cairo_1.18.0.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.10/download to png-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.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/powerfmt/0.2.0/download to powerfmt-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.1/download to percent-encoding-2.3.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/precomputed-hash/0.1.1/download to precomputed-hash-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.11.2/download to phf-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.4/download to predicates-3.0.4.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-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/predicates-tree/1.0.9/download to predicates-tree-1.0.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/2.0.1/download to proc-macro-crate-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.2.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/phf_shared/0.11.2/download to phf_shared-0.11.2.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/proc-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.0.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/quick-error/1.2.3/download to quick-error-1.2.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/quick-error/2.0.1/download to quick-error-2.0.1.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/quote/1.0.33/download to quote-1.0.33.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/rand/0.8.5/download to rand-0.8.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.10/download to png-0.17.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/powerfmt/0.2.0/download to powerfmt-0.2.0.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/ppv-lite86/0.2.17/download to ppv-lite86-0.2.17.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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\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/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/rayon/1.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.4/download to predicates-3.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.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/rctree/0.5.0/download to rctree-0.5.0.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/redox_syscall/0.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro-crate/2.0.1/download to proc-macro-crate-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.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/regex-automata/0.4.3/download to regex-automata-0.4.3.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/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.70/download to proc-macro2-1.0.70.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: 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/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.0.crate\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: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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/rusty-fork/0.3.0/download to rusty-fork-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/ryu/1.0.16/download to ryu-1.0.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.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/rand/0.8.5/download to rand-0.8.5.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/rand_chacha/0.3.1/download to rand_chacha-0.3.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/rand_core/0.6.4/download to rand_core-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.25.0/download to selectors-0.25.0.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/serde/1.0.193/download to serde-1.0.193.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_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.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/rayon-core/1.12.0/download to rayon-core-1.12.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/serde_spanned/0.6.4/download to serde_spanned-0.6.4.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/servo_arc/0.3.0/download to servo_arc-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/redox_syscall/0.4.1/download to redox_syscall-0.4.1.crate\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: 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/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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/rusty-fork/0.3.0/download to rusty-fork-0.3.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/ryu/1.0.16/download to ryu-1.0.16.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_codegen/0.5.2/download to string_cache_codegen-0.5.2.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/safe_arch/0.7.1/download to safe_arch-0.7.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/same-file/1.0.6/download to same-file-1.0.6.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/scopeguard/1.2.0/download to scopeguard-1.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.41/download to syn-2.0.41.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/selectors/0.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.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/servo_arc/0.3.0/download to servo_arc-0.3.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/simba/0.8.1/download to simba-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.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/tinytemplate/1.2.1/download to tinytemplate-1.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/tinyvec/1.6.0/download to tinyvec-1.6.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/drm/libdrm_2.4.120.bb:0)\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/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.8.2/download to toml-0.8.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/toml_datetime/0.6.3/download to toml_datetime-0.6.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/toml_edit/0.20.2/download to toml_edit-0.20.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.41/download to syn-2.0.41.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.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/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.14/download to unicode-bidi-0.3.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.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/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.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/url/2.5.0/download to url-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.50/download to thiserror-1.0.50.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/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.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-3496823/tmp/work/x86_64-linux/file-native/5.45/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.4.0/download to walkdir-2.4.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/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.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.13/download to wide-0.7.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/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/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.8.2/download to toml-0.8.2.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.20.2/download to toml_edit-0.20.2.crate\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: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.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.14/download to unicode-bidi-0.3.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.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.5.0/download to url-2.5.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: Inheriting /home/pokybuild/yocto-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/winapi-util/0.1.6/download to winapi-util-0.1.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-core/0.51.1/download to windows-core-0.51.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/version_check/0.9.4/download to version_check-0.9.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/wait-timeout/0.2.0/download to wait-timeout-0.2.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/walkdir/2.4.0/download to walkdir-2.4.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.52.0/download to windows-sys-0.52.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/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/lzlib-native/1.14/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.13/download to wide-0.7.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.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_msvc/0.52.0/download to windows_i686_msvc-0.52.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_x86_64_gnu/0.48.5/download to windows_x86_64_gnu-0.48.5.crate\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: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.6/download to winapi-util-0.1.6.crate\nDEBUG: 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: 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.5/download to windows_x86_64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-core/0.51.1/download to windows-core-0.51.1.crate\nDEBUG: 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: 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_x86_64_msvc/0.48.5/download to windows_x86_64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: 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: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.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/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.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: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: 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: 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: 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: 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: 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: 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: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.crate\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_sysroot 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: 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: Parsing /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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/lua/lua_5.4.6.bb:do_recipe_qa which could be accelerated\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_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_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_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-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_recipe_qa.e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-glib-native/0.112.do_recipe_qa_setscene.e698c44a1291d090750ab4f15bc5c14bb927572accb1e26c9545ed52f3d35301 not available\nNOTE: Running setscene task 5774 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/x86_64-linux/gtk+3-native/3.24.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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-3496823/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-gnome/librsvg/librsvg_2.57.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/cairo/cairo_1.18.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_package_spdx which could be accelerated\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-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc-runtime/14.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/gcc/gcc-runtime_14.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: 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.1.2/download to aho-corasick-1.1.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.6.5/download to anstream-0.6.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.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/approx/0.5.1/download to approx-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.12/download to assert_cmd-2.0.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/aho-corasick/1.1.2/download to aho-corasick-1.1.2.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/android-tzdata/0.1.1/download to android-tzdata-0.1.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/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/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/anstream/0.6.5/download to anstream-0.6.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.4.1/download to bitflags-2.4.1.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/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bstr/1.8.0/download to bstr-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.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/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/assert_cmd/2.0.12/download to assert_cmd-2.0.12.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/cairo-rs/0.18.3/download to cairo-rs-0.18.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/bit-vec/0.6.3/download to bit-vec-0.6.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.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/1.3.2/download to bitflags-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bitflags/2.4.1/download to bitflags-2.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.83/download to cc-1.0.83.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.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.8.0/download to bstr-1.8.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/chrono/0.4.31/download to chrono-0.4.31.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.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/bytemuck/1.14.0/download to bytemuck-1.14.0.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/byteorder/1.5.0/download to byteorder-1.5.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/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap/4.4.11/download to clap-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cast/0.3.0/download to cast-0.3.0.crate\nDEBUG: Considering setscene task: ['gcc-runtime', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cc/1.0.83/download to cc-1.0.83.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.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/colorchoice/1.0.0/download to colorchoice-1.0.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.31/download to chrono-0.4.31.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/0.2.1/download to ciborium-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.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/crc32fast/1.3.2/download to crc32fast-1.3.2.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/4.4.11/download to clap-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.5.1/download to criterion-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.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/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.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/cssparser/0.31.2/download to cssparser-0.31.2.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/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.6/download to core-foundation-sys-0.8.6.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/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.5.1/download to criterion-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.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/deranged/0.3.10/download to deranged-0.3.10.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/crossbeam-deque/0.8.4/download to crossbeam-deque-0.8.4.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/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.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/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.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/cssparser/0.31.2/download to cssparser-0.31.2.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/cssparser-macros/0.6.1/download to cssparser-macros-0.6.1.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/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.9.0/download to either-1.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.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/equivalent/1.0.1/download to equivalent-1.0.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/errno/0.3.8/download to errno-0.3.8.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/fastrand/2.0.1/download to fastrand-2.0.1.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/fdeflate/0.3.1/download to fdeflate-0.3.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/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.9.0/download to either-1.9.0.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/encoding_rs/0.8.33/download to encoding_rs-0.8.33.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/equivalent/1.0.1/download to equivalent-1.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download to form_urlencoded-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/errno/0.3.8/download to errno-0.3.8.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.29/download to futures-channel-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.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/futures-executor/0.3.29/download to futures-executor-0.3.29.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/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download to form_urlencoded-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.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-task/0.3.29/download to futures-task-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.29/download to futures-channel-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.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/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.29/download to futures-task-0.3.29.crate\nDEBUG: Considering setscene task: ['gcc-runtime', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.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_14.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_recipe_qa.6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/gcc-runtime/14.1.0.do_recipe_qa_setscene.6f6d791c9561485e4acc2798baf37a480e2984a3df9f373e5df240a33fc82559 not available\nNOTE: Running setscene task 5776 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_recipe_qa_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-util/0.3.29/download to futures-util-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.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/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf/0.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.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/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.3/download to hashbrown-0.14.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.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/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/half/1.8.2/download to half-1.8.2.crate\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: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.3/download to hashbrown-0.14.3.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/heck/0.4.1/download to heck-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hermit-abi/0.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.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/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/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/idna/0.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.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/js-sys/0.3.66/download to js-sys-0.3.66.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/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.11.0/download to itertools-0.11.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/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.151/download to libc-0.2.151.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.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/libm/0.2.8/download to libm-0.2.8.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/linked-hash-map/0.5.6/download to linked-hash-map-0.5.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libc/0.2.151/download to libc-0.2.151.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.12/download to linux-raw-sys-0.4.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.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/libm/0.2.8/download to libm-0.2.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.11/download to lock_api-0.4.11.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/log/0.4.20/download to log-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/linux-raw-sys/0.4.12/download to linux-raw-sys-0.4.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.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/mac/0.1.1/download to mac-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lock_api/0.4.11/download to lock_api-0.4.11.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/log/0.4.20/download to log-0.4.20.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/lopdf/0.31.0/download to lopdf-0.31.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/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/matrixmultiply/0.3.8/download to matrixmultiply-0.3.8.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/md5/0.7.0/download to md5-0.7.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/memchr/2.6.4/download to memchr-2.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/matrixmultiply/0.3.8/download to matrixmultiply-0.3.8.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/md5/0.7.0/download to md5-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download to minimal-lexical-0.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.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/memoffset/0.9.0/download to memoffset-0.9.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/minimal-lexical/0.2.1/download to minimal-lexical-0.2.1.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/miniz_oxide/0.7.1/download to miniz_oxide-0.7.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/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/nom/7.1.3/download to nom-7.1.3.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/normalize-line-endings/0.3.0/download to normalize-line-endings-0.3.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/nom/7.1.3/download to nom-7.1.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.4/download to num-complex-0.4.4.crate\nDEBUG: Considering setscene task: ['libgcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_populate_sysroot.8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_populate_sysroot_setscene.8de0557b14014a5dd2d852fabcdd74750a28370b521a37ea5ee7663e1cd0be4a not available\nNOTE: Running setscene task 5777 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_populate_sysroot_setscene)\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-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-complex/0.4.4/download to num-complex-0.4.4.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-integer/0.1.45/download to num-integer-0.1.45.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.17/download to num-traits-0.2.17.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/objc/0.2.7/download to objc-0.2.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/num-traits/0.2.17/download to num-traits-0.2.17.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-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/objc_id/0.1.1/download to objc_id-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.19.0/download to once_cell-1.19.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/once_cell/1.19.0/download to once_cell-1.19.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/pango/0.18.3/download to pango-0.18.3.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/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango/0.18.3/download to pango-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.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/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.9/download to parking_lot_core-0.9.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.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/paste/1.0.14/download to paste-1.0.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.1/download to percent-encoding-2.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/percent-encoding/2.3.1/download to percent-encoding-2.3.1.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/0.10.1/download to phf-0.10.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.11.2/download to phf-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf/0.11.2/download to phf-0.11.2.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_codegen/0.10.0/download to phf_codegen-0.10.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_generator/0.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.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/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.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/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/pkg-config/0.3.27/download to pkg-config-0.3.27.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/0.3.5/download to plotters-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/plotters-backend/0.3.5/download to plotters-backend-0.3.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/png/0.17.10/download to png-0.17.10.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/powerfmt/0.2.0/download to powerfmt-0.2.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/png/0.17.10/download to png-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/powerfmt/0.2.0/download to powerfmt-0.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/predicates/3.0.4/download to predicates-3.0.4.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/3.0.4/download to predicates-3.0.4.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/2.0.1/download to proc-macro-crate-2.0.1.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/proc-macro-error/1.0.4/download to proc-macro-error-1.0.4.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-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-crate/2.0.1/download to proc-macro-crate-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.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/quick-error/1.2.3/download to quick-error-1.2.3.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/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proc-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.0.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/quick-error/1.2.3/download to quick-error-1.2.3.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/quick-error/2.0.1/download to quick-error-2.0.1.crate\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: 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/quote/1.0.33/download to quote-1.0.33.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/rand/0.8.5/download to rand-0.8.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/rand_chacha/0.3.1/download to rand_chacha-0.3.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_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.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.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.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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.16/download to ryu-1.0.16.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.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon/1.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.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.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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.16/download to ryu-1.0.16.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.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.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.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.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/stable_deref_trait/1.2.0/download to stable_deref_trait-1.2.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/string_cache_codegen/0.5.2/download to string_cache_codegen-0.5.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/simd-adler32/0.3.7/download to simd-adler32-0.3.7.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/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.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.41/download to syn-2.0.41.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.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/string_cache/0.8.7/download to string_cache-0.8.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.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/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/termtree/0.4.1/download to termtree-0.4.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/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/syn/2.0.41/download to syn-2.0.41.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.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/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/tinyvec_macros/0.1.1/download to tinyvec_macros-0.1.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.8.2/download to toml-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.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/time/0.3.30/download to time-0.3.30.crate\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_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb']\nDEBUG:   considering dependency: ['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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_recipe_qa.e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/readline-native/8.2.do_recipe_qa_setscene.e0f990dca5a23506b94c1ffc2b65d28994702e94c45f59c2f4409da2dc8e4288 not available\nNOTE: Running setscene task 5779 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_recipe_qa_setscene)\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.20.2/download to toml_edit-0.20.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.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/tinytemplate/1.2.1/download to tinytemplate-1.2.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-bidi/0.3.14/download to unicode-bidi-0.3.14.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-ident/1.0.12/download to unicode-ident-1.0.12.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/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml/0.8.2/download to toml-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.5.0/download to url-2.5.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/utf-8/0.7.6/download to utf-8-0.7.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/toml_edit/0.20.2/download to toml_edit-0.20.2.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/typenum/1.17.0/download to typenum-1.17.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/unarray/0.1.4/download to unarray-0.1.4.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/unicode-bidi/0.3.14/download to unicode-bidi-0.3.14.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-ident/1.0.12/download to unicode-ident-1.0.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/walkdir/2.4.0/download to walkdir-2.4.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/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.5.0/download to url-2.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.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/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.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.89/download to wasm-bindgen-macro-0.2.89.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.89/download to wasm-bindgen-macro-support-0.2.89.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.89/download to wasm-bindgen-shared-0.2.89.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/web-sys/0.3.66/download to web-sys-0.3.66.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/walkdir/2.4.0/download to walkdir-2.4.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/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/wide/0.7.13/download to wide-0.7.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.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/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.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-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.6/download to winapi-util-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.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-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-core/0.51.1/download to windows-core-0.51.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.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/weezl/0.1.7/download to weezl-0.1.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wide/0.7.13/download to wide-0.7.13.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.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-targets/0.52.0/download to windows-targets-0.52.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_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.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-core/dbus/dbus-glib_0.112.bb:20)\nDEBUG: Fetching https://crates.io/api/v1/crates/winapi-util/0.1.6/download to winapi-util-0.1.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.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_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-core/0.51.1/download to windows-core-0.51.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/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: 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: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: 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: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.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/windows_x86_64_gnullvm/0.48.5/download to windows_x86_64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: 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: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: 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: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\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: 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: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.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/windows_x86_64_gnu/0.48.5/download to windows_x86_64_gnu-0.48.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/windows_x86_64_gnu/0.52.0/download to windows_x86_64_gnu-0.52.0.crate\nDEBUG: 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: 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: 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: 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: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/librsvg-native/2.57.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-3496823/tmp/work/x86_64-linux/librsvg-native/2.57.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-gnome/librsvg/librsvg_2.57.1.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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: 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_14.1.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime.inc:273: 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/libgcc_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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: 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_14.1.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: 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/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: Inheriting /home/pokybuild/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/gcc/gcc-configure-common.inc:2: including gcc-shared-source.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: SITE files ['endian-little', 'common-linux', '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/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/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/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: 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_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_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_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_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_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-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_recipe_qa.c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/intltool-native/0.51.0.do_recipe_qa_setscene.c663a7b383fb661ea6b80ce0ab0d7996e9655ad5426d6f3be7b78e8304b56b78 not available\nNOTE: Running setscene task 5781 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['lzlib-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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: ['lzlib-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['lzlib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['lzlib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_recipe_qa.33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/lzlib-native/1.14.do_recipe_qa_setscene.33e3f56b1d7b131e25b773425bb2e05ef7f75d32ca0e1024b25f2972e10b7226 not available\nNOTE: Running setscene task 5783 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_recipe_qa_setscene)\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.42.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.42.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.42.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.42.bb']\nDEBUG:   considering dependency: ['gtk+3-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.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.42.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_recipe_qa.68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk+3-native/3.24.42.do_recipe_qa_setscene.68d50de4c19d68b264d2beec80e1cf51d618371fcd515e61820de3712e1ca13a not available\nNOTE: Running setscene task 5785 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/intltool/intltool_0.51.0.bb (full)\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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_create_spdx.128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/librsvg-native/2.57.1.do_create_spdx_setscene.128ca5ae76f57b95fe252d2aa0a7c0792020b89abd10738f1667ec4bcf58f1fb not available\nNOTE: Running setscene task 5786 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_package_spdx.241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_package_spdx_setscene.241087818c0cd4d0092ab22707973d69a94816553e18a5f4b06af5a65a4f091b not available\nNOTE: Running setscene task 5787 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_package_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-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_lic.dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_lic_setscene.dbd24676b7b560a746730c9c0d7291badcce7f6c0a2d1323bf789216c24aa625 not available\nNOTE: Running setscene task 5788 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.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-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-extended/lzip/lzlib_1.14.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_package_spdx.a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_package_spdx_setscene.a92211e894bbeffe9455484a9feb6cd1e004ca263ceda3037818490cd2826986 not available\nNOTE: Running setscene task 5789 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_lic.2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_lic_setscene.2176d21331820c62e3efcc569fd3d49c677af14e163743ef39a463d4bc542179 not available\nNOTE: Running setscene task 5790 of 6657 (virtual:native:/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-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_create_package_spdx.9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_create_package_spdx_setscene.9bae6cbfa627e3d3ba6d35f745a739a6205c9351593544f17c8883be52876e75 not available\nNOTE: Running setscene task 5791 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_populate_lic.3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_populate_lic_setscene.3f7fce664ee278679a5a2825fad9abef2f590980dbdd35d2071f3ddcad58d7dd not available\nNOTE: Running setscene task 5792 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_create_package_spdx.dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_create_package_spdx_setscene.dd4e3fa013647fb0ebe520beb196365bc1dc949b2b294246e554fa6260ac1806 not available\nNOTE: Running setscene task 5793 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/recipes-gnome/librsvg/librsvg_2.57.1.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_populate_lic.b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_populate_lic_setscene.b83e85ca7962ffbbdd73c57a43214f319acef8ef70d45e575561eac333a27569 not available\nNOTE: Running setscene task 5794 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/gcc-runtime/14.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-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: 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_package_spdx.e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_package_spdx_setscene.e5d2b50dec06ecc098df408f519a08619d8c5e7726c3debc91de714b0fc8bbc4 not available\nNOTE: Running setscene task 5795 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_package_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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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/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.57.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/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.57.1.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.57.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/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: 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-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_lic.09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_lic_setscene.09deed8a70cd9464e9361cfaa59c8110bf5de9074e2787badd667de4122ce160 not available\nNOTE: Running setscene task 5796 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_lic_setscene)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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-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/vala.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb:18)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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/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-recipe/pkgconfig.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-3496823/tmp/work/core2-64-poky-linux/libgcc/14.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-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/glslang/glslang_1.3.283.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/glslang/glslang_1.3.283.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.283.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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/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/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/glslang/glslang_1.3.283.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/glslang/glslang_1.3.283.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.283.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.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/harfbuzz/harfbuzz_8.5.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: SITE files ['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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_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/harfbuzz/harfbuzz_8.5.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 virtual:native:/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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.5.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.5.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: 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.5.0.bb: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-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\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.5.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/qemu.bbclass (from /home/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.5.0.bb:16)\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/pkgconfig.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/harfbuzz/harfbuzz_8.5.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.5.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.5.0.bb: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-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/gobject-introspection.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.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/jpeg/libjpeg-turbo_3.0.1.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/readline/readline_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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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: ['ttyrun', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_populate_sysroot.421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_populate_sysroot_setscene.421063d3f9dfac9ef56fabe2ba4700f1d76bf2c7f242777c0c03a7a3819a947a not available\nNOTE: Running setscene task 5797 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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: SITE files ['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: 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.1.2/download to aho-corasick-1.1.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.6.5/download to anstream-0.6.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.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.12/download to assert_cmd-2.0.12.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/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb (full)\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.4.1/download to bitflags-2.4.1.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.8.0/download to bstr-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.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.83/download to cc-1.0.83.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:1: including glibc.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.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.31/download to chrono-0.4.31.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:1: including glibc-common.inc\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/4.4.11/download to clap-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.0.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc.inc:2: including glibc-ld.inc\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/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.6.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\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: Fetching https://crates.io/api/v1/crates/criterion/0.5.1/download to criterion-0.5.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion-plot/0.5.0/download to criterion-plot-0.5.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/crossbeam-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.31.2/download to cssparser-0.31.2.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/cstr/0.2.11/download to cstr-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.10.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: 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: 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.9.0/download to either-1.9.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.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.8/download to errno-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.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/autotools.bbclass:31)\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.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/fontconfig/fontconfig_2.15.0.bb:0)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download to form_urlencoded-1.2.1.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.29/download to futures-channel-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-io/0.3.29/download to futures-io-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.29/download to futures-task-0.3.29.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/futures-util/0.3.29/download to futures-util-0.3.29.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.18.3/download to gdk-pixbuf-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.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/glibc/glibc.inc:8)\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.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/half/1.8.2/download to half-1.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.3/download to hashbrown-0.14.3.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-core/glibc/glibc.inc:8)\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.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.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/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/idna/0.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.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/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/js-sys/0.3.66/download to js-sys-0.3.66.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/language-tags/0.3.2/download to language-tags-0.3.2.crate\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:2: including glibc-version.inc\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.151/download to libc-0.2.151.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.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/libm/0.2.8/download to libm-0.2.8.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.12/download to linux-raw-sys-0.4.12.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.11/download to lock_api-0.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.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/lopdf/0.31.0/download to lopdf-0.31.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: Inheriting /home/pokybuild/yocto-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/matrixmultiply/0.3.8/download to matrixmultiply-0.3.8.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/md5/0.7.0/download to md5-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.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/minimal-lexical/0.2.1/download to minimal-lexical-0.2.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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:129: including glibc-package.inc\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/nom/7.1.3/download to nom-7.1.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/num-complex/0.4.4/download to num-complex-0.4.4.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.17/download to num-traits-0.2.17.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.19.0/download to once_cell-1.19.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/pango/0.18.3/download to pango-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\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: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.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/glslang/glslang_1.3.283.0.bb:0)\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.9/download to parking_lot_core-0.9.9.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.1/download to percent-encoding-2.3.1.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/0.11.2/download to phf-0.11.2.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.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.2.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/phf_shared/0.10.0/download to phf_shared-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_shared/0.11.2/download to phf_shared-0.11.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+/gtk+3_3.24.42.bb:0)\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.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: 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/png/0.17.10/download to png-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.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/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/3.0.4/download to predicates-3.0.4.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/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/2.0.1/download to proc-macro-crate-2.0.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-macro2/1.0.70/download to proc-macro2-1.0.70.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/proptest/1.4.0/download to proptest-1.4.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/quick-error/2.0.1/download to quick-error-2.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: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.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.3.1/download to rand_chacha-0.3.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_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.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.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.4.1/download to redox_syscall-0.4.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/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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.16/download to ryu-1.0.16.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.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.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.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/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.41/download to syn-2.0.41.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/system-deps/6.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.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/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.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.8.2/download to toml-0.8.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-graphics/glslang/glslang_1.3.283.0.bb:0)\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.20.2/download to toml_edit-0.20.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.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.14/download to unicode-bidi-0.3.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/unicode-ident/1.0.12/download to unicode-ident-1.0.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-normalization/0.1.22/download to unicode-normalization-0.1.22.crate\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/url/2.5.0/download to url-2.5.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\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.4.0/download to walkdir-2.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/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.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.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.13/download to wide-0.7.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/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.6/download to winapi-util-0.1.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-core/0.51.1/download to windows-core-0.51.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/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: 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: 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: 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: 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: 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: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/xml5ever/0.17.0/download to xml5ever-0.17.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/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-graphics/jpeg/libjpeg-turbo_3.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-graphics/jpeg/libjpeg-turbo_3.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/harfbuzz/harfbuzz_8.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/lzlib-native/1.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/harfbuzz/harfbuzz_8.5.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/lzip/lzlib_1.14.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/readline/readline_8.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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-3496823/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-3496823/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_create_package_spdx which could be accelerated\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: Considering setscene task: ['libgcc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.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-graphics/freetype/freetype_2.13.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/glslang-native/1.3.283.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['libgcc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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_14.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_recipe_qa.aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/libgcc/14.1.0.do_recipe_qa_setscene.aba06b10dcb90a2578581a682db95e351fc8d7d55a4bf39a30546d3b048f8183 not available\nNOTE: Running setscene task 5799 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.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-gnome/librsvg/librsvg_2.57.1.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_create_package_spdx.d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_create_package_spdx_setscene.d28e41bdcc1fa22eaa892f82c2488d800762259ec5804858e6802b86a8ed4729 not available\nNOTE: Running setscene task 5800 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_package_spdx_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-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_lic.26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_lic_setscene.26879bc13877003e0bdcf12ee030f34f487b700ba305872358135adaff8234fb not available\nNOTE: Running setscene task 5801 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_create_package_spdx.2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_create_package_spdx_setscene.2a17c7e6f64864bb4d5c80a639ca37e374456a7b4f74f69cede1ee69ce304f3a not available\nNOTE: Running setscene task 5802 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gtk+3-native/3.24.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/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: 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-gnome/gtk+/gtk+3_3.24.42.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_populate_lic.e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_populate_lic_setscene.e00b7ea71a1ca563f61ef55fb3e189aa1d502890b1ea814c6d98f67a518e2404 not available\nNOTE: Running setscene task 5803 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_populate_lic_setscene)\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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_create_package_spdx.cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_create_package_spdx_setscene.cf18e646ee99f89ac25bc42fbe997596bda2dd8fde4ac63612ffe1e04f51271a not available\nNOTE: Running setscene task 5804 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/glslang-native/1.3.283.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/glslang/glslang_1.3.283.0.bb:do_populate_lic which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.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 virtual:native:/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/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/mesa/mesa_24.0.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_populate_lic.4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_populate_lic_setscene.4c0537272b7f6afe938753a4df6e28241e0bfa98f7527c923b243d55c7e27d6a not available\nNOTE: Running setscene task 5805 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_create_package_spdx.dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_create_package_spdx_setscene.dac574e5a937d603bca53aa722955408e72e9c210bf4f592ac4148b4f0b25800 not available\nNOTE: Running setscene task 5806 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing virtual:native:/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_populate_lic.333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_populate_lic_setscene.333ac28619feb67051ccce007b8ca2e7e1b24a38570f2600de4dfeecd974c9ac not available\nNOTE: Running setscene task 5807 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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_14.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_create_package_spdx.086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_create_package_spdx_setscene.086a2cfc91901fc0633811797a288d31d62ae1149e1090fbbbbe42ebdf96ff0d not available\nNOTE: Running setscene task 5808 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_create_package_spdx_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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.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-graphics/libsdl2/libsdl2_2.30.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-graphics/libsdl2/libsdl2_2.30.3.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.30.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-graphics/libsdl2/libsdl2_2.30.3.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.30.3.bb:30)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/harfbuzz-native/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/qemu.bbclass (from /home/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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.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-graphics/libsdl2/libsdl2_2.30.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-graphics/libsdl2/libsdl2_2.30.3.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.30.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-graphics/libsdl2/libsdl2_2.30.3.bb:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:1: including mesa.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/mesa/mesa.inc:50)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/harfbuzz-native/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/libsdl2/libsdl2_2.30.3.bb:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:1: including mesa.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/mesa/mesa.inc:50)\nDEBUG: Inheriting /home/pokybuild/yocto-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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/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/mesa/mesa.inc:50)\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:50)\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.1.2/download to aho-corasick-1.1.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.6.5/download to anstream-0.6.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle/1.0.4/download to anstyle-1.0.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-parse/0.2.3/download to anstyle-parse-0.2.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-query/1.0.2/download to anstyle-query-1.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anstyle-wincon/3.0.2/download to anstyle-wincon-3.0.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/anyhow/1.0.75/download to anyhow-1.0.75.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.12/download to assert_cmd-2.0.12.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/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.4.1/download to bitflags-2.4.1.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.8.0/download to bstr-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bumpalo/3.14.0/download to bumpalo-3.14.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/bytemuck/1.14.0/download to bytemuck-1.14.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/pango/pango_1.52.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-graphics/pango/pango_1.52.2.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.52.2.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.52.2.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: Fetching https://crates.io/api/v1/crates/byteorder/1.5.0/download to byteorder-1.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-rs/0.18.3/download to cairo-rs-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download to cairo-sys-rs-0.18.2.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.83/download to cc-1.0.83.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-expr/0.15.5/download to cfg-expr-0.15.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/cfg-if/1.0.0/download to cfg-if-1.0.0.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:50)\nDEBUG: Fetching https://crates.io/api/v1/crates/chrono/0.4.31/download to chrono-0.4.31.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb (full)\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/4.4.11/download to clap-4.4.11.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/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_builder/4.4.11/download to clap_builder-4.4.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_complete/4.4.4/download to clap_complete-4.4.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_derive/4.4.7/download to clap_derive-4.4.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/clap_lex/0.6.0/download to clap_lex-0.6.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/core-foundation-sys/0.8.6/download to core-foundation-sys-0.8.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/crc32fast/1.3.2/download to crc32fast-1.3.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/criterion/0.5.1/download to criterion-0.5.1.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-deque/0.8.4/download to crossbeam-deque-0.8.4.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:3)\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-epoch/0.9.16/download to crossbeam-epoch-0.9.16.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.52.2.bb:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/crossbeam-utils/0.8.17/download to crossbeam-utils-0.8.17.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/pango/pango_1.52.2.bb:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/cssparser/0.31.2/download to cssparser-0.31.2.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: 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.52.2.bb:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/cstr/0.2.11/download to cstr-0.2.11.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:50)\nDEBUG: Fetching https://crates.io/api/v1/crates/data-url/0.3.1/download to data-url-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/deranged/0.3.10/download to deranged-0.3.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/classes-recipe/gnomebase.bbclass:31)\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: 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:50)\nDEBUG: 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: 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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:15)\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/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/dtoa-short/0.3.4/download to dtoa-short-0.3.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/either/1.9.0/download to either-1.9.0.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:50)\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.52.2.bb:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/encoding_rs/0.8.33/download to encoding_rs-0.8.33.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/equivalent/1.0.1/download to equivalent-1.0.1.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/errno/0.3.8/download to errno-0.3.8.crate\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.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/classes-recipe/ptest-gnome.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/fastrand/2.0.1/download to fastrand-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/fdeflate/0.3.1/download to fdeflate-0.3.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/flate2/1.0.28/download to flate2-1.0.28.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.1/download to form_urlencoded-1.2.1.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gnomebase.bbclass:32)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-channel/0.3.29/download to futures-channel-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-core/0.3.29/download to futures-core-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-executor/0.3.29/download to futures-executor-0.3.29.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/futures-io/0.3.29/download to futures-io-0.3.29.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/shaderc/shaderc_2024.1.bb:17)\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-macro/0.3.29/download to futures-macro-0.3.29.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/futures-task/0.3.29/download to futures-task-0.3.29.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-util/0.3.29/download to futures-util-0.3.29.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.18.3/download to gdk-pixbuf-0.18.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/gdk-pixbuf-sys/0.18.0/download to gdk-pixbuf-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/getrandom/0.2.11/download to getrandom-0.2.11.crate\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:3)\nDEBUG: Fetching https://crates.io/api/v1/crates/gio/0.18.4/download to gio-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/gio-sys/0.18.1/download to gio-sys-0.18.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib/0.18.4/download to glib-0.18.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-macros/0.18.3/download to glib-macros-0.18.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/glib-sys/0.18.1/download to glib-sys-0.18.1.crate\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc/2.39+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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/gobject-sys/0.18.0/download to gobject-sys-0.18.0.crate\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_populate_lic.85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_populate_lic_setscene.85f22abe0c77fd1ba62ceb31f15d52628f3e0bb2c5396f7817ee2dbf99f4f752 not available\nNOTE: Running setscene task 5809 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_populate_lic_setscene)\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-graphics/pango/pango_1.52.2.bb:15)\nDEBUG: Fetching https://crates.io/api/v1/crates/hashbrown/0.14.3/download to hashbrown-0.14.3.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.3.3/download to hermit-abi-0.3.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/iana-time-zone/0.1.58/download to iana-time-zone-0.1.58.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/gobject-introspection.bbclass:14)\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.5.0/download to idna-0.5.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/indexmap/2.1.0/download to indexmap-2.1.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/is-terminal/0.4.9/download to is-terminal-0.4.9.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/itertools/0.10.5/download to itertools-0.10.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itertools/0.11.0/download to itertools-0.11.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/itoa/1.0.10/download to itoa-1.0.10.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/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/js-sys/0.3.66/download to js-sys-0.3.66.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-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:17)\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.151/download to libc-0.2.151.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libloading/0.8.1/download to libloading-0.8.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/libm/0.2.8/download to libm-0.2.8.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/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.12/download to linux-raw-sys-0.4.12.crate\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: 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.11/download to lock_api-0.4.11.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/shaderc/shaderc_2024.1.bb:17)\nDEBUG: Fetching https://crates.io/api/v1/crates/log/0.4.20/download to log-0.4.20.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/lopdf/0.31.0/download to lopdf-0.31.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: 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.8/download to matrixmultiply-0.3.8.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/md5/0.7.0/download to md5-0.7.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/memchr/2.6.4/download to memchr-2.6.4.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/minimal-lexical/0.2.1/download to minimal-lexical-0.2.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/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/nom/7.1.3/download to nom-7.1.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/num-complex/0.4.4/download to num-complex-0.4.4.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.17/download to num-traits-0.2.17.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.19.0/download to once_cell-1.19.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/pango/0.18.3/download to pango-0.18.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/meson.bbclass:7)\nDEBUG: Fetching https://crates.io/api/v1/crates/pango-sys/0.18.0/download to pango-sys-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo/0.18.0/download to pangocairo-0.18.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pangocairo-sys/0.18.0/download to pangocairo-sys-0.18.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/parking_lot_core/0.9.9/download to parking_lot_core-0.9.9.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.1/download to percent-encoding-2.3.1.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/0.11.2/download to phf-0.11.2.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.10.0/download to phf_generator-0.10.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_generator/0.11.2/download to phf_generator-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/phf_macros/0.11.2/download to phf_macros-0.11.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/phf_shared/0.11.2/download to phf_shared-0.11.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/pin-project-lite/0.2.13/download to pin-project-lite-0.2.13.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.10/download to png-0.17.10.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download to powerfmt-0.2.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/3.0.4/download to predicates-3.0.4.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/2.0.1/download to proc-macro-crate-2.0.1.crate\nDEBUG: Considering setscene task: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_stash_locale\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_stash_locale which could be accelerated\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-macro2/1.0.70/download to proc-macro2-1.0.70.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/proptest/1.4.0/download to proptest-1.4.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/quick-error/2.0.1/download to quick-error-2.0.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/quote/1.0.33/download to quote-1.0.33.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.3.1/download to rand_chacha-0.3.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_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.8.0/download to rayon-1.8.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rayon-core/1.12.0/download to rayon-core-1.12.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.4.1/download to redox_syscall-0.4.1.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex/1.10.2/download to regex-1.10.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-automata/0.4.3/download to regex-automata-0.4.3.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/regex-syntax/0.8.2/download to regex-syntax-0.8.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rgb/0.8.37/download to rgb-0.8.37.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/rustix/0.38.28/download to rustix-0.38.28.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.16/download to ryu-1.0.16.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.25.0/download to selectors-0.25.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde/1.0.193/download to serde-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_derive/1.0.193/download to serde_derive-1.0.193.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_json/1.0.108/download to serde_json-1.0.108.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/serde_spanned/0.6.4/download to serde_spanned-0.6.4.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/servo_arc/0.3.0/download to servo_arc-0.3.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.7/download to simd-adler32-0.3.7.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/siphasher/0.3.11/download to siphasher-0.3.11.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/slab/0.4.9/download to slab-0.4.9.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/smallvec/1.11.2/download to smallvec-1.11.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/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.41/download to syn-2.0.41.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.2.0/download to system-deps-6.2.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/target-lexicon/0.12.12/download to target-lexicon-0.12.12.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/tempfile/3.8.1/download to tempfile-3.8.1.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/thiserror/1.0.50/download to thiserror-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/thiserror-impl/1.0.50/download to thiserror-impl-1.0.50.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time/0.3.30/download to time-0.3.30.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-core/0.1.2/download to time-core-0.1.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/time-macros/0.2.15/download to time-macros-0.2.15.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.8.2/download to toml-0.8.2.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.20.2/download to toml_edit-0.20.2.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/typenum/1.17.0/download to typenum-1.17.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.14/download to unicode-bidi-0.3.14.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/unicode-ident/1.0.12/download to unicode-ident-1.0.12.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.5.0/download to url-2.5.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.4.0/download to walkdir-2.4.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/wasm-bindgen/0.2.89/download to wasm-bindgen-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.89/download to wasm-bindgen-backend-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.89/download to wasm-bindgen-macro-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.89/download to wasm-bindgen-macro-support-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.89/download to wasm-bindgen-shared-0.2.89.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/web-sys/0.3.66/download to web-sys-0.3.66.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.13/download to wide-0.7.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/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.6/download to winapi-util-0.1.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-core/0.51.1/download to windows-core-0.51.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/windows-sys/0.52.0/download to windows-sys-0.52.0.crate\nDEBUG: Considering setscene task: ['glibc', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.48.5/download to windows-targets-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows-targets/0.52.0/download to windows-targets-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download to windows_aarch64_gnullvm-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.0/download to windows_aarch64_gnullvm-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download to windows_aarch64_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.0/download to windows_aarch64_msvc-0.52.0.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download to windows_i686_gnu-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_gnu/0.52.0/download to windows_i686_gnu-0.52.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_i686_msvc/0.48.5/download to windows_i686_msvc-0.48.5.crate\nDEBUG: Fetching https://crates.io/api/v1/crates/windows_i686_msvc/0.52.0/download to windows_i686_msvc-0.52.0.crate\nDEBUG: 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: 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: 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: 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: 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: 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: Fetching https://crates.io/api/v1/crates/winnow/0.5.28/download to winnow-0.5.28.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/shaderc/shaderc_2024.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/shaderc/shaderc_2024.1.bb:17)\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-recipe/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:17)\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.30.3.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:17)\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/relocatable.bbclass (from /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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/libgcc/14.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/librsvg-native/2.57.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/gcc/libgcc_14.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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-graphics/libsdl2/libsdl2_2.30.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: SITE files ['endian-little', 'common-linux', '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: Considering setscene task: ['glibc', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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.39.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_recipe_qa.abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/glibc/2.39+git.do_recipe_qa_setscene.abb61fce0330757d6ab5aa69357701b71a1fbee9fc94eecc82af91140c23226d not available\nNOTE: Running setscene task 5812 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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/pango/pango_1.52.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/pango/pango_1.52.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: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb']\nDEBUG:   considering dependency: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.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: 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_24.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/nopackages.bbclass (from /home/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/shaderc/shaderc_2024.1.bb:0)\nDEBUG: Considering setscene task: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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: ['ttyrun', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['libpcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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: ['perl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['matchbox-session', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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: ['python3-setuptools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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: ['linux-yocto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['m4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['rgb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.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: ['pixman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['expat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['cpio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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:   considering dependency: ['ppp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['kernel-devsrc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['zlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb']\nDEBUG:   considering dependency: ['at', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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: ['matchbox-config-gtk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['python3-iniconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.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: ['python3-wcwidth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['ed', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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.1.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: ['debugedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.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: ['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: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.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: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.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: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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: ['bash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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: ['mesa-demos', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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.5.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['xset', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.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: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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: ['xf86-video-fbdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb']\nDEBUG:   considering dependency: ['busybox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.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: ['tcf-agent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['which', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.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: ['python3-iniparse', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb']\nDEBUG:   considering dependency: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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: ['libglu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.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: ['glibc-locale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.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.12.bb']\nDEBUG:   considering dependency: ['pointercal-xinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: ['diffutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.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: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.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: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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: ['cronie', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.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: ['libexif', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.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: ['alsa-plugins', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.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: ['expect', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.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: ['x11perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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: ['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: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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: ['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: ['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: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['psplash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.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: ['net-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.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: ['popt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.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: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.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.80.2.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.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: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_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: ['lzlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb']\nDEBUG:   considering dependency: ['xhost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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: ['diffstat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb']\nDEBUG:   considering dependency: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.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.80.1.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['bison', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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-dbusmock', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.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: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.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: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.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: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: ['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: ['powertop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.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: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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: ['go-helloworld', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: ['pinentry', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.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: ['lua', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.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: ['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: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.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: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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: ['libssh2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.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: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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: ['gnome-desktop-testing', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['grep', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.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: ['libogg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.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: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.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: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['iw', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['strace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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: ['matchbox-session-sato', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.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: ['python3-pygobject', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.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: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb']\nDEBUG:   considering dependency: ['tcf-agent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.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: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.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.80.2.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['make', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.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: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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: ['mesa-demos', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.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: ['fmt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['python3-attrs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.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.24.4.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.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: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.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: ['xorgproto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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: ['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: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.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: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['xrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.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: ['libdrm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.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: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.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: ['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: ['kexec-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.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: ['python3-typogrify', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.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:   considering dependency: ['libptytty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.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: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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: ['libpcre', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['ptest-runner', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['procps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.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: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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: ['libxfont2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.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: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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: ['lttng-modules', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['mc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['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: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.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: ['findutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.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: ['iputils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.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: ['blktool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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: ['python3-pluggy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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: ['readline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.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: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.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.12.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: ['ptest-runner', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.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: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.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: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.4.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['iw', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.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: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.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: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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: ['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: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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: ['man-db', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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: ['xxhash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.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: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.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: ['libgcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.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: ['logrotate', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['quilt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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: ['make-mod-scripts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.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: ['openssl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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: ['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: ['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: ['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: ['xf86-input-libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.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: ['matchbox-terminal', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.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: ['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: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.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: ['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: ['connman', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.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: ['python3-iniconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['groff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.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: ['xinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.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: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.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: ['consolekit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['gawk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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: ['automake', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.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: ['gdbm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['xserver-xf86-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.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: ['alsa-state', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['zip', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['blktrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['gzip', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.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: ['python3-smartypants', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.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: ['psmisc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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: ['ppp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.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.1.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: ['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: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.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: ['pointercal-xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.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: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.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: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['xprop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['expat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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: ['valgrind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.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.5.bb']\nDEBUG:   considering dependency: ['libcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.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: ['libxinerama', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_populate_sysroot', '/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: ['rust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['less', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.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: ['libaio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.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: ['sbc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb']\nDEBUG:   considering dependency: ['fmt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.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: ['libexif', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.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: ['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: ['sudo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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: ['makedevs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.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: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['v86d', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.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: ['python3-more-itertools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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: ['unzip', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['glibc-locale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['time', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.52.0.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: ['xinit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.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: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['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: ['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: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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: ['tar', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.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: ['zstd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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: ['pkgconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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: ['libnss-mdns', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['patch', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.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: ['l3afpad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.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: ['libmatchbox', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb']\nDEBUG:   considering dependency: ['socat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.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: ['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: ['connman-conf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['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: ['init-ifupdown', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.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: ['libjpeg-turbo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb']\nDEBUG:   considering dependency: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb']\nDEBUG:   considering dependency: ['bc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.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: ['cracklib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.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: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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: ['python3-importlib-metadata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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.17.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: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.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: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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: ['udev-extraconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.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:   considering dependency: ['gcc-sanitizers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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: ['libxcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.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: ['python3-markdown', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.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: ['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: ['modutils-initscripts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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: ['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: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: ['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: ['ccache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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: ['slang', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.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: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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: ['python3-hypothesis', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.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: ['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: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.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: ['boost', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.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: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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: ['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: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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-markupsafe', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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: ['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: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['sed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['man-db', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.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: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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: ['libxtst', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.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: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.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: ['python3-jinja2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.2.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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: ['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: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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: ['sysvinit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.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: ['automake', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['zstd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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: ['json-c', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.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: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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: ['tcp-wrappers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.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-devtools/gcc/gcc-cross_14.1.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.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/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/glibc/glibc_2.39.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.39.bb:1: including glibc.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-core/glibc/glibc.inc:1: including glibc-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/work/x86_64-linux/libsdl2-native/2.30.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-core/glibc/glibc.inc:8)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/libepoxy/libepoxy_1.5.10.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_create_package_spdx 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_create_package_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/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: 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/glibc_2.39.bb:2: including glibc-version.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:129: 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/x86_64-linux/libsdl2-native/2.30.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-graphics/libsdl2/libsdl2_2.30.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/pango-native/1.52.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/pango/pango_1.52.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/pango-native/1.52.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-3496823/tmp/work/x86_64-linux/mesa-native/24.0.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/pango/pango_1.52.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/mesa-native/24.0.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/mesa/mesa_24.0.7.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/shaderc-native/2024.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/shaderc/shaderc_2024.1.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/shaderc-native/2024.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/shaderc/shaderc_2024.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/core2-64-poky-linux/glibc/2.39+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.39.bb:do_recipe_qa which could be accelerated\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_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_gcc_stash_builddir\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_gcc_stash_builddir which could be accelerated\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_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.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_14.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_14.1.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.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_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_recipe_qa 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_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gcc-source-14.1.0', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['gcc-source-14.1.0', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['gcc-source-14.1.0', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:  Default setscene dependency fall through due to dependency: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_recipe_qa.92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/work-shared/gcc-14.1.0-r0.do_recipe_qa_setscene.92405c1a0cd9a2d726a336525450222d31714f8f067651a20e176ae239d12f6c not available\nNOTE: Running setscene task 5820 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_recipe_qa_setscene)\nDEBUG: Considering setscene task: ['libgcc-initial', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb']\nDEBUG:   considering dependency: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_recipe_qa which could be accelerated\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.9.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.9.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_14.1.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_populate_sysroot.cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_populate_sysroot_setscene.cc88742fc75b1c91283927dbcb08f876e73bb76b71326a9eefff7bd6e7fbf35d not available\nNOTE: Running setscene task 5822 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_create_spdx.f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-docutils-native/0.21.2.do_create_spdx_setscene.f19c0be65b9d3adf7dfe2af8aba6c31fccf53a029bbd3a28b50c90f1cd04599f not available\nNOTE: Running setscene task 5823 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_create_spdx.ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cargo-native/1.75.0.do_create_spdx_setscene.ea574ea2574a4ffe2887edc2f6fdda324914571b937de28646228615978beaed not available\nNOTE: Running setscene task 5824 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_create_spdx.49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_create_spdx_setscene.49f2354fac0fc7224ba143cb5c842c33f7ac8e74c3e9a5eb9d79496cd83910eb not available\nNOTE: Running setscene task 5825 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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.57.1.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:1: including recipes-devtools/gcc/gcc-14.1.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-14.1.inc:1: including gcc-common.inc\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.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-devtools/gcc/gcc-common.inc:11)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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: Inheriting /home/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.21.2.bb:9)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.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-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/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/multilib_header.bbclass:7)\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.57.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_deploy_source_date_epoch 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-docutils_0.21.2.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-devtools/gcc/gcc-common.inc: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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:14: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:15: including rust-snapshot.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/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-source_14.1.bb:2: including recipes-devtools/gcc/gcc-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.75.0.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: 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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\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/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/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/python3native.bbclass (from /home/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/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: Considering setscene task: ['librsvg-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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.57.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: Appending .bbappend file /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend to /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/build-st-3496823/meta-selftest/recipes-test/gcc-source/gcc-source_%.bbappend:2: including test_recipe.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\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: 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.12.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_create_spdx.64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_create_spdx_setscene.64b8c7b4ce6854135d1dd4f4bc8ca696496f68b7e0edf629e29607d4c9e8e26f not available\nNOTE: Running setscene task 5829 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.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/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.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: 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.75.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_create_spdx.8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_create_spdx_setscene.8ce67a502b165f18d5889b5db4600f2e9fd3d1703fb8fdd4dd02119b4b77b5d3 not available\nNOTE: Running setscene task 5830 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_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/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.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.12.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_create_spdx.4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shaderc-native/2024.1.do_create_spdx_setscene.4036bbeccf37fe958191d9a6ee86803468d70659a7465c0c9655c515b27fedd8 not available\nNOTE: Running setscene task 5831 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_create_spdx_setscene)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_create_package_spdx.2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_create_package_spdx_setscene.2d9d58e17e1755c2d089276cf22784ef4b9ac2af705168ddc153d224d2b702ad not available\nNOTE: Running setscene task 5832 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_populate_lic.07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_populate_lic_setscene.07614d68c35d2f681a0fe76e3ad2e51675035c2f2468ce2e75ab5ded711d091c not available\nNOTE: Running setscene task 5833 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.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/libsdl2/libsdl2_2.30.3.bb:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_create_package_spdx.e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_create_package_spdx_setscene.e362a3353e895223603fb0295099f07680228ec19e5a425bf53001db8b3fbfe5 not available\nNOTE: Running setscene task 5834 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_populate_lic.56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_populate_lic_setscene.56f911306a5237ef0c38c16168be76bf45b20d5048680424025ba31f522ec6e6 not available\nNOTE: Running setscene task 5835 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_create_package_spdx.a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_create_package_spdx_setscene.a72df6d04d8728db83c0c990702644003a98750a5213ce43c651d420491909ce not available\nNOTE: Running setscene task 5836 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_lic.6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_lic_setscene.6259f917622a22c361f765caeaf1aa6f35486755ee0b69af7c1c63cdfe7df903 not available\nNOTE: Running setscene task 5837 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_lic_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-graphics/libsdl2/libsdl2_2.30.3.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.30.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-graphics/libsdl2/libsdl2_2.30.3.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.30.3.bb:30)\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.52.2.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.52.2.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.52.2.bb:15)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_create_package_spdx.ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_create_package_spdx_setscene.ddc9f3e9e1f83399e01c2e29b375a0de53364bdb084500353fa81447dbbe7582 not available\nNOTE: Running setscene task 5838 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_package_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/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.52.2.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.52.2.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.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/shaderc/shaderc_2024.1.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/recipes-graphics/shaderc/shaderc_2024.1.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/gobject-introspection-data.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gobject-introspection.bbclass:14)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_populate_lic.052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_populate_lic_setscene.052ff647134310a0a3123432e7e40c66c0ca16c1fc4ca3d91292d4448a68b1d3 not available\nNOTE: Running setscene task 5839 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_lic_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: 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_2024.1.bb:17)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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.283.0.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/spir/spirv-headers_1.3.283.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.283.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/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.0.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.0.bb:21)\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/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/python3native.bbclass (from /home/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/virglrenderer/virglrenderer_1.0.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-graphics/virglrenderer/virglrenderer_1.0.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.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/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/wayland/wayland-protocols_1.36.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.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/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/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work-shared/gcc-14.1.0-r0/source-date-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/wayland-protocols_1.36.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/virglrenderer/virglrenderer_1.0.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/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: SITE files ['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/wayland/wayland-protocols_1.36.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/wayland/wayland-protocols_1.36.bb:18)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.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/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.36.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/wayland/wayland-protocols_1.36.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_create_package_spdx.7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_create_package_spdx_setscene.7dd575847142c5e89ec233538161cf051bdca7fc3b7c6132d32ad8c4a513c56e not available\nNOTE: Running setscene task 5840 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_package_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-3496823/tmp/work/core2-64-poky-linux/linux-libc-headers/6.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: Inheriting /home/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.21.2.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-graphics/wayland/wayland_1.23.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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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/wayland/wayland_1.23.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/python3native.bbclass (from /home/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/rust/cargo_1.75.0.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/nopackages.bbclass (from /home/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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-graphics/wayland/wayland_1.23.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['cairo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['bluez5', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb']\nDEBUG:   considering dependency: ['matchbox-session', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_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: ['xf86-video-vesa', 'do_populate_sysroot', '/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_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.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: ['libcap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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: ['gnu-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['m4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.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: ['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: ['libxcursor', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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: ['iptables', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.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: ['modutils-initscripts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['rgb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.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.52.0.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: ['linux-yocto', 'do_deploy', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['xxhash', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.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: ['initscripts', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['cpio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.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: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['libseccomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.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: ['zlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['quilt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb']\nDEBUG:   considering dependency: ['python3-py', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb']\nDEBUG:   considering dependency: ['at', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['rust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['mini-x-session', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.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_14.1.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.1.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['python3-markdown', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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-iniconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['ed', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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: ['python3-sortedcontainers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.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: ['lua', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.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.1.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.24.4.bb']\nDEBUG:   considering dependency: ['debugedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.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.12.bb']\nDEBUG:   considering dependency: ['base-files', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.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: ['alsa-plugins', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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: ['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: ['libsndfile1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.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:   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: ['libnsl2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.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: ['pkgconfig', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.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: ['python3-zipp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.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: ['vala', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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: ['glibc-locale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['bash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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: ['mesa-demos', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.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.5.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.3.0.bb']\nDEBUG:   considering dependency: ['acl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['xset', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.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: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.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: ['xf86-video-fbdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.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.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: ['busybox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.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: ['libxt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.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: ['xauth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['xserver-nodm-init', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb']\nDEBUG:   considering dependency: ['net-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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: ['openssh', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb']\nDEBUG:   considering dependency: ['which', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb']\nDEBUG:   considering dependency: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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: ['libxxf86vm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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: ['glibc-locale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb']\nDEBUG:   considering dependency: ['coreutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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:   considering dependency: ['gzip', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['python3-toml', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.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: ['libtraceevent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.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: ['pointercal-xinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.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:   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: ['xf86-video-cirrus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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:   considering dependency: ['socat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['cronie', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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:   considering dependency: ['libpng', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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: ['python3-dbusmock', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.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: ['libunistring', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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: ['alsa-plugins', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['python3-atomicwrites', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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:   considering dependency: ['shadow', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['expect', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.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: ['x11perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['ofono', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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: ['xtrans', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.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:   considering dependency: ['grep', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.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: ['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: ['flac', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb']\nDEBUG:   considering dependency: ['popt', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.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: ['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: ['zstd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['psplash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.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: ['popt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.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: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['python3-dbusmock', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.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: ['xwininfo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.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: ['glibc-mtrace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb']\nDEBUG:   considering dependency: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: ['glib-2.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['perf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.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: ['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: ['lzlib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['libtool-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.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:   considering dependency: ['xhost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.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: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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: ['libassuan', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb']\nDEBUG:   considering dependency: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.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: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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.80.1.bb']\nDEBUG:   considering dependency: ['bison', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['ed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: ['gnupg', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.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:   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: ['linux-yocto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.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: ['libxfixes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.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: ['expect', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.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: ['pcmanfm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['powertop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.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:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.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: ['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: ['libevent', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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:   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: ['gawk', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['makedevs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.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: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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: ['libunwind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb']\nDEBUG:   considering dependency: ['iw', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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:   considering dependency: ['go-helloworld', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.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.42.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: ['make', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.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: ['pinentry', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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: ['autoconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.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: ['bluez5', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.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: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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: ['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: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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: ['speexdsp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.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: ['pciutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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: ['gnome-desktop-testing', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb']\nDEBUG:   considering dependency: ['settings-daemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.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:   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: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['python3-jinja2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.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: ['grep', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb']\nDEBUG:   considering dependency: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: ['at', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.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: ['xmodmap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.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: ['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: ['strace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb']\nDEBUG:   considering dependency: ['shadow-securetty', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.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: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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: ['matchbox-session-sato', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.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: ['python3-pygobject', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['ell', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb']\nDEBUG:   considering dependency: ['python3-sortedcontainers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.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: ['eudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.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: ['gstreamer1.0-plugins-bad', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb']\nDEBUG:   considering dependency: ['tar', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.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: ['tcf-agent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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:   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: ['sysvinit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.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:   considering dependency: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['make', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.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: ['readline', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.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: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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: ['python3-attrs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb']\nDEBUG:   considering dependency: ['expat', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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:   considering dependency: ['cronie', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.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: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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:   considering dependency: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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: ['attr', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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: ['libdaemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.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: ['libxcb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['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: ['sato-screenshot', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['xf86-video-vmware', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['orc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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: ['iputils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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: ['libyaml', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb']\nDEBUG:   considering dependency: ['pango', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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: ['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: ['kexec-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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: ['python3-typogrify', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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-base', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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: ['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: ['alsa-lib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: ['matchbox-desktop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.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: ['python3-hypothesis', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['procps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.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: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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.9.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: ['libxv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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: ['lttng-modules', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.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: ['packagegroup-core-boot', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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:   considering dependency: ['mc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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:   considering dependency: ['ethtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb']\nDEBUG:   considering dependency: ['findutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.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: ['iputils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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: ['vulkan-loader', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['blktool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.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: ['libpcre', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.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: ['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: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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: ['lame', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['formfactor', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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: ['libmpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.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:   considering dependency: ['psmisc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.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: ['npth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.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.12.bb']\nDEBUG:   considering dependency: ['openssl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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.4.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: ['boost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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: ['python3-unittest-automake-output', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb']\nDEBUG:   considering dependency: ['python3-hypothesis', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.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: ['mkfontscale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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: ['libxi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.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: ['glibc-mtrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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:   considering dependency: ['boost', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb']\nDEBUG:   considering dependency: ['iw', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.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: ['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_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['python3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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: ['python3-dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.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: ['dbus', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.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:   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:   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: ['xxhash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.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.42.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: ['libgcrypt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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: ['python3-markupsafe', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['quilt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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: ['make-mod-scripts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.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: ['openssl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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: ['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: ['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: ['bash', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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: ['xrestop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['xf86-input-libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb']\nDEBUG:   considering dependency: ['matchbox-terminal', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.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: ['sysvinit-inittab', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.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: ['lttng-ust', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['groff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['xinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.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: ['libpipeline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.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: ['gawk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.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: ['automake', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['xserver-xf86-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.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: ['qemuwrapper-cross', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb']\nDEBUG:   considering dependency: ['alsa-state', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb']\nDEBUG:   considering dependency: ['zip', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.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: ['gobject-introspection', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['gzip', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.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: ['xkbcomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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: ['kmod', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.9.bb']\nDEBUG:   considering dependency: ['python3-smartypants', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb']\nDEBUG:   considering dependency: ['xz', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.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.7.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: ['libcheck', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['time', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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: ['psmisc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb']\nDEBUG:   considering dependency: ['strace', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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: ['libnsl2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.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: ['powertop', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.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:   considering dependency: ['busybox', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.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: ['utfcpp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.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.24.4.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: ['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: ['m4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_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: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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:   considering dependency: ['python3-importlib-metadata', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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: ['libxtst', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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.283.0.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: ['xprop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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: ['pcmanfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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: ['gtk4', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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: ['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: ['libnl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.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: ['matchbox-keyboard', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.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: ['ttyrun', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: ['iproute2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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: ['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: ['json-c', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['rust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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: ['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: ['less', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG:   considering dependency: ['python3-wcwidth', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.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: ['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:   considering dependency: ['fmt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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: ['sudo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.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: ['rpcbind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.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: ['logrotate', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG:   considering dependency: ['gcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: ['connman-gnome', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['v86d', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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: ['unzip', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb']\nDEBUG:   considering dependency: ['sysvinit-inittab', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb']\nDEBUG:   considering dependency: ['time', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.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.52.0.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: ['libxkbcommon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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: ['xinit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.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: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.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: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.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: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['tar', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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:   considering dependency: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.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.34.0.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['libnss-mdns', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['patch', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['python3-pytest', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.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: ['python3-markdown', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb']\nDEBUG:   considering dependency: ['perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.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:   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: ['l3afpad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.1.bb']\nDEBUG:   considering dependency: ['socat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb']\nDEBUG:   considering dependency: ['python3-pathlib2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.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: ['kernel-devsrc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.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: ['connman-conf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.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: ['flac', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.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: ['nettle', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.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:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['init-ifupdown', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.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: ['quota', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['python3-zipp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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: ['libtasn1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.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: ['bc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.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: ['cracklib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.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:   considering dependency: ['libusb1', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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.4.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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: ['libstd-rs', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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: ['curl', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.13.bb']\nDEBUG:   considering dependency: ['icu', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.80.2.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.42.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: ['udev-extraconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb']\nDEBUG:   considering dependency: ['mc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: ['gcc-sanitizers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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: ['glib-2.0-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['go-runtime', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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: ['ppp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.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: ['libevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.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: ['modutils-initscripts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['python3-pygments', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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: ['libwebp', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['mpg123', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['sysvinit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['zlib', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: ['libmodulemd', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['ccache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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: ['fontconfig', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb']\nDEBUG:   considering dependency: ['python3-setuptools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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: ['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: ['libcap-ng', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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: ['gmp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.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: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.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: ['gdb', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['libical', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.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: ['xrestop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['sed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['man-db', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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: ['dbus-wait', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.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: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.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: ['pinentry', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.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: ['python3-jinja2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['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:   considering dependency: ['connman', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.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: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.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: ['perl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.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: ['dnf', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: ['libtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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: ['blktool', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.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.41.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: ['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: ['gnutls', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb']\nDEBUG:   considering dependency: ['sbc', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.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: ['libptytty', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.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: ['python3-pluggy', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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: ['zstd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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:   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: ['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: ['libpcap', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.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: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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: ['libdaemon', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.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: ['cargo', 'do_package_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_populate_sysroot\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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/libsdl2/libsdl2_2.30.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-graphics/spir/spirv-headers_1.3.283.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/shaderc/shaderc_2024.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-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: 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.283.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/spir/spirv-tools_1.3.283.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', '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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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: 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/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: 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.52.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-recipe/nopackages.bbclass (from /home/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-protocols_1.36.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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-protocols_1.36.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/virglrenderer/virglrenderer_1.0.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-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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/x86_64-linux/python3-docutils-native/0.21.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/cargo-native/1.75.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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/rust/cargo_1.75.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gdk-pixbuf-native/2.42.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-3496823/tmp/work/x86_64-linux/libsdl2-native/2.30.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-3496823/tmp/work/x86_64-linux/spirv-headers-native/1.3.283.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-3496823/tmp/work/x86_64-linux/shaderc-native/2024.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/spirv-headers-native/1.3.283.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.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/spir/spirv-headers_1.3.283.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-3496823/tmp/work/x86_64-linux/spirv-tools-native/1.3.283.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-3496823/tmp/work/x86_64-linux/spirv-tools-native/1.3.283.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/spir/spirv-tools_1.3.283.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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/wayland/wayland_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/pango-native/1.52.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-3496823/tmp/work/x86_64-linux/wayland-protocols-native/1.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-3496823/tmp/work/x86_64-linux/wayland-protocols-native/1.36/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/pango/pango_1.52.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_lic 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_create_package_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-3496823/tmp/work/x86_64-linux/wayland-native/1.23.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/wayland/wayland_1.23.0.bb:do_create_package_spdx which could be accelerated\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.42.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.42.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.42.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.42.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.42.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.42.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_recipe_qa\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_recipe_qa which could be accelerated\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.9.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.bb:do_deploy_source_date_epoch which could be accelerated\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.9.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.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.9.bb']\nDEBUG:   considering dependency: ['linux-libc-headers', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.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.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_recipe_qa.515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/core2-64-poky-linux/linux-libc-headers/6.9.do_recipe_qa_setscene.515193c5dc775ad6c48ed362ee48858a419c41691b452e180ec72267e9b49d10 not available\nNOTE: Running setscene task 5845 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_sysroot.5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_populate_sysroot_setscene.5d38025415455cc70a2c358c8f0be4d526e7df264383a8a256a8e267de97b41f not available\nNOTE: Running setscene task 5846 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot_setscene)\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.21.2.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.21.2.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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.21.2.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_populate_sysroot which could be accelerated\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.21.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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.21.2.bb:do_deploy_source_date_epoch which could be accelerated\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.21.2.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.21.2.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.21.2.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.21.2.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.21.2.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.21.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:1: including linux-libc-headers.inc\nDEBUG: Considering setscene task: ['rsync-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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.9.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.9.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_populate_sysroot which could be accelerated\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/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-devtools/patch/patch_2.7.6.bb:1: including patch.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/linux-libc-headers/linux-libc-headers.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-devtools/patch/patch.inc:11)\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: Inheriting /home/pokybuild/yocto-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_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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-devtools/patch/patch.inc:11)\nDEBUG: Considering setscene task: ['rsync-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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.3.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['cargo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['rust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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.57.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.75.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_sysroot which could be accelerated\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.75.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['cargo-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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.75.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.75.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_create_spdx.3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-native/1.75.0.do_create_spdx_setscene.3e57a4f583971ec5ed5570fc04750a3e71ca7f445c9608b70b2d177556414ab0 not available\nNOTE: Running setscene task 5856 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_spdx_setscene)\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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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:   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: ['linux-libc-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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: 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: 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_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:   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_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_recipe_qa', '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: 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.12.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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_46.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_populate_sysroot.a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_populate_sysroot_setscene.a0e69b66e67af4cab57295ebbf94c3197bb99df6ae8f4e4845b507991780e757 not available\nNOTE: Running setscene task 5860 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.75.0.bb:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_create_spdx.e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glslang-native/1.3.283.0.do_create_spdx_setscene.e4474eeef5954bdc936da4485120e8939e23c8cf7c566e6b66caa7b4934043d5 not available\nNOTE: Running setscene task 5861 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_create_spdx.8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_create_spdx_setscene.8a633672377942a08717eb5bc7492b969f2bd99954cb1aa8bf80c9caa03f4e92 not available\nNOTE: Running setscene task 5862 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_spdx_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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_spdx.0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_create_spdx_setscene.0863602711c8b717b5f5d72ac9353c8446e49afaa723a8f708f1b6453af3d71e not available\nNOTE: Running setscene task 5863 of 6657 (virtual:native:/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: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb']\nDEBUG:   considering dependency: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb']\nDEBUG:   considering dependency: ['libsdl2-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_populate_sysroot.083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_populate_sysroot_setscene.083ab7aa672abfb5fb155661dc7807bb8fd0587ee44cda6923a8ce2309138764 not available\nNOTE: Running setscene task 5864 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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.42.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_populate_sysroot.712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_populate_sysroot_setscene.712907f6838fda4209439c62abb24ca1cecd06e984e44a4885e449dc75b8e995 not available\nNOTE: Running setscene task 5865 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_sysroot_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.75.0.bb:8)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:219: including rust-source.inc\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:220: 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_2024.1.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.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.24.4.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.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.24.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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: Considering setscene task: ['shaderc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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/glslang/glslang_1.3.283.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.283.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.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/harfbuzz/harfbuzz_8.5.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: 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.12.bb:27)\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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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-graphics/jpeg/libjpeg-turbo_3.0.1.bb:25)\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.12.bb:27)\nDEBUG: Considering setscene task: ['shaderc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.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_2024.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.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.12.bb:27)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.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/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-graphics/jpeg/libjpeg-turbo_3.0.1.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.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-graphics/harfbuzz/harfbuzz_8.5.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.5.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.5.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.5.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.12.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-graphics/libsdl2/libsdl2_2.30.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-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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.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-graphics/harfbuzz/harfbuzz_8.5.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/libsdl2/libsdl2_2.30.3.bb:30)\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.12.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-graphics/pango/pango_1.52.2.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/libsdl2/libsdl2_2.30.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:27)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_create_spdx.d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_create_spdx_setscene.d39f71500f168961093f1e325575f9e41ae0fba24162d8a887e23a3a609bd399 not available\nNOTE: Running setscene task 5869 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.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/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.52.2.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.52.2.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.52.2.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.52.2.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_populate_lic.e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_populate_lic_setscene.e1617920eb3486d4c21061c79a1b925607c37ad789db8e7b8da52e3de2ff5283 not available\nNOTE: Running setscene task 5870 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_create_package_spdx.9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_create_package_spdx_setscene.9fdccb6ecb91e86950cd72030a999f387892f74968dfcd61c8bb2ec6da97fc5c not available\nNOTE: Running setscene task 5871 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_package_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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_populate_lic.0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_populate_lic_setscene.0ad28ba047642e127aad53fddd7cecf09065beb7e3b245a944be4ca5147d9a3e not available\nNOTE: Running setscene task 5872 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_create_package_spdx.8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_create_package_spdx_setscene.8ce38a4da280e255606e8f0d013082a70372adb43ec818ff039cc444b5834964 not available\nNOTE: Running setscene task 5873 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_lic.1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_lic_setscene.1678580ead40783d97ebd7df875d90988339302c890e01fcc0a49df9e18fa7c2 not available\nNOTE: Running setscene task 5874 of 6657 (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-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_package_spdx.5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_package_spdx_setscene.5e65e71254b10bc549b5cdf2e244e3f873fcd5418e80b7006f1d6fb3a65b8a22 not available\nNOTE: Running setscene task 5875 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_package_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/virglrenderer/virglrenderer_1.0.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-graphics/virglrenderer/virglrenderer_1.0.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/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/wayland/wayland_1.23.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.23.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/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/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: Inheriting /home/pokybuild/yocto-worker/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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-3496823/tmp/work/core2-64-poky-linux/linux-libc-headers/6.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-graphics/wayland/wayland_1.23.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-graphics/wayland/wayland_1.23.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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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/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-kernel/linux-libc-headers/linux-libc-headers_6.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: 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: Inheriting /home/pokybuild/yocto-worker/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-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: Inheriting /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: Inheriting /home/pokybuild/yocto-worker/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: 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-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/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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_lic.ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_lic_setscene.ebe268989ef73384e46c77450ff52003e18be05be327ee744b5030435a43d044 not available\nNOTE: Running setscene task 5876 of 6657 (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: SITE files ['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.283.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/rust_1.75.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/jpeg/libjpeg-turbo_3.0.1.bb:0)\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/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-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/nopackages.bbclass (from /home/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-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-graphics/libsdl2/libsdl2_2.30.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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.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-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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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: ['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_populate_lic', '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_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-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_recipe_qa.fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/patch-native/2.7.6.do_recipe_qa_setscene.fb502f72a00ad6bee85d14500a2c13c319cfcedc89a25c5f53bb8e11031b76b2 not available\nNOTE: Running setscene task 5878 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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/nopackages.bbclass (from /home/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/virglrenderer/virglrenderer_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-graphics/xorg-app/mkfontscale_1.2.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-graphics/xorg-app/mkfontscale_1.2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-app/xrandr_1.5.2.bb:0)\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-graphics/wayland/wayland_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-graphics/xorg-app/xrandr_1.5.2.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/relocatable.bbclass (from /home/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/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-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-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: SITE 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/glslang-native/1.3.283.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-graphics/glslang/glslang_1.3.283.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['glslang-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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.283.0.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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.283.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/rust-native/1.75.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/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-3496823/tmp/work/x86_64-linux/libsdl2-native/2.30.3/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.283.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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.283.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/harfbuzz-native/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: SITE files ['endian-little', 'common-linux', '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/harfbuzz/harfbuzz_8.5.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_create_spdx.1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/rust-llvm-native/1.75.0.do_create_spdx_setscene.1fe01091d01be9231e664044f1f42ea63959f40c1577804169573c9dc8fe7399 not available\nNOTE: Running setscene task 5881 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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-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: SITE files ['endian-little', 'common-linux', '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: ['rust-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['libstd-rs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['rust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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.57.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.75.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/mkfontscale-native/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-3496823/tmp/work/x86_64-linux/mkfontscale-native/1.2.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-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/pango-native/1.52.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.75.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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-app/mkfontscale_1.2.3.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb (full)\nDEBUG: Considering setscene task: ['rust-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.75.0.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_recipe_qa 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_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:9: including rust-source.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.75.0.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/gdk-pixbuf-native/2.42.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-3496823/tmp/work/x86_64-linux/wayland-native/1.23.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/xorg-app/xrandr_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-graphics/xorg-app/xrandr_1.5.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_populate_lic 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.12.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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-font/font-util_1.4.1.bb:do_create_package_spdx which could be accelerated\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.12.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.12.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.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_recipe_qa.8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdk-pixbuf-native/2.42.12.do_recipe_qa_setscene.8cd7464c67bd28c2ca9125e23ca7a977d894f040f74a08ce17dc174f84b9f4d7 not available\nNOTE: Running setscene task 5886 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_spdx.a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_create_spdx_setscene.a9037448b2a297bbecd4aa9dadd1bc61d8e80f3efc4852d1a42e1d31a7dcdbf8 not available\nNOTE: Running setscene task 5887 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.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/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: Considering setscene task: ['glslang-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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.283.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.283.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.283.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.283.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.283.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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/native.bbclass:201)\nDEBUG: Considering setscene task: ['harfbuzz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.52.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_populate_sysroot.4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_populate_sysroot_setscene.4fe8acc5521c5e48f4c9927de44cc14d2302dafa7ea6a31ae9fab46634015655 not available\nNOTE: Running setscene task 5889 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_sysroot_setscene)\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: ['gdk-pixbuf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_sysroot.e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_populate_sysroot_setscene.e3736e0a1c04631d03b07eb41a3d08d41676a4312e0f2b45245392d39c0274a6 not available\nNOTE: Running setscene task 5890 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:27)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_create_spdx.78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_create_spdx_setscene.78f896e36c343c92176e487cd19ec409bb3ce2e8186c8231167691f982578e66 not available\nNOTE: Running setscene task 5891 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3native.bbclass (from /home/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-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: 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.30.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.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-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/qemu.bbclass (from /home/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: 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.5.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: Considering setscene task: ['libsdl2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb']\nDEBUG:   considering dependency: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.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.30.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_recipe_qa.dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libsdl2-native/2.30.3.do_recipe_qa_setscene.dc1161738aa6c75bfb2ebf48cd375be93f9abebbad014a728773823328900f33 not available\nNOTE: Running setscene task 5893 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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/harfbuzz/harfbuzz_8.5.0.bb:16)\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.12.bb:27)\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/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/ptest-gnome.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/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/python3-dir.bbclass (from /home/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/classes-recipe/ptest-gnome.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-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/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/jpeg/libjpeg-turbo_3.0.1.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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb (full)\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.52.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_deploy_source_date_epoch 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.12.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.12.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/qemu.bbclass (from /home/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/jpeg/libjpeg-turbo_3.0.1.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-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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.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.5.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.5.0.bb:16)\nDEBUG: Considering setscene task: ['pango-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.52.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_recipe_qa.bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pango-native/1.52.2.do_recipe_qa_setscene.bf5914e233edd530ad1212bfd02ae12567a8caf413a49621410c715397b72347 not available\nNOTE: Running setscene task 5895 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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/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.5.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/libepoxy/libepoxy_1.5.10.bb:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.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/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_create_spdx.31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-tools-native/1.3.283.0.do_create_spdx_setscene.31bec3a7173a700295576be6cfe5711b6eb0d5d8cbd2a7443759ad89b043d3a3 not available\nNOTE: Running setscene task 5896 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.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-graphics/libsdl2/libsdl2_2.30.3.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.30.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-graphics/libsdl2/libsdl2_2.30.3.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.30.3.bb:30)\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: ['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_9.0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_sysroot.73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_populate_sysroot_setscene.73bef214ed097712fdeca05c73fa7fa1fac046030572889ade4253aac125ab49 not available\nNOTE: Running setscene task 5897 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_create_spdx.2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_create_spdx_setscene.2aabed800a261d251a52045e4ded805c9f3fffd4444240d407f5518fa772903e not available\nNOTE: Running setscene task 5898 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_create_package_spdx.35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_create_package_spdx_setscene.35f5aea5916c7ce45f7bc3242ca67970121e5787ea258a38a50288502631553e not available\nNOTE: Running setscene task 5899 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_create_package_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-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_populate_lic.7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_populate_lic_setscene.7a39ffa218074757a4d53932b1321bcc1680441ec7e0e31a50dce9a6eb9d94b1 not available\nNOTE: Running setscene task 5900 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_create_package_spdx.d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_create_package_spdx_setscene.d165e8cc1a32c7389b7c8afe3797cc9cfa55cb42d7d820306d500d8f96225413 not available\nNOTE: Running setscene task 5901 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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-graphics/pango/pango_1.52.2.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.52.2.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.52.2.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_populate_lic.2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_populate_lic_setscene.2ada959e6d832b1a1bfacf0a8934e5dcd2d61ba7d125aaa99380d5440e5ef442 not available\nNOTE: Running setscene task 5902 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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-graphics/spir/spirv-tools_1.3.283.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.283.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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.52.2.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: 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/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/python3native.bbclass (from /home/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/rust/rust-llvm_1.75.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-graphics/xorg-app/mkfontscale_1.2.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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/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/qemu.bbclass (from /home/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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/libfontenc_1.1.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/libpciaccess_0.18.1.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/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/libpciaccess_0.18.1.bb: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-graphics/xorg-lib/libpciaccess_0.18.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-graphics/xorg-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/libpciaccess_0.18.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-graphics/xorg-lib/libpciaccess_0.18.1.bb: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-graphics/xorg-lib/libpciaccess_0.18.1.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/qemu.bbclass (from /home/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/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_package_spdx.2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_package_spdx_setscene.2d1a5757f44142d037b704126cc306b4bcbfaf92cf2fc6c5e399f92120603739 not available\nNOTE: Running setscene task 5903 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_package_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: 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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/libpthread-stubs_0.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-graphics/cairo/cairo_1.18.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/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/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/nopackages.bbclass (from /home/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/nopackages.bbclass (from /home/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.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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.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-graphics/libsdl2/libsdl2_2.30.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/rust-llvm-native/1.75.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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/rust/rust-llvm_1.75.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: Inheriting /home/pokybuild/yocto-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-llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.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.75.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.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-graphics/xorg-lib/libfontenc_1.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-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: 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.75.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.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/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-lib/libfontenc_1.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-graphics/pango/pango_1.52.2.bb:0)\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.75.0.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.75.0.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.75.0.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.75.0.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.75.0.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.75.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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: Inheriting /home/pokybuild/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: SITE files ['endian-little', 'common-linux', '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: 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-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_lic.e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_lic_setscene.e07c44bc96f9812c85603743080282bc94d710c1d958592bb1736685d28fafea not available\nNOTE: Running setscene task 5907 of 6657 (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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/libpciaccess_0.18.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-graphics/xorg-lib/libpciaccess_0.18.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Inheriting /home/pokybuild/yocto-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-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_spdx which could be accelerated\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/harfbuzz-native/8.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-3496823/tmp/work/x86_64-linux/libsdl2-native/2.30.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gdk-pixbuf-native/2.42.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-graphics/xorg-lib/libpthread-stubs_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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_recipe_qa which could be accelerated\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.52.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_sysroot.cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_populate_sysroot_setscene.cf9a54aec10e93a5be1360d7d39f8f3a348f5e3dd44acb656e7959456a6a2b23 not available\nNOTE: Running setscene task 5908 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/spirv-tools-native/1.3.283.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-3496823/tmp/work/x86_64-linux/mkfontscale-native/1.2.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-graphics/spir/spirv-tools_1.3.283.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libfontenc-native/1.1.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: 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/libfontenc_1.1.8.bb:do_create_package_spdx which could be accelerated\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.5.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libfontenc-native/1.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-graphics/xorg-lib/libfontenc_1.1.8.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/pango-native/1.52.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/cairo/cairo_1.18.0.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['harfbuzz-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['harfbuzz-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.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.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_recipe_qa.0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/harfbuzz-native/8.5.0.do_recipe_qa_setscene.0c83770704092d8985b6083e47715fc1a7e629fdedf660423713bb80464344f2 not available\nNOTE: Running setscene task 5910 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-3496823/tmp/work/x86_64-linux/libpciaccess-native/0.18.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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/x86_64-linux/libpciaccess-native/0.18.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-lib/libpciaccess_0.18.1.bb:do_create_package_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/cairo/cairo_1.18.0.bb:37)\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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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-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: ['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_lic', '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_create_spdx', '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_deploy_source_date_epoch', '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_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-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_recipe_qa.41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libjpeg-turbo-native/3.0.1.do_recipe_qa_setscene.41d5b0748778756712f3b15b04d7426d368a5119cf70660029fc7b961ffd7e09 not available\nNOTE: Running setscene task 5912 of 6657 (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/harfbuzz/harfbuzz_8.5.0.bb (full)\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: ['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-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_sysroot.1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_populate_sysroot_setscene.1e48db5209fe56d630f9acb0a31a36713e5d343ac585c0df742d14595d2afad5 not available\nNOTE: Running setscene task 5913 of 6657 (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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_create_spdx.dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_create_spdx_setscene.dcb6addfe14aafa553e02a88abe0544fc97d0b42dce2e96a283718490aac87fa not available\nNOTE: Running setscene task 5914 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_create_spdx.f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/spirv-headers-native/1.3.283.0.do_create_spdx_setscene.f79e40e2b2f3a43f405f3f0ed507fa5d5e6120c879050041f4f65cb2660b7861 not available\nNOTE: Running setscene task 5915 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.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: Inheriting /home/pokybuild/yocto-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: ['spirv-tools-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.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.283.0.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.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.283.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.0.bb:do_populate_sysroot which could be accelerated\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.283.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.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.5.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.5.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.5.0.bb:16)\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: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_package_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-graphics/libepoxy/libepoxy_1.5.10.bb (full)\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.283.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.283.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.283.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.283.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.283.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.283.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.0.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/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/mesa/mesa_24.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/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/xorg-lib/libpthread-stubs_0.5.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:1: including mesa.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb (full)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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: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-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/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/python3-dir.bbclass (from /home/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/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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass:7)\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_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb']\nDEBUG:   considering dependency: ['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_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-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_recipe_qa.0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/virglrenderer-native/1.0.1.do_recipe_qa_setscene.0676073df54fa0f74e536d87993c250e6d4439ba6143e49efd71edbb92c243f0 not available\nNOTE: Running setscene task 5920 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.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: 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.3.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG:   considering dependency: ['mkfontscale-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package_write_rpm', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_populate_sysroot.a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_populate_sysroot_setscene.a0b3a1b0bd2218eefe4196eb479d5b6285e55b977c4f93efab5eab61e733cddb not available\nNOTE: Running setscene task 5921 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_create_spdx.9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_create_spdx_setscene.9ae8eb2d070084de33d052c5f2ea576a854317d3312e6718e830f30744704fbd not available\nNOTE: Running setscene task 5922 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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/mesa/mesa.inc:50)\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:50)\nDEBUG: Inheriting /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:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:3)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_create_package_spdx.3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_create_package_spdx_setscene.3f5cd8c700912e986e2ddfba9648dc6dbf36811f8804af9239053a9002ea716a not available\nNOTE: Running setscene task 5923 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_create_package_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/libx11_1.8.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_populate_lic.691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_populate_lic_setscene.691c654221fc70296c7ae5c661b5829d7cf1bc4400f0e6b4ce858e8392322528 not available\nNOTE: Running setscene task 5924 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_lic_setscene)\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/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/xorg-app/mkfontscale_1.2.3.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_package_spdx.d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_package_spdx_setscene.d310db329d594038ef19f2d401feca63aae35430d4b5140d0ab96995b8dfdce6 not available\nNOTE: Running setscene task 5925 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_package_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/python3native.bbclass (from /home/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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-lib/libfontenc_1.1.8.bb (full)\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-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_lic.585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_lic_setscene.585259f41c8820542e5d0a1392195e08798705bf7e766605fac25dad48c999a9 not available\nNOTE: Running setscene task 5926 of 6657 (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/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/libfontenc_1.1.8.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/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/libx11_1.8.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/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/virglrenderer/virglrenderer_1.0.1.bb:19)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:7: including xorg-lib-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_create_package_spdx.8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_create_package_spdx_setscene.8f6fd875f453c4c18010668323100d370bb382ae766881559b2723839d0055b1 not available\nNOTE: Running setscene task 5927 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_create_package_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/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_populate_lic.293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_populate_lic_setscene.293ba1dc4e90f9afd1f64ab772e66934564db66096550f59907c47bff45e9011 not available\nNOTE: Running setscene task 5928 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/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: 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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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/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.9.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: Parsing virtual:native:/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/libxcb_1.17.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/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/libxau_1.0.11.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/libxcb_1.17.0.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.17.0.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-graphics/xorg-lib/libxcb_1.17.0.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: SITE files ['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/libxcb_1.17.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/xorg-lib/libxcb_1.17.0.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/libpthread-stubs_0.5.bb:do_populate_lic which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_package_spdx.5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_package_spdx_setscene.5462aaddc56b31a897027ca1e11036da062f2fc222bfcacd3d022b1b20c3b96f not available\nNOTE: Running setscene task 5929 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_package_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/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: SITE files ['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.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/nopackages.bbclass (from /home/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/spir/spirv-headers_1.3.283.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/libepoxy/libepoxy_1.5.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: Inheriting /home/pokybuild/yocto-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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/mkfontscale_1.2.3.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: SITE files ['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/libfontenc_1.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-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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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.9.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/libx11_1.8.9.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/relocatable.bbclass (from /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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /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/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-lib/libxcb_1.17.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/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/cairo/cairo_1.18.0.bb:do_populate_sysroot which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_recipe_qa.ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cairo-native/1.18.0.do_recipe_qa_setscene.ac160649ce0e7b9f198444c62dce65d105a8a2faea57e21ea836acb227f95fa3 not available\nNOTE: Running setscene task 5931 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_recipe_qa_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/spirv-headers-native/1.3.283.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-3496823/tmp/work/x86_64-linux/harfbuzz-native/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_recipe_qa 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_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-3496823/tmp/work/x86_64-linux/mkfontscale-native/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/qemu.bbclass (from /home/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/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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_sysroot 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-graphics/cairo/cairo_1.18.0.bb:37)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libfontenc-native/1.1.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/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/relocatable.bbclass (from /home/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libx11-native/1.8.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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libx11-native/1.8.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libfontenc_1.1.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/libx11_1.8.9.bb:do_create_package_spdx 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_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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/libxau_1.0.11.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/libxcb-native/1.17.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_create_spdx', '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_lic', '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-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_recipe_qa.a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libepoxy-native/1.5.10.do_recipe_qa_setscene.a34ce2c135bfc425ead04ac11354cdd6ff1eb07b47839d00756291f9a79771ae not available\nNOTE: Running setscene task 5933 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_recipe_qa_setscene)\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.17.0.bb:do_create_package_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-3496823/tmp/work/x86_64-linux/libxcb-native/1.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-graphics/xorg-lib/libxcb_1.17.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-3496823/tmp/work/x86_64-linux/mesa-native/24.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.283.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.283.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.283.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.283.0.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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.283.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_spdx.f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_create_spdx_setscene.f733f691d4448346a2749c3e238bdb4975af65de132330792b4ce9cd2237f59b not available\nNOTE: Running setscene task 5935 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_create_spdx.c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_create_spdx_setscene.c50300199e9f435554170369b213055e5f33eb55410e4e47ecd92942600d0c3f not available\nNOTE: Running setscene task 5936 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_create_spdx.dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_create_spdx_setscene.dc1cb14c7eb8deeb1633355f786de2236deb30db7b82326e497fa1932da2b003 not available\nNOTE: Running setscene task 5937 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_create_spdx.642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_create_spdx_setscene.642f6c7902ddafe8c400d989c91ae158b6eff054281ed7ac872f88029ccde19e not available\nNOTE: Running setscene task 5938 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_create_spdx.1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_create_spdx_setscene.1380764f9d1c90e15b30038d6396c606a61814627cb668ac09806743f3638aac not available\nNOTE: Running setscene task 5939 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_spdx_setscene)\nDEBUG: Considering setscene task: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_populate_sysroot.ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_populate_sysroot_setscene.ef67b5d2d762ed718751167b93692cbad3a1180eb5781eea55217cb71b896fde not available\nNOTE: Running setscene task 5940 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_populate_sysroot_setscene)\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/elfutils/elfutils_0.191.bb (full)\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.283.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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.283.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb (full)\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.283.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.283.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.283.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.283.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.283.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.283.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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.283.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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.5.bb:9)\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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:9)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_create_spdx.4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_create_spdx_setscene.4c70a074a826bf18644181591479e55a355dea33cb5500910199f53a81fc5384 not available\nNOTE: Running setscene task 5943 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/llvm/llvm_18.1.6.bb:15)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_package_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/elfutils/elfutils_0.191.bb: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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb: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/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/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/mesa/mesa_24.0.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_create_spdx.b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_create_spdx_setscene.b3767c6b5cce74eef0f01362b0bc4ab43bd52c8d18d41f21c69b2f3ac53d7384 not available\nNOTE: Running setscene task 5944 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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/elfutils/elfutils_0.191.bb:31)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:1: including mesa.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-mako_1.3.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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:50)\nDEBUG: Inheriting /home/pokybuild/yocto-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/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/meson-routines.bbclass (from /home/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-graphics/drm/libdrm_2.4.120.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: 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.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.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/meson.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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: 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.3.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.3.bb']\nDEBUG:   considering dependency: ['mkfontscale-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['mkfontscale-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.3.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.3.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.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_recipe_qa.a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mkfontscale-native/1.2.3.do_recipe_qa_setscene.a4e0892d2406a7ab464a1a25b7fed0d752162274ac71592d3b1af535a7c72519 not available\nNOTE: Running setscene task 5946 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.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/recipes-graphics/wayland/wayland-protocols_1.36.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/mesa/mesa.inc:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson-routines.bbclass (from /home/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/mesa/mesa.inc: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/meson-routines.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_create_spdx.7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_create_spdx_setscene.7b3259fd1e9e6d80b380f564906c3e7799b1e07b945c99ec1b8e3d89d8cd8862 not available\nNOTE: Running setscene task 5947 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_spdx_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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/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.23.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/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/wayland/wayland-protocols_1.36.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/wayland/wayland-protocols_1.36.bb:18)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_spdx.34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_create_spdx_setscene.34acb444e0a1aa32cc0228972921ec6ac9022244ec6c8b201abdc51541bca4b0 not available\nNOTE: Running setscene task 5948 of 6657 (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: SITE files ['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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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-graphics/wayland/wayland_1.23.0.bb:24)\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.8.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.8.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.8.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.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_populate_sysroot.3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_populate_sysroot_setscene.3c0f1316ffb7d25230e1e2cf96ba658df0ce7fa2c22f378a1396b3aceca30f0e not available\nNOTE: Running setscene task 5949 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.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/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/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/mkfontscale_1.2.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_spdx.a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_create_spdx_setscene.a344577ead4e3c54dcd97923250b47e7208be95e17a5fd85c7a5d99365896bea not available\nNOTE: Running setscene task 5950 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_spdx_setscene)\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: Inheriting /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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb (full)\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-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_lic.6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_lic_setscene.6439a0d776e6d511e3769e764af787f010fb80c88951bc69b6037d724f55dfce not available\nNOTE: Running setscene task 5951 of 6657 (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: 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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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-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/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-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: 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/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: 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: SITE files ['endian-little', 'common-linux', '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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/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: SITE files ['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', '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: SITE files ['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_18.1.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-devtools/elfutils/elfutils_0.191.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/cairo/cairo_1.18.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_create_package_spdx.cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_create_package_spdx_setscene.cbb5ce237b7b24afd32530c0f8cdff963574ba5d18a61cfeae67707e5c5fb9a3 not available\nNOTE: Running setscene task 5952 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_package_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: 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.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: 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.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/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/libxcursor_1.2.2.bb:9: 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/nopackages.bbclass (from /home/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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.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/relocatable.bbclass (from /home/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/nopackages.bbclass (from /home/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.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: SITE files ['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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/libxcomposite_0.4.6.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-3496823/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: SITE files ['endian-little', 'common-linux', '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_recipe_qa 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_spdx which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_populate_lic.55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_populate_lic_setscene.55b2bffef5a085017a883ccd679105dc80f135785397cef8a908b17b1bfacfe7 not available\nNOTE: Running setscene task 5953 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_package_spdx.0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_package_spdx_setscene.0b717f151744b2835091328b5c05344be17eb3ec2167e5dc1bf870f5f155a819 not available\nNOTE: Running setscene task 5954 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_package_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-3496823/tmp/work/x86_64-linux/elfutils-native/0.191/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/llvm-native/18.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-3496823/tmp/work/x86_64-linux/wayland-protocols-native/1.36/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/libxcursor_1.2.2.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_spdx which could be accelerated\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:9: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-mako-native/1.3.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/libxdamage_1.1.6.bb:14: including xorg-lib-common.inc\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/mkfontscale-native/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-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/wayland-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-3496823/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-3496823/tmp/work/x86_64-linux/libfontenc-native/1.1.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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-font/font-util_1.4.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/libfontenc_1.1.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_create_spdx.f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_create_spdx_setscene.f62f00c6e66b258bf586ce04fe2631b7bfe666b4d99fd4f8bd868389decd3cb7 not available\nNOTE: Running setscene task 5955 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/mesa-native/24.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:0)\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/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/mesa/mesa_24.0.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: 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: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_sysroot.8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_populate_sysroot_setscene.8ca4788914f899dd97e2fe8a66a108260adb2938cdaf84e154aab8dd353b62ab not available\nNOTE: Running setscene task 5956 of 6657 (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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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/libarchive/libarchive_3.7.4.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Considering setscene task: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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', '/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.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: ['elfutils-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_populate_sysroot.cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_populate_sysroot_setscene.cf42b5a314344bcf6aa176e0a072a1b890eda1e5c95b6ffabfa496a0089fe10d not available\nNOTE: Running setscene task 5957 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Considering setscene task: ['llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb']\nDEBUG:   considering dependency: ['llvm-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb']\nDEBUG:   considering dependency: ['llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.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_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_populate_sysroot.c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_populate_sysroot_setscene.c2759bf3fb97715232ee3dd3f32225fc0069813b330a5889c1993e52fe34433e not available\nNOTE: Running setscene task 5958 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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.5.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.5.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_populate_sysroot.ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_populate_sysroot_setscene.ed1c1c8de61cfdebc169e7664b7726cd792f5483cfe8204e96bb5491cc2b071a not available\nNOTE: Running setscene task 5959 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_populate_sysroot_setscene)\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: 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_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_sysroot.1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_populate_sysroot_setscene.1efb74bfc85e5755b4e48d63193d38dc93e4d09dbef619d2200a04425077535e not available\nNOTE: Running setscene task 5960 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.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/libxcursor_1.2.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb (full)\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_24.0.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Considering setscene task: ['mesa-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_recipe_qa.a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mesa-native/24.0.7.do_recipe_qa_setscene.a7a120aba6947478078eef858be44c96a4b85b607db877842d3fa588117d127d not available\nNOTE: Running setscene task 5962 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb: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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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-devtools/elfutils/elfutils_0.191.bb: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/llvm/llvm_18.1.6.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.5.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: 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.36.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_populate_sysroot.33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_populate_sysroot_setscene.33fb3b6aa9c1d6ac8fd444e5fe72233f6764f8945c47691349a4b8ed6ab95cbe not available\nNOTE: Running setscene task 5963 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/elfutils/elfutils_0.191.bb: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-mako_1.3.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-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/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.42.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.24.4.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: ['gstreamer1.0-plugins-bad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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.23.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.24.4.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_populate_sysroot.cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_populate_sysroot_setscene.cfa7cd637c90c65d20c3b318ee1881696ad62c0202470296f0c6627351ae3611 not available\nNOTE: Running setscene task 5964 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxcursor-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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:9)\nDEBUG: Inheriting /home/pokybuild/yocto-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: 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.2.bb:do_create_package_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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: 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/mesa/mesa_24.0.7.bb:1: including mesa.inc\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_sysroot.7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_populate_sysroot_setscene.7e845bb6a20c26c79aa5053a0ccdc2b63f673517520b69db28cce0386ce7b6c4 not available\nNOTE: Running setscene task 5965 of 6657 (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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/wayland/wayland-protocols_1.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-graphics/wayland/wayland-protocols_1.36.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: 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: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.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: ['font-util-native', 'do_create_spdx', '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.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_sysroot.b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_populate_sysroot_setscene.b2769d8532899edce656afff6e24085b01eb523dbb7cb37fe3ffbe375516fae7 not available\nNOTE: Running setscene task 5966 of 6657 (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/qemu.bbclass (from /home/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.36.bb:18)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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/wayland/wayland-protocols_1.36.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa.inc:50)\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.23.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-graphics/mesa/mesa.inc:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/mesa/mesa.inc:50)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: ['libfontenc-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.8.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:3)\nDEBUG: Parsing virtual:native:/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/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-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: 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.8.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.8.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.8.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.8.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.8.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.8.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.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_recipe_qa.5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libfontenc-native/1.1.8.do_recipe_qa_setscene.5201cc04eff4016c583411f9453b9a3bb1caa9eee9ec5188e00145cbc3e13bec not available\nNOTE: Running setscene task 5968 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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-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.23.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-graphics/wayland/wayland_1.23.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: 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/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-font/font-util_1.4.1.bb:3: including xorg-font-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_create_spdx.6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_create_spdx_setscene.6888d30182253e8cb20efa2290ccd6c058839b8a2826b472027ac865717c24b8 not available\nNOTE: Running setscene task 5969 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_spdx_setscene)\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_create_spdx', '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.42.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_sysroot.599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_populate_sysroot_setscene.599f167384101bddd070e51e78682e608fa3f5d4ae0d99caee82a2b276f624dd not available\nNOTE: Running setscene task 5970 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.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-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-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: 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.8.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/features_check.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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-extended/libarchive/libarchive_3.7.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-graphics/xorg-lib/libpciaccess_0.18.1.bb: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-graphics/xorg-lib/libpciaccess_0.18.1.bb:15)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxcursor-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/relocatable.bbclass (from /home/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: 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/python3native.bbclass (from /home/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/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: 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/nopackages.bbclass (from /home/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/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-graphics/xorg-lib/libxcursor_1.2.2.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/libxdamage_1.1.6.bb:do_create_package_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: SITE files ['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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_create_spdx.be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_create_spdx_setscene.be4a0779061ed2e39be1405ec6c8e9ba7ba95e6cc362123262af4aa1ee52519b not available\nNOTE: Running setscene task 5971 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_spdx.1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_create_spdx_setscene.1f8cfd1a204cdda92e739b953b6d1d0d50baa00bca68b29d4ceae530c89d0753 not available\nNOTE: Running setscene task 5972 of 6657 (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', '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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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_18.1.6.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/relocatable.bbclass (from /home/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-mako_1.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.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/wayland/wayland-protocols_1.36.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:9: including xorg-lib-common.inc\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/relocatable.bbclass (from /home/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: 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/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/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: SITE files ['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/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-3496823/tmp/work/x86_64-linux/libarchive-native/3.7.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-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: SITE 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: 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.23.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_spdx.6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_create_spdx_setscene.6efab8a145a65c5995198f818c2e3666b2e2c805f89ea2e1a02b721f422c67ed not available\nNOTE: Running setscene task 5973 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.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/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: 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.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/mesa/mesa_24.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: Inheriting /home/pokybuild/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/libxcomposite_0.4.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/libpciaccess_0.18.1.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/e2fsprogs/e2fsprogs_1.47.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/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/e2fsprogs/e2fsprogs_1.47.0.bb:1: including e2fsprogs.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/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: SITE files ['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/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-3496823/tmp/work/x86_64-linux/python3-mako-native/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-3496823/tmp/work/x86_64-linux/elfutils-native/0.191/source-date-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: 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-3496823/tmp/work/x86_64-linux/llvm-native/18.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-devtools/python/python3-mako_1.3.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/wayland-protocols-native/1.36/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_18.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_sysroot which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/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: 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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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.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: SITE 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb']\nDEBUG:   considering dependency: ['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_create_spdx', '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-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_recipe_qa.a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/chrpath-native/0.16.do_recipe_qa_setscene.a34cd913753b696627665852288a36df05226a9aa6e6421ab3117efb593cf907 not available\nNOTE: Running setscene task 5975 of 6657 (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/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-font/font-util_1.4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/wayland-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-3496823/tmp/work/x86_64-linux/libfontenc-native/1.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-graphics/wayland/wayland_1.23.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: 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.191.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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/libfontenc_1.1.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libpciaccess-native/0.18.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/chrpath/chrpath_0.16.bb (full)\nDEBUG: Considering setscene task: ['elfutils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_recipe_qa.02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/elfutils-native/0.191.do_recipe_qa_setscene.02d6a811ac4ebbb26cb55f4ae2215f18728224dc8a12ab2c832265213a02270f not available\nNOTE: Running setscene task 5977 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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/chrpath/chrpath_0.16.bb:15)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/mesa-native/24.0.7/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_18.1.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.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-graphics/mesa/mesa_24.0.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Considering setscene task: ['llvm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb']\nDEBUG:   considering dependency: ['llvm-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb']\nDEBUG:   considering dependency: ['llvm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb']\nDEBUG:   considering dependency: ['llvm-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb']\nDEBUG:   considering dependency: ['llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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_18.1.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_recipe_qa.34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/llvm-native/18.1.6.do_recipe_qa_setscene.34edf306c37f5ccdbb1fa23e6a288e10d5a4654617ab3d19068a45ff181dcb24 not available\nNOTE: Running setscene task 5979 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb (full)\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.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.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.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-devtools/elfutils/elfutils_0.191.bb:31)\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.5.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.5.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.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_recipe_qa.9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-mako-native/1.3.5.do_recipe_qa_setscene.9300f9e055a6855ebda7d08f4bddf7822c5e9287d5c71dbf3fa434f67d196b5d not available\nNOTE: Running setscene task 5981 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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: 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.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_populate_sysroot.357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_populate_sysroot_setscene.357eb6b30eb09b1b96e95f2c0d009f6299a8005228ab20e62c9887b9e35d1fad not available\nNOTE: Running setscene task 5982 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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-devtools/elfutils/elfutils_0.191.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-devtools/elfutils/elfutils_0.191.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb (full)\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.18.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.18.0.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.18.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_populate_sysroot.48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_populate_sysroot_setscene.48a820b3dbfc0cfa6a7bae55e074712f4c66e0b2e4166525168687bc5930123e not available\nNOTE: Running setscene task 5983 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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/recipes-devtools/elfutils/elfutils_0.191.bb: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_18.1.6.bb:15)\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.4.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.4.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.4.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_populate_sysroot.e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_populate_sysroot_setscene.e3154ba06a370d7dd1697eca410c2c81de21280a96b96f18862605bccf316aba not available\nNOTE: Running setscene task 5984 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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-mako_1.3.5.bb:9)\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxcursor-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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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-markupsafe_2.1.5.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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:9)\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_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-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_recipe_qa.3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libdrm-native/2.4.120.do_recipe_qa_setscene.3018b5921c0e63ecef71041007b3f8bdbbbefd4c4d162d552303ff3a79e3456d not available\nNOTE: Running setscene task 5986 of 6657 (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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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/python_hatchling.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: ['wayland-protocols-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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.36.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-pygments_2.18.0.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/libarchive/libarchive_3.7.4.bb: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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:40)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb (full)\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.36.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.36.bb']\nDEBUG:   considering dependency: ['wayland-protocols-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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.36.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.36.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_recipe_qa.2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-protocols-native/1.36.do_recipe_qa_setscene.2780573595e38d8268b6023aa7812d83a6481a511834f734da892ec30c3f0089 not available\nNOTE: Running setscene task 5988 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/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: 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.23.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.0.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/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: ['wayland-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.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.23.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.23.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.23.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_recipe_qa.631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/wayland-native/1.23.0.do_recipe_qa_setscene.631b4b606f15742b4db31b5b9980147e2fe443ef3b53562d86361d812b3c45b9 not available\nNOTE: Running setscene task 5990 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_recipe_qa_setscene)\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: 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-protocols_1.36.bb (full)\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_create_spdx', '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_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_lic', '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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_recipe_qa.9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xrandr-native/1.5.2.do_recipe_qa_setscene.9c197e5ab7e985f98f5ea84cfbb1c9f3893679a183ef9ac0f1d3c65e8039d944 not available\nNOTE: Running setscene task 5992 of 6657 (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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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: 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: 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/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.23.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.23.0.bb:24)\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_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_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-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_recipe_qa.5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/font-util-native/1.4.1.do_recipe_qa_setscene.5048f638ca03029ac542c940122ec57ed96ec243d8810cddff8f2d473629eccc not available\nNOTE: Running setscene task 5994 of 6657 (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/relocatable.bbclass (from /home/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/allarch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/nopackages.bbclass (from /home/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: Considering setscene task: ['libpciaccess-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_populate_sysroot.042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_populate_sysroot_setscene.042e1bf61350013fa011fa2d9f6022de792077f250fb26b143da5c523d1abeff not available\nNOTE: Running setscene task 5995 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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/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: 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/wayland/wayland_1.23.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-graphics/wayland/wayland_1.23.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-graphics/xorg-app/xorg-app-common.inc:14)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: 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_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_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_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-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_recipe_qa.362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcomposite-native/0.4.6.do_recipe_qa_setscene.362c08963ce9109f1285fb683ac4951612aac6855a5d47709bf534b83e3ffb68 not available\nNOTE: Running setscene task 5997 of 6657 (virtual:native:/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/features_check.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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.2.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.2.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.2.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.42.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_populate_sysroot.790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_populate_sysroot_setscene.790450c4cce3b28dba9c7fe268bfea33918198a747a1937405f26a362ee73f8a not available\nNOTE: Running setscene task 5998 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/libpciaccess_0.18.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-graphics/xorg-lib/libpciaccess_0.18.1.bb:15)\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: 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/libpciaccess_0.18.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-recipe/python3native.bbclass (from /home/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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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/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/libxcursor_1.2.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-devtools/llvm/llvm_18.1.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-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/libxcursor_1.2.2.bb:9: 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/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/nopackages.bbclass (from /home/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/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-mako_1.3.5.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: SITE files ['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.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-recipe/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /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: SITE files ['endian-little', 'common-linux', '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-extended/libarchive/libarchive_3.7.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: 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-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_lic.03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_lic_setscene.03bc64f212d06af3501d732cdf30d6e15ed6593915fc1f1907e5fc813d2e7f53 not available\nNOTE: Running setscene task 5999 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.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', '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-3496823/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: 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.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-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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /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 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: SITE files ['endian-little', 'common-linux', '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: SITE files ['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: SITE files ['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: ['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_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_sysroot.67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_populate_sysroot_setscene.67275a40d606a9626654eb54411c570631485f9d4f162832df8b9889d8dd9ad5 not available\nNOTE: Running setscene task 6000 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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-3496823/tmp/work/x86_64-linux/elfutils-native/0.191/source-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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-3496823/tmp/work/x86_64-linux/llvm-native/18.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-devtools/elfutils/elfutils_0.191.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-3496823/tmp/work/x86_64-linux/python3-mako-native/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-3496823/tmp/work/x86_64-linux/python3-markupsafe-native/2.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-devtools/llvm/llvm_18.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pygments-native/2.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-devtools/python/python3-mako_1.3.5.bb:do_recipe_qa which could be accelerated\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/libpciaccess_0.18.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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.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-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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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: SITE files ['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-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-3496823/tmp/work/x86_64-linux/libarchive-native/3.7.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-graphics/xorg-lib/libxcursor_1.2.2.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: SITE files ['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/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/libarchive/libarchive_3.7.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-3496823/tmp/work/x86_64-linux/wayland-protocols-native/1.36/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-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_sysroot.1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_populate_sysroot_setscene.1e6121d463dc964acc48b7c57c2950bb7f8a0ae2c42ff27d63fa25366930587e not available\nNOTE: Running setscene task 6001 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_recipe_qa which could be accelerated\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-hatchling-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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.18.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_populate_sysroot.39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_populate_sysroot_setscene.39fc5c6a315359e318a17c6d164a99f325d8aa8b7354180ea14fe8e8ef0ced82 not available\nNOTE: Running setscene task 6002 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_populate_sysroot_setscene)\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.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.5.bb']\nDEBUG:   considering dependency: ['python3-markupsafe-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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.5.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.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_recipe_qa.a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-markupsafe-native/2.1.5.do_recipe_qa_setscene.a4c9e957dbf12e96f11fe54cfbcfc9c2d3285d49d6ffc4a06480966fc5866fcd not available\nNOTE: Running setscene task 6004 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_recipe_qa_setscene)\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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb (full)\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.18.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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.18.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-lib/libxdamage_1.1.6.bb:0)\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb (full)\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.18.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.18.0.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.18.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_recipe_qa.97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pygments-native/2.18.0.do_recipe_qa_setscene.97e4277d11176995b926f7a1145cec66cddd0ebda53da8c1f917cfc41f8dd978 not available\nNOTE: Running setscene task 6006 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/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-hatchling_1.24.2.bb: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-recipe/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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_hatchling.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/e2fsprogs/e2fsprogs.inc: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/python_hatchling.bbclass:7)\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.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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.4.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-font/font-util_1.4.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/wayland-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/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/python3-dir.bbclass (from /home/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.5.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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-markupsafe_2.1.5.bb:9)\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.4.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.4.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.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_recipe_qa.402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libarchive-native/3.7.4.do_recipe_qa_setscene.402969648d5375e5c3e5525009706f96316e196f4e755d82f4d1f4e019151284 not available\nNOTE: Running setscene task 6008 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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/e2fsprogs/e2fsprogs.inc:25)\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-markupsafe_2.1.5.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/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-pygments_2.18.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python_hatchling.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:7)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_create_package_spdx.229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_create_package_spdx_setscene.229b604ce89f78cd70fa240922cd466e617fb5c00dd5217f0d533a2aac98814e not available\nNOTE: Running setscene task 6009 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_create_package_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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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/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: 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-3496823/tmp/work/x86_64-linux/libpciaccess-native/0.18.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-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-3496823/tmp/work/x86_64-linux/libxcursor-native/1.2.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-lib/libxdmcp_1.1.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_populate_lic.0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_populate_lic_setscene.0aa3fe6fb22b580805a83079adff9a27e8cabd07dc7614be649bc43bb3b88b61 not available\nNOTE: Running setscene task 6010 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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-pygments_2.18.0.bb:11)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/libxcursor_1.2.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb (full)\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.18.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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.18.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-extended/libarchive/libarchive_3.7.4.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-graphics/xorg-lib/libxdmcp_1.1.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:9: including xorg-lib-common.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/libarchive/libarchive_3.7.4.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-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: 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.4.bb:40)\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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb (full)\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.18.1.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.18.1.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.18.1.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.18.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_recipe_qa.f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpciaccess-native/0.18.1.do_recipe_qa_setscene.f2505882314ade3c044ab5eb72b93948e665d3ace7817052ff158d4dc12a9050 not available\nNOTE: Running setscene task 6012 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:9: 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/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/nopackages.bbclass (from /home/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: 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.5.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: ['libxcursor-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_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-lib/libxcursor_1.2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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.5.bb:11)\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.2.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.2.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.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_recipe_qa.9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcursor-native/1.2.2.do_recipe_qa_setscene.9ff6fbf4a8813d04e155f89174ff329c8164e152cf9516713efb47266d463a37 not available\nNOTE: Running setscene task 6014 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_create_package_spdx.374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_create_package_spdx_setscene.374e1acd00e1d93343df6856c2772810f91c28c8e80312a4fdc6b14253d4af1d not available\nNOTE: Running setscene task 6015 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_package_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/libpciaccess_0.18.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/libpciaccess_0.18.1.bb:15)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_populate_lic.4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_populate_lic_setscene.4fa617a328775d043145dbb8801d520f4d3448194ce8dcdc32a2d8a820834be9 not available\nNOTE: Running setscene task 6016 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb: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-graphics/xorg-lib/libpciaccess_0.18.1.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-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_package_spdx.7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_package_spdx_setscene.7801d52204f80e1988b208e464a6143d95779e491b827a126af909192f6d806b not available\nNOTE: Running setscene task 6017 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_package_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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/libxcursor_1.2.2.bb (full)\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-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_lic.2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_lic_setscene.2ba72aba07e610e559faa17ba56cb2b668b9bec515920141361fa89ae087d0d1 not available\nNOTE: Running setscene task 6018 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.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/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/libxcursor_1.2.2.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_package_spdx.86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_package_spdx_setscene.86302343f4459c8c5d1ef608da99cc2ab622b4171bc785f56f763bb608215858 not available\nNOTE: Running setscene task 6019 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_package_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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/siteinfo.bbclass (from /home/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/xorg-lib/libxext_1.3.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:11: 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/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/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: Parsing virtual:native:/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/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: Parsing virtual:native:/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/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/libxft_2.3.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-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-devtools/python/python3-hatchling_1.24.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: Inheriting /home/pokybuild/yocto-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-pygments_2.18.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-devtools/python/python3-markupsafe_2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_lic.f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_lic_setscene.f63f16589745f2456f0c450f0063cef33f5011a1041044005ba6679ad6b3b9b8 not available\nNOTE: Running setscene task 6020 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.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: 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-recipe/nopackages.bbclass (from /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 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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: 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:0)\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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/nopackages.bbclass (from /home/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/nopackages.bbclass (from /home/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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: ['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: SITE files ['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/libpciaccess_0.18.1.bb:0)\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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_recipe_qa.c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdamage-native/1.1.6.do_recipe_qa_setscene.c623f36e4c15a2bfa3fc7eb550141175025b231f2f31baca07bd3bf166d464b2 not available\nNOTE: Running setscene task 6022 of 6657 (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-graphics/xorg-lib/libxext_1.3.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-graphics/xorg-lib/libxcursor_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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-graphics/xorg-lib/libxext_1.3.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-hatchling-native/1.24.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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /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-devtools/python/python3-hatchling_1.24.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-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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pygments-native/2.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/relocatable.bbclass (from /home/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: SITE files ['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-3496823/tmp/work/x86_64-linux/python3-markupsafe-native/2.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-devtools/python/python3-markupsafe_2.1.5.bb:do_recipe_qa 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_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-3496823/tmp/work/x86_64-linux/libarchive-native/3.7.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-3496823/tmp/work/x86_64-linux/libxdmcp-native/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-3496823/tmp/work/x86_64-linux/libxdmcp-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-extended/libarchive/libarchive_3.7.4.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/libxdmcp_1.1.5.bb:do_populate_lic which could be accelerated\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.5.bb:do_create_package_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: 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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_recipe_qa.981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/e2fsprogs-native/1.47.0.do_recipe_qa_setscene.981b0c9ff7d6c4c8ef31b7953c352365a0c29aa333769253317623ecce3c27c4 not available\nNOTE: Running setscene task 6024 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.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-graphics/xorg-lib/libxft_2.3.8.bb:0)\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-hatchling-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_sysroot.637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_populate_sysroot_setscene.637e6dd43f2dd1a1127e735166edab2c0b1ee968db1e18ca9e08688675bbe196 not available\nNOTE: Running setscene task 6025 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_populate_sysroot_setscene)\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.24.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.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.24.2.bb:do_deploy_source_date_epoch which could be accelerated\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.24.2.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.24.2.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.24.2.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.24.2.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.24.2.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.24.2.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.24.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_recipe_qa.8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-hatchling-native/1.24.2.do_recipe_qa_setscene.8519d48d22bfc26d515d448de636700d779aeb6533d4fd9442861e1da9ae9f94 not available\nNOTE: Running setscene task 6027 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/x86_64-linux/libxext-native/1.3.6/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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-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.24.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_sysroot.93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_populate_sysroot_setscene.93dd259e084fd65a0a1af6cc799d72f3569878ac87734b2011c6d012a8425048 not available\nNOTE: Running setscene task 6028 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libpciaccess-native/0.18.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-3496823/tmp/work/x86_64-linux/libxcursor-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-3496823/tmp/work/x86_64-linux/libxext-native/1.3.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/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: 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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc:25)\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.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.24.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_populate_sysroot.f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_populate_sysroot_setscene.f575dfb1e7cc0876df2e6f27e364da0fce2c0a5cb067714cbbf499a4f1faeaba not available\nNOTE: Running setscene task 6029 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/libxcursor_1.2.2.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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3-base.bbclass: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-devtools/e2fsprogs/e2fsprogs.inc:25)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.5.22.bb']\nDEBUG:   considering dependency: ['python3-trove-classifiers-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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.5.22.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.24.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_populate_sysroot.8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_populate_sysroot_setscene.8fe2a8ddf15b26b052103848db95933e429e766872872eeb2619ed24a2708917 not available\nNOTE: Running setscene task 6030 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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_setuptools_build_meta.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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-hatchling_1.24.2.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.24.2.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-pathspec_0.12.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/e2fsprogs/e2fsprogs.inc: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/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: 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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_package_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-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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_package_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_spdx.0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_create_spdx_setscene.0ca586ef72e5698a974b9b695711a4f58e33b4be29f00cfa6570d75596a5b49a not available\nNOTE: Running setscene task 6031 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.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/python3targetconfig.bbclass (from /home/pokybuild/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-pluggy_1.5.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.5.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.5.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.5.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_package_spdx.89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_package_spdx_setscene.89ba6b955e058d9152ac06bd5264ba5a752bd5ac147740441af2131db2115764 not available\nNOTE: Running setscene task 6032 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_package_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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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-trove-classifiers_2024.5.22.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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: 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-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_lic.ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_lic_setscene.ee23cdbb746206d3d778d25b65ddbd92558b77fe866f1cde5d13c1904020f98b not available\nNOTE: Running setscene task 6033 of 6657 (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/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/python/python3-trove-classifiers_2024.5.22.bb:10)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_package_spdx.26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_package_spdx_setscene.26d69a9db859de87b910872ef828904548d0ef10db980826fffa2a39d0fc3f37 not available\nNOTE: Running setscene task 6034 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_package_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: 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-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_lic.dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_lic_setscene.dc8e0b92d53e2db837a5a76de33e004f9403fc48e3d4806ef257479bcad0ad6f not available\nNOTE: Running setscene task 6035 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_package_spdx.24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_package_spdx_setscene.24f7deed7a2edff430e77c629a28448fbfd0c21293799710dc61cc6b2031532e not available\nNOTE: Running setscene task 6036 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_package_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: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb (full)\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-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_lic.a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_lic_setscene.a7ba296c752e354952541b5b719d16dfe53a293e93a2aa574e0cde88d3bb1592 not available\nNOTE: Running setscene task 6037 of 6657 (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/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/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/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/siteinfo.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_create_package_spdx.d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_create_package_spdx_setscene.d06e8faec2df54aa6bec6543a27966e5fd1c0412362699c44b4f23c10c662f2b not available\nNOTE: Running setscene task 6038 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_package_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: Inheriting /home/pokybuild/yocto-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-3496823/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-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/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/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/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: 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/libxrender_0.9.11.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_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: 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/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-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: SITE files ['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-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: 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/libxshmfence_1.3.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_lic.98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_lic_setscene.98a6e53c2abbf3aa7455594d93714214ab7f292e8d6401290cd41c86609fa0ff not available\nNOTE: Running setscene task 6039 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.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-hatchling_1.24.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-recipe/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/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: 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: 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/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/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/nopackages.bbclass (from /home/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_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/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-devtools/python/python3-trove-classifiers_2024.5.22.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_package_spdx.0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_package_spdx_setscene.0803d00c52f3e4dc2219c5690559cd148a1354fa1a7460d3504ef944825f6618 not available\nNOTE: Running setscene task 6040 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_package_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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-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: 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: Parsing virtual:native:/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: Inheriting /home/pokybuild/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/libxtst_1.2.4.bb:1: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/siteinfo.bbclass (from /home/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/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/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: SITE files ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-hatchling-native/1.24.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-3496823/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: 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: 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-hatchling_1.24.2.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-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: 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_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-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_recipe_qa.0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-editables-native/0.5.do_recipe_qa_setscene.0ac60f7b320d665bef2a6130c86967fe6e51560dc6c169cfeeabd7c7c13e284d not available\nNOTE: Running setscene task 6042 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.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-3496823/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/e2fsprogs/e2fsprogs_1.47.0.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-3496823/tmp/work/x86_64-linux/python3-pluggy-native/1.5.0/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_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-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_recipe_qa.7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathspec-native/0.12.1.do_recipe_qa_setscene.7d78c04552e393960181fa40e2702e4f0aee2c0a503c58accb824243ea1542b0 not available\nNOTE: Running setscene task 6044 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-trove-classifiers-native/2024.5.22/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.1.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.1.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_populate_sysroot.c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_populate_sysroot_setscene.c72332f2be0bf5e17634697c254e147cc2901e5c00591497fe53f121fc76ba7f not available\nNOTE: Running setscene task 6045 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-devtools/python/python3-trove-classifiers_2024.5.22.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-editables_0.5.bb:9)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-graphics/xorg-lib/libxshmfence_1.3.2.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-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-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-trove-classifiers-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_sysroot.14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_populate_sysroot_setscene.14f4aac2ab14df4ed048676aa6a35972dca7164ef15fd8fe1a7bfd92c46f4fa7 not available\nNOTE: Running setscene task 6046 of 6657 (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/libxi_1.8.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-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/setuptools3.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathspec_0.12.1.bb:9)\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/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-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_package_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/setuptools3.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-importlib-metadata_7.1.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/python_setuptools_build_meta.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.5.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.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/libxrender_0.9.11.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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 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: 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/libxrender_0.9.11.bb:do_populate_lic 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: 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.5.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.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.5.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.5.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.5.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.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_recipe_qa.1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pluggy-native/1.5.0.do_recipe_qa_setscene.1aab304170400b7a823e2c58b34ed96b0033ee285d958c74c16f2e1e0005955a not available\nNOTE: Running setscene task 6048 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3-dir.bbclass (from /home/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_package_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: 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.5.22.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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.5.22.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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: 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.5.22.bb']\nDEBUG:   considering dependency: ['python3-trove-classifiers-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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.5.22.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.5.22.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.5.22.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.5.22.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_recipe_qa.687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-trove-classifiers-native/2024.5.22.do_recipe_qa_setscene.687e8acc98f6e6bbd73f5db65f1187542ca316af9828ed0ca76721a8fca99ef9 not available\nNOTE: Running setscene task 6050 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_spdx.ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_create_spdx_setscene.ca4c98598170719c618d9c0ed03fdc7e611abd7e76b3e3bf60bef190279095b5 not available\nNOTE: Running setscene task 6051 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.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-pluggy_1.5.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.5.0.bb:13)\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.52.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_sysroot.050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_populate_sysroot_setscene.050241ecdc8dabd782d8c9d45391689fb542db464374940b339438f16a3c5e60 not available\nNOTE: Running setscene task 6052 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_spdx.49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_create_spdx_setscene.49a11bc74a7dd62259bd83aca3cc48900e88157298cfe9eb482df2ad9cf6123c not available\nNOTE: Running setscene task 6053 of 6657 (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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_create_spdx.29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_create_spdx_setscene.29f4e3975c9527428cd94f7e8a5a29a5999c3ed4a865786cfa54b89fbe75aeb6 not available\nNOTE: Running setscene task 6054 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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.5.22.bb:10)\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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:10)\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-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_lic.ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_lic_setscene.ec97d66058d135e5962056caacf385430cbd992eaa196eaef65a5f5405cdd54e not available\nNOTE: Running setscene task 6055 of 6657 (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/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/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/xorg-lib/libxft_2.3.8.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/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-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_create_package_spdx.45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_create_package_spdx_setscene.45ba87158a4d11d7720f7dd27b128b652da70bd103b89d64e3468b181bb71bde not available\nNOTE: Running setscene task 6056 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_package_spdx_setscene)\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: 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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:10)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest.bbclass:33: including conf/distro/include/ptest-packagelists.inc\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-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_lic.5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_lic_setscene.5655ca40e2fcdad16e0a4b9f2158e58b71d0396c0a44e96381faebb123ac4430 not available\nNOTE: Running setscene task 6057 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_package_spdx.6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_package_spdx_setscene.6546de152e55fe7a70a671a7d4d9b5f1fdaf6626401f874e38661e61d1d2bf67 not available\nNOTE: Running setscene task 6058 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_create_package_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: 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-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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/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/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/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/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/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/relocatable.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/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/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: SITE files ['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-devtools/python/python3-pathspec_0.12.1.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: SITE files ['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/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/qemu.bbclass (from /home/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/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-devtools/python/python3-importlib-metadata_7.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: Inheriting /home/pokybuild/yocto-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-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_package_spdx which could be accelerated\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/pixman_0.42.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_lic.327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_lic_setscene.327888f97d7f870c4610405d4b91d30edee5a8a195cd4ee7cc24688f11e1d5d3 not available\nNOTE: Running setscene task 6059 of 6657 (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: SITE 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-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_package_spdx.3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_package_spdx_setscene.3c911344228edb0569fa854b86533c3b23ab17c9ec7356bce565434c82f3923d not available\nNOTE: Running setscene task 6060 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_package_spdx_setscene)\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: 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/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/xtrans_1.5.0.bb:10: 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/meson-routines.bbclass (from /home/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/siteinfo.bbclass (from /home/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/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/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/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.5.0.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/xorg-lib/xtrans_1.5.0.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-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-3496823/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/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-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-editables_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: Inheriting /home/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.5.22.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/xtrans_1.5.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_lic.4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_lic_setscene.4bd492a33605af7b72f9e65f3f6c88760d1f01ba0361a37ec3e51922529ca2b2 not available\nNOTE: Running setscene task 6061 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/libxtst_1.2.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-importlib-metadata-native/7.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/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-lib/libxxf86vm_1.1.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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-graphics/xorg-lib/libxxf86vm_1.1.5.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-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/xtrans_1.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: 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/xtrans_1.5.0.bb:10: 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: SITE files ['endian-little', 'common-linux', '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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-calver_2022.6.26.bb:do_populate_sysroot which could be accelerated\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: 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_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_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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_recipe_qa.ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-calver-native/2022.6.26.do_recipe_qa_setscene.ac612df3dda186078dc221c7d297391f6341df9f2d5ecbaa3ca8945fa57208eb not available\nNOTE: Running setscene task 6063 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb:do_recipe_qa_setscene)\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.1.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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-importlib-metadata_7.1.0.bb:do_deploy_source_date_epoch which could be accelerated\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.1.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.1.0.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.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_recipe_qa.4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-importlib-metadata-native/7.1.0.do_recipe_qa_setscene.4b9015e5c51c3fb05b79583ba97b10b62d2b1cf52deb7f37f0176be74ad6e7b3 not available\nNOTE: Running setscene task 6065 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pluggy-native/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-3496823/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-3496823/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: SITE files ['endian-little', 'common-linux', '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-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.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_sysroot.fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_populate_sysroot_setscene.fef79c3ee153e2a30e03be74a1087c4f182a465b6712b1d579be6e10a5ad0075 not available\nNOTE: Running setscene task 6066 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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/libxft_2.3.8.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/xorg-lib/libxrandr_1.5.4.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-trove-classifiers-native/2024.5.22/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-calver_2022.6.26.bb (full)\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: 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/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/relocatable.bbclass (from /home/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: 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/libxshmfence_1.3.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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/nopackages.bbclass (from /home/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: 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: Inheriting /home/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.1.0.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/pixman_0.42.2.bb:0)\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.1.0.bb:6)\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/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/relocatable.bbclass (from /home/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-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/python3-dir.bbclass (from /home/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-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/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/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-3496823/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: Inheriting /home/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-3496823/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: Inheriting /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 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_package_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-3496823/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-lib/pixman_0.42.2.bb:do_create_package_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/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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_spdx.ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_create_spdx_setscene.ec7fb00031eb8507cb7b8f73b97c4241768403d69eee2e81766659230aad33fd not available\nNOTE: Running setscene task 6067 of 6657 (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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.19.2.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.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_populate_sysroot.29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_populate_sysroot_setscene.29568b4d9f5c341b2dbfda669dfeab9032ec71624aef29f666646648e7654022 not available\nNOTE: Running setscene task 6068 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_sysroot_setscene)\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: ['fontconfig-native', 'do_create_spdx', '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.52.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_sysroot.dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_populate_sysroot_setscene.dc51f80bb44ad4b2416def1c7f59bb3db191cd5674ceeea78962d5865ffbe99e not available\nNOTE: Running setscene task 6069 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_spdx.06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_create_spdx_setscene.06b199bb89e67b0018b331eb2902fe6482f9c227e1d0b47e8b003eac20637b9a not available\nNOTE: Running setscene task 6070 of 6657 (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: ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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_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-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_recipe_qa.2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxft-native/2.3.8.do_recipe_qa_setscene.2a3f44b7fefe06698266236eaa39abe24975c3136026ee0c8b2cda977a51459f not available\nNOTE: Running setscene task 6072 of 6657 (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-core/util-linux/util-linux_2.39.3.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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_create_package_spdx 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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:10)\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: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_sysroot.dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_populate_sysroot_setscene.dc28c44cce4802ac2f242b810f3ca271db43b0f54d7a3610e30f6061e289cf43 not available\nNOTE: Running setscene task 6073 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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-zipp_3.19.2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-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/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_spdx.1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_create_spdx_setscene.1239fb7a4831d2af9c85c9335603b57cb3399551c67701a46f324ea4114d924c not available\nNOTE: Running setscene task 6074 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_spdx_setscene)\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: 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/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: 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: 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: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_sysroot.c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_populate_sysroot_setscene.c92c9d82b6071620f4072703cd1f5eda12e9d088abb8988dbedcc13f1307af4a not available\nNOTE: Running setscene task 6075 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot_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/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-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/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/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/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: Inheriting /home/pokybuild/yocto-worker/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/libxrandr_1.5.4.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_create_spdx.1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_create_spdx_setscene.1c0c2f77f506869c76a3470c86e6050441b90cf5a5dbd9f40ad52bdface0b31e not available\nNOTE: Running setscene task 6076 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/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/siteinfo.bbclass (from /home/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-importlib-metadata_7.1.0.bb:0)\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-devtools/python/python3-calver_2022.6.26.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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\nDEBUG: Inheriting /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_spdx.6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_create_spdx_setscene.6a9b447f5292d2a877dceeb7e724d5b523ad5ba5b8dd1d74e2a9c9ff7552fd8f not available\nNOTE: Running setscene task 6077 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_create_package_spdx.575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_create_package_spdx_setscene.575ee7f868b9bd698149693bd74b89d4b3cfecc6b1e7aade2cee5d1c804d6e22 not available\nNOTE: Running setscene task 6078 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_create_package_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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: SITE files ['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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_populate_lic.67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_populate_lic_setscene.67127d1d4530c669a950a3f9911a7470e18c40b7f1b48ec40b69b162dfcdd543 not available\nNOTE: Running setscene task 6079 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_populate_lic_setscene)\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: 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/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/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/pixman_0.42.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/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.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/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-proto/xcb-proto_1.17.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: Inheriting /home/pokybuild/yocto-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/xorg-proto/xcb-proto_1.17.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: SITE files ['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.17.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.17.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.17.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/siteinfo.bbclass (from /home/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-proto/xcb-proto_1.17.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.17.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_create_package_spdx.60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_create_package_spdx_setscene.60a0642d2c74f60a83de66147aa496d681f204c4f9cd5cded1c01381ab93a1b8 not available\nNOTE: Running setscene task 6080 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_package_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-zipp_3.19.2.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-importlib-metadata-native/7.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-3496823/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/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-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb: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/fontconfig/fontconfig_2.15.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/relocatable.bbclass (from /home/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/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/python/python3-pathlib2_2.3.7.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-importlib-metadata_7.1.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/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_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/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: 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_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_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-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_recipe_qa.c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pathlib2-native/2.3.7.do_recipe_qa_setscene.c154a0b4065bb5cebeaf86289097b6ef59d98a48d0eeb3769c88cbbc8259d5ee not available\nNOTE: Running setscene task 6082 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.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-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: 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-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-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_sysroot.87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_populate_sysroot_setscene.87fbe78f3843ea33e23ef87495ab60dbd49e8c80820b9df56e8ff12bac454cad not available\nNOTE: Running setscene task 6083 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.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/nopackages.bbclass (from /home/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-graphics/xorg-lib/libxshmfence_1.3.2.bb:0)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_populate_lic.e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_populate_lic_setscene.e6943742c64c57671e09713f557c957bb12d0e88bc4c89193d361e1d1b0b880b not available\nNOTE: Running setscene task 6084 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.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: Inheriting /home/pokybuild/yocto-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-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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.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-devtools/python/python3-pathlib2_2.3.7.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-graphics/xorg-lib/pixman_0.42.2.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/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: 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/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/relocatable.bbclass (from /home/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/nopackages.bbclass (from /home/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/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-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-graphics/xorg-proto/xorgproto_2024.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/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-proto/xorgproto_2024.1.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: 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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/x86_64-linux/python3-zipp-native/3.19.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-3496823/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-devtools/python/python3-zipp_3.19.2.bb:do_populate_sysroot which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.3.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.3.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.19.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_populate_sysroot.e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_populate_sysroot_setscene.e53e8cdc2f8ce90aa2361e3fa0b46ebebef7d085118028613be9268b33f91e57 not available\nNOTE: Running setscene task 6085 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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_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-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-3496823/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: 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: 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.1.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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-importlib-metadata', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['python3-setuptools-scm-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.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.1.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.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_populate_sysroot.ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_populate_sysroot_setscene.ce8830eaaefaa83ad90f24ff152b6685d4be8d971042a99d80135dc37242bc53 not available\nNOTE: Running setscene task 6086 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.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: 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_2024.1.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/libxxf86vm_1.1.5.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-more-itertools_10.3.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.3.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-3496823/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/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-3496823/tmp/work/x86_64-linux/xcb-proto-native/1.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/python3-dir.bbclass (from /home/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: ['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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_sysroot.bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_populate_sysroot_setscene.bdfd66021ad1ed101a73b7b8c2d12d1f435ca62a9418edd1e88b37e722490fa4 not available\nNOTE: Running setscene task 6087 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_sysroot_setscene)\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: 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.3.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-proto/xcb-proto_1.17.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xcb-proto-native/1.17.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-3496823/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: 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.17.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/libxshmfence_1.3.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb (full)\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.19.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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.19.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-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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.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-setuptools-scm_8.1.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: Inheriting /home/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-toml_0.10.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-toml_0.10.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/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/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: 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.19.2.bb']\nDEBUG:   considering dependency: ['python3-zipp-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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.19.2.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.19.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_recipe_qa.5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-zipp-native/3.19.2.do_recipe_qa_setscene.5bb53412632bbe8fa2f0004c85fa4073d5695048093cbb17a2f9a25e12c1cedd not available\nNOTE: Running setscene task 6089 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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: Inheriting /home/pokybuild/yocto-worker/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/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/nopackages.bbclass (from /home/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: SITE files ['endian-little', 'common-linux', '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: ['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: 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_2024.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: 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-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_recipe_qa.e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fontconfig-native/2.15.0.do_recipe_qa_setscene.e45da883642d04876ce418f1f627c9b464a64e06119dfd81f42984869764e43d not available\nNOTE: Running setscene task 6091 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_recipe_qa_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: ['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-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_sysroot.dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_populate_sysroot_setscene.dd6749c45cf40f843825711a56bca7747cfeb7e7bf16391b5657150fb52d18d6 not available\nNOTE: Running setscene task 6092 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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-zipp_3.19.2.bb:10)\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: 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.19.2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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_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_lic', '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_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_create_spdx', '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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_recipe_qa.f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrandr-native/1.5.4.do_recipe_qa_setscene.f62aad6b59a0177570c29aa9252748406bd3f071f41e7cbb092754987d807186 not available\nNOTE: Running setscene task 6094 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xorgproto-native/2024.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/fontconfig/fontconfig_2.15.0.bb (full)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_sysroot.214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_populate_sysroot_setscene.214b141857fd43d6a7f6379d18a10dabbf8e60ec8bbfbccb9a733052dcac43e4 not available\nNOTE: Running setscene task 6095 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_package_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/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/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: ['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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: 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_deploy_source_date_epoch', '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_create_spdx', '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-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_recipe_qa.2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxshmfence-native/1.3.2.do_recipe_qa_setscene.2e6d32667253ddff2403fa5a7dd77e1cd44fb1581d2ca7d439702a7a2a057427 not available\nNOTE: Running setscene task 6097 of 6657 (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-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/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: 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: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_sysroot.b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_populate_sysroot_setscene.b21c6bfb27e3e6781c262b8a1f99962ba49614c10d702ec4cb0487419daa8acd not available\nNOTE: Running setscene task 6098 of 6657 (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/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: 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: 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: ['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_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_sysroot.31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_populate_sysroot_setscene.31f93b567de965f6cfb643fb4d59990ee0947362092b4e166e139f8c43538c73 not available\nNOTE: Running setscene task 6099 of 6657 (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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_create_package_spdx.cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_create_package_spdx_setscene.cbb376a4124772a3ac3d6a9989cdd970e6759a44df23899adf5925aa83478aad not available\nNOTE: Running setscene task 6100 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_create_package_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/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/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-util/makedepend_1.0.9.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_populate_lic.3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_populate_lic_setscene.3c32aedc2feb78070527a99fa18d9e49ec2b1c80bef6274bdc2a989175b18b3e not available\nNOTE: Running setscene task 6101 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_populate_lic_setscene)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-more-itertools_10.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/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: SITE files ['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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:1: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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: 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: Inheriting /home/pokybuild/yocto-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-devtools/python/python3-six_1.16.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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/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/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/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-3496823/tmp/work/x86_64-linux/xorgproto-native/2024.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-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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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_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: SITE files ['endian-little', 'common-linux', '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-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-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_recipe_qa.687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-six-native/1.16.0.do_recipe_qa_setscene.687a5a52d81775695deeb2aaf3ed678f477e98a8d01db986eb0362a5872f55aa not available\nNOTE: Running setscene task 6103 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_create_package_spdx.0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_create_package_spdx_setscene.0f6970ae25b9cc88fa754b227dd3dc99e0469676f6bee0ac0bbce41cecd3d0c3 not available\nNOTE: Running setscene task 6104 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_package_spdx_setscene)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_populate_lic.63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_populate_lic_setscene.63aa3e9324d434c64c28a692fbc315e639fba0f54910b87d40ea943fe7bff082 not available\nNOTE: Running setscene task 6105 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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/python/python3-zipp_3.19.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-graphics/freetype/freetype_2.13.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: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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-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-graphics/fontconfig/fontconfig_2.15.0.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:5: including xorg-util-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/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/python3-dir.bbclass (from /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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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/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: Inheriting /home/pokybuild/yocto-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.1.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/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: 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-3496823/tmp/work/x86_64-linux/python3-more-itertools-native/10.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-lib/libxrender_0.9.11.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-util/xorg-util-common.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-setuptools-scm-native/8.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-more-itertools_10.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: Inheriting /home/pokybuild/yocto-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-scm_8.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-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: 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-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.3.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-more-itertools_10.3.0.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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: 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.9.bb:0)\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.3.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.3.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.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_recipe_qa.270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-more-itertools-native/10.3.0.do_recipe_qa_setscene.270126f2d4409edec568bd671ced31d1f43ffeb73d75d9c185f9110fd9f81705 not available\nNOTE: Running setscene task 6107 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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: 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: Inheriting /home/pokybuild/yocto-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.9.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: ['python3-pip-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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_24.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.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_populate_sysroot.948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_populate_sysroot_setscene.948772520c17821e3e60a4da0260009f727588d5ccaa338cd88418edeb564456 not available\nNOTE: Running setscene task 6108 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-pyparsing-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb']\nDEBUG:   considering dependency: ['python3-pyparsing-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_populate_sysroot.03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_populate_sysroot_setscene.03ad35b672df8b2cdb90a206e6d60933a1ff2ee22d5f6552f6eb36f04a4f217d not available\nNOTE: Running setscene task 6109 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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-devtools/python/python3-more-itertools_10.3.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-zipp-native/3.19.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-more-itertools_10.3.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.3.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: SITE files ['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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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/python/python3-more-itertools_10.3.0.bb:8)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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-pip_24.0.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_24.0.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: 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-pyparsing_3.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/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-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-recipe/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.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_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-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.1.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.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-setuptools-scm_8.1.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/libxshmfence_1.3.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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/xorg-lib/libxxf86vm_1.1.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-setuptools-scm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb']\nDEBUG:   considering dependency: ['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.1.0.bb']\nDEBUG:   considering dependency: ['python3-setuptools-scm-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb']\nDEBUG:   considering dependency: ['python3-setuptools-scm-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb']\nDEBUG:   considering dependency: ['python3-setuptools-scm-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.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.1.0.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.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_recipe_qa.41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-scm-native/8.1.0.do_recipe_qa_setscene.41f74b7f7dbd30c999f50d82df8439793f6ce7250f905863fe2454f3dbe2e9e0 not available\nNOTE: Running setscene task 6111 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/makedepend-native/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/makedepend-native/1.0.9/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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-util/makedepend_1.0.9.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: ['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_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_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-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_recipe_qa.9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-toml-native/0.10.2.do_recipe_qa_setscene.9c1a26c82ec741db7506bdded11066a3b3578a6845f432206c3b31e78ebba5c2 not available\nNOTE: Running setscene task 6113 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_sysroot.aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_populate_sysroot_setscene.aa8745e4270ec34f1f774fb3ae31e89bb19bf05376e19490b12ff9a3e6b2c8e1 not available\nNOTE: Running setscene task 6114 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-tomli_2.0.1.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.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-setuptools-scm_8.1.0.bb:13)\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.12.2.bb']\nDEBUG:   considering dependency: ['python3-typing-extensions-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.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.1.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_populate_sysroot.9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_populate_sysroot_setscene.9fa4020b8d764e407ceaa752c4456f0df9caead0f8b568a8277369f12dabfe3d not available\nNOTE: Running setscene task 6115 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_populate_sysroot_setscene)\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: 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.1.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: ['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: Inheriting /home/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-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: 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/setuptools3-base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/setuptools3.bbclass:7)\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_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-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_recipe_qa.16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/freetype-native/2.13.2.do_recipe_qa_setscene.16514ff065dcfada7dd2f761ea40de5f5e9ac514d6691d6a19f91d3c7fa7453f not available\nNOTE: Running setscene task 6117 of 6657 (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/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/python3-dir.bbclass (from /home/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-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/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-typing-extensions_4.12.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/python3-dir.bbclass (from /home/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: ['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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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.12.2.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/python3targetconfig.bbclass (from /home/pokybuild/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_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: ['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-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_recipe_qa.5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxrender-native/0.9.11.do_recipe_qa_setscene.5b5562955e1d517501cda7e2918163e68b0a5a52da38c7be6bc9f67ae3419973 not available\nNOTE: Running setscene task 6119 of 6657 (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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-more-itertools_10.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-devtools/python/python3-pyparsing_3.1.2.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb (full)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/util-macros-native/1.20.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_recipe_qa.8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxxf86vm-native/1.1.5.do_recipe_qa_setscene.8d9c5ca82b666fd90be1b61eb79edc37e5385d7bc4dc1499f5e1ab436e79dd30 not available\nNOTE: Running setscene task 6121 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_package_spdx which could be accelerated\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/util-macros-native/1.20.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/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: 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_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_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_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-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_recipe_qa.e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pixman-native/0.42.2.do_recipe_qa_setscene.e49e18865d74e2e9c97b5b1bdf21e345002d3d148382550d34072cfe0bf60110 not available\nNOTE: Running setscene task 6123 of 6657 (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/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-util/util-macros_1.20.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_create_spdx.3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_create_spdx_setscene.3f3de21c764d58c7e3dc29fc139c2752e2e864a7514a3b31c099f5b9d766eea3 not available\nNOTE: Running setscene task 6124 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_create_package_spdx.6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_create_package_spdx_setscene.6dc3cdbb97a81352bc5cab26e151e2d7962b3d12f2a2f38720beb4eacd51a799 not available\nNOTE: Running setscene task 6125 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_create_package_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: 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-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_lic.67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_lic_setscene.67a907ec6e69e22275364e5db5013dc60fa112d22134c9c06f6ae513bb758244 not available\nNOTE: Running setscene task 6126 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.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/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/pixman_0.42.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_create_package_spdx.6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_create_package_spdx_setscene.6ed1b64f7f06502cc34a4f3b1ba314f973b62edf51851551de40b9eafc6524fb not available\nNOTE: Running setscene task 6127 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_package_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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_populate_lic.d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_populate_lic_setscene.d0e3fd614822254e6d9a32d1d868a573401b21ee9e451577df2553216d2bd59c not available\nNOTE: Running setscene task 6128 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_lic_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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: 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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/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: 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/python3native.bbclass (from /home/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-kernel/dtc/dtc_1.7.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-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/dtc/dtc_1.7.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: Inheriting /home/pokybuild/yocto-worker/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-kernel/kmod/kmod_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-recipe/qemu.bbclass (from /home/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_32.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/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/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_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/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/bash-completion.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.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_32.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-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_32.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_32.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-kernel/kmod/kmod_32.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_32.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/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_32.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-setuptools-scm_8.1.0.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-kernel/kmod/kmod_32.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/x86_64-linux/python3-pyparsing-native/3.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-3496823/tmp/work/x86_64-linux/python3-pip-native/24.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-3496823/tmp/work/x86_64-linux/python3-more-itertools-native/10.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-devtools/python/python3-tomli_2.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-toml_0.10.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: SITE files ['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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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-more-itertools_10.3.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-pip_24.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/python/python3-typing-extensions_4.12.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: ['python3-pip-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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: ['python3-pip-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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_24.0.bb']\nDEBUG:   considering dependency: ['python3-pip-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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_24.0.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_24.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_recipe_qa.f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pip-native/24.0.do_recipe_qa_setscene.f957af82c9dd0c7bd7dd543df4e0671cea7d6dfc11b6845a175423affc54e400 not available\nNOTE: Running setscene task 6130 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-graphics/freetype/freetype_2.13.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: ['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.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.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.2.bb:do_deploy_source_date_epoch which could be accelerated\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.2.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.2.bb']\nDEBUG:   considering dependency: ['python3-pyparsing-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.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.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_recipe_qa.849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyparsing-native/3.1.2.do_recipe_qa_setscene.849e2ad1985f37ba28208706599e8fcb6470118925a989ae5e5f9ad8d0a4525e not available\nNOTE: Running setscene task 6132 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_create_package_spdx.8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_create_package_spdx_setscene.8a5646c1b86d3823da88af96d9c5294daefa34097ac729091b50bc1df2a00dc3 not available\nNOTE: Running setscene task 6133 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_package_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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-pip_24.0.bb:32)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-pip_24.0.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: SITE files ['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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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/libxxf86vm_1.1.5.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/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-pyparsing_3.1.2.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.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-pyparsing_3.1.2.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-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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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/python_flit_core.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: SITE files ['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/alsa/alsa-lib_1.2.12.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-util/makedepend_1.0.9.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: SITE files ['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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-setuptools-scm-native/8.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-scm_8.1.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-kernel/dtc/dtc_1.7.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_populate_lic.fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_populate_lic_setscene.fa254d7245ef61ad32df1bc983bff431f1a74da964fd5f7f774281b2f42ade2b not available\nNOTE: Running setscene task 6134 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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/nopackages.bbclass (from /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: Inheriting /home/pokybuild/yocto-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-toml_0.10.2.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-tomli_2.0.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-typing-extensions-native/4.12.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-kernel/kmod/kmod_32.bb:0)\nDEBUG: Inheriting /home/pokybuild/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-typing-extensions_4.12.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: 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.12.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_32.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-multimedia/alsa/alsa-lib_1.2.12.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: SITE files ['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-3496823/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/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-multimedia/alsa/alsa-lib_1.2.12.bb:15)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-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_lic', '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_deploy_source_date_epoch', '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_create_spdx', '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-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_recipe_qa.ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-tomli-native/2.0.1.do_recipe_qa_setscene.ac56b935c2d1a9a4b8b289cbfc1ee32a0f068d9047673d991396bac69c0ddfb6 not available\nNOTE: Running setscene task 6136 of 6657 (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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.12.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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.12.2.bb:do_deploy_source_date_epoch which could be accelerated\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.12.2.bb']\nDEBUG:   considering dependency: ['python3-typing-extensions-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb']\nDEBUG:   considering dependency: ['python3-typing-extensions-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb']\nDEBUG:   considering dependency: ['python3-typing-extensions-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.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.12.2.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.12.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_recipe_qa.b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-typing-extensions-native/4.12.2.do_recipe_qa_setscene.b5f0767ccaef8179f9cb8343e9b4f4aca0e6f4cd54fef3c47bfbddef5ef63ca5 not available\nNOTE: Running setscene task 6138 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/makedepend-native/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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: 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.9.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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.9.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_populate_sysroot.1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_populate_sysroot_setscene.1b6fa224017498938b56e303204ba62e116e55b9b855209318cb6bcff579ddbd not available\nNOTE: Running setscene task 6139 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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-devtools/python/python3-pyparsing_3.1.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: 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/nopackages.bbclass (from /home/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-tomli_2.0.1.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-multimedia/alsa/alsa-lib_1.2.12.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-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/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-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_create_package_spdx.2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_create_package_spdx_setscene.2aa29c1b4718c9448938e6e594e7f6dd9ac32a8aca2a9e1bd1e3bdcdd561999a not available\nNOTE: Running setscene task 6140 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/nopackages.bbclass (from /home/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/python3-dir.bbclass (from /home/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-typing-extensions_4.12.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-typing-extensions_4.12.2.bb:20)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_populate_lic.1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_populate_lic_setscene.1b31735ca69fd422ca5553b467c80a71ad459455d9cd70ef5d38a38f9974d013 not available\nNOTE: Running setscene task 6141 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_lic_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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.12.2.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_create_spdx.097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_create_spdx_setscene.097e028a86448215910e4d4a5ac507323b4d56ae157f07e5f7b5a570fb2390a6 not available\nNOTE: Running setscene task 6142 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_create_spdx_setscene)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/kmod-native/32/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-util/makedepend_1.0.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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.43.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_package_spdx.a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_package_spdx_setscene.a9072b3cf618976a5825c51b1e1e76b87a51d09360fa56e6148a018487e231d8 not available\nNOTE: Running setscene task 6143 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:do_create_package_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_package_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-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-multimedia/libpng/libpng_1.6.43.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-multimedia/libpng/libpng_1.6.43.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_create_spdx.f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_create_spdx_setscene.f8bd94af1820b211737bad4d27586198ca7d8985e5b92924743499579da6f20e not available\nNOTE: Running setscene task 6144 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/kmod-native/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.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-multimedia/libpng/libpng_1.6.43.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-kernel/dtc/dtc_1.7.0.bb (full)\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-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_lic.01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_populate_lic_setscene.01e0cfc2bd10039b8001641100f4f5680b849ed6a58e2e069d36905b4136ba38 not available\nNOTE: Running setscene task 6145 of 6657 (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-kernel/kmod/kmod_32.bb:do_populate_lic 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.43.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.43.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-kernel/dtc/dtc_1.7.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_create_package_spdx.f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_create_package_spdx_setscene.f3a1a1209430bc31055f4e4de6c347c4c2704c8a28acaf30f2b1cf1120fe244f not available\nNOTE: Running setscene task 6146 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_package_spdx_setscene)\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-sato/sato-icon-theme/icon-naming-utils_0.8.90.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/siteinfo.bbclass (from /home/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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_populate_lic.3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_populate_lic_setscene.3ac619291caac623f396bbe02a05e6e3b034f464391524cb7ef7b8d083aca48a not available\nNOTE: Running setscene task 6147 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_lic_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/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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/icon-naming-utils_0.8.90.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:16)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_create_package_spdx.5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_create_package_spdx_setscene.5aaae5e4496f8b1b1ee562d221049040d1f618a7cc957de2062f463dddb27d04 not available\nNOTE: Running setscene task 6148 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_package_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-multimedia/alsa/alsa-lib_1.2.12.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: 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-sato/sato-icon-theme/icon-naming-utils_0.8.90.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/siteinfo.bbclass (from /home/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-kernel/kmod/kmod_32.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_32.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/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: SITE files ['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-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:20)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.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-kernel/kmod/kmod_32.bb: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/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/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-kernel/kmod/kmod_32.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/atk/at-spi2-core_2.52.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: SITE files ['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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/python3-dir.bbclass (from /home/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-support/attr/acl_2.3.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/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.0.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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-support/atk/at-spi2-core_2.52.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/siteinfo.bbclass (from /home/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.52.0.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pip-native/24.0/source-date-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.52.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/atk/at-spi2-core_2.52.0.bb:30)\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.52.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/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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-pyparsing-native/3.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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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-support/attr/acl_2.3.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/recipes-support/attr/acl_2.3.2.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/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.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/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-devtools/python/python3-pip_24.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-pyparsing_3.1.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/alsa-lib-native/1.2.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-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_package_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-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_create_spdx.f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_create_spdx_setscene.f777805b1d00bafb0029603fa380f4504fe7a372c12658830e1bcc4db76b29af not available\nNOTE: Running setscene task 6149 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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-tomli_2.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: SITE files ['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/attr/acl_2.3.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_populate_lic.25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_populate_lic_setscene.25e128c0ee66c17ca632b3b90de203eff9ef4fd8fee705b8d7dda2ad064938dc not available\nNOTE: Running setscene task 6150 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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-typing-extensions_4.12.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-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_create_package_spdx.3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_create_package_spdx_setscene.3ae298d4927b8df0602659cdbab0c8b14cdf4f9f59864c3914f0026bb170c50e not available\nNOTE: Running setscene task 6151 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_package_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-graphics/xorg-util/makedepend_1.0.9.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:26)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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-multimedia/alsa/alsa-lib_1.2.12.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-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/libpng/libpng_1.6.43.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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/attr/acl_2.3.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: SITE files ['endian-little', 'common-linux', '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/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/nopackages.bbclass (from /home/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.43.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-sato/sato-icon-theme/icon-naming-utils_0.8.90.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/alsa-lib-native/1.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-support/attr/attr.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/relocatable.bbclass (from /home/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: 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-multimedia/alsa/alsa-lib_1.2.12.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/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-sato/sato-icon-theme/icon-naming-utils_0.8.90.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /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-support/attr/attr_2.5.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_populate_lic.3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_populate_lic_setscene.3a596cf4b39cf8328ad4854332f6e08c70e5ffb9bb1a88ec334d111a0cb01434 not available\nNOTE: Running setscene task 6152 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/kmod/kmod_32.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: SITE files ['endian-little', 'common-linux', '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-support/attr/attr_2.5.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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-support/attr/attr.inc:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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/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-support/atk/at-spi2-core_2.52.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/siteinfo.bbclass (from /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/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-tomli_2.0.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/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-3496823/tmp/work/x86_64-linux/python3-typing-extensions-native/4.12.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_package_spdx.39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_package_spdx_setscene.39e58da684d806526bf7d67b49aa0f36c39a777bafbcf74fcf888eae61a6ca68 not available\nNOTE: Running setscene task 6153 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/makedepend-native/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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: ['makedepend-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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.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-3496823/tmp/work/x86_64-linux/libpng-native/1.6.43/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.9.bb']\nDEBUG:   considering dependency: ['makedepend-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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.9.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.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_recipe_qa.ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/makedepend-native/1.0.9.do_recipe_qa_setscene.ae4d9fff0aea070444eaed4267dc3440c6d5a110ca13ba718907ecd7a6a2d8c4 not available\nNOTE: Running setscene task 6155 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libpng-native/1.6.43/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.43.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_create_spdx.1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_create_spdx_setscene.1d8a5123bbbace683692a784faedcb78795157283792d5912282d4cdb57d3880 not available\nNOTE: Running setscene task 6156 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_spdx_setscene)\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_package_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/recipes-support/ca-certificates/ca-certificates_20211016.bb:30)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_spdx.0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icon-naming-utils-native/0.8.90.do_create_spdx_setscene.0d596b73767c7e071c167ab1a7e9fa46d43ab0d4fba99d95384d48ddb144ffbb not available\nNOTE: Running setscene task 6157 of 6657 (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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_lic.fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_populate_lic_setscene.fbe00a31a415b76267e7a31a4fc68406a0911878ce9bbe2272723eb70cb8ef6b not available\nNOTE: Running setscene task 6158 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_lic_setscene)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-util/makedepend_1.0.9.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/recipes-graphics/xorg-util/makedepend_1.0.9.bb:1: including xorg-util-common.inc\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_create_package_spdx.7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_create_package_spdx_setscene.7eb0ba6ba56c834336f0745c4a618306a8e925bfb49c9847c3aca3534bf0f0f8 not available\nNOTE: Running setscene task 6159 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_create_package_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.2.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-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.43.bb (full)\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.43.bb:22)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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: ['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: ['dtc-native', 'do_create_spdx', '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:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_sysroot.3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_populate_sysroot_setscene.3f75ef85aba9ff7244bc06ab41fe8ad112e79b1ca53a0e8f62f12ae078b31f8b not available\nNOTE: Running setscene task 6160 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: 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-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.43.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.43.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/ca-certificates/ca-certificates_20211016.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/attr/attr_2.5.2.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-sato/sato-icon-theme/icon-naming-utils_0.8.90.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/recipes-support/ca-certificates/ca-certificates_20211016.bb: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/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: 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/curl/curl_8.8.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_populate_lic.f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_populate_lic_setscene.f0ce14b0f58c62f8cd921940b520276cd6083b9be7bef15c98270d14955afa69 not available\nNOTE: Running setscene task 6161 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/kmod-native/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/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.8.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.8.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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-support/curl/curl_8.8.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-support/curl/curl_8.8.0.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-support/curl/curl_8.8.0.bb:23)\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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/acl-native/2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3native.bbclass (from /home/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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:150)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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-3496823/tmp/work/x86_64-linux/at-spi2-core-native/2.52.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-support/curl/curl_8.8.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/at-spi2-core-native/2.52.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/attr/acl_2.3.2.bb:do_create_package_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/curl/curl_8.8.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-kernel/dtc/dtc_1.7.0.bb:22)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_package_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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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-support/curl/curl_8.8.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-support/curl/curl_8.8.0.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-support/curl/curl_8.8.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-support/curl/curl_8.8.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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:150)\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-support/attr/attr_2.5.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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\nDEBUG: Considering setscene task: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['linux-yocto', 'do_package_write_deb', '/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: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: ['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-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_populate_sysroot.7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_populate_sysroot_setscene.7ef1f4a3e0e845cf1ebb5c1975a7cc9f932595fa9cf7bc4d631a96454b89914c not available\nNOTE: Running setscene task 6162 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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/ca-certificates/ca-certificates_20211016.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/alsa-lib-native/1.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_create_spdx.200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_create_spdx_setscene.200ce19cc8e30aeabaf1b7167732cc78afde88fac5a89a87c1370149b974c0bd not available\nNOTE: Running setscene task 6163 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_create_spdx.0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_create_spdx_setscene.0c28a85d780a470d860dd7cb139c80628bb2b05877a84259a6c1572f1311ccf9 not available\nNOTE: Running setscene task 6164 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/acl-native/2.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: 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.12.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.12.bb']\nDEBUG:   considering dependency: ['alsa-lib-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_populate_sysroot.f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_populate_sysroot_setscene.f921bdc2e052d6b3c6ba4dd9426fc81065d95d8c34268ebc1415adea5d0f0af0 not available\nNOTE: Running setscene task 6165 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_create_package_spdx.774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_create_package_spdx_setscene.774f2fc458b844d7ec2abe240cb1a47e256484c8f00d6162a793a5b38428a928 not available\nNOTE: Running setscene task 6166 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/attr-native/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.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/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/ca-certificates/ca-certificates_20211016.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_populate_lic.46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_populate_lic_setscene.46d81f9ebdf885312a13c9af29c62978850d13998b6ef787ac5e6a9f64921faf not available\nNOTE: Running setscene task 6167 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/attr/attr_2.5.2.bb:do_create_package_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-util/makedepend_1.0.9.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\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_32.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_32.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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/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-multimedia/libpng/libpng_1.6.43.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-recipe/nopackages.bbclass (from /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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.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-support/attr/acl_2.3.2.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/attr/acl_2.3.2.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-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.2.12.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/systemd.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/recipes-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.0.bb:30)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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/recipes-multimedia/alsa/alsa-lib_1.2.12.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/debianutils/debianutils_5.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.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/debianutils/debianutils_5.19.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-support/debianutils/debianutils_5.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/debianutils/debianutils_5.19.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: 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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/curl/curl_8.8.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-3496823/tmp/work/x86_64-linux/ca-certificates-native/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-3496823/tmp/work/x86_64-linux/attr-native/2.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-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_create_package_spdx.401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_create_package_spdx_setscene.401819cfa2c37072a7d9c2bfd820f99ccf49629d2fe091d0e7e09dd558116358 not available\nNOTE: Running setscene task 6168 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_package_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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_package_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-support/curl/curl_8.8.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.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-3496823/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-3496823/tmp/work/x86_64-linux/makedepend-native/1.0.9/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/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.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.15.bb:16)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libpng-native/1.6.43/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/xorg-util/makedepend_1.0.9.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_spdx which could be accelerated\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: 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-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_spdx.4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-simple-perl-native/2.25.do_create_spdx_setscene.4a397326f6223d7619d391fd19cc25f2863a48f48461b7d507472fdbfc112c90 not available\nNOTE: Running setscene task 6169 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-simple-perl_2.25.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: ['libpng-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG:   considering dependency: ['libpng-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_populate_sysroot.77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_populate_sysroot_setscene.77054ff30d0cdcdd6006293f5627cbba9617a7698c90665627de9467cdfdacf4 not available\nNOTE: Running setscene task 6170 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:0)\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_populate_sysroot', '/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: ['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: 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: 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.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-kernel/kmod/kmod_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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\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: 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/nopackages.bbclass (from /home/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/atk/at-spi2-core_2.52.0.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-simple-perl_2.25.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/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-multimedia/libpng/libpng_1.6.43.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: 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_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_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_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_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:   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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/nopackages.bbclass (from /home/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/classes-recipe/cpan.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-multimedia/libpng/libpng_1.6.43.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/debianutils/debianutils_5.19.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/debianutils/debianutils_5.19.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_spdx.de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ca-certificates-native/20211016.do_create_spdx_setscene.de59182beec02210dc6a0a4479910492f9f813eb3508e89cc609f1c5ed7c9acd not available\nNOTE: Running setscene task 6174 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.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/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/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-kernel/dtc/dtc_1.7.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/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/curl-native/8.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/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:22)\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-support/curl/curl_8.8.0.bb:do_create_package_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: 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_create_spdx', '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_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_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-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_recipe_qa.1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dtc-native/1.7.0.do_recipe_qa_setscene.1e63dc7417a07c3dc7d802285c8a215d0357acc1329ef4400d7e7602b2925b51 not available\nNOTE: Running setscene task 6176 of 6657 (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-3496823/tmp/work/x86_64-linux/curl-native/8.8.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-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: SITE files ['endian-little', 'common-linux', '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/curl/curl_8.8.0.bb:do_populate_lic which could be accelerated\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_populate_lic.d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_populate_lic_setscene.d9bd1848a95bed7fec8468e640d1ac3a3dc4682c03ae989b3edc02403ad24d0a not available\nNOTE: Running setscene task 6177 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_package_spdx.cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_package_spdx_setscene.cae77fdbefc2d473162573ae55250623769322d2657353d5589bca743117ce8f not available\nNOTE: Running setscene task 6178 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_lic.fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_lic_setscene.fd16e3fad5a3a8fc9e86a6b67fffbb20f416cb652b7ad6749db1fc323f622912 not available\nNOTE: Running setscene task 6179 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_package_spdx.26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_package_spdx_setscene.26747a6a6bd3b97607750af5af4621207ad4636b0a8595d488a16b199e8f011e not available\nNOTE: Running setscene task 6180 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_package_spdx_setscene)\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/python3native.bbclass (from /home/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: 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-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_lic.03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_lic_setscene.03503015a7a6a44b9af215bcb4a89fbb6157909f022466af92dfa808da1d5900 not available\nNOTE: Running setscene task 6181 of 6657 (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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.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/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/dtc/dtc_1.7.0.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/fribidi/fribidi_1.0.15.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 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: 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: SITE files ['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/gdbm/gdbm_1.23.bb:18)\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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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: 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/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/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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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/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-support/fribidi/fribidi_1.0.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-support/gdbm/gdbm_1.23.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-support/fribidi/fribidi_1.0.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-recipe/gettext.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/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/fribidi/fribidi_1.0.15.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/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: 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/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/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: 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/nopackages.bbclass (from /home/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/alsa-lib-native/1.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/acl-native/2.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-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/kmod-native/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/debianutils-native/5.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-3496823/tmp/work/x86_64-linux/at-spi2-core-native/2.52.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-3496823/tmp/work/x86_64-linux/debianutils-native/5.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/debianutils/debianutils_5.19.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.52.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_create_package_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_spdx.3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_create_spdx_setscene.3ce6aa8d146deaabc34fa877288e06165891edc0376b3cabe076705453cc353a not available\nNOTE: Running setscene task 6182 of 6657 (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: 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.43.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/libxml-simple-perl_2.25.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/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/nopackages.bbclass (from /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-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_spdx.4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_create_spdx_setscene.4fa28741689857d94e548837b9b64021585a11493261f831b1da409c691ac2ae not available\nNOTE: Running setscene task 6183 of 6657 (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/nopackages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:201)\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_32.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_deploy_source_date_epoch 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_32.bb']\nDEBUG:   considering dependency: ['kmod-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_32.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_recipe_qa.f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/kmod-native/32.do_recipe_qa_setscene.f126bfbe4e76e6ca38265dbbaa3ba59f30118424ac742ba7c1f8d5caae917607 not available\nNOTE: Running setscene task 6185 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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-core/dbus/dbus_1.14.10.bb (full)\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.12.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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.12.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb (full)\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.12.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.12.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.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_recipe_qa.7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/alsa-lib-native/1.2.12.do_recipe_qa_setscene.7c8c3b37ead071890b2e9786fb8a93bec49c7bd0b0db27a567086424320d9f78 not available\nNOTE: Running setscene task 6187 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.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: 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: SITE files ['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-core/dbus/dbus_1.14.10.bb:6)\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.52.0.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.52.0.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.42.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_populate_sysroot.676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_populate_sysroot_setscene.676986e5087163704d56b1b6c92a414f32552848172ee38b00ea6554583f14ef not available\nNOTE: Running setscene task 6188 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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/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-3496823/tmp/work/x86_64-linux/fribidi-native/1.0.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xorg-lib-common.inc:15)\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.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.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_populate_sysroot.9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_populate_sysroot_setscene.9c3ab2b1fc81ee97400694be9abf4e478cc6470567b2145d770ae89c973d05de not available\nNOTE: Running setscene task 6189 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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: 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:48)\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.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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-rc.d.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:48)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_package_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/dtc/dtc_1.7.0.bb:0)\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_32.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_32.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/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-multimedia/alsa/alsa-lib_1.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-multimedia/alsa/alsa-lib_1.2.12.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-recipe/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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/atk/at-spi2-core_2.52.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-kernel/kmod/kmod_32.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/recipes-multimedia/alsa/alsa-lib_1.2.12.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/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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-support/fribidi/fribidi_1.0.15.bb:0)\nDEBUG: Inheriting /home/pokybuild/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/attr/acl_2.3.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-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-recipe/nopackages.bbclass (from /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-support/attr/acl_2.3.2.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/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/qemu.bbclass (from /home/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/gdbm/gdbm_1.23.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/siteinfo.bbclass (from /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: 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.52.0.bb: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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb: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-support/atk/at-spi2-core_2.52.0.bb: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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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-support/atk/at-spi2-core_2.52.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-support/atk/at-spi2-core_2.52.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/recipes-support/attr/acl_2.3.2.bb:26)\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.52.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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/x86_64-linux/libpng-native/1.6.43/source-date-epoch/__source_date_epoch.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-3496823/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-multimedia/libpng/libpng_1.6.43.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libpng-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.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/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-devtools/perl/libxml-simple-perl_2.25.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_create_spdx.b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_create_spdx_setscene.b8d81251365b8cbe6b28ed77d90c484a455313b68023799f5ab9523531aba7d4 not available\nNOTE: Running setscene task 6191 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.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: 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_populate_sysroot', '/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: ['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: ['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: 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: 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: 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_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_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_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_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: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb (full)\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:   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_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/cpan.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:19)\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: 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_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-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-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_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: 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-3496823/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/relocatable.bbclass (from /home/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/perl/libxml-parser-perl_2.47.bb:19)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.47.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/ptest-perl.bbclass:7)\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: 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-3496823/tmp/work/x86_64-linux/gdbm-native/1.23/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-kernel/dtc/dtc_1.7.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/fribidi-native/1.0.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-3496823/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/gmp/gmp_6.3.0.bb:do_create_package_spdx which could be accelerated\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_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_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-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_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_recipe_qa', '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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gdbm-native/1.23/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/gdbm/gdbm_1.23.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_lic 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_lic 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_lic which could be accelerated\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-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:   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: 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.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: SITE files ['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-core/dbus/dbus_1.14.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-kernel/kmod/kmod_32.bb:0)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /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: 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_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:   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: 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: 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_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:   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: 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: 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.52.0.bb:0)\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.43.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.43.bb']\nDEBUG:   considering dependency: ['libpng-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.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.43.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_recipe_qa.06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpng-native/1.6.43.do_recipe_qa_setscene.06a6223e7c4d4e6e2c2826b03deb081cb6a2bf594792e912a3aceab63d173398 not available\nNOTE: Running setscene task 6204 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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/attr/acl_2.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_create_spdx.99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_create_spdx_setscene.99ea289c28570fb50350d3a76b16031fdab6d42e1a173fedfa2651654bc81817 not available\nNOTE: Running setscene task 6205 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_spdx_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: ['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: ['git-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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: ['cargo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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: 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: 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_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_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_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_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_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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb (full)\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.43.bb:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_create_spdx.e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_create_spdx_setscene.e60b487d961c986de3bf9573126a8afc6063b8b45c7aef8e60816ca2adfeb3e9 not available\nNOTE: Running setscene task 6209 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:1: including attr.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/ptest.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-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_create_spdx.0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_create_spdx_setscene.0a1b0eb11a3a653cc7f1ae55f036f90efacaa61207f3b69d72a4b5a5dd09dd04 not available\nNOTE: Running setscene task 6210 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_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.43.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.43.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/update-alternatives.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-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_create_package_spdx.61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_create_package_spdx_setscene.61f9ebd117bf0b7406b2377b0a0b4c6622450950298a085752e7a70a8253c94f not available\nNOTE: Running setscene task 6211 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_package_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/attr/attr.inc:22)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_populate_lic.3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_populate_lic_setscene.3b6c615f017c0c6b834b5c4104844e074cc139d747b8f4ed435233046dc04a9b not available\nNOTE: Running setscene task 6212 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_package_spdx.ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_package_spdx_setscene.ee80c3f9e13ab679c5aa785571a8b1f28262ceb10a38914056d5b0671a7cf5e7 not available\nNOTE: Running setscene task 6213 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_lic.34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_lic_setscene.34afbec218391cbef41a6dc1a359f4847e7cb8b89e1210bbb44f43b10a67b344 not available\nNOTE: Running setscene task 6214 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/attr/attr.inc:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.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/debianutils/debianutils_5.19.bb:16)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_spdx.2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_create_spdx_setscene.2eeaa27043164972331c711540846668970dddd3f5f033a95d1d13d8e20c0430 not available\nNOTE: Running setscene task 6215 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.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-recipe/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/gnutls_3.8.5.bb:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_package_spdx.753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_package_spdx_setscene.753a2114e6b6bd62d72adc8af56a89c695ea0e8d07da45954457272e803fe883 not available\nNOTE: Running setscene task 6216 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/alsa-lib-native/1.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: 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.15.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.15.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.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-support/gnutls/gnutls_3.8.5.bb: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.5.bb: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.5.bb: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/gnutls/gnutls_3.8.5.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/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: 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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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/recipes-support/gnutls/gnutls_3.8.5.bb: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.5.bb: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/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/siteinfo.bbclass (from /home/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/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/kmod-native/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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/gtk-doc.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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-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-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/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-graphics/xorg-lib/libxi_1.8.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-support/gnutls/gnutls_3.8.5.bb: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/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-3496823/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/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/libxi_1.8.1.bb:1: including xorg-lib-common.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/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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\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: Inheriting /home/pokybuild/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/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-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-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: SITE files ['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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/acl-native/2.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-3496823/tmp/work/x86_64-linux/at-spi2-core-native/2.52.0/source-date-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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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: ['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-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.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.52.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_sysroot.f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_populate_sysroot_setscene.f831809302561653d04d3379341f6a86b4c57929fdf3e3c46080b5a05a097697 not available\nNOTE: Running setscene task 6217 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.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-multimedia/libpng/libpng_1.6.43.bb:0)\nDEBUG: Inheriting /home/pokybuild/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: ['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: ['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: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_sysroot.43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_populate_sysroot_setscene.43396e219470aa564ee2ddcc2fc7b301ab5e50904e3c60cf3733586c3029c688 not available\nNOTE: Running setscene task 6218 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_populate_sysroot_setscene)\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.52.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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.52.0.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: 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.52.0.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.52.0.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.52.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_recipe_qa.e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/at-spi2-core-native/2.52.0.do_recipe_qa_setscene.e000a216169ac1a15d73a3c040406c1b9fca1e7bc01d89634410e8430662ce90 not available\nNOTE: Running setscene task 6220 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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: ['acl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.2.bb:do_deploy_source_date_epoch which could be accelerated\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.2.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.2.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.2.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.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_recipe_qa.21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/acl-native/2.3.2.do_recipe_qa_setscene.21dfee2f4c95b5df6db6137ddd6776dbad403ec630a15d7454bfe227f4029f99 not available\nNOTE: Running setscene task 6222 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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-support/debianutils/debianutils_5.19.bb:0)\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/attr/attr_2.5.2.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-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/relocatable.bbclass (from /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: 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: Inheriting /home/pokybuild/yocto-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/gpgme/gpgme_1.23.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_lic.b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_lic_setscene.b0da8a009c95fc8d65bf98abc41d390a9bf957c527f420ff35b6971bf56505dd not available\nNOTE: Running setscene task 6223 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.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/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/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxml-parser-perl-native/2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-support/fribidi/fribidi_1.0.15.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\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:48)\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.52.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/python3-dir.bbclass (from /home/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/nopackages.bbclass (from /home/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/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_create_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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-support/gnutls/libtasn1_4.19.0.bb:0)\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: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/attr/acl_2.3.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/libtasn1_4.19.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: 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/gi-docgen.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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/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/gpgme/gpgme_1.23.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-support/atk/at-spi2-core_2.52.0.bb: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-support/atk/at-spi2-core_2.52.0.bb: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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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-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/atk/at-spi2-core_2.52.0.bb: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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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/upstream-version-is-even.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/atk/at-spi2-core_2.52.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/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-recipe/nopackages.bbclass (from /home/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/gnutls_3.8.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/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/nopackages.bbclass (from /home/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.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: SITE files ['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: 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.47.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: ['libxml-parser-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_populate_sysroot.f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_populate_sysroot_setscene.f1b69ada99abbf938a9284ae4cbca043a86804e0848efc344c9b7f23ebd2ed36 not available\nNOTE: Running setscene task 6224 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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-3496823/tmp/work/x86_64-linux/libpng-native/1.6.43/source-date-epoch/__source_date_epoch.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/debianutils-native/5.19/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/libxml-parser-perl_2.47.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/attr-native/2.5.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/debianutils/debianutils_5.19.bb:do_create_spdx 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-parser-perl_2.47.bb:19)\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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.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/perl/libxml-parser-perl_2.47.bb:19)\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.47.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/fribidi-native/1.0.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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/fribidi/fribidi_1.0.15.bb:do_create_spdx 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_package_spdx 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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_create_spdx.e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_create_spdx_setscene.e15c4fe98aff0ec8697037e7e3627307d0262e11b6e7ec23cb368270c5c749e2 not available\nNOTE: Running setscene task 6225 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gnutls-native/3.8.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: 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.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gnutls-native/3.8.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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_spdx.851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_create_spdx_setscene.851bb263fa6a28dfe2307050ec8eb5b8fd4b7ef33b14b57e8b1d24de3f0a71f2 not available\nNOTE: Running setscene task 6226 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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_package_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-core/dbus/dbus_1.14.10.bb:0)\nDEBUG: Considering setscene task: ['attr-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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.2.bb']\nDEBUG:   considering dependency: ['pseudo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_populate_sysroot.0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_populate_sysroot_setscene.0b2e3cc79f2e42e98d7c736adc0371e7085587497cca45c014cd41784952af62 not available\nNOTE: Running setscene task 6227 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.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: 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.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: 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/atk/at-spi2-core_2.52.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/xorg-lib/libxext_1.3.6.bb (full)\nDEBUG: Considering setscene task: ['debianutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb']\nDEBUG:   considering dependency: ['ca-certificates', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_populate_sysroot.edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_populate_sysroot_setscene.edee340425aad5f3f704600050765ed815cda06d3a48162cde8ccdb8e204b7af not available\nNOTE: Running setscene task 6228 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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: Inheriting /home/pokybuild/yocto-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/libxext_1.3.6.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 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/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: Considering setscene task: ['fribidi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_populate_sysroot.1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_populate_sysroot_setscene.1b7a2ca4ac1ee062983f9173c048f34ab24474a7558bc7d2ef467a3a42d19207 not available\nNOTE: Running setscene task 6229 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_sysroot_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/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-support/attr/attr_2.5.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_spdx.6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_create_spdx_setscene.6d11cb80a13e4da67501f6bb38d803878a029692ad33c04399169c449221dc4d not available\nNOTE: Running setscene task 6230 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.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-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-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_create_package_spdx.c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_create_package_spdx_setscene.c1ebb0e498fc5aba1ca91da0c0da5af9fcd66d78f7e4cf65a69419146057c4d1 not available\nNOTE: Running setscene task 6231 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_package_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_populate_lic.6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_populate_lic_setscene.6ba186a54513541745d8a4256d33d272d2a53ac5684691f71170367aa889b49f not available\nNOTE: Running setscene task 6232 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.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/debianutils/debianutils_5.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: SITE files ['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.15.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_package_spdx.6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_package_spdx_setscene.6587e5e2e0e686d4415abce85a8eb8a066bdf168154ec11448038e2f53d5afe6 not available\nNOTE: Running setscene task 6233 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_create_package_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-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/debianutils/debianutils_5.19.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-support/fribidi/fribidi_1.0.15.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-support/gpgme/gpgme_1.23.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: 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-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_lic.d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_lic_setscene.d89239de05ba6e34039518bd8d39110103c13b04b071501aca522ffa0049295c not available\nNOTE: Running setscene task 6234 of 6657 (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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-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-recipe/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.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.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-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-1.bb:19)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-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: 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/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/itstool/itstool_2.0.7.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-support/icu/icu_75-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_75-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: 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/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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.47.bb:0)\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: Inheriting /home/pokybuild/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/acl-native/2.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-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_sysroot.52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_populate_sysroot_setscene.52cb48119843f1baa16fed6bb73d25ca4178f688ae5031e5526fd82cd3dbdb20 not available\nNOTE: Running setscene task 6235 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.2.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_1.14.10.bb:do_populate_sysroot 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_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-3496823/tmp/work/x86_64-linux/at-spi2-core-native/2.52.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/atk/at-spi2-core_2.52.0.bb:do_recipe_qa 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: 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.6.bb:0)\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/relocatable.bbclass (from /home/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/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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: 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.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/nopackages.bbclass (from /home/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.2.bb:0)\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_create_spdx', '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_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_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-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_recipe_qa.ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/dbus-native/1.14.10.do_recipe_qa_setscene.ba8dba1bec9094b1c850a75acfbb2587c50e2d8c50ad82e2b625110e1eea150a not available\nNOTE: Running setscene task 6237 of 6657 (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/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: 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: 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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_recipe_qa.8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxtst-native/1.2.4.do_recipe_qa_setscene.8994c4a4975e25371d76639311bba384c8b32d0f548da84ddc54099897a9d363 not available\nNOTE: Running setscene task 6239 of 6657 (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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/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: 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_75-1.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_create_package_spdx.7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_create_package_spdx_setscene.7cc80569cdf2cc5be8a73be8528ce0497499d9f7914df804e6df7f568f610e29 not available\nNOTE: Running setscene task 6240 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxml-parser-perl-native/2.47/source-date-epoch/__source_date_epoch.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: 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_75-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-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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_populate_lic.f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_populate_lic_setscene.f98e0aac57a132434416ad770c95eb51f49b2b4a1315d561e0110c4c8be1c132 not available\nNOTE: Running setscene task 6241 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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-core/dbus/dbus_1.14.10.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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-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/nopackages.bbclass (from /home/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/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: 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: SITE files ['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-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: SITE files ['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/libassuan/libassuan_2.5.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:27)\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:48)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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/siteinfo.bbclass (from /home/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/useradd_base.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes/useradd.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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/dbus/dbus_1.14.10.bb: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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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/libassuan/libassuan_2.5.7.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.7.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.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.7.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.7.bb:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxext-native/1.3.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-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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: ['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.47.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.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/libxi_1.8.1.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-3496823/tmp/work/x86_64-linux/debianutils-native/5.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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.19.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/attr-native/2.5.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.47.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.47.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.47.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_recipe_qa.e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml-parser-perl-native/2.47.do_recipe_qa_setscene.e4043edf5bf5c2be7c1b07cbcd1f4b17f88f82ddb5cce2e349fc033a04c5ff1b not available\nNOTE: Running setscene task 6243 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/fribidi-native/1.0.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-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_create_spdx.aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_create_spdx_setscene.aabc35ad6ce7ccbfc1f46c19c2d22fd3cf39ae1223e0b790d5ed98039f52f2e1 not available\nNOTE: Running setscene task 6244 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_create_spdx_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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/icu-native/75-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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/icu-native/75-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/icu/icu_75-1.bb:do_create_package_spdx which could be accelerated\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.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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.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/icu/icu_75-1.bb:do_populate_lic 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_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb (full)\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: 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.47.bb:19)\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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.2.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.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.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_recipe_qa.d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/attr-native/2.5.2.do_recipe_qa_setscene.d17436ddb7b4fb3e65f55ea333ea6d8b52e594211b880d0db61ca15610910d2c not available\nNOTE: Running setscene task 6246 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:19)\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.47.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/classes-recipe/ptest-perl.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-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/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: ['debianutils-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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-graphics/xorg-lib/libx11_1.8.9.bb:29)\nDEBUG: Considering setscene task: ['debianutils-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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.19.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_recipe_qa.c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/debianutils-native/5.19.do_recipe_qa_setscene.c5b8c124111f074b05d36440355fbbaf6da4ae5f98903fe0941d7fb45d121892 not available\nNOTE: Running setscene task 6248 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_recipe_qa_setscene)\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.15.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb (full)\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.15.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.15.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.15.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_recipe_qa.e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/fribidi-native/1.0.15.do_recipe_qa_setscene.e6450aceb66bacf331ea0231703394e2e3cbba56ac4ef552460e5881fd56cac4 not available\nNOTE: Running setscene task 6250 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:1: including attr.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-support/libassuan/libassuan_2.5.7.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/attr/attr.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: 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: ['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: ['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.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_sysroot.aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_populate_sysroot_setscene.aff1df1684ec2cf41e780674bb52c72af93e20900f41fd3c39014d1ff815bc5c not available\nNOTE: Running setscene task 6251 of 6657 (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/nopackages.bbclass (from /home/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-support/attr/attr.inc:22)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.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-support/libassuan/libassuan_2.5.7.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_create_package_spdx.6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_create_package_spdx_setscene.6f22b4923d8adb0c04a95bea4424f7627d5025a106d4876744268c0f5cd0a956 not available\nNOTE: Running setscene task 6252 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_create_package_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/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/debianutils/debianutils_5.19.bb:16)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_populate_lic.f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_populate_lic_setscene.f22956d29cf86341a9a34e6a01f5dc643cc6d82d7c75c3ddebc2ca91675075ef not available\nNOTE: Running setscene task 6253 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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-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: SITE files ['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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_create_package_spdx.74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_create_package_spdx_setscene.74d6c0dc5dba0b81431cd273c8729aeafae4f0f3fdbebf035be814a96d1f2e9e not available\nNOTE: Running setscene task 6254 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-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/debianutils/debianutils_5.19.bb:16)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.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: 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: SITE files ['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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb (full)\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.6.bb']\nDEBUG:   considering dependency: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_populate_sysroot.673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_populate_sysroot_setscene.673b2c5976f1563660d824f6dd4783ee594ccebc79d14b1f7fec88ba7b61d85e not available\nNOTE: Running setscene task 6255 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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/qemu.bbclass (from /home/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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-support/fribidi/fribidi_1.0.15.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/libbsd/libbsd_0.12.2.bb:43)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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/fribidi/fribidi_1.0.15.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.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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.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: 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: SITE files ['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/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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:43)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb (full)\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: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_sysroot.fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_populate_sysroot_setscene.fd7569e28862368fda578174afd2d528f362157580414a9bbc94bfd273e90a21 not available\nNOTE: Running setscene task 6256 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:43)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.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: 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: 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.6.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['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_lic', '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_deploy_source_date_epoch', '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_create_spdx', '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-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_recipe_qa.ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxi-native/1.8.1.do_recipe_qa_setscene.ff54937c0f5a7dc4292174d67461b1270d1ddd256f2af30d36e468ebfae64f5e not available\nNOTE: Running setscene task 6258 of 6657 (virtual:native:/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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/libxfixes_6.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: 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-recipe/siteinfo.bbclass (from /home/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: SITE files ['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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-3496823/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-3496823/tmp/work/x86_64-linux/libassuan-native/2.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/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-lib/libx11_1.8.9.bb:0)\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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_package_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/perl/libxml-parser-perl_2.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/x86_64-linux/libassuan-native/2.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/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-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_create_spdx.e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_create_spdx_setscene.e6bf99d437d246bd38bdd97ff8ef6016bce4379d85a44da8b9cad01b8f0e7a4f not available\nNOTE: Running setscene task 6259 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_populate_lic.408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_populate_lic_setscene.408b8d2d4ec2a36c445a9b9434af45e60d10d4f42bc467838f3c686a4dd0a601 not available\nNOTE: Running setscene task 6260 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_populate_lic_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_create_package_spdx.3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_create_package_spdx_setscene.3a860db582c10f24e510e8239805ec06625327cd445f737ecd4173b934920359 not available\nNOTE: Running setscene task 6261 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_package_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-support/libcap/libcap_2.70.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_populate_lic.221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_populate_lic_setscene.221828f05c6bd06ed51ec516e9a0bfc2422bf88ff82ba215630fe9c7f65b9197 not available\nNOTE: Running setscene task 6262 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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/debianutils/debianutils_5.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: SITE files ['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/libassuan/libassuan_2.5.7.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/libcap-ng/libcap-ng_0.8.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:1: including libcap-ng.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/attr/attr_2.5.2.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/libcap-ng/libcap-ng_0.8.5.bb:3)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb (full)\nDEBUG: 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.5.bb:3)\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.7.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.7.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.7.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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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-support/libassuan/libassuan_2.5.7.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.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/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.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-support/fribidi/fribidi_1.0.15.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-recipe/nopackages.bbclass (from /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: SITE files ['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/libcap-ng/libcap-ng_0.8.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/libxext_1.3.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: SITE files ['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/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-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-3496823/tmp/work/x86_64-linux/libx11-native/1.8.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-3496823/tmp/work/x86_64-linux/libxml-parser-perl-native/2.47/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.9.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_create_spdx.66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_create_spdx_setscene.66b44d4d625b88bba29fadcd5d510a81c8dc7bdf920da4ec3ddf4a330c7abc9e not available\nNOTE: Running setscene task 6263 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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-graphics/xorg-lib/libxi_1.8.1.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/perl/libxml-parser-perl_2.47.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/x86_64-linux/debianutils-native/5.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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/libxcb_1.17.0.bb:25)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/attr-native/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/siteinfo.bbclass (from /home/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/libxcb_1.17.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/xorg-lib/libxcb_1.17.0.bb:25)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libbsd-native/0.12.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-3496823/tmp/work/x86_64-linux/libbsd-native/0.12.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/libbsd/libbsd_0.12.2.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libcap-ng-native/0.8.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-3496823/tmp/work/x86_64-linux/fribidi-native/1.0.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:0)\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/relocatable.bbclass (from /home/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.7.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_spdx.c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_create_spdx_setscene.c7dd8bb77f7049d5e05d4a9ba1ceec203a44718463c80765026dee2c563eefe0 not available\nNOTE: Running setscene task 6264 of 6657 (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/relocatable.bbclass (from /home/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-ng/libcap-ng_0.8.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-support/libcap/libcap_2.70.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-3496823/tmp/work/x86_64-linux/libxext-native/1.3.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: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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.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.52.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_populate_sysroot.a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_populate_sysroot_setscene.a3c743ab1e052ca8304b02e91693ed29911709055b69d9e027efb0340ecfc5c3 not available\nNOTE: Running setscene task 6266 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.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-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-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: 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.6.bb']\nDEBUG:   considering dependency: ['libxext-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb']\nDEBUG:   considering dependency: ['libxext-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.6.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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_recipe_qa.568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxext-native/1.3.6.do_recipe_qa_setscene.568ae64fc6e0727a8804792c93d875bcf99642646c7cd41e24b480f95632838a not available\nNOTE: Running setscene task 6268 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_recipe_qa_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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:7: including xorg-lib-common.inc\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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_recipe_qa.609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxfixes-native/6.0.1.do_recipe_qa_setscene.609097a7357e27b034e5fd1097e91fe4f4a4ecff3838bcd6c686f126aad5a7d7 not available\nNOTE: Running setscene task 6270 of 6657 (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/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: ['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_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_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-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_recipe_qa.7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gpgme-native/1.23.2.do_recipe_qa_setscene.7d1a00d7f3c0063529c868fd82fa38457f0499bc45174c9306d391f0b88743bb not available\nNOTE: Running setscene task 6271 of 6657 (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-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/libxext_1.3.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/xorg-lib/libx11_1.8.9.bb:29)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_create_spdx.c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_create_spdx_setscene.c3886be20d76f89de87fd5467b47e647c210992aed434384bb8db7874676414f not available\nNOTE: Running setscene task 6272 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_create_spdx_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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/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-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_create_spdx.e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_create_spdx_setscene.e523a94b229e7e90924318b13899281a014351be79ce91aff0dde6589148f729 not available\nNOTE: Running setscene task 6273 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_package_spdx.5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_package_spdx_setscene.5c9be8beb287cf0265759a7ee7ef82a59bb3ccd9afd11dac3117797cfac42110 not available\nNOTE: Running setscene task 6274 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_lic.cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_lic_setscene.cb36781d00f0b0c83ff23b447b65951e696e64f55fcdcf80be1a200ac847de90 not available\nNOTE: Running setscene task 6275 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.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/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-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_create_package_spdx.d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_create_package_spdx_setscene.d56d4411aa16b959361c6d16439cf11cdf2c8bf3192c720c2ddf73ca1c97541d not available\nNOTE: Running setscene task 6276 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing virtual:native:/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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_populate_lic.f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_populate_lic_setscene.f98dc4a90562f5c0b1c8ea0347661400d6ce788e101e974a711f0ddd2aa53c44 not available\nNOTE: Running setscene task 6277 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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: 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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:57)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libcap-native/2.70/source-date-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: Inheriting /home/pokybuild/yocto-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/libcap/libcap_2.70.bb:do_create_package_spdx which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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/libbsd/libbsd_0.12.2.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-ng/libcap-ng_0.8.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.bb:3)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libassuan-native/2.5.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-3496823/tmp/work/x86_64-linux/libcap-ng-native/0.8.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-3496823/tmp/work/x86_64-linux/libcap-native/2.70/source-date-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/libxcb_1.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/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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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-support/libbsd/libbsd_0.12.2.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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_spdx 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.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: 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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/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: SITE files ['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.6.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/libcheck/libcheck_0.15.2.bb:21)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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/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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.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.6.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.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.6.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: SITE files ['endian-little', 'common-linux', '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: Considering setscene task: ['libassuan-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_populate_sysroot.04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_populate_sysroot_setscene.04ab0733fa9cc419c0a25e2a95f5ff7764076f3f31ff83e69daf457a01d428f2 not available\nNOTE: Running setscene task 6278 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_package_spdx.c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_package_spdx_setscene.c5c8b927161be6efa95628cb118d957921a189053ad5cd251fafa28b8a050a8f not available\nNOTE: Running setscene task 6279 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_lic.c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_lic_setscene.c463c766391dd09f6d4ce0b39821ec1a1355276e8ee96ab49bc1f17088e80acc not available\nNOTE: Running setscene task 6280 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_create_package_spdx.700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_create_package_spdx_setscene.700537e882f4a16c90a66b2556911754b3fd7f1f7af7e73f2e3a1c4d07644d53 not available\nNOTE: Running setscene task 6281 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_package_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/libx11_1.8.9.bb:0)\nDEBUG: Inheriting /home/pokybuild/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/libassuan/libassuan_2.5.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/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/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/libassuan/libassuan_2.5.7.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-graphics/xorg-lib/libxext_1.3.6.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/libgcrypt/libgcrypt_1.10.3.bb:34)\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/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-3496823/tmp/work/x86_64-linux/libxcb-native/1.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/libgcrypt/libgcrypt_1.10.3.bb:34)\nDEBUG: Inheriting /home/pokybuild/yocto-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/libgpg-error/libgpg-error_1.49.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.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.7.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/libgcrypt/libgcrypt_1.10.3.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/libassuan/libassuan_2.5.7.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/libgpg-error/libgpg-error_1.49.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:34)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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-support/libgcrypt/libgcrypt_1.10.3.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-support/libgcrypt/libgcrypt_1.10.3.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-support/libgcrypt/libgcrypt_1.10.3.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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:34)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/libgcrypt/libgcrypt_1.10.3.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-support/libgcrypt/libgcrypt_1.10.3.bb:34)\nDEBUG: Inheriting /home/pokybuild/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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/libgpg-error/libgpg-error_1.49.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/gpgme/gpgme_1.23.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-recipe/nopackages.bbclass (from /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/libbsd/libbsd_0.12.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/libcheck/libcheck_0.15.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/libcheck/libcheck_0.15.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.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: SITE files ['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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_spdx.f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_create_spdx_setscene.f6cb8cd0950edf54fda3129bd996d359d459c645ab865565467261367c0bcd1b not available\nNOTE: Running setscene task 6282 of 6657 (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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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: SITE files ['endian-little', 'common-linux', '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/xtrans_1.5.0.bb:do_create_spdx which could be accelerated\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-3496823/tmp/work/x86_64-linux/libx11-native/1.8.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxext-native/1.3.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/libxext_1.3.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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.9.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libcap-ng-native/0.8.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-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\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.9.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.9.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.9.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.9.bb']\nDEBUG:   considering dependency: ['libx11-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.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.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_recipe_qa.90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libx11-native/1.8.9.do_recipe_qa_setscene.90e57ddde8d0bed9eff51861b9b11f31950c5ff40e0122890b70aaffb19fb05f not available\nNOTE: Running setscene task 6284 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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-3496823/tmp/work/x86_64-linux/libbsd-native/0.12.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-3496823/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/gpgme/gpgme_1.23.2.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_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libffi-native/3.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-3496823/tmp/work/x86_64-linux/libffi-native/3.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/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/libgcrypt/libgcrypt_1.10.3.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_create_spdx 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_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-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_spdx.181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_create_spdx_setscene.181a19769035d8a37b44d67df86bcb548d7fd0257797616115ee1e4e0af66d36 not available\nNOTE: Running setscene task 6285 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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.17.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.17.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.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_populate_sysroot.94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_populate_sysroot_setscene.94ce2084d1351bcd421863f9880219915f262cfd108533e8b91624943caa523a not available\nNOTE: Running setscene task 6286 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.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-support/libgpg-error/libgpg-error_1.49.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_create_spdx.b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_create_spdx_setscene.b3b3f23408d49aa953f1bd76059009384aeb4238819c7bddca62e5cb537b9944 not available\nNOTE: Running setscene task 6287 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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: ['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.9.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_sysroot.9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_populate_sysroot_setscene.9f4167a7c29b851c3be702d82a671e85f5ff6c3a9e668c9668f10b965af96e6d not available\nNOTE: Running setscene task 6288 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_populate_sysroot_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: 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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:29)\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_create_spdx.4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_create_spdx_setscene.4d7a13764b41b0b97787a44a0e5984b622f6796ba0a8fd564bbffe14c9adf721 not available\nNOTE: Running setscene task 6289 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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: Inheriting /home/pokybuild/yocto-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: ['libbsd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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.15.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_populate_sysroot.3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_populate_sysroot_setscene.3a3a3889a096e1fed1a97724d43fde3e7a9eefa8e6565552f131f86dc814e980 not available\nNOTE: Running setscene task 6290 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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/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-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_spdx.c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_create_spdx_setscene.c59c4ef4f09b491d576100260751297b003c3bef4b5045e56d4f284b565b75aa not available\nNOTE: Running setscene task 6291 of 6657 (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-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.5.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb (full)\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/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/libgpg-error/libgpg-error_1.49.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_populate_lic.d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_populate_lic_setscene.d29fd1a061aa6d366b9a44c70eee3d89c5cb12b8ee80f27f75a22ab8f003c12e not available\nNOTE: Running setscene task 6292 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_lic_setscene)\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.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/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.17.0.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-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-proto/xcb-proto_1.17.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_create_package_spdx.f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_create_package_spdx_setscene.f177c24049d3c1245154d2a2c1cd9785ecd9f840af8fce8bc083bbb93081bfd6 not available\nNOTE: Running setscene task 6293 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_package_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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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/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.12.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/libbsd/libbsd_0.12.2.bb:43)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_populate_lic.5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_populate_lic_setscene.5503514e2179a68535dc0b6046599ade1f7bf5114aa88a67257a96790ca55cd7 not available\nNOTE: Running setscene task 6294 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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/libxcb_1.17.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/xorg-lib/libxcb_1.17.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/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: Inheriting /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.17.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.17.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/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: 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.12.2.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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb (full)\nDEBUG: 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.49.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/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: Inheriting /home/pokybuild/yocto-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.18.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libassuan-native/2.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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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-support/libical/libical_3.0.18.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-support/libgpg-error/libgpg-error_1.49.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.49.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.49.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.49.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:20)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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/libical/libical_3.0.18.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-support/libassuan/libassuan_2.5.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: 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.18.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:27)\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.18.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.18.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:20)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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/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: 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.18.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.18.bb:20)\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_create_package_spdx 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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libgpg-error-native/1.49/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.49.bb:do_create_package_spdx 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_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.bb:do_deploy_source_date_epoch which could be accelerated\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.7.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.7.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.7.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_recipe_qa.bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libassuan-native/2.5.7.do_recipe_qa_setscene.bfc6e59330c80736db0e20f6c94a1d8b43009f5eff61dbbe495b743fc16d68fd not available\nNOTE: Running setscene task 6296 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_recipe_qa_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_package_spdx.8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_package_spdx_setscene.8eb754dfe4fb3ad023ecdbef92fa37e62e3350d3ae4c1b5f0cf8469629e41ef1 not available\nNOTE: Running setscene task 6297 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_package_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_lic.d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_lic_setscene.d2336d9237020e9805399e1f352433efe40de64ee8028fdcc97b957652ad8e9a not available\nNOTE: Running setscene task 6298 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_create_package_spdx.cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_create_package_spdx_setscene.cd4dd3a0f21cb81a653a06f3b0be2a3c834c50cf9ebbdf1c10aa48232c57d692 not available\nNOTE: Running setscene task 6299 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_package_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/libx11_1.8.9.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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.7.bb (full)\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/libassuan/libassuan_2.5.7.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-graphics/xorg-lib/libxau_1.0.11.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/libmd/libmd_1.1.0.bb:14)\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/siteinfo.bbclass (from /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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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/libmd/libmd_1.1.0.bb: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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_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/siteinfo.bbclass (from /home/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/libassuan/libassuan_2.5.7.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/libmicrohttpd/libmicrohttpd_1.0.1.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/libassuan/libassuan_2.5.7.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.7.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.7.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-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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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_1.0.1.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/libmicrohttpd/libmicrohttpd_1.0.1.bb:12)\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.17.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/libbsd/libbsd_0.12.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-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/relocatable.bbclass (from /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/libcheck/libcheck_0.15.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/libical/libical_3.0.18.bb:0)\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/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_populate_lic.1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_populate_lic_setscene.1c9f8b161750e78821dd6df30948e3c2e461eb84dba6fb67429a8aae9d9b31fc not available\nNOTE: Running setscene task 6300 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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/libical/libical_3.0.18.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/libmicrohttpd/libmicrohttpd_1.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libx11-native/1.8.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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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_1.0.1.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_1.0.1.bb:12)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/libxdmcp-native/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-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_package_spdx.2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_package_spdx_setscene.2916a7ed817a9a29fde52e1fd66392795c1f299053a04bb3613abe85b6b5bfc0 not available\nNOTE: Running setscene task 6301 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_package_spdx_setscene)\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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xcb-proto-native/1.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-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxcb-native/1.17.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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libbsd-native/0.12.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-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.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/libxcb_1.17.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/xtrans_1.5.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-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/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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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.7.bb:0)\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/nopackages.bbclass (from /home/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-support/libmpc/libmpc_1.3.1.bb:1: including libmpc.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-support/libmpc/libmpc.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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-recipe/nopackages.bbclass (from /home/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/libmpc/libmpc.inc:7)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libgpg-error-native/1.49/source-date-epoch/__source_date_epoch.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-3496823/tmp/work/x86_64-linux/libical-native/3.0.18/source-date-epoch/__source_date_epoch.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/libgpg-error/libgpg-error_1.49.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-support/libical/libical_3.0.18.bb:do_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libical-native/3.0.18/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/libical/libical_3.0.18.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: ['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-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_sysroot.0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_populate_sysroot_setscene.0451659eae7bd319f9464260c4cbaa399a4c6d3490c4ebd73f2772881625fc87 not available\nNOTE: Running setscene task 6302 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_populate_sysroot_setscene)\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_create_spdx', '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.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_sysroot.673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_populate_sysroot_setscene.673a1277b510dadd674e26eaa776701384fa8949b4b8d815677c18536a2b49fc not available\nNOTE: Running setscene task 6303 of 6657 (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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:0)\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.17.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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.17.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: ['libxcb-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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.17.0.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.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_recipe_qa.a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxcb-native/1.17.0.do_recipe_qa_setscene.a159882cea8bbf0845186ebaf81dc4d84ccd158f46155926aab53a1fca24c231 not available\nNOTE: Running setscene task 6305 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: ['libxdmcp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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.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.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_populate_sysroot.aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_populate_sysroot_setscene.aed866572613dca1abb4fcb40cd6f52b8e26816f1e32693659d211f90cf814e9 not available\nNOTE: Running setscene task 6306 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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_create_package_spdx 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_populate_lic which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libassuan-native/2.5.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb (full)\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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libmicrohttpd-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: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_package_spdx which could be accelerated\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_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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_recipe_qa.f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xtrans-native/1.5.0.do_recipe_qa_setscene.f0e234c74c62713501d510d977afa391927a501459e93a57029f249d17d99881 not available\nNOTE: Running setscene task 6308 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.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/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/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.17.0.bb:25)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.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-lib/libxdmcp_1.1.5.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: 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.17.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.17.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.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_populate_sysroot.aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_populate_sysroot_setscene.aa2d947a1ebbe9763cdb9a663a80b2e9004000d6d98afa38685462fb26535628 not available\nNOTE: Running setscene task 6309 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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/recipes-graphics/xorg-lib/libxcb_1.17.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/xorg-lib/libxcb_1.17.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/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-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_create_spdx.2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_create_spdx_setscene.2b99efe8cbe5e49e63f8e420cb97ad99a8d7a1078be9ec765dc769841704da37 not available\nNOTE: Running setscene task 6310 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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-graphics/xorg-lib/libxdmcp_1.1.5.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-support/libmpc/libmpc_1.3.1.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_create_spdx.3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_create_spdx_setscene.3615fdeae21683bb5ad4528e1fc70470e2cb30fddf2c363b36b060d1c43c51f7 not available\nNOTE: Running setscene task 6311 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.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: 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/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/xtrans_1.5.0.bb:10: including xorg-lib-common.inc\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.12.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/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-proto/xcb-proto_1.17.0.bb (full)\nDEBUG: Considering setscene task: ['libbsd-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.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.12.2.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.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.12.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_recipe_qa.3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libbsd-native/0.12.2.do_recipe_qa_setscene.3bb88b91da4661e621cfb3ae35c84fb0d5d7b8caa3c26e006fe970d935a35b25 not available\nNOTE: Running setscene task 6313 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.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-proto/xcb-proto_1.17.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: SITE files ['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-lib/xorg-lib-common.inc:15)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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/xtrans_1.5.0.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-graphics/xorg-proto/xorgproto_2024.1.bb:14)\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.73.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_sysroot.07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_populate_sysroot_setscene.07e4feea105d996bca5893cff2b2e4ef2edea66d1dfb430b4557b2de69e00de5 not available\nNOTE: Running setscene task 6314 of 6657 (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: Inheriting /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.17.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.17.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-util/util-macros_1.20.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_create_spdx.2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libical-native/3.0.18.do_create_spdx_setscene.2ce2efe21d4dd797c5576d7713802439fb9236cc2f818cc26fbaa6621fd8e944 not available\nNOTE: Running setscene task 6315 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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/qemu.bbclass (from /home/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-util/xorg-util-common.inc:13)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_spdx.380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_create_spdx_setscene.380fbbdee282c41560f0c186536c7c061cc7ec41e7e3cdf3336fd60f58b6e240 not available\nNOTE: Running setscene task 6316 of 6657 (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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.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/libcheck/libcheck_0.15.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_create_spdx.24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_create_spdx_setscene.24dc42e94e20298716e46c37ab27ad081abba17b141d5d96e9c70cff5676065a not available\nNOTE: Running setscene task 6317 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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-support/libbsd/libbsd_0.12.2.bb:43)\nDEBUG: 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: 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-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_lic.0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_populate_lic_setscene.0c09547d7f0b50c03a5e2b217725fdae88fcd788e693058688cb4b559bd8fd34 not available\nNOTE: Running setscene task 6318 of 6657 (virtual:native:/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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/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-3496823/tmp/work/x86_64-linux/libmicrohttpd-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: 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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:20)\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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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/libmd/libmd_1.1.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-support/libical/libical_3.0.18.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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/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/libmicrohttpd/libmicrohttpd_1.0.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.18.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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/libmicrohttpd/libmicrohttpd_1.0.1.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-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_1.0.1.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_1.0.1.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_1.0.1.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-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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_create_package_spdx.711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_create_package_spdx_setscene.711106f323677cb78ad0b17642cce276211f5b66226778219e3d0f11f1004ce7 not available\nNOTE: Running setscene task 6319 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_package_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-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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_package_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-graphics/xorg-lib/libxcb_1.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-graphics/xorg-lib/libxdmcp_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: Inheriting /home/pokybuild/yocto-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/libpcre/libpcre2_10.44.bb (full)\nDEBUG: 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.44.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: SITE files ['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/libpcre/libpcre2_10.44.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.44.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/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: SITE files ['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.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-util/util-macros_1.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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_spdx.33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmpc-native/1.3.1.do_create_spdx_setscene.33858acd6f7110f1a803a0254a3ba7351033fbdb0ee434fd589feeae16f2fb85 not available\nNOTE: Running setscene task 6320 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.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-proto/xorgproto_2024.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-support/libbsd/libbsd_0.12.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: SITE files ['endian-little', 'common-linux', '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/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: 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-support/libmpc/libmpc_1.3.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: 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/nopackages.bbclass (from /home/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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/libmicrohttpd/libmicrohttpd_1.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/libmpc/libmpc.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/nopackages.bbclass (from /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 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-3496823/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-3496823/tmp/work/x86_64-linux/libxcb-native/1.17.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-3496823/tmp/work/x86_64-linux/libxdmcp-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/libxau_1.0.11.bb:do_populate_sysroot which could be accelerated\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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.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: SITE files ['endian-little', 'common-linux', '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_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_populate_lic', '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-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_recipe_qa.8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpthread-stubs-native/0.5.do_recipe_qa_setscene.8125897149baca3bfd62639cecf342d02cafab453b147a136481da448d613fbc not available\nNOTE: Running setscene task 6322 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xcb-proto-native/1.17.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-3496823/tmp/work/x86_64-linux/util-macros-native/1.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-graphics/xorg-proto/xcb-proto_1.17.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/xtrans_1.5.0.bb:do_recipe_qa which could be accelerated\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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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/libpcre/libpcre2_10.44.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libbsd-native/0.12.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_create_spdx', '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_lic', '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-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_recipe_qa.e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxau-native/1.0.11.do_recipe_qa_setscene.e6b9122a293936704100ff20f65ee9e4c153595ab3ea3164ce9f35fcb54233ed not available\nNOTE: Running setscene task 6324 of 6657 (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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/libpthread-stubs_0.5.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xorgproto-native/2024.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/libbsd/libbsd_0.12.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-graphics/xorg-lib/libpthread-stubs_0.5.bb:13)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_spdx which could be accelerated\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.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/libxdmcp_1.1.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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.5.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.5.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.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_recipe_qa.3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxdmcp-native/1.1.5.do_recipe_qa_setscene.3669f7b3ebccb6eef3f4353d2b27347090c48ebd22c3130097be740179644c68 not available\nNOTE: Running setscene task 6326 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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-3496823/tmp/work/x86_64-linux/libmicrohttpd-native/1.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-graphics/xorg-lib/libxau_1.0.11.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libical-native/3.0.18/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/libmpc/libmpc_1.3.1.bb:do_populate_lic which could be accelerated\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.17.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.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/libical/libical_3.0.18.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: 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: SITE files ['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/libmpc/libmpc_1.3.1.bb:0)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_create_spdx.cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/vala-native/0.56.17.do_create_spdx_setscene.cb909e46b1ed5c0f7fc4704fcbbae59232c6ea679dfb6a1076abf0518332d71c not available\nNOTE: Running setscene task 6328 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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/libxdmcp_1.1.5.bb:9: 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: 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.17.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.17.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.17.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.17.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.17.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_recipe_qa.ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xcb-proto-native/1.17.0.do_recipe_qa_setscene.ef91bb8156c8938bc9a18c27a8120115c592dc855e95c9b2d76749387df8ef81 not available\nNOTE: Running setscene task 6329 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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/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.5.bb:11)\nDEBUG: Considering setscene task: ['xorgproto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_populate_sysroot.63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_populate_sysroot_setscene.63b284bf8f1e99dcd6473c4408b8891763472b0a400931a4d0300e864440cff0 not available\nNOTE: Running setscene task 6330 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_sysroot_setscene)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.1.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-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_populate_sysroot.a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_populate_sysroot_setscene.a326a751c60b43d1f371743425c32e4ae3777f8cb0bba9bce95296fef3b1655e not available\nNOTE: Running setscene task 6331 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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/vala/vala_0.56.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-devtools/vala/vala_0.56.17.bb:24)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_create_spdx.10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_create_spdx_setscene.10d900e2c0c2361b75859e57ebdd7a8994974e69f607df7333aa163c22fb7661 not available\nNOTE: Running setscene task 6332 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:20)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_create_spdx.ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_create_spdx_setscene.ac0ce9ddc252ccecd7d8466f457a08e419ac0683370f090b0e433b904d6db7ff not available\nNOTE: Running setscene task 6333 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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-devtools/vala/vala_0.56.17.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-devtools/vala/vala_0.56.17.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/vala/vala_0.56.17.bb:55)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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_2024.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_create_spdx.79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_create_spdx_setscene.79f26911b44bac729caf7842efffd833c052b7292abc92b76c068250da6ff07b not available\nNOTE: Running setscene task 6334 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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-proto/xcb-proto_1.17.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.17.0.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/xorg-proto/xorgproto_2024.1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libpcre2-native/10.44/source-date-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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.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: 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: 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/util-macros_1.20.1.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-support/curl/curl_8.8.0.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_package_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/autotools.bbclass:31)\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_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['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:   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-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_recipe_qa.038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcheck-native/0.15.2.do_recipe_qa_setscene.038748e85c688a0f09cfba1c39933d5535514700c5163a35c034b9ec77120960 not available\nNOTE: Running setscene task 6336 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.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-support/curl/curl_8.8.0.bb:23)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/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-support/gnutls/gnutls_3.8.5.bb:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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-support/curl/curl_8.8.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-support/curl/curl_8.8.0.bb:23)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_spdx.6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_create_spdx_setscene.6693939b7079773e6f6bd8626e43e48d9572168c8d870a9d30c032c8c3669e41 not available\nNOTE: Running setscene task 6337 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_spdx_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/curl/curl_8.8.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-support/curl/curl_8.8.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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.5.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/icu/icu_75-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-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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/gnutls/gnutls_3.8.5.bb: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/gnutls_3.8.5.bb:31)\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.18.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.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_sysroot 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.8.0.bb:150)\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/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/icu/icu_75-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_75-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-support/gnutls/gnutls_3.8.5.bb: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: 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-graphics/xorg-lib/libpthread-stubs_0.5.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.18.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.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: 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: SITE files ['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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:34)\nDEBUG: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.18.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.18.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.18.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.18.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.18.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.18.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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/libgcrypt/libgcrypt_1.10.3.bb:34)\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:34)\nDEBUG: 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: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-support/libgcrypt/libgcrypt_1.10.3.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-3496823/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: 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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_sysroot.3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_populate_sysroot_setscene.3eed2b8c4415d51d551777ff9b7a4c07e452170c03773640cd5423d6bfaf12fd not available\nNOTE: Running setscene task 6341 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_populate_sysroot_setscene)\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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.191.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_populate_sysroot.732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_populate_sysroot_setscene.732c073bea7f6e9cfa6cbbd78db750ae1b453eab50639e02b637f4dfee4b5456 not available\nNOTE: Running setscene task 6342 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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/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: Inheriting /home/pokybuild/yocto-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: ['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: ['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', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.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_14.1.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.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:   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: ['lttng-modules', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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: ['libmpc-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_populate_sysroot', '/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_deploy', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.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_populate_sysroot\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: 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/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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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/libmicrohttpd/libmicrohttpd_1.0.1.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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: ['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_populate_lic', '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:   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_create_spdx', '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_recipe_qa\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: Inheriting /home/pokybuild/yocto-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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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_1.0.1.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_1.0.1.bb:12)\nDEBUG: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_populate_lic.744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_populate_lic_setscene.744f9993c2e6e2603458832e9a449157bec8c9b784b68d76a3f52778a76f3e30 not available\nNOTE: Running setscene task 6346 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_lic_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_package_spdx.f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_package_spdx_setscene.f61095dcc4acebace43473dac2bb7a695296997dc1dd1aa4326feb3e3a125214 not available\nNOTE: Running setscene task 6347 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_package_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-proto/xcb-proto_1.17.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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-support/libpcre/libpcre2_10.44.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-support/libssh2/libssh2_1.11.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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-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/siteinfo.bbclass (from /home/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-util/util-macros_1.20.1.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-3496823/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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-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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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: CONF /home/pokybuild/yocto-worker/a-full/build/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: 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: Inheriting /home/pokybuild/yocto-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/icu/icu_75-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/libssh2/libssh2_1.11.0.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_lic.7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_populate_lic_setscene.7a7ac0c185858fda13ec5cc901276cb8171f5f068311d6e530497adbb5680554 not available\nNOTE: Running setscene task 6348 of 6657 (virtual:native:/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/nopackages.bbclass (from /home/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/curl/curl_8.8.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/gnutls/gnutls_3.8.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/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-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/libxau_1.0.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/libgcrypt/libgcrypt_1.10.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/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/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-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-3496823/tmp/work/x86_64-linux/libxdmcp-native/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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_create_package_spdx.b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_create_package_spdx_setscene.b28906dcd0a09bf6979a0ffd787dd68ec3bf1035674e2cb1f4daf04f371a4292 not available\nNOTE: Running setscene task 6349 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_create_package_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xcb-proto-native/1.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/vala-native/0.56.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-support/libmicrohttpd/libmicrohttpd_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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_populate_lic.e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_populate_lic_setscene.e89281c199b48adfc7a2e7ee234de02836a72cd86f374b76210572bbd0dd735d not available\nNOTE: Running setscene task 6350 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.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/native.bbclass:201)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/util-macros-native/1.20.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-util/util-macros_1.20.1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:26)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xorgproto-native/2024.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-support/libunistring/libunistring_1.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/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/libunistring/libunistring_1.2.bb:26)\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_2024.1.bb:do_populate_sysroot 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/libunistring/libunistring_1.2.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/icu-native/75-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/libpcre/libpcre2_10.44.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/curl-native/8.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/nopackages.bbclass (from /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-support/curl/curl_8.8.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gnutls-native/3.8.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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_spdx 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_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_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: ['vala-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.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: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.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: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.17.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: ['libical-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['librsvg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libmicrohttpd-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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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: 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.17.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.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: Considering setscene task: ['vala-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.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.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.17.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.17.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.17.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_spdx.72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_create_spdx_setscene.72139e14299f7e5a06b1f8d499f48c9e17d6039e291ba8c40f90241e5f44aeca not available\nNOTE: Running setscene task 6354 of 6657 (virtual:native:/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_create_spdx.3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_create_spdx_setscene.3dd0bb8e5121408979d5b3180d7425d51d869c1cfa317bba768b00a53ddb9c2c not available\nNOTE: Running setscene task 6355 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libpcre2-native/10.44/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_2024.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Considering setscene task: ['xorgproto-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb']\nDEBUG:   considering dependency: ['xorgproto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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_2024.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_recipe_qa.426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xorgproto-native/2024.1.do_recipe_qa_setscene.426565bb83434814aecbe5992d480d0bf409fb64d3f7571bae6fc40a76338d74 not available\nNOTE: Running setscene task 6357 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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/libunistring/libunistring_1.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/libunistring/libunistring_1.2.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_package_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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: ['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.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_deploy_source_date_epoch 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: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:23)\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.1.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.1.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.1.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.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_recipe_qa.eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-macros-native/1.20.1.do_recipe_qa_setscene.eebe029bd3d207dedbfea038a2e07bd05e4614cae822f0aa7860f044ed006fe4 not available\nNOTE: Running setscene task 6359 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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: Considering setscene task: ['curl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['git-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_populate_sysroot.1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_populate_sysroot_setscene.1fe65b410e9ecd9bce5c642463decabc0de3a27bd1e77ea51f1b4b97a27012e0 not available\nNOTE: Running setscene task 6360 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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/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/qemu.bbclass (from /home/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-proto/xorgproto_2024.1.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: 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.80.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.80.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: 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.80.1.bb:23)\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.5.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.5.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.5.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_populate_sysroot.8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_populate_sysroot_setscene.8bbbcef1a725360eaa1432612f1182fe3c41cb365f5e6eed336241de0785b669 not available\nNOTE: Running setscene task 6361 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_sysroot_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-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.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: Inheriting /home/pokybuild/yocto-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-util/util-macros_1.20.1.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_spdx.76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_create_spdx_setscene.76e29343d090f535d7953da714658199f16b5f5fa740a054cf65561d513023e7 not available\nNOTE: Running setscene task 6362 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.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-support/curl/curl_8.8.0.bb (full)\nDEBUG: Considering setscene task: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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.18.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_populate_sysroot.da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_populate_sysroot_setscene.da0a506c3a766d7296d3fc7ba8364544337e812ab2808095e89ba5032463283e not available\nNOTE: Running setscene task 6363 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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-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-support/curl/curl_8.8.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-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_create_spdx.7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_create_spdx_setscene.7b01f5fdff65ebcf469d9eac75ac2427064ab1b28952f1f0fb31529ca5fea30a not available\nNOTE: Running setscene task 6364 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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-support/curl/curl_8.8.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-support/curl/curl_8.8.0.bb:23)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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-support/gnutls/gnutls_3.8.5.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/curl/curl_8.8.0.bb:23)\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.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_sysroot.ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_populate_sysroot_setscene.ce373e82dfe7e1f34ffadb5590fdb0b3d743075373c71b4cef2bc924cbad8641 not available\nNOTE: Running setscene task 6365 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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/multilib_script.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:150)\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-support/gnutls/gnutls_3.8.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_create_spdx.932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_create_spdx_setscene.932819a9741ce581a54f70f27221b8f0f92fe9b61fa51b13258f749f6bf63055 not available\nNOTE: Running setscene task 6366 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_spdx_setscene)\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: SITE files ['endian-little', 'common-linux', '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/gnutls/gnutls_3.8.5.bb: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.5.bb: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/gnutls/gnutls_3.8.5.bb: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/gnutls_3.8.5.bb: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-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/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/icu/icu_75-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_75-1.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-support/gnutls/libtasn1_4.19.0.bb:21)\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: Inheriting /home/pokybuild/yocto-worker/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.70.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.70.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/gnutls/gnutls_3.8.5.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/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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-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-support/libgcrypt/libgcrypt_1.10.3.bb (full)\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_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb']\nDEBUG:   considering dependency: ['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_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-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_recipe_qa.b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmd-native/1.1.0.do_recipe_qa_setscene.b9fc420e954bb48e33821e252e1672c2018109604fb36acdb7c7713b9c06831a not available\nNOTE: Running setscene task 6368 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.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-support/libgcrypt/libgcrypt_1.10.3.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/libgpg-error/libgpg-error_1.49.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:34)\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:34)\nDEBUG: 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: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-support/libgpg-error/libgpg-error_1.49.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/libgcrypt/libgcrypt_1.10.3.bb:34)\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_1.0.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libunistring-native/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-3496823/tmp/work/x86_64-linux/libunistring-native/1.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/siteinfo.bbclass (from /home/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.49.bb:27)\nDEBUG: Considering setscene task: ['libmicrohttpd-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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_1.0.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_recipe_qa.02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libmicrohttpd-native/1.0.1.do_recipe_qa_setscene.02d9527f519fc210d97171c157250e0804af7a5ac2f046ebdf43af6b5ac1c44e not available\nNOTE: Running setscene task 6370 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.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-support/libgpg-error/libgpg-error_1.49.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-support/libgpg-error/libgpg-error_1.49.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.49.bb:27)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_create_package_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/libgpg-error/libgpg-error_1.49.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_spdx.fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libssh2-native/1.11.0.do_create_spdx_setscene.fc4ad6e589e70141ec02b052ab4fc28aadb51b5dc3626ebde133d47bd410d941 not available\nNOTE: Running setscene task 6371 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.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-support/libgpg-error/libgpg-error_1.49.bb:27)\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: SITE files ['endian-little', 'common-linux', '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/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-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_package_spdx.79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_package_spdx_setscene.79ce4688b4c90632e0ee39509cae7050c736b8812d226a287e367db3ccbda906 not available\nNOTE: Running setscene task 6372 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_package_spdx_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb (full)\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-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_lic.d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_populate_lic_setscene.d5510c148cd8a4315ba38ffb66e580608ca25fee96b0434505c5585006f9f819 not available\nNOTE: Running setscene task 6373 of 6657 (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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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: 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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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_1.0.1.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_1.0.1.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/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/libxslt/libxslt_1.1.39.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/libssh2/libssh2_1.11.0.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-support/libxslt/libxslt_1.1.39.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/libssh2/libssh2_1.11.0.bb:17)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.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/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: SITE files ['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/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: 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: SITE files ['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/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/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/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: 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/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/binconfig-disabled.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: 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-recipe/nopackages.bbclass (from /home/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_2024.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-graphics/xorg-util/util-macros_1.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/gobject-introspection/gobject-introspection_1.80.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: SITE files ['endian-little', 'common-linux', '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/libcap_2.70.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/curl/curl_8.8.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/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-support/icu/icu_75-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/gnutls/gnutls_3.8.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/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: Inheriting /home/pokybuild/yocto-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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/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/libmicrohttpd/libmicrohttpd_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-support/libgpg-error/libgpg-error_1.49.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_create_spdx.b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_create_spdx_setscene.b12cf0dea067f7369519cdc9382f04102605e3da0ed8dad6fa13d5f52ab0fb82 not available\nNOTE: Running setscene task 6374 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/util-macros-native/1.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/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xorgproto-native/2024.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/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-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-util/util-macros_1.20.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-proto/xorgproto_2024.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/x86_64-linux/gobject-introspection-native/1.80.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-3496823/tmp/work/x86_64-linux/libcap-native/2.70/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/libunistring/libunistring_1.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/libunistring/libunistring_1.2.bb:26)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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-support/libunistring/libunistring_1.2.bb:26)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/curl-native/8.8.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-3496823/tmp/work/x86_64-linux/icu-native/75-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/gnutls/libtasn1_4.19.0.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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_75-1.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gnutls-native/3.8.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-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libmicrohttpd-native/1.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-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_spdx.8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bison-native/3.8.2.do_create_spdx_setscene.8beb784045a7808ab4272d566e05e971a5749069ea6070d2ff7a0a63f2dd24f3 not available\nNOTE: Running setscene task 6375 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libgpg-error-native/1.49/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/libgpg-error/libgpg-error_1.49.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_package_spdx 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_populate_lic which could be accelerated\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: 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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_sysroot.40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_populate_sysroot_setscene.40925328bb8f865452d5fef3e05142bff4e670c39ae14866b26dd4fa6480e366 not available\nNOTE: Running setscene task 6376 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb (full)\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.80.1.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: ['gobject-introspection-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_populate_sysroot.11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_populate_sysroot_setscene.11f0bb82196de2295366dec99fd995e8443a231be5284a137c79dcfb9926236e not available\nNOTE: Running setscene task 6377 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_create_spdx.d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gtk-doc-native/1.34.0.do_create_spdx_setscene.d4b745b00035f225061816d02eabeca8646a9237f4d82445ca88dd4d67472c44 not available\nNOTE: Running setscene task 6378 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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-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: 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.8.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.0.bb:do_deploy_source_date_epoch 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_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.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.8.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.8.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.8.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_recipe_qa.5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/curl-native/8.8.0.do_recipe_qa_setscene.5dfb7b8ffe3b63b36c5fa29555dfd310d58da607787cddca1a9b2eeacc0db547 not available\nNOTE: Running setscene task 6380 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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: 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.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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: 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.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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.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/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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-doc/gtk-doc_1.34.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/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/meson-routines.bbclass (from /home/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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:9)\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.5.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.5.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.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_recipe_qa.621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnutls-native/3.8.5.do_recipe_qa_setscene.621cdbc47681b236b638a09ab444831e7ceac4dd658b3f19b0589a58801d01d9 not available\nNOTE: Running setscene task 6382 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_recipe_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/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/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/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/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/curl/curl_8.8.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-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:23)\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: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_sysroot.de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_populate_sysroot_setscene.de3ee33562f20cc84adbee0abbb035ae3d4d0f86c59ab43aa77b399eee72cc20 not available\nNOTE: Running setscene task 6383 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot_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.80.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.80.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.80.1.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/curl/curl_8.8.0.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.80.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: Inheriting /home/pokybuild/yocto-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: ['icu-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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-support/curl/curl_8.8.0.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-support/curl/curl_8.8.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-support/curl/curl_8.8.0.bb:23)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb (full)\nDEBUG: Considering setscene task: ['icu-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_recipe_qa.435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/icu-native/75-1.do_recipe_qa_setscene.435f4d21f6f57049ca206ba8f94266dab5aab61c4ec9ea44d4d16c15d68062d3 not available\nNOTE: Running setscene task 6385 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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-support/curl/curl_8.8.0.bb:150)\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: ['libcap-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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_populate_sysroot', '/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.70.bb']\nDEBUG:   considering dependency: ['libcap-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_populate_sysroot.223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_populate_sysroot_setscene.223efbcd70d3581d32818c9b61d51da85c5c13a13b05b3fd6352944194d655aa not available\nNOTE: Running setscene task 6386 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb: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.5.bb: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.5.bb: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/gnutls/gnutls_3.8.5.bb: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/gnutls_3.8.5.bb: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-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: ['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: SITE files ['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-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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/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: 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: 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_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-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_recipe_qa.5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgcrypt-native/1.10.3.do_recipe_qa_setscene.5884efd263914145ca3fb58e76fc14805cc265813b92d56fc5e0878bc0e92f0d not available\nNOTE: Running setscene task 6388 of 6657 (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/icu/icu_75-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/icu/icu_75-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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.bb:26)\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.49.bb']\nDEBUG:   considering dependency: ['libgpg-error-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_populate_sysroot.d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_populate_sysroot_setscene.d7ad2a3cf94f122cdd37ba76b0d9f7f1e0886dc65e413e823b71331df9cb4ab1 not available\nNOTE: Running setscene task 6389 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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-support/icu/icu_75-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_75-1.bb:19)\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.75.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: 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: 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: 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: 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: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: 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/libgpg-error/libgpg-error_1.49.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_populate_lic', '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_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_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_recipe_qa', '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: SITE files ['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/libgpg-error/libgpg-error_1.49.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/libgcrypt/libgcrypt_1.10.3.bb:34)\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: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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.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-support/libgcrypt/libgcrypt_1.10.3.bb:34)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_package_spdx.46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_package_spdx_setscene.46aaad649ea61c6d6c2162cb3d03518f0c74f2354f2b39af04ea12248168f7d9 not available\nNOTE: Running setscene task 6393 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_package_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-3496823/tmp/work/x86_64-linux/libunistring-native/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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.49.bb:27)\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-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_lic.e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_lic_setscene.e51f195ebca554ce0e79d6337efdd10177dd2c0f206839064e4cd734a9714ce0 not available\nNOTE: Running setscene task 6394 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_lic_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_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: 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.49.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.49.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_spdx.8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gperf-native/3.1.do_create_spdx_setscene.8616d9ce0a7e64ca2dd982fb1da1e25039d8e8aa8c50c4afd95661580260fc9a not available\nNOTE: Running setscene task 6395 of 6657 (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-recipe/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:0)\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/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-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_package_spdx.0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_package_spdx_setscene.0de0eb0d79e01fffc6c19ba6785ae447d7c804e26bdfa93fa51767f0e9099f9b not available\nNOTE: Running setscene task 6396 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_package_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/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 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/mpfr/mpfr_4.2.1.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_lic.5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_populate_lic_setscene.5b8458534c34f8cb34ab89ed36b1f20a1e187c461875a0f7e0f623cc895bde01 not available\nNOTE: Running setscene task 6397 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.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: 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/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/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/mpfr/mpfr_4.2.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-gnome/gtk-doc/gtk-doc_1.34.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-support/mpfr/mpfr_4.2.1.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: SITE files ['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: Inheriting /home/pokybuild/yocto-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/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-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/texinfo.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: SITE files ['endian-little', 'common-linux', '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-gnome/gobject-introspection/gobject-introspection_1.80.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: 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.8.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/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/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: 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.70.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/gnutls/gnutls_3.8.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: SITE files ['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_75-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_package_spdx.92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_package_spdx_setscene.92598158fb213584a4c2c0da07f4b8fd3c3b86cac46d70052ab66d11bbd6b079 not available\nNOTE: Running setscene task 6398 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_package_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/x86_64-linux/gtk-doc-native/1.34.0/source-date-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/libgpg-error/libgpg-error_1.49.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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-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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-support/nettle/nettle_3.9.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/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-extended/gperf/gperf_3.1.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/nettle/nettle_3.9.1.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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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/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/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: 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/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: SITE files ['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-3496823/tmp/work/x86_64-linux/gobject-introspection-native/1.80.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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libcap-native/2.70/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/curl-native/8.8.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/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/libcap/libcap_2.70.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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: 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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: ['libpcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.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:   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: ['linux-libc-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.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:   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: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.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.13.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['linux-yocto', 'do_deploy', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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: ['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: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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.80.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: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.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: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.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: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['at', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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: ['babeltrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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: ['swig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.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: ['binutils-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb']\nDEBUG:   considering dependency: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: ['bash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb']\nDEBUG:   considering dependency: ['make-mod-scripts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.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.9.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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.17.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['groff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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.80.1.bb']\nDEBUG:   considering dependency: ['bison', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['findutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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: ['unfs3-native', 'do_populate_sysroot', '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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gnutls-native/3.8.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/icu-native/75-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/icu/icu_75-1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/libgpg-error-native/1.49/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/libyaml/libyaml_0.2.5.bb:do_populate_lic which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_sysroot 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_create_package_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gperf-native/3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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_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_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_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_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_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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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: ['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: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_package_spdx 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_lic', '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-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_recipe_qa.18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libidn2-native/2.3.7.do_recipe_qa_setscene.18bed9e3718baa446c539eaa8f08db7c78f64c32e64c7e14c45ed7445f560fd2 not available\nNOTE: Running setscene task 6403 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_recipe_qa_setscene)\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.80.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_deploy_source_date_epoch which could be accelerated\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.80.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.80.1.bb']\nDEBUG:   considering dependency: ['gobject-introspection-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.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.80.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_recipe_qa.9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gobject-introspection-native/1.80.1.do_recipe_qa_setscene.9b61fa768d2aadccd0b0699b4ee4095810de8f17a9f99375e69d174960188755 not available\nNOTE: Running setscene task 6405 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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/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: 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: Inheriting /home/pokybuild/yocto-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: ['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-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_recipe_qa.cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtasn1-native/4.19.0.do_recipe_qa_setscene.cab3a12c69109fc46104c1a95880ca77ccd59eedcfab6287ebf34e411c267ef0 not available\nNOTE: Running setscene task 6407 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.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: 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.70.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb (full)\nDEBUG: Considering setscene task: ['libcap-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.bb']\nDEBUG:   considering dependency: ['libcap-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_recipe_qa.19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-native/2.70.do_recipe_qa_setscene.19366a31ca4673c4906bd65518490f1a253d6ac56c935fd9bb0d55cf1cd10033 not available\nNOTE: Running setscene task 6409 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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/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/meson.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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-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/python3native.bbclass (from /home/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/python3-dir.bbclass (from /home/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: ['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.49.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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/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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\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.49.bb']\nDEBUG:   considering dependency: ['libgpg-error-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libgpg-error-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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.49.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_recipe_qa.78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libgpg-error-native/1.49.do_recipe_qa_setscene.78682d3c0ba50af3449108bfc76e3d25071054fd73198aecd24da192d5e4f495 not available\nNOTE: Running setscene task 6411 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.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.80.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-support/gnutls/libtasn1_4.19.0.bb:21)\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.80.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.80.1.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-support/gnutls/libtasn1_4.19.0.bb:21)\nDEBUG: Considering setscene task: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_populate_sysroot.c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_populate_sysroot_setscene.c5c615d21da55b88429fd8a9636cca2c3623fd6ca2597e6b383afa1826d0fe5a not available\nNOTE: Running setscene task 6412 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_sysroot_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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_spdx.47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_create_spdx_setscene.47764548a810883740a4f901914b6ad023c36943d92c0d31880dce4f4b77b173 not available\nNOTE: Running setscene task 6413 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.bb:26)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_spdx.6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/mpfr-native/4.2.1.do_create_spdx_setscene.6bbbc9235d4b4240e931c1e1c6734cc218f8e37b2a9a52a4b10e8615cee357a4 not available\nNOTE: Running setscene task 6414 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_spdx_setscene)\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-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_lic.4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_lic_setscene.4e8f4dc34d1927dceb06f1fe91e2e0216cbd53836e508a10680e0f46d9e85993 not available\nNOTE: Running setscene task 6415 of 6657 (virtual:native:/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-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_package_spdx.0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_package_spdx_setscene.0064e77eebe949633bf0538ac11e892ef64ac5795e6910329563f51391c9b83c not available\nNOTE: Running setscene task 6416 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_package_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/libgpg-error/libgpg-error_1.49.bb (full)\nDEBUG: 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.49.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: 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-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_lic.44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_lic_setscene.44bd99f1f3223f9ac88d68103668a35461447ea68023cd54ac81c8bde86451a6 not available\nNOTE: Running setscene task 6417 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_populate_lic_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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/libunistring/libunistring_1.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/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_package_spdx.d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_package_spdx_setscene.d5935e7751af3c7d643af754714d82108986613f4dddd1e050fab4be3fd6bb6f not available\nNOTE: Running setscene task 6418 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_package_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-support/libgpg-error/libgpg-error_1.49.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.49.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.49.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.49.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.49.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: 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-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_lic.54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_populate_lic_setscene.54922ae2d8c62e50645f23049d0f814a7f2f145820a7f2c865b9882fa2fb07e8 not available\nNOTE: Running setscene task 6419 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.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: 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: 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-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_package_spdx.ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_package_spdx_setscene.ceb2294458289c796dfc84cae99cda013ab750807504539b8f687c74b2aafff8 not available\nNOTE: Running setscene task 6420 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_create_package_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-support/libunistring/libunistring_1.2.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-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/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-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_lic.6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_lic_setscene.6a58a395cf6c8c25e0f55c7c1ed6bd6f4f5d70245965ab92dea8cccca45921d9 not available\nNOTE: Running setscene task 6421 of 6657 (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: 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.49.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 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/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/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: 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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: SITE files ['endian-little', 'common-linux', '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-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/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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_package_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-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: SITE files ['endian-little', 'common-linux', '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/github-releases.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/python3-dir.bbclass (from /home/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/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/qemu.bbclass (from /home/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/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/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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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: SITE files ['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/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: SITE files ['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: Inheriting /home/pokybuild/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-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_spdx.b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_create_spdx_setscene.b13858ecf01665f276741106b642f51df10daa57e1edd6e0e342f5da6b103d28 not available\nNOTE: Running setscene task 6422 of 6657 (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/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/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: SITE files ['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-gnome/gobject-introspection/gobject-introspection_1.80.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: 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/nopackages.bbclass (from /home/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-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/libcap/libcap_2.70.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/libunistring/libunistring_1.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/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/nopackages.bbclass (from /home/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-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/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/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: 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/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/libgpg-error/libgpg-error_1.49.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/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: Inheriting /home/pokybuild/yocto-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/re2c/re2c_3.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-support/popt/popt_1.19.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: SITE 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-support/re2c/re2c_3.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: SITE files ['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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: SITE files ['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: SITE files ['endian-little', 'common-linux', '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/libidn/libidn2_2.3.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_create_package_spdx.ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_create_package_spdx_setscene.ab34a0e34343ed9d2daa04e03f6dd823cedaebd99ad4ed9a3bdbf4146b72394c not available\nNOTE: Running setscene task 6423 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_create_package_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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/work/x86_64-linux/libcap-native/2.70/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/sqlite/sqlite3_3.45.3.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gobject-introspection-native/1.80.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-3496823/tmp/work/x86_64-linux/libunistring-native/1.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-support/sqlite/sqlite3_3.45.3.bb:1: including sqlite3.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-support/libcap/libcap_2.70.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-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/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-3496823/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-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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-support/libyaml/libyaml_0.2.5.bb:do_create_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_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libgpg-error-native/1.49/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.49.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: 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/nettle/nettle_3.9.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: 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: ['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: ['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_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.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: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.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:   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: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['libcap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb']\nDEBUG:   considering dependency: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['libcap-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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: ['fontconfig', 'do_package', '/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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/work/x86_64-linux/re2c-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/tmp/work/x86_64-linux/re2c-native/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/re2c/re2c_3.1.bb:do_create_package_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_package_spdx which could be accelerated\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: 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: 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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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_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:   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_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_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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libunistring-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['libunistring-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_recipe_qa.f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libunistring-native/1.2.do_recipe_qa_setscene.f4c19b92eafcdf450e5d6d196d0a7c23ed07ccff673ba8518941a42e20fe32e8 not available\nNOTE: Running setscene task 6428 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_recipe_qa_setscene)\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_package_spdx 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_lic which could be accelerated\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: ['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-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_sysroot.8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_populate_sysroot_setscene.8df8cd62f7be8feef6052ec183fe043ee4c081455f946c3a236f495011b4bc31 not available\nNOTE: Running setscene task 6429 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_populate_sysroot_setscene)\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: ['gcc-cross-x86_64', 'do_gcc_stash_builddir', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.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_14.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:   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_sysroot', '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_populate_sysroot\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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb (full)\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: 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.2.bb:26)\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_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_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_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_deploy_source_date_epoch', '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: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_recipe_qa\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: Inheriting /home/pokybuild/yocto-worker/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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_spdx.ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_create_spdx_setscene.ccde586442e9bb1de2733e33a0bf9ccd2b8c5bc042bcd15505916606f0787fdd not available\nNOTE: Running setscene task 6433 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.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-support/libunistring/libunistring_1.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/autotools.bbclass:31)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_spdx.0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_create_spdx_setscene.0eeabd1763c7e6ad19370801c1ebeb2814e5ff7b2fe0ee5588594c103164df67 not available\nNOTE: Running setscene task 6434 of 6657 (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: Setscene task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_populate_lic is unskippable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_populate_lic.2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_populate_lic_setscene.2b2a950e1d65588ae657858c8fc900bab7cd4312a22c8aa3f894082b32e3c878 not available\nNOTE: Running setscene task 6435 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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-support/sqlite/sqlite3_3.45.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-support/attr/attr_2.5.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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/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/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-support/sqlite/sqlite3_3.45.3.bb:1: including sqlite3.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/popt/popt_1.19.bb:16)\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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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: Inheriting /home/pokybuild/yocto-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/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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/sqlite3-native/3.45.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/sqlite/sqlite3_3.45.3.bb:do_create_package_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/libunistring/libunistring_1.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/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: SITE files ['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/sqlite/sqlite3_3.45.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/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/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-3496823/tmp/work/x86_64-linux/libunistring-native/1.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/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/libunistring/libunistring_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/sqlite3-native/3.45.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-3496823/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/sqlite/sqlite3_3.45.3.bb:do_populate_lic which could be accelerated\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_create_spdx.effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_create_spdx_setscene.effacc70ba99f1fdf5b8c469270ae5641ab0435fcac1cf225bc1f4442ffc5cd4 not available\nNOTE: Running setscene task 6436 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_spdx.9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xmlto-native/0.0.28+0.0.29+git.do_create_spdx_setscene.9920a56ec286111dd996ae0dfb93e641a97e09938e89ca0372d14661f2de626d not available\nNOTE: Running setscene task 6437 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_spdx.d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_create_spdx_setscene.d4c8dadc12ba2e5162cb52e827a79bab10fb8c1a539912adaf14f137bf5e34e8 not available\nNOTE: Running setscene task 6438 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_spdx.cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_create_spdx_setscene.cf00a0606d32ad20ca6eb61f430e51ea705a4bfc37c27d546e2e235ec3f2def2 not available\nNOTE: Running setscene task 6439 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.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: 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_deploy_source_date_epoch', '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_lic', '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-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_recipe_qa.e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libyaml-native/0.2.5.do_recipe_qa_setscene.e61787bc812b1577e1f9b1a4ab7c04ae30807a090baf460a374232f2141dd5e7 not available\nNOTE: Running setscene task 6441 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.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.80.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:1: including glib.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb (full)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb (full)\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: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_sysroot.c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_populate_sysroot_setscene.c1964265bc7dd731da02805e7b66113850a7290f95e2dccf1132c0773620e8dc not available\nNOTE: Running setscene task 6442 of 6657 (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/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: 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/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: 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/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: 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.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_sysroot.ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_populate_sysroot_setscene.ed5210c3d1da505bde8525c7ff5aea38317cf05d91e0652494ad1fcd951a0d46 not available\nNOTE: Running setscene task 6443 of 6657 (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/qemu.bbclass (from /home/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-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/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: 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/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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:13)\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-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package_write_deb', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.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.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_sysroot.7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_populate_sysroot_setscene.7429c4aede3e72dddb25125d57fc40d45987b86af56d85c62729c88afac6902f not available\nNOTE: Running setscene task 6444 of 6657 (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/gi-docgen.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/recipes-core/glib-2.0/glib.inc:31)\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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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: 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 covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_unpack as buildable\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/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/siteinfo.bbclass (from /home/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/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:3)\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/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: Inheriting /home/pokybuild/yocto-worker/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/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: 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: 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/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/python3native.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/qemu.bbclass (from /home/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: SITE files ['endian-little', 'common-linux', '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.2.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: 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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_fetch\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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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/xmlto/xmlto_0.0.28.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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/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/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-support/mpfr/mpfr_4.2.1.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/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/binutils/binutils-cross_2.42.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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-support/libyaml/libyaml_0.2.5.bb:0)\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.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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/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: 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.3.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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: SITE files ['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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/rsync/rsync_3.3.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.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-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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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: 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_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: 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.80.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/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_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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/gcc/gcc-source_14.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.3.0.bb:do_unpack\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: 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_prepare_recipe_sysroot\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.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: 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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_spdx.4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xml-dtd4-native/4.5.do_create_spdx_setscene.4f413926d7c0b2def230d0342b2cecf21c1106916c1b6c5ed2a6fb3fbec41b76 not available\nNOTE: Running setscene task 6445 of 6657 (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-3496823/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: 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_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_spdx.feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/docbook-xsl-stylesheets-native/1.79.1.do_create_spdx_setscene.feae43c37149b757589ac31996e346b4c758b01b880e175486cca8f9db68c5e8 not available\nNOTE: Running setscene task 6446 of 6657 (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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_spdx.aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_create_spdx_setscene.aaf1271a418960fcc4eb4c4b9739c1214272812e893b394bbf044c3d12615f4b not available\nNOTE: Running setscene task 6447 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4_4.5.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-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_spdx.048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxslt-native/1.1.39.do_create_spdx_setscene.048730258d6741545c0a8072ffef4cbd27510be7a487f16e3b16271c0b3d2f97 not available\nNOTE: Running setscene task 6448 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_spdx_setscene)\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: SITE files ['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:70)\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:74)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb (full)\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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/popt-native/1.19/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/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/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: 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: 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: 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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/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-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-3496823/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_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/glib-2.0-native/2.80.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/glib-2.0/glib-2.0_2.80.2.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_create_spdx.82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_create_spdx_setscene.82d4595a72f55187bc3a6b7ffea9eee067086d91f15617265ff855216985c038 not available\nNOTE: Running setscene task 6449 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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: ['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.80.2.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: ['gdk-pixbuf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_populate_sysroot.c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_populate_sysroot_setscene.c64245c424a0aacf63e9019ce80c1ff2035bdc61be07da318dd32ebc92cdeab5 not available\nNOTE: Running setscene task 6450 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_create_spdx.11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/meson-native/1.4.0.do_create_spdx_setscene.11a965330bde5a87146f34eb4f51c65fde7fe093152e589364efcb7342793abf not available\nNOTE: Running setscene task 6451 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_create_spdx_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_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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: ['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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:23: including gettext-sources.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.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/gettext/gettext_0.22.5.bb:34)\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: ['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-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_sysroot.ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_populate_sysroot_setscene.ae026f3472c67ceeff6f0f5052f29371111f26c3c70af090ca155a50cdd9d372 not available\nNOTE: Running setscene task 6453 of 6657 (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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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/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-core/glib-2.0/glib.inc:31)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.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: 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: 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/relocatable.bbclass (from /home/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-core/gettext/gettext_0.22.5.bb:34)\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.5.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-core/gettext/gettext_0.22.5.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/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:21)\nDEBUG: Inheriting /home/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: 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: ['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_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_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_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_recipe_qa', '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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3targetconfig.bbclass (from /home/pokybuild/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: 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/qemu.bbclass (from /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/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/gi-docgen.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/nopackages.bbclass (from /home/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/meson/meson_1.4.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-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/recipes-devtools/meson/meson_1.4.0.bb:39)\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: 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: ['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-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_sysroot.2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_populate_sysroot_setscene.2784fc0309846cdb04dd4b002b4d50476c67b224c6789943db6c51a6662e165f not available\nNOTE: Running setscene task 6456 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.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: 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/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/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: 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/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: 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_create_spdx', '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-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_sysroot.b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_populate_sysroot_setscene.b49b07475bac4501f2aafa74f5110f65eed0c9750fd2c02cbde73f1169488d1b not available\nNOTE: Running setscene task 6457 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb:do_populate_sysroot_setscene)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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-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/gettext.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-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_create_spdx.e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_create_spdx_setscene.e766a206cd7627297199ce1a888bbfbf90e87fcd1ce0f6eeebae4a765d2cf795 not available\nNOTE: Running setscene task 6458 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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/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: 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: 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: 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/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/relocatable.bbclass (from /home/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-core/util-linux/util-linux_2.39.3.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/gmp/gmp.inc:6)\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_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-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_recipe_qa.965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/nettle-native/3.9.1.do_recipe_qa_setscene.965de8541ff5c09c69205557dec2bb365da26f71381162298926f741cc383f98 not available\nNOTE: Running setscene task 6460 of 6657 (virtual:native:/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/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: SITE files ['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/itstool/itstool_2.0.7.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-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/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: SITE files ['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/libpcre/libpcre2_10.44.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/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-devtools/flex/flex_2.6.4.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\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/libpcre/libpcre2_10.44.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/python3-dir.bbclass (from /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: 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_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb']\nDEBUG:   considering dependency: ['popt-native', 'do_create_spdx', '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-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_recipe_qa.6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/popt-native/1.19.do_recipe_qa_setscene.6c88b810f896f6e0e79b65f04fdd250743517edd02e6dcbc508b7a8920b04dd9 not available\nNOTE: Running setscene task 6462 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.44.bb:29)\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: 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-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: 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_create_spdx', '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-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_recipe_qa.3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/shared-mime-info-native/2.4.do_recipe_qa_setscene.3d779a2ebd96a2f75e05af9415bb32ba65a2f27052bee2630cdd65e7045f75c0 not available\nNOTE: Running setscene task 6464 of 6657 (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/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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: 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/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: SITE files ['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-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/shared-mime-info/shared-mime-info_2.4.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/python3-dir.bbclass (from /home/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/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_spdx which could be accelerated\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-recipe/qemu.bbclass (from /home/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: 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: ['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: ['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: ['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: ['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: 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: SITE files ['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.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/nopackages.bbclass (from /home/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/gettext/gettext_0.22.5.bb:0)\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: SITE 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-support/libxslt/libxslt_1.1.39.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_create_spdx.0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_create_spdx_setscene.0ad0ff0465e6310a68fc7d36f4ad9a221c0c3af3c3c6df98646b1998367723d8 not available\nNOTE: Running setscene task 6467 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['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_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:   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: 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: 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: ['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_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: ['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: ['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: 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: SITE files ['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/glib-2.0/glib-2.0_2.80.2.bb:0)\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: SITE files ['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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /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-core/libxml/libxml2_2.12.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/gnomebase.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:16)\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_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_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_lic', '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: 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-support/libpcre/libpcre2_10.44.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/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.12.8.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-recipe/siteinfo.bbclass (from /home/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: 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: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: ['binutils-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.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: ['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: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: ['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', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb']\nDEBUG:   considering dependency: ['bc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: ['libnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.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-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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.80.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_sysroot.71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_populate_sysroot_setscene.71f06e6ca3e9c4b99987ee45e621eebb08bd652f38e79fad0ea459c60e52cf30 not available\nNOTE: Running setscene task 6472 of 6657 (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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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-core/libxml/libxml2_2.12.8.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/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: SITE files ['endian-little', 'common-linux', '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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:39)\nDEBUG: 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_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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: ['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_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: ['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.41.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: 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/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/nettle/nettle_3.9.1.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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: ['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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.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: 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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\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_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_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_deploy_source_date_epoch', '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: 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/siteinfo.bbclass (from /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/nopackages.bbclass (from /home/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/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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_unpack as buildable\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/meson-native/1.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: 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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gettext-native/0.22.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_create_spdx.5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_create_spdx_setscene.5bae1e728e4dca7e1554cd71196ffa016334232f6b6ec6f5c144745e8c61b1ed not available\nNOTE: Running setscene task 6476 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libpcre2-native/10.44/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/itstool/itstool_2.0.7.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/glib-2.0-native/2.80.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/gmp/gmp_6.3.0.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.44.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_populate_sysroot which could be accelerated\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.5.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: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_populate_sysroot.040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_populate_sysroot_setscene.040cf63857a494ce09ceacf189c4d9d53cb70b02e2de7716faa47ce1deb179db not available\nNOTE: Running setscene task 6477 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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-setuptools_69.5.1.bb:7)\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/python_setuptools_build_meta.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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: 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: Inheriting /home/pokybuild/yocto-worker/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: ['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.80.2.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.80.2.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.80.2.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/libxml/libxml2_2.12.8.bb:0)\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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/gettext/gettext_0.22.5.bb (full)\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.80.2.bb']\nDEBUG:   considering dependency: ['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.80.2.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.80.2.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.80.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_recipe_qa.5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/glib-2.0-native/2.80.2.do_recipe_qa_setscene.5aac69a8755a323664b031d74444eb8bb192e8dfb07f91267cba87c799fc55d3 not available\nNOTE: Running setscene task 6479 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.5.bb:34)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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.5.bb:34)\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.5.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-core/gettext/gettext_0.22.5.bb:34)\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_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:   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_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_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-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_recipe_qa.3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-native/2.39.3.do_recipe_qa_setscene.3d2440b12c4b997f9aefd3fcbb5fb3e666ef31c71e6250122cab322733ad8fd3 not available\nNOTE: Running setscene task 6481 of 6657 (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: 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: 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: ['meson-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.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.12.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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.42.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: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.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.12.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: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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.52.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: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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: ['gobject-introspection-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.42.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.24.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.24.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.4.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:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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: ['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: ['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: ['libmodulemd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.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: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.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: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: ['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: ['xorgproto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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.38.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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: ['glib-networking', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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.12.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.13.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: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['meson-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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.80.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: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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: ['libepoxy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.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: ['glib-2.0-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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.24.4.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: ['libpciaccess-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.24.4.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: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.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: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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: ['libslirp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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.15.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.5.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_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: ['vte', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['pango-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.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: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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.80.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.41.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: ['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.80.2.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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: ['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: ['wayland-protocols-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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.80.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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: ['iputils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.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-core/glib-2.0/glib-2.0_2.80.2.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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/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-recipe/meson-routines.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/meson.bbclass:7)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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: 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/qemu.bbclass (from /home/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: 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/gi-docgen.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/recipes-core/glib-2.0/glib.inc:31)\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/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/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-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/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/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/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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/python3native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/gtk-doc.bbclass:38)\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.4.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/recipe-upgrade-additional-rename.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:350)\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['meson-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.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.4.0.bb']\nDEBUG:   considering dependency: ['meson-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.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.4.0.bb']\nDEBUG:   considering dependency: ['meson-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb']\nDEBUG:   considering dependency: ['meson-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.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: 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.34.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: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/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.5.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: ['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: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.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: ['gtk-doc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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: ['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: ['libpsl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: ['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: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.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: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.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: ['libidn2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb']\nDEBUG:   considering dependency: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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: ['gobject-introspection-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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: ['gtk+3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: ['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: ['orc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.34.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.5.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: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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: ['gobject-introspection', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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: ['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: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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:   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: ['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: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxml2-native/2.12.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/libxml/libxml2_2.12.8.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-setuptools_69.5.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: Considering setscene task: ['libxml2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_populate_sysroot.eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_populate_sysroot_setscene.eb09d18267fd0de20bb1051dc5a72c283a945ac068d2bf907f963c063d73e3eb not available\nNOTE: Running setscene task 6486 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_sysroot_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.34.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0.bb:do_deploy_source_date_epoch which could be accelerated\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.34.0.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.34.0.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.34.0.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.34.0.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.34.0.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.34.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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_populate_sysroot which could be accelerated\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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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-core/gettext/gettext_0.22.5.bb:0)\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_populate_lic', '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-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_recipe_qa.6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/flex-native/2.6.4.do_recipe_qa_setscene.6974639f77668b8ef46a1a768a7fdf038a564e70b6dc14634ba1b377496a29e6 not available\nNOTE: Running setscene task 6490 of 6657 (virtual:native:/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\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.12.8.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/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.12.8.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: 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: Inheriting /home/pokybuild/yocto-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: ['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-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_recipe_qa.bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gmp-native/6.3.0.do_recipe_qa_setscene.bfc5317dee16e170a7dbec6f285060a6e623af12918b596aa63344de13b66e9a not available\nNOTE: Running setscene task 6492 of 6657 (virtual:native:/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:37)\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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:37)\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_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/itstool/itstool_2.0.7.bb']\nDEBUG:   considering dependency: ['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:   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_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_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-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_recipe_qa.3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/itstool-native/2.0.7.do_recipe_qa_setscene.3e2387bf219eab417fe34c36ea7929302b232f3f4df3fc194f99dceb516af6e4 not available\nNOTE: Running setscene task 6494 of 6657 (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/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/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/python3targetconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:39)\nDEBUG: 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: 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.5.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.5.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-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_populate_sysroot.32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_populate_sysroot_setscene.32cf4422f8f8c85fe5160e4620b7545524f0f7c6efc57fa2bb4e76267621e2de not available\nNOTE: Running setscene task 6495 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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/texinfo.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: Considering setscene task: ['libpcre2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.80.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_populate_sysroot.f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_populate_sysroot_setscene.f510d5df9ec224b0e5a4c9ebb96eb610933d3fe934368049303dfa27ffb614a3 not available\nNOTE: Running setscene task 6496 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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-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/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-recipe/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:34)\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: Inheriting /home/pokybuild/yocto-worker/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/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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:1: including libcap-ng.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/glib-2.0/glib-2.0_2.80.2.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/libcap-ng/libcap-ng_0.8.5.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.5.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-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/relocatable.bbclass (from /home/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-support/libpcre/libpcre2_10.44.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-support/libpcre/libpcre2_10.44.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-3496823/tmp/work/x86_64-linux/python3-setuptools-native/69.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: 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.44.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.44.bb:29)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.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-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: SITE files ['endian-little', 'common-linux', '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-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_populate_sysroot.b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_populate_sysroot_setscene.b5181ac705c5a31c001f0b7eb2dea91d48726cabe54f33dd60bd96da1c1378f9 not available\nNOTE: Running setscene task 6497 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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: SITE files ['endian-little', 'common-linux', '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-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_create_spdx.d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_create_spdx_setscene.d1cd0524817676d7deee0847c1aea5517d687ea470a0575d454d24d2aa6e5b16 not available\nNOTE: Running setscene task 6498 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_create_spdx_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gettext-native/0.22.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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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/pypi.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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-setuptools_69.5.1.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_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.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/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/python3-dir.bbclass (from /home/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.43.0.bb:9)\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.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.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-core/libxml/libxml2_2.12.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-3496823/tmp/work/x86_64-linux/glib-2.0-native/2.80.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-support/gmp/gmp_6.3.0.bb:0)\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.5.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.5.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.5.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.5.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.5.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.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_recipe_qa.9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-native/0.22.5.do_recipe_qa_setscene.9fbd91084971118c0add40c98764a05c54d5e24c3efd4f624977b1193fc4bdcf not available\nNOTE: Running setscene task 6500 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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/flex/flex_2.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-support/itstool/itstool_2.0.7.bb:0)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-support/libcap-ng/libcap-ng_0.8.5.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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.44.bb:0)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-core/gettext/gettext_0.22.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:23: including gettext-sources.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/gettext/gettext_0.22.5.bb:34)\nDEBUG: SITE files ['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-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:34)\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.5.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-core/gettext/gettext_0.22.5.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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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-wheel_0.43.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-3496823/tmp/work/x86_64-linux/libxml2-native/2.12.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-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_fetch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libcap-ng-native/0.8.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-3496823/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-core/libxml/libxml2_2.12.8.bb:do_populate_sysroot 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_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_recipe_qa 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.12.8.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.5.bb:do_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libpcre2-native/10.44/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_recipe_qa which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_sysroot 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.12.8.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.12.8.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_recipe_qa.6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libxml2-native/2.12.8.do_recipe_qa_setscene.6ee48c918c375d9ded52b7ad599e1a2e93d084160a9d3ae7ebef62a51fe79f6b not available\nNOTE: Running setscene task 6502 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_recipe_qa_setscene)\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.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb:do_deploy_source_date_epoch which could be accelerated\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.5.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.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_recipe_qa.107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libcap-ng-native/0.8.5.do_recipe_qa_setscene.107a7de104b89bd86b59ff753a506e8cb7a6050d6fcd83f93894c554ce4bd1ca not available\nNOTE: Running setscene task 6504 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_recipe_qa_setscene)\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.44.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libpcre2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.44.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.44.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_recipe_qa.d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libpcre2-native/10.44.do_recipe_qa_setscene.d6d3582d15d603eb286f9a478cacb60e6d72103dde3c6f0e804d8013a41d96ba not available\nNOTE: Running setscene task 6506 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb (full)\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: 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.12.8.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/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.12.8.bb:37)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.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.44.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-core/libxml/libxml2_2.12.8.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-core/libxml/libxml2_2.12.8.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-core/gettext/gettext_0.22.5.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/libpcre/libpcre2_10.44.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/relocatable.bbclass (from /home/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/binconfig-disabled.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:29)\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.12.8.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-support/libpcre/libpcre2_10.44.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/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-3496823/tmp/work/x86_64-linux/python3-setuptools-native/69.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-3496823/tmp/work/x86_64-linux/python3-wheel-native/0.43.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.5.1.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-wheel_0.43.0.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_create_spdx.7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_create_spdx_setscene.7195dfb7360522e9caf547f84092af200d75be23512601728e75ed3b5afabcdd not available\nNOTE: Running setscene task 6507 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_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: SITE files ['endian-little', 'common-linux', '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-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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.5.1.bb:do_deploy_source_date_epoch which could be accelerated\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.5.1.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.5.1.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.5.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_recipe_qa.9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-setuptools-native/69.5.1.do_recipe_qa_setscene.9da540ace1767b339166d34536db0eac45b6afb03a744879171db9731ff4bd29 not available\nNOTE: Running setscene task 6509 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_recipe_qa_setscene)\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.43.0.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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-pathlib2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.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.43.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_populate_sysroot.ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_populate_sysroot_setscene.ba0cfafb460bd066ad297cddedaa9d0155c96a464ec5eaa76333963627479fe1 not available\nNOTE: Running setscene task 6510 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb (full)\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: Inheriting /home/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.2.1.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.2.1.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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-setuptools_69.5.1.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.5.1.bb:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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/python3targetconfig.bbclass (from /home/pokybuild/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/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.43.0.bb:9)\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gettext-native/0.22.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/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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.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/libcap-ng/libcap-ng_0.8.5.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_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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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.44.bb:0)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/libxml/libxml2_2.12.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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.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-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.39.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-devtools/gcc/libgcc_14.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.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/python/python3-build_1.2.1.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.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-devtools/libtool/libtool-cross_2.5.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_unpack 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_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: Inheriting /home/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.43.0.bb:0)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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.5.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-setuptools_69.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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libcap-ng-native/0.8.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_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libpcre2-native/10.44/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.44.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libxml2-native/2.12.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/libxml/libxml2_2.12.8.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-build-native/1.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-devtools/python/python3-build_1.2.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-wheel-native/0.43.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-3496823/tmp/work/x86_64-linux/python3-setuptools-native/69.5.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-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_spdx.860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_create_spdx_setscene.860e5e1bb312b6623b4b17c26963e770f71de5720327366a59a934001474c841 not available\nNOTE: Running setscene task 6511 of 6657 (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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.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-setuptools_69.5.1.bb:do_recipe_qa which could be accelerated\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.2.1.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_populate_sysroot.9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_populate_sysroot_setscene.9b068129801952e63e8bdc60f6343037a45b708c62b4293247c56c6f799bec02 not available\nNOTE: Running setscene task 6512 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_populate_sysroot_setscene)\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.43.0.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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.43.0.bb:do_deploy_source_date_epoch 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.43.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.43.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.43.0.bb']\nDEBUG:   considering dependency: ['python3-wheel-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb']\nDEBUG:   considering dependency: ['python3-wheel-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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.43.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.43.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_recipe_qa.8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-wheel-native/0.43.0.do_recipe_qa_setscene.8d66a23cfb225839f50150240a0086536675e31695c336e449aecbb153c0112e not available\nNOTE: Running setscene task 6514 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_recipe_qa_setscene)\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: 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: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.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/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-build_1.2.1.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.2.1.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-wheel_0.43.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_flit_core.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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: Inheriting /home/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.43.0.bb:9)\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-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_unpack as buildable\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-core/expat/expat_2.6.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.0.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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: Inheriting /home/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/libpcre/libpcre2_10.44.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.2.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/libpcre/libpcre2_10.44.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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: Inheriting /home/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.43.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_fetch\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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_unpack\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-support/libpcre/libpcre2_10.44.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_unpack 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_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: 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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-build-native/1.2.1/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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-wheel-native/0.43.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-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_spdx.d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_create_spdx_setscene.d4160388c3dc1c8d540b278f9cd5124935847f2dbe604addd95d6962ba07faac not available\nNOTE: Running setscene task 6515 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.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-wheel_0.43.0.bb:do_recipe_qa which could be accelerated\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.2.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.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.2.1.bb:do_deploy_source_date_epoch 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.2.1.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.2.1.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.2.1.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.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_recipe_qa.7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-build-native/1.2.1.do_recipe_qa_setscene.7e4d90f7dc43ffb60b8c853f2b54a98410d3e43e1035203c56128088b8d5ee79 not available\nNOTE: Running setscene task 6517 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_recipe_qa_setscene)\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_24.1.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_24.1.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.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_populate_sysroot.54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_populate_sysroot_setscene.54c8c5e92edcd5dbfc9c80ac9a8758cd5c5475eb6d478a4ae7f08b0f0a985cba not available\nNOTE: Running setscene task 6518 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb (full)\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-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.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_sysroot.72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_populate_sysroot_setscene.72a7c72b6b638415fcfc088112ca65c2e3e6701329ad7a92052de2cd01a0a3a9 not available\nNOTE: Running setscene task 6519 of 6657 (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: Inheriting /home/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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_fetch as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/python3-dir.bbclass (from /home/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-build_1.2.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-build_1.2.1.bb:8)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-build_1.2.1.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-packaging_24.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/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_24.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/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/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/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/python3-dir.bbclass (from /home/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-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_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-wheel_0.43.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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.43.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_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: 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: 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-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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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.5.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.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.80.2.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.80.2.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.80.2.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.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.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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 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-extended/libidn/libidn2_2.3.7.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.2.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/nettle/nettle_3.9.1.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-pyproject-hooks_1.0.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-packaging_24.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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.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/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.4.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 /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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_spdx.5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_create_spdx_setscene.5c29ff3123e9c92bde47488485332c2584670f5e2a8c9e2425690c0f0deb697f not available\nNOTE: Running setscene task 6520 of 6657 (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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-build-native/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-3496823/tmp/work/x86_64-linux/python3-packaging-native/24.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/bash-completion/bash-completion_2.14.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.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-pyproject-hooks_1.0.0.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-packaging_24.1.bb:do_populate_sysroot 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: Inheriting /home/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: 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-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_sysroot.140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_populate_sysroot_setscene.140c5a99166eb275cfa03a1fac7d92e8b67b9f4bc4fd170cbde6d6d9494f0fd4 not available\nNOTE: Running setscene task 6521 of 6657 (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_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_deploy_source_date_epoch which could be accelerated\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_24.1.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_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['python3-packaging-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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_24.1.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_24.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_recipe_qa.f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-packaging-native/24.1.do_recipe_qa_setscene.f66f97cf448de0aa9f79afb2e84247655370635d6ee284b840606a20fd978cb5 not available\nNOTE: Running setscene task 6523 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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: 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_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-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_recipe_qa.be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-pyproject-hooks-native/1.0.0.do_recipe_qa_setscene.be0d33e52a01eb15506ce18b2fdba2df927191d19a839834ed77a008afe5f65d not available\nNOTE: Running setscene task 6525 of 6657 (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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_fetch as buildable\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-packaging_24.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/python3targetconfig.bbclass (from /home/pokybuild/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_24.1.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_24.1.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-pyproject-hooks_1.0.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-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: 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-build_1.2.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_unpack\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: Inheriting /home/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-core/util-linux/util-linux-libuuid_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/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/libffi/libffi_3.4.6.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_unpack\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/libpcre/libpcre2_10.44.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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-initial_2.80.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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-initial_2.80.2.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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: Inheriting /home/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_24.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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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-support/sqlite/sqlite3_3.45.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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-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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.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: 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_20240517-3.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_unpack 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/python/python3_3.12.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_fetch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-support/libpcre/libpcre2_10.44.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_prepare_recipe_sysroot\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_create_spdx.2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_create_spdx_setscene.2b18cba6e1fd0dbc94852b171dccec7200a3847a37a5c0c6f1fc78a353846e5e not available\nNOTE: Running setscene task 6526 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_spdx.128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_create_spdx_setscene.128861195d2c7cfcfde65f78203d20ec8880a1dca64dad33e431f5b326e1d593 not available\nNOTE: Running setscene task 6527 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_spdx_setscene)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_unpack\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb (full)\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/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-recipe/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: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: 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.4.bb:63)\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.4.bb: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-devtools/python/python3_3.12.4.bb: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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\nDEBUG: 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.4.bb:63)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-packaging-native/24.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-extended/libnsl/libnsl2_git.bb:do_unpack\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-3496823/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-packaging_24.1.bb:do_recipe_qa which could be accelerated\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-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-build-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_sysroot.3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_populate_sysroot_setscene.3f596dc6aa1472b27fcb3f7b9e71885813fcb1c71e40e2f816a3966433a589f1 not available\nNOTE: Running setscene task 6528 of 6657 (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-pyproject-hooks_1.0.0.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: 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_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_populate_lic', '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-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_recipe_qa.1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-installer-native/0.7.0.do_recipe_qa_setscene.1f61aadbe86df432aa44d70c1ece5dbf0e4c7240b37be63d9f616522a85e8462 not available\nNOTE: Running setscene task 6530 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-installer_0.7.0.bb:do_recipe_qa_setscene)\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: SITE files ['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-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: 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: Inheriting /home/pokybuild/yocto-worker/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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.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-extended/unzip/unzip_6.0.bb:0)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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-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/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/util-linux/util-linux_2.39.3.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.1.bb:do_fetch\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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-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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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/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: Inheriting /home/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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-support/libgpg-error/libgpg-error_1.49.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_unpack\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.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/python/python3_3.12.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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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/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_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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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_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_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-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_recipe_qa.179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-flit-core-native/3.9.0.do_recipe_qa_setscene.179a65b1c208f436dc4bab016f2f21e2052990fb52d7db55cb76398b4e6a9a9a not available\nNOTE: Running setscene task 6532 of 6657 (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: 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: ['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-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['unzip-native', 'do_create_spdx', '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_75-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_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:   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: ['icu', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_sysroot.a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_populate_sysroot_setscene.a3570f237a9950faeba260c55933099970e37221690c8d315c3058aada624ce7 not available\nNOTE: Running setscene task 6533 of 6657 (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 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: 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: 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/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/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-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-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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-native/3.12.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/opkg-utils/opkg-utils_0.6.3.bb:do_unpack\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_create_spdx.163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_create_spdx_setscene.163ed2d4209ab56bf7bea1b808e364fc41c89a19eeea0fc55738c8154e6348c7 not available\nNOTE: Running setscene task 6534 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_spdx.c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_create_spdx_setscene.c93406efed6fa6d6f9da29421b652715a327f597969937979d12448ed80420e6 not available\nNOTE: Running setscene task 6535 of 6657 (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-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_spdx.b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-archive-native/2023.02.20.do_create_spdx_setscene.b673a94311f4f973405be45f9f881137058e0d35fa38fb7196c27b214136ae56 not available\nNOTE: Running setscene task 6536 of 6657 (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-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_create_spdx.6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_create_spdx_setscene.6b6c120c731d6e461f7c3c63e155d5630b1f033508790c69dfc8ed0ea78991db not available\nNOTE: Running setscene task 6537 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_spdx_setscene)\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.4.bb']\nDEBUG:   considering dependency: ['python3-importlib-metadata', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.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.3.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_populate_sysroot.e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_populate_sysroot_setscene.e7af43c2ef474fd5c1d3869cf28dffaa91124bde4e3e68769db8a5b7a99639f4 not available\nNOTE: Running setscene task 6538 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_spdx.095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_create_spdx_setscene.095484d3f7e4d7eafcc66177536cc61776c9f2d4234ed2cd033c77e7ed3d6034 not available\nNOTE: Running setscene task 6539 of 6657 (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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_create_spdx.67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_create_spdx_setscene.67f8e0606bd6134f5e0432f292b414b5ab3bc69e467e6a626074fd5b6107d1ad not available\nNOTE: Running setscene task 6540 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.2.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.6.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-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/autoconf-archive/autoconf-archive_2023.02.20.bb (full)\nDEBUG: 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_create_spdx.0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_create_spdx_setscene.0e3d848c0437feba2b52a8f4a3177390335016e041100186234b59869427775e not available\nNOTE: Running setscene task 6541 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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-core/expat/expat_2.6.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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_20240517-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-devtools/python/python3_3.12.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/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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_write_config\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/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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:20)\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-devtools/python/python3_3.12.4.bb: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-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.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/libffi/libffi_3.4.6.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-devtools/python/python3_3.12.4.bb:63)\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.4.bb: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: 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-support/sqlite/sqlite3_3.45.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/python/python3_3.12.4.bb:63)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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-recipe/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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/sqlite/sqlite3.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/python/python3-flit-core_3.9.0.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/libffi/libffi_3.4.6.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.4.bb: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-support/libffi/libffi_3.4.6.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-devtools/python/python3_3.12.4.bb: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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/unzip/unzip_6.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/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/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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: 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-core/libxml/libxml2_2.12.8.bb:do_fetch\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_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 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: 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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-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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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: 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: 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-3496823/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-3496823/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/dpkg/dpkg_1.22.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-core/util-linux/util-linux-libuuid_2.39.3.bb:0)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/libedit/libedit_20240517-3.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: 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: 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: 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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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/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-core/expat/expat_2.6.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: SITE 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: 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_create_spdx', '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-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_recipe_qa.6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/unzip-native/6.0.do_recipe_qa_setscene.6ec9bc4af181938803713082bc7c96f72b07baa73577ba8c7781a5c121bf5b38 not available\nNOTE: Running setscene task 6543 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.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-support/libffi/libffi_3.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: 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.45.3.bb:0)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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: 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/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: 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_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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_fetch\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_fetch\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libedit-native/20240517-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-3496823/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: 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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_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_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libffi-native/3.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-3496823/tmp/work/x86_64-linux/expat-native/2.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-3496823/tmp/work/x86_64-linux/sqlite3-native/3.45.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/libffi/libffi_3.4.6.bb:do_create_spdx which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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_3.12.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/sqlite/sqlite3_3.45.3.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-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_create_spdx.b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_create_spdx_setscene.b06e3963cd9911ffc691ca2e23a6fdcd4cf366042b46acc866600656b019f205 not available\nNOTE: Running setscene task 6544 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.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-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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_create_spdx.c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ninja-native/1.12.1.do_create_spdx_setscene.c07dbd5134677e89c03d41dec87cfde9820fd420cef882cce117410838874cbb not available\nNOTE: Running setscene task 6545 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_create_spdx_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_spdx.1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_create_spdx_setscene.1341b08df355b00221991bee1ca4c112ce3310d124f103e2431a7c5c4fb50f38 not available\nNOTE: Running setscene task 6546 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_spdx_setscene)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_fetch\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:1: including cmake.inc\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.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-devtools/cmake/cmake-native_3.29.3.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: 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/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-recipe/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:21)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.80.1.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-native/3.12.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-graphics/xorg-lib/libxcb_1.17.0.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/unzip-native/6.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_3.12.4.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.6.2.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_populate_sysroot.29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_populate_sysroot_setscene.29ecd05e44fbe8b31e759ee923f91baa235837747b74df7a4611cca68a719132 not available\nNOTE: Running setscene task 6547 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_sysroot_setscene)\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: 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-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_sysroot.ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_populate_sysroot_setscene.ba5d68e97bc10aa0ea90c506ea4c426d7bbbbc23fafe9dc4446e34af48fac7b8 not available\nNOTE: Running setscene task 6548 of 6657 (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: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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: ['dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['powertop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.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: ['powertop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.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: ['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: ['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: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: ['python3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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: ['libx11-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.6.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-core/expat/expat_2.6.2.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: 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: 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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:24)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/cmake-native/3.29.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: 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.6.2.bb:24)\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_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_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_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:   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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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/github-releases.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:24)\nDEBUG: Considering setscene task: ['libedit-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-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_18.1.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_populate_sysroot.bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_populate_sysroot_setscene.bea1afec16dc4d0310fbf104a7e5fa11fce36d1790d3145b62116f44d9c022ce not available\nNOTE: Running setscene task 6552 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_sysroot_setscene)\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.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-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_create_spdx.c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_create_spdx_setscene.c0b1bddee602063cfbef11535fba2b27ba4a9c12100764ca392cc89c753196f6 not available\nNOTE: Running setscene task 6553 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_create_spdx.18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_create_spdx_setscene.18dac773bc43525a8b0549b0a0b3c96b08895841ad60546356519622f967de1b not available\nNOTE: Running setscene task 6554 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_spdx_setscene)\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.4.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.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-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-devtools/libedit/libedit_20240517-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_20240517-3.1.bb:11)\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.4.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.4.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.4.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.4.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.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_recipe_qa.fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/python3-native/3.12.4.do_recipe_qa_setscene.fd199bfcbb41bafc687c0056e281d9bbb03fdd831f963066e43ee0b1c0c1ca07 not available\nNOTE: Running setscene task 6556 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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/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-connectivity/openssl/openssl_3.3.1.bb (full)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_spdx.18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_create_spdx_setscene.18708dbc73fc204e125e75aa1a5b07df2a0f30bf2d8be93e36b47957c425f6ec not available\nNOTE: Running setscene task 6557 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_spdx_setscene)\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_create_spdx', '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.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_sysroot.6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_populate_sysroot_setscene.6db61d1642b1782224930968d8da3ec01a1cd30e0fd1b8189aff962c5ddfada9 not available\nNOTE: Running setscene task 6558 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.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/multilib_header.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:1: including ncurses.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.3.1.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-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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_create_spdx.548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_create_spdx_setscene.548c45b86063e9fc3b994affbd2f9cf4cdb6516ae005566bdd235f9762b53da4 not available\nNOTE: Running setscene task 6559 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-connectivity/openssl/openssl_3.3.1.bb:23)\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-devtools/python/python3_3.12.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: 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: 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-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_create_spdx.156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_create_spdx_setscene.156f2bc87afbbbb5f7c33e80058731dd066e53ce1693e608a6cdc804bd5903b8 not available\nNOTE: Running setscene task 6560 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_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/recipes-connectivity/openssl/openssl_3.3.1.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-connectivity/openssl/openssl_3.3.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/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/ncurses/ncurses.inc: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-devtools/python/python3_3.12.4.bb:63)\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-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: Considering setscene task: ['libffi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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.80.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_populate_sysroot.c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_populate_sysroot_setscene.c43b96710497e68a02b3b2fb6e2c7b07b7aa5a51d6e491884173d8e8868c021e not available\nNOTE: Running setscene task 6561 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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-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/pkgconfig.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\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.4.bb:63)\nDEBUG: 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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:63)\nDEBUG: Considering setscene task: ['sqlite3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['pseudo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_populate_sysroot.089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_populate_sysroot_setscene.089ea010d26b1012daac15d95a8412fa3930ee87efe0da33e51a4dd0feb7d424 not available\nNOTE: Running setscene task 6562 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.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/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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb: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-extended/xz/xz_5.4.6.bb:36)\nDEBUG: 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.4.bb: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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb (full)\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/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: 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.6.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-extended/xz/xz_5.4.6.bb:36)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.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: 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.6.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.6.bb:42)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/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.45.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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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/multilib_header.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:22)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:1: including sqlite3.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/libffi/libffi_3.4.6.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/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: 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-3496823/tmp/work/x86_64-linux/ninja-native/1.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_spdx.9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/re2c-native/3.1.do_create_spdx_setscene.9980dc4008d5cb7fe78711400314ea7bc18b420619709d7bac923b719e75693e not available\nNOTE: Running setscene task 6563 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.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-3496823/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/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: 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/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.6.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 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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_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/re2c/re2c_3.1.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-devtools/libedit/libedit_20240517-3.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-recipe/nopackages.bbclass (from /home/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-support/re2c/re2c_3.1.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-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-core/ncurses/ncurses_6.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/relocatable.bbclass (from /home/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/zstd/zstd_1.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-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_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/relocatable.bbclass (from /home/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-connectivity/openssl/openssl_3.3.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: 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-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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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/libffi/libffi_3.4.6.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: SITE 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-extended/xz/xz_5.4.6.bb:0)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/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.45.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-graphics/xorg-proto/xorgproto_2024.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/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.12.8.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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-graphics/xorg-lib/libx11_1.8.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_fetch as buildable\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/expat-native/2.6.2/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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: SITE files ['endian-little', 'common-linux', '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-core/expat/expat_2.6.2.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.29.3.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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.6.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_populate_sysroot.456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_populate_sysroot_setscene.456a57fd1995d4cdf19cc211e4608721842f3de5cf5c50b1039d1f0aa62d0533 not available\nNOTE: Running setscene task 6565 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libedit-native/20240517-3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\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.6.2.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_deploy_source_date_epoch 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.6.2.bb']\nDEBUG:   considering dependency: ['expat-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['expat-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.6.2.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_recipe_qa.0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/expat-native/2.6.2.do_recipe_qa_setscene.0b879bfa5619c993b75e196af1d446bd3c3a0b75f8fa49896d7d9316d2a26ce8 not available\nNOTE: Running setscene task 6567 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_recipe_qa_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_sysroot which could be accelerated\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-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_recipe_qa.5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/util-linux-libuuid-native/2.39.3.do_recipe_qa_setscene.5d8b6aa0a82676c3633dc8217ac3e7d6127c1f68c56d7525fd523baf2a9bcbb9 not available\nNOTE: Running setscene task 6568 of 6657 (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.29.3.bb (full)\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_20240517-3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['libedit-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['libedit-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-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_20240517-3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_recipe_qa.fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libedit-native/20240517-3.1.do_recipe_qa_setscene.fd405ef2ba252b8ab2cf6f5ac08002705dd3e0d1d76e4b3621e8d06597801a53 not available\nNOTE: Running setscene task 6570 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.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.29.3.bb:2)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/zstd-native/1.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/relocatable.bbclass (from /home/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/re2c/re2c_3.1.bb:0)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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: Considering setscene task: ['ninja-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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.12.bb']\nDEBUG:   considering dependency: ['expat-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.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.1.2.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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.42.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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: ['gdk-pixbuf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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: ['at-spi2-core-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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.52.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: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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: ['expat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.80.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.42.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: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.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.4.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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.20.0.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: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.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.283.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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: ['libical-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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: ['libxcvt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['ninja-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.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: ['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: ['libmodulemd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb']\nDEBUG:   considering dependency: ['libsolv', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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: ['libinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.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: ['puzzles', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['mesa-demos', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['gst-examples', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.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: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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: ['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: ['xorgproto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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.38.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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: ['glib-networking', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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.12.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.13.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: ['glslang-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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_9.0.0.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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.80.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: ['libgudev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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: ['libepoxy', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.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: ['glib-2.0-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb']\nDEBUG:   considering dependency: ['libcomps', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb']\nDEBUG:   considering dependency: ['nghttp2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.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: ['gstreamer1.0-plugins-bad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb']\nDEBUG:   considering dependency: ['fmt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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.18.1.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.24.4.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', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb']\nDEBUG:   considering dependency: ['utfcpp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.283.0.bb']\nDEBUG:   considering dependency: ['xorgproto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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: ['gstreamer1.0-plugins-base', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.29.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['ccache', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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: ['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: ['libslirp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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.15.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['wayland-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.5.0.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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: ['ninja-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb']\nDEBUG:   considering dependency: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_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: ['librepo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['vulkan-headers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb']\nDEBUG:   considering dependency: ['dnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb']\nDEBUG:   considering dependency: ['swig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.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: ['libptytty', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.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.52.2.bb']\nDEBUG:   considering dependency: ['rust-llvm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['expat', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.21.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.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: ['python3-dbus', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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.80.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.41.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: ['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.80.2.bb']\nDEBUG:   considering dependency: ['cantarell-fonts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.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: ['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: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.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: ['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: ['wayland-protocols-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb']\nDEBUG:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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.75.0.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.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.80.1.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.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.283.0.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: ['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: ['iputils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb']\nDEBUG:   considering dependency: ['llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['fmt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_populate_sysroot\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_populate_sysroot 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_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/openssl-native/3.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-3496823/tmp/work/x86_64-linux/ncurses-native/6.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/cmake.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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: 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.6.2.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.6.2.bb:24)\nDEBUG: Inheriting /home/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.4.bb:0)\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: 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/ncurses/ncurses_6.5.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-connectivity/openssl/openssl_3.3.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/util-linux/util-linux-libuuid_2.39.3.bb: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-core/expat/expat_2.6.2.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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.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/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_20240517-3.1.bb:11)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-core/util-linux/util-linux-libuuid_2.39.3.bb:6)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libffi-native/3.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/update-alternatives.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:20)\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-support/libffi/libffi_3.4.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xz-native/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-3496823/tmp/work/x86_64-linux/sqlite3-native/3.45.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/sqlite/sqlite3_3.45.3.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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.12.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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.12.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/work/x86_64-linux/cmake-native/3.29.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/re2c/re2c_3.1.bb:do_create_spdx which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_populate_sysroot which could be accelerated\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.29.3.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Considering setscene task: ['cmake-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb']\nDEBUG:   considering dependency: ['cmake-native', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb']\nDEBUG:   considering dependency: ['cmake-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb']\nDEBUG:   considering dependency: ['cmake-native', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb']\nDEBUG:   considering dependency: ['cmake-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb']\nDEBUG:   considering dependency: ['cmake-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.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.29.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_recipe_qa.502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/cmake-native/3.29.3.do_recipe_qa_setscene.502cc1b245d32d816bafe48185fe74b08e0a8412574c634139b085d2eec599f0 not available\nNOTE: Running setscene task 6574 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_recipe_qa_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/python3-native/3.12.4/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['openssl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_populate_sysroot.2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_populate_sysroot_setscene.2395959e9c4f0209424a9f84ce5791aeca7aa609c2c7c5c7c1dd0e4102296bf1 not available\nNOTE: Running setscene task 6575 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_sysroot_setscene)\nDEBUG: Considering setscene task: ['ncurses-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.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.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_populate_sysroot.2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_populate_sysroot_setscene.2d6388942cc3580be09f34f996a653fe2e1672c88dc921f0d34691cd1aeb79d2 not available\nNOTE: Running setscene task 6576 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_sysroot_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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-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: Considering setscene task: ['ninja-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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.12.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.12.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.12.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.12.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.12.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_recipe_qa\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_spdx.d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_create_spdx_setscene.d2b03d43a5d36bcdb040bef5480388f69e6d8f748202dbb729005a6bb0586f07 not available\nNOTE: Running setscene task 6578 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.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/libedit/libedit_20240517-3.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/expat/expat_2.6.2.bb:0)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:1: including cmake.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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:2)\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: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_sysroot.ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_populate_sysroot_setscene.ca9f38e7466cd7c7fa67bd0c44d39eda9a07c29debbf89b74fac5893df142d95 not available\nNOTE: Running setscene task 6579 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.1.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/nopackages.bbclass (from /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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: 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: 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.3.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: 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: 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_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['libnsl2-native', 'do_populate_lic', '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-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_recipe_qa.3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libnsl2-native/2.0.1.do_recipe_qa_setscene.3745855fc31e10166e6c19cceeafcfddcd65baaeb46c12ab84e2e7c1e9679f9f not available\nNOTE: Running setscene task 6581 of 6657 (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/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-connectivity/openssl/openssl_3.3.1.bb:23)\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/multilib_header.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: 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/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/perlnative.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-devtools/perl/perl_5.38.2.bb:33)\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.3.1.bb:23)\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: ['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: ['python3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_sysroot.d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_populate_sysroot_setscene.d37ffe4c9c97d535b085c4441d91d622fa0a5ec0529a9050d73bf79e98b0169a not available\nNOTE: Running setscene task 6582 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.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/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/ncurses/ncurses.inc:263)\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-extended/bzip2/bzip2_1.0.8.bb:41)\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/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: ['zstd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb']\nDEBUG:   considering dependency: ['tar', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['expat', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb']\nDEBUG:   considering dependency: ['python3-pluggy', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb']\nDEBUG:   considering dependency: ['pulseaudio-client-conf-sato', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb']\nDEBUG:   considering dependency: ['libpsl', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['base-passwd', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb']\nDEBUG:   considering dependency: ['tzdata', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb']\nDEBUG:   considering dependency: ['make', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['python3-unittest-automake-output', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb']\nDEBUG:   considering dependency: ['speex', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb']\nDEBUG:   considering dependency: ['consolekit', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['automake', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['libgcrypt', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['libtheora', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb']\nDEBUG:   considering dependency: ['at-spi2-core', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb']\nDEBUG:   considering dependency: ['e2fsprogs', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['lzlib', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb']\nDEBUG:   considering dependency: ['init-system-helpers', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb']\nDEBUG:   considering dependency: ['python3-markupsafe', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb']\nDEBUG:   considering dependency: ['libfm', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb']\nDEBUG:   considering dependency: ['ccache', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['ttyrun', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb']\nDEBUG:   considering dependency: ['libxfixes', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb']\nDEBUG:   considering dependency: ['netbase', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['python3-packaging', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb']\nDEBUG:   considering dependency: ['slang', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['bash-completion', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['python3-more-itertools', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb']\nDEBUG:   considering dependency: ['xtrans', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb']\nDEBUG:   considering dependency: ['xhost', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['libxxf86vm', 'do_package_write_ipk', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_populate_sysroot.1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_populate_sysroot_setscene.1a41ee7f6af530ecbe11511d0458c1939ca3ce5240ce83f4e8e970262b3eee86 not available\nNOTE: Running setscene task 6583 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_sysroot_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: 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/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/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: 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: 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/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/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/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: 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.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.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: 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: Considering setscene task: ['libffi-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.bb']\nDEBUG:   considering dependency: ['libffi-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.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.6.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.6.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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_recipe_qa.3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libffi-native/3.4.6.do_recipe_qa_setscene.3d2db6f1bd168b0f7ac562194725bf2f63cbe1fcf57779b50ddd9baddd0f1da7 not available\nNOTE: Running setscene task 6585 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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: ['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.12.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_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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Considering setscene task: ['xz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.80.2.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb']\nDEBUG:   considering dependency: ['xf86-video-vesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['libxau-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb']\nDEBUG:   considering dependency: ['encodings', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['xset', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb']\nDEBUG:   considering dependency: ['netbase', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['desktop-file-utils-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb']\nDEBUG:   considering dependency: ['fribidi-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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: ['libxkbcommon', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb']\nDEBUG:   considering dependency: ['wireless-regdb', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb']\nDEBUG:   considering dependency: ['xinit', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.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: ['kernel-devsrc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['libxdmcp-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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.75.0.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.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.8.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.80.1.bb']\nDEBUG:   considering dependency: ['netbase', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_deploy_source_date_epoch', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.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: ['mkfontscale', 'do_populate_lic', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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: ['curl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_populate_sysroot.29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_populate_sysroot_setscene.29916ab0dbb0b2396ff0a07dd02280ad053b85c76de25c4d260b2f3f982979fb not available\nNOTE: Running setscene task 6588 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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-support/libffi/libffi_3.4.6.bb:22)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Inheriting /home/pokybuild/yocto-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-3496823/tmp/work/x86_64-linux/libedit-native/20240517-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/texinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.bb:22)\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: 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.6.bb:22)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_recipe_qa which could be accelerated\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_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_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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/expat-native/2.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-3496823/tmp/work/x86_64-linux/cmake-native/3.29.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/expat/expat_2.6.2.bb:do_recipe_qa which could be accelerated\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.45.3.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_recipe_qa which could be accelerated\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb (full)\nDEBUG: Considering setscene task: ['sqlite3-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['sqlite3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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.45.3.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_recipe_qa.9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/sqlite3-native/3.45.3.do_recipe_qa_setscene.9d31a4c2091f668344c5492e5c8c153c5dccc9bb3adeeef5d9362dd95fcd4c57 not available\nNOTE: Running setscene task 6591 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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-extended/xz/xz_5.4.6.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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-extended/xz/xz_5.4.6.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/xz/xz_5.4.6.bb:42)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/siteinfo.bbclass (from /home/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/ncurses/ncurses_6.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/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/nopackages.bbclass (from /home/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-connectivity/openssl/openssl_3.3.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/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-extended/libnsl/libnsl2_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-core/expat/expat_2.6.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-recipe/nopackages.bbclass (from /home/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/relocatable.bbclass (from /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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-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: SITE files ['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.6.bb:0)\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/re2c/re2c_3.1.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.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/ninja/ninja_1.12.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.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-devtools/cmake/cmake-native_3.29.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_unpack 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_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: 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.6.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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/libedit/libedit_20240517-3.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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.4.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.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_20240517-3.1.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/ncurses-native/6.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-graphics/xorg-lib/libx11_1.8.9.bb:do_fetch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_sysroot which could be accelerated\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.5.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/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-3496823/tmp/work/x86_64-linux/openssl-native/3.3.1/source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Considering setscene task: ['ncurses-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['ncurses-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_recipe_qa.0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/ncurses-native/6.5.do_recipe_qa_setscene.0a0cbe7dcd56e07173afcf6c328eca309f3ea5c2f7bfd61fa3fc6cbd21245658 not available\nNOTE: Running setscene task 6593 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.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-support/sqlite/sqlite3_3.45.3.bb:0)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/perl_5.38.2.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.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: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_sysroot which could be accelerated\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: 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.3.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-extended/bzip2/bzip2_1.0.8.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_populate_sysroot which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/zstd-native/1.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/zstd/zstd_1.5.6.bb:do_populate_sysroot 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.3.1.bb']\nDEBUG:   considering dependency: ['openssl-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl-native', 'do_populate_lic', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl-native', 'do_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb']\nDEBUG:   considering dependency: ['openssl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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.3.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_recipe_qa.e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/openssl-native/3.3.1.do_recipe_qa_setscene.e839f7856dcb995402912c486bdc02edfff08ea6c0d6b87d04a4b59276eb6c73 not available\nNOTE: Running setscene task 6595 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_recipe_qa_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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-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: SITE files ['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/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_create_spdx.50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_create_spdx_setscene.50c42f8a04ac2c921bfab5ca6062a546a5000b9a5afd58d2f5bfd430d11711bc not available\nNOTE: Running setscene task 6596 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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/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:263)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_spdx.a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_create_spdx_setscene.a64c73dcdd5c5b1a62560e2fd4da4a2092e44e7d30bb5f4591b7dd2523bc1ed7 not available\nNOTE: Running setscene task 6597 of 6657 (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-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_spdx.59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perlcross-native/1.5.2.do_create_spdx_setscene.59fb47bc33ec460b19dbfa8e4176eb94abf03d7c6efc5eeca50f89f554de0125 not available\nNOTE: Running setscene task 6598 of 6657 (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_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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: ['libxml-parser-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_sysroot.09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_populate_sysroot_setscene.09d24c7db266fc3176511b061abbe2d7e144d2923d3d86166bb76527950625eb not available\nNOTE: Running setscene task 6599 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libffi-native/3.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-connectivity/openssl/openssl_3.3.1.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_recipe_qa which could be accelerated\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/lib_package.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.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/multilib_header.bbclass:7)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.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.1.bb:26)\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_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['bzip2-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['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-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_recipe_qa.5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/bzip2-native/1.0.8.do_recipe_qa_setscene.5c078ecca8d4df3db74b2386e96264ee483d9625a4e61609ede73d530540e754 not available\nNOTE: Running setscene task 6601 of 6657 (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-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: 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.3.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-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 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/siteinfo.bbclass (from /home/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.3.1.bb:23)\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: 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: CONF /home/pokybuild/yocto-worker/a-full/build/meta/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.3.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-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/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-3496823/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-3496823/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/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/manpages.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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/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/qemu.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/manpages.bbclass:13)\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_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_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_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_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-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_recipe_qa.c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtirpc-native/1.3.4.do_recipe_qa_setscene.c37dfe5b21db59f44bd2557efee0ba2b1a62b996785978a810a7fbd84ae83fc1 not available\nNOTE: Running setscene task 6603 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb (full)\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.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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.6.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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/autotools.bbclass:31)\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.6.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.6.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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_recipe_qa.48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zstd-native/1.5.6.do_recipe_qa_setscene.48e5ccd844506aa60b52dcb010b094726c61bfbe5f08b3e3404001cd90534959 not available\nNOTE: Running setscene task 6605 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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/bzip2/bzip2_1.0.8.bb:41)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/sqlite3-native/3.45.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-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_spdx.3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_create_spdx_setscene.3389be383149bb75ea9b3973f647d932e2f690949667c8aeaad68a248355afbc not available\nNOTE: Running setscene task 6606 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb (full)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xz-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/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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb (full)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_sysroot which could be accelerated\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/siteinfo.bbclass (from /home/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/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: SITE files ['endian-little', 'common-linux', '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.6.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.6.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.6.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.6.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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_recipe_qa.70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/xz-native/5.4.6.do_recipe_qa_setscene.70112ecc66a2f0ef09ccdb8b66828cdb9124ebf173d79d3bc2cda425b69de89c not available\nNOTE: Running setscene task 6608 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_recipe_qa_setscene)\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.45.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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-core/ncurses/ncurses_6.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/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/nopackages.bbclass (from /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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.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-extended/xz/xz_5.4.6.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-core/zlib/zlib_1.3.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-recipe/nopackages.bbclass (from /home/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-recipe/gettext.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-extended/xz/xz_5.4.6.bb:36)\nDEBUG: Inheriting /home/pokybuild/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.6.bb:42)\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.45.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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-connectivity/openssl/openssl_3.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/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-support/sqlite/sqlite3_3.45.3.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: SITE files ['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/libffi/libffi_3.4.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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-extended/libtirpc/libtirpc_1.3.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-extended/zstd/zstd_1.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/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-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/nopackages.bbclass (from /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-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: 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.6.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-extended/libnsl/libnsl2_git.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_fetch\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/acl_2.3.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-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: 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/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: Inheriting /home/pokybuild/yocto-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/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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 /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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/ncurses-native/6.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/perl-cross/perlcross_1.5.2.bb:do_create_spdx which could be accelerated\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_fetch as buildable\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/zlib-native/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/make/make_4.4.1.bb:do_create_spdx which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/openssl-native/3.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-3496823/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-3496823/tmp/work/x86_64-linux/zstd-native/1.5.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-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_spdx.f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/pkgconfig-native/0.29.2+git.do_create_spdx_setscene.f4f2873e7193f64945644655147ecf084d23d4f3456dab8e7cbd87e28adc122d not available\nNOTE: Running setscene task 6609 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/perl/perl_5.38.2.bb:do_populate_sysroot which could be accelerated\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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_recipe_qa which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:0)\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.1.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.6.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_populate_sysroot.91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_populate_sysroot_setscene.91d7446fcc1b970db4e0c8053802587ae33e04e662c2c8fe28de0dc2d66948cb not available\nNOTE: Running setscene task 6610 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_sysroot_setscene)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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: ['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: ['make-native', 'do_create_spdx', '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: ['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-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-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_sysroot.18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_populate_sysroot_setscene.18a2a68919414a1ea5615de8f954a9461c5f216b8ab7bbddcb9552bd0cb75c4b not available\nNOTE: Running setscene task 6611 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_sysroot_setscene)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb (full)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-devtools/pkgconfig/pkgconfig_git.bb:22)\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-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: ['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', '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_create_spdx', '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/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/gdbm/gdbm_1.23.bb:do_create_spdx which could be accelerated\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: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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/make/make_4.4.1.bb (full)\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_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_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_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_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_create_spdx', '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: 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: 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: 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: 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_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-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_recipe_qa.1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/perl-native/5.38.2.do_recipe_qa_setscene.1b82da0c219d059b189ca35fab5c03ac561908625b45258a441e553757aade08 not available\nNOTE: Running setscene task 6616 of 6657 (virtual:native:/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/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: ['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: ['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: ['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: ['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-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_sysroot.4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_populate_sysroot_setscene.4badb4a18f37e404bc16fddd4bd715d1dbfd07839aca9352d696e33eee40a1f6 not available\nNOTE: Running setscene task 6617 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_populate_sysroot_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_fetch as buildable\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/perl_5.38.2.bb (full)\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/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/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: 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: 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-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/zstd/zstd_1.5.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/xz-native/5.4.6/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/zstd/zstd_1.5.6.bb:do_unpack\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-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/xz/xz_5.4.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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: 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.1.bb:0)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_prepare_recipe_sysroot\nDEBUG: Inheriting /home/pokybuild/yocto-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/ncurses/ncurses_6.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.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/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-core/ncurses/ncurses_6.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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-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: 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/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-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.3.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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-connectivity/openssl/openssl_3.3.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_unpack\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: 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: 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: 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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:0)\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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-connectivity/openssl/openssl_3.3.1.bb:do_unpack\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: 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-support/gnutls/gnutls_3.8.5.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/zlib-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-devtools/pkgconfig/pkgconfig_git.bb:do_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_create_spdx.2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_create_spdx_setscene.2e9fc4a340784f19b8cdf13a7e5a40795582ce0bc192b5b20d3e400a2c0adee4 not available\nNOTE: Running setscene task 6618 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_create_spdx_setscene)\nDEBUG: Found task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_sysroot which could be accelerated\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.1.bb']\nDEBUG: Skipping setscene for task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: ['zlib-native', 'do_recipe_qa', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1.bb']\nDEBUG:   considering dependency: ['zlib-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1.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.1.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_recipe_qa.2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/zlib-native/1.3.1.do_recipe_qa_setscene.2f3f9d54562f55b6c270aa2b1609063f741d4d88c202c7eb62c326efc2da1a23 not available\nNOTE: Running setscene task 6620 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_recipe_qa_setscene)\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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:1: including libtool-2.5.0.inc\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_deploy_source_date_epoch', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb']\nDEBUG:   considering dependency: ['make-native', 'do_create_spdx', '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-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_recipe_qa.3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/make-native/4.4.1.do_recipe_qa_setscene.3d73cd72e63b570c9f7ad0df0f2651b9a8d79c6185c8baf89ad581e063a1d223 not available\nNOTE: Running setscene task 6622 of 6657 (virtual:native:/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-devtools/libtool/libtool-2.5.0.inc: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: Considering setscene task: ['pkgconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_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: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['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: ['xf86-video-vesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.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: ['linux-yocto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['rgb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.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: ['pixman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['kernel-devsrc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['curl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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: ['libical-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['gobject-introspection', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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.1.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: ['debugedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.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: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.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: ['libxv', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.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: ['vte', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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: ['mesa-demos', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['xset', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.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: ['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: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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: ['xf86-video-fbdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.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: ['libarchive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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: ['libglu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.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: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: ['vulkan-loader', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.24.4.bb']\nDEBUG:   considering dependency: ['iproute2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.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: ['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: ['iproute2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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: ['xf86-video-cirrus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.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: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['xkeyboard-config', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: ['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: ['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: ['fribidi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb']\nDEBUG:   considering dependency: ['xmodmap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.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: ['libtasn1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['alsa-plugins', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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: ['wayland-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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: ['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-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: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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: ['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: ['psplash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.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: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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: ['cairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['wayland', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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.2.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: ['libfakekey', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb']\nDEBUG:   considering dependency: ['rpm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.80.2.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.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: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb']\nDEBUG:   considering dependency: ['xhost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['taglib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.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.80.1.bb']\nDEBUG:   considering dependency: ['python3-pycairo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.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: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['libical', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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: ['cargo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.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.12.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: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.43.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.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: ['libxfixes', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.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: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: ['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: ['createrepo-c-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb']\nDEBUG:   considering dependency: ['powertop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb']\nDEBUG:   considering dependency: ['libdnf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.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: ['debugedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.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: ['libepoxy', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb']\nDEBUG:   considering dependency: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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.80.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.42.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.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: ['libpcap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.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: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.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: ['gst-examples', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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: ['libssh2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.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: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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: ['alsa-lib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: ['settings-daemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.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: ['grep', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.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: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.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-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['pciutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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: ['gst-examples', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.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: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['iw', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['python3-pygobject', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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: ['gdk-pixbuf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb']\nDEBUG:   considering dependency: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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: ['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: ['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: ['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: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.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.80.2.bb']\nDEBUG:   considering dependency: ['make', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.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: ['pseudo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_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: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: ['libpciaccess-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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.24.4.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: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.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: ['libtraceevent', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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.15.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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: ['xrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb']\nDEBUG:   considering dependency: ['xf86-video-vmware', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.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.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: ['wayland-protocols', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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: ['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: ['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: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.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:   considering dependency: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['ncurses-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['taglib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.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.5.bb']\nDEBUG:   considering dependency: ['pango', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.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: ['fribidi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['procps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.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: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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.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: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.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.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:   considering dependency: ['wayland', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.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: ['lttng-modules', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.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.36.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:   considering dependency: ['librepo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb']\nDEBUG:   considering dependency: ['mc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['ethtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['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: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.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: ['iputils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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.49.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: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: ['blktool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.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: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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: ['gtk-doc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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: ['libmodulemd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.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.42.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: ['libxrandr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb']\nDEBUG:   considering dependency: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.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.12.bb']\nDEBUG:   considering dependency: ['pkgconfig-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.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: ['libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb']\nDEBUG:   considering dependency: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['orc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb']\nDEBUG:   considering dependency: ['mkfontscale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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: ['libsndfile1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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: ['gstreamer1.0-plugins-good', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.24.4.bb']\nDEBUG:   considering dependency: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['iw', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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: ['matchbox-theme-sato', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.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: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['gstreamer1.0-plugins-good', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb']\nDEBUG:   considering dependency: ['python3-dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb']\nDEBUG:   considering dependency: ['libgudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb']\nDEBUG:   considering dependency: ['shadow-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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.1.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: ['binutils-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.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: ['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: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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: ['make-mod-scripts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.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: ['libnsl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.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: ['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: ['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: ['xf86-input-libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.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: ['matchbox-terminal', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.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: ['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: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.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: ['glib-networking', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['groff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.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: ['qemu-system-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb']\nDEBUG:   considering dependency: ['xinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.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: ['mesa-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: ['consolekit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.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.52.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: ['cairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb']\nDEBUG:   considering dependency: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.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.9.bb']\nDEBUG:   considering dependency: ['gstreamer1.0', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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.17.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.24.4.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: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['libslirp-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.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: ['sqlite3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['libsdl2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.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: ['glib-networking', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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: ['libmodulemd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.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.7.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: ['pulseaudio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['librepo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.1.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: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.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: ['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: ['xprop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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.1.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: ['cargo-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.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: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['mkfontscale-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.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.80.2.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: ['cantarell-fonts', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb']\nDEBUG:   considering dependency: ['mesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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.17.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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: ['python3-pygobject', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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.1.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.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: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['harfbuzz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb']\nDEBUG:   considering dependency: ['libpciaccess', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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: ['llvm-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.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: ['rpcbind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['gtk4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb']\nDEBUG:   considering dependency: ['cargo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb']\nDEBUG:   considering dependency: ['gnupg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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: ['libdnf-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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.8.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.52.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.52.0.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: ['xinit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.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: ['libmnl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['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: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_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: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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: ['pkgconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['orc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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: ['libnss-mdns', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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.57.1.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: ['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: ['l3afpad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.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: ['gnutls-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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: ['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: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb']\nDEBUG:   considering dependency: ['libbsd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['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: ['libjpeg-turbo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.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.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:   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: ['libdaemon', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb']\nDEBUG:   considering dependency: ['xserver-xorg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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: ['pkgconfig-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.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.38.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['xserver-xorg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb']\nDEBUG:   considering dependency: ['pango', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.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: ['graphene', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb']\nDEBUG:   considering dependency: ['glib-2.0-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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: ['libxcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.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: ['python3-pycairo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb']\nDEBUG:   considering dependency: ['puzzles', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.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: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb']\nDEBUG:   considering dependency: ['vulkan-loader', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb']\nDEBUG:   considering dependency: ['gtk+3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['libical', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: ['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: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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: ['libxml-parser-perl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.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: ['iputils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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: ['wayland-protocols', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.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: ['harfbuzz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb']\nDEBUG:   considering dependency: ['libtraceevent', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb']\nDEBUG:   considering dependency: ['lttng-modules', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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: ['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: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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: ['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: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.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: ['man-db', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.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.2.1.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: ['libxtst', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.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.52.2.bb']\nDEBUG:   considering dependency: ['librepo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.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: ['libpsl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb']\nDEBUG:   considering dependency: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['mesa', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: ['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: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['adwaita-icon-theme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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: ['shaderc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb']\nDEBUG:   considering dependency: ['rpm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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: ['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: ['encodings', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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: ['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: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['qemu-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb']\nDEBUG:   considering dependency: ['libxkbcommon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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: ['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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot\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: 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.5.0.inc:27)\nDEBUG: Parsing virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.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.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-devtools/libtool/libtool-native_2.5.0.bb:5)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/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 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/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: 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-3496823/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-3496823/tmp/work/x86_64-linux/gdbm-native/1.23/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/gdbm/gdbm_1.23.bb:do_populate_sysroot 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_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-3496823/tmp/work/x86_64-linux/libtool-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-devtools/libtool/libtool-native_2.5.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-core/zlib/zlib_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/nopackages.bbclass (from /home/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: Inheriting /home/pokybuild/yocto-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: ['libtool-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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: ['bzip2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['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-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_populate_sysroot.e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_populate_sysroot_setscene.e5710c21fc384b91a4a7cd89a3369475ebf92cb94c4be7ccefef964be49e9463 not available\nNOTE: Running setscene task 6624 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_populate_sysroot_setscene)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/zlib-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-core/zlib/zlib_1.3.1.bb:do_recipe_qa which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_spdx.0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/automake-native/1.16.5.do_create_spdx_setscene.0a773b07231eb0017c95e8a70167ec319badd471a48f5b5fc43dd4a9b92ce9cf not available\nNOTE: Running setscene task 6625 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_spdx_setscene)\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: 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_populate_lic', '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_recipe_qa', '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:   considering dependency: ['pkgconfig-native', 'do_create_spdx', '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_recipe_qa\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: 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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb (full)\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_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_lic', '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_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-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_recipe_qa.6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gdbm-native/1.23.do_recipe_qa_setscene.6cca0acfdb5d47243852f124ba0ffb594baf3f8a6cdc4f0bc6e01588688464ac not available\nNOTE: Running setscene task 6629 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_recipe_qa_setscene)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:1: including libtool-2.5.0.inc\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/autotools.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-2.5.0.inc:27)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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: 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: 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: 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.5.0.inc: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-devtools/libtool/libtool-native_2.5.0.bb:5)\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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/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: 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: SITE files ['endian-little', 'common-linux', '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/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: 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/pkgconfig/pkgconfig_git.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1.bb:do_unpack\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_prepare_recipe_sysroot\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: 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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libtool-native/2.5.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/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/make/make_4.4.1.bb:do_unpack\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.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/automake/automake_1.16.5.bb:0)\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.5.0.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.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: ['libtool-native', 'do_recipe_qa', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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.5.0.bb']\nDEBUG:   considering dependency: ['libtool-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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.5.0.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_recipe_qa.924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/libtool-native/2.5.0.do_recipe_qa_setscene.924afa06f5ffaacbc6fabd61c47a4d529709220136240ebec9e44166f1df147a not available\nNOTE: Running setscene task 6631 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_recipe_qa_setscene)\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: SITE 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.5.0.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:1: including libtool-2.5.0.inc\nDEBUG: 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.5.0.inc: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-support/gdbm/gdbm_1.23.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/nopackages.bbclass (from /home/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-devtools/libtool/libtool-2.5.0.inc: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/libtool/libtool-native_2.5.0.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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb:do_fetch\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: 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/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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_write_config\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/bash/bash_5.2.21.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_unpack 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_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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-graphics/wayland/wayland_1.23.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.0.bb:do_fetch\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-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_spdx.42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/autoconf-native/2.72e.do_create_spdx_setscene.42b0fe36be850b5616cc9a648f949afcbd7a10bf66615f15c7bcac0bf92a1b6b not available\nNOTE: Running setscene task 6632 of 6657 (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_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.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: ['bzip2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.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: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['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: ['xf86-video-vesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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: ['m4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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: ['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: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['rgb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['cpio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.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: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['at', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.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_14.1.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['curl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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.1.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: ['debugedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.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: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.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: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['bash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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: ['gdbm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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.5.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['xset', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.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: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.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: ['xf86-video-fbdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.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: ['libarchive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['which', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.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: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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: ['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: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['cronie', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: ['xz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.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: ['xmodmap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.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: ['libexif', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.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: ['alsa-plugins', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: ['expect', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.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: ['libffi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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: ['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: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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: ['flac', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.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: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['psplash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.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: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.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: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.5.bb']\nDEBUG:   considering dependency: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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.2.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_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: ['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: ['libtool-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb']\nDEBUG:   considering dependency: ['xhost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.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: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.43.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.5.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: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.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: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.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: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: ['powertop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.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: ['debugedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.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:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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: ['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: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.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: ['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: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.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: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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: ['libssh2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.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: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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: ['alsa-lib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: ['settings-daemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.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: ['grep', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.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: ['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: ['libogg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb']\nDEBUG:   considering dependency: ['dbus-wait', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.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-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.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: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.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:   considering dependency: ['strace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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: ['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: ['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: ['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: ['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: ['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: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['make', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.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: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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.14.bb']\nDEBUG:   considering dependency: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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: ['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: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.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: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.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: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.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: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.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: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.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: ['xf86-video-vmware', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.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.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: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.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: ['kexec-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.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: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.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:   considering dependency: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['ncurses-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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.5.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.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: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.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: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['procps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.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: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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.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: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.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: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['mc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: ['ethtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.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: ['findutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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.49.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: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.03.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: ['blktool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.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: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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: ['gtk-doc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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: ['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: ['libmpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.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: ['readline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.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: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.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: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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: ['mkfontscale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.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: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.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: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.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: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.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: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['shadow-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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.1.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: ['gmp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.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: ['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: ['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: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['quilt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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: ['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: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.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: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.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: ['xf86-input-libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.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: ['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: ['matchbox-terminal', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.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: ['cross-localedef-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.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: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['groff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.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: ['xinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.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: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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: ['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: ['consolekit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['gawk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.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: ['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: ['libcheck', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['automake', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.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: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['gzip', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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: ['xcb-proto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.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: ['psmisc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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: ['sqlite3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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: ['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: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.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.7.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: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.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: ['libcheck', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['xprop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.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: ['valgrind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.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.5.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: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.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.3.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: ['m4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.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.17.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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: ['util-macros-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.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: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['less', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.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: ['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: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.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: ['sudo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.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: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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.8.bb']\nDEBUG:   considering dependency: ['time', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.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: ['xinit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.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: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['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: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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: ['libedit-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['tar', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_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: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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: ['pkgconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.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: ['libnss-mdns', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['patch', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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.57.1.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: ['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: ['l3afpad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.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: ['bzip2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.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.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: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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: ['libbsd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['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: ['python3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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:   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: ['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', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.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: ['cracklib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.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: ['liburcu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.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: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['libtool-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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: ['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.17.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: ['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: ['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: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['git-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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: ['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: ['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: ['libxcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.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: ['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: ['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: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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.2.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: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: ['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: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['xmodmap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.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: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.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: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.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: ['gmp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.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:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.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: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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: ['libyaml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.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: ['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: ['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: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['sed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['man-db', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.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: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.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: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.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: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.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: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.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: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.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: ['connman-gnome', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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: ['automake', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.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: ['encodings', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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: ['gzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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: ['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 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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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/gdbm/gdbm_1.23.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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/libtool-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-devtools/libtool/libtool-native_2.5.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-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/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: ['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: ['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_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_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_deploy_source_date_epoch', '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_populate_lic', '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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/autoconf-native/2.72e/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_create_spdx which could be accelerated\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_spdx.d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_create_spdx_setscene.d594744ca8d0df28e851fb943f742a95d4fa714fa34eba52e653abb55d63786f not available\nNOTE: Running setscene task 6636 of 6657 (/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_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.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: ['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: ['bzip2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb']\nDEBUG:   considering dependency: ['alsa-utils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['alsa-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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: ['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: ['xf86-video-vesa', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['glibc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb']\nDEBUG:   considering dependency: ['libtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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: ['m4', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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: ['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: ['libtasn1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb']\nDEBUG:   considering dependency: ['rgb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb']\nDEBUG:   considering dependency: ['lttng-ust', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['acl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['tcl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['cpio', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.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: ['alsa-lib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb']\nDEBUG:   considering dependency: ['libksba', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['mkfontscale', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb']\nDEBUG:   considering dependency: ['sysklogd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb']\nDEBUG:   considering dependency: ['gettext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['dosfstools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb']\nDEBUG:   considering dependency: ['at', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.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_14.1.bb']\nDEBUG:   considering dependency: ['babeltrace2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['babeltrace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['matchbox-config-gtk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb']\nDEBUG:   considering dependency: ['curl-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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: ['libwebp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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: ['kmod', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: ['libffi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['libmicrohttpd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb']\nDEBUG:   considering dependency: ['cronie', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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.1.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: ['debugedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.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: ['gdb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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: ['attr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['shadow', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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: ['libxfixes', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.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: ['tiff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb']\nDEBUG:   considering dependency: ['ell', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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: ['libxres', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb']\nDEBUG:   considering dependency: ['gettext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb']\nDEBUG:   considering dependency: ['bash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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: ['gdbm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['libffi', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.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.5.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb']\nDEBUG:   considering dependency: ['ofono', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['xset', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.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: ['dbus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.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: ['xf86-video-fbdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.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: ['libarchive-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['which', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.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: ['startup-notification', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb']\nDEBUG:   considering dependency: ['libedit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['mtdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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: ['libunistring', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['libx11', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['sato-icon-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb']\nDEBUG:   considering dependency: ['libpng', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: ['attr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb']\nDEBUG:   considering dependency: ['npth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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: ['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: ['alsa-plugins', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['xauth', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb']\nDEBUG:   considering dependency: ['diffutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb']\nDEBUG:   considering dependency: ['xf86-video-cirrus', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb']\nDEBUG:   considering dependency: ['ltp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['findutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb']\nDEBUG:   considering dependency: ['cronie', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb']\nDEBUG:   considering dependency: ['libpng', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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: ['xz-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.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: ['xmodmap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.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: ['libexif', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.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: ['alsa-plugins', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb']\nDEBUG:   considering dependency: ['glibc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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: ['expect', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.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: ['libffi-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb']\nDEBUG:   considering dependency: ['x11perf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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: ['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: ['mpg123', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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: ['flac', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.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: ['sato-screenshot', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['psplash', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.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: ['xrestop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.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: ['lttng-ust', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb']\nDEBUG:   considering dependency: ['debianutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb']\nDEBUG:   considering dependency: ['elfutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.5.bb']\nDEBUG:   considering dependency: ['glibc', 'do_stash_locale', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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.2.bb']\nDEBUG:   considering dependency: ['mc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb']\nDEBUG:   considering dependency: ['psmisc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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: ['strace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.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: ['speexdsp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb']\nDEBUG:   considering dependency: ['libnsl2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_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: ['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: ['libtool-cross', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb']\nDEBUG:   considering dependency: ['xhost', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb']\nDEBUG:   considering dependency: ['tcl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb']\nDEBUG:   considering dependency: ['libunistring-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb']\nDEBUG:   considering dependency: ['diffstat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb']\nDEBUG:   considering dependency: ['ltp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb']\nDEBUG:   considering dependency: ['rxvt-unicode', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.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: ['bash-completion', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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.2.bb']\nDEBUG:   considering dependency: ['bison', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb']\nDEBUG:   considering dependency: ['libfontenc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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: ['rxvt-unicode', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb']\nDEBUG:   considering dependency: ['acl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb']\nDEBUG:   considering dependency: ['libevdev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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: ['libxmu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['libassuan', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.43.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.5.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: ['libpsl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.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: ['less', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.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: ['libxml2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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: ['powertop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.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: ['debugedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.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:   considering dependency: ['coreutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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: ['icu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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: ['xinput', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb']\nDEBUG:   considering dependency: ['libgpg-error', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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: ['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: ['kmod-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb']\nDEBUG:   considering dependency: ['pinentry', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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: ['quota', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.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: ['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: ['libice', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.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: ['libassuan', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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: ['libssh2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.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: ['curl', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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: ['gpgme', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb']\nDEBUG:   considering dependency: ['xinput-calibrator', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb']\nDEBUG:   considering dependency: ['libxkbfile', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['gtk-doc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.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: ['alsa-lib-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: ['settings-daemon', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb']\nDEBUG:   considering dependency: ['gnome-desktop-testing', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.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: ['grep', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.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: ['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: ['libogg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb']\nDEBUG:   considering dependency: ['xauth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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: ['e2fsprogs', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.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: ['dbus-wait', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.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-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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: ['dbus-glib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.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: ['neard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb']\nDEBUG:   considering dependency: ['libedit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.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:   considering dependency: ['strace', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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: ['libpcre2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['libwebp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb']\nDEBUG:   considering dependency: ['ell', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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: ['libxdmcp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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: ['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: ['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: ['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: ['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: ['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: ['nfs-utils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb']\nDEBUG:   considering dependency: ['make', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.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: ['libxft', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb']\nDEBUG:   considering dependency: ['vala', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: ['bash-completion', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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.14.bb']\nDEBUG:   considering dependency: ['xz', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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: ['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: ['flex', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.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: ['babeltrace2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb']\nDEBUG:   considering dependency: ['gcc-cross-x86_64', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.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: ['sbc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.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: ['python3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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: ['libxcomposite', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb']\nDEBUG:   considering dependency: ['xcursor-transparent-theme', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb']\nDEBUG:   considering dependency: ['sato-screenshot', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb']\nDEBUG:   considering dependency: ['npth', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.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: ['groff', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.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: ['xf86-video-vmware', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.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.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: ['libpcre', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.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: ['kexec-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.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: ['libidn2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.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:   considering dependency: ['libevdev', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb']\nDEBUG:   considering dependency: ['openssh', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['ncurses-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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.5.bb']\nDEBUG:   considering dependency: ['matchbox-desktop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.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: ['libxau', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.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: ['mpg123', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb']\nDEBUG:   considering dependency: ['gnutls', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb']\nDEBUG:   considering dependency: ['procps', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.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: ['libusb1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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.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: ['e2fsprogs', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.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: ['ofono', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb']\nDEBUG:   considering dependency: ['librsvg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb']\nDEBUG:   considering dependency: ['libxmu', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb']\nDEBUG:   considering dependency: ['xwininfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb']\nDEBUG:   considering dependency: ['mc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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: ['ethtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['libarchive', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb']\nDEBUG:   considering dependency: ['openssh', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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: ['x11perf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.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: ['findutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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.49.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: ['babeltrace', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb']\nDEBUG:   considering dependency: ['libxml2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.03.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: ['blktool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.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: ['dpkg-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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: ['libmicrohttpd', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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: ['gtk-doc-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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: ['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: ['libmpc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.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: ['readline', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.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: ['alsa-lib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: ['consolekit', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['matchbox-keyboard', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.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: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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: ['python3', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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: ['mkfontscale', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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: ['autoconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.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: ['libarchive', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.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: ['libusb1', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb']\nDEBUG:   considering dependency: ['matchbox-theme-sato', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.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: ['rpcbind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.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: ['libxt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.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: ['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: ['libxdmcp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb']\nDEBUG:   considering dependency: ['shadow-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb']\nDEBUG:   considering dependency: ['libmicrohttpd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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.1.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: ['gmp', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.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.42.bb']\nDEBUG:   considering dependency: ['xcb-proto', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.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: ['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: ['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: ['kexec-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb']\nDEBUG:   considering dependency: ['logrotate', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb']\nDEBUG:   considering dependency: ['btrfs-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb']\nDEBUG:   considering dependency: ['quilt', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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: ['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: ['eudev', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.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: ['rgb', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.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: ['xf86-input-libinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.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: ['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: ['matchbox-terminal', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.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: ['cross-localedef-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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: ['xwininfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.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: ['elfutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['groff', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.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: ['xinput', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.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: ['quilt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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: ['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: ['consolekit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb']\nDEBUG:   considering dependency: ['gawk', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.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: ['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: ['libcheck', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['automake', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb']\nDEBUG:   considering dependency: ['libpcre2-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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: ['libfakekey', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.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: ['ethtool', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb']\nDEBUG:   considering dependency: ['elfutils-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb']\nDEBUG:   considering dependency: ['psplash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb']\nDEBUG:   considering dependency: ['xprop', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb']\nDEBUG:   considering dependency: ['libx11', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb']\nDEBUG:   considering dependency: ['curl', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb']\nDEBUG:   considering dependency: ['gzip', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['xkbcomp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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: ['xcb-proto-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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: ['libsndfile1', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb']\nDEBUG:   considering dependency: ['lttng-tools', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['expect', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.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: ['psmisc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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: ['sqlite3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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: ['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: ['libxdamage', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.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.7.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: ['libxkbfile', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb']\nDEBUG:   considering dependency: ['util-macros', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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: ['freetype', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.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: ['libcheck', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb']\nDEBUG:   considering dependency: ['libpcre2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb']\nDEBUG:   considering dependency: ['xprop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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: ['mpfr', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.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: ['valgrind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['pcmanfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.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.5.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: ['libxml2', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['libksba', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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: ['libfm', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.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.3.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: ['m4', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.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.17.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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: ['util-macros-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb']\nDEBUG:   considering dependency: ['systemtap', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.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: ['systemtap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb']\nDEBUG:   considering dependency: ['less', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb']\nDEBUG:   considering dependency: ['vala', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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: ['file', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.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: ['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: ['libxt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.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: ['sudo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb']\nDEBUG:   considering dependency: ['rpcbind', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb']\nDEBUG:   considering dependency: ['icu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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: ['xcb-proto', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.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: ['cracklib', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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.8.bb']\nDEBUG:   considering dependency: ['time', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb']\nDEBUG:   considering dependency: ['xz', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.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: ['xinit', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.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: ['mpfr', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb']\nDEBUG:   considering dependency: ['libxext', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['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: ['gdb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb']\nDEBUG:   considering dependency: ['libunistring', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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: ['libedit-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb']\nDEBUG:   considering dependency: ['tar', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb']\nDEBUG:   considering dependency: ['ncurses', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb']\nDEBUG:   considering dependency: ['encodings', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_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: ['gtk-doc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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: ['pkgconfig', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.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: ['libnss-mdns', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb']\nDEBUG:   considering dependency: ['patch', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb']\nDEBUG:   considering dependency: ['sqlite3', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.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.57.1.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: ['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: ['l3afpad', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb']\nDEBUG:   considering dependency: ['valgrind', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb']\nDEBUG:   considering dependency: ['socat', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.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: ['bzip2', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.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.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: ['gnupg', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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: ['libbsd-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb']\nDEBUG:   considering dependency: ['libxcb', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['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: ['python3-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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:   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: ['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', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.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: ['cracklib', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.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: ['liburcu', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.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: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb']\nDEBUG:   considering dependency: ['libtool-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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: ['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.17.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: ['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: ['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: ['gconf', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb']\nDEBUG:   considering dependency: ['git-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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: ['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: ['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: ['libxcrypt', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.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: ['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: ['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: ['icu-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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.2.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: ['libxcb-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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: ['lame', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb']\nDEBUG:   considering dependency: ['connman-gnome', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb']\nDEBUG:   considering dependency: ['kmod', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: ['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: ['lttng-tools', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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: ['xmodmap', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.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: ['pinentry', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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: ['coreutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb']\nDEBUG:   considering dependency: ['l3afpad', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.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: ['bash', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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: ['bc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.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: ['gmp', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.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:   considering dependency: ['libmatchbox', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb']\nDEBUG:   considering dependency: ['xdpyinfo', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.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: ['xdpyinfo', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb']\nDEBUG:   considering dependency: ['rsync-native', 'do_populate_sysroot', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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: ['shadow', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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: ['libyaml', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.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: ['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: ['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: ['connman', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb']\nDEBUG:   considering dependency: ['xrestop', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb']\nDEBUG:   considering dependency: ['sed', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb']\nDEBUG:   considering dependency: ['man-db', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.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: ['at', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.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: ['sysklogd', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.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: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.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: ['libxext', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: ['gconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.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: ['libxi', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb']\nDEBUG:   considering dependency: ['libtool', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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: ['pcmanfm', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.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: ['freetype', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.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: ['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: ['encodings', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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: ['gzip', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb']\nDEBUG:   considering dependency: ['pkgconfig', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb']\nDEBUG:   considering dependency: ['libxcursor', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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: ['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 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: 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-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: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_create_spdx.caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_create_spdx_setscene.caf186e97d73ef0b0fac0d6918df697711d7a91c36f81b44f14166a8a874cf1a not available\nNOTE: Running setscene task 6638 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_create_spdx_setscene)\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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.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: ['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: ['pulseaudio', 'do_populate_sysroot', '/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-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_sysroot.618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_populate_sysroot_setscene.618fb4b80d07a2fdcae8ab657f8c266d03b30ddae4d38aaf705839e701640142 not available\nNOTE: Running setscene task 6639 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_populate_sysroot_setscene)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_spdx.9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_create_spdx_setscene.9e24e3cbce1c9d90826165a83bb2d55c5ddd49c447080bcc8d3bc3e0d5495625 not available\nNOTE: Running setscene task 6640 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_spdx_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: ['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_deploy_source_date_epoch', '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_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_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_recipe_qa', '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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_create_spdx.20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_create_spdx_setscene.20c90645b2bd59a4a3f6d7d72e070d92271e6ce3c203d8d834452a6aeef25d35 not available\nNOTE: Running setscene task 6643 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_spdx_setscene)\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb (full)\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-core/gettext/gettext-minimal-native_0.22.5.bb:7: including gettext-sources.inc\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: 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.5.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: 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: 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: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/nopackages.bbclass (from /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/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: 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/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: 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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_unpack\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: 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-support/gdbm/gdbm_1.23.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_fetch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_unpack as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gettext-minimal-native/0.22.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-extended/zstd/zstd_1.5.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_unpack as buildable\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_create_spdx which could be accelerated\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: 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 /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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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-3496823/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: 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.5.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_populate_sysroot.fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_populate_sysroot_setscene.fa773326005c7a75a75f481c2c9ccb3e9f39b495da958f16fc22cea96e9c79dc not available\nNOTE: Running setscene task 6644 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_populate_sysroot_setscene)\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: ['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_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb']\nDEBUG:   considering dependency: ['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:   considering dependency: ['m4-native', 'do_populate_lic', '/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-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_recipe_qa.02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/m4-native/1.4.19.do_recipe_qa_setscene.02e84d8fe9b4a535005c2cd20a1d37f4ebdd1cffb40b7eef50f409d7ef9f6221 not available\nNOTE: Running setscene task 6646 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_recipe_qa_setscene)\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: ['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: ['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-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_sysroot.05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_populate_sysroot_setscene.05965321c7beac5286ad6248a1ef2ffe4a18863775291f09f1d635048ca8fabb not available\nNOTE: Running setscene task 6647 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_populate_sysroot_setscene)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.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.5.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/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/m4/m4-native_1.4.19.bb:1: including m4-1.4.19.inc\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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.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/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/nopackages.bbclass (from /home/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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gnu-config-native/20240101+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: 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: 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: 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: ['binutils', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['gnu-config-native', 'do_create_spdx', 'virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb']\nDEBUG:   considering dependency: ['gcc', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb']\nDEBUG:   considering dependency: ['binutils', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb']\nDEBUG:   considering dependency: ['gcc-sanitizers', 'do_package', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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.42.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: ['libgcc-initial', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb']\nDEBUG:   considering dependency: ['autoconf', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb']\nDEBUG:   considering dependency: ['gcc-runtime', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.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_14.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_14.1.bb']\nDEBUG:   considering dependency: ['libgcc', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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: ['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-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_populate_sysroot.b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_populate_sysroot_setscene.b91c48257fcd6fecf17e0b3b7272f3be2a902cd9f30d1711f8a9876112ba2a42 not available\nNOTE: Running setscene task 6648 of 6657 (virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot_setscene)\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: 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/gnu-config/gnu-config_git.bb (full)\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: 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: 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-3496823/tmp/work/x86_64-linux/gettext-minimal-native/0.22.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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_populate_sysroot which could be accelerated\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.5.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.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.5.bb:do_deploy_source_date_epoch which could be accelerated\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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.5.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.5.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.5.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_recipe_qa.c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gettext-minimal-native/0.22.5.do_recipe_qa_setscene.c07cdbd5c38520d7db2eabb56433bc6fe0c7f494c99346d631932dac393a4136 not available\nNOTE: Running setscene task 6650 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_recipe_qa_setscene)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_fetch as buildable\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-3496823/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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.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.5.bb:18)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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_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: ['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_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-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_recipe_qa.ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/texinfo-dummy-native/1.0.do_recipe_qa_setscene.ae34b42683472b321725cf2192dbcd5afd65c87900c598b4cb3e5f9121ea3ec2 not available\nNOTE: Running setscene task 6652 of 6657 (/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: 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: Inheriting /home/pokybuild/yocto-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/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: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: Inheriting /home/pokybuild/yocto-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: 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-devtools/git/git_2.45.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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: 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_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_fetch\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-extended/shadow/shadow_4.15.1.bb:do_unpack\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gettext-minimal-native/0.22.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/base-files/base-files_3.0.14.bb:do_unpack\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: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_recipe_qa which could be accelerated\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/gnu-config-native/20240101+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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_populate_sysroot.0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_populate_sysroot_setscene.0e4fe7747271a7134c105074445de3d3e9e8af76afaf171342fa5f4eeac00091 not available\nNOTE: Running setscene task 6654 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_populate_sysroot_setscene)\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: 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_create_spdx', '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_deploy_source_date_epoch', '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-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_recipe_qa.872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/gnu-config-native/20240101+git.do_recipe_qa_setscene.872c3235e17b2bad69ed0a8fc44506cb0c4d2b6a9913b58a63e47fbc3e741f04 not available\nNOTE: Running setscene task 6655 of 6657 (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 /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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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:20)\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.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/ptest.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt.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: 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.68.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-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_prepare_recipe_sysroot as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.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.5.bb:do_prepare_recipe_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_fetch\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_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: 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-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.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_unpack\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.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/gnu-config/gnu-config_git.bb:0)\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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\nDEBUG: Inheriting /home/pokybuild/yocto-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/git/git_2.45.2.bb:do_unpack\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-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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/quilt-native/0.68/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/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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_fetch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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.68.bb']\nDEBUG: Skipping setscene for task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_deploy_source_date_epoch\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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.68.bb']\nDEBUG:   considering dependency: ['quilt-native', 'do_create_spdx', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb']\nDEBUG:   considering dependency: ['quilt-native', 'do_populate_sysroot', '/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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.68.bb']\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_recipe_qa.399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237 not available\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/x86_64-linux/quilt-native/0.68.do_recipe_qa_setscene.399def2f948022c9043e84606642e2d4307ae84645810c86bb65aa46dc4f0237 not available\nNOTE: Running setscene task 6657 of 6657 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_recipe_qa_setscene)\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: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb (full)\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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: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/siteinfo.bbclass (from /home/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/quilt/quilt.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: 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.68.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 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-3496823/tmp/work/x86_64-linux/gnu-config-native/20240101+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_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/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_unpack as buildable\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: 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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-graphics/fontconfig/fontconfig_2.15.0.bb:do_unpack\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_fetch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/x86_64-linux/quilt-native/0.68/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/elfutils/elfutils_0.191.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_fetch as buildable\nDEBUG: Found task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_ipk\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_populate_sysroot\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.13.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_ipk\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_populate_sysroot\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.9.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_package_write_ipk\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_populate_sysroot\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.8.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_ipk\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_populate_sysroot\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.5.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_ipk\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.66.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_stash_locale\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_package_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_image_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_rootfs_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_ipk\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.12.8.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_package_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_ipk\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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_ipk\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_package_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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_ipk\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_populate_sysroot\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.33.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/update-rc.d/update-rc.d_0.8.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux-libuuid_2.39.3.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_package_write_ipk\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.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_ipk\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_populate_sysroot\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.42.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_ipk\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_populate_sysroot\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.8.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.27.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_ipk\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_populate_sysroot\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.20.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_ipk\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.191.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_ipk\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/fmt/fmt_10.2.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_gcc_stash_builddir\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_write_ipk\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_populate_sysroot\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-cross_1.22.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_ipk\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.21.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_ipk\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.17.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_ipk\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_package_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_ipk\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.38.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_ipk\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_populate_sysroot\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/perl_5.38.2.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_ipk\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_populate_sysroot\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.31.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_ipk\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.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_write_ipk\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_populate_sysroot\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.5.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_ipk\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_populate_sysroot\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.26.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_write_ipk\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_populate_sysroot\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.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_create_spdx\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_9.0.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_ipk\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.68.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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_package_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_populate_sysroot\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.75.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_ipk\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_populate_sysroot\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.14.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_ipk\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_populate_sysroot\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.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_ipk\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_populate_sysroot\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.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_ipk\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_populate_sysroot\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.10.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_ipk\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.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_ipk\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.29.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_ipk\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.22.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_ipk\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_populate_sysroot\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/packagegroups/packagegroup-core-full-cmdline.bb:do_create_package_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_ipk\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_populate_sysroot\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.7.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_write_ipk\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_populate_sysroot\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_package_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.15.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_ipk\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_package_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_ipk\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_populate_sysroot\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.6.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_ipk\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_populate_sysroot\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.6.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_ipk\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_46.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_ipk\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.80.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/json-glib/json-glib_1.8.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_ipk\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.57.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_ipk\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.5.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_ipk\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_populate_sysroot\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_24.0.7.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_ipk\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.52.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_ipk\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_populate_sysroot\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.283.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_write_ipk\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.7.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_ipk\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_populate_sysroot\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.3.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_package_write_ipk\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_populate_sysroot\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.3.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_write_ipk\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_populate_sysroot\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.7.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_ipk\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_populate_sysroot\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.7.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_write_ipk\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_populate_sysroot\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.1.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_write_ipk\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.8.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_ipk\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.18.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_write_ipk\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.9.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_write_ipk\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.17.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_ipk\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.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_write_ipk\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.5.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_ipk\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.7.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_package_write_ipk\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.41.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_ipk\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.17.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_package_write_ipk\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_populate_sysroot\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.13.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_32.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_package_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_ipk\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.6.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_ipk\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_populate_sysroot\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.13.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_ipk\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_populate_sysroot\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_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_ipk\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_populate_sysroot\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_2024.05.08.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_package_write_ipk\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_populate_sysroot\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.12.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_ipk\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_populate_sysroot\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.24.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_ipk\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.43.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_ipk\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.6.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_ipk\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.4.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_recipe_qa\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_ipk\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_populate_sysroot\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_ipk\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_populate_sysroot\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.52.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_ipk\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_populate_sysroot\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.8.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_write_ipk\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_populate_sysroot\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.5.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_write_ipk\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_75-1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_package_write_ipk\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.7.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_write_ipk\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.5.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_ipk\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.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_write_ipk\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.6.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_ipk\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.49.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_ipk\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.44.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_ipk\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.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_ipk\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.27.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_write_ipk\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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_ipk\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.62.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_write_ipk\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.4.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/shared-mime-info/shared-mime-info_2.4.bb:do_package_write_ipk\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.45.3.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_recipe_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_package_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_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_write_ipk\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\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_create_package_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_create_spdx\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_deploy_source_date_epoch\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_qa\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_deb\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_ipk\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_rpm\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_packagedata\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_populate_lic\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_populate_sysroot\n/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_create_spdx\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_package_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_package_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.6.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_package_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_package_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_package_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_package_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.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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_package_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_package_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_package_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_package_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_package_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.1.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.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_package_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.20.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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_package_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_package_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.6.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_package_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_package_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.191.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_package_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_package_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/git/git_2.45.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_package_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_package_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_package_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_package_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.21.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_package_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.17.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_package_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_package_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_package_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.4.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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_package_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.38.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_package_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_package_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.47.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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_package_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_package_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_package_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_package_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_deploy_source_date_epoch\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_populate_sysroot\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.2.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.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_package_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.21.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_package_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_package_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_package_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_package_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.24.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_package_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_package_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.5.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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_package_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_package_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_24.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.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_package_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.1.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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_package_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_package_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_package_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.5.22.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_create_spdx\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_package_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.17.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb:do_create_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_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.4.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_package_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_package_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.29.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_package_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.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pbzip2/pbzip2_1.1.13.bb:do_create_package_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_package_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_package_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_package_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_package_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.15.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_package_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.6.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_package_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.6.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_package_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.80.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_package_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_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_spdx\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_package_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_package_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.283.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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_package_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_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_spdx\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.30.3.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_create_spdx\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.36.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_spdx\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_package_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.8.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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_package_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.9.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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_package_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.17.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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_package_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.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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_package_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.5.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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_package_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_package_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_package_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_package_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_package_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_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_spdx\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_package_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_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_spdx\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_package_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_package_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.17.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_create_spdx\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_32.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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_package_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.52.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_package_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.8.0.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_package_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_package_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.5.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_package_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_package_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_75-1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_package_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.7.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_package_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.6.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_package_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.49.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmd/libmd_1.1.0.bb:do_create_package_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_1.0.1.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_package_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.44.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_package_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.2.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_recipe_qa\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_package_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_package_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_package_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_package_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_package_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_package_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_package_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.45.3.bb:do_create_package_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_create_spdx\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_deploy_source_date_epoch\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_populate_lic\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_populate_sysroot\nvirtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_recipe_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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.68.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.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.68.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_patch 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: 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.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.5.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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-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-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/libcap-ng/libcap-ng_0.8.5.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.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-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-devtools/python/python3-packaging_24.1.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-extended/lzip/lzlib_1.14.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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-devtools/git/git_2.45.2.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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-devtools/meson/meson_1.4.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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-devtools/elfutils/elfutils_0.191.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.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-support/attr/attr_2.5.2.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_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_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-support/libffi/libffi_3.4.6.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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-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/libnsl/libnsl2_git.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-devtools/python/python3-setuptools_69.5.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.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-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-extended/gperf/gperf_3.1.bb:do_patch 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-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-connectivity/openssl/openssl_3.3.1.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 /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-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/rsync/rsync_3.3.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 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/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-support/attr/acl_2.3.2.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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-core/zlib/zlib_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/dwarfsrcfiles/dwarfsrcfiles.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-devtools/libedit/libedit_20240517-3.1.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.1.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-devtools/python/python3-flit-core_3.9.0.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_patch 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 /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-wheel_0.43.0.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.49.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-support/ca-certificates/ca-certificates_20211016.bb:do_patch 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: 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_deploy_source_date_epoch as buildable\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: 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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_deploy_source_date_epoch 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.5.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.5.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.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.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.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.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.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.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.5.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_populate_lic as buildable\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: 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_deploy_source_date_epoch as buildable\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: 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.5.0.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.5.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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.5.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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.5.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/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-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-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/libffi/libffi_3.4.6.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-support/attr/attr_2.5.2.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-extended/xz/xz_5.4.6.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/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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.6.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.6.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.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.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-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-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-support/gnutls/gnutls_3.8.5.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.80.2.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-devtools/qemu/qemu-native_9.0.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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-support/re2c/re2c_3.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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.9.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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.70.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.34.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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-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-graphics/xorg-lib/libsm_1.2.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.80.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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 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-graphics/xorg-lib/libpthread-stubs_0.5.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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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.2.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_populate_lic as buildable\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: 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.2.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.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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_populate_lic as buildable\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: 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-core/gettext/gettext_0.22.5.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.5.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.34.0.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.45.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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-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-extended/libtirpc/libtirpc_1.3.4.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-core/zlib/zlib_1.3.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_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-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-support/sqlite/sqlite3_3.45.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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.45.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_patch\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: 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-devtools/libtool/libtool-cross_2.5.0.bb:do_patch 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/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/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/glibc/glibc-mtrace_2.39.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_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_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/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/ncurses/ncurses_6.5.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-devtools/libedit/libedit_20240517-3.1.bb:do_patch 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-extended/zstd/zstd_1.5.6.bb:do_patch 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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-core/zlib/zlib_1.3.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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-support/libgcrypt/libgcrypt_1.10.3.bb:do_patch 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-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-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/libxcrypt/libxcrypt_4.4.36.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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-extended/libidn/libidn2_2.3.7.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-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-support/nettle/nettle_3.9.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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-support/attr/attr_2.5.2.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/libpcre/libpcre2_10.44.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/gnutls/libtasn1_4.19.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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-support/libunistring/libunistring_1.2.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-support/gdbm/gdbm_1.23.bb:do_patch 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-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-core/packagegroups/packagegroup-core-buildessential.bb:do_collect_spdx_deps 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-support/libffi/libffi_3.4.6.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-extended/shadow/shadow_4.15.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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-graphics/packagegroups/packagegroup-core-x11.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.42.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_populate_lic 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_deploy_source_date_epoch 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_populate_lic 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_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_populate_lic as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1.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.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_prepare_recipe_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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.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.45.3.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.45.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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.45.3.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: Setscene covered task 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-devtools/pseudo/pseudo_git.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_install\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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/base-files/base-files_3.0.14.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_preconfigure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.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/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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_patch 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_collect_spdx_deps as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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_deploy_source_date_epoch as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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.6.bb:do_populate_lic 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_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: 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/mpfr/mpfr_4.2.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_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: 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 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_preconfigure\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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.2.bb:do_populate_sysroot\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: 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: 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: 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.3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_deploy_source_date_epoch\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.3.0.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.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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_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.3.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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_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.3.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_install 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.3.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.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.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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.6.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.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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.6.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: 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_gcc_stash_builddir as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_gcc_stash_builddir\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_prepare_recipe_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_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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_multilib_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_patch\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: 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: 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: 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_populate_lic as buildable\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: 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_populate_lic as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.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-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-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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_multilib_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_extra_symlinks 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: 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.5.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.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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.5.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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.6.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.6.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/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: 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: 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.3.1.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_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.12.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.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_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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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.3.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.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.8.0.bb:do_prepare_recipe_sysroot as buildable\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: 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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.bb:do_populate_lic 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-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.4.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.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/libunistring/libunistring_1.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_extra_symlinks\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_stash_locale as buildable\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.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/ninja/ninja_1.12.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.12.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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.12.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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.12.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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.12.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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.12.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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-libuuid_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-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.6.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.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.6.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.6.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-3.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_20240517-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.4.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.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_3.12.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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_3.12.4.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_stash_locale\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.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_deploy_source_date_epoch as buildable\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: 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-devtools/gcc/libgcc_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_multilib_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_multilib_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_extra_symlinks 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-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-support/icu/icu_75-1.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: 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/gcc/libgcc_14.1.bb:do_extra_symlinks\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_populate_sysroot\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-core/zlib/zlib_1.3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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-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_24.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-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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_deploy_source_date_epoch 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_populate_lic as buildable\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: 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: 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.2.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-packaging_24.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-build_1.2.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.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-build_1.2.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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.17.0.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-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/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/libffi/libffi_3.4.6.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.14.0.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.5.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: 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-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-support/sqlite/sqlite3_3.45.3.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.1.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.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.5.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_deploy_source_date_epoch\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-connectivity/openssl/openssl_3.3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-packaging_24.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-packaging_24.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.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-build_1.2.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.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.2.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.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.2.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.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.2.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.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-build_1.2.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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-wheel_0.43.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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.43.0.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.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.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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-setuptools_69.5.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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.6.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.5.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.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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-support/gdbm/gdbm_1.23.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.49.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_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: 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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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.43.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.43.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.43.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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.43.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.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.43.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_prepare_recipe_sysroot 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 /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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0.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.34.0.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.34.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0.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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-support/libpcre/libpcre2_10.44.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_deploy_source_date_epoch 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_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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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.70.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_deploy_source_date_epoch 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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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-setuptools_69.5.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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.5.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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_69.5.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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_69.5.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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_69.5.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.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_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/zlib/zlib_1.3.1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_populate_lic 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-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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.0.bb:do_populate_sysroot\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/libunistring/libunistring_1.2.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.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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.2.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-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/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_populate_lic as buildable\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: 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_populate_lic as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.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/libarchive/libarchive_3.7.4.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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/elfutils/elfutils_0.191.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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_deploy_source_date_epoch\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/gettext/gettext-minimal-native_0.22.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.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.5.bb:do_create_spdx\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.44.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.44.bb:do_populate_sysroot\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_package_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/automake/automake_1.16.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.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/libgpg-error/libgpg-error_1.49.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.49.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.49.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.49.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.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/meson/meson_1.4.0.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.4.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.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.4.0.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.80.2.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_2024.1.bb:do_prepare_recipe_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.80.2.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.80.2.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.80.2.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.80.2.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.80.2.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.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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_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-core/zlib/zlib_1.3.1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_lic 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_populate_lic as buildable\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: 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-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-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.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.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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: 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: 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: 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 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.4.bb:do_prepare_recipe_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_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/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-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-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/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-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-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/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-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-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/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-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-extended/libidn/libidn2_2.3.7.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-support/gnutls/libtasn1_4.19.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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.5.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.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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.5.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_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-extended/libarchive/libarchive_3.7.4.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.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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.4.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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.4.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.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.191.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_compile_ptest_base 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_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.6.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_compile_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_patch\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: 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: 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-support/bash-completion/bash-completion_2.14.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_collect_spdx_deps 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_populate_lic as buildable\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: 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_populate_lic 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_deploy_source_date_epoch 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.80.2.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.80.2.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.80.2.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.80.2.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.80.2.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.80.2.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.80.2.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.80.2.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.80.2.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.80.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.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.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_populate_sysroot\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-devtools/libedit/libedit_20240517-3.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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-initial_2.80.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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-initial_2.80.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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-initial_2.80.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.44.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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: 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: 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.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.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.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.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.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.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_install_ptest_base as buildable\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: 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-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-extended/packagegroups/packagegroup-core-full-cmdline.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/packagegroups/packagegroup-base.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-core/packagegroups/packagegroup-rust-sdk-target.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-kernel/linux-libc-headers/linux-libc-headers_6.9.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-core-standalone-sdk-target.bb:do_package 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-buildessential.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.6.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_deploy_source_date_epoch 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-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-devtools/libedit/libedit_20240517-3.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.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_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-devtools/python/python3_3.12.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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.14.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_create_spdx\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.2.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-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/popt/popt_1.19.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.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.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_create_package_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-devtools/flex/flex_2.6.4.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.5.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-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-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb:do_collect_spdx_deps as buildable\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/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_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_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-devtools/qemu/qemu-native_9.0.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.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.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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-initial_2.80.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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-initial_2.80.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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_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-devtools/libedit/libedit_20240517-3.1.bb:do_deploy_source_date_epoch\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_20240517-3.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_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_20240517-3.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_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_20240517-3.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_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_20240517-3.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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_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-support/sqlite/sqlite3_3.45.3.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-devtools/python/python3_3.12.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.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.9.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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-core/glibc/glibc_2.39.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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-initial_2.80.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_compile_ptest_base 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: 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-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-core/gettext/gettext_0.22.5.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_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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.34.0.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-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-core/ncurses/ncurses_6.5.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.49.bb:do_collect_spdx_deps 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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-initial_2.80.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_install_ptest_base 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/attr/attr_2.5.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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_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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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-support/libcap-ng/libcap-ng_0.8.5.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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-core/expat/expat_2.6.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_qa 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-support/bash-completion/bash-completion_2.14.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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 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: 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-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-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.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.80.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.80.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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_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-core/glib-2.0/glib-2.0_2.80.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_configure_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_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-devtools/python/python3_3.12.4.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_populate_sysroot\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 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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/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-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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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.5.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.5.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_lic 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_deploy_source_date_epoch as buildable\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: 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/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/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: 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/gmp/gmp_6.3.0.bb:do_create_package_spdx as buildable\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: 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 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-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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_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-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.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.80.2.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.80.2.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.80.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_install_ptest_base 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_package_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-cross/perlcross_1.5.2.bb:do_create_package_spdx as buildable\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: 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-devtools/perl/perl_5.38.2.bb:do_create_package_spdx 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_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_collect_spdx_deps 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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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.3.1.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_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_package_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_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_package_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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 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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_populate_lic 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_populate_lic as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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.2.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_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.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.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_collect_spdx_deps 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-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.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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-lib/libxdmcp_1.1.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/libxdmcp_1.1.5.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.17.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.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_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.17.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_configure_ptest_base as buildable\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 /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.8.0.bb:do_prepare_recipe_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_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.12.2.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.6.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.17.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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/mpfr/mpfr_4.2.1.bb:do_create_package_spdx as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.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-proto/xorgproto_2024.1.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.12.8.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.80.2.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.80.2.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.80.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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_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.12.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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.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.12.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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.6.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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.45.3.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_create_package_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-devtools/libedit/libedit_20240517-3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_package_spdx 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-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_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.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_3.12.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.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_3.12.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.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_3.12.4.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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.5.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_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-support/curl/curl_8.8.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_configure_ptest_base 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-connectivity/openssl/openssl_3.3.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-support/attr/attr_2.5.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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.42.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_rpm\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.3.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.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_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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.9.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.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_create_package_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_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_populate_sysroot as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/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-proto/xcb-proto_1.17.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_configure_ptest_base as buildable\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.17.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.12.8.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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.5.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-proto/xcb-proto_1.17.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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.17.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_populate_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_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_deploy_source_date_epoch as buildable\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: 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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_2024.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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_2024.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.12.8.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.12.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.12.8.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-devtools/docbook-xml/docbook-xml-dtd4_4.5.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.23.0.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.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.80.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package 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/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/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/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_package as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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/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.5.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_populate_sysroot\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/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.5.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.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_configure_ptest_base 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_package_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_package_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/libx11_1.8.9.bb:do_populate_sysroot\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.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.8.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_write_deb as buildable\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.1.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.1.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.1.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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.5.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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 as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_deb 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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_install_ptest_base 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-extended/shadow/shadow_4.15.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_lic 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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.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.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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-support/libbsd/libbsd_0.12.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.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.12.2.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.15.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_lic 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_populate_lic as buildable\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: 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-packaging_24.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-installer_0.7.0.bb:do_create_package_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_patch\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: 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: 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_populate_lic 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_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_deploy_source_date_epoch 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_deploy_source_date_epoch as buildable\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: 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.5.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_packagedata 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-core/ncurses/ncurses_6.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_qa 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/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-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-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-support/libunistring/libunistring_1.2.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.70.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_package_spdx as buildable\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.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_75-1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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/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-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_populate_lic as buildable\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: 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-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.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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_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-support/attr/acl_2.3.2.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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_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.12.8.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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_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 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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_unpack 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/docbook-xml/docbook-xsl-stylesheets_1.79.1.bb:do_unpack\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: 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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_prepare_recipe_sysroot 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/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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.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_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: 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: 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/wayland/wayland_1.23.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_configure_ptest_base as buildable\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_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_deb as buildable\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: 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-support/icu/icu_75-1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_make_icudata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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_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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.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.12.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.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.12.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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.6.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.15.1.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.15.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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.15.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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-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 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/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/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/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/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.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_deploy_source_date_epoch\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: 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/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/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_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_populate_sysroot 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_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_package 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_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_populate_sysroot\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: 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/file/file_5.45.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.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_patch\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.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-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-extended/zstd/zstd_1.5.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_install_ptest_base 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-support/curl/curl_8.8.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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_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-extended/libarchive/libarchive_3.7.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.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.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.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/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 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: 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: 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.44.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_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 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: 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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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_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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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_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_write_ipk 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_write_deb 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-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-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-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/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/libxext_1.3.6.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_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.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.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_unpack\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: 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_populate_lic as buildable\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: 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.17.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.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.1.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.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_unpack 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_write_deb 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_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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-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_write_rpm as buildable\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_ipk 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_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_lic 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/libxrender_0.9.11.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_packagedata as buildable\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: 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: 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-support/attr/acl_2.3.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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_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-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 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-build_1.2.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-pyproject-hooks_1.0.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_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/python/python3-build_1.2.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_packagedata\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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-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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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: 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_write_deb 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/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_ipk 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-connectivity/openssl/openssl_3.3.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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.17.0.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_sysroot\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/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: 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 /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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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_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-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 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_unpack\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: 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 /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: 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_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_populate_lic 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_unpack\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: 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_qa 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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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-graphics/wayland/wayland_1.23.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_ipk as buildable\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-devtools/python/python3_3.12.4.bb:do_package 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_rpm 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_make_icudata\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_ipk 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.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/util-macros_1.20.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_packagedata\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-extended/lzip/lzlib_1.14.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: 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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_fetch\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 /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-support/fribidi/fribidi_1.0.15.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_make_icudata 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-support/gnutls/gnutls_3.8.5.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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_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: 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_patch 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-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-graphics/pango/pango_1.52.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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.75.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-typing-extensions_4.12.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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.12.2.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-tomli_2.0.1.bb:do_unpack\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-tomli_2.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.12.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.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-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-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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_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.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_populate_lic 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: 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: 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-devtools/nasm/nasm_2.16.03.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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_unpack\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: 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_populate_lic as buildable\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: 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-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_populate_lic as buildable\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: 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 /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-devtools/elfutils/elfutils_0.191.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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_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: 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/libxrandr_1.5.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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_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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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-initial_2.80.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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-initial_2.80.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.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-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-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 /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-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_populate_sysroot as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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_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-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_deploy_source_date_epoch as buildable\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: 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_write_config\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/python/python3-wheel_0.43.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.43.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.43.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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.75.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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-setuptools-scm_8.1.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.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-setuptools-scm_8.1.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.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.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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-pyparsing_3.1.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-pip_24.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_unpack 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/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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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_kernel_version_sanity_check as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_patch 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_unpack\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: 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 /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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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_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 /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 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 /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-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 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-support/libcap-ng/libcap-ng_0.8.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.75.0.bb:do_patch 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: 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/groff/groff_1.23.0.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_patch\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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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-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 /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_populate_sysroot as buildable\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-extended/bash/bash_5.2.21.bb:do_packagedata\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-support/bash-completion/bash-completion_2.14.0.bb:do_package_write_ipk 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-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.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_deb as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_populate_lic as buildable\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: 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-support/shared-mime-info/shared-mime-info_2.4.bb:do_unpack\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: 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_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-core/coreutils/coreutils_9.5.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_configure_ptest_base 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: 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_deploy_source_date_epoch as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_unpack 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-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-graphics/xorg-util/util-macros_1.20.1.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.1.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.1.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.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_ipk 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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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_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-extended/shadow/shadow_4.15.1.bb:do_packagedata\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_ipk 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_write_deb 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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_make_icudata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.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.12.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-typing-extensions_4.12.2.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.12.2.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.12.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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.12.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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.12.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.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-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.12.2.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.1.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-pyparsing_3.1.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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-pyparsing_3.1.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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-pyparsing_3.1.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-pip_24.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-pip_24.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-setuptools-scm_8.1.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.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-setuptools-scm_8.1.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.75.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_packagedata 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_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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.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.3.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.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.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_rpm 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-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-devtools/elfutils/elfutils_0.191.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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_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_populate_sysroot as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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-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-support/bash-completion/bash-completion_2.14.0.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.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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.5.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.17.0.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_collect_spdx_deps 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-devtools/libtool/libtool-cross_2.5.0.bb:do_create_package_spdx 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/sqlite/sqlite3_3.45.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.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_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.18.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.80.1.bb:do_packagedata\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-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/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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.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_unpack\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-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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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_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-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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.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_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: 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-multimedia/libogg/libogg_1.3.5.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.18.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_generate_toolchain_file as buildable\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: 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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: 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: 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-core/udev/eudev_3.2.14.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_patch 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_populate_lic as buildable\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: 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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-setuptools_69.5.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.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-pip_24.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-setuptools_69.5.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.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.4.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.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_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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_fetch\nDEBUG: Marking task /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-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/fribidi/fribidi_1.0.15.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.15.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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_write_config\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-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/libxft_2.3.8.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/spir/spirv-headers_1.3.283.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.283.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.283.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.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/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.36.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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.283.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:do_populate_lic as buildable\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 /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-core/glib-2.0/glib-2.0_2.80.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_packagedata 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_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_deb 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_qa 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_unpack\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 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: 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-graphics/spir/spirv-tools_1.3.283.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.283.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.283.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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-more-itertools_10.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-more-itertools_10.3.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-more-itertools_10.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/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.03.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.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_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-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: 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_unpack as buildable\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: Marking task /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 /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: 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 /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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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.80.2.bb:do_packagedata\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-extended/findutils/findutils_4.10.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.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_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_write_config\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-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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_compile_ptest_base 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-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-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-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_populate_lic as buildable\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: 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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_sysroot 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-devtools/make/make_4.4.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_ipk 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-devtools/make/make_4.4.1.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_deb 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_rpm 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: 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 /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.12.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.12.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.12.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_create_package_spdx 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_collect_spdx_deps 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/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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_fetch\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 /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/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/vulkan/vulkan-headers_1.3.283.0.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.75.0.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.75.0.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.75.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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.75.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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-pyparsing_3.1.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-pyparsing_3.1.2.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.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-pip_24.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.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-pip_24.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.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-pyparsing_3.1.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.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.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-setuptools-scm_8.1.0.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.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-setuptools-scm_8.1.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.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-setuptools-scm_8.1.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.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-setuptools-scm_8.1.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.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-setuptools-scm_8.1.0.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_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: 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_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_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_rust_create_wrappers as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.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.283.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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.283.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.283.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/libpng/libpng_1.6.43.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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_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/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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_sysroot 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/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_deploy_source_date_epoch as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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_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-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: 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_prepare_recipe_sysroot 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_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.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.283.0.bb:do_generate_toolchain_file 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 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.5.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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-trove-classifiers_2024.5.22.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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_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-pluggy_1.5.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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-pluggy_1.5.0.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-trove-classifiers_2024.5.22.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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.19.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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.19.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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_unpack 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_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.1.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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-importlib-metadata_7.1.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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_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-devtools/python/python3-hatchling_1.24.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.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.24.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_unpack 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_unpack as buildable\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: 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-devtools/elfutils/elfutils_0.191.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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.283.0.bb:do_generate_toolchain_file 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/freetype/freetype_2.13.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_deb 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: 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 /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-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/wayland/wayland_1.23.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.9.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.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-graphics/xorg-util/makedepend_1.0.9.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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-mako_1.3.5.bb:do_unpack 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_unpack as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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.18.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.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/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/libxrender_0.9.11.bb:do_package_write_rpm 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_deb 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_ipk 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_cargo_setup_snapshot as buildable\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-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_populate_lic as buildable\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: 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-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-kernel/kmod/kmod_32.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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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-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_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-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_qa as buildable\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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_packagedata 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.17.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.17.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.5.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/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_prepare_recipe_sysroot 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_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.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.5.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/libxdmcp_1.1.5.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.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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.17.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.283.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.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_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/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 /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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_packagedata 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/pango/pango_1.52.2.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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_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/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-devtools/rust/cargo_1.75.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_rust_gen_targets as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.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/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_unpack 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_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_populate_sysroot as buildable\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-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/libxml/libxml2_2.12.8.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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 as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.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.9.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.43.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_sysroot 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 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.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-zipp_3.19.2.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 /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 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-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 /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 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-pluggy_1.5.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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_patch 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_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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_collect_spdx_deps 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_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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-zipp_3.19.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-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.1.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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-importlib-metadata_7.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-devtools/python/python3-more-itertools_10.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-more-itertools_10.3.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.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-more-itertools_10.3.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-more-itertools_10.3.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-more-itertools_10.3.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-more-itertools_10.3.0.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_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-pluggy_1.5.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_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-devtools/python/python3-pluggy_1.5.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-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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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.5.22.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.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.24.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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-hatchling_1.24.2.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-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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_sysroot\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/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-graphics/mesa/mesa_24.0.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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-mako_1.3.5.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_collect_spdx_deps as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.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-pygments_2.18.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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-markupsafe_2.1.5.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.18.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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.18.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-markupsafe_2.1.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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-markupsafe_2.1.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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.9.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.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.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.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/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_populate_lic as buildable\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: 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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_unpack 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_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_install_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_deploy_source_date_epoch\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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package as buildable\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_package as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.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.18.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.18.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_sysroot 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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.44.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.44.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.80.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_packagedata 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.80.2.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.80.2.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.80.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.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.80.2.bb:do_create_package_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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package 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.18.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 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-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.17.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.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.5.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/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_populate_lic 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_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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/libxdmcp_1.1.5.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/libxdmcp_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/libxcb_1.17.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_rust_setup_snapshot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_rust_create_wrappers\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_rust_gen_targets\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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_1.75.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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_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_deb 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_ipk 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-lib/libxcb_1.17.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/libxcb_1.17.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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 /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-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_unpack as buildable\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: 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/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_prepare_recipe_sysroot 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_unpack as buildable\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-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-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_prepare_recipe_sysroot as buildable\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: 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-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-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: 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-devtools/elfutils/elfutils_0.191.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_sysroot as buildable\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 /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 /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 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 /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-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_populate_lic as buildable\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: 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-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/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 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_populate_lic 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_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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/libx11_1.8.9.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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/libx11_1.8.9.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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_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-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-devtools/qemu/qemu-native_9.0.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_create_package_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_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_deploy_source_date_epoch\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_write_ipk\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_deb\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-support/attr/attr_2.5.2.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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_collect_spdx_deps as buildable\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-support/libgpg-error/libgpg-error_1.49.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_collect_spdx_deps 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/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-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_package as buildable\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: 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_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-core/glibc/cross-localedef-native_2.39.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39.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_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-extended/lzip/lzlib_1.14.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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_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_kernel_link_images as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_deb 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/xorg-lib/libxft_2.3.8.bb:do_package 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/fontconfig/fontconfig_2.15.0.bb:do_package_write_ipk as buildable\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_write_deb 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-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-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-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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.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_patch\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_populate_lic 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_unpack 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-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: 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-extended/xz/xz_5.4.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_prepare_recipe_sysroot as buildable\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: 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: 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-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_configure_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_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-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_unpack as buildable\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: 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_qa 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_write_ipk 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_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_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_packagedata 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-devtools/rust/libstd-rs_1.75.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_unpack as buildable\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_populate_sysroot as buildable\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: 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-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/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/pango/pango_1.52.2.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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.12.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.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-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/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/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/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/libssh2/libssh2_1.11.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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.75.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_rust_create_wrappers 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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.283.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.283.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.283.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.283.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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.283.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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.283.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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.283.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.283.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/drm/libdrm_2.4.120.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.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 /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-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_populate_lic as buildable\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: 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_populate_sysroot as buildable\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-support/libgpg-error/libgpg-error_1.49.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_packagedata 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-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-extended/sed/sed_4.9.bb:do_packagedata\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 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_populate_lic 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_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_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-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-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/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-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-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-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_populate_lic as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.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.283.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.283.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.283.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.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.283.0.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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-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-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-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.5.22.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_patch\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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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-zipp_3.19.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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-zipp_3.19.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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-zipp_3.19.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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-zipp_3.19.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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-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-zipp_3.19.2.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.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-importlib-metadata_7.1.0.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.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-importlib-metadata_7.1.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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-importlib-metadata_7.1.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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-importlib-metadata_7.1.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.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-importlib-metadata_7.1.0.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_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-pluggy_1.5.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.5.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.5.0.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-trove-classifiers_2024.5.22.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.5.22.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.5.22.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_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-pluggy_1.5.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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-trove-classifiers_2024.5.22.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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_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-pluggy_1.5.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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-trove-classifiers_2024.5.22.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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_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.5.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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-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-trove-classifiers_2024.5.22.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.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_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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-trove-classifiers_2024.5.22.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_prepare_recipe_sysroot as buildable\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-devtools/python/python3-hatchling_1.24.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-hatchling_1.24.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.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.24.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.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.24.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.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.24.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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-hatchling_1.24.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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_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-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/xorg-util/util-macros_1.20.1.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.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_qa 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_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_patch 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_patch\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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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-lib/libxdmcp_1.1.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_package_spdx 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-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-extended/timezone/tzdata.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.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_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-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-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_unpack as buildable\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: 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-lib/libxrandr_1.5.4.bb:do_package_write_deb 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-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_ipk 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-extended/findutils/findutils_4.10.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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.283.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.283.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.283.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.283.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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.283.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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.283.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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.283.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_unpack 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 /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-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 /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-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-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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-pygments_2.18.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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.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-markupsafe_2.1.5.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.5.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.18.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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.18.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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.18.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-markupsafe_2.1.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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-pygments_2.18.0.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.5.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.9.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.9.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.9.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.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-mako_1.3.5.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.5.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-graphics/xorg-util/makedepend_1.0.9.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.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-graphics/xorg-util/makedepend_1.0.9.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.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-graphics/xorg-util/makedepend_1.0.9.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.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-graphics/xorg-util/makedepend_1.0.9.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.5.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/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_24.0.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package 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/libice_1.1.1.bb:do_package_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_ipk as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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/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/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-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/coreutils/coreutils_9.5.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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_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-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_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_ipk 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/nettle/nettle_3.9.1.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_deb 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.5.bb:do_package as buildable\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_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_rpm 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_deb 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/libgcrypt/libgcrypt_1.10.3.bb:do_package_qa 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-support/gnutls/gnutls_3.8.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_packagedata 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.17.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.17.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.17.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.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/libxdmcp_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/libxdmcp_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/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.17.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.5.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/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.17.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.5.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/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.17.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.5.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/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.17.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.5.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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/libxkbcommon_1.7.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_unpack 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-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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.41.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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/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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/libxcb_1.17.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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.17.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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.17.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.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.17.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/libxcb_1.17.0.bb:do_populate_sysroot\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-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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.8.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_unpack 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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_deb 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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_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-graphics/xorg-lib/libsm_1.2.4.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_write_ipk as buildable\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_write_deb 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_rpm 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-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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_rust_gen_targets as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.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_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 /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_unpack as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.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_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-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 /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_patch as buildable\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: 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_generate_toolchain_file 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_deb 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_ipk 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/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_qa 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-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-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-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_qa as buildable\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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_packagedata\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-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-graphics/xorg-lib/libxcursor_1.2.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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_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 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-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/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 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.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.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.9.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.9.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.bb:do_populate_sysroot\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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_patch 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-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_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.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_fetch\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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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.39.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.39.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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-core/glibc/glibc-locale_2.39.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_rpm 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_package as buildable\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: 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-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_prepare_recipe_sysroot 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_unpack 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-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-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: 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-graphics/cairo/cairo_1.18.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.6.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_packagedata\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-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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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.7.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.7.0.bb:do_populate_lic 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-devtools/perl/perl_5.38.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_deb 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-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-extended/bash/bash_5.2.21.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_cargo_setup_snapshot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_rust_create_wrappers\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_rust_gen_targets\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.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.75.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_packagedata 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.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/libfontenc_1.1.8.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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_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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.3.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_ipk 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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package 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.8.bb:do_prepare_recipe_sysroot as buildable\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-extended/iptables/iptables_1.8.10.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_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-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_populate_sysroot as buildable\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: 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-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-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-graphics/xorg-font/encodings_1.1.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_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-font/encodings_1.1.0.bb:do_populate_lic 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/e2fsprogs/e2fsprogs_1.47.0.bb:do_packagedata\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_patch 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 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: 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 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_prepare_recipe_sysroot as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_unpack 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 /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-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_populate_sysroot as buildable\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-extended/findutils/findutils_4.10.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_install_ptest_base 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_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_deb 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: 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_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_lic 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-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/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_write_ipk as buildable\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_deb 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-graphics/xorg-lib/libxcursor_1.2.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_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/libxcursor_1.2.2.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_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-support/libnl/libnl_3.9.0.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 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-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_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_populate_lic 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 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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.21.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.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-docutils_0.21.2.bb:do_unpack as buildable\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_package as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_deploy_source_date_epoch 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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.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_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 /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_deploy_source_date_epoch as buildable\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: 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_write_ipk as buildable\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_deb 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.52.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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-setuptools_69.5.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_deploy_source_date_epoch 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_write_ipk as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_deb as buildable\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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_packagedata 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-devtools/binutils/binutils_2.42.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_packagedata 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_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_populate_sysroot 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_populate_lic 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_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.41.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_packagedata 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package 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/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/libassuan/libassuan_2.5.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_packagedata\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-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-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-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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/libxext_1.3.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.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/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_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_rust_create_wrappers as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0.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.34.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_collect_spdx_deps as buildable\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/gobject-introspection/gobject-introspection_1.80.1.bb:do_collect_spdx_deps 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: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_package_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_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_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.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_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/xorg-lib/libxshmfence_1.3.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_package_spdx as buildable\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-graphics/pango/pango_1.52.2.bb:do_populate_sysroot\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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package 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 /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.8.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_qa as buildable\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 /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/gtk+/gtk+3_3.24.42.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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_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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_ipk 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-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_populate_sysroot as buildable\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-devtools/gcc/gcc_14.1.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_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-devtools/perl/libxml-parser-perl_2.47.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.bb:do_patch as buildable\nDEBUG: Setscene covered task /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_14.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.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_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-devtools/gcc/gcc_14.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_packagedata 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-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_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_deb 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_ipk 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: 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_populate_lic 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_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_deploy_source_date_epoch\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/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/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/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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot 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-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.4.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_ipk 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-extended/unzip/unzip_6.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_deb 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_write_deb 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_ipk 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: 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: 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/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.12.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_packagedata 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 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 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-devtools/tcltk/tcl_8.6.14.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.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.14.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.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-devtools/tcltk/tcl_8.6.14.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb:do_deploy_source_date_epoch 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-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_write_deb 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_ipk 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_qa 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 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.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.12.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.12.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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_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.21.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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-docutils_0.21.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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.21.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.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.283.0.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_package_spdx as buildable\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-core/readline/readline_8.2.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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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.31.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_install_ptest_base 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-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_ipk as buildable\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: 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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_package_write_deb\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/libpcre2_10.44.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_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.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_2024.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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_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_unpack as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_deploy_source_date_epoch as buildable\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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_rust_gen_targets as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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-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-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-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-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 /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-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 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.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.38.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.38.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_unpack 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 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-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-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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_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_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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_populate_sysroot 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-kernel/linux/linux-yocto_6.6.bb:do_shared_workdir\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.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_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-support/libassuan/libassuan_2.5.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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_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-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_prepare_recipe_sysroot 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_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_unpack 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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.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/libfontenc_1.1.8.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.8.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.8.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.8.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.8.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.8.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.3.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.3.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.3.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.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_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-app/mkfontscale_1.2.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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\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/bash-completion/bash-completion_2.14.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.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.14.0.bb:do_create_spdx\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-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.52.0.bb:do_prepare_recipe_sysroot 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-kernel/linux/linux-yocto_6.6.bb:do_compile_kernelmodules\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-graphics/xorg-font/encodings_1.1.0.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_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-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 /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_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_deb 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-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_write_deb as buildable\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_ipk 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-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_populate_sysroot as buildable\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: 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-font/encodings_1.1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_populate_sysroot as buildable\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 /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-devtools/btrfs-tools/btrfs-tools_6.8.1.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_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_prepare_recipe_sysroot 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_populate_sysroot 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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_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-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-connectivity/iproute2/iproute2_6.9.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.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_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-extended/findutils/findutils_4.10.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package 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-kernel/linux/linux-yocto_6.6.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-extended/iptables/iptables_1.8.10.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_ipk 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-extended/procps/procps_4.0.4.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_ipk 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/e2fsprogs/e2fsprogs_1.47.0.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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_deb 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-devtools/perl/perl_5.38.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_ipk as buildable\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-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_deb 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.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_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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_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 /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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_packagedata\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-gnome/gtk+/gtk+3_3.24.42.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_deploy_source_date_epoch\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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_write_deb as buildable\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/findutils/findutils_4.10.0.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_qa 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_populate_sysroot as buildable\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/which/which_2.21.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_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-devtools/btrfs-tools/btrfs-tools_6.8.1.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 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 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/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/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/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_populate_sysroot as buildable\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-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 /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-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_populate_sysroot 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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/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_write_rpm as buildable\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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_deb as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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.8.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_deb 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-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-core/util-linux/util-linux_2.39.3.bb:do_package_qa 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_ipk 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_write_deb 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_deb 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_write_ipk 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_write_rpm 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-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-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-devtools/rpm/rpm_4.19.1.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_lic 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-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-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-support/atk/at-spi2-core_2.52.0.bb:do_deploy_source_date_epoch\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_populate_sysroot as buildable\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: 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-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_write_ipk 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: 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_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_package_write_deb\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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.5.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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.5.1.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_packagedata 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_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.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_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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_package_write_deb\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_package_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_unpack\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: 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: 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_ipk as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_write_deb 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_populate_lic as buildable\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: 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-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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_package_write_deb\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_package_spdx 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-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_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/libxdmcp_1.1.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_create_package_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_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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_package_write_deb\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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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.17.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_collect_spdx_deps as buildable\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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_package_write_deb\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_14.1.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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package 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/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-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: 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_populate_sysroot 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-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-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_packagedata\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_deb 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-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_write_ipk 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-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_deb 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-core/dbus/dbus_1.14.10.bb:do_package_write_ipk 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 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/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-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/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 /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-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-support/libusb/libusb1_1.0.27.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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/libxext_1.3.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/libxext_1.3.6.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.6.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.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.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/libxext_1.3.6.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_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_patch as buildable\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: 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-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_populate_lic as buildable\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: 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-devtools/rust/libstd-rs_1.75.0.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_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_write_ipk\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_deb\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_package_spdx 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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: 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.9.bb:do_create_package_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: 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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_rust_create_wrappers\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_rust_gen_targets\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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_unpack\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: 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: 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_patch 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 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-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_deploy_source_date_epoch 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_lic 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_deploy_source_date_epoch as buildable\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: 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_deploy_source_date_epoch as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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/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_populate_lic 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_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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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_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 /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_patch as buildable\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: 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 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-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 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 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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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_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_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-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/alsa/alsa-lib_1.2.12.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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_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-graphics/xorg-font/encodings_1.1.0.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.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.47.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.47.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.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-graphics/xorg-lib/libfontenc_1.1.8.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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_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/ell/ell_0.66.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.8.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.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-graphics/pango/pango_1.52.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_package_spdx 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-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-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-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_prepare_recipe_sysroot as buildable\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: 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-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-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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.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/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_unpack as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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_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-devtools/tcltk/tcl_8.6.14.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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.12.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_fetch 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-connectivity/ofono/ofono_2.8.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_packagedata\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_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_prepare_recipe_sysroot 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_qa 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_write_ipk 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_write_deb 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_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_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_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/python/python3-docutils_0.21.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-docutils_0.21.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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.21.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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.21.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.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.21.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.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-docutils_0.21.2.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.80.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.80.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.80.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.80.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package 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-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/python/python3-packaging_24.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_packagedata 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-devtools/python/python3-dbusmock_0.31.1.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_unpack\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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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.31.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.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_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/python/python3-dbusmock_0.31.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_write_ipk 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/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-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_unpack as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.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.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.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.24.4.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package as buildable\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-devtools/orc/orc_0.4.38.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_unpack as buildable\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/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_prepare_recipe_sysroot 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-gnome/librsvg/librsvg_2.57.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_rust_create_wrappers 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_populate_lic as buildable\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: 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/libxcursor_1.2.2.bb:do_populate_sysroot\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_ipk as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_deb 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 /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_populate_lic as buildable\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: 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 /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-support/libassuan/libassuan_2.5.7.bb:do_deploy_source_date_epoch\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-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/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-support/atk/at-spi2-core_2.52.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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_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-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-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-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_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_patch 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-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-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-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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.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.12.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.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_2024.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_packagedata 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-connectivity/bluez5/bluez5_5.72.bb:do_populate_sysroot\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_deploy_source_date_epoch as buildable\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: 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-connectivity/openssl/openssl_3.3.1.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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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\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-extended/xz/xz_5.4.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_collect_spdx_deps 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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_deb 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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package 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-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-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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-initial_2.80.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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-initial_2.80.2.bb:do_create_spdx\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-core/coreutils/coreutils_9.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_ipk 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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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_qa 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/attr/acl_2.3.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_ipk 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.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_deb 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-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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.41.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package 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-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_patch as buildable\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: 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-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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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.24.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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_unpack\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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_sysroot 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-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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_create_package_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_unpack\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: 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: 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_populate_lic as buildable\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: 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-support/gdbm/gdbm_1.23.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_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-support/gdbm/gdbm_1.23.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_package_write_deb\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-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-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-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.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_package_write_deb\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_20240517-3.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_package_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-devtools/python/python3_3.12.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_package_spdx 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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.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_packagedata\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_deb 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_ipk as buildable\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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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/util-macros_1.20.1.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.1.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.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.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/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-util/makedepend_1.0.9.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-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-util/util-macros_1.20.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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.17.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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.5.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_deploy_source_date_epoch 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-extended/libsolv/libsolv_0.7.29.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_unpack 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: 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 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-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_patch 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-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.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_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_patch as buildable\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: 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_deploy_source_date_epoch as buildable\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: 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-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-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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_ipk 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_unpack as buildable\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: 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-multimedia/webp/libwebp_1.4.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_patch 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-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/xorg-lib/libxkbcommon_1.7.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.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/libxmu_1.2.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_unpack 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-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: 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_deploy_source_date_epoch as buildable\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: 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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_install_ptest_base 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/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_package as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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.12.8.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_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_package_spdx as buildable\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-xml-dtd4_4.5.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.23.0.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.18.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.18.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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_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_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-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_deploy_source_date_epoch 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-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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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_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-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-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-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 /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-support/libdaemon/libdaemon_0.14.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_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/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-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-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-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-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-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-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-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-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-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-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_populate_sysroot 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 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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.38.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.38.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.38.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.38.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.38.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_sysroot\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_deploy_source_date_epoch as buildable\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: 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-devtools/python/python3-pycairo_1.26.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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_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 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-devtools/python/python3-pycairo_1.26.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.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/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-support/fribidi/fribidi_1.0.15.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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_prepare_recipe_sysroot 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_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_unpack 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_patch as buildable\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: 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-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_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_populate_sysroot 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/logrotate/logrotate_3.22.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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/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 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.5.0.bb:do_prepare_recipe_sysroot 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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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-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-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_packagedata\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_deb as buildable\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: 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-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_patch as buildable\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: 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-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 /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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.52.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_deb 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_write_config\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_populate_sysroot 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 as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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_write_rpm 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_deb 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_ipk as buildable\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: 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 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_unpack 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_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_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-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 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-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-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-devtools/tcltk/tcl_8.6.14.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_compile_ptest_base 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.34.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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_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.34.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_patch 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 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_populate_lic 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_deploy_source_date_epoch 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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_deploy_source_date_epoch 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-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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.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-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-devtools/rpm/rpm_4.19.1.1.bb:do_deploy_source_date_epoch\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-devtools/python/python3-markupsafe_2.1.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_prepare_recipe_sysroot 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-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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-xserver/xserver-xorg_21.1.13.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_unpack 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-support/libcap-ng/libcap-ng_0.8.5.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_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_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_package_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_package_write_ipk\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_deb\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-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.1.bb:do_prepare_recipe_sysroot as buildable\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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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-connectivity/bluez5/bluez5_5.72.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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_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_package 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_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.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.80.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.80.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.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.80.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_collect_spdx_deps 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-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-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-gnome/librsvg/librsvg_2.57.1.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_fetch\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.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-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-gnome/librsvg/librsvg_2.57.1.bb:do_rust_create_wrappers\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_rust_gen_targets\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_deb 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 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 /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-devtools/python/python3-more-itertools_10.3.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-more-itertools_10.3.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.85.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.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_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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_unpack 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-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 /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-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-support/libevdev/libevdev_1.13.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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-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/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 /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-graphics/xorg-lib/libxmu_1.2.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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_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_package as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_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/libxmu_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/libxt_1.3.0.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_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-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.13.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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_fetch\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_packagedata as buildable\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/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/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-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-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-devtools/python/python3-pycairo_1.26.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_patch as buildable\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-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 /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/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-devtools/python/python3-pycairo_1.26.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.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-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_populate_lic 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_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.24.4.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.24.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb:do_deploy_source_date_epoch 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/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/logrotate/logrotate_3.22.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_patch 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-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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.5.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.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/harfbuzz/harfbuzz_8.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/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 /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_populate_lic 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_patch_ptest_path 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/logrotate/logrotate_3.22.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_deploy_source_date_epoch 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-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_populate_lic as buildable\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: 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/python/python3-jinja2_3.1.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.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_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-multimedia/libtheora/libtheora_1.1.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_populate_sysroot 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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_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-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-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/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/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/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_populate_sysroot as buildable\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/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-support/popt/popt_1.19.bb:do_packagedata\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-support/popt/popt_1.19.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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_write_ipk 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-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-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.8.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_packagedata\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_populate_sysroot 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 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-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-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_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_deb as buildable\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_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package 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-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 /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-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_collect_spdx_deps 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_patch 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 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-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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_sysroot\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.34.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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_deploy_source_date_epoch 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_lic 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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_deb 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-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/libcheck/libcheck_0.15.2.bb:do_package_write_ipk as buildable\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-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_packagedata 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.34.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.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.43.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_fetch 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-kernel/lttng/lttng-ust_2.13.8.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_package_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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.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.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.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.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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.2.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_prepare_recipe_sysroot 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_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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-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-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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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_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-graphics/xorg-lib/libfontenc_1.1.8.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-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-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-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-devtools/python/python3-markupsafe_2.1.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_populate_lic as buildable\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-devtools/orc/orc_0.4.38.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_packagedata as buildable\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-devtools/python/python3-hypothesis_6.103.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.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_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-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-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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.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.80.2.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.80.2.bb:do_create_spdx\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-devtools/desktop-file-utils/desktop-file-utils_0.27.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_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.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_deploy_source_date_epoch 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-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-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-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_populate_sysroot as buildable\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-multimedia/webp/libwebp_1.4.0.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_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_package as buildable\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: 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-support/ptest-runner/ptest-runner_2.4.4.bb:do_populate_sysroot\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-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 /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 /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-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_patch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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 as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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_patch\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: 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: 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_deploy_source_date_epoch as buildable\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: 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-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.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.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_package_spdx as buildable\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/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/libxinerama_1.1.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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_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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_deb 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-securetty_4.6.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_rpm 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-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-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_unpack as buildable\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: 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-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: 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-devtools/libtool/libtool_2.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_populate_sysroot 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-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-devtools/lua/lua_5.4.6.bb:do_packagedata\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/lua/lua_5.4.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.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.1.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_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-support/boost/boost_1.85.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_patch 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-support/boost/boost-build-native_1.85.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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.85.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.85.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.0.bb:do_deploy_source_date_epoch 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/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-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-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/libevent/libevent_2.1.12.bb:do_deploy_source_date_epoch\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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_unpack 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-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: 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-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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_sysroot\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-devtools/quilt/quilt_0.68.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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-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_prepare_recipe_sysroot as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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_prepare_recipe_sysroot as buildable\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-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_collect_spdx_deps as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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.13.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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_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.13.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.0.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_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/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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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_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 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-support/nghttp2/nghttp2_1.62.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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.14.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_install_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_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_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/swig/swig_4.2.1.bb:do_patch 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-support/nghttp2/nghttp2_1.62.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.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_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-extended/psmisc/psmisc_23.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_deploy_source_date_epoch\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_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-devtools/swig/swig_4.2.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.2.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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.52.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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-graphics/xorg-lib/libxcursor_1.2.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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.52.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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_unpack 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_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.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_populate_lic as buildable\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-connectivity/openssh/openssh_9.7p1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_configure_ptest_base 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/freetype/freetype_2.13.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_package_write_deb\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/freetype/freetype_2.13.2.bb:do_create_package_spdx as buildable\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: 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-devtools/rust/libstd-rs_1.75.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.42.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_deploy_source_date_epoch\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.48.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_fetch 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_write_rpm\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-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-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.48.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_package_write_deb\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/libxrender_0.9.11.bb:do_create_package_spdx as buildable\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: 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/rpm/rpm_4.19.1.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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_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-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.17.0.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-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_prepare_recipe_sysroot 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_unpack 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/libdnf/libdnf_0.73.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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_populate_sysroot\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-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/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/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-devtools/python/python3-more-itertools_10.3.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-base_1.24.4.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_patch 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.2.1.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.103.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_populate_lic as buildable\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-devtools/python/python3-more-itertools_10.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_packagedata 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_write_deb as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_write_ipk 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-graphics/xorg-lib/libxmu_1.2.1.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_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/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-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_fetch 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_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-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_package as buildable\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: 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-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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.12.bb:do_unpack 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_prepare_recipe_sysroot 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_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_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-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 /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_package as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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_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-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-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-gnome/libgudev/libgudev_238.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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.57.1.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.57.1.bb:do_populate_lic 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/rpm/rpm_4.19.1.1.bb:do_packagedata\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-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_write_ipk as buildable\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_deb 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 /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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_unpack 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-graphics/xorg-lib/libxmu_1.2.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_populate_sysroot 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_qa as buildable\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_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_write_deb 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-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_deploy_source_date_epoch as buildable\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: 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-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-devtools/python/python3-pycairo_1.26.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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.8.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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 as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_rpm 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_populate_lic as buildable\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: 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-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 /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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_ipk 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: 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: 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-connectivity/avahi/avahi_0.8.bb:do_populate_sysroot\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/logrotate/logrotate_3.22.0.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-extended/gzip/gzip_1.13.bb:do_deploy_source_date_epoch\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-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 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-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-support/libusb/libusb1_1.0.27.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.15.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.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/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-support/fribidi/fribidi_1.0.15.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.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/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-support/fribidi/fribidi_1.0.15.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.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/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-support/fribidi/fribidi_1.0.15.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.5.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.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/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-support/fribidi/fribidi_1.0.15.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.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_package_write_rpm\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-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_qa 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_write_ipk 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_write_deb 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_write_rpm 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-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-pycairo_1.26.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_qa 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_populate_lic 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_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_package_write_ipk\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_deb\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-core/base-passwd/base-passwd_3.6.3.bb:do_create_package_spdx as buildable\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: 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/logrotate/logrotate_3.22.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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/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/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/logrotate/logrotate_3.22.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.52.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.52.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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_packagedata\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-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_write_ipk 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_write_deb 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_write_rpm 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_deb 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_ipk as buildable\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: 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_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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_package_write_rpm 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-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_patch 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-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 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 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_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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.13.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.13.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_deploy_source_date_epoch 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_populate_lic as buildable\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: 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 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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_collect_spdx_deps 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-extended/quota/quota_4.09.bb:do_prepare_recipe_sysroot 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/libmodulemd/libmodulemd_git.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.34.0.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_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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_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-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-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-gnome/gtk+/gtk4_4.14.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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_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: 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 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-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-kernel/lttng/lttng-ust_2.13.8.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_patch 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-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-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_write_ipk 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_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 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_deb 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: 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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_compile_ptest_base 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: 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-support/libnl/libnl_3.9.0.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_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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.2.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_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-gnome/librsvg/librsvg_2.57.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_packagedata 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package as buildable\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_ipk 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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-graphics/xorg-lib/libxcursor_1.2.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.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.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_deploy_source_date_epoch 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-gnome/gnome/gconf_3.2.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_collect_spdx_deps as buildable\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.2.bb:do_collect_spdx_deps 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_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_ipk as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.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_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-extended/libsolv/libsolv_0.7.29.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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-extended/libsolv/libsolv_0.7.29.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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-extended/libsolv/libsolv_0.7.29.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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-extended/libsolv/libsolv_0.7.29.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.52.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/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_populate_lic 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_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.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_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-lib/libxcursor_1.2.2.bb:do_populate_lic 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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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.1.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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.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.23.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_configure_ptest_base 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.13.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_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-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-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.2.1.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_ipk 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_write_deb 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_deploy_source_date_epoch 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_package as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.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.13.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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.13.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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.13.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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.13.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_unpack 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_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-pytest_8.2.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.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.1.bb:do_deploy_source_date_epoch\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_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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_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/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-connectivity/ofono/ofono_2.8.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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_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-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.48.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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.1.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_configure_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_patch\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: 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: 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-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-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/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_rpm 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_populate_lic as buildable\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: 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 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_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_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.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_patch\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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_unpack 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-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-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-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-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-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-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-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-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-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-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-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-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_package as buildable\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: 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-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_package as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_package_write_deb\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/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/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/libxcursor_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/libxfixes_6.0.1.bb:do_create_package_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_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-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-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-connectivity/avahi/avahi_0.8.bb:do_packagedata\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 /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-devtools/fmt/fmt_10.2.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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.3.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.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_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-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-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-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_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_package_write_deb 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_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.85.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_packagedata\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-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/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-support/boost/boost_1.85.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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.24.4.bb:do_package_write_deb 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-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-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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_collect_spdx_deps 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_patch 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_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_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-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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_populate_lic 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_deploy_source_date_epoch 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_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-devtools/rust/rust-llvm_1.75.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.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_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-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_patch as buildable\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: 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.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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_patch\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.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_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 /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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_unpack 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-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-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.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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_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.13.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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.5.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_configure_ptest_base 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 /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-extended/psmisc/psmisc_23.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package 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/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 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/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_package_spdx 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_unpack as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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_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-core/ttyrun/ttyrun_2.33.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_packagedata 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_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.17.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.17.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.5.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.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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.17.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/libxdmcp_1.1.5.bb:do_create_package_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_packagedata\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_ipk as buildable\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_deb as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.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/libxcb_1.17.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_create_package_spdx 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-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-devtools/python/python3-jinja2_3.1.4.bb:do_deploy_source_date_epoch\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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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_patch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_compile_ptest_base 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-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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_configure_ptest_base 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-extended/psmisc/psmisc_23.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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_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-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-multimedia/mpg123/mpg123_1.32.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_deb 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-support/libyaml/libyaml_0.2.5.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package as buildable\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: 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/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-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_unpack as buildable\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: 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-multimedia/mpg123/mpg123_1.32.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_generate_toolchain_file 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_ipk 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_deb 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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package as buildable\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-lib/libxcvt_0.1.2.bb:do_package_write_ipk 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_unpack as buildable\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: 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_package as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_fetch 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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_ipk 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-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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_packagedata 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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_package_write_deb\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_package_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 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_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.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/libx11_1.8.9.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.9.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.9.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_create_package_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.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/libxfixes_6.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_packagedata as buildable\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 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.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_create_package_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_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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_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 /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-core/initscripts/initscripts_1.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_package_write_deb\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-core/update-rc.d/update-rc.d_0.8.bb:do_package_write_ipk\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_deb\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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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.1.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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_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-devtools/go/go-runtime_1.22.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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-support/xxhash/xxhash_0.8.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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.4.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.4.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_rpm 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_unpack as buildable\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: 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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_unpack 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-devtools/go/go-runtime_1.22.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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_prepare_recipe_sysroot as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.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-pytest_8.2.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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-devtools/librepo/librepo_1.17.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-hypothesis_6.103.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_configure_ptest_base 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-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-graphics/xorg-lib/libxmu_1.2.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.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_patch\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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-bad_1.24.4.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_spdx\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_rust_create_wrappers as buildable\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-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-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-graphics/xorg-app/mkfontscale_1.2.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_fetch 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-graphics/xorg-app/mkfontscale_1.2.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.3.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_packagedata 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-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/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/go/go-cross_1.22.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_patch as buildable\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/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/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-multimedia/alsa/alsa-utils_1.2.11.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_ipk 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/shadow/shadow_4.15.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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.17.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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_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-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-core/base-files/base-files_3.0.14.bb:do_package_write_rpm\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/libmd/libmd_1.1.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_collect_spdx_deps 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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_spdx\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/logrotate/logrotate_3.22.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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/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/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/logrotate/logrotate_3.22.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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-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-support/libunistring/libunistring_1.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.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.12.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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.12.2.bb:do_create_package_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_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-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_write_rpm 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_ipk as buildable\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_deb 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 /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_patch 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_write_ipk\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_deb\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_package_spdx as buildable\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-extended/libsolv/libsolv_0.7.29.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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_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 /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.15.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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.15.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_collect_spdx_deps 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_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_populate_sysroot 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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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.13.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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-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_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_deb as buildable\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_write_ipk 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-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-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_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-gnome/gtk+/gtk4_4.14.4.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_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.6.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_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 /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-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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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-devtools/quilt/quilt_0.68.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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.68.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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.13.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_configure_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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-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-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-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-core/ttyrun/ttyrun_2.33.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.bb:do_unpack 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.17.bb:do_package_write_deb 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_write_ipk as buildable\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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_patch 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/libksba/libksba_1.6.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.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-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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_patch\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.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_populate_sysroot\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-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/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-core/ttyrun/ttyrun_2.33.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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.43.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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.43.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.43.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_install_ptest_base 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.52.0.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.13.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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_qa as buildable\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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_ipk 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-devtools/go/go-native_1.22.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_prepare_recipe_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_package_write_rpm\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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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_write_ipk 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_package_write_deb\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_package_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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.2.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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.2.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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.2.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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.2.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.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.2.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_unpack 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-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-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-multimedia/mpg123/mpg123_1.32.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.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.52.0.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.52.0.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.52.0.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.52.0.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-graphics/xorg-lib/libxcursor_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-lib/libxcursor_1.2.2.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.2.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.52.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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-graphics/xorg-lib/libxcursor_1.2.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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.52.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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-graphics/xorg-lib/libxcursor_1.2.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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.52.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.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/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-graphics/xorg-lib/libxcursor_1.2.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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.52.0.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-graphics/xorg-lib/libxcursor_1.2.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_prepare_recipe_sysroot 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-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_populate_lic as buildable\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: 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_deploy_source_date_epoch as buildable\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: 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-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_populate_lic as buildable\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: 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-multimedia/mpg123/mpg123_1.32.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.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-markupsafe_2.1.5.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_compile_ptest_base 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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_patch 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_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_ipk as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.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.42.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.42.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.42.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_populate_lic 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.48.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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_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 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 /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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libxslt/libxslt_1.1.39.bb:do_create_package_spdx 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-multimedia/pulseaudio/pulseaudio_17.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_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_fetch\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: 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: 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/ed/ed_1.20.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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-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/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-extended/cronie/cronie_1.7.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_deb 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: 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_write_ipk 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 /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-core/glib-networking/glib-networking_2.78.1.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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_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/ed/ed_1.20.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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 /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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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-extended/cronie/cronie_1.7.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_unpack as buildable\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_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_deb as buildable\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_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.34.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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-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/gdb/gdb_14.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_fetch 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/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 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 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-devtools/gdb/gdb_14.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_unpack as buildable\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-extended/libsolv/libsolv_0.7.29.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_package_write_deb\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/nettle/nettle_3.9.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_package_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_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_package as buildable\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: 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_package as buildable\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: 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_deploy_source_date_epoch as buildable\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: 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_deploy_source_date_epoch as buildable\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: 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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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.24.4.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.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_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-devtools/go/go-runtime_1.22.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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-support/xxhash/xxhash_0.8.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.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-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_patch 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.48.2.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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.48.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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.48.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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_populate_sysroot as buildable\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.48.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.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_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.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.283.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_create_package_spdx 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-devtools/go/go-runtime_1.22.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.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/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-support/xxhash/xxhash_0.8.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_populate_lic 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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_deploy_source_date_epoch 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/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-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.48.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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/libdnf/libdnf_0.73.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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/libdnf/libdnf_0.73.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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/libdnf/libdnf_0.73.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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_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-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-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.6.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_package_write_rpm\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-gnome/gnome/gconf_3.2.6.bb:do_populate_sysroot\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/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/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/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_populate_sysroot 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 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-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-extended/libidn/libidn2_2.3.7.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\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-devtools/python/python3-importlib-metadata_7.1.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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_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-multimedia/alsa/alsa-ucm-conf_1.2.12.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-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_package_write_deb\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/libice_1.1.1.bb:do_create_package_spdx as buildable\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: 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 /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-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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_deb 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: 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: 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-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-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-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-devtools/python/python3-importlib-metadata_7.1.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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.1.0.bb:do_unpack 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-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-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 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_prepare_recipe_sysroot as buildable\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: 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-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-extended/libidn/libidn2_2.3.7.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_package_write_deb\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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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_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-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-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_configure 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.12.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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_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.12.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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.12.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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_populate_sysroot 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 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-graphics/xorg-app/mkfontscale_1.2.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_patch 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-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_packagedata\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/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_package_write_deb 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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_deb 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/pango/pango_1.52.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_ipk 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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_package_write_deb\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/libsm_1.2.4.bb:do_create_package_spdx as buildable\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: 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-graphics/xorg-app/mkfontscale_1.2.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_deploy_source_date_epoch 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-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-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-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.13.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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_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.13.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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.5.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_compile_ptest_base 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-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/pixman_0.42.2.bb:do_package_write_deb\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/xorg-lib/pixman_0.42.2.bb:do_create_package_spdx as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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.5.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.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_package_spdx 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_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_patch 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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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_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/util-linux/util-linux_2.39.3.bb:do_create_package_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 /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-multimedia/alsa/alsa-utils_1.2.11.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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.11.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_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_generate_toolchain_file 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-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_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_deb as buildable\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_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.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-dbusmock_0.31.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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.12.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_write_ipk 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-lib_1.2.12.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_ipk 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_write_ipk 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_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_write_deb 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-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-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-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-graphics/cairo/cairo_1.18.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_package_write_deb\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-devtools/python/python3-pycairo_1.26.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_package_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_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_package_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-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-devtools/docbook-xml/docbook-xml-dtd4_4.5.bb:do_create_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_install_ptest_base 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/zstd/zstd_1.5.6.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_deb 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: 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_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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-connectivity/wpa-supplicant/wpa-supplicant_2.10.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_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_package_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_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-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 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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_prepare_recipe_sysroot 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-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-extended/zstd/zstd_1.5.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_package_spdx 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_populate_lic as buildable\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: 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-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.12.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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_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.12.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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.3.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.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-unittest-automake-output_0.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_deploy_source_date_epoch\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/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-devtools/rust/rust_1.75.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_rust_setup_snapshot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_cargo_setup_snapshot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.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_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-graphics/graphene/graphene_1.10.8.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_deb 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 /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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_ipk as buildable\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-gnome/gi-docgen/gi-docgen_2023.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.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.8.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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_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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.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.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_unpack 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 /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-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-core/dbus/dbus_1.14.10.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_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-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-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_patch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_patch 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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.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_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_collect_spdx_deps as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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_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-devtools/python/python3-more-itertools_10.3.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.3.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.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-hypothesis_6.103.2.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_compile_ptest_base 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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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_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/ed/ed_1.20.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_populate_lic 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_deploy_source_date_epoch as buildable\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: 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_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_populate_lic 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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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-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-gnome/gnome/adwaita-icon-theme_46.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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_75-1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.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_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-core/dbus/dbus_1.14.10.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_package_write_deb\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-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-core/ell/ell_0.66.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_rpm\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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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_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-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-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 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-devtools/python/python3-pygments_2.18.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-markdown_3.6.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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_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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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-devtools/gdb/gdb_14.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_populate_lic 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 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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.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.8.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.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_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-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-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-devtools/python/python3-pygments_2.18.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_unpack 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_prepare_recipe_sysroot as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_rust_create_wrappers\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_deploy_source_date_epoch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_rust_gen_targets\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_prepare_recipe_sysroot 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-plugins_1.2.12.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_prepare_recipe_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_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-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-support/libcap/libcap_2.70.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_package_spdx 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-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.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-gnome/gnome/adwaita-icon-theme_46.0.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.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_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/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 /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.10.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_package_spdx as buildable\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: 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-multimedia/libogg/libogg_1.3.5.bb:do_package_write_rpm\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_unpack as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.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_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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_populate_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_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 /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-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_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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_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 /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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libogg/libogg_1.3.5.bb:do_package_write_deb\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/libvorbis/libvorbis_1.3.7.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_collect_spdx_deps 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/libogg/libogg_1.3.5.bb:do_create_package_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_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-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/python/python3-importlib-metadata_7.1.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_deploy_source_date_epoch 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-devtools/rust/rust-llvm_1.75.0.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.49.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_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-kernel/lttng/lttng-ust_2.13.8.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_ipk 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 /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 /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 /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-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_populate_sysroot as buildable\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-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-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_patch as buildable\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: 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/logrotate/logrotate_3.22.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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 /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/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/logrotate/logrotate_3.22.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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 /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-support/curl/curl_8.8.0.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_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_lic as buildable\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: 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-headers_1.3.283.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.283.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.283.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.283.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.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_deploy_source_date_epoch\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: 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-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-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_write_deb as buildable\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_ipk 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-core/ttyrun/ttyrun_2.33.1.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.17.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.17.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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_patch\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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_package_write_deb\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_package_spdx as buildable\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-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-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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_rust_gen_targets as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_rust_gen_targets as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_lic 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-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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.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/quilt/quilt_0.68.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_configure_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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.68.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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.13.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_compile_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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-graphics/drm/libdrm_2.4.120.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_package_write_deb\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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package 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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.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_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-support/libevdev/libevdev_1.13.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_deb 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-graphics/wayland/mtdev_1.1.7.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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-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-sato/libptytty/libptytty_2.0.bb:do_deploy_source_date_epoch\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-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/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-core/gettext/gettext_0.22.5.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_populate_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_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-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-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-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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_unpack 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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-gnome/gtk+/gtk4_4.14.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.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_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 /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-support/taglib/taglib_2.0.1.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-multimedia/mpg123/mpg123_1.32.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_ipk 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-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_deb 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_write_ipk 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 /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/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/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/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/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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.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.283.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.283.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.283.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/spir/spirv-tools_1.3.283.0.bb:do_create_package_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_fetch\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: 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: 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_prepare_recipe_sysroot as buildable\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: 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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_unpack 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-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-support/libksba/libksba_1.6.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_ipk 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_deploy_source_date_epoch as buildable\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: 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_populate_sysroot 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 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_package as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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-bsp/pciutils/pciutils_3.13.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_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/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-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-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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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_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-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-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-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_package as buildable\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: 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/python/python3-markupsafe_2.1.5.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_populate_lic 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_populate_lic as buildable\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: 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_populate_lic as buildable\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: 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-connectivity/libpcap/libpcap_1.10.4.bb:do_packagedata\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: 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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_ipk 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: 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/libmatchbox/libmatchbox_1.12.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_deb 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: 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.12.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_patch 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/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_unpack as buildable\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: 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-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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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/utfcpp/utfcpp_4.0.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_prepare_recipe_sysroot 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-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-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-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_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_populate_sysroot 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.12.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_populate_lic 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_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_package_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_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-devtools/python/python3-unittest-automake-output_0.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.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.2.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_packagedata\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-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-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-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-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-support/taglib/taglib_2.0.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.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-multimedia/mpg123/mpg123_1.32.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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_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-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-support/taglib/taglib_2.0.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.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-multimedia/mpg123/mpg123_1.32.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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_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-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-support/taglib/taglib_2.0.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.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-multimedia/mpg123/mpg123_1.32.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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_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-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_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.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_package as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_rpm 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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_ipk as buildable\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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.283.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.283.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.283.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.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.283.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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.19.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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.19.bb:do_unpack 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-devtools/go/go-runtime_1.22.4.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-support/xxhash/xxhash_0.8.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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-kernel/libtraceevent/libtraceevent_1.8.2.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.283.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.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.283.0.bb:do_create_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.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.49.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.49.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_rpm\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_package_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_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-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/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/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/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-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/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-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/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-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-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-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-extended/ltp/ltp_20240524.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-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-graphics/xorg-app/xprop_1.2.7.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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-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-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/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/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-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-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-connectivity/iw/iw_6.9.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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/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/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-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-extended/mc/mc_4.8.31.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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-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-support/nghttp2/nghttp2_1.62.0.bb:do_packagedata\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.62.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_qa 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_package as buildable\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: 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_unpack as buildable\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: 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-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-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_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_package_write_rpm\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-support/icu/icu_75-1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_package_spdx 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_collect_spdx_deps 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.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_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_sysroot 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_unpack 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_prepare_recipe_sysroot 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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_unpack 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_prepare_recipe_sysroot as buildable\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: 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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_unpack 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/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-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/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-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/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-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_prepare_recipe_sysroot as buildable\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: 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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.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-extended/ltp/ltp_20240524.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-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-graphics/xorg-app/xprop_1.2.7.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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.7.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-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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_unpack 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_unpack as buildable\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: 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/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-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_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_prepare_recipe_sysroot 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-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-connectivity/iw/iw_6.9.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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/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/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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_unpack 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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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-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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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_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-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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_deb 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-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-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-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_populate_sysroot as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_package_write_deb\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_package_spdx 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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_populate_lic 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-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_write_ipk 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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_package_write_deb as buildable\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_create_package_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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.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.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-mako_1.3.5.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.5.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_create_spdx\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_package_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_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-extended/libarchive/libarchive_3.7.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_package_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_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_write_rpm\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-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/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/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/xorg-app/xauth_1.1.3.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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/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/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-support/attr/acl_2.3.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.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.03.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_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_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_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-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-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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_package_write_deb\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_package_spdx 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_populate_sysroot as buildable\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/python/python3-pygments_2.18.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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_patch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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_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-devtools/go/go-runtime_1.22.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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-support/xxhash/xxhash_0.8.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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-devtools/go/go-runtime_1.22.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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-support/xxhash/xxhash_0.8.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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-devtools/go/go-runtime_1.22.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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-support/xxhash/xxhash_0.8.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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-devtools/go/go-runtime_1.22.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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-support/xxhash/xxhash_0.8.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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_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-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_package as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_package_write_deb\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_package_write_deb\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 /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_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_collect_spdx_deps 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-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_prepare_recipe_sysroot 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_unpack 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_unpack 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_prepare_recipe_sysroot 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_unpack 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_prepare_recipe_sysroot 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/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_unpack as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_unpack as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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_prepare_recipe_sysroot as buildable\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: 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/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/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_prepare_recipe_sysroot as buildable\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: 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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_unpack 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 /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-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-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_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_package_write_deb\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_24.0.7.bb:do_create_spdx\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/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/vulkan/vulkan-loader_1.3.283.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_package_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-multimedia/libtiff/tiff_4.6.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-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-markdown_3.6.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_populate_lic 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_patch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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_packagedata\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: 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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_ipk as buildable\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-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-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 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_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 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-extended/libsolv/libsolv_0.7.29.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_patch 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_patch 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_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_deploy_source_date_epoch\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_sysroot 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_populate_sysroot as buildable\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_populate_sysroot as buildable\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/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_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_qa as buildable\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/debugedit/debugedit_5.0.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.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_package_write_rpm 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/rpm/rpm_4.19.1.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_write_ipk 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.1.bb:do_package_write_deb 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.13.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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_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.13.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.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.5.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_install_ptest_base 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_ipk 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: 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_write_deb 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-support/libfm/libfm_1.3.2.bb:do_package 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_write_deb 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-graphics/menu-cache/menu-cache_1.1.0.bb:do_package_write_ipk 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_ipk 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_write_deb as buildable\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-support/libpcre/libpcre_8.45.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.6.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.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/libxext_1.3.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_collect_spdx_deps 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_write_rpm 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_ipk as buildable\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_deb 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-support/boost/boost_1.85.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.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_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-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-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-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_populate_sysroot as buildable\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-devtools/tcltk/tcl_8.6.14.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_packagedata 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_spdx\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_populate_sysroot 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-core/readline/readline_8.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_package_write_deb\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/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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_package_spdx as buildable\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: 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 /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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_rpm\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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_unpack 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-core/udev/eudev_3.2.14.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\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-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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.18.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/libpciaccess_0.18.1.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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.1.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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_patch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29.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.29.bb:do_populate_lic 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package 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-extended/man-db/man-db_2.12.1.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.1.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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.19.2.bb:do_populate_lic 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_deploy_source_date_epoch as buildable\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: 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-support/libgcrypt/libgcrypt_1.10.3.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_write_rpm\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/alsa/alsa-utils_1.2.11.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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-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_patch as buildable\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: 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-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-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.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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-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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_collect_spdx_deps as buildable\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: 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-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-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-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_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_populate_lic 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.21.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_package_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-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_patch as buildable\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: 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-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-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_patch as buildable\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: 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-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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_package_write_deb\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-gnome/libgudev/libgudev_238.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.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_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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/iputils/iputils_20240117.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-extended/cronie/cronie_1.7.2.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_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/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_deploy_source_date_epoch as buildable\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: 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_deploy_source_date_epoch as buildable\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: 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-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_deploy_source_date_epoch 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_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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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.13.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_populate_lic 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_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_package_write_deb\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-devtools/file/file_5.45.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_package_write_deb\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-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_package_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_package_spdx as buildable\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/nettle/nettle_3.9.1.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_write_rpm\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_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_write_ipk as buildable\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_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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_qa 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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_package_write_deb 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-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_populate_sysroot as buildable\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-devtools/python/python3-more-itertools_10.3.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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-devtools/gdb/gdb_14.2.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.70.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.70.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_package_spdx as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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.19.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_install_ptest_base 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 /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.13.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.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-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-support/gnutls/gnutls_3.8.5.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_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_packagedata\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-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-support/taglib/taglib_2.0.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.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-multimedia/mpg123/mpg123_1.32.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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_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/python/python3-more-itertools_10.3.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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_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-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-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-base-perl_1.09.bb:do_populate_sysroot\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/libxrender_0.9.11.bb:do_create_package_spdx 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_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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.19.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_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-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/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/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/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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_patch 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/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-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/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-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-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-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_patch 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_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-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-graphics/xorg-app/xprop_1.2.7.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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-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-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_patch as buildable\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: 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/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-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-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-connectivity/iw/iw_6.9.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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/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/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-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-extended/mc/mc_4.8.31.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_collect_spdx_deps 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-support/pinentry/pinentry_1.3.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package 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_collect_spdx_deps as buildable\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: 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-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/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_deb as buildable\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/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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_ipk 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: 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-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/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_deploy_source_date_epoch as buildable\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: 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_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_lic 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_deploy_source_date_epoch as buildable\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: 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_populate_lic as buildable\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: 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_populate_lic as buildable\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: 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_deploy_source_date_epoch as buildable\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: 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_deploy_source_date_epoch as buildable\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: 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-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_populate_lic as buildable\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: 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-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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_deploy_source_date_epoch 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_populate_lic as buildable\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: 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-graphics/xorg-app/xprop_1.2.7.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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.7.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-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_populate_lic as buildable\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: 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_populate_lic as buildable\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: 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_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_populate_lic 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-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_populate_lic as buildable\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: 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_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.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_populate_lic as buildable\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: 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-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_populate_lic as buildable\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: 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-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-connectivity/iw/iw_6.9.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_populate_lic as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_populate_lic 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-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/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/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-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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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-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-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-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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.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_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-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-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-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-extended/perl/libxml-sax-perl_1.02.bb:do_populate_sysroot\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-multimedia/alsa/alsa-utils_1.2.11.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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_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_populate_lic 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_deploy_source_date_epoch 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_deploy_source_date_epoch as buildable\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: 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_populate_lic as buildable\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: 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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_package_write_deb\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/nettle/nettle_3.9.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_package_write_deb\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/libseccomp/libseccomp_2.5.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_package_write_deb\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/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_package_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_package_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.5.bb:do_collect_spdx_deps 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 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-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-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-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 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 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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_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/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-support/pinentry/pinentry_1.3.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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_deploy_source_date_epoch\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/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/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/xorg-app/xauth_1.1.3.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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_collect_spdx_deps as buildable\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: 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/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_patch as buildable\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: 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-devtools/dnf/dnf_4.20.0.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_package_write_rpm\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_write_deb as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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_qa 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_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_write_ipk 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_write_deb 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_populate_lic 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_deploy_source_date_epoch 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/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/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/xorg-app/xauth_1.1.3.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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.3.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_deploy_source_date_epoch as buildable\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: 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/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/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_deploy_source_date_epoch as buildable\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: 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_populate_lic as buildable\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: 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_deploy_source_date_epoch as buildable\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: 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_populate_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 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-support/gnutls/gnutls_3.8.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.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_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/ed/ed_1.20.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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/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/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-extended/cronie/cronie_1.7.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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_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/ed/ed_1.20.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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/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/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-extended/cronie/cronie_1.7.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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_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/ed/ed_1.20.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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/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/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-extended/cronie/cronie_1.7.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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_populate_sysroot as buildable\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/logrotate/logrotate_3.22.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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_populate_sysroot as buildable\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_populate_sysroot as buildable\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/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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_populate_sysroot 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_populate_sysroot as buildable\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/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_populate_sysroot as buildable\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/cronie/cronie_1.7.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_ipk 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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_package_write_deb\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_package_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-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-devtools/go/go-runtime_1.22.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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-support/xxhash/xxhash_0.8.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_packagedata 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-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-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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-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_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_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_ipk 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: 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-core/busybox/busybox_1.36.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_deb 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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_ipk as buildable\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_write_deb 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: 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_packagedata as buildable\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_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.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_prepare_recipe_sysroot as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.73.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_deb 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: 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_write_ipk 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_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_deb as buildable\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_ipk 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_ipk as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_packagedata 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-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/ed/ed_1.20.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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/logrotate/logrotate_3.22.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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-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/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/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/cronie/cronie_1.7.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_packagedata 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 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-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 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-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 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-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_deb as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_ipk 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 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-devtools/quilt/quilt_0.68.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_compile_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_install as buildable\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.68.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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.13.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_install_ptest_base as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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-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-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-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-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_populate_sysroot as buildable\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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.75.0.bb:do_create_package_spdx 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_patch as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.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/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/wayland/wayland-protocols_1.36.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/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-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/wayland/wayland-protocols_1.36.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_unpack 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_unpack 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_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-devtools/llvm/llvm_18.1.6.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.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.75.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_prepare_recipe_sysroot 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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_packagedata\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: 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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_write_deb 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_write_deb 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_write_ipk 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-bsp/pciutils/pciutils_3.13.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.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_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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_populate_sysroot as buildable\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-support/fribidi/fribidi_1.0.15.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.15.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_package_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/fontconfig/fontconfig_2.15.0.bb:do_create_package_spdx 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_collect_spdx_deps 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_write_ipk as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_deb 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-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_collect_spdx_deps 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-extended/libarchive/libarchive_3.7.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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-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_populate_lic as buildable\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: 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-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-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_populate_sysroot as buildable\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-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-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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.20.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-packaging_24.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.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-packaging_24.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_create_package_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_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/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-devtools/rust/rust_1.75.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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.75.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_rust_create_wrappers as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_rust_create_wrappers as buildable\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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_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-importlib-metadata_7.1.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/libpciaccess_0.18.1.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_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.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-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-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-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-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: Marking task /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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_deb 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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_ipk 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/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_deb 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_qa 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-support/libsoup/libsoup_3.4.4.bb:do_packagedata\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_deb 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_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_write_deb as buildable\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_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_ipk 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_generate_toolchain_file as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_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_ipk\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_deb\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-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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_create_package_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_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.5.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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_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-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_rpm\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 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 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.17.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.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/libpciaccess_0.18.1.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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.18.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/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_package_spdx 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.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/libxdamage_1.1.6.bb:do_collect_spdx_deps as buildable\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-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-py_1.11.0.bb:do_deploy_source_date_epoch\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-devtools/dnf/dnf_4.20.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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-devtools/dnf/dnf_4.20.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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-devtools/dnf/dnf_4.20.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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_populate_sysroot as buildable\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-devtools/dnf/dnf_4.20.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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.12.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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/xkbcomp_1.4.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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/xkbcomp_1.4.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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/xkbcomp_1.4.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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_populate_sysroot 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 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_populate_sysroot 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_populate_sysroot as buildable\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-extended/bash/bash_5.2.21.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.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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.12.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.12.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.12.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_package_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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_ipk 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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.1.2.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.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.1.2.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_unpack as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_unpack as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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_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_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_ipk 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_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_ipk as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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_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_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_package_write_deb 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_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_deb 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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_write_ipk 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: 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: 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.12.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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_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.12.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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-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.12.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_populate_sysroot as buildable\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.12.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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_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_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-devtools/gdb/gdb_14.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-markdown_3.6.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_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 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-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-extended/libidn/libidn2_2.3.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_package_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_package_spdx 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_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_collect_spdx_deps 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 /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/dnf/dnf_4.20.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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.12.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.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.12.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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.12.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_spdx\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/binutils/binutils_2.42.bb:do_collect_spdx_deps as buildable\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: 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_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_deb as buildable\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_ipk as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.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.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_collect_spdx_deps as buildable\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_ipk as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_write_deb 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-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-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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.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_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-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-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-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-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-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-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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_populate_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_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_populate_sysroot as buildable\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-wcwidth_0.2.13.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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_populate_sysroot as buildable\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-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-connectivity/ppp/ppp_2.5.0.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 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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_packagedata\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_packagedata\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-extended/bash/bash_5.2.21.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_populate_sysroot\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.14.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_package_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_package_spdx 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 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_collect_spdx_deps 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_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_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-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-wcwidth_0.2.13.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_rpm\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-font/font-util_1.4.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_collect_spdx_deps 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_prepare_recipe_sysroot as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.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.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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_deploy_source_date_epoch 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_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_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-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-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-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-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-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-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-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-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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_populate_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_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_populate_sysroot as buildable\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-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_populate_sysroot as buildable\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_populate_sysroot as buildable\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-devtools/python/python3-pygments_2.18.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-markdown_3.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-markdown_3.6.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-markdown_3.6.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package 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-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-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-smartypants_2.0.0.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-connectivity/connman/connman-conf.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_ipk as buildable\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/ed/ed_1.20.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_write_deb 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_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_ipk 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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_qa 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_ipk 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_ipk as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_ipk 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_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_package_write_deb\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_package_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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_ipk as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_rpm 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_write_rpm\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-core/readline/readline_8.2.bb:do_create_package_spdx 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: 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-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-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 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 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/ca-certificates/ca-certificates_20211016.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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_create_package_spdx 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: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_collect_spdx_deps 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/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: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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-jinja2_3.1.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_packagedata 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_unpack as buildable\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: 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.1.2.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_patch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_deb as buildable\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/binutils/binutils_2.42.bb:do_populate_sysroot\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/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-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-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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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.13.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.191.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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.191.bb:do_create_spdx\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: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_package_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_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_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_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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_sysroot 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_populate_sysroot as buildable\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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.12.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-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.12.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_create_package_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-tomli_2.0.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.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_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_patch\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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_qa 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_write_rpm 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_deb 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_ipk 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_qa 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_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.0.bb:do_package_write_deb 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_write_rpm 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.13.bb:do_package_write_deb 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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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.13.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_write_ipk 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-xserver/xserver-xorg_21.1.13.bb:do_package_write_ipk 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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_package_write_deb\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-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_package_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_collect_spdx_deps 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 /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.1.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.17.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.17.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.17.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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.17.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_ipk 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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_deb 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-core/glib-networking/glib-networking_2.78.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_rpm 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_deb 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: 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 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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/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_deploy_source_date_epoch 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_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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_write_rpm\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_ipk as buildable\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_write_deb 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.12.bb:do_packagedata\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/pulseaudio/pulseaudio_17.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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.12.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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_qa as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.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.1.2.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.1.2.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.20.0.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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.20.0.bb:do_deploy_source_date_epoch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_lic as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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 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 /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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.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.1.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-setuptools-scm_8.1.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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_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-devtools/python/python3-zipp_3.19.2.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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-devtools/python/python3-zipp_3.19.2.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_populate_sysroot 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: Marking task /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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.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_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/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/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/shutdown-desktop/shutdown-desktop.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/pcmanfm/pcmanfm_1.3.2.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/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/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-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/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-extended/ltp/ltp_20240524.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-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-graphics/xorg-app/xprop_1.2.7.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-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-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/xrestop/xrestop_0.4.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-devtools/ccache/ccache_4.10.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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/systemtap/systemtap_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-core/glibc/glibc-mtrace_2.39.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-devtools/dosfstools/dosfstools_4.2.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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/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/sysklogd/sysklogd_2.5.2.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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-support/libsoup/libsoup_3.4.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-support/taglib/taglib_2.0.1.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-multimedia/mpg123/mpg123_1.32.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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_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-multimedia/flac/flac_1.4.3.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_package_write_deb\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.41.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_create_package_spdx 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_package_spdx 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-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-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-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_populate_sysroot as buildable\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-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-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-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-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-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-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-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-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-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-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-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-extended/man-db/man-db_2.12.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_packagedata 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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_populate_sysroot 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_populate_sysroot 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: Marking task /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 /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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_populate_sysroot 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_patch 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/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/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/xorg-app/xauth_1.1.3.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/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/xset_1.2.5.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-devtools/rust/rust_1.75.0.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_deploy_source_date_epoch\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-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.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.7.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_create_package_spdx 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-bsp/alsa-state/alsa-state.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_rpm 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.11.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_ipk 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_package_write_deb\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/flac/flac_1.4.3.bb:do_create_package_spdx as buildable\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: 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/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-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-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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_write_config\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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_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/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-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-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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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_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/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-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-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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_populate_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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_populate_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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_sysroot 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_populate_sysroot 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_populate_sysroot 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 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_populate_sysroot as buildable\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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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_populate_sysroot as buildable\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.13.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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-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-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-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-graphics/xorg-lib/libxcursor_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_write_rpm\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_deb 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_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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.5.0.bb:do_package_qa 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-pytest_8.2.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_ipk 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/cairo/cairo_1.18.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/pixman_0.42.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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_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 /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 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-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 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_20240524.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.22.4.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 /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-support/xxhash/xxhash_0.8.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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: 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-kernel/libtraceevent/libtraceevent_1.8.2.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-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-bsp/pciutils/pciutils_3.13.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.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.47.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.47.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_create_package_spdx as buildable\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-simple-perl_2.25.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.18.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_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\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/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-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-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-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-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-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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.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.13.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_24.0.7.bb:do_populate_lic as buildable\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/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_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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.19.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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.19.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_populate_sysroot\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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_package_spdx as buildable\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-support/popt/popt_1.19.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_package_write_deb\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.18.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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_package_spdx 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.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.18.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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.18.bb:do_create_package_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_unpack\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: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_patch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_rpm\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_collect_spdx_deps as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_prepare_recipe_sysroot 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-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/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/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/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-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/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-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/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/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-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/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-extended/ltp/ltp_20240524.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-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-graphics/xorg-app/xprop_1.2.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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-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-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/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/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-devtools/ccache/ccache_4.10.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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/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-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-core/glibc/glibc-mtrace_2.39.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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-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-connectivity/iw/iw_6.9.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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/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/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-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-extended/mc/mc_4.8.31.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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-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-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/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/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/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-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/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-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/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/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-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/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-extended/ltp/ltp_20240524.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-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-graphics/xorg-app/xprop_1.2.7.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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-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-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/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/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-devtools/ccache/ccache_4.10.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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/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-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-core/glibc/glibc-mtrace_2.39.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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-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-connectivity/iw/iw_6.9.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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/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/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-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-extended/mc/mc_4.8.31.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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-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-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/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/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/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-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/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-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/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/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-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/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-extended/ltp/ltp_20240524.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-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-graphics/xorg-app/xprop_1.2.7.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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-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-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/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/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-devtools/ccache/ccache_4.10.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.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/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-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-core/glibc/glibc-mtrace_2.39.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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-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-connectivity/iw/iw_6.9.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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/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/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-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-extended/mc/mc_4.8.31.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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-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_populate_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_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_populate_sysroot as buildable\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/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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_populate_sysroot 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_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_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_populate_sysroot 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 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_populate_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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_populate_sysroot 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_populate_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_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_populate_sysroot 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 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_populate_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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_populate_sysroot 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_populate_sysroot 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_populate_sysroot as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_populate_sysroot 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_populate_sysroot as buildable\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-graphics/xorg-app/xprop_1.2.7.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_populate_sysroot 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_populate_sysroot as buildable\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-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_populate_sysroot as buildable\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/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_populate_sysroot as buildable\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/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_populate_sysroot as buildable\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-devtools/ccache/ccache_4.10.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_populate_sysroot 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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_populate_sysroot as buildable\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-devtools/valgrind/valgrind_3.23.0.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_populate_sysroot 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_populate_sysroot as buildable\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-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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_install_ptest_base\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_populate_sysroot 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_populate_sysroot as buildable\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_populate_sysroot as buildable\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-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_populate_sysroot as buildable\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-connectivity/iw/iw_6.9.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_populate_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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_populate_sysroot 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: Marking task /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 /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_populate_sysroot as buildable\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/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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_sysroot 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_populate_sysroot 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_populate_sysroot as buildable\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-extended/mc/mc_4.8.31.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_populate_sysroot 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: Marking task /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 /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-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_write_rpm 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_deb as buildable\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_ipk 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_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_ipk as buildable\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: 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_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_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_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_deb 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_qa 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_rpm as buildable\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_deb 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_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/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_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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.18.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_package_spdx as buildable\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: 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-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-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/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/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/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-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/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-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/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/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-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/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/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/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-extended/ltp/ltp_20240524.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-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-graphics/xorg-app/xprop_1.2.7.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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-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-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/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/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-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/ccache/ccache_4.10.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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-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/lttng/babeltrace2_2.0.6.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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-devtools/valgrind/valgrind_3.23.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.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-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-core/glibc/glibc-mtrace_2.39.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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-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-connectivity/iw/iw_6.9.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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-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/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/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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_package_write_deb\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_package_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-support/libcheck/libcheck_0.15.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.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.75.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.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.75.0.bb:do_create_package_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_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_package_write_deb\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-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/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/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/xorg-app/xauth_1.1.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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/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/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/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-devtools/rust/rust_1.75.0.bb:do_rust_setup_snapshot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_rust_create_wrappers\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_configure as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_cargo_setup_snapshot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_rust_create_wrappers\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_configure 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/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/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/xorg-app/xauth_1.1.3.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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/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/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/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-devtools/rust/rust_1.75.0.bb:do_rust_gen_targets\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_rust_gen_targets\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_compile 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/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/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/xorg-app/xauth_1.1.3.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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/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/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/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-devtools/rust/rust_1.75.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_install 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_populate_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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_populate_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_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_populate_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_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_populate_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_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_populate_sysroot as buildable\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/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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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_populate_sysroot as buildable\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_populate_sysroot as buildable\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/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_populate_sysroot as buildable\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/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_populate_sysroot as buildable\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/pkgconfig/pkgconfig_git.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot as buildable\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_populate_sysroot as buildable\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-devtools/rust/rust_1.75.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_sysroot as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_sysroot 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-support/atk/at-spi2-core_2.52.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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.52.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.52.0.bb:do_create_package_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_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-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/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/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/xorg-app/xauth_1.1.3.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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/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/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/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/rust/rust_1.75.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_packagedata as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.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_package_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_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_deploy_source_date_epoch as buildable\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: 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_populate_lic as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_rpm\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_rpm 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/psplash/psplash_git.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/libpciaccess_0.18.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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.18.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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.18.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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.18.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/libpciaccess_0.18.1.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.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.39.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_package_write_deb\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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.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-extended/sed/sed_4.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.29.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.29.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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-devtools/json-c/json-c_0.17.bb:do_generate_toolchain_file\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: 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-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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_compile 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_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: 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: 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-extended/libsolv/libsolv_0.7.29.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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-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-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-extended/libsolv/libsolv_0.7.29.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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-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-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-extended/libsolv/libsolv_0.7.29.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-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-devtools/libmodulemd/libmodulemd_git.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_package_write_deb\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: 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/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: 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-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-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-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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.bb:do_create_spdx\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-support/libcheck/libcheck_0.15.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_package_write_deb\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-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 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.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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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-support/libssh2/libssh2_1.11.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_deb 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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.1.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_ipk 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: 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/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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_deb 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/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_ipk 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-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/rpm/rpm_4.19.1.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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_package_write_deb\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/mpfr/mpfr_4.2.1.bb:do_create_package_spdx as buildable\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: 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_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_deb as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_rpm\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-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-hypothesis_6.103.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_qa 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_ipk as buildable\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: 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-typogrify_2.0.7.bb:do_package_write_rpm 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_write_deb as buildable\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-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-smartypants_2.0.0.bb:do_package_write_deb 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_ipk 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_ipk 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/man-db/man-db_2.12.1.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.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_ipk as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package_write_deb 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_qa as buildable\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_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_deb 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_write_ipk 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_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_write_deb 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-conf.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.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_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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.8.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.8.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_create_package_spdx as buildable\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 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.3.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.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_package_spdx 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.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.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.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.1.2.bb:do_collect_spdx_deps 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_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_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_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_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_deb as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_ipk 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_deb 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: 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_write_ipk 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_ipk as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_deb 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_write_deb as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_write_ipk 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_deb 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_write_ipk as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_deb 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_deb as buildable\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_write_ipk 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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_ipk 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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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_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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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_write_rpm 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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_deb as buildable\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.13.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_deb 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/libxtst_1.2.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/libxi_1.8.1.bb:do_create_package_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_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_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_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_write_deb 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_write_rpm 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_deb as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_ipk 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_ipk 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_write_deb 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: 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: 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_qa 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_write_ipk 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_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_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_ipk 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_deb 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: 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_write_ipk 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-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_ipk 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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_package_write_deb 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_qa 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_write_deb 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_write_ipk 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_write_rpm 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-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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_ipk 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: 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: 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_write_deb as buildable\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_ipk 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/packagegroups/packagegroup-core-x11.bb:do_packagedata\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_ipk 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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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_write_deb as buildable\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_ipk 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_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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.7.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_qa 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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_ipk 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-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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_deb as buildable\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-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_deb 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_ipk 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/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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_package_write_deb 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_ipk 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: 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_write_deb 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/ccache/ccache_4.10.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_qa as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_ipk 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-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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_ipk 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/lttng/babeltrace2_2.0.6.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_ipk 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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_deb 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-devtools/valgrind/valgrind_3.23.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_ipk 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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_ipk as buildable\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-core/glibc/glibc-mtrace_2.39.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_ipk 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_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_deb as buildable\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_write_ipk as buildable\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_deb 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-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_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_deb as buildable\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_write_ipk as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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_qa 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_write_ipk 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_write_deb 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_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_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_ipk 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_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_ipk as buildable\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: 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_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_ipk 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_qa as buildable\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_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_deb as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_package_write_deb\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.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_package_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_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/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/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-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-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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_ipk as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.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.1.0.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.1.0.bb:do_create_package_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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\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 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_package_spdx as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_populate_sysroot\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-extended/bash/bash_5.2.21.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_package_spdx as buildable\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-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_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_package_write_ipk 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_write_rpm 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_write_deb 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_ipk 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_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_qa 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_write_ipk 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_write_deb 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_write_rpm 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_write_ipk 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_deb 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: 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: 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_write_ipk 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: 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_deb 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_write_ipk 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_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_deb 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/xorg-app/xauth_1.1.3.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_rpm as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_deb 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_deb 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_ipk 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_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_ipk 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/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_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_ipk as buildable\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: 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_write_rpm 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_deb 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_ipk as buildable\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: 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_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_deb 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_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_deb as buildable\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/rust/rust_1.75.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.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.75.0.bb:do_packagedata\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_qa as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_rpm as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.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/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/wayland/wayland-protocols_1.36.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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.36.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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-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-devtools/llvm/llvm_18.1.6.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.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/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/wayland/wayland-protocols_1.36.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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-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-devtools/llvm/llvm_18.1.6.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.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/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/wayland/wayland-protocols_1.36.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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-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-devtools/llvm/llvm_18.1.6.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.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/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/wayland/wayland-protocols_1.36.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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-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-devtools/llvm/llvm_18.1.6.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/wayland/wayland-protocols_1.36.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-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_populate_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.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/font-util_1.4.1.bb:do_package_write_ipk\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_deb\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.24.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.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.8.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.24.4.bb:do_create_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-support/libnl/libnl_3.9.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.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.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.7.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.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.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_package_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 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 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.5.22.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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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.38.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_package_spdx as buildable\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-support/libmpc/libmpc_1.3.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_rpm\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.5.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.5.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-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-trove-classifiers_2024.5.22.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.5.22.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_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-editables_0.5.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_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_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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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-trove-classifiers_2024.5.22.bb:do_create_package_spdx 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.21.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.21.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.73.1.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.21.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.21.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.21.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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-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.21.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_prepare_recipe_sysroot as buildable\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-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_package_write_deb\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.8.1.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_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_write_config\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_deploy_source_date_epoch\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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: 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/diffutils/diffutils_3.10.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_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.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-hatchling_1.24.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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.18.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.24.2.bb:do_create_package_spdx 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-hatch-vcs_0.4.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_populate_sysroot\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/acl_2.3.2.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_rpm\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 /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-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-extended/findutils/findutils_4.10.0.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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_package_write_deb\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-support/gpgme/gpgme_1.23.2.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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-docutils_0.21.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.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-docutils_0.21.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_create_package_spdx as buildable\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-devtools/gcc/gcc_14.1.bb:do_package_write_rpm\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_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_ipk as buildable\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: 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.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_create_package_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: 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-multimedia/speex/speexdsp_1.2.1.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_package_write_deb\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-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_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_rpm\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-support/libnl/libnl_3.9.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_package_write_deb\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/neard/neard_0.19.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_package_write_deb\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_package_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-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-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-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-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_ipk 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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_package_write_rpm 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-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 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_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_package_write_ipk as buildable\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/settings-daemon/settings-daemon_0.0.2.bb:do_package_write_deb 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_deb as buildable\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-multimedia/sbc/sbc_2.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_package_write_deb\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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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_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_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_write_rpm\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-support/libdaemon/libdaemon_0.14.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_fetch as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.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_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_create_package_spdx as buildable\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/timezone/tzdata.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_package_spdx as buildable\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/unzip/unzip_6.0.bb:do_package_write_rpm\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.17.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.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-support/libyaml/libyaml_0.2.5.bb:do_create_package_spdx as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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_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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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_write_rpm\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_package_write_deb\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_package_write_deb\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/libglu_9.0.3.bb:do_create_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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_write_rpm\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-core/sysvinit/sysvinit-inittab_2.88dsf.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_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_package_spdx as buildable\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: 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-extended/psmisc/psmisc_23.7.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_package_write_deb\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-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-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_write_rpm 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_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_deb 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_ipk 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_package_write_deb\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 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_package_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 /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.2.1.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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.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.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.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/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb:do_package_write_ipk\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_deb\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.15.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_create_spdx 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_write_ipk\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_deb\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-support/iso-codes/iso-codes_4.16.0.bb:do_package_write_ipk\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_deb\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/libxv_1.0.12.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_package_write_deb\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-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_package_write_deb\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/libfontenc_1.1.8.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_create_package_spdx 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-app/mkfontscale_1.2.3.bb:do_collect_spdx_deps 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_package_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-support/iso-codes/iso-codes_4.16.0.bb:do_create_package_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_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_package_write_deb\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_package_write_deb\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.9.0.bb:do_collect_spdx_deps 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_package_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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_package_write_deb\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_14.1.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_package_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_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_write_rpm\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 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 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-graphics/xorg-app/xrandr_1.5.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/libxrandr_1.5.4.bb:do_create_package_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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_package_write_deb\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/python/python3-six_1.16.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_package_write_deb\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 /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-devtools/libmodulemd/libmodulemd_git.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_create_package_spdx 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-six_1.16.0.bb:do_create_package_spdx as buildable\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: 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.1.2.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.1.2.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.1.2.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.1.2.bb:do_configure as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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.20.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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 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.1.2.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_compile as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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 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.1.2.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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-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.1.2.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.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.20.0.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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 /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/busybox/busybox_1.36.1.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_write_rpm\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-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_rpm\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.1.2.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_sysroot\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_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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.52.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_package_write_deb\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-support/libnl/libnl_3.9.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_recipe_qa\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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-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-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.12.bb:do_fetch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_unpack as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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-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_prepare_recipe_sysroot as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_unpack 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_unpack as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.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_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.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_2024.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_package_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_package_write_ipk\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_deb\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_package_write_deb\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.24.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_create_package_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_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_package_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-desktop/matchbox-desktop_2.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_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_package_write_deb\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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_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-connectivity/ofono/ofono_2.8.bb:do_create_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_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 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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_populate_lic as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_generate_toolchain_file as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_package_write_deb\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-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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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-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-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/git/git_2.45.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_populate_sysroot\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-extended/libsolv/libsolv_0.7.29.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_package_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_package_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_package_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/libdnf/libdnf_0.73.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_create_spdx\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: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_package_spdx 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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.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_write_rpm\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-devtools/python/python3-setuptools_69.5.1.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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_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/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.3.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_populate_sysroot\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_package_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/tzdata.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_create_package_spdx 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-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_package_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_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_write_rpm\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/python/python3-packaging_24.1.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_package_write_deb\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-extended/libsolv/libsolv_0.7.29.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.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.34.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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.34.0.bb:do_create_package_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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfont2_2.0.6.bb:do_package_write_deb\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcvt_0.1.2.bb:do_package_write_deb\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_package_write_deb\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_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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_package_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-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-importlib-metadata_7.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-zipp_3.19.2.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.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-toml_0.10.2.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_collect_spdx_deps 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 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_package_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 /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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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_write_rpm\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-devtools/dnf/dnf_4.20.0.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_fetch as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_fetch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_unpack 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.5.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.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/libxtst_1.2.4.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.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.5.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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_write_rpm\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-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/gzip/gzip_1.13.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_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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_rpm\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-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-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.2.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_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_populate_lic\nDEBUG: Setscene covered task /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-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/libassuan/libassuan_2.5.7.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_populate_lic\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-devtools/btrfs-tools/btrfs-tools_6.8.1.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_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_populate_lic\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.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/gnutls/gnutls_3.8.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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/libxcrypt/libxcrypt_4.4.36.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-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-support/gdbm/gdbm_1.23.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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/gcc/libgcc-initial_14.1.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-extended/libsolv/libsolv_0.7.29.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.80.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.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-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-devtools/libmodulemd/libmodulemd_git.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/libgpg-error/libgpg-error_1.49.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.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.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.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-extended/lzip/lzlib_1.14.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-extended/libarchive/libarchive_3.7.4.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.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.5.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-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/git/git_2.45.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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-packaging_24.1.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.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 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-devtools/m4/m4-native_1.4.19.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.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-support/attr/attr_2.5.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.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-kernel/kmod/kmod_32.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.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-core/coreutils/coreutils_9.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.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/e2fsprogs/e2fsprogs_1.47.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.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/bc/bc_1.07.1.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-core/init-ifupdown/init-ifupdown_1.0.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-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/busybox/busybox_1.36.1.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-bsp/v86d/v86d_0.1.10.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/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-devtools/gcc/libgcc_14.1.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 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-setuptools_69.5.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.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-devtools/libtool/libtool-cross_2.5.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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-devtools/python/python3_3.12.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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-devtools/file/file_5.45.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.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.39.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.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.4.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.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.80.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.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/librepo/librepo_1.17.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.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-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-devtools/python/python3_3.12.4.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/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/file/file_5.45.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.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.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-connectivity/openssl/openssl_3.3.1.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-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_14.1.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.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.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.42.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.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_9.0.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.1.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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.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.39.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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.68.bb:do_populate_lic\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-support/mpfr/mpfr_4.2.1.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_populate_lic\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/timezone/tzdata.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.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-devtools/perl/perl_5.38.2.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/diffutils/diffutils_3.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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_package_qa\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/libseccomp/libseccomp_2.5.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.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_package_qa\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_qa\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-devtools/btrfs-tools/btrfs-tools_6.8.1.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_package_qa\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_qa\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_qa\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-extended/tcp-wrappers/tcp-wrappers_7.6.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_package_qa\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-support/gnutls/gnutls_3.8.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.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_package_qa\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-extended/libnsl/libnsl2_git.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_package_qa\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-core/readline/readline_8.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.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_package_qa\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/timezone/tzdata.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.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_package_qa\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-extended/bash/bash_5.2.21.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_package_qa\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-support/attr/attr_2.5.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_package_qa\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/iptables/iptables_1.8.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.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_package_qa\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-support/attr/acl_2.3.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_qa\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/bc/bc_1.07.1.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_package_qa\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/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-files/base-files_3.0.14.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_package_qa\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-bsp/v86d/v86d_0.1.10.bb:do_package_qa\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/udev/eudev_3.2.14.bb:do_package_qa\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-devtools/gcc/libgcc_14.1.bb:do_package_qa\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.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_package_qa\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-core/zlib/zlib_1.3.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.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_package_qa\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/glibc/glibc_2.39.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.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_package_qa\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-devtools/qemu/qemuwrapper-cross_1.0.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_package_qa\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: 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: 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: 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: 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_ipk 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-tools-testapps.bb:do_package_write_rpm 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_deb as buildable\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_rpm as buildable\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_deb 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_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_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_ipk 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-eclipse-debug.bb:do_package_write_rpm 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_deb as buildable\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_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_ipk as buildable\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: 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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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-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: 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: 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_ipk\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_deb\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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_package_write_deb\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.8.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_create_package_spdx as buildable\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_unpack\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_patch as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_collect_spdx_deps 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-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_collect_spdx_deps as buildable\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-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: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_collect_spdx_deps 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 /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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_fetch.dffe36326f283ff2b90c5c93a2c0c2801cfd232404c3889811620b05bd863eb1 not available\nNOTE: Running noexec task 9202 of 12335 (/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: 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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_fetch.658fb3c1e23de7f7c751a0eb467d76291762660490c335f43c0e7b362163b1c2 not available\nNOTE: Running noexec task 9203 of 12335 (/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_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_unpack as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_fetch.5ed1370c74014fb6b11b6eae6b5fc0b84db5977efb63b5d365b847b825865ee2 not available\nNOTE: Running noexec task 9204 of 12335 (/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_prepare_recipe_sysroot as buildable\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-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_package_write_deb\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-support/libusb/libusb1_1.0.27.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_create_spdx 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_package_spdx 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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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.52.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/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-graphics/xorg-lib/libxcursor_1.2.2.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.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_package_write_deb\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_package_write_deb\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_collect_spdx_deps 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/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_collect_spdx_deps as buildable\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_package_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.6.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_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnome-desktop-testing/gnome-desktop-testing_2021.1.bb:do_populate_sysroot\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-core/dbus/dbus_1.14.10.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_create_package_spdx as buildable\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-multimedia/libtiff/tiff_4.6.0.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_rpm\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_package_write_deb\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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_patch\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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.12.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_populate_lic as buildable\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: 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_populate_lic as buildable\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: 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_deploy_source_date_epoch as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_package_write_deb\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_package_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/dnf/dnf_4.20.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_package_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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_package_write_deb\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-graphics/menu-cache/menu-cache_1.1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_package_write_deb\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-kernel/lttng/lttng-ust_2.13.8.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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.73.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.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-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 /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/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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-kernel/kern-tools/kern-tools-native_git.bb:do_create_package_spdx as buildable\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: 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/dpkg/dpkg_1.22.6.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_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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_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_write_rpm\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-extended/libaio/libaio_0.3.113.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_package_write_deb\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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.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/libsoup/libsoup-2.4_2.74.3.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_create_package_spdx 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_write_ipk\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_deb\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.42.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.42.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.24.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_create_package_spdx 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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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.42.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_package_write_deb\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: Setscene covered task /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-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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_populate_sysroot\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_package_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_package_spdx 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_ipk as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_deb as buildable\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_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_ipk 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_ipk 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_deb as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_ipk as buildable\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-support/libexif/libexif_0.6.24.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_unpack\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.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.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.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.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_create_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_package_write_deb\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-support/libksba/libksba_1.6.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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/quota/quota_4.09.bb:do_create_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_populate_sysroot\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_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_package_spdx as buildable\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-extended/libpipeline/libpipeline_1.5.7.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_write_rpm\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-multimedia/lame/lame_3.100.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.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-pyparsing_3.1.2.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.1.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_patch\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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_9.0.0.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.17.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.5.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-proto/xorgproto_2024.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.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-xsl-stylesheets_1.79.1.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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_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/python/python3-dbusmock_0.31.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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-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/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/libxcb_1.17.0.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/libx11_1.8.9.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-support/libnl/libnl_3.9.0.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/libksba/libksba_1.6.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.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 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.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-extended/libsolv/libsolv_0.7.29.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-support/libcheck/libcheck_0.15.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.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.80.2.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/libxml/libxml2_2.12.8.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/python/python3-six_1.16.0.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.7p1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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/m4/m4_1.4.19.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-extended/rpcbind/rpcbind_1.2.6.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.12.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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-support/popt/popt_1.19.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 /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-devtools/dnf/dnf_4.20.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_populate_lic\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.43.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-graphics/xorg-lib/libxrender_0.9.11.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.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.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/ed/ed_1.20.2.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-extended/logrotate/logrotate_3.22.0.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 /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/iputils/iputils_20240117.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/cronie/cronie_1.7.2.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_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 /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-devtools/python/python3-pycairo_1.26.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.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_package_qa\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-proto/xorgproto_2024.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.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_package_qa\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-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.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_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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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_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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.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_package_qa\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/libxcb_1.17.0.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.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_package_qa\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/xorg-lib/libxext_1.3.6.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_package_qa\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-support/libksba/libksba_1.6.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_package_qa\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-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_package_qa\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-extended/libsolv/libsolv_0.7.29.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_package_qa\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-gnome/gtk-doc/gtk-doc_1.34.0.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.80.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.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_package_qa\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-connectivity/openssh/openssh_9.7p1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_qa\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/m4/m4_1.4.19.bb:do_package_qa\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/sudo/sudo_1.9.15p5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_qa\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/logrotate/logrotate_3.22.0.bb:do_package_qa\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-devtools/patch/patch_2.7.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_package_qa\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/iputils/iputils_20240117.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.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_package_qa\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-devtools/lua/lua_5.4.6.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_package_qa\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-devtools/dnf/dnf_4.20.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.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_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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_populate_sysroot\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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_write_deb\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_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_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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_create_spdx\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: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_populate_sysroot\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.8.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.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_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /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/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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_populate_sysroot\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.7.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_populate_sysroot\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.33.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_create_package_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.15.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_create_package_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-connectivity/socat/socat_1.8.0.0.bb:do_create_package_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_create_package_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_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_create_package_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_package_spdx 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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_write_rpm\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-graphics/libfakekey/libfakekey_git.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.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_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_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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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_write_rpm\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-kernel/libtraceevent/libtraceevent_1.8.2.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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_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_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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.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.1.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_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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.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_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_package_write_deb\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-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_package_write_deb\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-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_write_deb\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-support/boost/boost-build-native_1.85.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.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.22.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.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_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_package_spdx as buildable\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_package_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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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.85.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_create_package_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_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.22.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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.14.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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.14.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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.8.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.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.5.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_populate_sysroot\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.48.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_package_spdx as buildable\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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.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/libpciaccess_0.18.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_package_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_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.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_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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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_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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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_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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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_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_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_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_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_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_write_rpm\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-multimedia/alsa/alsa-ucm-conf_1.2.12.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_write_rpm\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-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-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-support/consolekit/consolekit_0.4.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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_write_rpm\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-kernel/lttng/lttng-modules_2.13.13.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_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_write_rpm\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-kernel/lttng/babeltrace_1.5.11.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_write_rpm\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-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_package_write_deb\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_package_write_ipk\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_deb\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_package_write_deb\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_package_write_deb\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-support/libevdev/libevdev_1.13.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_create_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.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.62.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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/libpcap/libpcap_1.10.4.bb:do_create_package_spdx as buildable\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: 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/matchbox-panel-2/matchbox-panel-2_2.12.bb:do_create_package_spdx as buildable\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: 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_package_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_package_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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_package_write_deb\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.57.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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-namespacesupport-perl_1.12.bb:do_create_package_spdx 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_collect_spdx_deps 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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_package_write_deb\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/python/python3-packaging_24.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_populate_sysroot\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/python/python3-packaging_24.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_package_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/flex/flex_2.6.4.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_package_spdx as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_prepare_recipe_sysroot.ca625d873c1716d2622746ef37113bcd2634315de743d5a6e24392ed1ae8ea24 not available\nNOTE: Running task 9780 of 12335 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_prepare_recipe_sysroot.2f281dd19138948b8706705bceb19704fdada483b1d298e2938b473bb1e05d9f not available\nNOTE: Running task 9781 of 12335 (/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_prepare_recipe_sysroot.84a36d988bfdc852321884c0359f68a2ec87a2ad69b5f0961b54dfad3f5bee8b not available\nNOTE: Running task 9782 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_prepare_recipe_sysroot)\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: 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-cirrus_1.6.0.bb:do_package_write_rpm\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: 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: 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: 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/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-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_write_rpm\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/siteinfo.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:269)\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-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_rpm\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/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:269)\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: 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/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/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-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_rpm\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-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_rpm\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:487)\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-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_rpm\nDEBUG: 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:269)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:269)\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: 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/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/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-graphics/xorg-app/xset_1.2.5.bb:do_package_write_rpm\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-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_rpm\nDEBUG: 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:269)\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:487)\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: 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/kernel-arch.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/image_types.bbclass:269)\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/create-spdx-image-3.0.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/rust/rust_1.75.0.bb:do_package_write_rpm\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/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/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-devtools/rust/cargo_1.75.0.bb:do_package_write_rpm\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/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-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_write_rpm\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:487)\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/create-spdx-image-3.0.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/udev/udev-extraconf_1.1.bb:do_package_write_rpm\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-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_write_rpm\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/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/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-sato/l3afpad/l3afpad_git.bb:do_package_write_rpm\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-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-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_rpm\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-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_write_rpm\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-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_rpm\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-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/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-sato/matchbox-session-sato_0.1.bb:do_package_write_rpm\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-connectivity/connman/connman-gnome_0.7.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_write_rpm\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-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.bb:do_package_write_rpm\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-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-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_rpm\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_rpm\nDEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common']\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/go-examples/go-helloworld_0.1.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_write_rpm\nDEBUG: Adding task do_image_ext4 before do_image_complete, after do_image\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_rpm\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-app/xwininfo_1.1.6.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_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_write_rpm\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-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-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-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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_write_rpm\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/lttng/babeltrace2_2.0.6.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.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_write_rpm\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-core/glibc/glibc-mtrace_2.39.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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_write_rpm\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-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_rpm\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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_write_rpm\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-extended/ethtool/ethtool_6.7.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_write_rpm\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: Cannot find //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/time/time_1.9.bb:do_package_write_rpm\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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_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_write_rpm\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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_unpack.cb9056cd62b4410af2211889611fcfb9705159f3c56313cefd74e564e1a9619f not available\nNOTE: Running noexec task 9853 of 12335 (/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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_patch as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 /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_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_patch 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-3496823/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: 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-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/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_package_spdx as buildable\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: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_collect_spdx_deps 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_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: Attempting to disable network for do_prepare_recipe_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_package_write_deb\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.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.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_24.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_create_spdx 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-devtools/python/python3-pyparsing_3.1.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_create_package_spdx 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-devtools/python/python3-pip_24.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:do_create_package_spdx 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_populate_sysroot\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_spdx 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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.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/libxxf86vm_1.1.5.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_spdx 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_collect_spdx_deps\nDEBUG: Marking task virtual:native:/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-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/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/llvm/llvm_18.1.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_create_package_spdx 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_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_package_spdx 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_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_package_spdx 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_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_collect_spdx_deps as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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.12.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.12.bb:do_configure 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_write_config\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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_write_config\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 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: 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-graphics/libsdl2/libsdl2_2.30.3.bb:do_generate_toolchain_file\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.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.30.3.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.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.12.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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-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-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-graphics/libsdl2/libsdl2_2.30.3.bb:do_configure\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.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.12.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.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: 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-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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_compile\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_install as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_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_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-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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_install\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_populate_sysroot as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_sysroot\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_sysroot\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-graphics/libsdl2/libsdl2_2.30.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_prepare_recipe_sysroot as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_package_write_deb\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_package_write_ipk\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_deb\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.14.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_package_write_deb\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/boost/boost_1.85.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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_package_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-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.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/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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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-support/boost/boost_1.85.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.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_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.14.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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_package_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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_populate_sysroot\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_populate_sysroot\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-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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_package_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.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_package_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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_populate_sysroot\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-core/busybox/busybox_1.36.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_populate_sysroot\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-bsp/v86d/v86d_0.1.10.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_populate_sysroot\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-core/sysvinit/sysvinit_3.04.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_populate_sysroot\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_populate_sysroot\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.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.1.2.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.1.2.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.20.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.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/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.68.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_create_package_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_package_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_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_create_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_collect_spdx_deps 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_package_write_deb\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_package_write_deb\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_package_write_deb\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-support/libsoup/libsoup_3.4.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_package_write_deb\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-multimedia/lame/lame_3.100.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_package_write_deb\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-support/taglib/taglib_2.0.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speex_1.2.1.bb:do_package_write_deb\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-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_package_write_deb\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-core/gettext/gettext_0.22.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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_package_write_ipk\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_deb\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.3.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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/libptytty/libptytty_2.0.bb:do_create_package_spdx as buildable\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: 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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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/xorg-driver/xf86-input-libinput_1.4.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_package_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: 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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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_46.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_populate_sysroot\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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_package_spdx 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_collect_spdx_deps as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_populate_sysroot\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/ed/ed_1.20.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_populate_sysroot\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/logrotate/logrotate_3.22.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_package_write_deb\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: Setscene covered task /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-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-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_populate_sysroot\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/iputils/iputils_20240117.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_populate_sysroot\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/net-tools/net-tools_2.10.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_populate_sysroot\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/cronie/cronie_1.7.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_create_package_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_package_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_package_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_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_create_package_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_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.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.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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.5.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.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-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-util/makedepend_1.0.9.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-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-devtools/python/python3-mako_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/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-lib/libxcb_1.17.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.1.0.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.3.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.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.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-pluggy_1.5.0.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-trove-classifiers_2024.5.22.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.9.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.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.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 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.15.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.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/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-graphics/graphene/graphene_1.10.8.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-gnome/gi-docgen/gi-docgen_2023.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.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.283.0.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.283.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-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.41.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.03.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-support/libexif/libexif_0.6.24.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 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.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-support/atk/at-spi2-core_2.52.0.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/xorg-lib/libxcursor_1.2.2.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-graphics/fontconfig/fontconfig_2.15.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 /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.14.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.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.283.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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-multimedia/libvorbis/libvorbis_1.3.7.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-multimedia/libtheora/libtheora_1.1.1.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-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/libepoxy/libepoxy_1.5.10.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/jpeg/libjpeg-turbo_3.0.1.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-support/atk/at-spi2-core_2.52.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/pango/pango_1.52.2.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.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.283.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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-connectivity/libpcap/libpcap_1.10.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.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-devtools/vala/vala_0.56.17.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.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 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_populate_lic\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-support/libfm/libfm_1.3.2.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 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 /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-core/dbus/dbus-glib_0.112.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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 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 /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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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-devtools/libtool/libtool_2.5.0.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-graphics/xorg-lib/libxtst_1.2.4.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-graphics/xorg-lib/libxcursor_1.2.2.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-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/xorg-lib/libxfixes_6.0.1.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 virtual:native:/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-devtools/go/go-cross_1.22.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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/mesa/mesa_24.0.7.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/xorg-lib/libxres_1.2.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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-gnome/gtk+/gtk+3_3.24.42.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-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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-support/xxhash/xxhash_0.8.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.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-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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.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-support/libunwind/libunwind_1.6.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.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.12.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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/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 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.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-devtools/rust/rust-llvm_1.75.0.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-core/udev/udev-extraconf_1.1.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/l3afpad/l3afpad_git.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-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/matchbox-desktop/matchbox-desktop_2.3.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-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/pcmanfm/pcmanfm_1.3.2.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/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/matchbox-sato/matchbox-session-sato_0.1.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/puzzles/puzzles_git.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-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/packagegroups/packagegroup-core-x11-xserver.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.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-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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-extended/blktool/blktool_4-7.1.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/xrestop/xrestop_0.4.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-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-core/packagegroups/packagegroup-core-buildessential.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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-kernel/powertop/powertop_2.15.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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-devtools/valgrind/valgrind_3.23.0.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-kernel/perf/perf.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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.2.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/avahi/avahi_0.8.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-bsp/alsa-state/alsa-state.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-multimedia/alsa/alsa-utils_1.2.11.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-devtools/dosfstools/dosfstools_4.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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-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-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/at/at_3.2.5.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-extended/time/time_1.9.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.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-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.75.0.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-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.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-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-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-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.39.bb:do_recipe_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_qa\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.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_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_qa\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_qa\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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.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_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_qa\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_qa\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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_package_qa\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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_package_qa\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.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_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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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_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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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_populate_lic\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-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_qa\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 /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_qa\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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_package_qa\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.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_package_qa\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-gnome/gi-docgen/gi-docgen_2023.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.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_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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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_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_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_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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.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_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_qa\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_qa\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_qa\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_qa\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_qa\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.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_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_qa\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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.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_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_qa\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-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_qa\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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/taglib/taglib_2.0.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_populate_lic\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/mpg123/mpg123_1.32.6.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.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_populate_lic\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/libfm/libfm-extra_1.3.2.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_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_package_qa\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-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-gnome/gtk+/gtk4_4.14.4.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_package_qa\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/vulkan/vulkan-headers_1.3.283.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.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_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_package_qa\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-graphics/xorg-lib/libxv_1.0.12.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_package_qa\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-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/libepoxy/libepoxy_1.5.10.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_package_qa\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/xorg-lib/libxcomposite_0.4.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_package_qa\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-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.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_package_qa\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-support/libpcre/libpcre_8.45.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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_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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.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_populate_lic\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-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_qa\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_qa\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_qa\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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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_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_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_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_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_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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.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_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_qa\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_qa\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/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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.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_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_qa\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_qa\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_qa\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_qa\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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_qa\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_qa\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/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_qa\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_qa\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_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_populate_lic\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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_package_qa\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 /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-graphics/libfakekey/libfakekey_git.bb:do_package_qa\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 /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-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.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_package_qa\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-devtools/libtool/libtool_2.5.0.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_package_qa\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-graphics/xorg-lib/libxtst_1.2.4.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.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_package_qa\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-graphics/libmatchbox/libmatchbox_1.12.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_package_qa\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-devtools/go/go-runtime_1.22.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.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_package_qa\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-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.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_package_qa\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-support/xxhash/xxhash_0.8.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.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_package_qa\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-support/boost/boost_1.85.0.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_package_qa\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-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_package_qa\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-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.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_package_qa\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-core/gettext/gettext_0.22.5.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_package_qa\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-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/l3afpad/l3afpad_git.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_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_package_qa\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/shutdown-desktop/shutdown-desktop.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_package_qa\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/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/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-sato/matchbox-session-sato_0.1.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_package_qa\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-multimedia/pulseaudio/pulseaudio_17.0.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_package_qa\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/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/packagegroups/packagegroup-core-x11.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_package_qa\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-extended/ltp/ltp_20240524.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_package_qa\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/xorg-app/xprop_1.2.7.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_package_qa\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-kernel/kexec/kexec-tools_2.0.28.bb:do_package_qa\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-multimedia/gstreamer/gst-examples_1.18.6.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_package_qa\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-core/packagegroups/packagegroup-core-buildessential.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.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_package_qa\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/lttng/babeltrace2_2.0.6.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_qa\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-devtools/valgrind/valgrind_3.23.0.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_package_qa\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/perf/perf.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.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_package_qa\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/neard/neard_0.19.bb:do_package_qa\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-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-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_qa\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-devtools/dosfstools/dosfstools_4.2.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.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_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_package_qa\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-extended/ethtool/ethtool_6.7.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_package_qa\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/time/time_1.9.bb:do_package_qa\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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_package_qa\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 /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-sato/packagegroups/packagegroup-core-x11-sato.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_package_qa\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-sdk.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_package_qa\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-eclipse-debug.bb:do_package_qa\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-core/packagegroups/packagegroup-base.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_package_qa\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.75.0.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_package_qa\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_rootfs as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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_9.0.0.bb:do_prepare_recipe_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_configure as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_rootfs.0618a1edd4cda18d4fde98f9e52cdacfc8f9d97e2d8b3b3b9cb654605db640f3 not available\nNOTE: Running task 10779 of 12335 (/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_rootfs.609bf3e2af97aeee0d24e67229ad9b3384cdb395f590482986295bf0417a42f1 not available\nNOTE: Running task 10780 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_rootfs.217c5d22479cd489c3eed06e569759d5d41746ab9cdd8e66efed21d278cc6db3 not available\nNOTE: Running task 10781 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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: 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-3496823/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: 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: Attempting to disable network for do_rootfs\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_configure\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_compile as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_compile\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_install as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_install\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.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_9.0.0.bb:do_populate_sysroot\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.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.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-more-itertools_10.3.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.3.0.bb:do_create_package_spdx 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_package_write_deb\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-support/libfm/libfm_1.3.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_package_write_deb\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 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: 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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_flush_pseudodb as buildable\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-graphics/libfakekey/libfakekey_git.bb:do_package_write_ipk\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_package_write_deb\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-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: 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-support/vte/vte_0.74.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_package_write_deb\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-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 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_create_spdx as buildable\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-graphics/xorg-lib/libxres_1.2.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.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-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: 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:269)\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_ipk\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:269)\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_deb\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/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_package_write_ipk\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_deb\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:487)\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-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: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/xxhash/xxhash_0.8.2.bb:do_package_write_ipk\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/xxhash/xxhash_0.8.2.bb:do_package_write_deb\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/xxhash/xxhash_0.8.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_create_spdx 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-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: 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-extended/slang/slang_2.3.3.bb:do_package_write_ipk\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-extended/slang/slang_2.3.3.bb:do_package_write_deb\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-support/libunwind/libunwind_1.6.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_package_write_deb\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-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_package_write_deb\nDEBUG: Cannot find //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/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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-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.13.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_package_write_deb\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-bsp/pciutils/pciutils_3.13.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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.1.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_package_write_deb\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/python/python3-importlib-metadata_7.1.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.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_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_package_write_ipk\nDEBUG: Attempting to disable network for do_rootfs\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_populate_sysroot\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.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_create_package_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.75.0.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.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_package_write_deb\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-extended/images/core-image-full-cmdline.bb:do_write_qemuboot_conf 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_populate_sysroot\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 /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-support/libfm/libfm_1.3.2.bb:do_create_package_spdx as buildable\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: 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_package_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-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_package_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-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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.22.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_create_package_spdx as buildable\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: 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_package_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-multimedia/gstreamer/gst-examples_1.18.6.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_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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_create_package_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/slang/slang_2.3.3.bb:do_create_package_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-support/libunwind/libunwind_1.6.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.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-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_create_package_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-support/libevent/libevent_2.1.12.bb:do_create_package_spdx as buildable\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: 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-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_package_spdx as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_populate_sysroot\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.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.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.13.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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_package_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: Attempting to disable network for do_rootfs\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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_package_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.5.bb:do_create_package_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+/gtk4_4.14.4.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_create_spdx\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_create_spdx 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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.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-markupsafe_2.1.5.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.5.bb:do_create_spdx as buildable\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.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-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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.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.1.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-pygments_2.18.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_package_spdx as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.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: 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: 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: 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: 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: 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: 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-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 /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_package_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_package_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_package_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_package_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_package_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_package_spdx as buildable\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_package_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_package_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_package_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_package_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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-sortedcontainers_2.4.0.bb:do_populate_sysroot\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.19.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_populate_sysroot\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-iniconfig_2.0.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_populate_sysroot\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-wcwidth_0.2.13.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_populate_sysroot\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-smartypants_2.0.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_populate_sysroot\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-pygments_2.18.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_populate_sysroot\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-jinja2_3.1.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.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_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.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_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_populate_sysroot\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-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.7.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.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_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_populate_sysroot\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_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-input-libinput_1.4.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_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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/rgb_1.1.0.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_populate_sysroot\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/xorg-app/xinput_1.6.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_populate_sysroot\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-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_populate_sysroot\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-devtools/gnu-config/gnu-config_git.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_populate_sysroot\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-ucm-conf_1.2.12.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.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_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-topology-conf_1.2.5.1.bb:do_populate_sysroot\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-core/dbus-wait/dbus-wait_git.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_populate_sysroot\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-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.bb:do_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_0.2.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_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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_populate_sysroot\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-support/consolekit/consolekit_0.4.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_populate_sysroot\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.12.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_populate_sysroot\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-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_populate_sysroot\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/diffstat/diffstat_1.66.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_populate_sysroot\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.13.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.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_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.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_create_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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_populate_sysroot\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-connectivity/connman/connman_1.42.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_populate_sysroot\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-devtools/bison/bison_3.8.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_populate_sysroot\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-bsp/alsa-state/alsa-state.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_populate_sysroot\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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_populate_sysroot\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-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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_create_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_create_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_create_package_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/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xkbcomp_1.4.7.bb:do_create_package_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_package_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_package_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-app/rgb_1.1.0.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_create_package_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_package_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_package_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_package_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/autoconf/autoconf_2.72e.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_package_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-devtools/perl/libxml-simple-perl_2.25.bb:do_create_package_spdx 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_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_package_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_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_create_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_create_package_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_package_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_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_create_package_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/avahi/avahi_0.8.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_package_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_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ttyrun/ttyrun_2.33.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/libtasn1_4.19.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nettle/nettle_3.9.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libseccomp/libseccomp_2.5.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunistring/libunistring_1.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libbsd/libbsd_0.12.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libidn/libidn2_2.3.7.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-securetty_4.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/which/which_2.21.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/btrfs-tools/btrfs-tools_6.8.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/socat/socat_1.8.0.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzcode-native.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unifdef/unifdef_2.12.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rsync/rsync_3.3.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/mpfr/mpfr_4.2.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gmp/gmp_6.3.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libmnl/libmnl_1.0.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnutls/gnutls_3.8.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow-sysroot_4.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxcrypt/libxcrypt_4.4.36.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc-initial_14.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/re2c/re2c_3.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/swig/swig_4.2.1.bb:do_create_package_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_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgpg-error/libgpg-error_1.49.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap/libcap_2.70.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libffi/libffi_3.4.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libedit/libedit_20240517-3.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libnsl/libnsl2_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzlib_1.14.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gdbm/gdbm_1.23.bb:do_create_package_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_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gperf/gperf_3.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmicrohttpd/libmicrohttpd_1.0.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre2_10.44.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcap-ng/libcap-ng_0.8.5.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/readline/readline_8.2.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-source_14.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/git/git_2.45.2.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ca-certificates/ca-certificates_20211016.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/unzip/unzip_6.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/timezone/tzdata.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils_2.42.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libarchive/libarchive_3.7.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/ptest-runner/ptest-runner_2.4.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/init-system-helpers_1.66.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux-libc-headers/linux-libc-headers_6.9.bb:do_create_package_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_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4-native_1.4.19.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc_14.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libmpc/libmpc_1.3.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/perl_5.38.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bash/bash_5.2.21.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gawk/gawk_5.3.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sed/sed_4.9.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/make/make_4.4.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/shadow/shadow_4.15.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/diffutils/diffutils_3.10.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iptables/iptables_1.8.10.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/coreutils/coreutils_9.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iproute2/iproute2_6.9.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/procps/procps_4.0.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.47.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/acl_2.3.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/findutils/findutils_4.10.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/psmisc/psmisc_23.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/grep/grep_3.11.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bc/bc_1.07.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/util-linux/util-linux_2.39.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/init-ifupdown/init-ifupdown_1.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-passwd/base-passwd_3.6.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/base-files/base-files_3.0.14.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/busybox/busybox_1.36.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/netbase/netbase_6.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/v86d/v86d_0.1.10.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/sysvinit/sysvinit_3.04.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/eudev_3.2.14.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/libgcc_14.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/debianutils/debianutils_5.19.bb:do_create_package_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_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-build_1.2.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wheel_0.43.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/opkg-utils/opkg-utils_0.6.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-cross_2.5.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/bash-completion/bash-completion_2.14.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/bzip2/bzip2_1.0.8.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libgcrypt/libgcrypt_1.10.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/initscripts/initscripts_1.0.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc_2.39.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-runtime_14.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/meson/meson_1.4.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/expat/expat_2.6.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/zlib/zlib_1.3.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/curl/curl_8.8.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ninja/ninja_1.12.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/cmake/cmake-native_3.29.3.bb:do_create_package_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_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3_3.12.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/file/file_5.45.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext-minimal-native_0.22.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/elfutils/elfutils_0.191.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssl/openssl_3.3.1.bb:do_create_package_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_package_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_package_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_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-cross_14.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ncurses/ncurses_6.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zstd/zstd_1.5.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/kmod_32.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dwarfsrcfiles/dwarfsrcfiles.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/binutils/binutils-cross_2.42.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/sqlite/sqlite3_3.45.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool-native_2.5.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/attr/attr_2.5.2.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-locale_2.39.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/run-postinsts/run-postinsts_1.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-boot.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kmod/depmodwrapper-cross_1.0.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-native_9.0.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/pigz/pigz_2.8.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/createrepo-c/createrepo-c_1.1.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_create_package_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_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/ldconfig-native_2.12.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/cross-localedef-native_2.39.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/xz/xz_5.4.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/linux-yocto_6.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pseudo/pseudo_git.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt-native_0.68.bb:do_create_package_spdx\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/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 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-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_package_spdx as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_collect_spdx_deps 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: 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: 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 /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-sato/images/core-image-sato-sdk.bb:do_package\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_collect_spdx_deps.c4da0f69835ef7f03f7a519f8ecb4bf2548a3d235176f77239927c6021ee3869 not available\nNOTE: Running task 11440 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_collect_spdx_deps)\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-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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typing-extensions_4.12.2.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pyparsing_3.1.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools-scm_8.1.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pip_24.0.bb:do_create_package_spdx\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_package_spdx\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: 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_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-graphics/xorg-driver/xf86-video-vesa_2.6.0.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-graphics/xorg-driver/xf86-video-vesa_2.6.0.bb:do_collect_spdx_deps\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_sysroot\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: 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-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-cirrus_1.6.0.bb:do_populate_sysroot\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_package_write_ipk\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-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-driver/xf86-video-vmware_13.4.0.bb:do_populate_sysroot\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: 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-graphics/xorg-driver/xf86-video-fbdev_0.5.0.bb:do_package_write_ipk\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_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:269)\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: 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:269)\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_sysroot\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: 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-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_package_write_deb\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: 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:487)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_populate_sysroot\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: 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/create-spdx-image-3.0.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-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_write_ipk\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-graphics/x11-common/xserver-nodm-init_3.0.bb:do_package_write_deb\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: 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-graphics/x11-common/xserver-nodm-init_3.0.bb:do_populate_sysroot\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/xorg-app/xauth_1.1.3.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_create_spdx 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: 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-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_package_write_deb\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-graphics/xorg-app/xhost_1.0.9.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_populate_sysroot\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/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_populate_sysroot\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/xset_1.2.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_populate_sysroot\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/pkgconfig/pkgconfig_git.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_collect_spdx_deps\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-devtools/pkgconfig/pkgconfig_git.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/automake/automake_1.16.5.bb:do_package_write_deb\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/automake/automake_1.16.5.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /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/automake/automake_1.16.5.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.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_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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_0.2.bb:do_populate_sysroot\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-core/udev/udev-extraconf_1.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_populate_sysroot\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/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_populate_sysroot\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/l3afpad/l3afpad_git.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_populate_sysroot\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_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_populate_sysroot\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/shutdown-desktop/shutdown-desktop.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_populate_sysroot\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-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.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_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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_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_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_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.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_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_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.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_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_package_write_ipk\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_deb\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: Cannot find //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-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_populate_sysroot\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: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_populate_sysroot\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/puzzles/puzzles_git.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_package_write_deb\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/packagegroups/packagegroup-core-x11.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_package_write_deb\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-graphics/mini-x-session/mini-x-session_0.1.bb:do_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mini-x-session/mini-x-session_0.1.bb:do_populate_sysroot\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-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_package_write_deb\nDEBUG: Attempting to disable network for do_collect_spdx_deps\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.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_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.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_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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_populate_sysroot\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-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_spdx.820975963d4fe7b80defc9f3ba7c934054668450f94a2ddb18265a6dfa2f8687 not available\nNOTE: Running task 11597 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_spdx)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_populate_sysroot\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-extended/blktool/blktool_4-7.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_populate_sysroot\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-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_package_write_deb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb (full)\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: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_populate_sysroot\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: 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-graphics/xrestop/xrestop_0.4.bb:do_package_write_ipk\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-graphics/xrestop/xrestop_0.4.bb:do_package_write_deb\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-graphics/xrestop/xrestop_0.4.bb:do_collect_spdx_deps\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-graphics/xrestop/xrestop_0.4.bb:do_populate_sysroot\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-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.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_create_spdx as buildable\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-graphics/xorg-app/x11perf_1.6.1.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.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-graphics/xorg-app/x11perf_1.6.1.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_populate_sysroot\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: 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:269)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_ipk\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:269)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_package_write_deb\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-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/ccache/ccache_4.10.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_collect_spdx_deps\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:487)\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-devtools/ccache/ccache_4.10.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_create_spdx as buildable\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/gcc/gcc-sanitizers_14.1.bb:do_package_write_ipk\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/gcc/gcc-sanitizers_14.1.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_collect_spdx_deps\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/gcc/gcc-sanitizers_14.1.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_collect_spdx_deps\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-devtools/quilt/quilt_0.68.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_create_spdx 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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_package_write_deb\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-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-kernel/powertop/powertop_2.15.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_populate_sysroot\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/lttng/babeltrace2_2.0.6.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.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.13.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_populate_sysroot\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-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_ipk\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-devtools/valgrind/valgrind_3.23.0.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_create_spdx as buildable\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-kernel/systemtap/systemtap_git.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_populate_sysroot\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-kernel/perf/perf.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_package_write_deb\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_collect_spdx_deps.5df773923b0c968a60eabeb80c8f8101addf7e46d9f7b769a92dfccb616344ca not available\nNOTE: Running task 11667 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_collect_spdx_deps)\nDEBUG: Cannot find //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-kernel/perf/perf.bb:do_populate_sysroot\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_package_write_deb\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_package_write_deb\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_spdx as buildable\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:51)\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:51)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_ipk\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:51)\nDEBUG: 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 covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_package_write_deb\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:55)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_spdx as buildable\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:64: 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:66)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_ipk\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:54)\nDEBUG: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.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_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.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_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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_populate_sysroot\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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_package_write_deb\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_package_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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_populate_sysroot\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/at/at_3.2.5.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_populate_sysroot\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/sysklogd/sysklogd_2.5.2.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_package_write_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_populate_sysroot\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-extended/time/time_1.9.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_populate_sysroot\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-extended/mc/mc_4.8.31.bb:do_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_package_write_deb\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_collect_spdx_deps\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_populate_sysroot\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.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_package_write_ipk\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_package_write_deb\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: Setscene covered task /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_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_package_write_ipk\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_deb\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb:do_populate_sysroot\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_package_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_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Attempting to disable network for do_collect_spdx_deps\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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_create_package_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_package_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_package_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_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_package_spdx as buildable\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 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_package_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_package_spdx as buildable\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-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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_create_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_create_package_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_package_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_package_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_package_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_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_create_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_create_package_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_package_spdx as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_spdx.2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265 not available\nNOTE: Running task 11788 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_spdx)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_create_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_create_package_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_package_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_package_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_package_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_package_spdx as buildable\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\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_package_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_package_spdx as buildable\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:51)\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:51)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_create_package_spdx as buildable\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:51)\nDEBUG: 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 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_package_spdx as buildable\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:55)\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_package_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_package_spdx\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:64: 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:66)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb:do_create_package_spdx\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:54)\nDEBUG: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxau_1.0.11.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpthread-stubs_0.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libpng/libpng_1.6.43.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/cairo/cairo_1.18.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xtrans_1.5.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/freetype/freetype_2.13.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libyaml/libyaml_0.2.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0-initial_2.80.2.bb:do_create_package_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_package_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_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-setuptools_69.5.1.bb:do_create_package_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_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbusmock_0.31.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-packaging_24.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-dbus_1.3.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygobject_3.48.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/pinentry/pinentry_1.3.0.bb:do_create_package_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_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libsm_1.2.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcb_1.17.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libice_1.1.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libx11_1.8.9.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/fontconfig/fontconfig_2.15.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libnl/libnl_3.9.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus_1.14.10.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libksba/libksba_1.6.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libassuan/libassuan_2.5.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/npth/npth_1.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/lzip/lzip_1.24.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/quota/quota_4.09.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gobject-introspection/gobject-introspection_1.80.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libmodulemd/libmodulemd_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libsolv/libsolv_0.7.29.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/json-c/json-c_0.17.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libcheck/libcheck_0.15.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk-doc/gtk-doc_1.34.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-2.0/glib-2.0_2.80.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gpgme/gpgme_1.23.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/libxml/libxml2_2.12.8.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-six_1.16.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/flex/flex_2.6.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/openssh/openssh_9.7p1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/gnupg/gnupg_2.4.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/debugedit/debugedit_5.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/m4/m4_1.4.19.bb:do_create_package_spdx\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/less/less_643.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sudo/sudo_1.9.15p5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ed/ed_1.20.2.bb:do_create_package_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/tar/tar_1.35.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/logrotate/logrotate_3.22.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cpio/cpio_2.15.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/patch/patch_2.7.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/rpcbind/rpcbind_1.2.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/gzip/gzip_1.13.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/iputils/iputils_20240117.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/net-tools/net-tools_2.10.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cronie/cronie_1.7.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libdnf/libdnf_0.73.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/librepo/librepo_1.17.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libcomps/libcomps_0.1.21.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniparse_0.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/popt/popt_1.19.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/lua/lua_5.4.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-ssh-openssh.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/psplash/psplash_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dnf/dnf_4.20.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rpm/rpm_4.19.1.1.bb:do_create_package_spdx\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_flush_pseudodb.6953661cfeec210030b3e81647f911e7ded013a6cd7a300f236da46e9e58bfb3 not available\nNOTE: Running task 11887 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_flush_pseudodb)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_flush_pseudodb.944f9c5cdc7126759f8c616af60e9bc905840cf575a82dfd8c91dfb99f08c738 not available\nNOTE: Running task 11888 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_flush_pseudodb.a64cfda706c3480c7a52efb1866ad5db6e8f8bb432462f6fd7f7f96c98d88476 not available\nNOTE: Running task 11889 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_flush_pseudodb)\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-3496823/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: 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: Attempting to disable network for do_flush_pseudodb\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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_qa 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: 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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_spdx 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_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_create_spdx 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_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_package_spdx 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_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_create_package_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_create_package_spdx 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_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/dtc/dtc_1.7.0.bb:do_create_package_spdx as buildable\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-graphics/libsdl2/libsdl2_2.30.3.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_create_package_spdx as buildable\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: 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: 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-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: 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-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: 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-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: 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-graphics/xorg-lib/libxau_1.0.11.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-proto/xcb-proto_1.17.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdmcp_1.1.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_package_spdx\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-devtools/python/python3-zipp_3.19.2.bb:do_create_package_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_package_spdx\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-devtools/python/python3-toml_0.10.2.bb:do_create_package_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_package_spdx\nDEBUG: 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:269)\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_package_spdx\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:269)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb:do_create_package_spdx\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/xorg-lib/libxdamage_1.1.6.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-mako_1.3.5.bb:do_create_package_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_package_spdx\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:487)\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/xorg-lib/libxcb_1.17.0.bb:do_create_package_spdx\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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/python/python3-importlib-metadata_7.1.0.bb:do_create_package_spdx\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-devtools/python/python3-more-itertools_10.3.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-util/util-macros_1.20.1.bb:do_create_package_spdx\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 virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-trove-classifiers_2024.5.22.bb:do_create_package_spdx\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-graphics/xorg-lib/libx11_1.8.9.bb:do_create_package_spdx\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-graphics/xorg-lib/libxrender_0.9.11.bb:do_create_package_spdx\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-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxext_1.3.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hatchling_1.24.2.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/chrpath/chrpath_0.16.bb:do_create_package_spdx\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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_package_spdx.b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d not available\nNOTE: Running task 11937 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_package_spdx)\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-3496823/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_flush_pseudodb\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-3496823/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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_package_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_rootfs_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-zipp_3.19.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-hypothesis_6.103.2.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-importlib-metadata_7.1.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-more-itertools_10.3.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pathlib2_2.3.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-wcwidth_0.2.13.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pluggy_1.5.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-attrs_23.2.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-py_1.11.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-smartypants_2.0.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pytest_8.2.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/libptytty/libptytty_2.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevdev/libevdev_1.13.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/mtdev_1.1.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-toml_0.10.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-pygments_2.18.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-typogrify_2.0.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-jinja2_3.1.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-markdown_3.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/groff/groff_1.23.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.31.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libpipeline/libpipeline_1.5.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/libinput_1.25.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libfontenc_1.1.8.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/nghttp2/nghttp2_1.62.0.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/utfcpp/utfcpp_4.0.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_package_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_package_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_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/graphene/graphene_1.10.8.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtiff/tiff_4.6.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gi-docgen/gi-docgen_2023.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/fribidi/fribidi_1.0.15.bb:do_create_package_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_qa as buildable\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/harfbuzz/harfbuzz_8.5.0.bb:do_create_package_spdx\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/spir/spirv-headers_1.3.283.0.bb:do_create_package_spdx\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-graphics/spir/spirv-tools_1.3.283.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/python/python3-docutils_0.21.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/encodings_1.1.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/mkfontscale_1.2.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/man-db/man-db_2.12.1.bb:do_create_package_spdx\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-graphics/cantarell-fonts/cantarell-fonts_0.303.1.bb:do_create_package_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_package_spdx\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-graphics/xorg-app/xkbcomp_1.4.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xf86-config_0.1.bb:do_create_package_spdx\nDEBUG: 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:269)\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_package_spdx\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:269)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xkeyboard-config_2.41.bb:do_create_package_spdx\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-graphics/xorg-app/rgb_1.1.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinit_1.4.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xinput_1.6.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gnu-config/gnu-config_git.bb:do_create_package_spdx\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:487)\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_package_spdx\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-graphics/xorg-lib/libxfont2_2.0.6.bb:do_create_package_spdx\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/create-spdx-image-3.0.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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-font/font-util_1.4.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbfile_1.1.3.bb:do_create_package_spdx\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-graphics/xorg-lib/libxcvt_0.1.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxinerama_1.1.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup_3.4.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/nasm/nasm_2.16.03.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/lame/lame_3.100.bb:do_create_package_spdx\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/taglib/taglib_2.0.1.bb:do_create_package_spdx\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-multimedia/speex/speex_1.2.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/mpg123/mpg123_1.32.6.bb:do_create_package_spdx\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-devtools/rust/rust-llvm_1.75.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libssh2/libssh2_1.11.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm-extra_1.3.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libexif/libexif_0.6.24.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/menu-cache/menu-cache_1.1.0.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_package_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_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/flac/flac_1.4.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/xcb-util_0.4.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk4_4.14.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-native_1.22.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/glslang/glslang_1.3.283.0.bb:do_create_package_spdx\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-graphics/xorg-lib/libxshmfence_1.3.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-headers_1.3.283.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_package_spdx\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-multimedia/libogg/libogg_1.3.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/iso-codes/iso-codes_4.16.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libvorbis/libvorbis_1.3.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxv_1.0.12.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libtheora/libtheora_1.1.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpsl/libpsl_0.21.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxdamage_1.1.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxi_1.8.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/jpeg/libjpeg-turbo_3.0.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/atk/at-spi2-core_2.52.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxrandr_1.5.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/pango/pango_1.52.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/shaderc/shaderc_2024.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/libgudev/libgudev_238.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/vulkan/vulkan-loader_1.3.283.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/librsvg/librsvg_2.57.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libusb/libusb1_1.0.27.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/webp/libwebp_1.4.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/orc/orc_0.4.38.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxt_1.3.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libpcap/libpcap_1.10.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost-build-native_1.85.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libpcre/libpcre_8.45.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/vala/vala_0.56.17.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/icu/icu_75-1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_package_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_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glib-networking/glib-networking_2.78.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-ucm-conf_1.2.12.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/adwaita-icon-theme_46.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus-wait/dbus-wait_git.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-session/matchbox-session_0.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/formfactor/formfactor_0.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/consolekit/consolekit_0.4.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-plugins_1.2.12.bb:do_create_package_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_create_package_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_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.13.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xdpyinfo_1.3.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/x11-common/xserver-nodm-init_3.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xauth_1.1.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xhost_1.0.9.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xmodmap_1.0.11.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xset_1.2.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/expect/expect_5.45.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.24.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-conf.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/autoconf/autoconf_2.72e.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/pkgconfig/pkgconfig_git.bb:do_create_package_spdx\nDEBUG: Cannot find //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/automake/automake_1.16.5.bb:do_create_package_spdx\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/diffstat/diffstat_1.66.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-modules_2.13.13.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libfm/libfm_1.3.2.bb:do_create_package_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_create_package_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_package_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_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libfakekey/libfakekey_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/dbus/dbus-glib_0.112.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.42.12.bb:do_create_package_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_package_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_package_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_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/sbc/sbc_2.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/libtool/libtool_2.5.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/speex/speexdsp_1.2.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsndfile/libsndfile1_1.2.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxtst_1.2.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxcursor_1.2.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gnome/gconf_3.2.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libmatchbox/libmatchbox_1.12.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/vte/vte_0.74.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/zip/zip_3.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-cross_1.22.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/go/go-runtime_1.22.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland_1.23.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/libglu_9.0.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxres_1.2.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.24.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libsoup/libsoup-2.4_2.74.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-gnome/gtk+/gtk+3_3.24.42.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.24.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gstreamer1.0_1.24.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxmu_1.2.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxft_2.3.8.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ppp/ppp_2.5.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/xxhash/xxhash_0.8.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/fmt/fmt_10.2.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/liburcu/liburcu_0.14.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/libaio/libaio_0.3.113.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/boost/boost_1.85.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/slang/slang_2.3.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libunwind/libunwind_1.6.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/libtraceevent/libtraceevent_1.8.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-ust_2.13.8.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libdaemon/libdaemon_0.14.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/libsamplerate/libsamplerate0_0.2.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libical/libical_3.0.18.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/ell/ell_0.66.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-support/libevent/libevent_2.1.12.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/help2man/help2man_1.49.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/gettext/gettext_0.22.5.bb:do_create_package_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_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust-llvm_1.75.0.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/udev/udev-extraconf_1.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pulseaudio-sato/pulseaudio-client-conf-sato_1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/l3afpad/l3afpad_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/settings-daemon/settings-daemon_0.0.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xcursor-transparent-theme/xcursor-transparent-theme_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-desktop/matchbox-desktop_2.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/shutdown-desktop/shutdown-desktop.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-screenshot/sato-screenshot_0.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/pcmanfm/pcmanfm_1.3.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/sato-icon-theme/sato-icon-theme_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_0.1.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-sato/matchbox-session-sato_0.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman-gnome_0.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/puzzles/puzzles_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/ttf-fonts/liberation-fonts_2.1.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/matchbox-wm/matchbox-wm_1.2.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ltp/ltp_20240524.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/go-examples/go-helloworld_0.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa-demos_8.5.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xprop_1.2.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xwininfo_1.1.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/blktool/blktool_4-7.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/kexec/kexec-tools_2.0.28.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xrestop/xrestop_0.4.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/gstreamer/gst-examples_1.18.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/x11perf_1.6.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/connman/connman_1.42.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-buildessential.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/ccache/ccache_4.10.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gcc/gcc-sanitizers_14.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcltk/tcl_8.6.14.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/quilt/quilt_0.68.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-rust-sdk-target.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/powertop/powertop_2.15.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace2_2.0.6.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/lttng-tools_2.13.13.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/blktrace/blktrace_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/valgrind/valgrind_3.23.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/lttng/babeltrace_1.5.11.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/systemtap/systemtap_git.bb:do_create_package_spdx\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/perf/1.0.do_create_package_spdx.205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4 not available\nNOTE: Running task 12216 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:do_create_package_spdx)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/glibc/glibc-mtrace_2.39.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/strace/strace_6.9.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/tcf-agent/tcf-agent_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/gdb/gdb_14.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/bison/bison_3.8.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/avahi/avahi_0.8.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/neard/neard_0.19.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/alsa-state/alsa-state.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/libnss-mdns/libnss-mdns_0.15.1.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-utils_1.2.11.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/bluez5/bluez5_5.72.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dosfstools/dosfstools_4.2.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-bsp/pciutils/pciutils_3.13.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/iw/iw_6.9.bb:do_create_package_spdx\nDEBUG: Parsing /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb (full)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/wireless-regdb/wireless-regdb_2024.05.08.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/ofono/ofono_2.8.bb:do_create_package_spdx\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:51)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/wpa-supplicant/wpa-supplicant_2.10.bb:do_create_package_spdx\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:51)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/nfs-utils/nfs-utils_2.6.4.bb:do_create_package_spdx\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:51)\nDEBUG: 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 covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/makedevs/makedevs_1.0.1.bb:do_create_package_spdx\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:55)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/ethtool/ethtool_6.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/at/at_3.2.5.bb:do_create_package_spdx\nDEBUG: CONF /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/perf/perf.bb:64: 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:66)\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb:do_create_package_spdx\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:54)\nDEBUG: 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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/time/time_1.9.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/mc/mc_4.8.31.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/cracklib/cracklib_2.9.11.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/cargo_1.75.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/rust_1.75.0.bb:do_create_package_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_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/packagegroups/packagegroup-core-x11-sato.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/packagegroups/packagegroup-core-x11-base.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-profile.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-tools-debug.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-eclipse-debug.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-kernel/linux/kernel-devsrc.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-base.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/packagegroups/packagegroup-core-full-cmdline.bb:do_create_package_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_rootfs_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/rust/libstd-rs_1.75.0.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bb:do_create_package_spdx\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_create_package_spdx as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_rootfs_spdx.186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a not available\nNOTE: Running task 12261 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_rootfs_spdx)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/work/qemux86_64-poky-linux/perf/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_create_rootfs_spdx as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_rootfs_spdx.794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8 not available\nNOTE: Running task 12262 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_rootfs_spdx)\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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/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 /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_rootfs_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_collect_spdx_deps\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_create_spdx\nDEBUG: Marking task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_create_package_spdx as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_collect_spdx_deps as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_write_qemuboot_conf.4199dd93cc72a6ec757a309901dabf7faf222f8f3af66b3714667f1e5af40808 not available\nNOTE: Running task 12266 of 12335 (/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-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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_qa.fa7312181cf8a479c7e08489b29600d865c2f9b29e481d58197ddd568ebb2230 not available\nNOTE: Running task 12267 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_write_qemuboot_conf.e5f66149943bca0e6da685f3e080f089539dd3d3271e445d40d1f87c05f23530 not available\nNOTE: Running task 12268 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_qa.7d38436476e02ca953bb00fb97f5e972a2cc77c280fbe962c1c446cf61b65d97 not available\nNOTE: Running task 12269 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image_qa)\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:269)\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:269)\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image as buildable\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:487)\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/create-spdx-image-3.0.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-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_write_qemuboot_conf.434ee7a80d48a2b1483fca02d6abfbfc8516d533044ca50a9ce42949dc11ad65 not available\nNOTE: Running task 12270 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_qa.964b98521e522e06d298459d34e8ad5b0ae627bf024944d007e2c09760efe87c not available\nNOTE: Running task 12271 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_qa)\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: 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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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: 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-3496823/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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image.d6495d1a01c826e2c566cafa2efc51a95d708f109cea3392abd5d3fd31c56fa8 not available\nNOTE: Running task 12272 of 12335 (/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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_image 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: 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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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: 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/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-3496823/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/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_write_qemuboot_conf\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-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image.d1fb59ee19889b2cce28c1da5fd13a568e4819734e6a9aa5821409b244d5d108 not available\nNOTE: Running task 12273 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image.d29e66b9d71fe13f59df6c77308c2750fd7a0d93ac627e7f13615397f67e2f06 not available\nNOTE: Running task 12274 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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: 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-3496823/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-3496823/tmp/stamps/x86_64-linux/qemu-helper-native/1.0.do_addto_recipe_sysroot.7d5759b15a570c0f3714a283ce90a44248f1a191cdaa329d27dce2588f1e1ee0 not available\nNOTE: Running task 12275 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb: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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_collect_spdx_deps\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_create_spdx as buildable\nDEBUG: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_create_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:do_create_package_spdx as buildable\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.18.1.bb:do_populate_lic\nDEBUG: Attempting to disable network for do_image\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libpciaccess_0.18.1.bb:do_create_package_spdx\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_ext4 as buildable\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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_ext4.296827c66f5ef731129471414c2a1229f61f3f0ead3ad46fa216ccc4a8d7fad9 not available\nNOTE: Running task 12282 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_ext4)\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/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/native.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-helper-native_1.0.bb:12)\nDEBUG: Inheriting /home/pokybuild/yocto-worker/a-full/build/meta/classes/relocatable.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/native.bbclass:8)\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/nopackages.bbclass (from /home/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/image_types.bbclass:269)\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:269)\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:487)\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/create-spdx-image-3.0.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: Cannot find //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Attempting to disable network for do_addto_recipe_sysroot\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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 /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: Attempting to disable network for do_image\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 //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_tar.ad91dde285552706148a8b28fa1ed0b849ff6464e817146ef858206dbcc2ccfd not available\nNOTE: Running task 12283 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_ext4.6ca02e96ee01552a880fae8b0ed5cc2d8b8e549aafccc1a143a8d6bd75ccbf65 not available\nNOTE: Running task 12284 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_tar.ed96f3811d7eaa55ca8c0f15090a83e1c4567b3783c6dcab4415eeb4782796e6 not available\nNOTE: Running task 12285 of 12335 (/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: 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/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-3496823/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: 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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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: Attempting to disable network for do_image_tar\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: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_image_complete as buildable\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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_ext4.1f4c6723f87ea0cb3ff0eb05598beb87c346cc803b57bd2e0ee68b0c030ba484 not available\nNOTE: Running task 12286 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_ext4)\nDEBUG: Attempting to disable network for 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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_tar.ac76892b5bfce711b511a0c751dd40b376493e17ddcc2a4f53606eca97139901 not available\nNOTE: Running task 12287 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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 //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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_tar\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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_image_complete.ffde5b435c9d5db488e3501d6f4f028557a0ea7817a4d81febe364568038bb34.qemux86_64 not available\nNOTE: Running task 12288 of 12335 (/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:269)\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: 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:269)\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:487)\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/create-spdx-image-3.0.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: 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-3496823/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: 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: Attempting to disable network for do_image_ext4\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-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_image_complete.f065d7dc3d055aae06d6526d6b8e45e370ecd4648b1683a9db3f51284af8b65b.qemux86_64 not available\nNOTE: Running task 12289 of 12335 (/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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_image_complete.2f097cce8929a345ac56198b13a071bed891301a3e5105546ae6ccad06a4ffce.qemux86_64 not available\nNOTE: Running task 12290 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_image_complete)\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_image_spdx 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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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/llvm/llvm_18.1.6.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/llvm/llvm_18.1.6.bb:do_create_package_spdx\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/wayland/wayland-protocols_1.36.bb:do_create_package_spdx\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/xorg-app/xrandr_1.5.2.bb:do_create_package_spdx\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-lib/libxshmfence_1.3.2.bb:do_create_package_spdx\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/drm/libdrm_2.4.120.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/mesa/mesa_24.0.7.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/unfs3/unfs3_git.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-multimedia/alsa/alsa-lib_1.2.12.bb:do_create_package_spdx\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/virglrenderer/virglrenderer_1.0.1.bb:do_create_package_spdx\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-connectivity/slirp/libslirp_git.bb:do_populate_lic\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-connectivity/slirp/libslirp_git.bb:do_create_package_spdx\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-kernel/dtc/dtc_1.7.0.bb:do_populate_lic\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_create_package_spdx\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: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libepoxy/libepoxy_1.5.10.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_populate_lic\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-graphics/libsdl2/libsdl2_2.30.3.bb:do_create_package_spdx\nDEBUG: Setscene covered task virtual:native:/home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/dpkg/dpkg_1.22.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-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-helper-native_1.0.bb:do_create_package_spdx\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-devtools/qemu/qemu-system-native_9.0.0.bb:do_populate_lic\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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-devtools/qemu/qemu-system-native_9.0.0.bb:do_create_package_spdx\nDEBUG: 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:269)\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_image_spdx.ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf not available\nNOTE: Running task 12324 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_image_spdx)\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:269)\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:487)\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/create-spdx-image-3.0.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 //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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_populate_lic_deploy as buildable\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_image_spdx 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-3496823/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_create_image_spdx as buildable\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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_image_spdx.60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f not available\nNOTE: Running task 12325 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_image_spdx)\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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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: Setscene covered task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_image_spdx\nDEBUG: Marking task /home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_image_sbom as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_populate_lic_deploy.422fbbdf2b3a0b245ed6c3b50643f6ddad6ae031721e59fece4fd872a34729fe not available\nNOTE: Running task 12327 of 12335 (/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/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: 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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/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_create_image_sbom 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-3496823/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_create_image_sbom as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_create_image_sbom.93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778.qemux86_64 not available\nNOTE: Running task 12328 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_create_image_sbom)\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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_populate_lic_deploy.697a5aa13451359f928aff6a3042ad7f28efba0b1f08f822150887dbd0804ee6 not available\nNOTE: Running task 12329 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_populate_lic_deploy)\nDEBUG: Attempting to disable network for 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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_create_image_sbom.5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6.qemux86_64 not available\nNOTE: Running task 12330 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-extended/images/core-image-full-cmdline.bb:do_create_image_sbom)\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: 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/rootfs_rpm.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/populate_sdk_base.bbclass:40)\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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: 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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_populate_lic_deploy.7a012f56507de7f497eb0cd98bba1ac4bc02eea99d017f2620331b9da78e1692 not available\nNOTE: Running task 12331 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb: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: 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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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 //source-date-epoch/__source_date_epoch.txt. SOURCE_DATE_EPOCH will default to 1302044400\nDEBUG: Cannot find /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/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/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_populate_lic_deploy\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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_create_image_sbom.f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b.qemux86_64 not available\nNOTE: Running task 12332 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-core/images/core-image-minimal.bb:do_create_image_sbom)\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:269)\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:269)\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:487)\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/create-spdx-image-3.0.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: 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-3496823/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: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-sato-sdk/1.0.do_build.9394f1f214ea19caa086aa290be8a8f6c04f030bf3623ad9b30473c207378c60 not available\nNOTE: Running noexec task 12333 of 12335 (/home/pokybuild/yocto-worker/a-full/build/meta/recipes-sato/images/core-image-sato-sdk.bb:do_build)\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: 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:269)\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:269)\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: 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-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-full-cmdline/1.0.do_build.1c2e03f34d087909e7476b75cb27b0e3ba511add7caadbfa259d5d73f5f4409a not available\nNOTE: Running noexec task 12334 of 12335 (/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/testsdk.bbclass (from /home/pokybuild/yocto-worker/a-full/build/meta/classes-recipe/testimage.bbclass:487)\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/create-spdx-image-3.0.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: 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-3496823/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: 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: Attempting to disable network for do_populate_lic_deploy\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-3496823/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_build as buildable\nDEBUG: Stampfile /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/tmp/stamps/qemux86_64-poky-linux/core-image-minimal/1.0.do_build.8448514bd0f2ede5d0f75b2322500468d334f9dd17a0f9bfdbfa8de7ea1420ad not available\nNOTE: Running noexec task 12335 of 12335 (/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 12335 tasks of which 12284 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-06-25 02:13:59,632 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/conf/local.conf\n2024-06-25 02:13:59,633 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "FAILED"
            },
            "sstatetests.SStateMirrors.test_local_cache_qemuarm64": {
                "duration": 246.18170833587646,
                "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 1009, in test_local_cache_qemuarm64\n    self.run_test(\"qemuarm64\", \"core-image-minimal core-image-full-cmdline core-image-sato-sdk\", exceptions, check_cdn = False)\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 991, in run_test\n    self.check_bb_output(result.output, targets, exceptions, check_cdn)\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 971, 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: 85 != 0 : Missing objects in the cache:\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/72/75/sstate:connman-gnome:cortexa57-poky-linux:0.7:r0:cortexa57:12:7275376f9bb0afcc981d2fd2dda62745e00c314f44493303fba643a18c46a2ac_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/a3/5b/sstate:cracklib:cortexa57-poky-linux:2.9.11:r0:cortexa57:12:a35bbce040742a3f0248c2bbe6fd0a2c38570e1f8b9999b2bf12deac7b840b90_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/71/f1/sstate:core-image-full-cmdline:qemuarm64-poky-linux:1.0:r0:qemuarm64:12:71f18d1ea0812059e1ba3ec37346b88fff90103d3407ead84046e49ac6cb8cfe_create_image_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/81/0e/sstate:cracklib:cortexa57-poky-linux:2.9.11:r0:cortexa57:12:810e42314e145c25801583cac419f54dc5929b85b4dc89c3629a1e154911a4d4_package_write_ipk.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/e4/ae/sstate:core-image-full-cmdline:qemuarm64-poky-linux:1.0:r0:qemuarm64:12:e4aeb9f5f1d895a4c3347fc664f02690cbd4ea889d6b1cc5787c4fd8297176cc_create_rootfs_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/f0/b3/sstate:libfontenc:cortexa57-poky-linux:1.1.8:r0:cortexa57:12:f0b390f1db3d34eceaa86dc44c03d94557d143f1bc465f4ba97f8cf395b56d71_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/46/80/sstate:time:cortexa57-poky-linux:1.9:r0:cortexa57:12:4680cc3a40c23a210fd7c3e17649207d2d1e93f75f301a653e4236329c762e32_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/87/52/sstate:font-util:cortexa57-poky-linux:1.4.1:r0:cortexa57:12:87520e0e2a8d4fe532e733c65da0af0424713f7dcc0e1846603bf9f6b02096bf_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/58/ac/sstate:core-image-full-cmdline:qemuarm64-poky-linux:1.0:r0:qemuarm64:12:58ace85a617aebe5417c315fb9fb1f805ed52697bde1bb8c2162330ce79d8f9e_create_image_sbom.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/da/d6/sstate:matchbox-desktop:cortexa57-poky-linux:2.3:r0:cortexa57:12:dad62229ab97e414dc97917e461eef057e91752841b484a672244924a511153a_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/5c/a8/sstate:librsvg:cortexa57-poky-linux:2.57.1:r0:cortexa57:12:5ca8bf99a832e2cc8f0f2bf8a3516b99f9e568ce5008f0727dda531228f69c5d_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/cd/1d/sstate:xf86-input-libinput:cortexa57-poky-linux:1.4.0:r0:cortexa57:12:cd1dc49a86e88531b74c8ceb11f53116fafda85d392b7e5a5aa5285c103ba9f1_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/da/da/sstate:cracklib:cortexa57-poky-linux:2.9.11:r0:cortexa57:12:dada36e596a5d99f8ae2a39c70cd9fbf1da328aa317b147fcf5babf07a146419_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/e2/79/sstate:xf86-input-libinput:cortexa57-poky-linux:1.4.0:r0:cortexa57:12:e2794729fa616cb6ffd2b917d6f9f05fa45da16c92f6c38717346d894bd728cf_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/d7/42/sstate:xf86-video-fbdev:cortexa57-poky-linux:0.5.0:r0:cortexa57:12:d742c5bf5a981e311bb010c7ba198754c91da405fcdf150151c3820096baef9c_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/0c/8b/sstate:core-image-sato-sdk:qemuarm64-poky-linux:1.0:r0:qemuarm64:12:0c8bacf8eff0940ec08074a28b835e9078e50d1e814168a2334897b0e21191fe_create_image_sbom.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/63/5c/sstate:gtk+3:cortexa57-poky-linux:3.24.42:r0:cortexa57:12:635cdcda4420f1e255d696deceec3e6ecd6d1df3c5da6201168a3b724166bede_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/47/6d/sstate:libxfont2:cortexa57-poky-linux:2.0.6:r0:cortexa57:12:476d65d8d8e13a2f56087a11e6aacc58dcf84373eebcd947329a4d8d31ffa52c_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/1f/fd/sstate:gstreamer1.0-plugins-bad:cortexa57-poky-linux:1.24.4:r0:cortexa57:12:1ffd4740229a8e2066ca0edfd1d106ede0eb410586a1a9ee2ff5e4d37b4537d9_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/a4/8f/sstate:sato-screenshot:cortexa57-poky-linux:0.3:r0:cortexa57:12:a48fd348548a46612e528fad9fa96431ac18d8f5d92e20d9efed408bffc4af64_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/f2/84/sstate:libfm:cortexa57-poky-linux:1.3.2:r0:cortexa57:12:f284c44af29619ef22065d4e1d59310e92a083395d25ef7d86e50b821916b35d_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/a9/f5/sstate:sato-screenshot:cortexa57-poky-linux:0.3:r0:cortexa57:12:a9f5bd5db5f2055a04005d0e7836b8a70203fad03283fc5fd67cb707909b7c43_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/38/22/sstate:time:cortexa57-poky-linux:1.9:r0:cortexa57:12:3822a4e423c2c351fd97f540c264a94d777755d10ae2f749b9c882388cffe27c_package_write_ipk.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/f1/46/sstate:at:cortexa57-poky-linux:3.2.5:r0:cortexa57:12:f146ad85ed073a3992ec96745aa4cac8581de20ffae48370ce86547dab0cad82_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/0f/f0/sstate:psplash:cortexa57-poky-linux:0.1+git:r0:cortexa57:12:0ff0f79819bf5215b803366267c2ded5af2ce7657ad2604f389bac42342eefc3_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/c6/62/sstate:core-image-sato-sdk:qemuarm64-poky-linux:1.0:r0:qemuarm64:12:c662fc616640a7dea14a4886f3f1be2b799db2490305ab992a6cc844fe37328c_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/be/de/sstate:matchbox-keyboard:cortexa57-poky-linux:0.1.1:r0:cortexa57:12:bede9246370c6e4c85bbd04b515f6dff381c327d5b0ce8d04f4bec6d58498752_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/a2/7f/sstate:matchbox-terminal:cortexa57-poky-linux:0.2+git:r0:cortexa57:12:a27f6e77c0fad5c9260d4095ab9edc1d947d55214d9d0c5cbcc14d8743f6f249_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/06/40/sstate:mc:cortexa57-poky-linux:4.8.31:r0:cortexa57:12:0640faaf814723ebe6a260c3b3cba239ea5c1f634744212b5540b4d7d36123ae_package_write_ipk.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/bc/83/sstate:mc:cortexa57-poky-linux:4.8.31:r0:cortexa57:12:bc83713d6b2a6c3a758a3bbcfc54e4f4caff2de9daf963e5f1f5420858b73e84_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/06/87/sstate:librsvg:cortexa57-poky-linux:2.57.1:r0:cortexa57:12:068748ff1f618ad2c6a9a7c150e3f477b0468b2920fb41ef44bf75a697391718_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/0c/a6/sstate:libxfont2:cortexa57-poky-linux:2.0.6:r0:cortexa57:12:0ca6072f2e97d77f9a11a31dcea80e850115ba81fe91cefed05be58313a3f1b5_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/c1/1d/sstate:sysklogd:cortexa57-poky-linux:2.5.2:r0:cortexa57:12:c11d4dc43c7e64797b822ca0f1532cc1794e56a86e589521f494297d99356593_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/15/e0/sstate:mc:cortexa57-poky-linux:4.8.31:r0:cortexa57:12:15e0df7338ca952298367627bc59291a4d394b09b4a47cb735d7e121e6d77681_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/6c/97/sstate:vte:cortexa57-poky-linux:0.74.2:r0:cortexa57:12:6c9788b12d3f5973a0eaeb6b7fae0e9330c65da20060a6714ae8f2fb0dab07db_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/fa/9a/sstate:at:cortexa57-poky-linux:3.2.5:r0:cortexa57:12:fa9a7cfabaa8a224fa48c0f05b8463b416df393f0007af5fcc05eeb6ed38d22a_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/b3/5d/sstate:puzzles:cortexa57-poky-linux:0.0+git:r0:cortexa57:12:b35d954820e6f131c5fad7d2f845319a5b7eb1d9cac9871a91af5492d68c9ca9_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/5d/32/sstate:libfontenc:cortexa57-poky-linux:1.1.8:r0:cortexa57:12:5d32384cfe8cd2b4010cc3be0be944235901c0be2255728078525d5cc66b40ce_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/b6/ec/sstate:gtk4:cortexa57-poky-linux:4.14.4:r0:cortexa57:12:b6ec7cd7f7db159292ad06a1536ab21c02cb5d45e440929d2cd8eecd76a75bcf_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/75/d4/sstate:sysklogd:cortexa57-poky-linux:2.5.2:r0:cortexa57:12:75d4a1d6412212e49a9dd02d40648048386232ea306735964e4929fed723c5a4_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/8d/eb/sstate:time:cortexa57-poky-linux:1.9:r0:cortexa57:12:8debfdab9b685ed6540bf0ea34c93f9307c47c26925c47fbf6737e4afaf44b6c_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/ff/5a/sstate:puzzles:cortexa57-poky-linux:0.0+git:r0:cortexa57:12:ff5a08a5999c69774e9dd1ca2c6236dcc204e2e2434f9c91359049ca15599fed_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/42/61/sstate:pcmanfm:cortexa57-poky-linux:1.3.2:r0:cortexa57:12:4261dd0e62602ad207707199b6c90ca3f0b53bf957f64cf693126fd5891529d9_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/ec/f4/sstate:xserver-xorg:cortexa57-poky-linux:21.1.13:r0:cortexa57:12:ecf495aefbd81f4306147747307a442c7977ce8d6654e37b74d365b7e5d376fb_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/da/05/sstate:settings-daemon:cortexa57-poky-linux:0.0.2+git:r0:cortexa57:12:da05f257ccb6e6bedbffc49f5236233a1a2110f004b7d38fd880f2f87381af84_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/ca/5f/sstate:matchbox-panel-2:cortexa57-poky-linux:2.12:r0:cortexa57:12:ca5f39dba289fde2b088aa58fda2d5d2880ae828f79fa8e450ac7a5e16162dd4_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/f7/f4/sstate:makedevs:cortexa57-poky-linux:1.0.1:r0:cortexa57:12:f7f4d738541d07b53389f70a489925dc9ba5e53d7ba8248dffe890f4ed1a7c9f_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/d5/c1/sstate:xserver-xorg:cortexa57-poky-linux:21.1.13:r0:cortexa57:12:d5c10f97cd1853bf095f7434452c356a9fb691f236abcb8ae5464c0782b0cbdc_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/78/0e/sstate:l3afpad:cortexa57-poky-linux:0.8.18.1.11+git:r0:cortexa57:12:780eca6f37cb2342f57ee297b1488e3a5d25f89409ba228d981ff69859e5d0e9_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/5e/ba/sstate:nfs-utils:cortexa57-poky-linux:2.6.4:r0:cortexa57:12:5ebaddb2d58aa11a82746cfc484ebf0f81c4fe0c32f0626a145600d9361517c6_package_write_ipk.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/53/4c/sstate:nfs-utils:cortexa57-poky-linux:2.6.4:r0:cortexa57:12:534c52e5543a1a51de3e35abd4dd9af2241210eda3ecb01bc84f4751d81e7675_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/a1/97/sstate:makedevs:cortexa57-poky-linux:1.0.1:r0:cortexa57:12:a19739af801c40c0ebe1b05111c971dd10bbbdd5e57cb08b9650977582281a83_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/06/81/sstate:matchbox-desktop:cortexa57-poky-linux:2.3:r0:cortexa57:12:0681e2803f8d3803f8ef680dc0b5bde70a8dd2231f3eed7b578cc7e86e0de173_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/29/5b/sstate:matchbox-config-gtk:cortexa57-poky-linux:0.2+git:r0:cortexa57:12:295b68e257c320fba25e5e1ce060b24034afb934657d9ba7a019de3ded182d10_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/e2/9e/sstate:gstreamer1.0-plugins-bad:cortexa57-poky-linux:1.24.4:r0:cortexa57:12:e29efe93264f8afa84c6092f23d1a3646f87ffd2419f1b98c286dac670d2e9fb_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/e4/e9/sstate:at:cortexa57-poky-linux:3.2.5:r0:cortexa57:12:e4e9c448bdfc36d3c4e14c3d73c6b9968c4f340be82b18c629a94d1088ea13ae_package_write_ipk.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/34/4a/sstate:core-image-sato-sdk:qemuarm64-poky-linux:1.0:r0:qemuarm64:12:344aeaac8131831fab4038aafd9f9394deae0f926398f3d8e49985be9b0a7bc2_create_image_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/28/01/sstate:matchbox-session-sato:qemuarm64-poky-linux:0.1:r0:qemuarm64:12:280107790636ae6bd4d3e31d216d18d0253e576694899b4666a6afec9665c93c_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/0f/98/sstate:vte:cortexa57-poky-linux:0.74.2:r0:cortexa57:12:0f98c7037e53d17fe2423d5a2874ce49bd04e1c9f04f8c285ca902cf00d86e08_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/de/9f/sstate:nfs-utils:cortexa57-poky-linux:2.6.4:r0:cortexa57:12:de9fb21753a2800280fd09cb02c85b1193d998c5fcecb120727be605a302521c_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/e6/5a/sstate:sysklogd:cortexa57-poky-linux:2.5.2:r0:cortexa57:12:e65a8c3bff563bf93616b9ccac799ea2b8cc84d575c4d0c5705b0eb152d5c387_package_write_ipk.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/27/2a/sstate:settings-daemon:cortexa57-poky-linux:0.0.2+git:r0:cortexa57:12:272a129d7fcbe8696117cf038c9bf8d3d502ac01848de5564ee800611c13fe3b_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/11/cb/sstate:core-image-full-cmdline:qemuarm64-poky-linux:1.0:r0:qemuarm64:12:11cb27bffe6af65639d0bab85340a5884624c2094cc6b9347bd92ebd9fe2160a_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/5f/37/sstate:gst-examples:cortexa57-poky-linux:1.18.6:r0:cortexa57:12:5f37c945e9b742b9a608d1deafd017ff3a278cbdbacf8e8888c4cd5bb73c458d_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/e8/98/sstate:libfm:cortexa57-poky-linux:1.3.2:r0:cortexa57:12:e89805f8fc4d9f8a0c350b5a23cb94ad0531413ea579718192a98dc9059eee9a_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/56/24/sstate:makedevs:cortexa57-poky-linux:1.0.1:r0:cortexa57:12:562470712a1b50c0101ae2023418dfe670fc6c1605f244ac6d5d1e8e4adfa6d9_package_write_ipk.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/c0/0e/sstate:mkfontscale:cortexa57-poky-linux:1.2.3:r0:cortexa57:12:c00e889aafc7d96822de100fdd6271da09ed5416e9d4765bedb75fd1c72e3186_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/5a/d7/sstate:core-image-minimal:qemuarm64-poky-linux:1.0:r0:qemuarm64:12:5ad732646f656dcf7ede17980fb1db01e5a15da12fedee6c903c0cabe1ad7ce6_create_image_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/b2/17/sstate:gtk+3:cortexa57-poky-linux:3.24.42:r0:cortexa57:12:b217ee07e643e6fb8e9edff38d3d68f946ad6487219ffe62345115ce865ebcc7_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/9f/4e/sstate:matchbox-panel-2:cortexa57-poky-linux:2.12:r0:cortexa57:12:9f4e1aaba091fb6e28335fb9279290a66a797d25b6e7b08b88ce0ba8a1442ad3_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/c4/cf/sstate:matchbox-terminal:cortexa57-poky-linux:0.2+git:r0:cortexa57:12:c4cf2d0c3ef5c58122e9c08a96667ab867bd04cef8438ff3e51c7ebcf7bf81ea_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/15/ea/sstate:psplash:cortexa57-poky-linux:0.1+git:r0:cortexa57:12:15ea14796e8b55647bd723bd0fa819d662f08a0c4135a862e63db4e54f1187a1_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/41/25/sstate:pcmanfm:cortexa57-poky-linux:1.3.2:r0:cortexa57:12:4125ff9afc9b816d9f732335d7967b442cf68b274c07a153c249fa228a6ce83d_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/d9/15/sstate:font-util:cortexa57-poky-linux:1.4.1:r0:cortexa57:12:d915e2f4c09691cfb63422850ba685649e8779abe67b0409c90aa7e0021e7e98_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/5b/fe/sstate:matchbox-keyboard:cortexa57-poky-linux:0.1.1:r0:cortexa57:12:5bfe248aec13998618604fd7414c987c05c16ef3d23644117d4e81abe9a585ba_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/e6/0e/sstate:l3afpad:cortexa57-poky-linux:0.8.18.1.11+git:r0:cortexa57:12:e60e739b7dd075950bb8cf4991b8562c24520b0f0df9eeaf72f5d3c983d7ac6a_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/8d/31/sstate:gst-examples:cortexa57-poky-linux:1.18.6:r0:cortexa57:12:8d3128f40bde71359223153915159c8d7e0fd948b25da40e8af52eaf11853a07_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/b5/8c/sstate:core-image-sato-sdk:qemuarm64-poky-linux:1.0:r0:qemuarm64:12:b58c53289dd96e2ee4eabf4716c20a6f67afd147f6041baf63047c04bf358044_create_rootfs_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/de/73/sstate:core-image-minimal:qemuarm64-poky-linux:1.0:r0:qemuarm64:12:de73e592b55f4e46f0be8d2df732edd240a99c7a2dd6c4b191329ce333c58b47_create_rootfs_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/c7/f0/sstate:core-image-minimal:qemuarm64-poky-linux:1.0:r0:qemuarm64:12:c7f0150c37760a40840c1e07ff248d7f34740b21997348ad7bbb6d0ff786aa1d_create_image_sbom.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/15/a5/sstate:connman-gnome:cortexa57-poky-linux:0.7:r0:cortexa57:12:15a57e75edf9f40b918606d579cf9b3998fa1e6695afeb2f86838280e16e4c35_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/19/00/sstate:gtk4:cortexa57-poky-linux:4.14.4:r0:cortexa57:12:190057c1b0a6965a9f5f7603094e8873fec1c9b72f3f8f9351e60e788b4942ab_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/42/a3/sstate:matchbox-config-gtk:cortexa57-poky-linux:0.2+git:r0:cortexa57:12:42a3a03568a11b9da765fa01e2d65dbddde1adafd2aad9b709ca1da4f7f8c1cf_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/fd/90/sstate:mkfontscale:cortexa57-poky-linux:1.2.3:r0:cortexa57:12:fd903f86b01e3fe053767e5d175c26fdfce7eaf350d5930b760567b39142aa4c_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/3c/bb/sstate:xf86-video-fbdev:cortexa57-poky-linux:0.5.0:r0:cortexa57:12:3cbb77be40340863fc9d2ee1c1f2a9db1842c894b9ecbcb35bcff1abf7840f95_create_package_spdx.tar.zst\nFetcher diagnostics:\n\n\nStderr:\n2024-06-25 02:13:59,632 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/conf/local.conf\n2024-06-25 02:13:59,633 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "FAILED"
            },
            "sstatetests.SStateMirrors.test_local_cache_qemux86_64": {
                "duration": 244.79924774169922,
                "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 1005, in test_local_cache_qemux86_64\n    self.run_test(\"qemux86-64\", \"core-image-minimal core-image-full-cmdline core-image-sato-sdk\", exceptions, check_cdn = False)\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 991, in run_test\n    self.check_bb_output(result.output, targets, exceptions, check_cdn)\n  File \"/home/pokybuild/yocto-worker/a-full/build/meta/lib/oeqa/selftest/cases/sstatetests.py\", line 971, 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: 10 != 0 : Missing objects in the cache:\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/60/24/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:60240160d907ca544fb6c4588050b0dc661d8aea92a945e90aaf12eacceac38f_create_image_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/18/62/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:186233c40326c3b6413bfbf3a061b881463e8712bb29fdd4ead994bcff86332a_create_rootfs_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/5d/48/sstate:core-image-full-cmdline:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:5d48deaab15d4b5c1309517e774ab15f36e3806ee05e11e267828475cdd85ba6_create_image_sbom.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/93/96/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:93962ec174ea6938f98eaf47e1c7129acc43d27976251d20ca25687ed72b9778_create_image_sbom.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/b5/28/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:b5282ed23132bb9b742f8d33e788da5aad4729c16e9d674124d70f191365538d_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/20/54/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:205485c8e1d8b492c002405c08e46b74a00a7f221848c6b74460e7f9c58040f4_create_package_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/ca/25/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:ca2560b0508ca817737d360006e44b8715947aee72bdd5dbdbaafa187bceebdf_create_image_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/2e/2c/sstate:perf:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:2e2c5741679f0e7336b5857090ae27f5672103d5dc276d2adda92a0840ecf265_create_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/79/4c/sstate:core-image-sato-sdk:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:794ce087e325a759a6c436fb8e85e781584eed9fdf0d0e1669b080d2881788d8_create_rootfs_spdx.tar.zst\n/srv/autobuilder/autobuilder.yocto.io/pub/sstate/f2/21/sstate:core-image-minimal:qemux86_64-poky-linux:1.0:r0:qemux86_64:12:f22175b0a98e1f0cc913b2ff624d37d796a815eb10b112ba0329622a3237d34b_create_image_sbom.tar.zst\nFetcher diagnostics:\n\n\nStderr:\n2024-06-25 02:13:59,632 - oe-selftest - INFO - Adding: \"include selftest.inc\" in /home/pokybuild/yocto-worker/a-full/build/build-st-3496823/conf/local.conf\n2024-06-25 02:13:59,633 - oe-selftest - INFO - Adding: \"include bblayers.inc\" in bblayers.conf\n",
                "oetags": [
                    "yocto-mirrors"
                ],
                "status": "FAILED"
            }
        }
    }
}